/* .navbar-nav {
    float: right !important;
    margin-right: -15px;
    margin-top: -40px !important;
} */
/* @media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .navbar-brand{
        height:0 !important;
    }
} */

/* Events details page STYLING */

.eventmenu {
    margin-top: -60px !important;
    height: 85px !important;
}
.eventlogo img {
    width: 45%;
    margin-top: -5px;
}
.eventmenu li a {
    padding: 30px 10px !important;
    font-size: 14px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/*---------------- NEW ---------------*/
.intro-left-content h2 {
    font-size: 19px;
    letter-spacing: 0px;
    margin-top:0px !important;
}
.column-title {
    margin-bottom: 35px;
    line-height: 42px;
    text-align: left;
}
.section-title{
    font-size: 30px;
    font-weight: 700;
    color: #ec5300;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0px;
    /* text-align: center; */
    text-transform: uppercase;
    letter-spacing: 1px;
}
.column-title {
    font-size: 30px;
    font-weight: 700;
    color: #ec5300;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0px;
    /* text-align: center; */
    text-transform: uppercase;
    letter-spacing: 1px;
}
.column-title span {
    margin-top: 0;
}
.section-title span, .column-title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: -5px;
    display:none;
}
.column-title:after {
    right: auto;
}
.section-title:after, .column-title:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    right: 0;
    background-image: url("{{ asset('uploads/locations/title.png') }}");
    /* background-image: url(https://demo.themewinter.com/html/exhibz/images/shap/title.png); */
    background-repeat: no-repeat;
    background-size: center center;
    background-position: contain;
    width: 70px;
    height: 10px;
    margin: auto auto 0;
    top: auto;
    bottom: 0;
}
.ts-intro-item .single-intro-text {
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
}
.single-intro-text {
    padding: 10px 35px;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 2;
    height:180px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ts-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1b1354;
}
.single-intro-text p{
    font-size:13px;
}
.single-intro-text .count-number {
    position: absolute;
    right: -60px;
    bottom: -65px;
    width: 100px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ed5300;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
}
.single-intro-text i {
    position: absolute;
    right: 5px;
    top: 20px;
    font-size: 40px;
    color: #bababa;
}
/*--- EVENTS DETAILS FUNFACTS ----------*/
.ts-funfact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}
.ts-single-funfact {
    padding-right: 0px;
    position: relative;
    text-align: center;
}
.ts-single-funfact:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: url('{{ asset("uploads/locations/funfact_wave.png")}}') no-repeat;
    width: 100px;
    height: 10px;
}
.ts-single-funfact i {
    font-size: 52px;
    color: #FFF;
    margin-bottom: 0;
}
.ts-single-funfact .funfact-num {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.ts-single-funfact .funfact-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.locationcss iframe {
    border-radius: 100%;
    width: 285px;
    height: 285px;
    margin: 0 auto;
    text-align: center;
}
.gm-style .place-card-large {
    padding: 48px 5px 16px 60px;
}


/*----- KEY DATES -------*/

/*============================
 ts schedule 
 ===========================*/
 .ts-schedule-info {
    position: relative; }
    .ts-schedule-info ul {
      position: relative;
      text-align: center;
      border: none;
      min-height: 380px; }
      .ts-schedule-info ul li a {
        height: 245px;
        width: 245px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
        background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
        background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
        background-image: -webkit-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
        background-image: -ms-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
        opacity: 0.502;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        color: #fff;
        padding: 100px 0; }
        .ts-schedule-info ul li a h3 {
          font-size: 30px;
          font-weight: 700;
          color: #fff;
          opacity: .5; }
        .ts-schedule-info ul li a span {
          text-transform: uppercase;
          opacity: .5; }
      .ts-schedule-info ul li:nth-child(1) a {
        top: 140px;
        background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
        background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
        background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%); }
      .ts-schedule-info ul li:nth-child(2) a {
        left: 130px;
        top: -15px; }
      .ts-schedule-info ul li:nth-child(3) a {
        top: 100px;
        left: auto;
        right: 0;
        background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
        background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
        background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%); }
      .ts-schedule-info ul li a.active {
        -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
        opacity: 1;
        z-index: 2; }
        .ts-schedule-info ul li a.active h3,
        .ts-schedule-info ul li a.active span {
          opacity: 1; }
  
  .schedule-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }




/*** 

====================================================================
	Features Section Three
====================================================================

***/

.features-section-three{
	position: relative;
	padding: 80px 0;
}

.features-section-three.no-pd-top{
	padding-top: 0;
}

.feature-block-three{
	position: relative;
	margin-bottom: 40px;
}

.feature-block-three .inner-box {
    position: relative;
    padding: 35px;
    padding-left: 150px;
    padding-right: 70px;
    background-color: aliceblue;
    border: 1px solid #eeeeee;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.feature-block-three .inner-box:hover{
	box-shadow: none;
}

.feature-block-three .icon-box{
	position: absolute;
	left: 50px;
	/* top: 0; */
	height: 100%;
	width: 70px;
	padding: 0 20px;
}

/* .feature-block-three .icon-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #40cbb4;
	content: "";
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-15deg);
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
} */

.feature-block-three .inner-box:hover .icon-box:before{
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(15deg);
}
.icon-box img{
    width: 70px;
}
.feature-block-three .icon-box .icon{
	/* position: absolute; */
	left: 50%;
	top: 50%;
	width: 40px;
	font-size: 40px;
	line-height: 1em;
  	margin-top: -30px;
  	margin-left: -20px;
	color: #ffffff;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.feature-block-three .inner-box:hover .icon-box .icon{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.feature-block-three h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #12114a;
	/*font-weight: 700;*/
	margin-bottom: 10px;
}

.feature-block-three h4 a{
	color: #12114a;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-three h4 a:hover{
	color: #40cbb4;
}

.feature-block-three .text {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 24px;
    color:#e95402;
    font-weight: 700;
    cursor: default;
}

.feature-block-three .link-box{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 20px;
	border-radius: 50%;
}

.feature-block-three .link-box a{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
	background-color: #40cbb4;
	border-radius: 10px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.feature-block-three .inner-box:hover .link-box a{
	transform:rotate(360deg);
	border-radius:0px;
}

.feature-block-three .inner-box:hover .link-box a{
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}
/* 
.feature-block-three:nth-child(3n + 2) .icon-box:before,
.feature-block-three:nth-child(3n + 2) .link-box a{
	background-color: #4c35a9;
}

.feature-block-three:nth-child(3n + 3) .icon-box:before,
.feature-block-three:nth-child(3n + 3) .link-box a{
	background-color: #e6275a;
}

.feature-block-three:nth-child(3n + 4) .icon-box:before,
.feature-block-three:nth-child(3n + 4) .link-box a{
	background-color: #1c94d2;
} */



/*--- HOME EVENTS --------------*/


.section-bg {
    background: #f9fafc;
}
.post .post-media.post-image {
    width: calc(100% - 40px);
    margin: 0 auto 5px auto;
    position: relative;
}
.post .post-media.post-image img {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.post .post-body {
    padding: 145px 20px 25px 30px;
    margin: -130px 0px 30px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    background: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-meta .post-author {
    margin-right: 0;
    display: block;
    padding-bottom: 10px;
        color: #ffa30b;
}
.post-meta .post-author a{
    color: #e7015e  !important;
}
.post-meta .post-meta-date {
    display: block;
    color:#35257b;
    word-spacing: 0;
    padding-bottom: 25px;
}
post-meta-title {
    color: #35257b;
    padding-bottom: 10px;
    line-height: 1.5;
    height: 75px;
}
.post .post-body .entry-header .entry-title a {
           color: #ec5300;
}
.ts-blog .post .post-body .entry-header .entry-title {
    font-size: 20px;
    font-weight: 600;
        color: #3b1d82;
    /*height: 50px;*/
}
.post .post-body .entry-content p {
    line-height: 26px;
    color: #888888;
}
.btn-link {
    font-size: 15px;
    font-weight: 600 !important;
    color: #ed5300 !important;
    text-decoration: none !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #000 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.panel-heading {
    padding: 20px 15px !important;
    border-bottom: 1px solid #000 !important;
}
/*----------- EVnts Outcomes--------*/
.ts-intro-outcome {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ts-single-outcome img{
    width: 55px;
}

.outcome-item:nth-of-type(1) .ts-single-outcome {
    background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}
.ts-single-outcome {
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 150px;
    height: 150px;
    background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 25px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.ts-single-outcome i {
    font-size: 80px;
    color: #fff;
    display: block;
    margin-bottom: 30px;
}
.ts-single-outcome:hover i {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes shake {
    0%, 100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  
  @keyframes shake {
    0%, 100% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px);
    }
  }
  
  .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
  
.ts-single-outcome .ts-title {
    color: #fff;
   font-size: 16px !important;
}

.outcome-item:nth-of-type(2) .ts-single-outcome {
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
    background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
    background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
}
.outcome-item:nth-of-type(3) .ts-single-outcome {
    background-image: -webkit-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
    background-image: -o-linear-gradient(135deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
    background-image: linear-gradient(-45deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
}
.outcome-item:nth-of-type(4) .ts-single-outcome {
    background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
    background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
    background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
}

/*-------- Footer --------*/
.ts-footer {
    background: #1a1831;
    padding: 50px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.text-center {
    text-align: center !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.ts-footer-social ul {
    padding: 0;
}
.ts-footer-social ul li {
    display: inline-block;
    list-style: none;
}
.ts-footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #525164;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 7px 0;
    margin: 0 5px;
}
.ts-footer-social ul li a:hover {
    background: #ed5300;
    border-color: #ed5300;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer-menu ul li a:before {
    position: absolute;
    left: -24px;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: '';
    background: #5f5e6f;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.mb-25 {
    margin-bottom: 25px;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    color: #a8a8ad;
    margin: 0 20px;
    position: relative;
}
.copyright-text p {
    margin-bottom: 0;
    color: #a8a8ad;
    text-align:center;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}


/*--------- HOME PAGE COUNTER -----------*/
.counter{
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    position: relative;
}
/* .counter:before{
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px 0;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    bottom: -15px;
    left: 50%;
} */
.counter-value {
    font-size: 25px;
    color: #FFF;
    margin: 28px 0px;
    font-weight: 600;
}
.counter h3 {
    color: #2778ee;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}
.counter .counter-icon{
    color: #fff;
    background: linear-gradient(to right, #19bbd2, #2778ee);
    font-size: 40px;
    line-height: 60px;
    width: 65px;
    height: 65px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
}
.counter.purple .counter-icon{
    background: linear-gradient(to right, #8f70e7, #c452ef);
}
.counter.purple h3{ color: #c452ef; }
.counter.magenta .counter-icon{
    background: linear-gradient(to right, #e84a94, #ae379b);
}
.counter.magenta h3{ color: #ae379b; }
.counter.yellow .counter-icon{
    background: linear-gradient(to right, #fecb4b, #e69814);
}
.counter.yellow h3{ color: #e69814; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 45px; }
}


.policies h2{
 margin-bottom: 30px;   
}
.policies h4{
    margin-bottom: 10px;   
    font-weight: 600;
   }
.policies ul li{
    line-height: 2;
}
body {
    margin: 0;
    font-family: "Poppins", sans-serif !important ;
    font-size: 15px !important ;
    font-weight: 400;
    line-height: 1.5 !important ;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}
a {
text-decoration: none !important;
cursor: pointer;
}
    .navbar{
        padding: 0;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom:0px;
    border-top:5px solid orangered !important;
    }
    /* .navbar-brand>img {
    display: inline;
    width: 45%;
    margin-top: 5px;
} */
.navbar-brand {
    float: none;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.top-bar{
    padding: 10px 0 0 0;
    overflow:hidden;
}
.text-md-left{
    text-align:left;
}
.location{
    margin-bottom:0px;
    text-align:left;
}
.top-info li{
list-style: none !important;
color:#FFF;
}
.top-info li a{
color:#FFF;
}
/*Section Title*/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title h2{
	position:relative;
	color:#222222;
	font-size:40px;
	font-weight:700;
	z-index:10;
	padding-bottom:15px;
	margin-bottom:25px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:15px;
	bottom:5px;
	width:45px;
	height:1px;
	background-color:#ee5103;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:45px;
	height:1px;
	background-color:#ee5103;
}

.sec-title h3{
	position:absolute;
	left:0px;
	top:-4px;
	font-size:68px;
	color:#f4f4f4;
	font-weight:700;
	letter-spacing:2px;
	line-height:1em;
	text-transform:uppercase;
}

.sec-title .text{
	position:relative;
	color:#222222;
	font-size:16px;
	line-height:1.8em;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title.light h3{
	color:rgba(244,244,244,0.10);
}

.sec-title.light .text{
	color:#ababab;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h3{
	width:100%;
}

.sec-title.centered h2:before,
.sec-title.centered h2:after{
	left:50%;
	margin-left:-22px;
}

.sec-title.centered h2:after{
	margin-left:-32px;
}

.sec-title.centered .text{
	max-width:950px;
	margin:0 auto;
}

.scene {
    display: inline-block;
    width: 200px;
    height: 260px;
  /*   border: 1px solid #CCC; */
    margin: 40px 0;
    perspective: 600px;
  }
  
  .scene .card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
  }
  
  .scene .card.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
  }
  
  .scene .card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 260px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    backface-visibility: hidden;
  }
  
  .scene .card__face--front {
    background: crimson;
  }
  
  .scene .card__face--back {
    background: slateblue;
    transform: rotateY(180deg);
  }
  .regbtnnn{
      margin-top: -10px;
  }
regbtn {
    display: flex;
    align-items: center;
    font-family: inherit;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 20px;
    color: white;
    background: #ad5389;
    background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
    border: none;
    letter-spacing: 0.05em;
    border-radius: 16px;
}

regbtn svg {
  margin-right: 3px;
  transform: rotate(30deg);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

regbtn span {
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

regbtn:hover svg {
  transform: translateX(5px) rotate(90deg);
}

regbtn:hover span {
  transform: translateX(7px);
}

  