/* ---------------------------------------
[Master Stylesheet]
Project:    	Eventrox - Digital Conference HTML Template
Version:    	1
Last Change:    11/3/2020
------------------------------------------

[Table of contents]

1. Fonts
2. Resources / Css Files
3. Reset
4. Global Settings
5. Buttons Style
6. Social Icons
7. Scroll To Top style
8. Page Title
9. Section Title
10. Main Header / Two / Three
11. Mobile Menu
12. Banner Section
13. Banner Conference
14. Banner MeetUp
15. About Section / Two
16. Coming Soon
17. Features Section / Two / Three
18. Fluid Section One
19. Speakers Section / Two / Three
20. Speaker Detail
21. schedule Section / Two / Three
22. Event Detail
23. Pricing Section / Two / Three
24. Fun Fact Section
25. FAQ's Section
26. FAQ Form Section
27. Fun Fact Section Two
28. Why Choose Us
29. App Section
30. Gallery Section
31. Event Info Section
32. Testimonial Section
33. News Section
34. Blog Sidebar
35. Blog Detail
36. Styled Pagination
37. Coming Soon
38. Video Section
39. Call to Action
40. Register Section
41. Contact Page Section
42. Map Section
43. Subscribe Section
44. Newsletter Section
45. Clients Section / Two / Three
46. Main Footer / Two / Three
47. Error Section
48. Sidebar Page Container
49. Comment Area
50. Comment Form
51. Social icon Colored
52. Right to Left
53. Boxed Layout
-------------------------------------------*/

/***

====================================================================
	 Fonts
====================================================================

***/

@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900|Orbitron:500,700|Ubuntu:400,500,700&display=swap");

/*
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Orbitron', sans-serif;
*/

/***

====================================================================
	 Resources / Css Files
====================================================================

 ***/

@import url("fontawesome-all.css");
@import url("flaticon.css");
@import url("elagant-icon.css");
@import url("animate.css");
@import url("swiper.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");

/***

====================================================================
    Reset
====================================================================

 ***/

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

/***

====================================================================
	Global Settings
====================================================================

 ***/

/* Skeleton loading */
.skeleton-loader {
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}

.skeleton-banner-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  /* Adjust height as needed */
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 5%, 50px);
}

.skeleton-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  /* Adjust height as needed */
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 5%, 50px);
}

.skeleton-date {
  width: 50%;
  height: 20px;
  background-color: #ccc;
  margin-bottom: 20px;
}

.skeleton-header {
  width: 50%;
  height: 40px;
  background-color: #ccc;
  margin-bottom: 20px;
}

.skeleton-details {
  width: 50%;
  height: 20px;
  background-color: #ccc;
  margin-bottom: 20px;
}

.skeleton-loader > div {
  margin: 5px 0;
  width: 50px;
  height: 20px;
  background-color: #fff;
}

/* Default styles for skeleton speakers card */
.skeleton-speakers-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  /* Adjust height as needed */
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 5%, 50px);
}

/* Default styles for skeleton circles */
.skeleton-circle {
  width: 200px;
  height: 200px;
  background-color: #ccc;
  border-radius: 50%;
  margin-bottom: clamp(10px, 2vw, 20px);
}

.skeleton-circle:not(:last-child) {
  margin-right: 50px;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

body {
  font-size: clamp(1em, 2vw, 1.5em);
  color: #0d0d0d;
  line-height: 1.7em;
  font-weight: 400;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #d90404;
}

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;
  font-family: "Ubuntu", sans-serif;
}

/* input,button,select,textarea{

} */

textarea {
  overflow: hidden;
}

p,
.text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #0d0d0d;
  font-weight: 400;
}

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

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

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

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

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

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

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

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.theme-btn .flaticon-arrow {
  display: inherit;
  font-size: inherit;
  margin-left: 3px;
  font-size: 14px;
  -webkit-transform: scaleX(-1) translateY(-1px);
  -moz-transform: scaleX(-1) translateY(-1px);
  -ms-transform: scaleX(-1) translateY(-1px);
  -o-transform: scaleX(-1) translateY(-1px);
  transform: scaleX(-1) translateY(-1px);
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::selection {
  background: #d90404;
  color: #f2f2f2;
}

::-moz-selection {
  background: #d90404;
  color: #f2f2f2;
}

::-webkit-selection {
  background: #d90404;
  color: #f2f2f2;
}

/***

====================================================================
	Buttons Style
====================================================================

 ***/

.theme-btn {
  position: relative;
  transition: all 300ms ease;
}

/* Button style one*/
.btn-style-one {
  position: relative;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #f2f2f2;
  font-weight: 400;
  text-align: center;
  background-color: #d90416;
  overflow: hidden;
  border-radius: 10px;
}

.btn-style-one .btn-title {
  position: relative;
}

.btn-style-one:hover {
  color: #d9040f;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f2f2f2;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* Button style two - Responsive */
.btn-style-two {
  position: relative;
  padding: clamp(12px, 2vw, 1rem) clamp(1.5rem, 5vw, 4rem);
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  line-height: 1.5;
  color: #f7f3f3;
  font-weight: 600;
  text-align: center;
  background-color: #fa1d1d;
  overflow: hidden;
  border-radius: clamp(5px, 1vw, 10px);
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.btn-style-two .btn-title {
  position: relative;
  z-index: 2;
}

/* Button hover effect */
.btn-style-two:hover {
  color: #f00606;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f3eeee;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 1;
}

.btn-style-two:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}

/* Button style three*/

.btn-style-three {
  position: relative;
  padding: 10px 30px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #f2f2f2;
  font-weight: 400;
  text-align: center;
  background-color: #d90404;
  overflow: hidden;
  border-radius: 10px;
}

.btn-style-three .btn-title {
  position: relative;
}

.btn-style-three:hover {
  color: #d90404;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f2f2f2;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* Button style four*/

.btn-style-four {
  position: relative;
  padding: 10px 30px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #f2f2f2;
  font-weight: 400;
  text-align: center;
  background-color: #d90404;
  overflow: hidden;
  border-radius: 10px;
}

.btn-style-four .btn-title {
  position: relative;
}

.btn-style-four:hover {
  color: #d90404;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-four:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f2f2f2;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  /* easeInOutQuint */
}

.btn-style-four:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* List Style One */

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

.list-style-one li {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 26px;
  color: #0d0d0d;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 10px;
}

.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  content: "\52";
  font-family: "ElegantIcons";
  color: #d90404;
}

/* List Style Two */

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

.list-style-two li {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #0d0d0d;
  font-weight: 400;
  padding-left: 25px;
  margin-bottom: 10px;
}

.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  background-color: #d90404;
  content: "";
}

/***

====================================================================
	Social Icons
====================================================================

 ***/

/*Social Icon One*/

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

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

.social-icon-one li:last-child {
  margin-right: 0;
}

.social-icon-one li a .fab,
.social-icon-one li a .fa-x-twitter {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #f2f2f2;
  background-color: #6a6a6a;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.social-icon-one li a:hover .fab,
.social-icon-one li a:hover .fa-x-twitter {
  transform: rotate(360deg);
}

.social-icon-one li a:hover .fab,
.social-icon-one li a:hover .fa-x-twitter {
  background-color: #d90404;
  border-color: #d90404;
  color: #f2f2f2;
}

/*Social Icon Two*/

.social-icon-two {
  position: relative;
  display: block;
}

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

.social-icon-two li a .fab,
.social-icon-two li a .fa-x-twitter {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  border: 1px solid #f2f2f2;
  background-color: #edeaea;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover .fab,
.social-icon-two li a:hover .fa-x-twitter {
  color: #e60707;
  background-color: #fa0202;
}

/*Social Icon Three*/

.social-icon-three {
  position: relative;
  display: block;
}

.social-icon-three li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 10px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  color: #0d0d0d;
}

.theme_color {
  color: #d90404;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/logo/ruby_conf_logo.png);
  background-size: 200px;
  margin-bottom: 5px;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "Almost Ready...";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 45px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 2em;
  color: #ae0303;
  text-decoration: underline;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.preloader-new {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.preloader-logo-new {
  width: clamp(100px, 25vw, 200px);
  height: clamp(100px, 25vw, 200px);
  background-image: url(../../images/logo/ruby_conf_new_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0px; /* Reduced space between logo and text */
}

.loader-new {
  font-weight: bold;
  font-family: monospace;
  font-size: clamp(0.8rem, 2vw, 1.4rem);
  display: inline-grid;
  margin-top: 0; /* Eliminated unnecessary space between "Loading..." and "Almost Ready..." */
}

.loader-new:before,
.loader-new:after {
  content: "Almost ready...";
  grid-area: 1/1;
  -webkit-mask: linear-gradient(90deg, #ea0707 50%, #0000 0) 0 50%/2ch 100%;
  animation: l11 1s infinite cubic-bezier(0.5, 220, 0.5, -220);
}

.loader-new:after {
  -webkit-mask-position: 1ch 50%;
  --s: -1;
}

@keyframes l11 {
  100% {
    transform: translateY(calc(var(--s, 1) * 0.1%));
  }
}

.preloader-new:after {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 2em;
  color: #ae0303;
  text-decoration: underline;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  margin-top: 0px; /* Reduced space below the loader */
}

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #f2f2f2;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #d90404;
  display: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #f2f2f2;
  background: #d90404;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

/***

====================================================================
	Tours Page Start
====================================================================

***/

.tours * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tours body {
  font-family: "Georgia", serif;
  line-height: 1.6;
  color: #2c3e50;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
  font-size: clamp(1rem, 2vw, 1.125rem);
}

.tours .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tours .header {
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 15px 15px 0 0;
  margin: -20px -20px 40px -20px;
  position: relative;
  overflow: hidden;
}

.tours .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="90" r="1.2" fill="rgba(255,255,255,0.1)"/></svg>')
    repeat;
}

.tours .header h1 {
  font-size: clamp(1.8em, 4.5vw, 2.5em);
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.tours .overview {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  border-left: 7px solid #e67e22;
}

.tours .overview h2 {
  color: #d35400;
  margin-bottom: 15px;
  font-size: clamp(1.3em, 2.8vw, 1.8em);
}

.tours .day {
  background: white;
  border: 3px solid #ecf0f1;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.tours .day:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.tours .day-header {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  padding: 20px;
  font-size: clamp(1em, 2.2vw, 1.3em);
  font-weight: bold;
}

.tours .day-content {
  padding: 25px;
}

.tours .day-content p {
  margin-bottom: 15px;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
}

.tours .meal-info {
  background: #e8f5e8;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  border-left: 6px solid #27ae60;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}

.tours .overnight-info {
  background: #f0f7ff;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  border-left: 6px solid #3498db;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
}

.tours .pricing {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  padding: 30px;
  border-radius: 10px;
  margin: 40px 0;
}

.tours .pricing h2 {
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
  font-size: clamp(1.3em, 2.8vw, 1.8em);
}

.tours .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.tours .price-item {
  background: white;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
}

.tours .price-item:hover {
  transform: scale(1.05);
}

.tours .price-item strong {
  color: #e74c3c;
  font-size: clamp(1.1em, 2.5vw, 1.3em);
}

.tours .included-excluded {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 40px 0;
}

.tours .included,
.tours .excluded {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tours .included {
  border-top: 6px solid #27ae60;
}

.tours .excluded {
  border-top: 6px solid #e74c3c;
}

.tours .included h3 {
  color: #27ae60;
  margin-bottom: 15px;
  font-size: clamp(1.1em, 2.5vw, 1.4em);
}

.tours .excluded h3 {
  color: #e74c3c;
  margin-bottom: 15px;
  font-size: clamp(1.1em, 2.5vw, 1.4em);
}

.tours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tours li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: clamp(1rem, 2vw, 1.125rem);
}

.tours .day-content ul li::before {
  content: "•";
  color: #3498db;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

.tours .included ul,
.tours .excluded ul,
.tours .important-notes ul {
  font-size: clamp(0.9rem, 1.8vw, 1rem);
}

.tours .included li::before {
  content: "✓ ";
  color: #27ae60;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.tours .excluded li::before {
  content: "✗ ";
  color: #e74c3c;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.tours .important-notes {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: white;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
}

.tours .important-notes h3 {
  margin-bottom: 15px;
  font-size: clamp(1.1em, 2.5vw, 1.4em);
}

.tours .important-notes ul {
  list-style: none;
  font-size: clamp(0.9rem, 1.8vw, 1rem);
}

.tours .important-notes li::before {
  content: "⚠ ";
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .tours .container {
    margin: 10px;
    padding: 15px;
    max-width: 100%;
  }

  .tours .included-excluded {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tours .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

/***

====================================================================
	Tours Page End
====================================================================

***/

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.page-title h1 {
  position: relative;
  display: block;
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #f2f2f2;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-title .bread-crumb {
  position: relative;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #f2f2f2;
  font-weight: 500;
  cursor: default;
  padding-right: 15px;
  margin-right: 15px;
}

.page-title .bread-crumb li:before {
  position: absolute;
  right: -3px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #f2f2f2;
  font-weight: 400;
  content: "|";
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: #f2f2f2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
media .page-title .bread-crumb li a:hover {
  color: #fa1d1d;
}

/***

====================================================================
	Section Title
====================================================================

***/

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

.sec-title .title {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  font-weight: 500;
  background: #d90404;
  background: -moz-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 25%,
    #d90404 75%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 25%,
    #d90404 75%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 25%,
    #d90404 75%,
    rgba(102, 16, 16, 0.671) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

/* Selection styling for .sec-title .title */
.featured-title {
  font-size: clamp(2rem, 4vw, 3rem); /* Overrides default size */
  font-weight: 700; /* Optional: emphasize more */
  position: relative;
  display: block;
  line-height: 1em;
  background: #d90404;
  background: -moz-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 25%,
    #d90404 75%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 25%,
    #d90404 75%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 25%,
    #d90404 75%,
    rgba(102, 16, 16, 0.671) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title .title::selection {
  background: #ffd6d6; /* Light red background */
  color: #000; /* Make text readable on selection */
  -webkit-text-fill-color: #000; /* Override transparent fill in WebKit */
}
.featured-title::selection {
  background: #ffd6d6; /* Light red background */
  color: #000; /* Make text readable on selection */
  -webkit-text-fill-color: #000; /* Override transparent fill in WebKit */
}
.sec-title .title::-moz-selection {
  background: #ffd6d6;
  color: #000;
}
.featured-title::-moz-selection {
  background: #ffd6d6;
  color: #000;
}
.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.2em;
  color: #0d0d0d;
  font-weight: 700;
}

.sec-title h1 {
  position: relative;
  display: inline-block;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.2em;
  color: #0d0d0d;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 28px;
  color: #484848;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #f2f2f2;
  -webkit-text-fill-color: inherit;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}

/***

====================================================================
	Main Header
====================================================================

***/

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box {
  position: relative;
  padding: 15px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .logo-box {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -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-outer {
  position: relative;
  float: right;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.main-header .nav-outer .main-menu {
  position: static;
  float: left;
}

.main-menu .navigation {
  position: static;
  margin: 0;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-left: 45px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  font-weight: 500;
  padding: 10px 0;
  color: #f2f2f2;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > a:before {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 2px;
  width: 0%;
  content: "";
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background: #d90404;
  background: -moz-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.main-menu .navigation > li > ul > li.dropdown > a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 25px;
  top: 8px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  font-weight: 900;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #f2f2f2;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  border-bottom: 3px solid #d90404;
  border-radius: 0 0 6px 6px;
  -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: 0;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

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

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 25px;
  line-height: 24px;
  font-weight: 400;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  text-transform: capitalize;
  color: #0d0d0d;
  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:hover > a {
  color: #d90404;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-top: -50px;
  padding: 20px 0;
  background: #f2f2f2;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  border-bottom: 3px solid #d90404;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 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%;
  margin-bottom: 0px;
}

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

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 25px;
  line-height: 24px;
  font-weight: 400;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  text-transform: capitalize;
  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;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #d90404;
}

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

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  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: #f2f2f2;
  line-height: 28px;
  border: 1px solid #f2f2f2;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/* Outer box */
.main-header .outer-box {
  position: relative;
  float: right;
  margin-left: 50px;
}

.main-header .search-box-outer {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .search-box-btn {
  position: relative;
  float: left;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  cursor: pointer;
  background: none;
  color: #f2f2f2;
  font-weight: 400;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* .main-header .search-box-btn:hover{

} */

.dropdown-toggle::after {
  display: none;
}

.main-header .search-box-outer .dropdown-menu {
  top: 44px !important;
  left: auto !important;
  right: 0;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border-top: 3px solid #faac1d;
}

.main-header .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #0d0d0d;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #0d0d0d;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  background: none;
  cursor: pointer;
}

.main-header .outer-box .btn-box {
  position: relative;
  float: right;
  padding: 5px 0;
  margin-left: 20px;
}

.main-header .outer-box .btn-box a {
  position: relative;
  float: right;
  padding: 10px 20px;
  line-height: 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 50px;
  cursor: pointer;
  color: #d90404;
  margin: 7px 0 2px;
  display: none;
}

/***

====================================================================
	Header Style Two
====================================================================

***/

.header-span {
  height: 90px;
  display: block;
}

.header-style-two .main-box {
  padding: 0;
  box-shadow: 0 0 30px #0d0d0d;
}

.header-style-two .outer-box,
.header-style-two .logo-box,
.header-style-two .main-menu .navigation > li {
  padding: 20px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-two .search-box-btn,
.header-style-two .main-menu .navigation > li > a {
  color: #0d0d0d;
}

.header-style-two.fixed-header {
  box-shadow: 0 0 30px #0d0d0d;
}

.main-header.header-style-two.fixed-header .main-box {
  background-color: #f2f2f2;
  padding: 0;
}

.header-style-two.fixed-header .outer-box,
.header-style-two.fixed-header .logo-box,
.header-style-two.fixed-header .main-menu .navigation > li {
  padding: 10px 0;
}

/***

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three .main-menu .navigation > li {
  margin-left: 35px;
}

.header-style-three .nav-outer {
  float: left;
}

.header-style-three .nav-outer .main-menu {
  margin-left: 45px;
}

.header-style-three .outer-box {
  position: relative;
  float: right;
}

.header-style-three .outer-box .btn-box a {
  border-radius: 3px;
}

/***

====================================================================
		Fixed Header
====================================================================

***/

.main-header.fixed-header .main-box {
  padding: 10px 0;
  background-color: #050505;
}

/***

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

***/

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  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: 100px;
}

.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;
  opacity: 0;
}

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

.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #f2f2f2;
  padding: 0 0;
  z-index: 5;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 25px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #f2f2f2;
  background-color: #d90404;
  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 {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  border-top: 1px solid #0d0d0d;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid #0d0d0d;
}

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

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid #0d0d0d;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #0d0d0d;
  font-weight: 600;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
  color: #d90404;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 44px;
  color: #0d0d0d;
  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 #0d0d0d;
}

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

/***

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
  position: relative;
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0 200px;
  text-align: center;
}

.banner-carousel .slide-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0d0d0d;
  opacity: 0.7;
  content: "";
}

.banner-carousel .content-box {
  position: relative;
}

.banner-carousel .content-box .title {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: #f8f4f4;
  font-weight: 500;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-carousel .active .content-box .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h2 {
  display: block;
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.2em;
  color: #f2f2f2;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-carousel .active .content-box h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel .content-box .info-list {
  position: relative;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-carousel .active .content-box .info-list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-carousel .content-box .info-list li {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 26px;
  color: #f2f2f2;
  font-weight: 400;
  margin: 0 10px;
  text-transform: uppercase;
}

.banner-carousel .content-box .info-list li .icon {
  color: #faac1d;
  margin-right: 10px;
  float: left;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 26px;
}

.banner-carousel .content-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: clamp(30px, 5vw, 50px);
  color: #f2f2f2;
  /*background-color: rgba(255,255,255,0.10);*/
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 100px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.banner-carousel .owl-next {
  left: auto;
  right: 0;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover {
  /*background-color: #F2F2F2;*/
  color: #faac1d;
}

/***

/***

====================================================================
		Banner Cfp
====================================================================

***/

.banner-cfp {
  background-color: #dc3545;
  color: white;
  text-align: center;
  padding: 25px 0;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}
.banner-cfp a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
.banner-cfp a:hover {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  text-decoration: underline;
  background-color: #db4251;
  color: #dc3535; /* Change text color */
  padding: 10px 20px; /* Add padding */
  border-radius: 5px; /* Add rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow */
}
.banner-content {
  padding-top: 20px;
}

/***

====================================================================
		Banner Conference
====================================================================

***/

.banner-conference {
  position: relative;
  padding: 200px 0;
  overflow: hidden;
}

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

.banner-conference .icons .icon-one {
  position: absolute;
  left: 10% !important;
  top: 17% !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-two {
  position: absolute;
  left: 35% !important;
  top: 25% !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-three {
  position: absolute;
  left: 6% !important;
  top: 58% !important;
  width: 34px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-four {
  position: absolute;
  left: 56% !important;
  top: 60% !important;
  width: 34px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-five {
  position: absolute;
  left: 79% !important;
  top: 25% !important;
  width: 35px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-six {
  position: absolute;
  left: 90% !important;
  top: 88% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-seven {
  position: absolute;
  left: 80% !important;
  top: 60% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-eight {
  position: absolute;
  left: 52% !important;
  top: 40% !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-nine {
  position: absolute;
  left: 52% !important;
  top: 12% !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-ten {
  position: absolute;
  left: 34% !important;
  top: 68% !important;
  width: 34px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-eleven {
  position: absolute;
  left: 89% !important;
  top: 80% !important;
  width: 34px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-twelve {
  position: absolute;
  left: 69% !important;
  top: 70% !important;
  width: 35px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-thirteen {
  position: absolute;
  left: 200% !important;
  top: 88% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference .icons .icon-fourteen {
  position: absolute;
  left: 95% !important;
  top: 95% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icon-dots {
  left: 40%;
  bottom: 180px;
}

.banner-conference-two .layer-outer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.banner-conference-two .images-outer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.banner-conference-two .images-outer .speaker-img {
  position: absolute;
  right: 150px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-conference-two .content-box {
  position: relative;
  z-index: 99;
}

.banner-conference-two .content-box .title {
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #f2f2f2;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner-conference-two .content-box h2 {
  display: block;
  font-size: clamp(0.8rem, 2vw, 1.5rem);
  line-height: 1.2em;
  color: #f2f2f2;
  font-weight: 700;
  margin-bottom: 50px;
}

.banner-conference-two .time-counter {
  position: relative;
  margin-bottom: 30px;
}

.banner-conference-two .time-countdown {
  position: relative;
}

.banner-conference-two .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 90px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #f2f2f2;
  font-weight: 500;
}

.banner-conference-two .time-countdown .counter-column:last-child {
  margin-right: 0;
}

.banner-conference-two .time-countdown .counter-column:before {
  position: absolute;
  content: ":";
  top: 10px;
  right: -20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  color: #f2f2f2;
}

.banner-conference-two .time-countdown .counter-column:after {
  position: absolute;
  left: 0;
  top: -20px;
  height: 100px;
  width: 90px;
  z-index: -1;
  border-radius: 5px 30px 5px 30px;
  background-color: #d90404;
  /* border-top: 3px solid #ec167f;
	border-bottom: 3px solid #ec167f; */
  content: "";
}

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

.banner-conference-two .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  color: #f2f2f2;
  font-weight: 700;
}

.banner-conference-two .content-box .btn-box {
  position: relative;
  margin-top: 60px;
}

.banner-conference .icon-circle-3 {
  left: -150px;
  top: -150px;
}

.banner-conference .icon-dots {
  left: 40%;
  bottom: 180px;
}

.banner-conference .layer-outer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.banner-conference .gradient-layer {
  position: absolute;
  left: 120px;
  width: 140%;
  height: 140%;
  top: -20%;
  border-radius: 50%;
  -webkit-transform: skew(-200deg);
  -moz-transform: skew(-200deg);
  -ms-transform: skew(-200deg);
  -o-transform: skew(-200deg);
  transform: skew(-200deg);
  background: #d90404;
  background: -moz-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  opacity: 2;
}

.banner-conference .images-outer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.banner-conference .images-outer .speaker-img {
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-conference .content-box {
  position: relative;
  z-index: 99;
}

.banner-conference .content-box .title {
  display: block;
  font-size: clamp(0.7rem, 2vw, 1rem);
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner-conference .content-box h2 {
  display: block;
  font-size: clamp(0.8rem, 2vw, 1.4rem);
  line-height: 1.2em;
  color: #faac1d;
  background: #d90404;
  background: -moz-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  background: linear-gradient(
    to left,
    #d90404 0%,
    rgba(102, 16, 16, 0.671) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 50px;
}

.banner-conference .time-counter {
  position: relative;
  margin-bottom: 30px;
}

.banner-conference .time-countdown {
  position: relative;
}

.banner-conference .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 80px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #d90404;
  font-weight: 500;
}

.banner-conference .time-countdown .counter-column:last-child {
  margin-right: 0;
}

.banner-conference .time-countdown .counter-column:before {
  position: absolute;
  content: ":";
  top: 10px;
  right: -20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  color: #d90404;
}

.banner-conference .time-countdown .counter-column:after {
  position: absolute;
  left: 0;
  top: -20px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  border-top: 5px solid #d90404;
  content: "";
}

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

.banner-conference .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  color: #d90404;
  font-weight: 700;
}

.banner-conference .content-box .btn-box {
  position: relative;
}

/***


/***

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

***/

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

.about-section .col-full-width {
  width: calc(100% - 20px);
  /* Adjust the padding value as needed */
  padding: 0 10px;
  /* Adjust the padding value as needed */
  box-sizing: border-box;
  /* Ensures padding is included in the width calculation */
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-right: clamp(10px, 5%, 80px);
}

.about-section .content-column .sec-title {
  position: relative;
  margin-bottom: 20px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
}

.about-section .content-column .sec-title .text {
  margin-top: 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
}

.about-section .content-column .sec-title h2 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: clamp(2.5rem, 6vw, 48px);
}

.about-section .content-column .list-style-one {
  margin-bottom: 30px;
}

.about-section .content-column .list-style-one li {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 2.7vw, 1.65rem);
}

.about-section .content-column .btn-box {
  position: relative;
}

.about-section .content-column .btn-box a {
  padding: clamp(10px, 5%, 20px);
  line-height: 20px;
  font-weight: 600;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .image-box {
  position: relative;
  padding-left: 80px;
}

/*.about-section .image-column .image-box img{
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 15px solid #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}*/

.about-section .image-column .image {
  position: relative;
  margin-bottom: 0;
}

.about-section .image-column .image:before {
  position: absolute;
  right: -10%;
  top: -10%;
  height: 120%;
  width: 120%;
  background-image: url(../../images/icons/shape-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-animation: dizzling 10s infinite;
  -moz-animation: dizzling 10s infinite;
  -ms-animation: dizzling 10s infinite;
  -o-animation: dizzling 10s infinite;
  animation: dizzling 10s infinite;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}

@keyframes dizzling {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

.icon-shape-1 {
  width: 484px;
  height: 225px;
  background-image: url(../../images/icons/shape-1.png);
}

.icon-shape-2 {
  width: 325px;
  height: 280px;
  background-image: url(../../images/icons/shape-2.png);
}

.icon-line-1 {
  width: 128px;
  height: 128px;
  background-image: url(../../images/icons/icon-line-1.png);
}

.icon-dots {
  width: 72px;
  height: 60px;
  background-image: url(../../images/icons/icon-dots.png);
}

.icon-dots-3 {
  width: 204px;
  height: 114px;
  background-image: url(../../images/icons/icon-dots-3.png);
}

.icon-circle-1 {
  width: 500px;
  height: 500px;
  background-image: url(../../images/icons/icon-circle-1.png);
  background-size: 100%;
}

.icon-circle-blue {
  width: 300px;
  height: 300px;
  background-image: url(../../images/icons/circle-blue.png);
}

.about-section .icon-circle-blue {
  right: -150px;
  bottom: -150px;
  opacity: 0.7;
  -webkit-animation: fa-spin 30s infinite;
  -moz-animation: fa-spin 30s infinite;
  -ms-animation: fa-spin 30s infinite;
  -o-animation: fa-spin 30s infinite;
  animation: fa-spin 30s infinite;
}

.about-section .icon-dots {
  left: 50%;
  top: 30%;
}

.about-section .icon-circle-1 {
  left: -200px;
  top: -200px;
  opacity: 0.05;
}

/***

====================================================================
		Speakers Section
====================================================================

***/

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

.speakers-section .sec-title h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}

.speakers-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(236, 26, 26);
  content: "";
}

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

.speaker-block .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: clamp(200px, 25vw, 300px);
  height: clamp(200px, 25vw, 300px);
  border: clamp(5px, 1.5vw, 10px) solid #ffffff;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.4);
  max-width: 300px;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.speaker-block .inner-box:hover {
  box-shadow: none;
}

.speaker-block .image-box {
  position: relative;
}

.speaker-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.speaker-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block .inner-box:hover .image img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-block .info-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(210, 28, 28, 0.7);
  background-color: rgba(237, 23, 23, 0.9);

  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.speaker-block .inner-box:hover .info-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  opacity: 1;
}

.speaker-block .info-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px;
}

.speaker-block .info-box .name {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  opacity: 0;
  margin-bottom: 5px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.speaker-block .inner-box:hover .info-box .name {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.speaker-block .info-box .inner .name a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* 
.speaker-block .info-box .name a:hover{

} */

.speaker-block .info-box .designation {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.speaker-block .inner-box:hover .info-box .designation {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.speaker-block .social-links {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.speaker-block .inner-box:hover .social-links {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.speaker-block .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block .social-links li a:hover i {
  color: #ffffff;
  background-color: #0d0d0d;
}

/***

====================================================================
	Speakers Section Two
====================================================================

***/

.speakers-section-two {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}

.speaker-block-two {
  position: relative;
  margin-bottom: 50px;
}

.speaker-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding: 50px 0 40px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  border-bottom: 5px solid #d21c1c;
  max-width: 300px;
  margin: 0 auto;
  -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-two .inner-box:hover {
  box-shadow: none;
}

.speaker-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../images/icons/speaker-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  opacity: 0.3;
}

.speaker-block-two .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0 30px 30px 0;
  background-color: #d21c1c;
  margin-bottom: 50px;
}

.speaker-block-two .info-box .name {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
}

.speaker-block-two .info-box .name a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-two .info-box .name a:hover {
  color: #ffffff;
}

.speaker-block-two .info-box .designation {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}

.speaker-block-two .image-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.speaker-block-two .image-box .image {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border: 4px solid #d21c1c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
}

.speaker-block-two .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-block-two .social-box {
  position: relative;
  display: block;
  text-align: center;
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block-two .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eeeeee;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-two .social-links li a:hover i {
  color: #ffffff;
  background: #0d0d0d;
}

.speakers-section-two .anim-icons {
  max-width: 100%;
}

.speakers-section-two .icon-shape-1 {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  left: 0;
  top: 0;
}

.speakers-section-two .icon-circle-3 {
  left: -90px;
  bottom: -90px;
  opacity: 0.7;
}

.speakers-section-two .icon-circle-4 {
  right: -75px;
  top: 30%;
}

.icon-circle-4 {
  height: 156px;
  width: 156px;
  background-image: url(../../images/icons/icon-circle-4.png);
}

.icon-circle-3 {
  height: 360px;
  width: 360px;
  background-image: url(../../images/icons/icon-circle-3.png);
  background-size: 100%;
}

/***

====================================================================
	Speakers Section Three
====================================================================

***/

.speakers-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

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

.speaker-block-three .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms 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 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(../../images/icons/shape-5.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}

.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border: 4px solid #682372;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #f20487;
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #f20487;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}

.speaker-block-three .info-box .name {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
}

.speaker-block-three .info-box .name a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .info-box .name a:hover {
  color: #ffffff;
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eeeeee;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
  color: #ffffff;
}

/***

====================================================================
	Speaker Detail
====================================================================

***/

.speaker-detail {
  position: relative;
  padding: 120px 0 70px;
}

.speaker-detail .image-column {
  position: relative;
  margin-bottom: 50px;
}

.speaker-detail .image-column .image-box {
  position: relative;
  padding-right: 20px;
}

.speaker-detail .image-column .image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 10px solid #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.speaker-detail .image-column .image img {
  display: block;
  width: 100%;
}

.speaker-detail .info-column {
  position: relative;
}

.speaker-detail .info-column .inner-column {
  position: relative;
}

.speaker-detail .info-column h1 {
  position: relative;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.speaker-detail .info-column h3 {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #101130;
}

.speaker-detail .info-column h4 {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222222;
}

.speaker-detail .info-column h5 {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(102, 16, 16, 0.671);
}

.speaker-detail .info-column .text-box {
  position: relative;
}

.speaker-detail .info-column p {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.6em;
  color: #888888;
  margin-bottom: 30px;
}

.speaker-detail .speaker-session-info {
  position: relative;
  margin-bottom: 30px;
}

.speaker-detail .speaker-session-info p {
  margin-bottom: 0;
  color: rgb(247, 0, 0);
}

.speaker-detail .bottom-box {
  position: relative;
  padding-left: 80px;
  min-height: 50px;
  margin-bottom: 30px;
}

/***

====================================================================
	schedule Section
====================================================================

***/

/*Schedule-table start*/

.schedule-pdf-btn-responsive {
  font-size: 1rem;
}

.custom-table thead {
  display: none;
}

.custom-table td,
.custom-table th {
  height: 70px;
}

.custom-table .col-1 {
  width: 20%;
}

.custom-table .col-2 {
  width: 60%;
}

.custom-table .col-3 {
  width: 20%;
}

.custom-table tbody tr td:nth-child(1) {
  width: 20%;
}
.custom-table tbody tr td:nth-child(2) {
  width: 60%;
}
.custom-table tbody tr td:nth-child(3) {
  width: 20%;
}

/*Schedule table end*/

.schedule-section {
  position: relative;
  padding: 120px 0 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fafafa;
  overflow: hidden;
}

.schedule-section .icon-circle-4 {
  right: -200px;
  bottom: 160px;
}

.schedule-section .icon-circle-3 {
  left: -375px;
  top: 340px;
  opacity: 0.3;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .tab.active-tab {
  display: block;
}

.schedule-tabs {
  position: relative;
}

.schedule-tabs .btns-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.schedule-tabs .tab-buttons {
  position: relative;
  text-align: center;
}

.schedule-tabs .tab-buttons li {
  position: relative;
  display: inline-block;
  height: 135px;
  width: 160px;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  color: #222222;
  font-weight: 600;
  text-align: left;
  padding: 15px 15px;
  padding-top: 70px;
  padding-left: 90px;
  cursor: pointer;
  margin: 0 15px 20px;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.schedule-tabs .tab-buttons li .day {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 5px 20px;
  background-color: #222222;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 0 15px 15px 0;
}

.schedule-tabs .tab-buttons li .date {
  position: absolute;
  left: -0;
  top: 80px;
  width: 100px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  font-weight: 600;
  color: #222222;
}

.schedule-tabs .tab-buttons li .month {
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}

.schedule-tabs .tab-buttons li .year {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.schedule-tabs .tab-buttons li.active-btn {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1) .day {
  background-color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .day {
  background-color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .day {
  background-color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .day {
  background-color: #e6275a;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .date {
  color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .date {
  color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .date {
  color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .date {
  color: #e6275a;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn {
  box-shadow: 0 0 30px rgba(255, 194, 11, 0.3);
  border: 1px solid #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn {
  box-shadow: 0 0 30px rgba(64, 203, 180, 0.3);
  border: 1px solid #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn {
  box-shadow: 0 0 30px rgba(76, 53, 169, 0.3);
  border: 1px solid #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn {
  box-shadow: 0 0 30px rgba(230, 39, 90, 0.3);
  border: 1px solid #e6275a;
}

.schedule-timeline {
  position: relative;
}

/*=== Schedule Block ===*/

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

.schedule-block:after {
  display: table;
  clear: both;
  content: "";
}

.schedule-block .inner-box {
  position: relative;
  float: right;
  width: 50%;
  text-align: left;
}

.schedule-block .inner-box .inner {
  position: relative;
  padding: 20px 30px 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  margin-left: 80px;
  border-radius: 20px;
}

.schedule-block .inner:before {
  position: absolute;
  top: 0;
  bottom: -30px;
  right: 100%;
  border-left: 2px dashed #dddddd;
  content: "";
  margin-right: 80px;
}

.schedule-block .inner:after {
  position: absolute;
  right: 100%;
  top: 35px;
  border-top: 15px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 15px solid transparent;
  content: "";
}

.schedule-block .date {
  position: absolute;
  left: -132px;
  width: 100px;
  top: 0;
  height: 100px;
  background-color: #ffffff;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 18px;
  color: #212639;
  font-weight: 500;
  padding: 30px 15px 0;
  border-radius: 50%;
  border: 2px dashed #dddddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.schedule-block .speaker-info {
  position: relative;
  padding-left: 80px;
  padding-top: 10px;
  min-height: 60px;
}

.schedule-block .speaker-info .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.schedule-block .speaker-info .name {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #212639;
  font-weight: 500;
  line-height: 1.2em;
}

.schedule-block .speaker-info .designation {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.schedule-block h4 {
  position: relative;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.2em;
  color: #0f1925;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 15px;
}

.schedule-block h4 a {
  color: #212639;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.schedule-block h4 a:hover {
  color: #f14b59;
}

.schedule-block .text {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 26px;
  color: #888888;
  margin-bottom: 15px;
}

.schedule-block .btn-box {
  position: relative;
  padding: 6px 0;
}

.schedule-block .btn-box a {
  padding: 10px 20px;
  line-height: 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  background-color: #444444;
  color: #ffffff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 5px;
}

.schedule-block .btn-box a:hover {
  color: #ffffff;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.10); */
}

.schedule-block.even .inner-box {
  float: left;
  text-align: right;
}

.schedule-block.even .inner-box .inner {
  margin-left: 0;
  margin-right: 80px;
}

.schedule-block.even .inner:before {
  right: auto;
  left: 100%;
  margin-left: 80px;
  margin-right: 0;
}

.schedule-block.even .inner:after {
  right: auto;
  left: 100%;
  border-right: 0;
  border-left: 20px solid #ffffff;
}

.schedule-block:last-child .inner:before {
  display: none;
}

.schedule-block.even .date {
  left: auto;
  right: -132px;
}

.schedule-block.even .speaker-info {
  padding-left: 0;
  padding-right: 80px;
}

.schedule-block.even .speaker-info .thumb {
  left: auto;
  right: 0;
}

.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .inner:before {
  border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .inner:before {
  border-color: #40cbb4;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .inner:before {
  border-color: #4c35a9;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .inner:before {
  border-color: #e6275a;
}

/* Background */

.schedule-block:nth-child(4n + 1) .btn-box a {
  background-color: #ffc20b;
}

.schedule-block:nth-child(4n + 1) .btn-box a:hover {
  color: #ffc20b;
  border-radius: 0;
  background: none;
  border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .btn-box a {
  background-color: #ec1616;
}

.schedule-block:nth-child(4n + 2) .btn-box a:hover {
  border-radius: 0;
  color: #ec1616;
  background: none;
  border-color: #ec1616;
}

.schedule-block:nth-child(4n + 3) .btn-box a {
  background-color: #4c35a9;
}

.schedule-block:nth-child(4n + 3) .btn-box a:hover {
  border-radius: 0;
  color: #4c35a9;
  background: none;
  border-color: #4c35a9;
}

.schedule-block:nth-child(4n + 4) .btn-box a {
  background-color: #e6275a;
}

.schedule-block:nth-child(4n + 4) .btn-box a:hover {
  border-radius: 0;
  color: #e6275a;
  background: none;
  border-color: #e6275a;
}

/* color */

.schedule-section.style-three .schedule-block:nth-child(4n + 1) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) h4 a:hover {
  color: #ffc20b;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 2) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) h4 a:hover {
  color: #40cbb4;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 3) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) h4 a:hover {
  color: #4c35a9;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 4) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) h4 a:hover {
  color: #e6275a;
}

/***

====================================================================
	schedule Section Style two
====================================================================

***/

.schedule-section.style-two {
  position: relative;
}

.schedule-section.style-two .schedule-block .date {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  height: auto;
  width: auto;
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.schedule-section.style-two .schedule-block .inner-box {
  width: 100%;
}

.schedule-section.style-two .schedule-block .inner-box .inner {
  margin: 0;
  padding: 50px 50px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.schedule-section.style-two .schedule-block .inner:before,
.schedule-section.style-two .schedule-block .inner:after {
  display: none;
}

.schedule-section.style-two .schedule-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

/***

====================================================================
	schedule Section Style Three
====================================================================

***/

.schedule-section.style-three {
  position: relative;
}

.schedule-tabs.style-three .tab-buttons li {
  float: left;
  width: 25%;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border-color: transparent;
}

.schedule-tabs.style-three .tab-buttons li.active-btn {
  z-index: 2;
}

.schedule-section.style-three .schedule-block .date {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  height: auto;
  width: auto;
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.schedule-section.style-three .schedule-block .inner-box {
  width: 100%;
}

.schedule-section.style-three .schedule-block .inner-box .inner {
  margin: 0;
  padding: 50px 50px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.schedule-section.style-three .schedule-block .inner:before,
.schedule-section.style-three .schedule-block .inner:after {
  display: none;
}

.schedule-section.style-three .schedule-timeline {
  position: relative;
}

/***

====================================================================
		Pricing Section Two
====================================================================

***/

.pricing-section-two {
  position: relative;
  padding: 70px 0 30px;
  overflow: hidden;
}

.pricing-section-two.alternate {
  position: relative;
  background-color: #fafafa;
}

.pricing-section-two .outer-box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-block-two {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.pricing-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 30px 30px 25px;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #dddddd;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-block-two .inner-box:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
}

.pricing-block-two .inner-box:hover .theme-btn {
  border-radius: 0;
}

.pricing-block-two .title {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.2em;
  color: #212639;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.pricing-block-two .title .icon {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  margin-right: 5px;
  display: inline-block;
}

.pricing-block-two .price-box {
  position: relative;
  margin-left: -30px;
}

.pricing-block-two .price {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 0.9em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 20px 30px;
  padding-right: 30px;
  border-radius: 0 50px 50px 0;
  background: rgb(247, 0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -moz-linear-gradient(
    to left,
    rgb(247, 0, 0) 0%,
    rgb(236, 80, 80) 25%,
    rgb(247, 0, 0) 75%,
    rgba(236, 80, 80) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgb(247, 0, 0) 0%,
    rgba(236, 80, 80) 25%,
    rgb(247, 0, 0) 75%,
    rgba(236, 80, 80) 100%
  );
  background: linear-gradient(
    to left,
    rgb(247, 0, 0) 0%,
    rgba(236, 80, 80) 25%,
    rgb(247, 0, 0) 75%,
    rgb(236, 80, 80) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  background-size: 600% 100%;
}

.pricing-block-two .inner-box:hover .price {
  padding-right: 80px;
}

.pricing-block-two .features {
  position: relative;
  max-width: 300px;
  margin: 0 auto 20px;
}

.pricing-block-two .features li {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}

.pricing-block-two .features li:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  content: "\52";
  font-family: "ElegantIcons";
  color: #2bd40f;
}

.pricing-block-two .features li.false:before {
  color: #e1137b;
  content: "\51";
}

.pricing-block-two .features li a {
  color: #848484;
}

.pricing-block-two .features li:last-child {
  border-bottom: 0;
}

.pricing-block-two .btn-box {
  position: relative;
  text-align: center;
}

.pricing-block-two .btn-box a {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 25px;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 30px;
}

.pricing-section-two .icon-line-1 {
  right: 0%;
  top: 15%;
}

.pricing-section-two .icon-dots {
  right: 0%;
  bottom: 15%;
}

.pricing-section-two .icon-circle-1 {
  left: -400px;
  bottom: -200px;
  opacity: 0.3;
}

.icon-shape-5 {
  width: 540px;
  height: 330px;
  background-image: url(../../images/icons/shape-5.png);
  background-size: 100%;
}

/***

====================================================================
		Event Info Section
====================================================================

***/

.event-info-section {
  position: relative;
  padding: 20px 0 20px;
}

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

.event-info-section .info-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.event-info-section .info-column .sec-title {
  margin-bottom: 50px;
}

/*.event-info-section .info-column .sec-title h2 {*/
/*	font-size: clamp(12px, 2vw, 1.5rem);*/
/*}*/

.event-info-tabs {
  position: relative;
}

.event-info-tabs .tab-buttons {
  position: relative;
}

.event-info-tabs .tab-btn {
  position: relative;
  float: left;
  padding: 10px 25px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  background-color: #ffffff;
  color: #dc2c2c;
  font-weight: 600;
  cursor: pointer;
  margin-right: 5px;
  border: 1px solid #dddddd;
  border-bottom: 0;
  margin-bottom: -2px;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-info-tabs .tab-btn:hover,
.event-info-tabs .tab-btn.active-btn {
  background-color: #dc2c2c;
  color: #ffffff;
}

.event-info-tabs .tabs-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 30px 30px;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.05);
}

.event-info-tabs .tabs-content .tab {
  min-height: 155px;
}

.event-info-tabs .tabs-content h2 {
  position: relative;
  display: block;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.2em;
  color: #3f4161;
  font-weight: 500;
  margin-bottom: 10px;
}

.event-info-tabs .tabs-content h4 {
  position: relative;
  display: block;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.2em;
  color: #3f4161;
  font-weight: 500;
  margin-bottom: 10px;
}

.event-info-tabs .tabs-content h4 .icon {
  color: #40cbb4;
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-right: 10px;
}

.event-info-tabs .tabs-content h5 {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2em;
  color: #3f4161;
  font-weight: 500;
  margin-bottom: 20px;
}

.event-info-tabs .tabs-content .text {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  color: #1d1d1d;
  max-width: 470px;
}

.event-info-tabs .tabs-content .info-list {
  position: relative;
  margin-top: 10px;
}

.event-info-tabs .tabs-content .info-list li {
  position: relative;
  padding-left: 30px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  color: #616977;
  font-weight: 400;
}

.event-info-tabs .tabs-content .info-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  color: #ec167f;
}

.event-info-tabs .tabs-content .info-list li a {
  color: #616977;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.event-info-tabs .tabs-content .info-list li a:hover {
  color: #f0228c;
  text-decoration: underline;
}

.event-info-section .image-column {
  position: relative;
}

.event-info-section .image-column .image {
  position: relative;
  background-color: #ffffff;
  padding-top: 60px;
  margin-bottom: 0;
}

.event-info-section .image-column .image img {
  display: block;
  width: 100%;
  height: auto;
}

/* .event-info-section .map-column{
} */

.event-info-section .map-outer .map-canvas,
.event-info-section .map-outer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.event-info-section .map-outer .map-canvas {
  right: 15px;
  left: 15px;
  width: auto;
}

/***

====================================================================
		Blog Sidebar
====================================================================

***/

.blog-sidebar {
  position: relative;
}

.blog-sidebar .news-block {
  margin-bottom: 50px;
}

.blog-sidebar .news-block .lower-content {
  padding: 30px 30px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.blog-sidebar .news-block h4 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

/***

====================================================================
		Blog Detail
====================================================================

***/

.blog-single {
  position: relative;
}

.blog-single .news-block {
  margin-bottom: 0;
}

.blog-single .news-block .inner-box {
  box-shadow: none;
}

.blog-single .lower-content {
  padding: 20px 0 0;
}

.blog-single h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2em;
  font-weight: 600;
  color: #222222;
  margin-bottom: 15px;
}

.blog-single .lower-content p {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  margin-bottom: 30px;
  color: #888888;
}

.blog-single .lower-content blockquote {
  position: relative;
  padding: 35px 40px;
  padding-left: 95px;
  background-color: #fafafa;
  margin: 45px 0;
}

.blog-single .lower-content blockquote .icon {
  position: absolute;
  left: 40px;
  top: 40px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1em;
  color: #f20487;
}

.blog-single .lower-content blockquote p {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 32px;
  color: #7f8897;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-single .lower-content blockquote cite {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #f20487;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
}

.blog-single .lower-content blockquote cite:before {
  position: absolute;
  left: 0;
  top: 14px;
  height: 1px;
  width: 20px;
  background-color: #f20487;
  content: "";
}

/*post share options*/

.blog-single .post-share-options {
  position: relative;
  margin-bottom: 65px;
  border-top: 2px solid #eeeeee;
  padding-top: 30px;
}

.blog-single .post-share-options .tags {
  position: relative;
  display: inline-block;
}

.blog-single .post-share-options .tags li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.blog-single .post-share-options .tags a {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  border: 1px solid #dddddd;
  color: #7f8897;
  padding: 5px 20px;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-single .post-share-options .tags a:hover {
  color: #e1137b;
}

/*=== Author Box ===*/

.blog-single .author-box {
  position: relative;
  padding: 40px 50px;
  background-color: #f7f7fa;
  margin-bottom: 90px;
}

.blog-single .author-box .inner-box {
  position: relative;
}

.blog-single .author-box .info-box {
  position: relative;
  padding-left: 110px;
  min-height: 80px;
  margin-bottom: 20px;
  padding-top: 15px;
}

.blog-single .author-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-single .author-box .thumb img {
  display: block;
  /*width: 100%;*/
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-single .author-box .name {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.2em;
  color: #3f4161;
  font-weight: 700;
}

.blog-single .author-box .designation {
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 25px;
  color: #7f8897;
  font-weight: 400;
  margin-top: 5px;
}

.blog-single .author-box .text {
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  color: #888888;
  font-weight: 400;
  margin-bottom: 25px;
}

.blog-single .author-box .read-more {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 24px;
  color: #7f8897;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-single .author-box .read-more .icon {
  margin-left: 7px;
  float: right;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 24px;
}

.blog-single .author-box .read-more:hover {
  color: #e1137b;
}

/***

====================================================================
		Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  height: 50px;
  width: 50px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-bottom: 2px solid #ec167f;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  background-color: #ec167f;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/***

====================================================================
		Register Section
====================================================================

***/

.register-section {
  position: relative;
  padding: 120px 0;
  background-color: #fafafa;
  overflow: hidden;
}

.register-section .outer-box {
  position: relative;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.register-section .title-column {
  position: relative;
  float: left;
  width: 20%;
  background-image: url(../../images/icons/form-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.register-section .title-column .inner {
  position: relative;
  text-align: center;
  padding: 80px 50px 20px;
}

.register-section .title-column .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  background-color: #ffffff;
  height: 150px;
  width: 150px;
  line-height: 150px;
  border-radius: 50%;
}

.register-section .title-column .icon {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #222222;
}

.register-section .title-column .text {
  margin-top: 20px;
}

.register-section .title-column h2 {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  display: block;
}

.register-section .title-column .text {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  color: #ffffff;
}

.register-form {
  position: relative;
}

.register-form .form-inner {
  position: relative;
  padding: 50px 30px 30px;
  background-color: #ffffff;
}

.register-form h2 {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2em;
  color: #181e44;
  font-weight: 600;
  margin-bottom: 25px;
}

.register-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.register-form .form-group .icon {
  position: absolute;
  left: 20px;
  top: 10px;
  line-height: 33px;
  color: #aaaaaa;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  z-index: 9;
}

.register-form .form-group input[type="text"],
.register-form .form-group input[type="email"],
.register-form .form-group input[type="url"],
.register-form .form-group input[type="number"],
.register-form .form-group input[type="date"],
.register-form .form-group input[type="email"],
.register-form .form-group textarea,
.register-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  padding: 10px 20px;
  height: 52px;
  color: #777777;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  padding-left: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.register-form .form-group input[type="text"]:focus,
.register-form .form-group input[type="email"]:focus,
.register-form .form-group textarea:focus {
  border-color: #f70068;
}

.register-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  padding: 10px 20px;
  height: 200px;
  padding-left: 50px;
}

.register-form button {
  cursor: pointer;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  padding: 10px 30px;
}

.register-section .icon-circle-3 {
  right: -100px;
  top: -120px;
  opacity: 0.2;
}

.register-section .icon-shape-3 {
  right: 5%;
  top: 0%;
}

/***

====================================================================
		Contact Page Section
====================================================================

***/

.contact-page-section {
  position: relative;
  padding: 110px 0 70px;
}

.contact-page-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-page-section .form-column .inner-column {
  position: relative;
}

.contact-page-section .sec-title {
  margin-bottom: 30px;
}

.contact-page-section .sec-title h2 {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: clamp(1.5rem, 3vw, 1.8rem);
  color: #555555;
  padding: 15px 30px;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  font-weight: 400;
  height: 64px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #f20487;
}

.contact-form .form-group textarea {
  height: 156px;
  resize: none;
}

.contact-form .form-group button {
  text-transform: capitalize;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus {
  border-color: #ff0000;
}

.contact-form label.error {
  display: block;
  font-weight: 500;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  padding-top: 7px;
  margin-bottom: 0;
}

.contact-page-section .contact-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-page-section .contact-info {
  position: relative;
  margin-bottom: 37px;
}

.contact-page-section .contact-info li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

.contact-page-section .contact-info li p {
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  margin: 0;
}

.contact-page-section .contact-info li strong {
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  color: #222222;
  font-weight: 600;
}

.contact-page-section .contact-info li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 40px;
  background-color: #1c94d2;
  color: #ffffff;
}

.contact-page-section .contact-info li a {
  color: #353434;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover {
  color: #f20487;
}

/***

====================================================================
		Map Section
====================================================================

***/

.map-section {
  position: relative;
  display: block;
  padding-bottom: 120px;
}

.map-area {
  position: relative;
}

.map-data {
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  font-weight: 400;
  line-height: 1.8em;
}

.map-data a {
  display: block;
}

.map-data h6 {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

.map-section .map-canvas {
  height: 540px;
  background-color: #f9f9f9;
}

/***

====================================================================
		Clients Section
====================================================================

***/

.clients-section {
  position: relative;
  padding: 40px 0 20px;
}

.clients-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../images/icons/icon-dots-2.png);
  content: "";
  opacity: 0.02;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}

.clients-section .sponsors-outer {
  position: relative;
  margin-bottom: 20px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
  display: none;
}

.clients-section .sponsors-outer .client-block {
  position: relative;
  margin-bottom: 20px;
}

.clients-section .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #dddddd;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.clients-section .sponsors-outer .image-box:hover {
  box-shadow: none;
}

.clients-section .sponsors-outer .image-box img {
  max-width: 50%;
  width: auto;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box:hover img {
  opacity: 0.7;
}

.clients-section .sponsors-outer h3 {
  display: inline-block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2em;
  background-color: #ec167f;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 10px;
}

.clients-section .sponsors-outer:nth-child(3) h3 {
  background-color: #1d95d2;
}

.clients-section .sponsors-outer:nth-child(2) h3 {
  background-color: #40cbb4;
}

.clients-section .icon-dots-3 {
  left: -60px;
  top: 230px;
}

.clients-section .icon-circle-blue {
  left: -370px;
  top: 500px;
  opacity: 0.5;
  -webkit-animation: fa-spin 30s infinite alternate;
  -moz-animation: fa-spin 30s infinite alternate;
  -ms-animation: fa-spin 30s infinite alternate;
  -o-animation: fa-spin 30s infinite alternate;
  animation: fa-spin 30s infinite alternate;
}

/***

====================================================================
		Clients Section Two
====================================================================

***/

.clients-section-two {
  position: relative;
  padding: 60px 0;
}

.clients-section-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../images/icons/icon-dots-2.png);
  content: "";
  opacity: 0.02;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}

.clients-section-two .sponsors-outer {
  position: relative;
}

.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav {
  display: none;
}

.clients-section-two .sponsors-outer .client-block {
  position: relative;
}

.clients-section-two .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.clients-section-two .sponsors-outer .image-box:hover {
  box-shadow: none;
}

.clients-section-two .sponsors-outer .image-box img {
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

/***

====================================================================
		Clients Section Three
====================================================================

***/

.clients-section-three {
  position: relative;
  padding: 60px 0;
}

.clients-section-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../images/icons/icon-dots-2.png);
  content: "";
  opacity: 0.02;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}

.clients-section-three .sponsors-outer {
  position: relative;
}

.clients-section-three .sponsors-outer .owl-dots,
.clients-section-three .sponsors-outer .owl-nav {
  display: none;
}

.clients-section-three .sponsors-outer .client-block {
  position: relative;
}

.client-block img {
  width: 80%;
  padding: 5px;
}

.client-block figure {
  margin: 5px;
}

.clients-section-three .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.clients-section-three .sponsors-outer .image-box:hover {
  box-shadow: none;
}

.clients-section-three .sponsors-outer .image-box img {
  max-width: 70%;
  opacity: 0.8;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-section-three .sponsors-outer .image-box:hover img {
  opacity: 1;
}
@media (max-width: 576px) {
  .clients-section .sponsors-outer .image-box img,
  .clients-section-two .sponsors-outer .image-box img,
  .clients-section-three .sponsors-outer .image-box img,
  .client-block img {
    max-width: 80%; 
  }
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer {
  position: relative;
  background-color: #050505;
}

.main-footer .widgets-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 50px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .footer-column .widget-title {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.main-footer .footer-column .widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 50px;
  background-color: #f70068;
  content: "";
}

.main-footer .about-widget {
  position: relative;
}

.main-footer .logo {
  position: relative;
  margin-bottom: 5px;
  top: -20px;
}

.main-footer .footer-logo figure {
  margin: 0;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .about-widget .text {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .about-widget .text p {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 24px;
  color: #aaaaaa;
  font-weight: 400;
  margin-bottom: 30px;
}

/*Recent Posts*/

.recent-posts {
  position: relative;
  padding-left: 40px;
}

.recent-posts .post {
  position: relative;
  min-height: 90px;
  margin-bottom: 30px;
}

.recent-posts .post:last-child {
  margin-bottom: 0;
}

.recent-posts .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  overflow: hidden;
}

.recent-posts .post .thumb a {
  display: block;
}

.recent-posts .post .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.recent-posts .post h4 {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.recent-posts .post h4 a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
  color: #f70068;
}

.recent-posts .post .date {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #bbbbbb;
}

.recent-posts .post .date span {
  color: #f70068;
  margin-right: 4px;
  opacity: 0.7;
}

/*=== User LInks ===*/

.useful-links {
  position: relative;
  padding-left: 50px;
}

.user-links li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.user-links li a {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  padding: 0 15px;
  border-left: 1px solid #f70068;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.user-links li a:hover {
  color: #f70068;
}

.main-footer .contact-list {
  position: relative;
}

.main-footer .contact-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}

.main-footer .contact-list li:last-child {
  margin-bottom: 0;
}

.main-footer .contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 25px;
  color: #ffffff;
}

.main-footer .contact-list li .text {
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.main-footer .contact-list li .text a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover {
  color: #f70068;
}

/* Instagram Widget */

.instagram-widget {
  position: relative;
}

.instagram-widget .link-box {
  position: absolute;
  right: 30px;
  top: 27px;
}

.instagram-widget .link-box a {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #f70068;
  color: #ffffff;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.instagram-widget .link-box a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #f70068;
}

.instagram-widget .outer {
  position: relative;
  margin: 0 -5px 0;
}

.instagram-widget .outer .image {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0 4px;
  margin-bottom: 10px;
}

.instagram-widget .image img {
  display: block;
  width: 100%;
}

.instagram-widget .image a {
  position: relative;
  display: block;
}

.instagram-widget .image a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  padding: 5px;
  opacity: 0.7;
  content: "";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.instagram-widget .image a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.instagram-widget .image a:after {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #f70068;
  font-weight: 900;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.instagram-widget .image a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.main-footer .footer-bottom .inner-container {
  position: relative;
}

.main-footer .footer-bottom .copyright-text {
  position: relative;
  padding: 20px 0;
}

.main-footer .footer-bottom .copyright-text p {
  position: relative;
  line-height: 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.main-footer .footer-bottom .copyright-text a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
  color: #f70068;
}

.main-footer .footer-bottom .footer-nav {
  position: relative;
  float: right;
}

.main-footer .footer-bottom .footer-nav ul {
  position: relative;
  padding: 15px 0;
}

.main-footer .footer-bottom .footer-nav ul li {
  position: relative;
  float: left;
  margin-left: 10px;
  font-family: "Oswald", sans-serif;
}

.main-footer .footer-bottom .footer-nav ul li a {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
  color: #f70068;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/***

==================================================================
		Main Footer Style Two
==================================================================

***/

.main-footer.style-two {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.main-footer.style-two .footer-content {
  position: relative;
  padding: 70px 0 70px;
}

.main-footer.style-two .footer-logo {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.main-footer.style-two .footer-logo img {
  display: inline-block;
  max-width: 100%;
  heignt: auto;
}

.main-footer.style-two .text {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 30px;
}

.main-footer .footer-nav {
  position: relative;
  margin-bottom: 30px;
}

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

.main-footer .footer-nav li a {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-nav li a:hover {
  color: #ec167f;
}

.main-footer.style-two .copyright-text {
  color: #ffffff;
  margin-bottom: 30px;
}

.main-footer.style-two .copyright-text a {
  color: #ffffff;
}

.main-footer.style-two .copyright-text a:hover {
  color: #e1137b;
}

.main-footer.style-two .copyright-text {
  border-top: 0;
}

/***

==================================================================
		Main Footer Style three
==================================================================

***/

.main-footer.style-three {
  position: relative;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}

.main-footer.style-three .footer-content {
  position: relative;
  padding: 70px 0 70px;
}

.main-footer.style-three .footer-logo {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.main-footer.style-three .footer-logo img {
  display: inline-block;
}

.main-footer.style-three .text {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #101130;
  line-height: 28px;
  margin-bottom: 30px;
}

.main-footer.style-three .footer-nav li a {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  color: #101130;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer.style-three .footer-nav li a:hover {
  color: #f20487;
}

.main-footer.style-three .copyright-text {
  color: #101130;
  margin-bottom: 30px;
}

.main-footer.style-three .copyright-text a {
  color: #101130;
}

.main-footer.style-three .copyright-text a:hover {
  color: #e1137b;
}

.main-footer.style-three .copyright-text {
  border-top: 0;
}

.main-footer.style-three .icon-circle-blue {
  left: -150px;
  bottom: -100px;
  opacity: 0.7;
  -webkit-animation: fa-spin 30s infinite alternate;
  -moz-animation: fa-spin 30s infinite alternate;
  -ms-animation: fa-spin 30s infinite alternate;
  -o-animation: fa-spin 30s infinite alternate;
  animation: fa-spin 30s infinite alternate;
}

.main-footer.style-three .icon-dots {
  left: 15%;
  top: 20%;
}

.main-footer.style-three .icon-circle-1 {
  right: -200px;
  top: -200px;
  opacity: 0.05;
}

/***

====================================================================
	Error Section
====================================================================

***/

.error-section {
  position: relative;
  text-align: center;
  padding: 150px 0;
}

.error-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../../images/icons/pattern-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.05;
}

.error-section .error-title {
  position: relative;
  color: #ec1616;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1em;
  text-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.error-section h4 {
  color: #394963;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 20px;
}

.error-section .text {
  color: #888888;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.4em;
  margin-bottom: 30px;
}

.error-section .theme-btn {
  border-radius: 5px;
  font-weight: 500;
  margin: 0 10px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.error-section .icon-circle-blue {
  left: -80px;
  bottom: -80px;
  opacity: 0.7;
  -webkit-animation: fa-spin 30s infinite alternate;
  -moz-animation: fa-spin 30s infinite alternate;
  -ms-animation: fa-spin 30s infinite alternate;
  -o-animation: fa-spin 30s infinite alternate;
  animation: fa-spin 30s infinite alternate;
}

.error-section .icon-dots {
  left: 15%;
  top: 20%;
}

.error-section .icon-line-1 {
  right: 15%;
  bottom: 20%;
  opacity: 0.7;
  -webkit-animation: fa-spin 30s infinite alternate;
  -moz-animation: fa-spin 30s infinite alternate;
  -ms-animation: fa-spin 30s infinite alternate;
  -o-animation: fa-spin 30s infinite alternate;
  animation: fa-spin 30s infinite alternate;
}

.error-section .icon-circle-1 {
  right: -200px;
  top: -200px;
  opacity: 0.2;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 120px 0 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 50px;
}

.sidebar-page-container .sidebar.padding-left {
  padding-left: 40px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.2em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}

/*Search Box Widget*/

.sidebar .search-box {
  margin-bottom: 60px;
}

.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;
  padding: 20px 50px 20px 30px;
  border: 2px solid #eeeeee;
  background: #ffffff;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 18px;
  width: 100%;
  height: 60px;
  color: #333333;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
  color: #666666;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #888888;
  line-height: 60px;
  font-weight: normal;
  background: #eeeeee;
  z-index: 9;
  cursor: pointer;
}

.sidebar .search-box .form-group button:hover {
  color: #e1137b;
}

/*Post Widget*/

.sidebar .popular-posts .post {
  position: relative;
  margin-bottom: 20px;
}

.sidebar .popular-posts .post .post-inner {
  position: relative;
  padding-left: 110px;
  min-height: 90px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 26px;
  font-weight: 600;
  color: #888888;
  margin: 0;
}

.sidebar .popular-posts .post .text a {
  color: #3f4161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #e1137b;
}

.sidebar .popular-posts .post-info {
  position: relative;
  font-size: clamp(12px, 2vw, 1rem);
  color: #7f8897;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}

/* Blog Categories */

.blog-categories {
  position: relative;
}

.blog-categories li {
  position: relative;
}

.blog-categories li a {
  position: relative;
  display: block;
  color: #333333;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-categories li a span {
  float: right;
}

.blog-categories li a:hover {
  color: #e1137b;
}

/*Popular Tags*/

.sidebar .popular-tags .widget-content {
  position: relative;
}

.sidebar .popular-tags a {
  position: relative;
  float: left;
  padding: 5px;
  margin: 0 20px 10px 0;
  color: #333333;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  background: none;
  font-weight: 400;
  border-bottom: 2px solid #dddddd;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  border-color: #e1137b;
  color: #e1137b;
}

/***

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
  position: relative;
  margin-bottom: 40px;
}

.group-title h3 {
  position: relative;
  display: inline-block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2em;
  color: #222222;
  font-weight: 500;
}

.comments-area {
  position: relative;
  margin-bottom: 70px;
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 50px;
}

.comments-area .comment-box.reply-comment {
  margin-left: 70px;
}

.comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.comments-area .comment {
  position: relative;
  min-height: 50px;
  padding-left: 70px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #7d7d7d;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.comments-area .comment-info {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 25px;
  font-weight: 700;
  color: #12114a;
}

.comments-area .comment-box .name {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 25px;
  font-weight: 700;
  color: #12114a;
  margin-right: 10px;
}

.comments-area .comment-box .date {
  position: relative;
  display: inline-block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  margin-left: 10px;
}

.comments-area .comment-box .text {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 26px;
  color: #888888;
  font-weight: 400;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  margin-top: 20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  padding: 5px 20px;
}

/***

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
  position: relative;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #878787;
  line-height: 28px;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #999999;
  -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:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #12114a;
}

.comment-form .form-group textarea {
  height: 190px;
  resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  padding: 10px 30px;
  font-weight: 500;
  cursor: pointer;
}

/*=========================================================
			Buy Tickets
=========================================================*/

.buy-ticket {
  position: relative;
  padding: 120px 0 100px;
}

.buy-ticket .form-column {
  position: relative;
  margin-bottom: 30px;
}

.buy-ticket .form-column .inner-column {
  position: relative;
  padding-right: 30px;
}

.buy-ticket .content-column {
  position: relative;
  margin-bottom: 20px;
}

.buy-ticket p {
  position: relative;
  margin-bottom: 30px;
}

.buy-ticket h2 {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2em;
  color: #3f4161;
  font-weight: 600;
  margin-bottom: 15px;
}

.buy-ticket h2 span {
  color: #ec167f;
}

.buy-ticket h3 {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.2em;
  color: #3f4161;
  font-weight: 600;
  margin-bottom: 15px;
}

.buy-ticket ul {
  margin-bottom: 30px;
}

.buy-ticket .ticket-form {
  position: relative;
  padding: 40px 30px;
  background-color: #f7f7f7;
  z-index: 1;
  margin-bottom: 40px;
}

.ticket-form .form-group {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.ticket-form .form-group:last-child {
  margin-bottom: 0;
}

.ticket-form .form-group input[type="text"],
.ticket-form .form-group input[type="email"],
.ticket-form .form-group input[type="phone"],
.ticket-form .form-group input[type="number"],
.ticket-form .form-group input[type="tel"],
.ticket-form .form-group input[type="url"] .ticket-form .form-group textarea,
.ticket-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 20px;
  color: #9da6b4;
  font-weight: 400;
  height: 60px;
  padding: 20px 30px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ticket-form .form-group input:focus,
.ticket-form .form-group select:focus,
.ticket-form .form-group textarea:focus {
  background-color: #ffffff;
  border-color: #faeff5;
  color: #9da6b4;
  box-shadow: 0 30px 30px rgba(14, 16, 48, 0.08);
}

.ticket-form .form-group textarea {
  height: 150px;
  resize: none;
}

.ticket-form .form-group input[type="submit"],
.ticket-form .form-group button {
  cursor: pointer;
  display: block;
  width: 100%;
}

.ticket-form .form-group label {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 24px;
  color: #888888;
}

.ticket-form .form-group label:hover {
  cursor: pointer;
}

.ticket-form .form-group label span {
  color: #ec167f;
  text-decoration: underline;
}

.ticket-form .form-group input[type="checkbox"] {
  position: relative;
  top: 3px;
}

.buy-ticket .follow-us {
  position: relative;
  margin-bottom: 30px;
}

.buy-ticket .support-box {
  position: relative;
}

.buy-ticket .support-box p {
  margin-bottom: 10px;
}

.buy-ticket .support-box .number {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1.2em;
  color: #1c94d2;
  font-weight: 500;
}

.buy-ticket .support-box .number a {
  color: #1c94d2;
}

.buy-ticket .support-box .number span {
  color: #3f4161;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  margin-right: 5px;
}

.buy-ticket .support-box .number a:hover {
  text-decoration: underline;
}

.buy-ticket .icon-circle-blue {
  left: -150px;
  bottom: -150px;
  opacity: 0.7;
  -webkit-animation: fa-spin 30s infinite;
  -moz-animation: fa-spin 30s infinite;
  -ms-animation: fa-spin 30s infinite;
  -o-animation: fa-spin 30s infinite;
  animation: fa-spin 30s infinite;
}

.buy-ticket .icon-circle-1 {
  right: -250px;
  top: -250px;
  opacity: 0.05;
}

.highlight-ticket {
  font-weight: bold;
}

/*=========================================================
			Social icon Colored
=========================================================*/

.social-icon-colored .fa-adn {
  color: #504e54;
}

.social-icon-colored .fa-apple {
  color: #aeb5c5;
}

.social-icon-colored .fa-android {
  color: #a5c63b;
}

.social-icon-colored .fa-bitbucket,
.social-icon-colored .fa-bitbucket-square {
  color: #003366;
}

.social-icon-colored .fa-bitcoin,
.social-icon-colored .fa-btc {
  color: #f7931a;
}

.social-icon-colored .fa-css3 {
  color: #1572b7;
}

.social-icon-colored .fa-dribbble {
  color: #934242;
}

.social-icon-colored .fa-dropbox {
  color: #018bd3;
}

.social-icon-colored .fa-facebook,
.social-icon-colored .fa-facebook-f,
.social-icon-colored .fa-facebook-square {
  color: #3c599f;
}

.social-icon-colored .fa-flickr {
  color: #eae3e6;
}

.social-icon-colored .fa-foursquare {
  color: #0086be;
}

.social-icon-colored .fa-github,
.social-icon-colored .fa-x-twitter,
.social-icon-colored .fa-github-alt,
.social-icon-colored .fa-github-square {
  color: #070709;
}

.social-icon-colored .fa-google-plus,
.social-icon-colored .fa-google-plus-g,
.social-icon-colored .fa-google-plus-square {
  color: #cf3d2e;
}

.social-icon-colored .fa-html5 {
  color: #e54d26;
}

.social-icon-colored .fa-instagram {
  color: #a1755c;
}

.social-icon-colored .fa-linkedin,
.social-icon-colored .fa-linkedin-in,
.social-icon-colored .fa-linkedin-square {
  color: #0085ae;
}

.social-icon-colored .fa-linux {
  color: #fbc002;
  color: #333;
}

.social-icon-colored .fa-maxcdn {
  color: #f6ae1c;
}

.social-icon-colored .fa-pagelines {
  color: #241e20;
  color: #3984ea;
}

.social-icon-colored .fa-pinterest,
.social-icon-colored .fa-pinterest-square {
  color: #cc2127;
}

.social-icon-colored .fa-renren {
  color: #025dac;
}

.social-icon-colored .fa-skype {
  color: #01aef2;
}

.social-icon-colored .fa-stack-exchange {
  color: #245590;
}

.social-icon-colored .fa-stack-overflow {
  color: #ff7300;
}

.social-icon-colored .fa-trello {
  color: #265a7f;
}

.social-icon-colored .fa-tumblr,
.social-icon-colored .fa-tumblr-square {
  color: #314e6c;
}

.social-icon-colored,
.social-icon-colored -square {
  color: #32ccfe;
}

.social-icon-colored .fa-vimeo-square {
  color: #229acc;
}

.social-icon-colored .fa-vk {
  color: #375474;
}

.social-icon-colored .fa-weibo {
  color: #d72b2b;
}

.social-icon-colored .fa-windows {
  color: #12b6f3;
}

.social-icon-colored .faing,
.social-icon-colored .faing-square {
  color: #00555c;
}

.social-icon-colored .fa-youtube,
.social-icon-colored .fa-youtube-play,
.social-icon-colored .fa-youtube-square {
  color: #c52f30;
}

/*Social icon Colored*/
.social-icon-colored li a:hover .fa-adn {
  background-color: #504e54;
}

.social-icon-colored li a:hover .fa-apple {
  background-color: #aeb5c5;
}

.social-icon-colored li a:hover .fa-android {
  background-color: #a5c63b;
}

.social-icon-colored li a:hover .fa-bitbucket,
.social-icon-colored li a:hover .fa-bitbucket-square {
  background-color: #003366;
}

.social-icon-colored li a:hover .fa-bitcoin,
.social-icon-colored li a:hover .fa-btc {
  background-color: #f7931a;
}

.social-icon-colored li a:hover .fa-css3 {
  background-color: #1572b7;
}

.social-icon-colored li a:hover .fa-dribbble {
  background-color: #f46899;
}

.social-icon-colored li a:hover .fa-dropbox {
  background-color: #018bd3;
}

.social-icon-colored li a:hover .fa-facebook,
.social-icon-colored li a:hover .fa-facebook-f,
.social-icon-colored li a:hover .fa-facebook-square {
  background-color: #3c599f;
}

.social-icon-colored li a:hover .fa-flickr {
  background-color: #ff0000;
}

.social-icon-colored li a:hover .fa-foursquare {
  background-color: #0086be;
}

.social-icon-colored li a:hover .fa-github,
.social-icon-colored li a:hover .fa-github-alt,
.social-icon-colored li a:hover .fa-github-square {
  background-color: #f4efef;
}

.social-icon-colored li a:hover .fa-google-plus,
.social-icon-colored li a:hover .fa-google-plus-g,
.social-icon-colored li a:hover .fa-google-plus-square {
  background-color: #cf3d2e;
}

.social-icon-colored li a:hover .fa-html5 {
  background-color: #e54d26;
}

.social-icon-colored li a:hover .fa-instagram {
  background-color: #a1755c;
}

.social-icon-colored li a:hover .fa-linkedin,
.social-icon-colored li a:hover .fa-linkedin-in,
.social-icon-colored li a:hover .fa-linkedin-square {
  background-color: #0085ae;
}

.social-icon-colored li a:hover .fa-linux {
  background-color: #fbc002;
  color: #333;
}

.social-icon-colored li a:hover .fa-maxcdn {
  background-color: #f6ae1c;
}

.social-icon-colored li a:hover .fa-pagelines {
  background-color: #241e20;
  color: #3984ea;
}

.social-icon-colored li a:hover .fa-pinterest,
.social-icon-colored li a:hover .fa-pinterest-square {
  background-color: #cc2127;
}

.social-icon-colored li a:hover .fa-renren {
  background-color: #025dac;
}

.social-icon-colored li a:hover .fa-skype {
  background-color: #01aef2;
}

.social-icon-colored li a:hover .fa-stack-exchange {
  background-color: #245590;
}

.social-icon-colored li a:hover .fa-stack-overflow {
  background-color: #ff7300;
}

.social-icon-colored li a:hover .fa-trello {
  background-color: #265a7f;
}

.social-icon-colored li a:hover .fa-tumblr,
.social-icon-colored li a:hover .fa-tumblr-square {
  background-color: #314e6c;
}

.social-icon-colored li a:hover,
.social-icon-colored li a:hover -square {
  background-color: #32ccfe;
}

.social-icon-colored li a:hover .fa-vimeo-square {
  background-color: #229acc;
}

.social-icon-colored li a:hover .fa-vk {
  background-color: #375474;
}

.social-icon-colored li a:hover .fa-weibo {
  background-color: #d72b2b;
}

.social-icon-colored li a:hover .fa-windows {
  background-color: #12b6f3;
}

.social-icon-colored li a:hover .faing,
.social-icon-colored li a:hover .faing-square {
  background-color: #00555c;
}

.social-icon-colored li a:hover .fa-youtube,
.social-icon-colored li a:hover .fa-youtube-play,
.social-icon-colored li a:hover .fa-youtube-square {
  background-color: #c52f30;
}

.social-icon-colored li a:hover .fab {
  color: #121111;
}

.social-icon-colored li a:hover .fa-x-twitter {
  color: #121111;
  background-color: #ffffff;
}

/***

==================================================================
		Right To Left Style
==================================================================

***/

.rtl {
  direction: rtl;
  text-align: right;
}

.rtl .social-icon-three li,
.rtl .social-icon-one,
.rtl .banner-conference .time-countdown,
.rtl .styled-pagination,
.rtl .owl-carousel {
  direction: ltr !important;
}

.rtl .banner-conference .layer-outer,
.rtl .anim-icons {
  transform: scaleX(-1);
}

.rtl .main-header .search-box-outer,
.rtl .schedule-tabs.style-three .tab-buttons li,
.rtl .main-header .nav-outer .main-menu,
.rtl .main-header .logo-box {
  float: right;
}

.rtl .blog-categories li a span,
.rtl .fluid-section-one .content-column,
.rtl .main-header .nav-outer {
  float: left;
}

.rtl .list-style-one li:before,
.rtl .list-style-two li:before,
.rtl .fluid-section-one .image-column,
.rtl .schedule-block.style-two .speaker-info .thumb,
.rtl .pricing-block-two .features li:before,
.rtl .event-detail .speaker-info .thumb,
.rtl .event-info-tabs .tabs-content .info-list li .icon,
.rtl .comments-area .comment-box .author-thumb,
.rtl .blog-single .lower-content blockquote cite:before,
.rtl .about-section-two .about-block .icon,
.rtl .contact-page-section .contact-info li .icon,
.rtl .subscribe-section .content-box .sec-title .icon,
.rtl .sidebar .popular-posts .post .post-thumb,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .pricing-block .features li:before,
.rtl .main-menu .navigation > li > ul {
  left: auto;
  right: 0;
}

.rtl .main-menu .navigation > li > ul > li > ul {
  right: 100%;
  left: auto;
}

.rtl .sidebar .search-box .form-group button,
.rtl .subscribe-form .form-group input[type="submit"],
.rtl .subscribe-form .form-group button,
.rtl .banner-conference .images-outer,
.rtl .banner-conference .layer-outer {
  right: auto;
  left: 0;
}

.rtl .main-header .outer-box {
  float: left;
  margin-right: 50px;
  margin-left: 0;
}

.rtl .main-header .outer-box .btn-box {
  float: right;
  margin-left: 0;
  margin-right: 20px;
}

.rtl .main-header .search-box-outer .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

.rtl .main-menu .navigation > li {
  float: right;
  margin-right: 45px;
  margin-left: 0;
}

.rtl .banner-carousel .content-box .info-list li .icon {
  float: right;
  margin-left: 10px;
}

.rtl .coming-soon-section .time-countdown .counter-column:before {
  right: auto;
  left: -50px;
}

.rtl .list-style-one li {
  padding-left: 0;
  padding-right: 35px;
}

.rtl .about-section .image-column .image-box {
  padding-left: 0;
  padding-right: 80px;
}

.rtl .about-section .content-column .inner-column {
  padding-right: 0;
  padding-left: 80px;
}

.rtl .feature-block-two .inner-box {
  padding: 40px 30px;
  padding-right: 100px;
}

.rtl .feature-block-two .icon-box {
  left: auto;
  right: 30px;
}

.rtl .pricing-block .features li {
  padding: 5px 0;
  padding-right: 30px;
}

.rtl .register-form .form-group input[type="text"],
.rtl .register-form .form-group input[type="email"],
.rtl .register-form .form-group input[type="url"],
.rtl .register-form .form-group input[type="number"],
.rtl .register-form .form-group input[type="date"],
.rtl .register-form .form-group input[type="email"],
.rtl .register-form .form-group textarea,
.register-form .form-group select {
  padding: 10px 20px;
  padding-right: 50px;
}

.rtl .register-form .form-group .icon {
  left: auto;
  right: 20px;
}

.rtl .user-links li a {
  border-left: 0;
  border-right: 1px solid #f70068;
}

.rtl .main-footer .contact-list li {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .main-footer .contact-list li .icon {
  left: auto;
  right: 0;
}

.rtl .speaker-block-two .info-box {
  border-radius: 30px 0 0 30px;
}

.rtl .schedule-section.style-two .schedule-block .date,
.rtl .schedule-section.style-two .schedule-block .inner-box {
  text-align: right;
}

.rtl .schedule-block.style-two .speaker-info {
  padding-left: 0;
  padding-right: 80px;
}

.rtl .pricing-block-two .title .icon {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .pricing-block-two .price-box {
  margin-left: 0;
  margin-right: -30px;
}

.rtl .pricing-block-two .price {
  border-radius: 50px 0 0 50px;
}

.rtl .pricing-block-two .features li {
  padding-right: 30px;
  padding-left: 0;
}

.rtl .banner-meetup .address .icon,
.rtl .event-info-tabs .tabs-content h4 .icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .event-info-tabs .tabs-content .info-list li {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .subscribe-section .content-box .sec-title {
  text-align: right;
}

.rtl .subscribe-section .content-box .sec-title {
  padding-right: 90px;
  padding-left: 0;
}

.rtl .about-section-two .image-column .image-box {
  padding-right: 0;
  padding-left: 50px;
}

.rtl .about-section-two .about-block h4 {
  padding-left: 0;
  padding-right: 35px;
}

.rtl .feature-block-three .inner-box {
  padding-right: 170px;
  padding-left: 100px;
}

.rtl .feature-block-three .icon-box {
  left: auto;
  right: 50px;
}

.rtl .feature-block-three .link-box {
  right: auto;
  left: 30px;
}

.rtl .speaker-block-three .info-box {
  padding: 10px 30px;
  padding-left: 10px;
}

.rtl .speaker-block-three .info-box:before {
  right: 0;
  left: -30px;
  border-radius: 14px 0 0 14px;
}

.rtl .schedule-section.style-three .schedule-block .date,
.rtl .schedule-section.style-three .schedule-block .inner-box {
  text-align: right;
}

.rtl .accordion-box .block .acc-btn {
  padding: 15px 25px 15px 25px;
  padding-left: 50px;
}

.rtl .accordion-box .block .icon-outer {
  right: auto;
  left: 25px;
}

.rtl .app-section .link-box a {
  margin-right: 0;
  margin-left: 25px;
}

.rtl .app-section .image-column .inner-column {
  text-align: left;
}

.rtl .event-info-section .info-column .inner-column {
  left: 0;
  padding-right: 30px;
}

.rtl .event-info-tabs .tab-btn {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.rtl .subscribe-form .form-group {
  padding-right: 0;
  padding-left: 70px;
}

.rtl .about-section .icon-dots {
  left: auto;
  right: 50%;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button {
  right: auto;
  left: 35px;
  transform: scaleX(-1);
}

.rtl .event-detail .speaker-info {
  padding-left: 0;
  padding-right: 75px;
}

.rtl .list-style-two li {
  padding-left: 0;
  padding-right: 25px;
}

.rtl .buy-ticket .support-box .number span {
  margin-left: 5px;
  margin-right: 0;
}

.rtl .buy-ticket .form-column .inner-column {
  padding-right: 0;
  padding-left: 30px;
}

.rtl .news-block .post-info li {
  margin-left: 25px;
  margin-right: 0;
}

.rtl .news-block .post-info li span {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .sidebar-page-container .sidebar.padding-left {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"] {
  padding: 20px 30px 20px 50px;
}

.rtl .sidebar .popular-posts .post .post-inner {
  padding-left: 0;
  padding-right: 110px;
}

.rtl .sidebar .popular-tags a {
  float: right;
  margin: 0 0 10px 20px;
}

.rtl .blog-single .lower-content blockquote {
  padding: 35px 40px;
  padding-right: 95px;
}

.rtl .blog-single .lower-content blockquote .icon {
  left: auto;
  right: 40px;
}

.rtl .blog-single .lower-content blockquote cite {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .comments-area .comment {
  padding-left: 0;
  padding-right: 70px;
}

.rtl .comments-area .comment-box .name {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .contact-page-section .contact-info li {
  padding-left: 0;
  padding-right: 55px;
}

.rtl .schedule-section.style-three .schedule-block .speaker-info,
.rtl .schedule-section.style-two .schedule-block .speaker-info {
  padding-left: 0;
  padding-right: 80px;
}

.rtl .schedule-section.style-three .schedule-block .speaker-info .thumb,
.rtl .schedule-section.style-two .schedule-block .speaker-info .thumb {
  left: auto;
  right: 0;
}

.rtl .banner-conference-two .time-countdown .counter-column {
  margin-right: 0;
  margin-left: 30px;
}

.rtl .banner-conference-two .time-countdown .counter-column:before {
  right: auto;
  left: -20px;
}

.rtl .banner-conference-two .images-outer {
  left: 0;
  right: auto;
}

.rtl .header-top .top-left {
  order: 2;
}

.rtl .header-top .top-right {
  order: 1;
}

.rtl .header-top-two .top-left .links li a {
  padding-left: 0;
  padding-right: 24px;
}

.rtl .header-top-two .top-left .links li a .icon {
  right: 0;
  left: auto;
}

.rtl .header-top-two .top-right .cart-box {
  margin-left: 30px;
}

/***

====================================================================
	Box Layout
====================================================================

***/

.box-layout .page-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.box-layout .main-header {
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.box-layout {
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../../images/icons/form-bg.png);
}

.box-layout .coming-soon {
  position: relative;
}

/* Header Top */

.header-top {
  position: relative;
  background-color: #ec167f;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

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

.header-top .text {
  position: relative;
  color: #ffffff;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

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

.header-span.style-two {
  height: 145px;
}

.header-top .social-links {
  position: relative;
  padding: 16px 0;
  float: left;
}

.header-top .social-links li {
  position: relative;
  margin-left: 18px;
  display: inline-block;
}

.header-top .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top .social-links li a:hover {
  color: #4c35a9;
}

.header-top .register-btn {
  position: relative;
  color: #ffffff;
  float: left;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  padding: 16.5px 30px;
  margin-left: 25px;
  background-color: #1c94d2;
}

.main-header.header-style-two.alternate-two {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.main-header.header-style-two.alternate-two .outer-box .search-box-btn,
.main-header.header-style-two.alternate-two .main-menu .navigation > li > a {
  color: #ffffff;
}

.main-header.header-style-two.alternate-two.fixed-header
  .outer-box
  .search-box-btn,
.main-header.header-style-two.alternate-two.fixed-header
  .main-menu
  .navigation
  > li
  > a {
  color: #000000;
}

.main-header.header-style-two.alternate.fixed-header .header-top,
.main-header.header-style-two.alternate-two.fixed-header .header-top-two {
  display: none;
}

.main-header.header-style-two.alternate-two .main-box {
  position: fixed;
  width: 100%;
}

/* Banner Section Two */

.banner-section-two {
  position: relative;
  padding: 150px 0 350px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

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

.banner-section-two .outer-container .content {
  position: relative;
  width: 100%;
  max-width: 800px;
  text-align: center;
  display: inline-block;
  background-color: #ec167f;
}

.banner-section-two .outer-container .content .upper-content {
  position: relative;
  padding: 10px 30px;
  display: inline-block;
  background-color: #ec167f;
}

.banner-section-two .outer-container .title {
  position: relative;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.banner-section-two .outer-container .content h1 {
  position: relative;
  font-weight: 800;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 1em;
  margin-top: 12px;
}

.banner-section-two .outer-container .content h1 span {
  position: relative;
  font-weight: 300;
}

.banner-section-two .outer-container .content h2 {
  position: relative;
  font-weight: 400;
  color: #ffffff;
  font-size: 35px;
  line-height: 1.1em;
  margin-top: 18px;
  text-transform: uppercase;
}

.banner-section-two .outer-container .content h2 span {
  font-weight: 300;
  display: block;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.banner-section-two .outer-container .content .lower-content {
  position: relative;
  padding: 10px 50px;
  background-color: #363636;
}

.banner-section-two .outer-container .content .lower-content .lower-title {
  position: relative;
  color: #ffffff;
  font-weight: 300;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  font-style: italic;
}

.banner-section-two .outer-container .content .lower-content .date {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  font-style: italic;
  margin-top: 8px;
}

/***

====================================================================
	Coming Soon Section Two
====================================================================

***/

.coming-soon-section-two {
  position: relative;
  z-index: 2;
}

.coming-soon-section-two .outer-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  background-color: #363941;
}

.coming-soon-section-two .outer-box {
  position: relative;
  display: block;
  padding: 0 80px 40px;
  background-color: #ec167f;
  text-align: center;
  margin-top: -142px;
  /* background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(102, 16, 16, 0.671) 100%);
	background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(102, 16, 16, 0.671) 100%);
	background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(102, 16, 16, 0.671) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 ); */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.coming-soon-section-two .timer-column {
  position: relative;
}

.coming-soon-section-two .time-counter {
  position: relative;
}

.coming-soon-section-two .time-countdown {
  position: relative;
}

.coming-soon-section-two .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  width: 100px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #ffffff;
  top: 30px;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
}

.coming-soon-section-two .time-countdown .counter-column:before {
  position: absolute;
  content: ":";
  top: 5px;
  right: -50px;
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 1em;
  color: #ffffff;
  font-style: normal;
}

.coming-soon-section-two .time-countdown .counter-column:last-child:before {
  display: none;
}

.coming-soon-section-two .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 30px;
  font-style: normal;
}

.header-top-two {
  position: relative;
  border-bottom: 1px solid rgba(245, 245, 245, 0.5);
}

.header-top-two .top-left {
  position: relative;
  float: left;
}

.header-top-two .top-left .links {
  position: relative;
}

.header-top-two .top-left .links li {
  position: relative;
  margin-right: 18px;
  padding: 13px 0;
  padding-right: 22px;
  display: inline-block;
  border-right: 1px solid rgba(245, 245, 245, 0.5);
}

.header-top-two .top-left .links li:last-child {
  border-right: none;
}

.header-top-two .top-left .links li a {
  position: relative;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  font-weight: 400;
  color: #ffffff;
  padding-left: 24px;
}

.header-top-two .top-left .links li a .icon {
  position: absolute;
  left: 0;
  color: #ec167f;
}

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

.header-top-two .top-right .social-icons {
  position: relative;
  float: left;
}

.header-top-two .top-right .social-icons li {
  position: relative;
  margin-left: 15px;
  padding: 13px 0;
  display: inline-block;
}

.header-top-two .top-right .social-icons li a {
  position: relative;
  color: #ffffff;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

/***

====================================================================
	Banner Conference Two
====================================================================

***/

.banner-conference-two {
  position: relative;
  padding: 320px 0 200px;
  overflow: hidden;
}

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

.banner-conference-two .icons .icon-one {
  position: absolute;
  left: 10% !important;
  top: 17% !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-two {
  position: absolute;
  left: 35% !important;
  top: 25% !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-three {
  position: absolute;
  left: 6% !important;
  top: 58% !important;
  width: 34px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-four {
  position: absolute;
  left: 56% !important;
  top: 60% !important;
  width: 34px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-five {
  position: absolute;
  left: 79% !important;
  top: 25% !important;
  width: 35px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-six {
  position: absolute;
  left: 90% !important;
  top: 88% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-seven {
  position: absolute;
  left: 80% !important;
  top: 60% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-eight {
  position: absolute;
  left: 52% !important;
  top: 40% !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-nine {
  position: absolute;
  left: 52% !important;
  top: 12% !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-ten {
  position: absolute;
  left: 34% !important;
  top: 68% !important;
  width: 34px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-eleven {
  position: absolute;
  left: 89% !important;
  top: 80% !important;
  width: 34px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-twelve {
  position: absolute;
  left: 69% !important;
  top: 70% !important;
  width: 35px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-thirteen {
  position: absolute;
  left: 200% !important;
  top: 88% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two .icons .icon-fourteen {
  position: absolute;
  left: 95% !important;
  top: 95% !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}

.banner-conference-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.banner-conference-two .icon-dots {
  left: 40%;
  bottom: 180px;
}

.banner-conference-two .layer-outer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.banner-conference-two .images-outer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.banner-conference-two .images-outer .speaker-img {
  position: absolute;
  right: 150px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-conference-two .content-box {
  position: relative;
  z-index: 99;
}

.banner-conference-two .content-box .title {
  display: block;
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}

.banner-conference-two .content-box h2 {
  display: block;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 50px;
}

.banner-conference-two .time-counter {
  position: relative;
  margin-bottom: 30px;
}

.banner-conference-two .time-countdown {
  position: relative;
}

.banner-conference-two .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 90px;
  text-align: center;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  color: #ffffff;
  font-weight: 500;
}

.banner-conference-two .time-countdown .counter-column:last-child {
  margin-right: 0;
}

.banner-conference-two .time-countdown .counter-column:before {
  position: absolute;
  content: ":";
  top: 10px;
  right: -20px;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  color: #ffffff;
}

.banner-conference-two .time-countdown .counter-column:after {
  position: absolute;
  left: 0;
  top: -20px;
  height: 100px;
  width: 90px;
  z-index: -1;
  border-radius: 5px 30px 5px 30px;
  background-color: #ec167f;
  /* border-top: 3px solid #ec167f;
	border-bottom: 3px solid #ec167f; */
  content: "";
}

.banner-conference-two .time-countdown .counter-column:nth-child(2):after {
  background-color: #1c94d2;
}

.banner-conference-two .time-countdown .counter-column:nth-child(3):after {
  background-color: #faac1d;
}

.banner-conference-two .time-countdown .counter-column:nth-child(4):after {
  background-color: #4c35a9;
}

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

.banner-conference-two .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
}

.banner-conference-two .content-box .btn-box {
  position: relative;
  margin-top: 60px;
}

/***

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

***/

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

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-right: 80px;
}

.about-section .content-column .sec-title {
  position: relative;
  margin-bottom: 20px;
}

.about-section .content-column .sec-title .text {
  margin-top: 20px;
}

.about-section .content-column .sec-title h2 {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.about-section .content-column .list-style-one {
  margin-bottom: 30px;
}

.about-section .content-column .btn-box {
  position: relative;
}

.about-section .content-column .btn-box a {
  padding: 15px 30px;
  line-height: 20px;
  font-weight: 600;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .image-column .image-box {
  position: relative;
  padding-left: 80px;
}

/*.about-section .image-column .image-box img{
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: 15px solid #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}*/

.about-section .image-column .image {
  position: relative;
  margin-bottom: 0;
}

.about-section .image-column .image:before {
  position: absolute;
  right: -10%;
  top: -10%;
  height: 120%;
  width: 120%;
  background-image: url(../../images/icons/shape-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-animation: dizzling 10s infinite;
  -moz-animation: dizzling 10s infinite;
  -ms-animation: dizzling 10s infinite;
  -o-animation: dizzling 10s infinite;
  animation: dizzling 10s infinite;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}

@keyframes dizzling {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

.logo {
  padding: clamp(2px, 2vw, 5x);
  width: clamp(150px, 20vw, 180px);
  height: auto;
}
