@charset "UTF-8";
/*----------------------------------------*/
/*  THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@400,600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1.heading-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: #101828;
}

h2.heading-2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #101828;
}

h3.heading-3 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  color: #101828;
}

h4 {
  
}

h5 {
  
}

h6 {
  
}

ul {
  margin: 0px;
  padding: 0px;
}

img {
	max-width: 100%;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.button-1 {
  font-weight: 500;
  font-size: 16px;
  color: #1570EF;
  background: #FFFFFF;
  border: 1px solid #1570EF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 9px 24px;
  display: inline-block;
  text-align: center;
}

.button-1:hover {
  color: #fff;
  background: #1570EF;
}

.button-1:focus {
  color: #fff;
  background: #1570EF;
}

.button-2 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #1570EF;
  border: 1px solid #1570EF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 9px 20px;
  display: inline-block;
  text-align: center;
}

.button-2.lg {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding: 15px 28px;
}

.button-2 .icon-right {
  margin-left: 7px;
  vertical-align: sub;
}

.button-2:hover {
  color: #fff;
  background: #1a6ad9;
}

.button-2:focus {
  color: #fff;
  background: #1a6ad9;
}

.button-3 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #FAC515;
  border: 1px solid #FAC515;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 9px 20px;
  display: inline-block;
  text-align: center;
}

.button-3:hover {
  color: #fff;
  background: #e9b91b;
}

.button-3:focus {
  color: #fff;
  background: #e9b91b;
}


.radio-button-1 {
  background: #F5FAFF;
  border: 1px solid #F2F4F7;
  border-radius: 8px;
  padding: 4px;
}

.radio-button-1 label span {
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
  position: relative;
}

.radio-button-1 input[type=radio].toggle {
  display: none;
}
.radio-button-1 input[type=radio].toggle + label {
  padding: 8px;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  cursor: pointer;
  width: 50%;
  color: #344054;
}
.radio-button-1 input[type=radio].toggle + label:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 6px;
}
.radio-button-1 input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
.radio-button-1 input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
.radio-button-1 input[type=radio].toggle:checked + label {
  cursor: default;
  color: #1570EF;
  transition: color 200ms;
}
.radio-button-1 input[type=radio].toggle:checked + label:after {
  left: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow-left.slick-arrow {
  left: 0;
}
.slick-arrow-right.slick-arrow {
  right: 0;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #B9E6FE;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    background: #FFFFFF;
}

.section-header-1 {
  margin-bottom: 64px;
}
.section-header-1 .content-box {
  width: 100%;
  max-width: 904px;
}

.section-header-1 .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #364152;
  margin-bottom: 12px;
  display: block;
}

.section-header-1 h2 {
  margin-bottom: 20px;
}

.section-header-1 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.modal-primary .modal-header {
  display: initial;
  padding: 32px;
}

.modal-primary .modal-header .modal-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #101828;
}

.modal-primary .modal-header p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}

.modal-primary .modal-header .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231570EF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-primary .modal-body {
  padding: 32px;
}

/* Pagination */
.pagination {
  border-top: 1px solid #EAECF0;
  padding: 20px 0;
}

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

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  font-weight: 500;
  color: #667085;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.pagination ul li a:hover {
  color: #fff;
  background: #1464D3;
}

.pagination ul li.active a {
   background: #EFF8FF;
   color: #1570EF;
}

.pagination ul li.active:hover a {
  color: #667085;
  background: #EFF8FF;
  cursor: default;
}

.pagination .arrow-left img {
  margin-right: 15px;
}

.pagination .arrow-right img {
  margin-left: 15px;
}



/* Header Area */
header {
  padding: 10px 0;
  border-bottom: 1px solid #EAECF0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.header-logo {
  margin-right: 25px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
}

.header-logo .text-2 {
  font-weight: 500;
  font-size: 18px;
}

.header-logo span {
  display: block;
}

.header-logo img {
  width: 86px;
  margin-right: 6px;
}

.header-menu {
  margin-left: auto;
}

.header-menu ul {
  list-style: none;
}

.header-menu ul li {
  display: inline-block;
  margin-right: 32px;
}

.header-menu ul li:last-child {
  margin-right: 0;
}

.header-menu ul li a {
  display: inline-block;
  color: #667085;
  font-weight: 500;
}

.header-menu ul li a img {
  vertical-align: sub;
}

/* mobile menu toggle button */
.menu-toggle {
  position: relative;
  display:  inline-block;
  width: 36px;
  height: 24px;
  display: none;
  z-index: 100;
  margin-left: auto;
}
.menu-toggle span {
  margin: 0 auto;
  position: relative;
  top: 10px;
  transition-duration: 0s;
  transition-delay: .2s;
  transition: background-color 0.3s;
}
.menu-toggle span:before, .menu-toggle span:after {
  position: absolute;
  content: '';
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  width: 36px;
  height: 4px;
  background-color: #162B36;
  display: block;
  opacity: 1;
}
.menu-toggle span:before {
  margin-top: -10px;
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s, 0;  
}
.menu-toggle span:after {
  margin-top: 10px;
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s, 0;  
}

.menu-toggle-active span {
  background-color: rgba(0,0,0,0);
  transition: 0.3s background-color;
}
.menu-toggle-active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0, .2s;
}
.menu-toggle-active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0, .2s;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  margin-bottom: 40px;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #333333;
  border-top: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a img {
  vertical-align: sub;
  margin-left: 5px;
}
.mean-container .mean-nav ul li a:hover {
  color: #1570EF;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ddd !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #333333;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #c79153;
  color: #fff;
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #fff;
  background: #333;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #f5f4f4;
}

.mean-container .mean-nav ul li ul li a {
    font-size: 13px;
}

body.overlay {
  overflow-y: hidden;
}

.side-menu {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 100%;
  min-height: 100vh;
  height: 100%;
  padding: 100px 40px;
  z-index: 10;
  transition: 0.3s;
}

.side-menu.active {
  left: 0;
}

.header-button {
  margin-left: 41px;
}

.header-button .button-1 {
  font-size: 14px;
}


/* Hero Section */
.hero-section {
  padding: 64px 0 40px;
}

.hero-section .learn-more {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 18px;
  color: #1570EF;
  text-align: center;
  margin-top: 40px;
  display: block;
}

.hero-section .learn-more span {
  border-bottom: 2px solid #1570EF;
  padding-bottom: 5px;
  margin-right: 8px;
}

.hero-left-area .top-title {
  margin-bottom: 32px;
}

.hero-left-area .top-title img {
  width: 78px;
  margin-right: 6px;
  margin-top: -30px;
}

.hero-left-area .top-title .heading-1 {
  width: calc(100% - 84px);
}

.hero-featured-list .single-item {
  margin-bottom: 48px;
}

.hero-featured-list .single-item:last-of-type {
  margin-bottom: 0;
}

.hero-featured-list .icon-box {
  width: 77px;
  margin-right: 20px;
}

.hero-featured-list .content-box {
  width: calc(100% - 97px);
}

.hero-featured-list .content-box h3 {
  margin-bottom: 8px;
  font-weight: 600;
}

.hero-featured-list .content-box p {
  margin-bottom: 8px;
}

.hero-featured-list .content-box p a {
  color: #333333;
  font-weight: 500;
}

.hero-featured-list .content-box .link {
  font-weight: 500;
  color: #1570EF;
}

.hero-section .hero-form {
  margin: 0 30px 0 40px;
}

.hero-form {
  background: #FFFFFF;
  border: 1px solid #F2F4F7;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  border-radius: 12px;
  padding: 55px 40px;
  position: relative;
}

.hero-form .radio-button-1 {
  margin-bottom: 20px;
}

.hero-form h3.heading-3 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.hero-form .input-box {
  margin-bottom: 20px;
}

.hero-form .form-control {
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  min-height: 44px;
  color: #667085;
}

.hero-form .form-check-label {
  font-weight: 500;
  font-size: 14px;
  color: #344054;
}

.hero-form .link {
  font-weight: 500;
  font-size: 14px;
  color: #175CD3;
}

.hero-form .input-box-2 {
  margin: 24px 0;
}

.hero-form .button-2, .hero-form .button-3 {
  margin-bottom: 24px;
  width: 100%;
}

.hero-form p {
  font-family: 'Montserrat';
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.hero-form .character {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: -72px;
  margin-bottom: -18px;
}


/* Slider Section */
.slider-section {
  padding: 100px 0;
  background: linear-gradient(102.27deg, rgba(0, 134, 201, 0.8) -3.53%, rgba(11, 165, 236, 0.8) 63.89%), url(../img/slider/bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.slider-section .slick-slide > div {
  padding: 0 100px;
}

.slider-section .image-box {
  background-image: url(../img/slider/image-box.svg);
  background-size: cover;
  background-position: center;
  max-width: 500px;
  max-height: 500px;
  padding: 35px;
  margin-right: 40px;
}

.slider-section .sub-title {
  font-family: 'Montserrat';
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
}

.slider-section h2.heading-2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-bottom: 32px;
}

.slider-section p {
  font-weight: 500;
  font-size: 20px;
}


/* Events Section */
.events-section {
  padding: 100px 0 68px;
}

.event-list .date-box {
  width: 122px;
  height: 122px;
  background: #FEFBE8;
  border-radius: 100%;
  margin-right: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #713B12;
  line-height: 1em;
}

.event-list .single-item {
  margin-bottom: 32px;
}

.event-list .date-box span {
  display: block;
}

.event-list .date-box span.day {
  font-size: 40px;
  line-height: 1em;
}

.event-list .content-box {
  width: calc(100% - 138px);
}


/* Video Section */
.video-section {
  background: #F0F9FF;
  padding: 100px 0 50px;
}

.video-items  .single-item img {
  margin-bottom: 32px;
}

.video-items  .single-item {
  margin-bottom: 50px;
}

.video-items  .single-item .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  display: block;
  margin-bottom: 12px;
}

.video-items  .single-item h3.heading-3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}


/* FAQ Section */
.faq-section {
  padding: 100px 0 64px;
}

.faq-section .accordion {
  --bs-accordion-border-width: none;
}

.faq-section .accordion-button {
  background-color: transparent;
  color: #101828;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 0;
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-section .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.faq-section .accordion-body {
  color: #667085;
  padding: 0;
  padding-bottom: 25px;
  padding-right: 25px;
}

.faq-section .accordion-button::after {
  background-image: url(../img/icons/plus-circle.svg);
  background-size: contain;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icons/minus-circle.svg);
}

.faq-section .accordion-item {
  border-bottom: 1px solid #EAECF0;
}

.faq-section .accordion-item:last-of-type {
  border-bottom: none;
}


/* Ticket Section */
.ticket-section {
  padding: 0 0 96px;
}

.ticket-box {
  background: #FEFDF0;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.ticket-box p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}


/* Footer Area */
footer {
  background: #0086C9;
  padding: 32px 0 48px;
  color: #fff;
}

footer p {
  margin-bottom: 0;
}

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

footer ul li {
  display: inline-block;
  margin-right: 39px;
}


footer ul li:last-child {
  margin-right: 0;
}