
/* Global Style */

.pt-6 {
	padding-top: 120px;
}

.gray-bg {
	background: #f7f8fb !important;
}

/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-four{
	position:relative;
	padding:250px 0px 220px;
	background-size: cover;
}

.banner-section-four .banner-icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.banner-section-four .banner-icons .icon-one{
	position:absolute !important;
	top: auto !important;
	left:auto !important;
	right:5% !important;
	bottom:35% !important;
}

.banner-section-four .banner-icons .icon-two{
	position:absolute !important;
	top: auto !important;
	left:auto !important;
	right:18% !important;
	bottom:24% !important
}

.banner-section-four .content{
	position:relative;
	text-align:center;
}

.banner-section-four .content h2{
	position:relative;
	color: #fff;
	font-size: 66px;
	font-weight:700;
	line-height:1em;
	display:inline-block;
	text-transform:capitalize;
}

.banner-section-four .content h2 .sup-text{
	position:absolute;
	left: 0;
	top: -80px;
	color:#ffa116;
	font-size:100px;
	font-weight:400;
	text-shadow:none;
	text-transform:capitalize;
	font-family: 'Sacramento', cursive;
}

.banner-section-four .content h2 .sub-text{
	position:absolute;
	right:-100px;
	bottom:-60px;
	color:#ffffff;
	font-size:70px;
	font-weight:400;
	text-shadow:none;
	text-transform:capitalize;
	font-family: 'Sacramento', cursive;
}

.banner-section-four .content .text-outer{
	position:relative;
	margin-top:25px;
}

.banner-section-four .content .text-outer .text{
	position:relative;
	font-size:24px;
	color:#ffffff;
	line-height:1.3em;
	padding:15px 0px;
	letter-spacing:2px;
	display:inline-block;
	border-top:1px dotted rgba(255,255,255,0.20);
	border-bottom:1px dotted rgba(255,255,255,0.20);
}

.banner-section-four .buttons-box{
	position:relative;
	text-align:center;
	margin-top:60px;
	display:inline-block;
}

.banner-section-four .buttons-box .theme-btn{
	float:left;
	margin:0px 7px 14px;
	padding: 14px 30px 14px;
}

.banner-section-four .time-counter {
	margin-top: 30px;
	margin-bottom: -30px;
}

.banner-section-four .time-counter .time-countdown .counter-column .count {
	color: #fff;
}

/*** 

====================================================================
	Timer Section Style Two
====================================================================

***/

.timer-section.style-two {
    margin-top: -85px;
}



/*** 

====================================================================
	Featured Section Two
====================================================================

***/

.featured-section-two {
	position: relative;
}

.featured-section-two .wrapper-box {
	position: relative;
	margin-top: -97px;
	z-index: 9;
}

.featured-section-two .row {
	margin-left: 0;
	margin-right: 0;
}

.feature-block-five {
	padding: 0px;
}

.feature-block-five .inner-box {
	position: relative;
	padding: 50px;
	box-shadow: 0px 15px 40px 0px rgba(13, 29, 13, 0.1);
	background: #fff;
	transition: .5s ease;
}

.feature-block-five .inner-box:hover {
	transform: translateY(10px);
}

.feature-block-five .icon-box {
	position: relative;
	font-size: 65px;
	line-height: 65px;
	color: #ae1ec7;
	margin-bottom: 40px;
}

.feature-block-five h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #222;
	margin-top: 0;
}

.feature-block-five h3 a {
	color: #222;
}

.feature-block-five .text {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.read-more-btn {
	position: relative;
	font-size: 15px;
	font-weight: 700;
	color: #222;
	padding-left: 0;
	transition: .5s ease;
}

.read-more-btn:before {
	position: absolute;
	content: '';
	background: #ae1ec7;
	height: 2px;
	width: 20px;
	left: 0;
	top: 10px;
	transform: scaleX(0);
	opacity: 0;
	transition: .5s ease;
}

.read-more-btn:hover:before {
	opacity: 1;
	transform: scaleX(1);
}

.read-more-btn:hover {
	color: #ae1ec7;
	padding-left: 35px;
}

/*** 

====================================================================
	Mission Section
====================================================================

***/

.mission-section.style-two{
	position:relative;
	padding:150px 0px 100px;
	background: #fff;
}



/*** 

====================================================================
	Speaker Section Style Two
====================================================================

***/

.speaker-section.style-two {
    background: #f7f8fb;
    background-size: cover;
}

.dark-page .speaker-section.style-two {
	background-color: #131144;
}

.speaker-section.style-two .speaker-block .inner-box .image {
    width: 250px;
    height: 250px;
    background: #fff;
    padding: 20px;
}

.speaker-section.style-two .speaker-block .inner-box .image img {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    width: 100%;
}

.speaker-section.style-two .speaker-block .inner-box .image:before {
    background: #ff006a;
}

.speaker-section.style-two .speaker-block .inner-box .image .social-box {
    background: #ffa116;
    z-index: 5;
}

.speaker-section.style-two .speaker-block .inner-box .image .social-box li a {
    color: #fff;
}

.speaker-section.style-two .speaker-block .inner-box .image .social-box li a:hover {
    color: #222222;
}

.speaker-section.style-two .speaker-block .inner-box .image:after {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    top: auto;
    opacity: .40;
    bottom: 0;
    background: #883ecd padding-box content-box;
    padding: 20px;
    border-radius: 50%;
    z-index: 2;
}
.events-section.style-five .event-block .inner-box .image-column .image img {
    height: 150px;
    width: auto !important;
}
.speaker-section.style-two .speaker-block .inner-box:hover .image:after {
    height: 100%;
}

.speaker-section.style-two .speaker-block .inner-box .lower-content h3 a {
    color: #222;
}

.dark-page .speaker-section.style-two .speaker-block .inner-box .lower-content h3 a {
	color: #fff;
}

.speaker-section.style-two .content-column {
	padding-right: 100px;
}

.speaker-section.style-two .content-column .text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 35px;
}

.dark-page .feature-block-six-two .inner-box h3 a {
	color: #fff;
}

/*** 

====================================================================
	Speaker Section Two
====================================================================

***/

.speaker-section.style-three {
    background: #131144;
    background-size: cover;
}

.speaker-section.style-three .speaker-block .inner-box .image {
    width: 250px;
    height: 250px;
    background: #fff;
    padding: 20px;
}

.speaker-section.style-three .speaker-block .inner-box .image img {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    width: 100%;
}

.speaker-section.style-three .speaker-block .inner-box .image:before {
    background: #ff006a;
}

.speaker-section.style-three .speaker-block .inner-box .image .social-box {
    background: #ffa116;
    z-index: 5;
}

.speaker-section.style-three .speaker-block .inner-box .image .social-box li a {
    color: #fff;
}

.speaker-section.style-three .speaker-block .inner-box .image .social-box li a:hover {
    color: #222222;
}

.speaker-section.style-three .speaker-block .inner-box .image:after {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    top: auto;
    opacity: .40;
    bottom: 0;
    background: #883ecd padding-box content-box;
    padding: 20px;
    border-radius: 50%;
    z-index: 2;
}

.speaker-section.style-three .speaker-block .inner-box:hover .image:after {
    height: 100%;
}

.speaker-section.style-three .speaker-block .inner-box .lower-content h3 a {
    color: #fff;
}

.speaker-section.style-three .content-column {
	padding-right: 100px;
}

.speaker-section.style-three .content-column .text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 35px;
}

.speaker-section.style-three  .speaker-block .inner-box:before {
	display: none;
}

/*** 

====================================================================
	Gallery Section Style Two
====================================================================

***/

.gallery-section.style-two .gallery-block {
    padding: 0 10px 20px;
}

.gallery-section.style-two .row-10 {
	margin: 0 -10px;
}


/*** 

====================================================================
	Events Section Style Four
====================================================================

***/

.events-section.style-four {
	position:relative;
}

.events-section.style-four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images-2/pattern-1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
}

.events-section.style-four .event-block .inner-box {
    border: 1px solid #eaeaea;
    background: #fff;
    margin-bottom: 20px;
}


.events-section.style-four .event-block .inner-box:hover {
    border-bottom-color: #ffa116;
}


/*** 

====================================================================
	Marketing Section
====================================================================

***/

.market-section.style-two .content-column .text {
    color: #ccc;
}

.market-section.style-two .feature-block-six-two .inner-box .feature-text {
    color: #ccc;
}


/*** 

====================================================================
	Footer Section Style Four
====================================================================

***/

.main-footer.style-four {
    background: #fff;
    padding-top: 120px;
}

.main-footer.style-four:before {
    display: none;
}

.main-footer.style-four .content .text {
    color: #858585;
}

.main-footer.style-four .social-icons li a {
    color: #222;
}

.main-footer.style-four .social-icons li a:hover {
    color: #ff006a;
}

.main-footer.style-four .footer-nav {
    background: #f7f8fb;
}

.main-footer.style-four .footer-nav ul li a {
    color: #222;
}

/*** 

====================================================================
	Travel Information Section
====================================================================

***/

.travel-information-section{
	position:relative;
	padding-bottom: 400px;
}

.travel-information-section .map-canvas{
    position: absolute;
    left: 0px;
    top: 100px;
    right: 0px;
    bottom: 0;
    display: block;
}

.travel-information-section .content-box{
	position:relative;
	border-radius:5px;
	padding:50px 50px 40px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
	margin: 0 auto;
	border-bottom: 5px solid #ff006a;
}

.travel-information-section .content-box h3{
	position:relative;
	color:#a321b9;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	text-align: center;
}

.travel-information-section .content-box .separator{
	position:relative;
	width:60px;
	height:14px;
	margin: 0 auto;
	margin-top:15px !important;
	background-position: center;
	animation: slide 10s linear infinite;
	-webkit-animation: slide 10s linear infinite;
	background-image: url(../images/icons/separator.png);
}

.travel-info-list{
	position: relative;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.travel-info-list li{
	position:relative;
	color:#222222;
	font-size:18px;
	line-height:1.7em;
	font-weight:700;
	margin-bottom:18px;
    width: 33.33%;
    text-align: center;
}

.travel-info-list li span{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	font-weight:400;
	display:block;
	margin-top:4px;
}

.travel-info-list li span a{
	position:relative;
	color:#666666;
}

/*** 

====================================================================
	Main Slider Style Two
====================================================================

***/

.main-slider.style-two .slide {
	padding-top: 200px;
}

.main-slider .time-counter {
	margin-top: 30px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider .swiper-slide-active .time-counter {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1300ms;
}

.main-slider .time-counter .time-countdown .counter-column .count {
	color: #fff;
}

.main-slider .content .btns-box {
    transform: translateY(80px);
    transition: all 1000ms ease;
    opacity: 0;
}

.main-slider .swiper-slide-active .content .btns-box {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 2200ms;
}

.main-slider .swiper-slide-active .content .theme-btn {
	transition-delay: 0s;
}

.main-slider .content .theme-btn {
    transform: translateX(0);
    opacity: 1;
}

/*** 

====================================================================
	Main Slider Style Three
====================================================================

***/

.main-slider.style-three .slide {
	padding-bottom: 250px;
}

.main-slider.style-three .time-counter .time-countdown {
	margin-bottom: 30px;
}

.main-slider.style-three .time-counter .time-countdown .counter-column {
	border: 2px dashed #fff;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	line-height: 90px;
	padding-top: 40px;
}

.main-slider.style-three .time-counter .time-countdown .counter-column .count {
	font-size: 48px;
}

.main-slider.style-three .time-counter .time-countdown .counter-column:before {
	display: none;
}

/*** 

====================================================================
	Welcome Section Style Two
====================================================================

***/

.welcome-section.style-two .lower-section {
    padding-top: 40px;
}

.welcome-section.style-two {
    padding-bottom: 120px;
}



/*** 

====================================================================
	Event Section Style Five
====================================================================

***/

.events-section.style-five {
    background: #f7f8fb;
}

.events-section.style-five .event-block .inner-box {
    background: #f7f8fb;
    border: 0;
}

.events-section.style-five .event-block {
    padding: 15px;
    background: #ffffff content-box border-box;
    margin-bottom: 15px;
}

.events-section.style-five .event-block .inner-box:hover {
    border-radius: 0px;
    box-shadow: none;
}

.events-section.style-five .event-block:before {
    position: absolute;
    left: 0;
    top: 0%;
    height: 0;
    width: 100%;
    content: "";
    background: #ae1ec7;
    transition: 1s;
}

.events-section.style-five .event-block:hover:before {
	height: 100%;
}

.events-section.style-five .events-info-tabs .events-tabs .tab-btns .tab-btn {
    color: #ffffff;
    border-color: #ff006a;
    background: #ff006a url(../images/background/pattern-2.png) no-repeat;
    background-size: cover;
}

.events-section.style-five .events-info-tabs .events-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	background: #e61c7b;
	width: 30px;
	height: 20px;
	bottom: 0;
	left: 50%;
	transition: .5s;
	margin-left: -20px;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.events-section.style-five .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn:before {
	bottom: -20px;
}

.events-section.style-five .events-info-tabs .events-tabs .tab-btns .tab-btn span {
	color: #fff;
}

.events-section.style-five .event-block .inner-box .image-column .image {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.featured-section.section-margin.style-two {
	margin-top: -85px;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
	position: relative;
	padding: 120px 0 90px;
}

.about-section .image-wrapper {
	position: relative;
	padding-right: 30px;
}

.about-section .image-one {
	position: relative;
	box-shadow: 0px 15px 40px 0px rgba(13, 29, 13, 0.1);
	display: inline-block;
	margin-bottom: 30px;
}

.about-section .image-one:before {
	position: absolute;
	content: '';
	background: #131144;
	opacity: .9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.about-section .image-one .video-box-two {
	position: absolute;
	right: -40px;
	top: 85px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	color: #ff006a;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
	z-index: 9;
}

.about-section .image-one .video-box-two:before {
	position: absolute;
	content: '';
	width: 140px;
	height: 140px;
	background: url(../images-2/border-shape.png) no-repeat center;
	left: -30px;
	top: -30px;
}

.about-section .image-one .video-box-two:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background: #ff006a;
	left: 0px;
	top: 0px;
	transform: scale(.6);
	transition: .5s ease;
	border-radius: 50%;
	opacity: 0;
}

.about-section .image-one .video-box-two:hover:after {
	transform: scale(1);
	opacity: 1;
}

.about-section .image-one .video-box-two a {
	color: #ff006a;
	display: inline-block;
	transition: .5s;
	width: 80px;
	height: 80px;
	z-index: 9;
	position: relative;
}

.about-section .image-one .video-box-two a:hover {
	color: #fff;
}

.about-section .image-one .video-box-two span {
	position: relative;
	z-index: 1;
}

.about-section .image-two {
	position: relative;
	margin-top: -246px;
	text-align: right;
	margin-bottom: 30px;
}

.about-section .image-two img {
	box-shadow: 0px 15px 40px 0px rgba(13, 29, 13, 0.1);
	display: inline-block;
}

.about-section .content {
	margin-left: 50px;
}

.about-section .sec-title h2 {
    font-size: 40px;
}

.about-section .text {
	margin-bottom: 45px;
	position: relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 35px;
}

.about-section .text p + p {
	margin-top: 30px;
}

.about-section .image-one .video-box-two:before{
    animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/*** 

====================================================================
	Welcome Section Two
====================================================================

***/

.welcome-section-two {
	position: relative;
	padding: 120px 0 90px;
}

/* Feature Block Six */

.feature-block-six{
	position:relative;
	margin-bottom:30px;
}

.feature-block-six .inner-box{
	position:relative;
	text-align: center;
	padding: 50px 30px;
	transition: .5s ease;
}

.feature-block-six .inner-box.active,
.feature-block-six .inner-box:hover{
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.feature-block-six .inner-box:before{
	position:absolute;
	content:'';
	left: 50%;
	top: 59px;
	width:80px;
	height:80px;
	border-radius:50%;
	background-color:#eef0f7;
	margin-left: -40px;
}

.feature-block-six .inner-box .icon-box{
	position: relative;
	left:0px;
	color:#a321b9;
	line-height:1em;
	font-size:56px;
	margin-bottom: 20px;
}

.feature-block-six .inner-box h3{
	position:relative;
	font-weight:700;
	line-height:1.3em;
}

.feature-block-six .inner-box h3 a{
	position:relative;
	color:#222222;
	font-size:24px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block-six .inner-box h3 a:hover{
	color:#a321b9;
}

.feature-block-six .inner-box .text{
	position:relative;
	font-weight:400;
	color:#666666;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
}

.mission-section .video-column .testimonial-boxed .section-icons {
	display: none;
}

@media only screen and (max-width: 991px){
	
	.about-section .content {
		margin-bottom: 30px;
		margin-left: 0px;
	}
	
}

@media only screen and (max-width: 599px){
	
	.about-section .image-one .video-box-two {
	    right: 50%;
	    top: -40px;
	    margin-right: -40px;
	}
	
}

	





































