/*!
Theme Name: ISEA child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE.HostLogo img, .PartnerLogo img
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  /*   --clr-primary: rgba(27, 161, 150, 1); */
  --clr-primary: #252525;
  --clr-secondary: #252525;

  --ff-primary: "Dubai", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: var(--ff-primary) !important;
}

html {
  overflow-x: hidden !important;
}
html.overflow {
  overflow: hidden !important;
}
.container {
  max-width: 100vw;
  /* Ensure width doesn't exceed viewport */
  box-sizing: border-box;
}

body {
  /* overflow-x: hidden !important; */
  color: #000;
  font-family: var(--ff-primary) !important;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
  background-size: cover;
  padding: 50px 0;
}

.not_found_inner {
  max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  margin: 30px 0;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

.search-results .nav-links {
  display: none;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
#primary-menu {
  text-align: center;
  margin: 0;
}

#primary-menu > li {
  display: inline-block;
  margin: 0px 20px;
}
#primary-menu > li:first-child {
  margin-left: 0;
}
#primary-menu > li:last-child {
  margin-right: 0;
}
#primary-menu > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
  padding: 5px 0px;
}
#primary-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .5s all ease;
}

#primary-menu > li > a:hover:before, #primary-menu > li.active > a:before {
    opacity: 1;
    width: 100%;
}

ul.sub_menu {
position: absolute;
    width: max-content;
    text-align: start;
    background: #fff;
    padding: 0px;
    box-sizing: border-box;
    text-transform: none;
    z-index: 200;
    display: none;
    left: -15px;
    top: 30px;
    border-radius: 6px;
    overflow: hidden;
}
ul.sub_menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #252525;
    padding: 10px 15px;
    display: block;
    position: relative;
}
ul.sub_menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #252525;
    top: 0px;
    z-index: -1;
	transition: .2s ease-out all;
}
ul.sub_menu li a:hover, ul.sub_menu li.active a{
	 color: #fff;
}
ul.sub_menu li a:hover:before, ul.sub_menu li.active a:before{
	 width: 100%;
}
#primary-menu > li:hover ul.sub_menu {
  display: block;
}
#primary-menu > li.menu-item-has-children>a {
    padding-right: 20px;
}
body.rtl #primary-menu > li.menu-item-has-children>a{
	 padding-right: 0px;
	 padding-left: 20px;
}
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0px;
  display: block;
  color: #fff;
	cursor: pointer;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 30px);
  left: 0px;
  width: 300px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  /* border-color: transparent; */
}

#primary-menu .sub-menu li a {
  color: #252525;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-align: left;
  padding: 17px 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  /* transition: all 0.5s ease-in-out;   */
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover {
  font-weight: bold;
  color: #252525;
}
/* #primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #252525;
  border-color: #252525;
} */
#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  /* border-bottom: 1px solid transparent; */
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li {
  width: 100%;
  border: none;
}
#mm #primary-menu ul.sub-menu li a {
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding: 10px 0;
}
#mm ul li ul li ul {
  padding-bottom: 0 !important;
  padding-left: 20px;
}
/* #mm #primary-menu li ul.sub-menu ul.sub-menu li a {
  font-size: 16px;
} */
#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: visible;
  position: relative;
  margin: 0;
  width: 100%;
  left: 0px;
  background: transparent;
  box-shadow: none;
  padding-bottom: 10px;
}
i.fas.fa-angle-down.active:before {
  transform: rotate(0deg);
}

#mml {
  padding: 20px 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: absolute;
  min-height: 49px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #fff;
}

#mmb {
  position: absolute;
  width: 30px;
  height: 50px;
  margin-right: 15px;
  top: 20px;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 3px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
  left: 8px;
}

div#mm {
  padding-left: 0;
  margin-bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #252525;
  position: absolute;
}

body .header_icons ul.cnss-social-icon {
  display: none;
}

#mm ul li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  word-wrap: break-word;
  text-align: left;
  /*   text-transform: capitalize; */
  font-weight: 400;
  border-color: transparent !important;
}
#mm #primary-menu li {
  border-bottom: #fff 1px solid;
  width: 100%;
  margin: auto;
/*   padding: 0px 15px; */
}

#mm #primary-menu a:hover {
  color: #1e1e1e;
}

#mm #primary-menu li:last-child a {
  border: none;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}

.woocommerce td.product-name a:hover {
  color: #0b204d;
}

input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}

.coupon .button {
  height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}

.actions button {
  height: 45px;
}

.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}

.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}

a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
  border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}

.qib-container button {
  cursor: pointer;
}

.woocommerce-shipping-destination {
  font-size: 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}

input[type="radio"]::before {
  background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-color: rgba(84, 84, 84, 0.8);
}

.input-radio::after,
input[type="radio"]::after {
  border-radius: 50%;
}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}

.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}

#calc_shipping_city_field {
  margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}

#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  .product-total {
  text-align: right;
}

.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  th,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  th {
  border: none;
  vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

#order_comments {
  height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  /*   text-transform: capitalize; */
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

.woocommerce-error {
  border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  margin-top: 8px !important;
  font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce-message a {
  margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  margin-bottom: 40px;
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}

#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}

.tinv-wishlist .product-action {
  width: 165px;
}

#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}

.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}

.select-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tfoot
  th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tbody
  tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}

.woocommerce-account .addresses .title h3 {
  position: relative;
}

.woocommerce-privacy-policy-text a {
  color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}

.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}

.lost_password a {
  color: #252525 !important;
}

.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-info::before {
  color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}

.woocommerce form .form-row .required {
  color: #0b204d;
}

a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}

h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}

ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}

.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}

.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}

.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}

.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}

.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: 10px !important;
  text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
  position: relative;
  top: -10px !important;
  text-align: center;
}

/* Woo Commerce End Here */

/* UTILS START */

.dots-section .slick-dots {
  bottom: -60px !important;
}

.dots-section .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: rgba(112, 117, 117, 1) !important;
  border: none;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.dots-section .slick-dots li.slick-active button {
  background-color: var(--clr-primary) !important;
  width: 15px;
  height: 15px;
}

.slick-dots li.slick-active button:before {
  display: none;
}

.button_wrap a,
.button_wrap button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--clr-secondary);
  font-size: 16px;
  font-weight: 500 !important;
  text-decoration: none;
  /*   text-transform: capitalize; */
  padding-block: 15px;
  padding-inline: 27px;
  min-width: 161px;
  height: 40px;
  border-radius: 85px;
  border: 1px solid var(--clr-primary);
  background: transparent;
  transition: all 300ms ease;
  cursor: pointer;
  border: 1px solid var(--clr-primary);
}

.button_wrap a::after,
.button_wrap button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  transition: all 300ms ease;
}

.button_wrap a:hover,
.button_wrap button:hover {
  background-color: var(--clr-primary);
  color: #fff !important;
  border: 1px solid var(--clr-primary);
}

button.active {
  background-color: var(--clr-primary) !important;
  color: #fff;
}

.button_wrap a:hover::after {
  transform: rotate(-45deg);
}

.outline_button_wrap a::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  transition: all 300ms ease;
}

.outline_button_wrap a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500 !important;
  text-decoration: none;
  /*   text-transform: capitalize; */
  padding-block: 15px;
  padding-inline: 27px;
  min-width: 161px;
  height: 48px;
  border-radius: 85px;
  border: 1px solid #fff;
  transition: all 300ms ease;
}

.outline_button_wrap a:hover {
  background-color: var(--clr-primary);
  color: #fff !important;
  border: 1px solid var(--clr-primary);
}

.outline_button_wrap a:hover::after {
  transform: rotate(-45deg);
}

.section-heading {
  color: var(--clr-secondary);
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.section-heading-center .section-heading {
  text-align: left;
}

.colored-text {
  color: var(--clr-primary);
  margin: 0px;
}

.clr-white {
  color: #fff !important;
}

.dead-line-text {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: var(--clr-secondary);
  margin-top: 10px;
}

.dark-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  /*   text-transform: capitalize; */
  color: #2b2b2b;
}

.faq-content-wrap p:has(span.dark-text) {
  margin: 0px;
}

.faq-content-wrap .faq-big-heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /*   text-transform: capitalize; */
  color: var(--clr-primary);
  font-weight: bold;
  margin-bottom: 5px;
}

.req-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  /*   text-transform: capitalize; */
  color: #252525;
  margin-bottom: 5px;
  display: block;
}

.small-dark-text {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  /*   text-transform: capitalize; */
  color: #2b2b2b;
  /* margin-bottom: 5px; */
}

.faq-content-wrap {
  padding-bottom: 10px;
}

/* UTILS END */

/* HEADER START */

/* header {
  position: relative;
  margin-bottom: 42px;
} */

header .header-right-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 214px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.91%);
  transform: rotate(-180deg);
  z-index: -1;
} */

/* .mm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 214px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 84.91%
  );
  transform: rotate(-180deg);
  z-index: -1;
} */

/* .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
}

.header-wrapper #primary-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
}

.main-navigation ul li a {
  color: var(--clr-secondary) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-wrapper li.button_wrap {
  padding: 0px !important;
  padding-left: 10px !important;
}

.header-wrapper li.button_wrap a {
  color: #252525;
}

.header-mobile-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-mobile-right .img_wrap {
  margin-right: 60px;
  flex-shrink: 0;
} */

/* HEADER END */

/* HERO SECTION */

.hero-section {
  padding-bottom: 120px;
}

.hero-section::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/05/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  z-index: -2;
  width: 100%;
  height: 770px;
  width: 1444px;
  height: 770px;
}

.hero-section:after {
  content: "";
  position: absolute;
  top: 47px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 76.91%
  );
  z-index: -1;
  width: 1444px;
  height: 770px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-section .heading_wrap {
  margin-bottom: 73px;
}

.hero-section h1.hero-section-heading {
  color: var(--clr-secondary);
  text-align: center;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero-section .video-container {
  position: relative;
}

.hero-section .video_wrap video {
  width: 100%;
  border-radius: 10px;
}

.hero-section .video-circle {
  position: absolute;
  right: 2.4%;
  bottom: -85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 181px;
  height: 181px;
  border-radius: 50%;
  border: 13px solid #fff;
  background-color: var(--clr-primary);
  display: none;
}

/* HERO SECTION */

/* EMBRACE CONTENT SECTION */

.embrace-section {
  position: relative;
  /* padding-top: 66px; */
  padding-bottom: 120px;
}

.embrace-section::before {
  content: "";
  position: absolute;
  top: 27%;
  left: -10%;
  width: 100%;
  height: 100%;
  border-radius: 508px;
  background: #bfdcfc;
  filter: blur(100px);
  width: 444px;
  height: 508px;
  z-index: -1;
}

.embrace-content {
  margin-bottom: 50px;
}

.embrace-content p {
  color: var(--clr-secondary);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: justify;
}

.embrace-content p:last-child {
  margin: 0px;
}

.embrace-content p:nth-of-type(1) {
  margin-bottom: 10px;
}

.embrace-section .embrace-slider .item {
  margin-right: 30px;
  height: 395px;
  width: 355px;
}

.embrace-section .img_wrap {
  width: 100%;
  height: 100%;
}

.embrace-section .img_wrap img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* EMBRACE CONTENT SECTION */

/* EVENT SECTION */

.events-section {
  position: relative;
  padding-bottom: 120px;
  display: none;
}

.events-section::before {
  content: "";
  position: absolute;
  right: 0px;
  top: -150px;
  background-image: url("/wp-content/uploads/2025/05/upcoming-events-bg-prop.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1190px;
  height: 843px;
  z-index: -1;
}

.event-card {
  align-items: center;
}

.event-card .location-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.event-card .event-card-img-wrapper {
  position: relative;
}

.event-card .event-post-date {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.4px;
  width: 218px;
  height: 35px;
  border-radius: 6px;
  background: #fff;
}

.location-wrap .icon_wrap {
  display: flex;
  width: 53px;
  height: 53px;
  padding: 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 26.5px;
  background: var(--clr-primary);
  box-shadow: 0px 5px 62.5px 0px rgba(37, 180, 248, 0.2);
}

.location-wrap a {
  color: var(--clr-secondary);
  font-size: 16px;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.event-card .event-title {
  color: var(--clr-secondary);
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 40px;
}

.event-card .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.event-card .button_wrap a {
  min-width: 161px;
  width: fit-content;
}

/* EVENT SECTION */

/* REGISTRATION SECTION */

.registration-section {
  padding-bottom: 120px;
}

.registration-section .left-column li.date-list-item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  min-height: 61px;
  padding: 20px;
  margin-bottom: 20px;
}

.registration-section ul {
  margin: 0px;
}

.important-date-list li:last-child {
  margin: 0px !important;
}

li.date-list-item h5 {
  color: var(--clr-secondary);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

li.date-list-item h5 span.colored-text {
  margin-left: 5px;
}

.nested-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  position: relative;
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.nested-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  background-color: var(--clr-primary);
  border-radius: 50px;
}

.registration-section .registration-card {
  max-width: 715px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  gap: 40px;
  border-radius: 20px;
  background: rgba(27, 160, 150, 0.8);
  background-image: url("/wp-content/uploads/2025/05/imp-dates-bg-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.registration-card-column .registration-card:not(:last-child) {
  margin-bottom: 40px;
}

.registration-card .heading_wrap {
  margin-bottom: 40px;
}

.registration-card-list {
  display: none;
  margin: 0px;
}

.registration-card-list li:last-child {
  margin: 0px;
}

.register-card-item {
  display: flex;
  min-height: 111px;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.register-card-item .item-content-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-content-wrap h5 {
  color: var(--clr-secondary);
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}

.item-content-wrap p.colored-text {
  color: var(--clr-primary);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

/* REGISTRATION SECTION */

/* HIGHLIGHT SECTION */

.highlight-section {
  padding-bottom: 120px;
}

.highlight-section .container {
  max-width: 1300px !important;
  width: 100%;
}

.highlight-sec-wrapper {
  position: relative;
  min-height: 534px;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  padding-top: 145px;
  padding-inline: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlight-sec-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Light dark overlay (30% black) */
  z-index: 1;
  /* Place it behind the content */
}

.highlight-section .section-heading {
  position: relative;
  z-index: 10;
}

.highlight-section .outline_button_wrap a {
  display: none;
  min-width: 165px;
  width: 165px;
}

/* HIGHLIGHT SECTION */

/* TRUSTED SECTION */

.trusted-section {
  position: relative;
  padding-bottom: 120px;
  min-height: 587px;
}

.trusted-section::before {
  content: "";
  position: absolute;
  top: -93px;
  background-image: url(/wp-content/uploads/2025/05/trusted-section-pro.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 840px;
  height: 660px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

.trusted-tab-button-wrapper .button_wrap button::after {
  display: none;
}

.trusted-tab-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.trusted-tab-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 41.1696px 61.7544px rgba(79, 79, 79, 0.1);
  border-radius: 20px;
  width: 287.5px;
  height: 150px;
  padding: 45px 15px;
}

.trusted-tab-card img {
  transition: all 500ms ease;
}

.trusted-tab-card img {
  mix-blend-mode: luminosity;
  opacity: 30%;
}

.trusted-tab-card:hover img {
  mix-blend-mode: normal;
  opacity: 1;
}

.trusted-tab-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

button.active {
  background-color: var(--clr-primary);
  color: #fff;
}

/* TRUSTED SECTION */

/* FOOTER START */

.footer-wrapper {
  background-color: var(--clr-secondary);
  padding-top: 100px;
}

.footer-wrapper .footer-top-row {
  margin-bottom: 64px;
}

.footer-wrapper .footer-first-col {
  max-width: 397px;
  width: 100%;
}

.footer-wrapper .footer-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 10px;
  /*   text-transform: capitalize; */
}

.footer-wrapper .footer-menu-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-align: justify;
}

.footer-wrapper .footer-col-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-page-links li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-page-links li {
  line-height: 1;
}

.footer-page-links li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  transition: all 200ms ease;
}

.footer-page-links li a:hover, .footer-page-links li.active a {
  opacity: 0.5;
}

.footer-last-col {
  padding-left: 49px;
}

.footer-info-links li {
  margin-bottom: 30px;
}

.footer-info-link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-info-link p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 5px;
}

.footer-info-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff !important;
}

.footer-info-link .icon_wrap:hover {
  background-color: var(--clr-primary);
}

.footer-info-link .icon_wrap:hover img {
  filter: brightness(0) invert(1);
}

.footer-info-link h6 {
  line-height: 1;
  margin-bottom: 5px;
}

.footer-info-link .icon_wrap {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 200ms ease;
}

.social-link-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .social-link-list li a {
  display: block;
  border: 1px solid #fff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 300ms ease;
}

.social-link-list li a:hover {
  background-color: var(--clr-primary);
  border-color: var(--clr-primary);
} */

/* .copyright {
  margin: 0px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #fff;
}

.copyright a {
  font-weight: bold;
  color: #fff !important;
  transition: all 200ms ease;
}

.copyright a:hover {
  opacity: 0.7;
} */

.footer-info-link p:last-child {
  margin: 0px;
}

/* FOOTER END */

/* SUBMISSION CONTENT SECTION START */

.content-main-wrapper {
  padding-bottom: 50px;
  padding-top: 20px;
}

.content-main-wrapper :is(ul, ol) {
  margin-bottom: 5px;
}

.content-main-wrapper h1 {
  font-size: 50px;
  color: var(--clr-primary);
  font-weight: 600;
  margin-bottom: 25px;
}

.content-main-wrapper h2 {
  font-size: 40px;
  color: var(--clr-primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.content-main-wrapper h3 {
  font-size: 30px;
  color: var(--clr-primary);
  font-weight: 600;
  margin-bottom: 10px;
}

.content-main-wrapper p {
  font-size: 16px;
  color: var(--clr-secondary);
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}

.content-main-wrapper li {
  font-size: 16px;
  color: var(--clr-secondary);
  font-weight: 400;
  line-height: 28px;
}

.content-second-section :is(ul, ol) {
  margin-block: 15px;
}

/* SUBMISSION CONTENT SECTION END */

/* SUBMISSION FAQ SECTION START */

.submission-faq-section {
  padding-bottom: 120px;
}
.submission-faq-section p.text-center {
    text-align: center !important;
}
.submission-faq-section .content_wrap {
  margin-bottom: 60px;
}
.submission-faq-section .content_wrap ul {
  padding-left: 25px;
}
.submission-faq-section .content_wrap ul li {
  list-style: unset;
}
.submission-faq-section .content_wrap p,
.submission-faq-section .content_wrap ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--clr-secondary);
}

.faq-wrap {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}

.faq-wrap br {
  display: none;
}

.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
  margin-bottom: 10px;
}

.faq-header-flex span.faq-count {
  font-weight: 700;
  font-size: 36px;
  line-height: 28px;
  /*   text-transform: capitalize; */
  color: transparent;
  -webkit-text-stroke: 1px var(--clr-primary);
  border: none;
  transition: all 200ms ease;
}

.faq-header-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-header h5 {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  /*   text-transform: capitalize; */
  color: var(--clr-secondary);
  margin: 0px;
}

.tab-active h5 {
  font-weight: 700;
}

.faq-header .button_wrapper button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  border: none;
  cursor: pointer;
  outline: none;
}

.faq-content-wrap .faq-small-heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  /*   text-transform: capitalize; */
  color: var(--clr-primary);
}

/* .faq-content-wrap p:nth-of-type(1) {
  margin-bottom: 50px;
} */

.faq-content-wrap p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  /*text-transform: capitalize;*/
  color: #2b2b2b;
  margin-bottom: 10px;
}

.faq-content-wrap ul {
  padding-left: 20px;
  margin: 0px;
}

.faq-content-wrap ul li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  /*text-transform: capitalize;*/
  color: var(--clr-secondary);
}

.faq-content-wrap ul li br {
  display: none;
}

.faq-content-wrap ul li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 16px;
  width: 3px;
  height: 3px;
  background-color: var(--clr-secondary);
  border-radius: 50%;
}

.tab-active button {
  background-color: var(--clr-primary) !important;
  color: #fff !important;
  filter: brightness(100%);
}

.tab-active button img {
  transition: all 200ms ease;
}

.tab-active button img {
  transform: rotate(90deg);
  filter: brightness(0) invert(1);
}

.tab-active span.faq-count {
  color: var(--clr-primary);
  -webkit-text-stroke: 0px;
}

/* SUBMISSION FAQ SECTION END */

/* INNER PAGE BANNER SECTION */

.inner-banner-section {
  min-height: 400px;
  width: 100%;
  margin-bottom: 100px;
}

.inner-banner-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 495px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.inner-banner-text {
  margin-top: 100px;
}
.inner-banner-text h1 {
  /*   display: none; */
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  /*   text-align: center; */
  color: #ffffff;
}

/* INNER PAGE BANNER SECTION */

/* PROGRAM PAGE START */

.even-col-section {
  padding-bottom: 120px;
}

.even-col-section .even-col-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--clr-secondary);
}

.even-col-section .even-col-text p:last-child {
  margin-bottom: 0px;
}

.even-col-section .img-container {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 26px;
}

.img-container .img_wrap:first-child {
  margin-top: 59px;
}

.img-container .img_wrap img {
  border-radius: 30px;
  width: 100%;
}

.intro-even-col-section .img-container .img_wrap:last-child {
  margin-top: 66px;
}

.intro-even-col-section .img-container .img_wrap:first-child {
  margin-top: 0px;
}

.intro-even-col-section .even-col-text {
  max-width: 645px;
  width: 100%;
  margin-left: auto;
}

.intro-even-col-section .even-col-text p {
  margin-bottom: 15px;
}

.intro-even-col-section {
  align-items: flex-end;
}

.intro-even-col-section .section-heading {
  margin-bottom: 16px;
}

/* PROGRAM OFFER SECTION START */

.program-offer-section {
  padding-bottom: 120px;
}

.program-offer-section .img_wrap img {
  width: 100%;
  border-radius: 30px;
}

.program-offer-content {
  background-color: var(--clr-primary);
  padding-inline: 30px;
  padding-block: 40px;
  border-radius: 30px;
}

.program-offer-content h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 20px;
}

.program-offer-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  margin: 0px;
}

/* PROGRAM OFFER SECTION END */

/* PROGRAM CARD SECTION START */

.program-card-section {
  padding-bottom: 120px;
}

.program-card-section .program-card .img_wrap {
  margin-bottom: 20px;
}

.program-card-section .program-card img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}

.program-card-section .program-card-content h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--clr-secondary);
  margin-bottom: 20px;
  /*   text-transform: capitalize; */
}

/* PROGRAM CARD SECTION END */

/* PROGRAM PAGE END */

/* SUBMISSION PAGE START */

/* SECTION PROPOSAL START */

.submission-proposal-section {
  padding-bottom: 120px;
}

.submission-proposal-section .content_wrap {
  text-align: center;
  margin-bottom: 53px;
}

.submission-proposal-section .content_wrap > span {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--clr-secondary);
}

.submission-proposal-section .row {
  align-items: center;
}

.proposal-content h4 {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: var(--clr-secondary);
  margin-bottom: 24px;
}

.proposal-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--clr-secondary);
}

.submission-proposal-section .proposal-card {
  background-color: var(--clr-primary);
  padding-block: 40px;
  padding-inline: 30px;
  border-radius: 30px;
  max-width: 581px;
  width: 100%;
  margin-left: auto;
}

.submission-proposal-section .proposal-card h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}

.submission-proposal-section .proposal-card ul {
  padding-left: 30px;
}

.submission-proposal-section .proposal-card ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  position: relative;
  /* list-style: disc; */
}

.submission-proposal-section .proposal-card ul li::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 16px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}

.submission-proposal-section .proposal-card span:last-child {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
}

.proposal-card div p {
  margin: 0px;
  color: #fff;
}

.info-text {
  padding-left: 20px;
}

/* SECTION PROPOSAL END */

/* SUBMISSION INFO START */

.submission-info-section {
  position: relative;
  padding-bottom: 120px;
}

.submission-section-text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 60px;
}

.submission-info-section .row {
  min-height: auto;
  align-items: center;
}

.submission-info-section .left-col {
  position: static;
}

.submission-info-section .img_wrap {
  border-radius: 20px;
  /*   position: absolute; */
  left: -15px;
  top: 16%;
  z-index: 1;
  width: 100%;
}

.submission-info-section .img_wrap img {
  width: 100%;
  border-radius: 20px;
}

.info-text h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: var(--clr-secondary);
  margin-bottom: 20px;
}

.info-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--clr-secondary);
  margin-bottom: 20px;
}

.info-text p:last-child {
  margin: 0px;
}

/* SUBMISSION INFO END */

/* SUBMISSION PAGE END */

/* INTRODUCTION PAGE START */

.intro-page .even-col-text {
  max-width: 628px;
  width: 100%;
}

/* SUBTHEME SECTION START */

.sub-theme-section {
  padding-bottom: 120px;
}

.sub-theme-content .section-heading {
  margin-bottom: 18px;
}

.sub-theme-content {
  margin-bottom: 68px;
}

.sub-theme-content p {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: var(--clr-secondary);
}

.sub-card-color-box {
  background-color: var(--clr-primary);
  padding-block: 40px;
  padding-inline: 30px;
  border-radius: 30px;
  height: 100%;
  max-width: 581px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub-card-color-box h5 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}

.sub-card-color-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  margin: 0px;
}

.sub-card-color-box p:nth-of-type(1) {
  margin-bottom: 40px;
}

.sub-card-count {
  font-weight: 700;
  font-size: 36px;
  line-height: 28px;
  /*   text-transform: capitalize; */
  color: transparent;
  -webkit-text-stroke: 1px var(--clr-primary);
  border: none;
  transition: all 200ms ease;
}

.question-wrap {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 40px;
  padding: 20px 10px;
  margin-bottom: 0px;
  border-bottom: 1px;
  border-bottom: 1px solid #cdcdcd;
}

.sub-theme-question-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* text-transform: capitalize; */
  color: var(--clr-secondary);
  margin: 0px;
  text-align: start !important;
}

.sub-theme-question-box div:last-child {
  margin: 0px;
}

.sub-theme-card-row {
  margin-bottom: 61px;
}

.sub-theme-card-row p {
  text-align: start;
}

/* SUBTHEME SECTION END */

/* INTRO EVEN COL START */

.intro-even-col-section .even-col-row {
  align-items: center;
}

.intro-page .even-col-section .img-container {
  height: 100%;
}

.intro-page .even-col-section .img-container .img_wrap {
  height: 100%;
}

.intro-page .even-col-section .img-container .img_wrap img {
  height: 100%;
  object-fit: cover;
}

.inner-banner-wrapper {
  min-height: 430px;
}

/* INTRO EVEN COL END */

/* INTRODUCTION PAGE END */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .submission-info-section .img_wrap {
    top: 18%;
  }
}

@media (max-width: 1280px) {
  .submission-info-section .img_wrap {
    top: 18%;
  }

  .submission-info-section .row {
    min-height: auto;
  }
}

@media (min-width: 1442px) and (max-width: 1601px) {
  .submission-info-section .img_wrap {
    top: 14.5%;
  }

  .submission-info-section .row {
    min-height: auto;
  }
}

@media (min-width: 1602px) {
  .embrace-section .embrace-slider .item {
    width: 428px;
  }

  .submission-info-section .row {
    min-height: auto;
    align-items: center;
  }

  .submission-info-section .img_wrap {
    top: 13%;
  }

  .hero-section::before {
    width: 100%;
    height: 100%;
  }

  .hero-section:after {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
	.submission-faq-section p.text-center {
    margin-top: 15px !important;
}
#mm #primary-menu > li a:before {
    bottom: 0;
    width: 0;
    background: #fff;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
#mm #primary-menu > li.active > a:before{
		opacity:.5;
		width: 100%;
	}
/*   body.rtl #mm #primary-menu li {
    padding-right: 15px !important;
  } */
    div#mm ul.sub_menu {
        position: relative;
        background: transparent;
        width: 100%;
        padding: 0;
        top: 0;
        padding-left: 10px;
    }
  #primary-menu > li:hover ul.sub_menu {
    display: none;
  }
  div#mm ul.sub_menu.active {
    display: block;
  }
  div#mm ul.sub_menu li {
    border: none !important;
  }

    div#mm ul.sub_menu li a {
        padding: 10px 35px !important;
    }
#mm #primary-menu ul.sub_menu li.active a {
    text-decoration: underline !important;
}
  body.rtl li.about_arrow i {
    right: unset;
    left: 0;
  }
  body.rtl li.about_arrow i:before {
    transform: rotate(90deg);
  }
  br {
    display: none !important;
  }

  #mm #primary-menu a:hover {
    background-color: transparent !important;
    color: #fff !important;
  }

  .sub-theme-section {
    padding-bottom: 80px;
  }

  .sub-theme-content {
    margin-bottom: 40px;
  }

  .question-wrap {
    margin-bottom: 20px;
  }

  .sub-theme-content p {
    margin: 0px;
  }

  .faq-content-wrap .faq-small-heading {
    margin-bottom: 15px;
  }

  .faq-content-wrap p:first-child {
    margin-bottom: 10px;
  }

  .faq-content-wrap :is(p, li, span) {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .submission-faq-section {
    padding-bottom: 80px;
  }

  .faq-header h5 {
    font-size: 24px;
    line-height: 28px;
  }

  .faq-header .button_wrapper button {
    height: 45px;
    width: 45px;
  }

  .submission-faq-section .section-heading {
    margin-bottom: 15px;
  }

  .faq-wrap {
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .submission-faq-section .content_wrap {
    margin-bottom: 25px;
  }
  .submission-faq-section .content_wrap.mb-0.mt-5 {
    margin-top: 2rem !important;
  }
  .submission-faq-section .content_wrap p,
  .submission-faq-section .content_wrap ul li {
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
  }

  .submission-proposal-section {
    padding-bottom: 80px;
  }

  .submission-info-section {
    padding-bottom: 80px;
  }

  .submission-info-section .img_wrap {
    top: 15%;
  }

  .submission-info-section .img_wrap img {
    height: 394px;
  }

  .submission-info-section .row {
    min-height: auto;
  }

  .info-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .submission-proposal-section .content_wrap > span {
    font-size: 16px;
  }

  .info-text h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .submission-section-text p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }

  .proposal-content h4 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .submission-proposal-section .proposal-card ul li {
    font-size: 16px;
  }

  .submission-proposal-section .proposal-card {
    padding-block: 30px;
    padding-inline: 20px;
  }

  .proposal-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .submission-proposal-section .proposal-card h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .submission-proposal-section .content_wrap {
    margin-bottom: 20px;
  }

  .submission-proposal-section .section-heading {
    margin-bottom: 15px;
  }

  .program-card-section {
    padding-bottom: 80px;
  }

  .program-card .button_wrap a {
    font-size: 15px;
    padding-inline: 16px;
    padding-block: 5px;
    height: 45px;
    min-width: 147px;
  }

  .inner-banner-section {
    min-height: 370px;
  }

  .even-col-text .section-heading {
    margin-bottom: 15px;
  }

  .program-card-section .program-card-content h6 {
    font-size: 20px;
  }

  .program-card-section .program-card .img_wrap {
    margin-bottom: 15px;
  }

  .mm,
  #mm {
    display: block;
  }

  #masthead {
    display: none;
  }

  .even-col-section .img-container {
    gap: 20px;
  }

  .even-col-section {
    padding-bottom: 80px;
  }

  .program-offer-section {
    padding-bottom: 80px;
  }

  .even-col-section .even-col-text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
  }

  .intro-even-col-section .even-col-text p:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .program-offer-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .program-offer-content {
    padding-block: 25px;
    padding-inline: 20px;
  }

  .img-container .img_wrap img {
    width: 100%;
    height: auto;
  }

  .program-offer-content h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .hero-section .heading_wrap {
    margin-bottom: 30px;
  }

  .hero-section h1.hero-section-heading {
    font-size: 50px;
  }

  /* section:not(footer section) {
    padding-block: 70px !important;
  } */

  .embrace-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .section-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .event-card .event-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .registration-section .registration-card {
    padding-inline: 20px;
    padding-block: 30px;
    min-height: 634px;
  }

  .item-content-wrap p.colored-text {
    font-size: 16px;
  }

  .highlight-sec-wrapper {
    min-height: 375px;
    padding-top: 125px;
  }

  .highlight-section .container {
    max-width: 100% !important;
    width: 100%;
  }

  .footer-last-col {
    padding: 0px;
  }

  .footer-wrapper .footer-heading {
    font-size: 20px;
  }

  .embrace-section {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .embrace-section::before {
    top: 33%;
  }

  .embrace-content {
    margin-bottom: 35px;
  }

  .events-section {
    padding-bottom: 80px;
  }

  li.date-list-item h5 {
    margin-bottom: 0px;
  }

  .registration-card .heading_wrap {
    margin-bottom: 30px;
  }

  .register-card-item {
    margin-bottom: 25px;
  }

  .nested-list:has(li) {
    margin-top: 10px;
  }

  .registration-section {
    padding-bottom: 80px;
  }

  .trusted-section::before {
    top: -120px;
  }

  .trusted-tab-button-wrapper {
    margin-bottom: 40px;
  }

  .trusted-section {
    padding-bottom: 80px;
  }

  .highlight-section {
    padding-bottom: 80px;
  }

  .footer-wrapper {
    padding-top: 80px;
  }

  .footer-wrapper .footer-top-row {
    margin-bottom: 40px;
  }

  .footer-top-row .col-md-6 {
    margin-bottom: 30px;
  }

  .footer-page-links li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .inner-banner-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .even-col-section .even-col-text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    text-align: justify !important;
  }

  .sub-card-color-box p:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .sub-card-color-box h5 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .sub-card-color-box p {
    font-size: 14px;
    line-height: 24px;
  }

  .question-wrap {
    gap: 20px;
  }

  .sub-card-color-box {
    padding: 20px;
  }

  .sub-theme-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .submission-section-text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .submission-proposal-section {
    padding-bottom: 60px;
  }

  .submission-info-section {
    padding-bottom: 60px;
  }

  .submission-faq-section {
    padding-bottom: 60px;
  }

  .faq-content-wrap .faq-small-heading {
    margin-bottom: 10px;
  }

  .faq-content-wrap :is(p, li, span) {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .faq-header .button_wrapper button {
    height: 40px;
    width: 40px;
  }

  .faq-header {
    padding-block: 5px;
  }

  .faq-header-flex span.faq-count {
    font-size: 30px;
  }

  .faq-header h5 {
    font-size: 20px;
  }

  .submission-faq-section .content_wrap p,
  .submission-faq-section .content_wrap ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .submission-faq-section .content_wrap {
    margin-bottom: 20px;
  }

  .submission-info-section .img_wrap img {
    height: 414px;
    object-fit: cover;
  }

  .info-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .proposal-content h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .submission-proposal-section .proposal-card ul li {
    font-size: 14px;
    line-height: 32px;
  }

  .submission-proposal-section .proposal-card {
    padding: 20px;
  }

  .submission-proposal-section .proposal-card ul {
    margin-bottom: 0px;
  }

  .submission-proposal-section .proposal-card span:last-child {
    font-size: 14px;
  }

  .submission-proposal-section .proposal-card h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .proposal-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .inner-banner-wrapper {
    min-height: 310px;
  }

  .inner-banner-section {
    min-height: 240px;
  }

  .program-card-section {
    padding-bottom: 50px;
  }

  .even-col-section {
    padding-bottom: 50px;
  }

  .program-offer-section {
    padding-bottom: 50px;
  }

  .program-card .button_wrap a {
    font-size: 14px;
    padding-inline: 16px;
    padding-block: 5px;
    height: 40px;
    min-width: 130px;
  }

  .program-card-section .program-card-content h6 {
    font-size: 18px;
  }

  .program-offer-section .img_wrap {
    height: 100%;
  }

  .program-offer-content {
    padding: 20px;
  }

  .program-offer-section .img_wrap img {
    height: 100%;
  }

  .program-offer-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .program-offer-content h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .even-col-section .img-container {
    gap: 15px;
  }

  .trusted-tab {
    justify-content: center;
  }

  .trusted-tab-grid {
    justify-content: center;
  }

  .hero-section .video-circle {
    width: 150px;
    height: 150px;
    bottom: -87px;
  }

  .events-section {
    padding-bottom: 60px;
  }

  .trusted-tab-button-wrapper {
    margin-bottom: 30px;
    gap: 10px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .embrace-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .embrace-content {
    margin-bottom: 30px;
  }

  .hero-section h1.hero-section-heading {
    font-size: 45px;
    line-height: normal;
  }

  .hero-section .heading_wrap {
    margin-bottom: 25px;
  }

  .embrace-section {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .location-wrap .icon_wrap {
    height: 40px;
    width: 40px;
  }

  .event-card .event-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .event-card .event-card-img-wrapper {
    height: 100%;
  }

  .event-card {
    align-items: stretch;
  }

  .event-card .location-wrap {
    margin-bottom: 10px;
  }

  .location-wrap a {
    font-size: 18px;
  }

  .event-card-img-wrapper .img_wrap {
    height: 100%;
  }

  .event-card-img-wrapper .img_wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }

  .events-section::before {
    width: 637px;
    height: 588px;
  }

  .event-card .event-post-date {
    width: 132px;
  }

  #mmb span {
    height: 4px;
  }

  .embrace-section .embrace-slider .item {
    margin-inline: 0px !important;
    height: 322px;
  }

  .embrace-section .img_wrap img {
    width: 95%;
  }

  .button_wrap a,
  .button_wrap button {
    font-size: 14px;
    height: 40px;
    min-width: 145px;
    line-height: 1;
  }

  .register-card-item .item-content-wrap {
    gap: 10px;
  }

  .item-content-wrap p.colored-text {
    font-size: 14px;
    text-align: start;
  }

  .register-card-item .button_wrap a {
    min-width: 126px;
    padding-inline: 10px;
  }

  .item-content-wrap h5 {
    font-size: 16px;
  }

  .highlight-sec-wrapper {
    min-height: 321px;
    padding-top: 106px;
  }

  .trusted-section {
    padding-bottom: 60px;
    min-height: auto;
  }

  li.date-list-item h5 span.colored-text {
    font-size: 18px;
  }

  .registration-section .registration-card {
    min-height: 619px;
  }

  .embrace-section .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .embrace-section::before {
    width: 382px;
    height: 401px;
  }

  .highlight-section {
    padding-bottom: 60px;
  }

  .footer-wrapper {
    padding-top: 60px;
  }

  .registration-section {
    padding-bottom: 60px;
  }

  .highlight-section .outline_button_wrap a {
    min-width: 126px;
    padding-inline: 10px;
    height: 40px;
    width: 140px;
  }

  .footer-wrapper .footer-heading {
    margin-bottom: 20px;
    line-height: 1;
  }

  .footer-wrapper .footer-top-row {
    margin-bottom: 0px;
  }

  .hero-section::before {
    top: -130px;
  }
}

@media (max-width: 767px) {
  .inner-banner-text h1 {
    font-size: 30px;
    line-height: 40px;
  }
  body p {
    text-align: center !important;
  }

  .req-text {
    font-size: 18px;
  }

  .hero-section::before {
    width: 100%;
  }

  .faq-content-wrap p {
    text-align: start !important;
  }

  .sub-card-color-box h5 {
    margin-bottom: 5px;
  }

  .sub-card-color-box p:nth-of-type(1) {
    margin-bottom: 10px;
  }

  .info-text p {
    margin: 0px;
  }

  .faq-content-wrap .faq-small-heading {
    margin-bottom: 5px;
  }

  .faq-content-wrap .faq-big-heading {
    font-size: 18px !important;
    line-height: 16px !important;
  }

  .text {
    margin-inline: auto !important;
  }

  .footer-wrapper .footer-menu-desc {
    text-align: start !important;
  }

  .inner-banner-wrapper {
    min-height: 260px;
  }

  .inner-banner-section {
    min-height: 220px;
  }

  .intro-even-col-section .even-col-text p:nth-of-type(1) {
    margin-bottom: 10px;
  }

  .faq-content-wrap p:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .program-card-section .program-card-content h6 {
    text-align: center;
  }

  .mm,
  #mm {
    display: block;
  }

  .sub-theme-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .sub-theme-content {
    margin-bottom: 20px;
  }

  .sub-theme-card-left {
    text-align: center;
  }

  .first-even-col-section .row {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .sub-theme-card-row {
    flex-direction: column !important;
    gap: 25px;
    margin-bottom: 30px;
  }

  .intro-even-col-section .img-container {
    margin-bottom: 20px;
  }

  .intro-even-col-section .even-col-text {
    max-width: 100%;
    width: 100%;
    margin: 0px;
  }

  .intro-even-col-section .img-container .img_wrap:last-child {
    margin: 0px;
  }

  .faq-header h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .submission-faq-section .content_wrap {
    text-align: center;
    margin-bottom: 30px;
  }

  .info-text {
    text-align: center;
    padding: 0px;
  }

  .submission-info-section .img_wrap {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }

  .submission-info-section .img_wrap img {
    width: 100%;
    height: auto;
  }

  .submission-proposal-section .proposal-card ul {
    text-align: start;
  }

  .proposal-card {
    text-align: center;
  }

  .proposal-content {
    text-align: center;
    margin-bottom: 25px;
  }

  .footer-info-link p {
    font-size: 14px;
    text-align: start !important;
  }

  .footer-info-link .icon_wrap {
    height: 45px;
    width: 45px;
  }

  .footer-info-link .icon_wrap img {
    width: 20px;
  }

  .program-offer-content {
    text-align: center;
  }

  .program-card-row .program-card:not(:last-child) {
    margin-bottom: 10px;
  }

  .program-offer-row .col-md-7 {
    margin-bottom: 20px;
  }

  .img-container .img_wrap:first-child {
    margin: 0px;
  }

  .even-col-text {
    text-align: center;
    /* margin-bottom: 25px; */
  }

  .header-mobile-right .img_wrap img {
    /*     width: 65px; */
    width: 75px;
    height: auto;
  }

  section {
    padding-bottom: 45px !important;
  }

  footer section {
    padding: 0px !important;
  }

  .embrace-section .embrace-slider .item {
    width: 100%;
    margin: 0px;
  }

  #primary-menu {
    display: none;
  }

  .hero-section h1.hero-section-heading {
    font-size: 32px;
  }

  .hero-section .video-circle {
    height: 105px;
    width: 105px;
    right: 0.4%;
    bottom: -68px;
  }

  .hero-section {
    padding-bottom: 30px !important;
  }

  .hero-section .video-circle img {
    width: 68px;
  }

  .embrace-content {
    text-align: center;
  }

  .event-card .col-md-6:first-child {
    margin-bottom: 25px;
  }

  .event-card .location-wrap {
    justify-content: center;
  }

  .event-card .event-text {
    text-align: center;
  }

  .event-card .button_wrap {
    text-align: center;
  }

  .logo-wrapper img {
    width: 70%;
    height: auto;
  }

  .section-heading {
    text-align: center;
  }

  .sub-theme-content .section-heading {
    margin-bottom: 10px;
  }

  .nested-list:has(li) {
    margin-top: 5px;
  }

  .registration-section .left-column li.date-list-item {
    padding: 15px;
    margin-bottom: 15px;
  }

  .register-card-item {
    flex-wrap: wrap;
  }

  .copyright {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1.3;
  }

  .footer-wrapper .footer-heading {
    margin-bottom: 15px;
  }

  .highlight-sec-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    min-height: 278px;
    padding-inline: 10px;
  }

  .footer-wrapper {
    padding-top: 45px;
  }

  .trusted-tab-button-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .trusted-tab-button-wrapper button {
    min-width: 103px;
    padding-inline: 19px;
  }

  .highlight-section .section-heading {
    line-height: 1;
    font-size: 28px;
    margin: 0px;
  }

  .highlight-section {
    padding-bottom: 45px;
  }

  .register-card-item {
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px !important;
    /* height: 91px; */
  }

  .registration-section .registration-card {
    min-height: auto;
    padding-block: 20px;
  }

  .register-card-item .button_wrap {
    margin-inline: auto;
  }

  .registration-card .heading_wrap {
    margin-bottom: 20px;
  }

  .registration-section .left-column {
    margin-bottom: 15px;
  }

  .embrace-section .img_wrap img {
    width: 91.7%;
  }

  .social-link-list {
    justify-content: flex-start;
    margin: 0px;
  }

  .event-card .event-title {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .hero-section:after {
    width: 100%;
    height: 100%;
  }

  .location-wrap a {
    font-size: 16px;
  }

  li.date-list-item h5 {
    font-size: 18px;
  }

  .footer-top-row .col-md-6 {
    margin-bottom: 15px;
  }

  .footer-info-link {
    justify-content: start;
    text-align: start;
  }
}
/* Language Toggle (iPhone-style) */
/* .lang-toggle {
  display: inline-block;
  margin: 10px;
}

.toggle-btn {
  position: relative;
  display: block;
  width: 70px;
  height: 32px;
  background: #ccc;
  border-radius: 50px;
  text-decoration: none;
  overflow: hidden;
  transition: background 0.3s ease;
}

.toggle-btn .knob {
  position: absolute;
  top: 2px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}

.toggle-btn .label-en,
.toggle-btn .label-ar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  transition: color 0.3s ease;
}

.toggle-btn .label-en {
  left: 10px;
}

.toggle-btn .label-ar {
  right: 10px;
}

 Active states 
.toggle-btn.en-active {
  background: #1BA196;
}

.toggle-btn.en-active .knob {
  left: 2px;
}

.toggle-btn.en-active .label-en {
  color: #fff;
}

.toggle-btn.en-active .label-ar {
  color: rgba(255, 255, 255, 0.6);
}

.toggle-btn.ar-active {
  background: #1BA196;
}

.toggle-btn.ar-active .knob {
  right: 2px;
}

.toggle-btn.ar-active .label-ar {
  color: #fff;
}

.toggle-btn.ar-active .label-en {
  color: rgba(255, 255, 255, 0.6);
} */

/* ================================================================ Home Revamp ================================================================ */
header#masthead {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 3;
}

header#masthead .logo {
  display: flex;
  align-items: center;
  gap: 35px;
}
header#masthead .row {
  padding: 25px 0px;
  border-bottom: 1px solid #fff;
  align-items: center;
}
header#masthead .right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
}
.lang-toggle a {
  display: block;
  width: 78px;
  background: #ffffff;
  border-radius: 85px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #252525;
  text-align: center;
  padding: 7px 0px;
}
.lang-toggle a:hover {
  background: #252525;
  color: #fff;
}
p.foot_para {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: #ffffff;
  width: 75%;
}
.social-link-list li:not(:last-child) {
  margin-right: 20px;
}

.social-link-list li a:hover,
.copyright a:hover {
  opacity: 0.7;
  color: #ffffff;
}
.copyright {
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #595959;
  padding: 5px 0px;
}
.copyright a {
  color: #ffffff;
}

.rtl .social-link-list li:not(:last-child) {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .social-link-list li {
  padding: 0;
}
/* header#masthead:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 84.91%);
  transform: rotate(-180deg);
  height: 214px;
  z-index: 0;
} */
.mm:before,
header#masthead:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 60%);
  transform: rotate(-180deg);
  height: 120px;
  z-index: 0;
}
section.home_rev_sec1 .slide_box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.32%, #000000 100%);
  height: 100%;
  z-index: 1;
}
section.home_rev_sec1 .slide_box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.home_rev_sec1 .slide_box .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 60px;
}
section.home_rev_sec1,
section.home_rev_sec1 .slide_box,
section.home_rev_sec1 .slide_box .content {
  height: 100vh;
}
section.home_rev_sec1 .slide_box .content h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 25px;
  width: 70%;
}
section.home_rev_sec1 .slide_box .content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  color: #ffffff;
}

.dates-section {
  padding: 70px 0px;
}
.head h2 {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  color: #252525;
  margin-bottom: 30px;
}

.dates-boxes {
  padding: 0 0px;
}

.date-card {
  width: 100%;
  background: #f6f7f8;
  border: 1px solid #e6e6e6;
  padding: 30px 24px;
  border-radius: 20px;
}

.date-card h4 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.date-card ul {
  margin: 0;
  margin-top: 30px;
  padding-left: 21%;
}
.date-card ul li {
  list-style: unset;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #252525;
}
.date-card ul li:not(:last-child) {
  margin-bottom: 20px;
}
.content_btn a {
  border: 1px solid #444343;
  border-radius: 85px;
  width: 161px;
  height: 48px;
  padding: 13px 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #252525;
  display: block;
  text-align: center;
  margin: auto;
  background-color: transparent;
}
.content_btn a:hover {
  background-color: #252525;
  color: #fff;
}
.content_btn {
  margin-top: 30px;
}
section.reg-section .box {
  background: #f6f7f8;
  border-radius: 30px;
  padding: 70px 60px;
}

.reg-boxes .row {
  gap: 30px;
}
.reg-boxes .col-md-4 {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 31.5%;
}

.reg-card h4 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #252525;
}
.reg-card h3 {
  font-weight: 700;
  font-size: 31px;
  line-height: 32px;
  color: #252525;
  margin: 0;
}

.reg-card p {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0;
}
.orgs {
  margin: 70px 0;
}

.orgs h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #252525;
  border-bottom: 2px solid #1ba196;
  display: inline-block;
  margin-bottom: 40px;
}

.orgs .HostLogo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 40px;
}

.HostLogo img,
.PartnerLogo img {
  object-fit: contain;
  height: 61px;
}

.PartnerLogo .img {
  text-align: center;
}
.PartnerLogo .col-md-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PartnerLogo .row:not(:last-child) {
  margin-bottom: 40px;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  left: 20px;
  background: #fff;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
button.slick-arrow:before {
  content: "\f060";
  font-family: "fontawesome";
  color: #000;
}
button.slick-next.slick-arrow {
  left: unset;
  right: 30px;
}
button.slick-next.slick-arrow:before {
  content: "\f061";
}

/*FAQS*/
.faqs_sec,
.guide_sec {
  margin-bottom: 100px;
}
.accordion-item {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-inline: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  margin-inline: auto;
}

.accordion-item .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

.icon-minus {
  display: none;
}

.accordion-item.active .icon-plus {
  display: none;
}

.accordion-item.active .icon-minus {
  display: block;
}

.accordion-item.active .icon-wrapper {
  transform: rotate(180deg);
}

.accordion-item .icon-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8.97px;
  width: 35.88px;
  height: 35.88px;
  background: #252525;
  border-radius: 179.394px;
  cursor: pointer;
  transition: 0.5s all ease;
  flex-shrink: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background-color: #ffffff;
}

.accordion-item .accordion-header:hover .icon-wrapper,
.accordion-item.active .icon-wrapper {
  opacity: 0.8;
}

.accordion-item .icon-wrapper svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  fill: #fff;
  stroke: #fff;
}

.accordion-item .accordion-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #252525;
}

.accordion-content,
.accordion-content p,
.accordion-content ul li,
.guide_sec ul li {
  padding-bottom: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #252525;
}

.accordion-content ul,
.guide_sec ul {
  padding-left: 25px;
  margin-top: 5px;
}

.accordion-content ul li,
.guide_sec ul li {
  list-style: disc !important;
}
.accordion-item a,
.guide_sec ul li a {
  color: #252525;
  text-decoration: underline !important;
}
body.rtl #primary-menu > li {
  padding-right: 0 !important;
}
body.rtl ul.sub_menu {
    left: unset;
    right: -15px;
    margin: 0;
}
body.rtl ul.sub_menu li {
    padding-right: 0;
    margin: 0;
}
body.rtl .menu-item-has-children::after {
  right: unset;
  left: 0px;
}
body.rtl #primary-menu > li:last-child {
  margin-right: 20px;
  margin-left: 0;
}
body.rtl .accordion-content ul,
body.rtl .guide_sec ul {
  padding-right: 25px !important;
}
body.rtl .accordion-content ul li,
body.rtl .guide_sec ul li {
  padding-right: 0 !important;
}
.guide_sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: var(--clr-secondary);
}

@media (max-width: 1400px) {
  section.home_rev_sec1 .slide_box .content {
    padding-bottom: 40px;
  }
  .dates-boxes {
    padding: 0 80px;
  }
  .reg-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
	.guide_sec p, .guide_sec ul li{
	font-size: 16px;
    line-height: 26px;
	}
  .faqs_sec,
  .guide_sec {
    margin-bottom: 40px;
  }
  .mm .lang-toggle {
    margin-right: 60px;
  }
  .mm .logo {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-item-has-children::after {
    display: none !important;
  }
/*   li.about_arrow.active i:before {
    transform: rotate(0deg);
    transition: 0.5s ease;
  } */
  .home div#mm ul#primary-menu li.about_arrow.current-menu-item > a {
    text-decoration: none !important;
  }
  div#mm ul#primary-menu li.current-menu-item > a,
  div#mm ul#primary-menu li.current-menu-ancestor > a {
    font-weight: bold !important;
  }
  .En_btn .toggle .slider::before {
    width: 24px;
    height: 24px;
  }
  .En_btn .toggle input:checked + .slider::before {
    left: 0;
  }
  .mm.open .menu-menu-container {
    position: relative;
    z-index: 1;
    background: #d4d4d3;
    /* overflow: auto;
    overflow-x: hidden; */
  }
  .mm,
  #mm {
    display: block;
  }
  #primary-menu {
    display: none;
  }
  header#masthead {
    display: none;
  }
  .mm.open div#mm {
    height: 100vh;
    padding-top: 98px;
  }
  .mm.open {
    /* background: #d4d4d3; */
    padding: 0px;
    min-height: auto;
    height: 100vh;
    /* overflow-y: auto; */
  }
  .mm.open div#mml {
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: #252525;
    padding: 20px 15px;
    right: 0px;
    margin: auto;
    border-bottom: 1px solid #fff;
  }
  .mm.open #mmb span {
    background: #fff;
  }
  .mm .site-branding img {
    width: 60%;
    object-fit: contain;
    object-position: left;
    margin: 10px 0px;
    height: 90px;
  }
  .En_btn {
    position: absolute;
    right: 60px;
    top: 33px;
  }
  li.about_arrow i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    transition: 0.5s ease !important;
    color: #fff;
    width: 30px;
    height: 45px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  li.about_arrow i:before {
    transform: rotate(-90deg);
    transition: 0.5s ease;
    font-family: fontawesome;
  }
  .lang-toggle a {
    border: 1px solid #fff;
  }
  section.home_rev_sec1,
  section.home_rev_sec1 .slide_box,
  section.home_rev_sec1 .slide_box .content {
    height: 700px;
  }
  section.home_rev_sec1 .slide_box .content h1 {
    font-size: 30px;
    line-height: 36px;
  }
  section.home_rev_sec1 .slide_box .content h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .dates-boxes {
    padding: 0 0px;
  }
  .date-card h4 {
    font-size: 22px;
    line-height: 26px;
  }
  section.reg-section .box {
    padding: 70px 30px;
  }
  .reg-boxes .row {
    justify-content: center;
  }
  .reg-boxes .col-md-4 {
    max-width: 30%;
  }
  .reg-card h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .reg-card h3 {
    font-size: 26px;
    line-height: 28px;
  }
  p.foot_para {
    width: 85%;
  }
  .mm:before {
    z-index: -1;
  }
}

@media (max-width: 991px) {
		.guide_sec p, .guide_sec ul li{
font-size: 14px;
        line-height: 24px;
	}
  .accordion-item .accordion-title {
    font-size: 20px;
  }
  .container .copyright {
    text-align: center !important;
  }
  section.home_rev_sec1,
  section.home_rev_sec1 .slide_box,
  section.home_rev_sec1 .slide_box .content {
    height: 600px;
  }
  section.home_rev_sec1 .slide_box .content h1 {
    font-size: 28px;
    line-height: 34px;
    width: 85%;
  }
  .dates-section {
    padding: 50px 0px !important;
  }
  .date-card {
    padding: 15px 14px;
  }
  .date-card h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .date-card ul {
    margin-top: 20px;
  }
  .date-card ul li {
    font-size: 18px;
    line-height: 20px;
  }
  .head h2 {
    font-size: 32px;
    line-height: 40px;
  }
  section.reg-section .box {
    padding: 50px 20px;
  }
  .reg-boxes .col-md-4 {
    max-width: 29%;
  }
  .reg-card h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .reg-card h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .orgs h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .footer-wrapper .footer-top-row {
    text-align: center;
    row-gap: 40px;
    padding-bottom: 40px;
  }
  p.foot_para {
    width: 100%;
    text-align: center !important;
    margin-bottom: 0;
  }
  .social-link-list {
    justify-content: center;
  }
  ul.footer-page-links {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .faqs_sec,
  .guide_sec {
    margin-bottom: 60px;
  }
  .accordion-item {
    padding-inline: 20px;
  }
  .accordion-item .accordion-header {
    text-align: left;
  }
  body.rtl .accordion-item .accordion-header {
    text-align: right;
  }
  .accordion-item .accordion-title {
    font-size: 18px;
    line-height: 25px;
  }
  .accordion-item .icon-wrapper {
    width: 30px;
    height: 30px;
  }
  .mm.open div#mm {
    padding-top: 82px;
  }
  #mmb {
    top: 10px;
  }
  .mm .logo {
    gap: 10px;
  }
  .mm .lang-toggle {
    margin-right: 40px;
  }
  .lang-toggle a {
    padding: 5px 0px;
  }
  section.home_rev_sec1,
  section.home_rev_sec1 .slide_box,
  section.home_rev_sec1 .slide_box .content {
    height: 100vh;
  }
  section.home_rev_sec1 .slide_box .content h1 {
    width: 100%;
  }
  .head h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }
  .dates-boxes .row {
    row-gap: 20px;
  }
  .date-card h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .reg-boxes .col-md-4 {
    max-width: 90%;
  }
  .reg-card h3 {
    font-size: 22px;
    line-height: 24px;
  }
  section.reg-section,
  .orgs {
    padding-bottom: 0 !important;
  }
  .orgs {
    margin: 50px 0;
  }
  .PartnerLogo .row .col-md-3 {
    max-width: 50%;
  }
  .PartnerLogo img {
    width: 100%;
  }
  .PartnerLogo .row {
    row-gap: 40px;
    width: 100%;
    margin: auto;
  }
  .copyright {
    line-height: 22px;
    width: 100%;
    padding: 10px 0px;
  }
  .submission-faq-section .content_wrap ul {
    text-align: left !important;
  }
  .header-mobile .logo a,
  .header-mobile .logo .img_box {
    width: 70px;
  }
  .header-mobile .logo a img,
  .header-mobile .logo .img_box img {
    width: 100%;
  }
	
	 h2.new-heading {
    text-align: left;
}
	

	

	
}

.sub-theme-content {
  text-align: none !important;
}

#page > main > section.about.even-col-section.first-even-col-section {
  padding-bottom: 0px;
}

.container p {
  text-align: justify !important;
}
