/*
 THEME NAME: DigiTheme
 AUTHOR: Digilite Web Solutions
 VERSION: 3.0
 */

/*FONTS*/

/*DEFAULT CSS*/
* {
    outline: none !important;
    text-decoration: none !important;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #333333;
    /*overflow-x: hidden;*/
}

.mobile-t {
    display: none;
}

.mobile-d {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Serif', serif;
}

a,
a:hover,
a:focus {
    color: #333333;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.transition {
    transition: .5s;
}

.relative-parent {
    position: relative;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.alpha {
    padding-left: 0;
}

.omega {
    padding-right: 0;
}

.page-404 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 6px 0px 5px;
    text-align: left;
}

img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

.container-fluid {
    padding-right: 5vw;
    padding-left: 5vw;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'PT Serif', serif;
    font-weight: 400;
}

.h1 {
    font-size: 48px;
    line-height: 64px;
}

.h2 {
    font-size: 56px;
    line-height: 72px;
}

.h3 {
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}

.h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}

.subtitle {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #853657;
}

section {
    margin-bottom: 80px;
}


.subscribe-form .frm_forms input {
    max-width: 220px !important;
    border-radius: 0 !important;
}

.subscribe-form #frm_form_2_container .frm_form_title {
    display: none !important;
}

.subscribe-form .frm_fields_container {
    display: flex !important;
    justify-content: start;
    align-items: center;
}

.subscribe-form #frm_form_2_container #frm_field_6_container {
    margin-bottom: 0;
}

.subscribe-form .frm_style_formidable-style.with_frm_style .frm_submit button {
    padding: 15px 25px;
    border: none !important;
    box-shadow: none;
    margin-left: -13px;
    transition: 0.2s;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.subscribe-form #frm_form_2_container #field_ghsog {
    padding: 22px 25px;
}

.subscribe-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #682642;
    border: none !important;
    color: #ffffff;
}

.sb-form-title {
    margin-top: 10px;
}



/* .row {
	margin-left: -12px;
	margin-right: -12px;
}

.container,
[class*="col-"] {
	padding-left: 12px;
	padding-right: 12px;
} */



#info-window-content {
    display: flex;
}

.info-window-img {
    width: 175px;
    height: 120px;
}

.info-window-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    padding-left: 15px;
    padding-top: 15px;
}

.info-window-address {
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    padding-left: 15px;
}

.gm-style-iw {
    max-width: 388px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.page-numbers {
    display: none;
}

.prev.page-numbers {
    display: block;
}

.next.page-numbers {
    display: block;
}

.info-window-content-column {
    width: 100%;
}

/* Search Window */

.search-window {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 999;
    align-items: center;
    justify-content: center;
    display: none;
    transition: 0.9s;
}

.search-window .search-submit {
    background-image: url('img/search.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #fff0;
    border: none;
    position: absolute;
    right: 0;
    top: 17px;
}

.home .text-with-logo {
    padding: 0;
}

.search-window #search {
    position: relative;
}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

header .search {
    cursor: pointer;
}

header #menu-herader-right {
    margin: 0;
}

header #menu-herader-right li a {
    font-size: 13px;
    color: #a1a1a1;
}

.search-window input {
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 27px;
    max-width: 300px;
    width: 300px;
}

.search-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}


body.opened-search {
    overflow-y: hidden;
}

.search-page {
    padding-bottom: 50px;
}


/*MAIN CSS*/
.header-items {
    justify-content: space-between;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-front-page .hero {
    margin-bottom: 0;
}

/* Header */

header {
    padding: 21px 0;
    background-color: #fff;
}

.main-menu .menu-item {
    list-style-type: none;
    padding-left: 49px;
}

.main-menu .menu-item a {
    font-size: 16px;
    position: relative;
}

.main-menu .menu-item a:hover {
    color: #37246A;
}

#menu-main-menu {
    margin-bottom: 0;
}

.main-menu .menu-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #37246A;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.main-menu .menu-item a:hover:after {
    width: 100%;
    left: 0;
}

.header-right div {
    padding-right: 47px;
}

#burger-icon {
    width: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10;
    padding-right: 0;
}

#burger-icon span {
    display: block;
    position: absolute;
    border: 1px solid #333333;
    width: 50%;
    background: #000;
    opacity: 1;
    transition: .25s ease-in-out;
}

#burger-icon.open span {
    border: 1px solid #ffffff;
}

#burger-icon span:first-child,
#burger-icon span:nth-child(2) {
    top: 8px;
}

#burger-icon span:nth-child(2n) {
    left: 50%;
}

#burger-icon span:nth-child(3) {
    display: none;
    top: 8px;
}

#burger-icon span:nth-child(4) {
    left: 0px;
    width: 18px;
    top: 8px;
}

#burger-icon span:nth-child(odd) {
    left: 0;
}

#burger-icon span:nth-child(5),
#burger-icon span:nth-child(6) {
    top: 16px;
}


#burger-icon.open span:first-child {
    left: 12px;
    top: 15px;
}

#burger-icon.open span:first-child,
#burger-icon.open span:nth-child(6) {
    transform: rotate(45deg);
}

#burger-icon.open span:nth-child(2) {
    left: calc(50% - 3px);
    top: 15px;
}

#burger-icon.open span:nth-child(2),
#burger-icon.open span:nth-child(5) {
    transform: rotate(-45deg);
}

#burger-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#burger-icon span:nth-child(3),
#burger-icon span:nth-child(4) {
    top: 12px;
}

#burger-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#burger-icon.open span:nth-child(5) {
    left: 12px;
    top: 9px;
}

#burger-icon.open span {
    background-color: #fff;
}

#burger-icon.open span:nth-child(6) {
    left: calc(50% - 3px);
    top: 9px;
}

#menu-herader-right li {
    list-style-type: none;
}

.modal-menu {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 580px;
    transform: translateX(580px);
    transition: transform 400ms ease-in-out;
    background-color: #000;
    padding-top: 38px;
    z-index: 9;
    opacity: 0.8;
    padding-top: 100px;
    color: #fff;
}

.modal-menu .mobile-menu {
    display: none;
}

.modal-menu .mobile-menu .menu-item a {
    color: #fff;
    font-size: 18px;
}

.modal-menu.opened-modal {
    transform: translateX(0);
}

/*body.opened-menu {
    overflow: hidden;
}*/

body.opened-menu .account,
body.opened-menu .search {
    z-index: 10;
}

body.opened-menu .account svg path,
body.opened-menu .search svg path {
    fill: #fff;
}

/* Hero */

.g-title {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-description {
    color: #fff;
    margin-top: 24px;
}

.hero-info {
    padding: 180px 0 200px 0;
}

.hero-mobile {
    display: none;
}

.hero-subtitle {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'PT Serif', serif;
}

Accordion Images */ .section-title {
    margin-bottom: 40px;
}

.home .gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.home .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .item-title {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    transition: 0.2;
}

/* Colums with images */

.col-with-images .description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 24px;
}

.im-title {
    margin-bottom: 100px;
}

/* History */

.history {
    background-color: #3F4C5F;
    color: #fff;
    padding: 80px 0;
}

.history-subtitle {
    color: #fff;
}

.history-title {
    margin-bottom: 32px;
}

.yellow_button {
    background-color: #E9CE7E;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
    padding: 17px 32px;
    margin-top: 40px;
    display: inline-block;
    border: none;
    transition: 0.2s;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.yellow_button:hover {
    background-color: #fddb76;
}

.see-more {
    display: none;
    cursor: pointer;
}

.more-s {
    display: none !important;
}


/* Two images */

.two-images img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.two-images .description {
    margin-top: 32px;
}

.two-image-info {
    padding-bottom: 60px;
}

/* Awards */

section.awards {
    margin-bottom: 60px;
}


.awards_info img {
    width: 100%;
    max-width: 155px;
    height: 65px;
    object-fit: contain;
}

.awards_info p.description {
    margin-bottom: 0;
}

.year {
    position: relative;
    margin: 24px auto;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    font-family: 'PT Serif', serif;
}

.year::before,
.year::after {
    content: "";
    height: 1px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.year span {
    padding: 0 10px;
}

.btn-container {
    margin-top: 33px;
}

.red_button {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding: 17px 20px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    transition: 0.2s;
    letter-spacing: 0.04em;
    background-color: #853657;
}



.red_button:hover {
    background: #682642;
    border: none !important;
    color: #ffffff;
}

.contact-us {
    background-image: url(img/cover.png);
    background-repeat: repeat;
}

.text-with-logo {
    background-image: url(img/cover.png);
    background-repeat: repeat;
    margin-bottom: 0;
    padding: 80px 0;
}

.home {
    background-image: url(img/cover.png);
    background-repeat: repeat;
}

.col-with-images {
    display: flex;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.page-template-services .hero {
    margin-bottom: 0;
}

.block-with-images {
    overflow: hidden;
    padding-top: 40px;
}

.part-bg {
    position: absolute;
    width: 60%;
    background-image: url(img/cover.png);
    background-repeat: repeat;
    right: 10%;
    left: 40%;
    top: 0;
    height: 75%;
    z-index: -1;
}

.part-bg-c {
    position: absolute;
    width: 60%;
    /* background-image: url(img/cover.png); */
    background-repeat: repeat;
    right: 25%;
    top: 0;
    height: 100%;
    z-index: -1;
}

.subscribe-form fieldset {
    padding-bottom: 0 !important;
}

.two-col-image {
    padding: 40px 0;
}

.two-col-image .twi-description,
.two-col-image-left .twi-description {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.frm_style_formidable-style.with_frm_style .frm_error {
    position: absolute;
}

.t-team-1 img {
    width: 80%;
}

.t-team-1 .team-im {
    justify-content: flex-end;
}

.team-two-block .half-width {
    display: flex;
}

.carrers-blocks img {
    width: 100%;
}

.two-col-image-left img {
    width: 100%;
}

.careers-block-title {
    color: #333333;
}

.awards .sub-description {
    padding: 22px 0 26px 0;
    margin-bottom: 0;
}

.tw-col {
    margin-top: 40px;
}

.home .col-with-images .description {
    text-align: left;
}

.home .col-with-images .title {
    color: #333333;
}

.home .col-with-images .subtitle {
    margin-top: 24px;
    font-size: 16px;
}

/* Subscribe */

.subscribe-form {
    background-color: #37246A;
    padding: 40px 0;
    margin-bottom: 0;
    overflow: hidden;
}


/* Contact Us */

.contact-hero {
    padding: 50px 0;
}

.icon-title {
    align-items: center;
}

.contact-icon img {
    max-width: 50px;
    height: auto;
    object-fit: cover;
}

.i-title {
    color: #333333;
}

.contact-blocks p {
    font-family: 'PT Serif', serif;
}

.contact-blocks-info {
    margin-top: 40px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 40px;
}

.general-contacts {
    margin-top: 30px;
}

.space_p {
    margin-top: 30px;
}

/* Contact Form */

.c-name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
}

.c-position {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 24px;
}

.c-phone {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 16px;
}

.page-template-contact-us .i-title {
    margin-bottom: 0;
}

.contact-blocks-info .col-md-6:nth-child(3n) {
    margin-top: 59px;
}

.contact-us {
    margin-bottom: 0;
}

.contact-us {
    padding-bottom: 80px;
}

.contact-form {
    background-color: #3F4C5F;
    padding: 30px 0 70px 0;
}

.c_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-family: 'PT Serif', serif;
}

.c_info_email {
    text-transform: lowercase;
    letter-spacing: 0;
}

.white_hover {
    transition: 0.2s;
}

.white_hover:hover {
    color: #e5e5e5;
}

.contact-form .footer-title {
    margin-bottom: 15px;
    margin-top: 60px;
}

.contact_social a {
    color: #fff;
    padding-left: 15px;
    font-size: 24px;
}

.contact_social a:first-of-type {
    padding-left: 0;
}

.cf-title {
    color: #fff;
    margin-top: 45px;
}

.cf_description {
    color: #fff;
}

.contact-form input,
.contact-form select {
    background-color: #333D4D !important;
    color: #fff !important;
    height: 50px !important;
}

.contact-form textarea {
    background-color: #333D4D !important;
    color: #fff !important;
}

.contact-form select {
    color: #fff !important;
    height: 50px;
}

.contact-form .with_frm_style .frm_top_container .frm_primary_label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-bottom: 15px;
}

.contact-form .frm_form_title {
    display: none;
}

.contact-form #frm_form_1_container {
    margin-top: 40px;
}

.contact-form #field_6wafd_label {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
}

.contact-form {
    margin-bottom: 0;
}

/* CTA */

.cta_bg {
    text-align: center;
    color: #fff;
    padding: 120px 0 160px 0;
    margin-bottom: 0;
}

.dark-bg {
    background-color: #554289;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: lighten;
}

.cta-title {
    margin-bottom: 32px;
}

.cta_description {
    margin-bottom: 40px;
    line-height: 28px;
}


.job_title {
    font-size: 48px;
    padding-bottom: 32px;
    margin-bottom: 0;
}

/* Blog */

.page-template-blog .hero-archive {
    margin-bottom: 30px;
}

.hero-archive {
    padding: 300px 0 100px 0;
}

.blog-hero-title {
    color: #fff;
}

.blog-hero-description {
    color: #fff;
}

.blog-hero-category {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 32px;
}

.blog-hero-url {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
}

.card-thumbnail {
    height: 60vh;
}

.card-info .blog-hero-category {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #554389;
    margin-top: 24px;
    margin-bottom: 24px;
}

.card-info .blog-title {
    font-size: 24px;
}

.full-card {
    margin-top: 60px;
}

.full-card .card-info {
    background-color: #3F4C5F;
    padding: 80px 60px 100px 60px;
}

.full-card .card-info .blog-hero-category,
.full-card .card-info .blog-title {
    color: #fff;
}

#more_posts {
    text-align: center;
    background-color: #F2F2F2;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    padding: 17px 0;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    margin-top: 30px;
    width: 100%;
}

.side-blog-category {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #554389;
    padding-top: 5px;
}


.side-blog-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    font-family: 'PT Serif', serif;
}

.full-side-blog {
    margin: 30px 0 0 0;
    height: 40vh;
    position: relative;
    padding: 15px;
}

.full-side-blog-content {
    position: absolute;
    bottom: 15px;
}

.full-url {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.side-blog-item {
    margin-top: 3rem;
}

.white-text {
    color: #fff;
}

.tag-cloud-link {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #554389;
    border: 1px solid #554389;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 12px;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    transition: 0.2s;
}

.tag-cloud-link:hover {
    color: #fff;
    background-color: #554389;
}

.sidebar-title {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: 'PT Serif', serif;
}

.top-sidebar {
    padding-top: 3rem;
}

.popular-tags {
    margin-top: 30px;
}

.featured-articles {
    margin-top: 30px;
}

.popular-articles {
    margin-top: 40px;
}

/* Blog Social */

.main-blog .fa-facebook {
    color: #3b5998;
}

.main-blog .fa-twitter {
    color: #00aced;
}

.main-blog .fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.main-blog .fa-linkedin {
    color: #007bb6
}

.social-colored a {
    font-size: 32px;
    padding-left: 40px;
}

.social-colored a:first-of-type {
    padding-left: 0;
}

/* Single */

section.single-hero {
    margin-bottom: 30px;
}

.single-hero-bg {
    height: 50vh;
}

.single-blog-category {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: 32px;
}

.author-details {
    align-items: center;
    margin-bottom: 80px;
}

.author-avatar {
    padding-right: 12px;
}

.author-avatar img {
    border-radius: 45px;
}

.author-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.user-content p {
    line-height: 28px;
}

.user-content h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333333
}

.user-content blockquote {
    background-color: #ECEAF3;
    padding: 60px 78px;
    margin: 40px 0;
}

.user-content blockquote p {
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-family: 'PT Serif', serif;
}

.user-content blockquote cite {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #917BB6;
}

.user-content ul {
    padding-left: 0;
}

.user-content ul li {
    line-height: 30px;
}

.tags-list {
    display: flex;
    padding-left: 0;
}

.tags-list li {
    list-style-type: none;
}

.tags-list a {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #554389;
    border: 1px solid #554389;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 12px;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    transition: 0.2s;
}

.tags-list a:hover {
    color: #fff;
    background-color: #554389;
}

.share-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.share-buttons a {
    margin-top: 30px;
    font-size: 32px;
}

.share-buttons a:first-of-type {
    margin-top: 15px;
}

.share-buttons .fa-facebook {
    color: #3b5998;
}

.share-buttons .fa-twitter {
    color: #00aced;
}

.share-buttons .fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.share-buttons .fa-linkedin {
    color: #007bb6
}

.single .popular-articles {
    margin-top: 0;
}

.single-content {}

.related-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #333333;
    margin-bottom: 40px;
}

.editor-picks {
    margin: 100px 0;
}


/* Text with logo */

.text-logo-info .subtitle {
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.16em;
    padding-top: 53px;
}

.lt-title {
    color: #333333;
}

/* Services */

.partner-website {
    text-transform: capitalize;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
    display: block;
    text-decoration: underline !important;
}

.page-template-services .fl-item img {
    height: 520px;
    object-fit: cover;
}

.page-template-services header .header-right img {
    height: auto;
    object-fit: cover;
}

.button-container {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 48px;
}

.fl-title {
    font-family: 'PT Serif', serif;
    margin-top: 16px;
    margin-bottom: 12px;
}

.fl-description {
    font-size: 14px;
}

.page-template-services .subtitle {
    margin-top: 24px;
}

.page-template-services .description {
    margin: 0px 0 20px 0;
}

.grey_button {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #777777;
    padding: 13px 20px;
    transition: 0.2s;
}

.grey_button:hover {
    background-color: #CCCCCC;
    color: #fff;
}

.flip-cards {
    background-color: #3F4C5F;
    padding: 60px 0;
}

.flip-cards .row {
    margin-left: -4px;
    margin-right: -4px;
}

.flip-cards [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}

.flip-card {
    cursor: pointer;
    margin-bottom: 8px;
    background: transparent;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}




.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 32px 32px;
}

.flip-card-front {
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 50px;
}

.flip-card-back {
    background-color: rgba(20, 9, 51, 0.96);
    ;
    color: white;
    text-align: left;
    transition: 0.3s;
}

.flip-title {
    color: #fff;
    font-size: 22px;
    font-family: 'PT Serif', serif;
}

.flip-description {
    line-height: 24px;
    font-size: 17px;
}

.job-portal {
    background-color: #F2F2F2;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 0;
}

.job-portal iframe {
    min-height: 750px;
}

.flip-g-title,
.flip-g-subtitle {
    color: #fff;
    text-align: center;
}

.flip-g-title {
    margin-bottom: 32px;
}

.flip-g-subtitle {
    letter-spacing: 0.16em;
}

section.flip-cards {
    margin-bottom: 0;
}

.cta-block .red_button {
    margin-top: 48px;
}

/* Team */

.member-name {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 0;
}

.member-position {
    font-size: 16px;
    color: #555555;
    margin-bottom: 0;
    margin-top: 8px;
}

.team-part-1 {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 40px;
}

.team-member {
    width: calc(20% - 32px);
    margin-left: 40px;
    margin-top: 40px;
}

.team .description {
    margin-top: 24px;
    margin-bottom: 0;
}

.team-part-2 {
    margin-top: 40px;
}

.block-with-images .centered {
    display: flex;
    align-items: center;
    height: 100%;
}

.block-with-images .title {
    margin-bottom: 32px;
}

.info-right {
    padding-left: 78px;
}

.info-left {
    padding-right: 78px;
}



/* Portfolio */

section.portfolio {
    margin-bottom: 0;
}

.filter {
    background-color: #3F4C5F;
    width: 100%;
    padding: 26px 0;
}

#filter {
    display: flex;
    width: 85%;
    margin: 0 auto;
    justify-content: flex-start;
}

.service_filter {
    margin-left: 16px;
}

.filter-container {
    justify-content: space-between;
    align-items: center;
}

.search-title {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.post-count {
    font-size: 14px;
    line-height: 17px;
    color: #777777;
}

select.location {
    color: #222222;
    letter-spacing: 0.08em;
    font-size: 16px;
    line-height: 18px;
    padding: 16px 16px;
    margin-right: 2px;
    width: 38%;
    display: block;
    margin-top: 24px;
    background: url('img/arr.svg') no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 98%;
    border: 1px solid #554389;
}







.service_filter option[value="16"] {
    background-image: url('img/yellow.svg');
}

.page-template-portfolio .list-item {
    display: flex;
}

.page-template-portfolio .list-info .list-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-family: 'Lato', sans-serif;
}

.page-template-portfolio .list-info .list-address {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}

.page-template-portfolio .list-item {
    padding: 24px 50px;
    border-bottom: 1px solid #EBEBEB;
}

.number-s {
    color: #555555;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.number-t {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #555555;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}

.space {
    margin-left: 48px;
}

.property-meta {
    padding-left: 12px;
}

.property-button {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #555555;
    margin-top: 24px;
}

#filter-map-container {
    position: relative;
}

#filter-map-container .map-cluster-after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    background: #fff;
    border: 1px solid #fff;
}

.search-general {
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    padding-top: 24px;
}

#clusterMap {
    margin-bottom: 2rem;
}

#clusterMap .popup-bubble {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
}

#clusterMap .popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
}

#clusterMap .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
}

#clusterMap .popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    width: 200px;
}

#clusterMap .gm-style .gm-style-iw-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#clusterMap .gm-style .gm-style-iw-d {
    overflow: hidden !important;
    width: 240px;
}

#clusterMap .gm-style .gm-ui-hover-effect {
    display: none !important;
}

#clusterMap .labels {
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: relative;
    padding: 3px 10px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 16px;
    border-radius: 5px;
    opacity: 1;
    overflow: visible !important;
}

#clusterMap .labels.opened {
    opacity: 0;
}

#clusterMap .labels:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#clusterMap .listing-card.card {
    border-radius: 5px;
}

#clusterMap .listing-card.card:hover .img-block img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#list-page-map {
    height: 860px;
}

#response {
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 20px;
}

#response::-webkit-scrollbar {
    width: 10px;
}

.text-field input {
    width: 100%;
    border: none;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #555555;
}

.text-field {
    position: absolute;
    right: 19vw;
    z-index: 666;
    width: 172px;
    top: 15vh;
    background-color: #fff;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 25%);
    border-radius: 50px;
    padding: 10px;
}

/* Track */
#response::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#response::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#response::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.half-width {
    width: 50%;
}


/* Careers */
.page-template-careers section.hero {
    margin-bottom: 0;
}

.page-template-careers .text-logo-info p {
    padding-top: 0;
}

.page-template-careers .portal-box {
    margin-bottom: 30px
}

.page-template-careers .portal {
    margin-top: 30px;
    padding: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-template-careers .portal .portal-btn {
    padding: 17px 20px;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
}

.page-template-careers .portal img {
    height: 177px;
    object-fit: contain;
    margin-bottom: 82px;
}

.logos .owl-stage {
    display: flex;
}

.logos .owl-stage .owl-item {
    display: flex;
}

.logos .owl-stage .owl-item .l-item {
    display: flex;
    align-items: center;
}

.after-hero-text {
    text-align: center;
}

.testimonials .owl-nav {
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.testimonials .owl-nav {
	display: flex;
	justify-content: space-between;
}

.testimonials .owl-prev {
	width: 40%;
	height: 100%:
}

.testimonials .owl-next {
	width: 40%;
	height: 100%:
}

.testimonials .owl-carousel .owl-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.lists {
    padding-left: 20px;
}

.lists li {
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px;
}

.two-col-image .twi-info-block {
    padding-right: 90px;
}

.two-col-image-left,
.two-images,
.history {
    overflow: hidden;
}

.two-col-image-left .twi-info-block {
    padding-left: 90px;
}

.logo-list {
    justify-content: space-between;
    align-items: center;
}

.logo-list img {
    width: auto;
    height: fit-content;
}

.logos-title {
    text-align: center;
}

.logos .subtitle {
    padding-bottom: 40px;
}

.testimonials {
    background-color: #3F4C5F;
    padding: 60px 0 100px 0;
    position: relative;
}

.carousel-box {
    margin-left: 5vw;
}

.testimonials .item {
    background: #F2F2F2;
    border-radius: 4px;
    padding: 40px 32px;
    width: 580px;
}

.testimonials .owl-item.center {
    margin-top: 50px;
}

.testimonials .owl-dots {
    display: flex;
    background: #384455;
    border-radius: 50px;
    margin-top: 40px;
}

.testimonials .owl-dot {
    width: 20px;
    height: 6px;
    background: #384455;
    flex: 1;
}

.testimonials .owl-dot.active {
    background-color: #2C3542;
    border-radius: 50px;
}

.testimonials .member-meta {
    margin-top: 32px;
}

.testimonials .avatar {
    border-radius: 110px;
}

.testimonials .name-position {
    padding-left: 16px;
}

.testimonials .name-position .name {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-family: 'PT Serif', serif;
    margin-bottom: 8px;
}

.testimonials .name-position .position {
    font-family: 'PT Serif', serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #555555;
}

.testimonial-title {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials {
    margin-bottom: 0;
}

/*  Bascic Page */

.basic-hero {
    background-color: #3F4C5F;
    padding: 110px 0;
}

.basic-title {
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.basic-subtitle {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.basic-content h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin: 32px 0 24px 0;
}

.single-nav-item {
    font-family: 'PT Serif', serif;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 20px 0 20px 20px;
    border-left: 1px solid #CCCCCC;
}

.single-nav-item.active-nav {
    border-left: 4px solid #554389;
}

.basic-main .wp-block-pullquote {
    padding: 14px 0 14px 14px;
    width: 100%;
    max-width: 100%;
    background-color: #F2F2F2;
}

.basic-main .wp-block-pullquote blockquote {
    margin-bottom: 0;
}

.basic-main .wp-block-pullquote p {
    font-style: italic;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0;
}

/* Footer */

footer {
    background-color: #120A29;
    padding-top: 78px;
}

.footer-menu {
    padding-left: 0;
}

.footer-menu .menu-item {
    list-style-type: none;
    margin-top: 18px;
}

.footer-menu .menu-item a {
    font-size: 16px;
    color: #FFFFFF;
}

.footer-title {
    text-transform: uppercase;
    letter-spacing: 0.24em;
    margin-bottom: 32px;
}

.footer-social a {
    color: #fff;
    font-size: 20px;
    padding-left: 40px;
}

.footer-social a:first-of-type {
    padding-left: 0px;
}

footer .address,
footer .phone-number {
    color: #fff;
    font-size: 16px;
    display: block;
}

footer .address {
    margin-top: 40px;
}

.ft-logo {
    text-align: center;
}

.footer-bottom {
    padding-top: 35px;
}

.footer-menu-bottom {
    justify-content: end;
}

.footer-menu-bottom .menu-item {
    list-style-type: none;
    padding-left: 50px;
}

.footer-menu-bottom .menu-item a {
    color: #A7A4B2;
    font-size: 14px;
}

.copy {
    color: #A7A4B2;
    font-size: 14px;
    text-align: left;
}

.fl-bg {
    display: none;
}


@media (min-width: 1450px) {
    .testimonials .item {
        width: 580px;
    }
}

/* Large desktops and laptops */
@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1230px) {
    .page-template-services .fl-item img {
        height: 400px;
    }

    .team-member img {
        height: 350px;
    }

    .team-member img {
        height: 250px;
    }

    .main-menu .menu-item {
        padding-left: 15px;
    }
 
}


@media (max-width: 1024px) {
    .team-member {
        width: calc(25% - 30px);
    }

    .team-member:nth-child(4n+1) {
        margin-left: 0;
    }

    .team-member:nth-child(5n+1) {
        margin-left: 40px;
    }

    .team-member:nth-child(6) {
        margin-left: 40px !important;
    }

    .bm-info.info-left {
        padding-right: 0;
    }

    .bm-info.info-left .h1 {
        font-size: 38px;
    }

    #menu-herader-right {
        display: none;
    }

    .two-images .subtitle,
    .history-subtitle {
        font-size: 12px;
    }

    .home .text-with-logo {
        padding: 14px 0 24px;
    }

    .flip-card {
        height: 370px;
    }

    .sb-form-title {
        font-size: 26px;
    }
}

@media (min-width: 992px) {

    .t-team-1 img {
        height: 360px;
        object-fit: cover;
    }

    .awards_info {
        padding: 32px 5vw;
    }

    .col-with-images .row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .col-with-images [class^="col-"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .home .item:hover {
        flex: 6;
    }

    .home .item:hover {
        justify-content: flex-end;
        padding-right: 40px;
    }

    .content-padding {
        padding-left: 60px;
    }

    #burger-icon {
        display: none;
    }

    .home .awards-carousel {
        display: flex !important;
    }

    .modal-menu .logo-modal {
        display: none;
    }

    .team-member:nth-child(5n+1) {
        margin-left: 0;
    }

    .team-member img {
        height: 250px;
        min-height: 190px;
        width: 100%;
    }

    .s1-carousel {
        margin-left: -15px;
        margin-right: -15px;
    }

    .home .text-with-logo {
        padding: 60px 0 74px;
    }

    .flip-card {
        height: 370px;
    }

    .flip-card-back {
        opacity: 0;
    }

    .flip-card:hover .flip-card-inner .flip-card-back {
        opacity: 1;
    }

    .two-col-image .twi-description,
    .two-col-image-left .twi-description {
        padding: 10px 0 12px;
    }

    .two-images .subtitle,
    .history-subtitle {
        font-size: 18px;
    }

    .year::before,
    .year::after {
        width: 25%;

    }

    .year::before {
        left: 20px;
    }

    .year::after {
        right: 20px;
    }

    .hero-bg {
        min-height: 600px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-bg {
        min-height: 400px;
    }

    .header-left nav {
        display: none !important;
    }

    .team-member {
        width: calc(20% - 20px);
        margin-left: 50px;
        margin-top: 40px;
    }

    .team-member:nth-child(4n+1) {
        margin-left: 0;
    }

    body {
        font-size: 16px;
    }

    .h1 {
        font-size: 32px;
    }

    .team-member {
        width: calc(22% - 0px);
        margin-left: 25px;
    }

    .team-member img {
        height: 28vw;
        min-height: 110px;
    }

    .year::before,
    .year::after {
        width: 66px;

    }

    .year::before {
        left: 15px;
    }

    .year::after {
        right: 15px;
    }
}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {

   
}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {

    .auto-h {
        margin-bottom: 20px;
    }

    .half-width.team-im img {
        width: 100%;
    }

    .hero-mobile {
        display: block;
    }

    .hero-info {
        display: none;
    }

    .hero-mobile h1 {
        color: #333333;
        text-shadow: none;
    }

    .hero-mobile .hero-description {
        color: #333333;
    }

    .hero-bg {
        height: 40vh;
        margin-bottom: 24px;
    }

    .header-left nav {
        display: none !important;
    }

    .team-member {
        width: calc(20% - 20px);
        margin-left: 50px;
        margin-top: 40px;
    }

    .team-member:nth-child(4n+1) {
        margin-left: 0;
    }

    body {
        font-size: 16px;
    }

    .h1 {
        font-size: 32px;
    }

    .page-template-services .subtitle {
        margin-bottom: 7px;
    }

    .t-team-1 img {
        width: 100%;
    }

    .part-bg {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .part-bg-c {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .team-two-block {
        flex-direction: column-reverse;
    }

    .info-right {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .info-left {
        padding-right: 0;
        padding-top: 20px;
    }

    .team-member {
        width: calc(22% - 20px);
    }

    .team-member img {
        height: 155px;
        width: 100%;
    }

    .half-width {
        width: 100%;
    }

    .modal-menu {
        width: 100%;
        transform: translateX(1000px);
    }

    .modal-menu .mobile-menu {
        display: block;
    }

    .modal-menu {
        opacity: 1;
        padding: 0px 50px;
    }

    .mobile-menu {
        padding-left: 0;
        margin-top: 60px;
    }

    .mobile-menu .menu-item {
        padding-left: 0;
        margin-top: 30px;
    }

    .header-left nav {
        display: none !important;
    }

    .menu-title {
        text-align: left !important;
        margin-top: 80px;
    }

    .modal-menu svg {
        width: 50px;
    }

    .footer-menu,
    .footer-social {
        margin-top: 25px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    #menu-links,
    #menu-properties,
    #menu-owners {
        margin-top: 15px !important;
    }

    .subscribe-form .frm_forms {
        display: flex;
        justify-content: center;
    }

    .subscribe-form .sb-form-title {
        text-align: center !important;
    }

    .two-images img {
        padding-top: 30px;
    }

    .contact-icon {
        margin-bottom: 15px;
    }

    .o-0 {
        order: 0;
    }

    .o-1 {
        order: 1;
    }

    .o-2 {
        order: 2;
    }

    .lt-title {
        font-size: 20px !important;
    }

    .tw-col {
        margin-top: 20px;
    }

    .col-with-images {
        margin-bottom: 20px;
    }

    .history {
        padding: 32px 0 40px;
    }

    .two-image-info {
        padding-bottom: 0;
    }

    .awards_info {
        padding: 20px 60px;
    }

    .subscribe-form {
        padding: 32px 0;
    }

    .text-logo-info svg {
        display: none;
    }

    .text-with-logo {
        padding: 20px 0;
    }

    .text-logo-info .subtitle {
        padding-top: 0;
    }

    .subtitle {
        font-size: 12px !important;
    }

    .cta_bg {
        padding: 80px 0 80px 0;
    }

    #menu-herader-right {
        display: none;
    }

    .year::before,
    .year::after {
        width: 36px;

    }

    .year::before {
        left: 10px;
    }

    .year::after {
        right: 10px;
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    }

    .home .item,
    .home .owl-controls {
        margin-left: 30px;
    }

    .awards-carousel .owl-item img {
        margin: 30px auto;
    }

    .flip-card-back, .flip-card-front {
        position: unset;
        width: auto;
        height: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: inherit;
        padding: 20px 0px;
    }

    .flip-card-front {
        height: 280px !important;
    }

    .flip-card-inner {
        box-shadow: none;
    }

    .flip-card-front .flip-title {
        display: none;
    }

    .flip-card-back {
        transform: none;
        background-color: #fff0;
    }

    .flip-description {
        margin-bottom: 0;
    }

    .flip-card {
        height: auto;
    }

    .col-with-images .tw-col:nth-child(2) .row {
        flex-direction: column-reverse;
    }

    .two-images img {
        height: 400px;
    }

    .page-template-careers .two-col-image-left .row {
        flex-direction: column-reverse;
    }

    .page-template-careers .two-col-image-left .twi-info-block {
        padding-left: 0;
        margin-top: 30px;
    }

    .twi-info-block {
        margin-bottom: 30px;
    }

    .two-col-image {
        margin-bottom: 0;
    }
}

/* Landscape phones and smaller */
@media (max-width: 680px) {

    .team-member img {
        height: 250px;
        width: 100%;
    }

    footer .address,
    footer .phone-number {
        text-align: center;
    }

    .mobile-t {
        display: block;
    }

    .mobile-d {
        display: none;
    }

    .awards .mobile-t {
        margin-top: 30px;
    }

    .awards .red_button {
        margin: unset !important;
    }

    .two-images {
        background-color: #fff;
    }

    .history {
        margin-bottom: 0;
    }

    .two-images .row {
        background-color: #fff;
        flex-direction: column-reverse;
        padding: 20px 0;
    }

    .two-images img {
        height: 396px;
        padding-bottom: 20px;
    }

    .two-images .row .col-md-8:nth-child(2) {
        display: none;
    }

/*     #logo svg path:nth-child(n+4) {
        display: none !important;
    } */
	
	#logo svg path {
		display: none;
	}	
	
	#logo svg path.f,
	#logo svg path.d,
	#logo svg path.e {
		display: block;
	}

    section {
        margin-bottom: 40px;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
    }

    .header-right .search,
    .header-right .account {
        display: none;
    }

    .opened-menu .header-right .search,
    .opened-menu .header-right .account {
        display: block;
    }


    .gallery-wrap {
        height: 25vh;
    }

    .col-with-images p {
        text-align: left !important;
    }

    .im-title {
        text-align: left !important;
    }

    .history .subtitle {
        margin-top: 32px;
    }

    .see-more {
        display: block;
    }

    #form_subscribe {
        width: 100%;
    }

    .frm_fields_container {
        flex-direction: column;
    }

    #frm_field_6_container {
        width: 100%;
    }

    #frm_form_2_container #field_ghsog {
        max-width: 100% !important;
        width: 100%;
    }

    .frm_submit {
        width: 100%;
    }

    .frm_style_formidable-style.with_frm_style .frm_submit button {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .sb-form-title {
        margin-bottom: 30px;
    }

    .footer-menus {
        flex-direction: column;
    }

    .footer-menu-bottom {
        justify-content: start;
        padding-left: 0;
    }

    .footer-menu-bottom .menu-item {
        padding-left: 8px;
        padding-top: 20px;
    }

    .footer-menu-bottom .menu-item:first-of-type {
        padding-left: 0;
    }

    .owl-dots {
        display: flex;
        justify-content: center;
    }

    .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        background-color: #CCCCCC;
        border-radius: 100%;
        margin: 0 3px;
    }

    .owl-dots .owl-dot.active {
        background-color: #989898;
    }

    .awards .red_button {
        margin-top: 50px;
    }

    .awards .sub-description {
        padding: 0;
    }

    .footer-bottom {
        padding-bottom: 25px;
    }

    .subscribe-form .frm_style_formidable-style.with_frm_style .frm_submit button {
        margin-left: 0;
        margin-top: 5px;
    }

    /* Services */

    .s1-carousel {
        left: -1vw;
        position: absolute;
        margin-left: -10px;
    }

    .s1-carousel .owl-stage-outer {
        margin-right: -30px;
    }

    .s1-carousel .owl-item.active {
        margin-right: -20px !important;
    }

    /*.benchmark {
		height: 100vh;
	}

	.select-service {
		height: 90vh;
	}

	.pyramid_europe {
		height: 90vh;
	}*/

    .fl-item {
        position: relative;
    }

    .fl-info {
        position: absolute;
        bottom: 0;
        z-index: 9;
    }

    .fl-info p {
        color: #fff;
        padding-left: 10px;
    }

    .fl-bg {
        z-index: 3;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: block;
		background: linear-gradient(360deg, rgba(20, 9, 51, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
    }

    .page-template-services .fl-item img {
        height: 400px;
    }

    .page-template-services .owl-dots {
        margin-top: 24px;
    }

    .page-template-services .button-container {
        display: none;
    }

    .flip-card-front {
        height: 26vh !important;
    }

    .flip-card-front .flip-title {
        display: none;
    }

    .flip-card-back,
    .flip-card-front {
        position: unset;
        width: auto;
        height: auto;
        -webkit-backface-visibility: hidden;
        backface-visibility: inherit;
        padding: 20px 0px;
    }

    .flip-card-back {
        transform: none;
        background-color: #fff0;
    }

    .flip-g-subtitle {
        text-align: left;
    }

    .flip-g-title {
        text-align: left;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .flip-card-inner {
        box-shadow: none;
    }

    .flip-description {
        margin-bottom: 0;
    }

    /* Team */

    .team-member {
        width: calc(50% - 8px);
        margin-left: 16px;
    }

    .team-member:nth-child(odd) {
        margin-left: 0;
    }

    .half-width {
        width: 100%;
    }

    .team-two-block {
        flex-direction: column-reverse;
    }

    .info-right {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .info-left {
        padding-right: 0;
        padding-top: 20px;
    }

    .carrers-blocks {
        flex-direction: column-reverse;
    }

    .two-col-image .twi-info-block {
        padding-right: 0;
        margin-top: 20px;
    }

    .two-col-image-left .twi-info-block {
        padding-left: 0;
        margin-top: 20px;
    }

    .carousel-box {
        margin-right: 5vw;
    }

    .testimonials .item {
        width: auto;
    }

    .testimonials .avatar img {
        border-radius: 50%;
    }

    .testimonials .owl-dots .owl-dot {
        height: 2px;
        background-color: unset;
    }

    .testimonials .owl-dots .owl-dot.active {
        background-color: #2C3542;
    }

    .logo-list .owl-item img {
        margin: 30px auto;
        height: auto;
        object-fit: cover;
    }

    .tw-col-second {
        flex-direction: column-reverse;
    }

    .padding-l {
        padding: 0 !important;
    }

    .twi-info-block {
        margin-top: 20px;
    }

    .footer {
        padding-top: 50px;
    }

    .general-contacts {
        margin-top: 0px;
    }

    .testimonials {
        padding: 60px 0 60px 0;
    }

    .home .col-with-images .twi-info-block.padding-r {
        padding-right: 0;
    }

    .flip-cards {
        padding: 20px 0;
    }

    .member-name {
        font-size: 20px;
    }

    .member-position {
        font-size: 14px;
    }
	
	.team-member:nth-child(6) {
    	margin-left: 16px !important;
	}

}

@media (max-width: 480px) {
    .team-member img {
        height: 220px;
        width: 100%;
    }
}
