/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #0A1938;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

/* ------------------------------------
Header area css
--------------------------------------*/

.header-area {
    background: #2d2d2d;
    padding: 40px 0;
    position: relative
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
}
.header-logo {
    border-right: 1px solid #a2a2a2;
    padding-right: 20px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.header-logo img {
    width: 400px;
}
.date p {
    font-size: 24px;
    color: #fff;
}
.date p i {
    color: #65d78d;
    width: 30px;
}
.date p a i {
    color: #fff;
    font-size: 16px;
}
.date p a:hover {
    text-decoration: underline;
}
/* ----------------------------------
Translator CSS
-------------------------------------*/
:root {
    --translator-bg: #65d78d;
    --translator-border: #65d78d;
    --translator-icon: #ffffff;
    --translator-surface: #fff;
    --translator-text: #0A1938;
    --translator-text-inverse: #ffffff;
    --translate-banner-offset: 0px;
}

.translate-floating {
    background: var(--translator-bg);
    border: 1px solid var(--translator-border);
    border-radius: 8px;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 8px 10px;
    position: fixed;
    right: 16px;
    top: calc(16px + var(--translate-banner-offset));
    z-index: 1000;
}

.translate-icon {
    color: var(--translator-icon);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.translate-icon i {
    font-size: 16px;
}

#google_translate_element {
    min-height: 36px;
    line-height: 1;
}

#google_translate_element .goog-te-gadget {
    color: var(--translator-text-inverse);
    font-family: "Open Sans", sans-serif;
    font-size: 0;
}

#google_translate_element .goog-te-gadget-simple {
    background: var(--translator-surface);
    border: 0;
    border-radius: 6px;
    display: inline-block;
    padding: 7px 10px;
}

#google_translate_element .goog-te-gadget-simple img {
    display: none;
}

#google_translate_element .goog-te-gadget-simple span,
#google_translate_element .goog-te-gadget-simple a,
#google_translate_element .goog-te-gadget-simple a:hover,
#google_translate_element .goog-te-gadget-simple a:focus {
    color: var(--translator-text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

iframe.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

@media (max-width: 767px) {
    .header-area {
        padding-top: 102px;
    }

    .translate-floating {
        position: absolute;
        left: 50%;
        right: auto;
        top: calc(12px + var(--translate-banner-offset));
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: calc(100vw - 24px);
        width: auto;
    }
}
/* ----------------------------------
Translator CSS
-------------------------------------*/

/*Banner CSS*/
.banner-area {
	background: url(../img/banner.jpg) no-repeat scroll center center / cover;
    position: relative;
}
.banner-wrapper {
	text-align: center;
}
.banner-content img {
    max-width: 300px;
    margin-bottom: 30px;
}
.banner-title,
.banner-subtitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.banner-title.last {
    margin-top: 20px;
}
.banner-text {
	max-width: 750px;
	margin: 0 auto;
}
.reg-btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	background: #65d78d;
	height: 50px;
	line-height: 52px;
	padding: 0 30px;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
.reg-btn:hover {
    background: #569837;
    color: #fff;
}
.banner-content h4 {
	margin-top: 20px;
}

/*About*/
.event-title h2 {
	font-size: 28px;
    margin-bottom: 20px;
    color: #65d78d;
}
.about p {
    font-size: 18px;
    margin-bottom: 20px;
}
.about p:last-child {
    margin-bottom: 0;
}
/* Slider */
.slick-slide img {
    display: inline-block;
    margin-bottom: 20px;
}
.testimonial-area .sec-title h2 {
    color: #0A1938;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  bottom: -40px;
  padding: 0;
  list-style: none;
}

.slick-dots li {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover {
  background: #94a3b8;
  transform: scale(1.08);
}

.slick-dots li.slick-active button {
  background: #0f172a;
  outline: 1px solid #0f172a;
  outline-offset: 2px;
}

.slick-dots li button:focus {
  outline: 1px solid #0f172a;
  outline-offset: 2px;
}
/* Counter Up  */
.counterup-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.counter {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #727272;
    padding: 10px 0;
}
.counter:last-child {
    border-right: 0;
}
.counter h3 {
    font-size: 28px;
    color: #6bbb45;
}
.counter p {
    font-size: 20px;
    color: #6bbb45;
    font-weight: 600;
}
/*Countdown CSS*/
.countdown-area {
    background: #65d78d;
}
.counter-wrap {
    text-align: center;
}
.sec-title h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.sec-title h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    content: "";
    width: 120px;
    height: 4px;
    background: #FFFFFF;
}
.cdown {
    display: inline-block;
    margin-right: 100px;
}
.cdown:last-child {
    margin-right: 0px;
}
.cdown span {
    font-size: 52px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.cdown p {
    font-size: 22px;
    text-transform: uppercase;
}
.cd-promo {
    margin-top: 40px;
}
.cd-promo h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
.countdown-area .reg-btn {
    background: #2d2d2d;
    color: #ffffff;
}
.countdown-area .reg-btn:hover {
    background: #ffffff;
    color: #65d78d;
}
/*Footer CSS*/
.footer-area {
    background: #2d2d2d;
}

.footer-social {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.social-top p span {
    color: #65d78d;
}
.footer-logo img {
    width: 400px;
}
.social-top p {
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 4px solid #65d78d;
}

.social ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social ul a {
    color: #65d78d;
    font-size: 50px;
    padding: 0 10px;
}

.social .colored a {
    color: #65d78d;
}

.social .colored a:hover {
    color: #ffffff;
}

.social ul a:hover,
.social ul a:focus {
    color: #ffffff;
}