.banner-section {
    background-color: #1272A6;
    height: calc(100vh - 160px);
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: clip;
    flex-direction: column;
    justify-content: space-between;
}

.banner-section .container,
.banner-content {
    position: relative;
}

.hampton-banner {
    text-align: right;
    width: 100%;
    height: 320px;
}

.hampton-banner img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    z-index: 9;
    padding-top: 160px;
}

.banner-content h1 {
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'Roboto Black';
    margin-bottom: 0;
}

.banner-content h1 span {
    color: #F7921E;
}

.banner-sub-content p {
    font-size: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
}

.banner-end-img {
    position: absolute;
    left: 67.8%;
    transform: translateY(-23%);
    width: 700px;
    height: 530px;
    overflow: hidden;
}

.inner-end-fix,
.inner-start-fix  {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    position: relative;
    left: -50px;
    top: -50px;
}

.banner-end-img img,
.banner-start-img img,
.what-we-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-start-img {
    position: absolute;
    right: 96.5%;
    width: 285px;
    height: 400px;
    bottom: -162%;
    overflow: hidden;
}

.new-start-parent {
    position: absolute;
    right: 96.5%;
    bottom: -162%;
}

.banner-content .explore-btn {
    bottom: -125px;
    left: 0;
    top: auto;
    transform: inherit;
}

.explore-btn {
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'OpenSans SemiBold';
    font-size: 15px;
    position: absolute;
    min-width: 100px;
    left: 45px;
    bottom: 270px;
    padding: 78px 0 0 0;
    transition: all 0.5s ease;
}

.explore-btn:hover {
    color: #F7921E;
}

.explore-btn:hover .circle,
.explore-btn:hover .v-line {
    transform: translateY(10px);
}

.explore-btn:hover .circle,
.explore-btn:hover .v-line::after {
    border-color: #F7921E;
}

.explore-btn:hover .v-line {
    background-color: #F7921E;
}

.circle {
    border: 2px solid #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    transition: all 0.5s ease;
    animation: MoveUpDown 1.5s linear infinite;
}

.v-line {
    width: 2px;
    height: 41px;
    background-color: #FFFFFF;
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 21px;
    transition: all 0.5s ease;
    animation: MoveUpDown 1.5s linear infinite;
}

@keyframes MoveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.v-line::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    left: -4px;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.who-we-section {
    width: 100%;
    background-color: #1272A6;
    padding: 190px 0 100px;
}

.who-we-section .section-line-title {
    justify-content: center;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: 45px;
    max-width: 866px;
    text-transform: uppercase;
}

.who-we-section .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.who-we-section .swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
    justify-content: space-between;
}

.who-box-wrap .swiper-wrapper .swiper-slide {
    width: 35% !important;
    height: fit-content;
    margin-bottom: 60px;
}

.who-box-wrap .swiper-wrapper .swiper-slide:first-child {
    margin-left: 225px;
}

.who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2) {
    margin-right: 79px;
    transform: translateY(50px);
    width: 40% !important;
}

.who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2) .who-box {
    padding: 100px 65px 90px;
}

.who-box-wrap .swiper-wrapper .swiper-slide:nth-child(3) {
    margin-left: 150px;
    width: 39% !important;
}

.who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) {
    transform: translateY(40px);
    margin-right: 104px;
    width: 38% !important;
}

.who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) .who-box {
    padding: 50px 65px 60px;
}

.who-content {
    margin-bottom: 74px;
    display: inline-block;
    width: 100%;
}

.who-content p {
    max-width: 866px;
    float: right;
    color: #FFFFFF;
}

.who-box {
    background-color: #FFFFFF;
    text-align: center;
    color: #1272A6;
    padding: 50px 65px 90px;
    transition: all 0.5s ease;
}

.who-box:hover,
.who-box:focus {
    background-color: #F7921E;
    color: #ffffff;
}

.who-box:hover .svg-line,
.who-box:focus .svg-line {
    stroke: #ffffff;
}

.who-box .h5 {
    font-family: 'Roboto Bold';
    margin: 60px 0 30px
}

.who-box p {
    margin-bottom: 0;
    line-height: 30px;
}

.who-more {
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0;
}

.what-we-section {
    width: 100%;
    background-color: #1272A6;
    padding: 120px 0 100px;
}

.what-we-section .container {
    position: relative;
}

.what-we-section .section-line-title {
    color: #FFFFFF;
    margin-left: 30px;
    text-transform: uppercase;
}

.what-we-content {
    margin: 35px 42px 0 100px;
}

.what-we-content p {
    color: #FFFFFF;
}

.what-we-section .left-auto-col {
    padding: 0;
    width: auto;
    flex: 1 0 0;
}

.what-we-section .right-fix-col {
    padding-left: 145px;
}

.what-we-img {
    width: 100%;
    height: calc(100vh - 108px);
    position: sticky;
    top: 108px;
}

.what-we-lists {
    width: 100%;
    margin: 130px 0 0 30px;
    border-left: 1px solid #FFFFFF;
    padding-left: 50px;
}

.what-we-lists .what-we-item:first-child {
    padding-bottom: 95px;
}

.what-we-item {
    padding-bottom: 120px;
    position: relative;
}

.what-we-item::before {
    content: "";
    width: 5px;
    height: 130px;
    position: absolute;
    background-color: #F7921E;
    left: -53px;
    top: -4px;
    display: inline-block;
}

.what-we-item svg {
    height: 122px;
}

.what-we-item h3 {
    font-family: 'Roboto Bold';
    color: #FFFFFF;
    font-size: 38px;
    margin: 35px 0;
    padding-left: 5px;
}

.what-we-item-content {
    padding: 0 10px;
}

.what-we-item-content p {
    color: #FFFFFF;
    line-height: 30px;
}

.what-we-item .blue-circle-button {
    margin: 30px 0 0 20px
}

.upcoming-section {
    width: 100%;
    background-color: #1272A6;
    padding: 60px 0 70px;
}

.upcoming-section .section-line-title {
    text-transform: uppercase;
    color: #FFFFFF;
}

.upcoming-content p {
    color: #FFFFFF;
}

.upcoming-content {
    max-width: 610px;
    margin: 38px 0 0 70px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed),
.accordion-item,
.accordion-button {
    background-color: transparent;
}

.accordion-item {
    border-left: 0;
    border-right: 0;
    border-color: #66B0DD;
    position: relative;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    font-size: 30px;
    color: #FFFFFF;
    font-family: 'Roboto Medium';
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    box-shadow: none;
}

.accordion-body {
    padding-left: 0;
    padding-right: 350px;
    padding-bottom: 62px;
}

.upcoming-accordion {
    margin: 120px 0 0 0;
    padding-left: 135px;
    position: relative;
}

.accordion-button {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 350px;
    transition: all 0.5s ease;
}

.accordion-button[aria-expanded="true"] {
    padding-bottom: 15px;
    padding-top: 50px;
}

.event-img {
    position: absolute;
    right: 115px;
    top: -22px;
    width: 210px;
    height: 210px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.show .event-img {
    visibility: visible;
    opacity: 1;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #FFFFFF;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: unset;
}

.accordion-button:not(.collapsed)::before {
    display: none;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 32px;
    height: 2px;
    margin-left: auto;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: unset;
    transition: unset;
    background-color: #FFFFFF;
    position: absolute;
    right: 47px;
    transform: rotate(90deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 32px;
    height: 2px;
    margin-left: auto;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: unset;
    transition: unset;
    background-color: #FFFFFF;
    position: absolute;
    right: 47px;
}

.our-region-section {
    width: 100%;
    background-color: #1272A6;
    padding: 195px 0 325px;
    position: relative;
}

.map-bg {
    height: 100%;
    position: absolute;
    width: 88%;
    top: 20px;
    right: 0;
}

.map-bg .orange-map {
    position: absolute;
    right: 26.5%;
    bottom: 30%;
}

.map-bg .orange-map~svg {
    width: 100%;
    height: 100%;
}

.our-region-section .section-line-title {
    color: #FFFFFF;
    padding-left: 150px;
    text-transform: uppercase;
}

.our-region-content {
    max-width: 480px;
    margin: 40px 0 0 220px;
    position: relative;
    z-index: 9;
}

.our-region-content p {
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
}

.our-region-section .blue-circle-button {
    margin: 18px 0 0 0;
}

.membership-section {
    width: 100%;
    position: relative;
    padding: 215px 0 375px;
    background-size: cover;
    z-index: 1;
    background-color: #1272a6;
    background-blend-mode: luminosity;
}

.membership-section::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.membership-section .section-line-title {
    color: #FFFFFF;
    text-transform: capitalize;
    padding-left: 378px;
    text-transform: uppercase;
}

.membership-content {
    max-width: 740px;
    margin: 35px 0 0 450px;
}

.membership-content p {
    color: #FFFFFF;
}

.membership-content p span {
    color: #F7921E;
}

.membership-section .blue-circle-button {
    margin: 38px 0 0 0;
}

.news-section .section-line-title {
    color: #FFFFFF;
    text-transform: uppercase;
}

.news-section {
    background-color: #1272a6;
    width: 100%;
    padding: 78px 0 100px;
    overflow-x: hidden;
}

.news-section .nav-link {
    color: #66B0DD;
    font-family: 'Roboto Bold';
    font-size: 20px;
    padding: 8px 13px;
    position: relative;
    transition: all 0.5s ease;
}

.news-section .nav-link:hover {
    color: #FFFFFF;
}

.news-section .nav-pills .nav-item:last-child .nav-link {
    padding-right: 0;
}

.news-section .nav-pills {
    justify-content: flex-end;
    margin: 18px 0;
    max-width: 1430px;
}

.news-section .nav-pills .nav-link.active,
.news-section .nav-pills .show>.nav-link {
    color: #FFFFFF;
    background-color: transparent;
}

.news-section .nav-pills .nav-link.active,
.news-section .nav-pills .show>.nav-link {
    padding-right: 75px;
}

.news-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1880px;
}

.nav-pills .nav-link.active::after,
.nav-pills .show>.nav-link {
    content: "";
    position: absolute;
    width: 33px;
    height: 2px;
    right: 18px;
    background-color: #fff;
    top: 50%;
}

.partners-section .section-line-title {
    text-transform: uppercase;
}

.latest-news .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 98px;
}

.latest-news .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.latest-news .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-content p {
    color: #66B0DD;
    text-transform: capitalize;
    margin: 12px 0;
}

.chamber-news {
    color: #66B0DD;
    font-family: 'OpenSans Bold';
    text-decoration: underline;
    transition: all 0.5s ease;
    text-decoration-thickness: 1px;
}

.chamber-news:hover {
    color: #FFFFFF;
}

.news-title {
    font-size: unset;
    line-height: unset;
    margin: 0;
}

.news-title a {
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'Roboto Bold';
    font-size: 30px;
    line-height: 34px;
    transition: all 0.5s ease;
}

.news-title a:hover {
    color: #F7921E;
}

.news-item {
    width: 100%;
    display: inline-block;
}

.news-img {
    width: 100%;
    display: inline-block;
    height: 264px;
    background-color: #1793D7;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news {
    width: 100%;
    display: inline-block;
    margin: 42px 0 0 0;
}

.latest-fluid {
    margin-left: calc((100% - 1450px) / 2);
}

.latest-news .swiper-slide-active .news-img {
    height: 488px;
}

.latest-news .blue-circle-button {
    margin: 50px 0 0 1px;
    font-size: 16px;
}

.latest-news .blue-circle-button::before {
    width: 55px;
    height: 55px;
}

.latest-news .blue-circle-button:hover::before {
    width: 100%;
}

.latest-news .blue-circle-button span {
    font-size: 13px;
    margin-left: 6px;
}

.latest-news .swiper-button-prev {
    left: auto;
    right: 27.5%;
}

.latest-news .swiper-button-next {
    right: auto;
    left: 73.2%;
}

.latest-news .swiper-button-prev,
.latest-news .swiper-button-next {
    top: auto;
    bottom: 0;
}

.latest-news .swiper-horizontal>.swiper-pagination-progressbar,
.latest-news .swiper-pagination-progressbar.swiper-pagination-horizontal,
.latest-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.latest-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 1250px;
    top: auto;
    bottom: 30px;
}

.sign-section {
    background-color: #1272a6;
    width: 100%;
    padding: 80px 0 200px;
}

.sign-section .section-line-title {
    font-family: 'Roboto Bold';
    text-transform: uppercase;
    color: #FFFFFF;
    flex-direction: column;
    align-items: flex-start;
}

.sign-section [class*="col-lg"]:last-child {
    text-align: right;
}

.sign-section .section-line-title span {
    color: #F7921E;
}

.sign-section .section-line-title .line {
    margin-left: 0;
    margin-top: 10px;
}

.who-icon-svg svg {
    height: 145px;
    filter: drop-shadow(8px 4px 0px rgba(18, 114, 166, 0.2));
}

.active-svg-map .map-line {
    fill: #F7921E;
    -webkit-animation-name: map-animation;
    animation-name: map-animation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-transition: fill 0.5s;
    -o-transition: fill 0.5s;
    transition: fill 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    fill-opacity: 0;
    stroke-dasharray: 5,5;
}

@-webkit-keyframes map-animation {
    0% {
        fill-opacity: 0;
    }

    100% {
        fill-opacity: 1;
    }
}

@keyframes map-animation {
    0% {
        fill-opacity: 0;
    }

    100% {
        fill-opacity: 1;
    }
}

.active-svg-map .map-text {
    fill: #fff;
    -webkit-animation-name: map-animation;
    animation-name: map-animation;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    -webkit-transition: fill 0.5s;
    -o-transition: fill 0.5s;
    transition: fill 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    fill-opacity: 0;
}

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

    .who-we-section .swiper-button-next,
    .who-we-section .swiper-button-prev,
    .who-we-section .swiper-pagination {
        display: none;
    }
	
	.hampton-banner .mobile-image{
		display:none;
	}
}

@media screen and (min-width: 992px) {
    .what-we-content {
        max-width: 680px;
    }

    .what-we-item {
        max-width: 770px;
    }
}

@media screen and (min-width: 2000px) {
    .map-bg .orange-map {
        right: 33%;
        bottom: 29%;
    }

    .latest-news .swiper-slide-active .news-img {
        height: 400px;
    }
}

@media screen and (max-width: 1920px) {
    .latest-news .swiper-slide.swiper-slide-active {
        width: 49% !important;
    }

    .latest-news .swiper-slide.swiper-slide-next {
        width: 28% !important;
    }
}

@media screen and (max-width: 1800px) {
    .banner-start-img,
    .new-start-parent {
        right: 89%;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:first-child {
        margin-left: 190px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(3) {
        margin-left: 140px;
    }

    .latest-fluid {
        margin-left: calc((100% - 1340px) / 2);
    }

    .news-controls,
    .news-section .nav-pills {
        max-width: 1320px;
    }

    .latest-news .swiper-button-next {
        right: 0;
        left: auto;
    }

    .latest-news .swiper-button-prev {
        left: auto;
        right: 80px;
    }
	.who-we-section .section-line-title {
		margin-right: 60px;
        max-width: 750px;
	}
    .latest-news .swiper-horizontal>.swiper-pagination-progressbar,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .latest-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 1150px;
    }

    .banner-end-img {
        left: 67%;
        transform: translateY(-15%);
        width: 580px;
        height: 430px;
    }

    .our-region-section {
        padding: 200px 0;
    }

    .map-bg {
        top: 30px;
    }

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

    .upcoming-section,
    .news-section {
        padding: 60px 0;
    }

    .membership-section {
        padding: 200px 0 350px;
    }

    .what-we-item h3 {
        padding-left: 0;
    }

    .what-we-item-content {
        padding: 0;
    }

    .what-we-item .blue-circle-button {
        margin: 30px 0 0 0;
    }

    .who-content p {
        max-width: 750px;
    }

    .what-we-section .right-fix-col {
        padding-left: 100px;
    }

    .what-we-img {
        top: 103px;
        height: calc(100vh - 103px);
    }

    .sign-section {
        padding: 40px 0 100px;
    }

    .latest-news .swiper-slide-active .news-img {
        height: 400px;
    }

    .news-img {
        height: 200px;
    }

    .hampton-banner {
        height: 310px;
    }

}

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

    .banner-start-img {
        right: 86%;
        height: 350px;
        bottom: -140%;
    }
	.partners-section {
		padding-bottom: 50px;
	}
    .explore-btn {
        bottom: 250px;
    }

    .new-start-parent {
        right: 86%;
        bottom: -140%;
    }

    .who-we-section {
        padding: 180px 0 80px;
    }

    .who-content {
        margin-bottom: 60px;
    }

    .who-more {
        margin: 50px 0 0 0;
    }

    .what-we-content {
        margin: 30px 40px 0 80px;
    }

    .what-we-lists {
        margin: 100px 0 0 30px;
    }

    .what-we-item {
        padding-bottom: 100px;
    }

    .upcoming-accordion {
        margin: 100px 0 0 0;
        padding-left: 100px;
    }

    .our-region-section {
        padding: 150px 0;
    }

    .map-bg {
        width: 85%;
    }

    .membership-section {
        padding: 200px 0 300px;
    }

    .map-bg .orange-map {
        right: 27%;
        bottom: 30%;
        width: 23%;
        height: auto;
    }

    .what-we-section .right-fix-col {
        padding-left: 50px;
    }

    .banner-content {
        padding-top: 200px;
    }

}

@media screen and (max-width: 1440px) {
    .banner-section {
        height: calc(100vh - 120px);
    }

    .banner-end-img {
        left: 67%;
        width: 500px;
        height: 400px;
    }

    .banner-start-img {
        right: 86%;
        width: 250px;
        height: 350px;
        bottom: -140%;
    }

    .new-start-parent {
        bottom: -140%;
        right: 86%;
    }

    .banner-sub-content p {
        font-size: 20px;
    }

    .accordion-button,
    .news-title a {
        font-size: 25px;
    }

    .what-we-item h3 {
        font-size: 30px;
    }

    .our-region-content p {
        font-size: 18px;
        line-height: 30px;
    }

    .what-we-item svg {
        height: 100px;
    }

    .what-we-item::before {
        height: 105px;
    }

    .who-icon-svg svg {
        height: 100px;
        filter: drop-shadow(6px 3px 0px rgba(18, 114, 166, 0.2));
    }
}

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

    .banner-end-img {
        transform: translateY(-20%);
    }
	.who-we-section .section-line-title {
		margin-right: 70px;
        max-width: 640px;
	}
    .banner-start-img,
    .new-start-parent {
        right: 88%;
        bottom: -206%;
    }

    .who-content {
        margin-bottom: 40px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:first-child,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(3) {
        margin-left: 100px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide {
        width: 39% !important;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) {
        margin-right: 80px;
        width: 40% !important;
    }

    .upcoming-accordion {
        margin: 50px 0 0 0;
        padding-left: 50px;
    }

    .upcoming-content {
        margin: 38px 0 0 50px;
    }

    .our-region-section .section-line-title {
        padding-left: 50px;
    }

    .our-region-content {
        margin: 40px 0 0 100px;
    }

    .news-controls,
    .news-section .nav-pills {
        max-width: 1140px;
    }

    .latest-fluid {
        margin-left: calc((100% - 1160px) / 2);
    }

    .latest-news .swiper-horizontal>.swiper-pagination-progressbar,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .latest-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 970px;
    }

    .membership-section .section-line-title {
        padding-left: 300px;
    }

    .membership-content {
        margin: 30px 0 0 350px;
    }

    .who-content p {
        max-width: 640px;
    }

    .who-box .h5 {
        margin: 30px 0;
    }

    .accordion-button {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .who-box {
        padding: 50px 65px 50px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2) .who-box {
        padding: 70px 65px 70px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) .who-box {
        padding: 50px 65px 50px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) {
        transform: translateY(30px);
    }

    .latest-news .swiper-slide-active .news-img {
        height: 350px;
    }

    .news-img {
        height: 200px;
    }

    .sign-section .section-line-title {
        font-size: 50px;
    }

    .hampton-banner {
        height: 230px;
    }

    .banner-content {
        padding-top: 60px;
    }

}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-end-img {
        left: 65.9%;
    }

    .who-we-section {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1280px) {
    .who-we-section .section-line-title {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .banner-end-img {
        left: 63%;
    }

    .banner-start-img,
    .new-start-parent {
        right: 85%;
    }

    .who-we-section {
        padding: 250px 0 40px;
    }

    .who-content p {
        max-width: 100%;
        float: none;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:first-child,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(3) {
        margin-left: 0;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2),
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(3),
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) {
        width: 45% !important;
        height: auto;
        margin-bottom: 40px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2),
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) {
        margin-right: 0;
        transform: translateY(0);
    }

    .who-box,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2) .who-box,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) .who-box {
        padding: 50px;
        height: 100%;
    }

    .who-we-section .swiper-grid-column>.swiper-wrapper {
        justify-content: space-evenly;
    }

    .who-more {
        margin: 0;
    }

    .who-box .h5,
    .what-we-item h3 {
        margin: 20px 0;
    }

    .what-we-section {
        padding: 45px 0 50px;
    }

    .what-we-section .section-line-title {
        margin-left: 0;
    }

    .what-we-content {
        margin: 0;
    }

    .what-we-lists {
        margin: 50px 0 0 0;
    }

    .what-we-lists .what-we-item:first-child,
    .what-we-item {
        padding-bottom: 50px;
    }

    .what-we-item .blue-circle-button {
        margin: 20px 0 0 0;
    }

    .upcoming-section {
        padding: 45px 0 50px;
    }

    .news-section {
        padding: 45px 0;
    }

    .upcoming-content {
        margin: 20px 0 0 0;
        max-width: 100%;
    }

    .upcoming-accordion {
        padding-left: 12px;
    }

    .our-region-section {
        padding: 100px 0;
    }

    .our-region-section .section-line-title {
        padding-left: 0;
    }

    .our-region-content {
        margin: 20px 0 0 0;
    }

    .map-bg .orange-map {
        right: 26%;
        bottom: 32%;
        width: 23%;
    }

    .map-bg {
        width: 75%;
    }

    .membership-section {
        padding: 200px 0;
    }

    .membership-content {
        max-width: 100%;
        margin: 20px 0 0 0;
    }

    .membership-section .section-line-title {
        padding-left: 0;
    }

    .membership-section .blue-circle-button {
        margin: 20px 0 0 0;
    }

    .latest-news {
        margin: 20px 0 0 0;
    }

    .latest-news .blue-circle-button {
        margin: 20px 0 0 1px;
    }

    .what-we-img {
        top: 157px;
        height: calc(100vh - 159px);
    }

    .what-we-section .right-fix-col {
        padding-left: 30px;
    }

    .sign-section {
        padding: 30px 0 80px;
    }

    .banner-section {
        height: calc(100vh - 160px);
    }
}

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

    .banner-end-img {
        left: 65%;
        width: 450px;
        height: 300px;
    }

    .banner-start-img {
        right: 91%;
        width: 200px;
        height: 280px;
        bottom: -176%;
    }

    .new-start-parent {
        right: 91%;
        bottom: -176%;
    }

    .explore-btn {
        bottom: 170px;
    }

    .who-we-section {
        padding: 80px 0 40px;
    }

    .our-region-section {
        padding: 80px 0;
    }

    .membership-section {
        padding: 150px 0;
    }

    .latest-fluid {
        margin-left: calc((100% - 980px) / 2);
    }

    .news-controls,
    .news-section .nav-pills {
        max-width: 960px;
    }

    .latest-news .swiper-horizontal>.swiper-pagination-progressbar,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .latest-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 810px;
        bottom: 24px;
    }

    .latest-news .swiper-button-prev {
        right: 70px;
    }

    .accordion-button,
    .news-title a {
        font-size: 20px;
        line-height: 30px;
    }

    .accordion-button::after,
    .accordion-button::before {
        width: 25px;
    }

    .latest-news .blue-circle-button span {
        font-size: 12px;
        margin-left: 10px;
    }

    .what-we-img {
        top: 144px;
        height: calc(100vh - 146px);
    }

}

@media screen and (max-width: 1024px) {
    .banner-end-img {
        left: 57%;
    }

    .banner-start-img,
    .new-start-parent {
        right: 83%;
    }

    .our-region-section {
        padding: 50px 0 80px;
    }

    .latest-news .swiper-slide-active .news-img {
        height: 300px;
    }

    .news-img {
        height: 170px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2),
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(3),
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) {
        width: 48% !important;
        margin-bottom: 30px;
    }

    .who-we-section .swiper-grid-column>.swiper-wrapper {
        justify-content: space-between;
        padding: 0 12px;
        width: calc(100% - 24px) !important;
    }

    .who-box,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2) .who-box,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) .who-box {
        padding: 50px 20px;
    }

    .event-img {
        width: 150px;
        height: 150px;
    }

    .accordion-body,
    .accordion-button {
        padding-right: 300px;
    }

    .accordion-body {
        padding-bottom: 40px;
    }

    .accordion-button[aria-expanded="true"] {
        padding-top: 30px;
    }

    .banner-section {
        height: auto;
    }

    .banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-content .explore-btn {
        bottom: auto;
    }

}

@media only screen and (min-width: 1366px) and (max-height: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-section {
        height: auto;
    }

    .banner-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-content .explore-btn {
        bottom: auto;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-end-img {
        left: 56.5%;
    }
}

@media screen and (max-width: 992px) {
    .banner-start-img,
    .new-start-parent {
        right: 81%;
    }

    .banner-end-img {
        left: 55%;
    }

    .news-controls,
    .news-section .nav-pills {
        max-width: 950px;
    }

    .latest-fluid {
        margin-left: calc((100% - 970px) / 2);
    }
}

@media screen and (max-width: 991px) {
    .banner-end-img {
        left: 58%;
        transform: translateY(-20%);
    }

    .banner-start-img {
        right: 92%;
        width: 200px;
        height: 240px;
        bottom: -182%;
    }

    .new-start-parent {
        bottom: -182%;
        right: 92%;
    }

    .explore-btn {
        bottom: 130px;
    }

    .what-we-img {
        display: none;
    }

    .news-controls,
    .news-section .nav-pills {
        max-width: 710px;
    }

    .latest-fluid {
        margin-left: calc((100% - 730px) / 2);
    }

    .latest-news .swiper-horizontal>.swiper-pagination-progressbar,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .latest-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .latest-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 570px;
    }

    .latest-news .swiper-slide.swiper-slide-next {
        width: 29% !important;
    }

    .membership-section {
        padding: 100px 0;
    }

    .what-we-section .right-fix-col {
        padding-left: 12px;
    }

    .sign-section .section-line-title {
        margin-bottom: 50px;
    }

    .sign-section .section-line-title br {
        display: none;
    }

}

@media screen and (max-width: 834px) {
    .banner-start-img {
        right: 88%;
        width: 150px;
        height: 200px;
        bottom: -152%;
    }

    .new-start-parent {
        right: 88%;
        bottom: -152%;
    }

    .explore-btn {
        bottom: 100px;
    }

    .banner-end-img {
        left: 60%;
        transform: translateY(-12%);
        width: 350px;
        height: 250px;
    }

    .map-bg {
        width: 85%;
        top: 50px;
    }

    .our-region-content {
        max-width: 400px;
    }

    .latest-news .swiper-slide-active .news-img {
        height: 250px;
    }

    .news-img {
        height: 150px;
    }

    .map-bg .orange-map {
        bottom: 36%;
    }
}

@media screen and (max-width: 768px) {
    .banner-end-img {
        left: 55%;
    }

    .banner-start-img,
    .new-start-parent {
        right: 83%;
    }

    .map-bg {
        top: 65px;
    }
	
	.hampton-banner .desktop-image {
		display: none;
	}
}

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

    .banner-end-img {
        left: 58%;
        width: 350px;
        height: 250px;
        transform: translateY(0);
        position: relative;
        margin-bottom: 20px;
    }

    .banner-sub-content {
        margin: 20px 0;
    }

    .banner-start-img {
        position: relative;
        bottom: auto;
        right: 25%;
        width: 200px;
        height: 300px;
    }
    
    .new-start-parent {
        position: relative;
        bottom: auto;
        right: 0;
    }

    .explore-btn {
        top: 50%;
        transform: translateY(-50%);
        animation-name: unset;
        bottom: auto;
        left: 100px;
    }

    .who-we-section {
        padding: 45px 0 50px;
    }

    .who-box-wrap .swiper-wrapper .swiper-slide,
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(2),
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(3),
    .who-box-wrap .swiper-wrapper .swiper-slide:nth-child(4) {
        width: 100% !important;
    }

    .who-icon-svg svg {
        height: 76px;
        filter: drop-shadow(4px 2px 0px rgba(18, 114, 166, 0.2));
    }

    .who-box .h5 {
        font-size: 26px !important;
    }

    .who-content {
        margin-bottom: 15px;
    }

    .who-box-wrap .swiper {
        padding-top: 60px;
        width: calc(100% - 24px);
    }

    .latest-news .swiper {
        padding-bottom: 0;
        padding-top: 90px;
    }

    .who-we-section .swiper-button-next,
    .news-section .swiper-button-next {
        top: 25px;
        right: 0;
    }

    .who-we-section .swiper-button-prev,
    .news-section .swiper-button-prev {
        right: 50px;
        left: auto;
        top: 25px;
    }

    .who-we-section .swiper-horizontal>.swiper-pagination-progressbar,
    .who-we-section .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .who-we-section .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .who-we-section .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: calc(100% - 110px);
        top: 22px;
    }

    .news-section .swiper-horizontal>.swiper-pagination-progressbar,
    .news-section .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .news-section .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .news-section .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: calc(100% - 120px);
        top: 22px;
    }

    .what-we-item svg {
        height: 50px;
    }

    .what-we-item::before {
        height: 55px;
        left: -33px;
    }

    .what-we-item h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .what-we-item-content p {
        font-size: 20px;
    }

    .what-we-lists {
        padding-left: 30px;
    }

    .what-we-lists .what-we-item:first-child {
        padding-bottom: 40px;
    }

    .upcoming-content {
        margin: 10px 0 0 0;
    }

    .upcoming-accordion {
        margin: 20px 0 0 0;
    }

    .event-img {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .accordion-body {
        padding-right: 0;
        text-align: center;
    }

    .accordion-button::after,
    .accordion-button::before {
        width: 20px;
        right: 15px;
    }

    .accordion-button {
        padding-right: 50px;
    }

    .map-bg {
        top: auto;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .map-bg .orange-map {
        right: 6%;
        bottom: 32%;
        width: 30%;
    }

    .our-region-section {
        padding: 45px 0 0;
    }

    .membership-section {
        padding: 95px 0 100px;
    }

    .membership-section .blue-circle-button {
        margin: 10px 0 0 0;
    }

    .latest-fluid {
        margin-left: calc((100% - 540px) / 2);
    }

    .news-controls,
    .news-section .nav-pills {
        max-width: 520px;
    }

    .latest-news .swiper-slide.swiper-slide-active,
    .latest-news .swiper-slide.swiper-slide-next {
        width: 80% !important;
    }

    .latest-news .swiper-slide-active .news-img,
    .news-img {
        height: 265px;
    }

    .news-controls {
        bottom: auto;
        top: 0;
    }

    .latest-news {
        margin: 0;
    }

    .news-section .nav-pills {
        justify-content: flex-start;
        margin: 0 0 12px;
    }

    .news-section .nav-pills .nav-item:first-child .nav-link {
        padding-left: 0;
    }

    .news-section .nav-link {
        font-size: 16px;
    }

    .news-title a {
        font-size: 24px;
        line-height: 34px;
    }

    .news-section .nav-pills .nav-link.active,
    .news-section .nav-pills .show>.nav-link {
        padding-right: 50px;
    }

    .nav-pills .nav-link.active::after,
    .nav-pills .show>.nav-link {
        right: 0;
    }

    .our-region-content {
        max-width: 100%;
    }

    .what-we-lists .what-we-item:last-child {
        padding-bottom: 0;
    }

    .sign-section .section-line-title {
        margin-bottom: 20px;
    }

    .sign-section {
        padding: 45px 0 20px;
    }

    .sign-section .section-line-title {
        font-size: 30px;
    }

    .map-bg .orange-map~svg {
        width: 125%;
    }

    .home .partners-section {
        padding: 95px 0 40px;
    }

    .hampton-banner {
        height: 200px;
    }

}

@media screen and (max-width: 700px) {
    .banner-end-img {
        left: 52%;
    }

    .banner-start-img {
        right: 18%;
    }

    .explore-btn {
        left: 140px;
    }
}

@media screen and (max-width: 600px) {
    .banner-end-img {
        left: 42%;
    }

    .banner-start-img {
        right: 10%;
    }

    .explore-btn {
        left: 180px;
    }
}

@media screen and (max-width: 575px) {
    .banner-start-img {
        right: 3%;
    }

    .explore-btn {
        left: 225px;
    }

    .news-controls,
    .news-section .nav-pills {
        max-width: 100%;
    }

    .latest-fluid {
        margin-left: 0;
        padding-right: 0;
    }

    .news-section .nav-pills {
        padding-right: 12px;
    }

    .latest-news .swiper-slide.swiper-slide-active,
    .latest-news .swiper-slide.swiper-slide-next {
        width: 90% !important;
    }

    .news-section .swiper-button-prev {
        right: 62px;
    }

    .news-section .swiper-button-next {
        right: 12px;
    }

    .banner-content h1 br {
        display: none;
    }

    .map-bg .orange-map {
        bottom: 30%;
    }

    .accordion-item,
    .accordion {
        position: relative;
    }

    .upcoming-accordion {
        padding: 0;
    }

    .accordion-item {
        padding: 0 15px;
    }

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

}

@media screen and (max-width: 480px) {
    .banner-end-img {
        left: 28%;
    }
}

@media screen and (max-width: 425px) {
    .banner-end-img {
        left: 16%;
    }
}

@media screen and (max-width: 375px) {
    .banner-start-img {
        right: 5%;
    }
}

@media screen and (max-width: 320px) {
    .banner-start-img {
        width: 180px;
        height: 250px;
    }

    .news-section .nav-pills .nav-link.active,
    .news-section .nav-pills .show>.nav-link {
        padding-right: 30px;
    }

    .nav-pills .nav-link.active::after,
    .nav-pills .show>.nav-link {
        width: 20px;
    }

    .news-section .nav-link {
        font-size: 14px;
    }

    .banner-end-img {
        left: 7%;
    }

    .explore-btn {
        left: 190px;
    }

}