/*
Theme Name: TRICON
Theme URI: http://perculatheme.com/html/tricon/
Author Name: Arifa Afsana Antha
Author URI: http://perculatheme.com
Version: 1.0
*/


/*
===============================================
 Table of Contents
===============================================
- Preloader
- Navbar Section
  -- Menu Style 2
  -- Menu Style 3
  -- Menu Style 4
  -- Menu Style 5
  -- Menu Style 6
  -- Menu Style 6
- Home Page & Other Page Default Style
  -- Hero Section
  -- Caption Style
  -- Service Section
  -- About Section
  -- Event Section
  -- Gallery Section
    --- Default Gallery Section
    --- Main Gallery Section
  -- Dj's Profile Section
  -- Blog Section
  -- What We Offers Section
  -- Booking Section
  -- Contact Us Section 
  -- Jockey Section
  -- Error Section
  -- Footer Section 
  -- Copyright Section
  -- Footer Style 2
- Single Post Page
======================================
*/


/* 
----------------------------------
- Preloader
----------------------------------
*/
@font-face {
    font-family: HandelGotDBol;
    src: url(../fonts/HandelGotDBol.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Open+Sans:400,600,700');

.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #1b1b1b;
    z-index: 10000;
    text-align: center;
    display: table;
}

.preloader-inside {
    position: relative;
    height: auto;
    width: 200px;
    margin-top: 300px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: #fff;
}

.spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

    .spinner img {
        position: absolute;
        top: 22px;
        left: 0;
        padding: 5px;
    }

    .spinner:after {
        content: "";
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .spinner:before {
        content: "";
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

.spinner-1:after {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 4px solid transparent;
    border-top-color: #d32d0b;
    border-bottom-color: #d32d0b;
    animation: spinny 2s linear infinite;
}

@keyframes spinny {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(30deg) scale(1.2);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

hr {
    width: 100%;
    float: left;
}
/* 
----------------------------------
- Navbar Section
----------------------------------
*/

.header-top {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.online {
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .online li {
        display: inline-block;
        margin: 0px 30px 0px 0px;
    }

        .online li:last-child {
            margin: 0px;
        }

    .online a {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #f79447;
        text-transform: capitalize;
    }

    .online span, .online small {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #555;
        margin-left: 15px;
        text-transform: none;
    }

    .online small {
        margin: 0px 15px 0px 0px;
    }

.social-link {
    margin: 0;
    padding: 0;
    text-align: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .social-link li {
        display: inline-block;
        margin: 0;
    }

    .social-link a {
        font-size: 16px;
        line-height: 24px;
        color: #555;
        margin: 0px 12px;
    }

    .social-link li:last-child a {
        margin-right: 0px;
    }

header {
    width: 100%;
    float: left;
    /*position: absolute;
	    top: 0px;
    z-index: 12;*/
    background: #fff;
    position: relative;
    z-index: 9;
}

.head-top {
    width: 100%;
    float: left;
    /*  background: linear-gradient(#b95808,#e4e4e4,#e06c0e);*/
    background: #fff;
    padding: 10px 0 5px 0;
}

    .head-top a {
        float: left;
    }

        .head-top a img {
            margin-top: 10px;
        }

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.venue {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 25px;
}

    .venue h4 {
        font-size: 35px;
        font-family: 'HandelGotDBol';
        line-height: 41px;
        font-weight: bold;
        color: #e90b18;
        /*-webkit-text-stroke-color: #000;
    -webkit-text-stroke-width: 1px;*/
        /*color: #fff;*/
        padding: 8px 0;
        padding-right: 29px;
		text-align:center;
    }

    .venue span {
        font-size: 24px;
        margin-right: 100px;
    }

.venue1 h4 {
    /*color: #3F51B5;*/
    font-size: 35px;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    -webkit-text-stroke-width: 0px;
}

.venue1 {
    text-align: left;
    padding-top: 0px;
}

.head-top img.rightimg {
    display: none;
    position: absolute;
    /* top: 100%; */
    right: 10px;
    bottom: 35px;
    z-index: 9;
}

.nav-area {
    width: 100%;
    float: left;
    min-height: inherit;
    background: #f49545;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar > .container .navbar-brand {
    /*margin-right: 200px; */
    padding: 5px 0px;
    height: inherit;
    display: none;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-default .navbar-nav > li {
    margin-bottom: 0px;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        /*font-weight: 600;*/
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
        padding: 10px 20px !important;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active:hover > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open:hover > a {
        color: #e36626 !important;
        background: #fff;
    }

}

.dropdown-menu {
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    background-color: rgba(19, 19, 19, 0.9);
    pointer-events: none;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform: rotateX(-20deg) translateY(-10px);
    -moz-transform: rotateX(-20deg) translateY(-10px);
    -ms-transform: rotateX(-20deg) translateY(-10px);
    -o-transform: rotateX(-20deg) translateY(-10px);
    transform: rotateX(-20deg) translateY(-10px);
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: auto;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ie .dropdown-menu {
    display: none;
}

.dropdown-menu li {
    margin-bottom: 0;
    position: relative;
}

.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px 10px 20px;
}

.dropdown:hover .dropdown-menu, .open > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: painted;
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotate(0deg) translate(0px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li:hover > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active:hover > a, .sub-menu li:hover a {
    background-color: #d32d0b;
    color: #fff !important;
}

.sub-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    opacity: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transform-origin: right center 0;
    -webkit-transform: rotateY(0deg) translateX(50%);
    -moz-transform: rotateY(0deg) translateX(50%);
    -ms-transform: rotateY(0deg) translateX(50%);
    -o-transform: rotateY(0deg) translateX(50%);
    transform: rotateY(0deg) translateX(50%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .sub-menu li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 40px 10px 20px;
        display: block;
        background-color: rgba(19, 19, 19, 0.9);
    }

.dropdown-menu li .sub-menu li a {
    padding: 10px 40px 10px 20px;
}

.dropdown li:hover ul {
    opacity: 1;
    display: block;
    pointer-events: painted;
    -webkit-transform: rotateY(0deg) translateX(100%);
    -moz-transform: rotateY(0deg) translateX(100%);
    -ms-transform: rotateY(0deg) translateX(100%);
    -o-transform: rotateY(0deg) translateX(100%);
    transform: rotateY(0deg) translateX(100%);
}

.mega-dropdown {
}

.mega-dropdown-menu {
    width: 700px;
    padding: 35px;
    left: -100px;
}

    .mega-dropdown-menu ul {
        padding: 0;
        margin: 0;
    }

    .mega-dropdown-menu li {
        width: 100%;
        padding-left: 5px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .mega-dropdown-menu li a {
            font-size: 12px;
            font-weight: 400;
            line-height: 34px;
            letter-spacing: 0px;
            color: #fff !important;
            text-transform: uppercase;
            padding: 8px 0px;
        }

.dropdown-header {
    width: 100% !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    background-color: transparent;
}

.dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(19, 19, 19, .75);
}

.mega-dropdown-menu li:hover {
    background-color: #d32d0b;
}

.mega-dropdown-menu li:first-child {
    background-color: transparent;
}

.mega-dropdown-menu li:nth-child(2) {
    background-color: rgba(19, 19, 19, .75);
}

.sticky {
    /*position: fixed;
	height: auto;
	z-index: 3;
	top: 0px;
	background-color: #fff;
	border-bottom: none;
	padding: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 1px 2px #888;*/
}

    .sticky .navbar-brand > img {
        width: 150px;
    }

    .sticky .navbar-nav > li > a {
        padding: 10px 20px !important;
    }

    .sticky .dropdown-menu {
        background-color: rgba(255, 255, 255, .93);
    }

        .sticky .dropdown-menu > li {
            border-bottom: 1px solid rgba(19, 19, 19, .75);
        }

            .sticky .dropdown-menu > li:last-child {
                border-bottom: 0px;
            }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    max-height: 420px;
    border-color: transparent;
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}

    .navbar-default .navbar-toggle .icon-bar {
        width: 35px;
        margin-bottom: 6px;
        background-color: #d32d0b;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .navbar-default .navbar-toggle.open span {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .navbar-default .navbar-toggle.open span:nth-child(2) {
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .navbar-default .navbar-toggle.open span:nth-child(3) {
            opacity: 0;
        }

        .navbar-default .navbar-toggle.open span:nth-child(4) {
            -webkit-transform: rotate(45deg) translate(-11px, -11px);
            -o-transform: rotate(45deg) translate(-11px, -11px);
            -moz-transform: rotate(45deg) translate(-11px, -11px);
            -o-transform: rotate(45deg) translate(-11px, -11px);
            -moz-transform: rotate(45deg) translate(-11px, -11px);
            transform: rotate(45deg) translate(-11px, -11px);
        }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 100;
    line-height: inherit !important;
    letter-spacing: 0px;
    color: #f49545 !important;
    text-transform: uppercase;
    padding: 10px 10px !important;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* 
----------------------------------
-- Menu Style 2
---------------------------------- 
*/

.header-top .navbar-brand {
    padding: 5px;
}

.nav-area-2 .navbar-nav {
    width: 800px;
    margin: auto;
    float: none;
}

.nav-area-2, .nav-area-2 .dropdown-menu, .nav-area-2 .sub-menu li a {
    background-color: #403f3f;
}

    .nav-area-2 .sub-menu li:hover a {
        background-color: #d32d0b;
    }
/* 
----------------------------------
-- Menu Style 3
---------------------------------- 
*/

.nav-area-3, .nav-area-3 .dropdown-menu, .nav-area-3 .sub-menu li a {
    background-color: #000;
}

    .nav-area-3 .sub-menu li:hover a {
        background-color: #d32d0b;
    }

    .nav-area-3 .header-top {
        background-color: #352b2b;
    }

    .nav-area-3 .navbar-nav {
        float: left;
    }

    .nav-area-3 .social-link {
        margin: 0;
        padding: 27px 0px;
    }

    .nav-area-3.sticky .social-link {
        margin: 0;
        padding: 22.2px 0px;
    }
/* 
----------------------------------
-- Menu Style 4
---------------------------------- 
*/

.nav-area-4, .nav-area-4 .dropdown-menu, .nav-area-4 .sub-menu li a, .nav-area-4 .sub-menu li:hover a {
    background-color: #352b2b;
}

.navbar-default .navbar-nav > li > a span {
    position: relative;
}

.nav-area-4.navbar-default .navbar-nav > li > a span:after, .nav-area-4.navbar-default .navbar-nav > .active > a span:after, .nav-area-4.navbar-default .navbar-nav > .open > a span:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #d32d0b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-area-4.navbar-default .navbar-nav > li:hover > a span:after, .nav-area-4.navbar-default .navbar-nav > .active > a span:after, .nav-area-4.navbar-default .navbar-nav > .active > a:focus span:after, .nav-area-4.navbar-default .navbar-nav > .active > a:hover span:after, .nav-area-4.navbar-default .navbar-nav > .open > a:focus span, .nav-area-4.navbar-default .navbar-nav > .open > a span:after {
    width: 100%;
}

.nav-area-4.navbar-default .navbar-nav > li > a, .nav-area-4.navbar-default .navbar-nav > .active > a, .nav-area-4.navbar-default .navbar-nav > .open > a {
    background-color: transparent;
}

.nav-area-4 .dropdown-menu > li > a:after, .nav-area-4 .dropdown-menu > .active > a:after, .nav-area-4 .dropdown-menu > .open > a:after, .nav-area-4 .sub-menu li a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0%;
    top: 0;
    left: 0;
    background-color: #d32d0b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-area-4 .dropdown-menu > li:hover > a:after, .nav-area-4 .dropdown-menu > .active > a:after, .nav-area-4 .dropdown-menu > .open > a:after, .nav-area-4 .sub-menu li:hover a:after {
    height: 100%;
}

.nav-area-4 .dropdown-menu > li > a:focus, .nav-area-4 .dropdown-menu > li:hover > a, .nav-area-4 .dropdown-menu > .active > a:focus, .nav-area-4 .dropdown-menu > .active > a:hover {
    background-color: transparent !important;
}
/* 
----------------------------------
-- Menu Style 5
---------------------------------- 
*/

.nav-area-5 {
}

    .nav-area-5 .navbar-nav {
        float: left;
    }

    .nav-area-5.navbar > .container .navbar-brand {
        margin-right: 75px;
    }

    .nav-area-5.navbar-default .navbar-nav > li > a {
        padding: 40px 20px;
    }

    .nav-area-5 .social-link {
        margin: 0;
        padding: 38px 0px;
    }

    .nav-area-5.sticky.navbar-default .navbar-nav > li > a {
        padding: 27px 20px;
    }

    .nav-area-5.sticky .social-link {
        margin: 0;
        padding: 22.2px 0px;
    }
/* 
----------------------------------
-- Menu Style 6
---------------------------------- 
*/

.nav-area-6, .nav-area-6 .dropdown-menu, .nav-area-6 .sub-menu li a, .nav-area-6 .sub-menu li:hover a {
    background-color: #4c4c4c;
}

    .nav-area-6 .navbar-nav {
        float: left;
    }

    .nav-area-6.navbar > .container .navbar-brand {
        margin-right: 75px;
        margin-top: 10px;
    }

    .nav-area-6.navbar-default .navbar-nav > li > a {
        padding: 40px 20px;
    }

    .nav-area-6.navbar-default .navbar-nav > li:hover > a, .nav-area-6.navbar-default .navbar-nav > .active > a, .nav-area-6.navbar-default .navbar-nav > .active > a:focus, .nav-area-6.navbar-default .navbar-nav > .active > a:hover, .nav-area-6.navbar-default .navbar-nav > .open > a, .nav-area-6.navbar-default .navbar-nav > .open > a:focus, .nav-area-6.navbar-default .navbar-nav > .open > a:hover, .nav-area-6 .dropdown-menu > li > a:focus, .nav-area-6 .dropdown-menu > li:hover > a, .nav-area-6 .dropdown-menu > .active > a:focus, .nav-area-6 .dropdown-menu > .active > a:hover {
        background-color: transparent !important;
        color: #d32d0b !important;
    }

    .nav-area-6 .sub-menu li:hover a {
        color: #d32d0b !important;
    }

    .nav-area-6 .online {
        margin: 0;
        padding: 38px 0px;
    }

    .nav-area-6.sticky .online {
        margin: 0;
        padding: 22.2px 0px;
    }

    .nav-area-6.sticky.navbar > .container .navbar-brand {
        margin-top: 0px;
    }

    .nav-area-6.sticky.navbar-default .navbar-nav > li > a {
        padding: 27px 20px;
    }
/* 
----------------------------------
-- Menu Style 7
---------------------------------- 
*/

.nav-area-7, .nav-area-7 .dropdown-menu, .nav-area-7 .sub-menu li a, .nav-area-7 .sub-menu li:hover a {
    background-color: #000;
}

    .nav-area-7 .navbar-nav {
        float: left;
    }

    .nav-area-7.navbar > .container-fluid .navbar-brand {
        margin-right: 170px;
        margin-top: 15px;
    }

    .nav-area-7.navbar-default .navbar-nav > li > a {
        padding: 40px 20px;
        position: relative;
    }

        .nav-area-7.navbar-default .navbar-nav > li > a span:after, .nav-area-7.navbar-default .navbar-nav > .active > a span:after, .nav-area-7.navbar-default .navbar-nav > .open > a span:after {
            content: "";
            position: absolute;
            width: 0px;
            height: 2px;
            bottom: -6px;
            left: -7px;
            background-color: #d32d0b;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .nav-area-7.navbar-default .navbar-nav > li > a span:before, .nav-area-7.navbar-default .navbar-nav > .active > a span:before, .nav-area-7.navbar-default .navbar-nav > .open > a span:before {
            content: "";
            position: absolute;
            width: 0px;
            height: 2px;
            top: -6px;
            right: -7px;
            background-color: #d32d0b;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .nav-area-7.navbar-default .navbar-nav > li:hover > a span:after, .nav-area-7.navbar-default .navbar-nav > .active > a span:after, .nav-area-7.navbar-default .navbar-nav > .active > a span:focus::after, .nav-area-7.navbar-default .navbar-nav > .active > a span:hover::after, .nav-area-7.navbar-default .navbar-nav > .open > a span:focus, .nav-area-7.navbar-default .navbar-nav > .open > a span:after, .nav-area-7.navbar-default .navbar-nav > li:hover > a span:before, .nav-area-7.navbar-default .navbar-nav > .active > a span:before, .nav-area-7.navbar-default .navbar-nav > .active > a span:focus::before, .nav-area-7.navbar-default .navbar-nav > .active > a span:hover::before, .nav-area-7.navbar-default .navbar-nav > .open > a span:focus, .nav-area-7.navbar-default .navbar-nav > .open > a span:before {
        width: 80%;
    }

    .nav-area-7.navbar-default .navbar-nav > li > a, .nav-area-7.navbar-default .navbar-nav > .active > a, .nav-area-7.navbar-default .navbar-nav > .open > a {
        background-color: transparent;
    }

    .nav-area-7 .dropdown-menu > li > a:after, .nav-area-7 .dropdown-menu > .active > a:after, .nav-area-7 .dropdown-menu > .open > a:after, .nav-area-7 .sub-menu li a:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 0%;
        top: 0;
        left: 0;
        background-color: #d32d0b;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nav-area-7 .dropdown-menu > li:hover > a:after, .nav-area-7 .dropdown-menu > .active > a:after, .nav-area-7 .dropdown-menu > .open > a:after, .nav-area-7 .sub-menu li:hover a:after {
        height: 100%;
    }

    .nav-area-7 .dropdown-menu > li > a:focus, .nav-area-7 .dropdown-menu > li:hover > a, .nav-area-7 .dropdown-menu > .active > a:focus, .nav-area-7 .dropdown-menu > .active > a:hover {
        background-color: transparent !important;
    }

    .nav-area-7 .online {
        margin: 0;
        padding: 38px 0px;
    }

    .nav-area-7.sticky .online {
        margin: 0;
        padding: 22.2px 0px;
    }

    .nav-area-7.sticky.navbar > .container-fluid .navbar-brand {
        margin-top: 0px;
    }

    .nav-area-7.sticky.navbar-default .navbar-nav > li > a {
        padding: 27px 20px;
    }
















.logo {
    position: relative;
    z-index: 123;
    padding: 10px;
    float: left;
    display: none;
}

    .logo a {
        color: #6DDB07;
    }

nav {
    position: relative;
    width: 100%;
    float: left;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #head-mobile {
        display: none;
    }

    #cssmenu > ul {
        margin: 0;
        padding: 0;
    }

        #cssmenu > ul > li {
            float: left;
            margin: 0;
            padding: 0;
        }

            #cssmenu > ul > li > a {
                padding: 17px;
                font-size: 14px;
                letter-spacing: 1px;
                text-transform: uppercase;
                text-decoration: none;
                color: #fff;
                font-weight: 700;
            }

            #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
                color: #fff;
            }

            #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
                background: #f49545 !important;
                -webkit-transition: background .3s ease;
                -ms-transition: background .3s ease;
                transition: background .3s ease;
            }

            #cssmenu > ul > li.has-sub > a {
                padding-right: 18px;
            }

                #cssmenu > ul > li.has-sub > a:after {
                    position: absolute;
                    top: 22px;
                    right: 7px;
                    width: 8px;
                    height: 2px;
                    display: block;
                    background: #fff;
                    content: '';
                }

                #cssmenu > ul > li.has-sub > a:before {
                    position: absolute;
                    top: 19px;
                    right: 10px;
                    display: block;
                    width: 2px;
                    height: 8px;
                    background: #fff;
                    content: '';
                    -webkit-transition: all .25s ease;
                    -ms-transition: all .25s ease;
                    transition: all .25s ease;
                }

            #cssmenu > ul > li.has-sub:hover > a:before {
                top: 23px;
                height: 0;
            }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        margin: 0;
        padding: 0;
    }

        #cssmenu ul ul li {
            margin-bottom: 0;
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #333;
            transition: all .25s ease;
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto;
    }

        #cssmenu li:hover > ul > li {
            height: 35px;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 250px;
        font-size: 14px;
        text-decoration: none;
        color: #ddd;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333;
    }

@media screen and (max-width:768px) {
    .logo {
        /*position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;*/
        display: block;
        padding: 10px 0 0 0;
        float: none;
    }

    .logo2 {
        display: none;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #444;
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto;
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0;
                    color: #000;
                }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul li {
            background: #333 !important;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important;
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff;
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #head-mobile { /*display:block;*/
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700;
        }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 8px;
            width: 20px;
            border-top: 2px solid #e48e46;
            border-bottom: 2px solid #e48e46;
            content: '';
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #e48e46;
            content: '';
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #e48e46;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .button.menu-opened:before {
            top: 23px;
            background: #e48e46;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer;
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626;
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #e48e46;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #e48e46;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
}
/*
------------------------------------------
- Home Page & Other Page Default Style
------------------------------------------
*/
.banner-area {
    width: 100%;
    float: left;
    position: relative;
}

.login {
    /* float: none !important; */
    color: #fff !important;
    padding: 5px 20px;
    border: 1px solid #4556b7;
    margin-top: 13px;
    background: #4556b7 !important;
}

    .login:hover, .login:focus {
        text-decoration: none;
        background: #f49545 !important;
        color: #fff !important;
        border: 1px solid #f49545 !important;
    }

.pmmai {
    position: relative;
    width: 100%;
    float: left;
}

.pmmai1 {
    position: absolute;
    top: 20px;
    /*left: 22px;*/
    left:38px;
}

    .pmmai1 span {
        display: block;
        color: #000;
        font-weight: 600;
        line-height: 20px;
    }
/* 
----------------------------------
-- Hero Section
----------------------------------
*/

.hero-area {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 600px; /*float:left;*/
}

    .hero-area .item {
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

        .hero-area .item:after {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0px;
            left: 0px;
            /*background-color: #000;*/
            opacity: .65;
            z-index: 1;
        }

.owl-carousel .owl-item {
    overflow: hidden;
}

.hero-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    top: 0px;
    text-align: center;
    z-index: 10;
    display: table;
}

.hero-caption-inner {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    vertical-align: bottom;
    display: table-cell;
}

.overlay-content {
    height: auto;
    overflow: hidden;
}

.hero-caption-inner h1 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.hero-caption-inner p {
    width: 600px;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
}

.hero-slider-inner .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    padding: 0px 6%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    display: none;
}

.banner-area img {
    width: 100%;
}
/*
--------------------------------
-- Caption Style
--------------------------------
 */

.caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.caption-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    z-index: 1;
}

    .caption-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .8;
        z-index: -1;
    }

.caption-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
}

.event-feature .caption-inner h4 {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.event-feature .caption-inner p {
    color: #fff;
    text-align: center;
    font-size: 11px;
}
/*
--------------------------------
-- Service Section
--------------------------------
 */

.service-area {
    width: 100%;
    float: left;
}

.service-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .service-item img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .service-item i {
        font-size: 26px;
        color: #fff;
        margin-bottom: 15px;
    }

.service-title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
}

.service-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.service-item:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

a.readmore {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 80px;
    color: #222222;
    text-transform: uppercase;
    text-decoration: none;
}

    a.readmore::before {
        background-color: #e86c28;
        border-right: 4px solid #222222;
        -webkit-box-shadow: -3px 0 0 0 #fff inset;
        -moz-box-shadow: -3px 0 0 0 #fff inset;
        box-shadow: -3px 0 0 0 #fff inset;
        content: "";
        width: 60px;
        height: 2px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }
/*
----------------------------
-- About Section
---------------------------- 
*/

.about-area {
    width: 100%;
    float: left;
    position: relative;
}

.bg {
    width: 100%;
    float: left;
    /* margin-top: -150px; */
    z-index: 1;
    position: absolute;
    top: -65px;
}

    .bg img {
        width: 100%;
    }

.about-vedio {
    width: 100%;
    /*height: 450px;
    min-height: 450px;*/
    /*background-image: url(../img/about-vedio-bg.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    cursor: pointer; /*z-index: 1;*/
}

    .about-vedio:before {
        border: 2px solid #3f51b5;
        content: "";
        position: absolute;
        width: 100%;
        height: 96%;
        left: -20px;
        top: 31px;
        display: inline-block;
        z-index: -1;
    }

.about-area p {
    padding-top: 25px;
}
/*.about-vedio:after {
       content: "\f04b";
    font-size: 50px;
    position: absolute;
    top: 45%;
    left: 45%;
    font-family: fontawesome;
    opacity: 1;
    color: #f00;
    z-index: 3;
    border: 1px solid #f00;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
}*/
.play-btn-area {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.about-vedio-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#homeVideo button.btn.btn-default {
    background: #f00;
    /*border-radius: 50%;*/
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
    padding: 7px 15px;
}

.play-btn {
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .play-btn i {
        margin-left: 5px;
    }

    .play-btn:hover, .play-btn:hover a {
        color: #d32d0b;
        border-color: #d32d0b;
    }

.modal-content {
    border-radius: 0px;
}

a.close-me, .mfp-iframe-holder .mfp-close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    background: #d32d0b;
    z-index: 1;
    opacity: 1;
    color: #fff !important;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
    border: 3px solid #fff;
    padding: 0;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 600px;
}

.video-player, .mfp-iframe-scaler iframe {
    background-color: #f1efef;
    width: 100%;
    min-height: 400px;
    height: 450px;
    border: 15px solid #fff;
    padding: 1px;
}

.modal-dialog {
    margin-top: 140px;
}

.about-slider {
    background-color: #131313;
}

.about-frature {
    position: relative;
    overflow: hidden;
}

    .about-frature img {
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

.about-content {
    padding: 70px 30px 115px 0px;
}

.about-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.about-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 25px;
}

.about-frature:hover img {
    opacity: .5;
    -webkit-transform: scale(1.2) rotate(1deg);
    -moz-transform: scale(1.2) rotate(1deg);
    -ms-transform: scale(1.2) rotate(1deg);
    -o-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}
/*
--------------------------------
-- Event Section
-------------------------------- 
*/

.event-area {
    width: 100%;
    float: left;
    position: relative;
}

.bg1 {
    width: 100%;
    float: left;
    /* margin-top: -150px; */
    z-index: 999;
    position: absolute;
    top: -20px;
}

    .bg1 img {
        width: 100%;
    }

.event-area-inner {
    width: 100%;
    height: auto;
       padding: 32px 0px 32px;
    /*background-image: url(../img/even-bg.png);*/
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

    .event-area-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #e4e4e4;
        opacity: 1;
        z-index: -1;
    }

.upcoming {
    width: 100%;
    height: auto;
}

.is-countdown {
}

.cdown {
    width: 70px;
    height: auto;
    background-color: transparent;
    display: inline-block;
    margin: 0px 8px;
    text-align: center;
    border: 2px solid #fff;
    padding: 8px 0px;
}

    .cdown .time-count {
        font-size: 24px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0;
        color: #fff;
    }

    .cdown p {
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 5px;
        text-align: center;
    }

.event-slider {
    padding: 25px 0px;
}

    .event-slider .owl-stage-outer {
        /*padding: 70px 0px 0px;*/
    }

    .event-slider .item {
        padding: 50px 10px;
        text-align: center;
        position: relative;
    }

.event-fee {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: translateY(30px) scale(.4);
    -moz-transform: translateY(30px) scale(.4);
    -ms-transform: translateY(30px) scale(.4);
    -o-transform: translateY(30px) scale(.4);
    transform: translateY(30px) scale(.4);
}

.event-feature {
    position: relative;
}

    .event-feature .item img {
    }

.event-slider .owl-item.active {
}

.event-slider .owl-item.center {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 100;
}

    .event-slider .owl-item.center .caption {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .event-slider .owl-item.center .event-fee {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        -moz-transform: translateY(0px) scale(1);
        -ms-transform: translateY(0px) scale(1);
        -o-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }

.event-btn {
    width: 100%;
    text-align: center;
    margin-top: 28px;
}

.left-box {
}

.right-box {
    margin-top: 50px;
}

.short-content {
}

.event-name {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
}

.short-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin: 20px 0px 25px;
}

.event-fee2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin: 30px 0px;
}

.event-btn-area {
}

.popular-event {
    width: 100%;
}

.event-feature {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e86c28;
}

    .event-feature img, .event-feature2 img {
        width: 100%;
    }

.event-feature2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

    .event-feature2:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .1;
        z-index: -1;
        -webkit-transform: translate(100px, 100px);
        -moz-transform: translate(100px, 100px);
        -ms-transform: translate(100px, 100px);
        -o-transform: translate(100px, 100px);
        transform: translate(100px, 100px);
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
    }

    .event-feature2:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .1;
        z-index: -1;
        -webkit-transform: translate(-100px, -100px);
        -moz-transform: translate(-100px, -100px);
        -ms-transform: translate(-100px, -100px);
        -o-transform: translate(-100px, -100px);
        transform: translate(-100px, -100px);
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -ms-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
    }

    .event-feature2:hover::after, .event-feature2:hover::before {
        opacity: 0;
        z-index: 1;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

.date-sticker2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    color: #fff;
    margin-top: 10px;
}
/*
---------------------------------
-- Gallery Section
---------------------------------
 */


/*
----------------------------------
--- Default Gallery Section
---------------------------------- 
*/

.gallery-area {
    width: 100%;
    float: left;
}

.gallery-masonry {
}

.gallery-item {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .gallery-item img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .gallery-item ul {
        padding: 0;
        margin: 0;
    }

    .gallery-item li {
        display: inline-block;
    }

    .gallery-item a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #fff;
        text-align: center;
        margin: 0px 5px;
        font-size: 20px;
        color: #fff;
        line-height: 36px;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .gallery-item a:hover {
            border-color: #d32d0b;
            color: #d32d0b;
        }

    .gallery-item:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .gallery-item:hover .caption {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
/*
----------------------------------
--- Main Gallery Section
---------------------------------- 
*/

.main-gallery-area {
    width: 100%;
    float: left;
}

.gallery-menu {
    margin: 0px 0px 20px;
    padding: 0;
}

    .gallery-menu li {
        margin: 0;
        display: inline-block;
        padding: 0px 15px;
        position: relative;
    }

        .gallery-menu li:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 100%;
            top: 0;
            right: 0px;
            background-color: #fff;
        }

        .gallery-menu li:first-child {
            padding-left: 0;
        }

        .gallery-menu li:last-child::after {
            display: none;
        }

    .gallery-menu a {
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
    }

.photos-gallery {
}

.photo-gallery-inner {
    margin: 5px;
    overflow: hidden;
    position: relative;
}

.gallery-btn {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.videos-gallery {
}

.video-tab {
    position: relative;
}

    .video-tab img {
        width: 100%;
    }

.play-btn2 {
    margin: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 5px solid #fff;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .play-btn2 i {
        margin-left: 3px;
    }

    .play-btn2:hover, .play-btn2:hover a {
        color: #d32d0b;
        border-color: #d32d0b;
    }

.video-tab:hover .caption, .video-tab.active .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.video-tab-content {
    margin-top: 40px;
    position: relative;
}

    .video-tab-content .video-player {
        border: 45px solid #000;
        min-height: 500px;
        width: 100%;
        padding: 0;
    }
/*
-------------------------------
-- Dj's Profile Section
------------------------------- 
*/

.dj-profile-area {
    width: 100%;
    float: left;
}

.dj-profile-area-inner {
    width: 100%;
    height: auto;
    padding-top: 90px;
    background-image: url(../img/bg-1.html);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .dj-profile-area-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .8;
        z-index: -1;
    }

.dj-profile {
    width: 100%;
    height: 100%;
    background-color: #131313;
}

.tab-item {
}

.profile-item-tab {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.mn {
    margin: 0;
}

.profile-item-tab img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.profile-link {
    padding: 0;
    margin: 0;
}

    .profile-link li {
        display: inline-block;
    }

    .profile-link a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #d32d0b;
        text-align: center;
        font-size: 18px;
        line-height: 36px;
        color: #fff;
        display: block;
        margin: 0px -3px;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }

    .profile-link li:hover a {
        color: #d32d0b;
        background-color: #fff;
    }

.profile-tab {
    width: 100%;
    text-align: center;
    padding: 75px 30px 0px 0px;
}

.profile-item-tab:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.profile-item-tab:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.profile-item-tab:hover .profile-link li {
    opacity: 1;
}

    .profile-item-tab:hover .profile-link li:nth-child(odd) a {
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
        transform: translateY(8px);
    }

    .profile-item-tab:hover .profile-link li:nth-child(even) a {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }

.dj-head {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.dj-info {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.tab-pane p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px;
}

.profile {
    width: 100%;
    display: table;
    text-align: center;
    margin-top: 35px;
}

.profile-info {
    width: 33.333%;
    float: left;
}

    .profile-info .am {
        width: 62px;
        height: 50px;
        margin: auto;
        position: relative;
    }

        .profile-info .am span {
            display: block;
            bottom: 0px;
            width: 6px;
            height: 5px;
            bottom: 0px;
            left: 0;
            background: #fff;
            position: absolute;
            animation: preloader 1.5s infinite ease-in-out;
        }

            .profile-info .am span:nth-child(2) {
                left: 8px;
                animation-delay: .2s;
            }

            .profile-info .am span:nth-child(3) {
                left: 16px;
                animation-delay: .4s;
            }

            .profile-info .am span:nth-child(4) {
                left: 24px;
                animation-delay: .6s;
            }

            .profile-info .am span:nth-child(5) {
                left: 32px;
                animation-delay: .8s;
            }

            .profile-info .am span:nth-child(6) {
                left: 40px;
                animation-delay: 1s;
            }

            .profile-info .am span:nth-child(7) {
                left: 48px;
                animation-delay: 1.2s;
            }

            .profile-info .am span:nth-child(8) {
                left: 56px;
                animation-delay: 1.4s;
            }

@keyframes preloader {
    0% {
        height: 18px;
    }

    25% {
        height: 35px;
    }

    50% {
        height: 25px;
    }

    70% {
        height: 40px;
    }

    100% {
        height: 45px;
    }
}

.profile-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #d32d0b;
    text-transform: uppercase;
    margin: 28px 0px 10px;
}

.profile-info h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #f7f7f7;
    margin: 0;
}

.profile-info img {
}
/*
-------------------------------
-- Blog Section
------------------------------- 
*/

.blog-area {
    width: 100%;
    float: left;
}

.post-row, .post-row2 {
    width: 100%;
    height: auto;
    position: relative;
}

.mb50 {
    margin-bottom: 50px;
}

.post-header {
}

.post-row2 .post-header {
    margin-bottom: 30px;
}

.post-feature {
    width: 100%;
    position: relative;
}

    .post-feature img {
        width: 100%;
    }

.post-body {
}

.post-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    opacity: 0;
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.post-caption-inner {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: table;
    padding: 12px;
}

    .post-caption-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .9;
        z-index: -1;
    }

.post-caption-content {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.post-link {
    margin-bottom: 70px;
    text-align: center;
}

.link-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
}

    .link-btn:hover {
        background-color: transparent;
        color: #d32d0b !important;
    }

.link-btn2 {
    width: 35px;
    height: 35px;
    margin: 0px auto;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
}

    .link-btn2 a {
        font-size: 16px;
        color: #fff;
        line-height: 35px;
    }

.post-sticker {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #e7e7e7;
}

    .post-sticker i {
        margin-right: 8px;
    }

.post-heading {
    margin-bottom: 5px;
}

    .post-heading a {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
    }

.post-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #f7f7f7;
    margin: 25px 0px 20px;
}

.post-meta {
    padding: 0;
    margin: 0;
}

    .post-meta li {
        display: inline-block;
        margin: 0px 7px;
    }

    .post-meta a {
        font-size: 13px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0;
        color: #e7e7e7;
    }

    .post-meta i {
        margin-right: 8px;
    }

.post-footer {
}

.post-row2 .post-footer {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.post-footer-caption {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.footer-caption-inner {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 12px;
}

    .footer-caption-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .9;
        z-index: -1;
    }

.post-row:hover .post-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.post-row:hover .post-footer-caption {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.post-row2:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sidebar {
}

.widget-area {
    width: 100%;
    margin-bottom: 32px;
}

.widget-form {
}

.widget-area {
}

.widget-header {
}

.widget-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #fefefe;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-list {
}

    .sidebar-list ul {
        padding: 0;
        margin: 0;
    }

.categories-list {
}

    .categories-list li {
        width: 100%;
        margin: 0;
        padding: 7px 0px;
    }

        .categories-list li:last-child {
            padding-bottom: 0;
        }

    .categories-list a {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0;
        color: #e7e7e7;
        text-transform: uppercase;
    }

.post-item {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.recent-post-feature {
    position: absolute;
    width: 100px;
    height: auto;
    top: 0;
    left: 0;
}

    .recent-post-feature img {
    }

.post-contant {
    width: 100%;
    height: 100%;
    padding: 0px 0px 20px 120px;
}

.recent-post-title {
    line-height: 0;
}

    .recent-post-title a {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0;
        color: #fefefe;
    }

.post-contant p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #e7e7e7;
    margin: 10px 0px 0px;
}

.gallery-list {
}

    .gallery-list li {
        width: 23%;
        display: inline-block;
        margin: 0px;
        overflow: hidden;
    }

    .gallery-list img {
    }

    .gallery-list img {
        width: 100%;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

    .gallery-list li:hover img {
        opacity: .7;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.tag-cloud {
}

    .tag-cloud li {
        display: inline-block;
        padding: 6px 20px;
        margin-bottom: 10px;
        background-color: transparent;
        border: 1px solid #e7e7e7;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .tag-cloud a {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        color: #e7e7e7;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .tag-cloud li:hover {
        border-color: #e86c28;
    }

        .tag-cloud li:hover a {
            color: #e86c28;
        }
/*
------------------------------------
-- What We Offers Section
------------------------------------
*/

.offer-area {
    width: 100%;
    float: left;
}

.offer-widget {
    float: none;
}

.offer-feature {
    width: 36%;
    float: left;
    overflow: hidden;
}

    .offer-feature img {
        width: 100%;
        opacity: 1;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

.offer-short {
    width: 64%;
    float: left;
    padding: 25px 0px 30px 70px;
    position: relative;
}

    .offer-short:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 35px;
        background-color: #fff;
        z-index: -1;
    }

    .offer-short:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top: 37%;
        left: 26px;
        background-color: #d32d0b;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.pb0 {
    padding-bottom: 0;
}

.offer-short h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.offer-short p {
    font-size: 14px;
    font-weight: 400px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.offer-feature:hover img {
    opacity: .5;
    -webkit-transform: scale(1.2) rotate(1deg);
    -moz-transform: scale(1.2) rotate(1deg);
    -ms-transform: scale(1.2) rotate(1deg);
    -o-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}
/*
----------------------------------
-- Booking Section
----------------------------------
*/

.booking-area {
    width: 100%;
    float: left;
}

.booking-area-inner {
    width: 100%;
    height: 100%;
    padding: 90px 0px 60px;
    background-image: url(../img/bg-1.html);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .booking-area-inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .8;
        z-index: -1;
    }

.booking-form {
    padding: 0px 30px;
    margin: 0;
}

    .booking-form li {
        margin: 0;
    }
/*
---------------------------------
-- Contact Us Section 
---------------------------------
 */

.contact-area {
    width: 100%;
    float: left;
}

    .contact-area .form-inline {
    }

.contact-form {
    padding: 0;
    margin: 0;
}

    .contact-form li {
        margin: 0;
    }

.contact-area h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

    .cf-msg p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #fff;
        text-transform: capitalize;
    }

.map-area {
}

.map-contacts {
    clear: both;
}

.map-feature, .googleMap {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.map-feature {
    background-image: url(../img/map.html);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.googleMap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 1;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.googleMap:hover::after {
    z-index: -1;
    opacity: 0;
}
/*
--------------------------------
-- Jockey Section
-------------------------------- 
*/

.jockey-area {
}

.jockey-slider {
}

.jockey-feature {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

    .jockey-feature h3 {
        font-size: 24px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
    }

.jockey-slider .owl-nav {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jockey-feature:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*
-----------------------------
-- Error Section
----------------------------- 
*/

.error-area {
    background-image: url(../img/boll-bg.html);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.error-caption {
    width: 100%;
    height: 100vh;
    min-height: 1000px;
    padding-top: 140px;
    position: relative;
    z-index: 1;
    display: table;
}

.error-caption-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.error-caption img {
    margin: 0px auto 130px;
}

.error-caption p {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #e7e7e7;
    margin: 30px 0px;
}

.error-caption-inner .form-group {
    width: 300px;
    margin: 60px auto 0px;
}
/*
-----------------------------
-- Footer Section 
-----------------------------
 */
footer {
    width: 100%;
    float: left;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px;
}

.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.footer-area {
    width: 100%;
    height: 100%;
    padding: 30px 0px 10px;
    background-color: #131313;
}

.footer-title {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.company-logo {
    margin: 5px 0px 20px; /*text-align: center;*/
}

.footer-content {
}

    .footer-content ul {
        padding: 0;
        margin: 0;
    }

.address-list {
}

    .address-list li {
        position: relative;
        margin-bottom: 22px;
    }

        .address-list li:last-child {
            margin-bottom: 0;
        }

    .address-list i {
        position: absolute;
        width: 35px;
        height: 35px;
        top: 0px;
        left: 0;
        border-radius: 50%;
        border: 1px solid #f7f7f7;
        font-size: 20px;
        line-height: 35px;
        color: #e86c28;
        text-align: center;
    }

    .address-list p {
        width: 100%;
        padding-left: 48px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #f7f7f7;
        margin: 0 0 3px 0;
    }

        .address-list p a {
            color: #fff;
        }

.opening-time {
}

    .opening-time p, .opening-time small, .opening-time strong {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #f7f7f7;
        margin-bottom: 0px;
    }

    .opening-time p {
        width: 100%;
        display: table;
        margin-bottom: 10px;
    }

        .opening-time p:last-child {
            margin: 40px 0px 0px;
        }

    .opening-time small {
        width: 36%;
        float: left;
        text-align: right;
    }

    .opening-time strong {
        width: 64%;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .opening-time strong:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 7px;
            background-color: #fff;
            z-index: 1;
        }

.timeline-Viewport {
    height: 250px;
    overflow-y: scroll;
}

.twitter-list {
}

    .twitter-list li {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 48px;
        position: relative;
    }

        .twitter-list li:after {
            content: "\f099";
            font-family: FontAwesome;
            position: absolute;
            width: 35px;
            height: 35px;
            top: 8px;
            left: 0;
            border-radius: 50%;
            border: 1px solid #f7f7f7;
            font-size: 18px;
            color: #e86c28;
            line-height: 35px;
            text-align: center;
        }

    .twitter-list p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #f7f7f7;
        margin-bottom: 10px;
    }

    .twitter-list li:last-child {
        margin-bottom: 0;
    }

.twitt-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #e86c28;
    margin-bottom: 20px;
}

.footer-form {
}

    .footer-form p {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #f7f7f7;
        margin-bottom: 25px;
    }

    .footer-form .form-group {
        margin-bottom: 25px;
    }

    .footer-form .input-group {
        border: 0px;
        background-color: #222222;
    }

    .footer-form .form-control {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0;
        color: #b1b1b1;
    }

.form-btn {
}
/*
-------------------------------
-- Copyright Section
------------------------------- 
*/

.copyright-area {
    width: 100%;
    padding: 10px 0px;
    background-color: #010101;
    float: left;
}

.footer-copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #f7f7f7;
    text-transform: capitalize;
    margin: 0px;
}

.copyright-area a {
    color: #fff;
}

.footer-social-link {
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top: 30px !important;
}

    .footer-social-link li {
        display: inline-block;
        margin: 0;
    }

    .footer-social-link a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        margin: 0px 5px;
        border: 1px solid #f7f7f7;
        text-align: center;
        background-color: transparent;
        font-size: 18px;
        line-height: 35px;
        color: #f7f7f7 !important;
        display: block;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .footer-social-link a:hover {
            background-color: #e86c28;
            border-color: #e86c28;
        }
/*
----------------------------------
-- Footer Style 2
---------------------------------- 
*/

.call-to-action {
    background: #d32d0b;
    padding: 45px;
    margin-bottom: 70px;
}

    .call-to-action .footer-title {
        margin-bottom: 0;
    }

    .call-to-action .form-group {
        margin: 0;
    }

    .call-to-action .input-group {
        width: 100%;
        border: 0px;
        border-bottom: 1px solid #fff;
        margin: 0;
    }

.social-link-center {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo {
    margin-bottom: 20px;
    text-align: center;
}

.social-link-center2 {
    text-align: center;
    margin-bottom: 70px;
}

.social-link-left {
    text-align: left;
}
/*
------------------------------------
- Single Post Page
------------------------------------
*/

.single-post-row {
    width: 100%;
}

.single-post-header {
    position: relative;
}

.single-post-feature {
    overflow: hidden;
}

    .single-post-feature img {
        width: 100%;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

.single-post-row:hover .single-post-feature img {
    opacity: .7;
    -webkit-transform: scale(1.2) rotate(1deg);
    -moz-transform: scale(1.2) rotate(1deg);
    -ms-transform: scale(1.2) rotate(1deg);
    -o-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}

.single-post-caption {
    position: relative;
    background-color: #131313;
    margin: -40px 70px 0px;
    z-index: 1;
    padding: 40px 25px 90px;
}

.single-post-body {
}

.post-action {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

    .post-action .post-sticker {
        width: 30%;
        float: left;
    }

.post-share {
    width: 70%;
    float: left;
    text-align: right;
}

    .post-share ul {
        margin: 0;
        padding: 0;
    }

    .post-share li {
        display: inline-block;
        margin: 0;
    }

    .post-share-title, .post-share a {
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        color: #e7e7e7;
        text-transform: capitalize;
        margin: 0px 5px;
    }

.single-post-body .post-meta {
    margin-bottom: 10px;
}

.single-post-body .post-heading {
    margin-bottom: 20px;
}

.single-post-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #f7f7f7;
    margin-bottom: 25px;
}

.comment-area-row {
}

.post-comments-title {
}

    .post-comments-title h2, .leave-comments-title h2 {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        color: #fff;
        text-transform: uppercase;
        margin: 40px 0px 0px;
    }

.post-comment-inner {
}

    .post-comment-inner ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.comment-list {
}

    .comment-list li {
        width: auto;
        position: relative;
    }

.comment-contant {
}

.user-img {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    left: 0;
}

    .user-img img {
        width: 100%;
    }

.user-comment {
    padding: 0px 0px 25px 90px;
    border-bottom: 1px solid #333333;
    margin-top: 25px;
}

.comment-list ol li {
    margin-left: 68px;
}

.cmnt-title {
}

    .cmnt-title a {
        float: left;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0;
        color: #fff;
        text-transform: capitalize;
        margin-right: 10px;
    }

.cmnt-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #909090;
}

.user-comment p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #f7f7f7;
    margin: 8px 0px 0px;
}

.cmnt-meta {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
}

.reply-btn {
    font-size: 12px;
    line-height: 12px;
    color: #333333;
    background-color: transparent;
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #333333;
}

.leave-area-row {
}

.leave-comments-title {
}

    .leave-comments-title h2 {
    }

.leave-area {
    width: 100%;
    margin-top: 30px;
}

.leave-area-row .form-control {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #e7e7e7;
    background-color: transparent;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**********************************my-style**************************************/
/*.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: initial !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 0 !important;
}*/
.serv-section h3 {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.serv-section p {
    font-size: 16px;
    margin-bottom: 20px;
}

.serv-section .row .col-md-4 {
    padding-bottom: 30px;
}

span.No {
    font-size: 28px;
    font-weight: 600;
    color: #e86c28;
    float: left;
    padding-right: 10px;
}

span.txt {
    float: left;
    padding-left: 10px;
    border-left: #3f51b5 2px solid;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.Punchline {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 13;
}

    .Punchline h2 {
        color: #fff;
        font-size: 50px;
        text-transform: uppercase;
    }

.number {
    position: absolute;
    top: 5px;
    color: #f47736;
    font-weight: bold;
    z-index: 3;
}

.number1 {
    position: absolute;
    top: 7px;
    color: #000;
    font-weight: bold;
    z-index: 1;
}

    .number strong, .number1 strong {
        font-size: 58px;
        float: left;
    }

    .number span, .number1 span {
        float: left;
        line-height: 0;
    }

.cascading-text {
    position: relative; /**
   * [data-animated] is merely used as a trigger
   * attribute for replay purposes. If you were going
   * to use cascading text effects on a site, just let
   * them play once on entry
  */
}

.cascading-text__replay {
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: fadeIn 0.75s;
    animation: fadeIn 0.75s;
    padding: 5px;
    opacity: 0.5;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

    .cascading-text__replay:hover {
        opacity: 1 !important;
        -webkit-transform: translateX(-50%) translateY(-10%);
        transform: translateX(-50%) translateY(-10%);
    }

.cascading-text[data-animated] .cascading-text__replay {
    display: none;
}

.cascading-text--enter[data-animated] .cascading-text__letter {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-animation-name: enter;
    animation-name: enter;
}

.cascading-text--fade[data-animated] .cascading-text__letter {
    opacity: 0;
    -webkit-animation-name: fade;
    animation-name: fade;
}

.cascading-text--flip[data-animated] .cascading-text__letter {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation-name: flip;
    animation-name: flip;
}

.cascading-text--scale[data-animated] .cascading-text__letter {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: scale;
    animation-name: scale;
}

.cascading-text--turn[data-animated] .cascading-text__letter {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-animation-name: turn;
    animation-name: turn;
}

.cascading-text--fold[data-animated] .cascading-text__letter {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-animation-name: fold;
    animation-name: fold;
}

.cascading-text--bulge[data-animated] .cascading-text__letter {
    -webkit-animation-name: bulge;
    animation-name: bulge;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(1) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-animation-name: swap-right;
    animation-name: swap-right;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(2) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-animation-name: swap-left;
    animation-name: swap-left;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(3) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-animation-name: swap-right;
    animation-name: swap-right;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(4) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-animation-name: swap-left;
    animation-name: swap-left;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(5) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-animation-name: swap-right;
    animation-name: swap-right;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(6) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-animation-name: swap-left;
    animation-name: swap-left;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(7) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-animation-name: swap-right;
    animation-name: swap-right;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(8) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-animation-name: swap-left;
    animation-name: swap-left;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(9) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-animation-name: swap-right;
    animation-name: swap-right;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(10) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-animation-name: swap-left;
    animation-name: swap-left;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(11) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-animation-name: swap-right;
    animation-name: swap-right;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(12) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-animation-name: swap-left;
    animation-name: swap-left;
}

.cascading-text--swap[data-animated] .cascading-text__letter:nth-of-type(13) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-animation-name: swap-right;
    animation-name: swap-right;
}

.cascading-text--slide[data-animated] .cascading-text__letter {
    -webkit-animation-name: slide;
    animation-name: slide;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(1) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(2) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(3) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(4) {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(5) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(6) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(7) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(8) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(9) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(10) {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(11) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(12) {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .cascading-text--slide[data-animated] .cascading-text__letter:nth-of-type(13) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

.cascading-text--far[data-animated] {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .cascading-text--far[data-animated] .cascading-text__letter {
        opacity: 0;
        -webkit-transform: translateX(-25px) translateY(-20px) translateZ(-800px);
        transform: translateX(-25px) translateY(-20px) translateZ(-800px);
        -webkit-animation-name: far;
        animation-name: far;
    }

.cascading-text--teeth[data-animated] .cascading-text__letter {
    opacity: 0;
}

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(1) {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-name: enter;
        animation-name: enter;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(2) {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-name: enter-bottom;
        animation-name: enter-bottom;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(3) {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-name: enter;
        animation-name: enter;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(4) {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-name: enter-bottom;
        animation-name: enter-bottom;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(5) {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-name: enter;
        animation-name: enter;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(6) {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-name: enter-bottom;
        animation-name: enter-bottom;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(7) {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-name: enter;
        animation-name: enter;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(8) {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-name: enter-bottom;
        animation-name: enter-bottom;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(9) {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-name: enter;
        animation-name: enter;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(10) {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-name: enter-bottom;
        animation-name: enter-bottom;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(11) {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-name: enter;
        animation-name: enter;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(12) {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-animation-name: enter-bottom;
        animation-name: enter-bottom;
    }

    .cascading-text--teeth[data-animated] .cascading-text__letter:nth-of-type(13) {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-animation-name: enter;
        animation-name: enter;
    }

.cascading-text--random[data-animated] .cascading-text__letter {
    -webkit-animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
    animation-name: random;
}

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(1) {
        -webkit-transform: translateX(-203%) translateY(-171%);
        transform: translateX(-203%) translateY(-171%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(2) {
        -webkit-transform: translateX(-83%) translateY(-241%);
        transform: translateX(-83%) translateY(-241%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(3) {
        -webkit-transform: translateX(-149%) translateY(42%);
        transform: translateX(-149%) translateY(42%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(4) {
        -webkit-transform: translateX(86%) translateY(-85%);
        transform: translateX(86%) translateY(-85%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(5) {
        -webkit-transform: translateX(152%) translateY(-139%);
        transform: translateX(152%) translateY(-139%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(6) {
        -webkit-transform: translateX(98%) translateY(120%);
        transform: translateX(98%) translateY(120%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(7) {
        -webkit-transform: translateX(122%) translateY(-183%);
        transform: translateX(122%) translateY(-183%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(8) {
        -webkit-transform: translateX(174%) translateY(166%);
        transform: translateX(174%) translateY(166%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(9) {
        -webkit-transform: translateX(-83%) translateY(-189%);
        transform: translateX(-83%) translateY(-189%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(10) {
        -webkit-transform: translateX(70%) translateY(100%);
        transform: translateX(70%) translateY(100%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(11) {
        -webkit-transform: translateX(-29%) translateY(-77%);
        transform: translateX(-29%) translateY(-77%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(12) {
        -webkit-transform: translateX(-159%) translateY(-93%);
        transform: translateX(-159%) translateY(-93%);
    }

    .cascading-text--random[data-animated] .cascading-text__letter:nth-of-type(13) {
        -webkit-transform: translateX(-41%) translateY(-215%);
        transform: translateX(-41%) translateY(-215%);
    }

.cascading-text__letter {
    font-size: 58px;
    line-height: 25px;
    /*text-transform: uppercase;*/
    display: inline-block;
    float: left;
    font-weight: 600;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    /*font-family: 'Aclonica';*/
}

    .cascading-text__letter span {
        background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
        -webkit-background-size: 150px;
        color: $text-color;
        -webkit-background-clip: text;
        -webkit-animation-name: shine;
        -webkit-animation-duration: $duration;
        -webkit-animation-iteration-count: 1;
        text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
    }

@-webkit-keyframes shine {
    0%, 10% {
        background-position: -100px;
    }

    20% {
        background-position: top left;
    }

    90% {
        background-position: top right;
    }

    100% {
        background-position: 100px;
    }
}

.cascading-text__letter.mr {
    margin-right: 5px;
}

.cascading-text__letter:nth-of-type(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.cascading-text__letter:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.cascading-text__letter:nth-of-type(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.cascading-text__letter:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.cascading-text__letter:nth-of-type(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.cascading-text__letter:nth-of-type(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.cascading-text__letter:nth-of-type(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.cascading-text__letter:nth-of-type(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.cascading-text__letter:nth-of-type(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.cascading-text__letter:nth-of-type(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.cascading-text__letter:nth-of-type(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.cascading-text__letter:nth-of-type(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.cascading-text__letter:nth-of-type(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.cascading-text__letter:nth-of-type(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.cascading-text__letter:nth-of-type(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.cascading-text__letter:nth-of-type(16) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.cascading-text__letter:nth-of-type(17) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.cascading-text__letter:nth-of-type(18) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.cascading-text__letter:nth-of-type(19) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.cascading-text__letter:nth-of-type(20) {
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.cascading-text__letter:nth-of-type(21) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.cascading-text__letter:nth-of-type(22) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.cascading-text__letter:nth-of-type(23) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.cascading-text__letter:nth-of-type(24) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.cascading-text__letter:nth-of-type(25) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.cascading-text__letter:nth-of-type(26) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.cascading-text__letter:nth-of-type(27) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.cascading-text__letter:nth-of-type(28) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.cascading-text__letter:nth-of-type(29) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}
/**
  * Theme
*/
* {
    box-sizing: border-box;
}

.cascading-text {
    line-height: 150px;
    text-align: center;
}

.cascading-text {
    width: 50%;
    display: inline-block;
    float: left;
    position: absolute;
    top: 42px;
    text-align: center;
    left: 47px;
    z-index: 3;
}

.shadow-text {
    top: 44px;
    z-index: 1;
}

    .shadow-text .tx--white {
        color: #000;
    }

@media (min-width: 992px) {
    .cascading-text {
        width: 100%;
    }
}

.tx--red {
    color: #e74c3c;
}

.tx--white {
    color: #f57736;
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes enter-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes enter-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes flip {
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

@-webkit-keyframes turn {
    to {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@keyframes turn {
    to {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@-webkit-keyframes fold {
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@keyframes fold {
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@-webkit-keyframes bulge {
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes bulge {
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes swap-right {
    25% {
        -webkit-transform: translateX(-15px) translateY(-100%);
        transform: translateX(-15px) translateY(-100%);
    }

    75% {
        -webkit-transform: translateX(0) translateY(-100%);
        transform: translateX(0) translateY(-100%);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes swap-right {
    25% {
        -webkit-transform: translateX(-15px) translateY(-100%);
        transform: translateX(-15px) translateY(-100%);
    }

    75% {
        -webkit-transform: translateX(0) translateY(-100%);
        transform: translateX(0) translateY(-100%);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes swap-left {
    25% {
        -webkit-transform: translateX(15px) translateY(100%);
        transform: translateX(15px) translateY(100%);
    }

    75% {
        -webkit-transform: translateX(0) translateY(100%);
        transform: translateX(0) translateY(100%);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes swap-left {
    25% {
        -webkit-transform: translateX(15px) translateY(100%);
        transform: translateX(15px) translateY(100%);
    }

    75% {
        -webkit-transform: translateX(0) translateY(100%);
        transform: translateX(0) translateY(100%);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@-webkit-keyframes far {
    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0) translateX(0);
        transform: translateY(0) translateZ(0) translateX(0);
    }
}

@keyframes far {
    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0) translateX(0);
        transform: translateY(0) translateZ(0) translateX(0);
    }
}

@-webkit-keyframes random {
    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes random {
    25% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

#particle-canvas {
    width: 100%;
    min-height: 100%;
}

    #particle-canvas div:nth-child(3) {
        background: none !important;
    }

    #particle-canvas canvas {
        position: absolute !important;
        top: 0;
        z-index: 3 !important;
    }

.carousel-control {
    background: none !important;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}

    .carousel-control:focus, .carousel-control:hover {
        opacity: 1;
        color: #fff !important;
    }

        .carousel-control:focus span, .carousel-control:hover span {
            opacity: 1;
            color: #fff !important;
            background: none;
        }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 40px;
        height: 40px;
        margin-top: -10px;
        line-height: 40px;
        font-size: 14px;
        background: #f49545;
        border: 1px solid #fff;
    }

    .carousel-control:hover .glyphicon-chevron-left, .carousel-control:hover .glyphicon-chevron-right, .carousel-control:hover .icon-next, .carousel-control:hover .icon-prev {
        background: none;
        border: 1px solid #fff;
    }

@media(max-width:600px) {
    .carousel-control, .carousel-indicators {
        display: none;
    }
}

.process {
    position: relative;
    line-height: 36px;
    width: 100%;
    float: left;
}

    .process .process-row:before {
        top: 75px;
        left: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        border-top: 1px dashed;
        z-index: 0;
    }

    .process .process-row .process-step {
        text-align: center;
        position: relative;
        padding-bottom: 20px;
    }

        .process .process-row .process-step .process-box {
            position: relative;
            width: 150px;
            height: 150px;
            text-align: center;
            padding: 0;
            font-size: 36px;
            line-height: 150px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            border: 1px solid;
            overflow: hidden;
            margin: 0 auto;
        }

            .process .process-row .process-step .process-box i {
                position: absolute;
                line-height: 150px;
                width: 100%;
                color: #f49545;
                left: 0;
            }

        .process .process-row .process-step .process-box {
            border-color: rgba(118,118,118,.7);
        }

            .process .process-row .process-step .process-box:before {
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                border-radius: 15px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: ' ';
                z-index: 0;
            }

            .process .process-row .process-step .process-box:before {
                background-color: #fff;
            }

        .process .process-row .process-step .title {
            margin-top: 15px;
            margin-bottom: 15px;
            color: #f49545;
            font-size: 20px;
            text-align: center;
            font-weight: 600;
        }

        .process .process-row .process-step p {
            margin-top: 10px;
        }

/**************************************************************/
.visit {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
}

section {
    width: 100%;
    float: left;
}

.section-lg-2 {
    width: 100%;
    float: left;
    margin-top: 40px;
    padding: 0px 0 50px 0;
    /*border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    background-color: #f2f2f2;*/
}

.feature-seperation {
    margin-top: 0;
    border-top: 0;
}

.post-dis h2 a, .post-dis h2 a:hover, .post-dis h2 a:focus {
    color: #3f51b5;
    font-weight: 600;
}

.box-icon {
    padding: 0;
    background: #fb6739;
}

.post-dis {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 20px;
}

.box-icon i {
    position: relative;
    top: 40%;
    color: #fff;
    font-size: 20px !important;
    transform: translateY(-50%);
}

.m-auto {
    margin: auto;
}

.circle {
    border-radius: 100%;
}

.box-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.div-line {
    width: 1px;
    height: 100%;
    background: #dedede;
    position: absolute;
    left: 50%;
}
/*****************************sponsor************************************/
.sponsor ul {
    text-align: center;
    padding: 0;
}

    .sponsor ul li {
        display: inline-block;
        border: 1px solid #000;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 3px;
        padding: 2px;
    }

.platinum li img {
    width: 390px;
}

.gold li img {
    /*width:150px;*/
    width: 290px;
}

.silver li img {
    /* width:120px; */
    width: 250px;
}

.media li img {
    /* width:120px; */
    width: 140px;
}

.Supporting li img {
    /* width:120px; */
    width: 100px;
}

.Hospitality li img {
    /* width:120px; */
    width: 200px;
}
.Overseas li img {
    /* width:120px; */
    width: 300px;
}
/*********************************************MEDIA**************************************************************/
@media(max-width:768px) {
    .div-line, .box-icon {
        display: none;
    }

    .post-dis {
        margin-bottom: 15px;
    }
}

.features-list li:hover {
    border: 1px solid #000;
}

.div-line {
    top: 0;
}
/*.post-img {
    height: 240px;
    overflow: hidden;
}*/
.m-top8 {
    margin-top: 80px;
}

.m-top135 {
    margin-top: 100px;
}

.nopadding {
    padding: 0 !important;
}

.font25 {
    font-size: 25px !important;
}

.font-thin {
    font-weight: 300 !important;
}

.page-heading h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f47736;
    color: #fff;
    padding: 8px 20px;
    min-width: 200px;
    text-align: center;
    font-family: Aclonica;
}

.page-heading {
    position: relative;
    width: 100%;
    float: left;
}

    .page-heading img {
        width: 100%;
    }

.timer {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
}

.sw-center{
	justify-content: center;
	display: flex;
}


#timer div {
    display: inline-block;
    line-height: 1;
    padding: 15px 0;
    font-size: 43px;
    width: 99px;
    background: #00bf96;
	    border-radius: 5px;
}

#timer span {
    display: inline-block;
    font-size: 17px;
    color: white;
    background: #00816a;
    padding: 3px 5px;
}

#days {
    font-size: 100px;
    color: #ffffff;
}

#hours {
    font-size: 100px;
    color: #ffffff;
}

#minutes {
    font-size: 100px;
    color: #ffffff;
}

#seconds {
    font-size: 50px;
    color: #ffffff;
}

.book {
    background: #fb6739;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 25px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .book:hover, .book:focus {
        background: #bf4721;
        color: #fff !important;
        text-decoration: none;
    }

.wrapper {
    width: 100%;
    float: left;
    position: relative;
}

/*.counter {
    background-color: #dc593e;
    padding: 20px 0;
    border-radius: 5px;
    min-height: 150px;
    border: 1px solid;
    color: #fff;
    margin-bottom: 30px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    color: #fff;
}

.count-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}*/



.counter {
    background-color: #d9534f; 
    color: white;
    padding: 20px;
    border-radius: 10px;
    min-height: 150px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom:15px;
}

/* Ensures spacing */


/* Makes sure each box is full width on mobile */
@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* .count-title { */     /* font-size: 20px; */     /* font-weight: bold; */ /* } */

/* .count-title { */     /* font-size: 20px; */     /* font-weight: bold; */ /* } */


.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    color: #fff;
}

/* .count-text { */
    /* margin-top: 10px; */
    /* font-size: 15px; */
/* } */

.count-text {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}



/* Ensures proper spacing on all devices */
@media (max-width: 768px) {
    .counter {
        width: 100%; /* Full width on mobile */
        min-height: 100px;
    }
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.registration-form {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .registration-form h3 {
        text-align: center;
        color: #4556b7;
        font-weight: 600;
    }

    .registration-form form {
        width: 100%;
        float: left;
        box-shadow: 0px 1px 2px #888;
        margin-top: 20px;
    }

.group {
    position: relative;
    margin: 15px 0;
}

    .group textarea {
        resize: none;
    }

    .group input,
    .group textarea, .group select {
        background: none;
        color: #c6c6c6;
        font-size: 18px;
        padding: 8px 10px 3px 5px;
        display: block;
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #c6c6c6;
    }

        .group input:focus,
        .group textarea:focus {
            outline: none;
        }

            .group input:focus ~ label, .group input:valid ~ label,
            .group textarea:focus ~ label,
            .group textarea:valid ~ label {
                top: -7px;
                font-size: 12px;
                color: #4556b7;
            }

            .group input:focus ~ .bar:before,
            .group textarea:focus ~ .bar:before {
                width: 100%;
            }

        .group input[type="password"] {
            letter-spacing: 0.3em;
        }

    .group label {
        color: #c6c6c6;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 10px;
        transition: 300ms ease all;
    }

    .group .bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .group .bar:before {
            content: '';
            height: 2px;
            width: 0;
            bottom: 0px;
            position: absolute;
            background: #4556b7;
            transition: 300ms ease all;
            left: 0%;
        }

.submit {
    background: #f47736;
    color: #fff;
    border: #f47736;
    padding: 5px 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.reset {
    background: #4556b7;
    color: #fff;
    border: #4556b7;
    padding: 5px 20px;
    text-transform: uppercase;
}

.contact-us {
    width: 100%;
    float: left;
    padding: 3% 0;
}

    .contact-us h3 {
        padding: 1% 0;
    }

.contact {
    width: 100%;
    float: left;
    background: #000;
    padding: 12% 0;
    margin-bottom: 20px;
}

.contact {
    color: #000;
    line-height: 31px;
}

    .contact a:hover {
        color: #0160a3;
    }

    .contact span a:before {
        content: '\f0e0';
        position: absolute;
        font-family: fontawesome;
        left: 0;
    }

    .contact p a {
        color: #fff;
        line-height: 31px;
        display: inline-block;
    }

    .contact span h5:before {
        content: '\f0e0';
        position: absolute;
        font-family: fontawesome !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 25px;
        color: #fb681b;
    }

    .contact span h5 {
        position: relative;
        padding-left: 40px;
        margin: 5% 13% 0;
        font-size: 20px;
        color: #fb681b;
    }

    .contact span h4:before {
        content: '\f2a0';
        position: absolute;
        font-family: fontawesome !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 25px;
        color: #fb681b;
    }

    .contact span h4 {
        position: relative;
        padding-left: 35px;
        margin: 5% 13% 0;
    }

    .contact h4:before {
        content: '\f041';
        position: absolute;
        font-family: fontawesome !important;
        top: -6px;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 25px;
        color: #fb681b;
    }

    .contact h4 {
        position: relative;
        padding-left: 35px;
        margin: 3% 13% 0;
        color: #ff600c;
    }

    .contact p {
        padding-left: 25px;
        padding: 1% 0 3% 10%;
        border-bottom: 1px solid;
        margin: 0 8%;
        color: #fff;
    }


.contact-us-right {
    width: 100%;
    float: left;
}

    .contact-us-right h3 {
        font-weight: 600;
        text-align: center;
        color: #020e28;
        padding-bottom: 24px;
    }

    .contact-us-right input {
        width: 100%;
        float: left;
        border: none;
        padding: 14px 0;
        padding-left: 10px;
        background: #f4f4f4;
        margin: 3% 0;
    }

    .contact-us-right textarea {
        width: 100%;
        float: left;
        border: none;
        padding: 10px 10px;
        margin: 3% 0;
        background: #f4f4f4;
    }

::placeholder {
    color: #000;
}


.contact-us-right input[type="submit"] {
    width: 100%;
    float: left;
    background: #f49545;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    color: #fff;
}

    .contact-us-right input[type="submit"]:hover {
        background: #e67d25;
    }

.exhi-list {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .exhi-list table th {
        background: #4556b7;
        color: #fff;
    }

    .exhi-list table tr td:nth-child(1) {
        text-align: center;
    }

    .exhi-list table tr td a {
        color: #000;
    }

        .exhi-list table tr td a:hover, .exhi-list table tr td a:focus {
            color: #f47736;
            text-decoration: none;
        }

.sponser {
    width: 100%;
    float: left;
    border: 1px solid #4556b7;
    margin-bottom: 30px;
}

    .sponser:hover {
        box-shadow: 0 2px 3px #888;
    }

.sponser-title {
    background: #4556b7;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

    .sponser-title h3 {
        color: #fff;
    }

.sponser-content {
    padding: 10px;
    background: #fff;
    min-height: 593px;
}

    .sponser-content h4 {
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #f49545;
    }

    .sponser-content ul {
        padding: 0;
    }

    .sponser-content li {
        text-align: justify;
        position: relative;
        padding-left: 19px;
    }

        .sponser-content li:before {
            content: '\f00c';
            position: absolute;
            top: 0;
            left: 0;
            font-family: fontawesome;
            color: #4556b7;
        }

.about-area1 {
    width: 100%;
    float: left;
}

/*.tabs4 {
    width: 100%;
    float: left;
    border: 1px solid #0d63ac;
    min-height: 440px;
    margin-bottom: 15px;
}*/
.tabs4 {
    background: #f9f9f9; /* Light background */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures the box fills the parent */
}

/* .row { */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: stretch; /* Ensures all boxes stretch to the same height */ */
    /* margin-bottom: 20px; */

/* } */

/* .col-md-4 { */
    /* display: flex; /* Ensures columns take equal height */ */
/* } */

ul {
    flex-grow: 1; /* Ensures the content area stretches properly */
}


.responsive-iframe {
    border: none;
    overflow: hidden;
}

@media (max-width: 768px) {
    .footer-content {
        margin-bottom: 50px; /* Adds space between feeds in mobile view */
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%; /* Stack the boxes on smaller screens */
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.tabs4 h3 {
        margin-top: 0;
        padding-left: 10px;
        color: #ffffff;
        font-weight: 600;
        background: #1f4d9d;
        padding: 5px;
        text-align: center;
        font-size: 19px;
    }

.tabs4 h5 {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 20px;
        margin: 20px 0px;
        color: #e31e24;
    }

.tabs4 ul {
        padding: 0;
    }

.tabs4 li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 25px;
    }

.tabs4 li:before {
            content: '\f178';
            position: absolute;
            left: 5px;
            top: 0;
            font-family: fontawesome;
            color: #f47736;
        }

.tabs4 {
    width: 100%;
    float: left;
    border: 1px solid #0d63ac;
    min-height: 727px;
    margin-bottom: 15px;
}

.tabs4 h3 {
        margin-top: 0;
        padding-left: 10px;
        color: #ffffff;
        font-weight: 600;
        background: #1f4d9d;
        padding: 5px;
        text-align: center;
        font-size: 19px;
    }

.tabs4 h5 {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 20px;
        margin: 20px 0px;
        color: #e31e24;
    }





.tabs40 {
    width: 100%;
    float: left;
    border: 1px solid #0d63ac;
    min-height: 440px;
    margin-bottom: 15px;
}

    .tabs40 h3 {
        margin-top: 0;
        padding-left: 10px;
        color: #ffffff;
        font-weight: 600;
        background: #1f4d9d;
        padding: 5px;
        text-align: center;
        font-size: 19px;
    }

    .tabs40 h5 {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 20px;
        margin: 20px 0px;
        color: #e31e24;
    }


    .tabs40 ul {
        padding: 0;
    }

    .tabs40 li {
        position: relative;
        margin-bottom: 15px;
        padding-left: 25px;
    }

        .tabs40 li:before {
            content: '\f178';
            position: absolute;
            left: 5px;
            top: 0;
            font-family: fontawesome;
            color: #f47736;
        }

.tabs40 {
    width: 100%;
    float: left;
    border: 1px solid #0d63ac;
    min-height: 300px;
    margin-bottom: 15px;
}

    .tabs40 h3 {
        margin-top: 0;
        padding-left: 10px;
        color: #ffffff;
        font-weight: 600;
        background: #1f4d9d;
        padding: 5px;
        text-align: center;
        font-size: 19px;
    }

    .tabs40 h5 {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 20px;
        margin: 20px 0px;
        color: #e31e24;
    }

.pa {
    padding: 10px;
}

.registration-btn {
    position: absolute;
    bottom: 7px;
    right: 0;
    margin-top: 20px;
    width: 100%;
    float: left;
    text-align: center;
    z-index:1;
}

    .registration-btn a {
        background: #f49545;
        color: #fff;
        padding: 6px 20px;
        display: inline-block;
        border-radius: 25px;
        text-transform: uppercase;
    }

        .registration-btn a:nth-child(2) {
            background: #3f51b5;
            margin-top: 10px;
        }

        .registration-btn a:hover, .registration-btn a:focus {
            text-decoration: none;
        }

.icon {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: -4;
    opacity: 0.3;
}

.over {
    width: 100%;
    float: left;
    position: relative;
}

    .over:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-top: 80px solid #f49545;
        border-right: 80px solid transparent;
    }

    .over:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-right: 80px solid #f49545;
        border-top: 80px solid transparent;
    }

.why li {
    position: relative;
    text-align: justify;
}

    .why li:before {
        content: '\f00c';
        position: absolute;
        top: 0;
        left: -20px;
        font-family: fontawesome;
        color: #f49545;
    }

.about-contents .modal-dialog {
    width: 900px;
    margin: 30px auto;
}

.about-contents .modal-body {
    width: 100%;
    float: left;
}

.about-contents .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fb6739;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    opacity: 3;
}

.about-contents h3 {
    font-size: 33px;
    color: #f47736;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.about-contents h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}

.about-contents h4 {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #fb6739;
    padding: 5px;
}

.vision-mision-block {
    border: 1px solid #ccc;
    min-height: 186px;
}

    .vision-mision-block p {
        padding: 10px;
        margin: 0;
    }
/*.about-contents p
{
 color:#fff;   
     margin-bottom: 10px;
}*/
.bg-white {
    background: #f7f7f7;
    padding: 50px;
}

.why-exibit {
    width: 100%;
    float: left;
    background: url('../images/exhibits.jpg') no-repeat;
    background-size: cover;
}

.past {
    width: 100%;
    float: left;
}

.icon_box.has_border:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    right: -2.4%;
    top: 0;
}

.icon_box.has_border1:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    left: -2.4%;
    top: 0;
}

.icon_box a {
    display: block;
}

    .icon_box a:hover {
        text-decoration: none;
    }

.icon_box .icon_wrapper {
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
    border-width: 8px;
    border-style: solid;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #3f51b5;
    border-color: #f47736;
    background-image: url(../betheme/wp-content/themes/betheme/images/stripes/stripes_3_b.html);
}

    .icon_box .icon_wrapper i {
        z-index: 2;
        position: relative;
    }

.icon_box .icon_wrapper {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
}

.icon_box .image_wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.icon_box .desc_wrapper {
    text-align: center;
}

.icon_box.icon_position_left {
    min-height: 126px;
    padding-left: 145px;
}

    .icon_box.icon_position_left .icon_wrapper {
        position: absolute;
        left: 0;
        top: 10px;
        margin-bottom: 0;
    }

    .icon_box.icon_position_left .desc_wrapper {
        text-align: left;
        padding-top: 10px;
    }

    .icon_box.icon_position_left .image_wrapper {
        position: absolute;
        left: 0;
        top: 10px;
        margin-bottom: 0;
        width: 126px;
        height: 126px;
        overflow: hidden;
    }

.icon_box .icon_wrapper, .icon_box .icon_wrapper:before {
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.icon_box .icon_wrapper {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.icon_box:hover .icon_wrapper {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.94);
    transform: scale(0.94);
}

.icon_box a.mfn-link, .icon_box .icon_box .icon_wrapper, .icon_box a .icon_wrapper, .style-simple .icon_box:hover .icon_wrapper {
    color: #0095eb;
}

.icon_box:hover .icon_wrapper {
    color: #fff;
    background: #3f51b5;
}

.bg3 {
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 87px 36px;
}

.icon_box .icon_wrapper, .icon_box .icon_wrapper:before {
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

    .image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
        border-color: #e2e2e2;
    }

@media(max-width:768px) {
    .icon_box.has_border:after, .icon_box.has_border1:before {
        display: none;
    }
}

h4.title {
    color: #3f51b5;
    font-weight: 600;
    font-size: 22px;
}

.desc_wrapper span {
    color: #f47736;
    font-weight: 600;
    text-transform: uppercase;
}

.downloads img {
    width: 100%;
}

.downloads a, .downloads a:hover, .downloads a:focus {
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

.downloads span {
    width: 100%;
    float: left;
    text-align: center;
    border: 3px solid #3f51b5;
    border-radius: 10px;
    padding: 6px;
    /*min-height:260px;*/
}

.bg-1 {
    background: #d3d3d3;
    padding: 6px;
    border-radius: 5px;
}

.downloads h2 {
    margin-top: 10px;
    width: 100%;
    float: left;
    color: #e86c28;
    font-weight: 600;
}

.coming {
    width: 100%;
    /*float:left;*/
    padding: 50px 0;
}

    .coming h2 {
        color: #e86c28;
        font-weight: 600;
        font-size: 50px;
        line-height: 50px;
        font-family: Aclonica;
    }

.visitors {
    width: 100%;
    float: left;
    background: url(../images/visitors.jpg) no-repeat;
}



.industries {
    width: 100%;
    float: left;
}

    .industries nav > .nav.nav-tabs {
        border: none;
        color: #fff;
        background: #272e38;
        border-radius: 0;
    }

    .industries nav > div a.nav-item.nav-link,
    .industries nav > div a.nav-item.nav-link.active {
        border: none;
        padding: 18px 25px;
        color: #fff;
        background: #272e38;
        border-radius: 0;
    }

        .industries nav > div a.nav-item.nav-link.active:after {
            content: "";
            position: relative;
            bottom: -60px;
            left: -10%;
            border: 15px solid transparent;
            border-top-color: #e74c3c;
        }

    .industries .tab-content {
        background: #fdfdfd;
        line-height: 25px;
        border: 1px solid #ddd;
        border-top: 5px solid #e74c3c;
        border-bottom: 5px solid #e74c3c;
        padding: 30px 25px;
        width: 100%;
        float: left;
    }

.features-list {
    margin: 0;
    padding: 0;
}

    .features-list li {
        width: 31.33%;
        margin: 0 1% 10px 1%;
        float: left;
        border: 1px solid #ccc;
        padding: 9px 10px;
    }

        .features-list li:hover {
            border: 1px solid #3f51b5;
            box-shadow: 0 1px 2px #888;
        }

.industries nav > div a.nav-item.nav-link:hover,
.industries nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.industires-tabs .nav-tabs {
    margin: 0;
}

    .industires-tabs .nav-tabs li {
        background: #3f51b5;
        border: 1px solid #fff;
    }

        .industires-tabs .nav-tabs li a {
            color: #fff;
            font-size: 16px;
        }

        .industires-tabs .nav-tabs li.active a, .industires-tabs .nav-tabs li:hover a {
            background: #dc593e;
            color: #fff;
        }

.MachineList1 {
    color: #fff;
    background: #f49545;
    padding: 5px 0;
    text-align: center;
}

.MachineList {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}

    .MachineList li {
        padding: 0px 10px 5px 25px;
        position: relative;
        line-height: 27px;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }

        .MachineList li:before {
            content: '\f00c';
            position: absolute;
            left: 3px;
            top: 0;
            font-family: fontawesome;
            color: #3f51b5;
        }

        .MachineList li:last-child {
            border-bottom: none;
        }

.punchline {
    width: 60%;
    float: left;
    text-align: left;
    /* padding: 20px 0; */
    position: absolute;
    top: 15px;
    right: 10px;
    /* bottom: 15px; */
    background: #0e0e0e8c;
    padding: 10px;
}

    .punchline h3 {
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        /* text-shadow: 0 1px 1px #fff; */
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Aclonica;
    }

.why-visit {
    width: 100%;
    float: left;
}

.visit-area ul {
    padding: 0;
}

.visit-area li {
    position: relative;
    padding-left: 25px;
}

    .visit-area li:before {
        content: '\f178';
        position: absolute;
        top: 0;
        left: 0;
        font-family: fontawesome;
        color: #f49545;
    }

.support img {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.key {
    text-align: center;
}

    .key img {
        margin-bottom: 15px;
    }

/*******************************post ******************************/

.advantages {
    color: #111920;
    background: url(../images/search-img.png) 50% 86% no-repeat;
}

.advantages__title {
    margin-bottom: 6px;
    text-align: center;
    color: #11181f;
    letter-spacing: 0.6px;
}

.advantages__subtitle {
    margin: 0 auto 66px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    letter-spacing: 0.6px;
}

.advantages__left .advantage {
    text-align: right;
}

.advantages__left .advantage__title {
    padding-right: 94px;
    padding-left: 0;
}

    .advantages__left .advantage__title:before {
        right: 0;
        left: auto;
    }

.advantage + .advantage {
    margin-top: 90px;
}

.advantage__title {
    position: relative;
    margin-bottom: 8px;
    padding-top: 35px;
    padding-left: 86px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-family: HandelgotDbol;
    color: #f47736;
}

    .advantage__title span {
        /* text-align: center; */
        /* display: inline; */
        font-size: 24px;
        color: #3f51b5;
        font-weight: 600;
        font-family: HandelgotDbol;
    }

    .advantage__title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 78px;
        height: 78px;
        border-radius: 50%;
        border: 1px solid #fff;
        box-shadow: 0 0 0 3px #3f51b5;
        background-color: #FFF;
        background-image: url(../images/advantage-icons.png);
        background-repeat: no-repeat;
        background-position: 8px -55px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transition-property: background-position, background-color;
        transition-property: background-position, background-color;
    }

.advantage:hover .advantage__title:before {
    background-position: 8px 9px;
    background-color: #3f51b5;
}

.advantage--hosting,
.advantage--seo,
.advantage--support,
.advantage--setup {
    position: relative;
}

    .advantage--hosting:after,
    .advantage--seo:after,
    .advantage--support:after,
    .advantage--setup:after {
        content: '';
        position: absolute;
        top: 37px;
        width: 104px;
        height: 177px;
        z-index: -1;
    }

    .advantage--hosting:after {
        right: -100px;
        background: url(../images/shared-line.png) 0 0 no-repeat;
    }

    .advantage--seo:after {
        right: -100px;
        background: url(../images/seo-line.png) 0 0 no-repeat;
    }

    .advantage--seo .advantage__title:before {
        background-position: -133px -56px;
    }

    .advantage--seo:hover .advantage__title:before {
        background-position: -133px 10px;
        background-color: #3f51b5;
    }

    .advantage--support:after {
        left: -120px;
        width: 120px;
        background: url(../images/support-line.png) 0 0 no-repeat;
    }

    .advantage--support .advantage__title:before {
        background-position: -61px -56px;
    }

    .advantage--support:hover .advantage__title:before {
        background-position: -61px 11px;
        background-color: #3f51b5;
    }

    .advantage--setup:after {
        left: -83px;
        width: 120px;
        background: url(../images/setup-line.png) 0 0 no-repeat;
    }

    .advantage--setup .advantage__title:before {
        background-position: -206px -56px;
    }

    .advantage--setup:hover .advantage__title:before {
        background-position: -206px 8px;
        background-color: #3f51b5;
    }

.advantage__text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin-left: 3px;
    width: 10px;
    height: 10px;
    background-color: #111920;
}

.advantage .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.advantage .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(../images/scroll-rail.html);
}


.biec {
    width: 100%;
    float: left;
}





.vi {
    width: 100%;
    float: left;
    position: relative;
    background: linear-gradient(10deg, rgba(244, 149, 69) 0%,rgba(255,252,253,1) 31%,rgba(200,228,248,1) 100%);
    min-height: 320px;
}

    .vi:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg2.jpg) no-repeat bottom left;
        opacity: .2;
        z-index: 1;
    }

.success-content {
    padding: 69px 60px;
}

    .success-content h2 {
        font-size: 32px;
        font-family: 'HandelGotDBol', sans-serif;
        color: #000000;
        margin-bottom: 20px;
        font-weight: 600 !important;
        letter-spacing: 1px;
        line-height: 34px;
    }

    .success-content p {
        font-weight: 600;
        color: #000;
    }

.v1 {
    position: absolute;
    z-index: 2;
}

.success {
    width: 100%;
    float: left;
    padding: 60px 0 0 0;
}

.success1 {
    margin-bottom: 50px;
    width: 100%;
    float: left;
    text-align: center;
}

    .success1 i {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border: 4px solid #e46727;
        font-size: 40px;
        color: #ec6927;
        border-radius: 50px;
        margin-bottom: 15px;
    }

    .success1 span {
        font-size: 30px;
        font-weight: 600;
        color: #3f51b5;
    }

    .success1 h5 {
        font-size: 17px;
        font-weight: 600;
        font-family: Aclonica;
        color: #ec6927;
    }

.gl {
    width: 100%;
    float: left;
    background: #f2f2f2;
}



@media (max-width:1200px) {

    .venue span {
        font-size: 20px;
    }

    .cascading-text__letter {
        font-size: 52px;
    }

    .number strong, .number1 strong {
        font-size: 50px;
        float: left;
    }
}


/* MOBILE style */
@media screen and (max-width: 992px) {
    /*
     * In Mobile, hide the tabs controls and undo some potential damage done by the accordion
     */
    .responsive-tabs .nav-tabs,
    .responsive-tabs .tab-content .collapse.active:not(.in) {
        display: none;
    }

    .responsive-tabs .tab-content .collapse.in,
    .responsive-tabs .tab-content .collapsing {
        display: block;
    }
}


/* DESKTOP style */
@media screen and (min-width: 991px) {
    /*
     * In desktop, hide the accordion's controls and undo some potential damage done on the active tab
     */
    .responsive-tabs .panel-heading {
        display: none;
    }

    .responsive-tabs > .active {
        height: auto !important;
    }
}


/* To make it a bit prettier */


.tab-content .panel-heading {
    padding: 0;
}

.tab-content a {
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    border: solid #ccc;
    border-width: 1px 0;
}


.responsive-tabs {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}

    .responsive-tabs p {
        color: #000;
    }

    .responsive-tabs .tab-content {
        padding: 15px;
        border: 1px solid #ccc;
        width: 100%;
        float: left;
    }

    .responsive-tabs .nav-tabs > li.active > a, .responsive-tabs .nav-tabs > li.active > a:focus, .responsive-tabs .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #f49545;
        border: 1px solid #f49545;
        border-bottom-color: transparent;
    }

    .responsive-tabs .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        color: #e9121f;
        text-align: center;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #f49545;
    color: #fff;
}

.responsive-tabs .tab-content ul {
    padding: 0;
}

    .responsive-tabs .tab-content ul li {
        padding-left: 25px;
        position: relative;
    }
/*.responsive-tabs  .tab-content ul li:before
{
 content:'\f178';
 position:absolute;
 top:0;
 left:0;
 font-family:fontawesome;   
 color:#3f51b5;
}*/
.responsive-tabs .tab-content h2 {
    color: #3f51b5;
    font-weight: 600;
}
/*.responsive-tabs h3
{
     color:#e9121f;
     font-weight:600;
     margin-bottom:20px;
}*/
.responsive-tabs h3 span {
    font-size: 20px;
}

.login1 {
    display: none;
}

.modal-backdrop {
    background: none;
}

.popup {
    display: none;
}

.modal-open {
overflow: auto !important;
    padding-right: 0 !important;
}

#myModal12 .modal-body {
    padding: 0;
}

#myModal12 .modal-dialog {
    /* width: 1100px; */
	width: 76%;
    margin-top: 8px;
}

#myModal12 .close {
    position: absolute;
    right: -50px;
    top: 0;
    background: #f49545;
    color: #fff;
    opacity: 1;
    font-size: 37px;
    width: 50px;
    height: 50px;
}
/*****************************post*******************************/

@media(max-width:768px) {
    .page-heading img {
        height: 90px;
        width: 100%;
    }

    .page-heading h4 {
        display: none;
    }

    .registration-btn {
        position: inherit !important;
        top: inherit !important;
    }

    .modal-open {
        /*overflow: hidden !important;*/
        padding-right: 0 !important;
    }
	

    .punchline {
        bottom: inherit;
        right: inherit;
        background: none;
        width: 100%;
        float: left;
        position: inherit;
    }

        .punchline h3 {
            color: #3f51b5;
        }

    .v1 {
        position: inherit;
    }

    .round {
        text-align: center;
    }

        .round img {
            margin-bottom: 15px;
        }

   /* .head-top {
        display: none;
    }*/

    .nav-area {
        background: #fff !important;
    }
    .mobile-logo-sw {
        display: none;
    }
	.cascading-text__letter {
        font-size: 33px;
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -63px;
        cursor: pointer;
        z-index: 12399994;
    }
	
	.pmmai1 {
    position: absolute;
    top: 20px;
    left: 77px;
}

.venue h4 {
        font-size: 26px;
        font-family: 'HandelGotDBol';
        line-height: 41px;
        font-weight: bold;
        color: #e90b18;
        /* color: #fff; */
        padding: 2px 0;
        padding-right: 0px;
    }
.pmmai1.p-sw {
    /*width: 239px;*/
    width:319px;
}
h4.sw-text {
    margin-top:-33px;
    font-size: 20px;
}
.venue {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 25px;
}

    .navbar-default .navbar-collapse {
        background: #000;
    }

    .navbar-brand > img {
        width: 250px;
    }

    .navbar > .container .navbar-brand {
        display: block;
        margin-bottom: 0 !important;
    }

    .navbar-toggle {
        cursor: pointer;
    }

    .login1 {
        display: inline-block;
        /* float: right; */
        margin-top: 0;
        margin-bottom: 10px;
    }

    .navbar-header {
        text-align: center;
    }

    .about-contents .modal-dialog {
        width: auto !important;
    }

    .popup {
        display: block;
    }

    #myModal-ads .modal-content {
        width: 100%;
        float: left;
        border: 5px solid #3F51B5;
        display: block;
    }

    #myModal-ads .modal-header {
        width: 100%;
        float: left;
        border: none;
        padding: 0;
    }

    #myModal-ads .modal-body {
        width: 100%;
        float: left;
        border: none;
    }

    #myModal-ads .close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 !important;
        background: #f49545;
        color: #fff;
        opacity: 1;
    }

    .venue1 {
        text-align: center;
    }

    .features-list li {
        width: 100%;
    }

    .visit-area {
        padding-top: 20px;
    }

    .visitors, .why-exibit {
        background: none !important;
    }

    #timer div {
        margin-bottom: 5px;
    }

    .bg-white {
        padding: 0 15px;
    }

    .MachineList {
        margin-bottom: 15px;
    }

    .responsive-tabs .tab-content {
        padding: 0;
    }

    .tab-content a {
        background: #f49545;
        color: #fff;
    }

    .tab-pane {
        padding: 10px;
    }
}

@media(max-width:360px) {
    #timer div {
        width: 48%;
    }
	
}

.note {
    font-weight: 600;
    color: #e46727;
}

    .note span {
        font-weight: normal;
    }

.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.container {
           /* padding: 30px;*/
        }

        /*.section-title-area {
            text-align: center;
            margin-bottom: 30px;
        }

        .section-title {
            font-size: 28px;
            font-weight: 700;
        }

        .section-divider {
            height: 4px;
            width: 50px;
            background-color: #333;
            margin: 10px auto;
        }*/
.ASSOCIATE {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center; /* Centers items */
    gap: 15px; /* Adds spacing */
    padding: 0;
    list-style: none;
}

/* Individual items */
.ASSOCIATE li {
    flex: 1 1 30%; /* 3 per row on desktop, adjusts on smaller screens */
    text-align: center;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Images */
.ASSOCIATE li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Popup Styling */
.popup {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Show popup on hover */
.ASSOCIATE li:hover .popup {
    display: block;
}

/* Responsive: Full width on small screens */
@media (max-width: 768px) {
    .ASSOCIATE li {
        flex: 1 1 100%; /* Each item takes full width */
    }
}

        .popup p {
            margin: 8px 0;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            font-family: 'Roboto', sans-serif;
            background-color: #f5f5f5;
        }

        .popup p strong {
            font-weight: 700;
        }

        /* Show the popup on hover */
        .ASSOCIATE li:hover .popup,
        .popup:hover {
            display: block;
        }

        a {
            color: #1a73e8;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        #wowslider-container1{
            z-index:-1;
        }

        @media (max-width: 768px) {
    .pmmai1 {
        position: absolute;
        top: 20px;
        left: 13%;
    }
}

           .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -63px;
        cursor: pointer;
        z-index: 12399994;
        /* background: #242424; */
    }
}

