.page-header {
    padding: 3em 0;
    text-align: center;
    font-size: 24px;
    color: #aaaaaa;
}

.main-footer {
    background-color: #F8F8F8;
    padding: 0 0 59px;
}

.ft-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid #6f02b5;
}

.ft-menu {
    width: calc(70% - 15px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft-menu > .ft-menu-item {
    width: calc(25% - 15px);
}

.ft-menu .sub-menu li a {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 21px;
}

.ft-menu-item .menu-category {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
    display: block;
}

.ft-menu-item .menu-category .icon {
    display: none;
}

.ft-menu ul li a {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 21px;
}

.ft-menu ul li {
    margin-bottom: 16px;
}

.ft-menu ul li a:hover {
    color: #6f02b5;
}

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

.social-items li {
    margin-right: 16px;
}

.social-items li:last-child {
    margin-right: 0;
}

.social-items li a {
    background-color: #aaa;
    width: 32px;
    height: 32px;
    border-radius: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-items li a:hover {
    background-color: #6F02B5;
}

.ft-bottom {
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ft-bottom-link ul {
    display: flex;
    align-items: center;
}

.ft-bottom-link ul li {
    margin-right: 32px;
}

.ft-bottom-link ul li:last-child {
    margin-right: 0;
}

.ft-bottom-link ul li a {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 21px;
}

.ft-bottom-link ul li a:hover {
    color: #6f02b5;
}

.copiright {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 21px;
}

.s-app-directory {
    text-align: center;
    background-color: #F2F2F2;
    padding: 64px 0 40px;
}

.s-app-directory .s_title_main {
    margin-bottom: 24px;
}

.search-box {
    position: relative;
    max-width: 690px;
    margin: 24px auto 0;
}

.search-box .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
}

.search-box input {
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 16px 20px 16px 40px;
    border: none;
    color: #323232;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.search-box input::-webkit-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

.search-box input::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

.search-box input:-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

.search-box input:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

.app-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 56px;
    max-width: 668px;
    margin: 40px auto 0;
}

.app-card .top-info {
    display: flex;
}

.app-card .top-info .img-wrap {
    width: 80px;
    height: 80px;
    margin-right: 17px;
    overflow: hidden;
    border-radius: 16px;
}

.app-card .top-info .text-box {
    text-align: left;
}

.app-card .top-info .text-box .name {
    font-size: 28px;
    color: #323232;
    line-height: 30px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    margin-bottom: 2px;
}

.app-card .top-info .text-box .type {
    color: #af8ed8;
    font-size: 21px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 2px;
    font-family: "Fieldwork Geo", sans-serif;
}

.app-card .top-info .text-box .tag {
    color: #aaaaaa;
    font-size: 16px;
    display: block;
    line-height: 24px;
}

.card-description {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 32px;
}

.card-description p {
    color: #323232;
    font-size: 16px;
    line-height: 24px;
}

.app-card .small-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Fieldwork Geo", sans-serif;
    display: block;
    font-size: 12px;
    color: #aaaaaa;
    text-align: left;
}

.screenshots-slider {
    margin: 0 -4px;
}

.screenshots-slider .slide-item {
    margin: 0 4px;
}

.card-specifications {
    margin-top: 32px;
}

.card-specifications ul li {
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #323232;
    padding: 3px 0;
}

.card-specifications ul li .key {
    width: calc(40% - 15px);
    font-weight: 600;
}

.card-specifications ul li .value {
    width: calc(60% - 15px);
}

.card-button-container {
	text-align: center;
    margin-top: 30px;
	display: none;
}

.card-button-container button {
	display: flex;
    align-items: center;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    padding: 8px 17px 12px;
    border-radius: 40px;
    justify-content: center;	
    border: none;
}

.not-found {
    padding: 260px 0 230px;
}

.not-found h3 {
    color: #aaaaaa;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    margin-bottom: 16px;
}

.not-found p {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 24px;
}

.screenshots-slider .slider_arrow.slider_next {
    right: -5px;
}

.screenshots-slider .slider_arrow.slider_prev {
    left: -5px;
}

.s-news-blog {
    background-color: #2C0056;
    color: #ffffff;
    display: none;
}

.s-news-blog .first_s_top_title h3 {
    border-bottom: 1px solid #705D83;
}

.blog-item {
    border-bottom: 1px solid #F8FCF5;
    margin-bottom: 32px;
    padding-bottom: 36px;
}

.blog-item:last-child {
    border: none;
}

.blog-item .img-wrap {
    margin-bottom: 20px;
}

.blog-item .blog-category {
    font-size: 14px;
    line-height: 21px;
    color: #62d3ca;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-item .blog-title {
    font-size: 28px;
    color: #ffffff;
    line-height: 30px;
    font-family: "Fieldwork Geo", sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.blog-item .blog-title:hover {
    opacity: 0.6;
}

.author-date {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.author-date span {
    text-transform: capitalize;
}

.title-custom {
    font-size: 21px;
    line-height: 23px;
    font-weight: 700;
    color: #6f02b5;
    border-bottom: 1px solid #F3F3F3;
    font-family: "Fieldwork Geo", sans-serif;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.posts-items {
    padding: 28px 0 28px;
}

.post-item {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.post-item .text-box {
    width: calc(60% - 10px);
}

.post-item .img-wrap {
    width: calc(40% - 10px);
    display: flex;
}

.posts-items .post-item img {
    border-radius: 8px;
    width:100%;
    height:100%;
}

.post-item .post-small {
    font-size: 14px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    line-height: 21px;
    display: block;
    margin-bottom: 3px;
    color: #6f02b5;
}

.post-item .post-title {
    font-size: 18px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    line-height: 21px;
    color: #323232;
    display: inline-block;
    margin-bottom: 10px;
    font-kerning: none;

}

.post-item .post-title:hover {
    opacity: 0.6;
}

.s-single-blog-post {
    padding-bottom: 56px;
}

.single-devices .s-single-blog-post {
    text-align: center;
}

.s-single-blog-post .s_title_top {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

.s-single-blog-post .middle_font_title {
    text-align: center;
    font-size: 2.25em;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}

.s-single-blog-post .author-date {
    text-align: center;
    margin-top: 10px;
}

.s-single-blog-post .social-items {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 16px;
}


.post-content {
    max-width: 750px;
    margin: 0 auto;
}

.post-content .top-img {
    margin-bottom: 32px;
}

.post-thumbnail img{
    height: auto;
}

.post-content h1,h2,h3,h4,h5,h6 {
    font-family: "Fieldwork Geo", sans-serif;
    font-weight: 700;
    color: #323232;
    line-height: 1.1;
}

.post-content h1{
    font-size: 3em;
    margin: 1.5em 0 0.75em 0;
}

.post-content h2{
    font-size: 1.75em;
    margin: 1.25em 0 0.5em 0;
}

.post-content h3{
    font-size: 1.5em;
    font-weight: 700;
    margin: 1.25em 0 0.25em 0;
}

.post-content h4{
    font-size: 1.15em;
    font-weight: 600;
    margin: 1.25em 0 0.25em 0;
}

.post-content h5{
    font-size: 1em;
    font-weight: 600;
    margin: 1em 0 0.25em 0;
}

.post-content h6{
    font-size: 0.85em;
    font-weight: 600;
    margin: 1em 0 0.25em 0;
}

.post-content p {
    line-height: 1.75;
    margin: 0.5em 0 1.75em 0;
	color: #323232;

}

.post-content ol {
    padding-left: 0;
    margin: 0.5em 0 1.75em 0;
}

.post-content ol li {
    font-size: 1em;
    line-height: 1.75;
    margin-left: 1em;
    padding-left: 0.5em;
}

.post-content ul {
    padding-left: 1em;
    margin: 0.5em 0 1.75em 0;  
}

.post-content ul li {
    margin: 0.5em 0 0.5em 0;
    list-style-type: disc;
}

.post-content ul li ul li{
    list-style-type: circle;
}

.post-content a {
    text-decoration: underline;
}

.post-content a:hover {
    color: #6f02b5;
}

.post-content .img-wrap {
    margin-bottom: 32px;
}

.post-content img {
    height: auto;
}

.post-content blockquote {
    margin: 2em auto;
    max-width: 90%;
    font-size: 1.4em;
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 600;
    border-left: 2px solid #6f02b5;
    color: #323232;
    padding-left: 1.5rem;
}

.post-content blockquote p {
   line-height: 1.4;
}

.post-content hr{
    margin: 2rem auto;
    max-width: 10rem;
    border-top: 1px solid rgba(0,0,0,.15);
}

.post-content .opening-paragraph {
    font-family: 'Fieldwork Geo', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.6;
	color:#3f3f3f;
}

.post-content .opening-paragraph a {
	text-decoration-color: #6f02b5;
}


.related-article {
    background-color: #F4F0F7;
    padding-top: 24px;
}

.related-article .title-custom {
    border: none;
    margin: 0;
    padding: 0;
}

.related-article .posts-items {
    padding-bottom: 0;
}

.related-article .post-item:last-child {
    border: none;
    margin-bottom: 0;
}

.s-comments {
    background-color: #4A0084;
    padding-top: 24px;
    padding-bottom: 140px;
}

.s-top-title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    line-height: 23px;
}

.comment-box {
    margin-top: 32px;
}

.comment-item {
    padding-top: 9px;
    border-top: 1px solid #9F97A5;
    margin-bottom: 40px;
}

.comment-item .name {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.comment-item .date {
    font-size: 14px;
    line-height: 21px;
    color: #af8ed8;
}

.comment-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
}

.comment-item .reply {
    display: flex;
    font-size: 16px;
    color: #ffffff;
    line-height: 17px;
    align-items: center;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    margin-top: 20px;
}

.comment-item .reply:hover {
    opacity: 0.6;
}

.comment-item .reply .icon {
    display: flex;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.comment>.comment {
    padding-left: 30px;
    padding-top: 40px;
}

.comment-notes,
.logged-in-as {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #fff;
}

.checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    height: 17px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border-radius: 2px;
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #4A0084;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment-respond,
.leave-comment-box {
    border-top: 1px solid #9382A1;
    padding-top: 20px;
}

.form-group {
    margin-bottom: 32px;
}

.form-group.mb0 {
    margin-bottom: 0;
}

.form-group .input-label {
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    font-size: 12px;
    color: #ffffff;
    display: block;
    margin-bottom: 16px;
}

.comment-respond .checkbox,
.leave-comment-box .checkbox {
    margin-top: 10px;
}

input,
textarea {
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 13px 10px;
    border: none;
    border-radius: 2px;
    font-family: inherit;
    font-size: 14px;
    color: #aaaaaa;
}


textarea {
    height: 96px;
}

.comment-respond form,
.leave-comment-box form {
    margin-top: 24px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}

.btn {
    color: #ffffff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 100px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    font-size: 16px;
    padding: 9px 15px 12px 15px;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: #fff;
    color: #4a0084;
}

.s-vertical {
    background-image: url(../img/image-vertical.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
    background-position: center;
    padding: 30px 0;
    text-align: center;
}

.purple-light {
    background-color: #F4F0F7;
}

.green-light {
    background-color: #F0FAF9;
}

.s-wide {
    padding: 36px 0 32px;
}

.s-big-title {
    text-align: center;
    color: #6f02b5;
    font-size: 38px;
    line-height: 41px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
}

.card-verticals {
    margin-top: 40px;
}

.card-vertical {
    margin-bottom: 16px;
}

.card-vertical .img-wrap {
    display: flex;
}

.card-vertical+.card-vertical-top-title {
    margin-top: 48px;
}

.card-vertical .text-box {
    padding: 16px 16px 25px 16px;
    background-color: #fff;
}

.card-vertical .text-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #aaaaaa;
}

.card-vertical .text-box .download {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6f02b5;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
}

.card-vertical .text-box .download:hover {
    opacity: 0.6;
}

.card-vertical .text-box .download .icon {
    display: flex;
    margin-right: 10px;
}

.card-vertical-top-title {
    font-size: 21px;
    color: #323232;
    line-height: 23px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    margin-bottom: 23px;
}


.green-light .s-big-title {
    color: #62d3ca;
}

.s-request {
    text-align: center;
    padding: 32px 0;
    background-color: #F4F0F7;
}

.s-request .title-custom {
    border: none;
    padding-bottom: 0;
    margin-bottom: 17px;
    font-size: 28px;
}

.s-comments .s-top-title {
    color: #62d3ca;
}

.comment-respond .s-top-title,
.leave-comment-box .s-top-title {
    color: #ffffff;
}

.s-request p {
    font-size: 16px;
    line-height: 24px;
    color: #aaaaaa;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 24px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
}

.btn.btn-purple {
    background: #6F02B5;
    border: none;
    padding: 10px 48px 11px 48px;
}

.btn.btn-purple:hover {
    color: #ffffff;
    opacity: 0.6;
}

.btn-outline-purple {
	font-family: 'Fieldwork Geo', sans-serif;
	font-weight: 600;
    border: 2px solid #6f02b5;
	border-radius: 40px;
	color: #6f02b5;
    padding: 11px 58px;
	display:inline-block;
}

.btn-outline-purple:hover {
	background: #6F02B5;
	color: #ffffff;
}

.s-press-releases{
    padding: 68px 0 48px;
}

.big-font-title {
    color: #323232;
    font-weight: 700;
    font-family: "Fieldwork Geo", sans-serif;
    font-size: 38px;
    line-height: 41px;
    text-align: center;
}

.release-items {
    margin-top: 44px;
}

.release-item {
    width: calc(100% + 30px);
    display: block;
    position: relative;
    margin-left: -15px;
    padding: 23px 15px;
}

.release-item:hover {
    background-color: #F7F3F9;
}

.release-item::before {
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    bottom: 0;
    background-color: #ECECEC;
}

.release-item:last-child::before {
    display: none;
}


.release-item .date {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 15px;
}

.release-item h5 {
    font-size: 21px;
    line-height: 23px;
    color: #323232;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    margin-bottom: 10px;
    margin-top: 0;
}

.release-item p {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 24px;
}

.view-all {
    text-align: center;
    margin-top: 15px;
}

.view-all a {
    display: inline-block;
    color: #6f02b5;
    font-size: 16px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
}

.view-all a:hover {
    opacity: 0.6;
}

.grey-light {
    background-color: #F8F8F8;
}

.s-contact .s_title_top,
.s-contact .s_title_main,
.s-contact .s_title_bottom {
    text-align: center;
}

.s-contact {
    padding-top: 40px;
}

.our-offices {
    margin-top: 50px;
}

.our-offices .middle_font_title {
    text-align: center;
    margin-bottom: 40px;
}

.offices-item {
    padding: 10px;
}

.offices-item .location {
    text-align: center;
    font-size: 21px;
    color: #6f02b5;
    line-height: 23px;
    font-weight: 600;
    font-family: "Fieldwork Geo", sans-serif;
    margin-bottom: 30px;
}

.offices-item .offices-details-box {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.offices-item .offices-details-box .map {
    width: 100%;
    height: 334px;
}

.offices-item .offices-details-box ul {
    padding: 24px 16px;
}

.offices-item .offices-details-box li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.offices-item .offices-details-box li .icon {
    display: flex;
    margin-right: 15px;
}

.offices-item .offices-details-box li .text {
    font-size: 16px;
    line-height: 24px;
    color: #aaaaaa;
}

.offices-item .offices-details-box li .text a {
    color: #aaaaaa;
}

.offices-slider {
    margin: 0 -10px;
}

.offices-slider .slider_arrow {
    top: 22px;
}

.btn.btn-white {
    background-color: #fff;
    color: #6f02b5;
    border: 2px solid #fff;
}

.btn.btn-white:hover {
    background: transparent;
    color: #ffffff;
}

.simple_text_btn_s.two_btns .btn_wrpr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0 10px;
}

.simple_text_btn_s.two_btns .btn_wrpr .btn {
    display: inline-block;
    max-width: 218px;
    width: 100%;
    margin: 0 12px 8px 12px;
}

.s-big-title.green-title {
    color: #62d3ca;
}

.s-big-title.purple-title {
    color: #6f02b5;
}

.s-big-title.black-title {
    color: #323232;
}

.vertical_circles_s .s-big-title {
    font-weight: 700;
}

.partners_bussiness_posts,
.apps_with_search {
    background-color: #F8F8F8;
}

.partners_bussiness_posts {
    padding: 50px 0 70px;
}


.s_center_p.mt-50 {
    margin-top: 50px;
}

.s-newsletter {
    padding: 50px 0;
    background-image: linear-gradient(to bottom, #4a0084, #2c0056);
    text-align: center;
    color: #ffffff;
}

.s-newsletter .s_title_main_min{
    color: #62d3ca;
    margin-bottom: 32px;
    margin-top: 0;
}

.s-newsletter .s_center_p{
    color: #ffffff;
    margin-bottom: 40px;
    margin-top: 0;
}

.s-newsletter form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.s-newsletter form .form-group{
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 470px;
    width: 100%;
}
.s-newsletter form .form_group{
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 470px;
    width: 100%;
}
.s-newsletter form .mc4wp-form-fields {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.s-newsletter form .btn-wrapp {
    max-width: 30%;
    width: 100%;
}

.s-newsletter form .btn{
    border-radius: 4px;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
    color: #62d3ca;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.s-newsletter form .btn:hover{
    background-color: transparent;
    color: #ffffff;
}

.s-newsletter .newsletter-btm-descr{
    font-size: 16px;
    opacity: 0.6;
    margin-top: 16px;
    line-height: 24px;
}

.s_title_bottom.little{
    max-width: 545px;
    margin: 0 auto;
    line-height: 23px;
    font-size: 21px;
    margin-top: 10px;
}

.section_titles.mb80{
    margin-bottom: 80px;
}

.s-top-default{
    background-color: #F4F0F7;
    padding: 92px 0 121px;
    text-align: center;
}

.content-default{
    max-width: 750px;
    margin: 0 auto;
}
.content-default ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.content-default ul {
    list-style-type: disc;
}
.content-default h4{
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 30px;
}

.content-default p,
.content-default {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 30px;
    word-break: break-word;
}

.s-default{
    padding: 64px 0;
}

.content-default h1, h2, h3, h4, h5, h6 {
    font-family: 'Fieldwork Geo';
}
.s-default p a {
	color: #6f02b5;
}

.s-default p a:hover {
	text-decoration: underline;
}

.item_img_wrap {
    display: block;
    /* height: 287px; */
} 
.post-content .has-kai-os-background-color,
.has-kai-os-background-color,
.post-content .wp-block-button__link,
.wp-block-button__link { 
    background-image: linear-gradient(to bottom, #851dd6, #4a0084);
    color: #fff;
}
.post-content .has-white-color,
.has-white-color {
    color: #fff;
}
.team_s {
    padding-top: 50px;
}
div.wpcf7 .ajax-loader{
    display: none !important;
}
.footer_newsletter_form .wpcf7-not-valid-tip{
    display: none !important;
}
.footer_newsletter_form .wpcf7-not-valid{
    border: 1px solid #ff0000;
}
.footer_newsletter_form div.wpcf7-response-output{
    margin-top: 0px;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
    border: none;
}

.partners_bussiness_item .img_wrpr{
    transition: transform .2s;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    position: relative;
}
.partners_bussiness_item .img_wrpr:hover{
    transform: translateY(-50%) scale(1.3);
}
.fancybox-slide--video .fancybox-content {
    width  : 946px;
    height : 532px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
    background: #191919;
    border: solid 5px #fff;
    border-radius: 5px;
}
.s_single_vert_title {
    height: 272px;
    background: #f4f0f7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_single_vert_title .section_title {
    color: #6f02b5;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    font-family: 'Fieldwork Geo';
}
.s_press_release {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 72px;
}
.s_press_release .section_header {
    display: flex;
    justify-content: flex-end;
    padding: 32px 0 24px;
}
.s_press_release .section_header .select {
    min-width: 120px;
}
.press_release_item {
    display: flex;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #dbdbdb;
}
.press_release_items_wrpr .press_release_item:last-child {
    border-bottom: 0;
}
.press_release_item .item_title {
    font-family: 'Fieldwork Geo';
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #323232;
    width: 100%;
    flex: 1;
}
.press_release_item .item_date {
    font-weight: 600;
    font-size: 12px;
    color: #aaa;
    width: 200px;
    text-align: left;
    margin-top: 4px;
}
.press_release_item:hover .item_title {
    color: #6f02b5;
}
.s-request.press_room_p p {
    margin-bottom: 39px;
}
.s-request.press_room_p .btnw-wrap {
    display: flex;
    justify-content: center;
}
.s-request.press_room_p .btnw-wrap .btn {
    display: block;
}

.s-pres-kit .img-wrap {
    display: flex;
}

.s-pres-kit img {
    width: 100%;
    height: 100%;
}

.s_not_found {
    background: #f8f8f8;
    min-height: calc(100vh - 68px);
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s_not_found .section_title {
    font-family: 'Fieldwork Geo';
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #323232;
    text-align: center;
    margin-bottom: 16px;
}
.s_not_found .section_subtitle {
    font-size: 16px;
    color: #aaa;
    line-height: 24px;
    text-align: center;
    max-width: 554px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.s_not_found form {
    width: 100%;
    max-width: 554px;
    margin: 0 auto;
}
.s_not_found .input_with_icon {
    width: 100%;
    position: relative;
}
.s_not_found .input_with_icon .btn_search_icon {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 0;
    background: url(../img/search-icon.svg) no-repeat center;
}
.s_not_found .input_with_icon .btn_search_icon:hover {
    opacity: 0.6;
}
.s_not_found .input_with_icon .input_text {
    color: #323232;
}
.anr_captcha_field {
    padding: 32px 0 25px;
}
.comment-form .btn{
    width: auto;
}


/* correction of style for Download - 2024-03-13 */
.download-box{
	width:340px !important;
	text-align:left !important;
	position:relative; 
	margin:1em 0.5em !important;
	display: inline-block !important;
	vertical-align: top !important;
}

.download-box h2{
	margin:.5em 0 !important;
	font-size: 1.25em;
}

.download-box img.wp-post-image{
    height: auto !important;
}

.download-title {
	font-size: 0.75em;
	font-weight: 800;
	display: inline-block;
}

.download-title .download-spec{
	opacity:.8;
	font-weight: normal;
}

.download-title a {
	color: #6f02b5;
}
.download-title a:hover {
	color: #af84d4;
}

.download-box-content .download-button a {
    background-color: #6f02b5;
}

/**/
.download-button{
	font-size:1em !important;
	font-weight: bold !important;
	background-color:#6f02b5 !important;
	background-image:-webkit-linear-gradient(#851dd6,#6f02b5,#4a0084) !important;
	background-image:-moz-linear-gradient(#851dd6,#6f02b5,#4a0084) !important;
	border:1px solid #4a0084 !important;
}

.download-button:hover{
	background-color:#6f02b5 !important;
	background-image:-webkit-linear-gradient(#6f02b5,#4a0084) !important;
	background-image:-moz-linear-gradient(#6f02b5,#4a0084) !important;
}


.download-button .download-spec{
	opacity:.8;
	font-weight: normal;
}
/**/


.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #decded;
  color: #851dd6;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.callout-sms {
	margin: 1.5em 0;
	padding: 0.75em 1em;
	font-weight: 400;
	font-family: "Fieldwork Geo", sans-serif;
	border-left: 3px solid #decded;
	background: #f8f8f8;
	color: #666666;
	line-height: 1.4;
	max-width: 95%;
}

.grecaptcha-badge {
	visibility: hidden;
}

.wpcf7-form label {
	line-height: 1.4;
	font-size: 0.75em;
	font-weight: 600;
	
}

.wpcf7-form .intro_message {
    font-family: 'Fieldwork Geo', sans-serif;
	font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4;
	text-align: center;
}

.wpcf7-form .alert_text {
	text-align: center;
    color: #585858;		
}

.wpcf7-form .alert_text a {
	text-decoration: underline;
}

.wpcf7-form .alert_text a:hover {
    color: #6f02b5;		
}

.wpcf7-form .radio {
	margin: 1em;
}

.wpcf7-form #required {
color: #aaaaaa;
}


