@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

body {
    font-family: "Montserrat", serif;
    font-style: normal;
    font-size: 16px;
    color: #111;
}

.space30 {
    padding: 30px 0;
}

.space50 {
    padding: 50px 0;
}

.space100 {
    padding: 100px 0;
    clear: both;
}

.img50 {
    width: 50%;
    height: auto;
}

.img60 {
    width: 60%;
    height: auto;
}

.img70 {
    width: 70%;
    height: auto;
}

.fullimg {
    width: 100%;
    height: auto;
}

header {
    position: sticky;
    top: 0;
    z-index: 9;
    box-shadow: 0 2px 4px -1px #c1c1c1;
    background: #fff;
}

header .navbar-toggler {
    border-color: #1b1b1c;
    color: #1b1b1c;
    padding: 0.25rem 0.5rem;
}

header .navbar-toggler .navbar-toggler-default,
header .navbar-toggler[aria-expanded=true] .navbar-toggler-toggled,
header .dropdown-toggle {
    display: flex;
}

header .navbar-toggler .navbar-toggler-toggled,
header .navbar-toggler[aria-expanded=true] .navbar-toggler-default {
    display: none;
}

header .navbar,
header .navbar-brand,
.Mission .BoardBox {
    padding: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    color: #1b1b1c;
    font-weight: 500;
    padding: 8px 20px;
    display: flex;
    margin: 8px 0;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover,
header .navbar-expand-lg .navbar-nav li.current-item:hover a.nav-link,
.footerOne li a:hover,
.footerTwo li a:hover,
.inner a:hover,
.welcome .slick-dots li.slick-active button:before,
.innerBanner nav li a:hover,
.BoardBox abbr,
.Ready p:last-child,
.memBox li abbr {
    color: #FF7000;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    border: 1px solid #FF7000;
    border-radius: 10px;
    color: #FF7000;
}

header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover,
.SubscribeForm .btn:hover,
.Become,
.errorpage .btn,
.Criteria {
    background: #FF7000;
    color: #fff;
}

header .dropdown-toggle::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    content: "";
    transition: all .35s;
    transform: rotate(-180deg);
    margin-top: 5px;
    margin-left: 5px;
    border: none;
}

header .navbar-nav li.current-item .dropdown-toggle::after {
    background-image: url(../img/chevron-up.svg);
    transform: rotate(0);
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 0;
    width: 220px;
    margin: auto;
    border-radius: 0px;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 57px;
}

.logowhite {
    display: none;
}

.transparentBG .logocolor {
    display: none;
}

.transparentBG .logowhite {
    display: block;
}

.transparentBG {
    box-shadow: none;
    background: transparent;
}

.transparentBG .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}

.transparentBG .dropdown-toggle::after {
    background-image: url(../img/chevron-down-white.svg);
}

.transparentBG .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    border: 1px solid #fff;
    color: #fff;
}

.transparentBG .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:hover {
    border: 1px solid #FF7000;
}

.transparentBG.fixedbg {
    background: #1b1b1c;
    transition: all 0.5s ease-in-out;
}

.aboutmenu li {
    border-bottom: 1px solid #ccc
}

.aboutmenu li:last-child {
    border-bottom: none;
}

.aboutmenu li a {
    padding: 15px;
    color: #1b1b1c;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.aboutmenu li:hover {
    background: #eee;
}

footer {
    background: #1B1B1C;
    color: #fff;
}

.footerOne ul,
.footerOne li:last-child,
.footerTwo ul,
.welcome p,
.summit h2,
.summit h3,
.BoardBox li:last-child,
.Key li:last-child,
.Ready p:last-child,
.memBox li:last-child {
    margin-bottom: 0;
}

.footerOne li:first-child,
.Subscribe {
    font-size: 20px;
    font-weight: 600;
}

.footerOne li,
.Subscribe,
.BoardBox li,
.Key li {
    margin-bottom: 10px;
}

.footerOne li a,
.SubscribeForm label,
.footerTwo li a,
.copy {
    color: #7C7C7C;
    text-decoration: none;
}

.SubscribeForm .form-control {
    border: 1px solid #7C7C7C;
    background: #212223;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.form-control:focus,
.btn:focus,
.navbar-toggler:focus {
    box-shadow: none;
}

.SubscribeForm .btn {
    border: 1px solid #FF7000;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
}

.SubscribeForm label.error {
    color: red;
    font-size: 14px;
}

footer hr {
    margin: 30px 0;
}

.footerTwo li {
    display: inline-block;
}

.footerTwo li a {
    border-right: 1px solid #7C7C7C;
    padding: 0px 10px;
}

.footerTwo li:first-child a {
    padding-left: 0;
}

.footerTwo li:last-child a,
.footerTwo .col-lg-2 ul li a {
    border: none;
}

.copy {
    text-align: right;
}

.welcome h1 span,
.welcome p span,
.summit h2 span,
.summit h3 span,
.sliderBox .title span,
.Key .heading span,
.Become p span,
.We .heading span,
.Industry li b {
    display: block;
}

.comeBox {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.welcome h1 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 58px;
    line-height: 1.3;
}

.welcome h1 span i {
    font-style: normal;
    font-weight: 800;
}

.welcome h1 span i::before,
.Ready p:first-child b::before {
    content: '';
    position: absolute;
    background-image: url(../img/star-text.svg);
    background-repeat: no-repeat;
    top: -11px;
    width: 25px;
    height: 25px;
    left: 85px;
    background-size: 25px;
}

.welcome p {
    font-size: 20px;
}

.welcome p span i {
    font-style: normal;
    background: #FF7000;
    color: #fff;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 500;
}

.sliderBox .title {
    position: absolute;
    top: 50px;
    left: 50px;
    line-height: 1.1;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.sliderBox .title b {
    font-size: 15px;
    font-weight: 400;
}

.sliderBox a {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: flex;
}

.welcome .slick-dots li button:before {
    color: #D9D9D9;
    font-size: 15px;
    opacity: 1;
}

.welcome h1 span i,
.summit,
.PopularBox,
.sliderBox,
.welcome .col-lg-6,
.innerBanner,
.BoardBox li,
.Key li,
.keyinner,
.Key,
.missBox,
.Ready p:first-child b,
.Ready .container,
.memBox li,
.Industry li,
.newsletter,
.newssecBox {
    position: relative;
}

.summit .container {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.summit h2 {
    font-size: 50px;
    font-weight: bold;
}

.summit h3 {
    font-size: 40px;
    font-weight: 600;
}

.heading {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.heading span,
.Key .heading,
.errorpage .heading,
.We .heading {
    font-weight: 700;
}

.PopularBox .fullimg,
.sliderBox .fullimg {
    border-radius: 40px;
}

.inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%);
    border-radius: 0 0 40px 40px;
    padding: 25px;
    color: #fff;
}

.inner .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.memBox .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.inner a,
.sliderBox a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.inner a img,
.sliderBox a img {
    margin-right: 5px;
}

.innerBanner {
    margin-top: -58px;
}

.innerBanner h1 {
    text-align: center;
    font-weight: bold;
    font-size: 58px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    color: #fff;
}

.innerBanner nav {
    position: absolute;
    bottom: 0;
}

.innerBanner nav li,
.innerBanner nav li a,
.innerBanner nav li.active,
.innerBanner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    text-decoration: none;
}

.BoardList:nth-child(odd) {
    background-color: #fff;
}

.BoardList:nth-child(even) {
    background-color: #F5F5F5;
}

.BoardBox {
    padding: 40px 0 0 40px;
}

.BoardBox .title {
    font-size: 30px;
    font-weight: 600;
}

.BoardBox li,
.Key li {
    padding-left: 35px;
}

.BoardBox li::before,
.Key li::before {
    content: '';
    background-image: url(../img/star-text.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 3px;
}

.Key {
    overflow: hidden;
}

.Key::before {
    content: '';
    background: #eee;
    position: absolute;
    width: 50%;
    height: 150px;
    bottom: 100px;
    left: 53%;
}

.Key .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-size: 32px;
    width: 32px;
    height: 32px;
}

.Key .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: 32px;
    width: 32px;
    height: 32px;
}

.Key .accordion-button {
    background: transparent;
    padding: 1rem 0;
    box-shadow: none;
    font-size: 24px;
    font-weight: 700;
    color: #1B1B1C;
}

.Key .accordion-item {
    border: none;
    border-top: 1px solid #1B1B1C;
    border-radius: 0
}

.Key .accordion-body {
    padding: 0 0 1rem 0;
}

.Key .accordion-item:last-child {
    border-bottom: 1px solid #1B1B1C;
}

.keyinner {
    margin-left: 200px;
}

.keyinner img,
.Mission .BoardList img,
.missBox .img-fluid {
    border-radius: 15px;
}

.keyicon {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
}

.Mission .heading,
.Industry .heading,
.AboutE .heading,
.Agenda .heading,
.Panels .heading,
.blogtop .heading,
.blogbottom .heading,
.eventsinnerTop .heading {
    text-align: left;
    font-weight: 600;
}

.BoardList:nth-child(even) .col-lg-5,
.Industry .missBox {
    text-align: right;
}

.Mission {
    font-size: 18px;
}

.missBox .Staricon {
    position: absolute;
    width: 120px;
    right: 60px;
    top: -40px;
}

.BoardList:nth-child(even) .missBox .Staricon,
.Industry .missBox .Staricon {
    left: 60px;
}

.Ready p {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.Ready p:first-child b::before {
    top: -16px;
    left: 53px;
}

.Ready .container::before {
    content: '';
    background: url(../img/star-text.svg) no-repeat;
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 120px;
    height: 120px;
    background-size: 120px;
    filter: grayscale(1);
}

.Become p {
    text-align: center;
}

.getform {
    width: 70%;
    margin: auto;
}

.getform label {
    font-weight: 500;
    margin-bottom: 5px;
}

.getform .form-group {
    margin-bottom: 15px;
}

.getform .form-control {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: .5rem .75rem;
    color: #fff;
}

.getform .form-control::placeholder {
    color: #fff;
}

.getform .btn {
    background: #fff;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    padding: .5rem .75rem;
    font-weight: 600;
    font-size: 18px;
    color: #ff7000;
}

.errorpage .btn {
    padding: .5rem 1.5rem;
    border: none;
    border-radius: 10px;
}

.errorpage,
.We {
    text-align: center;
}

.We {
    padding-bottom: 0;
}

.Criteria {
    padding-top: 230px;
    padding-bottom: 100px;
    margin-top: -180px;
}

.Criteria .row {
    width: 90%;
    margin: auto;
}

.memBox {
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    color: #1B1B1C;
}

.memBox li,
.Industry li {
    margin-bottom: 30px;
    padding-left: 50px;
}

.memBox li::before,
.Industry li::before {
    content: '';
    background-image: url(../img/check-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 3px;
}

.memBox li abbr {
    font-weight: 500;
}

.getform label.error {
    font-size: 14px;
}

.Agenda {
    background: #E8E8E8;
}

.Agenda .accordion-item {
    border-color: #111;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: transparent;
}

.Agenda .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    box-shadow: none;
    color: #FF7000;
    font-weight: bold;
    font-size: 20px;
}

.Agenda .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-size: 32px;
    width: 32px;
    height: 32px;
}

.Agenda .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: 32px;
    width: 32px;
    height: 32px;
}

.Agenda .accordion-button::after {
    transition: all 0.5s;
}

.eventscls {
    background: #111;
    padding: 30px;
    color: #fff;
}

.subtitle {
    font-size: 24px;
    font-weight: bold;
}

.event-info li {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e4e6;
}

.event-info li i {
    margin-right: 1rem;
    color: #FF7000;
}

.event-info li a {
    color: #fff;
}

.event-info li:last-child {
    border-bottom: none;
}

.blockform {
    border: 2px solid #FF7000;
    margin-top: 15px;
}

.blocktitle {
    padding: 5px 20px;
    background: #FF7000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.blocktext {
    padding: 20px;
    background: #fff;
}

.blocktext .hbspt-form .hs-main-font-element,
.blocktext .hbspt-form label.hs-error-msg,
.blocktext label.error {
    color: red;
    font-size: 12px
}

.blocktext .hbspt-form .hs-form-field {
    margin-bottom: 1rem;
}

.blocktext .hbspt-form label {
    font-size: 14px;
    color: #111;
}

.blocktext .hbspt-form .hs-input {
    border: 1px solid #111;
    width: 100%;
    padding: 5px 10px
}

.blocktext .hbspt-form .hs-form-required {
    color: red
}

.blocktext .hbspt-form ul {
    padding-left: 0;
}

.blocktext .hbspt-form ul.inputs-list li {
    margin-top: 0;
    list-style: none
}

.blocktext .hbspt-form .hs-button {
    background: #111;
    padding: 10px 35px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    border: none
}

.banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}

.bannertitle {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.3;
}

.bannertitle span {
    font-weight: bold;
    display: block;
    color: #FF7000;
}

.by {
    padding-left: 20%;
}

.addmap,
.by {
    margin-bottom: 20px;
}

.Panels {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(214, 214, 214, 1) 50%);
}

.PanelsBox {
    padding: 0 50px;
}

.Panels .heading {
    font-size: 24px;
    font-weight: bold;
}

.Panels .heading span {
    font-weight: 400;
}

.Panels ul li {
    margin-top: 10px;
}

.blogRight .col-lg-6 {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}

.blogBoxTitle {
    border: 1px solid #B9B9B9;
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.blogBoxTitle a {
    text-decoration: none;
    color: #000;
    display: block;
    height: 78px;
}

.blogBoxTitle a:hover,
.eventBoxtext a:hover {
    color: #FF7000;
    text-decoration: underline;
}

.auth {
    margin-top: 1rem;
    font-size: 12px;
    color: #828282;
}

.auth span {
    color: #000;
}

.CatBox {
    margin-top: calc(var(--bs-gutter-x) * 1);
}

.CatBox {
    background: #FFF4E5;
    padding: 30px;
}

.CatBox .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.CatBox li {
    border-bottom: 1px solid #919191;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.CatBox li a {
    color: #000;
    text-decoration: none;
}

.CatBox li a:hover {
    color: #FF7000;
}

.CatBox li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.topBox .list-unstyled {
    list-style: auto;
    margin-left: 18px;
}

.topBox li {
    border-bottom: none
}

.searchBox {
    background: #E7E7E7;
    position: relative;
}

.searchBox input {
    border: none;
    padding: 15px 50px 15px 20px;
    background: transparent;
    width: 100%;
    outline: none;
}

.searchBox button {
    position: absolute;
    right: 20px;
    border: none;
    background: transparent;
    top: 13px;
    padding: 0;
}

.blogtop {
    width: 1000px;
    margin: 0 auto 50px;
}

.blogmiddle {
    width: 800px;
    margin: 0 auto 50px;
}

.blogmiddle .heading {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
}

.blogmiddle .subheading {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}

.blogmiddle .subsmallheading {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.blogmiddle p,
.blogmiddle ul,
.eventsinnerText {
    font-size: 18px;
}

.blogtop .col-lg-4 {
    border-right: 1px solid rgba(0, 0, 0, 1);
    margin-bottom: 30px;
}

.blogtop .col-lg-4:last-child {
    border: none
}

.authBox {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

.authBox img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 1rem;
}

.date {
    font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
}

small {
    font-size: 12px;
}

.newsBox {
    position: absolute;
    right: 10%;
    top: 20%;
    color: #fff;
    width: 350px;
}

.newsBox .heading {
    text-align: left;
    margin-bottom: 1rem;
}

.newsBox p {
    font-size: 20px;
    font-weight: 500;
}

.newsBox .btn {
    background: #FF7000;
    color: #fff;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 30px;
}

.newsBox .btn:hover {
    background: #fff;
    color: #FF7000;
}

.eventsbanner .heading {
    margin-bottom: 0;
    text-align: left;
    line-height: 1.1;
}

.eventsbanner p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0;
}

.eventsbanner p span {
    display: block;
}

.eventBoxtext {
    border: 1px solid #A0A0A0;
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

.eventBoxtext a {
    color: #000;
    text-decoration: none;
    height: 50px;
    margin-bottom: 1rem;
    display: block;
}

.eventBoxtext li {
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    border-right: 1px solid #000;
    padding-right: 5px;
    line-height: 12px;
}

.eventBoxtext li:last-child {
    border-right: none;
    padding-right: 0;
}

.eventslist .col-lg-4 {
    margin-bottom: 30px;
}

.eventdate {
    font-size: 14px;
    font-weight: 400;
}

.eventdate i {
    margin-right: 5px;
}

.eventsinnerTop a {
    text-decoration: none;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000;
}

.eventsinnerTop a:hover {
    color: #FF7000;
    text-decoration: underline;
}

.eventsinnerTop a i {
    color: #FF7000;
}

.eventsinnerText {
    margin-top: 50px;
}

.keyBox {
    margin: 30px 0;
    padding: 50px;
    background: #F2F2F2;
}

.keytitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.keyBox li {
    margin-bottom: 10px;
}

.keyBox li:last-child {
    margin-bottom: 0;
}

.keyslider .slick-slide {
    margin: 0px 10px;
}

.keyslider .slick-slide img {
    height: 300px;
}

.keyslider {
    margin-top: 30px;
    margin-bottom: 40px;
}

.keyslider .slick-prev,
.keyslider .slick-next {
    top: inherit;
    bottom: -40px;
}

.keyslider .slick-prev {
    left: inherit;
    right: 50px;
}

.keyslider .slick-next {
    right: 10px;
}

.keyslider .slick-prev:before,
.keyslider .slick-next:before {
    color: #FF7000;
}

.Advisory .col-lg-4 {
    margin-bottom: calc(var(--bs-gutter-x) * 1);
}

.AdvisoryBox {
    cursor: pointer;
}

.hvr-float,
.blogRight .blogBox {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active,
.blogRight .blogBox:hover,
.blogRight .blogBox:focus,
.blogRight .blogBox:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.Advisoryinner {
    background: #F0F0F0;
    padding: 30px;
    position: relative;
    min-height: 165px;
}

.Advisoryinner .title {
    font-size: 24px;
    font-weight: 600;
}

.Advisoryinner .found {
    font-size: 18px;
    font-weight: 500;
}

.Advisoryinner p {
    font-size: 14px;
    margin-bottom: 0;
}

.Advisoryinner img {
    position: absolute;
    right: 30px;
}

.Adpop .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    padding: 10px;
    border: 2px solid #000;
    box-shadow: none;
    outline: none;
}

.Adpop .modal-content {
    padding: 50px;
    border-radius: 0;
}

.adimg img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.adtop {
    display: flex;
}

.adText {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 600;
}

.adText span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.linkedin {
    position: absolute;
    right: 0;
}

.addcont {
    margin-top: 30px;
}

.addcont li {
    padding-left: 35px;
    margin-bottom: 10px;
    position: relative;
}

.addcont li:before {
    content: '';
    background-image: url(../img/star-text.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 3px;
}

.Adpop .carousel-control-next,
.Adpop .carousel-control-prev {
    width: 30px;
}

.Adpop .carousel-control-next-icon,
.Adpop .carousel-control-prev-icon {
    background-color: #FF7000;
}

.Adpop .carousel-control-prev {
    left: -50px;
    opacity: 1;
}

.Adpop .carousel-control-next {
    right: -50px;
    opacity: 1;
}

.Connect .btn {
    background: #FF7000;
    color: #fff;
    border-radius: 14px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 30px;
}

.Connect {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.Connect:before {
    position: absolute;
    content: '';
    width: 405px;
    height: 1px;
    background: #7C7C7C;
    left: 0;
    bottom: 0;
    opacity: 1;
}

.ConnectText {
    margin-right: 50px;
    width: 33%;
    line-height: 1.3;
}

.tous a {
    color: #7C7C7C;
}

.homeBanner {
    position: relative;
    margin-top: -58px;
    text-align: center;
    color: #fff;
}

.homeBanner .container {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}

.homeBanner h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 10px;
}

.homeBanner p {
    font-size: 24px;
    line-height: 1.2;
}

.homeBanner video {
    width: 100%;
    height: auto;
}

.leadersslider .slick-slide img {
    width: 90%;
    height: auto;
}

.workplace {
    background-image: url(../img/workplace-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.workplace .heading {
    margin-bottom: 0;
}

.polcls {
    font-size: 32px;
}

.polcls span {
    display: block;
    font-size: 24px;
}

.countdownBox {
    width: 700px;
    margin: auto;
}

.datebox {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
}

.lens {
    background: #D9D9D9;
}

.lens .slick-prev,
.lens .slick-next {
    width: 150px;
    height: 311px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
}

.lens .slick-prev::before,
.lens .slick-next::before {
    background-color: rgba(255, 112, 0, 0.8);
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-family: 'Montserrat';
}

.lens .slick-prev {
    left: 0;
    z-index: 1;
}

.lens .slick-next {
    right: 0;
}

.lens .slick-list {
    width: 73%;
    margin: auto;
}
.lensBox {
    display: flex;
}

.lensText img {
    margin-bottom: 10px;
}

.comtitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    min-height: 155px;
}

.title20 {
    font-size: 20px;
}

.title26 {
    font-size: 26px;
}

.title18 {
    font-size: 18px;
}

.title16 {
    font-size: 16px;
}

.title24 {
    font-size: 24px;
}

.namedes b,
.namedes span {
    display: block;
    line-height: 1.2;
}

.lensimg img {
    border-radius: 20px 0 0 20px;
}

.lensText {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 0px 20px 20px 0;
}

.desks {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(228, 228, 228, 1) 100%);
}

.desksBox {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.desksBox img {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.desksBoxin {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 30px;
    display: flex;
}

.desksBoxin .left .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    min-height: 55px;
    line-height: 1.3;
}

.desksBoxin .left .title a {
    color: #000;
    text-decoration: none;
}

.desksBoxin .left .author {
    font-size: 12px;
    color: #949494;
}

.desksBoxin .left .author b {
    color: #000;
}

.desksBoxin .right img {
    width: auto;
    margin-left: 30px;
}

.benefits,
.newssec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 100%);
}

.benefits .options .option .label .info .maintitle,
.benefits .options .option .label .info .sub p {
    color: #fff;
}

.benefits .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1320px;
    height: 500px;
    margin: auto;
}

.benefits .optionText {
    position: absolute;
    transform: rotate(270deg);
    top: 150px;
    font-size: 30px;
    left: -180px;
    font-weight: 600;
    width: 500px;
    z-index: 1;
    color: #fff;
    line-height: 1.1;
    height: 140px;
    padding-top: 35px;
    padding-left: 30px;
    background: linear-gradient(90deg, #FF7000 0%, rgba(0, 0, 0, 0.40) 66.01%);
}

.benefits .optionText span {
    display: block;
}

.benefits .options .option {
    position: relative;
    overflow: hidden;
    width: 140px;
    margin: 0 10px;
    cursor: pointer;
    transition: 1.2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    border-radius: 20px;
    background-position: center !important;
}

.benefits .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    cursor: auto;
}

.benefits .options .option.active .optionText,
.benefits .options .option.active .label .icon {
    display: none;
}

.benefits .options .option.active .label {
    bottom: 0;
    padding: 30px;
    background: linear-gradient(279deg, #FF7000 -1.17%, #000 45.52%);
}

.benefits .options .option.active .label .info>div {
    opacity: 1;
}

.benefits .options .option:not(.active) .label {
    top: 30px;
    left: 0px;
}

.benefits .options .option:not(.active) .label .info>div {
    left: 20px;
    opacity: 0;
}

.benefits .options .option .label {
    position: absolute;
    right: 0px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.benefits .options .option .label .icon {
    text-align: center;
    position: relative;
    z-index: 2;
}

.benefits .options .option.active .label .info {
    visibility: visible;
}

.benefitsy .options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.benefits .options .option .label .info .maintitle {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.benefits .options .option .label .info .sub {
    transition-delay: 0.1s;
}

.benefits .options .option.active .label .info .sub {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.benefits .options .option:first-child {
    margin-left: 0;
}

.benefits .options .option:last-child {
    margin-right: 0;
}

.benefits .options .option .label .info .sub p {
    line-height: 1.2;
    margin-bottom: 0;
}

.farBox img {
    border-radius: 20px;
}

.farBoxin {
    padding-top: 30px;
    font-size: 20px;
}

.farBoxin .title a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.farBoxin .title a:hover,
.desksBoxin .left .title a:hover {
    color: #FF7000;
    text-decoration: underline;
}

.fardate {
    color: #828282;
}

.faq {
    background: #E5E5E5;
}

.faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-size: 32px;
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: 32px;
    width: 32px;
    height: 32px;
    transform: rotate(225deg);
}

.faq .accordion-header .accordion-button {
    background: #fff;
    border-radius: 20px;
    box-shadow: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 30px 50px;
}
.faq .accordion-header .accordion-button h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.faq .accordion-body {
    padding: 0 50px 30px;
}

.faq .accordion-item {
    border: none;
    border-radius: 20px;
    margin-bottom: 15px;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 20px;
}

.faq .accordion-body p {
    font-size: 20px;
    font-weight: 400;
}

.newssecBox {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
}

.newssecBox:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #000;
    height: 5px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.newssecBox:hover:before {
    left: 0;
}

.newssecBoxInner {
    position: absolute;
    bottom: 0;
    left: 100px;
    background: #fff;
    width: 350px;
    font-size: 20px;
    padding: 50px;
}

.tags ul {
    font-size: 0;
}

.tags ul li.decor {
    border: none;
    padding: 0;
    margin: 0 0 5px 5px;
    font-size: 16px;
    display: inline-block;
}

.tags ul li.decor a {
    border: 1px solid #919191;
    padding: 7px 12px;
}

.whitecls {
    width: 1000px;
    margin: auto;
}

.leftbar {
    padding-right: 30px;
    font-size: 18px;
}

.leftbar .heading {
    text-align: left;
}

.leftbar h6,
.formbg .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.orangelist li {
    background: url(../img/orange-arrow-right.svg) 2px 7px no-repeat;
    padding-left: 30px;
    margin-bottom: 15px;
}

.formbg {
    margin-top: 2rem;
    padding: 20px;
    background: #f8f9fa;
}

.note {
    color: #6c757d;
    font-size: 12px;
    line-height: 18px;
}

.formbg .form-group {
    margin-bottom: 1rem;
}

.formbg .form-control {
    border: 1px solid #e9ecef;
    background: #fff;
    padding: 10px;
    border-radius: 0;
}

.formbg .form-select {
    border: 1px solid #e9ecef;
    background-color: #fff;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-shadow: none;
}

.formbg .btn {
    background: #FF7000;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    width: 100%;
}

.popup {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transform: translateY(120%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 9999;
}

.popup.show {
    transform: translateY(0);
    opacity: 1;
}

.popup .close-btn {
    position: absolute;
    top: -24px;
    right: 0;
    border: none;
    background: #fff;
    font-size: 32px;
    cursor: pointer;
    padding: 0px 10px;
    line-height: 32px;
}

.popup .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
.popup .btn {
    background: #FF7000;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    width: 100%;
}
.popup small {
    font-weight: bold;
    color: #ff7000;
}

@media screen and (max-width: 1399px) {
    .sliderBox .title {
        top: 40px;
        left: 40px;
    }

    .sliderBox a {
        bottom: 40px;
        left: 40px;
    }

    .BoardBox {
        padding: 0 0 0 20px;
    }

    .keyinner {
        margin-left: 100px;
    }

    .Criteria .row {
        width: 100%;
    }

    .memBox {
        padding: 30px;
    }

    .by {
        padding-left: 23.5%;
    }

    .PanelsBox {
        padding: 0 30px;
    }

    .blogBoxTitle {
        font-size: 18px;
    }

    .blogBoxTitle a {
        height: 94px;
    }

    .eventBoxtext ul {
        min-height: 52px;
    }

    .lens .slick-list {
        width: 70%;
    }

    .comtitle {
        font-size: 30px;
    }

    .title20 {
        font-size: 18px;
    }

    .title26 {
        font-size: 24px;
    }

    .title18 {
        font-size: 16px;
    }

    .title16 {
        font-size: 14px;
    }

    .title24 {
        font-size: 22px;
    }

    .desksBoxin .left .title {
        min-height: 72.75px;
    }

    .farBoxin {
        font-size: 18px;
    }

    .newssecBoxInner {
        padding: 30px;
        width: 300px;
    }
}

@media screen and (max-width: 1199px) {

    .welcome h1,
    .innerBanner h1 {
        font-size: 48px;
    }

    .summit h2,
    .bannertitle {
        font-size: 42px;
    }

    .summit h3,
    .heading {
        font-size: 36px;
    }

    .sliderBox .title {
        font-size: 30px;
    }

    .sliderBox .title {
        top: 30px;
        left: 30px;
    }

    .sliderBox a {
        bottom: 30px;
        left: 30px;
    }

    .PopularBox .fullimg,
    .sliderBox .fullimg {
        border-radius: 20px;
    }

    .welcome h1 span i::before {
        left: 68px;
    }

    .innerBanner h1 {
        top: 65px;
    }

    .inner .title {
        font-size: 20px;
    }

    .Key::before {
        left: 51%;
    }

    .keyinner {
        margin-left: 30px;
    }

    .by {
        padding-left: 11.5%;
    }

    .blogBoxTitle a {
        overflow: hidden;
    }

    .blogtop,
    .blogmiddle,
    .whitecls {
        width: auto;
    }

    .homeBanner h1 {
        font-size: 40px;
    }

    .desksBoxin {
        padding: 25px;
    }

    .desksBoxin .right img {
        margin-left: 10px;
    }

    .desksBoxin .left .title {
        min-height: 91px;
    }

    .benefits .options .option {
        width: 100px;
    }

    .benefits .optionText {
        top: 170px;
        left: -200px;
        height: 100px;
        padding-top: 23px;
        font-size: 24px;
    }

    .benefits .options .option .label .info .maintitle {
        font-size: 24px;
    }

    .lens .slick-list {
        width: 65%;
    }

    .lensText {
        padding: 15px
    }

    .comtitle {
        font-size: 28px;
        min-height: 184px;
    }

    .title20 {
        font-size: 16px;
    }

    .title26 {
        font-size: 22px;
    }

    .title18 {
        font-size: 14px;
    }

    .title16 {
        font-size: 14px;
    }

    .title24 {
        font-size: 20px;
    }

    .newssecBoxInner {
        left: 50px;
    }

    .newsBox {
        right: 0;
    }

    .eventsbanner p span {
        display: inline;
    }
}

@media screen and (max-width: 1024px) {
    .homeBanner .container {
        top: 100px;
    }

    .leftbar {
        padding-right: 0;
    }
}

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

    header .navbar .dropdown .dropdown-menu:hover,
    header .navbar .dropdown:hover .dropdown-menu {
        display: block
    }

    header .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {

    header .navbar,
    header .navbar-brand {
        padding: 5px 0;
    }

    header .dropdown-toggle::after {
        margin-top: 5px;
        margin-left: auto;
    }

    header .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: auto;
        padding: 0;
        position: relative;
        top: 0;
        border: none;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 0;
        font-weight: 600;
    }

    header .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding: 8px 20px;
    }

    .aboutmenu li {
        border-bottom: none;
    }

    .aboutmenu li a {
        padding: 8px 15px;
    }

    .comeBox {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        width: 100%;
    }

    .welcome h1,
    .SubscribeForm .col-lg-7,
    .footerTwo .col-lg-2,
    .footerTwo .col-lg-6 {
        margin-bottom: 15px;
    }

    .space100 {
        padding: 50px 0;
        clear: both;
    }

    .welcome .single-item {
        margin-top: 30px;
    }

    .Popular .col-lg-4:nth-child(2) {
        margin: 30px 0;
    }

    .footerOne .col-lg-3,
    .BoardList .fullimg {
        margin-bottom: 30px;
    }

    .copy {
        text-align: left;
    }

    .innerBanner h1 {
        top: 40px;
    }

    .BoardBox {
        padding: 0;
    }

    .missBox .Staricon,
    .keyicon {
        right: inherit;
        top: 0;
        left: 0;
    }

    .BoardList:nth-child(odd) .missBox img,
    .Criteria .col-lg-6:first-child {
        margin-bottom: 30px;
    }

    .BoardList:nth-child(even) .col-lg-5,
    .Industry .missBox {
        text-align: left;
    }

    .BoardList:nth-child(even) .missBox .Staricon,
    .Industry .missBox .Staricon {
        left: 0;
    }

    .BoardList:nth-child(even) .missBox img,
    .keyinner {
        margin-top: 30px;
    }

    .keyinner {
        margin-left: 0;
    }

    .Key::before {
        display: none;
    }

    .We .heading span {
        display: inline
    }

    .Criteria {
        padding-top: 175px;
        padding-bottom: 50px;
        margin-top: -180px;
    }

    .Ready p {
        font-size: 24px;
    }

    .Ready .container::before {
        width: 80px;
        height: 80px;
        background-size: 80px;
    }

    .getform .btn,
    .footerTwo .col-lg-2 {
        margin-top: 15px;
    }

    .Ready p:first-child b::before {
        top: -22px;
        left: 27px;
    }

    .getform {
        width: 100%;
    }

    .bannertitle {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .by {
        padding-left: 0;
    }

    .addmap img {
        height: 30px;
    }

    .datetime img {
        height: 40px;
    }

    .Panels {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(214, 214, 214, 1) 50%);
    }

    .Panels .col-lg-6:first-child .PanelsBox {
        padding: 0 0 50px 0;
    }

    .Panels .col-lg-6:last-child .PanelsBox {
        padding: 50px 0 0 0;
    }

    .blogRight {
        margin-top: 30px;
    }

    .blogbottom .blogBoxTitle a {
        height: auto;
    }

    .date {
        display: inline-block;
        height: auto;
        margin-bottom: 15px;
    }

    .keyBox {
        padding: 30px;
    }

    .homeBanner {
        margin-top: 0;
    }

    .homeBanner .container {
        top: 50px;
    }

    .homeBanner p {
        font-size: 20px;
    }

    .desksBoxin {
        justify-content: space-between;
    }

    .desksBoxin .left .title {
        min-height: auto;
    }

    .desks .col-lg-4:nth-child(2) {
        margin: 30px 0;
    }

    .farBox img {
        width: 100%;
    }

    .farBoxin {
        padding-top: 15px;
    }

    .far .col-lg-6:first-child {
        margin-bottom: 30px;
    }

    .faq .accordion-header .accordion-button {
        padding: 30px;
    }

    .faq .accordion-body {
        padding: 0 30px 30px;
    }

    .benefits .options {
        flex-direction: column;
        height: auto;
    }

    .benefits .options .option {
        width: 100%;
        height: 80px;
        margin: 5px 0;
        position: relative;
    }

    .benefits .options .option.active {
        height: 400px;
    }

    .benefits .options .option .label .icon {
        text-align: left;
        margin-left: 30px;
        margin-top: -10px;
    }

    .benefits .options .option:first-child {
        margin-top: 0;
    }

    .benefits .options .option:last-child {
        margin-bottom: 0;
    }

    .benefits .optionText {
        left: 0;
        transform: inherit;
        top: -30px;
        height: 80px;
        width: 100%;
        padding-left: 90px;
        padding-top: 27px;
    }

    .benefits .optionText span {
        display: inline-block;
    }

    .lens .slick-list {
        width: 100%;
    }

    .lens .slick-dots li button:before {
        font-size: 15px;
    }

    .lens .slick-dots {
        bottom: -33px;
    }

    .transparentBG .logowhite {
        display: none;
    }

    .transparentBG .logocolor {
        display: block;
    }

    .innerBanner {
        margin-top: 0;
    }

    .transparentBG.fixedbg {
        background: #fff;
    }

    .transparentBG .navbar-expand-lg .navbar-nav .nav-link {
        color: #1b1b1c;
    }

    .transparentBG .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        border: 1px solid #FF7000;
        color: #FF7000;
    }

    .transparentBG .dropdown-toggle::after {
        background-image: url(../img/chevron-down.svg);
    }

    .blogbottom .col-lg-4:nth-child(2) {
        margin: 30px 0;
    }

    .newssecBoxInner {
        left: 10px;
        padding: 15px;
        font-size: 16px;
    }

    .newsBox {
        width: 275px;
        top: 10%
    }

    .newsBox p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .blogBoxTitle a {
        height: auto;
    }

    .newssecBoxInner {
        padding: 30px;
        font-size: 18px;
        position: inherit;
        left: 0;
        width: 100%;
    }

    .newssecBox img {
        max-width: 160%;
        margin-left: -60%;
    }

    .eventsbanner .heading {
        margin-bottom: 1rem;
    }

    .newsBox {
        width: 100%;
        top: 0;
        position: relative;
        background: #000;
        padding: 30px;
    }

    .newsBox p {
        font-size: 20px;
    }

    .eventBoxtext a {
        height: auto;
    }

    .eventBoxtext ul {
        min-height: auto;
    }

    .eventslist .col-lg-4:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 431px) {

    .welcome h1,
    .innerBanner h1,
    .memBox .title,
    .CatBox .title {
        font-size: 24px;
    }

    .summit h2 {
        font-size: 22px;
    }

    .heading {
        font-size: 24px;
    }

    .sliderBox .title,
    .summit h3,
    .blogmiddle .heading {
        font-size: 24px;
    }

    .blogmiddle .subheading {
        font-size: 22px;
    }

    .sliderBox .title {
        top: 15px;
        left: 15px;
    }

    .sliderBox a {
        bottom: 15px;
        left: 15px;
    }

    .inner a,
    .sliderBox a {
        font-size: 16px;
    }

    .summit .fullimg {
        height: 250px;
    }

    .welcome h1 span i::before {
        left: 57px;
        background-size: 100%;
        top: -9px;
        width: 20px;
        height: 20px;
    }

    .innerBanner .fullimg {
        height: 170px;
    }

    .innerBanner h1 {
        top: 50px;
    }

    .Key .heading span {
        display: inline;
    }

    .Criteria {
        padding-top: 110px;
        margin-top: -130px;
    }

    .Ready .container::before {
        display: none;
    }

    .sliderBox .title b {
        font-size: 14px;
    }

    .breakfast .fullimg {
        width: 200%;
        margin-left: -100%;
        height: auto;
    }

    .breakfast .banner-caption {
        position: inherit;
        background: #000;
        padding: 50px 0;
    }

    .homeBanner h1 {
        font-size: 24px;
    }

    .homeBanner .container {
        top: 20px;
    }

    .homeBanner p {
        display: none;
    }

    .countdownBox {
        width: 100%;
    }

    .polcls {
        font-size: 20px;
    }

    .lensBox {
        display: block;
    }

    .lensimg {
        background: #fff;
        border-radius: 20px 20px 0 0;
    }

    .lensimg img {
        border-radius: 0;
        width: auto;
        margin: auto;
    }

    .lensText {
        border-radius: 0px;
    }

    .benefits .options .option .label .info .maintitle {
        font-size: 18px;
    }

    .benefits .optionText {
        font-size: 18px;
        padding-top: 30px;
        padding-left: 65px;
    }

    .benefits .options .option .label .icon {
        margin-left: 15px;
    }

    .Connect {
        justify-content: space-between;
    }

    .ConnectText {
        margin-right: 0;
        width: 60%;
    }

    .Connect:before {
        width: 100%;
    }

    .faq .accordion-header .accordion-button,
    .faq .accordion-body p {
        font-size: 18px;
    }
}

@media screen and (max-width: 391px) {
    .welcome p span {
        display: inline;
    }

    .comtitle {
        min-height: 200px;
    }
}