@import url('../css/fontawesome-all.min.css');

/**** custom fonts start ****/
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'), url('../fonts/Manrope-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/**** custom fonts end ****/
:root {
  --logoWidth: 299px;
  --pageCenter: 1270px;
  --bodyFontFamily: "Manrope", sans-serif;
  --bodyFontColor: #000000;
  --bodyFont: 18px;
  --bodyLineHeight: 30px;
  --linkColor: #2c8c8c;
  --headerSpace: 163px;
  --afterLoginheaderSpace: 120px;
  --btnFontFamily: "Manrope", sans-serif;
  --btnFont: 16px;
  --btnColor: #fff;
  --btnBg: #2c8c8c;
  --btnHoverBg: #fff;
  --btnHoverColor: #2c8c8c;
  --btnBorder: 1px solid #2c8c8c;
  --btnBorderRadius: 30px;
  --btnPadding: 13px 32px;
  --btnSecondaryColor: #000000;
  --btnSecondaryBg: #fff;
  --btnSecondaryBorder: 1px solid #000;
  --btnSecondaryHoverColor: #fff;
  --btnSecondaryHoverBg: #000000;
}

html {
  overflow-x: hidden;
  font-size: var(--bodyFont);
  line-height: var(--bodyLineHeight);
}

body {
  color: var(--bodyFontColor);
  font-size: 100%;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  line-height: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  border: none;
  margin: 0;
  outline: none !important;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

/* Highlighted Text */
::-moz-selection {
  color: #ffffff;
  background-color: #8adada;
}

::selection {
  color: #ffffff;
  background-color: #8adada;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}

label.auto {
  display: inline-block;
  margin: 5px 40px 5px 0
}

label.auto:last-child {
  margin-right: 0
}

ul,
ol {
  list-style: none
}

a {
  color: var(--linkColor);
  text-decoration: none
}

a:hover,
a:focus {
  color: var(--bodyFontColor);
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bodyFontFamily);
  font-weight: 700;
  line-height: 1.0357142857142858;
  margin: 0 0 15px;
}

h1,
.h1 {
  font-size: 29px;
}

h2,
.h2 {
  font-size: 46px;
}

h3,
.h3 {
  font-size: 25px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 25px;
}

h6,
.h6 {
  font-size: 20px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #2c8c8c;
}

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

/***** wp ******/
.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 15px 0;
}

.alignnone {
  margin: 10px 0;
}

.alignblock {
  margin: 10px 0;
  float: none;
  width: 100%;
  display: block;
}

.alignright.shadow {
  -webkit-box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
  box-shadow: -25px 25px 40px rgba(0, 0, 0, 0.16);
  margin-left: 105px;
  margin-bottom: 40px;
}

p.pn {
  padding: 0;
  margin: 0
}

p {
  margin: 0 0 25px;
}

p+ul,
p+ol {
  margin-top: -6px
}

ul {
  margin: 0 0 25px
}

ul li {
  position: relative;
  padding: 0 0 7px 22px;
  overflow: hidden;
}

ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  color: var(--bodyFontColor);
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 2px;
  top: 7px
}

ol {
  padding-left: 26px;
  margin: 0 0 25px;
  text-align: left;
  overflow: hidden
}

ol li {
  list-style: decimal;
  padding-bottom: 7px;
  padding-left: 0;
}

ol li ul>li {
  padding-left: 20px;
  list-style: none
}

ol li ul>li:before {
  display: block;
  left: 1px
}

ul ol li {
  overflow: visible
}

ul ol li:before {
  display: none;
  overflow: visible
}

ol ol li {
  list-style: lower-alpha
}

ol ol ol li {
  list-style: lower-roman
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 12px;
  margin-bottom: 5px
}

ul li:last-child,
ol li:last-child {
  padding-bottom: 0
}

.text-center ul {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto
}

.list-none li {
  padding-left: 0
}

.list-none li:before {
  display: none;
}

p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.table-responsive {
  border: none;
  margin: 20px 0;
  overflow: auto;
}

table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #cfcdcd;
  border-collapse: collapse !important;
}

table tr td,
table tr th {
  padding: 14px 15px;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
  border: 1px solid #dddddd
}

table tr th {
  font-weight: 700;
}

th[align="center"],
td[align="center"] {
  text-align: center !important
}

th[align="right"],
td[align="right"] {
  text-align: right !important
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cccccc
}

.common-content {
  padding: 60px 0;
}

.light-blue-bg {
  background-color: #f0f8f8;
}

.color-teal {
  color: #2c8c8c;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.flex-wrap-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a[href^="tel:"],
a[href^="mailto:"] {
  display: inline-flex;
  word-break: break-word;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--pageCenter);
  clear: both;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.row:before,
.row:after {
  content: "";
  clear: both;
  display: table
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33%
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33%
  }
}

@media (min-width: 992px) {

  h1,
  .h1 {
    font-size: 56px;
  }

  h2,
  .h2 {
    font-size: 46px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 28px;
  }

  h5,
  .h5 {
    font-size: 22px;
  }

  h6,
  .h6 {
    font-size: 18px;
  }

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33%
  }
}

/******Input******/
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: var(--bodyFontColor);
  display: block;
  font-size: 16px;
  font-family: var(--bodyFontFamily);
  font-weight: 400;
  line-height: 20px;
  padding: 14px 20px;
  position: relative;
  width: 100%;
  height: 50px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom: 20px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
  border-color: var(--bodyFontColor);
}

textarea,
textarea.form-control {
  height: 100px;
  resize: none;
}

select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}

select option {
  font-size: 16px;
}

.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn-group:hover {
  color: #787878
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: var(--bodyFontColor);
  opacity: 1.0;
}

::-moz-placeholder {
  color: var(--bodyFontColor);
  opacity: 1.0;
}

:-ms-input-placeholder {
  color: var(--bodyFontColor);
  opacity: 1.0;
}

:-moz-placeholder {
  color: var(--bodyFontColor);
  opacity: 1.0;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

/******Input Ends******/
a,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
}

.btn,
.green-field .ur-submit-button,
.green-field .user-registration-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--btnFontFamily);
  font-weight: 700;
  position: relative;
  border: var(--btnBorder);
  border-radius: var(--btnBorderRadius);
  text-align: center;
  text-transform: uppercase;
  font-size: var(--btnFont);
  color: var(--btnColor);
  font-style: normal;
  line-height: normal;
  padding: var(--btnPadding);
  text-decoration: none !important;
  white-space: normal;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  background-color: var(--btnBg);
  box-shadow: none;
  cursor: pointer;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.btn.focus,
.btn:focus,
.btn:hover,
.green-field .ur-submit-button:hover,
.green-field .user-registration-Button:hover {
  color: var(--btnHoverColor) !important;
  background-color: var(--btnHoverBg);
  border: var(--btnBorder) !important;
}

.btn i {
  margin: 0 0 0 15px;
  font-size: 18px;
}

.secondary-btn {
  color: var(--btnSecondaryColor);
  background-color: var(--btnSecondaryBg);
  border: var(--btnSecondaryBorder);
}

.secondary-btn:hover,
.secondary-btn:focus {
  color: var(--btnSecondaryHoverColor);
  background-color: var(--btnSecondaryHoverBg);
}

.third-btn {
  color: #2c8c8c;
  background-color: var(--btnSecondaryBg);
  border: 1px solid #2c8c8c;
}

.third-btn:hover,
.third-btn:focus {
  color: #fff !important;
  background-color: #2c8c8c !important;
}

.third-btn::before {
  background: #2b8c8c !important;
}

.btn-row .btn {
  margin: 10px 20px 0 0
}

.btn-row .btn:last-child {
  margin-right: 0
}

.btn:not(input) {
  position: relative;
}

.btn:not(input)::before {
  content: '';
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
  transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
  -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
  transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
  transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
  background: var(--btnHoverBg);
}

.btn:not(input):hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.btn:not(input):hover {
  background: inherit;
}

.btn.secondary-btn:not(input)::before {
  background: var(--btnSecondaryHoverBg);
}

.btn.white-btn {
  border: 2px solid #fff;
  background: transparent;
}

.btn.white-btn-full {
  border: 2px solid #fff;
  background-color: transparent;
  color: #000;
}

.btn.white-btn-full:before {
  transform: scaleX(1);
}

.btn.white-btn-full:hover {
  color: #fff !important;
}

.btn.white-btn-full:hover::before {
  transform: scaleX(0);
  transform-origin: right center;
}

.btn[href^="mailto:"] i {
  font-size: 18px;
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}

.btn[href^="mailto:"] {
  text-transform: none;
  font-weight: 400;
  padding: 6px 20px;
}

/******Header******/
header+div,
header+section {
  margin-top: var(--headerSpace) !important;
}

header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}

.header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom {
  padding: 26px 0;
}

.header-left {
  float: left;
  width: var(--logoWidth);
  min-width: var(--logoWidth);
}

.header-top {
  background: #effafa;
  text-align: center;
  font-size: 16px;
  color: #000000;
  padding: 11px 0;
  line-height: normal;
}

.header-top .more {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.header-top .more::after {
  content: "\f178";
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin: 0 0 0 8px;
}

.header-top .more span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  padding-left: 101%;
}

.marquee p {
  margin: 0
}

@keyframes marquee-frame {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%)
  }
}

header .logo {
  float: left;
  max-width: 100%;
  z-index: 999;
  width: 100%;
}

header .logo a {
  display: block;
  margin: 0;
  position: relative;
}

header .logo img {
  display: block;
  margin: 0;
}

header .header-right {
  margin: 0 0 0 auto;
}

header .header-btn-wrap .btn {
  padding: 9px 20px;
}

header .header-btn-wrap {
  margin: 0 0 0 20px;
}

header .header-btn-wrap>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .header-btn-wrap>ul>li {
  padding: 0px;
  margin: 0px 0px 0px 10px;
  line-height: 0;
  overflow: visible;
}

header .header-btn-wrap>ul>li:first-child,
header .header-btn-wrap>ul>li:last-child {
  margin: 0px;
}

header .header-btn-wrap>ul>li::before {
  display: none;
}

header .header-btn-wrap>ul ul {
  position: absolute;
  border-radius: 0;
  padding: 0;
  margin: 26px 0 0 0;
  visibility: hidden;
  text-align: left;
  left: 50%;
  right: auto;
  opacity: 0;
  top: calc(100% - 1px);
  background: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 2px solid var(--linkColor);
  transition: all 0.3s linear 0s;
}

header .header-btn-wrap>ul>li>a:has(+ul)::after {
  content: "\f107";
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin: 0 0 0 5px;
}

header .header-btn-wrap>ul ul::before {
  content: "";
  display: block;
  padding: 10px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
}

header .header-btn-wrap>ul ul:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: calc(100% + 2px);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--linkColor);
}

header .header-btn-wrap>ul li:hover>ul {
  margin: 14px 0 0 0;
  display: block;
  visibility: visible;
  opacity: 1;
}

header .header-btn-wrap>ul ul li::before {
  display: none;
}

header .header-btn-wrap>ul ul li {
  width: 100%;
  min-width: 150px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  overflow: visible;
}

header .header-btn-wrap>ul ul li a {
  display: block;
  white-space: normal;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  padding: 10px 18px;
  text-align: left;
}

header .header-btn-wrap>ul ul li a:hover {
  background: var(--linkColor);
  color: #fff;
}

.logged-in header .header-btn-wrap>ul>li:first-child>a {
  font-size: 0;
  padding: 0;
  min-width: 42px;
  min-height: 42px;
}

.logged-in header .header-btn-wrap>ul>li:first-child>a::after {
  content: "\f007";
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  margin: 0 0 0 5px;
  font-size: 16px;
  margin: 0;
}

.head-fix header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1025px) {

  /*****nav starts*****/
  .nav-trigger,
  .nav-wrap nav ul li:before,
  .submenu-button,
  .nav-trigger-wrap {
    display: none
  }

  .nav-wrap {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    z-index: 99;
  }

  .nav-wrap nav {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
  }

  .nav-wrap nav ul.nav {
    float: right;
    margin: 0
  }

  .nav-wrap nav ul.nav>li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    overflow: visible;
    position: relative;
  }

  .nav-wrap nav ul.nav>li:last-child {
    margin-right: 0
  }

  .nav-wrap nav ul.nav>li>a {
    display: block;
    padding: 7px 0;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.20px;
    color: #000000;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
  }

  .nav>li>a:focus,
  .nav>li>a:hover {
    background-color: transparent
  }

  /*.nav-wrap nav ul.nav li.has-sub li.has-sub > a { padding-right: 20px !important } */
  .nav-wrap nav ul.nav>li.has-sub>a {
    padding-right: 23px;
  }

  .nav-wrap nav ul.nav>li.has-sub>a:after {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 35px;
    position: absolute;
    right: 4px;
    top: 0px;
    z-index: 99;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    font-weight: 300;
  }

  .nav-wrap nav ul.nav>li.has-sub:hover>a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .nav-wrap nav ul.nav li.has-sub li.has-sub>a:after {
    content: "\f105";
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 400;
    margin-left: 5px;
    color: inherit;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
  }

  /****sub nav menu*****/
  .nav-wrap nav ul.nav>li.has-sub>ul {
    margin-top: 26px;
  }

  .nav-wrap nav ul.nav>li.has-sub:hover>ul {
    margin-top: 15px;
  }

  .nav-wrap nav ul.nav ul {
    position: absolute;
    border-radius: 0;
    padding: 11px 0;
    margin: 0;
    visibility: hidden;
    text-align: left;
    left: 50%;
    right: auto;
    opacity: 0;
    top: calc(100% - 1px);
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 2px solid var(--linkColor);
  }

  .nav-wrap nav ul.nav>li.has-sub>ul::before {
    content: "";
    display: block;
    padding: 10px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
  }

  .nav-wrap nav ul.nav ul:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: calc(100% + 2px);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--linkColor);
  }

  .nav-wrap nav ul.nav ul ul:after {
    display: none
  }

  .nav-wrap nav ul.nav ul ul {
    top: 100%;
    left: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transform: none;
  }

  .nav-wrap nav ul.nav ul li {
    float: left;
    width: 100%;
    min-width: 150px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    overflow: visible;
  }

  .nav-wrap nav ul.nav ul li a {
    display: block;
    white-space: normal;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding: 5px 18px;
    text-align: left;
  }

  .nav-wrap nav ul.nav li:hover>ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s linear 0s;
  }

  .nav-wrap nav ul.nav ul>li:hover>ul {
    top: 0;
  }

  .nav-wrap nav ul.nav li:hover>a,
  .nav-wrap nav ul.nav li>a:hover,
  .nav-wrap nav ul.nav li.current-menu-item>a,
  .nav-wrap nav ul.nav li.current-menu-ancestor>a {
    color: var(--linkColor);
  }

  .nav-wrap nav ul.nav ul li:hover>a,
  .nav-wrap nav ul.nav ul li>a:hover,
  .nav-wrap nav ul.nav ul li.current-menu-item>a,
  .nav-wrap nav ul.nav ul li.current-menu-ancestor>a {
    color: var(--linkColor);
  }

  .nav-wrap nav ul.nav>li>a:before {
    content: '';
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
    background: var(--linkColor);
  }

  .nav-wrap nav ul.nav>li:hover>a:before,
  .nav-wrap nav ul.nav>li>a:hover:before,
  .nav-wrap nav ul.nav>li.current-menu-item>a:before,
  .nav-wrap nav ul.nav>li.current-menu-ancestor>a:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    width: 100%
  }

  /**************Nav ends**************/
}

/****Space Control Top Bottom*****/
.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: 10px 0 !important
}

.m-2 {
  margin: 20px 0 !important
}

.m-3 {
  margin: 30px 0 !important
}

.m-4 {
  margin: 40px 0 !important
}

.m-5 {
  margin: 50px 0 !important
}

.m-6 {
  margin: 60px 0 !important
}

.m-7 {
  margin: 70px 0 !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: 10px 0 !important
}

.p-2 {
  padding: 20px 0 !important
}

.p-3 {
  padding: 30px 0 !important
}

.p-4 {
  padding: 40px 0 !important
}

.p-5 {
  padding: 50px 0 !important
}

.p-6 {
  padding: 60px 0 !important
}

.p-7 {
  padding: 70px 0 !important
}

.m-t0 {
  margin-top: 0 !important
}

.m-t1 {
  margin-top: 10px !important
}

.m-t2 {
  margin-top: 20px !important
}

.m-t3 {
  margin-top: 30px !important
}

.m-t4 {
  margin-top: 40px !important
}

.m-t5 {
  margin-top: 50px !important
}

.m-t6 {
  margin-top: 60px !important
}

.m-t7 {
  margin-top: 70px !important
}

.m-b0 {
  margin-bottom: 0 !important
}

.m-b1 {
  margin-bottom: 10px !important
}

.m-b2 {
  margin-bottom: 20px !important
}

.m-b3 {
  margin-bottom: 30px !important
}

.m-b4 {
  margin-bottom: 40px !important
}

.m-b5 {
  margin-bottom: 50px !important
}

.m-b6 {
  margin-bottom: 60px !important
}

.m-b7 {
  margin-bottom: 70px !important
}

.p-t0 {
  padding-top: 0 !important
}

.p-t2 {
  padding-top: 20px !important
}

.p-t3 {
  padding-top: 30px !important
}

.p-t4 {
  padding-top: 40px !important
}

.p-t5 {
  padding-top: 50px !important
}

.p-t6 {
  padding-top: 60px !important
}

.p-t7 {
  padding-top: 70px !important
}

.p-b0 {
  padding-bottom: 0 !important
}

.p-b2 {
  padding-bottom: 20px !important
}

.p-b3 {
  padding-bottom: 30px !important
}

.p-b4 {
  padding-bottom: 40px !important
}

.p-b5 {
  padding-bottom: 50px !important
}

.p-b6 {
  padding-bottom: 60px !important
}

.p-b7 {
  padding-bottom: 70px !important
}

.m-l2 {
  margin-left: 20px !important;
}

.p-l2 {
  padding-left: 20px !important
}

.m-l3 {
  margin-left: 30px !important;
}

.p-l3 {
  padding-left: 30px !important
}

.m-l4 {
  margin-left: 40px !important;
}

.p-l4 {
  padding-left: 40px !important
}

/****Space Control Top Bottom End*****/
/*******Lay Image*******/
.lazy-image {
  position: relative;
  width: 100%;
  padding-top: 66.33%;
  overflow: hidden;
}

.lazy-image img {
  position: absolute;
  background-color: var(--bodyFontColor);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .5s ease-in, -webkit-transform .5s ease-in;
  transition: opacity .5s ease-in, transform .5s ease-in;
  transition: opacity .5s ease-in, transform .5s ease-in, -webkit-transform .5s ease-in;
}

a:hover .lazy-image img {
  -moz-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02)
}

/******Plugin's CSS Start*********/
/******Flexslider*********/
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.flexslider:before {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  border-width: 0.2rem;
}

.flexslider ul.slides {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%
}

.flexslider li {
  padding: 0;
}

.flexslider li:before {
  display: none
}

.flexslider .slides>li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

.flexslider .flex-control-paging-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: right;
  padding-right: 10px;
  z-index: 99;
}

.flexslider .flex-control-paging {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 36px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 98;
  height: auto;
  text-align: center;
  padding: 0 0;
}

.flexslider .flex-control-paging li {
  position: static;
  display: inline-block;
  width: auto;
  margin: 2px 4px;
  height: auto
}

.flexslider .flex-control-paging li a {
  border: 3px solid #fff;
  width: 14px;
  height: 14px;
  line-height: 10px;
  font-size: 0;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  background-color: #2c8c8c;
  border-radius: 34px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
  border-color: #54c9c9;
}

.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
  display: none
}

.flexslider .flex-direction-nav li {
  position: static
}

.flexslider .flex-direction-nav a {
  transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -25px;
  width: 60px;
  height: 60px;
  z-index: 98;
  border-radius: 60px;
  display: inline-block;
  font-size: 0;
}

.flexslider .flex-direction-nav {
  overflow: hidden;
  width: 100%;
  margin: 0
}

.flexslider .flex-direction-nav .flex-next {
  left: auto;
  right: -60px
}

.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
  content: '';
  line-height: 1;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 6px;
  margin: 0 2px;
  position: absolute;
  top: 50%;
  left: 65%;
  transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.flexslider .flex-direction-nav .flex-next:before {
  left: auto;
  right: 65%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -25px
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: -25px
}

.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
  background: rgba(0, 0, 0, 1.0);
}

.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
  color: #fff;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1.0
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1.0
}

.flexslider .flex-disabled {
  display: none
}

.flexslider iframe,
.flexslider video {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
  position: relative;
  display: block;
  font-weight: normal;
  padding: 15px 0;
  margin: 0;
  overflow: hidden;
  background: #f3f4f6;
  clear: both;
  text-align: left;
  z-index: 11;
}

ul.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  clear: both;
  margin: 0;
}

ul.breadcrumbs li {
  font-size: 16px;
  position: relative;
  display: inline-flex;
  line-height: 1;
  vertical-align: top;
  padding: 0 12px 0 0;
  font-weight: 500;
  margin-right: 7px;
  color: #000;
  font-style: normal;
  overflow: visible;
}

ul.breadcrumbs li:before {
  display: none;
}

ul.breadcrumbs li a {
  position: relative;
  display: block;
  color: #000;
}

ul.breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}

ul.breadcrumbs li:last-child {
  padding: 0;
  margin: 0;
}

ul.breadcrumbs li:last-child:after {
  display: none;
}

ul.breadcrumbs li:before {
  display: none;
}

ul.breadcrumbs li a:hover {
  color: var(--linkColor);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/***********Breadcrumbs End***********/
/********** accordion css start **********/
.accordion {
  background-color: #fff;
  box-shadow: 5px 10px 10px rgb(0 0 0 / 10%);
  margin-bottom: 29px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #2c8c8c;
}

.accordion .accordion-content {
  padding: 0 40px 31px 31px;
  line-height: 28px;
  display: none;
}

.accordion .accordion-head {
  margin: 0;
  line-height: normal;
  padding: 31px 90px 31px 31px;
  position: relative;
  cursor: pointer;
  color: #2c8c8c;
  font-size: 36px;
}

.accordion .accordion-head::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  position: absolute;
  font-size: 24px;
  right: 55px;
  top: 45px;
  z-index: 99;
  color: #2c8c8c;
  line-height: normal;
}

.active.accordion .accordion-head::after {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
}

.all-faq {
  padding: 0 0 36px;
}

.accordion:last-of-type {
  margin: 0;
}

/********** accordion css end **********/
/************** tabber css start **********/
.tabs-wrap {
  padding: 50px 0 0;
  clear: both;
  width: 100%;
  font-size: 16px;
}

.tabs-wrap .nav-tabs {
  margin: 0;
}

.tabs-wrap .tab-content {
  clear: both;
  width: 100%;
  border-radius: 20px;
  margin: 20px 0 0 0;
  text-align: left;
}

.tabs-wrap p,
.tabs-wrap ul,
.tabs-wrap ol {
  margin-bottom: 20px;
}

.tabs-wrap p.pn {
  padding: 0;
  margin: 0;
}

.tabs-wrap p:last-child,
.tabs-wrap ul:last-child,
.tabs-wrap ol:last-child {
  margin: 0;
}

ul.nav-tabs {
  /* position: relative; */
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 9;
  text-align: center;
}

ul.nav-tabs li {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
  margin: 0 12px 0 0;
  text-align: center;
  line-height: normal;
  background-color: transparent;
  padding: 0 0 6px 0 !important;
  overflow: visible;
  white-space: nowrap;
}

ul.nav-tabs li:before {
  display: none;
}

ul.nav-tabs li a {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #349b9b;
  color: #ffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
  padding: 10.5px 25px;
  background: #349b9b;
  border-radius: 0;
  text-align: left;
  z-index: 2;
  margin: 0;
  border-radius: 50px;
}

ul.nav-tabs li a:hover,
ul.nav-tabs>li.active>a,
ul.nav-tabs>li.active>a:focus,
ul.nav-tabs>li.active>a:hover {
  color: #2c8c8c;
  background: #fff;
}

.tab-pane {
  clear: both;
  width: 100%;
  display: none;
}

.tab-pane:first-child {
  display: block;
}

ul.nav-tabs li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #349b9b;
  transform-origin: center;
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  bottom: -1px;
  left: 50%;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

ul.nav-tabs li.active::after,
ul.nav-tabs>li.active::after {
  opacity: 100%;
}

/* width */
ul.nav-tabs::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 8px;
  overflow: hidden;
}

/* Track */
ul.nav-tabs::-webkit-scrollbar-track {
  background: rgb(198 198 198);
  border-radius: 8px;
}

/* Handle */
ul.nav-tabs::-webkit-scrollbar-thumb {
  background: rgb(28 111 111);
  border-radius: 8px;
}

/* Handle on hover */
ul.nav-tabs::-webkit-scrollbar-thumb:hover {
  background: rgb(19 80 80);
}

.inner-tabs-wrap {
  clear: both;
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}

.inner-tabs-wrap .inner-tab-content,
.inner-box-tab {
  clear: both;
  width: 69.75806%;
  border-radius: 20px;
  margin: 0;
  text-align: left;
  background: #fff;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 5px 5px 10px rgb(1 1 1 / 10%);
}

.inner-box-tab {
  margin: 0 auto;
  border: none;
  box-shadow: unset;
}

.inner-tabs-wrap p,
.inner-tabs-wrap ul,
.inner-tabs-wrap ol {
  margin-bottom: 20px;
}

.inner-tabs-wrap p.pn {
  padding: 0;
  margin: 0;
}

.inner-tabs-wrap p:last-child,
.inner-tabs-wrap ul:last-child,
.inner-tabs-wrap ol:last-child {
  margin: 0;
}

ul.inner-nav-tabs {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  padding: 0 20px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
  text-align: center;
  width: 30.24194%;
}

ul.inner-nav-tabs>li {
  position: relative;
  vertical-align: middle;
  margin: 0 0 10px 0;
  text-align: center;
  line-height: normal;
  background-color: transparent;
  padding: 0 !important;
  overflow: visible;
}

ul.inner-nav-tabs>li:before {
  display: none;
}

ul.inner-nav-tabs>li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid #349b9b;
  color: #000000;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
  padding: 14px 19px;
  background: #fff;
  text-align: left;
  z-index: 2;
  margin: 0;
  border-radius: 15px;
  min-height: 79px;
  box-shadow: 5px 5px 10px rgb(1 1 1 / 10%);
}

ul.inner-nav-tabs>li a:hover,
ul.inner-nav-tabs>li.active>a,
ul.inner-nav-tabs>li.active>a:focus,
ul.inner-nav-tabs>li.active>a:hover {
  color: #fff;
  background: #2c8c8c;
}

.inner-tab-pane {
  clear: both;
  width: 100%;
  display: none;
}

.inner-tab-pane:first-child {
  display: block;
}

/* width */
ul.inner-nav-tabs::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border-radius: 8px;
  overflow: hidden;
}

/* Track */
ul.inner-nav-tabs::-webkit-scrollbar-track {
  background: rgb(198 198 198);
  border-radius: 8px;
}

/* Handle */
ul.inner-nav-tabs::-webkit-scrollbar-thumb {
  background: rgb(28 111 111);
  border-radius: 8px;
}

/* Handle on hover */
ul.inner-nav-tabs::-webkit-scrollbar-thumb:hover {
  background: rgb(19 80 80);
}

/************** tabber css ends **********/
/******Magnific Popup*******/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #525252;
  opacity: .65
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  right: 0;
  top: 0 !important;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0;
  color: #ffffff;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  background: 0 0 !important
}

div.mfp-close {
  display: none !important
}

.videoFrame .mfp-close {
  top: 0 !important;
  background-color: rgba(236, 223, 223, .5) !important;
  border-radius: 0;
  opacity: 0
}

.videoFrame .mfp-iframe-scaler:hover .mfp-close {
  opacity: 1
}

.videoFrame .mfp-iframe-holder .mfp-content {
  max-width: 90%;
  max-height: 100%
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow-left {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 0 30px 30px 0
}

.mfp-arrow-left:before {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid #929292;
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 8px
}

.mfp-arrow-right {
  width: 30px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 30px 0 0 30px
}

.mfp-arrow-right:before {
  content: '';
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid #929292;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 8px
}

.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
  border-color: #fff
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #525252
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.img-max-inherit img.mfp-img {
  max-height: inherit !important
}

.mfp-figure {
  line-height: 0;
  position: relative
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 16px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
}

@media all and (min-width: 900px) {
  .caption-frame .mfp-container {
    left: 50%;
    display: table;
    width: auto;
    padding: 0 45px;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }

  button.mfp-arrow,
  button.mfp-close {
    background: rgba(255, 255, 255, .95)
  }
}

/******Magnific Popup End*******/
/******Plugin's CSS End*********/
.bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg img {
  display: none
}

.main-banner {
  background-color: #2c8c8c;
  color: #fff;
}

.main-banner .lazy-image {
  padding-top: 34%;
}

.main-banner .lazy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-banner img {
  width: 100%;
}

.main-banner .max-width {
  max-width: 590px;
  margin: 0 0 0 auto;
  width: 100%;
}

.main-banner-wrap {
  display: flex;
  flex-wrap: wrap;
}

.main-banner-wrap>* {
  width: 50%;
}

.main-banner-wrap .contnet-box {
  padding: 20px 30px 20px 15px;
  display: flex;
  align-items: center;
}

.main-banner h1,
.main-banner .heading {
  font-family: var(--bodyFontFamily);
  font-weight: 700;
  font-size: 46px;
  line-height: 1.0357142857142858;
  margin: 0 0 15px;
}

.main-banner h5 {
  text-transform: uppercase;
}

.inner-banner {
  background-color: #2c8c8c;
  color: #fff;
}

.inner-banner .lazy-image {
  padding-top: 34%;
}

.inner-banner .lazy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner img {
  width: 100%;
}

.inner-banner .max-width {
  max-width: 590px;
  margin: 0 0 0 auto;
  width: 100%;
}

.inner-banner-wrap {
  display: flex;
  flex-wrap: wrap;
}

.inner-banner-wrap>* {
  width: 50%;
}

.inner-banner-wrap .contnet-box {
  padding: 20px 30px 20px 15px;
  display: flex;
  align-items: center;
}

.inner-banner h1,
.inner-banner .heading {
  font-family: var(--bodyFontFamily);
  font-weight: 700;
  font-size: 46px;
  line-height: 1.0357142857142858;
  margin: 0 0 15px;
}

.inner-banner h5 {
  text-transform: uppercase;
}

.event-banner {
  background-color: #2c8c8c;
  color: #fff;
  padding: 47px 0;
}

.event-banner .lazy-image {
  padding-top: 34%;
  border-radius: 20px;
  overflow: hidden;
}

.event-banner .lazy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-banner img {
  width: 100%;
}

.event-banner .container {
  display: flex;
  flex-wrap: wrap;
}

.event-banner .container>* {
  width: 50%;
}

.event-banner .contnet-box {
  padding: 30px 54px 30px 0;
  font-size: 22px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}

.event-banner h1,
.event-banner .heading {
  font-family: var(--bodyFontFamily);
  font-weight: 700;
  font-size: 46px;
  line-height: 1.0357142857142858;
  margin: 0 0 15px;
}

.event-banner h5 {
  text-transform: uppercase;
}

.event-banner ul.tage {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.event-banner ul.tage>li {
  margin: 0;
  padding: 0 20px 0 0;
}

.event-banner ul.tage>li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.event-banner ul.tage>li::before {
  display: none;
}

.event-banner ul.tage>li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 8px;
}

.event-banner ul.tage>li:last-child::after {
  display: none;
}

/*****Social Icons*****/
ul.social-icon {
  display: flex;
  padding: 0;
  margin: 0 0 0 15px;
  vertical-align: middle
}

ul.social-icon li {
  display: flex;
  width: auto;
  margin: 3px 15px 3px 0;
  background: none;
  padding: 0 !important;
  vertical-align: middle;
  color: var(--bodyFontColor);
}

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

ul.social-icon li:before {
  display: none
}

ul.social-icon li a {
  display: inline-block;
  padding: 0;
  width: auto;
}

ul.social-icon li i {
  text-align: center;
  display: inline-block;
  border: 0;
  border-radius: 0;
  vertical-align: top;
  font-size: 22px;
  color: #fff;
  line-height: 1
}

ul.social-icon li i:before {
  display: inline-block;
  line-height: 22px;
  width: 22px;
}

ul.social-icon li a:hover i {
  color: #8adada;
}

/*****Social Icons End*****/
/******Footer*****/
.mnu-acc-trg {
  display: none;
}

.scrollup {
  position: fixed;
  width: 25px;
  height: 25px;
  background: #8adada;
  border: 2px solid #8adada;
  border-radius: 50%;
  bottom: -40px;
  right: 10px;
  z-index: 999;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.scrollup i {
  color: inherit;
  font-size: 20px;
}

.scrollup.in {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.scrollup:hover {
  background: transparent;
  color: #8adada;
}

footer a {
  color: #fff;
}

footer .btn {
  display: flex;
}

footer a:hover,
footer a:focus,
footer .current-menu-item a {
  color: #8adada !important;
}

footer {
  color: #fff;
  background: #2c8c8c;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-top p {
  margin: 0 0 15px;
}

footer .footer-bottom {
  border-top: 1px solid #43b1b1;
  text-align: center;
  padding: 39.5px 0;
}

footer .footer-bottom p {
  margin: 0 0 8px;
}

footer .footer-bottom p:last-child {
  margin: 0;
}

footer .footer-top ul li:before {
  color: inherit;
  left: 7px;
}

footer .footer-top ul li {
  padding: 0 0 6px 22px;
}

footer .footer-top h6 {
  text-transform: uppercase;
  margin: 0 0 17px;
}

footer .footer-top .container {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-top .left-content {
  width: 27.4194%;
}

footer .footer-top .right-content {
  width: 72.5806%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 87px;
}

footer .footer-top .right-content .box {
  width: calc(100%/3);
}

footer .f-logo {
  display: block;
  width: fit-content;
  margin: 0 0 23px;
}

footer .footer-top {
  padding: 63px 0 46px;
}

/******Footer End*****/
.page-intor-wrapper {
  text-align: center;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}

.page-intor-wrapper h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #2c8c8c;
  width: fit-content;
  margin: 0 auto 25px;
  background: #eaf7f7;
  font-weight: 500;
  padding: 7px 31px;
  border-radius: 40px;
}

.type2.page-intor-wrapper {
  font-size: inherit;
  line-height: inherit;
}

.h-blog-wrapper {
  color: #fff;
  padding: 0 0 80px;
}

.h-blog-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 385px;
  background: #2c8c8c;
}

.h-blog-wrapper .container {
  position: relative;
  z-index: 2;
}

.top-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.h-blog-banner {
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 111px;
}

.h-blog-banner img {
  width: 100%;
}

.h-blog-box {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 15px;
  color: #000000;
  padding: 40px 35px;
  line-height: 24px;
  width: 100%;
}

.h-blog-box:last-of-type {
  margin-bottom: 0;
}

.h-blog-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -20px;
  padding: 55px 0 0;
}

.h-blog-box .box:nth-child(1) {
  width: 37%;
}

.h-blog-box .box:nth-child(2) {
  width: 48%;
  padding-right: 85px;
}

.h-blog-box .box:nth-child(3) {
  width: 15%;
  text-align: right;
}

.h-blog-box .date {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2f8f8;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 30px;
  margin: 0 0 5px;
}

.h-blog-box h4 {
  line-height: 1.2;
}

.h-blog-box .box {
  padding: 0 10px;
}

.h-blog-box .box:nth-child(2),
.h-blog-box .box:nth-child(3) {
  padding-top: 25px;
}

.h-blog-box .btn {
  white-space: nowrap;
  padding: 13px 25px;
}

.two-col-info {
  display: flex;
  flex-wrap: wrap;
}

.two-col-info>* {
  width: 50%;
}

.two-col-info .img-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.two-col-info .img-box {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 13px 22px 25px rgb(44 140 140 / 10%);
}

.two-col-info .content-box {
  padding: 25px 0;
}

.two-col-info .inner-box {
  background: #f0f8f8;
  padding: 60px 45px;
  border-radius: 20px 0px 0px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  line-height: 30px;
}

.two-col-info .content-box h6 {
  color: #2c8c8c;
  font-size: 16px;
  margin: 0 0 10px;
}

.two-col-info .content-box h3 {
  line-height: 1.26;
}

.reverse.two-col-info {
  flex-direction: row-reverse;
}

.reverse.two-col-info .inner-box {
  border-radius: 0 20px 20px 0;
}

.why-join-wrap {
  background: #f0f8f8;
}

.why-join-wrap .top-info .box {
  width: 50%;
}

.why-join-wrap .top-info .box:last-child {
  text-align: right;
}

.why-join-wrap .top-info h3 {
  line-height: 1.26;
  color: #2c8c8c;
}

#whyJoinListing {
	scroll-margin-top: var(--headerSpace);
}

.why-join-listing {
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px 0 0;
}

.why-join-listing .box {
  width: calc(100%/3 - 35px);
  margin: 0 35px 35px 0;
  background: #fff;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  overflow: hidden;
  padding: 54px 40px 50px;
  min-height: 340px;
  position: relative;
  box-shadow: 5px 10px 10px rgb(1 1 1 / 10%);
  transition: all 0.3s ease-in-out 0s;
  line-height: 24px;
}

.why-join-listing .box .icon {
  margin: 0 0 30px;
  filter: invert(44%) sepia(66%) saturate(418%) hue-rotate(131deg) brightness(92%) contrast(88%);
}

/* .why-join-listing .box::after {
  content: "\f178";
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #2c8c8c;
  font-size: 36px;
  position: absolute;
  bottom: 17px;
  right: 43px;
} */

/* .why-join-listing .box:hover {
  color: #fff;
  background: #2c8c8c;
  box-shadow: none;
}

.why-join-listing .box:hover .icon {
  filter: invert(100%) sepia(0%) saturate(4925%) hue-rotate(314deg) brightness(121%) contrast(101%);
}

.why-join-listing .box:hover::after {
  color: inherit;
} */

.info-two-col-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info-two-col-box>* {
  width: 50%;
}

.info-two-col-box .img-box {
  overflow: hidden;
  border-radius: 20px;
}

.info-two-col-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-two-col-box .content-box {
  padding: 20px 0 20px 45px;
}

.info-two-col-box .img-box.shadow {
  box-shadow: 13px 22px 25px rgb(44 140 140 / 10%);
}

.info-two-col-box .content-box h3 {
  font-size: 34px;
}

ul.tick-icon li {
  padding: 0 0 30px 43px;
}

ul.tick-icon li::before {
  content: "\f058";
  font-size: 18px;
  left: 10px;
  top: 7px;
  color: #2c8c8c;
}

ul.tick-icon li:last-child {
  padding-bottom: 0;
}

ul.tick-icon {
  padding-top: 20px;
}

.cur-executive-wrapper {
  background: #f0f8f8;
}

.cur-executive-wrapper h3 {
  color: #2c8c8c;
}

ul.cur-executive-list {
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px 0 0;
}

ul.cur-executive-list>li {
  width: calc(100% / 3 - 35px);
  margin: 0 35px 35px 0;
  background: #fff;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  overflow: hidden;
  padding: 33px 35px;
  position: relative;
  box-shadow: 5px 10px 10px rgb(1 1 1 / 10%);
  transition: all 0.3s ease-in-out 0s;
  min-height: 122px;
  line-height: 24px;
}

ul.cur-executive-list>li::before {
  display: none;
}

ul.cur-executive-list>li h6 {
  font-size: 20px;
  color: #2c8c8c;
  margin: 0 0 10px;
}

ul.cur-executive-list.full-with>li {
  width: calc(100% / 1 - 35px);
  text-align: center;
}

.past-event-wrapper {
  text-align: center;
  color: #fff;
  background: #2c8c8c;
}

.past-event-tabs ul.nav-tabs li a {
  background: #339b9a;
  color: #fff;
  border: none;
}

.past-event-tabs ul.nav-tabs>li a:hover,
.past-event-tabs ul.nav-tabs>li.active>a,
.past-event-tabs ul.nav-tabs>li.active>a:focus,
.past-event-tabs ul.nav-tabs>li.active>a:hover {
  background: #fff;
  color: #2b8c8c;
}

.past-event-tabs ul.nav-tabs li::after {
  background: #fff;
}

.past-event-tabs ul.nav-tabs::before {
  content: "Filter:";
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 18px 0 0;
  position: relative;
  top: -2px;
}

.past-event-tabs.tabs-wrap .tab-content {
  color: var(--bodyFontColor);
  text-align: left;
  border-radius: 20px;
  background: #ffffff;
}

.past-event-tabs table tr td {
  border: unset;
  line-height: 1.3;
  padding: 20px 15px;
}

.past-event-tabs table tr th {
  border: none;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  padding: 23px 15px;
}

.past-event-tabs table {
  border: none;
}

.past-event-tabs .table-responsive {
  margin: 0;
}

.past-event-tabs table tr td h6 {
  font-size: inherit;
  margin: 0 0 5px;
  font-weight: 600;
}

.past-event-tabs table tr td p {
  margin: 0 0 15px;
}

.tab-expand {
  position: relative;
  margin: 20px 0 0 0;
}

.tab-expand::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}

.tab-expand span {
  background: #2b8c8c;
  position: relative;
  font-weight: 700;
  padding: 15px 13px 0;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  flex-direction: column;
  line-height: normal;
}

.tab-expand span::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 500;
  position: relative;
}

.event-listing-wrapper .event-row {
  padding: 75px 0;
}

.event-listing-wrapper .event-row .container {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(var(--pageCenter) + 40px);
}

.event-box {
  width: calc(100%/2);
  padding: 0 20px;
}

.event-listing-wrapper .event-row:nth-child(odd) {
  background: #eef7f7;
}

.event-box .lazy-image {
  overflow: hidden;
  border-radius: 20px;
  padding-top: 78.334%;
  margin: 0 0 32px;
  box-shadow: 13px 22px 25px rgb(44 140 140 / 10%);
}

.event-box .lazy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-box .date {
  font-size: 16px;
  color: #2c8c8c;
  font-weight: 700;
}

.event-box h3 {
  font-size: 36px;
  margin: 0 0 18px;
}

.event-box p:has(.btn) {
  padding: 10px 0 0;
}

.event-listing-wrapper .event-row:nth-child(odd) .event-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.event-listing-wrapper .event-row:nth-child(odd) .event-box>* {
  width: 50%;
}

.event-listing-wrapper .event-row:nth-child(odd) .event-box .lazy-image {
  padding-top: 39.5162%;
  margin: 0;
}

.event-listing-wrapper .event-row:nth-child(odd) .event-box .content-box {
  padding: 20px 0 20px 80px;
}

.event-box ul.tage {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.event-box ul.tage>li {
  margin: 0;
  padding: 0 20px 0 0;
}

.event-box ul.tage>li a {
  text-transform: uppercase;
  font-weight: 700;
}

.event-box ul.tage>li::before {
  display: none;
}

.event-box ul.tage>li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #2c8c8c;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 8px;
}

.event-box ul.tage>li:last-child::after {
  display: none;
}

.about-event-wrap h3 {
  color: #2c8c8c;
}

.event-reg {
  background: #eff7f7;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 0 0 0 70px;
}

.speaker-wrapper {
  background: #f0f8f8;
  text-align: center;
}

.speaker-wrapper h3 {
  color: #2c8c8c;
}

.speaker-listing {
  margin: 0 0 -20px 0;
  padding: 21px 0 0;
}

.speaker-listing .speaker-box {
  background: #fff;
  border-radius: 20px;
  display: flex;
  text-align: left;
  padding: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.speaker-listing .speaker-box .lazy-image {
  width: 250px;
  padding-top: 25.61%;
  border-radius: 15px;
  overflow: hidden;
}

.speaker-listing .speaker-box .content-box {
  width: calc(100% - 250px);
  padding: 0 0 0 50px;
  font-weight: 500;
}

.speaker-listing .speaker-box .lazy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.speaker-listing .speaker-box .content-box h4 {
  font-size: 24px;
  color: #2c8c8c;
  margin: 0;
}

.speaker-listing .speaker-box .content-box p {
  margin: 0 0 14px;
}

.more-content {
  display: none;
}

.more-hide {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: flex-start;
}

.more-hide::after {
  content: "\f107";
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 7px;
}

.in.more-hide::after {
  content: "\f106";
}

.event-details-weapper h3,
.event-details-weapper h4 {
  color: #2c8c8c;
}

.event-detail-page-link {
  border-bottom: 1px solid #2c8c8c;
  background: #fff;
}

.event-detail-page-link ul li {
  display: inline-flex;
  padding: 0;
}

.event-detail-page-link ul li::before {
  display: none;
}

.event-detail-page-link ul {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}

.event-detail-page-link ul li a {
  font-size: 16px;
  color: #000;
  padding: 16px 12px;
}

.event-detail-page-link ul li.active>a {
  color: var(--linkColor);
}

.event-detail-page-link ul li a::after {
  content: "|";
  display: inline-flex;
  font-size: 16px;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(1px, -50%);
}

.event-detail-page-link ul li:last-child a::after {
  display: none;
}

.event-detail-page-link ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--linkColor);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
  transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
  -o-transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
  transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
  transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
}

.event-detail-page-link ul li:hover a::before,
.event-detail-page-link ul li.active a::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}

.event-detail-page-link.stick {
  position: fixed;
  top: var(--headerSpace);
  right: 0;
  left: 0;
  z-index: 10;
}

.event-detail-page-link.stick+* {
  margin-top: 63px;
}

.resources-listing {
  display: block;
  margin: 0 -25px 0 0;
  clear: both;
  position: relative;
}

.resources-box {
  width: calc(100% / 2 - 25px);
  margin: 0 25px 25px 0;
  background: #fff;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  box-shadow: 5px 5px 10px rgb(1 1 1 / 10%);
  transition: all 0.3s ease-in-out 0s;
  line-height: 24px;
  float: left;
}

ul.resources-list {
  display: block;
  column-count: 2;
}

.resources-box ul li::before,
ul.resources-list li::before {
  display: none;
}

.resources-box ul li,
ul.resources-list li {
  padding: 0 0 8px;
}

.resources-box ul li a,
ul.resources-list li a {
  color: inherit;
  display: block;
}

.resources-box ul li a::after,
ul.resources-list li a::after {
  content: "\f08e";
  display: inline-flex;
  font-family: 'Font Awesome 5 Pro';
  color: #2c8c8c;
  font-weight: 800;
  margin: 0 0 0 8px;
}

.resources-box ul li a:hover,
ul.resources-list li a:hover {
  color: var(--linkColor);
}

.why-join-inListing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px 0 0;
  padding: 27px 0 0;
}

.why-join-inListing .why-join-box {
  width: calc(100% / 3 - 35px);
  margin: 0 35px 35px 0;
  background: #fff url('../img/why-join-box-bg.jpg') no-repeat right bottom;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  overflow: hidden;
  padding: 61px 40px;
  min-height: 30px;
  position: relative;
  box-shadow: 5px 10px 10px rgb(1 1 1 / 10%);
  transition: all 0.3s ease-in-out 0s;
  text-align: left;
  font-weight: 500;
}

.why-join-inListing .why-join-box .icon i {
  width: 37px;
  height: 37px;
  background: #2b8b8b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.why-join-inListing .why-join-box .icon {
  margin: 0 0 20px;
}

.why-join-inListing .why-join-box.w-50 {
  width: calc(100% / 2 - 35px);
}

.helpfull-box {
  background: #f0f8f8;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 60px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.helpfull-box .box img {
  border-radius: 15px;
  margin: 0 0 0 20px;
}

.helpfull-box ul li::before {
  content: "";
  display: block;
  background: #89c3c3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 7px;
  top: 9px;
}

.helpfull-box ul li {
  padding: 0 0 8px 25px;
}

.helpfull-box ul li a {
  color: inherit;
  display: block;
  font-size: 16px;
}

.helpfull-box ul li a::after {
  content: "\f08e";
  display: inline-flex;
  font-family: 'Font Awesome 5 Pro';
  color: #2c8c8c;
  font-weight: 800;
  margin: 0 0 0 8px;
}

.helpfull-box ul li a:hover {
  color: var(--linkColor);
}

.helpfull-box h3 {
  font-size: 36px;
  margin: 0 0 28px;
}

.helpfull-box h6 {
  color: #2c8c8c;
  font-size: 16px;
  margin: 0 0 12px;
}

.helpfull-box:not(:has(.box img)) ul.helpfull-links-lisrting {
  column-count: 2;
}

.news-listing {
  display: grid;
  grid-template-columns: calc(100%/3 - 35px) calc(100%/3 - 35px) calc(100%/3 - 35px);
  grid-gap: 35px;
}

.news-box {
  display: block;
  color: #000;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  padding: 40px 40px 61px;
  line-height: 26px;
  box-shadow: 6px 10px 10px rgb(0 0 0 / 10%);
  position: relative;
}

.news-box h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #2c8c8b;
  margin: 0 0 12px;
}

.news-box .date {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2f8f8;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 30px;
  margin: 0 0 14px;
}

.news-box .arrow {
  display: flex;
  align-items: center;
  color: #2c8c8b;
  font-size: 36px;
  position: absolute;
  bottom: 24px;
  right: 40px;
  left: 40px;
}

.news-box .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2c8c8b;
  margin: 0 20px 0 0;
  transition: inherit;
}

.news-box:hover {
  color: #fff;
  background: #2c8c8b;
}

.news-box:hover h5 {
  color: inherit;
}

.news-box:hover .arrow {
  color: inherit;
}

.news-box:hover .arrow::before {
  background: #fff;
}

.news-box:hover .date {
  background: #1d6f6e;
}

.loadMoreArea>a {
  display: none;
}

.loadMore.btn {
  display: grid;
  margin: 50px auto 0;
  width: fit-content;
}

.loadMore.btn.noContent {
  pointer-events: none;
  opacity: 50%;
}

.news-details-box {
  color: #000;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  padding: 40px;
  line-height: 26px;
  box-shadow: 6px 10px 10px rgb(0 0 0 / 10%);
  position: relative;
  word-wrap: break-word;
}

.news-details-box .date {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
  background: #e2f8f8;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 30px;
  margin: 0 0 14px;
}

.news-details-box h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #2c8c8b;
  margin: 0 0 12px;
}

.news-aside {
  color: #000;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  padding: 30px 40px;
  line-height: 26px;
  box-shadow: 6px 10px 10px rgb(0 0 0 / 10%);
  position: relative;
  margin: 0 0 40px;
}

.news-aside h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #2c8c8b;
  margin: 0 0 15px;
}

.news-aside ul li a {
  color: #000000;
  line-height: normal;
}

.news-aside ul li {
  padding: 13px 0 13px 29px;
  border-top: 1px solid #2c8c8b;
}

.news-aside:last-of-type {
  margin-bottom: 0;
}

.news-aside ul li::before {
  content: "\f07b";
  font-size: 16px;
  color: #2c8c8b;
  left: 4px;
  top: 18px;
}

.account-wrapper {
  padding: 50px 0;
  background-color: #deeded
}

.account-wrapper.bg-pattern {
  background: #c0dee3 url(../img/login-bg.jpg) top center no-repeat;
  background-size: cover
}

.account-wrapper.bg-pattern .container {
  max-width: 480px;
}

.account-wrapper.bg-pattern .form-row-grid {
  padding: 0
}

.account-wrapper.bg-pattern .form-box {
  width: 100%;
  margin: 0;
}

.account-wrapper.bg-pattern .form-box ul li::before {
  display: none;
}

.account-wrapper .top-text-center {
  text-align: center;
  margin-bottom: 28px;
}

.account-wrapper h1 {
  font-size: 36px;
  color: #2c8c8c;
  margin-bottom: 8px;
}

.account-wrapper.bg-pattern .form-box p {
  margin: 0;
}

body.user-registration-page #user-registration:not(.user-registration-MyAccount) {
  margin: 20px auto !important;
}

.form-row-grid h3 {
  color: #2c8c8c;
  font-size: 22px;
  border-bottom: 1px solid #d2e2e2;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.form-row-grid {
  display: flex;
  flex-wrap: wrap;
  /* padding-left: 120px; */
}

.form-row-grid .form-box,
.ur-frontend-form.login {
  background-color: #ffffff !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  padding: 30px 45px !important;
  width: 50%;
}

.form-row-grid .form-box ul li::before {
  display: none;
}

.form-row-grid .form-box ul li {
  padding-inline: 0;
}

.ur-frontend-form.login {
  width: 100%;
}

.form-row-grid .img-box {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 1%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #000000;
}

.form-row-grid .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 42%;
  filter: blur(8px);
}

.form-row-grid .img-box .content {
  position: absolute;
  right: 0;
  left: 0;
  padding: 30px 45px;
  top: 0;
  color: #fff;
  line-height: 27px;
}

.form-row-grid .img-box .content * {
  color: inherit;
}

.form-row-grid .img-box .content ul li::before {
  color: #fff;
}

.form-row-grid .img-box.green-field {
  font-size: 15px;
}

.green-field input[type="text"],
.green-field input[type="email"],
.green-field input[type="password"],
.green-field input[type="search"],
.green-field input[type="tel"],
.green-field input[type="file"],
.green-field input[type="url"],
.green-field input[type="number"],
.green-field input[type="date"],
.green-field select,
.green-field textarea,
.form-control {
  font-size: 15px !important;
  border-color: #2c8c8c !important;
  border-radius: 6px !important;
  padding: 11px 15px !important;
  height: 44px !important;
  max-height: unset !important;
}

.green-field input[type="text"]:focus,
.green-field input[type="email"]:focus,
.green-field input[type="password"]:focus,
.green-field input[type="search"]:focus,
.green-field input[type="tel"]:focus,
.green-field input[type="number"]:focus,
.green-field input[type="date"]:focus,
.green-field select:focus,
.green-field textarea:focus,
.green-field input[type="url"]:focus,
.form-control:focus {
  border-color: var(--bodyFontColor) !important;
}

.green-field textarea,
.green-field textarea.form-control {
  height: 100px;
}

.ur-frontend-form .ur-form-row .ur-form-grid input::placeholder {
  color: #000 !important;
}

.green-field label {
  font-size: 15px;
}

.green-field .btn,
.green-field .ur-submit-button,
.green-field .user-registration-Button {
  padding: 10px 25px !important;
  min-width: 122px;
  width: auto;
  font-weight: 700 !important;
  border: var(--btnBorder) !important;
  border-radius: var(--btnBorderRadius) !important;
  font-size: var(--btnFont) !important;
  color: var(--btnColor) !important;
  line-height: normal !important;
  box-shadow: none !important;
}

body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row {
  margin-bottom: 0;
}

#user-registration:has(.ur-frontend-form.login) {
  background: transparent !important;
}

.ur-frontend-form.login .ur-lost-password-content-container {
  display: block !important;
}

.ur-frontend-form.login .ur-lost-password-content-container p.ur-lost-password-title {
  color: #2c8c8c !important;
  font-size: 22px;
  border-bottom: 1px solid #d2e2e2;
  padding-bottom: 12px;
  margin-bottom: 20px !important;
}

.ur-frontend-form.login .ur-lost-password-content-container p.ur-lost-password-message {
  margin: 0 !important;
  line-height: normal;
}

.ur-frontend-form.login {
  width: 100%;
}

.ur-frontend-form.login .ur-form-grid {
  padding: 0 !important;
}

.ur-frontend-form.login .ur-reset-password-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--btnFontFamily);
  font-weight: 700;
  position: relative;
  border: var(--btnBorder) !important;
  border-radius: var(--btnBorderRadius);
  text-align: center;
  text-transform: uppercase;
  font-size: var(--btnFont);
  color: var(--btnColor) !important;
  font-style: normal;
  line-height: normal;
  padding: var(--btnPadding);
  text-decoration: none !important;
  white-space: normal;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  background-color: var(--btnBg) !important;
  box-shadow: none;
  cursor: pointer;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: auto !important;
}

.ur-frontend-form.login .ur-reset-password-btn:hover {
  color: var(--btnHoverColor) !important;
  background-color: var(--btnHoverBg) !important;
  border: var(--btnBorder) !important;
}

.icon-field {
  position: relative;
}

.icon-field i {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  border-right: 1px solid #2c8c8c;
  z-index: 3;
}

.icon-field i+*,
#user-registration .icon-field i+* {
  padding-left: 60px !important;
}

.icon-field [class*="fa-eye"]+*,
#user-registration .icon-field [class*="fa-eye"]+* {
  padding-right: 55px !important
}

.input-pl input {
  padding-left: 15px !important;
}

.icon-field [class*="fa-eye"],
#user-registration .icon-field [class*="fa-eye"] {
  right: 0;
  border: none;
  left: auto;
  padding: 0 !important;
  cursor: pointer;
  justify-content: flex-start
}

.account-signup {
  font-size: 15px;
  border-top: 1px solid #d2e2e2;
  margin-top: 35px !important;
  padding-top: 16px;
}

[class*="col-"]:has(.forgot),
.account-wrapper.bg-pattern .form-box .user-registration-before-login-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  gap: 15px;
  margin-bottom: 12px;
  row-gap: 0;
  width: 100%;
}

.account-wrapper.bg-pattern .form-box .user-registration-before-login-btn {
  margin: 0;
}

.green-field input[type="checkbox"],
.green-field input[type="radio"] {
  vertical-align: baseline;
  margin-right: 10px;
}

body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
  padding: 0 !important;
  margin: 0 -10px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error) {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.video-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 -30px -3%;
}

.video-box {
  float: left;
  width: 30.333333333%;
  margin: 0 0 30px 3%;
}

.video-box .lazy-image {
  display: block;
  padding-top: 65.9999999%;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

.video-box .lazy-image:last-child {
  margin-bottom: 0
}

.video-box .lazy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.video-box .lazy-image::after {
  content: "\f144";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  bottom: 17px;
  left: 17px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff
}

.video-box .lazy-image:hover:after {
  color: #8adada
}

.video-box h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.video-box p {
  line-height: 1.4
}

.collaborator-box {
  padding: 10px 35px;
  background-color: #ffffff;
  border: 1px solid #2c8c8c;
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 5px 10px 10px rgb(1 1 1 / 10%);
}

.collaborator-box .table-responsive {
  margin: 0;
}

.collaborator-box table {
  border: none
}

.collaborator-box table tr th {
  border: none;
  border-bottom: 1px solid #a3a3a3;
  font-size: 16px;
  padding: 20px 15px
}

.collaborator-box table tr td {
  border: none;
  border-top: 1px solid #a3a3a3;
  font-size: 16px;
  padding: 20px 15px
}

.collaborator-box table tr th:first-child {
  padding-left: 0
}

.collaborator-box table tr td:first-child {
  padding-left: 0;
  color: #349b9b
}

.pagination {
  margin: 40px 0 0;
}

.pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center
}

.pagination ul li {
  padding: 0
}

.pagination ul li::before {
  display: none;
}

.pagination ul li a:not(.dots),
.pagination ul li span {
  display: flex;
  width: 60px;
  height: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 2px solid #daeeee;
  color: #000000;
  border-radius: 60px;
  font-size: 18px;
  background-color: #ffffff
}

.pagination ul li span,
.pagination ul li a:hover {
  border-color: #2c8c8c
}

.event-full-wrapper {
  background-color: #2c8c8c;
  padding: 40px 0
}

.event-full-wrapper *:not(.btn) {
  color: #ffffff
}

.event-full-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse
}

.event-full-wrapper .img-box {
  float: left;
  width: 50%
}

.event-full-wrapper .lazy-image {
  padding-top: 61.33%;
  border-radius: 20px;
}

.event-full-wrapper .lazy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.event-full-wrapper .content-box {
  float: left;
  width: 50%;
  padding-right: 60px;
}

.event-full-wrapper .date {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.event-full-wrapper h3 {
  font-size: 36px;
}

.event-full-wrapper ul.tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.event-full-wrapper ul.tag>li {
  margin: 0;
  padding: 0 20px 0 0;
}

.event-full-wrapper ul.tag>li a {
  text-transform: uppercase;
  font-weight: 700;
}

.event-full-wrapper ul.tag>li::before {
  display: none;
}

.event-full-wrapper ul.tag>li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 8px;
}

.event-full-wrapper ul.tag>li:last-child::after {
  display: none;
}

.event-full-wrapper .btn {
  border-width: 1px
}

.event-intro {
  padding-top: 30px;
}

.event-intro .container {
  max-width: 1090px;
}

.event-wrapper {
  padding: 60px 0;
  text-align: center
}

.bg-light-green {
  background-color: #f0f8f8
}

.event-wrapper h2 {
  color: #2c8c8c;
  font-size: 56px;
}

.event-wrapper .top-text-center {
  margin-bottom: 30px;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -34px -2%;
}

.event-boxes {
  float: left;
  width: 31.3333333333%;
  margin: 0 0 34px 2%;
  background: #ffffff;
  border-radius: 20px;
  padding: 15px 15px 35px;
  text-align: left;
  color: inherit;
  box-shadow: 0 10px 25px rgba(44, 140, 140, 0.1)
}

.event-boxes .lazy-image {
  background: url(../img/event-thumb-bg.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 70.444444444%;
}

.event-boxes .date {
  font-size: 16px;
  font-weight: bold;
  color: #2c8c8c;
  margin: 0 0 5px;
}

.event-boxes .text-box {
  padding: 25px 15px 0
}

.event-boxes h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.event-boxes .btn {
  padding: 6px 15px;
  font-size: 14px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1)
}

.portalIn,
.portalIn body {
  background-color: #deeded;
}

.portalIn header+div,
.portalIn header+section {
  margin-top: var(--afterLoginheaderSpace) !important;
}

ul.dashboard-links-listing {
  display: block;
  padding: 0 25px 0 0;
}

ul.dashboard-links-listing>li {
  display: block;
  padding: 0;
  margin: 0 0 13px;
}

ul.dashboard-links-listing>li::before {
  display: none;
}

ul.dashboard-links-listing>li>a {
  display: block;
  align-items: center;
  background: #fff;
  color: #000000;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 12px 20px;
  border-radius: 40px;
  line-height: 1;
}

ul.dashboard-links-listing>li>a i {
  display: inline-flex;
  font-size: 20px;
  vertical-align: text-top;
  margin: 0 10px 0 0;
}

ul.dashboard-links-listing>li>a:hover {
  color: #fff;
  background: #2c8c8c;
}

ul.dashboard-links-listing>li:first-child>a {
  padding: 17px 20px;
}

.simple-tabs.tabs-wrap {
  padding: 0;
}

.simple-tabs.tabs-wrap .nav-tabs {
  text-align: left;
  white-space: nowrap;
  padding: 0 12px;
  position: relative;
}

.simple-tabs.tabs-wrap ul.nav-tabs li a {
  padding: 14px 10px;
  background: transparent;
  border-radius: unset;
  border: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.simple-tabs.tabs-wrap ul.nav-tabs li {
  padding: 0 !important;
  margin: 0;
}

.simple-tabs.tabs-wrap ul.nav-tabs li.active a,
.simple-tabs.tabs-wrap ul.nav-tabs li a:hover {
  color: #2c8c8c;
  background: transparent;
}

.simple-tabs.tabs-wrap ul.nav-tabs li a::after {
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #349b9b;
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .4s cubic-bezier(0.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
}

.simple-tabs.tabs-wrap ul.nav-tabs li::after {
  display: none;
}

.simple-tabs.tabs-wrap ul.nav-tabs li:hover a::after,
.simple-tabs.tabs-wrap ul.nav-tabs li.active a::after {
  transform: none;
  transform-origin: left center;
  width: 100%;
}

.simple-tabs.tabs-wrap .nav-tabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c0dede;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1px;
}

.pdf-listing {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: calc(100%/3 - 25px) calc(100%/3 - 25px) calc(100%/3 - 25px);
  margin: 0 -25px 0 0;
  padding: 15px 0;
}

.pdf-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgb(44 140 140 / 10%);
}

.pdf-box .lazy-image {
  border-radius: 20px;
  background: #d6e9e9;
  padding-top: 83.555%;
}

.pdf-box .content-box {
  padding: 23px 12px 16px;
  display: grid;
  grid-template-columns: 40px calc(100% - 65px) 25px;
}

.pdf-box .content-box .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f8f8;
  padding: 10px;
  border-radius: 50%;
}

.pdf-box .content-box p {
  margin: 0;
  padding: 0 14px;
  line-height: normal;
}

.pdf-box .content-box ul.action-area>li {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.pdf-box .content-box ul.action-area>li::before {
  display: none;
}

.pdf-box .content-box ul.action-area>li ul {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  z-index: 7;
  box-shadow: 0px 0px 5px rgb(44 140 140 / 10%);
  border-radius: 5px;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
}

.pdf-box .content-box ul.action-area>li ul.open {
  opacity: 100%;
  visibility: visible;
}

.pdf-box .content-box ul.action-area>li i {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.pdf-box .content-box ul.action-area>li i:hover {
  background: #f7f7f7;
}

.pdf-box .content-box ul.action-area>li ul li {
  padding: 0;
  margin: 0;
}

.pdf-box .content-box ul.action-area>li ul li::before {
  display: none;
}

.pdf-box .content-box ul.action-area>li ul li a {
  color: inherit;
  font-size: 12px;
  line-height: normal;
  display: block;
  font-weight: 600;
  padding: 4px 15px;
  min-width: 70px;
}

.pdf-box .content-box ul.action-area>li ul li a:hover {
  color: var(--linkColor);
  background: #f7f7f7;
}

.portal-folder-listing {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: calc(100% / 3 - 25px) calc(100% / 3 - 25px) calc(100% / 3 - 25px);
  margin: 0 -25px 0 0;
  padding: 15px 0 40px;
}

.folder-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 5px rgb(44 140 140 / 10%);
  padding: 15px 20px;
  display: grid;
  grid-template-columns: 40px calc(100% - 65px) 25px;
  align-items: center;
}

.folder-box .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f8f8;
  padding: 10px;
  border-radius: 50%;
}

.folder-box p {
  padding: 0 15px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.folder-box ul.action-area {
  margin: 0;
  padding: 0;
}

.folder-box ul.action-area>li>i {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.folder-box ul.action-area>li>i:hover {
  background: #f7f7f7;
}


.folder-box ul.action-area>li ul {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  z-index: 7;
  box-shadow: 0px 0px 5px rgb(44 140 140 / 10%);
  border-radius: 5px;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
}

.folder-box ul.action-area>li ul.open {
  opacity: 100%;
  visibility: visible;
}

.folder-box ul.action-area>li i {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.folder-box ul.action-area>li i:hover {
  background: #f7f7f7;
}

.folder-box ul.action-area>li ul li {
  padding: 0;
  margin: 0;
}

.folder-box ul.action-area>li ul li::before {
  display: none;
}


.folder-box ul.action-area>li ul li a {
  color: inherit;
  font-size: 12px;
  line-height: normal;
  display: block;
  font-weight: 600;
  padding: 4px 15px;
  min-width: 70px;
}

.folder-box ul.action-area>li ul li a:hover {
  color: var(--linkColor);
  background: #f7f7f7;
}

.folder-box ul.action-area>li {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.folder-box ul.action-area li::before {
  display: none;
}

.account-wrapper #user-registration {
  margin: 0;
}

#user-registration .user-registration-MyAccount-content>p a {
  color: var(--linkColor) !important;
}

#user-registration .user-registration-MyAccount-content>p a:hover,
#user-registration .user-registration-MyAccount-content>p a:focus {
  color: var(--bodyFontColor) !important;
}

#user-registration.horizontal .user-registration-MyAccount-content:has(.ur-frontend-form.login) {
  padding: 0 !important;
  box-shadow: none !important;
}

#user-registration .user-registration-MyAccount-content .ur-frontend-form,
#user-registration .user-registration-MyAccount-content .ur-frontend-form#ur-frontend-form {
  background-color: #ffffff !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  padding: 30px 45px !important;
  width: 50%;
  margin: 0 auto !important;
}

#user-registration.vertical,
#user-registration.horizontal {
  box-shadow: none !important;
}

#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type=submit],
#user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type=submit],
.ur-frontend-form button,
.ur-frontend-form input[type=submit],
.ur-frontend-form button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--btnFontFamily);
  font-weight: 700;
  position: relative;
  border: var(--btnBorder) !important;
  border-radius: var(--btnBorderRadius) !important;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--btnFont) !important;
  color: var(--btnColor) !important;
  font-style: normal;
  line-height: normal !important;
  padding: var(--btnPadding) !important;
  text-decoration: none !important;
  white-space: normal;
  -webkit-transform: perspective(1px) translateZ(0) !important;
  transform: perspective(1px) translateZ(0) !important;
  overflow: hidden !important;
  background-color: var(--btnBg) !important;
  box-shadow: none;
  cursor: pointer;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s !important;
  width: auto !important;
}

#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type=submit]:hover,
#user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p input[type=submit]:hover,
.ur-frontend-form button:hover,
.ur-frontend-form input[type=submit]:hover,
.ur-frontend-form button[type=submit]:hover {
  color: var(--btnHoverColor) !important;
  background-color: var(--btnHoverBg) !important;
  border: var(--btnBorder) !important;
}

#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text,
#user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],
.ur-frontend-form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
  font-size: 15px !important;
  border-color: #2c8c8c !important;
  border-radius: 6px !important;
  padding: 11px 15px !important;
  height: 44px !important;
  max-height: unset !important;
  margin-bottom: 20px !important;
}

#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields>p,
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p,
#user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid>p {
  margin-top: 0 !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid legend,
.ur-frontend-form .ur-form-row .ur-form-grid label {
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
}

.user-registration-profile-fields__field-wrapper .ur-form-row {
  margin: 0 !important;
}

#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper .ur-form-row .ur-form-grid {
  padding: 0 5px !important;
}

.user-registration-profile-fields h2 {
  text-align: left !important;
  color: #2c8c8c !important;
  font-size: 22px !important;
  border-bottom: 1px solid #d2e2e2 !important;
  padding-bottom: 12px !important;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  line-height: 1.0357142857142858 !important;
}

#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper {
  margin: 0 -5px !important;
}

/************Responsive Start************/
@media only screen and (max-width: 1230px) {
  :root {
    --logoWidth: 180px;
    --headerSpace: 116px;
  }

  .nav-wrap nav ul.nav>li {
    margin: 0 10px 0 0;
  }

  header .header-btn-wrap {
    margin: 0 0 0 10px;
  }

  .header-bottom {
    padding: 15px 0;
  }

  .form-row-grid {
    padding-left: 0
  }
}

@media only screen and (max-width: 1050px) {

  .main-banner h1,
  .main-banner .heading,
  .inner-banner h1,
  .inner-banner .heading,
  .event-banner h1,
  .event-banner .heading {
    font-size: 36px;
    line-height: 1.1;
  }

  .event-wrapper h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1024px) {

  /**************/
  .nav-trigger {
    float: right;
    padding: 0px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 2px solid #2b8c8c;
    border-radius: 50px;
    margin: 0 0 0 10px;
    overflow: visible;
    font-size: 0;
    line-height: 0;
  }

  .nav-trigger .icon {
    width: 20px;
    height: 30px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: flex;
    vertical-align: middle;
    line-height: 0;
    margin: 4px 0 0 0;
  }

  .nav-trigger .icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #2b8c8c;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .nav-trigger .icon span:nth-child(even) {
    left: 50%;
  }

  .nav-trigger .icon span:nth-child(odd) {
    left: 0;
  }

  .nav-trigger .icon span:nth-child(1),
  .nav-trigger .icon span:nth-child(2) {
    top: 6px;
  }

  .nav-trigger .icon span:nth-child(3),
  .nav-trigger .icon span:nth-child(4) {
    top: 12px
  }

  .nav-trigger .icon span:nth-child(5),
  .nav-trigger .icon span:nth-child(6) {
    top: 18px;
  }

  .closemenu.nav-trigger .icon span:nth-child(1),
  .closemenu.nav-trigger .icon span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .closemenu.nav-trigger .icon span:nth-child(2),
  .closemenu.nav-trigger .icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .closemenu.nav-trigger .icon span:nth-child(1) {
    left: 2px;
    top: 8px
  }

  .closemenu.nav-trigger .icon span:nth-child(2) {
    left: calc(50% - 1px);
    top: 8px
  }

  .closemenu.nav-trigger .icon span:nth-child(3) {
    left: -50%;
    opacity: 0
  }

  .closemenu.nav-trigger .icon span:nth-child(4) {
    left: 100%;
    opacity: 0
  }

  .closemenu.nav-trigger .icon span:nth-child(5) {
    left: 2px;
    top: 15px
  }

  .closemenu.nav-trigger .icon span:nth-child(6) {
    left: calc(50% - 1px);
    top: 15px
  }

  #sidebar-nav {
    right: -300px;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 20px 0 30px 35px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: #fff;
    -webkit-box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
    box-shadow: inset -30px 20px 20px rgb(255 255 255), inset -30px -20px 20px rgb(255 255 255), inset 0px 0px 20px rgb(0 0 0 / 40%);
  }

  html,
  header {
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.3s linear 0s;
  }

  .sidebar_active {
    overflow: hidden;
    margin-left: -300px;
    margin-right: 300px;
  }

  .sidebar_active #sidebar-nav {
    display: block;
    right: 0;
    z-index: 999999;
  }

  .nav-wrap nav ul.nav>li.has-sub>a:after {
    display: none
  }

  .sidebar_active header {
    position: fixed;
    left: -300px;
    right: 300px;
  }

  .nav-wrap nav ul li::before {
    display: none;
  }

  .nav-wrap nav ul,
  nav ul ul {
    display: none;
  }

  .nav-wrap nav ul.nav {
    padding: 0;
    margin: 0;
    border: 0;
    visibility: visible;
    display: block;
    top: 0;
    color: #272422;
  }

  .nav-wrap nav ul.nav>li {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .nav-wrap nav ul.nav>li>a {
    display: block;
    color: #272422;
    padding: 17px 20px 17px 5px;
    margin: 0;
    white-space: inherit;
    border-radius: 0;
    border: none;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
  }

  .nav-wrap nav ul.nav>li.has-sub>a {
    padding-right: 50px;
  }

  .nav-wrap nav ul.nav ul li {
    opacity: 1.0;
    padding: 0;
  }

  .nav-wrap nav ul.nav ul {
    position: static;
    opacity: 1.0;
    visibility: visible;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .nav-wrap nav>ul.nav>li>ul {
    max-height: inherit;
    margin-top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left
  }

  .nav-wrap nav ul.nav>li>ul>li {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: none;
    min-width: inherit
  }

  .nav-wrap nav ul.nav>li>ul li a {
    display: block;
    color: inherit;
    padding: 10px 40px 10px 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    white-space: inherit;
    text-align: left;
  }

  .nav-wrap nav ul.nav ul ul li {
    padding-left: 10px;
  }

  .nav-wrap nav .submenu-button {
    position: absolute;
    font-size: 0;
    background-color: transparent;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 111;
  }

  .nav-wrap nav ul.nav>li>.submenu-button {
    height: 60px;
    width: 50px;
  }

  .nav-wrap nav .submenu-button:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -4px -4px 0 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-wrap nav .submenu-button.submenu-opened:before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
  }

  .sidebar_active .mega-dropdown.open,
  .sidebar_active .nav-wrap nav ul.nav ul.open {
    display: block !important;
    position: static !important;
    top: 40px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    opacity: 1.0;
    visibility: visible;
    height: 100%;
    overflow: auto;
    z-index: 99999;
  }

  .top-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .why-join-wrap .top-info .box {
    width: 100%;
    text-align: center !important;
  }

  .top-info .box:last-child {
    padding: 20px 0 0;
  }

  .why-join-listing .box {
    width: calc(100% / 2 - 35px);
  }

  footer .footer-top .left-content {
    width: 100%;
    text-align: center;
  }

  footer .f-logo {
    margin: 0 auto 25px;
  }

  footer .footer-top .right-content {
    width: 100%;
    padding: 30px 0 0 0;
  }

  footer .footer-top {
    padding: 40px 0 46px;
  }

  .event-listing-wrapper .event-row {
    padding: 40px 0;
  }

  .event-box h3 {
    font-size: 30px;
  }

  .news-box {
    padding: 25px 25px 50px;
  }

  .news-box .arrow {
    bottom: 17px;
    right: 25px;
    left: 25px;
  }

  .news-listing {
    grid-template-columns: calc(100% / 3 - 25px) calc(100% / 3 - 25px) calc(100% / 3 - 25px);
    grid-gap: 25px;
  }

  .event-listing-wrapper .event-row:nth-child(odd) .event-box .content-box {
    padding: 20px 0 20px 40px;
  }
}

@media only screen and (max-width: 991px) {
  :root {
    --logoWidth: 120px;
    --headerSpace: 88px;
    --afterLoginheaderSpace: 56px;
  }

  .alignleft,
  .alignright {
    max-width: 300px
  }

  /*** Menu Accordion Mobile **/
  .mnu-acc {
    position: relative;
  }

  .mnu-acc+.content {
    display: none;
    padding: 10px 0px 0px;
  }

  .mnu-acc-trg {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: rgb(0, 176, 140);
    font-size: 12px;
    text-align: right;
    cursor: pointer;
  }

  .mnu-acc-trg i {
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }

  .active.mnu-acc .mnu-acc-trg i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-top {
    font-size: 12px;
    padding: 7px 0;
  }

  .header-bottom {
    padding: 10px 0;
  }

  header .header-btn-wrap>ul>li {
    margin: 0px 0px 0px 5px;
  }

  .nav-trigger {
    margin: 0 0 0 5px;
  }

  header .header-btn-wrap .btn {
    white-space: nowrap;
    padding: 8px 11px;
    font-size: 13px;
  }

  header .header-btn-wrap {
    margin: 0 0 0 5px;
  }

  .logged-in header .header-btn-wrap>ul>li:first-child>a {
    min-width: 36px;
    min-height: 36px;
  }

  .common-content {
    padding: 30px 0;
  }

  .main-banner-wrap>*,
  .inner-banner-wrap>* {
    width: 100%;
  }

  .main-banner-wrap,
  .inner-banner-wrap {
    flex-direction: column-reverse;
  }

  .main-banner .max-width,
  .inner-banner .max-width {
    max-width: unset;
  }

  .main-banner,
  .inner-banner {
    text-align: center;
  }

  .main-banner-wrap .contnet-box,
  .inner-banner-wrap .contnet-box {
    padding: 30px 20px 10px;
  }

  .main-banner h1,
  .main-banner .heading,
  .inner-banner h1,
  .inner-banner .heading,
  .event-banner h1,
  .event-banner .heading {
    font-size: 29px;
  }

  .main-banner h5,
  .inner-banner h5 {
    font-size: 20px;
  }

  .flexslider .flex-control-paging {
    position: static;
    padding: 15px 10px;
  }

  .common-content {
    padding: 30px 0;
  }

  .page-intor-wrapper {
    font-size: 21px;
    line-height: 31px;
  }

  .page-intor-wrapper br {
    display: none;
  }

  .h-blog-wrapper::before {
    top: 40px;
  }

  .h-blog-banner {
    margin: 0 0 30px;
  }

  .h-blog-listing {
    padding: 25px 0 0;
  }

  .h-blog-box {
    padding: 20px 25px;
    flex-direction: column;
    width: 100%;
  }

  .h-blog-box .box {
    width: 100% !important;
    text-align: center !important;
    padding-inline: 0 !important;
  }

  .h-blog-box .date {
    margin: 0 auto 10px;
  }

  .h-blog-box .box:nth-child(2),
  .h-blog-box .box:nth-child(3) {
    padding-top: 15px;
  }

  .h-blog-box .btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .two-col-info>* {
    width: 100%;
  }

  .two-col-info,
  .reverse.two-col-info {
    flex-direction: column-reverse;
  }

  .two-col-info .content-box {
    padding: 0 20px;
  }

  .two-col-info .inner-box,
  .reverse.two-col-info .inner-box {
    border-radius: 0 0px 20px 20px;
    padding: 20px 16px;
    text-align: center;
  }

  .two-col-info br {
    display: none;
  }

  .why-join-listing .box {
    width: calc(100% / 1 - 35px);
    padding: 29px 20px 60px;
    min-height: unset;
  }

  footer .footer-top .right-content .box {
    width: calc(100% / 1);
    padding: 0 0 30px;
    text-align: center;
  }

  footer .footer-top .right-content {
    padding: 10px 0 0 0;
  }

  footer .footer-top .right-content .box:last-child {
    padding: 0;
  }

  footer .footer-top {
    padding: 30px 0 20px;
  }

  footer .footer-top ul li:before {
    display: none;
  }

  footer ul.social-icon {
    margin-inline: auto;
    width: fit-content;
  }

  footer .footer-top ul li {
    padding-inline: 0;
  }

  footer .footer-bottom {
    padding: 20px 0;
    font-size: 12px;
    line-height: normal;
  }

  footer .footer-bottom p {
    margin: 0 0 3px;
  }

  .info-two-col-box>* {
    width: 100%;
  }

  .info-two-col-box .content-box {
    padding-inline: 0;
    padding-bottom: 0;
  }

  .info-two-col-box .content-box br {
    display: none;
  }

  ul.cur-executive-list>li {
    width: calc(100% / 2 - 15px);
    margin: 0 15px 15px 0;
    padding: 30px 20px;
  }

  ul.cur-executive-list {
    margin: 0 -5px 0 0;
  }

  .cur-executive-wrapper {
    text-align: center;
  }

  .accordion .accordion-head {
    font-size: 19px;
    padding: 20px 40px 20px 20px;
  }

  .accordion {
    border-radius: 12px;
    margin-bottom: 19px;
  }

  .accordion .accordion-head::after {
    font-size: 14px;
    right: 19px;
    top: 17px;
  }

  .all-faq {
    padding: 0;
  }

  .accordion .accordion-content {
    padding: 0 18px 15px 18px;
  }

  .past-event-tabs.tabs-wrap .tab-content {
    margin: 7px 0 0 0;
  }

  .past-event-tabs ul.nav-tabs::before {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }

  .tabs-wrap.past-event-tabs {
    padding: 0;
    position: relative;
  }

  ul.nav-tabs li a {
    padding: 10px 17px;
    font-size: 15px;
  }

  .h1 br {
    display: none;
  }

  ul.nav-tabs {
    display: flex;
  }

  .tabs-wrap.past-event-tabs ul.nav-tabs {
    padding: 37px 0 4px 0;
  }

  .inner-tabs-wrap .inner-tab-content,
  .inner-tabs-wrap .inner-tab-content,
  .inner-box-tab {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }

  ul.inner-nav-tabs {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    margin: 0 0 15px 0;
  }

  ul.inner-nav-tabs>li a {
    white-space: nowrap;
    min-height: unset;
    padding: 10px 17px;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(1 1 1 / 5%);
  }

  ul.inner-nav-tabs>li {
    display: inline-flex;
    margin: 0 12px 12px 0;
  }

  .inner-tab-pane h5 {
    font-size: 22px;
  }

  ul.resources-list {
    column-count: unset;
  }

  .resources-box {
    width: calc(100% / 1 - 25px);
  }

  .why-join-inListing .why-join-box,
  .why-join-inListing .why-join-box.w-50 {
    width: calc(100% / 1 - 35px);
    padding: 30px 25px;
    background-size: 170px;
  }

  .helpfull-box {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .helpfull-box h3 {
    font-size: 26px;
    margin: 0 0 15px;
  }

  .helpfull-box:not(:has(.box img)) ul.helpfull-links-lisrting {
    column-count: unset;
  }

  .helpfull-box .box img {
    margin: 20px 0 0 0;
  }

  .event-banner .container>* {
    width: 100%;
  }

  .event-banner .contnet-box {
    padding-inline: 0;
    padding-top: 0;
  }

  .event-banner {
    padding: 30px 0;
  }

  .event-banner .lazy-image {
    padding-top: 80%;
  }

  .event-reg {
    margin: 20px 0 0 0;
    padding: 20px 20px;
  }

  .speaker-listing .speaker-box {
    padding: 20px;
  }

  .event-detail-page-link ul {
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .speaker-listing .speaker-box .lazy-image {
    padding-top: 40%;
  }

  /* width */
  .event-detail-page-link ul::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 8px;
  }

  /* Track */
  .event-detail-page-link ul::-webkit-scrollbar-track {
    background: rgb(232 232 232);
    border-radius: 8px;
  }

  /* Handle */
  .event-detail-page-link ul::-webkit-scrollbar-thumb {
    background: rgb(150 212 212);
    border-radius: 8px;
  }

  /* Handle on hover */
  .event-detail-page-link ul::-webkit-scrollbar-thumb:hover {
    background: rgb(78 109 109);
  }

  .flex-wrap-middle>*:last-child {
    padding-top: 20px;
  }

  .news-listing {
    grid-template-columns: calc(100% / 2 - 25px) calc(100% / 2 - 25px);
    grid-gap: 25px;
  }

  .news-details-box {
    padding: 25px;
  }

  .news-aside {
    padding: 25px;
  }

  .news-aside:first-of-type {
    margin-top: 40px;
  }

  .account-wrapper {
    padding: 30px 0;
    font-size: 16px;
  }

  .account-wrapper .container {
    max-width: 639px
  }

  .form-row-grid .form-box,
  .ur-frontend-form.login,
  #user-registration .user-registration-MyAccount-content .ur-frontend-form,
  #user-registration .user-registration-MyAccount-content .ur-frontend-form#ur-frontend-form {
    width: 100% !important;
    padding: 25px !important;
  }

  .form-row-grid .img-box {
    width: 100%;
    margin: 20px 0 0;
  }

  .account-signup {
    margin-top: 25px;
  }

  .account-wrapper h1 {
    font-size: 30px;
  }

  .collaborator-box {
    padding: 10px 20px;
  }

  .pagination {
    margin: 20px 0 0;
  }

  .event-wrapper {
    padding: 30px 0
  }

  .event-wrapper h2 {
    font-size: 30px;
  }

  .event-boxes {
    font-size: 15px;
    line-height: 1.3
  }

  .event-boxes h3 {
    font-size: 22px;
  }

  .event-full-wrapper .img-box {
    width: 100%
  }

  .event-full-wrapper .lazy-image img {
    width: auto;
    height: auto;
    object-fit: inherit;
  }

  .event-full-wrapper .lazy-image {
    padding-top: 0;
    width: fit-content;
    margin: 0 auto 20px;
  }

  .event-full-wrapper ul.tag {
    justify-content: center
  }

  .event-full-wrapper .lazy-image img {
    position: relative;
  }

  .event-full-wrapper .content-box {
    width: 100%;
    padding: 0;
    text-align: center
  }

  ul.dashboard-links-listing {
    padding: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
  }

  ul.dashboard-links-listing>li {
    padding: 0 3px 6px;
    width: 50%;
    margin: 0;
  }

  ul.dashboard-links-listing>li:first-child {
    width: 100%;
  }

  ul.dashboard-links-listing>li:first-child>a {
    padding: 13px 20px;
  }

  .pdf-listing {
    grid-template-columns: calc(100% - 25px);
  }

  .portal-folder-listing {
    grid-template-columns: calc(100% / 2 - 10px) calc(100% / 2 - 10px);
    margin: 0 -10px 0 0;
    grid-gap: 10px;
  }

  .folder-box {
    padding: 10px 10px;
  }

  .inner-box-tab .btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .inner-box-tab .btn-row {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  ul.cur-executive-list>li {
    width: calc(100% / 1 - 15px);
  }

  .news-listing {
    grid-template-columns: 100%;
    grid-gap: unset;
  }

  .news-box {
    margin-bottom: 30px;
  }

  .news-listing .news-box:last-child {
    margin: 0;
  }

  .speaker-listing .speaker-box .lazy-image,
  .speaker-listing .speaker-box .content-box {
    width: 100%;
  }

  .speaker-listing .speaker-box .content-box {
    padding: 20px 0 0;
  }

  .speaker-listing .speaker-box .lazy-image {
    padding-top: 100%;
  }

  .video-box {
    width: 47%
  }

  .pagination ul li a:not(.dots),
  .pagination ul li span {
    width: 40px;
    height: 40px;
  }

  .event-boxes {
    width: 48%
  }
}

@media only screen and (max-width: 639px) {
  .event-box {
    padding: 0 10px;
    width: calc(100% / 1);
    margin: 0 0 30px;
  }

  .event-listing-wrapper .event-row:nth-child(odd) .event-box {
    flex-direction: column;
    margin: 0;
  }

  .event-listing-wrapper .event-row:nth-child(odd) .event-box>* {
    width: 100%;
  }

  .event-listing-wrapper .event-row:nth-child(odd) .event-box .content-box {
    padding-inline: 0;
    padding-bottom: 0;
  }

  .event-listing-wrapper .event-row:nth-child(odd) .event-box .lazy-image {
    padding-top: 78.334%;
  }
}

@media only screen and (max-width: 580px) {

  .alignleft,
  .alignright {
    max-width: 100%;
    margin: 10px 0;
    float: none;
    display: block
  }
}

@media only screen and (max-width: 479px) {
  header .header-btn-wrap>ul>li:first-child>a {
    font-size: 0;
    width: 36px;
    height: 36px;
  }

  header .header-btn-wrap>ul>li:first-child>a::after {
    content: "\f007";
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    margin: 0 0 0 5px;
    font-size: 16px;
    margin: 0;
  }

  .event-boxes {
    width: 98%
  }

  header .header-btn-wrap>ul ul.open {
    opacity: 100%;
    visibility: visible;
  }
}

@media only screen and (max-width: 420px) {
  .video-box {
    width: 97%
  }
}

@media only screen and (max-width: 359px) {
  .sidebar_active {
    overflow: hidden;
    margin-left: -255px;
    margin-right: 255px;
  }

  .sidebar_active header {
    position: fixed;
    left: -255px;
    right: 255px;
  }

  #sidebar-nav {
    right: -255px;
    width: 255px;
    padding-left: 20px;
  }
}

/************Responsive End************/