/* ---------------------------------------

[Master Stylesheet]

Project:    MiExpo - Business Events and Digital Conference HTML Template
Version:    1
Last Change:    24/4/2019
Primary Use:    Mi-Expo HTML Template

------------------------------------------

[Table of contents]

1. Fonts
2. Resources / Css Files
3. Reset
4. Global Settings
5. Buttons Style / Two / Three
6. Social Icons
7. Scroll To Top style
8. Section Title
9. Main Header
10. Main Slider Section
11. Counter Section
12. Welcome Section
13. Speaker Section
14. Events Section / Two
15. Fluid Section One
16. Price Section
17. Gallery Section / Two
18. Testimonial Section / Two
19. Sponsors Section / Two
20. News Section
21. Newsletter Section
22. Main Footer / Two
23. Market Section
24. Speaker Section Two
25. Program Section
26. Guest Section / Two
27. Mission Section
28. Business Section
29. Festival Section
30. Timer Section
31. Video Section
32. Page Title Section
33. About Section
34. Map Section
35. Pricing Section
36. Map Section
37. Schedule Section
38. Blog Section
39. Blog Detail
40. Sidebar Widgets
41. Contact Info
42. Contact Form Section

-------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i|Passion+One:400,700,900|Sacramento');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
/* font-family: 'Sacramento', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Passion One', cursive; */
/***

====================================================================
	1. Resources / Css Files
====================================================================

 ***/
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('swiper.min.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/***

====================================================================
	1. Fonts
====================================================================

 ***/

@font-face {
	font-family: 'Belmonte-Rough';
	src:         url('../fonts/BelmonteRough.eot');
	src:         url('../fonts/BelmonteRoughd41d.eot?#iefix') format('embedded-opentype'),
	             url('../fonts/BelmonteRough.woff2') format('woff2'),
	             url('../fonts/BelmonteRough.woff') format('woff'),
	             url('../fonts/BelmonteRough.ttf') format('truetype'),
	             url('../fonts/BelmonteRough.svg#BelmonteRough') format('svg');
	font-weight: normal;
	font-style:  normal;
}

/***

====================================================================
	3. Reset
====================================================================

 ***/

* {
	margin:  0;
	padding: 0px;
	border:  none;
	outline: none;
}

/***

====================================================================
	4. Global Settings
====================================================================

 ***/

::-webkit-scrollbar-thumb {
    background: #5eac45 !important;
    border-radius: 6px;
}
 
:root {
	--theme_color1: #5eac45;
}
:root {
	--theme_color2: #e8b500;
}
body {
	font-family:            'Montserrat', sans-serif;
	font-size:              14px;
	color:                  #333333;
	line-height:            1.7em;
	font-weight:            400;
	background:             #FFFFFF;
	text-align:             justify;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing:    antialiased;
}

.bordered-layout .page-wrapper {
	padding: 0px 50px 0;
}

a {
	text-decoration: none;
	cursor:          pointer;
	color:           VAR(--theme_color1);
}

button,
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline:         none !important;
}

h1, h2, h3, h4, h5, h6 {
	position:    relative;
	font-weight: normal;
	margin:      0;
	background:  none;
	line-height: 1.6em;
}

/* Typography */

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

input, button, select, textarea {

}

textarea {
	overflow: hidden;
}

p {
	position:    relative;
	line-height: 1.8em;
	
}

.auto-container {
	position:  static;
	max-width: 1200px;
	padding:   0 15px;
	margin:    0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position:  relative;
	margin:    0 auto;
	width:     100%;
	min-width: 300px;
}

ul, li {
	list-style: none;
	padding:    0;
	margin:     0;
}

img {
	display:   inline-block;
	max-width: 100%;
}

.theme-btn {
	display:            inline-block;
	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;
}

.centered {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/***

====================================================================
	5. Buttons Style
====================================================================

 ***/

/*Btn Style One*/
.btn-style-one {
	position:         relative;
	line-height:      24px;
	color:            #FFFFFF;
	font-size:        13px;
	font-weight:      500;
	border-radius:    3px;
	background-color: VAR(--theme_color1);;
	padding:          0px 10px !important;
	text-transform:   uppercase;
	border:           2px solid VAR(--theme_color1);;
}
.btn-style-one:hover {
	color:      VAR(--theme_color1);;
	background: none;
}
/*Btn Style eight*/

/*Btn Style One*/
a.btn-style-eight {
	position:         relative;
	line-height:      24px;
	color:            VAR(--theme_color1);;
	font-size:        13px;
	font-weight:      500;
	border-radius:    3px;
	background-color: #FFFFFF;
	padding:          0px 10px !important;
	text-transform:   uppercase;
	border:           2px solid VAR(--theme_color1);;
}
a.btn-style-eight:hover {
	color:              #FFFFFF !important;
	background:         VAR(--theme_color1);;
	border:             2px solid transparent !important;
	transition:         all 0.3s ease !important;
	-moz-transition:    all 0.3s ease !important;
	-webkit-transition: all 0.3s ease !important;
}
.btn-style-eight {
	position:         relative;
	line-height:      24px;
	color:            VAR(--theme_color1);;
	font-size:        14px;
	font-weight:      600;
	border-radius:    3px;
	background-color: #FFFFFF;
	padding:          6px 30px !important;
	text-transform:   uppercase;
	border:           2px solid VAR(--theme_color1);;
	
}
.btn-style-eight:hover {
	color:      VAR(--theme_color1);;
	background: none;
}
/*Btn Style eight*/

.btn-style-two {
	position:       relative;
	line-height:    24px;
	background:     VAR(--theme_color1);;
	color:          #FFFFFF;
	font-size:      16px;
	font-weight:    600;
	border-radius:  3px;
	letter-spacing: 0.05em;
	padding:        14px 30px 14px;
	border:         2px solid VAR(--theme_color1);;
	text-transform: uppercase;
	font-family:    'Montserrat', sans-serif;
}

.btn-style-two:hover {
	background:   #FFA116;
	border-color: #FFA116;
	color:        #FFFFFF;
}

/* Btn Style Three */

.btn-style-three {
	position:       relative;
	line-height:    24px;
	background:     none;
	color:          #FFFFFF;
	font-size:      16px;
	font-weight:    600;
	border-radius:  3px;
	letter-spacing: 0.05em;
	padding:        15px 30px 15px;
	border:         1px solid #FFA116;
	text-transform: uppercase;
	font-family:    'Montserrat', sans-serif;
}

.btn-style-three:before {
	content:                  '';
	position:                 absolute;
	top:                      0;
	left:                     0;
	width:                    100%;
	height:                   100%;
	z-index:                  1;
	opacity:                  0.5;
	background-color:         #FFA116;
	-webkit-transition:       all 0.3s;
	-moz-transition:          all 0.3s;
	-o-transition:            all 0.3s;
	transition:               all 0.3s;
	-webkit-transform:        scaleY(0);
	transform:                scaleY(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin:    left top;
	-o-transform-origin:      left top;
	transform-origin:         left top;
}

.btn-style-three:after {
	content:                  '';
	position:                 absolute;
	top:                      0;
	left:                     0;
	width:                    100%;
	height:                   100%;
	z-index:                  1;
	background-color:         #FFA116;
	-webkit-transition:       all 0.3s;
	-moz-transition:          all 0.3s;
	-o-transition:            all 0.3s;
	transition:               all 0.3s;
	-webkit-transform:        scaleY(0);
	transform:                scaleY(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin:    left top;
	-o-transform-origin:      left top;
	transform-origin:         left top;
}

.btn-style-three span {
	position: relative;
	z-index:  10;
}

.btn-style-three:hover::before {
	-webkit-transform: scaleY(1);
	transform:         scaleY(1);
}

.btn-style-three:hover::after {
	-webkit-transition-delay: 0.2s;
	transition-delay:         0.2s;
	-webkit-transform:        scaleY(1);
	transform:                scaleY(1);
}

.btn-style-three:hover {
	color: #FFFFFF;
}

/* Btn Style Four */

.btn-style-four {
	position:       relative;
	line-height:    24px;
	background:     none;
	color:          #FFFFFF;
	font-size:      14px;
	font-weight:    700;
	overflow:       hidden;
	border-radius:  3px;
	letter-spacing: 0.05em;
	padding:        15px 30px 15px;
	text-transform: uppercase;
	font-family:    'Montserrat', sans-serif;
}

.btn-style-four .txt {
	position: relative;
	z-index:  1;
}

.btn-style-four:before {
	content:            '';
	position:           absolute;
	top:                0;
	left:               0;
	width:              100%;
	height:             100%;
	z-index:            1;
	background-color:   #FFA116;
	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;
}

.btn-style-four:hover {
	color: #FFFFFF;
}

.btn-style-four:hover::before {
	opacity:           0;
	-webkit-transform: scale(0.5, 0.5);
	transform:         scale(0.5, 0.5);
}

.btn-style-four:after {
	content:            '';
	position:           absolute;
	top:                0;
	left:               0;
	width:              100%;
	height:             100%;
	z-index:            1;
	opacity:            0;
	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;
	border:             1px solid #FFA116;
	-webkit-transform:  scale(1.4, 1.4);
	transform:          scale(1.4, 1.4);
}

.btn-style-four:hover::after {
	opacity:           1;
	-webkit-transform: scale(1, 1);
	transform:         scale(1, 1);
}

.btn-style-four:hover {
	color: #FFA116;
}

/* Btn Style Six */

.btn-style-six {
	position:         relative;
	color:            #FFFFFF;
	font-size:        14px;
	padding:          4px 10px;
	letter-spacing:   1px;
	border-radius:    2px;
	font-weight:      600;
	line-height:      24px;
	background-color: #0069FF;
	text-transform:   uppercase;
	border:           2px solid #0069FF;
}

.btn-style-six:hover {
	position:   relative;
	background: none;
	color:      #0069FF;
}

/* Btn Style Six */

/* Btn Style seven */
.btn-style-seven {
	position:         relative;
	line-height:      24px;
	color:            #FFFFFF;
	font-size:        12px;
	font-weight:      500;
	border-radius:    3px;
	background-color: #FF1E54;
	padding:          2px 10px !important;
	text-transform:   uppercase;
	border:           2px solid #FF1E54;
	
}
.btn-style-seven:hover {
	color:                       #FF1E54 !important;
	border:                      2px solid #FF1E54 !important;
	background:                  none !important;
	-webkit-transition-duration: 1s !important;
	-webkit-transition:          1s !important;
	transition:                  all 0.2s ease-in 0s !important;
}
/* Btn Style seven */
.btn-style-nine {
	position:         relative;
	line-height:      24px;
	color:            #FFFFFF;
	font-size:        12px;
	font-weight:      500;
	border-radius:    3px;
	background-color: #0069FF;
	padding:          2px 10px !important;
	text-transform:   uppercase;
	border:           2px solid #0069FF;
}
.btn-style-nine:hover {
	color:                       #0069FF !important;
	border:                      2px solid #0069FF !important;
	background:                  none !important;
	-webkit-transition-duration: 1s !important;
	-webkit-transition:          1s !important;
	transition:                  all 0.2s ease-in 0s !important;
}
/* Btn Style seven */
/* Btn Style seven */
.btn-style-ten {
	position:         relative;
	line-height:      24px;
	color:            #FFFFFF;
	font-size:        12px;
	font-weight:      500;
	border-radius:    3px;
	background-color: VAR(--theme_color1);;
	padding:          2px 10px !important;
	text-transform:   uppercase;
	border:           2px solid VAR(--theme_color1);;
	
}
.btn-style-ten:hover {
	color:                       VAR(--theme_color1);
!important;
	border:                      2px solid VAR(--theme_color1);
!important;
	background:                  none !important;
	-webkit-transition-duration: 1s !important;
	-webkit-transition:          1s !important;
	transition:                  all 0.2s ease-in 0s !important;
}
/* Btn Style seven */
.btn-style-eleven {
	position:         relative;
	line-height:      24px;
	color:            #FFFFFF;
	font-size:        12px;
	font-weight:      500;
	border-radius:    3px;
	background-color: #FFA300;
	padding:          2px 10px !important;
	text-transform:   uppercase;
	border:           2px solid #FFA300;
	
}
.btn-style-eleven:hover {
	color:                       #FFA300 !important;
	border:                      2px solid #FFA300 !important;
	background:                  none !important;
	-webkit-transition-duration: 1s !important;
	-webkit-transition:          1s !important;
	transition:                  all 0.2s ease-in 0s !important;
}
/* Btn Style seven */
.btn-style-tweleve {
	position:         relative;
	line-height:      24px;
	color:            #FFFFFF;
	font-size:        12px;
	font-weight:      500;
	border-radius:    3px;
	background-color: #0AD600;
	padding:          2px 10px !important;
	text-transform:   uppercase;
	border:           2px solid #0AD600;
	
}
.btn-style-tweleve:hover {
	color:                       #0AD600 !important;
	border:                      2px solid #0AD600 !important;
	background:                  none !important;
	-webkit-transition-duration: 1s !important;
	-webkit-transition:          1s !important;
	transition:                  all 0.2s ease-in 0s !important;
}
/* Btn Style seven */

.btn-style-five {
	position:         relative;
	color:            #FFFFFF;
	font-size:        14px;
	padding:          12px 34px;
	letter-spacing:   1px;
	border-radius:    3px;
	font-weight:      700;
	line-height:      24px;
	background-color: #FFA116;
	text-transform:   uppercase;
	border:           2px solid #FFA116;
}

.btn-style-five:hover {
	position:   relative;
	background: none;
	color:      #FFA116;
}

/* List Style One */

.list-style-one {
	position: relative;
}

.list-style-one li {
	position:      relative;
	color:         #666666;
	font-size:     16px;
	font-weight:   700;
	line-height:   1.8em;
	margin-bottom: 12px;
	padding-left:  35px;
}

.list-style-one li:last-child {
	margin-bottom: 0px;
}

.list-style-one li:before {
	position:    absolute;
	content:     "\f177";
	left:        0;
	top:         0;
	font-size:   14px;
	color:       VAR(--theme_color1);;
	font-family: "Flaticon";
}

/***

====================================================================
	6. Social Icons
====================================================================

 ***/

/*Social Icon One*/

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position:     relative;
	margin-right: 8px;
	display:      inline-block;
}

.social-icon-one li.twitter a {
	color: #00B9F1;
}

.social-icon-one li.linkedin a {
	color: #0089B1;
}

.social-icon-one li a {
	position:           relative;
	font-size:          16px;
	color:              #4A72A9;
	font-weight:        400;
	width:              52px;
	height:             52px;
	line-height:        50px;
	text-align:         center;
	border-radius:      50px;
	border:             1px solid #E2E2E2;
	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;
}

.social-icon-one li a:hover {
	color:            #FFFFFF;
	border-color:     VAR(--theme_color1);;
	background-color: VAR(--theme_color1);;
}

.theme_color {
	color: VAR(--theme_color1);;
}

.preloader {
	position:            fixed;
	left:                0px;
	top:                 0px;
	width:               100%;
	height:              100%;
	z-index:             999999;
	background-color:    #FFFFFF;
	background-position: center center;
	background-repeat:   no-repeat;
	background-image:    url(../images/icons/preloader.svg);
}

img {
	display:   inline-block;
	max-width: 100%;
	height:    auto;
}

/***

====================================================================
	7. Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position:           fixed;
	bottom:             15px;
	right:              15px;
	width:              50px;
	height:             50px;
	color:              #FFFFFF;
	font-size:          24px;
	text-transform:     uppercase;
	line-height:        50px;
	text-align:         center;
	z-index:            100;
	cursor:             pointer;
	background:         VAR(--theme_color1);;
	display:            none;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.scroll-to-top:hover {
	color:      #FFFFFF;
	background: #e8b500;
}

/***

====================================================================
	8. Section Title
====================================================================

***/

.sec-title {
	position:      relative;
	margin-bottom: 30px;
}

.sec-title .title {
	position:       relative;
	color:          VAR(--theme_color1);;
	font-size:      14px;
	font-weight:    400;
	text-transform: capitalize;
}

.sec-title h2 {
	position:       relative;
	color:          #222222;
	font-weight:    700;
	line-height:    1.2em;
	font-size:      30px;
	z-index:        1;
	text-transform: capitalize;
}

.sec-title .big-title {
	position:       relative;
	color:          #F4F4F4;
	font-weight:    700;
	line-height:    1em;
	font-size:      72px;
	margin-top:     -26px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.sec-title .separator {
	position:            relative;
	width:               60px;
	height:              14px;
	margin-top:          20px !important;
	background-position: center;
	animation:           slide 10s linear infinite;
	-webkit-animation:   slide 10s linear infinite;
	background-image:    url(../images/icons/separator.png);
}

@keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -200px 0;
	}
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -200px 0;
	}
}

.sec-title.centered .separator {
	margin: 0 auto;
}

.sec-title.centered {
	text-align: center;
}

.sec-title.centered .text {
	max-width: 580px;
	margin:    0 auto;
}

.sec-title.light h2,
.sec-title.light .text {
	color: #FFFFFF;
}

/***

====================================================================
	9. Main Header
====================================================================

***/

.main-header {
	position:                   absolute;
	z-index:                    999;
	width:                      100%;
	-ms-animation-duration:     500ms;
	-moz-animation-duration:    500ms;
	-op-animation-duration:     500ms;
	-webkit-animation-duration: 500ms;
	animation-duration:         500ms;
}

.main-header .main-box {
	position:           relative;
	padding:            0 0;
	left:               0;
	top:                0;
	width:              100%;
	background:         none;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.main-header .main-box .outer-container {
	position: relative;
	padding:  0 40px;
}

.main-header .main-box .logo-box {
	position: relative;
	float:    left;
	left:     0;
	z-index:  10;
	padding:  30px 0;
}

.main-header .main-box .logo-box .logo img {
	display:            inline-block;
	max-width:          100%;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.main-header .nav-toggler {
	position:   absolute;
	top:        50%;
	margin-top: 0px;
	display:    block;
}

.main-header .nav-toggler button {
	position:    relative;
	display:     block;
	color:       #444444;
	text-align:  center;
	font-size:   24px;
	line-height: 34px;
	font-weight: normal;
	background:  none;
}

.main-header .header-upper {
	position:      relative;
	background:    #FBFBFB;
border-bottom: 2px solid var(--theme_color1);
}

.main-header .header-upper .outer-container {
	position: relative;
	padding:  0 70px;
}

.main-header .nav-outer {
	position:           relative;
	float:              left;
	width:              100%;
	margin-top:         -100px;
	text-align:         center;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.main-header .header-upper .logo-box {
	position:           relative;
	z-index:            20;
	padding:            40px 0 0;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
}

.main-header .header-upper .outer-box {
	position:           absolute;
	right:              0;
	top:                0;
	z-index:            10;
	margin-top:         40px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.main-header .header-upper .outer-box .cart-btn {
	position:    relative;
	float:       left;
	margin-left: 16px;
	margin-top:  14px;
}

.main-header .header-upper .outer-box .cart-btn .icon {
	position:    relative;
	color:       #FFFFFF;
	font-size:   22px;
	line-height: 1.3em;
}

.main-header .header-upper .outer-box .btn-box {
	position:    relative;
	float:       left;
	margin-left: 15px;
}

.main-header .header-upper .outer-box .btn-box .theme-btn {
	padding: 5px 20px;
}

.main-header .nav-outer .search-box-btn {
	position:   relative;
	float:      left;
	margin-top: 12px;
}

.main-header .nav-outer .search-box-btn .icon {
	position:  relative;
	top:       4px;
	color:     #FFFFFF;
	cursor:    pointer;
	font-size: 20px;
}

.main-header .header-upper .upper-right {
	padding-top: 32px;
}

.main-menu {
	position:           relative;
	display:            inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.header-style-one .main-menu {
	padding-top: 38px;
}

.main-menu .navbar-collapse {
	padding: 0px;
	width:   100%;
}

.main-menu .navigation {
	position:   relative;
	margin:     0;
	text-align: center;
	width:      100%;
}

.main-menu .navigation > li {
	position:           relative;
	display:            inline-block;
	padding:            0 6px;
	margin:             0 6px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}


.main-menu .navigation > li:last-child {
	margin-right: 0px;
}

.main-menu .navigation > li > a {
	position:           relative;
	display:            block;
	color:              #FFFFFF;
	text-align:         center;
	line-height:        30px;
	text-transform:     capitalize;
	letter-spacing:     0;
	opacity:            1;
	font-weight:        500;
	padding:            15px 0;
	font-size:          13px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.main-menu .navigation > li > a:before {
	position: absolute;
    left: 0;
    bottom: 30px;
    height: 2px;
    background-color: #5eac45;
    color: #5eac45;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 0;
    content: '';
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
	width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
	opacity: 1;
	color:   #FFA116;
}

.main-menu .navigation > li > ul {
	position:           absolute;
	left:               0;
	top:                91%;
	margin-top:         10px;
	width:              250px;
	z-index:            100;
	display:            none;
	opacity:            0;
	visibility:         hidden;
	padding:            10px 0;
	background:         #FFFFFF;
	text-align:         left;
	border-radius:      3px;
	-moz-transform:     translateY(30px);
	-webkit-transform:  translateY(30px);
	-ms-transform:      translateY(30px);
	-o-transform:       translateY(30px);
	transform:          translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:     2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow:      2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow:         2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul:before {
	position: absolute;
	content:  '';
	left:     0;
	top:      -30px;
	width:    100%;
	height:   30px;
	display:  block;
}

.main-menu .navigation > li > ul.from-right {
	left:  auto;
	right: 0px;
}

.main-menu .navigation > li > ul > li {
	position:      relative;
	width:         100%;
	padding:       0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
	position:           relative;
	display:            block;
	padding:            5px 0;
	line-height:        24px;
	font-weight:        500;
	font-size:          13px;
	text-transform:     capitalize;
	color:              #222222;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
	color: VAR(--theme_color1);;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	content:     "\f105";
	position:    absolute;
	right:       0;
	top:         10px;
	width:       10px;
	display:     block;
	line-height: 24px;
	font-size:   16px;
	text-align:  center;
	z-index:     5;
	font-weight: 800;
}

.main-menu .navigation > li > ul > li > ul {
	position:           absolute;
	left:               100%;
	top:                100%;
	width:              220px;
	z-index:            100;
	display:            none;
	opacity:            0;
	visibility:         hidden;
	padding:            10px 0;
	background:         #FFFFFF;
	text-align:         left;
	border-radius:      3px;
	-moz-transform:     translateY(30px);
	-webkit-transform:  translateY(30px);
	-ms-transform:      translateY(30px);
	-o-transform:       translateY(30px);
	transform:          translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow:     2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow:      2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow:         2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
	left:  auto;
	right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
	position:      relative;
	width:         100%;
	padding:       0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
	position:           relative;
	display:            block;
	padding:            10px 0;
	line-height:        24px;
	font-weight:        500;
	font-size:          15px;
	text-transform:     capitalize;
	color:              #222222;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
	color: VAR(--theme_color1);;
}

.main-menu .navigation > li.dropdown:hover > ul {
	visibility:         visible;
	opacity:            1;
	-moz-transform:     translateY(0px);
	-webkit-transform:  translateY(0px);
	-ms-transform:      translateY(0px);
	-o-transform:       translateY(0px);
	transform:          translateY(0px);
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility:         visible;
	opacity:            1;
	top:                0;
	-moz-transform:     translateY(0px);
	-webkit-transform:  translateY(0px);
	-ms-transform:      translateY(0px);
	-o-transform:       translateY(0px);
	transform:          translateY(0px);
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
	position:        absolute;
	right:           10px;
	top:             6px;
	width:           30px;
	height:          30px;
	text-align:      center;
	color:           #FFFFFF;
	line-height:     28px;
	border:          1px solid #FFFFFF;
	background-size: 20px;
	cursor:          pointer;
	z-index:         5;
	display:         none;
}

.header-style-two {
	position: relative;
}

.main-header.header-style-two .header-upper .logo-box {
	padding: 8px 0;
}

.main-header.header-style-two .nav-outer {
	margin-top: 0px;
	float:      right;
	width:      auto;
}

.main-header.header-style-two .header-upper .outer-box {
	position:    relative;
	float:       right;
	margin-top:  36px;
	margin-left: 0;
}

.header-style-two .main-menu {
	float: left;
}

.header-style-two .main-menu .navigation > li > a {
	color:   #222222;
	padding: 33px 0;
}

.header-style-two .nav-outer .search-box-btn .icon {
	color: #222222;
}

/* Header Style Three */

.header-top {
	position:   relative;
	background:  #67ab57;
}

.header-top .top-left {
	position:       relative;
	padding-top:    1px;
	padding-bottom: 0px;
}

.header-top .top-left ul {
	position: relative;
}

.header-top .top-left ul li {
	position:     relative;
	margin-right: 40px;
	display:      inline-block;
}

.header-top .top-left ul li a {
	position:           relative;
	color:              #FFFFFF;
	font-size:          13px;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.header-top .top-left ul li a .icon {
	position:     relative;
	margin-right: 10px;
}

.header-top .top-left ul li a:hover {
	color: #FFFFFF;
}

.header-top .top-right {
	position: relative;
}

.header-top .top-right .social-box {
	position:   relative;
	float:      right;
	margin-top: 1px;
}

.header-top .top-right .social-box li {
	position: relative;
	margin:   0 9px;
	display:  inline-block;
}

.header-top .top-right .social-box li a {
	position:           relative;
	font-size:          14 xpx;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	color:              rgba(255, 255, 255, 0.80);
}

.header-top .top-right .social-box li a:hover {
	color: #FFFFFF;
}

.header-top .top-right .btn-box {
	position:    relative;
	float:       right;
	margin-left: 35px;
}

.header-top .top-right .btn-box .book-btn {
	position:         relative;
	color:            #FFFFFF;
	font-size:        14px;
	padding:          13px 30px;
	font-weight:      700;
	display:          inline-block;
	background-color: VAR(--theme_color1);;
	text-transform:   uppercase;
}

.header-style-three .nav-outer {
	margin-top: 50px;
	float:      right;
	width:      auto;
}

.header-style-three .header-upper .outer-box {
	position:    relative;
	float:       right;
	margin-top:  2px;
	margin-left: 30px;
}

/* Header Style Four */

.header-style-four {
	background-color: rgba(0, 0, 0, 0.30);
}

.header-style-four .header-upper .logo-box {
	padding: 15px 0 15px;
}

.header-style-four .nav-outer {
	margin-top: -78px;
}

.header-style-four .header-upper .outer-box {
	margin-top: 2px;
}

/*Sticky Header*/

.sticky-header {
	position:           fixed;
	opacity:            0;
	visibility:         hidden;
	left:               0;
	top:                0;
	width:              100%;
	padding:            0 0;
	background:         #222222;
	z-index:            0;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.fixed-header .sticky-header {
	z-index:                           999;
	opacity:                           1;
	visibility:                        visible;
	-ms-animation-name:                fadeInDown;
	-moz-animation-name:               fadeInDown;
	-op-animation-name:                fadeInDown;
	-webkit-animation-name:            fadeInDown;
	animation-name:                    fadeInDown;
	-ms-animation-duration:            500ms;
	-moz-animation-duration:           500ms;
	-op-animation-duration:            500ms;
	-webkit-animation-duration:        500ms;
	animation-duration:                500ms;
	-ms-animation-timing-function:     linear;
	-moz-animation-timing-function:    linear;
	-op-animation-timing-function:     linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function:         linear;
	-ms-animation-iteration-count:     1;
	-moz-animation-iteration-count:    1;
	-op-animation-iteration-count:     1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count:         1;
}

.sticky-header .main-menu {
	margin-top:  0;
	padding-top: 0px;
}

.sticky-header .main-menu .navigation > li {
	position:     relative;
	margin-left:  40px;
	margin-right: 0px;
	padding:      0;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after {
	display: none;
}

.sticky-header .main-menu .navigation > li > a {
	color:       #FFFFFF !important;
	font-weight: 600;
	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
	color:            VAR(--theme_color1);
!important;
	background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
	margin-top: 26px;
}

.sticky-header .logo {
	padding: 4px 0 4px;
}

.sticky-header .header-upper .logo-box {
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li > a {
	padding: 30px 0;
}

.sticky-header .header-upper .button-box {
	padding-top: 15px;
}

.sticky-header .header-upper .button-box .btn-style-one {
	background-color: rgba(255, 255, 255, 1);
	color:            #222222;
}

.sticky-header .main-menu .navigation > li > a {
	padding: 19px 0 !important;
}

.sticky-header .main-menu .navigation > li > a:before {
	display: none;
}

/***

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position:    relative;
	float:       right;
	font-size:   30px;
	line-height: 40px;
	cursor:      pointer;
	color:       VAR(--theme_color1);;
	padding:     10px 0;
	display:     none;
}

.mobile-menu {
	position:      fixed;
	right:         0;
	top:           0;
	width:         300px;
	padding-right: 30px;
	max-width:     100%;
	height:        100%;
	opacity:       0;
	visibility:    hidden;
	z-index:       999999;
}

.mobile-menu .nav-logo {
	position:   relative;
	padding:    20px 20px;
	text-align: left;
}

.mobile-menu .nav-logo img {
	max-width: 180px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity:    1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position:          fixed;
	right:             0;
	top:               0;
	width:             100%;
	height:            100%;
	z-index:           1;
	background:        rgba(0, 0, 0, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform:     translateX(101%);
	transform:         translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity:            1;
	visibility:         visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition:    all 0.7s ease;
	-ms-transition:     all 0.7s ease;
	-o-transition:      all 0.7s ease;
	transition:         all 0.7s ease;
	-webkit-transform:  translateX(0%);
	-ms-transform:      translateX(0%);
	transform:          translateX(0%);
}

.mobile-menu .menu-box {
	position:          absolute;
	left:              0;
	top:               0;
	width:             100%;
	height:            100%;
	max-height:        100%;
	overflow-y:        auto;
	background:        #FFFFFF;
	padding:           0 0;
	z-index:           5;
	opacity:           0;
	visibility:        hidden;
	border-radius:     0;
	-webkit-transform: translateX(101%);
	-ms-transform:     translateX(101%);
	transform:         translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity:            1;
	visibility:         visible;
	-webkit-transition: all 0.7s ease 500ms;
	-moz-transition:    all 0.7s ease 500ms;
	-ms-transition:     all 0.7s ease 500ms;
	-o-transition:      all 0.7s ease 500ms;
	transition:         all 0.7s ease 500ms;
	-webkit-transform:  translateX(0%);
	-ms-transform:      translateX(0%);
	transform:          translateX(0%);
}

.mobile-menu .close-btn {
	position:           absolute;
	right:              3px;
	top:                3px;
	line-height:        30px;
	width:              30px;
	text-align:         center;
	font-size:          14px;
	color:              #202020;
	cursor:             pointer;
	z-index:            10;
	-webkit-transition: all 0.5s ease;
	-moz-transition:    all 0.5s ease;
	-ms-transition:     all 0.5s ease;
	-o-transition:      all 0.5s ease;
	transition:         all 0.5s ease;
	-webkit-transform:  translateY(-50px);
	-ms-transform:      translateY(-50px);
	transform:          translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: translateY(0px);
	-ms-transform:     translateY(0px);
	transform:         translateY(0px);
}

.mobile-menu .close-btn:hover {
	color: VAR(--theme_color1);;
}

.mobile-menu .navigation {
	position:   relative;
	display:    block;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
	position:      relative;
	display:       block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li > ul > li:last-child {
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li > a {
	position:       relative;
	display:        block;
	line-height:    24px;
	padding:        10px 20px;
	font-weight:    500;
	font-size:      15px;
	color:          #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:hover,
.mobile-menu .navigation li.current > a {
	color: VAR(--theme_color1);;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position:    absolute;
	right:       0;
	top:         0;
	width:       44px;
	height:      44px;
	text-align:  center;
	font-size:   16px;
	line-height: 44px;
	color:       #404040;
	cursor:      pointer;
	z-index:     5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
	content:     '';
	position:    absolute;
	left:        0;
	top:         10px;
	width:       1px;
	height:      24px;
	border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	
	display: none;
}

/***

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
	position:           fixed;
	left:               0;
	top:                -100%;
	width:              100%;
	height:             100%;
	z-index:            9999;
	visibility:         hidden;
	opacity:            0;
	overflow:           auto;
	background:         rgba(0, 0, 0, 0.80);
	transition:         all 700ms ease;
	-moz-transition:    all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition:     all 700ms ease;
	-o-transition:      all 700ms ease;
}

.search-popup .overlay-layer {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
	display:  block;
}

.search-popup.popup-visible {
	top:        0;
	visibility: visible;
	opacity:    1;
}

.search-popup .close-search {
	position:  absolute;
	right:     25px;
	top:       25px;
	font-size: 22px;
	color:     #FFFFFF;
	cursor:    pointer;
	z-index:   5;
}

.search-popup .close-search:hover {
	opacity: 0.70;
}

.search-popup .search-form {
	position:   relative;
	padding:    0 15px 0;
	max-width:  1024px;
	margin:     0 auto;
	margin-top: 200px;
}

.search-popup .search-form fieldset {
	position:              relative;
	border:                7px solid rgba(255, 255, 255, 0.50);
	-webkit-border-radius: 12px;
	-ms-border-radius:     12px;
	-o-border-radius:      12px;
	-moz-border-radius:    12px;
	border-radius:         12px;
}

.search-popup .search-form fieldset input[type="search"] {
	position:              relative;
	height:                70px;
	padding:               20px 220px 20px 30px;
	background:            #FFFFFF;
	line-height:           30px;
	font-size:             24px;
	color:                 #233145;
	-webkit-border-radius: 7px;
	-ms-border-radius:     7px;
	-o-border-radius:      7px;
	-moz-border-radius:    7px;
	border-radius:         7px;
}

.search-popup .search-form fieldset input[type="submit"] {
	position:              absolute;
	display:               block;
	right:                 0;
	top:                   0;
	text-align:            center;
	width:                 220px;
	height:                70px;
	padding:               23px 10px 20px 10px;
	color:                 #FFFFFF !important;
	background:            VAR(--theme_color1);;
	line-height:           30px;
	font-size:             20px;
	cursor:                pointer;
	text-transform:        uppercase;
	-moz-border-radius:    0 7px 7px 0;
	-ms-border-radius:     0 7px 7px 0;
	-o-border-radius:      0 7px 7px 0;
	-webkit-border-radius: 0px 7px 7px 0;
	border-radius:         0 7px 7px 0;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
	background: VAR(--theme_color1);;
}

.search-popup h3 {
	font-size:     24px;
	color:         #FFFFFF;
	margin-bottom: 20px;
	text-align:    center;
}

.search-popup .recent-searches {
	font-size:  16px;
	color:      #FFFFFF;
	text-align: center;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin:  0 10px 10px 0;
}

.search-popup .recent-searches li a {
	display:       block;
	line-height:   24px;
	border:        1px solid #FFFFFF;
	padding:       7px 15px;
	color:         #FFFFFF;
	border-radius: 3px;
}

.search-popup .recent-searches li a:hover {
	color:        VAR(--theme_color1);;
	border-color: VAR(--theme_color1);;
}

/***

====================================================================
	11. Banner Section
====================================================================

***/

.banner-section {
	position:        relative;
	padding:         285px 0 260px;
	background-size: cover;
}

.banner-section:after {
	position:   absolute;
	content:    '';
	left:       0;
	bottom:     -1px;
	width:      100%;
	height:     105px;
	background: url(../images/icons/pattern-1.png) right bottom repeat-x;
}

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

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

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

.banner-section:before {
	position:         absolute;
	content:          '';
	left:             0;
	top:              0;
	right:            0;
	bottom:           0;
	background-color: rgba(19, 17, 68, 0.85);
}

.banner-section .content-column {
	position: relative;
}

.banner-section .content-column .inner-column {
	position: relative;
}

.banner-section .content-column .inner-column h2 {
	position:    relative;
	display:     block;
	font-size:   66px;
	color:       #FFFFFF;
	font-weight: 700;
	line-height: 1.1em;
}

.banner-section .content-column .inner-column .text {
	position:       relative;
	font-size:      24px;
	color:          #FFFFFF;
	font-weight:    400;
	line-height:    1.14em;
	margin-top:     28px;
	text-transform: capitalize;
}

.banner-section .content-column .inner-column .buttons-box {
	position:   relative;
	margin-top: 38px;
}

.banner-section .content-column .inner-column .buttons-box .theme-btn {
	position:      relative;
	float:         left;
	margin-right:  15px;
	margin-bottom: 15px;
}

.banner-section .info-column {
	position: relative;
}

.banner-section .info-column .inner-column {
	position:    relative;
	padding-top: 30px;
	margin-left: -40px;
}

.banner-section .info-column .list {
	position: relative;
}

.banner-section .info-column .list li {
	position:    relative;
	color:       #FFFFFF;
	padding:     30px 15px;
	display:     inline-block;
	text-align:  center;
	font-size:   18px;
	min-width:   157px;
	font-family: 'Belmonte-Rough';
	background:  url(../images/icons/icon-1.png) no-repeat;
}

.banner-section .info-column .list li:nth-child(2) {
	background: url(../images/icons/icon-2.png) no-repeat;
}

.banner-section .info-column .list li:nth-child(3) {
	margin-left: 50px;
	background:  url(../images/icons/icon-3.png) no-repeat;
}

/***

====================================================================
	Timer Section
====================================================================

***/

.timer-section {
	position: relative;
}

.timer-section .inner-container {
	position:      relative;
	border-color: var(--theme_color2) !important;
	border-radius: 10px;
	padding:       42px 60px 30px;
	box-shadow:    0 10px 22px rgba(0, 0, 0, 0.15);
	background:    #FFFFFF url(../images/icons/pattern-2.png) left top no-repeat;
}

.timer-section .inner-container.margin-top {
	margin-top: -120px;
}

.timer-section .inner-container .title-column {
	position: relative;
}

.timer-section .inner-container .title-column .inner-column {
	position:    relative;
	text-align:  center;
	padding-top: 8px;
}

.timer-section .inner-container .title-column h2 {
	position:    relative;
	color:       #222222;
	font-size:   36px;
	font-weight: 700;
	line-height: 1.3em;
}

.timer-section .inner-container .title-column .text {
	position:       relative;
	color:          #222222;
	font-size:      16px;
	font-weight:    400;
	line-height:    1.3em;
	letter-spacing: 4px;
	margin-top:     8px;
}

.timer-section .inner-container .time-column {
	position: relative;
}

.timer-section .inner-container .time-column .inner-column {
	position:   relative;
	text-align: right;
}

/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
	position: relative;
}

.time-counter .time-countdown {
	position: relative;
}

.time-counter .time-countdown .counter-column {
	position:       relative;
	margin-right:   8px;
	width:          140px;
	text-align:     center;
	display:        inline-block;
	padding:        0 0 0;
	color:          VAR(--theme_color1);;
	font-size:      16px;
	line-height:    30px;
	text-transform: capitalize;
	font-weight:    400;
	margin-bottom:  8px;
	padding-bottom: 30px;
}

/*.time-counter .time-countdown .counter-column:before {
	position:   absolute;
	content:    ':';
	top:        10px;
	right:      -10px;
	font-size:  56px;
	line-height:1em;
	color:      #CCCCCC;
}*/

.time-counter .time-countdown .counter-column:last-child::before {
	display: none;
}

.time-counter .time-countdown .counter-column:last-child {
	margin-right: 0px;
	border-right: none;
}

.time-counter .time-countdown .counter-column .count {
	position:       relative;
	display:        inline;
	font-size:      30px;
	line-height:    1em;
	padding:        0 10px 0;
	color:          #222222;
	letter-spacing: 1px;
	font-weight:    700;
}

.time-counter .time-countdown .counter-column .unit {
	position:       absolute;
	left:           0;
	bottom:         0;
	width:          100%;
	display:        block;
	text-align:     center;
	font-size:      16px;
	text-transform: capitalize;
}

.time-counter.style-two .time-countdown .counter-column {
	font-size:      18px;
	font-weight:    400;
	color:          #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.time-counter.style-two .time-countdown .counter-column .count {
	font-family:   'Belmonte-Rough';
	font-size:     48px;
	color:         #FFFFFF;
	font-weight:   400;
	margin-bottom: 10px;
	padding:       30px 0;
	background:    url(../images/icons/icon-1.png) no-repeat;
}

.time-counter.style-two .time-countdown .counter-column:nth-child(2) .count {
	background: url(../images/icons/icon-3.png) no-repeat;
}

.time-counter.style-two .time-countdown .counter-column:nth-child(3) .count {
	background: url(../images/icons/icon-2.png) no-repeat;
}

.time-counter.style-two .time-countdown .counter-column .unit {
	text-transform: uppercase;
}

.time-counter.style-two .time-countdown .counter-column:before {
	display: none;
}

/***

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
	position:            relative;
	padding-top:         90px;
	background-position: left bottom;
	background-repeat:   no-repeat;
}

.welcome-section .side-icons {
	position: absolute;
	left:     0;
	top:      30%;
}

.welcome-section .side-icons .icon-one {
	position: absolute;
	left:     0;
	top:      5px;
	width:    105px;
	height:   137px;
	z-index:  1;
}

.welcome-section .side-icons .icon-two {
	position: absolute;
	left:     0;
	top:      -30px;
	width:    188px;
	height:   242px;
}

.welcome-section .side-icons .icon-three {
	position: absolute;
	left:     0;
	top:      125px;
	width:    86px;
	height:   118px;
}

.welcome-section .title-box {
	position:      relative;
	max-width:     1010px;
	margin:        0 auto;
	z-index:       1;
	margin-bottom: 105px;
}

.welcome-section .title-box .text {
	position:      relative;
	color:         #666666;
	font-size:     16px;
	line-height:   1.7em;
	text-align:    center;
	margin-bottom: 40px;
}

.welcome-section .title-box .theme-btn {
	padding: 11px 28px;
}

.welcome-section .video-box {
	max-width: 1000px;
	margin:    0 auto;
}

/*Video Box*/

.video-box {
	position:      relative;
	border-radius: 10px;
	overflow:      hidden;
}

.video-box .video-image {
	position: relative;
	margin:   0;
}

.video-box .video-image img {
	position:           relative;
	width:              100%;
	z-index:            3;
	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;
}

.video-box .video-image .content {
	position:    absolute;
	left:        0;
	top:         0;
	right:       0;
	bottom:      0;
	z-index:     10;
	text-align:  center;
	padding-top: 85px;
}

.video-box .video-image .content .overlay-box {
	position:           relative;
	width:              80px;
	height:             80px;
	z-index:            20;
	line-height:        80px;
	display:            inline-block;
	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;
}

.video-box .video-image .content h3 {
	position:   relative;
	color:      #FFFFFF;
	font-size:  24px;
	margin-top: 60px;
}

.video-box:before {
	position:         absolute;
	content:          '';
	left:             0;
	top:              0;
	right:            0;
	bottom:           0;
	z-index:          10;
	background-color: rgba(0, 0, 0, 0.50);
}

.video-box .video-image .content .overlay-box span {
	position:           relative;
	z-index:            99;
	width:              80px;
	height:             80px;
	color:              #FFFFFF;
	font-weight:        400;
	font-size:          20px;
	text-align:         center;
	border-radius:      50%;
	padding-left:       4px;
	display:            inline-block;
	transition:         all 900ms ease;
	-moz-transition:    all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition:     all 900ms ease;
	-o-transition:      all 900ms ease;
	background-color:   VAR(--theme_color1);;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
	position:              absolute;
	top:                   50%;
	left:                  50%;
	width:                 80px;
	height:                80px;
	-webkit-transform:     translate(-50%, -50%);
	-moz-transform:        translate(-50%, -50%);
	-ms-transform:         translate(-50%, -50%);
	-o-transform:          translate(-50%, -50%);
	transform:             translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	-o-border-radius:      50%;
	border-radius:         50%;
	-webkit-box-shadow:    0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow:       0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow:        0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow:         0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow:            0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation:     ripple 3s infinite;
	-moz-animation:        ripple 3s infinite;
	-ms-animation:         ripple 3s infinite;
	-o-animation:          ripple 3s infinite;
	animation:             ripple 3s infinite;
}

.video-box .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay:    .9s;
	-ms-animation-delay:     .9s;
	-o-animation-delay:      .9s;
	animation-delay:         .9s;
	content:                 "";
	position:                absolute;
}

.video-box .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay:    .6s;
	-ms-animation-delay:     .6s;
	-o-animation-delay:      .6s;
	animation-delay:         .6s;
	content:                 "";
	position:                absolute;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.welcome-section .lower-section {
	position: relative;
	padding:  125px 0 70px;
}

/* Feature Block */

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

.feature-block .inner-box {
	position:     relative;
	padding-left: 85px;
}

.feature-block .inner-box:before {
	position:         absolute;
	content:          '';
	left:             55px;
	top:              -15px;
	width:            80px;
	height:           80px;
	border-radius:    50%;
	background-color: #EEF0F7;
}

.feature-block .inner-box .icon-box {
	position:    absolute;
	left:        0;
	top:         4px;
	color:       VAR(--theme_color1);;
	line-height: 1em;
	font-size:   56px;
}

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

.feature-block .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 .inner-box h3 a:hover {
	color: VAR(--theme_color1);;
}

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

/***

====================================================================
	Speaker Section
====================================================================

***/

.speaker-section {
	position:         relative;
	padding:          70px 0 0;
	background-color: #131144;
}

.speaker-section .side-icons {
	position: absolute;
	right:    0;
	top:      30%;
	z-index:  1;
}

.speaker-section .side-icons .icon-one {
	position: absolute;
	right:    0;
	top:      5px;
	width:    105px;
	height:   137px;
	z-index:  1;
}

.speaker-section .side-icons .icon-two {
	position: absolute;
	right:    0;
	top:      -30px;
	width:    188px;
	height:   242px;
}

.speaker-section .side-icons .icon-three {
	position: absolute;
	right:    0;
	top:      125px;
	width:    80px;
	height:   118px;
}

.speaker-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.speaker-section .section-icons .icon-one {
	position: absolute !important;
	left:     5% !important;
	top:      35% !important;
}

.speaker-section .section-icons .icon-two {
	position: absolute !important;
	left:     18% !important;
	top:      24% !important;
}

.speaker-block {
	position:      relative;
	z-index:       1;
	margin-bottom: 30px;
}

.speaker-block .inner-box {
	position:   relative;
	text-align: center;
	padding:    25px 0;
}

.speaker-block .inner-box:before {
	position:           absolute;
	content:            '';
	left:               0;
	bottom:             0;
	width:              100%;
	height:             0;
	background-color:   rgba(255, 255, 255, 0.07);
	transition:         all 900ms ease;
	-moz-transition:    all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition:     all 900ms ease;
	-o-transition:      all 900ms ease;
}

.speaker-block .inner-box:hover::before {
	height: 100%;
}

.speaker-block .inner-box .image {
	position:      relative;
	width:         200px;
	height:        200px;
	margin:        0 auto;
	border-radius: 50%;
	overflow:      hidden;
}

.speaker-block .inner-box .image:before {
	position:           absolute;
	content:            '';
	left:               0;
	top:                0;
	width:              100%;
	height:             0;
	z-index:            1;
	background-color:   rgba(19, 17, 68, 0.50);
	transition:         all 900ms ease;
	-moz-transition:    all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition:     all 900ms ease;
	-o-transition:      all 900ms ease;
}

.speaker-block .inner-box:hover .image:before {
	height: 100%;
}

.speaker-block .inner-box .image .social-box {
	position:           absolute;
	left:               0;
	bottom:             -130px;
	right:              0;
	z-index:            2;
	padding:            10px 0;
	background-color:   VAR(--theme_color1);;
	transition:         all 600ms ease;
	-moz-transition:    all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition:     all 600ms ease;
	-o-transition:      all 600ms ease;
}

.speaker-block .inner-box:hover .image .social-box {
	bottom:           30px;
	transition-delay: 700ms;
}

.speaker-block .inner-box .image .social-box li {
	position: relative;
	margin:   0 8px;
	display:  inline-block;
}

.speaker-block .inner-box .image .social-box li a {
	position:           relative;
	font-size:          16px;
	color:              rgba(255, 255, 255, 0.70);
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.speaker-block .inner-box .image .social-box li a:hover {
	color: #FFFFFF;
}

.speaker-block .inner-box .lower-content {
	position:    relative;
	padding-top: 30px;
}

.speaker-block .inner-box .lower-content h3 {
	position:    relative;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.4em;
}

.speaker-block .inner-box .lower-content h3 a {
	position: relative;
	color:    #FFFFFF;
}

.speaker-block .inner-box .lower-content .designation {
	position:   relative;
	color:      VAR(--theme_color1);;
	font-size:  14px;
	margin-top: 7px;
}

.speaker-section .button-box {
	position:   relative;
	margin-top: 30px;
}

/***

====================================================================
	Events Section
====================================================================

***/

.events-section {
	position:          relative;
	padding:           40px 0 60px;
	background-size:   cover;
	background-repeat: no-repeat;
	-border-top:       1px solid #CCCCCC;
}

.events-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.events-section .section-icons .icon-one {
	position: absolute;
	left:     10%;
	top:      15%;
}

.events-section .parallax-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.events-section .parallax-icons .icon-one {
	position: absolute !important;
	top:      auto !important;
	left:     auto !important;
	right:    5% !important;
	bottom:   30% !important;
}

.events-section .parallax-icons .icon-two {
	position: absolute !important;
	top:      auto !important;
	left:     auto !important;
	right:    18% !important;
	bottom:   19% !important
}


.events-section.style-two {
	padding-top: 135px;
}

.events-section.style-three {
	background-color: #131144;
}

.events-section.style-three:before {
	position:   absolute;
	content:    '';
	left:       0;
	top:        -98px;
	width:      100%;
	height:     105px;
	background: url(../images/background/pattern-13.png) repeat-x;
}

.events-section .events-info-tabs {
	position: relative;
}

.events-section .events-info-tabs .events-tabs {
	position: relative;
}

.events-section .events-info-tabs .events-tabs .tab-btns {
	position:   relative;
	text-align: center;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn {
	position:       relative;
	display:        inline-block;
	text-align:     center;
	font-size:      20px;
	font-weight:    600;
	color:          #222222;
	line-height:    24px;
	cursor:         pointer;
	z-index:        1;
	margin:         0;
	border-radius:  3px;
	padding:        20px 20px 20px;
	background:     #F3F3F3;
	border-top:     1px solid VAR(--theme_color1);;
	border-bottom:  3px solid VAR(--theme_color1);;
	transition:     all 500ms ease;
	width:          19.6% !important;
	text-transform: uppercase;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn span {
	position:   relative;
	display:    block;
	color:      #666666;
	font-size:  16px;
	margin-top: 18px;
	transition: all 500ms ease;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn:hover,
.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn {
	color:           #FFFFFF;
	border-color:    VAR(--theme_color1);;
	background:      VAR(--theme_color1);
url(../images/background/pattern-2.png) no-repeat;
	background-size: cover;
}

.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn span,
.events-section .events-info-tabs .events-tabs .tab-btns .tab-btn:hover span {
	color: #FFFFFF;
}

.events-section .events-info-tabs .events-tabs .tabs-content {
	position: relative;
}

.events-section .events-info-tabs .events-tabs .tabs-content .tab {
	position: relative;
	padding:  30px 0 0;
	display:  none;
	/*visibility: hidden;*/
}

.events-section .events-info-tabs .events-tabs .tabs-content .tab.active-tab {
	display: block;
	/*visibility: visible;*/
}

.events-section .events-info-tabs .events-tabs .tabs-content .buttons-box {
	position:   relative;
	margin-top: 80px;
}

.events-section .events-info-tabs .events-tabs .tabs-content .buttons-box .theme-btn {
	padding: 11px 30px;
}

/* Event Block */

.event-block {
	position: relative;
}

.event-block .inner-box {
	position:           relative;
	padding:            55px 50px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
	border-bottom:      1px dashed #000000;
}

.event-block .inner-box .image-layer {
	position:                 absolute;
	left:                     0;
	top:                      0;
	bottom:                   0;
	height:                   100%;
	width:                    100%;
	opacity:                  0;
	background-size:          cover;
	background-repeat:        no-repeat;
	transition:               all 700ms ease;
	-webkit-transition:       all 700ms ease;
	-ms-transition:           all 700ms ease;
	-o-transition:            all 700ms ease;
	-webkit-transform:        scaleX(0.7) translateX(-30px);
	-ms-transform:            scaleX(0.7) translateX(-30px);
	-moz-transform:           scaleX(0.7) translateX(-30px);
	transform:                scaleX(0.7) translateX(-30px);
	-webkit-transform-origin: left;
	-ms-transform-origin:     left;
	-moz-transform-origin:    left;
	transform-origin:         left;
}

.event-block .inner-box .image-layer:before {
	position:         absolute;
	content:          '';
	left:             0;
	top:              0;
	right:            0;
	bottom:           0;
	background-color: rgba(9, 8, 34, 0.90);
}

.event-block .inner-box:hover .image-layer {
	opacity:           1;
	width:             100%;
	-webkit-transform: scaleX(1) translateX(0px);
	-ms-transform:     scaleX(1) translateX(0px);
	-moz-transform:    scaleX(1) translateX(0px);
	transform:         scaleX(1) translateX(0px);
}

.event-block .inner-box:hover {
	border-bottom-color: #FFA116;
}

.event-block .inner-box:hover {
	border-radius: 12px;
	box-shadow:    0 0 15px rgba(0, 0, 0, 0.10);
}

.event-block .inner-box .image-column {
	position: relative;
}

.event-block .inner-box .image-column .inner-column {
	position:   relative;
	min-height: 150px;
	padding:    30px 0 0 245px;
}

.event-block .inner-box .image-column .image {
	position:      absolute;
	left:          0;
	top:           0;
	overflow:      hidden;
	border-radius: 5px;
	display:       inline-block;
}

.event-block .inner-box .image-column .image .overlay-box {
	position:           absolute;
	left:               0;
	top:                0;
	width:              100%;
	height:             100%;
	opacity:            0;
	color:              #FFFFFF;
	text-align:         center;
	background:         rgba(19, 17, 68, 0.80);
	-webkit-transition: all 700ms ease;
	-ms-transition:     all 700ms ease;
	-o-transition:      all 700ms ease;
	transition:         all 700ms ease;
	-webkit-transform:  translate(-100%, 0%);
	-ms-transform:      translate(-100%, 0%);
	-o-transform:       translate(-100%, 0%);
	-moz-transform:     translate(-100%, 0%);
	transform:          translate(-100%, 0%);
}

.event-block .inner-box:hover .image .overlay-box {
	opacity:           1;
	-webkit-transform: translate(0%);
	-ms-transform:     translate(0%);
	-o-transform:      translate(0%);
	-moz-transform:    translate(0%);
	transform:         translate(0%);
}

.event-block .overlay-inner {
	position:       absolute;
	left:           0;
	top:            0;
	width:          100%;
	height:         100%;
	display:        table;
	vertical-align: middle;
	padding:        10px 0;
}

.event-block .overlay-inner .content {
	position:       relative;
	display:        table-cell;
	vertical-align: middle;
}

.event-block .overlay-inner .content h3 {
	position:       relative;
	text-align:     center;
	color:          #FFFFFF;
	font-size:      16px;
	font-weight:    700;
	text-transform: uppercase;
}

.event-block .overlay-inner .content h3 a {
	position: relative;
	color:    #FFFFFF;
}

.event-block .inner-box .image-column .inner-column .event-time {
	position:    relative;
	color:       #222222;
	font-size:   18px;
	font-weight: 700;
	line-height: 1.6em;
}

.event-block .inner-box .info-column {
	position: relative;
}

.event-block .inner-box .info-column .inner-column {
	position:    relative;
	margin-left: -30px;
	padding-top: 20px;
}

.event-block .inner-box .info-column .name {
	position:    relative;
	color:       #666666;
	font-size:   15px;
	line-height: 1.3em;
}

.event-block .inner-box .info-column h2 {
	position:    relative;
	color:       #222222;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top:  8px;
}

.event-block .inner-box .info-column h2 a {
	position:           relative;
	color:              #222222;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.event-block .inner-box .info-column h2 a:hover {
	color: VAR(--theme_color1);;
}

.event-block .inner-box .info-column .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.7em;
	margin-top:  10px;
}

/***

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one {
	position: relative;
}

.fluid-section-one .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
	z-index:  1;
}

.fluid-section-one .section-icons .icon-one {
	position: absolute !important;
	left:     auto !important;
	bottom:   auto !important;
	right:    8% !important;
	top:      15% !important;
}

.fluid-section-one .section-icons .icon-two {
	position: absolute !important;
	left:     auto !important;
	bottom:   auto !important;
	right:    4% !important;
	top:      35% !important;
}

.fluid-section-one .outer-section {
	position:         relative;
	background-color: #131144;
}

.fluid-section-one .image-column {
	position:            absolute;
	left:                0;
	top:                 0;
	width:               50%;
	bottom:              50px;
	float:               right;
	height:              100%;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: right center;
}

.fluid-section-one .image-column .image {
	width:   100%;
	display: none;
}

.fluid-section-one .image-column .image img {
	display: block;
	width:   100%;
}

/*Content Column*/

.fluid-section-one .content-column {
	position: relative;
	width:    50%;
	float:    right;
}

.fluid-section-one .content-column .content-box {
	position:  relative;
	max-width: 720px;
	width:     100%;
	float:     left;
	z-index:   2;
	margin:    0 auto;
	padding:   95px 15px 60px 130px;
}

.fluid-section-one .content-column .content-box .sec-title h2 {
	font-size: 40px;
}

.fluid-section-one .content-column .content-box .text {
	position:      relative;
	font-size:     16px;
	line-height:   1.7em;
	margin-bottom: 45px;
	color:         rgba(255, 255, 255, 0.60);
}

.fluid-section-one .content-column .content-box .fluid-list {
	position: relative;
}

.fluid-section-one .content-column .content-box .fluid-list li {
	position:      relative;
	margin-bottom: 30px;
	display:       inline-block;
}

.fluid-section-one .content-column .content-box .fluid-list li span {
	position:   relative;
	display:    block;
	color:      #FFFFFF;
	text-align: center;
	margin-top: 12px;
	font-size:  15px;
}

.fluid-section-one .content-column .content-box .fluid-list li strong {
	position:    relative;
	color:       #FFFFFF;
	font-weight: 400;
	padding:     29px 15px;
	display:     inline-block;
	text-align:  center;
	font-size:   48px;
	min-width:   157px;
	line-height: 1em;
	font-family: 'Belmonte-Rough';
	background:  url(../images/icons/icon-1.png) no-repeat;
}

.fluid-section-one .content-column .content-box .fluid-list li:nth-child(2) strong {
	background: url(../images/icons/icon-2.png) no-repeat;
}

.fluid-section-one .content-column .content-box .fluid-list li:nth-child(3) strong {
	background: url(../images/icons/icon-3.png) no-repeat;
}

/***

====================================================================
	Price Section
====================================================================

***/

.price-section {
	position:            relative;
	overflow:            hidden;
	padding:             100px 0 100px;
	background-position: left bottom;
	background-repeat:   no-repeat;
}

.price-section .side-icons {
	position: absolute;
	left:     0;
	top:      30%;
}

.price-section .side-icons .icon-one {
	position: absolute;
	left:     0;
	top:      5px;
	width:    105px;
	height:   137px;
	z-index:  1;
}

.price-section .side-icons .icon-two {
	position: absolute;
	left:     0;
	top:      -30px;
	width:    188px;
	height:   242px;
}

.price-section .side-icons .icon-three {
	position: absolute;
	left:     0;
	top:      125px;
	width:    86px;
	height:   118px;
}

.price-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.price-section .section-icons .icon-one {
	position: absolute;
	left:     10%;
	top:      38%;
}

.price-section .section-icons .icon-two {
	position: absolute;
	right:    10%;
	bottom:   18%;
	opacity:  0.2;
}

.price-section .row {
	margin: 0px -30px;
}

.price-section .price-block {
	padding: 0px 30px;
}

.price-block {
	position:      relative;
	margin-bottom: 40px;
}

.price-block .inner-box {
	position:         relative;
	text-align:       center;
	border-radius:    8px;
	padding:          60px 15px 55px;
	background-color: #FFFFFF;
	border-top:       12px solid VAR(--theme_color1);;
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.10);
}

.price-block .inner-box:before {
	position:          absolute;
	content:           '';
	left:              0;
	top:               -4px;
	width:             100%;
	height:            10px;
	border-radius:     50px;
	background:        url(../images/icons/circle.png) repeat-x;
	
	animation:         slide 15s linear infinite;
	-webkit-animation: slide 15s linear infinite;
}

.price-block .inner-box .title {
	position:    relative;
	color:       #222222;
	font-size:   18px;
	line-height: 1.3em;
}

.price-block .inner-box .price {
	position:    relative;
	color:       VAR(--theme_color1);;
	font-size:   60px;
	line-height: 45px;
	font-weight: 700;
	margin-top:  25px;
}

.price-block .inner-box .price span {
	position:       relative;
	display:        block;
	color:          #222222;
	font-size:      18px;
	font-weight:    400;
	text-transform: uppercase;
}

.price-block .inner-box .price-list {
	position:      relative;
	margin-top:    30px;
	margin-bottom: 50px;
}

.price-block .inner-box .price-list li {
	position:      relative;
	color:         #222222;
	font-size:     18px;
	font-weight:   700;
	line-height:   1.5em;
	margin-bottom: 20px;
}

.price-block .inner-box .price-list li span {
	position:    relative;
	color:       #666666;
	font-size:   14px;
	font-weight: 400;
	display:     block;
}

.price-block .inner-box .price-list li.lite {
	opacity: 0.4;
}

.price-block .inner-box .price-list li:last-child {
	margin-bottom: 0px;
}

.price-block .inner-box .buy-btn {
	position:         relative;
	font-size:        14px;
	font-weight:      700;
	color:            #FFFFFF;
	padding:          14px 35px 14px 40px;
	text-transform:   uppercase;
	background-color: VAR(--theme_color1);;
}

.price-block .inner-box .buy-btn:before {
	position:         absolute;
	content:          '';
	left:             -15px;
	top:              12px;
	width:            27px;
	height:           27px;
	border-radius:    50%;
	background-color: #FFFFFF;
}

.price-block .inner-box .charges {
	position:   relative;
	color:      #666666;
	font-size:  13px;
	display:    block;
	margin-top: 15px;
}

.price-block:nth-child(2) .inner-box {
	border-top-color: VAR(--theme_color1);;
}

.price-block:nth-child(2) .inner-box .buy-btn {
	background-color: VAR(--theme_color1);;
}

.price-block:nth-child(2) .inner-box .price {
	color: VAR(--theme_color1);;
}

.price-block:nth-child(3) .inner-box {
	border-top-color: #FFA116;
}

.price-block:nth-child(3) .inner-box .buy-btn {
	background-color: #FFA116;
}

.price-block:nth-child(3) .inner-box .price {
	color: #FFA116;
}

.price-block.style-two .inner-box {
	border-top:       none;
	box-shadow:       none;
	background-color: #F7F8FB;
}

.price-block.style-two .inner-box:before,
.price-block.style-two .inner-box .buy-btn:before {
	display: none;
}

.price-section.style-two .row {
	margin: 0px -20px;
}

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

.price-section .lower-content {
	position:   relative;
	margin-top: 30px;
}

.price-section .lower-content .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.7em;
	max-width:   780px;
	margin:      0 auto;
	text-align:  center;
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
	position: relative;
}

.gallery-section .gallery-block {
	padding: 0px;
	float:   left;
}

/* Gallery Block */

.gallery-block {
	position: relative;
	z-index:  1;
	height:   350px;
}

.gallery-block .inner-box {
	position: relative;
}

.gallery-block .inner-box .image {
	position: relative;
}

.gallery-block .inner-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.gallery-block .inner-box .image .overlay-box {
	position:           absolute;
	left:               0;
	bottom:             0;
	right:              0;
	top:                0;
	z-index:            2;
	opacity:            0;
	display:            block;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
	transition:         all 500ms ease;
}

.gallery-block .inner-box .image .overlay-box:before {
	position:                 absolute;
	content:                  '';
	right:                    0;
	top:                      0;
	width:                    100%;
	height:                   0%;
	display:                  block;
	opacity:                  0;
	text-align:               center;
	-webkit-transform:        scaleY(0);
	-moz-transform:           scaleY(0);
	-ms-transform:            scaleY(0);
	-o-transform:             scaleY(0);
	transform:                scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin:    top;
	-ms-transform-origin:     top;
	-o-transform-origin:      top;
	transform-origin:         top;
	-ms-transition:           all 0.5s;
	-moz-transition:          all 0.5s;
	-webkit-transition:       all 0.5s;
	-o-transition:            all 0.5s;
	transition:               all 0.5s;
	background-color:         rgba(165, 39, 123, 0.8);
}

.gallery-block .inner-box:hover .image .overlay-box:before {
	opacity:           1;
	-webkit-transform: scaleY(1);
	-moz-transform:    scaleY(1);
	-ms-transform:     scaleY(1);
	-o-transform:      scaleY(1);
	transform:         scaleY(1);
}

.gallery-block .inner-box .image .overlay-box:after {
	position:                 absolute;
	content:                  '';
	left:                     0;
	bottom:                   0;
	width:                    100%;
	height:                   100%;
	display:                  block;
	opacity:                  0;
	text-align:               center;
	-webkit-transform:        scaleY(0);
	-moz-transform:           scaleY(0);
	-ms-transform:            scaleY(0);
	-o-transform:             scaleY(0);
	transform:                scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin:    top;
	-ms-transform-origin:     top;
	-o-transform-origin:      top;
	transform-origin:         top;
	-ms-transition:           all 0.5s;
	-moz-transition:          all 0.5s;
	-webkit-transition:       all 0.5s;
	-o-transition:            all 0.5s;
	transition:               all 0.5s;
	background-color:         rgba(0, 0, 0, 0.7);
}

.gallery-block .inner-box:hover .image .overlay-box:after {
	opacity:           1;
	-webkit-transform: scaleY(1);
	-moz-transform:    scaleY(1);
	-ms-transform:     scaleY(1);
	-o-transform:      scaleY(1);
	transform:         scaleY(1);
}

.gallery-block .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.gallery-block .inner-box .image .overlay-box .plus {
	position:           relative;
	display:            inline-block;
	z-index:            1;
	color:              #FFFFFF;
	font-size:          40px;
	text-align:         center;
	line-height:        34px;
	font-weight:        400;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.gallery-block .inner-box:hover .image .overlay-box .plus {
	-ms-animation-name:                rotateMe;
	-moz-animation-name:               rotateMe;
	-o-animation-name:                 rotateMe;
	-webkit-animation-name:            rotateMe;
	animation-name:                    rotateMe;
	-ms-animation-duration:            500ms;
	-moz-animation-duration:           500ms;
	-o-animation-duration:             500ms;
	-webkit-animation-duration:        500ms;
	animation-duration:                500ms;
	-ms-animation-delay:               800ms;
	-moz-animation-delay:              800ms;
	-o-animation-delay:                800ms;
	-webkit-animation-delay:           800ms;
	animation-delay:                   800ms;
	-ms-animation-timing-function:     linear;
	-moz-animation-timing-function:    linear;
	-o-animation-timing-function:      linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function:         linear;
	-ms-animation-iteration-count:     2;
	-moz-animation-iteration-count:    2;
	-op-animation-iteration-count:     2;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count:         2;
}

.gallery-block .inner-box .image .overlay-box .plus:hover {
	color: #FFFFFF;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner {
	position:           absolute;
	left:               0;
	top:                30px;
	width:              100%;
	height:             100%;
	display:            table;
	z-index:            1;
	padding:            10px 10px;
	vertical-align:     middle;
	opacity:            0;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.gallery-block .inner-box:hover .image .overlay-box .overlay-inner {
	opacity:          1;
	top:              0;
	transition-delay: 500ms;
}

.gallery-block .inner-box .image .overlay-box .overlay-inner .overlay-content {
	position:       relative;
	text-align:     center;
	display:        table-cell;
	vertical-align: middle;
}

/***

====================================================================
	Tesimonial Section
====================================================================

***/

.testimonial-section {
	position: relative;
	padding:  100px 0 100px;
}

.testimonial-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.testimonial-section .section-icons .icon-one {
	position: absolute !important;
	left:     8% !important;
	top:      25% !important;
}

.testimonial-section .section-icons .icon-two {
	position: absolute !important;
	left:     18% !important;
	top:      34% !important;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots {
	display: none;
}

.testimonial-block {
	position: relative;
}

.testimonial-block .inner-box {
	position: relative;
}

.testimonial-block .inner-box .upper-content {
	position:         relative;
	padding:          45px 40px 60px;
	border-radius:    10px;
	background-color: #F7F8FB;
}

.testimonial-block .inner-box .upper-content:before {
	position:     absolute;
	content:      '';
	left:         50px;
	bottom:       -18px;
	border-left:  20px solid transparent;
	border-right: 20px solid transparent;
	border-top:   20px solid #F7F8FB;
}

.testimonial-block .inner-box .upper-content .content {
	position: relative;
}

.testimonial-block .inner-box .upper-content .text {
	position:    relative;
	color:       #666666;
	font-size:   15px;
	line-height: 1.8em;
}

.testimonial-block .inner-box .upper-content .quote-icon {
	position:    absolute;
	right:       0;
	bottom:      -30px;
	color:       VAR(--theme_color1);;
	font-size:   48px;
	line-height: 1em;
	font-weight: 700;
}

.testimonial-block .inner-box .lower-content {
	position:    relative;
	margin-top:  40px;
	margin-left: 32px;
}

.testimonial-block .inner-box .lower-content .author {
	position:     relative;
	left:         0;
	top:          0;
	padding-top:  15px;
	padding-left: 100px;
	min-height:   80px;
}

.testimonial-block .inner-box .lower-content .author .image {
	position:      absolute;
	left:          0;
	top:           0;
	width:         80px;
	height:        80px;
	overflow:      hidden;
	border-radius: 50%;
}

.testimonial-block .inner-box .lower-content .author h3 {
	position:  relative;
	color:     #222222;
	font-size: 18px;
}

.testimonial-block .inner-box .lower-content .author .designation {
	position:  relative;
	color:     VAR(--theme_color1);;
	font-size: 14px;
}

/***

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
	position:         relative;
	overflow:         hidden;
	padding:          100px 0 100px;
	background-color: #110E3E;
}

.sponsors-section.style-two {
	background: none;
}

.sponsors-section .side-icons {
	position: absolute;
	right:    0;
	top:      5%;
	z-index:  1;
}

.sponsors-section .side-icons .icon-one {
	position: absolute;
	right:    0;
	top:      5px;
	width:    105px;
	height:   137px;
	z-index:  1;
}

.sponsors-section .side-icons .icon-two {
	position: absolute;
	right:    0;
	top:      -30px;
	width:    188px;
	height:   242px;
}

.sponsors-section .side-icons .icon-three {
	position: absolute;
	right:    0;
	top:      125px;
	width:    86px;
	height:   118px;
}

.sponsors-section .sponsors-list {
	position:     relative;
	z-index:      1;
	margin-left:  -50px;
	margin-right: -50px;
	text-align:   center;
}

.sponsors-section .sponsors-list a {
	position:           relative;
	opacity:            0.5;
	margin-bottom:      20px;
	display:            inline-block;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.sponsors-section .sponsors-list a:hover {
	opacity: 1;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
	position: relative;
	padding:  100px 0 100px;
}

.news-section .sec-title .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.9em;
	margin-top:  40px;
}

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

.news-block .inner-box {
	position:           relative;
	border-radius:      10px;
	overflow:           hidden;
	background-color:   #F7F8FB;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block .inner-box:hover {
	background-color: #FFFFFF;
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.10);
}

.news-block .inner-box .image {
	position:      relative;
	border-radius: 10px;
	overflow:      hidden;
}

.news-block .inner-box .image a {
	position: relative;
	display:  block;
}

.news-block .inner-box .image a:before {
	position:           absolute;
	content:            '';
	left:               0;
	bottom:             0;
	width:              100%;
	height:             0;
	z-index:            1;
	opacity:            0.4;
	background-color:   VAR(--theme_color1);;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block .inner-box:hover .image a:before {
	height: 100%;
}

.news-block .inner-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.news-block .inner-box .image .category {
	position:         absolute;
	right:            28px;
	bottom:           28px;
	color:            #FFFFFF;
	z-index:          2;
	font-size:        12px;
	padding:          9px 22px 7px;
	border-radius:    2px;
	letter-spacing:   1px;
	text-transform:   uppercase;
	background-color: VAR(--theme_color1);;
}

.news-block .inner-box .lower-content {
	position:      relative;
	border-radius: 0px 0 10px 10px;
	overflow:      hidden;
	padding:       40px 35px;
}

.news-block .inner-box .lower-content {
	position: relative;
}

.news-block .inner-box .lower-content .post-meta {
	position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
	position:     relative;
	color:        #666666;
	font-size:    14px;
	margin-right: 15px;
	display:      inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon {
	position:     relative;
	margin-right: 8px;
	color:        VAR(--theme_color1);;
	font-weight:  600;
}

.news-block .inner-box .lower-content h3 {
	position:    relative;
	color:       #222222;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top:  15px;
}

.news-block .inner-box .lower-content h3 a {
	position:           relative;
	color:              #222222;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
	color: VAR(--theme_color1);;
}

.news-block .inner-box .lower-content .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.7em;
	margin-top:  17px;
}

.news-block .inner-box .lower-content .read-more {
	position:           relative;
	color:              #222222;
	font-size:          14px;
	margin-top:         25px;
	display:            inline-block;
	text-transform:     uppercase;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block .inner-box:hover .lower-content .read-more {
	color: VAR(--theme_color1);;
}

.news-block .inner-box .lower-content .read-more .icon {
	position:    relative;
	color:       #FFA116;
	font-size:   12px;
	margin-left: 5px;
}

/***

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
	position: relative;
}

.newsletter-section .inner-container {
	position:            relative;
	padding:             35px 15px 30px 15px;
	border-radius:       10px;
	z-index:             1;
	overflow:            hidden;
	background-color:    VAR(--theme_color1);;
	background-position: right top;
	background-repeat:   no-repeat;
}

.newsletter-section .inner-container.margin-bottom {
	margin-bottom: -60px;
}

.newsletter-section .inner-container .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.newsletter-section .inner-container .section-icons .icon-one {
	position: absolute;
	left:     150px;
	top:      40px;
}

.newsletter-section .inner-container .section-icons .icon-two {
	position: absolute;
	right:    0;
	top:      0;
}

.newsletter-section .inner-container .section-icons .icon-three {
	position: absolute;
	left:     0;
	bottom:   0;
}

.newsletter-section .inner-container .title-box {
	position:      relative;
	text-align:    center;
	margin-bottom: 25px;
}

.newsletter-section .inner-container .title-box .title {
	position:       relative;
	color:          #FFFFFF;
	font-size:      16px;
	letter-spacing: 2px;
}

.newsletter-section .inner-container .title-box h2 {
	position:    relative;
	color:       #FFFFFF;
	font-size:   36px;
	font-weight: 700;
	line-height: 1.5em;
	margin-top:  4px;
}

.newsletter-section .newsletter-form {
	position: relative;
}

.newsletter-section .newsletter-form .form-group {
	position:      relative;
	display:       block;
	max-width:     725px;
	margin:        0 auto;
	width:         100%;
	margin-bottom: 0px;
	padding-right: 205px;
}

.newsletter-section .newsletter-form .form-group input[type="text"],
.newsletter-section .newsletter-form .form-group input[type="tel"],
.newsletter-section .newsletter-form .form-group input[type="email"],
.newsletter-section .newsletter-form .form-group textarea {
	position:           relative;
	display:            block;
	width:              100%;
	line-height:        30px;
	height:             40px;
	border-radius:      3px;
	font-size:          17px;
	color:              #000000;
	padding:            10px 50px 10px 20px;
	background:         #FFFFFF;
	font-weight:        500;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.newsletter-section .newsletter-form .form-group input[type="submit"],
.newsletter-section .newsletter-form button {
	position:       absolute;
	right:          0;
	top:            0;
	letter-spacing: 1px;
	padding:        11px 50px;
}

/* Main Footer */

.main-footer {
position:   relative;
	padding:    100px 0 10px 0;
	background: url("../images/01.png") no-repeat center left #001A17;
	background-size: 40%;
}

.main-footer:before {
	position:   absolute;
	content:    '';
	left:       0;
	top:        -10px;
	width:      100%;
	height:     112px;
	background: url(../images/background/pattern-4.png) no-repeat;
}

.main-footer.style-three:before {
	position:   absolute;
	content:    '';
	left:       0;
	top:        -98px;
	width:      100%;
	height:     105px;
	background: url(../images/background/pattern-13.png) repeat-x;
}

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

.main-footer .content {
	position:   relative;
	text-align: center;
}

.main-footer .content .logo {
	position: relative;
}

.main-footer .content .text {
	position:    relative;
	font-size:   14px;
	line-height: 1.7em;
	max-width:   750px;
	margin:      0 auto;
	margin-top:  25px;
	color:       rgba(255, 255, 255, 0.60);
}

.main-footer .social-icons {
	position:   relative;
	margin-top: 25px;
}

.main-footer .social-icons li {
	position: relative;
	margin:   0 15px 10px;
	display:  inline-block;
}

.main-footer .social-icons li a {
	position:           relative;
	font-size:          18px;
	color:              rgba(255, 255, 255, 0.25);
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.main-footer .social-icons li a:hover {
	color: #FFFFFF;
}

.main-footer .footer-nav {
	position:         relative;
	padding:          15px 0 14px 0;
	margin-top:       15px;
	text-align:       center;
	background-color: #67b14a66;
}

.main-footer .footer-nav ul {
	position: relative;
}

.main-footer .footer-nav ul li {
	position: relative;
	margin:   0 18px;
	display:  inline-block;
}

.main-footer .footer-nav ul li a {
	position:           relative;
	color:              #FFFFFF;
	font-size:          14px;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.main-footer .footer-nav ul li a:hover {
	color: #009c83;
}

.main-footer .footer-bottom {
	position:   relative;
	text-align: center;
	padding:    10px 0 0;
}

.main-footer .footer-bottom .copyright {
	position:  relative;
	font-size: 13px;
	color:     #fff;
}

.copyright a {
    color: #5eac45;
}

.copyright a:hover {
    color: #fff;
}

/***

====================================================================
	Banner Section Two
====================================================================

***/

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

.banner-section-two .outer-container {
	position:         relative;
	background-color: #131144;
}

.banner-section-two .image-column {
	position:            absolute;
	left:                0;
	top:                 0;
	width:               50%;
	bottom:              50px;
	float:               right;
	height:              100%;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: right center;
}

.banner-section-two .image-column .image {
	width:   100%;
	display: none;
}

.banner-section-two .image-column .image img {
	display: block;
	width:   100%;
}

/*Content Column*/

.banner-section-two .content-column {
	position: relative;
	width:    50%;
	float:    right;
}

.banner-section-two .content-column .curve-one {
	position:          absolute;
	content:           '';
	left:              -60px;
	top:               0;
	height:            100%;
	width:             120px;
	-ms-transform:     skewX(5deg);
	-webkit-transform: skewX(5deg);
	transform:         skewX(5deg);
	background-color:  rgba(19, 17, 68, 0.25);
}

.banner-section-two .content-column .curve-one:before {
	position:          absolute;
	content:           '';
	left:              0;
	top:               0;
	height:            100%;
	width:             120px;
	-ms-transform:     skewX(5deg);
	-webkit-transform: skewX(5deg);
	transform:         skewX(5deg);
	background-color:  rgba(19, 17, 68, 0.25);
}

.banner-section-two .content-column .curve-two {
	position:          absolute;
	content:           '';
	left:              -60px;
	top:               0;
	height:            100%;
	width:             120px;
	-ms-transform:     skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	transform:         skewX(-15deg);
	background-color:  rgba(19, 17, 68, 0.25);
}

.banner-section-two .content-column .curve-two:before {
	position:          absolute;
	content:           '';
	left:              0;
	top:               0;
	height:            100%;
	width:             120px;
	-ms-transform:     skewX(5deg);
	-webkit-transform: skewX(5deg);
	transform:         skewX(5deg);
	background-color:  rgba(19, 17, 68, 0.25);
}

.banner-section-two .content-column:before {
	position:          absolute;
	content:           '';
	left:              -60px;
	top:               0;
	right:             0;
	bottom:            0;
	background-color:  #131144;
	-ms-transform:     skewX(-5deg);
	-webkit-transform: skewX(-5deg);
	transform:         skewX(-5deg);
}

.banner-section-two .content-column .content-box {
	position:   relative;
	max-width:  720px;
	width:      100%;
	float:      left;
	z-index:    2;
	margin:     0 auto;
	text-align: center;
	padding:    130px 0 130px 0;
}

.banner-section-two .content-column .content-box .title-box {
	position:      relative;
	margin-bottom: 100px;
}

.banner-section-two .content-column .title {
	position:  relative;
	color:     VAR(--theme_color1);;
	font-size: 16px;
}

.banner-section-two .content-column h2 {
	position:    relative;
	color:       #FFFFFF;
	font-size:   52px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top:  12px;
}

.banner-section-two .content-column .event-list {
	position:   relative;
	margin-top: 15px;
}

.banner-section-two .content-column .event-list li {
	position:       relative;
	color:          #FFFFFF;
	font-size:      18px;
	font-weight:    400;
	padding:        0 18px;
	line-height:    1.2em;
	display:        inline-block;
	text-transform: uppercase;
	border-right:   1px solid #FFFFFF;
}

.banner-section-two .content-column .event-list li:last-child {
	padding-right: 0px;
	margin-right:  0;
	border-right:  0;
}

.banner-section-two .content-column .separator {
	position:            relative;
	width:               60px;
	height:              14px;
	margin:              0 auto;
	margin-top:          40px;
	background-position: center;
	animation:           slide 10s linear infinite;
	-webkit-animation:   slide 10s linear infinite;
	background-image:    url(../images/icons/separator.png);
}

.banner-section-two .content-column .image-layer {
	position:            absolute;
	margin-left:         -65px;
	bottom:              110px;
	height:              244px;
	width:               115%;
	background-position: left center;
}

/***

====================================================================
	Market Section
====================================================================

***/

.market-section {
	position: relative;
	padding:  50px 0 100px 0;
}

.market-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.market-section .section-icons .icon-one {
	position:         absolute;
	left:             15%;
	top:              20%;
	width:            30px;
	height:           30px;
	border-radius:    50%;
	background-color: #FFF5E7;
}

.market-section .section-icons .icon-two {
	position: absolute;
	left:     7%;
	top:      68%;
}

.market-section .section-icons .icon-three {
	position: absolute;
	right:    5%;
	top:      20%;
}

.market-section .section-icons .icon-four {
	position: absolute;
	right:    14%;
	top:      68%;
}

.market-section .content-column {
	position: relative;
}

.market-section .content-column .sec-title {
	margin-bottom: 30px;
}

.market-section .content-column .inner-column {
	position: relative;
}

.market-section .content-column .text {
	position:      relative;
	color:         #333333;
	text-align:    justify;
	font-size:     14px;
	line-height:   1.7em;
	max-width:     97%;
	margin-bottom: 20px;
}

.feature-block-two {
	position:      relative;
	margin-bottom: 40px;
}

.feature-block-two .inner-box {
	position:     relative;
	padding-left: 80px;
}

.feature-block-two .inner-box .icon-box {
	position:    absolute;
	left:        0;
	top:         4px;
	color:       VAR(--theme_color1);;
	font-size:   50px;
	line-height: 1em;
}

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

.feature-block-two .inner-box h3 a {
	position: relative;
	color:    #222222;
}

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

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

.feature-block-two:nth-child(2) .inner-box .icon-box {
	color: #FFA116;
}

.feature-block-two:nth-child(3) .inner-box .icon-box {
	color: #3D3DC2;
}

.feature-block-two:nth-child(4) .inner-box .icon-box {
	color: VAR(--theme_color1);;
}

.market-section .video-column {
	position: relative;
}

.market-section .video-column .inner-column {
	position: relative;
	display:  inline-block;
}

.market-section .video-column .video-outer {
	position:      absolute;
	left:          -25px;
	bottom:        -80px;
	height:        240px;
	border-radius: 50%;
	display:       inline-block;
	border:        45px solid #FFFFFF;
}

.market-section .video-column .image {
	position:      relative;
	border-radius: 50%;
	margin-top:    30px;
	overflow:      hidden;
	box-shadow:    0 0 20px rgba(0, 0, 0, 0.20);
}

.market-section .video-column .abtimg .image {
	position:      relative;
	border-radius: 50%;
	margin-top:    -75px;
	overflow:      hidden;
	box-shadow:    0 0 20px rgba(0, 0, 0, 0.20);
}

.market-section .video-column .inner-column .video-box {
	position: absolute;
	left:     0;
	bottom:   0;
}

.market-section .video-column .inner-column .video-boxed {
	position:           relative;
	overflow:           hidden;
	width:              150px;
	height:             150px;
	z-index:            99;
	color:              #FFFFFF;
	font-weight:        400;
	font-size:          28px;
	text-align:         center;
	border-radius:      50%;
	padding-left:       4px;
	line-height:        100px;
	display:            inline-block;
	background-color:   VAR(--theme_color1);;
	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;
	border:             24px solid #EDEDED;
}

.market-section .video-column .inner-column .video-boxed span {
	position: relative;
}

/***

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
	position:         relative;
	padding:          90px 0 95px;
	background-color: #F7F8FB;
	background-size:  cover;
}

.counter-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.counter-section .button-box {
	position:   relative;
	margin-top: 25px;
}

.counter-section .icon-one {
	position:    absolute;
	left:        35%;
	bottom:      20%;
	font-size:   48px;
	line-height: 1em;
	color:       rgba(255, 255, 255, 0.150);
}

/*fact counter*/

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position:      relative;
	margin-bottom: 30px;
}

.fact-counter .column .inner {
	position: relative;
}

.fact-counter .column .inner .content {
	position: relative;
}

.fact-counter .count-outer .percentage {
	display:     inline-block;
	font-weight: 600;
	color:       #020E28;
	font-size:   48px;
	line-height: 1em;
}

.fact-counter .column .inner .count-outer {
	position:    relative;
	font-weight: 400;
	color:       #222222;
	font-size:   60px;
	line-height: 1em;
	text-align:  center;
	display:     inline-block;
	font-family: 'Belmonte-Rough';
}

.fact-counter .column .inner .counter-title {
	position:    relative;
	font-size:   15px;
	font-weight: 600;
	color:       #222222;
	margin-top:  20px;
}

.fact-counter .column .inner .separator {
	position:            relative;
	width:               60px;
	height:              14px;
	margin-top:          25px !important;
	background-position: center;
	animation:           slide 10s linear infinite;
	-webkit-animation:   slide 10s linear infinite;
	background-image:    url(../images/icons/separator.png);
}

.fact-counter.style-two .column .inner .content {
	padding-left: 155px;
}

.fact-counter.style-two .column .inner .count-outer {
	position:            absolute;
	left:                -10px;
	top:                 -5px;
	color:               #FFFFFF;
	min-width:           175px;
	padding:             15px 19px;
	background:          url(../images/icons/icon-1.png) no-repeat;
	background-position: left top;
}

.fact-counter.style-two .column .inner .counter-title {
	color: #FFFFFF;
}

.fact-counter.style-two .column:nth-child(2) .inner .count-outer {
	background: url(../images/icons/icon-2.png) no-repeat;
}

.fact-counter.style-two .column:nth-child(3) .inner .count-outer {
	background: url(../images/icons/icon-3.png) no-repeat;
}

/***

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

***/

.speaker-section-two {
	position: relative;
	padding:  110px 0 40px;
}

.speaker-section-two.style-two .speaker-block-two {
	margin-bottom: 30px;
}

.speaker-section-two .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.speaker-section-two .section-icons .icon-one {
	position: absolute !important;
	left:     0% !important;
	top:      35% !important;
}

.speaker-section-two .section-icons .icon-two {
	position: absolute !important;
	left:     5% !important;
	top:      28% !important;
}

.speaker-section-two .title-column {
	position:      relative;
	margin-bottom: 40px;
}

.speaker-section-two .title-column .sec-title {
	margin-bottom: 40px;
}

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

/* Title Box */

.speaker-section-two .title-box {
	position:      relative;
	max-width:     1010px;
	margin:        0 auto;
	z-index:       1;
	margin-bottom: 80px;
}

.speaker-section-two .title-box .text {
	position:      relative;
	color:         #666666;
	font-size:     16px;
	line-height:   1.7em;
	text-align:    center;
	margin-bottom: 40px;
}

/* Speaker Block Two */

.speaker-block-two {
	position:      relative;
	z-index:       1;
	margin-bottom: 80px;
}

.speaker-block-two .inner-box {
	position:         relative;
	text-align:       center;
	padding:          45px 0;
	background-color: #E7E8EA;
	border-top:       2px solid VAR(--theme_color1);;
	border-bottom:    4px solid VAR(--theme_color1);;
}

.speaker-block-two .inner-box .dots-one {
	position: absolute;
	left:     15px;
	top:      15px;
	right:    15px;
}

.speaker-block-two .inner-box .dots-one:before {
	position:         absolute;
	left:             0;
	top:              0;
	content:          '';
	width:            10px;
	height:           10px;
	border-radius:    50px;
	background-color: rgba(255, 255, 255, 0.30);
}

.speaker-block-two .inner-box .dots-one:after {
	position:         absolute;
	right:            0;
	top:              0;
	content:          '';
	width:            10px;
	height:           10px;
	border-radius:    50px;
	background-color: rgba(255, 255, 255, 0.30);
}

.speaker-block-two .inner-box .dots-two {
	position: absolute;
	left:     15px;
	bottom:   15px;
	right:    15px;
}

.speaker-block-two .inner-box .dots-two:before {
	position:         absolute;
	left:             0;
	bottom:           0;
	content:          '';
	width:            10px;
	height:           10px;
	border-radius:    50px;
	background-color: rgba(255, 255, 255, 0.30);
}

.speaker-block-two .inner-box .dots-two:after {
	position:         absolute;
	right:            0;
	bottom:           0;
	content:          '';
	width:            10px;
	height:           10px;
	border-radius:    50px;
	background-color: rgba(255, 255, 255, 0.30);
}

.speaker-block-two .inner-box:before {
	position:           absolute;
	content:            '';
	left:               0;
	bottom:             0;
	width:              100%;
	height:             0;
	background-color:   VAR(--theme_color1);;
	transition:         all 900ms ease;
	-moz-transition:    all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition:     all 900ms ease;
	-o-transition:      all 900ms ease;
}

.speaker-block-two .inner-box:hover::before {
	height: 100%;
}

.speaker-block-two .inner-box .image {
	position:      relative;
	width:         200px;
	height:        200px;
	margin:        0 auto;
	border-radius: 50%;
	overflow:      hidden;
	border:        2px solid #e9b501;
}

.speaker-block-two .inner-box .image:before {
	position:           absolute;
	content:            '';
	left:               0;
	top:                0;
	width:              100%;
	height:             0;
	background-color:   rgba(19, 17, 68, 0.05);
	transition:         all 900ms ease;
	-moz-transition:    all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition:     all 900ms ease;
	-o-transition:      all 900ms ease;
}

.speaker-block-two .inner-box:hover .image:before {
	height: 100%;
}

.speaker-block-two .inner-box .image .social-box {
	position:           absolute;
	left:               0;
	bottom:             -130px;
	right:              0;
	padding:            10px 0;
	background-color:   #FFA116;
	transition:         all 600ms ease;
	-moz-transition:    all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition:     all 600ms ease;
	-o-transition:      all 600ms ease;
}

.speaker-block-two .inner-box:hover .image .social-box {
	bottom:           30px;
	transition-delay: 700ms;
}

.speaker-block-two .inner-box .image .social-box li {
	position: relative;
	margin:   0 8px;
	display:  inline-block;
}

.speaker-block-two .inner-box .image .social-box li a {
	position:           relative;
	font-size:          16px;
	color:              rgba(255, 255, 255, 0.70);
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

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

.speaker-block-two .inner-box .lower-content {
	position:    relative;
	padding-top: 30px;
}

.speaker-block-two .inner-box .lower-content h3 {
	position:    relative;
	font-size:   20px;
	font-weight: 600;
	line-height: 1.4em;
}

.speaker-block-two .inner-box .lower-content h3 a {
	position:           relative;
	color:              #222222;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.speaker-block-two .inner-box .lower-content .designation {
	position:           relative;
	color:              VAR(--theme_color1);;
	font-size:          14px;
	margin-top:         7px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.speaker-block-two .inner-box:hover .lower-content .designation,
.speaker-block-two .inner-box:hover .lower-content h3 a {
	color: #FFFFFF;
}

.speaker-block-two.style-two {
	margin-bottom: 10px;
}

.speaker-block-two.style-two .inner-box {
	background-color: #FFFFFF;
}

/***

====================================================================
	Fluid Section Two
====================================================================

***/

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

.fluid-section-two .secion-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.fluid-section-two .secion-icons .icon-one {
	position: absolute;
	left:     5%;
	top:      14%;
	z-index:  1;
}

.fluid-section-two .secion-icons .icon-two {
	position:         absolute;
	left:             3%;
	bottom:           10%;
	z-index:          1;
	width:            30px;
	height:           30px;
	border-radius:    50%;
	background-color: rgba(255, 161, 22, 0.10);
}

.fluid-section-two .secion-icons .icon-three {
	position: absolute;
	left:     45%;
	bottom:   17%;
	z-index:  1;
	opacity:  0.20;
}

.fluid-section-two .outer-section {
	position:         relative;
	padding-top:      60px;
	background-color: #131144;
}

.fluid-section-two .image-column {
	position:            absolute;
	right:               0;
	top:                 0;
	width:               50%;
	bottom:              0;
	float:               right;
	height:              100%;
	margin-right:        0;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: right center;
}

.fluid-section-two .image-column .image-layer {
	position:            absolute;
	left:                0;
	top:                 60px;
	right:               60px;
	bottom:              -60px;
	background-size:     cover;
	background-position: center center;
}

.fluid-section-two .image-column .image {
	width:   100%;
	display: none;
}

.fluid-section-two .image-column .image img {
	display: block;
	width:   100%;
}

.fluid-section-two .image-column .image-content {
	position:         absolute;
	left:             0;
	bottom:           -60px;
	padding:          40px 40px;
	background-color: #FFFFFF;
}

.fluid-section-two .image-column .image-content .text {
	position:    relative;
	color:       #222222;
	font-size:   30px;
	line-height: 1.3em;
}

.fluid-section-two .image-column .image-content .icon {
	position: absolute;
	right:    70px;
	bottom:   0;
}

/*Content Column*/

.fluid-section-two .content-column {
	position: relative;
	width:    55%;
	float:    left;
}

.fluid-section-two .content-column .content-box {
	position:  relative;
	max-width: 840px;
	width:     100%;
	float:     right;
	z-index:   2;
	margin:    0 auto;
	padding:   95px 180px 90px 15px;
}

.fluid-section-two .content-column .content-box .sec-title h2 {
	font-size: 40px;
}

/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
	position: relative;
}

.accordion-box .block {
	position:      relative;
	margin-bottom: 20px;
}

.accordion-box .block .acc-btn {
	position:           relative;
	font-size:          16px;
	cursor:             pointer;
	line-height:        30px;
	color:              #FFFFFF;
	font-weight:        600;
	border-radius:      50px;
	padding:            8px 30px 8px 30px;
	transition:         all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	background:         rgba(255, 255, 255, 0.10);
}

.accordion-box .block .acc-btn.active {
	background-color: #8920A3;
}

.accordion-box .block .icon-outer {
	position:           absolute;
	right:              20px;
	top:                50%;
	font-size:          18px;
	margin-top:         -15px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position:   absolute;
	right:      0;
	width:      28px;
	height:     28px;
	font-size:  16px;
	text-align: center;
}

.accordion-box .block .icon-outer .icon-plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
	opacity: 1;
	color:   #FFFFFF;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
	opacity: 0;
}

.accordion-box .block .acc-content {
	position: relative;
	display:  none;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position:  relative;
	font-size: 14px;
	padding:   20px 30px 0 35px;
}

.accordion-box .block .content .text {
	margin-bottom: 20px;
	line-height:   1.7em;
	font-size:     16px;
	color:         rgba(255, 255, 255, 0.60);
}

.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/***

====================================================================
	Programs Section
====================================================================

***/

.programs-section {
	position: relative;
	padding:  165px 0 120px;
}

.programs-section.style-two {
	padding-top: 90px;
}

.programs-section .side-img {
	position: absolute;
	right:    0;
	bottom:   50px;
	z-index:  -1;
}

.programs-section .inner-container {
	position: relative;
}

.programs-section .inner-container:before {
	position:         absolute;
	content:          '';
	left:             50%;
	top:              0;
	width:            2px;
	height:           100%;
	background-color: #CCCCCC;
}

.programs-section .btn-box {
	position:   relative;
	margin-top: 45px;
}

.programs-section .btn-box .theme-btn {
	padding: 11px 30px;
}

.programs-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.programs-section .section-icons .icon-one {
	position: absolute;
	left:     15%;
	top:      30%;
	opacity:  0.10;
}

.programs-section .section-icons .icon-two {
	position: absolute;
	left:     8%;
	bottom:   10%;
	opacity:  0.10;
}

.programs-section .section-icons .icon-three {
	position: absolute;
	right:    15%;
	top:      40%;
	opacity:  0.10;
}

.programs-block {
	position:       relative;
	padding-bottom: 80px;
}

.programs-block .inner-block {
	position: relative;
}

.programs-block .inner-block .content {
	position: relative;
	float:    right;
	padding:  0;
}

.programs-block .inner-block .content .program-info {
	position:       absolute;
	left:           -280px;
	color:          #222222;
	font-size:      18px;
	font-weight:    700;
	text-align:     right;
	padding-right:  70px;
	text-transform: uppercase;
}

.programs-block .inner-block .content .program-info .time {
	position:    relative;
	display:     block;
	color:       VAR(--theme_color1);;
	font-size:   14px;
	font-weight: 400;
}

.programs-block .inner-block .content .program-info .dott {
	position:         absolute;
	content:          '';
	right:            -26px;
	top:              0;
	width:            25px;
	height:           25px;
	border-radius:    50px;
	display:          inline-block;
	background-color: #FFFFFF;
	border:           1px solid #E1E1E1;
	box-shadow:       0 10px 10px rgba(0, 0, 0, 0.10);
}

.programs-block .inner-block .content .program-info .dott:before {
	position:         absolute;
	content:          '';
	left:             5px;
	top:              5px;
	right:            5px;
	bottom:           5px;
	border-radius:    50px;
	background-color: VAR(--theme_color1);;
}

.programs-block .inner-block .content .content-inner {
	position:           relative;
	z-index:            10;
	padding:            30px 35px;
	margin-left:        60px;
	margin-right:       60px;
	background-color:   #F7F8FB;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.programs-block .inner-block:hover .content .content-inner {
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.10);
	background-color: #FFFFFF;
}

.programs-block .inner-block .content .content-inner .title {
	position:  relative;
	color:     #666666;
	font-size: 14px;
}

.programs-block .inner-block .content .content-inner h3 {
	position:    relative;
	color:       #222222;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top:  10px;
}

.programs-block .inner-block .content .content-inner h3 a {
	position:           relative;
	color:              #222222;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.programs-block .inner-block .content .content-inner h3 a:hover {
	position: relative;
	color:    VAR(--theme_color1);;
}

.programs-block .inner-block .content .content-inner .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
	margin-top:  12px;
}

.programs-block.style-two .inner-block .content {
	float: left;
}

.programs-block.style-two .inner-block .content .program-info {
	z-index:       10;
	left:          auto;
	right:         -280px;
	text-align:    left;
	padding-right: 0px;
	padding-left:  70px;
}

.programs-block.style-two .inner-block .content .program-info .dott {
	right: auto;
	left:  -25px;
}

.programs-block.style-two .inner-block .content .program-info .dott:before {
	background-color: VAR(--theme_color1);;
}

/***

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

***/

.gallery-section-two {
	position:         relative;
	padding-top:      95px;
	background-color: #1F1D4D;
}

.gallery-section-two .sec-title {
	margin-bottom: 90px;
}

.gallery-section-two .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.gallery-section-two .section-icons .icon-one {
	position: absolute;
	left:     4%;
	top:      20%;
}

.gallery-section-two.style-two .owl-nav {
	display: none;
}

.gallery-section-two .owl-dots {
	display: none;
}

.gallery-section-two .owl-nav {
	position:   absolute;
	content:    '';
	left:       0;
	right:      0;
	top:        -140px;
	max-width:  1170px;
	width:      100%;
	text-align: right;
	margin:     0 auto;
}

.gallery-section-two .owl-nav .owl-prev,
.gallery-section-two .owl-nav .owl-next {
	position:           relative;
	font-size:          24px;
	line-height:        1em;
	margin-left:        22px;
	display:            inline-block;
	color:              rgba(255, 255, 255, 0.20);
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.gallery-section-two .owl-nav .owl-prev:hover,
.gallery-section-two .owl-nav .owl-next:hover {
	color: #FFFFFF;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section-two {
	position: relative;
	padding:  110px 0 110px;
}

.testimonial-section-two .paralex-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.testimonial-section-two .paralex-icons .icon-one {
	position: absolute !important;
	right:    28% !important;
	left:     auto !important;
	top:      44% !important;
}

.testimonial-section-two .paralex-icons .icon-two {
	position: absolute !important;
	right:    20% !important;
	left:     auto !important;
	top:      62% !important;
}

.testimonial-section-two .gallery-thumbs {
	max-width:     335px;
	margin:        0 auto;
	margin-bottom: 45px;
}

.testimonial-section-two .gallery-thumbs .author-image {
	position:      relative;
	border-radius: 50%;
	overflow:      hidden;
	opacity:       0.20;
	cursor:        pointer;
	display:       inline-block;
}

.testimonial-section-two .gallery-thumbs .swiper-slide-thumb-active .author-image {
	opacity: 1;
}

.testimonial-section-two .slider-content .content {
	position:    relative;
	text-align:  center;
	font-size:   18px;
	font-weight: 400;
	line-height: 1.7em;
	color:       #222222;
	max-width:   720px;
	margin:      0 auto;
}

.testimonial-section-two .slider-content .content h3 {
	position:    relative;
	color:       #222222;
	font-size:   18px;
	font-weight: 700;
	margin-top:  25px;
}

.testimonial-section-two .slider-content .content .designation {
	position:    relative;
	color:       VAR(--theme_color1);;
	font-size:   14px;
	font-weight: 400;
	margin-top:  0;
}

.testimonial-section-two .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.testimonial-section-two .section-icons .icon-one {
	position: absolute;
	left:     20%;
	top:      19%;
}

.testimonial-section-two .section-icons .icon-two {
	position: absolute;
	left:     36%;
	bottom:   10%;
}

/***

====================================================================
	Digital Event Section
====================================================================

***/

.digital-event-section {
	position:    relative;
	padding-top: 100px;
}

.digital-event-section .map-canvas {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   65px;
	display:  block;
}

.digital-event-section .content-box {
	position:         relative;
	max-width:        430px;
	border-radius:    5px;
	padding:          50px 50px 40px;
	background-color: #FFFFFF;
	border-top:       5px solid VAR(--theme_color1);;
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.15);
}

.digital-event-section .content-box h3 {
	position:    relative;
	color:       VAR(--theme_color1);;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.3em;
}

.digital-event-section .content-box .separator {
	position:            relative;
	width:               60px;
	height:              14px;
	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);
}

.digital-list {
	position:   relative;
	margin-top: 32px;
}

.digital-list li {
	position:      relative;
	color:         #222222;
	font-size:     18px;
	line-height:   1.7em;
	font-weight:   700;
	margin-bottom: 18px;
}

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

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

.sponsors-section-two {
	position: relative;
	padding:  50px 0 40px;
}

.sponsors-section-two .owl-dots {
	position: relative;
	display:  none;
}

.sponsors-section-two .image-box {
	position:   relative;
	text-align: center;
}

.sponsors-section-two .image-box img {
	position:           relative;
	width:              auto;
	display:            inline-block;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-box-shadow:        0 0 10px #CCCCCC;
	margin-top:         10px;
	border:             1px solid #E6E6E6;
}

.sponsors-section-two .image-box img:hover {
	opacity: 1;
}

/***

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
	position: relative;
}

.main-slider .slide {
	position:            relative;
	-padding:            300px 0 350px 0;
	height:              600px;
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;
}

.main-slider .content {
	position:   relative;
	text-align: center;
	z-index:    10;
}

.main-slider .content .event-list {
	position:           relative;
	margin-top:         15px;
	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 .content .event-list li {
	position:       relative;
	color:          #FFFFFF;
	font-size:      18px;
	font-weight:    400;
	padding:        0 18px;
	line-height:    1.1em;
	display:        inline-block;
	text-transform: uppercase;
	border-right:   1px solid #FFFFFF;
}

.main-slider .content .event-list li:last-child {
	padding-right: 0px;
	margin-right:  0;
	border-right:  0;
}

.main-slider .swiper-slide-active .content .event-list {
	opacity:           1;
	-webkit-transform: translateY(0);
	-moz-transform:    translateY(0);
	-ms-transform:     translateY(0);
	-o-transform:      translateY(0);
	transform:         translateY(0);
	transition-delay:  600ms;
}

.main-slider .content h2 {
	position:           relative;
	color:              #FFFFFF;
	font-size:          60px;
	font-weight:        700;
	line-height:        1.3em;
	margin-top:         10px;
	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 .content h2 {
	opacity:           1;
	-webkit-transform: translateX(0);
	-moz-transform:    translateX(0);
	-ms-transform:     translateX(0);
	-o-transform:      translateX(0);
	transform:         translateX(0);
	transition-delay:  1000ms;
}

.main-slider .content .separator {
	position:            relative;
	width:               60px;
	height:              14px;
	margin:              0 auto;
	margin-top:          20px;
	background-position: center;
	animation:           slide 10s linear infinite;
	-webkit-animation:   slide 10s linear infinite;
	background-image:    url(../images/icons/separator.png);
	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 .content .separator {
	opacity:           1;
	-webkit-transform: translateX(0);
	-moz-transform:    translateX(0);
	-ms-transform:     translateX(0);
	-o-transform:      translateX(0);
	transform:         translateX(0);
	transition-delay:  1400ms;
}

.main-slider .content .text {
	position:           relative;
	color:              #FFFFFF;
	font-size:          18px;
	font-weight:        700;
	line-height:        1.6em;
	margin-top:         30px;
	margin-bottom:      40px;
	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 .content .text {
	opacity:           1;
	-webkit-transform: translateX(0);
	-moz-transform:    translateX(0);
	-ms-transform:     translateX(0);
	-o-transform:      translateX(0);
	transform:         translateX(0);
	transition-delay:  1800ms;
}

.main-slider .content .theme-btn {
	position:           relative;
	margin:             0 7px 7px;
	padding:            12px 34px;
	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 .content .theme-btn {
	opacity:           1;
	-webkit-transform: translateX(0);
	-moz-transform:    translateX(0);
	-ms-transform:     translateX(0);
	-o-transform:      translateX(0);
	transform:         translateX(0);
	transition-delay:  2200ms;
}

/***

====================================================================
	Guest Section
====================================================================

***/

.guest-section {
	position:         relative;
	overflow:         hidden;
	padding:          60px 0 30px;
	background-color: #F9F9FA;
}

.guest-section .side-icons {
	position: absolute;
	left:     0;
	top:      50%;
}

.guest-section .side-icons .icon-one {
	position: absolute;
	left:     0;
	top:      5px;
	width:    105px;
	height:   137px;
	z-index:  1;
}

.guest-section .side-icons .icon-two {
	position: absolute;
	left:     0;
	top:      -30px;
	width:    188px;
	height:   242px;
}

.guest-section .side-icons .icon-three {
	position: absolute;
	left:     0;
	top:      125px;
	width:    86px;
	height:   118px;
}

/* Guest Block */

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

.guest-block .inner-box {
	position:   relative;
	text-align: center;
}

.guest-block .inner-box .image {
	position:         relative;
	width:            160px;
	height:           160px;
	margin:           0 auto;
	overflow:         hidden;
	border-radius:    50%;
	padding:          2px 8px 0;
	background-color: #FFFFFF;
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.15);
}

.guest-block .inner-box .image img {
	position:      relative;
	width:         100%;
	border-radius: 50%;
}

.guest-block .inner-box h3 {
	position:    relative;
	color:       #222222;
	font-size:   18px;
	font-weight: 700;
	margin-top:  28px;
}

.guest-block .inner-box h3 a {
	position: relative;
	color:    #222222;
}

/***

====================================================================
	Business Section
====================================================================

***/

.business-section {
	position: relative;
	padding:  95px 0 70px;
}

.business-section .title-box {
	position:      relative;
	margin-bottom: 50px;
}

.business-section .title-box .text {
	position:      relative;
	color:         #666666;
	font-size:     16px;
	line-height:   1.8em;
	text-align:    center;
	max-width:     860px;
	margin-bottom: 40px;
	margin:        0 auto;
}

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

.inventor-block .inner-box {
	position:      relative;
	border-radius: 10px;
	overflow:      hidden;
}

.inventor-block .inner-box .image {
	position: relative;
}

.inventor-block .inner-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.inventor-block .inner-box .image .overlay-box {
	position:           absolute;
	left:               0;
	top:                0;
	width:              100%;
	height:             60%;
	opacity:            0;
	color:              #FFFFFF;
	text-align:         center;
	background:         rgba(87, 13, 100, 0.90);
	-webkit-transition: all 700ms ease;
	-ms-transition:     all 700ms ease;
	-o-transition:      all 700ms ease;
	transition:         all 700ms ease;
}

.inventor-block .inner-box .image .overlay-box .icon-box {
	position:    relative;
	font-size:   60px;
	line-height: 1em;
}

.inventor-block .inner-box .image .overlay-box .text {
	position:    relative;
	font-size:   16px;
	line-height: 1.8em;
	margin-top:  20px;
	color:       rgba(255, 255, 255, 0.80);
}

.inventor-block .inner-box:hover .overlay-box {
	opacity: 1;
	height:  100%;
}

.inventor-block .inner-box .overlay-inner {
	position:       absolute;
	left:           0;
	top:            0;
	width:          100%;
	height:         100%;
	display:        table;
	vertical-align: middle;
	padding:        10px 40px;
}

.inventor-block .inner-box .overlay-inner .content {
	position:       relative;
	display:        table-cell;
	vertical-align: middle;
}

.inventor-block .inner-box .lower-box {
	position:           relative;
	text-align:         center;
	padding:            20px 10px;
	border:             2px solid #F4F4F4;
	border-radius:      0 0 10px 10px;
	-webkit-transition: all 700ms ease;
	-ms-transition:     all 700ms ease;
	-o-transition:      all 700ms ease;
	transition:         all 700ms ease;
}

.inventor-block .inner-box .lower-box:before {
	position:           absolute;
	content:            '';
	left:               0;
	bottom:             0;
	right:              0;
	height:             0;
	background-color:   VAR(--theme_color1);;
	-webkit-transition: all 700ms ease;
	-ms-transition:     all 700ms ease;
	-o-transition:      all 700ms ease;
	transition:         all 700ms ease;
}

.inventor-block .inner-box .lower-box h3 {
	position:    relative;
	line-height: 1.3em;
}

.inventor-block .inner-box .lower-box h3 a {
	position:           relative;
	color:              #222222;
	font-size:          24px;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.inventor-block .inner-box:hover .lower-box:before {
	height: 100%;
}

.inventor-block .inner-box:hover .lower-box {
	border-color: VAR(--theme_color1);;
}

.inventor-block .inner-box:hover .lower-box h3 a {
	color: #FFFFFF;
}

/***

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

***/

.mission-section {
	position:         relative;
	padding:          100px 0 0;
	background-color: #F7F8FB;
}

.mission-section .content-column {
	position: relative;
}

.mission-section .content-column .inner-column {
	position:      relative;
	margin-bottom: 60px;
}

.mission-section .content-column .inner-column .sec-title h2 {
	font-size: 40px;
}

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

.feature-block-three .inner-box {
	position:     relative;
	padding-left: 85px;
}

.feature-block-three .inner-box .icon-box {
	position:    absolute;
	left:        0;
	top:         0;
	color:       #131144;
	font-size:   52px;
	line-height: 1em;
}

.feature-block-three .inner-box .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
}

.mission-section .video-column {
	position: relative;
}

.mission-section .video-column .inner-column {
	position:     relative;
	padding-left: 130px;
	margin-right: -280px;
}

.mission-section .video-column .video-image-box {
	position: relative;
}

.mission-section .video-column .video-image-box .image {
	position: relative;
}

.mission-section .video-column .video-image-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.mission-section .video-column .video-image-box .image .video-boxed {
	position:           absolute;
	right:              -65px;
	top:                50%;
	overflow:           hidden;
	width:              130px;
	height:             130px;
	z-index:            99;
	color:              #FFFFFF;
	font-weight:        400;
	font-size:          28px;
	text-align:         center;
	border-radius:      50%;
	padding-left:       4px;
	line-height:        90px;
	margin-top:         -65px;
	display:            inline-block;
	background-color:   #FFA116;
	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;
	border:             20px solid #EDEDED;
}

.mission-section .video-column .video-image-box .image .video-boxed span {
	position: relative;
}

.mission-section .video-column .video-image-box .image .video-boxed:hover {
	-webkit-transform: scale(1.1);
	-ms-transform:     scale(1.1);
	transform:         scale(1.1);
	background-color:  #202020;
	border-color:      #FFA116;
}

.mission-section .video-column .testimonial-boxed {
	position:  absolute;
	left:      30px;
	bottom:    -45px;
	z-index:   1;
	max-width: 420px;
}

.mission-section .video-column .testimonial-boxed .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
	z-index:  10;
}

.mission-section .video-column .testimonial-boxed .section-icons .icon-one {
	position: absolute !important;
	left:     30% !important;
	top:      50% !important;
}

.mission-section .video-column .testimonial-boxed .section-icons .icon-two {
	position: absolute !important;
	left:     50% !important;
	top:      24% !important;
}

.mission-section .video-column .testimonial-boxed .boxed-inner {
	position:         relative;
	padding:          45px 54px;
	border-radius:    3px;
	background-color: #131144;
}

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

.mission-section .video-column .testimonial-boxed .owl-dots {
	position: absolute;
	bottom:   0;
}

.mission-section .video-column .testimonial-boxed .owl-dots .owl-dot {
	position:           relative;
	width:              10px;
	height:             10px;
	margin-right:       10px;
	display:            inline-block;
	border-radius:      50px;
	background-color:   rgba(255, 161, 22, 0.30);
	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;
}

.mission-section .video-column .testimonial-boxed .owl-dots .owl-dot.active,
.mission-section .video-column .testimonial-boxed .owl-dots .owl-dot:hover {
	background-color: rgba(255, 161, 22, 1);
}

/* Testimonial Block Two */

.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position:       relative;
	padding-bottom: 60px;
}

.testimonial-block-two .inner-box .text {
	position:    relative;
	color:       #FFFFFF;
	font-size:   24px;
	line-height: 1.5em;
}

.testimonial-block-two .inner-box .author {
	position:    relative;
	color:       VAR(--theme_color1);;
	font-size:   16px;
	line-height: 1.5em;
	font-weight: 700;
	margin-top:  16px;
}

.testimonial-block-two .inner-box .quote-icon {
	position:    absolute;
	right:       0;
	bottom:      0;
	font-size:   60px;
	line-height: 1em;
	font-weight: 700;
	color:       rgba(255, 255, 255, 0.20);
}

/***

====================================================================
	Speaker Section Three
====================================================================

***/

.speaker-section-three {
	position: relative;
	padding:  95px 0 95px;
}

.speaker-section-three .btn-box {
	position:   relative;
	margin-top: 50px;
}

.speaker-section-three .btn-box .theme-btn {
	padding: 11px 31px;
}

.speaker-block-three {
	position:      relative;
	margin-bottom: 30px;
}

.speaker-block-three .inner-box {
	position:           relative;
	padding-top:        15px;
	padding-bottom:     15px;
	margin-left:        70px;
	min-height:         210px;
	background-color:   #F7F8FB;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.speaker-block-three .inner-box:hover {
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
}

.speaker-block-three .inner-box:before {
	position:           absolute;
	content:            '';
	left:               0;
	top:                0;
	width:              0;
	height:             100%;
	-webkit-transition: all 600ms ease;
	-moz-transition:    all 600ms ease;
	-ms-transition:     all 600ms ease;
	-o-transition:      all 600ms ease;
	transition:         all 600ms ease;
}

.speaker-block-three .inner-box:hover::before {
	width:            100%;
	background-color: VAR(--theme_color1);;
}

.speaker-block-three .inner-box .content {
	position:     relative;
	padding-top:  22px;
	margin-left:  -70px;
	padding-left: 230px;
}

.speaker-block-three .inner-box .content .image {
	position: absolute;
	left:     0;
	top:      0;
	display:  inline-block;
}

.speaker-block-three .inner-box .content h3 {
	position:    relative;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.4em;
}

.speaker-block-three .inner-box .content h3 a {
	position:           relative;
	color:              #222222;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.speaker-block-three .inner-box .content .designation {
	position:           relative;
	color:              VAR(--theme_color1);;
	font-size:          14px;
	margin-top:         5px;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.speaker-block-three .inner-box .content .text {
	position:           relative;
	color:              #666666;
	font-size:          16px;
	margin-top:         15px;
	line-height:        1.9em;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.speaker-block-three .inner-box:hover .content .text,
.speaker-block-three .inner-box:hover .content h3 a {
	color: #FFFFFF;
}

.speaker-block-three .inner-box:hover .content .designation {
	color: rgba(255, 255, 255, 0.50);
}

/***

====================================================================
	Price Section Two
====================================================================

***/

.price-section-two {
	position:         relative;
	padding:          95px 0 80px;
	background-color: #F9F9FC;
}

.price-section-two.style-two {
	background-color: #161449;
}

.price-section-two .sec-title {
	margin-bottom: 120px;
}

/* Price Block Two */

.price-block-two {
	position:      relative;
	margin-bottom: 40px;
}

.price-block-two .inner-box {
	position:         relative;
	text-align:       center;
	border-radius:    8px;
	padding:          0 30px 60px;
	background-color: #FFFFFF;
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.10);
}

.price-block-two .inner-box .icon-box {
	position:           relative;
	width:              130px;
	height:             130px;
	color:              #222222;
	font-size:          56px;
	border-radius:      50%;
	line-height:        110px;
	margin:             0 auto;
	margin-top:         -60px;
	display:            inline-block;
	background-color:   #EFF1F8;
	border:             5px solid #FFFFFF;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.price-block-two .inner-box:hover .icon-box {
	border-color:      #FF8D00;
	background:        VAR(--theme_color1);;
	color:             #FFFFFF;
	-webkit-transform: rotate(360deg);
	-ms-transform:     rotate(360deg);
	transform:         rotate(360deg);
}

.price-block-two:nth-child(2) .inner-box:hover .icon-box {
	border-color: VAR(--theme_color1);;
	background:   #FFA116;
}

.price-block-two:nth-child(3) .inner-box:hover .icon-box {
	border-color: #FF8D00;
	background:   VAR(--theme_color1);;
}

.price-block-two:nth-child(4) .inner-box:hover .icon-box {
	border-color: #FF8D00;
	background:   #131144;
}

.price-block-two .inner-box .title {
	position:    relative;
	color:       #222222;
	font-size:   18px;
	line-height: 1.3em;
	margin-top:  40px;
}

.price-block-two .inner-box .price {
	position:    relative;
	color:       VAR(--theme_color1);;
	font-size:   60px;
	line-height: 45px;
	font-weight: 700;
	margin-top:  25px;
}

.price-block-two .inner-box .price span {
	position:       relative;
	display:        block;
	color:          #222222;
	font-size:      18px;
	font-weight:    400;
	text-transform: uppercase;
}

.price-block-two .inner-box .text {
	position:      relative;
	margin-top:    30px;
	color:         #666666;
	font-size:     16px;
	line-height:   1.7em;
	margin-bottom: 40px;
	padding-top:   35px;
	border-top:    1px dotted #000000;
}

.price-block-two .inner-box .buy-btn {
	position:         relative;
	font-size:        14px;
	font-weight:      700;
	color:            #FFFFFF;
	padding:          14px 34px 14px;
	text-transform:   uppercase;
	background-color: VAR(--theme_color1);;
}

.price-block-two:nth-child(2) .inner-box .price {
	color: #FFA116;
}

.price-block-two:nth-child(2) .inner-box .buy-btn {
	background-color: #FFA116;
}

.price-block-two:nth-child(3) .inner-box .price {
	color: VAR(--theme_color1);;
}

.price-block-two:nth-child(3) .inner-box .buy-btn {
	background-color: VAR(--theme_color1);;
}

.price-block-two:nth-child(4) .inner-box .price {
	color: #131144;
}

.price-block-two:nth-child(4) .inner-box .buy-btn {
	background-color: #131144;
}

.price-block-two .inner-box:hover .buy-btn {
	box-shadow:        0 0 15px 0 rgba(0, 0, 0, 0.05);
	-webkit-transform: scale(1.1, 1.05);
	-ms-transform:     scale(1.1, 1.05);
	transform:         scale(1.1, 1.05);
}

/***

====================================================================
	Message Section
====================================================================

***/

.message-section {
	position:            relative;
	padding:             100px 0 90px;
	background-color:    #1B1A45;
	background-position: center center;
	background-repeat:   no-repeat;
}

.message-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.message-section .section-icons .icon-one {
	position: absolute !important;
	left:     8% !important;
	top:      55% !important;
}

.message-section .section-icons .icon-two {
	position: absolute !important;
	left:     18% !important;
	top:      74% !important;
}

.message-section .title-column {
	position: relative;
}

.message-section .title-column .inner-column {
	position:      relative;
	margin-bottom: 40px;
}

.message-section .title-column .sec-title {
	margin-bottom: 40px;
}

.message-section .title-column .text {
	position:    relative;
	font-size:   16px;
	line-height: 1.9em;
	color:       rgba(255, 255, 255, 0.60);
}

/*Default Form*/

.default-form {
	position: relative;
}

.default-form .form-group {
	position:      relative;
	margin-bottom: 20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
	display:            block;
	width:              100%;
	line-height:        28px;
	height:             54px;
	font-size:          16px;
	padding:            10px 25px;
	background:         rgba(255, 255, 255, 0.10);
	color:              #000000;
	border-radius:      2px;
	border-bottom:      2px solid transparent;
	transition:         all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.default-form textarea {
	height:     150px;
	resize:     none;
	font-size:  16px;
	background: rgba(255, 255, 255, 0.10);
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.60);
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus {
	border-color:     #FFA116;
	background-color: #FFFFFF;
}

.default-form .theme-btn {
	margin-top: 10px;
	padding:    12px 45px;
}

/***

====================================================================
	Dark Page
====================================================================

***/

.dark-page {
	background-color: #0B0A2D;
}

.dark-page .timer-section .inner-container {
	z-index:    1;
	background: #030055 url(../images/icons/pattern-2.png) left top no-repeat;
}

.dark-page .timer-section .inner-container .title-column h2 {
	color: #FFA116;
}

.dark-page .time-counter .time-countdown .counter-column .count,
.dark-page .timer-section .inner-container .title-column .text {
	color: #FFFFFF;
}

.dark-page .news-block .inner-box .lower-content h3 a,
.dark-page .price-block .inner-box .price-list li span,
.dark-page .price-block .inner-box .price-list li,
.dark-page .price-block .inner-box .price span,
.dark-page .price-block .inner-box .title,
.dark-page .event-block .inner-box .info-column h2 a,
.dark-page .event-block .inner-box .image-column .inner-column .event-time {
	color: #FFFFFF;
}

.dark-page .event-block .inner-box .info-column .text {
	color: #CCCCCC;
}

.dark-page .event-block .inner-box .info-column .name {
	color: VAR(--theme_color1);;
}

.dark-page .event-block .inner-box {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.10);
}

.dark-page .news-block .inner-box,
.dark-page .price-block .inner-box .buy-btn:before,
.dark-page .price-block .inner-box {
	background-color: #211F4F;
}

.dark-page .price-block .inner-box:before {
	background: url(../images/icons/circle-1.png) repeat-x;
}

.dark-page .news-block .inner-box .lower-content .read-more,
.dark-page .news-block .inner-box .lower-content .text,
.dark-page .news-block .inner-box .lower-content .post-meta li,
.dark-page .news-section .sec-title .text,
.dark-page .price-block .inner-box .charges {
	color: #CCCCCC;
}

/***

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

***/

.banner-section-three {
	position: relative;
	padding:  250px 0 220px;
}

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

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

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

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

.banner-section-three .content h2 {
	position:       relative;
	color:          VAR(--theme_color1);;
	font-size:      190px;
	font-weight:    700;
	line-height:    1em;
	display:        inline-block;
	text-transform: uppercase;
	font-family:    'Passion One', cursive;
	text-shadow:    10px 10px 2px rgba(255, 255, 255, 0.2);
}

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

.banner-section-three .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-three .content .text-outer {
	position:   relative;
	margin-top: 25px;
}

.banner-section-three .content .text-outer .text {
	position:       relative;
	font-size:      24px;
	color:          #FFFFFF;
	line-height:    1.3em;
	padding:        15px 0;
	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-three .buttons-box {
	position:   relative;
	text-align: center;
	margin-top: 60px;
	display:    inline-block;
}

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

/***

====================================================================
	Festival Section
====================================================================

***/

.festival-section {
	position: relative;
	padding:  105px 0 110px;
}

.festival-section:before {
	position:   absolute;
	content:    '';
	left:       0;
	top:        -115px;
	width:      100%;
	height:     121px;
	background: url(../images/background/pattern-12.png) repeat-x;
}

.festival-section .image-column {
	position:      relative;
	margin-bottom: 40px;
}

.festival-section .image-column .inner-column {
	position:      relative;
	padding-right: 60px;
}

.festival-section .image-column .inner-column .icon-one {
	position: absolute;
	left:     -180px;
	top:      -20px;
}

.festival-section .image-column .inner-column .image {
	position: relative;
}

.festival-section .image-column .inner-column .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.festival-section .image-column .inner-column .image:before {
	position:   absolute;
	content:    '';
	right:      -80px;
	bottom:     -80px;
	width:      200px;
	height:     200px;
	background: url(../images/icons/icon-31.png) no-repeat;
}

.festival-section .content-column {
	position:      relative;
	margin-bottom: 40px;
}

.festival-section .content-column .inner-column {
	position: relative;
}

.festival-section .content-column .text {
	position:    relative;
	color:       #FFFFFF;
	font-size:   16px;
	line-height: 1.8em;
}

.festival-section .content-column .lower-box {
	position:     relative;
	margin-top:   50px;
	padding-left: 45px;
}

.festival-section .content-column .lower-box h3 {
	position:       relative;
	color:          VAR(--theme_color1);;
	font-size:      24px;
	line-height:    1.3em;
	padding-bottom: 20px;
	display:        inline-block;
	letter-spacing: 2px;
	border-bottom:  1px dotted rgba(255, 255, 255, 0.30);
}

.festival-section .content-column .lower-box h3 span {
	color: #FFA116;
}

.festival-section .content-column .lower-box .btn-box {
	position:   relative;
	display:    block;
	margin-top: 50px;
}

.festival-section .content-column .lower-box .btn-box .theme-btn {
	padding: 11px 30px;
}

/***

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
	position: relative;
	padding:  150px 0 225px;
}

.featured-section .auto-container {
	max-width: 1300px;
}

.featured-section.section-margin {
	margin-top: -50px;
}

.featured-section:before {
	position:         absolute;
	content:          '';
	left:             0;
	top:              0;
	right:            0;
	bottom:           0;
	background-color: rgba(9, 8, 34, 0.90);
}

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

.feature-block-four .inner-box {
	position:     relative;
	padding-left: 85px;
}

.feature-block-four .inner-box .icon-box {
	position:    absolute;
	left:        0;
	top:         5px;
	font-size:   60px;
	color:       VAR(--theme_color1);;
	line-height: 1em;
}

.feature-block-four .inner-box h3 {
	position:    relative;
	font-size:   24px;
	color:       #FFFFFF;
	font-weight: 700;
	line-height: 1.3em;
}

.feature-block-four .inner-box h3 a {
	position:           relative;
	color:              #FFFFFF;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.feature-block-four .inner-box h3 a:hover {
	color: #FFA116;
}

.feature-block-four .inner-box .text {
	position:    relative;
	color:       #CCCCCC;
	font-size:   16px;
	line-height: 1.7em;
	margin-top:  15px;
}

/***

====================================================================
	Video Section
====================================================================

***/

.video-section {
	position: relative;
}

.video-section .inner-container {
	position:   relative;
	max-width:  1010px;
	margin:     0 auto;
	margin-top: -150px;
}

.video-section .video-box .video-image .content h3 {
	font-family: 'Sacramento', cursive;
	font-size:   60px;
}

/***

====================================================================
	Speaker Section Four
====================================================================

***/

.speaker-section-four {
	position: relative;
	padding:  100px 0 140px;
}

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

.speaker-section-four .section-icons .icon-one {
	position: absolute;
	right:    15%;
	top:      18%;
	opacity:  0.30;
}

.speaker-section-four .owl-dots {
	display: none;
}

.speaker-section-four .owl-nav {
	position: absolute;
	left:     0;
	top:      30%;
	right:    0;
}

.speaker-section-four .owl-nav .owl-prev {
	position:           absolute;
	left:               -60px;
	font-size:          28px;
	color:              rgba(255, 255, 255, 0.50);
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.speaker-section-four .owl-nav .owl-next {
	position:           absolute;
	right:              -60px;
	font-size:          28px;
	color:              rgba(255, 255, 255, 0.50);
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.speaker-section-four .owl-nav .owl-prev:hover,
.speaker-section-four .owl-nav .owl-next:hover {
	color: rgba(255, 255, 255, 1);
}

/***

====================================================================
	Counter Section Two
====================================================================

***/

.counter-section-two {
	position: relative;
	padding:  70px 0 50px;
}

.counter-section-two:before {
	position:         absolute;
	content:          '';
	left:             0;
	top:              0;
	right:            0;
	bottom:           0;
	background-color: rgba(0, 40, 34, 0.90);
}

.counter-section-two .auto-container {
	max-width: 1460px;
}

/***

====================================================================
	Sponsors Section Three
====================================================================

***/

.sponsors-section-three {
	position:            relative;
	padding:             90px 0;
	background-position: center bottom;
	background-repeat:   no-repeat;
	background-size:     cover;
}

.sponsors-section-three .auto-container {
	max-width: 1600px;
}

.sponsors-section-three:before {
	position:         absolute;
	content:          '';
	left:             0;
	top:              0;
	right:            0;
	bottom:           0;
	background-color: rgba(9, 8, 34, 0.90);
}

.sponsors-section-three .owl-dots {
	position: relative;
	display:  none;
}

.sponsors-section-three .image-box {
	position:   relative;
	text-align: center;
}

.sponsors-section-three .image-box img {
	position:           relative;
	opacity:            0.50;
	width:              auto;
	display:            inline-block;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.sponsors-section-three .image-box img:hover {
	opacity: 1;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position:            relative;
	padding:             60px 0;
	height:              auto;
	background-repeat:   no-repeat;
	background-size:     cover;
	background-position: center bottom;
}

/*.page-title:after {
	position:  absolute;
	content:   '';
	left:      0;
	bottom:    0;
	width:     100%;
	height:    104px;
	background:url(../images/background/pattern-14.png) left bottom no-repeat;
}*/

.page-title .content {
	position: relative;
}

/*.page-title:before {
	position:        absolute;
	content:         '';
	left:            0;
	top:             0;
	right:           0;
	bottom:          0;
	background-color:rgba(9, 8, 34, 0.90);
}*/

.page-title h1 {
	position:       relative;
	color:          #FFFFFF;
	font-size:      30px;
	font-weight:    600;
	line-height:    1.2em;
	margin-bottom:  0;
	text-transform: capitalize;
}

.page-title .page-breadcrumb {
	position: relative;
}

.page-title .page-breadcrumb li {
	position:      relative;
	display:       inline-block;
	margin-right:  10px;
	padding-right: 14px;
	color:         #555555;
	font-size:     16px;
	font-weight:   400;
}

.page-title .page-breadcrumb li:after {
	position:    absolute;
	content:     '\f105';
	right:       -4px;
	top:         0;
	color:       #9F9F9F;
	font-weight: 800;
	font-family: 'Font Awesome 5 Free';
}

.page-title .page-breadcrumb li:last-child::after {
	display: none;
}

.page-title .page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right:  0;
}

.page-title .page-breadcrumb li a {
	color:       #9F9F9F;
	font-weight: 400;
}

.page-title.style-two:after {
	display: none;
}

/***

====================================================================
	Service Block
====================================================================

***/

.services-section-one {
	position: relative;
	padding:  105px 0 60px;
}

.services-section-one .row {
	margin: 0px -30px;
}

.services-section-one .service-block {
	padding: 0px 30px;
}

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

.service-block .inner-box {
	position: relative;
}

.service-block .inner-box .image {
	position:      relative;
	border-radius: 10px;
	overflow:      hidden;
}

.service-block .inner-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.service-block .inner-box .lower-content {
	position:    relative;
	padding-top: 35px;
}

.service-block .inner-box .lower-content .content {
	position:     relative;
	padding-left: 90px;
}

.service-block .inner-box .lower-content h3 {
	position:      relative;
	color:         #222222;
	font-size:     22px;
	line-height:   1.3em;
	font-weight:   700;
	margin-bottom: 15px;
}

.service-block .inner-box .lower-content h3 a {
	position:           relative;
	color:              #222222;
	transition:         all 300ms ease;
	-moz-transition:    all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.service-block .inner-box .lower-content h3 a:hover {
	color: VAR(--theme_color1);;
}

.service-block .inner-box .lower-content .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
}

.service-block .inner-box .lower-content .icon-box {
	position:    absolute;
	left:        0;
	top:         4px;
	color:       VAR(--theme_color1);;
	font-size:   64px;
	line-height: 1em;
}

/***

====================================================================
	Sponsors Section Four
====================================================================

***/

.sponsors-section-four {
	position: relative;
	z-index:  9;
	padding:  110px 0 90px;
}

.sponsors-section-four .sponsors-outer {
	position:       relative;
	padding-bottom: 50px;
}

.sponsors-section-four .sponsors-outer:before {
	position:      absolute;
	content:       '';
	left:          120px;
	right:         120px;
	height:        1px;
	bottom:        0;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.30);
}

.sponsors-section-four .title-box {
	position:      relative;
	text-align:    center;
	margin-bottom: 50px;
}

.sponsors-section-four .title-box h3 {
	position:    relative;
	color:       VAR(--theme_color1);;
	font-size:   36px;
	font-weight: 700;
	line-height: 1.3em;
}

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

.sponsors-section-four .sponsors-carousel {
	margin: 0px -10px;
	width:  auto;
}

.sponsors-section-four .owl-carousel .owl-stage-outer {
	padding: 15px 0;
}

.sponsors-section-four .sponsors-outer .image-box {
	position:           relative;
	text-align:         center;
	margin:             0 10px;
	padding:            10px 0;
	border-bottom:      2px solid transparent;
	background-color:   #FFFFFF;
	transition:         all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.sponsors-section-four .sponsors-outer .image-box img {
	position:           relative;
	display:            inline-block;
	width:              auto;
	max-width:          100%;
	transition:         all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.sponsors-section-four .sponsors-outer .image-box:hover {
	box-shadow:          0 0 10px rgba(0, 0, 0, 0.15);
	border-bottom-color: #FFA116;
}

.sponsors-section-four .owl-dots,
.sponsors-section-four .owl-nav {
	display: none;
}

.sponsors-section-four .btn-box {
	position:   relative;
	margin-top: 30px;
}

.sponsors-section-four .btn-box .theme-btn {
	padding:        17px 50px;
	letter-spacing: 1px;
}

.sponsors-section-four.style-two {
	padding-top: 0px;
}

.sponsors-section-four.style-two .sponsors-outer {
	padding-bottom: 0px;
}

.sponsors-section-four.style-two .sponsors-outer:before {
	display: none;
}

/***

====================================================================
	Gallery Section
====================================================================

 ***/

.gallery-section-three {
	position: relative;
	padding:  50px 0 50px;
}

.gallery-section-three .filters {
	margin-bottom: 45px;
	text-align:    center;
}

.gallery-section-three .filters .filter-tabs {
	position: relative;
}

.gallery-section-three .filters li {
	position:           relative;
	display:            inline-block;
	color:              #666666;
	padding:            0 0;
	cursor:             pointer;
	font-size:          18px;
	font-weight:        400;
	margin:             0 25px 10px;
	transition:         all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.gallery-section-three .filters li:before {
	position:           absolute;
	content:            '';
	left:               0;
	bottom:             0;
	height:             2px;
	width:              0;
	background-color:   #FFA116;
	transition:         all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
}

.gallery-section-three .filters li.active::before,
.gallery-section-three .filters li:hover::before {
	width: 100%;
}

.gallery-section-three .filters .filter.active,
.gallery-section-three .filters .filter:hover {
	color: VAR(--theme_color1);;
}

.gallery-section-three .gallery-block {
	margin-bottom: 30px;
}

.gallery-block.mix {
	display: none;
}

.gallery-section-three.style-wo .gallery-block {
	padding:       0;
	float:         left;
	margin-bottom: 0px;
}

.gallery-section-three.style-wo .auto-container {
	max-width: 1440px;
}

.gallery-section-three .button-box {
	margin-top: 80px;
}

.gallery-section-three .theme-btn {
	padding: 13px 34px 13px;
}

.speaker-section-five {
	position: relative;
	padding:  60px 0 70px;
}

.speaker-section-five .speaker-block-four {
	margin-bottom: 30px;
}

/* Speaker Block Four */

.speaker-block-four {
	position:      relative;
	z-index:       1;
	margin-bottom: 80px;
}

.speaker-block-four .inner-box {
	position:   relative;
	text-align: center;
}

.speaker-block-four .inner-box .image {
	position:      relative;
	width:         200px;
	height:        200px;
	margin:        0 auto;
	border-radius: 50%;
	overflow:      hidden;
	box-shadow:    0 0 20px #CCCCCC
}

.speaker-block-four .inner-box .image:before {
	position:           absolute;
	content:            '';
	left:               0;
	top:                0;
	width:              100%;
	height:             0;
	background-color:   rgba(19, 17, 68, 0.25);
	transition:         all 900ms ease;
	-moz-transition:    all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition:     all 900ms ease;
	-o-transition:      all 900ms ease;
}

.speaker-block-four .inner-box .image .social-box {
	position:           absolute;
	left:               0;
	bottom:             -130px;
	right:              0;
	padding:            10px 0;
	background-color:   #FFA116;
	transition:         all 600ms ease;
	-moz-transition:    all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition:     all 600ms ease;
	-o-transition:      all 600ms ease;
}

.speaker-block-four .inner-box:hover .image .social-box {
	bottom: 30px;
}

.speaker-block-four .inner-box .image .social-box li {
	position: relative;
	margin:   0 8px;
	display:  inline-block;
}

.speaker-block-four .inner-box .image .social-box li a {
	position:           relative;
	font-size:          16px;
	color:              rgba(255, 255, 255, 0.70);
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.speaker-block-four .inner-box .image .social-box li a:hover {
	color: #FFFFFF;
}

.speaker-block-four .inner-box .lower-content {
	position:    relative;
	padding-top: 30px;
}

.speaker-block-four .inner-box .lower-content h3 {
	position:    relative;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.4em;
}

.speaker-block-four .inner-box .lower-content h3 a {
	position:           relative;
	color:              #222222;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.speaker-block-four .inner-box .lower-content .designation {
	position:           relative;
	color:              VAR(--theme_color1);;
	font-size:          14px;
	margin-top:         7px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

/*=== Speaker Popup ===*/

.ts-speaker-popup {
	position: relative;
	padding:  0;
}

.popup-content {
	position:         relative;
	max-width:        1000px;
	margin:           0 auto;
	border-radius:    15px;
	padding:          75px 90px 50px;
	background-color: #FFFFFF;
}

.popup-content .image-column {
	position: relative;
}

.popup-content .image-column .inner-column {
	position: relative;
}

.popup-content .image-column .inner-column .image {
	position:      relative;
	width:         300px;
	height:        300px;
	margin:        0 auto;
	overflow:      hidden;
	border-radius: 50%;
	margin-bottom: 55px;
}

.popup-content .image-column .inner-column .image img {
	width: 100%;
}

.popup-content .image-column .inner-column .image .social-box {
	position:           absolute;
	left:               0;
	bottom:             -80px;
	right:              0;
	padding:            10px 0;
	text-align:         center;
	background-color:   VAR(--theme_color1);;
	transition:         all 600ms ease;
	-moz-transition:    all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition:     all 600ms ease;
	-o-transition:      all 600ms ease;
}

.popup-content .image-column .inner-column:hover .image .social-box {
	bottom: 30px;
}

.popup-content .image-column .inner-column .image .social-box li {
	position: relative;
	margin:   0 8px;
	display:  inline-block;
}

.popup-content .image-column .inner-column .image .social-box li a {
	position:           relative;
	font-size:          16px;
	color:              rgba(255, 255, 255, 0.70);
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.popup-content .image-column .inner-column .image .social-box li a:hover {
	color: #FFFFFF;
}

.popup-content .content-column {
	position:      relative;
	margin-bottom: 30px;
}

.popup-content .content-column .inner-column {
	position:     relative;
	padding-left: 40px;
}

.popup-content .content-column .inner-column h3 {
	position:    relative;
	color:       #222222;
	font-size:   30px;
	font-weight: 700;
	line-height: 1.3em;
}

.popup-content .content-column .inner-column .speakder-designation {
	position:    relative;
	color:       VAR(--theme_color1);;
	font-size:   18px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top:  5px;
	display:     block;
}

.popup-content .content-column .inner-column .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.7em;
	margin-top:  22px;
}

.popup-content .content-column .inner-column .speaker-list {
	position:   relative;
	margin-top: 30px;
}

.popup-content .content-column .inner-column .speaker-list li {
	position:       relative;
	color:          #666666;
	font-size:      16px;
	line-height:    1.7em;
	margin-top:     18px;
	padding-bottom: 12px;
	border-bottom:  1px dotted #000000;
}

.popup-content .content-column .inner-column .speaker-list li span {
	position:    relative;
	color:       #222222;
	font-weight: 700;
	width:       115px;
	display:     inline-block;
}

.popup-content .content-column .inner-column .speaker-list li a {
	position:           relative;
	color:              #666666;
	font-size:          16px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.popup-content .content-column .inner-column .speaker-list li a:hover {
	color: VAR(--theme_color1);;
}

.popup-content .content-column .inner-column .speaker-list li:last-child {
	border-bottom:  none;
	padding-bottom: 0px;
	margin-bottom:  0;
}

/*Skills Section*/

.skills {
	position: relative;
}

.skills .skill-item {
	position:      relative;
	margin-bottom: 25px;
}

.skills .skill-item:last-child {
	margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
	position: relative;
	width:    100%;
}

.skills .skill-item .skill-bar .bar-inner {
	position:      relative;
	width:         100%;
	border-bottom: 5px solid #EDEDED;
}

.skills .skill-item .skill-bar .bar-inner .bar {
	position:           absolute;
	left:               0;
	top:                0;
	width:              0;
	height:             5px;
	border-radius:      5px;
	background:         VAR(--theme_color1);;
	-webkit-transition: all 2000ms ease;
	-ms-transition:     all 2000ms ease;
	-o-transition:      all 2000ms ease;
	-moz-transition:    all 2000ms ease;
	transition:         all 2000ms ease;
}

.skills.green .skill-item .skill-bar .bar-inner .bar {
	background: #FF6666;
}

.skills .skill-item .skill-header {
	position:      relative;
	margin-bottom: 10px;
}

.skills .skill-item .skill-header .skill-title {
	float:          left;
	color:          #666666;
	font-size:      16px;
	font-weight:    400;
	line-height:    1.4em;
	text-transform: capitalize;
}

.skills .skill-item .skill-header .skill-percentage {
	position:    relative;
	color:       #666666;
	font-size:   14px;
	font-weight: 400;
	line-height: 1.4em;
	float:       right;
}

/***

====================================================================
	Event Days Section
====================================================================

 ***/

.event-days-section {
	position: relative;
	padding:  95px 0 100px;
}

.event-days-section.style-two {
	background-color: #F7F8FB;
}

.event-days-section .sec-title {
	margin-bottom: 40px;
}

/***

====================================================================
	Blog Page Section
====================================================================

 ***/

.blog-page-section {
	position: relative;
	padding:  100px 0 100px;
}

.blog-page-section .news-block {
	margin-bottom: 80px;
}


/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
}

.styled-pagination li {
	position: relative;
	display:  inline-block;
	margin:   0 6px 0 0;
}

.styled-pagination li a {
	position:           relative;
	display:            inline-block;
	line-height:        43px;
	height:             45px;
	font-size:          16px;
	min-width:          45px;
	color:              #222222;
	font-weight:        400;
	text-align:         center;
	background:         #FFFFFF;
	border:             1px solid #E9E9E9;
	text-transform:     capitalize;
	transition:         all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
	-moz-transition:    all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
	color:            #FFFFFF;
	border-color:     VAR(--theme_color1);;
	background-color: VAR(--theme_color1);;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding:  115px 0 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar {

}

.sidebar-widget {
	position:      relative;
	margin-bottom: 50px;
}

/*Sidebar Title*/

.sidebar-title {
	position:      relative;
	margin-bottom: 30px;
}

.sidebar-title h2 {
	font-size:      20px;
	color:          #222222;
	font-weight:    700;
	line-height:    1.2em;
	text-transform: uppercase;
}

.sidebar-title .separator {
	position:            relative;
	width:               60px;
	height:              10px;
	margin-top:          20px !important;
	background-position: center;
	animation:           slide 10s linear infinite;
	-webkit-animation:   slide 10s linear infinite;
	background-image:    url(../images/icons/separator-1.png);
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin:   0;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position:           relative;
	line-height:        30px;
	padding:            10px 50px 10px 24px;
	background:         #FFFFFF;
	display:            block;
	font-size:          14px;
	width:              100%;
	height:             60px;
	color:              #797979;
	font-weight:        400;
	border-radius:      5px;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
	border:             1px solid #DDDDDD;
}

.sidebar .search-box .form-group textarea::-webkit-input-placeholder,
.sidebar .search-box .form-group input::-webkit-input-placeholder {
	color: #797979;
}

.sidebar .search-box .form-group button {
	position:    absolute;
	right:       0;
	top:         0;
	height:      60px;
	width:       60px;
	display:     block;
	font-size:   16px;
	color:       #C067CF;
	line-height: 100%;
	font-weight: normal;
	background:  none;
	cursor:      pointer;
}

/* Category Blog */

.categories-blog ul {
	position: relative;
}

.categories-blog ul li {
	position:           relative;
	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;
}

.categories-blog ul li:first-child a {
	padding-top: 0px;
}

.categories-blog ul li a {
	position:           relative;
	font-size:          16px;
	font-weight:        400;
	color:              #222222;
	display:            block;
	padding:            13px 0;
	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;
	border-bottom:      1px dotted #000000;
}

.categories-blog ul li span {
	position: absolute;
	right:    0;
	color:    #666666;
}

.categories-blog ul li.active a,
.categories-blog ul li a:hover {
	color: VAR(--theme_color1);;
}

/*Gallery Widget*/

.sidebar .events-widget {
	position: relative;
}

.sidebar .events-widget .images-outer {
	position: relative;
	margin:   0 -3px;
}

.sidebar .events-widget .image-box {
	position:      relative;
	float:         left;
	width:         33.333%;
	padding:       0 6px;
	margin-bottom: 12px;
}

.sidebar .events-widget .image-box img {
	position:           relative;
	display:            block;
	width:              100%;
	border-radius:      5px;
	overflow:           hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.sidebar .events-widget .image-box img:hover {
	opacity: 0.70;
}

/*Post Widget*/

.sidebar .popular-posts .widget-content {
	position: relative;
}

.sidebar .popular-posts .post {
	position:      relative;
	font-size:     14px;
	color:         #666666;
	padding:       0 0;
	padding-left:  105px;
	min-height:    105px;
	padding-top:   0;
	margin-bottom: 25px;
	border-bottom: 1px dotted #000000;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position:      absolute;
	left:          0;
	top:           0;
	width:         80px;
	overflow:      hidden;
	border-radius: 3px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}

.sidebar .popular-posts .post .post-thumb img {
	display:            block;
	width:              100%;
	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;
}

.sidebar .popular-posts .post .text {
	position:       relative;
	top:            -4px;
	font-size:      16px;
	margin:         0 0 0;
	font-weight:    700;
	color:          #222222;
	line-height:    1.6em;
	text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
	color:              #222222;
	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;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: VAR(--theme_color1);;
}

.sidebar .popular-posts .post-info {
	position:     relative;
	font-size:    14px;
	color:        #666666;
	padding-left: 22px;
}

.sidebar .popular-posts .post-info:before {
	position:    absolute;
	content:     "\f126";
	left:        0;
	top:         0;
	color:       VAR(--theme_color1);;
	font-family: "Flaticon";
}

/* Speaker Widget */

.speaker-widget {
	position: relative;
}

.speaker-widget .image {
	position:      relative;
	border-radius: 10px;
	overflow:      hidden;
}

.speaker-widget .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.speaker-widget .lower-content {
	position:    relative;
	text-align:  center;
	padding-top: 28px;
}

.speaker-widget .lower-content h3 {
	position:    relative;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.3em;
}

.speaker-widget .lower-content h3 a {
	position: relative;
	color:    #222222;
}

.speaker-widget .lower-content .social-box {
	position:   relative;
	margin-top: 15px;
}

.speaker-widget .lower-content .social-box li {
	position: relative;
	margin:   0 8px;
	display:  inline-block;
}

.speaker-widget .lower-content .social-box li a {
	position:  relative;
	color:     VAR(--theme_color1);;
	font-size: 16px;
}

.speaker-widget .lower-content .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
	margin-top:  15px;
}

/*Tags*/

.sidebar .popular-tags a {
	position:           relative;
	display:            inline-block;
	line-height:        24px;
	padding:            8px 21px 8px;
	margin:             0 4px 8px 0;
	color:              #666666;
	text-align:         center;
	font-size:          14px;
	background-color:   #F7F8FB;
	transition:         all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
}

.sidebar .popular-tags a:hover {
	background-color: VAR(--theme_color1);;
	color:            #FFFFFF;
}

.events-days-widget .image {
	position:      relative;
	border-radius: 10px;
	overflow:      hidden;
}

.events-days-widget .image img {
	width:   100%;
	display: block;
}

.events-days-widget .image .overlay-box {
	position:   absolute;
	left:       0;
	bottom:     0;
	right:      0;
	text-align: center;
}

.events-days-widget .image .overlay-box .text {
	position:  relative;
	font-size: 16px;
	color:     #FFFFFF;
}

.events-days-widget .image .overlay-box .days {
	position:      relative;
	color:         #FFFFFF;
	font-size:     30px;
	padding:       50px 40px;
	display:       inline-block;
	margin-bottom: -20px;
	font-family:   'Belmonte-Rough';
	background:    url(../images/icons/icon-33.png) center center no-repeat;
}

/* News Block Two */

.news-block-two {
	position:      relative;
	margin-bottom: 60px;
}

.news-block-two .inner-box {
	position:           relative;
	border-radius:      10px;
	overflow:           hidden;
	background-color:   #F7F8FB;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block-two .inner-box:hover {
	background-color: #FFFFFF;
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.10);
}

.news-block-two .inner-box .image {
	position:      relative;
	border-radius: 10px;
	overflow:      hidden;
}

.news-block-two .inner-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.news-block-two .inner-box .image .overlay-box {
	position:   absolute;
	left:       0;
	top:        0;
	width:      100%;
	height:     100%;
	display:    block;
	text-align: center;
}

.news-block-two .inner-box .image .overlay-box .icon {
	position:     absolute;
	left:         50%;
	top:          50%;
	color:        #FFFFFF;
	margin-left:  -20px;
	text-align:   center;
	display:      inline-block;
	padding-left: 4px;
	font-size:    50px;
	margin-top:   -20px;
}

.news-block-two .inner-box .owl-dots {
	display: none;
}

.news-block-two .inner-box .owl-nav {
	position:   absolute;
	left:       0;
	top:        50%;
	width:      100%;
	margin-top: -38px;
}

.news-block-two .inner-box .owl-nav .owl-prev {
	position:           absolute;
	left:               20px;
	top:                0;
	width:              50px;
	height:             50px;
	color:              #FFFFFF;
	font-size:          22px;
	line-height:        50px;
	text-align:         center;
	border-radius:      50px;
	background-color:   rgba(0, 0, 0, 0.50);
	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;
}

.news-block-two .inner-box .owl-nav .owl-next {
	position:           absolute;
	right:              20px;
	top:                0;
	width:              50px;
	height:             50px;
	color:              #FFFFFF;
	font-size:          22px;
	line-height:        50px;
	text-align:         center;
	border-radius:      50px;
	background-color:   rgba(0, 0, 0, 0.50);
	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;
}

.news-block-two .inner-box .owl-nav .owl-prev:hover,
.news-block-two .inner-box .owl-nav .owl-next:hover {
	color:            #FFFFFF;
	background-color: VAR(--theme_color1);;
}

.news-block-two .inner-box .image .category {
	position:         absolute;
	right:            28px;
	bottom:           28px;
	color:            #FFFFFF;
	font-size:        12px;
	padding:          9px 22px 7px;
	border-radius:    2px;
	letter-spacing:   1px;
	text-transform:   uppercase;
	background-color: VAR(--theme_color1);;
}

.news-block-two .inner-box .lower-content {
	position:      relative;
	border-radius: 0px 0 10px 10px;
	overflow:      hidden;
	padding:       40px 35px;
}

.news-block-two .inner-box .lower-content {
	position: relative;
}

.news-block-two .inner-box .lower-content .category {
	position:         relative;
	color:            #FFFFFF;
	font-size:        12px;
	padding:          9px 22px 7px;
	border-radius:    2px;
	letter-spacing:   1px;
	display:          inline-block;
	margin-bottom:    20px;
	text-transform:   uppercase;
	background-color: VAR(--theme_color1);;
}

.news-block-two .inner-box .lower-content .post-meta {
	position: relative;
}

.news-block-two .inner-box .lower-content .post-meta li {
	position:     relative;
	color:        #666666;
	font-size:    14px;
	margin-right: 15px;
	display:      inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li .icon {
	position:     relative;
	margin-right: 8px;
	color:        VAR(--theme_color1);;
	font-weight:  600;
}

.news-block-two .inner-box .lower-content h3 {
	position:    relative;
	color:       #222222;
	font-size:   30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top:  15px;
}

.news-block-two .inner-box .lower-content h3 a {
	position:           relative;
	color:              #222222;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block-two .inner-box .lower-content h3 a:hover {
	color: VAR(--theme_color1);;
}

.news-block-two .inner-box .lower-content .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
	margin-top:  17px;
}

.news-block-two .inner-box .lower-content .read-more {
	position:           relative;
	color:              #222222;
	font-size:          14px;
	margin-top:         25px;
	font-weight:        700;
	display:            inline-block;
	text-transform:     uppercase;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block-two .inner-box:hover .lower-content .read-more {
	color: VAR(--theme_color1);;
}

.news-block-two .inner-box .lower-content .read-more .icon {
	position:    relative;
	color:       #FFA116;
	font-size:   12px;
	margin-left: 5px;
}

.blog-classic {
	position:      relative;
	padding-right: 20px;
}

/* News Block Three */

.news-block-three {
	position:      relative;
	margin-bottom: 60px;
}

.news-block-three .inner-box {
	position:        relative;
	border-radius:   8px;
	overflow:        hidden;
	text-align:      center;
	padding:         50px 15px;
	background-size: cover;
}

.news-block-three .inner-box:before {
	position:         absolute;
	content:          '';
	left:             0;
	top:              0;
	right:            0;
	bottom:           0;
	background-color: rgba(0, 0, 0, 0.80);
}

.news-block-three .inner-box .image {
	position: relative;
}

.news-block-three .inner-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.news-block-three .inner-box .category {
	position:         relative;
	color:            #FFFFFF;
	font-size:        12px;
	padding:          9px 22px 7px;
	border-radius:    2px;
	letter-spacing:   1px;
	display:          inline-block;
	text-transform:   uppercase;
	background-color: VAR(--theme_color1);;
}

.news-block-three .inner-box h3 {
	position:    relative;
	font-size:   30px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top:  45px;
}

.news-block-three .inner-box h3 .icon {
	position:         relative;
	font-size:        28px;
	width:            70px;
	height:           70px;
	margin-right:     15px;
	line-height:      70px;
	border-radius:    4px;
	display:          inline-block;
	background-color: #FFA116;
}

.news-block-three .inner-box h3 a {
	position:           relative;
	color:              #FFFFFF;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.news-block-three .inner-box h3 a:hover {
	color: VAR(--theme_color1);;
}

.news-block-three .inner-box .post-meta {
	position:   relative;
	margin-top: 25px;
}

.news-block-three .inner-box .post-meta li {
	position:     relative;
	color:        #FFFFFF;
	font-size:    14px;
	margin-right: 15px;
	display:      inline-block;
}

.news-block-three .inner-box .post-meta li .icon {
	position:     relative;
	margin-right: 8px;
	color:        VAR(--theme_color1);;
	font-weight:  400;
}

/* Blog Detail */

.blog-detail {
	position: relative;
}

.blog-detail .inner-box {
	position:      relative;
	padding-right: 20px;
}

.blog-detail .inner-box .image {
	position:      relative;
	border-radius: 7px;
	overflow:      hidden;
}

.blog-detail .inner-box .image img {
	position: relative;
	width:    100%;
	display:  block;
}

.blog-detail .inner-box .image .category {
	position:         absolute;
	right:            45px;
	bottom:           45px;
	color:            #FFFFFF;
	font-size:        12px;
	font-weight:      700;
	padding:          6px 20px;
	border-radius:    3px;
	background-color: VAR(--theme_color1);;
	text-transform:   uppercase;
}

.blog-detail .inner-box .lower-content {
	position:    relative;
	padding-top: 45px;
}

.blog-detail .inner-box .lower-content .post-meta {
	position: relative;
}

.blog-detail .inner-box .lower-content .post-meta li {
	position:     relative;
	color:        #666666;
	font-size:    14px;
	margin-right: 15px;
	display:      inline-block;
}

.blog-detail .inner-box .lower-content .post-meta li .icon {
	position:     relative;
	margin-right: 8px;
	color:        VAR(--theme_color1);;
	font-weight:  600;
}

.blog-detail .inner-box .lower-content h2 {
	position:    relative;
	color:       #222222;
	font-size:   36px;
	font-weight: 700;
	margin-top:  10px;
	line-height: 1.2em;
}

.blog-detail .inner-box .lower-content .bold-text {
	position:    relative;
	color:       #222222;
	font-size:   18px;
	font-weight: 700;
	margin-top:  10px;
	line-height: 1.8em;
}

.blog-detail .inner-box .lower-content .text {
	position:   relative;
	margin-top: 22px;
}

.blog-detail .inner-box .lower-content .text p {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.9em;
}

.blog-detail .inner-box .lower-content .text p:last-child {
	margin-bottom: 0px;
}

.blog-detail .inner-box .lower-content .text p a {
	position: relative;
	color:    VAR(--theme_color1);;
}

.blog-detail .inner-box .lower-content h3 {
	position:      relative;
	color:         #222222;
	font-size:     24px;
	font-weight:   400;
	margin-top:    32px;
	margin-bottom: 15px;
}

.blog-detail .inner-box .lower-content .two-column {
	position:      relative;
	margin-top:    45px;
	margin-bottom: 35px;
}

.blog-detail .inner-box .lower-content .two-column .image {
	margin-bottom: 30px;
}

.blog-detail .inner-box .lower-content .list-style-one {
	margin-left:   35px;
	margin-top:    35px;
	margin-bottom: 55px;
}

.blog-detail .inner-box .lower-content blockquote {
	position:      relative;
	margin-bottom: 50px;
}

.blog-detail .inner-box .lower-content blockquote .blockquote-inner {
	position:     relative;
	padding-left: 110px;
}

.blog-detail .inner-box .lower-content blockquote .icon {
	position:    absolute;
	left:        0;
	top:         25px;
	color:       #222222;
	font-size:   60px;
	line-height: 1em;
}

.blog-detail .inner-box .lower-content blockquote .blockquote-text {
	position:      relative;
	color:         #590867;
	font-size:     24px;
	font-style:    italic;
	line-height:   1.6em;
	padding:       30px 0;
	border-top:    2px solid #FFA116;
	border-bottom: 2px solid #FFA116;
}

.blog-detail .inner-box .lower-content .post-share-options {
	position:       relative;
	margin-top:     55px;
	padding-bottom: 30px;
	border-bottom:  1px dotted #000000;
}

.blog-detail .inner-box .lower-content .post-share-options .tags {
	position: relative;
}

.blog-detail .inner-box .lower-content .post-share-options .tags a {
	position:           relative;
	color:              #666666;
	font-size:          14px;
	padding:            8px 22px;
	border-radius:      50px;
	margin-right:       5px;
	display:            inline-block;
	background-color:   #F7F8FB;
	transition:         all 500ms ease;
	-moz-transition:    all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition:     all 500ms ease;
	-o-transition:      all 500ms ease;
}

.blog-detail .inner-box .lower-content .post-share-options .tags a:hover {
	color:            #FFFFFF;
	background-color: VAR(--theme_color1);;
}

.blog-detail .inner-box .lower-content .share-box {
	position: relative;
}

.blog-detail .inner-box .lower-content .share-box a {
	position:       relative;
	color:          #666666;
	font-weight:    700;
	font-size:      14px;
	margin-left:    15px;
	display:        inline-block;
	text-transform: uppercase;
}

.blog-detail .inner-box .lower-content .share-box a .icon {
	position:     relative;
	color:        VAR(--theme_color1);;
	margin-right: 5px;
}

.blog-detail .inner-box .lower-content .share-box a.share .icon {
	color: VAR(--theme_color1);;
}

/* Author Box */

.author-box {
	position: relative;
}

.author-box .box-inner {
	position:            relative;
	padding:             45px 45px 40px;
	border-radius:       5px;
	margin-top:          60px;
	background-repeat:   no-repeat;
	background-position: left bottom;
	border-bottom:       3px solid VAR(--theme_color1);;
	box-shadow:          0 0 10px rgba(0, 0, 0, 0.10);
}

.author-box .box-inner .content {
	position:     relative;
	padding-left: 185px;
}

.author-box .box-inner .content .author-thumb {
	position:      absolute;
	left:          0;
	top:           0;
	width:         140px;
	height:        140px;
	border-radius: 50%;
	overflow:      hidden;
}

.author-box .box-inner .content .author-name {
	position:    relative;
	color:       #222222;
	font-size:   24px;
	font-weight: 700;
	line-height: 1.3em;
	display:     inline-block;
}

.author-box .box-inner .content .social-box {
	position:    relative;
	margin-top:  15px;
	margin-left: 18px;
	display:     inline-block;
}

.author-box .box-inner .content .social-box li {
	position: relative;
	margin:   0 8px;
	display:  inline-block;
}

.author-box .box-inner .content .social-box li a {
	position:  relative;
	color:     VAR(--theme_color1);;
	font-size: 16px;
}

.author-box .box-inner .content .text {
	position:    relative;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
	position:      relative;
	margin-bottom: 50px;
	padding-top:   70px;
}

.sidebar-page-container .group-title {
	position:      relative;
	margin-bottom: 35px;
}

.sidebar-page-container .group-title h4 {
	font-size:      30px;
	color:          #222222;
	font-weight:    700;
	text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box {
	position:           relative;
	padding:            0 0 0;
	margin-bottom:      50px;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
	margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
	border-color: #FF4C72;
}

.sidebar-page-container .comments-area .comment {
	position:  relative;
	padding:   0 0 0 110px;
	font-size: 14px;
}

.sidebar-page-container .comments-area .comment:before {
	position:      absolute;
	content:       '';
	left:          0;
	top:           38px;
	width:         100%;
	height:        1px;
	border-bottom: 1px dotted #000000;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
	position:      absolute;
	left:          0;
	top:           0;
	width:         80px;
	overflow:      hidden;
	margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
	width:   100%;
	display: block;
}

.sidebar-page-container .comments-area .comment-box .author-name {
	position:    relative;
	color:       #222222;
	font-size:   18px;
	font-weight: 700;
}

.sidebar-page-container .comments-area .comment-info {
	margin-bottom: 10px;
	color:         #3E5773;
	line-height:   24px;
	font-size:     13px;
}

.sidebar-page-container .comments-area .comment-box strong {
	font-size:      15px;
	font-weight:    600;
	color:          #222222;
	display:        block;
	line-height:    1.2em;
	text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .comment-text {
	margin-top:  35px;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment .comment-time {
	position:      relative;
	color:         #666666;
	font-size:     14px;
	font-weight:   400;
	padding-right: 15px;
	margin-right:  12px;
	display:       inline-block;
	border-right:  1px solid #222222;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
	position:       relative;
	font-size:      14px;
	color:          VAR(--theme_color1);;
	font-weight:    400;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .reply-btn .icon {
	color: VAR(--theme_color1);;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
	color: #121212;
}

.sidebar-page-container .comments-area .reply-comment:last-child {
	border-bottom:  none;
	padding-bottom: 0px;
	margin-bottom:  0;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
	position: relative;
}

.comment-form .form-inner {
	position:         relative;
	padding:          50px 35px 30px;
	background-color: #F7F7F7;
	border:           1px solid #EEEEEE;
}

.comment-form .form-group {
	position:      relative;
	margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position:           relative;
	display:            block;
	width:              100%;
	line-height:        33px;
	padding:            10px 30px;
	height:             65px;
	color:              #000000;
	font-size:          16px;
	background-color:   #F7F8FB;
	border-bottom:      2px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
	border-color: #FFA116;
}

.comment-form .form-group textarea {
	position:           relative;
	display:            block;
	width:              100%;
	line-height:        24px;
	padding:            15px 30px;
	color:              #000000;
	height:             120px;
	font-size:          16px;
	resize:             none;
	background-color:   #F7F8FB;
	border-bottom:      2px solid transparent;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.comment-form button {
	margin-top: 10px;
	padding:    11px 33px;
}

/***

====================================================================
	Submit Info Section
====================================================================

 ***/

.submit-info-section {
	position: relative;
	padding:  50px 0 40px;
}

.submit-info-section .section-icons {
	position: absolute;
	left:     0;
	top:      0;
	right:    0;
	bottom:   0;
}

.submit-info-section .section-icons .icon-one {
	position: absolute;
	left:     10%;
	top:      30%;
}

.submit-info-section .section-icons .icon-two {
	position: absolute;
	right:    10%;
	bottom:   10%;
}

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

.info-block .inner-box {
	position:         relative;
	text-align:       center;
	padding:          45px 15px;
	border-radius:    5px;
	background-color: #FFFFFF;
	box-shadow:       0 0 15px rgba(0, 0, 0, 0.10);
	height:           290px;
}

.info-block .inner-box h3 {
	position:    relative;
	font-weight: 700;
	font-size:   24px;
	color:       VAR(--theme_color1);;
}

.info-block .inner-box .text {
	position:    relative;
	margin-top:  10px;
	color:       #666666;
	font-size:   16px;
	line-height: 1.8em;
}

.info-block .inner-box .text a {
	color: #666666;
}

/***

====================================================================
	Map Section
====================================================================

***/

.map-section {
	position: relative;
}

.map-section .map-canvas {
	position: relative;
	height:   550px;
}

.map-data {
	text-align:  center;
	font-size:   14px;
	font-weight: 400;
	line-height: 1.8em;
}

.map-data a {
	display: block;
}

.map-data h6 {
	font-size:     16px;
	font-weight:   700;
	text-align:    center;
	margin-bottom: 5px;
	color:         #121212;
}

/***

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
	position: relative;
	padding:  0 0 90px;
}

.contact-form-section .sec-title .text {
	max-width:   720px;
	color:       #666666;
	font-size:   16px;
	line-height: 1.7em;
	margin-top:  40px;
}

.contact-form-section .side-icons {
	position: absolute;
	right:    0;
	top:      20%;
}

.contact-form-section .side-icons .icon-one {
	position: absolute;
	right:    0;
	top:      5px;
	width:    105px;
	height:   137px;
	z-index:  1;
}

.contact-form-section .side-icons .icon-two {
	position: absolute;
	right:    0;
	top:      -30px;
	width:    188px;
	height:   242px;
}

.contact-form-section .side-icons .icon-three {
	position: absolute;
	right:    0;
	top:      125px;
	width:    86px;
	height:   118px;
}


.contact-form-section .contact-form {
	max-width: 945px;
	margin:    0 auto;
}

.contact-form .form-group {
	position:      relative;
	margin-bottom: 30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position:           relative;
	display:            block;
	width:              100%;
	line-height:        33px;
	padding:            10px 25px;
	color:              #222222;
	font-size:          14px;
	border-radius:      2px;
	background:         #FFFFFF;
	height:             43px;
	border:             1px solid #CCCCCC;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}
.contact-form .form-group select {
	height: 43px !important;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: #FE4B7B;
}

.contact-form .form-group textarea {
	position:           relative;
	display:            block;
	width:              100%;
	line-height:        24px;
	padding:            10px 25px;
	height:             50px;
	resize:             none;
	color:              #333333;
	font-size:          14px;
	border-radius:      2px;
	background:         #FFFFFF;
	border:             1px solid #CCCCCC;
	-webkit-transition: all 300ms ease;
	-ms-transition:     all 300ms ease;
	-o-transition:      all 300ms ease;
	-moz-transition:    all 300ms ease;
	transition:         all 300ms ease;
}

.contact-form .submit-btn:hover {
	background: none;
	color:      #DC6C8F;
}

.contact-form .theme-btn {
	padding:    11px 34px;
	margin-top: 10px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: VAR(--theme_color1);;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #FF0000 !important;
}

.contact-form label.error {
	display:        block;
	line-height:    24px;
	padding:        5px 0 0;
	margin:         0;
	text-transform: uppercase;
	font-size:      12px;
	color:          #FF0000;
	font-weight:    500;
}
.profile_box .title {
	text-align:  center;
	color:       #FFFFFF;
	padding:     12px 0;
	font-size:   18px;
	font-weight: 600;
	background:  VAR(--theme_color1);;
}
.profile_box h6 {
	margin:     20px 0;
	text-align: center;
}
.profile_pic img {
	margin:    20px auto;
	display:   table;
	border:    1px solid #CCCCCC;
	padding:   2px;
	max-width: 75%;
}
form.ep_data input.form-control {
	border-radius: 30rem 0 0 30rem;
	border:        1px solid #CED4DA !important;
}
span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 415px !important;
}
span.select2.select2-container.select2-container--default {
	width: 415px !important;
}

/* Global Style */

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

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

.default-form button {
	cursor:pointer;
}

/***

====================================================================
	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:         #FFFFFF;
	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:#FFFFFF;
}

/***

====================================================================
	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:#FFFFFF;
	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:        #9D1E75;
	margin-bottom:40px;
}

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

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

.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:       #222222;
	padding-left:0;
	transition:  .5s ease;
}

.read-more-btn:before {
	position:  absolute;
	content:   '';
	background:#9D1E75;
	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:       #9D1E75;
	padding-left:35px;
}

/***

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

***/

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


/***

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

***/

.speaker-section.style-two {
	background:     #F7F8FB;
	background-size:cover;
	border-top:     1px solid #E2E2E2;
}

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

.speaker-section.style-two .speaker-block .inner-box .image {
	width:     250px;
	height:    250px;
	background:#FFFFFF;
	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:#009c83;
}

.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:#FFFFFF;
}

.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;
}

.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:#222222;
}

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

.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:#FFFFFF;
}

/***

====================================================================
	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:#FFFFFF;
	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:#009c83;
}

.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:#FFFFFF;
}

.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:#FFFFFF;
}

.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/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:   #FFFFFF;
	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:#CCCCCC;
}

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


/***

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

***/

.main-footer.style-four {
	background: #FFFFFF;
	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:#222222;
}

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

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

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

/***

====================================================================
	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 #009c83;
}

.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:#FFFFFF;
}

.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 #FFFFFF;
	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:#9D1E75;
	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:   #009c83;
	background:     #009c83 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:       #009c83;
	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:#FFFFFF;
}

.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: 70px 0 60px;
}

.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: #e8b500;
	opacity:   .4;
	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:   #FFFFFF;
	border-radius:50%;
	font-size:    18px;
	color:        #e8b500;
	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/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:   #5eac45;
	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:     #5eac45;
	display:   inline-block;
	transition:.5s;
	width:     80px;
	height:    80px;
	z-index:   9;
	position:  relative;
}

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

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

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

.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:    15px;
	line-height:  1.7em;
	margin-bottom:30px;
}

.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;
	}
	
}


/* Ecology */

.ecology .main-menu .navigation > li:hover > a,
.ecology .main-menu .navigation > li.current > a,
.ecology .main-header.light-version .main-menu .navigation > li:hover > a,
.ecology .main-header.light-version .main-menu .navigation > li.current > a {
	color:#8DC63F;
}

.ecology .main-header .header-upper .outer-box .btn-box .theme-btn {
	background:  #8DC63F;
	border-color:#8DC63F;
}

.ecology .main-header .header-upper .outer-box .btn-box .theme-btn:hover {
	background:transparent;
	color:     #8DC63F;
}

.ecology .main-menu .navigation > li > a:before {
	background:#131144;
}

.ecology .banner-section-four .buttons-box .btn-style-two {
	background:  #8DC63F;
	border-color:#8DC63F;
}

.ecology .banner-section-four .buttons-box .btn-style-two:hover {
	background:  transparent;
	border-color:#8DC63F;
	color:       #8DC63F;
}

.ecology .banner-section-four .buttons-box .btn-style-one {
	background:  #131144;
	border-color:#131144;
}

.ecology .banner-section-four .buttons-box .btn-style-one:hover {
	background:transparent;
	color:     #131144;
}

.ecology .sec-title .title {
	color:#8DC63F;
}

.ecology .sec-title .separator {
	background-image:url(../images/separator-2.png);
}

.ecology .btn-style-two {
	background:  #8DC63F;
	border-color:#8DC63F;
}

.ecology .btn-style-two:hover {
	background:  transparent;
	border-color:#8DC63F;
	color:       #8DC63F;
}

.ecology .mission-section .video-column .video-image-box .image .video-boxed:hover {
	border-color:#8DC63F;
	background:  #222222;
}

.ecology .mission-section .video-column .video-image-box .image .video-boxed {
	background:#8DC63F;
}

.ecology .counter-section-two:before {
	opacity:.1;
}

.ecology .fact-counter.style-two .column .inner .count-outer {
	background:transparent;
	top:       0;
	padding:   0;
	color:     #222222;
}

.ecology .fact-counter .column .inner .separator {
	display:none;
}

.ecology .fact-counter.style-two .column:nth-child(2) .inner .count-outer {
	background:transparent;
}

.ecology .fact-counter.style-two .column:nth-child(3) .inner .count-outer {
	background:transparent;
}

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

.ecology .speaker-section.style-two .speaker-block .inner-box .image:after {
	background:#000000 padding-box content-box;
}

.ecology .speaker-section.style-two .speaker-block .inner-box .image .social-box {
	background:#131144;
}

.ecology .speaker-block .inner-box .lower-content .designation {
	color:#8DC63F;
}

.ecology .btn-style-four:before {
	background:#8DC63F;
}

.ecology .btn-style-four:after {
	border-color:#8DC63F;
}

.ecology .btn-style-four:hover {
	color:#8DC63F;
}

.ecology .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn:hover,
.ecology .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn {
	background:  #8DC63F url(../images/background/pattern-2.png) no-repeat;
	border-color:#8DC63F;
}

.ecology .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn {
	border-bottom-color:#8DC63F;
}

.ecology .event-block .inner-box .info-column h2 a:hover {
	color:#8DC63F;
}

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

.ecology .price-block .inner-box {
	border-color:#8DC63F !important;
}

.ecology .price-block .inner-box .price {
	color:#8DC63F !important;
}

.ecology .price-block .inner-box .buy-btn {
	background:#8DC640 !important;
}

.ecology .newsletter-section .inner-container {
	background:#8DC63F;
}

.ecology .newsletter-section .inner-container .section-icons .icon-three {
	display:none;
}

.ecology .newsletter-section .newsletter-form .form-group input[type="submit"],
.ecology .newsletter-section .newsletter-form button {
	background:  #222222;
	border-color:#222222;
	cursor:      pointer;
}

.ecology .newsletter-section .newsletter-form button:hover {
	color:       #8DC641;
	background:  #FFFFFF;
	border-color:#FFFFFF;
}

.ecology .main-footer .footer-nav ul li a:hover {
	color:#8DC641;
}

.ecology .main-footer .footer-nav ul li:last-child a {
	color:#8DC641;
}

.ecology .sticky-header .main-menu .navigation > li:hover > a,
.ecology .sticky-header .main-menu .navigation > li.current > a {
	color:#8DC63F !important;
}

.ecology .main-menu .navigation > li > ul > li:hover > a {
	color:#8DC63F;
}

.ecology .main-menu .navigation > li > ul > li > ul > li:hover > a {
	color:#8DC63F;
}

.ecology .scroll-to-top {
	background:#8DC63F;
}

.ecology .search-popup .search-form fieldset input[type="submit"] {
	background:#8DC63F;
}

.ecology .search-popup .recent-searches li a:hover {
	color:       #8DC63F;
	border-color:#8DC63F;
}

.ecology .search-popup .search-form fieldset input[type="submit"]:hover {
	background:#8DC63F;
}

.ecology .popup-content .content-column .inner-column .speakder-designation {
	color:#8DC63F;
}

.ecology .popup-content .image-column .inner-column .image .social-box {
	background:#8DC63F;
}

.ecology .skills .skill-item .skill-bar .bar-inner .bar {
	background:#8DC63F;
}


/* Business Consulting */

.business-consulting .main-menu .navigation > li:hover > a,
.business-consulting .main-menu .navigation > li.current > a,
.business-consulting .main-header.light-version .main-menu .navigation > li:hover > a,
.business-consulting .main-header.light-version .main-menu .navigation > li.current > a {
	color:#42C0E5;
}

.business-consulting .main-header .header-upper .outer-box .btn-box .theme-btn {
	background:  #0D70B7;
	border-color:#0D70B7;
}

.business-consulting .main-header .header-upper .outer-box .btn-box .theme-btn:hover {
	background:transparent;
	color:     #0D70B7;
}

.business-consulting .main-menu .navigation > li > a:before {
	background:#42C0E5;
}

.business-consulting .banner-section-four .buttons-box .btn-style-two {
	background:  #0D70B7;
	border-color:#0D70B7;
}

.business-consulting .banner-section-four .buttons-box .btn-style-two:hover {
	background:  transparent;
	border-color:#0D70B7;
	color:       #0D70B7;
}

.business-consulting .banner-section-four .buttons-box .btn-style-one {
	background:  #42C0E5;
	border-color:#42C0E5;
}

.business-consulting .banner-section-four .buttons-box .btn-style-one:hover {
	background:transparent;
	color:     #42C0E5;
}

.business-consulting .sec-title .title {
	color:#42C0E5;
}

.business-consulting .sec-title .separator {
	background-image:url(../images/separator-3.png);
}

.business-consulting .btn-style-two {
	background:  #0D70B7;
	border-color:#0D70B7;
}

.business-consulting .btn-style-two:hover {
	background:  transparent;
	border-color:#0D70B7;
	color:       #0D70B7;
}

.business-consulting .feature-block-six .inner-box .icon-box {
	color:#0D70B7;
}

.business-consulting .feature-block-six .inner-box h3 a:hover {
	color:#0D70B7;
}

.business-consulting .counter-section-two:before {
	opacity:.1;
}

.business-consulting .fact-counter.style-two .column .inner .count-outer {
	background:transparent;
	top:       0;
	padding:   0;
	color:     #222222;
}

.business-consulting .fact-counter .column .inner .separator {
	display:none;
}

.business-consulting .fact-counter.style-two .column:nth-child(2) .inner .count-outer {
	background:transparent;
}

.business-consulting .fact-counter.style-two .column:nth-child(3) .inner .count-outer {
	background:transparent;
}

.business-consulting .speaker-section.style-three .speaker-block .inner-box .image:before {
	background:#0D70B7;
}

.business-consulting .speaker-section.style-three .speaker-block .inner-box .image:after {
	background:#000000 padding-box content-box;
}

.business-consulting .speaker-section.style-three .speaker-block .inner-box .image .social-box {
	background:#42C0E5;
}

.business-consulting .speaker-block .inner-box .lower-content .designation {
	color:#42C0E5;
}

.business-consulting .btn-style-four:before {
	background:#0D70B7;
}

.business-consulting .btn-style-four:after {
	border-color:#0D70B7;
}

.business-consulting .btn-style-four:hover {
	color:#0D70B7;
}

.business-consulting .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn:hover,
.business-consulting .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn {
	background:     #0D70B7 url(../images/background/pattern-2.png) no-repeat;
	border-color:   #0D70B7;
	background-size:cover;
}

.business-consulting .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn {
	border-color:    #0D70B7;
	background-color:#0D70B7;
}

.business-consulting .event-block .inner-box .info-column h2 a:hover {
	color:#0D70B7;
}

.business-consulting .events-section.style-four .event-block .inner-box:hover {
	border-bottom-color:#42C0E5;
}

.business-consulting .events-section.style-five .event-block:before {
	background:#0D70B7;
}

.business-consulting .events-section.style-five .events-info-tabs .events-tabs .tab-btns .tab-btn:before {
	background:#187BBD;
}

.business-consulting .price-block .inner-box {
	border-color:#0D70B7 !important;
}

.business-consulting .price-block .inner-box .price {
	color:#0D70B7 !important;
}

.business-consulting .price-block .inner-box .buy-btn {
	background:#0D70B7 !important;
}

.business-consulting .newsletter-section .inner-container {
	background:#0D70B7;
}

.business-consulting .newsletter-section .inner-container .section-icons .icon-three {
	display:none;
}

.business-consulting .newsletter-section .newsletter-form .form-group input[type="submit"],
.business-consulting .newsletter-section .newsletter-form button {
	background:  #222222;
	border-color:#222222;
	cursor:      pointer;
}

.business-consulting .newsletter-section .newsletter-form button:hover {
	color:       #0D70B7;
	background:  #FFFFFF;
	border-color:#FFFFFF;
}

.business-consulting .main-footer .footer-nav ul li a:hover {
	color:#8DC641;
}

.business-consulting .main-footer .footer-nav ul li:last-child a {
	color:#42C0E5;
}

.business-consulting .sticky-header .main-menu .navigation > li:hover > a,
.business-consulting .sticky-header .main-menu .navigation > li.current > a {
	color:#42C0E5 !important;
}

.business-consulting .main-menu .navigation > li > ul > li:hover > a {
	color:#0D70B7;
}

.business-consulting .main-menu .navigation > li > ul > li > ul > li:hover > a {
	color:#0D70B7;
}

.business-consulting .scroll-to-top {
	background:#0D70B7;
}

.business-consulting .search-popup .search-form fieldset input[type="submit"] {
	background:#0D70B7;
}

.business-consulting .search-popup .recent-searches li a:hover {
	color:       #0D70B7;
	border-color:#0D70B7;
}

.business-consulting .search-popup .search-form fieldset input[type="submit"]:hover {
	background:#0D70B7;
}

.business-consulting .popup-content .content-column .inner-column .speakder-designation {
	color:#0D70B7;
}

.business-consulting .popup-content .image-column .inner-column .image .social-box {
	background:#0D70B7;
}

.business-consulting .skills .skill-item .skill-bar .bar-inner .bar {
	background:#0D70B7;
}

.business-consulting .btn-style-one {
	background:  #0D70B7;
	border-color:#0D70B7;
}

.business-consulting .btn-style-one:hover {
	color:#0D70B7;
}

.business-consulting .time-counter .time-countdown .counter-column {
	color:#0D70B7;
}


/* Food Fastival */

.food-festival .main-menu .navigation > li:hover > a,
.food-festival .main-menu .navigation > li.current > a,
.food-festival .main-header.light-version .main-menu .navigation > li:hover > a,
.food-festival .main-header.light-version .main-menu .navigation > li.current > a {
	color:#C4A857;
}

.food-festival .main-header .header-upper .outer-box .btn-box .theme-btn {
	background:  #C4A857;
	border-color:#C4A857;
}

.food-festival .main-header .header-upper .outer-box .btn-box .theme-btn:hover {
	background:transparent;
	color:     #C4A857;
}

.food-festival .main-menu .navigation > li > a:before {
	background:#C4A857;
}

.food-festival .banner-section-four .buttons-box .btn-style-two {
	background:  #C4A857;
	border-color:#C4A857;
}

.food-festival .banner-section-four .buttons-box .btn-style-two:hover {
	background:  transparent;
	border-color:#C4A857;
	color:       #C4A857;
}

.food-festival .banner-section-four .buttons-box .btn-style-one {
	background:  #C4A857;
	border-color:#C4A857;
}

.food-festival .banner-section-four .buttons-box .btn-style-one:hover {
	background:transparent;
	color:     #C4A857;
}

.food-festival .sec-title .title {
	color:#C4A857;
}

.food-festival .sec-title .separator {
	background-image: url(../images-2/separator-4.png);
	animation:        none;
	width:            100%;
	height:           42px;
	background-repeat:no-repeat;
}

.food-festival .btn-style-two {
	background:  #C4A857;
	border-color:#C4A857;
}

.food-festival .btn-style-two:hover {
	background:  transparent;
	border-color:#C4A857;
	color:       #C4A857;
}

.food-festival .feature-block-six .inner-box .icon-box {
	color:#C4A857;
}

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

.food-festival .counter-section-two:before {
	opacity:.1;
}

.food-festival .fact-counter.style-two .column .inner .count-outer {
	background:transparent;
	top:       0;
	padding:   0;
	color:     #222222;
}

.food-festival .fact-counter .column .inner .separator {
	display:none;
}

.food-festival .fact-counter.style-two .column:nth-child(2) .inner .count-outer {
	background:transparent;
}

.food-festival .fact-counter.style-two .column:nth-child(3) .inner .count-outer {
	background:transparent;
}

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

.food-festival .speaker-section.style-three .speaker-block .inner-box .image:after {
	background:#000000 padding-box content-box;
}

.food-festival .speaker-section.style-three .speaker-block .inner-box .image .social-box {
	background:#C4A857;
}

.food-festival .speaker-block .inner-box .lower-content .designation {
	color:#C4A857;
}

.food-festival .btn-style-four:before {
	background:#C4A857;
}

.food-festival .btn-style-four:after {
	border-color:#C4A857;
}

.food-festival .btn-style-four:hover {
	color:#C4A857;
}

.food-festival .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn:hover,
.food-festival .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn.active-btn {
	background:     #C4A857 url(../images/background/pattern-2.png) no-repeat;
	border-color:   #C4A857;
	background-size:cover;
}

.food-festival .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn {
	border-color:    #C4A857;
	background-color:#C4A857;
}

.food-festival .event-block .inner-box .info-column h2 a:hover {
	color:#C4A857;
}

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

.food-festival .events-section.style-five .event-block:before {
	background:#C4A857;
}

.food-festival .events-section.style-five .events-info-tabs .events-tabs .tab-btns .tab-btn:before {
	background:#187BBD;
}

.food-festival .price-block .inner-box {
	border-color:#C4A857 !important;
}

.food-festival .price-block .inner-box .price {
	color:#C4A857 !important;
}

.food-festival .price-block .inner-box .buy-btn {
	background:#C4A857 !important;
}

.food-festival .newsletter-section .inner-container {
	background:#C4A857;
}

.food-festival .newsletter-section .inner-container .section-icons .icon-three {
	display:none;
}

.food-festival .newsletter-section .newsletter-form .form-group input[type="submit"],
.food-festival .newsletter-section .newsletter-form button {
	background:  #222222;
	border-color:#222222;
	cursor:      pointer;
}

.food-festival .newsletter-section .newsletter-form button:hover {
	color:       #C4A857;
	background:  #FFFFFF;
	border-color:#FFFFFF;
}

.food-festival .main-footer .footer-nav ul li a:hover {
	color:#8DC641;
}

.food-festival .main-footer .footer-nav ul li:last-child a {
	color:#C4A857;
}

.food-festival .sticky-header .main-menu .navigation > li:hover > a,
.food-festival .sticky-header .main-menu .navigation > li.current > a {
	color:#C4A857 !important;
}

.food-festival .main-menu .navigation > li > ul > li:hover > a {
	color:#C4A857;
}

.food-festival .main-menu .navigation > li > ul > li > ul > li:hover > a {
	color:#C4A857;
}

.food-festival .scroll-to-top {
	background:#C4A857;
}

.food-festival .search-popup .search-form fieldset input[type="submit"] {
	background:#C4A857;
}

.food-festival .search-popup .recent-searches li a:hover {
	color:       #C4A857;
	border-color:#C4A857;
}

.food-festival .search-popup .search-form fieldset input[type="submit"]:hover {
	background:#C4A857;
}

.food-festival .popup-content .content-column .inner-column .speakder-designation {
	color:#C4A857;
}

.food-festival .popup-content .image-column .inner-column .image .social-box {
	background:#C4A857;
}

.food-festival .skills .skill-item .skill-bar .bar-inner .bar {
	background:#C4A857;
}

.food-festival .btn-style-one {
	background:  #C4A857;
	border-color:#C4A857;
}

.food-festival .btn-style-one:hover {
	color:#C4A857;
}

.food-festival .time-counter .time-countdown .counter-column {
	color:#C4A857;
}

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

.food-festival .speaker-section.style-two .speaker-block .inner-box .image .social-box {
	background:#FFFFFF;
}

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

.food-festival .speaker-section.style-two .speaker-block .inner-box .image:after {
	background:#222222 padding-box content-box;
}

.food-festival .main-footer {
	background:#1A1919;
}

.food-festival .main-footer .footer-nav {
	background:#1E1E1E;
}

.food-festival .sec-title h2 {
	font-size:40px;
}

.food-festival .mission-section .video-column .video-image-box .image .video-boxed {
	right:       50%;
	margin-right:-65px;
}

.food-festival .mission-section .video-column .video-image-box .image .video-boxed:hover {
	border-color:#C4A857;
	background:  #222222;
}

.food-festival .mission-section .video-column .video-image-box .image .video-boxed {
	background-color:#C4A857;
}

.food-festival .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn {
	color:      #FFFFFF;
	font-weight:600;
}

.food-festival .events-section .events-info-tabs .events-tabs .tab-btns .tab-btn span {
	color:#FFFFFF;
}

/* Service Block Two */
.services-section-two {
	position:relative;
	padding: 150px 0 120px;
}

.service-block-two .inner-box {
	position:     relative;
	margin-bottom:30px;
}

.service-block-two .inner-box .content {
	padding:       30px;
	background:    #FFFFFF;
	box-shadow:    0 0 13px rgba(0, 0, 0, 0.08);
	text-align:    center;
}

.service-block-two .inner-box h4 {
	font-size:    20px;
	font-weight:  600;
	color:        #222222;
	margin-bottom:10px;
}

.service-block-two .inner-box .text {
	font-size:    16px;
	margin-bottom:22px;
}

.service-block-two .inner-box .price {
	font-size:  30px;
	font-weight:600;
	color:      #C4A857;
}


/* Testimonial Section Two */

.testimonial-section-two {
	position:             relative;
	padding:              130px 0;
	background-attachment:fixed;
	background-size:      cover;
}

.testimonial-section-two:before {
	position:  absolute;
	content:   '';
	left:      0;
	top:       0;
	right:     0;
	bottom:    0;
	background:#222222ED;
}

.testimonial-section-two .testimonial-wrapper {
	position: relative;
	max-width:700px;
	margin:   0 auto;
}

.testimonial-block-three {
	position:relative;
}

.testimonial-block-three .inner-box {
	position:  relative;
	text-align:center;
}

.testimonial-block-three .inner-box img {
	width:        auto;
	border-radius:50%;
}

.testimonial-block-three .image {
	position:absolute;
	display: inline-block;
	left:    0;
	top:     0;
	opacity: 0;
}

.testimonial-block-three h3 {
	font-size:  24px;
	color:      #FFFFFF;
	font-weight:600;
}

.testimonial-block-three .designation {
	font-size:20px;
	color:    #C4A857;
}

.testimonial-block-three .upper-content {
	position:     relative;
	margin-bottom:30px;
}

.testimonial-block-three .upper-content .text {
	color:      #FFFFFF;
	font-size:  20px;
	line-height:30px;
}

.testimonial-section-two .quote-icon {
	position:   absolute;
	color:      rgba(255, 255, 255, 0.05);
	font-size:  194px;
	bottom:     45px;
	left:       50%;
	line-height:150px;
	transform:  translateX(-50%);
}

.testimonial-block-three .author {
	position:  relative;
	display:   inline-block;
	min-height:80px;
}

.testimonial-section-two .owl-nav {
	display:none;
}

.testimonial-section-two .owl-dots {
	position:  relative;
	bottom:    0px;
	text-align:center;
	margin-top:50px;
}

.testimonial-section-two .owl-dots .owl-dot {
	position:          relative;
	width:             10px;
	height:            10px;
	margin-right:      10px;
	display:           inline-block;
	border-radius:     50px;
	background-color:  rgba(255, 255, 255, 0.3);
	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;
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover {
	background-color:rgb(196, 168, 87);
}