/* font-face */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans-SemiBold.ttf") format("truetype"),
    url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url("../fonts/Oswald-Medium.eot");
  src: url("../fonts/Oswald-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Medium.woff2") format("woff2"),
    url("../fonts/Oswald-Medium.woff") format("woff"),
    url("../fonts/Oswald-Medium.ttf") format("truetype"),
    url("../fonts/Oswald-Medium.svg#Oswald-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald;
  src: url("../fonts/Oswald-Regular.eot");
  src: url("../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Regular.woff2") format("woff2"),
    url("../fonts/Oswald-Regular.woff") format("woff"),
    url("../fonts/Oswald-Regular.ttf") format("truetype"),
    url("../fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Containers */
.container-main {
  max-width: 1920px;
  margin: 0 auto;
}

.container-custom {
  max-width: 1740px;
  margin: 0 auto;
}

/* Headings */
h1,
.h1 {
  font-family: Oswald;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 21.6px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

h2,
.h2 {
  font-family: Oswald;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 16.8px;
  text-transform: uppercase;
  color: #103a5d;
  text-align: center;
}

h3,
.h3 {
  font-family: Oswald;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 9.6px;
  text-transform: uppercase;
  color: #103a5d;
}

h4,
.h4 {
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
}

h5,
.h5 {
  color: #222;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0;
}

h6,
.h6 {
  color: #222;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
}

p {
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #222;
}

/* Icons */
.icon {
  display: inline-block;
  position: relative;
}

.icon-email-white {
  width: 20px;
  height: 18px;
  background: url("../images/email-white.svg") no-repeat;
  background-size: 100%;
}

.icon-twitter-white {
  width: 16px;
  height: 16px;
  background: url("../images/twitter-white.svg") no-repeat;
  background-size: 100%;
}

.icon-facebook-white {
  width: 16px;
  height: 16px;
  background: url("../images/facebook-white.svg") no-repeat;
  background-size: 100%;
}

.icon-instagram-white {
  width: 16px;
  height: 16px;
  background: url("../images/instagram-white.svg") no-repeat;
  background-size: 100%;
}

.icon-search-white {
  width: 18px;
  height: 18px;
  background: url("../images/search-white.svg") no-repeat;
  background-size: 100%;
}

.icon-twitter-grey {
  width: 18px;
  height: 18px;
  background: url("../images/twitter-grey.svg") no-repeat;
  background-size: 100%;
}

.icon-facebook-grey {
  width: 18px;
  height: 18px;
  background: url("../images/facebook-grey.svg") no-repeat;
  background-size: 100%;
}

.icon-instagram-grey {
  width: 18px;
  height: 18px;
  background: url("../images/instagram-grey.svg") no-repeat;
  background-size: 100%;
}

.icon-mail-grey {
  width: 25px;
  height: 25px;
  background: url("../images/email-grey.svg") no-repeat;
  background-size: 100%;
}

.icon-phone-grey {
  width: 25px;
  height: 25px;
  background: url("../images/call-grey.svg") no-repeat;
  background-size: 100%;
}

.icon-responsibility {
  width: 44px;
  height: 43px;
  background: url("../images/values-responsibility.svg") no-repeat;
  background-size: 100%;
}

.icon-team-work {
  width: 44px;
  height: 44px;
  background: url("../images/values-team-work.svg");
  background-size: 100%;
}

.icon-tramsparency {
  width: 44px;
  height: 44px;
  background: url("../images/values-transparent.svg");
  background-size: 100%;
}

.icon-creativity {
  width: 44px;
  height: 44px;
  background: url("../images/Creativity.svg");
  background-size: 100%;
}

.icon-collaboration {
  width: 44px;
  height: 44px;
  background: url("../images/Collaboration.svg");
  background-size: 100%;
}

.icon-dedication {
  width: 44px;
  height: 44px;
  background: url("../images/Dedication.svg");
  background-size: 100%;
}

.icon-fun {
  width: 44px;
  height: 44px;
  background: url("../images/Fun.svg");
  background-size: 100%;
}

.icon-plus {
  width: 18px;
  height: 18px;
  background: url("../images/plus-icon.svg") no-repeat;
  background-size: 100%;
}

.icon-linkedin-green-60 {
  width: 60px;
  height: 60px;
  background-size: 100%;
  background: url("../images/linkedin-green.svg") no-repeat;
}

.icon-linkedin-green {
  width: 30px;
  height: 30px;
  background-size: 100%;
  background: url("../images/linkedin-green-30.svg") no-repeat;
}

.icon-minus {
  width: 18px;
  height: 2px;
  background: url("../images/minus-icon.svg") no-repeat;
  background-size: 100%;
}

.icon-search {
  width: 20px;
  height: 20px;
  background: url("../images/search-icon.svg") no-repeat;
  background-size: 100%;
}

/* Buttons & Links*/
.a-link {
  position: relative;
}

.a-link {
  color: #103a5d;
  text-align: center;
  font-family: "Oswald";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.a-link:hover {
  color: #6dc4c4;
}

.a-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background: #0e3a5c;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.a-link:hover:after {
  display: none;
}

.a-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: 0 auto;
  height: 0px;
  width: 0%;
  background: #0e3a5c;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.a-link:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background: #6dc4c4;
}

.btn-green,
.btn-green:active,
:not(.btn-check)+.btn-green:active {
  background: #6dc4c4;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 9px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  border: none;
  text-decoration: none;
  text-align: center;
}

/* .btn-green:active, .btn-green:focus, .btn-green:hover {
    background: #6dc4c4;
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
} */

header .header-right-top li * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header .header-right-top li span a i:hover {
  color: #6dc4c4 !important;
}

.btn-green:active,
.btn-green:hover,
.btn-green:focus,
.read-more:active,
.read-more:focus,
.read-more:hover,
.read-less:active,
.read-less:focus,
.read-less:hover {
  outline: 0 !important;
  outline-offset: 0;
}

.btn-green,
.read-more,
.read-less {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
}

.btn-green span,
.read-more a,
.read-less a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.btn-green::before,
.read-more::before,
.read-less::before {
  position: absolute;
  content: "";
  background-color: #0e3a5c;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  color: #fff;
}

.btn-green span,
.read-more a,
.read-less a {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}

.btn-green span:hover,
.read-more a:hover,
.read-less a:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
  -webkit-transition: 0.2s 0.1s;
  -moz-transition: 0.2s 0.1s;
}

.btn-green.hover-slide-right::before,
.read-more:before,
.read-less:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
}

.btn-green.hover-slide-right:hover::before,
.read-more:hover:before,
.read-less:hover:before {
  position: absolute;
  content: "";
  width: 100%;
}

.btn-blue,
.btn-blue:active,
:not(.btn-check)+.btn-blue:active {
  background: #0e3a5c;
  font-family: Oswald;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.3em;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15px 65px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  border: none;
}

.btn-blue:active,
.btn-blue:hover,
.btn-blue:focus {
  outline: 0 !important;
  outline-offset: 0;
}

.btn-blue {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
}

.btn-blue span {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.btn-blue::before {
  position: absolute;
  content: "";
  background-color: #6dc4c4;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  color: #fff;
}

.btn-blue span {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}

.btn-blue span:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
  -webkit-transition: 0.2s 0.1s;
  -moz-transition: 0.2s 0.1s;
}

.btn-blue.hover-slide-right::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
}

.btn-blue.hover-slide-right:hover::before {
  position: absolute;
  content: "";
  width: 100%;
}

.btn-white,
.btn-white:active,
:not(.btn-check)+.btn-white:active {
  color: #222;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background: #fff;
  text-decoration: none;
  padding: 15px 44px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  border: none;
}

.btn-white:active,
.btn-white:hover,
.btn-white:focus {
  outline: 0 !important;
  outline-offset: 0;
}

.btn-white {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
}

.btn-white span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.btn-white::before {
  position: absolute;
  content: "";
  background-color: #6dc4c4;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  color: #fff;
}

.btn-white:hover span {
  color: #fff;
}

.btn-white span {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}

.btn-white span:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
  -webkit-transition: 0.2s 0.1s;
  -moz-transition: 0.2s 0.1s;
}

.btn-white.hover-slide-right::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
}

.btn-white.hover-slide-right:hover::before {
  position: absolute;
  content: "";
  width: 100%;
}

/* .btn-blue:active, .btn-blue:focus, .btn-blue:hover {
    background: #31546f;
    color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
} */

/* Backgrounds */
.bg-grey {
  background: #f4f4f4;
}

.section-padding-60 {
  padding: 60px 0;
}

/* Title blocks */
.title-block,
.title-block h2 {
  margin-bottom: 32px;
}

.title-block p {
  max-width: 1062px;
  margin: 0 auto;
}

/* Background  */
.bg-grey {
  background: #f4f4f4;
}

/* Lists */
.lists ul li,
.membership-blocks .membership-item .lists li {
  color: #222;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.lists ul li:not(:last-child),
.membership-blocks .membership-item .lists li:not(:last-child) {
  padding: 0 0 16px 0;
}

/* Sections */
section {
  padding: 0 0 100px 0;
}

/* Header */
header .navbar {
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
}

header .header-right-bottom {
  margin-left: auto;
}

header .header-right-top {
  list-style: none;
  padding: 10px 0 46px;
  margin-left: auto;
  margin-bottom: 0;
}

header .navbar-expand-lg .navbar-nav {
  padding-bottom: 46px;
}

header .header-right-top .mail-block a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

header .header-right-top .mail-block a .icon-email-white {
  margin-right: 6px;
}

header .header-right-top .social-block span,
header .navbar-brand img.white-logo,
header.sticky_header .navbar-brand img.colored-logo {
  display: block;
}

header .header-right-top .social-block a:not(:last-child) {
  margin-right: 20px;
}

header .header-right-top .btn-green {
  min-width: 139px;
  line-height: 10px;
  padding: 11px 15px;
}

header .navbar-collapse {
  flex-direction: column;
}

header .header-right-top li:not(:last-child) {
  padding-right: 20px;
  position: relative;
  line-height: 18px;
}

header .header-right-bottom .nav-item:not(:last-child):after,
header .header-right-top li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  background: #778793;
  width: 1px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

header .header-right-bottom .nav-item.search-icon {
  position: relative;
}

header {
  transition: 0.2s background ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
}

header {
  will-change: height;
}

header.sticky_header {
  z-index: 999;
}

header.sticky_header .header-right-bottom .nav-item.search-icon:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
  width: 1px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link {
  color: #222;
}

header .header-right-top li:not(:first-child) {
  padding-left: 20px;
}

header .navbar-expand-lg .navbar-collapse .nav-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #fff;
  padding: 0;
}

header .navbar-expand-lg .navbar-collapse .nav-link:hover {
  color: #6dc4c4;
}

header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
  margin-left: 12px;
  background: url("../images/down-arrow-grey.svg") 0 0/100% no-repeat;
  border: none;
  width: 14px;
  height: 9px;
  vertical-align: middle;
}

header .header-right-bottom .nav-item:not(:last-child) {
  position: relative;
  padding-right: 24px;
}

header .header-right-bottom .nav-item:not(:first-child) {
  padding-left: 23px;
}

header .navbar-brand img.colored-logo,
header.sticky_header .header-right-bottom .nav-item.dropdown.contact:after,
header.sticky_header .header-right-bottom .nav-item:nth-last-child(2):after,
header.sticky_header .navbar-brand img.white-logo {
  display: none;
}

header .mobile-links.search {
  display: none;
}

header.sticky_header {
  background: #fff;
  transition: 0.2s background ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
}

/* header.sticky_header {
    background: #fff;
    animation: change-background 4s ease alternate;
    -webkit-animation: change-background 4s ease alternate;
    -moz-animation: change-background 4s ease alternate;
    -o-animation: change-background 4s ease alternate;
    -ms-animation: change-background 4s ease alternate;

}

@keyframes change-background {
    0% {
        background: transparent;
    }

    100% {
        background: #fff;
    }
}

@-webkit-keyframes change-background {
    0% {
        background: transparent;
    }

    100% {
        background: #fff;
    }
}

@-moz-keyframes change-background {
    0% {
        background: transparent;
    }

    100% {
        background: #fff;
    }
}

@-ms-keyframes change-background {
    0% {
        background: transparent;
    }

    100% {
        background: #fff;
    }
}

@-o-keyframes change-background {
    0% {
        background: transparent;
    }

    100% {
        background: #fff;
    }
} */
header,
header .navbar-brand img {
  z-index: 9999;
}

header.sticky_header .navbar {
  align-items: center;
}

header.sticky_header .header-right-bottom .nav-item:not(:last-child):after {
  background: rgba(34, 34, 34, 0.3);
}

header.sticky_header .header-right-top .mail-block a {
  color: #778793;
}

header.sticky_header .icon-email-white {
  background: url("../images/email-grey.svg") no-repeat;
}

header.sticky_header .icon-twitter-white {
  background: url("../images/twitter-grey.svg") no-repeat;
}

header.sticky_header .icon-facebook-white {
  background: url("../images/facebook-grey.svg") no-repeat;
}

header.sticky_header .icon-instagram-white {
  background: url("../images/instagram-grey.svg") no-repeat;
}

.navbar-expand-lg .navbar-nav .contact .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-expand-lg .navbar-nav .contact .dropdown-menu:before {
  right: 10%;
  left: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border: none;
  border-radius: 0;
  min-width: 296px;
  padding: 0;
  border-top: 30px solid transparent;
  background: 0 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:after {
  content: "";
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0e3a5c;
  left: 10%;
  top: -5px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
  z-index: -1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
  background: #0e3a5c;
  padding: 0 40px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  padding: 20px 0;
  background: #0e3a5c;
  color: #ddd;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a:active,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:focus,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: #6dc4c4;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #447e7e;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {
  padding-bottom: 10px;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu li h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  padding: 25px 0 15px;
}

header.sticky_header {
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
}

header .header-right-bottom .nav-item.search-icon {
  padding-left: 32px;
}

header .navbar-expand-lg .navbar-collapse .nav-link:active,
header .navbar-expand-lg .navbar-collapse .nav-link:focus,
header .navbar-expand-lg .navbar-collapse .nav-link:hover {
  outline: 0;
  box-shadow: none;
}

header .search-block {
  position: relative;
  cursor: pointer;
}

header .search-form {
  display: none;
  position: absolute;
  width: 460px;
  right: -38px;
  top: 66px;
  z-index: 99999;
  box-shadow: 1px 1px 15px 0px #bcbcbc;
  border-radius: 7px;
}

header .search-form:before {
  content: "";
  position: absolute;
  top: -15px;
  right: 40px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 8px solid #fff;
}

header .search-block .search-field {
  font-family: "Open Sans";
  font-weight: 600;
  background: #fff;
  box-shadow: 0 16px 14px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 20px;
  color: #55626b;
  border: none;
  padding: 17px 75px 17px 29px;
  outline-offset: 0;
  outline: 0;
  width: 100%;
  height: 68px;
  border-radius: 7px;
}

header .search-block .btn-search {
  padding: 0;
  position: absolute;
  right: 19px;
  height: auto;
  display: block;
  line-height: normal;
  top: 13px;
}

header .search-block .btn.btn-search:active,
header .search-block .btn.btn-search:focus,
header .search-block .btn.btn-search:hover {
  box-shadow: none;
}

.icon-search-white.cancel {
  width: 18px;
  height: 18px;
  background: url("../images/search-cancel.svg") left top/100% no-repeat;
}

header.sticky_header .icon-search-white {
  width: 18px;
  height: 18px;
  background: url("../images/search-grey.svg") left top/100% no-repeat;
}

header.sticky_header .icon-search-white.cancel {
  width: 18px;
  height: 18px;
  background: url("../images/search-cancel-grey.svg") left top/100% no-repeat;
}

.dropdown-menu.show {
  display: none;
}

/* Banner section */
.banner-section .banner-block .banner-content {
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.banner-section .banner-block .banner-content h1 span {
  display: block;
}

.banner-section .banner-block .banner-content h1 {
  margin-bottom: 48px;
}

.banner-section .banner-block .banner-content p {
  color: #fff;
  max-width: 643px;
  margin: 0 auto;
}

.banner-section .banner-block {
  position: relative;
}

.banner-section .banner-block .banner-image img {
  width: 100%;
}

.banner-section .banner-block .banner-image img.banner-mobile {
  display: none;
}

/* What we offer */
.what-we-offer {
  overflow: hidden;
  padding: 0 0 176px 0;
}

.offerSwiper {
  overflow: visible !important;
}

.offerSwiper .swiper-pagination {
  background: #fff;
  /* Shadow */
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
  max-width: 1740px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  bottom: -82px;
}

.offerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 12.5%;
  height: auto;
  background: none;
  margin: 0;
  padding: 32px 16px;
  opacity: 1;
  border-radius: 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}

.offerSwiper .swiper-pagination-parent-mobile,
.offer-slider .swiper-pagination-parent-mobile {
  display: none;
  z-index: 0 !important;
}

.offerSwiper .swiper-pagination .icon {
  width: 60px;
  height: 60px;
}

.offerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6dc4c4;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.offerSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #6dc4c4;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.offerSwiper .swiper-pagination .swiper-pagination-bullet span {
  color: #222;
  text-align: center;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 0;
  display: block;
}

.offerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  color: #fff;
}

.offer-slider .nav-link:hover .tabs-button span {
  color: white;
}

.offer-slider .swiper-pagination-bullet:hover span {
  color: white;
}

.offer-list-block .icon-meeting-room,
.offerSwiper .swiper-pagination .icon-meeting-room {
  background: url("../images/meeting-rooms-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-meeting-room,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-meeting-room {
  background: url("../images/meeting-rooms-white.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .icon-open-workspaces,
.offerSwiper .swiper-pagination .icon-open-workspaces {
  background: url("../images/open-workspaces-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-open-workspaces,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-open-workspaces {
  background: url("../images/open-workspaces-white.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .icon-private-workspaces,
.offerSwiper .swiper-pagination .icon-private-workspaces {
  background: url("../images/private-workspaces-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-private-workspaces,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-private-workspaces {
  background: url("../images/private-workspaces-white.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .icon-event-space,
.offerSwiper .swiper-pagination .icon-event-space {
  background: url("../images/event-spaces-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-event-space,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-event-space {
  background: url("../images/event-spaces-white.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .icon-recording-studio,
.offerSwiper .swiper-pagination .icon-recording-studio {
  background: url("../images/recording-studio-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-recording-studio,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-recording-studio {
  background: url("../images/recording-studio-white.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .icon-lounge,
.offerSwiper .swiper-pagination .icon-lounge {
  background: url("../images/lounge-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-lounge,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-lounge {
  background: url("../images/lounge-white.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .icon-cafe,
.offerSwiper .swiper-pagination .icon-cafe {
  background: url("../images/cafe-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-cafe,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-cafe {
  background: url("../images/cafe-white.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .icon-fun-area,
.offerSwiper .swiper-pagination .icon-fun-area {
  background: url("../images/fun-area-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-list-block .active .icon-fun-area,
.offerSwiper .swiper-pagination .swiper-pagination-bullet-active .icon-fun-area {
  background: url("../images/fun-area-white.svg") no-repeat;
  background-size: 100%;
}

/* Explore the centre */
.explore-the-center {
  overflow: hidden;
  padding: 0 0 62px 0;
}

.explore-the-center .title-block {
  margin: 0 0 60px 0;
}

.explore-the-center .swiper-container {
  width: 100%;
}

.explore-the-center .swiper-slide {
  width: 860px;
  height: 553px;
  user-select: none;
}

.explore-the-center .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.explore-the-center .swiper-slide.swiper-slide-active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  box-shadow: 0 1px 32px 8px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 32px 8px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 1px 32px 8px rgb(0 0 0 / 20%);
  z-index: -1;
}

.explore-the-center .swiper-slide.swiper-slide-prev {
  transform: translate3d(320px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  -webkit-transform: translate3d(320px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  -moz-transform: translate3d(320px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  /* border-left: 20px solid #fff */
}

.explore-the-center .swiper-slide.swiper-slide-next {
  transform: translate3d(-320px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  -moz-transform: translate3d(-320px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  -webkit-transform: translate3d(-320px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  /* border-right: 20px solid #fff */
}

.explore-the-center .swiper-slide.swiper-slide-nth-prev-2 {
  transform: translate3d(300px, 0, -600px) rotateX(0) rotateY(0) scale(1.16) !important;
  -webkit-transform: translate3d(300px, 0, -600px) rotateX(0) rotateY(0) scale(1.16) !important;
  -moz-transform: translate3d(300px, 0, -600px) rotateX(0) rotateY(0) scale(1.16) !important;
}

.explore-the-center .swiper-slide.swiper-slide-nth-next-2 {
  transform: translate3d(-300px, 0, -600px) rotateX(0) rotateY(0) scale(1.16) !important;
  -webkit-transform: translate3d(-300px, 0, -600px) rotateX(0) rotateY(0) scale(1.16) !important;
  -moz-transform: translate3d(-300px, 0, -600px) rotateX(0) rotateY(0) scale(1.16) !important;
}

.explore-the-center .swiper-slide.swiper-slide-active {
  /* border-left: 16px solid #fff;
    border-right: 16px solid #fff; */
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04),
    0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04),
    0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04),
    0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.explore-the-center .swiper-button-next,
.explore-the-center .swiper-button-prev {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
}

/* Add hover background for explore-the-center navigation arrows */
.whats-new-slider .swiper-nav .swiper-button-next:hover {
  background-color: #6dc4c4c9;
  transition: background-color 0.3s ease;
}

.whats-new-slider .swiper-nav .swiper-button-prev:hover {
  background-color: #6dc4c4c9;
  transition: background-color 0.3s ease;
}

.testimonial .swiper-nav .swiper-button-next:hover {
  background-color: #6dc4c4c9;
  transition: background-color 0.3s ease;
}

.testimonial .swiper-nav .swiper-button-prev:hover {
  background-color: #6dc4c4c9;
  transition: background-color 0.3s ease;
}

.whats-new-slider .whats-new-item .text-image-content .contents .text-center .a-link {
  letter-spacing: 2px!important;/* Styles for the specific link in the whats-new-slider content */
}

.event-item .event-image .a-link {
  letter-spacing: 2px!important;/* Styles for the specific link in the whats-new-slider content */
}



.explore-the-center .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: 32px;
  background: #fff;
  z-index: 9;
  width: 184px;
  margin: 0 auto;
  padding: 10px 40px;
  box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 17px 4px rgba(0, 0, 0, 0.1);
}

.explore-the-center .swiper-button-prev {
  order: 1;
  margin-top: 0;
}

.explore-the-center .swiper-button-next {
  order: 2;
  margin-top: 0;
}

.explore-the-center .swiper-button-next:after,
.explore-the-center .swiper-button-prev:after {
  font-family: none;
  font-size: 0;
}

.explore-the-center .swiper-button-prev:after {
  content: "";
  position: absolute;
  background: url("../images/left-arrow-blue.svg");
  width: 12px;
  height: 20px;
}

.explore-the-center .swiper-button-next:after {
  content: "";
  position: absolute;
  background: url("../images/right-arrow-blue.svg");
  width: 12px;
  height: 20px;
}

/* Memberships */
.membership .description {
  max-width: 1350px;
  margin: 0 auto;
}

.membership .title-block {
  margin-bottom: 60px;
}

.membership .title-block p {
  max-width: 1350px;
}

.membership-blocks .membership-item {
  box-shadow: 0 100px 80px rgba(0, 0, 0, 0.07),
    0 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198),
    0 22.3363px 17.869px rgba(0, 0, 0, 0.0417275),
    0 12.5216px 10.0172px rgba(0, 0, 0, 0.035),
    0 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725),
    0 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}

.membership-blocks .membership-item {
  background: #fff;
  text-align: center;
  padding: 44px 30px 53px 38px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.membership-blocks .membership-item h2 {
  letter-spacing: 0;
  color: #222;
  text-align: center;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.membership-blocks .membership-item .membership-image {
  margin-bottom: 17px;
}

.membership-blocks .membership-item .lists li {
  text-align: left;
}

.membership-blocks .membership-item .membership-header {
  height: 175px;
}

.membership-blocks .membership-item .button-block {
  margin-top: 40px;
}

.membership-blocks .membership-item .button-block .btn-blue {
  min-width: 216px;
}

.membership .membership-blocks .col-lg-4 {
  padding-right: 8px;
  padding-left: 8px;
}

.membership .membership-blocks .lists {
  padding: 0 0 0 10px;
  margin: 0;
}

/* whats new */
.whats-new-section .title-block {
  margin-bottom: 60px;
}

.whats-new-slider .swiper-wrapper {
  padding-bottom: 50px;
  margin-bottom: 0;
}

.whats-new-slider .swiper-slide .drop-shadow {
  box-shadow: none;
  transition: box-shadow 0.1s ease-in-out;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out;
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
  position: relative;
  margin: 0;
}

.whats-new-slider .swiper-slide .drop-shadow:after {
  content: "";
  position: absolute;
  top: 35%;
  width: 93%;
  height: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 25%) 0 0 21px 7px;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 0 21px 7px;
  -moz-box-shadow: rgb(0 0 0 / 25%) 0 0 21px 7px;
  z-index: -1;
}

.whats-new-slider .whats-new-item.text-slide .contents,
.whats-new-slider .whats-new-item.text-slide .text-image-content {
  margin: 10px;
}

.whats-new-slider .swiper-wrapper {
  margin-bottom: 0;
  padding-bottom: 72px;
}

.whats-new-slider .swiper-slide {
  background: 0 0;
  height: auto;
}

.whats-new-slider .swiper-nav {
  display: flex;
  position: absolute;
  top: 42%;
  width: 100%;
  height: 64px;
}

.whats-new-slider .swiper-slide .image {
  overflow: hidden;
}

.whats-new-slider .swiper-slide .image img,
.blog-listing-container .blog-listing-left .image img,
.past-articles .past-article-item .image img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  width: 100%;
}

.whats-new-slider .swiper-slide .image:hover img,
.blog-listing-container .blog-listing-left .image:hover img,
.past-articles .past-article-item .image:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.whats-new-slider .swiper-slide>a {
  justify-content: center;
  align-items: center;
  display: block;
  height: 100%;
  text-decoration: none;
}

.whats-new-slider>a .whats-new-item .contents h2 {
  text-decoration: none;
}

.whats-new-slider .whats-new-item {
  background: #fff;
  margin: 0;
}

.whats-new-slider .whats-new-item .contents h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
  color: #222;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 12px;
}

.whats-new-slider .whats-new-item.text-slide .contents {
  padding: 6px 6px 14px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.whats-new-slider .whats-new-item.text-image-slide .contents {
  padding: 16px 16px 24px;
}

.whats-new-slider .whats-new-item .contents p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #222;
  text-align: left;
  margin-bottom: 24px;
  padding-right: 15px;
}

.whats-new-slider .whats-new-item.text-slide h2 {
  color: rgba(34, 34, 34, 0.8);
}

.whats-new-slider .whats-new-item.text-slide .date {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.8);
  margin: 0;
}

.whats-new-slider .text-image-content {
  overflow: hidden;
}

.whats-new-slider .swiper-nav .swiper-button-next,
.whats-new-slider .swiper-nav .swiper-button-prev {
  top: 0;
}

.whats-new-slider .swiper-nav .swiper-button-next:after,
.speakers .swiper-nav .swiper-button-next:after,
.gallery .swiper-nav .swiper-button-next:after,
.documents .swiper-nav .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/right-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.whats-new-slider .swiper-nav .swiper-button-prev:after,
.speakers .swiper-nav .swiper-button-prev:after,
.gallery .swiper-nav .swiper-button-prev:after,
.documents .swiper-nav .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/left-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.whats-new-slider .swiper-nav .swiper-button-next,
.speakers .swiper-nav .swiper-button-next,
.gallery .swiper-nav .swiper-button-next,
.documents .swiper-nav .swiper-button-next {
  right: -36px;
  width: 92px;
  height: 64px;
}

.whats-new-slider .swiper-nav .swiper-button-prev,
.speakers .swiper-nav .swiper-button-prev,
.gallery .swiper-nav .swiper-button-prev,
.documents .swiper-nav .swiper-button-prev {
  left: -36px;
  width: 92px;
  height: 64px;
}

.speakers .swiper-nav .swiper-button-prev:hover {
  background-color: #6dc4c4c9;
  transition: background-color 0.3s ease;
}

.speakers .swiper-nav .swiper-button-next:hover {
  background-color: #6dc4c4c9;
  transition: background-color 0.3s ease;
}

.whats-new-slider .swiper-nav .swiper-button-next,
.whats-new-slider .swiper-nav .swiper-button-prev,
.blog .swiper-nav .swiper-button-prev,
.blog .swiper-nav .swiper-button-next,
.speakers .swiper-nav .swiper-button-next,
.speakers .swiper-nav .swiper-button-prev,
.gallery .swiper-nav .swiper-button-next,
.gallery .swiper-nav .swiper-button-prev,
.documents .swiper-nav .swiper-button-next,
.documents .swiper-nav .swiper-button-prev {
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}

/* Testimonial */
.testimonial-slider .testimonial-item .quote img,
.testimonial-slider .testimonial-item .testimonial-footer .image img,
.testimonial-slider .testimonial-item.playing-video {
  width: 100%;
}

.testimonial .container-custom,
.testimonial-slider .testimonial-item .testimonial-video,
.what-we-offer .offer-list,
.whats-new-slider .container-custom {
  position: relative;
}

.testimonial-slider .swiper-nav .swiper-button-next,
.testimonial-slider .swiper-nav .swiper-button-prev {
  width: 92px;
  height: 64px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}

.testimonial-slider .swiper-nav .swiper-button-next:after,
.blog .swiper-nav .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/right-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.testimonial-slider .swiper-nav .swiper-button-prev:after,
.blog .swiper-nav .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/left-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.testimonial-slider .swiper-nav .swiper-button-next,
.blog .swiper-nav .swiper-button-next {
  right: -36px;
}

.testimonial-slider .swiper-nav .swiper-button-prev,
.blog .swiper-nav .swiper-button-prev {
  left: -36px;
}

.testimonial-slider .swiper-button-next.swiper-button-disabled,
.testimonial-slider .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}

.testimonial,
.whats-new-section,
.whats-new-slider .text-image-content {
  overflow: hidden;
}

.testimonial .swiper-nav,
.whats-new-slider .swiper-nav,
.blog .swiper-nav,
.speakers .swiper-nav,
.gallery .swiper-nav,
.documents .swiper-nav {
  display: flex;
  position: absolute;
  top: 42%;
  width: 100%;
  height: 64px;
}

.testimonial .swiper-nav .swiper-button-next,
.testimonial .swiper-nav .swiper-button-prev,
.whats-new-slider .swiper-nav .swiper-button-next,
.blog .swiper-nav .swiper-button-next,
.blog .swiper-nav .swiper-button-prev,
.speakers .swiper-nav .swiper-button-next,
.speakers .swiper-nav .swiper-button-prev,
.gallery .swiper-nav .swiper-button-next,
.gallery .swiper-nav .swiper-button-prev,
.documents .swiper-nav .swiper-button-next,
.documents .swiper-nav .swiper-button-prev {
  top: 0;
}

.testimonial-slider .testimonial-item .testimonial-footer h2,
.testimonial-slider .testimonial-item p {
  color: #222;
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  line-height: 25px;
  font-size: 18px;
}

.testimonial-slider .testimonial-contents {
  background: #fff;
  padding: 24px 45px;
  text-align: center;
}

.testimonial-slider .testimonial-item .quote {
  width: 47px;
  height: 37px;
  margin: 16px auto 20px;
}

.testimonial-slider .testimonial-item p {
  text-align: center;
  text-transform: none;
  margin-bottom: 24px;
}

.testimonial-slider .testimonial-item .testimonial-footer .image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto 16px;
}

.testimonial-slider .testimonial-item .testimonial-footer h2 {
  text-align: center;
  text-transform: capitalize;
  letter-spacing: normal;
  margin: 0;
}

.testimonial-slider .testimonial-item .testimonial-footer p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  color: rgba(34, 34, 34, 0.6);
}

.testimonial-slider .testimonial-item.slick-center:after,
.testimonial-slider .testimonial-item:after {
  content: "";
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  box-shadow: rgb(0 0 0 / 40%) 0 7px 33px -19px;
  -webkit-box-shadow: rgb(0 0 0 / 40%) 0 7px 33px -19px;
  -moz-box-shadow: rgb(0 0 0 / 40%) 0 7px 33px -19px;
}

.testimonial .play-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.testimonial .play-button img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 20px;
  height: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

.swiper,
.testimonial-slider .testimonial-item .testimonial-video .block-video>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: 0;
}

.testimonial-slider .testimonial-item .testimonial-video img {
  height: 100%;
  /* width: 100%; */
}

.testimonial .swiper-slide.swiper-slide-active .testimonial-item .testimonial-video a img {
  width: 100%;
}

.testimonial .link-block {
  margin: 48px 0 0;
}

.testimonial .title-block {
  margin-bottom: 40px;
}

.testimonial .swiper-nav {
  top: 50%;
}

.testimonial .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  position: relative;
  z-index: 99;
}

.testimonial .swiper-slide {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
}

.testimonial .swiper-slide.swiper-slide-next,
.testimonial .swiper-slide.swiper-slide-prev {
  opacity: 0.8;
}

.testimonial-slider .testimonial-item .testimonial-video .play-button img {
  width: 20px;
  height: auto;
}

.testimonial-slider .swiper-wrapper {
  padding: 40px 0;
  height: auto;
}

.testimonial-slider .block-video {
  width: 100% !important;
}

/* Events */
.event-slider .swiper-nav .swiper-button-next,
.event-slider .swiper-nav .swiper-button-prev {
  width: 92px;
  height: 64px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}

.event-slider .swiper-nav .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/right-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.event-slider .swiper-nav .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/left-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.event-slider .swiper-nav .swiper-button-next {
  right: -36px;
}

.event-slider .swiper-nav .swiper-button-prev {
  left: -36px;
}

.event-slider .swiper-button-next.swiper-button-disabled,
.event-slider .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}

.swiper-button-disabled {
  display: none !important;
}

.events,
.events .event-item {
  overflow: hidden;
}

.events .swiper-nav {
  display: flex;
  position: absolute;
  top: 42%;
  width: 100%;
  height: 64px;
}

.events .swiper-nav .swiper-button-next,
.events .swiper-nav .swiper-button-prev {
  top: 0;
}

.events .link-block {
  margin: 48px 0 0;
}

.events .title-block {
  margin-bottom: 60px;
}

.events .event-block .card {
  background: #fff;
  border: none;
  border-radius: 0;
}

.events .event-block .card .card-body {
  padding: 0;
  text-align: left;
}

.events .event-block .card-tag {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  background: #6dc4c4;
  display: inline-block;
  padding: 22px 17px;
}

.events .event-block .card-text {
  padding: 16px 16px 64px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 80px;
  margin-bottom: 40px;
}

.events .event-block .card-actions {
  padding: 24px 10px;
}

.events .swiper-wrapper {
  padding-bottom: 20px;
}

.events .event-block .event-item.event-down {
  margin: 90px 0 0;
  position: relative;
}

.events .event-block .event-item {
  box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
  -moz-box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
}

.events .event-block .card.card-down:after,
.events .event-block .card:after {
  content: "";
  position: absolute;
  top: 10%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
  -moz-box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
}

.events .swiper-slide {
  background: 0 0;
}

.events .event-item {
  overflow: hidden;
}

.events .event-item img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.events .event-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.events .swiper-slide>a,
.events .swiper-slide>a .card-text {
  text-decoration: none;
}

/* Footer */
footer {
  border-top: 1px solid #778793;
}

.footer-middle .fixed-navbar a {
  display: block;
}

.footer-middle ul li:not(:last-child),
.footer-top .footer-social-media .email i,
.footer-top .footer-social-media .phone i {
  margin-right: 16px;
}

.footer-middle .fixed-navbar ul li img {
  width: 100%;
}

.footer-middle ul li {
  position: relative;
}

.footer-middle .fixed-navbar ul li:not(:last-child):after {
  display: none;
}

footer .footer-top {
  margin: 40px 0 0;
}

.footer-top h2,
.footer-top ul li:not(:last-child) {
  margin-bottom: 12px;
}

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

.footer-top .footer-logo {
  padding-right: 50px;
  position: relative;
}

.footer-top .footer-links {
  position: relative;
  padding: 0 58px;
}

.footer-top .footer-links:after,
.footer-top .footer-links:before {
  content: "";
  position: absolute;
  right: 0;
  background: rgba(119, 135, 147, 0.3);
  width: 1px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #778793;
}

.footer-top .footer-links:before {
  left: 0;
}

.footer-top .footer-social-media {
  padding-left: 50px;
}

.footer-top .compass-logo {
  margin-right: 40px;
}

.footer-top h2,
.footer-top h2 a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2d2e2e;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.footer-top a,
.footer-top p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
}

.footer-top a:hover {
  opacity: 0.8;
}

.footer-bottom p,
.footer-middle ul li,
.footer-middle ul li a {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  font-style: normal;
  font-family: "Open Sans";
  font-weight: 600;
}

.footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top .footer-links .link-blocks:not(:last-child) {
  margin-right: 75px;
}

.footer-social-media h2 {
  text-align: center;
  margin-bottom: 16px;
}

.footer-top .footer-social-media ul li:not(:last-child) {
  margin: 0 20px 19px 0;
}

.footer-top .footer-social-media .email {
  margin-bottom: 14px;
}

.footer-top .footer-social-media .email span,
.footer-top .footer-social-media .phone span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(34, 34, 34, 0.7);
}

.footer-middle {
  margin: 103px 0 0;
  padding-bottom: 46px;
}

.footer-middle ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-middle ul li,
.footer-middle ul li a {
  text-decoration: underline;
}

.footer-middle ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -20px;
  background: rgba(119, 135, 147, 0.3);
  width: 1px;
  height: 100%;
}

.footer-middle ul li:not(:first-child) {
  margin-left: 20px;
}

.footer-bottom {
  padding: 32px 0 44px;
  border-top: 1px solid #778793;
}

.footer-bottom p {
  margin: 0;
  text-align: right;
}

.footer-bottom p a {
  color: #222;
  text-decoration: none;
}

.footer-middle .fixed-navbar {
  position: fixed;
  right: 0;
  bottom: 110px;
  z-index: 999;
}

.footer-middle .fixed-navbar ul li:not(:last-child) {
  width: 48px;
  height: 48px;
  background: #6dc4c4;
  border-radius: 100%;
  position: relative;
}

.footer-middle .fixed-navbar ul li:first-child a {
  position: absolute;
  left: 50%;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}

.footer-middle .fixed-navbar ul li:nth-child(2) a {
  position: absolute;
  left: 38%;
  right: 0;
  margin: 0 auto;
  top: 48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.footer-middle .fixed-navbar ul li:first-child,
.footer-middle .fixed-navbar ul li:nth-child(2) {
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}

.footer-middle .fixed-navbar ul li:not(:last-child) {
  margin-right: 0;
}

.footer-middle .fixed-navbar ul li:last-child {
  text-decoration: none;
  background: #6dc4c4;
  border-radius: 32px 0 0 32px;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}

.footer-middle .fixed-navbar ul li:last-child a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  width: 103px;
  text-align: center;
  margin: 5px 0 0;
}

.footer-middle .fixed-navbar ul li:not(:first-child) {
  margin-left: 16px;
}

/* Banner section inner pages */
.banner-section-inner-pages {
  margin-top: 104px;
  padding: 0 0 40px 0;
}

.banner-section.banner-section-inner-pages .banner-block .banner-content {
  top: 50%;
}

.banner-section.banner-section-inner-pages .banner-block .banner-content h1 {
  margin-bottom: 12px;
}

/* what we offer v1 */
.what-we-offer-v1 .offerSwiper .swiper-pagination {
  bottom: auto;
  top: 0;
  position: relative;
  margin-bottom: 60px;
}

.what-we-offer-v1 .offerSwiper {
  overflow: hidden;
}

.what-we-offer-v1 .what-we-offer-item .image img {
  width: 100%;
}

.what-we-offer-v1 .what-we-offer-item .text {
  margin: 0 0 0 27px;
  max-width: 719px;
}

.what-we-offer-v1 .what-we-offer-item .text h3 {
  margin-bottom: 24px;
}

.what-we-offer-v1 .what-we-offer-item .text p {
  text-align: left;
  color: #778793;
  line-height: normal;
  margin-bottom: 0;
}

.what-we-offer-v1 {
  padding: 0 0 100px 0;
}

.values-block {
  max-width: 942px;
  margin: 0px auto 0;
}

.values-block h2 {
  margin-bottom: 32px;
  padding-bottom: 26px;
  border-bottom: 1px solid #f4f4f4;
}

.values-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.values-block ul li {
  width: 33.33%;
}

.values-block span {
  color: #222;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 29px;
}

.text-block p {
  max-width: 1220px;
  margin: 0 auto 60px;
}

/* Team */
.team .title-block {
  margin-bottom: 60px;
}

.team .team-item {
  background: #fff;
  /* Shadow */
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 120px;
}

.team-item.open .team-item-expand {
  z-index: 99;
}

.team .team-item .team-item-inner {
  padding: 32px 80px 0 80px;
  background: #fff;
}

.team .team-item-expand {
  position: absolute;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04),
    0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  text-align: right;
}

.team .team-item-expand .team-item-expand-inner {
  padding: 32px 38px 0;
  display: none;
}

.team .team-item .image {
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
  border-radius: 100%;
}

.team .team-item .image img {
  width: 100%;
}

.team .team-item h2 {
  font-family: "Open sans";
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 600;
  color: #222;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 6px;
}

.team .team-item h3 {
  margin: 0;
}

.team .team-item p {
  color: #222;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  text-align: left;
}

.team .team-item .social-profile {
  margin: 24px 0 0;
  text-align: left;
}

.read-more,
.read-less {
  margin: 24px 0 0 auto;
  background: #6dc4c4;
  padding: 7px 16px;
  max-width: 140px;
  width: 100%;
}

.read-more a,
.read-more a span,
.read-less a,
.read-less a span {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 0;
  text-transform: none;
}

.read-less {
  margin: 0 0 0 auto;
}

.team .team-item.open .icon-plus {
  background: url("../images/minus-icon.svg") no-repeat;
  width: 18px;
  height: 3px;
  background-size: 100%;
}

/* .team .team-item h3 {
    padding-bottom: 14px;
}

.team .team-item.open h3 {
    padding-bottom: 0;
} */

.team .team-item>* {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}

.team-item .read-less {
  display: none;
}

/* Breadcrumb section */
.breadcrumb-section {
  padding: 0 0 40px;
}

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

.breadcrumb-item,
.breadcrumb-item a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #222;
  text-decoration: none;
}

.breadcrumb-item.active {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #222;
  padding-right: 0;
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.breadcrumb-item.arrow {
  width: 14px;
  padding-right: 6px;
}

.breadcrumb-item:first-child {
  padding-right: 6px;
}

.breadcrumb-item.arrow img {
  width: 100%;
}

/* Text over banner: company */
.text-over-banner img {
  width: 100%;
}

.text-over-banner .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.text-over-banner .content h2 {
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 72px 0;
}

.text-over-banner .btn-green {
  max-width: 348px;
  width: 100%;
  padding: 14px 15px 15px;
  font-size: 17px;
  line-height: 22px;
}

.text-over-banner .btn-green span {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

/* Filter section */
.filter-block .row {
  --bs-gutter-x: 2rem;
}

.filter-block .form-group {
  width: 26.5%;
  position: relative;
  margin-right: 24px;
}

.filter-block .form-group .form-control {
  width: 100% !important;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 14px 21px;
  color: #222;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #778793;
  border-radius: 0;
}

.form-group .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #778793;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 16px;
  background: url("../images/down-arrow.svg") no-repeat center;
}

.form-group .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.form-group .select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.form-control {
  padding: 14px 24px;
  color: #222;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  border: 1px solid #778793;
}

.form-control:focus,
.form-control:active,
.form-control:hover {
  box-shadow: none;
  border: 1px solid #778793;
}

.form-group .select2-container {
  width: 100% !important;
}

.filter-block {
  padding-bottom: 69px;
}

.filter-block .btn-block .btn-blue {
  padding: 15px 20px;
  text-align: center;
  max-width: 270px;
  min-width: 270px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}

.filter-block .btn-block .btn-blue span {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 600;
  width: auto;
}

.filter-block .icon-search {
  margin-right: 15px;
}

/* Listing blocks */
.listing-item {}

.featured-tag {
  display: inline-block;
  background: #f4f4f4;
  color: #103a5d;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  padding: 7px 24px 6px;
  position: relative;
  z-index: 10;
}

.featured-tag:after {
  content: "";
  width: 185px;
  height: 32px;
  position: absolute;
  left: 20px;
  top: 0px;
  -ms-transform: skew(50deg, 0deg);
  -webkit-transform: skew(50deg, 0deg);
  transform: skew(50deg, 0deg);
  background: #f4f4f4;
  z-index: -1;
}

.icon-featured {
  background: url("../images/featured-icon.svg") no-repeat;
  width: 21px;
  height: 15px;
  background-size: 100%;
}

.icon-right-arrow-white {
  background: url("../images/right-arrow-white.svg") no-repeat;
  width: 11px;
  height: 15px;
  background-size: 100%;
}

.listing-item .listing-item-top {
  background: #f4f4f4;
  padding: 24px;
  position: relative;
  height: 142px;
}

.listing-item .list-item-inner {
  background: #fff;
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
}

.view-offer {
  background: #103a5d;
  padding: 9px 26px 9px 16px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17.762px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  z-index: 8;
}

.view-offer:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 42px;
  right: 37px;
  top: 0px;
  -ms-transform: skew(40deg, 0deg);
  -webkit-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
  background: #103a5d;
  z-index: 0;
}

.view-offer span {
  margin-right: 21px;
  position: relative;
}

.listing-item .icon-image {
  width: 224px;
  height: 146px;
  background: #fff;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}

.listing-item .icon-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.listing-item .listing-item-bottom h2 {
  color: #222;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  margin: 22px 0 0;
  text-align: left;
  text-transform: none;
  padding: 0;
  width: 100%;
}

.listing-item .listing-item-bottom h3 {
  color: #778793;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  margin: 18px 0 0;
  padding: 0;
  width: 75%;
}

.listing-item .listing-item-bottom {
  padding: 24px;
  position: relative;
}

.listing-item .list-item-inner .read-more {
  margin: 0;
  padding: 7px 13px;
  position: absolute;
  bottom: -24px;
  right: 0;
}

.listing-item .list-item-inner .read-more .icon-plus {
  margin-left: 14px;
}

.listing-item .list-item-inner .listing-item-bottom .listing-item-expand {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: none;
  visibility: hidden;
}

.listing-item .list-item-inner.open .listing-item-bottom .listing-item-expand {
  display: block;
  opacity: 1;
  max-height: 5000px;
  visibility: visible;
  transition: opacity 0.3s ease-in, max-height 0.3s ease-in;
}

.listing-item .list-item-inner:not(.open) .listing-item-bottom .listing-item-expand {
  display: none !important;
  opacity: 0 !important;
  max-height: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

.listing-item .list-item-inner .listing-item-bottom .listing-item-expand-outer {
  position: absolute;
  width: 100%;
  text-align: right;
  z-index: 99;
  right: 0;
  background: #fff;
}

.listing-item .list-item-inner.open .listing-item-bottom .listing-item-expand-outer {
  top: auto;
  bottom: auto;
  background: #6dc4c4;
  z-index: 999;
}

.listing-item .list-item-inner.open,
.listing-item .list-item-inner.open .listing-item-top {
  background: #6dc4c4;
}

.listing-item .list-item-inner.open .listing-item-bottom h2 {
  margin: 18px 0 0;
}

.listing-item .list-item-inner.open .listing-item-bottom h3 {
  margin: 12px 0 0;
}

.listing-item .list-item-inner.open .listing-item-expand {
  display: block !important;
  padding: 12px 24px;
  /* position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto; */
  background: #6dc4c4;
  /* z-index: 99; */
}

.listing-item .list-item-inner .listing-item-expand {
  padding: 12px 24px;
}

.listing-item .list-item-inner.open .listing-item-expand ul {
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.listing-item .list-item-inner.open .listing-item-expand ul li {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.listing-item .list-item-inner .listing-item-expand ul {
  border-top: 1px solid #e2e2e2;
  padding: 12px 0;
  margin: 0;
}

.listing-item .list-item-inner .listing-item-expand i {
  margin-right: 6px;
}

.listing-item .list-item-inner.open .listing-item-expand ul li:not(:last-child) {
  margin-bottom: 12px;
}

.listing-item .list-item-inner.open .listing-item-expand ul li:last-child {
  padding-bottom: 12px;
}

.listing-item .list-item-inner.open .listing-item-bottom h2,
.listing-item .list-item-inner.open .listing-item-bottom h3 {
  color: #fff;
}

.listing-item .list-item-inner.open .listing-item-bottom i {
  margin-right: 6px;
}

.listing-item .list-item-inner.open .icon-profile {
  width: 21px;
  height: 21px;
  background: url("../images/profile.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner.open .profile-email {
  width: 21px;
  height: 21px;
  background: url("../images/profile-email.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner.open .profile-phone {
  width: 21px;
  height: 21px;
  background: url("../images/profile-phone.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner.open .profile-website {
  width: 21px;
  height: 21px;
  background: url("../images/profile-website.svg") no-repeat;
  background-size: 100%;
}

/* Non active */
.listing-item .list-item-inner .icon-profile {
  width: 21px;
  height: 21px;
  background: url("../images/profile-grey.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner .profile-email {
  width: 21px;
  height: 21px;
  background: url("../images/profile-email-grey.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner .profile-phone {
  width: 21px;
  height: 21px;
  background: url("../images/profile-phone-grey.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner .profile-website {
  width: 21px;
  height: 21px;
  background: url("../images/profile-website-grey.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner .read-less {
  display: none;
}

.listing-item .list-item-inner.open .read-less {
  display: block;
}

.listing-item .list-item-inner.open .listing-item-expand p,
.listing-item .list-item-inner .listing-item-expand p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding: 12px 0 0;
  margin: 0 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.listing-item .list-item-inner .listing-item-expand p,
.listing-item .list-item-inner .listing-item-expand ul li {
  color: #778793;
}

.listing-item .list-item-inner .listing-item-expand ul li:not(:last-child) {
  margin-bottom: 12px;
}

.listing-item .list-item-inner .listing-item-expand p {
  border-top: 1px solid #e2e2e2;
}

.listing-item .list-item-inner.open .read-more,
.listing-item .list-item-inner.open .read-less {
  background: #fff;
}

.listing-item .list-item-inner.open .read-more a,
.listing-item .list-item-inner.open .read-more a span,
.listing-item .list-item-inner.open .read-less a,
.listing-item .list-item-inner.open .read-less a span {
  color: #6dc4c4;
}

.listing-item .list-item-inner.open .read-less .icon-minus {
  width: 18px;
  height: 2px;
  background: url("../images/minus-icon-green.svg") no-repeat;
  background-size: 100%;
  margin-left: 17px;
}

.listing-item .list-item-inner.open .read-more,
.listing-item .list-item-inner.open .read-less {
  padding: 7px 12px;
}

.listing-item .list-item-inner.open .read-more:hover a,
.listing-item .list-item-inner.open .read-more:hover a span,
.listing-item .list-item-inner.open .read-more:focus a,
.listing-item .list-item-inner.open .read-more:focus a span,
.listing-item .list-item-inner.open .read-less:hover a,
.listing-item .list-item-inner.open .read-less:hover a span,
.listing-item .list-item-inner.open .read-less:focus a,
.listing-item .list-item-inner.open .read-less:focus a span {
  color: #fff;
}

.listing-item .list-item-inner.open .read-less:hover .icon-minus,
.listing-item .list-item-inner.open .read-less:focus .icon-minus {
  background: url("../images/minus-icon.svg") no-repeat;
}

.listing-item .list-item-inner.open .listing-item-expand ul li a {
  color: #fff;
  text-decoration: none;
}

.listing-item .list-item-inner .listing-item-expand ul li a {
  color: #778793;
  text-decoration: none;
}

.listing-item .list-item-inner .listing-item-expand ul li a:hover,
.listing-item .list-item-inner .listing-item-expand ul li a:focus {
  opacity: 0.8;
}

.listing-block .col-lg-4 {
  margin-bottom: 32px;
}

.listing-section .btn-box .button-block {
  margin-left: 30px;
}

.listing-section .btn-box>span {
  color: #222;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.listing-section .btn-box {
  margin: 40px 0 0;
}

/* Blog Listing */
.blog-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.blog-filters ul li a {
  display: block;
  border: 1px solid #6dc4c4;
  text-decoration: none;
  color: #222;
  text-align: right;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 13px 32px;
  text-align: center;
}

.blog-filters ul li:not(:last-child) {
  margin-right: 24px;
}

.blog-filters .dropdown ul {
  flex-direction: column;
  position: absolute;
  width: 260px;
  background: #fff;
  z-index: 99;
  display: none;
}

.blog-filters .dropdown ul.active {
  display: block;
}

.blog-filters .dropdown>a {
  background: url("../images/blog-filter-arrow.svg") no-repeat right 20px top 23px;
  padding-right: 40px;
}

.blog-filters .dropdown>a.active {
  background: #6dc4c4 url("../images/blog-filter-arrow-white.svg") no-repeat right 20px top 23px;
}

.blog-filters .dropdown ul li {
  margin-right: 0;
  width: 100%;
  background: #fff;
}

.blog-filters .dropdown ul li:not(:last-child) a {
  border-bottom: none;
}

.blog-filters ul li a.active {
  background: #6dc4c4;
  color: #fff;
}

.blog-listing .search-block .form-control {
  border: 1px solid #6dc4c4;
  height: 53px;
  max-width: 327px;
  width: 327px;
  margin-right: 24px;
}

.blog-listing .search-block .btn-green span {
  padding: 0;
  font-size: 17px;
  font-weight: 600;
}

.blog-listing .search-block .btn-green {
  padding: 15px 60px;
}

.blog-listing .search-block .icon-search {
  margin-right: 15px;
  min-width: 20px;
}

.blog-listing .blog-filters-container {
  padding-bottom: 60px;
}

.blog-listing-container .blog-listing-left .image img,
.blog-listing-right .blog-items-listing .image img {
  width: 100%;
}

.blog-listing-right .blog-items-listing {
  margin-bottom: 0;
}

.blog-listing-container .blog-listing-left .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 48px;
  z-index: 999;
}

.blog-listing-container .content .green-tag a {
  font-weight: 400;
  font-size: 16px;
}

.blog-listing-container .blog-listing-left .content a {
  color: #fff;
}

.blog-listing-container .blog-listing-right .content a {
  color: #222;
}

.blog-listing-container .blog-listing-left .details {
  margin-bottom: 15px;
}

.blog-listing-container .blog-listing-left .content span,
.blog-listing-container .blog-listing-left .content span a,
.past-articles .past-article-item .details span {
  color: rgba(255, 255, 255, 0.8);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.blog-listing-container .blog-listing-left .details span:not(:last-child),
.past-articles .past-article-item .details span:not(:last-child) {
  margin-right: 28px;
}

.white-tag {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 17px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px;
}

.white-tag a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.green-tag {
  color: rgba(34, 34, 34, 0.8) !important;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  border: 1px solid #6dc4c4;
  background: #fff;
  padding: 3px 14px;
}

.green-tag a {
  color: rgba(34, 34, 34, 0.8);
  text-decoration: none;
}

.blog-listing-container .blog-listing-left .content h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
}

.blog-listing-container .blog-listing-left .content p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 27.389px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.blog-listing-container .blog-listing-left .content p,
.blog-listing-container .blog-listing-left .content h2 {
  max-width: 80%;
}

.blog-listing-right .blog-items-listing {
  padding-left: 24px;
}

.blog-listing-right .blog-items-listing .image {
  margin-right: 31px;
  max-width: 183px;
  min-width: 183px;
}

.blog-listing-right .blog-items-listing .content h2,
.past-article-item h2 {
  color: #222;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
}

.past-article-item h2 {
  max-width: 80%;
}

.blog-listing-right .blog-items-listing .content span {
  color: rgba(34, 34, 34, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.blog-listing-right .blog-items-listing .content span:first-child {
  margin-right: 25px;
}

.blog-listing-right .blog-items-listing .content span:nth-child(2) {
  margin-right: 30px;
}

.blog-listing-right .blog-items-listing .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-listing-right .blog-items-listing .details {
  margin: 0 0 12px;
}

.blog-listing-right .blog-items-listing li:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(244, 244, 244, 1);
}

.blog-listing-container .blog-listing-left {
  width: 53.1%;
}

.blog-listing-container .blog-listing-left .image,
.past-articles .past-article-item .image {
  position: relative;
  z-index: 22;
  overflow: hidden;
}

.blog-listing-container .blog-listing-left .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 2px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 51.56%,
      rgba(0, 0, 0, 0.95) 89.06%);
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
}

.blog-listing-container .blog-listing-right {
  width: 46.9%;
}

.blog-listing-container {
  margin-bottom: 65px;
}

.blog-listing .border-bottom-block {
  border-bottom: 1px solid rgba(119, 135, 147, 0.3);
}

.past-articles .title-block {
  margin-bottom: 60px;
}

.past-articles .past-article-item img {
  width: 100%;
}

.past-articles .past-article-item .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 100%);
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
}

.past-articles .past-article-item .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 33px;
  z-index: 99;
}

.past-article-item h2,
.past-articles .past-article-item .image {
  margin-bottom: 24px;
}

.link-box .a-link {
  font-size: 16px;
  letter-spacing: 3.2px;
  text-transform: capitalize;
}

.link-box .a-link:after,
.link-box .a-link:before {
  bottom: -4px;
}

.past-articles-listing .col-lg-4 {
  margin-bottom: 32px;
}

.past-articles-listing .button-block {
  margin: 40px auto 0;
}

.blog-filters .dropdown ul li:first-child,
.blog-filters .dropdown ul li:nth-child(2),
.blog-filters .dropdown ul li:nth-child(3),
.blog-filters .dropdown ul li:nth-child(4) {
  display: block;
}

.breadcrumb-section.details-page {
  padding: 265px 0 78px;
}

/* Blog section */
.blog-section .container-custom {
  position: relative;
}

.blog-section {
  overflow: hidden;
  padding: 100px 0;
}

.blog-section .link-block {
  margin-top: 72px;
}

.blog .swiper-nav,
.events .swiper-nav,
.testimonial .swiper-nav,
.whats-new-slider .swiper-nav,
.speakers .swiper-nav,
.gallery .swiper-nav,
.documents .swiper-nav {
  display: flex;
  position: absolute;
  top: 42%;
  width: 100%;
  height: 64px;
}

.gallery .swiper-nav {
  display: flex;
  position: absolute;
  top: 60%;
  width: 100%;
  height: 64px;
}

.gallery .swiper-nav {
  left: 0;
}

.blog .swiper-nav .swiper-button-next,
.blog .swiper-nav .swiper-button-prev,
.events .swiper-nav .swiper-button-next,
.events .swiper-nav .swiper-button-prev,
.testimonial .swiper-nav .swiper-button-next,
.testimonial .swiper-nav .swiper-button-prev,
.whats-new-slider .swiper-nav .swiper-button-next,
.whats-new-slider .swiper-nav .swiper-button-prev,
.speakers .swiper-nav .swiper-button-next,
.speakers .swiper-nav .swiper-button-prev,
.gallery .swiper-nav .swiper-button-next,
.gallery .swiper-nav .swiper-button-prev,
.documents .swiper-nav .swiper-button-next,
.documents .swiper-nav .swiper-button-prev {
  top: 0;
}

.blog .blog-item {
  position: relative;
  margin: 0 6px;
}

.blog .blog-item:after {
  content: "";
  position: absolute;
  top: 35%;
  width: 90%;
  height: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 23px 10px rgb(0 0 0 / 25%);
  -webkit-box-shadow: 0 0 23px 10px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 0 23px 10px rgb(0 0 0 / 25%);
  z-index: -1;
}

.blog .slick-track,
.explore-the-center .swiper-wrapper {
  padding-bottom: 30px;
}

.blog .blog-item .blog-details {
  position: absolute;
  top: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0) 39.41%,
      rgba(0, 0, 0, 0) 68.18%,
      rgba(0, 0, 0, 0.9) 100%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 12px 16px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog .blog-item .blog-details p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  margin: 0;
}

.blog .blog-item .blog-details h2 {
  font-family: "Open Sans";
  line-height: 25px;
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  font-style: normal;
  font-size: 18px;
}

.blog .blog-item .block-image,
.blog-details-left .blog-section .image.left,
.blog-details-left .blog-section .image.right,
.event-list-item .image {
  overflow: hidden;
}

.testimonial-slider .testimonial-item .testimonial-footer h2,
.testimonial-slider .testimonial-item p {
  color: #222;
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  line-height: 25px;
  font-size: 18px;
}

.blog .slide-track {
  display: flex;
}

.blog .blog-block img,
.events .event-item img,
.whats-new-slider .swiper-slide .drop-shadow img,
.blog-details-left .blog-section .image.left img,
.blog-details-left .blog-section .image.right img,
.event-list-item .image img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.blog .blog-block:hover img,
.events .event-item:hover img,
.whats-new-slider .swiper-slide .drop-shadow:hover img,
.blog-details-left .blog-section .image.left:hover img,
.blog-details-left .blog-section .image.right:hover img,
.event-list-item:hover .image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.blog .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog .blog-block {
  width: 100% !important;
  height: 100% !important;
}

.blog .swiper-nav .swiper-button-next,
.blog .swiper-nav .swiper-button-prev {
  width: 92px;
  height: 64px;
}

.blog-section .title-block {
  margin-bottom: 60px;
}

.blog-details-left .title {
  color: #222;
  font-family: Oswald;
  font-size: 49px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  /* 142.857% */
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 40px;
}

.blog-details-container .blog-details-left {
  width: 75%;
}

.blog-details-container .blog-details-right {
  width: 25%;
  padding-left: 64px;
}

.blog-details-container .author-profile .image {
  width: 56px;
  height: 56px;
  min-width: 56px;
  overflow: hidden;
  margin-right: 22px;
}

.blog-details-container .author-profile .image img {
  width: 100%;
  /*border-radius: 100%;*/
}

.blog-details-container .author-profile {
  margin-right: 30px;
}

.blog-details-container .author-profile h2 {
  text-transform: capitalize;
  margin-bottom: 4px;
  text-align: left;
}

.blog-details-container .categories .category:not(:last-child) {
  margin-right: 12px;
}

.blog-details-container .categories .category {
  margin-bottom: 5px;
}

.blog-details-container .categories {
  max-width: 560px;
}

.blog-details-container .author-profile span:first-child {
  margin-right: 36px;
}

.blog-details-container .blog-author {
  padding: 22px 0;
  margin-bottom: 32px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.blog-details-left .blog-section .image.left {
  margin-right: 69px;
  max-width: 483px;
  min-width: 483px;
  width: 100%;
}

.blog-details-left .blog-section .image.right {
  margin-left: 69px;
  max-width: 483px;
  min-width: 483px;
  width: 100%;
}

.blog-details-left .blog-section .content h3 {
  color: #222;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  margin-bottom: 27px;
}

.blog-details-left .blog-section .content h2 {
  color: #103a5d;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  margin-bottom: 27px;
}

.blog-details-left .blog-section .content p,
.blog-details-left p {
  color: #222;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
}

.blog-section:not(:last-child) {
  margin-bottom: 58px;
}

.blog-details-left .blog-content .blog-section {
  padding: 58px 0 72px;
}

.blog-details-left .blog-content .blog-section-row:not(:last-child) {
  margin-bottom: 58px;
}

.blog-details-left .blog-section .content p:not(:last-child) {
  margin-bottom: 40px;
}

.blog-details-right h2 {
  color: #0e3a5c;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 32px;
  margin: 0;
}

.blog-details-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-details-right ul li {
  color: #222;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-details-right ul li {
  padding-bottom: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dedede;
}

.blog-details-right ul li span {
  margin-right: 13px;
}

.blog-details-right ul li span.count {
  background: #d0f8f8;
  width: 30px;
  height: 25px;
  text-align: center;
}

.blog-details-right .categories,
.blog-details-right .related-posts,
.blog-details-right .advertisement {
  margin-bottom: 49px;
}

.related-posts .image {
  max-width: 106px;
  min-width: 106px;
  margin-right: 29px;
}

.related-posts .image img {
  width: 100%;
}

.related-posts .text h2,
.related-posts .text h2 a {
  color: #222;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding-bottom: 10px;
  text-transform: none;
}

.blog-details-right .related-posts ul li {
  padding-bottom: 24px;
  margin-bottom: 16px;
}

/* read more links */
.read-more-link {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  text-align: left;
}

.read-more-white {
  color: #fff;
}

.read-more-black {
  color: #222;
}

.read-more-blue {
  color: #0e3a5c;
  text-decoration: underline;
}

.advertisement .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url("../images/advertisement-overlay.svg") no-repeat;
  padding: 56px 28px;
  background-position: bottom;
}

.advertisement .content h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.049px;
  padding-bottom: 12px;
  text-transform: none;
}

.advertisement .content p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.448px;
  text-align: left;
  margin-bottom: 50px;
}

.advertisement .image {
  border-radius: 14px;
  overflow: hidden;
}

.blog-details-container {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 28px;
}

.blog-footer p {
  color: #222;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.103px;
  text-transform: capitalize;
  margin: 0;
}

.social-media-share p {
  margin-right: 23px;
}

.social-media-share a:not(:last-child) {
  margin-right: 11px;
}

.tags-block p {
  margin-right: 18px;
}

.tags-block .tags .green-tag:not(:last-child) {
  margin-right: 18px;
}

.tags-block .tags .green-tag {
  margin-bottom: 5px;
}

/* events filters */
.events-filter {
  padding: 25px 0 25px;
}

.events-filter .filter-block .form-group {
  max-width: 159px;
}

.events-filter .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: url("../images/calendar-icon.svg") no-repeat left 20px center;
  padding-left: 55px;
}

.events-filter .filter-block .form-group {
  width: 100%;
  max-width: 421px;
}

.events-filter .filter-block .event-months-dropdown.form-group {
  max-width: 159px;
}

.filter-block .search-box .form-group {
  min-width: 421px;
}

.event-list-item .text {
  padding: 32px 20px 30px;
}

.event-list-item .text h2 {
  color: #222;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.event-list-item .text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.event-list-item .text ul li {
  color: #778793;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.event-list-item .text ul li:not(:last-child) {
  margin-bottom: 12px;
}

.event-list-item .btn-green {
  color: #fff;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 0;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}

.event-list-item .btn-green span {
  color: #fff;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.event-list-item .btn-green i {
  margin-left: 12px;
}

.icon-calendar {
  width: 21px;
  height: 21px;
  background: url("../images/calendar-icon.svg") no-repeat;
  background-size: 100%;
}

.icon-time {
  width: 18px;
  height: 18px;
  background: url("../images/clock.svg") no-repeat;
  background-size: 100%;
}

.icon-location {
  width: 14px;
  height: 19px;
  background: url("../images/location.svg") no-repeat;
  background-size: 100%;
}

.event-list-item span {
  margin-left: 13px;
}

.event-list-item .icon-calendar {
  margin-right: 13px;
}

.event-list-item .add-to-calendar .icon-calendar {
  margin-right: 0;
}

.event-list-item .add-to-calendar {
  background: #6dc4c4;
  border-radius: 50px;
  max-width: 195px;
  width: 100%;
  position: absolute;
  right: 32px;
  bottom: 12px;
  padding: 10px 18px;
}

.event-list-item .add-to-calendar span {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.event-list-item .add-to-calendar .icon-calendar {
  background: url("../images/calendar-white.svg") no-repeat;
}

.calendar-block {
  max-width: 164px;
  margin: 0 auto;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.calendar-block .calendar-start {
  margin-right: 16px;
}

.calendar-block .calendar-start,
.calendar-block .calendar-end {
  background: #fff;
  min-width: 74px;
  max-width: 74px;
}

.calendar-block .calendar-start .month,
.calendar-block .calendar-end .month {
  color: #103a5d;
  font-family: "Open Sans";
  font-size: 11.833px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 3.491px;
  margin: 0;
  display: block;
  text-align: center;
  padding: 4px 0 2px;
}

.calendar-block .calendar-start .date,
.calendar-block .calendar-end .date {
  color: #103a5d;
  font-family: "Open Sans";
  font-size: 24.85px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  display: block;
  text-align: center;
  padding: 2px 0 4px;
}

.calendar-block .calendar-start .year,
.calendar-block .calendar-end .year {
  background: #6dc4c4;
  color: #fff;
  font-family: "Open Sans";
  font-size: 11.467px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 2.007px;
  margin: 0;
  display: block;
  text-align: center;
  padding: 3px;
  width: 100%;
}

.calendar-block .to {
  background: #6dc4c4;
  color: #fff;
  font-family: "Open Sans";
  font-size: 11.833px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  padding: 2px 8px 3px;
  width: 32px;
  margin: 0;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-transform: uppercase;
}

.events-listing .col-lg-4 {
  margin-bottom: 32px;
}

.count-remaining {
  color: #222;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 31px;
}

.events-listing .btn-box {
  margin: 38px 0 0;
}

.event-list-item {
  border: 1px solid #6dc4c4;
  height: 100%;
}

.event-list-item .calendar-block .calendar-start,
.event-list-item .calendar-block .calendar-end {
  min-width: 63px;
  max-width: 63px;
}

.event-list-item .calendar-block .calendar-start {
  margin-right: 14px;
}

.event-list-item .calendar-block {
  max-width: 142px;
}

.event-details-left .sub-section p .bold {
  font-size: 20px;
}

.event-details-left .sub-section p:not(:last-child) {
  padding-bottom: 1rem;
  /*5px;*/
}

.event-details .sub-section ul {
  padding-bottom: 10px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}

/* Event details */
.banner-section.banner-section-inner-pages .banner-block .banner-content h2 {
  max-width: 781px;
  margin: 0 auto;
  line-height: normal;
}

/* Banner section h1 styles - Events pages only */
.banner-section.banner-section-inner-pages .banner-block .banner-content h1,
.banner-section.banner-section-inner-pages .banner-block .banner-content h1 {
  font-family: Oswald;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 16.8px;
  text-transform: uppercase;
  text-align: center;
  max-width: 781px;
  margin: 0 auto;
}

.banner-section.banner-section-inner-pages .banner-block .banner-content h1,
.banner-section.banner-section-inner-pages .banner-block .banner-content h1 {
  max-width: 70%;
}

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

  .banner-section.banner-section-inner-pages .banner-block .banner-content h1,
  .banner-section.banner-section-inner-pages .banner-block .banner-content h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 6.8px;
  }
}

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

  .banner-section.banner-section-inner-pages .banner-block .banner-content h1,
  .banner-section.banner-section-inner-pages .banner-block .banner-content h1 {
    font-size: 32px;
    letter-spacing: 6.8px;
  }
}

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

  .banner-section.banner-section-inner-pages .banner-block .banner-content h1,
  .banner-section.banner-section-inner-pages .banner-block .banner-content h1 {
    font-size: 24px;
    letter-spacing: 3.8px;
    line-height: 28px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section.banner-section-inner-pages .banner-block .banner-content h1 {
    max-width: 100%;
  }
}

.event-details .event-details-left {
  width: 67%;
  margin-right: 162px;
}

.event-details .event-details-right {
  width: 33%;
}

.sub-section h3 {
  margin-bottom: 12px;
}

.event-details .calendar-block {
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0 0px 0 0;
}

.event-details .events-left-side {
  max-width: 600px;
  width: 100%;
}

.event-details .calendar-block .calendar-start,
.calendar-block .calendar-end {
  border: 1px solid #6dc4c4;
}

.event-details .calendar-block .calendar-start .month,
.event-details .calendar-block .calendar-end .month {
  padding: 8px 0 2px;
}

.event-details .calendar-block .calendar-start .date,
.event-details .calendar-block .calendar-end .date {
  font-weight: 600;
  padding: 2px 0 8px;
}

.event-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-details ul li {
  color: #222;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.icon-time-green {
  background: url("../images/time-green.svg") no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-right: 21px;
}

.icon-location-green {
  background: url("../images/location-green.svg") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 19px;
  margin-right: 21px;
}

.icon-calendar-white {
  background: url("../images/calendar-white.svg") no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
}

.btn-calendar .icon-calendar-white {
  margin-right: 20px;
}

.btn-calendar .btn-blue,
.btn-calendar .btn-blue span {
  color: #fff;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
}

.btn-calendar .btn-blue {
  padding: 9px 32px;
}

.event-details-left .sub-section {
  padding-bottom: 32px;
}

.event-details-left .sub-section p {
  color: #222;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-transform: none;
  text-align: left;
  margin: 0;
}

.event-details-left .sub-section p .bold {
  font-weight: 700;
}

.event-details-left .sub-section .agenda {
  /*  margin: 32px 0 0;*/
}

.event-details .sub-section ul {
  list-style: disc;
  padding-left: 20px;
  /* max-width: 320px;*/
}

.event-details-left .event-details,
.event-details-left .speakers {
  margin: 0 0 28px 0;
}

/* Speakers */
.speakers-item {
  padding: 32px 48px;
  background: #fff;

  /* Shadow */
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);

  max-width: 514px;
  width: 100%;
  margin: 0 auto;

  /* -webkit-box-shadow: 0px 4px 31px -7px rgba(240, 240, 240, 1);
    -moz-box-shadow: 0px 4px 31px -7px rgba(240, 240, 240, 1);
    box-shadow: 0px 4px 31px -7px rgba(240, 240, 240, 1); */

  -webkit-box-shadow: 0px 0px 13px -7px rgba(194, 194, 194, 1);
  -moz-box-shadow: 0px 0px 13px -7px rgba(194, 194, 194, 1);
  box-shadow: 0px 0px 13px -7px rgba(194, 194, 194, 1);
}

.speakers-item .speaker-profile {
  padding-bottom: 35px;
}

.speakers-item .pic {
  min-width: 111px;
  width: 111px;
  height: 111px;
  border-radius: 100%;
  margin-right: 32px;
}

.speakers-item .text h2 {
  color: #222;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  height: 66px;
}

.speakers-item .text p {
  color: #222;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.speakers-item p {
  color: rgba(34, 34, 34, 0.7);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
}

.speakers .swiper-wrapper {
  padding: 32px 0;
}

.speakers .swiper {
  max-width: 1076px;
}

.events-list h3 {
  margin-bottom: 28px;
}

.events-list h2 {
  color: #222;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  padding-bottom: 11px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 7px;
}

.events-list .image {
  margin-right: 23px;
}

.events-list p {
  color: #778793;
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-align: left;
}

.events-list p:not(:last-child) {
  padding-bottom: 8px;
}

.events-list .events-list-item:not(:last-child) {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.events-list .events-list-item a {
  text-decoration: none;
}

.register-event {
  padding: 30px;
  border: 1px solid #6dc4c4;
  margin-bottom: 60px;
}

.register-event .form-control {
  border: 1px solid #ccc;
  background: #fff;
  padding: 18px 21px;
}

.register-event .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(34, 34, 34, 0.5);
}

.register-event .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(34, 34, 34, 0.5);
}

.register-event .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(34, 34, 34, 0.5);
}

.register-event .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(34, 34, 34, 0.5);
}

.register-event .form-group {
  margin-bottom: 32px;
  position: relative;
}

.register-event h3,
.location h3 {
  margin-bottom: 24px;
}

.register-event .input-group {
  flex-wrap: nowrap;
}

.register-event .input-group .code-list {
  width: 140px;
}

.register-event .input-group .code-input {
  width: 100%;
}

.register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 21px;
  font-size: 16px;
  color: #222;
}

.register-event .form-group .select2-container .select2-selection--single {
  border: 1px solid #ccc;
}

.register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("../images/rgister-down-arrow.svg") no-repeat;
  width: 12px;
  height: 16px;
  background-size: 100%;
  top: 27px;
}

.register-event .select2-dropdown {
  border: 1px solid #ccc;
}

.event-details {
  overflow: hidden;
}

.register-event .code-list .select2-dropdown {
  width: 100% !important;
}

.icon-rsvp {
  width: 21px;
  height: 21px;
  background: url("../images/rsvp-icon.svg") no-repeat;
  background-size: 100%;
  margin-right: 24px;
}

.register-event .btn-green {
  margin: 40px 0 0;
}

.register-event .btn-green,
.register-event .btn-green span {
  padding: 10px 15px;
  max-width: 265px;
  width: 100%;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.register-event .btn-green span {
  width: auto;
}

.register-event .btn-green,
.register-event .btn-green:active,
:not(.btn-check)+.register-event .btn-green:active {
  padding: 10px 15px;
}

.location .iframe-map {
  width: 100%;
  height: 327px;
}

.location {
  margin-bottom: 60px;
}

.icon-twitter-original {
  width: 34px;
  height: 34px;
  background-size: 100%;
  background: url("../images/twitter-grey-o.svg") no-repeat;
}

.icon-facebook-original {
  width: 34px;
  height: 34px;
  background-size: 100%;
  background: url("../images/facebook-original.svg") no-repeat;
}

.icon-whatsapp-original {
  width: 34px;
  height: 34px;
  background-size: 100%;
  background: url("../images/whatsapp-original.svg") no-repeat;
}

.share-block p {
  font-size: 16px;
  margin: 0 22px 0 0;
  font-weight: 600;
}

.share-block .social-media-icons a:not(:last-child) {
  margin-right: 19px;
}

.share-block {
  padding-top: 44px;
  border-top: 1px solid #f4f4f4;
}

.share-block .social-media-icons .a2a_svg {
  display: none;
}

.event-details-left .sub-section.post-event {
  padding-bottom: 60px;
}

.gallerySwiper {
  padding: 0 15% !important;
  max-width: 1050px;
}

.event-details-left .gallery h3,
.documents h3 {
  margin-bottom: 32px;
}

.gallery,
.documents {
  margin-bottom: 60px;
}

.documents .documents-item {
  background: #fff;

  /* Shadow */
  /* box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03), 0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03), 0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03), 0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04); */
  padding: 24px;

  -webkit-box-shadow: 0px 0px 13px -7px rgba(194, 194, 194, 1);
  -moz-box-shadow: 0px 0px 13px -7px rgba(194, 194, 194, 1);
  box-shadow: 0px 0px 13px -7px rgba(194, 194, 194, 1);
}

.documents .documents-item h2 {
  color: #222;
  text-align: center;
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 7.2px;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.documents .documents-item p {
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #222;
  margin-bottom: 37px;
}

.icon-pdf-blue {
  width: 29px;
  height: 29px;
  background: url("../images/pdf-blue.svg") no-repeat top 2px center;
  background-size: 100%;
  margin-left: 8px;
}

.documents .link-box .a-link:hover .icon-pdf-blue {
  background: url("../images/pdf-green.svg") no-repeat top 2px center;
  background-size: 100%;
}

.documentsSwiper {
  max-width: 1066px;
  margin: 0 auto;
  padding: 0 8px 30px;
}

.documents .swiper-nav .swiper-button-next {
  right: -29px;
}

.documents {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.gallery img {
  width: 100%;
}

/* Contact us */
.contact .contact-left,
.contact .contact-right {
  padding: 60px 32px;
  height: 100%;
}

.contact .contact-right h3 {
  margin-bottom: 60px;
}

.contact .contact-left h3 {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}

.contact .contact-left {
  border: 1px solid #f4f4f4;
}

.contact .contact-right {
  border: 1px solid #6dc4c4;
}

.contact .contact-left h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open sans";
  letter-spacing: 0;
  color: #222;
  text-align: left;
  text-transform: none;
  margin-bottom: 12px;
}

.contact .contact-left p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  max-width: 462px;
  text-align: left;
}

.contact .address-block,
.contact .more-info-block,
.contact .map-block {
  margin-bottom: 32px;
}

.contact .address-block.share-directions {
  margin-bottom: 0;
}

.contact .register-event .btn-green,
.contact .register-event .btn-green:active,
:not(.btn-check)+.contact .register-event .btn-green:active {
  padding: 15px;
}

.contact .register-event .btn-green {
  max-width: 179px;
}

.contact .register-event .icon-right-arrow-white {
  margin-left: 20px;
}

.contact .register-event {
  margin-bottom: 0;
}

.contact .register-event .btn-green {
  margin: 72px 0 0;
}

.icon-directions {
  width: 25px;
  height: 25px;
  background: url("../images/directions-green.svg") no-repeat;
  background-size: 100%;
  margin-right: 12px;
}

.btn-green-outline,
.btn-green-outline span {
  background: transparent;
  border: 1px solid #6dc4c4;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #6dc4c4;
}

.btn-green-outline span {
  border: none;
  width: auto;
}

.btn-green.btn-green-outline:active,
.btn-green.btn-green-outline:hover,
.btn-green.btn-green-outline:active span,
.btn-green.btn-green-outline:hover span {
  color: #fff;
  border: 1px solid #0e3a5c;
}

.btn-green.btn-green-outline:active span,
.btn-green.btn-green-outline:hover span {
  border: none;
}

.btn-green.btn-green-outline:hover .icon-directions {
  background: url("../images/directions-white.svg") no-repeat;
  background-size: 100%;
}

.more-info-block .btn-green.btn-green-outline {
  max-width: 219px;
}

.more-info-block .qr-code {
  max-width: 106px;
  width: 100%;
}

.contact .map-block .map-iframe {
  width: 100%;
  height: 312px;
}

.icon-share-email {
  width: 24px;
  height: 18px;
  background: url("../images/share-email.svg") no-repeat;
  background-size: 100%;
  margin-right: 12px;
}

.icon-share-whatsapp {
  width: 19px;
  height: 22px;
  background: url("../images/share-whatsapp.svg") no-repeat;
  background-size: 100%;
  margin-right: 12px;
}

.icon-share-messenger {
  width: 18px;
  height: 18px;
  background: url("../images/share-messenger.svg") no-repeat;
  background-size: 100%;
  margin-right: 12px;
}

.share-directions ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.share-directions ul li:not(:last-child) {
  margin-right: 72px;
}

.share-directions ul li a,
.share-directions ul li a span {
  text-decoration: none;
  color: #222;
}

.offers-listing .blog-filters-container {
  margin-bottom: 72px;
}

.icon-white-tag {
  width: 19px;
  height: 19px;
  background: url("../images/white-tag.svg") no-repeat center center;
  background-size: 100%;
}

.offers-listing .offers-item {
  border: 1px solid #6dc4c4;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.05);
  padding: 36px 32px;
  height: 100%;
}

.offers-listing .offers-item .text h4 {
  font-size: 22px;
  line-height: 28px;
  font-family: "Open sans";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: left;
  margin: 0px 0 10px 0;
}

.offers-listing .offers-item .text p {
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px;
}

.offers-listing .offers-item .view-offer {
  padding: 5px 18px 5px 18px;
  font-size: 15px;
  font-weight: 600;
}

.offers-listing .offers-item .view-offer span {
  margin: 0;
}

.offers-listing .offers-item .text p span {
  font-weight: 700;
}

.offers-listing .offers-item .view-offer:before {
  height: 30px;
  width: auto;
  left: -13px;
}

.offers-listing .cta {
  max-width: 236px;
}

.cta {
  display: inline-block;
  margin-top: 33px;
}

.cta .btn-green {
  padding: 19px 40px;
}

.cta .icon-right-arrow-white {
  margin-left: 27px;
  height: 13px;
}

.cta span {
  color: #fff;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}

.offers-listing .offers-item .image {
  max-width: 274px;
  width: 100%;
  margin-right: 37px;
  min-width: 274px;
}

.offers-listing .offers-item .image img {
  width: 100%;
}

.offers-tag {
  display: inline-block;
  margin-bottom: 15px;
}

.offers-tag .tag-image {
  padding: 0;
  width: 38px;
  position: relative;
}

.offers-tag .tag-image .icon-white-tag {
  position: relative;
  left: 4px;
  top: 3px;
}

.offers-tag .tag-text {
  background: #fff;
  padding: 0px 12px;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
}

.green-offers-tag {
  border: 2px solid #6dc4c4;
}

.offers-tag.green-offers-tag .tag-image {
  background: url("../images/tag-green-bg.svg") no-repeat top -1px left 0;
}

.green-offers-tag .tag-text {
  color: #6dc4c4;
}

.blue-offers-tag .tag-text {
  color: #0e3a5c;
}

.blue-offers-tag {
  border: 2px solid #0e3a5c;
}

.offers-tag.blue-offers-tag .tag-image {
  background: url("../images/tag-blue-bg.svg") no-repeat top -1px left 0;
}

.offers-listing .col-lg-6:not(:last-child) {
  margin-bottom: 34px;
}

.offers-listing .col-lg-6:nth-last-child(2) {
  margin-bottom: 0;
}

.offers-listing .btn-box {
  margin: 72px 0 0;
}

.offers-listing .btn-box>span {
  color: #222;
  font-family: Open Sans;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  margin-right: 40px;
}

.offers-listing .offers-item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offers-listing .blog-filters .dropdown {
  display: none;
}

.blog-details-section.offer-details .blog-details-left .title {
  margin-bottom: 30px;
}

.discount-section .discount-ribbon {
  background: url("../images/discount-strip.svg") no-repeat;
  background-size: 100%;
  padding: 6px 36px 7px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Open sans";
  margin-right: 41px;
}

.discount-section p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.discount-section p .bold {
  font-weight: 600;
}

.offer-details .blog-details-left .blog-section .content h2 {
  margin-bottom: 14px;
}

.offer-details .blog-details-left .blog-section .image {
  max-width: 527px;
  min-width: 527px;
}

.offer-details .blog-details-container .blog-details-left {
  width: 71%;
}

.offer-details .blog-details-container .blog-details-right {
  width: 29%;
}

.offer-details .blog-details-left .blog-content .blog-section {
  padding: 58px 0 0;
}

.offer-details .blog-details-container {
  border-bottom: none;
  margin-bottom: 0;
}

.announcement-item {
  background: #fff;

  /* Shadow */
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02),
    0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03),
    0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04),
    0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02),
    0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03),
    0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04),
    0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02),
    0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03),
    0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04),
    0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04);
}

.announcement-item .announcement-header {
  background: #6dc4c4;
  padding: 26px 16px;
}

.announcement-item .announcement-header h2 {
  color: #222;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
}

.announcement-item .announcement-body {
  padding: 15px 15px 0 15px
}

.announcement-item .announcement-body p {
  margin: 76px 0 0;
  color: #778793;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  margin-bottom: 54px;
}

.announcement-item .announcement-body .date {
  color: rgba(34, 34, 34, 0.8);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.listing-section.announcement .col-lg-3 {
  margin-bottom: 40px;
}

/* Virtual Tour */
.virtual-tour .swiper {
  width: 100%;
  height: 100%;
}

.virtual-tour .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.virtual-tour .swiper-slide img {
  display: block;
  width: 100%;
}

.virtual-tour .mySwiper1 {
  max-width: 80%;
  margin: 0px auto;
}

.virtual-tour .swiper-slide {
  border: 7px solid #fff;
}

.virtual-tour .swiper-slide.swiper-slide-thumb-active {
  border: 7px solid #0e3a5b;
}

.virtual-tour .swiper-button-prev:after,
.virtual-tour .swiper-button-next:after {
  display: none;
}

.virtual-tour .swiper-button-prev {
  width: 25px;
  height: 51px;
  background: url("../images/vt-left-arrow.svg") no-repeat;
  background-size: 100%;
  left: 0px;
}

.virtual-tour .swiper-button-next {
  width: 25px;
  height: 51px;
  background: url("../images/vt-right-arrow.svg") no-repeat;
  background-size: 100%;
  right: 0px;
}

.virtual-tour .swiper-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  width: 100%;
}

.virtual-tour .blog-filters {
  margin-bottom: 44px;
}

.virtual-tour .mySwiper2 .swiper-slide {
  border: none;
}

.monthpicker {
  background: url("../images/calendar-icon.svg") no-repeat left 20px center,
    url("../images/down-arrow.svg") no-repeat right 20px center;
  padding-left: 53px;
  cursor: pointer;
}

.events-filter .filter-block .event-months-dropdown.form-group {
  max-width: 250px;
  display: inline-block;
  width: auto;
}

.search-listing .blog-listing .search-block .form-control {
  width: 100%;
  max-width: 100%;
}

.help-text {
  font-family: "open sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.search-list-result {
  margin: 50px 0 0;
}

.search-list-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-list-result ul li h2,
.search-list-result ul li h2 a {
  letter-spacing: 0px;
  color: #103a5d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.search-list-result ul li p {
  text-align: left;
  margin: 0;
  color: #778793;
  font-weight: 400;
}

.search-list-result ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.search-pagination ul.pagination {
  margin: 50px 0 0;
  align-items: center;
  justify-content: center;
}

.search-pagination ul.pagination li {
  padding: 0;
  border: 0;
}

.search-pagination .page-item:first-child .page-link,
.search-pagination .page-item:not(:first-child) .page-link {
  border: 0;
}

.search-pagination .page-link:hover,
.search-pagination .page-link:focus {
  outline: 0;
  box-shadow: none;
}

.search-pagination .page-link span {
  font-family: "Open sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.search-pagination .prev-item .page-link,
.search-pagination .next-item .page-link {
  background: #103a5d;
  border-radius: 79px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
}

.search-pagination .next-item .page-link span {
  display: block;
  margin-right: 0px;
}

.search-pagination .prev-item .page-link span {
  display: block;
  margin-left: 0px;
}

.search-pagination .prev-item {
  margin-right: 40px;
}

.search-pagination .next-item {
  margin-left: 40px;
}

.search-pagination .page-link,
.search-pagination .page-link:not(:first-child),
.search-pagination .page-link:not(:last-child) {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #7e8f9a;
  padding: 4px 16px;
  background: #eee;
  color: #7e8f9a;
}

.search-pagination .page-item.active .page-link {
  background: #103a5d;
  color: #fff;
}

.search-pagination .prev-item .page-link img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.search-pagination .page-item:nth-child(2) {
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}

.search-pagination .page-item:nth-last-child(2) {
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}

.search-pagination ul.pagination li.disabled .page-link {
  cursor: default;
  background: #ccc;
}

/* Modal */
.list-company .modal-dialog {
  max-width: 1150px;
}

.list-company .modal-dialog .modal-body {
  padding: 80px 116px;
}

.list-company .modal-header {
  border-bottom: none;
  padding: 0px 30px 0 30px;
}

.list-company .modal-content {
  border-radius: 0px;
}

.list-company .btn-close {
  background: url("../images/modal-close.svg") no-repeat !important;
  padding: 0;
  width: 32px;
  height: 32px;
  background-size: 100%;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99;
}

.list-company .btn-close:focus,
.list-company .btn-close:active {
  box-shadow: none;
  outline: 0;
}

.list-company .modal-body h2 {
  color: #103a5d;
  text-align: center;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0;
  text-transform: none;
  max-width: 486px;
  margin: 0 auto 72px;
}

.list-company .cta .icon-right-arrow-white {
  height: 16px;
}

.list-company .register-event .btn-green,
.list-company .register-event .btn-green:active,
:not(.btn-check)+.list-company .register-event .btn-green:active {
  padding: 19px 40px;
}

.offers-listing .blog-filters ul li a,
.virtual-tour .blog-filters ul li a {
  border: 2px solid #ededed;
}

.offers-listing .blog-filters ul li a.active,
.virtual-tour .blog-filters ul li a.active {
  border: 2px solid #6dc4c4;
}

/* Bug fixes - 28th Sep 2023 starts */
header.sticky_header .header-right-top {
  display: none !important;
}

header.sticky_header .navbar-brand {
  width: 130px;
}

header.sticky_header .navbar-brand img {
  width: 100%;
}

header.sticky_header .navbar-brand {
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

header.sticky_header .navbar-expand-lg .navbar-nav {
  padding-bottom: 0;
}

header>* {
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.listing-item .featured-tag {
  position: absolute;
  top: 0;
}

.listing-block .col-lg-4 .listing-item {
  padding-top: 32px;
}

.event-list-item .calendar-icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 999;
}

.testimonial .testimonial-slider .swiper-slide.video.swiper-slide-active .testimonial-item:after {
  display: none;
}

.events .event-block h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
  color: #222;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 12px;
  padding: 20px 16px 0;
  margin: 0;
}

.blog .blog-item .block-image img {
  height: 100%;
}

/* Banner swiper slider */
.bannerSwiper {
  overflow: hidden;
  position: relative;
}

.bannerSwiper video {
  width: 100%;
}

.bannerSwiper .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
}

.bannerSwiper .slider-nav {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6dc4c4;
}

.bannerSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.bannerSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.banner-section.banner-section-inner-pages .banner-block {
  height: auto !important;
}

/* 16th November 2023 starts */
.what-we-offer-2 {
  position: relative;
  height: auto;
}

.what-we-offer-2 .swiper-nav .swiper-button-next,
.what-we-offer-2 .swiper-nav .swiper-button-prev {
  top: 0;
}

.what-we-offer-2 .swiper-nav .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/right-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.what-we-offer-2 .swiper-nav .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url("../images/left-arrow-blue.svg") no-repeat;
  width: 12px;
  height: 20px;
}

.what-we-offer-2 .swiper-nav .swiper-button-next {
  right: -36px;
  width: 92px;
  height: 64px;
}

.what-we-offer-2 .swiper-nav .swiper-button-prev {
  left: -36px;
  width: 92px;
  height: 64px;
}

.what-we-offer-2 .swiper-nav .swiper-button-next,
.what-we-offer-2 .swiper-nav .swiper-button-prev {
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}

.what-we-offer-2 .swiper-nav {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
  height: 64px;
  z-index: 99;
}

ul.list-custom {
  list-style: disc;
  padding-left: 20px;
}

ul.list-custom li {
  color: #778793;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.offer-slider .list-block {
  margin: 20px 0 0;
}

.offer-slider .list-block ul li:not(:last-child) {
  margin-bottom: 10px;
}

.what-we-offer-2 .swiper-wrapper {
  height: auto;
}

.offer-slider .button-block {
  margin: 40px 0 0;
}

/* 16th November 2023 ends */

/* 20th November 2023 starts */
.contact .contact-right {
  padding: 0;
}

.tabs-v1 .nav-tabs .nav-item.show .nav-link,
.tabs-v1 .nav-tabs .nav-link.active,
.tabs-v1 .nav-tabs .nav-link:focus,
.tabs-v1 .nav-tabs .nav-link:hover {
  border: none !important;
  background: transparent;
  margin: 0 !important;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.tabs-v1 .nav-tabs .nav-link {
  border: none;
  margin: 0;
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  color: #6dc4c4;
  border-radius: 0;
  padding: 16px 20px;
}

.tabs-v1 .nav-tabs .nav-link.active {
  background: #6dc4c4;
  color: #fff;
}

.tabs-v1 .nav-link:focus-visible {
  box-shadow: none;
}

.tabs-v1 .nav-tabs {
  border: none;
  border-bottom: 1px solid #6dc4c4;
  width: 100%;
}

.tabs-v1 .nav-link {
  width: 50%;
}

.tabs-v1 .tab-content .tab-pane {
  padding: 40px 32px;
}

/* Custom checkboxes & radio buttons */
.checkbox.inline,
.radio.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}

.checkbox.inline:last-child,
.radio.inline:last-child {
  margin-right: 0;
}

.checkbox label,
.radio label {
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open sans";
  letter-spacing: 0;
  color: #222;
}

.radio label {
  display: flex;
  align-items: center;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.checkbox .custom-checkbox,
.radio .custom-checkbox,
.checkbox .custom-radio,
.radio .custom-radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  width: 29px;
  height: 28px;
  background: #fff;
  position: relative;
  border: 2px solid #6dc4c4;
  border-radius: 3px;
}

.checkbox .custom-checkbox {
  /* border-radius: 2px;
    transition: box-shadow 180ms ease;
    box-shadow: inset 0 0 0 12px #fff; */
  top: 1px;
  background: #fff;
}

.checkbox .icon-check {
  background-size: cover;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 5px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 180ms ease;
  -webkit-transition: all 180ms ease;
  -moz-transition: all 180ms ease;
}

.checkbox input[type="checkbox"]:checked+.custom-checkbox {
  border-color: #6dc4c4;
  box-shadow: none;
  background: #6dc4c4;
}

.checkbox input[type="checkbox"]:checked+.custom-checkbox .icon-check {
  transform: scale(1);
}

.radio .custom-radio {
  border-radius: 18px;
  background: #fff;
  /* box-shadow: inset 0 0 0 12px #fff; */
  transition: all 180ms ease;
  top: -2px;
  width: 25px;
  height: 25px;
}

.radio input[type="radio"]:checked+.custom-radio {
  border-color: #6dc4c4;
  background: #6dc4c4;
  box-shadow: inset 0 0 0 4px #fff;
}

.icon-check {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13.483%201.992l-7.186%207.066-3.778-3.715-2.518%202.475%205.037%204.954%201.259%201.237%209.704-9.541-2.518-2.476z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.radio-group .radio:not(:last-child) {
  margin-right: 50px;
}

.radio-group {
  margin-bottom: 40px;
}

.register-event .complaint-field,
.register-event .compliment-field,
.register-event .suggestion-field {
  display: none;
}

.register-event .complaint-field.active,
.register-event .compliment-field.active,
.register-event .suggestion-field.active {
  display: flex;
}

.register-event .btn-box button:first-child {
  margin-right: 35px;
}

.register-event .checkbox .custom-checkbox {
  min-width: 29px;
}

.register-event .checkbox label.d-flex {
  align-items: flex-start;
}

.select2-search__field:focus {
  outline: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #6dc4c4;
}

.bookNow-modal .form-group .select2-container--open {
  top: 0 !important;
  left: 0 !important;
}

.bookNow-modal .register-event .select2-dropdown {
  margin-top: 60px;
}

/* 20th November 2023 ends */

/* Media queries*/
@media screen and (max-width: 1850px) {

  .container-custom,
  .offerSwiper .swiper-pagination {
    max-width: 92%;
  }

  .advertisement .content h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .advertisement .content p {
    font-size: 18px;
    line-height: 24px;
  }

  .event-list-item .text h2 {
    min-height: 60px;
  }
}

@media screen and (max-width: 1800px) {
  header .search-form {
    right: -15px;
  }

  header .search-form:before {
    right: 15px;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 63px;
  }

  .event-details .event-details-left {
    margin-right: 100px;
  }
}

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

  .footer-top .footer-social-media .email i,
  .footer-top .footer-social-media .phone i {
    margin-right: 5px;
  }

  .footer-top .footer-links {
    padding: 0 44px;
  }

  .footer-top .footer-logo {
    padding-right: 44px;
  }

  .footer-top .footer-social-media {
    padding-left: 44px;
  }

  .blog-listing-right .blog-items-listing .image {
    max-width: 173px;
    min-width: 173px;
  }

  .listing-item .listing-item-bottom h3 {
    width: 68%;
  }
}

@media screen and (max-width: 1700px) {
  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 65px;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 52px;
  }
}

@media screen and (max-width: 1680px) {
  .offerSwiper .swiper-pagination .swiper-pagination-bullet span {
    font-size: 16px;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 60px;
  }

  .footer-top .footer-links {
    padding: 0 36px;
  }

  .footer-top .footer-logo {
    padding-right: 32px;
  }

  .footer-top .footer-social-media {
    padding-left: 32px;
  }

  .related-posts .text h2,
  .related-posts .text h2 a,
  .read-more-link {
    font-size: 18px;
  }

  .blog-details-right ul li {
    font-size: 18px;
  }

  .blog-listing-right .blog-items-listing .content h2,
  .past-article-item h2 {
    font-size: 20px;
  }

  .blog-details-right ul li span.count {
    font-size: 16px;
  }

  .blog-details-left .blog-section .image.left {
    margin-right: 45px;
  }

  .blog-details-left .blog-section .image.right {
    margin-left: 45px;
  }

  .blog-details-container .blog-details-right {
    padding-left: 45px;
  }

  .blog-details-left .title {
    font-size: 40px;
    line-height: 50px;
  }

  .breadcrumb-section.details-page {
    padding: 190px 0 50px;
  }

  h2,
  .h2 {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 10.8px;
  }

  h1,
  .h1 {
    font-size: 60px;
    letter-spacing: 16.6px;
  }

  .advertisement .content p {
    margin-bottom: 32px;
  }

  .advertisement .content {
    padding: 60px 28px 30px;
    background-position: top;
  }

  .events-filter {
    padding: 30px 0 70px;
  }

  .offer-details .blog-details-left .blog-section .image {
    max-width: 460px;
    min-width: 460px;
  }

  .virtual-tour .mySwiper1 {
    margin: 0px auto;
  }

  .past-article-item .details span {
    width: 50%;
    display: block;
    margin-right: 0;
    margin: 0 0 15px 0;
  }

  .past-article-item .details {
    display: flex;
    flex-wrap: wrap;
  }

  .past-articles .past-article-item .details span:not(:last-child) {
    margin-right: 0;
  }

  .past-article-item .details span:nth-child(2) {
    text-align: right;
  }

  .past-article-item .details span.white-tag {
    width: auto;
  }
}

@media screen and (max-width: 1600px) {
  .explore-the-center .swiper-slide {
    width: 650px;
    height: 450px;
  }

  .explore-the-center .swiper-slide.swiper-slide-next {
    transform: translate3d(-225px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
    -webkit-transform: translate3d(-225px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
    -moz-transform: translate3d(-225px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  }

  .explore-the-center .swiper-slide.swiper-slide-prev {
    transform: translate3d(225px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
    -webkit-transform: translate3d(225px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
    -moz-transform: translate3d(225px, 0, -600px) rotateX(0) rotateY(0) scale(1.3) !important;
  }

  .footer-top .footer-logo:after {
    display: none;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 40px;
  }

  .navbar-brand {
    width: 100px;
  }

  .navbar-brand img {
    width: 100%;
  }

  header .navbar-expand-lg .navbar-nav {
    padding-bottom: 24px;
  }

  .banner-section-inner-pages {
    margin-top: 104px;
  }

  .blog-filters ul li a {
    padding: 10px 20px;
    font-size: 16px;
  }

  .blog-filters .dropdown>a {
    background: url("../images/blog-filter-arrow.svg") no-repeat right 20px top 19px;
  }

  .blog-filters .dropdown>a.active {
    background: #6dc4c4 url("../images/blog-filter-arrow-white.svg") no-repeat right 20px top 19px;
  }

  .blog-listing .search-block .form-control {
    height: 45px;
    font-size: 16px;
  }

  .blog-listing .search-block .btn-green {
    padding: 13px 60px;
  }

  h1,
  .h1 {
    font-size: 60px;
    letter-spacing: 18.6px;
  }

  .events-list h3,
  .sub-section h3,
  .register-event h3,
  .location h3,
  h3,
  .h3 {
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 1560px) {
  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 50px;
  }

  .footer-top .footer-social-media .email a,
  .footer-top .footer-social-media .phone a {
    display: flex;
    align-items: center;
  }

  .footer-top .footer-social-media .email i,
  .footer-top .footer-social-media .phone i {
    margin-right: 8px;
  }

  .team .team-item .team-item-inner {
    padding: 32px 30px 0 30px;
  }

  .team .team-item .image {
    max-width: 200px;
  }

  .team .team-item p {
    font-size: 16px;
  }

  .team .team-item-expand .team-item-expand-inner {
    padding: 32px 20px 0;
  }

  .view-offer {
    padding: 9px 16px 9px 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .view-offer:before {
    width: 130px;
    height: 38px;
    right: 24px;
  }

  .view-offer span {
    margin-right: 8px;
  }

  .featured-tag {
    padding: 7px 10px 6px 24px;
  }

  .featured-tag:after {
    width: 167px;
  }

  .text-over-banner .content h2 {
    margin: 0 0 46px 0;
  }

  h3,
  .h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .speakers-item .text h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .events-list h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .offers-listing .offers-item .text h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .offers-listing .offers-item .view-offer {
    font-size: 13px;
    line-height: 17px;
  }

  .offers-listing .offers-item .view-offer:before {
    height: 28px;
  }

  .offers-tag .tag-text {
    font-size: 14px;
  }

  .offers-listing .offers-item .text p {
    font-size: 14px;
    line-height: 20px;
  }

  .offers-listing .offers-item .image {
    margin-right: 20px;
    max-width: 230px;
    min-width: 230px;
  }

  .cta .btn-green {
    padding: 15px 30px;
  }

  .offers-listing .cta {
    max-width: 210px;
  }

  .offers-listing .blog-filters-container {
    margin-bottom: 56px;
  }

  .offers-listing .btn-box {
    margin: 56px 0 0;
  }

  .offer-details .blog-details-left .blog-section .image {
    max-width: 410px;
    min-width: 410px;
  }

  .blog-details-left .blog-section .content p:not(:last-child) {
    margin-bottom: 22px;
  }

  .announcement-item .announcement-body p {
    margin: 58px 0 40px;
  }

  .announcement-item .announcement-header h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .announcement-item .announcement-header {
    padding: 20px 16px;
  }

  .search-list-result ul li h2,
  .search-list-result ul li h2 a {
    font-size: 22px;
    line-height: 30px;
  }

  .list-company .modal-dialog .modal-body {
    padding: 50px 80px;
  }

  .list-company .modal-body h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 auto 56px;
  }

  .cta {
    margin-top: 20px;
  }

  .list-company .modal-dialog {
    max-width: 80%;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1440px) {
  header .header-right-top {
    padding: 10px 0 34px;
  }

  .offerSwiper .swiper-pagination .icon {
    width: 45px;
    height: 45px;
    background-size: 100%;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet {
    padding: 30px 8px;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet span {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 18px;
  }

  h2,
  .h2 {
    font-size: 46px;
    letter-spacing: 11.8px;
    line-height: 50px;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 30px;
  }

  .footer-top .footer-logo>.d-flex {
    flex-direction: column;
  }

  .footer-top .compass-logo {
    margin-right: 0;
  }

  .footer-top .footer-links {
    padding: 0 24px;
  }

  /* .banner-section-inner-pages {
        margin-top: 130px;
    } */

  .listing-item .listing-item-bottom h2 {
    font-size: 21px;
  }

  .blog-listing-right .blog-items-listing .content h2,
  .past-article-item h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .blog-listing .search-block .form-control,
  .blog-filters ul li:not(:last-child) {
    margin-right: 24px;
  }

  .blog-listing .search-block .btn-green {
    padding: 13px 40px;
  }

  .blog-listing-right .blog-items-listing .image {
    max-width: 140px;
    min-width: 140px;
  }

  /* .blog-listing-right .blog-items-listing li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  } */

  .blog-listing-container .blog-listing-left .content {
    padding: 24px;
  }

  .blog-listing-right .blog-items-listing .content span:first-child {
    margin-right: 15px;
  }

  .blog-listing-right .blog-items-listing .content span {
    font-size: 14px;
    line-height: 18px;
  }

  .blog-listing-container .content .green-tag a {
    font-size: 14px;
  }

  .blog-listing-right .blog-items-listing .content span:nth-child(2) {
    margin-right: 20px;
  }

  .blog-listing-container .blog-listing-left .content h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .blog-listing-right .blog-items-listing {
    padding-left: 24px;
  }

  .read-more-link {
    font-size: 16px;
  }

  .advertisement .content h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .related-posts .text h2,
  .related-posts .text h2 a,
  .read-more-link,
  .blog-details-right ul li {
    font-size: 16px;
  }

  .blog-details-left .title {
    font-size: 36px;
    line-height: 44px;
  }

  .blog-details-right .btn-white {
    padding: 11px 28px;
  }

  .btn-white span {
    font-size: 15px;
  }

  .blog-details-left .blog-section .image.left,
  .blog-details-left .blog-section .image.right {
    min-width: 400px;
    max-width: 400px;
  }

  .btn-calendar .btn-blue,
  .btn-calendar .btn-blue span {
    font-size: 15px;
  }

  .event-details .calendar-block {
    margin: 0 16px 0 0;
  }
}

@media screen and (max-width: 1366px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 250px;
    border-top: 18px solid transparent;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li h2 {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0 10px;
  }

  header .header-right-bottom .nav-item:not(:last-child) {
    padding-right: 13px;
    padding-left: 13px;
  }

  header .header-right-bottom .nav-item:not(:first-child) {
    padding-left: 13px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    margin-left: 7px;
  }

  h1,
  .h1 {
    font-size: 48px;
    letter-spacing: 13.6px;
  }

  .banner-section .banner-block .banner-content h1 {
    margin-bottom: 22px;
  }

  .banner-section .banner-block .banner-content {
    top: 65%;
  }

  section {
    padding: 0 0 70px 0;
  }

  .what-we-offer {
    padding: 0 0 160px 0;
  }

  .footer-top a,
  .footer-top p {
    font-size: 15px;
    line-height: 21px;
  }

  .footer-top h2 {
    font-size: 17px;
    line-height: 25px;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 20px;
  }

  .events .event-block .card-text {
    padding: 16px 16px 45px;
  }

  .explore-the-center .swiper-slide.swiper-slide-active {
    box-shadow: none;
  }

  .listing-item .listing-item-top,
  .listing-item .listing-item-bottom {
    padding: 24px 16px;
  }

  .featured-tag {
    padding: 7px 10px 6px 16px;
    letter-spacing: 3.2px;
  }

  .view-offer {
    padding: 6px 16px 6px 6px;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
  }

  .view-offer:before {
    height: 29px;
    right: 12px;
    width: 125px;
  }

  .listing-item .icon-right-arrow-white {
    width: 9px;
    height: 13px;
  }

  .featured-tag:after {
    width: 149px;
  }

  .text-over-banner img {
    height: 220px;
    object-fit: cover;
  }

  .blog-listing .search-block .form-control {
    width: 90%;
  }

  .blog-listing-container .blog-listing-left .details span:not(:last-child),
  .past-articles .past-article-item .details span:not(:last-child) {
    margin-right: 12px;
    font-size: 15px;
  }

  .past-articles .past-article-item .details span {
    font-size: 15px;
  }

  .blog-listing-right .blog-items-listing .image {
    margin-right: 20px;
  }

  .past-article-item h2,
  .past-articles .past-article-item .image {
    margin-bottom: 16px;
  }

  .past-articles .past-article-item .details span,
  .blog-listing-right .blog-items-listing .content span {
    width: 50%;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .blog-listing-right .blog-items-listing .content span:nth-child(2),
  .blog-listing-right .blog-items-listing .content span:first-child {
    margin-right: 0;
  }

  .past-articles .past-article-item .details span:nth-child(2),
  .blog-listing-right .blog-items-listing .content span:nth-child(2) {
    text-align: right;
  }

  .past-articles .past-article-item .details,
  .blog-listing-right .blog-items-listing .details {
    display: flex;
    flex-wrap: wrap;
  }

  .past-articles .past-article-item .details span.white-tag,
  .blog-listing-right .blog-items-listing .content span.green-tag {
    width: auto;
    display: inline;
    margin: 0;
  }

  .past-articles .past-article-item .details span:not(:last-child) {
    margin-right: 0;
  }

  .blog .blog-item .blog-details h2 {
    font-size: 16px;
    line-height: 23px;
  }

  h2,
  .h2 {
    font-size: 38px;
    letter-spacing: 8.8px;
    line-height: 45px;
  }

  .blog-section {
    padding: 70px 0;
  }

  .event-list-item .text h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .calendar-block {
    bottom: 10px;
  }

  .calendar-block .calendar-start .date,
  .calendar-block .calendar-end .date {
    font-size: 20px;
    line-height: 24px;
  }

  .event-list-item .text ul li {
    font-size: 15px;
  }

  .filter-block .search-box .form-group {
    min-width: 340px;
  }

  .filter-block .btn-block .btn-blue {
    max-width: 200px;
    min-width: 200px;
  }

  .filter-block .form-group {
    margin-right: 24px;
  }

  .event-list-item .add-to-calendar span {
    font-size: 14px;
    margin-right: 6px;
  }

  .event-list-item .add-to-calendar {
    padding: 7px 14px;
    max-width: 165px;
  }

  .event-list-item .add-to-calendar .icon-calendar {
    background: url(../images/calendar-white.svg) no-repeat center center;
    background-size: 14px;
  }

  .events-listing .btn-box {
    margin: 20px 0 0;
  }

  .event-details .event-details-left {
    margin-right: 65px;
  }

  .speakers-item .text h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .register-event .input-group .code-list {
    width: 140px;
  }

  .contact .register-event .form-control,
  .contact .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 18px 14px;
  }
}

@media screen and (max-width: 1280px) {
  .offerSwiper .swiper-pagination .swiper-pagination-bullet {
    padding: 30px 4px;
  }

  .team .team-item .image {
    max-width: 140px;
  }

  .team .team-item h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .listing-item .icon-image {
    width: 200px;
    height: 130px;
  }

  .listing-item .listing-item-bottom h2 {
    margin: 6px 0 0;
  }

  .btn-blue {
    padding: 13px 40px;
  }

  .listing-item .listing-item-bottom h3 {
    margin: 12px 0 0;
    font-size: 15px;
  }

  .read-more a,
  .read-more a span,
  .read-less a,
  .read-less a span {
    font-size: 15px;
  }

  .listing-item .list-item-inner .read-more {
    max-width: 120px;
    padding: 7px;
  }

  .listing-item .list-item-inner .read-more .icon-plus {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }

  .view-offer {
    font-size: 13px;
    padding: 6px 10px 6px 6px;
  }

  .view-offer:before {
    width: 107px;
  }

  .listing-item .icon-right-arrow-white {
    width: 8px;
    height: 12px;
  }

  .blog-filters ul li a,
  .blog-listing .search-block .form-control {
    font-size: 15px;
  }

  .blog-filters .dropdown>a {
    background: url("../images/blog-filter-arrow.svg") no-repeat right 20px top 17px;
  }

  .blog-filters .dropdown>a.active {
    background: #6dc4c4 url("../images/blog-filter-arrow-white.svg") no-repeat right 20px top 17px;
  }

  .blog-listing .search-block .form-control {
    height: 42px;
  }

  .blog-listing .search-block .btn-green {
    padding: 11px 25px;
  }

  .explore-the-center .title-block,
  .membership .title-block,
  .whats-new-section .title-block,
  .testimonial .title-block,
  .events .title-block,
  .past-articles .title-block,
  .blog-section .title-block {
    margin: 0 0 30px 0;
  }

  .blog-section .link-block {
    margin-top: 50px;
  }

  .contact .register-event .row:nth-child(2) .col-lg-6 {
    width: 100%;
  }

  .offers-listing .offers-item .image {
    max-width: 190px;
    min-width: 190px;
  }

  .offers-listing .offers-item {
    padding: 40px 25px 30px;
  }

  .offer-details .blog-details-left .blog-content .blog-section-row {
    flex-direction: column;
  }

  .offer-details .blog-details-left .blog-section .image {
    max-width: 527px;
    min-width: 527px;
    margin-bottom: 30px;
  }

  /* 20th November 2023 starts */
  .tabs-v1 .register-event .col-lg-6 {
    width: 100%;
  }

  /* Fix feedback form layout on tablets */
  .tabs-v1 .form-group-set {
    width: 100%;
    display: block;
  }

  .tabs-v1 .form-group-set .register-event {
    width: 100%;
    margin: 0;
    display: block;
  }

  .tabs-v1 .form-group-set .suggestion-field {
    display: none !important;
    width: 100%;
  }

  .tabs-v1 .form-group-set .suggestion-field.active {
    display: block !important;
    width: 100%;
    flex-direction: column;
  }

  .tabs-v1 .form-group-set .form-cf7 {
    width: 100%;
    display: block;
  }

  .tabs-v1 .form-group-set .form-cf7 .wpcf7-form {
    width: 100%;
  }

  /* 20th November 2023 ends */
}

@media screen and (max-width: 1240px) {
  .blog-details-container .categories {
    max-width: 398px;
  }
}

@media screen and (max-width: 1200px) {
  header .navbar-expand-lg .navbar-collapse .nav-link {
    font-size: 16px;
    line-height: 25px;
  }

  .explore-the-center .swiper-slide {
    width: 550px;
    height: 360px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link {
    font-size: 15px;
    line-height: 22px;
  }

  footer .footer-top {
    flex-direction: column;
    margin: 30px 0 0;
  }

  .footer-top .footer-logo {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .footer-social-media {
    padding: 30px 0 0;
  }

  .footer-top .footer-logo>.d-flex {
    flex-direction: row;
    justify-content: center;
  }

  .footer-top .compass-logo {
    margin-right: 40px;
  }

  .footer-top .footer-social-media .email a,
  .footer-top .footer-social-media .phone a {
    justify-content: center;
  }

  .footer-middle {
    margin: 30px 0 0;
  }

  .footer-top .footer-links {
    padding-right: 0;
    flex-wrap: wrap;
  }

  .footer-top .footer-links .link-blocks {
    width: 30.33%;
    margin-bottom: 30px;
  }

  .footer-top h2,
  .footer-top ul li:not(:last-child) {
    margin-bottom: 7px;
  }

  .footer-top .footer-links {
    padding: 30px 0 0;
    width: 100%;
  }

  .footer-top .footer-links:before,
  .footer-top .footer-links:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    display: none;
  }

  .footer-top .footer-links:after {
    bottom: 0;
    top: auto;
  }

  .footer-social-media h2 {
    margin-bottom: 16px;
  }

  .footer-top .footer-social-media {
    padding: 0;
  }

  .banner-section.banner-section-inner-pages .banner-block .banner-image img {
    height: 220px;
    object-fit: cover;
    display: block;
  }

  .blog-details-container {
    flex-direction: column;
  }

  .blog-details-container .blog-details-left,
  .blog-details-container .blog-details-right {
    width: 100%;
  }

  .blog-details-right .advertisement {
    max-width: 422px;
    min-width: 400px;
  }

  .blog-details-container .blog-details-right {
    padding-left: 0;
  }

  .mobile-alignment {
    display: flex;
  }

  .blog-details-container .blog-details-right .categories {
    width: 100%;
    padding-left: 45px;
  }

  .blog-details-right .related-posts ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .event-details-container {
    flex-direction: column;
  }

  .event-details .event-details-left {
    margin-right: 0;
    width: 100%;
  }

  .event-details .event-details-right {
    width: 100%;
    margin: 40px 0 0;
  }

  .events-list .events-list-item .text {
    width: 100%;
  }

  .cta .icon-right-arrow-white {
    margin-left: 14px;
  }

  .advertisement .content {
    padding: 130px 28px 30px;
  }

  .offer-details .blog-details-container .blog-details-left,
  .offer-details .blog-details-container .blog-details-right {
    width: 100%;
  }

  .offer-details .blog-details-right {
    margin: 50px 0 0;
  }

  .offer-details .blog-details-left .blog-content .blog-section-row {
    flex-direction: row;
  }

  .offer-details .blog-details-left .blog-section .image {
    max-width: 450px;
    min-width: 450px;
  }

  .offer-details .blog-details-left .blog-content .blog-section-row:not(:last-child) {
    margin-bottom: 32px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 230px;
  }

  header .search-block .search-field {
    font-size: 16px;
  }

  .membership-blocks .membership-item h2 {
    font-size: 20px;
  }

  /* 20th November 2023 starts */

  .radio-group .radio:not(:last-child) {
    margin-right: 30px;
  }

  /* 20th November 2023 ends */
}

@media screen and (max-width: 1150px) {
  .blog-listing-container {
    flex-direction: column;
  }

  .blog-listing-container .blog-listing-left,
  .blog-listing-container .blog-listing-right {
    width: 90%;
    margin: 0 auto;
  }

  .blog-listing-right .blog-items-listing {
    padding: 0;
  }

  .blog-listing-container .blog-listing-right {
    margin-top: 40px;
  }

  .blog-listing .blog-filters-container {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }

  .blog-listing .blog-filters-container .search-block {
    margin: 20px 0 0;
  }

  .past-articles .past-article-item .content {
    padding: 16px;
  }
}

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

  header .header-right-bottom .nav-item:not(:last-child):after,
  header.sticky_header .header-right-bottom .nav-item.search-icon:after {
    display: none;
  }

  header .header-right-bottom .nav-item:not(:first-child) {
    padding-left: 12px;
  }

  header .header-right-bottom .nav-item:not(:last-child) {
    padding-right: 12px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    margin-left: 2px;
  }

  .filter-block .form-group {
    margin-right: 24px;
  }

  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-control {
    padding: 14px 13px;
    font-size: 15px;
  }

  .monthpicker {
    padding-left: 50px;
  }

  .filter-block .btn-block .btn-blue {
    padding: 14px 13px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 17px 21px 16px;
  }

  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 17px 21px;
  }

  /* 20th November 2023 starts */

  .radio-group .radio:not(:last-child) {
    margin-right: 20px;
  }

  .checkbox label,
  .radio label {
    font-size: 16px;
  }

  /* 20th November 2023 ends */
}

@media screen and (max-width: 1024px) {
  header .navbar-brand {
    width: 100px;
  }

  header .navbar-brand img {
    width: 100%;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    width: 10px;
    height: 6px;
  }

  header .header-right-bottom .nav-item:not(:last-child) {
    padding-right: 9px;
  }

  header .header-right-bottom .nav-item:not(:first-child) {
    padding-left: 9px;
  }

  .explore-the-center .swiper-nav {
    width: 120px;
    padding: 2px 15px;
  }

  .blog-filters ul li {
    display: none;
  }

  .blog-filters .dropdown ul li:first-child,
  .blog-filters .dropdown ul li:nth-child(2),
  .blog-filters .dropdown ul li:nth-child(3),
  .blog-filters .dropdown ul li:nth-child(4),
  .blog-filters .dropdown,
  .blog-filters .dropdown ul li {
    display: block;
  }

  .blog-filters .dropdown {
    width: 270px;
  }

  .blog-filters .dropdown ul {
    width: 100%;
  }

  .blog-filters ul li.dropdown .more.active {
    background: url("../images/blog-filter-arrow.svg") no-repeat right 20px top 17px;
    color: #222;
  }

  .blog-listing .blog-filters-container {
    padding-bottom: 40px;
  }

  .offers-listing .offers-item>.d-flex {
    flex-direction: column;
  }

  .offers-listing .offers-item .image {
    min-width: unset;
    max-width: unset;
    margin: 0 0 20px 0;
  }

  .offers-listing .blog-filters .dropdown {
    display: block;
  }

  .offers-listing .offers-item {
    padding: 30px 25px 30px;
  }

  .offers-listing .blog-filters-container {
    margin-bottom: 40px;
  }

  .offers-listing .btn-box {
    margin: 40px 0 0;
  }

  .announcement-item .announcement-body p {
    margin: 34px 0;
  }

  .list-company .modal-dialog {
    max-width: 90%;
  }

  .offers-listing .blog-filters ul li a,
  .offers-listing .blog-filters ul li a.active,
  .virtual-tour .blog-filters ul li a,
  .virtual-tour .blog-filters ul li a.active {
    border-width: 1px;
  }
}

@media screen and (max-width: 991px) {
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link {
    color: #fff;
  }

  header .navbar-toggler {
    padding: 0;
    border: none;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 999;
  }

  header .navbar-toggler .navbar-toggler-icon {
    background: url("../images/hamburger.svg") 0 0/100% no-repeat;
    width: 37px;
    height: 37px;
  }

  header .navbar-toggler.close .navbar-toggler-icon {
    background: url("../images/close.svg") 0 0/100% no-repeat;
    width: 33px;
    height: 33px;
  }

  header.sticky_header .navbar-toggler .navbar-toggler-icon {
    background: url("../images/hamburger-black.svg") 0 0/100% no-repeat;
    width: 37px;
    height: 37px;
  }

  header.sticky_header .navbar-toggler.close .navbar-toggler-icon {
    background: url("../images/close-black.svg") 0 0/100% no-repeat;
    width: 33px;
    height: 33px;
  }

  header .navbar-toggler:focus {
    box-shadow: none;
  }

  header .navbar {
    align-items: center;
    position: relative;
  }

  header .collapse:not(.show) {
    display: block;
    min-height: 100vh;
  }

  header .navbar-collapse {
    left: -200%;
    position: fixed;
    background: #6dc4c4;
    width: 100%;
    top: 0;
    z-index: 99;
    flex-direction: column;
    justify-content: flex-start !important;
    transition: left 0.3s ease-in;
    -webkit-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    min-height: 100vh;
  }

  header.active .navbar-collapse {
    position: fixed;
    left: 0;
    transition: left 0.3s ease-in;
    -webkit-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
  }

  header .header-right-top {
    width: 100%;
    padding: 135px 0 0;
    flex-direction: column;
  }

  header .navbar-brand {
    width: 85px;
    position: relative;
    z-index: 999;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li a,
  .navbar-expand-lg .navbar-nav .dropdown-menu li a:active,
  .navbar-expand-lg .navbar-nav .dropdown-menu li a:focus,
  .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link {
    color: #fff;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li h2,
  .navbar-expand-lg .navbar-nav .dropdown-menu:after,
  .navbar-expand-lg .navbar-nav .dropdown-menu:before,
  header .header-right-bottom .search-icon,
  header .header-right-top li:not(:last-child):after {
    display: none;
  }

  header .header-right-top li:not(:last-child) {
    margin-bottom: 20px;
    padding: 0;
  }

  header .header-right-top li:not(:first-child) {
    padding: 0;
  }

  header .header-right-top .btn-green {
    background: #fff;
    color: #6dc4c4;
  }

  header .header-right-bottom {
    margin-left: 0;
    padding: 30px 20px 0;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link {
    text-align: left;
    position: relative;
  }

  header .header-right-bottom .nav-item:not(:last-child) {
    padding: 0 0 20px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    margin-left: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url("../images/white-down-arrow.svg") no-repeat !important;
  }

  header.sticky_header .header-right-top {
    display: flex !important;
  }

  header .header-right-bottom .mobile-links {
    display: block;
  }

  .search-block .search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: 0 0;
    outline: 0;
    box-shadow: none;
    border: none;
  }

  .search-block .form-control {
    border: 1px solid #f7f7f7;
    padding: 6px 40px 7px 18px;
    color: #073e61;
  }

  .search-block .form-control:focus {
    box-shadow: none;
    border: 1px solid #f7f7f7;
  }

  .search-block .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #073e61;
  }

  .search-block .form-control::-moz-placeholder {
    text-transform: uppercase;
    color: #073e61;
  }

  .search-block .form-control:-ms-input-placeholder {
    text-transform: uppercase;
    color: #073e61;
  }

  .search-block .form-control:-moz-placeholder {
    text-transform: uppercase;
    color: #073e61;
  }

  .search-block {
    position: relative;
    max-width: 100%;
    margin: 20px 0 0;
  }

  header.sticky_header .navbar-brand {
    width: 65px;
  }

  header.sticky_header .navbar-toggler {
    top: 28px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    border-top: none;
    background: 0 0;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li,
  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    background-color: transparent;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li {
    padding: 0 20px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li:not(:last-child) a {
    border-bottom: 1px solid #efefef;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li:last-child {
    padding-bottom: 0;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    width: 14px;
    height: 9px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle,
  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:hover,
  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:active,
  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle.show,
  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:focus,
  header.normal-header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle,
  header.normal-header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:hover,
  header.normal-header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:active,
  header.normal-header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle.show,
  header.normal-header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:focus,
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle,
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:hover,
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:active,
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle.show,
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle:focus {
    color: #fff !important;
  }

  header.sticky_header .header-right-top .mail-block a {
    color: #fff;
  }

  header.sticky_header .icon-email-white {
    background: url("../images/email-white.svg") no-repeat;
  }

  header.sticky_header .icon-twitter-white {
    background: url("../images/twitter-white.svg") no-repeat;
  }

  header.sticky_header .icon-facebook-white {
    background: url("../images/facebook-white.svg") no-repeat;
  }

  header.sticky_header .icon-instagram-white {
    background: url("../images/instagram-white.svg") no-repeat;
  }

  header.sticky_header .navbar-toggler.close .navbar-toggler-icon {
    background: url("../images/close.svg") 0 0/100% no-repeat;
  }

  .offerSwiper .swiper-pagination-parent-mobile,
  .offer-slider .swiper-pagination-parent-mobile {
    display: block !important;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    box-shadow: none;
  }

  .offerSwiper .swiper-pagination-parent-desktop {
    display: none !important;
  }

  .offerSwiper .swiper-pagination-clickable .swiper-pagination-bullet,
  .offer-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 100%;
    padding: 12px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    height: auto;
    border-radius: 0;
    opacity: 1;
  }

  .offerSwiper .swiper-pagination-clickable .swiper-pagination-bullet:not(:last-child),
  .offer-slider .swiper-pagination-clickable .swiper-pagination-bullet:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }

  .offerSwiper .swiper-pagination .pager-list,
  .offer-slider .swiper-pagination .pager-list {
    max-width: 280px;
    width: 100%;
    position: relative;
    margin: 0 auto 30px;
  }

  .offerSwiper .swiper-pagination-bullets,
  .offer-slider .swiper-pagination-bullets {
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 54px;
  }

  .offerSwiper .swiper-pagination .selected-text,
  .offer-slider .swiper-pagination .selected-text {
    position: relative;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;
    border: 1px solid #0e3a5c;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }

  .offerSwiper .swiper-pagination .selected-text:after,
  .offer-slider .swiper-pagination .selected-text:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    background: url("../images/blue-down-arrow.svg") 0 0/100% no-repeat;
    width: 17px;
    height: 13px;
  }


  .offerSwiper .swiper-pagination .selected-text.rotate:after,
  .offer-slider .swiper-pagination .selected-text.rotate:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li a,
  .navbar-expand-lg .navbar-nav .dropdown-menu li a:active,
  .navbar-expand-lg .navbar-nav .dropdown-menu li a:focus,
  .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
  .offerSwiper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active,
  header.sticky_header .navbar-expand-lg .navbar-collapse .nav-link {
    color: #fff;
  }

  .offerSwiper .swiper-pagination .icon {
    width: 23px;
    height: 23px;
    background-size: 100% !important;
  }

  .events .event-block .event-item.event-down,
  .offerSwiper .swiper-pagination .icon {
    margin: 0;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet span {
    margin: 0 0 0 14px;
    display: block;
    height: auto;
  }

  .offerSwiper .swiper-pagination .pager-list .selected-text span {
    margin-left: 7px;
  }

  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-cafe,
  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-event-space,
  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-fun-area,
  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-lounge,
  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-meeting-room,
  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-open-workspaces,
  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-private-workspaces,
  .offerSwiper .swiper-pagination .pager-list .selected-text .icon-recording-studio,


  .offer-slider .swiper-pagination .pager-list .selected-text .icon-cafe,
  .offer-slider .swiper-pagination .pager-list .selected-text .icon-event-space,
  .offer-slider .swiper-pagination .pager-list .selected-text .icon-fun-area,
  .offer-slider .swiper-pagination .pager-list .selected-text .icon-lounge,
  .offer-slider .swiper-pagination .pager-list .selected-text .icon-meeting-room,
  .offer-slider .swiper-pagination .pager-list .selected-text .icon-open-workspaces,
  .offer-slider .swiper-pagination .pager-list .selected-text .icon-private-workspaces,
  .offer-slider .swiper-pagination .pager-list .selected-text .icon-recording-studio {
    width: 26px;
    height: 26px;
  }

  .what-we-offer {
    padding: 0 0 70px 0;
  }

  .btn-blue,
  .btn-blue:active,
  :not(.btn-check)+.btn-blue:active {
    padding: 15px 40px;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 48px;
  }

  .footer-top .footer-logo {
    padding: 0;
  }

  .testimonial .link-block,
  .events .link-block {
    margin: 32px 0 0;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 32px;
  }

  .testimonial-slider .testimonial-item .testimonial-video img {
    width: 100%;
  }

  header.active .navbar-brand img.colored-logo {
    display: none;
  }

  header.active .navbar-brand img.white-logo {
    display: block;
  }

  .banner-section-inner-pages {
    margin-top: 87px;
  }

  .what-we-offer-v1 .what-we-offer-item .text {
    margin: 30px 0 0;
    max-width: 100%;
  }

  .what-we-offer-v1 .offerSwiper .swiper-pagination {
    margin-bottom: 30px;
  }

  h3,
  .h3 {
    font-size: 26px;
    letter-spacing: 7.6px;
  }

  .what-we-offer-v1 .what-we-offer-item .text h3 {
    margin-bottom: 16px;
  }

  .team .team-item {
    margin-bottom: 100px;
  }

  .text-block p {
    margin: 0 auto 40px;
  }

  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-control {
    font-size: 14px;
  }

  .filter-block .form-group {
    margin-right: 0;
  }

  .filter-block .form-group {
    width: 100%;
    margin-bottom: 20px;
  }

  .filter-block {
    flex-wrap: wrap;
    padding-bottom: 46px;
  }

  .filter-block .btn-block {
    margin: 0 auto;
  }

  .blog-listing .search-block .form-control {
    text-transform: none;
  }

  .breadcrumb-section.details-page {
    padding: 140px 0 40px;
    display: none;
  }

  .blog-details-section {
    padding: 120px 0 0;
  }

  .blog-details-left .blog-content .blog-section-row {
    flex-direction: column;
  }

  .blog-details-left .blog-section .image.left,
  .blog-details-left .blog-section .image.right {
    margin: 0 auto 30px;
  }

  .blog-details-left .blog-content .blog-section {
    padding: 40px 0 50px;
  }

  .blog-details-left .blog-section .image.right {
    order: 1;
  }

  .blog-section-row .content.left {
    order: 2;
  }

  .blog-details-left .title {
    font-size: 33px;
    line-height: 44px;
  }

  .blog-details-right .advertisement {
    max-width: 315px;
    min-width: 315px;
  }

  .events-filter .filter-block .search-box .form-group {
    margin-bottom: 0;
    min-width: 260px;
    margin-right: 15px;
  }

  .events-filter .filter-block .btn-block .btn-blue {
    max-width: 155px;
    min-width: 155px;
  }

  .events-filter .filter-block .event-months-dropdown.form-group {
    margin-bottom: 0;
  }

  .event-details-left .sub-section>.d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .event-details-left .sub-section .button-block {
    margin: 15px 0 0;
  }

  .speakers-item .text h2 {
    height: auto;
  }

  .contact .contact-left,
  .contact .contact-right {
    padding: 40px 32px;
  }

  .contact .contact-left {
    margin-bottom: 30px;
  }

  .contact .contact-left,
  .contact .contact-right {
    height: auto;
  }

  .advertisement .content {
    padding: 102px 28px 30px;
  }

  .offer-details .blog-details-left .blog-content .blog-section-row {
    flex-direction: column;
  }

  .offer-details .blog-details-right {
    margin: 50px 0;
  }

  .discount-section {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .discount-section .discount-ribbon {
    margin: 0 0 20px 0;
  }

  .offer-details .blog-details-left .blog-content .blog-section {
    padding: 40px 0 0;
  }

  .search-list-block {
    margin: 140px 0 0;
  }

  .search-list-result ul li h2,
  .search-list-result ul li h2 a {
    font-size: 20px;
    line-height: 28px;
  }

  .membership-blocks .row {
    justify-content: center;
  }

  .membership .membership-blocks .col-lg-4:last-child {
    margin: 24px 0 0;
  }

  .testimonial-slider .testimonial-item .testimonial-footer h2,
  .testimonial-slider .testimonial-item p,
  .lists ul li,
  .membership-blocks .membership-item .lists li,
  p {
    font-size: 16px;
    line-height: 24px;
  }

  /* 16th November 2023 starts */
  ul.list-custom li {
    font-size: 16px;
    line-height: 24px;
  }

  /* 16th November 2023 ends */

  .events .event-block .card-tag {
    padding: 14px 13px;
    font-size: 20px;
    line-height: 24px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }

  .blog-details-container .blog-author {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .blog-details-container .author-profile {
    margin-right: 0;
  }

  .blog-details-container .categories {
    max-width: unset;
    margin: 20px 0 5px;
  }

  .events .event-block .card-text {
    padding: 16px 16px 0;
  }

  .events .event-block h2,
  .whats-new-slider .whats-new-item .contents h2 {
    font-size: 18px;
    line-height: 23px;
  }

  .blog-footer {
    margin-bottom: 28px;
  }

  .bannerSwiper .slider-nav {
    bottom: 20px;
  }

  .bannerSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .bannerSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .banner-section .banner-block .banner-content {
    top: 58%;
  }

  /* 20th November 2023 starts */
  .contact .contact-right {
    padding: 0;
  }

  .checkbox label,
  .radio label {
    font-size: 14px;
  }

  .checkbox .custom-checkbox {
    top: -3px;
  }

  .radio-group .radio:not(:last-child) {
    margin-right: 36px;
  }

  /* 20th November 2023 ends */
}

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

  h1,
  .h1 {
    font-size: 40px;
    letter-spacing: 8.6px;
  }

  .banner-section .banner-block .banner-content h1 {
    margin-bottom: 10px;
  }

  .banner-section .banner-block .banner-content {
    top: 66%;
  }

  h2,
  .h2 {
    font-size: 36px;
    letter-spacing: 7.8px;
    line-height: 40px;
  }

  .title-block,
  .title-block h2,
  .explore-the-center .title-block,
  .membership .title-block,
  .whats-new-section .title-block,
  .team .title-block {
    margin: 0 0 20px 0;
  }

  section,
  .what-we-offer {
    padding: 0 0 50px 0;
  }

  .membership .membership-blocks .col-lg-4:not(:last-child) {
    margin-bottom: 20px;
  }

  .membership-blocks .membership-item .membership-header {
    height: unset;
    margin-bottom: 25px;
  }

  .explore-the-center .swiper-slide.swiper-slide-active {
    box-shadow: none;
  }

  .membership .membership-blocks .col-lg-4 {
    padding-right: 16px;
    padding-left: 16px;
    width: 98%;
    margin: 0 auto;
  }

  .membership-blocks .membership-item {
    padding: 30px 18px 30px 25px;
  }

  .lists ul li,
  .membership-blocks .membership-item .lists li {
    font-size: 16px;
  }

  .membership-blocks .membership-item .membership-header {
    margin-bottom: 16px;
  }

  .btn-blue,
  .btn-blue:active,
  :not(.btn-check)+.btn-blue:active {
    font-size: 17px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
  }

  /* .explore-the-center .swiper-slide {
        width: 100%;
    }

    .explore-the-center .swiper-slide img {
        height: auto;
    } */
  .a-link {
    font-size: 18px;
    letter-spacing: 4px;
  }

  .what-we-offer,
  .banner-section {
    overflow: hidden;
  }

  .offerSwiper .swiper-pagination-bullets {
    height: 192px;
    overflow-y: scroll;
  }

  .footer-top .footer-links .link-blocks:nth-child(3) {
    margin-right: 0;
  }

  .footer-middle .fixed-navbar {
    bottom: 75px;
  }

  .footer-bottom,
  .footer-bottom .d-flex {
    flex-direction: column;
  }

  .footer-bottom p {
    text-align: center;
  }

  footer .container-custom {
    max-width: 92%;
  }

  footer .footer-top {
    margin: 20px auto 0;
  }

  .footer-bottom p:first-child {
    padding-bottom: 10px;
  }

  .container-custom {
    padding: 0 8px;
  }

  h3,
  .h3 {
    font-size: 24px;
    letter-spacing: 5.6px;
  }

  .values-block ul li {
    flex-direction: column;
  }

  .values-block span {
    margin: 10px 0 0;
  }

  .breadcrumb-item.active,
  .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 14px;
  }

  .banner-section-inner-pages {
    padding: 0 0 20px 0;
  }

  .explore-the-center {
    padding: 0 0 20px 0;
  }

  .explore-the-center .title-block,
  .whats-new-section .title-block,
  .events .title-block {
    margin-bottom: 30px;
  }

  .testimonial-slider .testimonial-item:after {
    box-shadow: rgb(0 0 0 / 16%) -2px 6px 25px -7px;
    -webkit-box-shadow: rgb(0 0 0 / 16%) -2px 6px 25px -7px;
    -moz-box-shadow: rgb(0 0 0 / 16%) -2px 6px 25px -7px;
    width: 89%;
  }

  .btn-blue span {
    letter-spacing: 0.2em;
  }

  .listing-section .btn-box {
    margin: 10px 0 0;
  }

  .text-over-banner .content h2 {
    margin: 0 0 28px 0;
  }

  .text-over-banner .btn-green {
    max-width: 250px;
    padding: 10px 12px 10px;
  }

  .text-over-banner .btn-green span {
    font-size: 16px;
  }

  .blog-listing-container {
    margin-bottom: 50px;
  }

  .blog-listing-container .blog-listing-left,
  .blog-listing-container .blog-listing-right {
    width: 100%;
  }

  .blog-listing-container .blog-listing-left .content {
    padding: 16px;
  }

  .blog-listing-container .blog-listing-left .content h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .blog-listing-container .blog-listing-left .content p,
  .blog-listing-container .blog-listing-left .content h2 {
    max-width: 100%;
    line-height: 23px;
  }

  .past-articles-listing .button-block {
    margin: 20px auto 0;
  }

  .blog .swiper-nav .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -20px;
  }

  .blog .swiper-nav .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: -20px;
  }

  .container-custom,
  .offerSwiper .swiper-pagination {
    max-width: 96%;
  }

  .blog-details-right .advertisement {
    max-width: 260px;
    min-width: 260px;
  }

  .advertisement .content {
    padding: 70px 18px 18px;
  }

  .blog-details-container .blog-details-right .categories {
    padding-left: 30px;
  }

  .social-media-share p,
  .tags-block p {
    margin-right: 10px;
  }

  .tags-block .tags .green-tag:not(:last-child) {
    margin-right: 6px;
  }

  .green-tag {
    font-size: 14px;
  }

  .blog-footer p {
    font-size: 16px;
  }

  .blog-section {
    padding: 50px 0;
  }

  .blog-details-left .blog-content .blog-section-row:not(:last-child) {
    margin-bottom: 40px;
  }

  .blog-details-left .blog-section .content h2,
  .blog-details-left .blog-section .content p:not(:last-child) {
    margin-bottom: 16px;
  }

  .blog-details-container .blog-author,
  .blog-details-left .title {
    margin-bottom: 26px;
  }

  .tags-block .tags {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-section .link-block {
    margin-top: 30px;
  }

  .events-filter {
    padding: 0px 0 40px;
  }

  .events-filter .filter-block {
    flex-direction: column;
    justify-content: center;
  }

  .events-filter .filter-block .event-months-dropdown.form-group {
    max-width: 400px;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
  }

  .events-filter .search-box {
    max-width: 500px;
    margin: 0 auto;
  }

  .event-list-item .image img {
    width: 100%;
  }

  .event-list-item .text h2 {
    min-height: unset;
    margin-bottom: 24px;
  }

  .events-filter .filter-block .btn-block .btn-blue {
    min-width: unset;
  }

  .events-listing .btn-box {
    margin: 0px 0 0;
  }

  .register-event,
  .location {
    margin-bottom: 40px;
  }

  .event-details-left .event-details,
  .event-details-left .speakers {
    margin: 0 0 15px 0;
  }

  .event-details-left .event-details {
    margin-bottom: 0;
  }

  .event-details-left .sub-section {
    padding-bottom: 40px;
  }

  .register-event {
    padding: 22px;
  }

  .location {
    padding-bottom: 40px;
  }

  .register-event .btn-green,
  .register-event .btn-green span {
    max-width: 100%;
  }

  .register-event .btn-green {
    margin: 10px 0 0;
  }

  .gallery,
  .documents {
    margin-bottom: 50px;
  }

  .documents {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .event-details-left .gallery h3,
  .documents h3,
  .register-event h3,
  .location h3 {
    margin-bottom: 20px;
  }

  .location {
    padding-bottom: 0;
  }

  .contact .contact-left,
  .contact .contact-right {
    padding: 34px 20px;
  }

  .offers-listing .offers-item {
    padding: 18px;
  }

  .blog-details-left .blog-section .content p,
  .blog-details-left p,
  p {
    font-size: 16px;
    line-height: 28px;
  }

  .listing-section.announcement .col-lg-3 {
    margin-bottom: 28px;
  }

  h4,
  .h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 5.2px;
  }

  .list-company .modal-body h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto 40px;
  }

  .register-event .form-group {
    margin-bottom: 24px;
  }

  .list-company .modal-dialog .modal-body {
    padding: 50px 40px 40px;
  }

  .tags-block .tags .green-tag {
    margin-right: 6px;
  }

  .event-details-left .sub-section p {
    flex-direction: column;
    display: flex;
  }

  .event-details-left .speakers h3 {
    margin-bottom: 0;
  }

  .speakers .swiper-wrapper {
    padding: 20px 0;
  }

  .documents .documents-item h2 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 5.2px;
  }

  .speakers-item {
    padding: 32px 20px;
  }

  .help-text {
    font-size: 14px;
  }

  /* 16th November 2023 starts */
  .offer-slider .button-block {
    margin: 20px 0 0;
  }

  /* 16th November 2023 ends */

  /* 20th November 2023 starts */
  .contact .contact-right {
    padding: 0;
  }

  /* 20th November 2023 ends */

  /* 404 Error Page Mobile Layout Only */
  .search-listing.error-404-page {
    min-height: calc(100vh - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .error-404-content {
    padding: 0 20px;
  }
}

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

  h1,
  .h1 {
    font-size: 28px;
    letter-spacing: 5.6px;
  }

  p,
  .testimonial-slider .testimonial-item p {
    font-size: 16px;
    line-height: 25px;
  }

  .banner-section .banner-block .banner-content {
    max-width: 90%;
  }

  .blog-footer {
    flex-direction: column;
  }

  .blog-footer .tags-block {
    margin: 20px 0 0;
  }

  /* banner video */
  .bannerSwiper video {
    width: 100%;
    height: 100%;
  }

  .banner-section .swiper-slide.video-slide {
    width: 100% !important;
  }

  .banner-section .swiper-slide.video-slide video {
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
  }

  .banner-section .banner-block {
    min-height: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .banner-section .banner-block .banner-image img.banner-mobile {
    display: block;
  }

  .banner-section .banner-block .banner-image img {
    display: none;
  }

  h1,
  .h1 {
    font-size: 38px;
    letter-spacing: 5.6px;
  }

  .banner-section .banner-block .banner-content {
    top: 50%;
  }

  .blog .blog-item .block-image img {
    width: 100%;
  }

  .virtual-tour iframe {
    width: 100% !important;
    height: 100% !important;
  }

  .virtual-tour .mySwiper2 .swiper-slide {
    height: 350px !important;
  }
}

@media screen and (max-width: 575px) {
  .explore-the-center .swiper-slide {
    width: 100%;
    height: auto;
  }

  h2,
  .h2 {
    font-size: 32px;
    letter-spacing: 5px;
    line-height: 38px;
  }

  .lists ul li,
  .membership-blocks .membership-item .lists li {
    line-height: 23px;
  }

  .lists ul li:not(:last-child),
  .membership-blocks .membership-item .lists li:not(:last-child) {
    padding: 0 0 10px 0;
  }

  .membership-blocks .membership-item h2 {
    font-size: 20px;
  }

  .footer-top .footer-links .link-blocks {
    width: 50%;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 0;
  }

  .events .event-block .card-tag {
    font-size: 17px;
    line-height: 20px;
    padding: 16px 12px;
  }

  .event-slider .swiper-nav .swiper-button-next,
  .event-slider .swiper-nav .swiper-button-prev,
  .testimonial-slider .swiper-nav .swiper-button-next,
  .testimonial-slider .swiper-nav .swiper-button-prev,
  .whats-new-slider .swiper-nav .swiper-button-prev,
  .whats-new-slider .swiper-nav .swiper-button-next {
    width: 64px;
    height: 45px;
  }

  .event-slider .swiper-nav .swiper-button-prev,
  .testimonial-slider .swiper-nav .swiper-button-prev,
  .whats-new-slider .swiper-nav .swiper-button-prev {
    left: -25px;
  }

  .event-slider .swiper-nav .swiper-button-next,
  .testimonial-slider .swiper-nav .swiper-button-next,
  .whats-new-slider .swiper-nav .swiper-button-next {
    right: -25px;
  }

  .values-block ul li {
    width: 100%;
  }

  .values-block ul {
    flex-direction: column;
  }

  .values-block ul li:not(:last-child) {
    margin-bottom: 40px;
  }

  .explore-the-center .title-block,
  .whats-new-section .title-block,
  .events .title-block {
    margin-bottom: 22px;
  }

  .filter-block .btn-block .btn-blue {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  .filter-block .btn-block {
    width: 100%;
  }

  .text-over-banner .content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .listing-section .btn-box {
    flex-direction: column;
  }

  .listing-section .btn-box .button-block {
    margin: 10px 0 0;
  }

  .past-article-item h2 {
    max-width: 100%;
  }

  .blog-listing-container .blog-listing-left .content h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .blog-listing-container .blog-listing-left .content p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .blog-listing-right .blog-items-listing .content h2,
  .past-article-item h2 {
    font-size: 17px;
    line-height: 22px;
  }

  .blog-listing-right .blog-items-listing .content span {
    font-size: 12px;
    line-height: 15px;
  }

  .read-more-link {
    font-size: 15px;
  }

  .blog-listing .search-block .btn-green span {
    display: none;
  }

  .blog-listing .search-block .icon-search {
    margin-right: 0;
  }

  .blog-listing .blog-filters-container .search-block {
    width: 100%;
  }

  .blog-listing .blog-filters-container .search-block>.d-flex {
    justify-content: center;
  }

  .mobile-alignment {
    flex-direction: column;
  }

  .blog-details-right .advertisement {
    min-width: 350px;
  }

  .blog-details-container .blog-details-right .categories {
    padding-left: 0;
  }

  .blog-details-right ul li:last-child {
    margin-bottom: 0;
  }

  .blog-details-left .title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-container .blog-author {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .blog-details-container .blog-author .author-profile {
    margin: 0 0 15px 0;
  }

  .blog-listing-container .blog-listing-left .details {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-listing-container .blog-listing-left .details span:first-child,
  .blog-listing-container .blog-listing-left .details span:nth-child(2) {
    width: 50%;
    margin: 0 0 10px 0;
  }

  .blog-listing-container .blog-listing-left .details span:nth-child(2) {
    text-align: right;
  }

  .footer-top .footer-links .link-blocks:nth-child(odd) {
    padding-right: 10px;
  }

  .footer-top .footer-links .link-blocks:nth-child(even) {
    padding-left: 10px;
  }

  .events-filter .filter-block .event-months-dropdown.form-group,
  .events-filter .search-box {
    max-width: 100%;
    width: 100%;
  }

  .events-filter .filter-block .search-box .form-group {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }

  .events-filter .filter-block .btn-block .btn-blue {
    max-width: unset;
  }

  .events-filter .filter-block .btn-block {
    width: 30%;
  }

  .btn-blue span {
    letter-spacing: 0.18em;
    font-size: 18px;
  }

  .count-remaining {
    margin-right: 15px;
  }

  .events-listing .btn-box {
    flex-direction: column;
  }

  .events-listing .btn-box .button-block {
    margin: 10px 0 0;
  }

  .event-details .events-left-side {
    flex-direction: column;
  }

  .event-details .calendar-block {
    margin: 0 0 20px 0;
  }

  .event-details .sub-section ul {
    padding-left: 0;
  }

  .event-details .sub-section ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .speakers-item {
    max-width: 98%;
  }

  .share-directions ul li:not(:last-child) {
    margin-right: 32px;
  }

  .contact .register-event .btn-green,
  .more-info-block .btn-green.btn-green-outline {
    max-width: 100%;
    width: 100%;
  }

  .contact .more-info-block {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .more-info-block .qr-code {
    margin: 15px 0 0;
  }

  .events-filter .filter-block .btn-block .btn-blue span {
    display: none;
  }

  .events-filter .filter-block .icon-search {
    margin-right: 0;
  }

  .search-list-result ul li h2,
  .search-list-result ul li h2 a {
    font-size: 18px;
    line-height: 24px;
  }

  .search-pagination .prev-item {
    margin-right: 15px;
  }

  .search-pagination .next-item {
    margin-left: 15px;
  }

  .search-pagination .page-link span {
    font-size: 14px;
  }

  .search-pagination .page-link,
  .search-pagination .page-link:not(:first-child),
  .search-pagination .page-link:not(:last-child) {
    font-size: 16px;
    padding: 4px 10px;
  }

  .list-company .modal-dialog {
    max-width: 100%;
  }

  .list-company .modal-dialog .modal-body {
    padding: 40px 20px 30px;
  }

  .list-company .btn-close {
    right: 17px;
    top: 17px;
  }

  .list-company .register-event .btn-green,
  .list-company .register-event .btn-green:active,
  :not(.btn-check)+.list-company .register-event .btn-green:active {
    padding: 14px 34px;
  }

  .cta {
    display: block;
  }

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

  .blog-details-container .blog-author .author-profile {
    margin-bottom: 0;
  }

  .offers-listing .btn-box {
    flex-direction: column;
  }

  .offers-listing .btn-box>span {
    margin: 0 0 10px 0;
  }

  .blog-details-right .related-posts {
    margin: 40px 0;
  }
}

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

  h1,
  .h1 {
    font-size: 34px;
    letter-spacing: 4.6px;
  }

  /* 404 Error Page Small Mobile Layout Only */
  .search-listing.error-404-page {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .error-404-content {
    padding: 0 15px;
  }

  .footer-top .footer-links .link-blocks {
    width: 50%;
    margin: 0 0 25px;
  }

  .footer-top h2 {
    margin-bottom: 12px;
  }

  .footer-top ul li:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer-top .footer-links .link-blocks:not(:last-child) {
    margin-right: 0;
  }

  .blog-listing-right .blog-items-listing .image {
    max-width: 110px;
    min-width: 110px;
  }

  /* .blog-listing-right .blog-items-listing li:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  } */

  .blog .swiper-wrapper,
  .whats-new-slider .swiper-wrapper {
    margin-bottom: 25px;
  }

  .blog .blog-item:after {
    top: 34%;
  }

  .blog-details-left .blog-section .image.left,
  .blog-details-left .blog-section .image.right {
    min-width: unset;
    max-width: unset;
  }

  .speakers-item .speaker-profile {
    flex-direction: column;
  }

  .speakers-item .pic {
    margin: 0 auto 16px;
  }

  .speakers-item .text h2,
  .speakers-item .text p,
  .speakers-item p {
    text-align: center;
  }

  .speakers-item .speaker-profile {
    padding-bottom: 0px;
  }

  .register-event {
    padding: 22px 16px;
  }

  .share-directions ul {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .share-directions ul li:not(:last-child) {
    margin: 0 0 14px 0;
  }

  /* 20th November 2023 starts */
  .tabs-v1 .tab-content .tab-pane {
    padding: 26px 16px;
  }

  .radio-group {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .radio-group .radio:not(:last-child) {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .tabs-v1 .nav-tabs .nav-link {
    font-size: 19px;
    padding: 13px 15px;
  }

  .tabs-v1 .btn-box,
  .bookNow-modal .btn-box {
    flex-direction: column;
  }

  .tabs-v1 .register-event .btn-box button:first-child,
  .bookNow-modal .register-event .btn-box button:first-child {
    margin: 0 0 20px 0;
  }

  .tabs-v1 .register-event .btn-box button:last-child,
  .bookNow-modal .register-event .btn-box button:last-child {
    margin: 0;
  }

  /* 20th November 2023 ends */
}

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

  h1,
  .h1 {
    font-size: 28px;
    letter-spacing: 3.6px;
  }

  .blog-details-right .advertisement {
    min-width: unset;
  }

  .related-posts .image {
    margin-right: 16px;
  }
}

@media screen and (max-width: 400px) {
  .footer-top .footer-links {
    flex-direction: column;
  }

  .footer-top .footer-links .link-blocks {
    width: 100%;
  }

  .footer-top .footer-links .link-blocks:nth-child(odd) {
    padding-right: 0px;
  }

  .footer-top .footer-links .link-blocks:nth-child(even) {
    padding-left: 0px;
  }
}

.offerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 20%;
}

.offerSwiper .swiper-pagination {
  max-width: 1280px;
}

@media screen and (max-width: 1850px) {
  .offerSwiper .swiper-pagination {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1366px) {
  .offerSwiper .swiper-pagination {
    max-width: 85%;
  }
}

.testimonial-slider .swiper-slide-active .testimonial-item p {
  min-height: 55px;
}

@media screen and (max-width: 1800px) {
  .testimonial-slider .testimonial-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* 7th dec 2023 starts */
.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item p {
  min-height: 110px;
  overflow: hidden;
}

.testimonial-slider .swiper-slide .testimonial-item p {
  min-height: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-slider .swiper-slide .testimonial-item .testimonial-footer p {
  min-height: unset;
  max-height: unset;
}

@media screen and (max-width: 1740px) {
  .testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item p {
    min-height: 100px;
  }

  .testimonial-slider .swiper-slide .testimonial-item p {
    min-height: 90px;
  }

  .testimonial-slider .swiper-slide .testimonial-item .testimonial-footer p {
    min-height: unset;
    max-height: unset;
  }
}

/* 7th dec 2023 ends */
/* 8th dec 2023 starts */
.membership .title-block {
  margin-bottom: 30px;
}

.membership-blocks .membership-item .membership-header {
  height: 140px;
}

.membership-blocks .membership-item {
  padding: 26px 30px 30px 38px;
}

header.sticky_header {
  padding: 10px 0;
}

.banner-section .banner-block {
  overflow: hidden;
}

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

  .lists ul li,
  .membership-blocks .membership-item .lists li {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .banner-section .banner-block .banner-content {
    top: 56%;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-block .banner-content {
    top: 55%;
  }
}

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

  h1,
  .h1 {
    font-size: 40px;
    letter-spacing: 9.6px;
  }
}

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

  h1,
  .h1 {
    font-size: 40px;
    letter-spacing: 8.6px;
  }
}

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

  h1,
  .h1 {
    font-size: 32px;
    letter-spacing: 6.6px;
  }
}

@media screen and (max-width: 680px) {
  .banner-section .banner-block .banner-image img.banner-mobile {
    display: block;
  }

  .banner-section .banner-block .banner-image img.banner-desktop {
    display: none;
  }

  .banner-section .banner-block .banner-content {
    top: 50%;
  }
}

/* 8th dec 2023 ends */
/* 11th dec 2023 starts */
.icon-twitter-grey {
  width: 22px;
  height: 22px;
}

.footer-top ul {
  align-items: center;
}

.footer-top .footer-social-media ul li {
  margin-bottom: 19px;
}

@media screen and (max-width: 991px) {
  header .navbar-toggler {
    top: 37px;
  }

  header.sticky_header .navbar-toggler {
    top: 1px;
  }
}

section {
  padding: 0 0 75px 0;
}

.what-we-offer {
  padding: 0 0 150px 0;
}

.explore-the-center {
  padding: 0 0 38px 0;
}

@media screen and (max-width: 1366px) {
  .what-we-offer {
    padding: 0 0 130px 0;
  }

  section {
    padding: 0 0 70px 0;
  }

  .testimonial .link-block,
  .events .link-block {
    margin: 32px 0 0;
  }
}

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

  .blog .swiper-wrapper,
  .whats-new-slider .swiper-wrapper {
    margin-bottom: 25px;
    padding-bottom: 0;
  }

  .testimonial .link-block,
  .events .link-block {
    margin: 10px 0 0;
  }
}

.banner-section-inner-pages {
  margin-top: 68px;
}

@media screen and (max-width: 1600px) {
  .banner-section-inner-pages {
    margin-top: 68px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section-inner-pages {
    margin-top: 60px;
  }
}

/*
header.sticky_header .navbar-brand img.colored-logo {
    width: 49px;
}*/

header.sticky_header {
  padding: 0;
}

@media screen and (max-width: 991px) {
  /* header.sticky_header .navbar-brand img.colored-logo {
    width: 100px;
  } */

  header.sticky_header .navbar-toggler {
    top: -2px;
  }

  header.sticky_header.active .navbar-toggler {
    top: 28px;
  }

  header.sticky_header .navbar-brand {
    width: 125px;
  }

  header.sticky_header {
    padding: 10px 0;
  }

  header.sticky_header .navbar-brand {
    padding: 0;
  }
}

/* 11th dec 2023 ends */
/* 11th dec 2023 starts v1 */
.offerSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
}

.swiper {
  position: static;
}

.whats-new-slider .swiper-nav .swiper-button-next,
.whats-new-slider .swiper-nav .swiper-button-prev,
.blog .swiper-nav .swiper-button-prev,
.blog .swiper-nav .swiper-button-next,
.speakers .swiper-nav .swiper-button-next,
.speakers .swiper-nav .swiper-button-prev,
.gallery .swiper-nav .swiper-button-next,
.gallery .swiper-nav .swiper-button-prev,
.documents .swiper-nav .swiper-button-next,
.documents .swiper-nav .swiper-button-prev,
.testimonial .swiper-nav .swiper-button-prev,
.testimonial .swiper-nav .swiper-button-next,
.events .swiper-nav .swiper-button-next,
.events .swiper-nav .swiper-button-prev {
  box-shadow: rgb(0 0 0 / 7%) 0 0 23px 7px;
  -webkit-box-shadow: rgb(0 0 0 / 7%) 0 0 23px 7px;
  -moz-box-shadow: rgb(0 0 0 / 7%) 0 0 23px 7px;
}

/* 11th dec 2023 ends v1 */
/* 13th dec 2023 starts */
.what-we-offer-v1 {
  padding: 0 0 75px 0;
}

.what-we-offer-2 .swiper-nav .swiper-button-next {
  right: -11px;
}

.list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 59px;
}

@media screen and (max-width: 1120px) {
  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 56px;
  }
}

@media screen and (max-width: 991px) {
  .what-we-offer {
    padding: 0 0 70px 0;
  }

  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 55px;
  }
}

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

  section,
  .what-we-offer {
    padding: 0 0 50px 0;
  }

  .membership .membership-blocks .col-lg-4:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 575px) {
  .modal.show .modal-dialog {
    max-width: 100% !important;
  }
}

/* 13th dec 2023 ends */
/* 14th december 2023 starts - slider changes */
.bannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
}

.explore-the-center .swiper-button-next,
.explore-the-center .swiper-button-prev {
  display: block;
  width: 12px;
  height: 20px;
}

.explore-the-center .swiper-nav {
  height: 64px;
}

.listing-item .list-item-inner.open .listing-item-expand ul li {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .explore-the-center .swiper-nav {
    height: 48px;
    padding: 2px 24px;
  }

  .membership .membership-blocks .col-lg-4 {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }
}

@media screen and (max-width: 991px) {
  .bannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }

  .banner-section-inner-pages {
    margin-top: 58px;
  }
}

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

  .event-slider .swiper-nav .swiper-button-next,
  .testimonial-slider .swiper-nav .swiper-button-next,
  .whats-new-slider .swiper-nav .swiper-button-next {
    right: -11px;
  }

  .blog .swiper-nav .swiper-button-next {
    right: -8px;
  }
}

/* 14th december 2023 ends - slider changes */
/* 14th december 2023 starts */
.breadcrumb-section.details-page {
  padding: 155px 0 30px;
}

.blog-footer {
  margin-bottom: 50px;
  padding-top: 40px;
  border-top: 1px solid #f2f2f2;
}

.blog-details-container {
  border-bottom: none;
}

@media screen and (max-width: 575px) {
  .blog-footer {
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
  }

  .blog-details-left .blog-content .blog-section {
    padding: 40px 0 30px;
  }
}

/* 14th december 2023 ends */

/* 15th december 2023 starts */
.offer-slider .nav {
  background: #fff;
  box-shadow: 0px 2.767256498336792px 2.2138051986694336px 0px rgba(0, 0, 0, 0.02),
    0px 6.650102138519287px 5.32008171081543px 0px rgba(0, 0, 0, 0.03),
    0px 12.521552085876465px 10.017241477966309px 0px rgba(0, 0, 0, 0.04),
    0px 22.3363094329834px 17.869047164916992px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}

.offer-slider .nav-tabs .nav-link {
  width: 100%;
  padding: 32px 16px;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}

.offer-slider .nav-tabs .nav-link.active,
.offer-slider .nav-tabs .nav-link:focus,
.offer-slider .nav-tabs .nav-link:hover,
.offer-slider .nav-tabs .nav-link {
  border: none;
  margin: 0;
}

.offer-slider .nav-tabs .nav-link:hover {
  background-color: #6dc4c4;
  color: white;
  border-radius: 0;
}

.offer-slider .nav-item {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.offer-slider .tabs-button span {
  color: #222;
  text-align: center;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 0;
  display: block;
}

.offer-slider .icon {
  width: 60px;
  height: 60px;
}

.offer-slider .icon-meeting-room {
  background: url("../images/meeting-rooms-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-meeting-room {
  background: url("../images/meeting-rooms-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .icon-open-workspaces {
  background: url("../images/open-workspaces-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-open-workspaces {
  background: url("../images/open-workspaces-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .icon-private-workspaces {
  background: url("../images/private-workspaces-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-private-workspaces {
  background: url("../images/private-workspaces-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .icon-event-space {
  background: url("../images/event-spaces-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-event-space {
  background: url("../images/event-spaces-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .icon-recording-studio {
  background: url("../images/recording-studio-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-recording-studio {
  background: url("../images/recording-studio-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .icon-lounge {
  background: url("../images/lounge-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-lounge {
  background: url("../images/lounge-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .icon-cafe {
  background: url("../images/cafe-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-cafe {
  background: url("../images/cafe-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .icon-fun-area {
  background: url("../images/fun-area-grey.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .active .icon-fun-area {
  background: url("../images/fun-area-white.svg") no-repeat;
  background-size: 100%;
}

.offer-slider .nav-link.active {
  background: #6dc4c4;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.offer-slider .nav-link.active .tabs-button span {
  color: #fff;
}

.offer-slider .selected-text {
  display: none !important;
}

.tab-content .what-we-offer-item {
  position: relative;
  left: -100%;
  opacity: 0;
  visibility: hidden;
}

.tab-content>.active.show .what-we-offer-item {
  animation: 0.5s linear slidein;
  -webkit-animation: 0.5s linear slidein;
  -moz-animation: 0.5s linear slidein;
  left: 0;
  opacity: 1;
  visibility: visible;
}

@keyframes slidein {
  0% {
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes slidein {
  0% {
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes slidein {
  0% {
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }

  100% {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1440px) {
  .offer-slider .icon {
    width: 45px;
    height: 45px;
  }

  .offer-slider span {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .offer-slider .selected-text {
    display: flex !important;
  }

  .offer-slider .nav {
    flex-direction: column;
  }

  .offer-slider .tabs-button {
    display: flex;
    align-items: center;
  }

  .offer-slider .tabs-button .image {
    margin-right: 20px;
  }

  .offer-slider .tabs-button span {
    margin: 0;
    height: auto !important;
  }

  .offer-slider .nav-tabs .nav-link {
    padding: 8px 12px;
  }

  .offer-slider .selected-text {
    padding: 12px;
  }

  .offer-slider .icon {
    width: 24px;
    height: 24px;
  }

  .offer-slider .tabs-button .image {
    margin-right: 10px;
  }

  .offer-slider .tabs-button span,
  .offer-slider .selected-text p {
    font-size: 15px;
    line-height: 20px;
  }

  .offer-slider .mobile-dropdown {
    max-width: 400px;
    border: 1px solid #6dc4c4;
    margin: 0 auto 60px;
    position: relative;
  }

  .offer-slider .nav {
    flex-direction: column;
    margin: 0 auto;
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 999;
    opacity: 0;
  }

  .offer-slider .nav-tabs .nav-link {
    display: none;
  }

  .offer-slider .selected-text {
    position: relative;
  }

  .offer-slider .selected-text:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 18px;
    background: url("../images/blue-down-arrow.svg") 0 0/100% no-repeat;
    width: 17px;
    height: 13px;
  }

  .offer-slider .selected-text i {
    margin-right: 10px;
  }

  .offer-slider .nav.open .nav-link {
    display: block;
  }

  .offer-slider .nav.open {
    opacity: 1;
  }

  header.sticky_header {
    z-index: 999;
  }
}

@media screen and (max-width: 991px) {
  .offer-slider .mobile-dropdown {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 575px) {
  .offer-slider .mobile-dropdown {
    max-width: 300px;
  }
}

/* 15th december 2023 ends */
/* 6th february 2024 starts */
.list-company .register-event input[type="file"]::file-selector-button {
  display: none;
}

.list-company .register-event input[type="file"] {
  display: block;
  border: none;
  padding: 0;
  display: none;
}

span[data-name="Tradelicense"],
span[data-name="Companyprofile"],
span[data-name="CompanyLogo"],
span[data-name="OtherFiles"] {
  border: 1px solid #f4f4f4;
  background: #fff;
  padding: 18px 21px;
  display: block;
}

.list-company .register-event .file-input-label {
  display: block;
  text-align: center;
  color: #a7a7a7;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: normal;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  display: block;
}

.list-company .register-event .file-input-label>span {
  margin: 0 auto;
}

.list-company .register-event .file-input-label img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 1280px) {
  .list-company .register-event .col-md-3 {
    width: 50%;
  }

  .list-company .register-event .file-input-label {
    max-width: 400px;
  }
}

@media screen and (max-width: 480px) {
  .list-company .register-event .col-md-3 {
    width: 100%;
  }
}

/* 6th february 2024 ends */
@media screen and (max-width: 991px) {
  .search-listing.thankyou-page {
    margin: 150px 0 0;
  }

  .search-listing.error-404-page {
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .error-404-content {
    padding: 0 20px;
  }
}

/* 404 Error Page Layout and Spacing Only */
.search-listing.error-404-page {
  display: flex;
  align-items: center;
  min-height: 400px;
}

.error-404-content {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

/* Events No Results Message */
.events-listing .no-results-message {
  margin: 40px 0;
}

.events-listing .no-results-message p {
  font-size: 18px;
  line-height: 28px;
  color: #778793;
  margin-bottom: 10px;
}

.events-listing .no-results-message p.text-muted {
  font-size: 16px;
  color: #999;
}

.event-list-item .calendar-block {
  max-width: unset;
  width: 100%;
  justify-content: center;
}

.event-list-item .calendar-block .calendar-start {
  margin-right: 0;
}

.calendar-block .calendar-end {
  margin-left: 14px;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item p {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

/* 26th Feb 2024 starts */
.team .team-item.no-read-more .team-item-inner {
  padding: 10px;
}

.team .team-item.no-read-more {
  margin-bottom: 60px;
}

@media screen and (max-width: 1560px) {
  .team .team-item.no-read-more .team-item-inner {
    padding: 10px;
  }

  .team .team-item.no-read-more {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .team .team-item.no-read-more .team-item-inner {
    padding: 10px;
  }

  .team .team-item.no-read-more {
    margin-bottom: 40px;
  }
}

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

  .listing-item .listing-item-bottom h2,
  .listing-item .listing-item-bottom h3,
  .team .team-item h2,
  .team .team-item h3 {
    height: auto !important;
  }
}

/* 26th Feb 2024 ends */

.feedbackform-radio .wpcf7-list-item.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}

.feedbackform-radio .wpcf7-list-item.inline:last-child {
  margin-right: 0;
}

.feedbackform-radio .wpcf7-list-item label {
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open sans";
  letter-spacing: 0;
  color: #222;
}

.feedbackform-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.feedbackform-radio .wpcf7-list-item input[type="checkbox"],
.feedbackform-radio .wpcf7-list-item input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.feedbackform-radio .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 40px;
}

.feedbackform-radio .wpcf7-list-item .custom-checkbox,
.feedbackform-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  width: 29px;
  height: 28px;
  background: #fff;
  position: relative;
  border: 2px solid #f2f2f2;
  border-radius: 3px;
}

.feedbackform-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 18px;
  background: #fff;
  /* box-shadow: inset 0 0 0 12px #fff; */
  transition: all 180ms ease;
  width: 25px;
  height: 25px;
}

.feedbackform-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-color: #6dc4c4;
  background: #6dc4c4;
  box-shadow: inset 0 0 0 4px #fff;
}

.feedbackform-radio .wpcf7-list-item:not(:last-child) {
  margin-right: 44px;
  margin-left: 0;
}

.feedbackform-radio {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0 !important;
  border: unset !important;
}

@media screen and (max-width: 1580px) {
  .feedbackform-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .feedbackform-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1366px) {
  .feedbackform-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 30px;
  }

  .feedbackform-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 34px;
  }
}

@media screen and (max-width: 1200px) {
  .feedbackform-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 30px;
  }

  .feedbackform-radio .wpcf7-list-item label {
    font-size: 16px;
  }
}

@media screen and (max-width: 1120px) {
  .feedbackform-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .feedbackform-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 30px;
  }

  /* Fix feedback form layout on tablets (iPad Pro 1024px) */
  .tabs-v1 .form-group-set {
    width: 100%;
    display: block;
  }

  .tabs-v1 .form-group-set .register-event {
    width: 100%;
    margin: 0;
    display: block;
  }

  .tabs-v1 .form-group-set .suggestion-field {
    display: none !important;
    width: 100%;
  }

  .tabs-v1 .form-group-set .suggestion-field.active {
    display: block !important;
    width: 100%;
    flex-direction: column;
  }

  .tabs-v1 .form-group-set .form-cf7 {
    width: 100%;
    display: block;
  }

  .tabs-v1 .form-group-set .form-cf7 .wpcf7-form {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .feedbackform-radio .wpcf7-list-item label {
    font-size: 14px;
  }

  .feedbackform-radio .wpcf7-list-item:not(:last-child) {
    margin-right: 36px;
  }

  .feedbackform-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label:before,
  .feedbackform-radio .wpcf7-list-item .wpcf7-list-item-label:before {
    top: -3px;
  }
}

@media screen and (max-width: 480px) {
  .feedbackform-radio {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .feedbackform-radio .wpcf7-list-item:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feedbackform-radio .wpcf7-list-item {
    margin: 0;
  }
}

/* 1st March 2024 starts */
.events-list .image {
  max-width: 106px;
}

.events-list .image img {
  width: 100%;
}

.events-listing .event-list-item .image {
  height: 302px;
  overflow: hidden;
}

@media screen and (max-width: 1580px) {
  .events-list .image {
    max-width: 90px;
  }

  /* .events-listing .event-list-item .image {
    height: 260px;
  }*/
}

@media screen and (max-width: 1280px) {
  .events-listing .event-list-item .image {
    height: 220px;
  }
}

@media screen and (max-width: 575px) {
  .events-list .image {
    max-width: 70px;
  }
}

.whats-new-slider .whats-new-item .contents h2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 1st March 2024 ends */
EN CSS

/* 4th March 2024 starts */
.announcement-item .announcement-image img {
  width: 100%;
}

.announcement-item h2 {
  background: transparent;
  padding: 0;
  display: -webkit-box;
  max-width: 100%;
  /* -webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
  color: #222;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 12px;
}

.announcement-item .announcement-body p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  color: #222;
  text-align: left;
  padding-right: 15px;
  margin: 0 0 24px 0;
  display: -webkit-box;
  max-width: 100%;
  /* -webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.announcement-item {
  height: 100%;
}

/* 4th March 2024 ends */
.events-listing .event-list-item .image {
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 1580px) {
  .events-listing .event-list-item .image {
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .events-listing .event-list-item .image {
    height: 260px;
  }
}

/* 6th March 2024 starts */
.speakers-item .text p {
  margin-bottom: 16px;
}

.speakers-item .social .icon-linkedin-green {
  width: 30px;
  height: 30px;
  background-size: 100%;
}

@media screen and (max-width: 575px) {
  .speakers-item .social {
    text-align: center;
  }

  .speakers-item .social .icon-linkedin-green {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
}

/* 6th March 2024 ends */
.event-details-left .sub-section .calendar-block .calendar-end {
  margin-left: 0;
}

.event-details .sub-section ul {
  padding-left: 40px;
}

.event-details .sub-section .button-block {
  max-width: 300px;
}

.event-details .events-left-side {
  padding-right: 20px;
}

@media screen and (max-width: 1580px) {
  .event-details .sub-section .btn-calendar .btn-blue {
    padding: 9px 24px;
  }

  .event-details .sub-section .btn-calendar .btn-blue span {
    font-size: 16px;
  }

  .event-details .sub-section .button-block {
    max-width: 238px;
    width: 100%;
  }

  .event-details .sub-section ul {
    padding-left: 24px;
  }
}

@media screen and (max-width: 575px) {
  .event-details .sub-section ul {
    padding-left: 0;
  }
}

/* 15th March 2024 starts */
.icon-linkedin-white {
  width: 17px;
  height: 17px;
  background: url("../images/linkedin-white.svg") no-repeat;
  background-size: 100%;
}

.icon-linkedin-grey {
  width: 18px;
  height: 18px;
  background: url("../images/linkedin-grey.svg") no-repeat;
  background-size: 100%;
}

.footer-top .social-media-list ul li a {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
}

.icon-share-original {
  width: 37px;
  height: 37px;
  background: url("../images/share-original1.svg") no-repeat;
  background-size: 100%;
}

.icon-linkedin-original {
  width: 35px;
  height: 35px;
  background: url("../images/linkedin-original.svg") no-repeat;
  background-size: 100%;
}

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

  .share-block .social-media-icons i,
  .share-block .social-media-icons .icon {
    width: 28px;
    height: 28px;
    background-size: 100%;
  }

  .share-block .social-media-icons i.icon-share-original {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
}

/* 15th March 2024 ends */
.offer-slider .nav-link .image img.icon {
  filter: invert(59%) sepia(6%) saturate(804%) hue-rotate(163deg) brightness(87%) contrast(99%);
}

.offer-slider .nav-link .image img.icon {
  filter: invert(59%) sepia(6%) saturate(804%) hue-rotate(163deg) brightness(87%) contrast(99%);
}

.offer-slider .nav-link.active .image img.icon {
  filter: unset;
}

.offer-slider .swiper-pagination-bullet img.icon {
  filter: invert(59%) sepia(6%) saturate(804%) hue-rotate(163deg) brightness(87%) contrast(99%);
}

.offer-slider .swiper-pagination-bullet-active img.icon {
  filter: unset;
}

.offer-slider .nav-link:hover .image img.icon {
  filter: brightness(0) invert(1); /* This makes the icon white */
}

.offer-slider .swiper-pagination-bullet:hover img.icon {
  filter: brightness(0) invert(1); /* This makes the icon white on hover */
}

/* 29th March 2024 starts */
.banner-section .banner-block {
  width: 100% !important;
}

.events .event-item img {
  width: 100%;
  height: auto;
}

.whats-new-slider .swiper-slide .image {
  overflow: hidden;
}

.banner-section-inner-pages.banner-event-details {
  display: none;
}

header.header-inner-pages .navbar-brand {
  width: 100px;
}

header.header-inner-pages.inner-sticky_header .navbar-brand {
  width: 130px;
}

.register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 19px 21px 18px;
}

.membership-blocks .membership-item {
  justify-content: flex-start;
}

.event-details-left .sub-section .image {
  position: relative;
}

.event-details-left .sub-section .image .text {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 600px;
  text-align: left;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 30px;
}

.event-details-left .sub-section .text p {
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 2px #181616;
}

.event-details .sub-section ul {
  display: block;
}

.event-details .sub-section ul li:not(:last-child) {
  margin-bottom: 16px;
}

/* .calendar-block .calendar-start,
.calendar-block .calendar-end {
  height: 74px;
} */
.calendar-popup ul li {
  margin: 0 !important;
}

.whats-new-slider .swiper-slide .image a,
.offer-slider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.whats-new-slider .whats-new-item.text-image-slide .contents {
  padding: 16px 16px 24px 16px;
}

.whats-new-slider .whats-new-item .contents p.date {
  margin-bottom: 0;
}

.whats-new-slider .whats-new-item .contents p {
  padding-right: 0;
}

.membership .membership-blocks .col-lg-4 {
  padding-right: 12px;
  padding-left: 12px;
}

.team .team-item.no-read-more,
.listing-section.announcement .col-lg-3,
.listing-section .listing-block .col-lg-4 {
  margin: 0;
}

.listing-section.announcement .row {
  row-gap: 40px;
}

.team .row {
  row-gap: 65px;
}

.listing-section .listing-block .col-lg-4 .listing-item {
  padding: 0;
}

.listing-section .listing-block .row {
  row-gap: 32px;
}

.explore-the-center .title-block {
  margin: 0 0 32px 0;
}

.sub-section h3 {
  margin-bottom: 24px;
}

.banner-section-inner-pages {
  margin-top: 120px;
}

.announcement-item.high-character-count .announcement-body p {
  min-height: 90px;
}

.announcement-item.low-character-count .announcement-body p {
  min-height: 114px;
}

.events-listing .event-list-item .image {
  height: 300px !important;
}

.events-listing .event-list-item .image img {
  width: 100%;
  height: auto;
}

.event-list-item .text h2 {
  min-height: unset;
}

.event-list-item {
  padding: 20px;
}

.event-list-item .text {
  padding: 20px 0 0;
}

.event-details {
  position: relative;
}

@media screen and (max-width: 1600px) {
  .banner-section-inner-pages {
    margin-top: 128px;
  }
}

@media screen and (max-width: 1560px) {
  header .navbar-expand-lg .navbar-collapse .nav-link {
    font-size: 14px;
  }

  .icon-search-white,
  header.sticky_header .icon-search-white,
  header.sticky_header .icon-search-white.cancel,
  .icon-search-white.cancel {
    width: 17px;
    height: 17px;
  }

  header .header-right-top {
    padding: 10px 0 24px;
  }

  .navbar-brand {
    width: 75px;
  }

  h1,
  .h1 {
    font-size: 42px;
    letter-spacing: 10.6px;
  }

  h2,
  .h2 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 6.8px;
  }

  p,
  .lists ul li,
  .membership-blocks .membership-item .lists li {
    font-size: 14px;
    line-height: 22px;
  }

  .membership-blocks .membership-item h2 {
    font-size: 20px;
  }

  .btn-blue span,
  .btn-blue,
  .btn-blue:active,
  :not(.btn-check)+.btn-blue:active {
    font-size: 17px;
  }

  .whats-new-slider .whats-new-item .contents h2,
  .a-link,
  .events .event-block h2 {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonial-slider .testimonial-item .testimonial-footer h2,
  .testimonial-slider .testimonial-item p,
  .whats-new-slider .whats-new-item .contents p,
  .event-details-left .sub-section p,
  .speakers-item p,
  .events-list p,
  .announcement-item .announcement-body p {
    font-size: 14px;
    line-height: 23px;
  }

  .events .event-block .card-tag {
    font-size: 17px;
    padding: 15px;
  }

  .events .event-block .card-text {
    max-height: 60px;
  }

  header .search-block {
    line-height: 25px;
  }

  header .search-block .btn-search {
    top: 8px;
    right: 16px;
    width: 34px;
    height: 34px;
  }

  header .search-block .search-field {
    font-size: 15px;
    height: 50px;
  }

  header .search-form {
    width: 400px;
  }

  header .search-block .btn-search img {
    width: 100%;
  }

  header .search-form:before {
    top: -14px;
  }

  .footer-top .compass-logo {
    width: 78px;
  }

  .footer-top .rakez-logo {
    width: 80px;
  }

  .footer-top .compass-logo img,
  .footer-top .rakez-logo img {
    width: 100%;
  }

  .footer-top a,
  .footer-top p,
  .footer-middle .fixed-navbar ul li:last-child a {
    font-size: 14px;
    line-height: 19px;
  }

  .footer-top h2,
  .footer-top h2,
  .footer-top h2 a {
    font-size: 15px;
    line-height: 22px;
  }

  .icon-twitter-grey,
  .icon-facebook-grey,
  .icon-instagram-grey,
  .icon-linkedin-grey {
    width: 18px;
    height: 18px;
  }

  .footer-top .footer-social-media ul li:not(:last-child) {
    margin: 0 12px 19px 0;
  }

  .footer-top .footer-links:before {
    left: -20px;
  }

  .footer-top .footer-links:after {
    right: -21px;
  }

  .explore-the-center .swiper-nav {
    height: 50px;
  }

  .offer-slider .tabs-button span {
    font-size: 16px;
  }

  .offer-slider .nav-tabs .nav-link {
    padding: 22px 16px;
  }

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

  ul.list-custom li {
    font-size: 16px;
    line-height: 20px;
  }

  .breadcrumb-item.active,
  .breadcrumb-item,
  .breadcrumb-item a,
  .announcement-item .announcement-body .date {
    font-size: 15px;
  }

  .team .team-item h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .values-block span {
    font-size: 17px;
    margin-left: 17px;
  }

  .form-control {
    font-size: 15px;
    padding: 11px 20px;
  }

  .filter-block .btn-block .btn-blue span {
    font-size: 16px;
  }

  .filter-block .search-box .form-group {
    min-width: 300px;
  }

  .filter-block .btn-block .btn-blue {
    max-width: 160px;
    min-width: 160px;
  }

  .filter-block .btn-block .btn-blue {
    padding: 11px 20px;
  }

  .monthpicker {
    padding-left: 53px;
  }

  .event-list-item .text h2,
  .announcement-item h2 {
    font-size: 17px;
    line-height: 24px;
  }

  .event-list-item .text ul li {
    font-size: 14px;
  }

  .count-remaining {
    font-size: 16px;
  }

  .calendar-block .calendar-start .date,
  .calendar-block .calendar-end .date {
    font-size: 18px;
  }

  .speakers-item .pic {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .speakers-item {
    padding: 28px;
  }

  .speakers-item .text h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .icon-twitter-original,
  .icon-facebook-original,
  .icon-whatsapp-original,
  .icon-linkedin-original {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }

  .share-block .social-media-icons a:not(:last-child) {
    margin-right: 14px;
  }

  .events-list .image {
    max-width: 70px;
  }

  .events-list h2,
  .listing-item .listing-item-bottom h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .whats-new-slider .swiper-nav .swiper-button-next,
  .speakers .swiper-nav .swiper-button-next,
  .gallery .swiper-nav .swiper-button-next,
  .documents .swiper-nav .swiper-button-next,
  .whats-new-slider .swiper-nav .swiper-button-next,
  .whats-new-slider .swiper-nav .swiper-button-prev,
  .blog .swiper-nav .swiper-button-prev,
  .blog .swiper-nav .swiper-button-next,
  .speakers .swiper-nav .swiper-button-next,
  .speakers .swiper-nav .swiper-button-prev,
  .gallery .swiper-nav .swiper-button-next,
  .gallery .swiper-nav .swiper-button-prev,
  .documents .swiper-nav .swiper-button-next,
  .documents .swiper-nav .swiper-button-prev,
  .testimonial .swiper-nav .swiper-button-prev,
  .testimonial .swiper-nav .swiper-button-next,
  .events .swiper-nav .swiper-button-next,
  .events .swiper-nav .swiper-button-prev {
    width: 65px;
    height: 50px;
  }

  .event-details ul li,
  .listing-item .list-item-inner.open .listing-item-expand ul li {
    font-size: 15px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    width: 12px;
  }

  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    padding: 11px 21px;
  }

  .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 9px;
    right: 12px;
  }

  .read-more a,
  .read-more a span,
  .read-less a,
  .read-less a span {
    font-size: 14px;
  }

  .listing-item .list-item-inner.open .listing-item-expand p,
  .listing-item .list-item-inner .listing-item-expand p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-listing .search-block .btn-green span {
    font-size: 15px;
  }

  .blog-listing-right .blog-items-listing .content h2,
  .past-article-item h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-listing-right .blog-items-listing .image {
    max-width: 115px;
    min-width: 115px;
  }

  .blog-listing-container .blog-listing-left {
    width: 58%;
  }

  .blog-listing-container .blog-listing-left .content h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-listing-container .blog-listing-left .content span,
  .blog-listing-container .blog-listing-left .content span a,
  .past-articles .past-article-item .details span {
    font-size: 14px;
  }

  .related-posts .text h2,
  .related-posts .text h2 a,
  .read-more-link,
  .blog-details-right ul li {
    font-size: 14px;
  }

  .past-articles .past-article-item .content {
    padding: 20px 16px;
  }

  .blog-details-left .title {
    font-size: 32px;
    line-height: 40px;
  }

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

  .blog-details-left .blog-section .content p,
  .blog-details-left p {
    font-size: 15px;
  }

  .blog-details-left .blog-section .content h2 {
    font-size: 22px;
  }

  .blog .blog-item .blog-details h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog .blog-item .blog-details p,
  .contact .contact-left p {
    font-size: 14px;
    line-height: 20px;
  }

  .contact .contact-left h4 {
    font-size: 16px;
  }

  .btn-green-outline,
  .btn-green-outline span {
    font-size: 16px;
  }

  .icon-directions {
    width: 20px;
    height: 20px;
  }

  .tabs-v1 .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }

  .contact .register-event .form-control,
  .contact .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 14px;
  }

  .contact .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 16px 14px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23px;
  }

  .checkbox label,
  .radio label {
    font-size: 15px;
  }

  .checkbox .custom-checkbox,
  .radio .custom-checkbox,
  .checkbox .custom-radio,
  .radio .custom-radio {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .checkbox .icon-check {
    top: 3px;
    left: 3px;
  }

  .contact .register-event .btn-green {
    margin: 50px 0 0;
  }

  .offers-listing .offers-item .text h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .cta span {
    font-size: 16px;
  }

  header .navbar-brand {
    width: 100px;
  }

  header .navbar-brand img {
    width: 100%;
  }

  header.sticky_header .navbar-brand {
    width: 100px;
  }

  .title-block,
  .title-block h2 {
    margin-bottom: 26px;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet span {
    font-size: 12px;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet {
    padding: 20px 4px;
  }

  .offerSwiper .swiper-pagination .icon {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }

  .membership-blocks .membership-item .membership-image {
    width: 50px;
    margin: 0 auto 17px;
  }

  .membership-blocks .membership-item .membership-image img {
    width: 100%;
  }

  .membership-blocks .membership-item h2 {
    font-size: 18px;
  }

  .membership-blocks .membership-item .membership-header {
    height: 120px;
  }

  .membership-blocks .membership-item .lists li:not(:last-child) {
    padding: 0 0 8px 0;
  }

  .membership-blocks .membership-item {
    padding: 20px 30px 20px 30px;
  }

  .membership-blocks .membership-item .button-block {
    margin-top: 26px;
  }

  .membership-blocks .membership-item .button-block .btn-blue {
    min-width: 190px;
  }

  .btn-blue {
    padding: 10px 40px;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 40px;
  }

  .testimonial-slider .testimonial-contents {
    padding: 18px 34px;
  }

  .events .event-block .card-tag {
    padding: 10px;
    font-size: 16px;
  }

  .whats-new-slider .whats-new-item .contents h2,
  .a-link,
  .events .event-block h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .explore-the-center .swiper-slide {
    width: 560px;
    height: 380px;
  }

  .testimonial-slider .testimonial-item .quote {
    width: 35px;
    height: 25px;
  }

  .events .event-block .card-text {
    padding: 10px 16px 18px;
  }

  .events .event-block .card-text {
    margin-bottom: 18px;
  }

  header .navbar-brand {
    width: 85px;
  }

  .footer-middle {
    margin: 60px 0 0;
    padding-bottom: 40px;
  }

  footer .footer-top {
    margin: 30px 0 0;
  }

  .footer-top .rakez-logo {
    width: 60px;
    margin: 10px 0 0;
  }

  .footer-top .compass-logo {
    width: 65px;
  }

  .footer-bottom {
    padding: 24px 0 30px;
  }

  .container-custom,
  .offerSwiper .swiper-pagination {
    max-width: 88%;
  }

  .what-we-offer-v1 .offerSwiper .swiper-pagination {
    margin-bottom: 40px;
  }

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

  ul.list-custom li {
    font-size: 15px;
  }

  .testimonial-slider .swiper-wrapper {
    padding: 24px 0;
  }

  .offer-slider .button-block {
    margin: 34px 0 0;
  }

  .what-we-offer-v1 {
    padding: 0 0 68px 0;
  }

  .banner-section-inner-pages {
    margin-top: 64px;
  }

  header.header-inner-pages img,
  header.header-inner-pages.sticky_header .navbar-brand {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  header .search-form {
    top: 45px;
  }

  .virtual-tour .mySwiper1 {
    margin: 0;
  }

  .team .team-item.no-read-more {
    margin-bottom: 0;
  }

  .team .row {
    row-gap: 40px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }

  .events-filter {
    padding: 10px 0 60px;
  }

  .form-control {
    font-size: 14px;
  }

  .partners-directory-title {
    font-size: 24px;
  }

  .text-over-banner .content h2 {
    margin: 0 0 36px 0;
  }

  .text-over-banner img {
    height: 200px;
  }

  section {
    padding: 0 0 55px 0;
  }

  .filter-block {
    padding-bottom: 30px;
  }

  .listing-block .col-lg-4 .listing-item {
    padding-top: 10px;
  }

  .list-company .modal-dialog {
    max-width: 60%;
  }

  .list-company .modal-body h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto 36px;
  }

  .register-event .form-control {
    padding: 12px 16px;
    font-size: 14px;
  }

  .register-event .form-group {
    margin-bottom: 16px;
  }

  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 43px;
  }

  .select2-results__option,
  .list-company .register-event .file-input-label,
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
  }

  .list-company .register-event .file-input-label img {
    width: 20px;
    height: 20px;
  }

  .register-event .checkbox .custom-checkbox {
    min-width: 24px;
  }

  .list-company .register-event .btn-green,
  .list-company .register-event .btn-green:active,
  :not(.btn-check)+.list-company .register-event .btn-green:active {
    padding: 14px 30px;
  }

  .cta .icon-right-arrow-white {
    margin-left: 14px;
  }

  .checkbox label,
  .radio label {
    font-size: 14px;
  }

  .list-company .modal-dialog .modal-body {
    padding: 40px 36px 30px;
  }

  /* .blog-listing-right .blog-items-listing li:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  } */

  .blog-listing-container {
    margin-bottom: 40px;
  }

  .contact .register-event .btn-green {
    margin: 20px 0 0;
  }

  .contact .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 16px;
  }

  .contact .contact-left,
  .contact .contact-right {
    padding: 40px 24px;
  }

  .tabs-v1 .tab-content .tab-pane {
    padding: 36px 24px;
  }

  .blog-details-left .blog-content .blog-section {
    padding: 36px 0 36px;
  }

  .blog-details-left .blog-section .content h2 {
    margin-bottom: 16px;
  }

  .related-posts .image {
    max-width: 80px;
    min-width: 80px;
    margin-right: 16px;
  }

  .register-event {
    margin-bottom: 36px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 21px;
  }

  .event-details ul li,
  .listing-item .list-item-inner.open .listing-item-expand ul li {
    font-size: 14px;
  }

  .event-details-left .event-details {
    margin-bottom: 0;
  }

  .location {
    margin-bottom: 44px;
  }

  .events .title-block,
  .whats-new-section .title-block,
  .explore-the-center .title-block {
    margin-bottom: 42px;
  }

  header.header-inner-pages .navbar-brand {
    width: 60px;
  }

  header.header-inner-pages.inner-sticky_header .navbar-brand {
    width: 100px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23px;
  }

  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 21px;
  }

  .bookNow-modal .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 21px;
  }

  .contact-right .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23px;
  }

  .event-details-left .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
  }

  .filter-block .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
  }

  .events .link-block {
    margin: 32px 0 0;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 46px;
  }

  .what-we-offer-v1 {
    padding: 0 0 55px 0;
  }

  section {
    padding: 0 0 55px 0;
  }

  .banner-section-inner-pages {
    margin-top: 82px;
  }

  .announcement-item .announcement-body p {
    min-height: 118px;
  }
}

@media screen and (max-width: 1280px) {
  header .navbar-expand-lg .navbar-collapse .nav-link {
    font-size: 14px;
  }

  .icon-search-white,
  header.sticky_header .icon-search-white,
  header.sticky_header .icon-search-white.cancel,
  .icon-search-white.cancel {
    width: 17px;
    height: 17px;
  }

  header .header-right-top {
    padding: 10px 0 24px;
  }

  .navbar-brand {
    width: 75px;
  }

  h1,
  .h1 {
    font-size: 42px;
    letter-spacing: 10.6px;
  }

  h2,
  .h2 {
    font-size: 34px;
    letter-spacing: 6.8px;
  }

  p,
  .lists ul li,
  .membership-blocks .membership-item .lists li {
    font-size: 14px;
    line-height: 22px;
  }

  .membership-blocks .membership-item h2 {
    font-size: 20px;
  }

  .btn-blue span,
  .btn-blue,
  .btn-blue:active,
  :not(.btn-check)+.btn-blue:active {
    font-size: 17px;
  }

  .whats-new-slider .whats-new-item .contents h2,
  .a-link,
  .events .event-block h2 {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonial-slider .testimonial-item .testimonial-footer h2,
  .testimonial-slider .testimonial-item p,
  .whats-new-slider .whats-new-item .contents p,
  .event-details-left .sub-section p,
  .speakers-item p,
  .events-list p,
  .announcement-item .announcement-body p {
    font-size: 14px;
    line-height: 23px;
  }

  .events .event-block .card-tag {
    font-size: 17px;
    padding: 15px;
  }

  .events .event-block .card-text {
    max-height: 60px;
  }

  header .search-block {
    line-height: 25px;
  }

  header .search-block .btn-search {
    top: 8px;
    right: 16px;
    width: 34px;
    height: 34px;
  }

  header .search-block .search-field {
    font-size: 15px;
    height: 50px;
  }

  header .search-form {
    width: 400px;
  }

  header .search-block .btn-search img {
    width: 100%;
  }

  header .search-form:before {
    top: -14px;
  }

  .footer-top .compass-logo {
    width: 78px;
  }

  .footer-top .rakez-logo {
    width: 80px;
  }

  .footer-top .compass-logo img,
  .footer-top .rakez-logo img {
    width: 100%;
  }

  .footer-top a,
  .footer-top p,
  .footer-middle .fixed-navbar ul li:last-child a {
    font-size: 14px;
    line-height: 19px;
  }

  .footer-top h2,
  .footer-top h2,
  .footer-top h2 a {
    font-size: 15px;
    line-height: 22px;
  }

  .icon-twitter-grey,
  .icon-facebook-grey,
  .icon-instagram-grey,
  .icon-linkedin-grey {
    width: 18px;
    height: 18px;
  }

  .footer-top .footer-social-media ul li:not(:last-child) {
    margin: 0 12px 19px 0;
  }

  .footer-top .footer-links:before {
    left: -20px;
  }

  .footer-top .footer-links:after {
    right: -21px;
  }

  .explore-the-center .swiper-nav {
    height: 50px;
  }

  .offer-slider .tabs-button span {
    font-size: 16px;
  }

  .offer-slider .nav-tabs .nav-link {
    padding: 22px 16px;
  }

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

  ul.list-custom li {
    font-size: 16px;
    line-height: 20px;
  }

  .breadcrumb-item.active,
  .breadcrumb-item,
  .breadcrumb-item a,
  .announcement-item .announcement-body .date {
    font-size: 15px;
  }

  .team .team-item h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .values-block span {
    font-size: 17px;
    margin-left: 17px;
  }

  .form-control {
    font-size: 15px;
    padding: 11px 20px;
  }

  .filter-block .btn-block .btn-blue span {
    font-size: 16px;
  }

  .filter-block .search-box .form-group {
    min-width: 300px;
  }

  .filter-block .btn-block .btn-blue {
    max-width: 160px;
    min-width: 160px;
  }

  .filter-block .btn-block .btn-blue {
    padding: 11px 20px;
  }

  .monthpicker {
    padding-left: 53px;
  }

  .event-list-item .text h2,
  .announcement-item h2 {
    font-size: 17px;
    line-height: 24px;
  }

  .event-list-item .text ul li {
    font-size: 14px;
  }

  .count-remaining {
    font-size: 16px;
  }

  .calendar-block .calendar-start .date,
  .calendar-block .calendar-end .date {
    font-size: 18px;
  }

  .speakers-item .pic {
    min-width: 80px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }

  .speakers-item {
    padding: 28px;
  }

  .speakers-item .text h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .icon-twitter-original,
  .icon-facebook-original,
  .icon-whatsapp-original,
  .icon-linkedin-original {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }

  .share-block .social-media-icons a:not(:last-child) {
    margin-right: 14px;
  }

  .events-list .image {
    max-width: 70px;
  }

  .events-list h2,
  .listing-item .listing-item-bottom h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .whats-new-slider .swiper-nav .swiper-button-next,
  .speakers .swiper-nav .swiper-button-next,
  .gallery .swiper-nav .swiper-button-next,
  .documents .swiper-nav .swiper-button-next,
  .whats-new-slider .swiper-nav .swiper-button-next,
  .whats-new-slider .swiper-nav .swiper-button-prev,
  .blog .swiper-nav .swiper-button-prev,
  .blog .swiper-nav .swiper-button-next,
  .speakers .swiper-nav .swiper-button-next,
  .speakers .swiper-nav .swiper-button-prev,
  .gallery .swiper-nav .swiper-button-next,
  .gallery .swiper-nav .swiper-button-prev,
  .documents .swiper-nav .swiper-button-next,
  .documents .swiper-nav .swiper-button-prev,
  .testimonial .swiper-nav .swiper-button-prev,
  .testimonial .swiper-nav .swiper-button-next,
  .events .swiper-nav .swiper-button-next,
  .events .swiper-nav .swiper-button-prev {
    width: 65px;
    height: 50px;
  }

  .event-details ul li,
  .listing-item .list-item-inner.open .listing-item-expand ul li {
    font-size: 15px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    width: 12px;
  }

  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    padding: 11px 21px;
  }

  .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 9px;
    right: 12px;
  }

  .read-more a,
  .read-more a span,
  .read-less a,
  .read-less a span {
    font-size: 14px;
  }

  .listing-item .list-item-inner.open .listing-item-expand p,
  .listing-item .list-item-inner .listing-item-expand p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-listing .search-block .btn-green span {
    font-size: 15px;
  }

  .blog-listing-right .blog-items-listing .content h2,
  .past-article-item h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .blog-listing-right .blog-items-listing .image {
    max-width: 85px;
    min-width: 85px;
  }

  .blog-listing-container .blog-listing-left {
    width: 58%;
  }

  .blog-listing-container .blog-listing-left .content h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-listing-container .blog-listing-left .content span,
  .blog-listing-container .blog-listing-left .content span a,
  .past-articles .past-article-item .details span {
    font-size: 14px;
  }

  .blog-listing-right .blog-items-listing .content span {
    margin-bottom: 10px;
  }

  .blog-listing-right .blog-items-listing li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .blog-listing-container .content .green-tag a {
    font-size: 13px;
  }

  .blog-listing-right .blog-items-listing .content h2 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
  }

  .blog-listing-right .blog-items-listing .details {
    margin: 0 0 5px;
  }

  .blog-listing-right .blog-items-listing .content span.green-tag {
    padding: 1px 8px;
  }

  .blog-listing-container .content .green-tag a {
    font-size: 12px;
  }

  .related-posts .text h2,
  .related-posts .text h2 a,
  .read-more-link,
  .blog-details-right ul li {
    font-size: 14px;
  }

  .past-articles .past-article-item .content {
    padding: 20px 16px;
  }

  .blog-details-left .title {
    font-size: 32px;
    line-height: 40px;
  }

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

  .blog-details-left .blog-section .content p,
  .blog-details-left p {
    font-size: 15px;
  }

  .blog-details-left .blog-section .content h2 {
    font-size: 22px;
  }

  .blog .blog-item .blog-details h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog .blog-item .blog-details p,
  .contact .contact-left p {
    font-size: 14px;
    line-height: 20px;
  }

  .contact .contact-left h4 {
    font-size: 16px;
  }

  .btn-green-outline,
  .btn-green-outline span {
    font-size: 16px;
  }

  .icon-directions {
    width: 20px;
    height: 20px;
  }

  .tabs-v1 .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }

  .contact .register-event .form-control,
  .contact .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 14px;
  }

  .contact .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 16px 14px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23px;
  }

  .checkbox label,
  .radio label {
    font-size: 15px;
  }

  .checkbox .custom-checkbox,
  .radio .custom-checkbox,
  .checkbox .custom-radio,
  .radio .custom-radio {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .checkbox .icon-check {
    top: 3px;
    left: 3px;
  }

  .contact .register-event .btn-green {
    margin: 50px 0 0;
  }

  .offers-listing .offers-item .text h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .cta span {
    font-size: 16px;
  }

  header .navbar-brand {
    width: 100px;
  }

  header .navbar-brand img {
    width: 100%;
  }

  header.sticky_header .navbar-brand,
  header.header-inner-pages.inner-sticky_header .navbar-brand {
    width: 85px;
  }

  .title-block,
  .title-block h2,
  .events .title-block,
  .whats-new-section .title-block,
  .explore-the-center .title-block {
    margin-bottom: 8px;
  }

  .offerSwiper .swiper-pagination {
    bottom: -4px;
  }

  .explore-the-center .swiper-slide {
    width: 500px;
    height: 330px;
  }

  .events .event-block .event-item.event-down {
    margin: 0 0 0;
  }

  .whats-new-slider .whats-new-item .contents p {
    padding-right: 0;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .offerSwiper .swiper-pagination {
    bottom: -5px;
  }

  .what-we-offer {
    padding: 0px 0 55px 0;
  }

  .explore-the-center .title-block,
  .membership .title-block,
  .whats-new-section .title-block,
  .testimonial .title-block,
  .events .title-block,
  .past-articles .title-block,
  .blog-section .title-block {
    margin: 0 0 8px 0;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet span {
    font-size: 12px;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet {
    padding: 20px 4px;
  }

  .offerSwiper .swiper-pagination .icon {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }

  .membership-blocks .membership-item .membership-image {
    width: 50px;
    margin: 0 auto 17px;
  }

  .membership-blocks .membership-item .membership-image img {
    width: 100%;
  }

  .membership-blocks .membership-item h2 {
    font-size: 18px;
  }

  .membership-blocks .membership-item .membership-header {
    height: 120px;
  }

  .membership-blocks .membership-item .lists li:not(:last-child) {
    padding: 0 0 8px 0;
  }

  .membership-blocks .membership-item {
    padding: 20px 30px 20px 30px;
  }

  .membership-blocks .membership-item .button-block {
    margin-top: 26px;
  }

  .membership-blocks .membership-item .button-block .btn-blue {
    min-width: 190px;
  }

  .btn-blue {
    padding: 10px 40px;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 40px;
  }

  .testimonial-slider .testimonial-contents {
    padding: 18px 34px;
  }

  .events .event-block .card-tag {
    padding: 10px;
    font-size: 16px;
  }

  .whats-new-slider .whats-new-item .contents h2,
  .a-link,
  .events .event-block h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .explore-the-center .swiper-slide {
    width: 560px;
    height: 380px;
  }

  .testimonial-slider .testimonial-item .quote {
    width: 35px;
    height: 25px;
  }

  .events .event-block .card-text {
    padding: 10px 16px 18px;
  }

  .events .event-block .card-text {
    margin-bottom: 18px;
  }

  header .navbar-brand {
    width: 85px;
  }

  .footer-middle {
    margin: 60px 0 0;
    padding-bottom: 40px;
  }

  footer .footer-top {
    margin: 30px 0 0;
  }

  .footer-top .rakez-logo {
    width: 60px;
    margin: 10px 0 0;
  }

  .footer-top .compass-logo {
    width: 65px;
  }

  .footer-bottom {
    padding: 24px 0 30px;
  }

  .container-custom,
  .offerSwiper .swiper-pagination {
    max-width: 88%;
  }

  .what-we-offer-v1 .offerSwiper .swiper-pagination {
    margin-bottom: 40px;
  }

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

  ul.list-custom li {
    font-size: 15px;
  }

  .testimonial-slider .swiper-wrapper {
    padding: 24px 0;
  }

  .offer-slider .button-block {
    margin: 34px 0 0;
  }

  .what-we-offer-v1 {
    padding: 0 0 68px 0;
  }

  .banner-section-inner-pages {
    margin-top: 64px;
  }

  header.header-inner-pages img,
  header.header-inner-pages.sticky_header .navbar-brand {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  header .search-form {
    top: 45px;
  }

  .virtual-tour .mySwiper1 {
    margin: 0;
  }

  .team .team-item.no-read-more {
    margin-bottom: 0;
  }

  .team .row {
    row-gap: 40px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }

  .events-filter {
    padding: 10px 0 60px;
  }

  .form-control {
    font-size: 14px;
  }

  .partners-directory-title {
    font-size: 24px;
  }

  .text-over-banner .content h2 {
    margin: 0 0 36px 0;
  }

  .text-over-banner img {
    height: 200px;
  }

  section {
    padding: 0 0 55px 0;
  }

  .filter-block {
    padding-bottom: 30px;
  }

  .listing-block .col-lg-4 .listing-item {
    padding-top: 10px;
  }

  .list-company .modal-dialog {
    max-width: 60%;
  }

  .list-company .modal-body h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto 36px;
  }

  .register-event .form-control {
    padding: 12px 16px;
    font-size: 14px;
  }

  .register-event .form-group {
    margin-bottom: 16px;
  }

  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 43px;
    /* line-height: 7px; */
  }

  .select2-results__option,
  .list-company .register-event .file-input-label,
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
  }

  .list-company .register-event .file-input-label img {
    width: 20px;
    height: 20px;
  }

  .register-event .checkbox .custom-checkbox {
    min-width: 24px;
  }

  .list-company .register-event .btn-green,
  .list-company .register-event .btn-green:active,
  :not(.btn-check)+.list-company .register-event .btn-green:active {
    padding: 14px 30px;
  }

  .cta .icon-right-arrow-white {
    margin-left: 14px;
  }

  .checkbox label,
  .radio label {
    font-size: 14px;
  }

  .list-company .modal-dialog .modal-body {
    padding: 40px 36px 30px;
  }

  /* .blog-listing-right .blog-items-listing li:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  } */

  .blog-listing-container {
    margin-bottom: 40px;
  }

  .contact .register-event .btn-green {
    margin: 20px 0 0;
  }

  .contact .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 16px;
  }

  .contact .contact-left,
  .contact .contact-right {
    padding: 40px 24px;
  }

  .tabs-v1 .tab-content .tab-pane {
    padding: 36px 24px;
  }

  .blog-details-left .blog-content .blog-section {
    padding: 36px 0 36px;
  }

  .blog-details-left .blog-section .content h2 {
    margin-bottom: 16px;
  }

  .related-posts .image {
    max-width: 80px;
    min-width: 80px;
    margin-right: 16px;
  }

  .register-event {
    margin-bottom: 36px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 21px;
  }

  .event-details ul li,
  .listing-item .list-item-inner.open .listing-item-expand ul li {
    font-size: 14px;
  }

  .event-details-left .event-details {
    margin-bottom: 0;
  }

  .location {
    margin-bottom: 44px;
  }

  .tabs-v1 .nav-tabs .nav-link {
    border: 1px solid #6dc4c4;
    border-bottom: none;
    color: #6dc4c4;
  }

  .tabs-v1 .tab-content .tab-pane {
    padding: 30px 0;
  }

  .banner-section-inner-pages {
    margin-top: 58px;
  }

  header.header-inner-pages .navbar-brand {
    width: 60px;
  }

  header.header-inner-pages.inner-sticky_header .navbar-brand {
    width: 100px;
  }

  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23px;
  }

  .contact-right .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 23px;
  }

  .event-details-left .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
  }

  .filter-block .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
  }

  .membership-blocks .membership-item {
    justify-content: flex-start;
  }

  .container-custom,
  .offerSwiper .swiper-pagination {
    max-width: 80%;
  }

  .testimonial .link-block,
  .events .link-block {
    margin: 16px 0 0;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 28px;
  }

  .advertisement .content {
    padding: 30px 16px 16px;
    background-position: bottom;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .advertisement .content h2 {
    font-size: 21px;
    line-height: 28px;
  }

  .advertisement .content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .what-we-offer-v1 {
    padding: 0 0 55px 0;
  }

  section {
    padding: 0 0 55px 0;
  }

  .share-directions ul li:not(:last-child) {
    margin-right: 42px;
  }

  .banner-section-inner-pages {
    margin-top: 82px;
  }

  .announcement-item.low-character-count .announcement-body p {
    min-height: 142px;
  }

  .announcement-item.low-character-count .announcement-body p {
    -webkit-line-clamp: 5;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 14px;
  }

  .whats-new-slider .swiper-slide .drop-shadow:after {
    box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
    -moz-box-shadow: 6px 14px 24px -12px rgb(0 0 0 / 20%);
  }

  .testimonial .link-block,
  .events .link-block {
    margin: 4px 0 0;
  }

  /* .what-we-offer {
    padding: 0 0 100px 0;
  } */
  .explore-the-center {
    padding: 0 0 20px 0;
  }

  /* 2nd May 2024 starts */
  .membership-blocks .membership-item .lists li {
    font-size: 12px;
    line-height: 17px;
  }

  .membership-blocks .membership-item .membership-header {
    height: 83px;
  }

  .membership-blocks .membership-item .membership-image {
    width: 35px;
    margin: 0 auto 10px;
  }

  .btn-blue span,
  .btn-blue,
  .btn-blue:active,
  :not(.btn-check)+.btn-blue:active {
    font-size: 14px;
  }

  .btn-blue {
    padding: 7px 30px;
  }

  .membership-blocks .membership-item h2 {
    font-size: 15px;
  }

  h2,
  .h2 {
    font-size: 30px;
    letter-spacing: 4.8px;
  }

  .membership-blocks .membership-item {
    padding: 10px 30px 20px 30px;
  }

  .membership-blocks .membership-item .button-block {
    margin-top: 12px;
  }

  .membership-blocks .membership-item .lists li:not(:last-child) {
    padding: 0 0 5px 0;
  }

  .events .event-block .card-tag {
    padding: 4px 8px;
    font-size: 14px;
  }

  .events .event-block h2 {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 10px 0;
  }

  .a-link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 4px;
  }

  .events .swiper-wrapper {
    padding-bottom: 16px;
  }

  .events .event-block .event-item {
    box-shadow: 6px 14px 13px -12px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 6px 14px 13px -12px rgb(0 0 0 / 20%);
    -moz-box-shadow: 6px 14px 13px -12px rgb(0 0 0 / 20%);
  }

  .testimonial-slider .testimonial-item .quote {
    width: 28px;
    height: 26px;
    margin: 7px auto 12px;
  }

  .testimonial-slider .testimonial-item p,
  .testimonial-slider .testimonial-item .testimonial-footer h2 {
    font-size: 13px;
    line-height: 20px;
  }

  .testimonial-slider .testimonial-item p {
    margin-bottom: 14px;
  }

  .testimonial-slider .testimonial-item .testimonial-footer .image {
    width: 60px;
    height: 60px;
  }

  .testimonial-slider .testimonial-item.slick-center:after,
  .testimonial-slider .testimonial-item:after {
    box-shadow: rgb(0 0 0 / 40%) 0 7px 25px -19px;
    -webkit-box-shadow: rgb(0 0 0 / 40%) 0 7px 25px -19px;
    -moz-box-shadow: rgb(0 0 0 / 40%) 0 7px 25px -19px;
  }

  .testimonial-slider .swiper-slide .testimonial-item p {
    min-height: 80px;
  }

  .whats-new-slider .whats-new-item .contents h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .whats-new-slider .whats-new-item .contents p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
  }

  .explore-the-center .swiper-nav {
    height: 42px;
    width: 150px;
    padding: 10px 32px;
  }

  .explore-the-center .swiper-slide {
    width: 500px;
    height: 320px;
  }

  .explore-the-center .swiper-button-next:after {

    background: url(../images/right-arrow-blue.svg) no-repeat;
    width: 10px;
    height: 20px;
    background-size: 100%;
  }

  .explore-the-center .swiper-button-prev:after {
    background: url(../images/left-arrow-blue.svg) no-repeat;
    width: 10px;
    height: 20px;
    background-size: 100%;
  }

  .explore-the-center .swiper-button-next,
  .explore-the-center .swiper-button-prev {
    height: 16px;
  }

  .offerSwiper .swiper-slide img {
    height: 340px;
    object-fit: cover;
    width: 100%;
  }

  .offerSwiper .swiper-pagination {
    display: flex !important;
  }

  .event-list-item {
    padding: 14px;
  }

  .events-listing .event-list-item .image {
    height: 185px !important;
  }

  .events-listing .event-list-item .image img {
    height: auto;
  }

  .event-list-item .calendar-block .calendar-start {
    height: 65px;
  }

  .event-list-item .calendar-block .calendar-start .date,
  .event-list-item .calendar-block .calendar-end .date {
    font-size: 16px;
  }

  .event-list-item .text h2 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .event-list-item .text ul li {
    font-size: 13px;
  }

  .event-list-item .text ul li:not(:last-child),
  .event-list-item .text ul {
    margin-bottom: 10px;
  }

  .event-list-item .btn-green span {
    font-size: 14px;
    padding: 10px 16px;
  }

  .event-list-item .btn-green i {
    width: 8px;
    height: 11px;
  }

  /* 2nd May 2024 ends */
  .event-list-item {
    padding: 10px;
  }

  .event-list-item .text {
    padding: 12px 0 0;
  }

  .event-list-item .text h2 {
    margin-bottom: 5px;
  }

  .event-list-item .text ul li:not(:last-child),
  .event-list-item .text ul {
    margin-bottom: 7px;
  }

  .events .event-block .event-item .event-image {
    height: 180px !important;
  }

  .events .event-block .card-actions {
    padding: 16px 10px 24px 10px;
  }

  .blog-listing-right .blog-items-listing .details {
    margin: 0 0 7px;
  }

  .membership-blocks .membership-item {
    padding: 10px 20px 20px 20px;
  }
}

/* .register-event
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 19px 21px;
} */

.events-listing .col-lg-4,
.past-articles-listing .col-lg-4 {
  margin-bottom: 0;
}

.events-listing .row,
.past-articles-listing .row {
  row-gap: 32px;
}

/* 2nd May 2024 starts */
@media screen and (max-width: 1199px) {

  /* .offerSwiper .swiper-pagination.swiper-pagination-parent-desktop {
    display: none !important;
  } */
  .offerSwiper .swiper-pagination.swiper-pagination-parent-mobile,
  .offer-slider .swiper-pagination.swiper-pagination-parent-mobile {
    display: none !important;
  }


}

/* 2nd May 2024 ends */

@media screen and (max-width: 1120px) {
  .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 21px 12px;
  }

  h1,
  .h1 {
    font-size: 38px;
    letter-spacing: 7.6px;
  }

  h2,
  .h2 {
    font-size: 32px;
    letter-spacing: 6.8px;
  }

  .blog-listing-container .blog-listing-left .content h2 {
    max-width: 100%;
  }

  header.header-inner-pages .navbar-brand {
    width: 70px;
  }

  header.header-inner-pages.inner-sticky_header .navbar-brand {
    width: 85px;
  }

  .breadcrumb-section.details-page {
    padding: 155px 0 30px;
  }

  .list-company .register-event .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 21px;
  }

  .share-directions ul li:not(:last-child) {
    margin-right: 24px;
  }
}

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

  h1,
  .h1 {
    font-size: 36px;
    letter-spacing: 8.6px;
  }

  h2,
  .h2 {
    font-size: 30px;
    letter-spacing: 5.8px;
    line-height: 38px;
  }
}

@media screen and (max-width: 991px) {
  header .header-right-top {
    padding: 115px 0 24px;
  }

  .offerSwiper .swiper-pagination .selected-text:after {
    top: 24px;
  }

  .offerSwiper .swiper-pagination .swiper-pagination-bullet {
    padding: 10px 16px;
  }

  .offerSwiper .swiper-pagination .icon {
    width: 30px;
    height: 30px;
  }

  .offerSwiper .swiper-pagination .selected-text.rotate:after {
    top: 18px;
  }

  h1,
  .h1 {
    font-size: 32px;
    letter-spacing: 7.6px;
  }

  h2,
  .h2 {
    font-size: 28px;
    letter-spacing: 4.8px;
    line-height: 34px;
  }

  .membership .membership-blocks .col-lg-4:last-child {
    margin: 0;
  }

  .events .event-block h2 {
    min-height: 64px;
  }

  .btn-blue {
    padding: 10px 24px;
  }

  .events .swiper-wrapper {
    padding-bottom: 20px;
  }

  .whats-new-slider .swiper-wrapper {
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .banner-section .banner-block .banner-content h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .list-company .modal-dialog {
    max-width: 80%;
  }

  .blog-listing-container .blog-listing-left .image:after {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0) 0.56%,
        rgba(0, 0, 0, 0.95) 89.06%);
  }

  .blog-listing .blog-filters-container .search-block {
    margin: 0px 0 0;
  }

  .event-details {
    margin-top: 90px;
  }

  .event-details-left .sub-section .image img {
    height: 230px;
    object-fit: cover;
  }

  .event-details-left .sub-section .image .text {
    padding: 0 30px;
  }

  .blog-details-section {
    padding: 96px 0 0;
  }

  .events-filter .filter-block .event-months-dropdown.form-group {
    max-width: 190px;
  }

  .events-filter .filter-block .search-box .form-group {
    min-width: 230px;
  }

  .event-details-left .event-details {
    margin-top: 0;
  }

  .blog-listing-container .blog-listing-left .details span {
    display: block;
  }

  .blog-listing-container .blog-listing-left .details span:not(:last-child) {
    margin-bottom: 5px;
  }

  .blog-listing-container .blog-listing-left .details span.white-tag {
    display: inline-block;
  }

  .event-details-left .sub-section .image .text {
    bottom: 20px;
  }

  .offerSwiper .swiper-pagination {
    bottom: unset;
  }

  .banner-section-inner-pages {
    margin-top: 57px;
  }

  .event-details.event-details-new {
    margin-top: 0;
  }

  .what-we-offer {
    padding: 0 0 55px 0;
  }

  .explore-the-center .swiper-nav {
    bottom: 45px;
  }

  .offerSwiper .swiper-pagination.swiper-pagination-parent-desktop {
    display: none !important;
  }

  .offerSwiper .swiper-pagination.swiper-pagination-parent-mobile,
  .offer-slider .swiper-pagination.swiper-pagination-parent-mobile {
    display: block !important;
    z-index: 99 !important;
  }

  .offerSwiper .swiper-pagination .selected-text:after {
    top: 20px;
  }

  .offer-slider span {
    font-size: 14px;
    line-height: 20px;
  }

  /* 2nd May 2024 starts */
  .membership-blocks .row {
    row-gap: 24px;
  }

  .membership .membership-blocks .col-lg-4:not(:last-child) {
    margin-bottom: 0;
  }

  header.header-inner-pages .navbar-brand,
  header .navbar-brand {
    width: 70px;
  }

  header.sticky_header.header-inner-pages .navbar-toggler {
    top: 18px;
  }

  header.sticky_header {
    padding: 6px 0;
  }

  header.sticky_header.header-inner-pages.inner-sticky_header .navbar-toggler {
    top: -4px;
  }

  header.sticky_header.header-inner-pages.inner-sticky_header.active .navbar-toggler {
    top: 18px;
  }

  header.header-inner-pages.inner-sticky_header.active .navbar-brand img.colored-logo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog-listing-container .blog-listing-left {
    width: 100%;
  }

  h1,
  .h1 {
    font-size: 28px;
    letter-spacing: 6.6px;
  }

  h2,
  .h2 {
    font-size: 24px;
    letter-spacing: 3.8px;
    line-height: 28px;
  }

  .offer-slider span {
    font-size: 14px;
    line-height: 20px;
  }

  .values-block span {
    margin-left: 0;
  }

  .section-padding-60 {
    padding: 40px 0;
  }

  .team .team-item.no-read-more .team-item-inner {
    padding: 20px;
  }

  .team .row {
    row-gap: 24px;
  }

  .announcement-item h2 {
    height: auto !important;
  }

  .list-company .modal-dialog .modal-body {
    padding: 40px 16px 30px;
  }

  .events-filter .filter-block .search-box .form-group {
    min-width: 250px;
  }

  .events-filter .filter-block .event-months-dropdown.form-group {
    max-width: 400px;
  }

  .events-listing .row,
  .listing-section.announcement .row,
  .listing-section .listing-block .row {
    row-gap: 24px;
  }

  .events-listing .row,
  .past-articles-listing .row {
    row-gap: 24px;
  }

  .blog-listing-container .blog-listing-left .details span {
    display: inline;
  }

  .calendar-popup {
    top: 135px;
    right: auto;
    left: 0;
  }

  .announcement-item.low-character-count .announcement-body p,
  .announcement-item .announcement-body p {
    min-height: unset;
  }

  /* 2nd May 2024 starts */
  .event-list-item .text h2,
  .event-list-item .text ul {
    height: auto !important;
  }
}

@media screen and (max-width: 575px) {
  .footer-top .compass-logo {
    width: 125px;
    margin-right: 0;
  }

  .link-blocks {
    text-align: center;
  }

  .link-blocks h2 {
    text-align: center;
  }

  .offer-slider span {
    margin: 0!important;
  }

  .footer-top .rakez-logo {
    width: 60px;
  }

  .contact .contact-left,
  .contact .contact-right {
    padding: 30px 24px;
  }

  .container-custom,
  .offerSwiper .swiper-pagination {
    max-width: 94%;
  }

  .blog-listing-container .blog-listing-left .content h2 {
    font-size: 18px;
    line-height: 24px;
  }

  header .navbar-brand {
    width: 68px;
  }

  .team .team-item .image {
    max-width: 110px;
  }

  .contact .contact-left,
  .contact .contact-right {
    padding: 24px 16px;
  }

  .events-filter .filter-block .event-months-dropdown.form-group {
    max-width: 100%;
  }

  .calendar-popup {
    top: 220px;
  }

  /* 2nd May 2024 starts */
  header .navbar-toggler .navbar-toggler-icon,
  header.sticky_header .navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
  }

  header .navbar-toggler.close .navbar-toggler-icon,
  header.sticky_header .navbar-toggler.close .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }

  header.sticky_header .navbar-toggler {
    top: 0px;
  }

  header .navbar-toggler {
    top: 30px;
  }

  header.sticky_header.header-inner-pages.inner-sticky_header .navbar-toggler {
    top: -1px;
  }

  header.header-inner-pages .navbar-brand .inner-colored-logo {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .blog-listing-container .blog-listing-left .content h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-listing-right .blog-items-listing .image {
    max-width: 80px;
    min-width: 80px;
  }
}

/* 29th March 2024 ends */

.announcement-item .announcement-body p {
  height: auto !important;
}

.announcement-item {
  position: relative;
}

.announcement-item .announcement-more-details {
  position: absolute;
  bottom: 14px;
}

.announcement-item .announcement-body p {
  padding-bottom: 65px;
}

/* 18th April 2024 starts */
.speakers-item .scrollable-content p {
  margin-bottom: 0 !important;
}

.speakers-item .read-more-link {
  margin-top: 10px;
}

.speakers-item .scrollable-content {
  overflow: hidden;
  overflow-y: auto;
  max-height: 190px;
}

.speakers-item .scrollable-content.scroll {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 190px;
}

.speakers-item .scrollable-content.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.speakers-item .scrollable-content.scroll::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.speakers-item .scrollable-content.scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}

.speakers-item .scrollable-content.scroll p {
  display: block;
}

@media screen and (max-width: 480px) {
  .speakers-item .read-more-link {
    text-align: center;
  }
}

/* 18th April 2024 ends */

/* 23rd April 2024 starts */
.announcement-item .announcement-body p {
  padding-bottom: 0;
  margin-bottom: 0;
  display: inline;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.announcement-item .announcement-more-details {
  position: relative;
}

.announcement-item .announcement-content {
  margin-bottom: 35px;
}

.announcement-item .announcement-content a {
  display: inline-block;
  color: #6dc4c4;
  text-transform: capitalize;
}

.announcement-item .expand-block .see-less {
  display: block;
}

.announcement-item .expand-block.expand {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  padding: 0 16px 20px;
  z-index: 99;
}

.announcement-item .expand-block.expand p {
  display: block;
}

.announcement-item .announcement-image img {
  width: 100%;
}

.announcement-item.highlighted,
.announcement-item.highlighted .expand-block.expand {
  background: #6dc4c4;
}

.announcement-item.highlighted p,
.announcement-item.highlighted .expand-block.expand p,
.announcement-item.highlighted h2,
.announcement-item.highlighted .announcement-content a {
  color: #fff;
}

.event-details-left .sub-section .image {
  margin: 20px 0 10px 0;
}

.event-details-left .sub-section .image img {
  width: 100%;
}

.announcement-content .links-box a {
  display: block;
}

.announcement-content .links-box a.see-less {
  display: none;
}

.announcement-content .expand .links-box a.see-less {
  display: block;
}

.announcement-item.low-character-count .see-more,
.announcement-item.low-character-count .see-less {
  display: none;
}

@media screen and (max-width: 767px) {
  .register-event .btn-box button:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .speakers-item .pic {
    margin: 0 auto 20px;
  }
}

/* 23rd April 2024 ends */

/* 26th April starts */

.calendar-popup {
  position: absolute;
  top: 40px;
  right: 20px;
  left: auto;
  max-width: 230px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 14px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 14px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 14px;
  display: none;
}

.calendar-popup ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.calendar-popup ul li {
  margin: 0;
  list-style: none;
  padding: 10px 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.calendar-popup ul li:hover {
  background-color: #f4f4f4;
}

.calendar-popup ul li a {
  display: flex;
  align-items: center;
}

.calendar-popup ul li * {
  text-decoration: none;
  color: #222;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.calendar-popup ul li span.text {
  margin-left: 10px;
}

.calendar-popup ul li span.italic {
  font-size: 12px;
  font-style: italic;
  color: #778793;
  display: inline;
}

.icon-apple {
  width: 18px;
  height: 18px;
  background: url("../images/apple-logo.svg") no-repeat;
  background-size: 100%;
}

.icon-google {
  width: 18px;
  height: 18px;
  background: url("../images/google-logo.svg") no-repeat;
  background-size: 100%;
}

.icon-office365 {
  width: 18px;
  height: 18px;
  background: url("../images/office365-logo.svg") no-repeat;
  background-size: 100%;
}

.icon-outlook {
  width: 18px;
  height: 18px;
  background: url("../images/outlook-logo.svg") no-repeat;
  background-size: 100%;
}

.icon-outlook-online {
  width: 18px;
  height: 18px;
  background: url("../images/outlook-logo1.svg") no-repeat;
  background-size: 100%;
}

.icon-yahoo {
  width: 18px;
  height: 18px;
  background: url("../images/yahoo-logo.svg") no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 575px) {
  .calendar-popup ul li {
    margin: 0 !important;
  }
}

.speakers-item .read-more-link a {
  color: #6dc4c4;
}

.offerSwiper .swiper-pagination .swiper-pagination-bullet {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

/* 2nd May 2024 starts */
.whats-new-slider .whats-new-item .contents p.date {
  height: auto !important;
}

.events .event-block h2 {
  padding-bottom: 10px;
}

.events .event-block .event-item .event-image {
  overflow: hidden;
}

header.normal-header.sticky_header .navbar-expand-lg.nav-up,
header.header-inner-pages.inner-sticky_header .navbar-expand-lg.nav-up {
  transform: translateY(-104px);
  -webkit-transform: translateY(-104px);
  -moz-transform: translateY(-104px);
}

header.normal-header.sticky_header .navbar-expand-lg.nav-down,
header.header-inner-pages.inner-sticky_header .navbar-expand-lg.nav-down {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

header .onscroll-header {
  transform: translateY(-400px);
  -webkit-transform: translateY(-400px);
  -moz-transform: translateY(-400px);
  position: absolute;
  width: 100%;
  top: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}

header.normal-header.sticky_header.onscroll-header-active .onscroll-header,
header.header-inner-pages.inner-sticky_header.onscroll-header-active .onscroll-header {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

header .onscroll-header .image {
  width: 90px;
}

header .onscroll-header .image img {
  width: 100%;
}

header.normal-header.sticky_header.onscroll-header-active,
header.header-inner-pages.inner-sticky_header.onscroll-header-active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

header.normal-header.sticky_header,
header.header-inner-pages.inner-sticky_header {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1560px) {
  header .onscroll-header .image {
    width: 70px;
  }
}

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

  header .header-right-bottom .nav-item:not(:last-child):after,
  header .header-right-top li:not(:last-child):after {
    width: 0;
  }

  header .header-right-bottom .nav-item:not(:last-child) {
    padding-right: 8px;
    padding-left: 8px;
  }

  header .header-right-bottom .nav-item:not(:first-child) {
    padding-left: 8px;
  }
}

@media screen and (max-width: 1088px) {
  header .header-right-bottom .nav-item:not(:last-child) {
    padding-right: 4px;
    padding-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .events-listing .event-list-item .image img {
    height: auto;
  }

  .events-listing .event-list-item .image {
    height: auto !important;
  }
}

/* 2nd May 2024 ends */


/* 6th May 2024 starts */
.text-dark-blue {
  color: #103a5d;
}

.text-white {
  color: #fff;
}

.text-black-1 {
  color: #222;
}

.text-green {
  color: #6dc4c4;
}

/* 6th May 2024 ends */

.banner-section.banner-section-inner-pages .banner-block .banner-content h2 {
  max-width: 70%;
}

@media screen and (max-width: 575px) {
  .banner-section.banner-section-inner-pages .banner-block .banner-content h2 {
    max-width: 100%;
  }
}

/* 8th May 2024 starts */
header.header-inner-pages .navbar-brand .inner-colored-logo {
  display: block;
}

header.header-inner-pages .navbar-brand img.colored-logo {
  display: none;
}

header.header-inner-pages.inner-sticky_header .navbar-brand .inner-colored-logo {
  display: none;
}

header.header-inner-pages.inner-sticky_header .navbar-brand img.colored-logo {
  display: block;
}

@media screen and (max-width: 991px) {
  header.header-inner-pages .navbar-brand .inner-colored-logo {
    display: block;
  }

  header.header-inner-pages .navbar-brand img.colored-logo,
  header.header-inner-pages.active .navbar-brand .inner-colored-logo {
    display: none;
  }

  header.header-inner-pages .navbar-brand,
  header .navbar-brand {
    width: 85px;
  }

  header.header-inner-pages .navbar-brand,
  header .navbar-brand {
    width: 50px;
  }

  header .navbar-toggler {
    top: 20px;
  }

  header.sticky_header.header-inner-pages .navbar-toggler {
    top: 11px;
  }

  header.sticky_header {
    padding: 8px 0;
  }

  .banner-section-inner-pages {
    margin-top: 47px;
  }

  header.header-inner-pages.active .navbar-brand img.colored-logo {
    display: none;
  }

  header.sticky_header.header-inner-pages.active .navbar-toggler,
  header.sticky_header.active .navbar-toggler {
    top: 5px;
  }

  header .navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    width: 18px;
  }
}

@media screen and (max-width: 575px) {
  header .navbar-toggler {
    top: 30px;
  }

  header.header-inner-pages.active .navbar-brand .inner-colored-logo {
    display: none;
  }

  header.sticky_header.header-inner-pages.active .navbar-toggler,
  header.sticky_header.active .navbar-toggler {
    top: 11px;
  }

  header .navbar-brand img.white-logo {
    width: 65px;
  }
}


/* blog details page changes */
.blog-listing-container .blog-listing-left .image img {
  object-fit: cover;
}

.event-list-item .calendar-block {
  bottom: 10px;
}

.filter-block .btn-block .button-reset.btn-blue {
  max-width: 200px;
  min-width: 200px;
  margin-left: 24px;
}

.offerSwiper .swiper-pagination.swiper-pagination-parent-desktop {
  display: flex !important;
}

@media screen and (max-width: 1840px) {
  .blog-listing-right .blog-items-listing .image {
    max-width: 150px;
    min-width: 150px;
  }

  .blog-listing-right .blog-items-listing .content h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1560px) {
  .blog-listing-right .blog-items-listing .content h2 {
    font-size: 16px;
  }

  .blog-listing-right .blog-items-listing .content span,
  .blog-listing-container .content .green-tag a {
    font-size: 14px;
  }

  .blog-listing-right .blog-items-listing .image {
    max-width: 125px;
    min-width: 125px;
    margin-right: 20px;
  }

  .blog-listing-right .blog-items-listing li:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .events-listing .event-list-item .image {
    height: 250px !important;
  }

  .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 21px 11px;
  }

  .filter-block .btn-block .button-reset.btn-blue {
    max-width: 160px;
    min-width: 160px;
  }
}

@media screen and (max-width: 1366px) {
  .blog-listing-right .blog-items-listing .details {
    flex-wrap: nowrap;
    align-items: center;
  }

  .blog-listing-right .blog-items-listing .details span:not(:last-child) {
    margin-right: 10px;
  }

  .blog-listing-right .blog-items-listing .content span {
    width: auto;
    margin-bottom: 0;
  }

  .blog-listing-right .blog-items-listing .content h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-listing-right .blog-items-listing .content span,
  .blog-listing-container .content .green-tag a {
    font-size: 12px;
  }

  .events-listing .event-list-item .image {
    height: 220px !important;
  }

  .filter-block .form-group {
    margin-right: 14px;
  }

  .filter-block .btn-block .button-reset.btn-blue {
    margin-left: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .blog-listing-right .blog-items-listing .image {
    max-width: 115px;
    min-width: 115px;
  }

  .events-listing .event-list-item .image {
    height: 200px !important;
  }

  .events-listing .event-list-item .image img {
    height: 100%;
  }

  .cta .btn-green {
    padding: 14px 20px;
    font-size: 16px;
  }

  .cta .btn-green span {
    font-size: 16px;
  }

  .offers-listing .cta {
    max-width: 170px;
  }

  .blog-filters ul li a {
    padding: 10px 15px;

  }
}

@media screen and (max-width: 1199px) {
  .blog-listing-right .blog-items-listing .details {
    flex-wrap: wrap;
  }

  .blog-listing-right .blog-items-listing .content span {
    width: 50%
  }

  .blog-listing-right .blog-items-listing .details span:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 6px;
  }

  .filter-block .form-group {
    width: 48%;
    margin: 0;
  }

  .filter-block {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .blog-listing-container .blog-listing-left .image img {
    height: auto !important;
    object-fit: unset;
  }

  .cta .btn-green span {
    font-size: 15px;
  }

  .cta .btn-green {
    padding: 14px 8px;
  }
}

@media screen and (max-width: 991px) {
  .blog-listing-right .blog-items-listing .image {
    max-width: 100px;
    min-width: 100px;
  }

  .events-listing .event-list-item .image img {
    height: auto;
  }

  .filter-block .form-group {
    width: 100%;
  }

  .filter-block {
    flex-wrap: wrap;
    row-gap: 14px;
  }

  .filter-block .btn-block {
    justify-content: center;
  }

  .offerSwiper .swiper-pagination.swiper-pagination-parent-desktop {
    display: none !important;
  }

  .what-we-offer {
    padding: 0;
    margin-bottom: 55px;
  }

  .offerSwiper .swiper-slide img {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .filter-block .btn-block {
    flex-direction: column;
    row-gap: 14px;
  }

  .filter-block .btn-block .btn-blue,
  .filter-block .btn-block .button-reset.btn-blue {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0
  }
}

.append-datepicker .ui-widget.ui-widget-content {
  top: 55px !important;
  left: 0 !important;
}

@media screen and (max-width: 1560px) {
  .append-datepicker .ui-widget.ui-widget-content {
    top: 45px !important;
  }
}

.offer-slider .swiper-slide a.btn-blue {
  height: auto !important;
}

.what-we-offer-v1 .offerSwiper .swiper-pagination.swiper-pagination-parent-mobile,
.what-we-offer-v1 .offer-slider .swiper-pagination.swiper-pagination-parent-mobile {
  display: none !important;
}

@media screen and (max-width: 1560px) {
  .offer-slider .icon {
    width: 35px;
    height: 35px;
  }

  .offer-slider .tabs-button span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1280px) {
  .announcement-item h2 {
    font-size: 16px;
    line-height: 23px;
  }
}

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

  .what-we-offer-v1 .offerSwiper .swiper-pagination.swiper-pagination-parent-mobile,
  .what-we-offer-v1 .offer-slider .swiper-pagination.swiper-pagination-parent-mobile {
    display: flex !important;
  }

  .offerSwiper .swiper-pagination .pager-list {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1280px) {
  .offer-slider .nav {
    margin-bottom: 30px;
  }

  .what-we-offer-v1 .what-we-offer-item .text h3 {
    margin-bottom: 12px;
  }

  .offer-slider .nav-tabs .nav-link {
    padding: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .offer-slider .mobile-dropdown {
    margin: 0 auto 40px;
  }


  .offer-slider .tabs-button span {
    font-size: 14px;
  }

  .offer-slider .nav-tabs .nav-link {
    padding: 4px 14px;
  }

  .offer-slider .mobile-dropdown .nav-item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }

}

@media screen and (max-width: 991px) {
  .offer-slider .nav-tabs .nav-link {
    padding: 12px;
  }

  .offer-slider .icon {
    width: 28px;
    height: 28px;
  }

  /* .offer-slider .tabs-button span {
    font-size: 11px;
  } */

  .offer-slider .nav {
    top: 55px;
  }

  .offerSwiper .swiper-pagination-bullets {
    top: 52px;
  }

  .offerSwiper .swiper-pagination .pager-list {
    margin-bottom: 20px;
  }

  .offerSwiper .swiper-slide img {
    height: 300px;
  }

  .offer-slider .swiper-slide a {
    height: auto !important;
  }

  .offer-slider span {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 14px;
    font-weight: 600;
  }

  .offerSwiper .swiper-pagination-clickable .swiper-pagination-bullet,
  .offer-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0;
  }

  .offerSwiper {
    overflow: hidden !important;
  }

  .offer-slider .selected-text span {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 14px;
  }

  .what-we-offer {
    overflow: visible;
  }

  .offer-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6dc4c4
  }

  .offer-slider .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    color: #fff;
  }

  .offer-slider .selected-text span.icon {
    margin: 0;
  }

}


@media screen and (max-width: 1280px) {
  .announcement-item .announcement-body {
    padding: 12px 12px 0 12px
  }

  .announcement-item h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .announcement-item.high-character-count .announcement-body p {
    min-height: 40px;
  }

  .announcement-item .announcement-body p {
    -webkit-line-clamp: 2;
  }

  .announcement-item .announcement-more-details {
    font-size: 13px;
    letter-spacing: 2.2px;
  }

  .announcement-item .announcement-body .date {
    font-size: 14px;
  }

  .offer-slider .list-block ul li:not(:last-child) {
    margin-bottom: 6px;
  }

  .offer-slider .list-block {
    margin: 10px 0 0;
  }

  ul.list-custom li {
    font-size: 12px;
    line-height: 16px;
  }

  .offer-slider .button-block {
    margin: 20px 0 0;
  }

  .offer-slider .nav {
    margin-bottom: 20px;
  }
}


.what-we-offer-2 .image,
.what-we-offer-2 .image img,
.what-we-offer-2 .swiper-wrapper,
.what-we-offer-2 {
  height: auto;
}

.what-we-offer-2 .image img {
  object-fit: cover;
}

.monthpicker-block {
  position: relative;
}

.monthpicker-block .close-img {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  background: #fff;
  width: 24px;
  height: 24px;
  z-index: 99;
  cursor: pointer;
}

.monthpicker-block.highlight .close-img {
  display: block;
}

.what-we-offer-v1 .what-we-offer-item .swiper {
  position: relative;
}

.what-we-offer-2 .swiper-nav .swiper-button-next {
  right: -28px;
}

@media screen and (max-width: 991px) {
  .monthpicker {
    padding-left: 40px;
    background: url(../images/calendar-icon.svg) no-repeat left 10px center, url(../images/down-arrow.svg) no-repeat right 20px center;
  }
}

@media screen and (max-width: 767px) {
  .events-filter .filter-block .event-months-dropdown.form-group {
    margin: 0 auto 0px;
  }

  .events-filter .filter-block .search-box .form-group {
    min-width: unset;
  }
}

@media screen and (max-width: 480px) {
  .ui-datepicker {
    width: 15em;
  }
}

.announcement-item.high-character-count .announcement-body p,
.announcement-item.low-character-count .announcement-body p {
  min-height: unset;
}

.announcement-item .announcement-content {
  min-height: 70px;
}

.announcement-item .announcement-body p {
  -webkit-line-clamp: 2;
}

.listing-section.announcement .col-lg-3 {
  margin-bottom: 32px;
}

.listing-section.announcement .row:last-child .col-lg-3 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .announcement-item h2 {
    height: auto !important;
  }
}

.team .team-item-expand .read-more {
  margin: 15px 0 0 auto;
}

.text-block {
  padding: 55px 0;
}

@media screen and (max-width: 991px) {
  .team .col-lg-3 {
    padding-bottom: 50px;
  }

  .team .col-lg-3:last-child,
  .team .col-lg-3:nth-last-child(2) {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .team .col-lg-3:nth-last-child(2) {
    padding-bottom: 50px;
  }

  .team .col-lg-3:last-child {
    padding-bottom: 0px;
  }
}

.blog-listing-container .blog-listing-left .image img {
  min-height: 500px;
}

@media screen and (max-width: 1580px) {
  .blog-listing-container .blog-listing-left .image img {
    min-height: 450px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-listing-container .blog-listing-left .image img {
    min-height: unset;
  }
}

.testimonial-slider .testimonial-item .testimonial-video img {
  height: auto;
  width: 100%;
}

.testimonial-slider .block-video {
  overflow: hidden;
}

/* 14th June 2024 starts */
.listing-item .featured-tag {
  top: -32px;
  padding-right: 15px;
}

.listing-section .listing-block .row {
  row-gap: 65px;
}

.listing-section .listing-block {
  margin: 20px 0 0;
}

.listing-section .listing-block .icon-featured {
  margin-right: 10px;
}

.listing-item .list-item-inner.open .featured-tag:after,
.listing-item .list-item-inner.open .featured-tag {
  background: #6dc4c4;
}

.listing-item .list-item-inner.open .featured-tag span {
  color: #fff;
}

.listing-section .listing-block .list-item-inner.open .icon-featured {
  background: url('../images/featured-icon-white.svg') no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1560px) {
  .featured-tag:after {
    width: 185px;
  }
}

@media screen and (max-width: 1280px) {
  .view-offer {
    font-size: 11px;
    padding: 4px 9px 4px 6px;
  }

  .view-offer:before {
    width: 98px;
    height: 25px;
  }

  .featured-tag:after {
    width: 120px;
  }

  .listing-item .featured-tag {
    padding-right: 0;
    letter-spacing: 2.2px;
    font-size: 11px;
    top: -28px;
  }

  .listing-section .listing-block .icon-featured {
    width: 16px;
    height: 12px;
  }
}

/* 20th June 2024 starts */
.listing-item .featured-tag,
.featured-tag:after {
  background: #6dc4c4
}

.listing-section .listing-block .list-item-inner .icon-featured {
  background: url("../images/featured-icon-white.svg") no-repeat;
  background-size: 100%;
}

.listing-item .list-item-inner .featured-tag span {
  color: #fff;
}

.listing-item .list-item-inner {
  border: 1px solid #6dc4c4;
}

.full-screen-video-banner {
  position: relative;
}

.full-screen-video-banner .full-screen-video-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz--transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.full-screen-video-banner video {
  width: 100%;
  height: 100%;
}

.listing-item .featured-tag {
  margin-left: -1px;
}

@media screen and (max-width: 1280px) {
  .featured-tag:after {
    height: 29px;
  }
}

.blog-listing-container .blog-listing-left .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}

.blog-listing-container .blog-listing-left .content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.56%, rgba(0, 0, 0, 0.95) 82.06%);
}

.blog-listing-container .blog-listing-left .details {
  display: flex;
  flex-wrap: wrap;
}

.past-articles .past-article-item .image:after {
  display: none;
}

.past-articles .past-article-item .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
}

.past-articles .past-article-item .content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 999;
}

.past-articles .past-article-item .content .details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.full-screen-video-banner .video-box>div,
.full-screen-video-banner .video-box .mejs-video {
  width: 100% !important;
  height: 100% !important;
}

.team .team-item {
  margin-bottom: 54px;
}

.team .team-item .image {
  width: 220px;
  height: 220px;
}

.team .team-item.no-read-more .team-item-inner {
  padding: 32px 80px 60px 80px;
}

.team .team-item .team-item-inner {
  padding: 32px 80px 10px 80px;
}

@media screen and (max-width: 1760px) {
  .team .team-item .image {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 1580px) {
  .team .team-item .team-item-inner {
    padding: 32px 30px 10px 30px;
  }

  .team .team-item.no-read-more .team-item-inner {
    padding: 32px 30px 60px 30px;
  }
}

@media screen and (max-width: 1440px) {
  .team .team-item .image {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 1280px) {
  .team .row {
    row-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .team .col-lg-3 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .team .col-lg-3:nth-last-child(2) {
    padding-bottom: 0;
  }

  .team .team-item {
    margin-bottom: 48px;
  }
}