@media(min-width: 991px) {
	.admin-bar header.header {
	    margin-top: 30px;
	}

	header.header {
		position: fixed;
	    transition: .3s ease-in-out all;
	    padding: 24px 60px;
	}

	header.header.fixed {
	    background: #fff;
	    padding: 15px 60px;
	    box-shadow: 0px 4px 10px rgb(0 0 0 / 8%);
	}

	.header__body.fixed-wrap {
	    transition: .3s ease-in-out all;
	    transform: translateY(0px);
	    box-shadow: unset;
	    border: unset;
        padding: 20px 0px 14px;
	}
}

li.article__form,
.section__form {
    flex-direction: column;
}

.article__form span.custom-title, 
.section__form span.custom-title {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 24px;
    clear: both;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.search-result-article__content {
    display: flex;
    align-items: baseline;
    gap: 29px;
}

li.search-result-article {
    margin-bottom: 15px;
}

li.search-result-article .link-arrow {
    color: #e63312;
    font-size: 14px;
}

li.search-result-article .link-arrow:after {
    width: 18px;
    background-image: url(/wp-content/themes/cognito-media/img/readmore-icon.svg);
    top: 12px;
}

.section-features {
    padding: 90px 0 90px;
}

.section-sectors, 
.section-services {
    padding: 90px 0 90px;
}

.section-location {
    padding-bottom: 90px;
    background: #eef1f2;
}

.section-intro+.section-services {
    padding: 71px 0 70px;
}

.section-services+p+.section-related-case,
.section-services+p+.section-related-case {
	padding: 0 0 90px;
}

.section-text-image {
    padding: 30px 0 90px;
}

.section-text-image+.section-articles {
    padding-top: 0;
}

.section-articles {
	padding-bottom: 90px;
}

body .section-sectors {
	padding: 90px 0 90px;
}

.section-members {
	padding-bottom: 90px;
}

.single-app_sector .section-intro~h2.wp-block-heading, .single-app_service .section-intro~h2.wp-block-heading {
    padding: 0 0 50px;
    background: #fff;
}

.cta-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    background: #f2f6f5;
    padding: 25px 35px;
    margin-bottom: 50px;
}

.cta-text {
    font-size: 18px;
    font-weight: 500;
}

h3.accordionItemHeading {
    margin-bottom: 20px;
}

.accordionWrapper {
    margin-top: 15px;
}

.hs_submit.hs-submit {
    text-align: left;
    margin-top: 30px;
}

.page-id-80 .section-intro .section__entry {
    width: 30%;
}

.page-id-80  .section-intro .section__entry {
    width: 33%;
}

.page-id-135 .member__search.section__search {
    display: none;
}

.section-members .section__top {
    padding-top: 35px;
}

.section__text.aos-init.aos-animate {
    padding-left: 5px;
}

.wrapper {
    padding-top: 190px;
}

.btn-scroll-to {
    bottom: -20px;
}

.section-contact:after {
    bottom: 0;
}

.footer .footer__form {
    padding: 50px 0;
}

.footer__form span.custom-title {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 24px;
    clear: both;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero__actions .btn-video {
	display: none;
}

.section-services .section__head .btn {
    display: none;
}

.section-members .section__boxes {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.section-members .section__box {
    text-align: center;
    width: auto;
    flex: 1 1 23%;
    padding: 39px 20px 66px;
    background: #eef1f2;
    border-radius: 5px;
    position: relative;
    max-width: 234px;
}

.section-members .section__entry a {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 190px;
    margin: 0 auto;
    bottom: 15px;
}

.member-hero {
    padding: 90px 0 101px;
}

.section-features .section__head p {
    max-width: 774px;
}

@media(min-width: 991px) {

    .section-intro .shell {
        position: relative;
        top: 30px;
    }

	.section-awards-gallery .section__body div {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 6px;
	}

	.section-awards-gallery .section__body div {
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.section-awards-gallery .section__body div div {
	    width: auto;
	    min-width: unset;
	    max-width: 210px;
	    flex: 1 1 15%;
	}

	.section-hero-location {
	    position: relative;
	    padding: 170px 0 66px;
	}
}

.section-testimonials .slick-slide.slick-active {
    flex-direction: column;
}

.section-testimonials .section__slider p.title {
    font-size: 18px;
}


.section-hero-location {
    top: -15px;
}

.section-articles {
	position: unset;
}

.single.single-post .section-default > .shell {
	max-width: 100%;
}
  
.single-post .section__content .article-single {
	max-width: 1070px;
	margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-article-recent {
    padding: 0px 0 90px;
}

.section-awards-gallery {
    padding: 10px 0 70px;
}

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

.section-cols .section__col h3 {
    padding-top: 0;
    line-height: 54px;
}

.section-intro.section-intro--stats+.section-text-image {
	padding-top: 140px;
}

.section-post-body {
    padding: 70px 0 90px;
}

.single-app_location .section-cols {
	padding: 40px 0 90px;
}

.location-services {
	padding-bottom: 90px;
}

.section-map {
	padding-bottom: 110px;
}

.section-intro+.section-contact {
	padding-top: 90px;
}

/* Map */
.custom-dot {
    position: absolute;
    width: 51px;
    height: 51px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    transition: background .4s .4s;
}

.custom-dot:before, .custom-dot:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

.custom-dot:before {
	content: '';
    z-index: 3;
    width: 14px;
    height: 14px;
    background: #000;
}

.custom-dot:after {
	content: '';
    z-index: 2;
    width: 33px;
    height: 33px;
    background: #e63312e8
}

.pin .pin__body {
    z-index: 4;
}

.search-results .articles>li:nth-child(5n+1) {
    grid-area: unset;
}

.section-features .section__head p {
    text-align: justify;
}

.section-blocks-title-text-icon .block-title {
    font-family: "Helvetica Now Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.5%;
    margin-bottom: 20px;
}

.section-blocks-title-text-icon .block-text {
    font-family: "Helvetica Now Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.block {
    padding: 25px 40px;
    border: 1px solid;
    border-radius: 6px;
    flex: 1 1 22%;
    position: relative;
}

.section-blocks-title-text-icon .section__body {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.hero+.section-blocks-title-text-icon {
    margin-top: 50px;
}

section.section-blocks-title-text-icon {
    background: #fff;
    padding: 90px 0 0;
}
 
.section-blocks-title-text-icon .section__head {
    margin-bottom: 25px;
    text-align: center;
}

img.block-icon {
    position: absolute;
    top: 25px;
    right: 15px;
}

section.section-services.grid a {
    text-decoration: unset;
}

section.section-services.grid .service {
    background: unset;
    border: 0.5px solid #141414;
    margin: 0;
    flex: 46%;
    max-width: 630px;
}

section.section-services.grid .section__services {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
}

/* Vacancy */
article.vacancy-single {
    background: #fff;
    padding-bottom: 90px;
}

.vacancy-single h2 {
    font-family: "Helvetica Now Display";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
}

article.vacancy-single ul li {
    padding: 6px 0;
}

/* Section 1 */

.section-1.section-half-title-half-text-wrap {
    background: #fff;
}

.section-1.section-half-title-half-text-wrap .section__body {
    padding: 90px 0;
}

.section-1.section-half-title-half-text-wrap .section__entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
}

.section-1.section-half-title-half-text-wrap .section-text {
    max-width: 100%;
}

/* Section 2 */

.section-2.section-text-wrap {
    background: #fff;
}

.section-2.section-text-wrap .shell {
    border-radius: 8px;
    background: #EEF1F2;
    padding: 50px 0;
}

.section-2.section-text-wrap .section__entry {
    max-width: 995px;
    margin: 0 auto;
}

/* Section 3 */
.section-3.section-half-title-half-text-wrap {
    margin-top: 76px;
    padding: 195px 0 87px;
    background-image: url(/wp-content/themes/cognito-media/resources/images/cognito-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-3.section-half-title-half-text-wrap .section__entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
}

.section-3.section-half-title-half-text-wrap .section-text {
    max-width: 545px;
}

/* Section 4 */
.section-4.section-text-wrap {
    margin-top: 60px;
}
.section-4.section-text-wrap ul {
    list-style-position: inside;
}

.section-4.section-text-wrap .shell {
    border-radius: 8px;
    background: #004C96;
    padding: 60px 0 70px;
}

.section-4.section-text-wrap .shell * {
    color: #fff;
}

/* Section 5 */
.section-5.section-half-title-half-text-wrap {
    margin-top: 120px;
}

.section-5.section-half-title-half-text-wrap .section__entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
}

.section-5.section-half-title-half-text-wrap .section-text {
    max-width: 550px;
    height: 450px;
    display: flex;
    align-items: center;
    display: block;
}

.section-5.section-half-title-half-text-wrap .section-text:before {
    content: '';
    position: absolute;
    left: -60px;
    width: 100vh;
    height: 100%;
    background-image: url(/wp-content/themes/cognito-media/resources/images/cognito-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* Section 6 */

.section-6.section-half-title-half-text-wrap {
    margin-top: 10px;
}

.section-6.section-half-title-half-text-wrap .shell {
    border-radius: 8px;
    background: #EEF1F2;
    padding: 80px 0 100px;
}

.section-6.section-half-title-half-text-wrap .section__entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
}

.section-6.section-half-title-half-text-wrap .section-text {
    max-width: 640px;
}

/* Section 7 */
.section-7.section-text-wrap {
    margin-top: 90px;
}

.section-7.section-text-wrap ul {
    list-style-position: inside;
}

/* Section 8 */
.section-8.section-half-title-half-text-wrap {
    margin-top: 76px;
    padding: 195px 0 87px;
    background-image: url(/wp-content/themes/cognito-media/resources/images/cognito-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-8.section-half-title-half-text-wrap .section__entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
}

.section-8.section-half-title-half-text-wrap .section-text {
    max-width: 545px;
}

/* Section 9 */
.section-9.section-half-title-half-text-wrap {
    margin-top: 60px;
    margin-bottom: 90px;
}

.section-9.section-half-title-half-text-wrap .shell {
    border-radius: 8px;
    background: #004C96;
    padding: 60px 0 70px;
    position: relative;
}

.section-9.section-half-title-half-text-wrap .shell * {
    color: #fff;
}

.section-9.section-half-title-half-text-wrap .section__entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
}

.section-9.section-half-title-half-text-wrap .section-text {
    max-width: 685px;
}

.section-9.section-half-title-half-text-wrap .section-bottom-svg svg {
    width: 100%;
    position: absolute;
    bottom: 0;
}


.section-about {
    background: #004c96;
    padding: 70px 0;
}

.search-result-article__content h6 {
    display: none;
}

.page-id-133 .wp-block-spacer+.section-text-image {
    padding: 90px 0 90px;
}

section.section-logos-loop .logo-item {
    max-height: 120px;
}

section.section-logos-loop .logo-item a {
    display: flex;
    max-height: 120px;
    align-items: center;
    justify-content: center;
}

section.section-logos-loop .logo-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section.section-posts.latest-news {
    margin: 166px 10px 0;
    padding: 0;
}


section.custom-swiper-slider {
    background: #fff;
    padding: 70px 0 0px;
}

.custom-swiper-slider .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.custom-swiper-slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-button-prev, .swiper-button-next {
    color: #d34529 !important;
}

span.swiper-pagination-bullet {
    background: #d44528;
}

@media(max-width:767px) {
	.section-members .section__box {
	    flex: 1 1 30%;
	}


    .section-2.section-text-wrap .shell {
        padding: 20px;
    }

    .section-4.section-text-wrap .shell {
        padding: 40px 20px;
    }

    .section-5.section-half-title-half-text-wrap {
        margin: 50px 0;
    }

    .section-5.section-half-title-half-text-wrap .section-text {
        height: auto;
    }

    .section-6.section-half-title-half-text-wrap .shell {
        padding: 20px 40px;
    }

    .section-9.section-half-title-half-text-wrap .shell {
        padding: 40px;
    }

    .section-9.section-half-title-half-text-wrap {
        margin-bottom: 0;
    }

    .cta-wrap {
        flex-direction: column;
    }

    section.section-posts.latest-news .section__columns .section__column-left .section__box .section__image {
        height: 275px;
    }

    section.section-posts.latest-news .section__columns .section__box .section__entry .excerpt {
        display: none;
    }
}

@media(max-width:545px) {
    .section-members .section__box {
        flex: 50%;
    }
}


@media(max-width:440px) {
	.section-members .section__box {
	    flex: 100%;
	    max-width: 100%;
	}
}


.section-1.section-half-title-half-text-wrap ul {
    padding-left: 20px;
}

.section-1.section-half-title-half-text-wrap p {
    margin-bottom: 10px;
}

.section-1.section-half-title-half-text-wrap p * {
    font-size: 16px !important;
}

.article-single ul {
    padding-left: 20px;
}

section.section-hero-location .section__form {
    width: 34.78%;
    min-height: 324px;
}

section.section-hero-location .section__form > div {
    background: #ffffffc9;
    padding: 20px;
    border-radius: 8px;
}


section.section-posts.latest-news .section__columns .section__box .section__entry {
    padding-right: 30px;
}

@media(max-width:767px) {
    section.section-hero-location .section__form {
        width: 100%;
        min-height: 100%;
    }
}

.members-listing li {
    align-self: start;
}

p, ul, ol, dl, hr, table, blockquote {
    margin-bottom: 1em;
}

.section-accordion-wrap {
    background: #eef1f2;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
}

.accordion-item-wrap {
    margin-top: 15px;
}

.accordion-item-wrap h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.accordion-podcast-title {
    font-size: 22px;
    font-weight: 600;
}


.author-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.author__wrap.aos-init.aos-animate {
    margin: 0;
}

section.author-box {
    border-radius: 10px;
    background: #eef1f2;
}

.author-box .author__wrap div ul {
    padding: 0;
}

.author__wrap .socials ul {
    padding: 0;
    list-style: none !important;
    display: flex;
    gap: 20px;
}

.author-box .author__wrap h6 {
    margin-bottom: 15px;
}

.section-location .section__wrap {
    padding: 98px 50px 0;
}

.footer .socials ul {
    display: flex;
}

.member__head {
    position: relative;
}

.language-switcher ul {
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 0;
}

.language-switcher {
    position: absolute;
    right: 0;
    top: 15px;
}

.language-switcher ul li, .language-switcher ul a {
    color: #d54528;
    font-weight: 600;
}

@media(max-width: 1500px) {
    .section-location .section__body ul.section__list li a {
        font-size: 14px;
        padding: 12px 26px;
    }
}

@media(min-width: 1200px) {
    .hero__entry p {
        font-size: 22px;
        margin-bottom: 50px;
    }
}

@media(max-width:545px) {
    .pin .pin__dot {
        display: none;
    }

    .language-switcher {
        position: unset;
    }
}