html,
body {
    height: 100%;
}

@font-face {
    font-family: 'HK Guise';
    src: url('../fonts/HKGuiseRegular.eot');
    src: url('../fonts/HKGuiseRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGuiseRegular.woff2') format('woff2'), url('../fonts/HKGuiseRegular.woff') format('woff'), url('../fonts/HKGuiseRegular.ttf') format('truetype'), url('../fonts/HKGuiseRegular.svg#HKGuiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Guise';
    src: url('../fonts/HKGuiseBold.eot');
    src: url('../fonts/HKGuiseBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGuiseBold.woff2') format('woff2'), url('../fonts/HKGuiseBold.woff') format('woff'), url('../fonts/HKGuiseBold.ttf') format('truetype'), url('../fonts/HKGuiseBold.svg#HKGuiseBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.SourceSans {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}

body {
    background-color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 1.563vw;
    line-height: 1.979vw;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    overflow-x: hidden
}

a {
    color: #6f6f6f;
    outline: 0;
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0
}

a:active,
a:hover {
    color: #333
}

p a {
    color: #333
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

hr {
    clear: both
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block
}

address {
    font-style: italic
}

table {
    background-color: transparent;
    width: 100%
}

table thead th {
    color: #333
}

table td {
    padding: 15px 10px
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px
}

.text-left {
    text-align: left !important;
}

::-moz-selection {
    color: #000;
    background: #dbdbdb
}

::selection {
    color: #000;
    background: #dbdbdb
}

::-moz-selection {
    color: #000;
    background: #dbdbdb
}

::-moz-selection {
    background: #3396d1;
    color: #fff
}

::selection {
    background: #3396d1;
    color: #fff
}

iframe {
    border: 0
}

.greyBG {
    background: #f5f5f5 !important
}

[data-bs-toggle=modal] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HK Guise';
    font-style: normal;
    font-weight: bold;
}

h1 {
    font-size: 3.25rem;
    /* 36px */
}

h2 {
    font-size: 2.875rem;
    /* 30px */
}

h3 {
    font-size: 1.9rem;
    /* 24px */
}

h4 {
    font-size: 1.65rem;
    /* 20px */
}

h5 {
    font-size: 1.3rem;
    /* 16px */
}

h6 {
    font-size: 1.175rem;
    /* 14px */
}

p {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0px;
    font-size: 1.563vw;
    line-height: 1.979vw;
}

figure {
    margin: 0
}

.auto-container {
    width: 90%;
    margin: 0 auto
}

.auto-container2 {
    width: 85%;
    margin: 0 auto
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-5 {
    margin-left: 50px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 50px;
}

.bg01 {
    background-color: #5aaf88 !important;
}

.bg02 {
    background-color: #3e8cca !important;
}

.bg03 {
    background-color: #0e2b40 !important;
}

.bg04 {
    background-color: #224e8c !important;
}

.equalHeight .owl-stage .item {
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.equalHeight .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.white-text {
    color: #fff !important;
}

.black-text {
    color: #000 !important
}


.black-Bg {
    background-color: #101938;
}

.sectionSpace {
    padding: 4.5vw 0px;
}

/******** Button *************/

.theme-btn {
    position: relative;
    background: #224e8c;
    color: #fff;
    margin: 10px 20px !important;
    -o-transition: 0.7s all;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    background: #423E73;
    background: rgb(66 62 115 / 10%);
    min-width: 17vw;
    height: 3.7vw;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    filter: alpha(opacity=10);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

.theme-btn:before {
    position: absolute;
    top: 0.4vw;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 100%);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D4D4D4' ,GradientType=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D4D4D4' ,GradientType=0)";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(212, 212, 212, 1)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 100%);
    position: absolute;
    width: 94%;
    height: 77%;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    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;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
    box-shadow: 0 10px 10px rgba(102, 204, 204, 0.5);
    -webkit-box-shadow: 0 10px 10px rgba(102, 204, 204, 0.5);
    -moz-box-shadow: 0 10px 10px rgba(102, 204, 204, 0.5);
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    -webkit-filter: 27px;
}

.theme-btn:hover {
    color: #fff;
    background: #59af888c !important;
    -webkit-box-shadow: 0 2px 2px rgba(102, 204, 204, 0.5);
    box-shadow: 0 2px 2px rgba(102, 204, 204, 0.5);
}

.theme-btn:hover:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(212, 212, 212, 1))) !important;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 100%) !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 100%) !important;
}

.theme-btn span {
    color: #000;
    z-index: 99;
    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;
    padding: 0px 3vw;
    width: 100%;
    height: 75%;
    margin: 0;
    font-family: 'HK Guise';
    font-weight: bold;
    font-size: 1.198vw;
    line-height: 1.215vw;
    text-transform: uppercase;
    padding-top: 0.2vw;
}

.theme-btn:hover span {
    color: #000 !important;
}

.whitebtn {
    color: #000 !important;
}

.whitebtn:hover {
    color: #000 !important
}

.greenbtn {
    color: #fff !important;
}

.greenbtn:before {
    background: -o-linear-gradient(90deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51DEB4', endColorstr='#299086' ,GradientType=0)";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(81, 222, 180, 1)), to(rgba(41, 144, 134, 1)));
    background: -o-linear-gradient(bottom, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    background: linear-gradient(0deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#299086', endColorstr='#51DEB4', GradientType=0);
}

.greenbtn span {
    color: #fff;
}

/******** Main Heading *************/
.mainheading {
    position: relative;
    padding-bottom: 2vw;
    width: 80%;
    margin: 0 auto;
}

.mainheading h2 {
    font-size: 3.167vw;
    line-height: 4.0vw;
    text-align: center;
    margin: 0;
    letter-spacing: -1.9px;
    text-transform: uppercase;
}

.mainheading p {
    text-align: center;
    padding-top: 0.8vw;
    margin: 0;
}

/********** Header ***************/
.mainheader {
    position: relative;
    padding: 20px 0px;
    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;
    z-index: 9999;
}

.mainheaderInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.leftnavhead {
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-transition: width .2s, height .4s;
    -o-transition: width .2s, height .4s;
    transition: width .2s, height .4s;
    -ms-transition: width .2s, height .4s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 65%;
    margin-top: -5%;
    -moz-transition: width .2s, height .4s;
}

.headBTN {
    position: relative;
}

.headBTN .navbtn {
    font-family: 'HK Guise';
    font-weight: bold;
    font-size: 1.198vw;
    line-height: 1.215vw;
    color: #000000;
    margin: 0px 20px;
}

.headBTN a.navbtn {
    font-family: 'HK Guise';
    font-weight: bold;
    font-size: 1.198vw;
    line-height: 1.215vw;
    color: #000000;
    color: rgb(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    vertical-align: middle;
}

.btndropdown2 .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 91%;
}

.leftnavhead .menuicon {
    margin-right: 20px;
    margin-left: 20px;
}

.leftnavhead .menuicon img {
    width: 2.9vw;
}

.headBTNmobile {
    display: none;
}

.mainlogo {
    width: 45vw;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    margin-left: 10px;
    position: relative;
}

.mainlogo img {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.nav-menu {
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-transition: width .2s, height .4s;
    -o-transition: width .2s, height .4s;
    transition: width .2s, height .4s;
    -ms-transition: width .2s, height .4s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer
}

#menu-wrapper #hamburger-menu {
    position: relative;
    margin: 16px;
    color: #fff;
    font-weight: 500;
    margin-left: 0
}

#menu-wrapper #hamburger-menu i {
    margin-left: 5px
}

.burger-strip {
    transition: .5s;
    margin-top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px
}

.strip div {
    height: 3px;
    width: 35px;
    border-radius: 2px;
    margin: 4px;
    transition: .55s cubic-bezier(.075, .82, .165, 1);
    -webkit-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -moz-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -ms-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -o-transition: .55s cubic-bezier(.075, .82, .165, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.burger {
    border-radius: 10px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 10px;
    height: 58px;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.burger span {
    font-size: 16px;
    margin-right: 11px;
    color: #fff
}

.burger .strip div {
    background: #fff
}

.burger-strip div:first-child {
    width: 25px;
    height: 3px
}

.burger-strip div:last-child {
    width: 42px
}

.open.burger:hover .burger-strip div:first-child {
    transform: rotate(45deg) translateY(1px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(1px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(1px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(1px) translateX(5px);
    -o-transform: rotate(45deg) translateY(1px) translateX(5px)
}

.open .burger:hover .burger-strip div:nth-child(2),
.open.burger .burger-strip div:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.open.burger .burger-strip div:first-child {
    transform: rotate(45deg) translateY(1px) translateX(5px);
    -webkit-transform: rotate(45deg) translateY(1px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(1px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(1px) translateX(5px);
    -o-transform: rotate(45deg) translateY(1px) translateX(5px);
    width: 16px;
    display: none
}

.open.burger .burger-strip div:last-child {
    transform: rotate(45deg) translateY(-13px) translateX(2px);
    -webkit-transform: rotate(45deg) translateY(-8px) translateX(3px);
    -moz-transform: rotate(45deg) translateY(-13px) translateX(2px);
    width: 42px;
    -ms-transform: rotate(45deg) translateY(-13px) translateX(2px);
    -o-transform: rotate(45deg) translateY(-13px) translateX(2px)
}

#menu-wrapper #hamburger-menu.open {
    padding: 0px 0px;
    /* height: 100%; */
    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;
    position: relative;
    cursor: pointer;
    background: #26887d;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 8px 10px 8px rgb(13 15 14 / 25%);
    -webkit-box-shadow: 0px 8px 10px 8px rgb(13 15 14 / 25%);
}

#menu-wrapper #hamburger-menu.open .menuicon {
    margin-right: 20px;
    margin-left: 20px;
}

#menu-wrapper #hamburger-menu.open .menuicon img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.strip {
    display: none;
}

.menu-toggle-bar {
    display: block;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: black;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
}

.menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 8px);
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
}

#menu-wrapper #hamburger-menu.open .menu-toggle-bar.menu-toggle-bar--top {
    transform: translate(0, 0) rotate(45deg);
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
}

#menu-wrapper #hamburger-menu.open .menu-toggle-bar.menu-toggle-bar--middle {
    opacity: 0;
}

#menu-wrapper #hamburger-menu.open .menu-toggle-bar.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(-45deg);
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -moz-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    -o-transform: translate(0, 0) rotate(-45deg);
}


#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    /* width: 100%;
    height: 2px; */
    border-radius: 10px;
    color: #fff;
    background-color: #fff;
    position: absolute;
    transform: rotate(0);
    transition: .4s ease-in-out;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

/* #menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0
}

#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px
}

#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px
}

#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
    -webkit-transform: translateY(9px) rotate(135deg);
    -moz-transform: translateY(9px) rotate(135deg);
    -ms-transform: translateY(9px) rotate(135deg);
    -o-transform: translateY(9px) rotate(135deg)
}

#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px)
}

#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
    -webkit-transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -ms-transform: translateY(-9px) rotate(-135deg);
    -o-transform: translateY(-9px) rotate(-135deg)
} */

#menu-container .menu-list .menu-submenu {
    padding-top: 0;
    padding-bottom: 10px
}

#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 320px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: -webkit-gradient(linear, left top, right top, from(rgb(10 81 60)), to(rgba(41, 144, 134, 1)));
    background: -o-linear-gradient(left, rgb(10 81 60) 0%, rgba(41, 144, 134, 1) 100%);
    background: linear-gradient(90deg, rgb(10 81 60) 0%, rgba(41, 144, 134, 1) 100%);
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    right: -100%;
    display: none;
    border-radius: 20px;
    z-index: 99;
    box-shadow: 0px 8px 10px 8px rgb(13 15 14 / 25%);
    -webkit-box-shadow: 0px 8px 10px 8px rgb(13 15 14 / 25%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#menu-container .menu-list.active {
    display: block;
    margin-right: 1%;
    margin-top: -20px;
}

#menu-container .menu-list .menu-login,
#menu-container .menu-list li.accordion-toggle {
    font-size: 16px;
    padding: 20px 10px;
    text-transform: uppercase;
    border-top: 1px solid #fff6;
    padding-left: 20px
}

#menu-container .menu-list li.accordion-toggle a {
    color: #fff
}

#menu-container .menu-list li.accordion-toggle span {
    color: #fff
}

#menu-container .menu-list li:first-of-type {
    border-top: 0
}

#menu-container .menu-list li {
    color: #fff;
    padding: 3px 5px
}

#menu-container .menu-list li a {
    color: #fff;
    transition: all .15s;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s
}

#menu-container .menu-list li a:hover {
    color: #fff;
    padding-left: 20px
}

#menu-container .menu-list li li a:hover {
    color: #43c4a5;
}

#menu-container .menu-list li li.parent a {
    color: #fff
}

#menu-container .menu-list li li.parent.open ul a:hover {
    color: #00a5ba
}

.accordion-content,
.accordion-toggle {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px
}

.accordion-content {
    display: none
}

.accordion-toggle a:after,
.accordion-toggle a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
}

.accordion-toggle.active-tab {
    background: #000;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.accordion-toggle a.active:before {
    transform: rotate(0);
    background: #fff !important;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

#leftside-navigation ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

#leftside-navigation ul li {
    display: block;
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    font-weight: 600;
}

#leftside-navigation ul li.open>a {
    background: rgba(81, 222, 180, 1);
}

#leftside-navigation ul li.open>a>i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

#leftside-navigation ul li.open>a>i:not(:hover) {
    color: #fff
}

#leftside-navigation ul li a {
    position: relative;
    display: block;
    color: #aeb2b7;
    text-decoration: none;
    width: 100%;
    padding: 9px 35px 9px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2vw;
    line-height: 1.8vw;
    outline: 0;
    font-weight: 500;
    cursor: pointer;
}

#leftside-navigation ul li a:hover {
    color: #f3ff09
}

#leftside-navigation ul li a span {
    display: inline-block;
    font-weight: 600;
}

#leftside-navigation ul li a i {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    display: block;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-weight: 600;
}

#leftside-navigation ul li a i:hover {
    color: #fff
}

#leftside-navigation ul li a i .fa-angle-left,
#leftside-navigation ul li a i .fa-angle-right {
    padding-top: 3px
}

#leftside-navigation ul ul {
    display: none
}

#leftside-navigation ul ul ul {
    background-color: unset !important
}

#leftside-navigation ul ul li {
    border-bottom: none
}

#leftside-navigation ul ul li a {
    padding: 5px 20px 5px 15px;
    font-size: 1.0vw;
    line-height: 1.3vw;
    font-weight: 500;
    text-transform: capitalize
}

#leftside-navigation ul ul li a i {
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    line-height: 34px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-list .navfooter {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eb1c24
}

.menu-list .soc-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.menu-list .soc-media li:nth-child(n+2) {
    margin-left: 1rem
}

.menu-list .soc-media a {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, .65);
    -webkit-transition: color .25s ease-in;
    -o-transition: color .25s ease-in;
    transition: color .25s ease-in;
    padding: 0 !important
}

.menu-list .soc-media a:focus,
.soc-media a:hover {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .2)
}


/*************************/
.heroSection {
    position: relative;
    width: 98%;
    margin: 0 auto;
    margin-top: -6vw;
    height: auto;
}

.bannerOuter {
    position: relative;
    width: 100%;
    height: 50vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.bannerOuter::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../images/videotopelement.png);
    width: 44.25vw;
    height: 125px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
}

.bannerOuter img {
    width: 100%;
}

.heroinnerContent {
    position: absolute;
    top: 0;
    left: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 2.904vw 5vw;
    padding-bottom: 0;
    padding-top: 5vw;
    background: #000000a8;
    z-index: 9;
    /* background: linear-gradient(89deg, rgb(4 114 81 / 72%) 0%, rgb(0 0 0 / 79%) 100%); */
    border-radius: 40px;
}

.heroinnerContent:before {
    position: absolute;
    background-image: url(../images/bannerbg.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.heroinnerContent figure {
    position: relative;
    width: 68.854vw;
    margin: 0 auto;
    text-align: center;
}

.heroinnerContent figure img {
    width: auto !important;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.heroinnerContent h1 {
    color: #fff;
    text-align: center;
    padding: 30px 0px;
    width: 90%;
    font-size: 3.696vw;
    line-height: 4.816vw;
    letter-spacing: -0.292vw;
    color: #FFFFFF;
    z-index: 9;
    text-transform: uppercase;
    font-weight: bold;
}

.heroinnerContent .theme-btn {
    background: rgb(168 168 168 / 91%);
}


.videobg {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 99%;
    z-index: 1;
    overflow: hidden
}

.videobg video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}


.youtubeWraper {
    width: 100%;
    height: 100%;
    background-color: #3c3c3c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50px;
}

.videobg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
}

.videobg .videocontainer {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9.5;
    pointer-events: none;
    overflow: hidden;
    min-height: 100vh;
    border-radius: 50px;
}

.videobg .videocontainer iframe {
    display: block;
    width: 300%;
    height: 100%;
    min-height: 18.229vw;
    border: none !important;
    border: 0 !important;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    margin-left: -100%;
    pointer-events: none;
    background: border-box padding-box, border-box #fff0;
}





.testimonailStyle02 {
    position: relative;
    z-index: 999;
}

.testimonailStyle02:before {
    position: absolute;
    bottom: 11%;
    left: 0;
    width: 56%;
    height: 30%;
    background: #000;
    z-index: 9;
    content: '';
    background: -o-linear-gradient(1deg, rgba(81, 222, 180, 1) 0%, rgb(255 255 255) 100%);
    background: linear-gradient(89deg, rgba(81, 222, 180, 1) 0%, rgb(255 255 255) 100%);
}

.testimonailStyle02:after {
    position: absolute;
    bottom: -90%;
    right: -2%;
    background-image: url(../images/lines-pattern.png);
    content: '';
    width: 45.49vw;
    height: 100%;
    z-index: 9999;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonailStyle02 figure {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    z-index: 9;
    height: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.quoteTextarea02 {
    position: relative;
    padding-left: 4vw;
    width: 85%;
    z-index: 99;
}

.quoteTextarea02 .quoteIcon02 {
    position: absolute;
    left: -8%;
    top: -5%;
}

.quoteTextarea02 .quoteIcon02 img {
    width: 25%;
}



.quoteTextarea02 h4 {
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 1.8vw;
    line-height: 2.417vw;
    padding-bottom: 5vw;
}

.quoteMetaInfo02 {
    border-radius: 0px 100px 100px 0px;
    padding: 10px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quoteMetaInfo02 h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.979vw;
    line-height: 2.583vw;
    letter-spacing: -0.158vw;
    color: #0F6C96;
    color: rgb(15, 108, 150);
}

.quoteMetaInfo02 p {
    margin: 0;
    font-weight: light !important;
    padding: 5px 0px;
    font-size: 1.771vw;
    line-height: 2.063vw;
    color: #000000;
    color: rgb(0, 0, 0);
}

.quotelogo {
    width: 51%;
    padding-left: 20px;
}



.aipoweredWrap {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #002c41;
}

.aipoweredWrap:before {
    position: absolute;
    content: '';
    top: -18%;
    left: 0;
    width: 100%;
    height: 118%;
    background: url(../images/bg03.png);
    z-index: -1;
    background-position: top;
    background-size: cover;
}

.healthIntrosec01 {
    padding: 4.5px 0vw;
}

.healthIntrosec01 .mainheading {
    padding-bottom: 4vw;
    padding-top: 5vw;
}

.healthIntrosec01 .mainheading h2 span {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #050505), to(#58E3A1));
    background: -o-linear-gradient(left, #050505 0, #58E3A1 100%);
    background: linear-gradient(to right, #050505 0, #58E3A1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.healthIntrosec01 figure {
    border: #ffffff7d solid 15px;
    border-radius: 30px;
}

.healthIntrosec01 figure img {
    border-radius: 20px;
}

.healthIntrosec01 .leftspaceText {
    padding-left: 2vw;
    z-index: 99;
}

.healthIntrosec01 h3 {
    color: #fff;
    font-weight: bold;
    font-size: 3.125vw;
    line-height: 3.726vw;
    letter-spacing: -0.125vw;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
    padding-bottom: 1.042vw;
}

.healthIntrosec01 p {
    color: #fff;
    padding-bottom: 1.042vw;
}

.stext-left {
    position: relative;
}

.stext-left:before {
    position: absolute;
    top: 50%;
    right: 17px;
    content: '';
    border-style: Solid;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    position: absolute;
    width: 74%;
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stext-left:after {
    position: absolute;
    top: 40%;
    right: 4px;
    content: '';
    border-radius: 100%;
    width: 15px;
    height: 15px;
    border-style: Solid;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, 1);
}

.healthIntrosec02 {
    padding: 4.5vw 0vw;
}

.healthIntrosec02 .mainheading {
    padding-bottom: 5vw;
}

.billionfeatItem {
    margin: 0vw 2vw;
    background: #fff;
    border-radius: 20px;
    outline: 15px solid #ffffffad;
    position: relative;
    height: 100%;
}

.billionfeatItem figure {
    width: 100%;
}

.billionfeatItem figure img {
    border-radius: 20px 20px 0px 0xp;
}

.billionfeatItem h2 {
    background: #000;
    padding: 20px 20px;
    color: #fff;
    margin: 0;
    font-size: 2.304vw;
    line-height: 3.998vw;
    letter-spacing: -0.104vw;
}

.billionfeatItem h2.bluebg {
    background-color: #0099CC;
}

.billionfeatItem h2.greenbg {
    background-color: #5aaf88;
}

.billionfeatItem .inerwhitespcae {
    padding: 30px 40px;
}

.billionfeatItem .inerwhitespcae p {
    margin: 0;
    font-size: 1.771vw;
    line-height: 2.188vw;
    letter-spacing: -0.071vw;
}

.billionfeatItem .inerwhitespcae p strong {
    font-weight: 600;
}

.featureSlider {
    position: relative;
    z-index: 999;
}

.featureSliderStyle {
    overflow: hidden;
}


.featureSliderStyle .swiper-marquee .swiper-wrapper {
    /* transition-timing-function: linear !important; */
    position: relative;
}

.featureSliderStyle .swiper-marquee .swiper-slide {
    padding: 20px 10px;
    width: 340px;
    height: auto !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* margin: 20px 10px; */
}


.featureSliderItem01 {
    position: relative;
    padding: 1vw;
    background: #000;
    border-radius: 15px;
    outline: 15px solid #f1f5f3 !important;
    height: 100%;
    z-index: 999;
}

.featureSliderStyle p {
    color: #fff;
    padding: 10px 0px;
    font-size: 1.406vw;
    line-height: 1.781vw;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

.featureSliderItem01 figure {
    height: 150px;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
}

.featureSliderItem01 img {
    border-radius: 10px;
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    text-align: center;
}

.accessPointWrap {
    position: relative;
    z-index: 99;
}

.accessPointWrap:before {
    background-image: url(../images/blurb.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -30%;
    top: -80%;
    width: 90vw;
    height: 70vw;
    content: '';
    z-index: -1;
    background-position: center;
    background-size: cover;
}


.designationwrap {
    position: relative;
    z-index: 999;
}

.designationwrap h4 {
    font-size: 2.8vw;
    padding-bottom: 00vw;
}

.desigITem01 {
    width: 15.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 6px;
    position: relative;
}

.desigITem01:before {
    position: absolute;
    width: 89%;
    height: 79%;
    content: '';
    top: 0px;
    left: 0px;
}

.desigITem01:hover {
    padding: 10px 20px;
    background: -o-linear-gradient(0deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51DEB4', endColorstr='#299086' ,GradientType=0)";
    background: -webkit-gradient(linear, left top, right top, from(rgba(81, 222, 180, 1)), to(rgba(41, 144, 134, 1)));
    background: -o-linear-gradient(left, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    background: linear-gradient(90deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51DEB4', endColorstr='#299086', GradientType=1);
}

.desigITem01:hover:before {
    border: none;
    position: absolute;
    top: 11px;
    left: 9px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    width: 89%;
    height: 79%;
    content: '';
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg);
    border: none;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-moz-transition: all .2s ease-in-out 0s;
}

.desigITem01 p {
    font-size: 1.563vw;
    color: #000;
    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;
    font-weight: 300 !important;
    /* border:#000 solid 1px; */
    text-align: center;
    z-index: 99;
    border: #000 solid 1px;
    border-radius: 10px;
    padding: 20px;
    height: 70%;
}

.desigITem01:hover p {
    border: none;
    padding: 0px;
}


.sectorsWrap {
    position: relative;
    z-index: 99;
}

.sectorsWrap h4 {
    font-size: 2.8vw;
    padding-bottom: 1vw;
}

.sectorsWrap:before {
    background-image: url(../images/blurb.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 18%;
    top: -25%;
    width: 80vw;
    height: 70vw;
    content: '';
    z-index: -1;
    background-position: center;
    background-size: cover;
}

.sectorItems {
    position: relative;
    padding-right: 30px;
}

.sectorItems ul {
    padding: 0;
    margin: 20px 0px;
    margin-top: 0;
    list-style: none;
}

.sectorItems li {
    background: #F0F5F3;
    background: rgba(240, 245, 243, 1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 14px 30px;
    font-size: 1.2vw;
    line-height: 1.3vw;
    margin: 10px 0px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.sectorItems li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: -o-linear-gradient(0deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#51DEB4', endColorstr='#299086' ,GradientType=0)";
    background: -webkit-gradient(linear, left top, right top, from(rgba(81, 222, 180, 1)), to(rgba(41, 144, 134, 1)));
    background: -o-linear-gradient(left, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    background: linear-gradient(90deg, rgba(81, 222, 180, 1) 0%, rgba(41, 144, 134, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51DEB4', endColorstr='#299086', GradientType=1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index: -1;
}

.sectorItems li:hover:before {
    left: 0;
    right: 0;
    width: 100%;
}

.sectorItems li:hover {
    color: #fff;
}

.marketgrapgh {
    position: relative;
    border-radius: 30px;
    height: 85%;
    width: 100%;
    background: #F0F5F3;
    background: rgba(240, 245, 243, 1);
}

.marketgrapgh figure {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonialwrap2 {
    position: relative;
}

.testimonialInner2 {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 6vw;
    padding-left: 3vw;
    padding-bottom: 5vw;
    border-radius: 40px;
    z-index: 999;
}

.testimonialInner2 figure {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 69%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.testimonialInner2 figure img {
    border-radius: 0px 0px 40px 0px;
}

.quoteIcon {
    position: absolute;
    right: 5%;
    top: -9%;
    width: 14%;
}

.testimonialInner2 h3 {
    font-size: 3.167vw;
    color: #fff;
    font-weight: bold;
    padding-bottom: 3vw;
}

.testimonialInner2 p {
    font-size: 2.096vw;
    color: #fff;
    width: 73%;
    font-weight: 400 !Important;
    line-height: 2.5vw;
}

.testimonialInner2 h4 {
    font-size: 1.47vw;
    color: #3399CC;
    font-weight: bold;
    padding-top: 2vw;
}

.testimonialInner2 h4 span {
    font-size: 1.4vw;
    color: #fff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400 !Important;
}

.scalestatsWrap {
    position: relative;
    z-index: 99;
}

.scalestatsWrap:before {
    background-image: url(../images/blurb.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -30%;
    top: -55%;
    width: 78vw;
    height: 57vw;
    content: '';
    z-index: -1;
    background-position: center;
    background-size: cover;
}

.scalestatsWrap:after {
    background-image: url(../images/lines-pattern.png);
    position: absolute;
    left: -17%;
    top: -15%;
    width: 45.49vw;
    height: 100%;
    content: '';
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.statsItem01 {
    background: #fff;
    height: 100%;
    background-color: #fff;
    position: relative;
    padding: 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.statsItem01 h2 {
    padding: 0;
    margin: 0;
    font-size: 3.333vw;
    line-height: 4.688vw;
    letter-spacing: -2.56px;
    color: #000000;
    color: rgb(0, 0, 0);
}

.statsItem01 p {
    font-size: 1.563vw;
    line-height: 1.563vw;
    color: #000000;
    color: rgb(0, 0, 0);
    padding: 0;
    margin: 0;
    font-weight: 400 !important;
}

.bluestats {
    background: #028DCF;
    background: rgba(2, 141, 207, 1);
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    -webkit-box-shadow: 0px 11.21px 33.64px rgba(195, 209, 200, 0.5);
    box-shadow: 0px 11.21px 33.64px rgba(195, 209, 200, 0.5);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=11.21, Color='#C3D1C8');
}

.bluestats h2,
.bluestats p {
    color: #fff;
}


.whitestatsbg {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -webkit-box-shadow: 0px 11.21px 33.64px rgba(195, 209, 200, 0.5);
    box-shadow: 0px 11.21px 33.64px rgba(195, 209, 200, 0.5);
    z-index: 99;
    position: relative;
    overflow: hidden;
}

.whitestatsbg:before {
    bottom: -50%;
    right: -68%;
    position: absolute;
    content: '';
    width: 45vw;
    height: 100%;
    background-image: url(../images/blurb2.png);
    z-index: -1;
    background-position: left;
    background-size: cover;
}

.stats02iner {
    height: 50%;
    position: relative;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.greenstatsbg {
    margin-bottom: 10px;
    background: #30B285;
    background: rgba(48, 178, 133, 1);
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -webkit-box-shadow: 0px 7.69px 23.07px rgba(195, 209, 200, 0.5);
    box-shadow: 0px 7.69px 23.07px rgba(195, 209, 200, 0.5);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=7.69, Color='#C3D1C8');
}

.greenstatsbg h2,
.greenstatsbg p {
    color: #fff;
}

.blackstatbg {
    width: 100%;
    background: #000000;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -webkit-box-shadow: 0px 7.69px 23.07px rgba(195, 209, 200, 0.5);
    box-shadow: 0px 7.69px 23.07px rgba(195, 209, 200, 0.5);
}

.blackstatbg h2,
.blackstatbg p {
    color: #fff;
}

.stats03iner {
    height: 70%;
    margin-bottom: 10px;
    position: relative;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
}

.stats03iner h2,
.stats03iner p {
    color: #fff;
}

.stats04iner {
    height: 30%;
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -webkit-box-shadow: 0px 11.21px 33.64px rgba(195, 209, 200, 0.5);
    box-shadow: 0px 11.21px 33.64px rgba(195, 209, 200, 0.5);
}

.stats04iner h2 {
    font-size: 2.396vw;
    line-height: 3.369vw;
    letter-spacing: -1.84px;
    color: #000;
}

.featuredThemesWrap {
    position: relative;
    z-index: 99;
    overflow: hidden;
}


.featuredThemesWrap:before {
    background-image: url(../images/blurb.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -38%;
    top: 0;
    width: 78vw;
    height: 57vw;
    content: '';
    z-index: -1;
    background-position: center;
    background-size: cover;
}

.themesITem01 {
    position: relative;
    padding: 40px;
    background: rgb(66 62 115 / 10%);
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}



.themesITem01Inner {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
}

.themesITem01Inner figure img {
    border-radius: 10px;
}

.themesITem01Inner h3 {
    font-weight: bold;
    font-size: 1.354vw;
    line-height: 1.533vw;
    letter-spacing: -1.04px;
    color: #000000;
    color: rgb(0, 0, 0);
    padding: 2vw 0px;
    padding-left: 1vw;
    padding-bottom: 0;
}

.agendaWraper {
    position: relative;
}

.agendaInnerWrap {
    position: relative;
    padding: 4vw 5vw;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.agendaInnerWrap h2 {
    text-align: center;
    font-size: 4.167vw;
    line-height: 5.0vw;
    text-align: center;
    margin: 0;
    letter-spacing: -1.9px;
    color: #fff;
    padding-bottom: 5vw;
    text-transform: uppercase;
}

.agendaItemv3 {
    position: relative;
    background: #13091F;
    border-radius: 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border: #33FFFF solid 1px;
}

.agendaItemv3 h3 {
    font-weight: bold;
    font-size: 3.167vw;
    line-height: 3.688vw;
    letter-spacing: -3.2px;
    color: #57BFFF;
    color: rgb(87, 191, 255);
    padding: 1vw 0px 1vw 1.4vw;
    text-align: center;
    text-transform: uppercase;
}

.agendinfowhite {
    background: #fff;
    border-radius: 20px;
    padding: 1.5vw;
    min-height: 200px;
    height: 85%;
}

.agendinfowhite h5 {
    font-weight: bold;
    font-size: 1.523vw;
    line-height: 2.104vw;
    letter-spacing: -1.4px;
    color: #000000;
    color: rgb(0, 0, 0);
    border-bottom: #b5b5b5 solid 1px;
    padding-bottom: 0.5vw;
    min-height: 5vw;
    text-transform: uppercase;
}

.agendinfowhite p {
    font-family: 'HK Guise';
    font-weight: normal;
    font-size: 1.054vw;
    line-height: 1.434vw;
    letter-spacing: -0.9px;
    color: #000000;
    color: rgb(255 255 255);
    background: #0f4687;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 5px;
    padding-bottom: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(32 155 232)), to(rgba(41, 144, 134, 1)));
    background: -o-linear-gradient(bottom, rgb(32 155 232) 0%, rgba(41, 144, 134, 1) 100%);
    background: linear-gradient(0deg, rgb(32 155 232) 0%, rgba(41, 144, 134, 1) 100%);
}

.agendinfowhite ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.agendinfowhite li {
    display: block;
    margin-left: 5px;
    font-size: 1.054vw;
    line-height: 1.334vw;
    margin: 5px 5px;
    position: relative;
}

.agendinfowhite li:before {
    position: absolute;
    content: '';
    left: -19px;
    top: 3px;
    width: 13px;
    height: 13px;
    border: #c8c8c8 solid 2px;
    background: #038dce;
    font-size: 1.054vw;
    border-radius: 100%;
}


.textclr2 {
    color: #00FFCC !important;
}

.textclr3 {
    color: #66FF99 !important;
}

.speakersWraper {
    position: relative;
    background: #f1f6f3;
    overflow: hidden;
}


.speakerItemv3 {
    position: relative;
    padding: 40px;
    background: rgb(66 62 115 / 10%);
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}



.speakerItemv3Inner {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    padding-bottom: 0;
}

.speakerItemv3Inner figure {
    /* height: 130px; */
    margin-bottom: 10px;
    width: 100%;
    min-height: 100px;
}

.speakerItemv3Inner figure img {
    display: block;
    width: 100%;
}

.speakerItemv3Inner figure img {
    border-radius: 10px;
    width: 100%;
}

.speakerDet {
    background: #fff;
    padding: 1.5vw 0.5vw;
    padding-top: 1.7vw;
    border-radius: 10px;
}

.speakerItemv3Inner .speakerDet h4 {
    font-size: 1.0vw;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1.3vw;
}

.speakerItemv3Inner .speakerDet p {
    font-size: 1.0vw;
    line-height: 1.2vw;
    color: #000;
    padding: 0;
    padding: 0.5vw 0;
    margin: 0;
}

.swiper-speaker .swiper-slide {
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.swiper-speaker .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    /* background: #fc0; */
}

.swiper-speaker .swiper-slide.swiper-slide-active .speakerItemv3 {
    background: rgb(59 182 156);
}

.swiper-speaker .swiper-slide.swiper-slide-active .speakerItemv3Inner figure {
    min-height: 150px;
}

.swiper-speaker .swiper-slide.swiper-slide-active .speakerItemv3Inner .speakerDet h4 {
    font-size: 1.2vw;
    line-height: 1.3vw;
}


.swiper-speaker .swiper-slide.swiper-slide-active .speakerItemv3Inner .speakerDet p {
    font-size: 1.0vw;
}



.aipoweredWrap .theme-btn {
    background: rgb(213 213 213 / 82%);
}


.africaMapWraper {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.africaMapWraper:before {
    position: absolute;
    top: 0;
    left: -26%;
    width: 100%;
    height: 100%;
    background-image: url(../images/elements.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    mix-blend-mode: lighten;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.2;
}

.aipoweredWrap:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(1 118 113 / 97%)), to(rgb(0 44 65 / 2%)));
    background: -o-linear-gradient(bottom, rgb(1 118 113 / 97%) 0%, rgb(0 44 65 / 2%) 100%);
    background: linear-gradient(0deg, rgb(1 118 113 / 97%) 0%, rgb(0 44 65 / 2%) 100%);
    z-index: -1;
    background-position: top;
    background-size: cover;
}

.mapimg {
    margin: 0 auto;
    position: relative;
    margin-left: 11vw;
    width: 47vw;
}


.mapimg img {
    mix-blend-mode: lighten;
}

.mapstatsItem {
    position: absolute;
}

.mapstatsItem p {
    color: #fff;
    font-family: "Source Sans 3", sans-serif !important;
    line-height: 1.6vw;
    font-size: 1.2vw;
    font-weight: 400;
}

.mapstatsItem p span {
    color: #fff;
    font-size: 1.9vw;
    line-height: 2.1vw;
    font-weight: 800;
}

.mapstats01 {
    top: 5vw;
    width: 38vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: -1%;
}

.mapstats01>div {
    width: 21vw;
    display: inline-block;
    padding: 5px;
}

.mapstats01>div:first-child {
    border-right: #fff solid 1px;
    margin-right: 10px;
}

.mapstats02 {
    top: 47%;
    width: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 22%;
}

.mapstats03 {
    top: 40%;
    width: 26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: 3%;
}

.mapstats04 {
    bottom: 5vw;
    width: 40vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: -5%;
}

.moroccosWraper:after {
    background: -o-linear-gradient(273deg, rgb(9 208 255) 0%, rgb(255 255 255) 100%);
    background: linear-gradient(177deg, rgb(9 208 255) 0%, rgb(255 255 255) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: -1;
    content: '';
    position: absolute;
}

.moroccosWraper {
    position: relative;
    background: -o-linear-gradient(273deg, rgb(3 141 206) 0%, rgb(255 255 255) 100%);
    background: linear-gradient(177deg, rgb(3 141 206) 0%, rgb(255 255 255) 100%);
}

.moroccosWraper .mainheading {
    width: 70%;
    margin: unset;
    text-align: left;
}

.moroccosWraper .mainheading h2 {
    text-align: left;
    color: #fff;
}

.moroccosWraperInner {
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    padding-top: 3vw;
    padding-left: 3vw;
    padding-bottom: 3vw;
    border-radius: 40px;
    z-index: 999;
    margin-bottom: 2vw;
}

.moroccosWraper:before {
    z-index: 99;
    overflow: hidden;
    background-image: url(../images/hospitalImg02.png);
    content: '';
    bottom: 10%;
    right: 0;
    width: 62%;
    height: 99%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.moroccosWraperInner h2 {
    font-size: 2.4vw;
    text-align: left;
    color: #fff;
    line-height: 2.9vw;
}

.rightimghospt {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    /* overflow: hidden; */
    border-radius: 0px 40px 40px 0px;
    margin: 0;
    /* transform: scale(1.3); */
}

.rightimghospt:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    /* background: #000;
    width: 100%;
    height: 100%; */
}

.pillars5 {
    position: relative;
    padding: 10px 0px;
    padding-left: 40px;
}

.pillars5 ul {
    margin: 0;
    padding: 0;
}

.pillars5 li {
    color: #fff;
    font-size: 1.4vw;
    list-style: none;
    padding-left: 2vw;
    margin-bottom: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pillars5 li strong {
    font-weight: 600;
}

.pillars5 li span {
    position: absolute;
    width: 2.8vw;
    height: 2.8vw;
    background: #2b987e;
    border-radius: 100%;
    left: 0%;
    color: #ffffff;
    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;
    font-weight: 600;
    border: #fff solid 2px;
    padding: 3px;
    font-size: 1.4vw;
}

.sponsorwrap {
    position: relative;
}

.logoStyleBoard {
    position: relative;
}

.logoStyleItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logoStyleItem h3 {
    color: #000;
    font-size: 1.2vw;
    line-height: 1.4vw;
    text-align: center;
    border-bottom: #b0b0b054 solid 1px;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 20px;
}

.logoStyleItem figure {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6.771vw;
    padding: 10px 10px;
}

.logoStyleItem figure img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.main-footer {
    position: relative;
    padding-bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-footer {
    position: relative;
    padding: 40px 0px;
}

.FooterLogo {
    width: 80%;
    margin-left: 0px;
}

.inner-footer h2 {
    color: #fff;
    font-size: 1.6vw;
    line-height: 2vw;
    text-transform: uppercase;
}


.FooterBtn a {
    display: block;
    text-align: center;
}

.FooterBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
}

.FooterBtn .whiteOutline-btn {
    position: relative;
    display: block;
    color: #fff;
    font-size: 0.8vw;
    line-height: 1.4vw;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0;
    margin: 5px 0px;
    overflow: hidden;
    transition: 1s all ease;
    background: 0 0;
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    width: unset !important;
    padding: 5px 10px;
    height: unset !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
    width: 100%;
    text-transform: uppercase;
}

.FooterBtn .whiteOutline-btn:hover {
    background: rgb(59 182 156);
    color: #fff;
}

.bottom-ft {
    padding: 0px 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: #9d989869 solid 1px;
    padding-top: 10px;
}


.bottom-ft p {
    color: #868585;
    font-size: 13px;
    margin: 0;
}

.websiteby-text {
    color: #868585;
}

.websiteby-text p {
    font-size: 13px;
    color: #868585;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
}

.websiteby-text img {
    height: 20px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin: 0 -3px 0 3px;
    opacity: .7;
}

.websiteby-text a {
    color: #868585;
    font-weight: 400;
    font-size: 13px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
}

.bottom-ft p a {
    color: #868585;
    margin: 0 5px;
}


.int-banner02 {
    position: relative;
    width: 98%;
    margin: 0 auto;
    margin-top: -6vw;
    height: auto;
    margin-bottom: 20px;
    z-index: 999;
}

.innerwrapbaner {
    /* background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    /* padding: 100px 0px; */
    position: relative;
    border-radius: 40px;
    z-index: 99;
    background-repeat: no-repeat;
    height: 30vw;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
}


.innerwrapbaner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../images/videotopelement.png);
    width: 44.25vw;
    height: 125px;
    z-index: 999;
    background-repeat: no-repeat;
    background-size: contain;
}

.inerbannerText {
    position: absolute;
    top: 0;
    left: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 4.904vw 1vw;
    padding-top: 8vw;
    background: #000000a8;
    z-index: 9;
    /* background: linear-gradient(89deg, rgb(4 114 81 / 72%) 0%, rgb(0 0 0 / 79%) 100%); */
    border-radius: 40px;
    z-index: 99;
}

.inerbannerText:before {
    position: absolute;
    background-image: url(../images/bannerbg.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.inerbannerText h1 {
    color: #fff;
    font-size: 2.8vw;
    line-height: 3vw;
    text-transform: uppercase;
    z-index: 99;
    margin: 0;
    padding: 0;
}

.aboutintro {
    position: relative;
    padding-bottom: 20px;
}

.aboutintro .healthIntrosec01 p {
    color: #030303;
    padding-bottom: 1.042vw;
}

.col3feat {
    position: relative;
}

.col3feat figure {
    margin: 0;
    border-radius: 20px;
}

.col3feat .agendinfowhite {
    height: 100%;
}

.col3feat .agendinfowhite h5 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 800;
    font-size: 1.523vw;
    line-height: 1.804vw;
    letter-spacing: -1.4px;
    color: #000000;
    color: rgb(0, 0, 0);
    border-bottom: none;
    padding-bottom: 0.5vw;
    min-height: unset;
    text-transform: uppercase;
    padding: 1vw 0;
}

.col3feat .agendinfowhite p {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 1.054vw;
    line-height: 1.434vw;
    letter-spacing: -0.9px;
    color: #000000;
    color: #000 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 5px;
    padding-bottom: 1px;
    background: unset;
    text-align: left;
}

.col3feat .agendinfowhite figure img {
    border-radius: 30px;
}

.col3feat .agendaInnerWrap h2 {
    padding-bottom: 0;
}

.col3feat .agendaInnerWrap p {
    color: #fff;
    padding-bottom: 0vw;
    text-align: left;
    font-size: 1.563vw;
    line-height: 1.979vw;
}

ul.listStyle {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

ul.listStyle li {
    display: block;
    margin-left: 5px;
    font-size: 1.563vw;
    line-height: 1.979vw;
    margin: 5px 5px;
    position: relative;
    padding-left: 10px;
}

ul.listStyle li:before {
    position: absolute;
    content: '';
    left: -19px;
    top: 6px;
    width: 13px;
    height: 13px;
    border: #c8c8c8 solid 2px;
    background: #038dce;
    font-size: 1.054vw;
    border-radius: 100%;
}


.featITem01 {
    position: relative;
    padding: 40px;
    background: rgb(66 62 115 / 10%);
    border-radius: 20px;
    padding: 15px;
    height: 100%;
}

.featITem01Inner {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
}

.featITem01Inner figure img {
    border-radius: 10px;
}

.featITem01Inner h3 {
    font-weight: bold;
    font-size: 1.354vw;
    line-height: 1.533vw;
    letter-spacing: -1.04px;
    color: #000000;
    color: rgb(0, 0, 0);
    padding: 2vw 0px;
    padding-left: 1vw;
    padding-bottom: 0;
}

.exhibitmeetWrap {
    position: relative;
}

.exhibitmeetWrap figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: none;
    z-index: 99;
    position: relative;
}

.exhibitmeetWrap figure:before {
    border: #ffffffca solid 15px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.exhibitmeetWrap ul.listStyle li {
    color: #fff
}

.exhibitmeetWrap .healthIntrosec01 h3 {
    color: #fff;
    font-weight: bold;
    font-size: 2.625vw;
    line-height: 3.1vw;
}

.col4box-item {
    height: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 20px;
}

.col4box-item h4 {
    color: #fff;
    font-size: 1.4vw;
    line-height: 1.6vw;
    /* padding-bottom: 2vw; */
    text-align: left;
    /* border-bottom: #fff solid 1px;
    min-height: 5.6vw;
    margin-bottom: 20px; */
}

.col4box-item ul.listStyle li {
    display: block;
    margin-left: 5px;
    font-size: 1.463vw;
    line-height: 1.579vw;
    margin: 15px 5px;
    position: relative;
    padding-left: 10px;
    color: #fff;
}

.col4box-item ul.listStyle li:before {
    position: absolute;
    content: '';
    left: -19px;
    top: 11px;
    width: 13px;
    height: 13px;
    border: #c8c8c8 solid 2px;
    background: #d9e5f0;
    font-size: 1.054vw;
    border-radius: 100%;
}

.col4box-item .iconthumb0 {
    width: 50px;
    height: 50px;
    padding: 0.5rem;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 0;
    background-color: rgb(183 183 183 / 15%);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.col4box-item .iconthumb0 img {
    margin: 0;
    padding: 0;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.coltophead03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: #ffffff5e solid 1px;
    margin-bottom: 20px;
    min-height: 3.6vw;
    min-height: 4.3vw;
}


.exhibitwhatuget {
    position: relative;
}

.exhibitwhatuget figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: none;
    z-index: 99;
    position: relative;
    min-height: 350px;
}

.exhibitwhatuget figure:before {
    border: #ffffffca solid 15px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.exhibitwhatuget h2 {
    padding-bottom: 2vw;
    font-size: 2.3vw;
    text-transform: uppercase;
}

.exhibitwhatuget ul.listStyle li {
    color: #000;
    margin-bottom: 1vw;
}

.whyattend0 {
    position: relative;
    z-index: 999;
}

.whyattend0 .accordion-flush>.accordion-item {
    border: none;
}

.whyattend0 .accordion-flush .accordion-button span {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    width: 45px;
    height: 45px;
    background: #028DCF;
    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;
    margin-right: 20px;
    border-radius: 100%;
    transition: 0.3s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.whyattend0 .accordion-flush .accordion-button span i,
.whyattend0 .accordion-flush .accordion-button span em {
    color: #FFFFFF;
}

.whyattend0 .accordion-flush .accordion-button:not(.collapsed) span {
    background: #24a685;
}

.whyattend0 .accordion-flush .accordion-button {
    color: #171616;
    font-size: 1.4vw;
    line-height: 1.5vw;
    margin: 10px 0px;
    padding: 10px 30px;
    outline: unset;
    background: rgb(234 235 234);
    border: #9dc89d24 solid 5px;
    border-radius: 100px !important;
    font-weight: 600;
    padding-bottom: 8px;
    z-index: 999;
}

.whyattend0 .accordion-flush .accordion-button:focus {
    border-color: unset;
    outline: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.whyattend0 .accordion-flush .accordion-button:not(.collapsed) {
    background-color: #f0f0f0;
    border: none;
    border-right: #9dc89d24 5px solid;
    border-left: #9dc89d24 5px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.whyattend0 .accordion-flush .accordion-button:not(.collapsed) i {
    background: #028DCF;
}

.whyattend0 .accordion-flush .accordion-body a {
    color: #028DCF;
    font-weight: 600;
}

.whyattend0 .accordion-flush .accordion-body {
    padding: 30px 50px;
}

.whyattend0 .accordion-flush .accordion-body h3 {
    color: #000;
    font-size: 1.6vw;
    line-height: 1.9vw;
    margin: 0 0 10px;
}

.whyattend0 .accordion-flush .accordion-body p {
    color: #000 !important;
    font-size: 1.363vw;
    line-height: 1.479vw;
}

.whyattend0 .accordion-flush .accordion-body li {
    color: #000 !important;
    font-size: 1.363vw;
    line-height: 1.479vw;
}



.onload-modal-show .modal-content {
    background: transparent;
    padding: 0;
}

.modal-dialog.onload-modal-show {
    max-width: 800px;
    border: none;
}

.onload-modal-show .modal-content {
    border: none;
}

.onload-modal-show .modal-content .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 100px;
    background-position: center;
    background-size: 14px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
}

div#OnloadPoster {
    z-index: 9999;
}


.stripcontainer-container {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.stripcontainer0 .stripheading0 {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 9;
    padding: 10px 15px 10px 15px;
    background: #2f9c8d;
    border-radius: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stripcontainer0 .stripmove0 {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: moveStrips 160s linear infinite;
    animation: moveStrips 160s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #224e8c;
    padding: 8px 0px 7px 0;
}

.stripcontainer0 .stripmove0 h3 {
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    -webkit-text-stroke: 0;
    white-space: nowrap;
    margin: 0;
    border-right: 2px solid #ffffff;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
}

.stripheading0 h6 {
    margin: 0;
    font-size: 14px;
}

.stripcontainer0 {
    padding: 20px 44px;
    overflow: hidden;
}

.new-detail ul li {
    font-size: 20px;
    line-height: normal;
}


@-webkit-keyframes moveStrips {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@keyframes moveStrips {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

.tabibjnk {
    width: 100%;
    background: #fff;
    padding: 10px;
    margin: 0 0 11px 0;
    height: 140px;
    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;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px -12px #000;
    box-shadow: 0px 0px 20px -12px #000;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.tabibjnk.p-4 {
    padding: 0.625rem !important;
}

.tabibjnk figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tabibjnk img {
    width: 80% !important;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.menintrf2 {
    z-index: 99999;
}

.menintrf2 .modal-dialog p {
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin-top: 0;
}

.menintrf2 .yzropzkq2 {
    position: relative;
    padding: 0 10px
}

.qihhz2 figure {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 10px 0 #0c0c0c2b;
    box-shadow: 1px 1px 10px 0 #0c0c0c2b;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    margin: 10px auto 30px;
}

.qihhz2 figure img {
    width: 75%;
    max-width: 100%;
    height: auto;
}

.yzropzkq2 .qwhuhjnv2 {
    width: 100%;
    text-align: center;
}

.yzropzkq2 .qwhuhjnv2 h6 {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.menintrf2 .modal-dialog {
    max-width: 860px !important;
}

button.btn-close.dlnhottr2 {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    font-size: 15px;
    border: 1px solid;
}

.NewsArticle_as .themesITem01Inner figure img {
    width: 100%;
}

.NewsArticle_as .themesITem01Inner h3 {
    font-size: 20px;
    padding: 16px 0 10px 0;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.NewsArticle_as .themesITem01Inner p {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
}

.NewsArticle_as .themesITem01Inner:hover h3,
.NewsArticle_as .themesITem01Inner:hover a {
    color: #0e90d1;
}

.NewsArticle_as .themesITem01Inner a {
    color: #000;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

span.ArticleDate_as {
    position: absolute;
    left: 25px;
    top: -16px;
    color: #fff;
    background: #32a3b3;
    font-size: 16px;
    display: block;
    line-height: normal;
    padding: 8px 16px 8px 16px;
    border-radius: 12px;
    -webkit-box-shadow: 8px 3px 23px -8px #000;
    box-shadow: 8px 3px 23px -8px #000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.qmiwgley .socialmedia li {
    border: 1px solid #000;
}

.qmiwgley .socialmedia li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}






/* end */