html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
font-family: sofia-pro, sans-serif;
  background: #F8FAFC;
}

.deep-teal {
	color: #0F766E!important;
}

body,
button,
input,
select,
textarea {
  color: #1F2937;
  
  font-size: 1rem;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0.25em 0 0.25em;
  font-weight: 600;
  color: #06163a;
  
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 20px;
	color: #134E4A;
	line-height: 1.5;
	margin-bottom: 34px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
  line-height: 1.625rem;
  color: #1F2937;
}

figcaption {
	font-size: 80%;
	color: #134E4A;
	margin-top: 13px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 30px 30px 30px 50px;
  margin: 20px 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #1F2937;
  position: relative;
  font-style: italic;
  
}

blockquote:before {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 30px;
  left: 20px;
  color: #e7e7e7;
}

blockquote:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #0F766E;
  top: 0px;
  left: 0px;
  border-radius: 100px;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5em;
  
  font-size: 1rem;
  color: #1F2937;
}

small {
	font-size: 13px;
}

:focus {
  outline: none;
}

.mt-50 {
	margin-top: 50px!important;
}



#page {
  position: relative;
  word-wrap: break-word;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding-left: 2em;
  padding-right: 2em;
}

.wrap:after {
  clear: both;
  content: "";
  display: block;
}

.my-15 {
  margin: -15px 0;
}

.padding-tb {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .padding-tb {
    padding: 100px 0;
  }
}

@media (min-width: 768px) {
  .p-md-auto {
    padding: 0 15px !important;
  }
}

@media (max-width: 991px) {
  .get-sidebar {
    margin-top: 30px;
  }
}

.mlr-2 {
  margin: 0 2px;
}

.sidebar-slider {
  position: relative;
  overflow: hidden;
}

.btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  background: #ededed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
.btn i {
  color: #F8FAFC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-defult {
  padding: 16px 40px;
  background: #D97706;
  color: #F8FAFC;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 1.5px;
}
.btn-defult:hover {
  color: #F8FAFC;
  background: #3E9892;
  text-decoration: none;
}

.top {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 175px;
  text-align: center;
  height: 35px;
  line-height: 50px;
  transition: all 0.3s ease;
  background: url(../../assets/images/footer/s-top.png);
}
.top .scrollToTop {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  outline: none;
  color: #1F2937;
  transition: all 0.3s ease;
}
.top .scrollToTop:hover {
  color: #0F766E;
}
.top .scrollToTop i {
  font-size: 2rem;
  padding-top: 5px;
}
.top .scrollToTop:hover {
  color: #0F766E;
}

.social-link-list {
  margin-bottom: 0;
  margin-left: 0;
}
.social-link-list li {
  list-style: none;
}
.social-link-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #F8FAFC;
  border-radius: 50%;
  margin: 0 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.bg-ash {
  background: #f2f2f2;
}

.bg-sky {
  background: #ededed;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -9px;
}

.section-header h2 {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
}
.section-header h2::before {
  content: "";
  width: 12px;
  height: 4px;
  background: #0F766E;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.section-header h2::after {
  content: "";
  width: 72px;
  height: 4px;
  background: #0F766E;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -25px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.section-header p {
  margin-bottom: 0;
  font-weight: 400;
  color: #1F2937;
  font-size: 1.125rem;
}

a {
  transition: all 0.3s ease;
}

.section-header:hover h2::after {
  width: 12px;
  margin-left: 35px;
}
.section-header:hover h2::before {
  width: 72px;
  margin-left: -5px;
}

.absolute-text {
  font-weight: 600;
  font-size: 60px;
  transform: translateX(-50%) translateY(0px);
  top: 0;
  left: 50%;
  position: absolute;
  color: #ededed;
  z-index: -1;
}
@media (min-width: 768px) {
  .absolute-text {
    font-size: 160px;
    transform: translateX(-50%) translateY(-50px);
  }
}
@media (min-width: 992px) {
  .absolute-text {
    font-size: 242px;
    transform: translateX(-50%) translateY(-135px);
  }
}
.absolute-text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: url(../../assets/images/pattan.png);
  height: 100px;
  width: 100%;
  transform: translateY(-50%);
}

@-webkit-keyframes bounce1 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes bounce1 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes zaraj {
  0% {
    border-radius: 45% 55% 37% 63%/63% 42% 58% 37%;
    transform: translate(0, 0) rotate(0);
  }
  25% {
    border-radius: 24% 76% 25% 75%/41% 62% 38% 59%;
    transform: translate(-7%, 8%) rotate(15deg);
  }
  50% {
    border-radius: 73% 27% 43% 57%/31% 30% 70% 69%;
    transform: translate(6%, -9%) rotate(-15deg);
  }
  75% {
    border-radius: 73% 27% 51% 49%/69% 43% 57% 31%;
    transform: translate(-7%, 1%) rotate(15deg);
  }
  100% {
    border-radius: 45% 55% 37% 63%/63% 42% 58% 37%;
    transform: translate(0, 0);
  }
}
.pulse {
  animation: pulse 1s infinite;
  animation-duration: 2s;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
    box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
    box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
  }
}
figure {
  display: block;
  margin: 0;
}

.graf-figure {
  position: relative;
  clear: both;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.aspectRatioPlaceholder {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.aspectRatioPlaceholder-fill {
  display: block;
}

.progressiveMedia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.progressiveMedia-thumbnail {
  display: none;
}

.progressiveMedia-canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}

.progressiveMedia-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.progressiveMedia .progressiveMedia-canvas {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.progressiveMedia.is-canvasLoaded .progressiveMedia-canvas {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.4s 0s;
  transition: visibility 0s linear 0s, opacity 0.4s 0s;
}

.progressiveMedia .progressiveMedia-image {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.progressiveMedia.is-imageLoaded .progressiveMedia-image {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 1s 0s;
  transition: visibility 0s linear 0s, opacity 1s 0s;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.wow {
  animation-name: none !important;
  visibility: visible !important;
}

@media (min-width: 1400px) {
  .container-1310 {
    max-width: 1310px;
  }
}





/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

.form-message {
  margin: 30px 0 0;
  text-align: center;
}
.form-message.error {
  color: #0F766E;
}
.form-message.sucess {
  color: green;
}

#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #0F766E !important;
  text-align: center !important;
  font-size: 14px !important;
}

#mce-success-response {
  text-align: center !important;
  margin-top: 15px !important;
  color: green !important;
  font-size: 14px !important;
}

#mce-error-response {
  background: #0F766E;
  padding: 15px;
  color: #F8FAFC;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  border-radius: 6px;
}
#mce-error-response a {
  color: #F8FAFC;
  text-decoration: underline;
}

label {
  color: #F8FAFC;
  font-weight: 800;
  display: block;
  margin: 6px 0;
}

.form-section {
  margin-top: 12px;
}

.form-section h4 {
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.6;
	color: #F8FAFC;
}

fieldset {
  margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  background: #F8FAFC;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  display: block;
  padding: 0.7em;
  width: 100%;
  margin-bottom: 1.25rem;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #222;
  border-color: #1F2937;
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
}

button,
input[type=button],
input[type=submit] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #F8FAFC;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 15px 0;
  text-shadow: none;
}

input + button,
input + input[type=button],
input + input[type=submit] {
  padding: 0.75em 2em;
}

button.secondary,
input[type=reset],
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
  background-color: #ddd;
  color: #222;
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button].secondary:hover,
input[type=button].secondary:focus,
input[type=reset].secondary:hover,
input[type=reset].secondary:focus,
input[type=submit].secondary:hover,
input[type=submit].secondary:focus {
  background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #1F2937;
  
}

:-moz-placeholder {
  color: #1F2937;
  
}

::-moz-placeholder {
  color: #1F2937;
  
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #1F2937;
  
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #134E4A;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
	opacity: 0.8;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
  margin-left: 1.5em;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-left: 1.5em;
}

dt {
  font-weight: 600;
  line-height: 1.625rem;
  margin: 0 1.5em;
}

dd {
  margin: 0 1.5em 1.5em;
  line-height: 1.625rem;
}

/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/
a {
  color: #1F2937;
  text-decoration: none;
  display: inline-block;
  outline: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  color: #1F2937;
  outline: 0;
}

/* Hover effects */
.entry-summary a,
.posts-navigation a {
  -webkit-box-shadow: inset 0 -1px 0 #0f0f0f;
  box-shadow: inset 0 -1px 0 #0f0f0f;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.edit-link a,
.post-navigation a,
.logged-in-as a,
a .nav-title,
.site-info a {
  -webkit-box-shadow: inset 0 -1px 0 white;
  box-shadow: inset 0 -1px 0 white;
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-summary a:focus,
.entry-summary a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.post-navigation a:focus,
.post-navigation a:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover {
  color: #1F2937;
}

/* Fixes linked images */
.entry-content a img {
  -webkit-box-shadow: 0 0 0 8px #F8FAFC;
  box-shadow: 0 0 0 8px #F8FAFC;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #222;
}



/* =========================
   HEADER
========================= */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9997;
    transition:all .35s ease;
    background:transparent;
}

.header.scrolled{
    background:rgba(255,255,255,0.78);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(255,255,255,0.35);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* =========================
   INNER
========================= */

.header-inner{
    max-width:1320px;
    margin:0 auto;
    padding:22px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    transition:padding .35s ease, gap .35s ease;
}

.header.scrolled .header-inner{
    padding:12px 24px;
}

/* =========================
   LOGO
========================= */

.logo-link {
    position:relative;
    display:block;
    width:258px;
    height:89px;
    flex-shrink:0;
    transition:height .35s ease, width .35s ease;
}

.header.scrolled .logo-link{
    height:55px;
}

.logo {
    position:absolute;
    top:0;
    left:0;
    width:auto;
    max-width:100%;
    transition:
        opacity .35s ease,
        transform .35s ease,
        height .35s ease;
}

.logo-white{
    height:89px;
    opacity:1;
    transform:translateY(0);
}

.logo-colour{
    height:55px;
    opacity:0;
    transform:translateY(4px);
}

.header.scrolled .logo-white{
    opacity:0;
    transform:translateY(-4px);
}

.header.scrolled .logo-colour{
    opacity:1;
    transform:translateY(0);
}

/* =========================
   MENU
========================= */

.nav-desktop {
    margin-left:auto;
}

.menu {
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    gap:42px;
}

.menu a {
    color:#F8FAFC;
    text-decoration:none;
    font-weight:600;
    font-size:15px;
		letter-spacing:.3px;
    position:relative;
		transition:color .2s ease, transform .2s ease;
}

.menu a:hover {
    transform:translateY(-1px);
		color: #F8FAFC;
}

.header.scrolled .menu a {
    color:#1F2937;
}

.menu a:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:2px;
    background:#F8FAFC;
    transition:.25s;
}


.menu a:hover:after,
.menu a.active:after{
    width:100%;
}

/* =========================
   BUTTON
========================= */

.btn-nav{
    background:#D97706;
    color:#F8FAFC;
    padding:10px 16px;
    border-radius:999px;
    font-weight:600;
}

.btn-nav:hover{
    transform:translateY(-2px);
}

/* =========================
   MOBILE TOGGLE
========================= */

.menu-toggle {
    display:none;
    width:42px;
    height:42px;
    border:0;
    background:none;
    cursor:pointer;
    padding:0;
    position:relative;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
}

.menu-toggle span{
    display:block;
    width:26px;
    height:3px;
    margin:6px auto;
    background:#F8FAFC;
    transition:.3s;
}

.header.scrolled .menu-toggle span{
    background:#134E4A;
}

.menu-toggle.active span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2){
    opacity:0;
}

.menu-toggle.active span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
}

/* =========================
   MOBILE PANEL
========================= */

.mobile-panel{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#F8FAFC;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    padding:10px 0 24px;
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
    transition:.3s;
}

.mobile-panel.open{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

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

.mobile-panel li{
    border-bottom:1px solid #f0f0f0;
}

.mobile-panel a{
    display:block;
    padding:16px 24px;
    color:#111;
    text-decoration:none;
    font-weight:600;
}

.mobile-cta{
    background:#d97706;
    color:#fff !important;
    margin:16px 24px 0;
    border-radius:10px;
    text-align:center;
}

/* =========================
   OFFSET FOR FIXED HEADER
========================= */

section{
    scroll-margin-top:100px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:991px){

    .logo-link{
        width:220px;
        height:56px;
    }

    .header.scrolled .logo-link{
        height:44px;
    }


    .nav-desktop,
    .btn-nav{
        display:none;
    }

    .menu-toggle{
        display:block;
    }

    .header-inner{
        padding:14px 20px;
    }

    .logo{
        height:48px;
    }

    .header.scrolled .logo{
        height:42px;
    }
}



/* HERO */
.hero{
    position:relative;
    min-height:100vh;
    background:url("../images/pageheader/hero.jpg") center center / cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:140px 20px 80px; /* top allows for fixed header */
    overflow:hidden;
}

/* DARK OVERLAY */
.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(31, 41, 55,.64);
    z-index:1;
}

/* CONTENT */
.hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    color:#F8FAFC;
}

.hero-kicker{
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:16px;
    opacity:.9;
		color: #F8FAFC;
}

.hero h1{
    line-height:1.05;
    margin:0 0 20px;
    font-weight:800;
		color: #F8FAFC;
}

.hero-subtitle{
    font-size:clamp(18px, 2vw, 24px);
    line-height:1.5;
    max-width:700px;
    margin:0 auto 34px;
		color: #F8FAFC;
}

/* BUTTONS */
.hero-actions{
    display:flex;
    gap:14px;
    justify-content:center;
    flex-wrap:wrap;
}

.hero-btn{
    padding:14px 24px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    transition:.25s;
}

.hero-btn.primary{
    background:#d97706;
    color:#F8FAFC;
}

.hero-btn.secondary{
    border:2px solid rgba(255,255,255,.85);
    color:#F8FAFC;
}

.hero-btn:hover{
    transform:translateY(-2px);
}

/* MOBILE */
@media (max-width:768px){

    .hero{
        padding:120px 20px 60px;
    }

    .hero-subtitle{
        font-size:18px;
    }

    .hero-actions{
        flex-direction:column;
        align-items:center;
    }

    .hero-btn{
        width:100%;
        max-width:280px;
    }
}




/* =========================
   REGISTER SECTION
========================= */

/* --- SECTION LAYOUT --- */

.register-section {
  position: relative;
  display: block !important;
  height: auto !important;
  padding: 80px 0;
	min-height: 820px;
  background: url("../images/register/bg.jpg") center / cover no-repeat;
  background-attachment: fixed;
}


.register-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* LEFT COLUMN */
.register-section-inner .col-lg-7 {
  text-align: right;
  transition: none;
}

/* fade only — DO NOT collapse */
.register-section-inner.expanded-layout .col-lg-7 {
  opacity: 0;
  transform: none;
  pointer-events: none;
}

/* --- TITLE --- */

.register-title h2 {
  color: #F8FAFC;
  font-size: 32px;
  line-height: 1;
}

@media (min-width: 992px) {
  .register-title h2 {
    font-size: 62px;
  }
}

/* =========================
   FORM WRAPPER
========================= */

.register-border {
  border: 6px solid rgba(255,255,255,0.5);
  border-radius: 12px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .register-border {
    margin-top: 0;
  }
}

.register-form {
  background: #1F2937;
  padding: 40px;
  border-radius: 12px;
}

/* =========================
   FORM ELEMENTS
========================= */

.register-form input {
  margin-bottom: 10px;
  border: 1px solid #ededed;
}

.register-form [type=submit] {
  width: 100%;
  background: #0F766E;
  transition: all 0.3s ease;
}

.register-form [type=submit]:hover {
  background: #F8FAFC;
  color: #0F766E;
}

.form-section {
  margin-bottom: 16px;
  color: #F8FAFC;
}

.form-section h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.7;
}

/* =========================
   SMOOTH CONTENT REVEAL
========================= */

.hidden {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.form-section:not(.hidden) {
  max-height: 1000px;
  opacity: 1;
}

/* =========================
   EXPANSION (CONTROLLED)
========================= */

#formColumn {
  transition: flex 0.4s ease, max-width 0.4s ease;
}

/* full-width expansion */
#formColumn.expanded {
  flex: 0 0 100%;
  max-width: 100%;
}

/* =========================
   SELECTABLE CARD SYSTEM
========================= */

.attendance-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.select-card {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  gap: 10px; 
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  border: 1px solid transparent;
}

.select-card input {
  display: none;
}

.select-card:hover {
  background: rgba(255,255,255,0.12);
}

.select-card:has(input:checked) {
  background: #0F766E;
  color: #fff;
  border-color: #0F766E;
  transform: translateY(-1px);
}

.attendance-grid .select-card:has(input:checked)::after {
  content: "\f00c"; 
  font-family: "Font Awesome 7 Free";
  font-weight: 900; 
  margin-left: 8px;
  font-size: 14px;
}

/* =========================
   INLINE INPUTS
========================= */

#formColumn.expanded .form-row-3 {
  display: flex;
  gap: 10px;
}

#formColumn.expanded .form-row-3 input {
  flex: 1;
  min-width: 0;
}

/* =========================
   SESSION GRID
========================= */

#formColumn.expanded .sessions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.session-group strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.8;
}

@media (max-width: 768px) {
  #formColumn.expanded .sessions-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  #formColumn {
    order: 2;
  }
  .register-section-inner.expanded-layout .col-lg-7 {
  opacity: 1;
}
}

/* =========================
   SESSION CARDS
========================= */

.session-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.session-card input {
  position: absolute;
  opacity: 0;
}

.session-card::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #9ca3af;
  border-radius: 4px;
}

.session-card:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.12);
}

.session-card:active {
  transform: scale(0.98);
}

.session-card:has(input:checked) {
  background: #0F766E;
  color: #fff;
}

.session-card:has(input:checked)::before {
  background: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 0 4px #0F766E;
}

/* =========================
   WORKSHOP CARDS
========================= */

.workshop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 768px) {
  .workshop-grid {
    grid-template-columns: 1fr;
  }
}

.workshop-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.workshop-card input {
  position: absolute;
  opacity: 0;
}

.workshop-card strong {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.workshop-card:hover {
  background: rgba(255,255,255,0.12);
}

.workshop-card:active {
  transform: scale(0.98);
}

.workshop-card:has(input:checked) {
  background: #0F766E;
  color: #fff;
}

.workshop-card:has(input:checked) strong {
  background: #fff;
  color: #0F766E;
}

/* =========================
   SUMMARY
========================= */

.summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.summary-tag {
  background: rgba(255,255,255,0.1);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
}

div.form-success {
	text-align: center;
}

div.form-success h3,
div.form-success p {
	color: #F8FAFC;
}

/* =========================
   REGISTER SECTION END
========================= */






.banner {
  height: 100vh;
}

.banner-left {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .banner-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .banner-left .banner-lc {
    max-width: 490px;
  }
}

.banner-right {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .banner h2 {
    font-size: 3.95rem;
  }
}
@media (min-width: 1400px) {
  .banner h2 {
    font-size: 60px;
  }
}

.banner-lc {
  text-align: center;
}
@media (min-width: 1200px) {
  .banner-lc {
    text-align: left;
  }
}
.banner-lc .banner-left-content .btn-defult {
  margin-top: 40px;
  animation: animate 2s linear infinite;
}
.banner-lc p {
  color: #7f7f7f;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-lc p {
    color: #06163a;
  }
}

.banner-lc-bottom {
  position: absolute;
  margin: 0;
  bottom: 5%;
  width: 100%;
}
.banner-lc-bottom span {
  list-style: none;
  font-weight: 600;
  font-size: 20px;
}
.banner-lc-bottom span span {
  font-size: 18px;
}

.banner-rc-bottom {
  display: none;
}
@media (min-width: 576px) {
  .banner-rc-bottom {
    position: absolute;
    bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.banner-rc-bottom .banner-rcb-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  background-color: #0F766E;
  opacity: 0.99;
  float: left;
  margin-right: 20px;
}
.banner-rc-bottom .banner-rcb-icon i {
  color: #F8FAFC;
}
.banner-rc-bottom p {
  color: #F8FAFC;
  margin-bottom: 0;
}

.bgLayer {
  text-align: center;
  width: 80px;
  height: 0px;
  position: relative;
  transform: scale(0.6);
  float: left;
}
.bgLayer canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.topLayer {
  width: 75px;
  height: 75px;
  border: 30px solid #F8FAFC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clock-list {
  width: 280px;
  overflow: hidden;
}

.clock-df {
  display: flex;
  align-items: center;
  height: 75px;
}

.text {
  align-items: center;
  display: flex;
}

.val {
  font-weight: 600;
  font-size: 36px;
  color: #F8FAFC;
  
}

.time-text {
  
  font-weight: 400;
  font-size: 18px;
  color: #F8FAFC;
  padding-left: 10px;
}

.clock-list:nth-child(1) .bgLayer .topLayer {
  background-color: #dec32b;
}

.clock-list:nth-child(2) .bgLayer .topLayer {
  background-color: #f53b57;
}

.clock-list:nth-child(3) .bgLayer .topLayer {
  background-color: #0be881;
}

.clock-list:nth-child(4) .bgLayer .topLayer {
  background-color: #0fbcf9;
}

.clock-list:nth-child(1) .text .val {
  color: #dec32b;
}

.clock-list:nth-child(2) .text .val {
  color: #f53b57;
}

.clock-list:nth-child(3) .text .val {
  color: #0be881;
}

.clock-list:nth-child(4) .text .val {
  color: #0fbcf9;
}


.countdown-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: -55px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .countdown-section .countdown-area {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
.countdown-section .countdown-area .countdown-counter {
  background: url(../../assets/images/banner/bgc.png);
  box-shadow: 0px 12px 45px 0px rgba(6, 22, 58, 0.24);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .countdown-section .countdown-area .countdown-counter {
    box-shadow: 0px 24px 60px 0px rgba(6, 22, 58, 0.24);
  }
}
.countdown-section .countdown-area .countdown-counter .countdown-bcl {
  width: 100%;
  padding: 0px 40px;
  text-align: center;
  position: relative;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .countdown-section .countdown-area .countdown-counter .countdown-bcl {
    text-align: left;
    width: 40%;
    padding: 0px 60px;
    padding-top: 0;
  }
}
.countdown-section .countdown-area .countdown-counter .countdown-bcl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ededed;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcl h3 {
  text-transform: capitalize;
  margin-top: 0;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcl p {
  max-width: 400px;
  color: #1F2937;
  margin: auto;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .countdown-section .countdown-area .countdown-counter .countdown-bcl p {
    margin: 0;
  }
}
.countdown-section .countdown-area .countdown-counter .countdown-bcl .btn-defult {
  margin-top: 30px;
  padding: 15px 29px;
  background: transparent;
  color: #0F766E;
  border: 2px solid #0F766E;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcl .btn-defult:hover {
  background: #0F766E;
  color: #F8FAFC;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr {
  width: 100%;
  padding-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .countdown-section .countdown-area .countdown-counter .countdown-bcr {
    width: 60%;
    padding-bottom: 0;
  }
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown {
  justify-content: space-evenly;
  margin: 0;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown li {
  list-style: none;
  font-weight: 600;
  font-size: 3.75rem;
  margin: 0 32px;
  padding-top: 0;
  position: relative;
}
@media (min-width: 576px) {
  .countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown li::after {
    position: absolute;
    content: ":";
    top: 0;
    right: -40px;
    transform: translateY(3px);
    font-size: 3rem;
    color: #ededed;
  }
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown li p {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown :nth-child(1) .count-number {
  color: #134E4A;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown :nth-child(2) .count-number {
  color: #D97706;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown :nth-child(3) .count-number {
  color: #3E9892;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown :nth-child(4) .count-number {
  color: #D97706;
}
.countdown-section .countdown-area .countdown-counter .countdown-bcr .countdown :nth-child(4)::after {
  display: none;
}
.countdown-section .ticker {
  font-weight: 600;
  font-size: 100px;
  color: #ededed;
  position: relative;
}
@media (min-width: 1200px) {
  .countdown-section .ticker {
    font-size: 242px;
    margin-top: 180px;
  }
}
.countdown-section .ticker:after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/pattan.png);
  top: 50%;
  left: 0;
  width: 100%;
  height: 75px;
  transform: translateY(-50%);
}

.event-section {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.event-section .section-header h2 {
  margin-top: 0;
}
.event-section .section-header p {
  font-weight: 400;
  color: #1F2937;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.event-section .section-wrapper {
  position: relative;
}
.event-section .section-wrapper::after {
  position: absolute;
  content: "";
  top: 30px;
  left: -180px;
  background: url(../../assets/images/event/pattan.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.event-section .section-wrapper .event-ls {
  position: relative;
  z-index: 1;
}
.event-section .section-wrapper .event-ls .event-item {
  padding: 30px 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  border-radius: 5px;
  background: #F8FAFC;
}
.event-section .section-wrapper .event-ls .event-item .event-icon {
  padding-right: 20px;
}
.event-section .section-wrapper .event-ls .event-item .event-content h6 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 29px;
}
.event-section .section-wrapper .event-ls .event-item .event-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.event-section .section-wrapper .event-rs img {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.event-section .section-wrapper .event-rs .mouse-bg {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  position: fixed;
}
.event-section .section-wrapper .event-rs .mouse-bg :hover {
  top: 100px;
}

.banner-shape {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 0;
}
@media (max-width: 767px) {
  .banner-shape {
    top: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-shape {
    display: none;
  }
}






.about-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
	background-color: #134E4A;
}
.about-section .format-video {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about-section .format-video {
    margin-bottom: 0;
  }
}
.about-section .format-video img {
  min-height: 600px;
	height: 100%;
	min-width: 100%;
	object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .about-section .format-video img {
   height: auto;
	 min-height: 0;
	 min-width: 100%;
	 object-fit: contain;
  }
}
.about-section .format-video .icon {
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #0F766E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: animate 3s linear infinite;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section .format-video .icon:hover {
  background: #0F766E;
  color: #F8FAFC;
}

.about-section .format-video .icon:hover {
  background: #F8FAFC;
  color: #0F766E;
}
@media (min-width: 992px) {
  .about-section .about-content {
    padding-left: 30px;
  }
}


.about-section#takeAction {
		min-height: 600px;
    display: flex;
    align-items: center;
}

.about-section#takeAction .format-video::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 78%, 0 25%);
  clip-path: polygon(0 0%, 100% 0, 100% 78%, 0 25%);
  background: rgba(217, 119, 6, 0.83);
}
.about-section .format-video .about-title {
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 30px;
}
.about-section#takeAction h2 {
  color: #F8FAFC;
  font-size: 20px;
}
@media (min-width: 768px) {
.about-section#takeAction h2 {
    font-size: 36px;
  }
}

.about-section#takeAction h6,
.about-section#takeAction p,
.about-section#takeAction p a {
  color: #F8FAFC;
}

.about-section p a {
	text-decoration: underline;
}

.about-section .take-action {
  padding: 55px;
}

#lightcase-case {
  width: 80vw!important;
  max-width: 960px!important;
}

.lightcase-contentInner {
  width: 100% !important;
  height: auto !important;
}

.lightcase-contentInner video {
  width: 100% !important;
  height: auto !important;
  display: block;
}

html[data-lc-type=video] #lightcase-content {
        background: transparent;
        box-shadow: none;
				}

#lightcase-overlay {
	background: #1F2937!important;
	opacity: 0.95!important;
	z-index:9998!important;
}

#lightcase-case {
	z-index: 9999!important;
}

.service-section.style-1 .section-header p {
  max-width: 680px;
  margin: 0 auto;
  display: inline-block;
  line-height: 1.625rem;
}
.service-section.style-1 .section-wrapper .b-radius {
  border-radius: 10px;
  overflow: hidden;
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner {
    margin: 0;
  }
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .icon-thumb {
  overflow: hidden;
  margin-bottom: 30px;
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb {
  width: 100%;
  overflow: hidden;
  display: block;
}
@media (min-width: 768px) {
  .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb {
    width: 50%;
  }
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb > img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb > img:hover {
  transform: scale(1.2);
  -webkit-filter: grayscale(50%);
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content {
  width: 100%;
  background: #F8FAFC;
  display: flex;
  align-items: center;
  padding: 40px 25px;
}
@media (min-width: 768px) {
  .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content {
    width: 50%;
  }
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content:hover h5 {
  color: #0F766E;
}
.service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content:hover .read-more {
  color: #0F766E;
}
.service-section.style-1 .section-wrapper .service-btn {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.service-section.style-1 .section-wrapper .service-btn .btn-defult {
  background: #1F2937;
}
.service-section.style-1 .section-wrapper .service-btn .btn-defult:hover {
  background: #0F766E;
}






.sponsor-section.style-1 .section-header h2 {
  margin-top: 15px;
}

.organisers,
.supporters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;              /* spacing between logos */
  padding: 30px 20px;
}

.organisers,
.supporters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px 36px; /* row gap / column gap */
  align-items: center;
  justify-items: center;
  padding: 30px 10px;
}

.organisers .sp-item,
.supporters .sp-item {
  width: 100%;
  max-width: 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
	will-change: transform;
  transition: transform 0.25s ease, 
              box-shadow 0.25s ease, 
              background-color 0.25s ease,
              opacity 0.25s ease;
  border-radius: 14px;
}

.sp-item:hover,
.sp-item:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
  background: #F8FAFC;
}

.organisers .sp-item a,
.supporters .sp-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 14px;
}

.organisers .sp-item a:focus-visible,
.supporters .sp-item a:focus-visible {
  outline: 2px solid #0b7d75;
  outline-offset: 3px;
}

.organisers .sp-item img,
.supporters .sp-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
	transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

.organisers .sp-item:hover img,
.supporters .sp-item:hover img {
  transform: scale(1.03);
}

.organisers:hover .sp-item,
.supporters:hover .sp-item {
  opacity: 0.72;
}

.organisers:hover .sp-item:hover,
.supporters:hover .sp-item:hover {
  opacity: 1;
}








.section-wrapper .downloadAgenda {
  text-align: center;
  background: #1F2937;
  padding: 21px;
  border-radius: 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

.section-wrapper .downloadAgenda p,
.section-wrapper .downloadAgenda p a {
  color: #F8FAFC;
  font-size: 18px;
}

.section-wrapper .downloadAgenda p a {
	text-decoration: underline;
	font-weight: bold;
}

@media (min-width: 992px) {
.section-wrapper .downloadAgenda {
    justify-content: space-between;
    text-align: left;
    padding: 34px;
  }
}
.section-wrapper .downloadAgenda .sc-content {
  max-width: 550px;
}
.section-wrapper .downloadAgenda .sc-content p {
  margin-bottom: 0;
  color: #F8FAFC;
  font-size: 21px;
	font-weight: bold;
}
.section-wrapper .downloadAgenda .sc-btn {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 992px) {
.section-wrapper .downloadAgenda .sc-btn {
    max-width: 220px;
    margin-top: 0;
  }
}





/* ==============================
   AGENDA
   ============================== */

.event-schedule {
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: cover;
  background-position: center center;
}

/* HEADER INTERACTION */
.event-schedule .schedule-header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition: opacity 0.25s ease;
}

.event-schedule .schedule-list:has(.schedule-body) .schedule-header {
  cursor: pointer;
}

.event-schedule .schedule-list:has(.schedule-body) .schedule-header:hover {
  color: #0F766E;
}

.event-schedule .section-header h2 {
  margin-top: 15px;
}

.event-schedule .section-header p {
  font-size: 18px;
}

.event-schedule .section-wrapper .am {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .event-schedule .section-wrapper .am {
    margin-bottom: 0;
  }
}

.event-schedule .section-wrapper .schedule-title {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.event-schedule .section-wrapper .schedule-title h6 {
  color: #0F766E;
  font-size: 20px;
  font-weight: bold;
}

.event-schedule .section-wrapper .schedule-content {
  margin: 0;
}

.event-schedule .section-wrapper .schedule-content .schedule-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  color: #1F2937;
  background: #F8FAFC;
  padding: 21px;
  border-radius: 3px;
  margin-bottom: 10px; 
  box-shadow: -5px 10px 15px -9px rgba(0, 0, 0, 0.2);
}

.event-schedule .section-wrapper .schedule-content .schedule-list .time {
  width: 144px;
  padding: 8px 15px;
  font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
  background: #134E4A;
  color: #F8FAFC;
  border-radius: 21px;
  text-align: center;
  flex-shrink: 0;
}

/* DETAILS LAYOUT */
.event-schedule .schedule-header .details {
  flex: 1;
  padding: 10px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
	position : relative;
}

/* TITLE */
.event-schedule .schedule-header .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

.event-schedule .schedule-list.active .title {
  color: #0F766E;
	letter-spacing: 0.2px;
}

/* ICON */
.event-schedule .toggle-icon {
  font-size: 20px;
	font-weight: bold;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #134E4A;
	 margin-left: 16px;
}

/* ROTATION ON OPEN */
.event-schedule .schedule-list.active .toggle-icon {
	transform: rotate(180deg) scale(1.1);
}


/* ACTIVE CARD FEEL */
.event-schedule .schedule-list {
  transition: all 0.25s ease;
}

.event-schedule .schedule-list.active {
	border-radius: 8px;
  box-shadow: 0px 15px 25px -10px rgba(0,0,0,0.2);
}

/* ACCORDION BODY ANIMATION */
.event-schedule .schedule-body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 
    max-height 0.35s ease,
    opacity 0.25s ease;
	border: 1px solid #E5E7EB;
	background: #e4e6e8;
	border-radius: 8px;
}

/* OPEN STATE */
.event-schedule .schedule-list.active .schedule-body {
	padding: 13px 18px;
	margin: 13px 0 0 0;
  opacity: 1;
}

.event-schedule .schedule-body .tdc-ls {
  padding: 20px;
}

.event-schedule .schedule-body .tdc-ls h4 {
  margin-top: 8px;
}

.event-schedule .schedule-body .tdc-ls p {
  font-size: 16px;
}

.event-schedule .schedule-body ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.event-schedule .schedule-body li {
	position: relative;
  padding-left: 21px; /* space for bullet */
  margin-bottom: 8px;
}

.event-schedule .schedule-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em; /* aligns vertically with text */
  width: 8px;
  height: 8px;
  background-color: #134E4A;
  border-radius: 50%;
}

.event-schedule .schedule-body li ul li::before {
  width: 7px;
  height: 7px;
  background-color: #0F766E;
	top: 0.5em;
}


@media (max-width: 767px) {
  .event-schedule .schedule-header {
    flex-direction: column;
    align-items: flex-start;
  }
	
.event-schedule .schedule-header .details,
.event-schedule .schedule-header .details.pt-0 {
	padding: 21px 21px 0 0!important;
	}
}

/* ==============================
   AGENDA end
   ============================== */






/* ==============================
   SPEAKERS
   ============================== */
	 
.speaker-section.style-1 {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .speaker-section.style-1 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .speaker-section.style-1 .section-wrapper {
    margin: 0 -10px;
  }
}
.speaker-section.style-1 .section-wrapper .speaker-item {
  margin-bottom: 20px;
  width: calc(100% / 1);
}
@media (min-width: 768px) {
  .speaker-section.style-1 .section-wrapper .speaker-item {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .speaker-section.style-1 .section-wrapper .speaker-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 1200px) {
  .speaker-section.style-1 .section-wrapper .speaker-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 576px) {
  .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner {
    margin: 0 15px;
  }
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon {
  position: absolute;
  width: 65px;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  text-align: center;
  transition: all 0.8s ease;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon a {
  display: block;
  color: #F8FAFC;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.facebook {
  top: 100%;
  right: 100%;
  background: #3b5998;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.facebook:hover i {
  color: #F8FAFC;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.linkedin {
  top: 100%;
  left: 100%;
  background: #55acee;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.linkedin i {
  color: #F8FAFC;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.linkedin:hover i {
  color: #F8FAFC;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.youtube {
  bottom: 100%;
  left: 100%;
  background: #dd4b39;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.youtube:hover i {
  color: #F8FAFC;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.x-twitter {
  right: 100%;
  bottom: 100%;
  background: #0F1419;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.x-twitter:hover i {
  color: #F8FAFC;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content {
  padding: 20px 0;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content .name {
  
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  outline: none;
  display: inline-block;
  color: #1F2937;
  transition: all 0.3s ease;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content .name:hover {
  color: #0F766E;
}
.speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content p {
  margin-bottom: 0;
  color: #1F2937;
  font-size: 15px;
  
}
.speaker-section.style-2 {
  position: relative;
}
.speaker-section.style-2 .section-wrapper .speaker-item .speaker-item-inner .item-content {
  text-align: center;
}

.speaker-item .item-thumb:hover img {
  transform: scale(1.2);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}

.speaker-item .item-thumb:hover .social-profile .icon.facebook {
  top: 28.5% !important;
  right: 50% !important;
  color: #F8FAFC;
}

.speaker-item .item-thumb:hover .social-profile .icon.linkedin {
  top: 28.5% !important;
  left: 50% !important;
  color: #F8FAFC;
}

.speaker-item .item-thumb:hover .social-profile .icon.youtube {
  top: 50%;
  left: 50% !important;
  color: #F8FAFC;
}

.speaker-item .item-thumb:hover .social-profile .icon.x-twitter {
  right: 50% !important;
  top: 50%;
  color: #F8FAFC;
}

/* ==============================
   SPEAKERS end
   ============================== */


.gallery-section.style-1 {
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .gallery-section.style-1 .section-header {
    text-align: left;
  }
  .gallery-section.style-1 .section-header h2 {
    margin: 0;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .gallery-section.style-1 .section-header h2::after {
    display: none;
  }
  .gallery-section.style-1 .section-header h2::before {
    display: none;
  }
}
.gallery-section.style-1 .button-group {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .gallery-section.style-1 .button-group {
    margin: 0;
    text-align: right;
  }
}
.gallery-section.style-1 .button-group .button {
  
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 3px;
  background: #ededed;
  color: #1F2937;
  margin: 10px 0;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .gallery-section.style-1 .button-group .button {
    width: auto;
    margin: 0;
  }
}
.gallery-section.style-1 .button-group .button.is-checked {
  background: #0F766E;
  color: #F8FAFC;
}
.gallery-section.style-1 .button-group .button span {
  font-weight: 600;
  padding: 0 5px;
}
.gallery-section.style-1 .grid .element-item {
  width: calc(100% / 1);
}
@media (min-width: 576px) {
  .gallery-section.style-1 .grid .element-item {
    width: calc(100% / 2);
  }
}
@media (min-width: 768px) {
  .gallery-section.style-1 .grid .element-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .gallery-section.style-1 .grid .element-item {
    width: calc(100% / 4);
  }
}
.gallery-section.style-1 .grid .element-item .element-item-inner {
  margin: 2.5px;
  overflow: hidden;
  position: relative;
}
.gallery-section.style-1 .grid .element-item .element-item-inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: scale(0);
  transition: all 0.3s ease;
}
.gallery-section.style-1 .grid .element-item .element-item-inner:hover img {
  transform: scale(1.3);
}
.gallery-section.style-1 .grid .element-item .element-item-inner:hover .cata-icon {
  opacity: 1;
}
.gallery-section.style-1 .grid .element-item .element-item-inner a {
  display: block;
}
.gallery-section.style-1 .grid .element-item .element-item-inner a img {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-section.style-1 .grid .element-item .element-item-inner .cata-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-section.style-1 .grid .element-item .element-item-inner .cata-icon i {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-section.style-1 .grid .element-item .element-item-inner .cata-icon i:hover {
  background: #0F766E;
  color: #F8FAFC;
}
.gallery-section.style-2 {
  background: #1F2937;
}
.gallery-section.style-2 .section-header p {
  color: #F8FAFC;
}
.gallery-section.style-2 .section-header h2 {
  color: #F8FAFC;
}
.gallery-section.style-2 .section-wrapper .element-item {
  display: block;
  margin: 2px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.gallery-section.style-2 .section-wrapper .element-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-section.style-2 .section-wrapper .element-item:hover::after {
  opacity: 1;
}
.gallery-section.style-2 .section-wrapper .element-item:hover img {
  transform: scale(1.3);
}
.gallery-section.style-2 .section-wrapper .element-item:hover .icon {
  opacity: 1;
}
.gallery-section.style-2 .section-wrapper .element-item img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-section.style-2 .section-wrapper .element-item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #0F766E;
  color: #F8FAFC;
  border-radius: 50%;
  font-size: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-section .grid .element-item:hover .element-item-inner::after {
  transform: scale(1);
}

.gallery-section .grid .element-item .element-item-inner:hover .cata-icon i {
  color: #0F766E;
  background: #F8FAFC;
}


.faq-section.style-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.faq-section.style-1 .section-header p {
  font-size: 18px;
  color: #1F2937;
  text-transform: capitalize;
}
.faq-section.style-1 .section-wrapper .faq-item {
  margin: 0 15px;
}
.faq-section.style-1 .section-wrapper .faq-item .faq-icon {
  width: 50px;
  margin-right: 40px;
}
.faq-section.style-1 .section-wrapper .faq-item .faq-icon i {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: #0F766E;
  color: #F8FAFC;
  text-align: center;
  position: relative;
  z-index: 1;
}
.faq-section.style-1 .section-wrapper .faq-item .faq-content {
  width: calc(100% - 60px);
  position: relative;
  padding-bottom: 20px;
}
.faq-section.style-1 .section-wrapper .faq-item .faq-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: -65px;
  width: 0px;
  height: 100%;
  border-left: 2px dotted #d5d5d5;
}
.faq-section.style-1 .section-wrapper .faq-item .faq-content h5 {
  margin: 0;
  padding-bottom: 20px;
}
.faq-section.style-1 .section-wrapper .faq-item:last-child .faq-content::before {
  display: none;
}
.faq-section.style-2 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-section.style-2 .section-wrapper .faq-schedule {
  background: #F8FAFC;
  border-radius: 6px;
  padding: 40px 20px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .faq-section.style-2 .section-wrapper .faq-schedule {
    padding: 60px 50px;
  }
}
@media (min-width: 992px) {
  .faq-section.style-2 .section-wrapper .faq-schedule {
    margin-bottom: 0;
  }
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  padding-top: 40px;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item:first-child {
  padding-top: 0;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item {
  margin-bottom: 10px;
  display: inline-block;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .faq-title {
  margin-bottom: 20px;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .faq-title h5 {
  margin: 0;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question {
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question.in .icon img {
  transform: rotate(90deg);
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question .icon {
  width: 25px;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question .icon img {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  
  width: calc(100% - 25px);
}
.faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-answer {
  margin-left: 25px;
  display: none;
}
#side {
  width: 100%;
  max-width: 373.33px;
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}





/* ==============================
   CONTACT SECTION
   ============================== */
	 
.contact-section .row{
    --bs-gutter-x:0;
}

.contact-section .col-lg-4{
    padding-left:0;
    padding-right:12px;
}

.contact-section .col-lg-8{
    padding-left:12px;
    padding-right:0;
}

/* form grid */
.contact-section .form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    align-items:stretch; /* critical */
}

.contact-section .left-stack{
    display:grid;
    gap:24px;
}

.contact-section .msgbox {
    grid-column:2;
    grid-row:1;
    align-self:stretch;
    height:auto;
    min-height:100%;
    resize:vertical;
}

.contact-section .submit-wrap {
    grid-column:1 / 3;
}

/* fields */
.contact-section .xfield {
    width:100%;
    border:0;
    background:#F8FAFC;
    border-radius:8px;
    padding:18px 16px;
    box-sizing:border-box;
}

/* button */
.contact-section .contact-btn {
    width:100%;
    border:0;
    background:#0F766E;
    color:#F8FAFC;
    padding:18px;
    border-radius:8px;
    font-weight:700;
    text-transform:uppercase;
}

/* info boxes */
.contact-section .info-box {
    background:#F8FAFC;
    padding:25px;
    border-radius:8px;
    margin-bottom:24px;
}

/* mobile */
@media (max-width:767px){

    .contact-section .col-lg-4,
    .contact-section .col-lg-8{
        padding:0;
    }

    .contact-section .form-grid {
        grid-template-columns:1fr;
        gap:16px;
    }

    .contact-section .msgbox,
    .contact-section .submit-wrap{
        grid-column:auto;
        grid-row:auto;
        min-height:180px;
    }

    .contact-section .left-stack{
        gap:16px;
    }
}

/* ==============================
   CONTACT SECTION end
   ============================== */



.gmap-section div#map iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.gmap-section.style-1 .maps-title {
  text-align: center;
  background: #0F766E;
  z-index: 1;
}
.gmap-section.style-1 .maps-title h2 {
  color: #F8FAFC;
  margin: 0;
  padding: 40px 0;
}
.gmap-section.style-1 div#map {
  height: 600px;
}
.gmap-section.style-2 div#map {
  height: 498px;
  margin-top: 50px;
  border-radius: 6px;
}
.gmap-section.style-3 div#map {
  height: 423px;
  border-radius: 6px;
}
.gmap-section.style-4 {
  height: 100vh;
}
.gmap-section.style-4 div#map {
  height: 600px;
}









.format-video .post-thumb {
  position: relative;
}
.format-video .post-thumb img {
  max-width: 100% !important;
  display: block !important;
}
.format-video .post-thumb .post-content {
  position: absolute !important;
  background: transparent !important;
  bottom: 0;
  left: 0;
  width: 100%;
}
.format-video .post-thumb .post-content .post-catagory li a {
  color: #fff !important;
}
.format-video .post-thumb .post-content .post-catagory li a:hover {
  color: #0F766E !important;
}
.format-video .post-thumb .post-content .cata-icon {
  background: #dec32b !important;
}
.format-video .post-thumb .post-content .cata-icon img {
  max-width: 100%;
  display: inline-block !important;
  transform: scale(1) !important;
}
.format-video .post-thumb .post-content a h5 {
  color: #F8FAFC;
}
.format-video .post-thumb .post-content a h5:hover {
  color: #0F766E;
}
.format-video .post-thumb .post-content .meta-post span {
  color: #F8FAFC;
}
.format-video .post-thumb .post-content .meta-post span .name {
  color: #fff !important;
  font-weight: 600;
  display: inline-block;
}
.format-video .post-thumb .post-content .meta-post span .name:hover {
  color: #0F766E !important;
}
.format-video .post-thumb .post-content .meta-post span .date {
  color: #fff !important;
  display: inline-block;
}
.format-video .post-thumb .post-content .meta-post span .date:hover {
  color: #0F766E !important;
}

.format-link .post-thumb {
  background: #212fb4;
  padding: 47px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.format-link .post-thumb h5 {
  color: #F8FAFC;
}
.format-link .post-thumb a {
  color: #F8FAFC;
}
.format-link .post-thumb a:hover {
  color: #0F766E;
}
.format-link .cata-icon {
  background: #2fb7df !important;
}
.format-video .cata-icon {
  background: #dec32b !important;
}



.footer-section {
  position: relative;
}
.footer-section .footer-top {
  background: #F8FAFC;
}
.footer-section div.top img {
	margin-top: 8px;
}
.footer-section .footer-top .footer-content .footer-logo {
  padding: 10px 0;
  display: inline-block;
}
.footer-section .footer-top .footer-content p {
  color: #1F2937;
}
.footer-section .footer-top .footer-content .footer-title h5 {
  color: #1F2937;
  padding: 10px 0;
}
.footer-section .footer-top .footer-content .footer-link-list ul {
  margin: 0;
}
.footer-section .footer-top .footer-content .footer-link-list ul li {
  list-style: none;
  padding: 5px 0;
  margin: 2px 0;
}
.footer-section .footer-top .footer-content .footer-link-list ul li a {
  color: #1F2937;
  display: inline-block;
  outline: none;
  transition: all 0.3s ease;
}
.footer-section .footer-top .footer-content .footer-link-list ul li a:hover {
  color: #0F766E;
  padding-left: 10px;
}
.footer-section .footer-top .footer-content .footer-gellary .f-gellary-item {
  width: calc(100% / 3);
  float: left;
}
.footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner {
  margin: 4px;
  border-radius: 3px;
}
.footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner .f-gellary-thumb {
  display: block;
}
.footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner .f-gellary-thumb .footer-img {
  display: block;
  outline: none;
}
.footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner .f-gellary-thumb .footer-img img {
  display: block;
  width: 100%;
}
.footer-section .footer-top .footer-content .footer-newsletter input {
  padding: 19px;
  border-radius: 3px;
  background: #f2f2f2;
  margin-bottom: 20px;
  border: none;
  outline: none;
}
.footer-section .footer-top .footer-content .footer-newsletter input::placeholder {
  color: #a1a1a2;
  opacity: 1;
}
.footer-section .footer-top .footer-content .footer-newsletter input:-ms-input-placeholder {
  color: #a1a1a2;
}
.footer-section .footer-top .footer-content .footer-newsletter input::-ms-input-placeholder {
  color: #a1a1a2;
}
.footer-section .footer-top .footer-content .footer-newsletter [type=submit] {
  width: 100%;
  padding: 15px 45px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  background: #0F766E;
  color: #F8FAFC;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.footer-section .footer-top .footer-content .footer-newsletter [type=submit]:hover {
  background: #1F2937;
}
.footer-section .footer-bottom {
  padding: 23px 0;
}
.footer-section .footer-bottom .copyright {
  text-align: center;
  padding: 0 15px;
  line-height: 1.625rem;
}
.footer-section .footer-bottom .copyright p {
  margin-bottom: 0;
}
.footer-section .footer-bottom .copyright p a {
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
}
.footer-section .footer-bottom .copyright p a:hover {
  color: #0F766E;
}
.footer-section .footer-bottom .footer-social .social-media {
  margin: 0;
}
.footer-section .footer-bottom .footer-social .social-media li {
  list-style: none;
  padding: 0;
}
.footer-section .footer-bottom .footer-social .social-media li a {
  padding: 10px;
  color: #1F2937;
  display: inline-block;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.footer-section .footer-bottom .footer-social .social-media li a:hover {
  color: #0F766E;
}

.mobile-header {
  padding: 10px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .mobile-header .header-logo {
    max-width: 100%;
  }
}
.mobile-header .header-bar {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.mobile-header .header-bar span {
  background: #0F766E;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
  transition: all 0.3s ease;
}
.mobile-header .header-bar span:nth-child(1) {
  margin-top: -9px;
}
.mobile-header .header-bar span:nth-child(2) {
  opacity: 1;
}
.mobile-header .header-bar span:nth-child(3) {
  margin-top: 7px;
}
.mobile-header .header-bar.m-menu-bar span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: -1px;
}
.mobile-header .header-bar.m-menu-bar span:nth-child(2) {
  opacity: 0;
}
.mobile-header .header-bar.m-menu-bar span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -1px;
}

.mobile-menu-area.m-menu-zero {
  opacity: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
}
.mobile-menu-area .mobile-menu-area-inner {
  height: 100vh;
  padding: 40px 20px;
  overflow-y: scroll;
}
.mobile-menu-area .mobile-menu-area-inner .header-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  position: relative;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu {
  text-align: center;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li {
  list-style: none;
  padding: 0;
  position: relative;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li a {
  display: block !important;
  padding: 10px 0;
  color: #06163a;
  background: #F8FAFC;
  text-transform: capitalize;
  margin: 2px 0;
  text-align: left;
  outline: none;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li a:hover {
  color: #0F766E;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu {
  display: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li a {
  margin: 0;
  text-transform: capitalize;
  padding-left: 30px;
  outline: none;
  position: relative;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li a::before {
  position: absolute;
  content: "-";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #1F2937;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li .m-submenu li a {
  padding-left: 50px;
  padding: 5px 45px;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li .m-submenu li .m-submenu li a {
  padding-left: 60px;
}
.mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li .m-submenu li .m-submenu li .m-submenu li a {
  padding-left: 70px;
}
.mobile-menu-area .mobile-menu-area-inner .social-link-list {
  margin-top: 30px;
}

nav.mobile-header.primary-menu.close {
  display: none;
}

.style-2 .mobile-menu-area {
  top: 0;
}
.style-2 .mobile-header {
  background: transparent;
  padding: 30px;
}
@media (min-width: 1400px) {
  .style-2 .mobile-header {
    padding: 30px 60px;
  }
}
.style-2 .mobile-header.sticky-nav {
  padding: 10px 15px;
}
@media (min-width: 576px) {
  .style-2 .mobile-header.sticky-nav {
    padding: 10px 30px;
  }
}
.style-2 .mobile-header.nav-up {
  top: -120px;
}
.style-2 .mobile-header.nav-down {
  top: 0;
}
.style-2 .mobile-header.nav-down .header-menu .header-bar span {
  background: #0F766E;
}
.style-2 .mobile-header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .style-2 .mobile-header .header-menu .header-bar {
    margin-right: 20px;
  }
}
.style-2 .mobile-header .header-menu .header-bar span {
  background: #F8FAFC;
}
@media (max-width: 600px) {
  .style-2 .mobile-header .header-menu .btn-defult {
    display: none;
  }
}

/* Close Button */
.close-button {
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: #0F766E;
  color: #F8FAFC;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  top: 50%;
  left: 50%;
  background: #F8FAFC;
  transform: translate(-50%, -50%);
}

.close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}





/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  border-top: 1px solid #eee;
}

.site-footer .wrap {
  padding-bottom: 1.5em;
  padding-top: 2em;
}

/* Social nav */
.social-navigation {
  font-size: 1rem;
  margin-bottom: 1em;
}

.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.social-navigation li {
  display: inline;
}

.social-navigation a {
  background-color: #767676;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #F8FAFC;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
  background-color: #1F2937;
}

.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}

/* Site info */
.site-info {
  font-size: 1rem;
  margin-bottom: 1em;
}

.site-info a {
  color: #666;
}

.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

.site-info span[role=separator] {
  padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
  content: "/";
}



/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}


/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 576px) {
  body,
button,
input,
select,
textarea {
    font-size: 1rem;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  p {
    font-size: 16px;
    margin: 0 0 1em;
    color: #1F2937;
  }

  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875rem;
  }

  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }

  img.alignright {
    float: right;
    margin-left: 1.5em;
  }

  .site-branding {
    padding: 3em 0;
  }

  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
  }

  .page-one-column .panel-content .wrap {
    max-width: 740px;
  }

  .panel-content .entry-header {
    margin-bottom: 4.5em;
  }

  .panel-content .recent-posts .entry-header {
    margin-bottom: 0;
  }

  .taxonomy-description {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .page-numbers.current {
    font-size: 16px;
    font-size: 1rem;
  }

  .site-footer {
    font-size: 16px;
    font-size: 1rem;
  }

  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .wrap {
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
  }

.post-navigation {
    clear: both;
  }

  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }

  .nav-next,
.post-navigation .nav-next {
    margin-top: 0;
  }

  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }

  .entry-content blockquote.alignleft {
    margin-left: -17.5%;
    width: 48%;
  }

  .entry-content blockquote.alignright {
    margin-right: -17.5%;
    width: 48%;
  }

  .entry-content blockquote.alignleft {
    margin-left: 0;
    width: 34%;
  }

  .entry-content blockquote.alignright {
    margin-right: 0;
    width: 34%;
  }

  #primary .entry-content blockquote.alignright.below-entry-meta {
    margin-right: -72.5%;
    width: 62%;
  }

  ol.children .children {
    padding-left: 3em;
  }

  .nav-links .nav-title {
    position: relative;
  }

  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em;
  }

  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em;
  }

  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em;
  }

  #secondary {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 3em;
  }

  .social-navigation {
    clear: left;
    float: left;
    margin-bottom: 0;
    width: 36%;
  }

  .site-info {
    float: left;
    padding: 0.7em 0 0;
    width: 58%;
  }

  .social-navigation + .site-info {
    margin-left: 6%;
  }

  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media screen and (min-width: 992px) {
  .page-numbers {
    display: inline-block;
  }

  .page-numbers.current {
    font-size: 15px;
    font-size: 0.9375rem;
  }

}
