:root {
    --color-master: #2D46B1;
    --color-title: #354555;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #5b6e82;
    line-height: 28px;
    margin: 0;
}
a {
    color: #5b6e82;
    text-decoration: none;
    font-weight: 400;
    transition: 0.3s ease-in !important;
    margin: 13px;
}
a:hover {
    color: var(--color-master);
    text-decoration: none;
}
button, input, select {
    outline: none !important;
}
.section-menu {
    position: fixed;
    width: 100%;
    top: 0;
    background: var(--color-master);
    z-index: 997;
}
.container-border {
    max-width: 1100px;
    margin: auto;
    width: 100%;
}
.menu-content {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}
.menu-toggle img {
    width: 30px;
    margin-top: 3px;
}
.menu-logo img {
    width: 135px;
    /* margin-left: 24px; */
    /* padding-right: 15px; */
    /* border-right: 1px solid #4864da; */
    /* margin-right: 18px; */
    /* height: 33px; */
    /* z-index: -99; */
}
.menu-toggle {
    font-size: 39px;
    color: #fff !important;
    padding-right: 15px;
    height: 100%;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    width: 20%;
}
.menu-toggle:hover {
    opacity: 0.6;
}
.section-showcase {
    height: 513px;
    background: url('../../images/bg1.png') var(--color-master);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    margin-top: 67px;
}
.showcase-container {
    max-width: 600px;
    margin: auto;
    text-align: center;
    color: #fff;
}
.showcase-title {
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}
.showcase-title2 {
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}
.showcase-subtitle {
    font-size: 26px;
    /* font-weight: 300; */
    max-width: 400;
    line-height: 30px;
    margin: auto;
}
.showcase-subtitle2 {
    font-size: 24px;
    /* font-weight: 300; */
    max-width: 479px;
    line-height: 31px;
    margin: auto;
}
.showcase-icon {
    width: 34px;
    margin-top: 15px;
}
.section-services {
    background: #EBF2FB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.services-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.showcase-container i {
    font-size: 45px;
    margin-top: 13px;
}
.services-icon {
    font-size: 50px;
}
.services-down {
    font-size: 50px;
    color: var(--color-master);
}
.services-box {
    text-align: center;
    max-width: 115px;
    margin-bottom: 13px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    cursor: pointer;
    color: var(--color-title);
    margin: 5px;
    /* display: grid; */
}
.services-box:hover * {
    color: var(--color-master) !important;
}
.services-icon {}
.services-text {
    margin-bottom: 4px;
    margin-top: 1px;
    font-size: 15px;
    line-height: 17px;
}
.section-services-info {
    background: #F7F8FC;
}
.services-info-content {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 650px;
    margin: auto;
    text-align: center;
    display: none;
}
.services-info-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 20px;
    /* text-transform: uppercase; */
    color: #5b6e82;
}
.services-info-text {
    text-align: center;
    margin-bottom: 20px;
}
.icon-float-small {
    background: #ebf2fb;
    flex-basis: 100px;
    flex-shrink: 0;
    height: 100px;
    border-radius: 50px;
    width: 100px;
    margin-right: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.icon-float-small i {
    color: var(--color-master);
    font-size: 80px;
    margin-left: 44px;
}
.icon-float-big {
    background: #ebf2fb;
    flex-basis: 150px;
    flex-shrink: 0;
    height: 150px;
    border-radius: 180px;
    width: 150px;
    margin-right: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.icon-float-big i {
    color: var(--color-master);
    font-size: 123px;
    margin-left: 54px;
}
.icon-indicator-big {
    background: #00e676;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 25px !important;
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-section-title .icon-indicator-big {
    margin-top: -10px;
    margin-right: 8px;
}
.icon-indicator-big.top-right i {
    transform: rotate(320deg);
}
.icon-indicator-big.bottom-right i {
    transform: rotate(45deg);
}
.services-info-separator {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 10%;
}
.services-box.check {
    color: var(--color-master);
    font-weight: 700
}
.button-main {
    color: var(--color-master);
    font-weight: 100;
    font-size: 20px;
    /* text-transform: uppercase; */
    display: block;
    margin-top: 30px;
}
.button-main:hover {}
.feature-content {
    display: flex;
}
.feature-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
    color: var(--color-master);
    font-family: 'Montserrat', sans-serif;
}
.feature-info {
    text-align: left;
    font-weight: 400;
}
.section-feature {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
}
.feature-empty {
    width: 45%;
    padding-left: 60px;
    align-items: center;
    display: flex;
}
.feature-empty div {
    width: 100%;
    height: 2px;
    background: #ebf2fb;
}
.section-feature.reverse .feature-content {
    flex-direction: row-reverse;
}
.section-feature.reverse .feature-content .feature-empty {
    padding-left: 0px;
    padding-right: 60px;
}
.posts-row {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.post-box {
    margin-right: 21px;
    max-width: 250px;
    text-align: left;
    width: 100%;
}
.post-image {
    height: 200px;
    background: #efefef;
    margin-bottom: 12px;
    display: flex;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    cursor: pointer;
    transition: 0.3s ease-in !important;
    border-radius: 5px;
}
.post-image:hover {
    border: 7px solid var(--color-master);
}
.post-image:hover .display-indicator {
    border-radius: 6px 0px 0px 0px;
}
.post-image2 {
    height: 200px;
    background: #efefef;
    margin-bottom: 12px;
    display: flex;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    cursor: pointer;
    transition: 0.3s ease-in !important;
    border-radius: 5px;
}
.post-image2:hover {
    border: 7px solid var(--color-master);
}
.post-image2:hover .display-indicator {
    border-radius: 6px 0px 0px 0px;
}
.comment-client {
    /* color: red; */
    font-size: 16px;
    line-height: 19px;
    margin-top: 8px;
}
.post-date {
    text-transform: uppercase;
    font-size: 14px;
    color: #abc2da;
}
.post-date.center {
    text-align: center;
}
.post-title {
    font-weight: 600;
    color: #5b6e82;
}
.post-title2 {
    font-weight: 300;
    color: #5b6e82;
}
.section-posts {
    background: #f7f8fc;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}
.page-section-title {
    /* text-transform: uppercase; */
    color: var(--color-master);
    font-weight: 700;
    max-width: 300px;
    margin: auto;
    font-size: 25px;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 20px;
}
.page-section {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    font-size: 17px;
}
.page-section a {
    margin: 7px;
}
.page-section-last {
    /* font-weight: 300; */
}
.display-indicator {
    background: var(--color-master);
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 40px;
    padding-top: 4px;
    margin-left: auto;
    margin-top: auto;
    text-align: center;
    border-radius: 6px 0px 6px;
}
.section-notice {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}
.post-image.blog {
    /* height: 300px; */
}
footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #2d46b1;
    text-align: center;
}
footer img {
    width: 44px;
    margin-bottom: 19px;
}
.footer-text-info {
    color: #fff;
    font-size: 16px;
    max-width: 400px;
    margin: auto;
    line-height: 20px;
    margin-bottom: 13px;
    font-weight: 300;
}
.footer-text-copy {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 100;
    margin-top: 7px;
}
.social-content {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #3951b7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 28px;
    /* box-shadow: 0px 15px 20px -22px rgba(0,0,0,0.46); */
}
.social-content a {
    color: #fff;
    font-size: 36px;
    margin: 2px;
}
.social-content a:hover {
    opacity: 0.8
}
.section-services.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-top: 50px; */
}
.section-services.footer i {
    font-size: 42px;
    color: #5b6e82;
}
.section-services.footer .services-box {
    margin-bottom: 0px;
    margin-left: 5;
    margin-right: 5;
}
.menu-make img {
    width: 81px;
}
.services-box:hover* {
    color: #2d46b1;
}
.curtain-menu {
    background: #2d46b1;
    width: 330px;
    height: 100%;
    position: fixed;
    z-index: 998;
    padding: 34px;
    padding-top: 53px;
    top: 0;
    display: none;
    -webkit-box-shadow: 17px 15px 25px -22px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 17px 15px 25px -22px rgba(0, 0, 0, 0.46);
    box-shadow: 17px 15px 25px -22px rgba(0, 0, 0, 0.46);
}
.main-menu {
    list-style: none;
    padding-left: 0px;
    font-size: 17px;
}
.main-menu li {
    /* display: flex; */
    /* border-bottom: 1px solid #3951b7; */
    /* padding-top: 1px; */
    /* padding-bottom: 7px; */
}
.main-menu li a {
    color: #fff;
    width: 100%;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.main-menu li:hover {
    opacity: 0.6
}
.main-menu li a i {
    font-size: 26px;
    margin-right: 9px;
}
.main-submenu {
    list-style: none;
    padding-left: 30px;
}
.main-submenu a {
    font-size: 16px;
    font-weight: 300 !important;
}
.main-submenu li {}
.main-submenu li a i {
    font-size: 24px;
}
.push-left {
    margin-left: 380px;
    margin-right: -380px;
}
.menu-make {
    margin-left: auto;
    width: 20%;
    text-align: right;
}
.menu-logo {
    display: flex;
    justify-content: center;
    width: 100%;
}
.section-header {
    background: #ebf2fb;
    margin-top: 70px;
    height: 59px;
    margin-bottom: 30px;
}
.header-title {
    color: #5b6e82;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 23px;
}
.section-post-read {
    /* padding-top: 40px; */
    padding-bottom: 40px;
}
.post-read-title {
    color: var(--color-title);
    font-weight: 600;
    font-size: 45px;
    line-height: 42px;
    margin-bottom: 0px;
    text-align: center;
    font-family:
    'Montserrat', sans-serif;
}
.post-read-subtitle {
    /* color: blue; */
    text-align: center;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}
.post-read {
    max-width: 800px;
    text-align: center;
}
.author-content {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
}
.author-content-photo {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: #eee;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    margin-right: 11px;
}
.author-content-info {
    line-height: 14px;
    font-size: 12px;
    color: #abc2da;
    text-align: left;
}
.author-content-name {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 3px;
    color: #5b6e82;
    text-transform: uppercase;
}
.post-read.center {
    text-align: center;
}
#contentmdview {
    font-size: 19px;
    line-height: 30px;
    max-width: 700px;
    margin: auto;
    /* color: #5b6e82; */
    text-align: left;
    margin-top: 30px;
    /* margin-bottom: 80px; */
    /* font-weight: 300 !important; */
}
#contentmdview blockquote p {
    margin-bottom: 0px;
}
#contentmdview p {
    margin-bottom: 32px;
}
#contentmdview h1, #contentmdview h2, #contentmdview h3, #contentmdview h4, #contentmdview h5, #contentmdview h6 {
    font-family: inherit;
    color: var(--color-title);
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 25px;
}
#contentmdview blockquote {
    padding: 10px 20px;
    border-left: 5px solid var(--color-master);
    font-size: 19px;
    font-style: italic;
    color: var(--color-title);
}
#contentmdview img {
    max-width: 70%;
    margin: auto;
    text-align: center;
    display: flex;
}
#contentmdview a {
    color: var(--color-master);
    text-decoration: underline;
    margin: auto;
}
.post-read-image {
    height: 200px;
    background: #efefef;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /* background-attachment: fixed !important; */
    border-radius: 5px;
    margin-top: 30px;
}
.posts-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.posts-list .post-box {
    margin-bottom: 37px;
    max-width: 300px !important;
    margin-right: 22px;
    width: 100%;
    max-width: unset;
}
.comment-content {
    margin-top: 80px;
}
.section-header {
    display: flex;
    justify-content: center;
}
.section-header .services-box {
    text-align: left;
    display: flex;
    color: #7D92A8 !important;
    cursor: unset;
    width: 100%;
    max-width: unset;
    /* width: 274px; */
    align-items: center;
}
.section-header .services-box i {
    margin-right: 15px;
    font-size: 60px;
}
.section-header .services-text {
    margin-top: 9px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.section-header .services-box:hover * {
    color: unset;
}
.services-showcase-title {
    font-weight: 700;
    font-size: 41px;
    color: var(--color-title);
    text-align: center;
    max-width: 600px;
    margin: auto;
    line-height: 43px;
    /* text-transform: uppercase; */
    font-family: 'Montserrat', sans-serif;
}
.specializations-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: auto;
    margin-top: 32px;
}
.specializations-content div {
    color: #5b6e82;
    background: #f7f8fc;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.icon-contact {
    color: #fff;
    background: #2d46b1;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    margin-bottom: 7px;
    font-size: 31px;
    /* padding-top: 10px; */
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-border.align-center {
    display: flex;
    align-items: center;
    /* margin-top: -22px; */
    height: 100%;
    width: 100%;
}
.button-call-action {
    color: #fff !important;
    text-decoration: unset !important;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 24px;
    background: #2ecc71;
    margin-top: 28px;
    font-weight: 300;
}
.button-call-action:hover {
    color: #fff;
    opacity: 0.8
}
.button-call-action2 {
    background: var(--color-master);
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 24px;
    /* margin-top: 28px; */
}
.button-call-action2:hover {
    color: #fff;
    opacity: 0.8
}
.post-info {
    font-size: 15px;
    border-top: 1px solid #eaeef2;
    padding-top: 10px;
    color: #b6c3d1;
    font-weight: 100;
}
.work-image {
    height: 145px;
    margin-bottom: 8px;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.blog-image {
    height: 230px;
    margin-bottom: 8px;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background: #EBF2FB;
}
.support-image {
    height: 97px;
    background: #ebf2fb;
    margin-bottom: 13px;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-image i {
    color: #5b6e82;
    font-size: 48px;
}
.solution-image {
    width: 300px;
    height: 180px;
    margin-bottom: 10px;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    flex-shrink: 0;
    margin-right: 20px;
}
.customer-image {
    height: 150px;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.work-title {
    font-weight: 600;
    color: var(--color-title);
    /* font-family: 'Montserrat', sans-serif; */
    line-height: 22px;
    margin-bottom: 5px;
    /* text-align: center; */
}
.work-description {
    color: #8D94A7 !important;
    font-size: 15px;
    line-height: 20px;
}
.work-content {
    display: grid;
    grid-auto-rows: 1fr;
    flex-wrap: wrap;
    justify-content: left;
    grid-template-columns: repeat(auto-fill, 350px);
    justify-content: center;
    text-align: left;
}
.blog-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.customer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
}
.solution-content {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    text-align: left;
}
.related-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.related-title {
    font-weight: 600;
    color: #5b6e82;
    font-family: 'Montserrat', sans-serif;
}
.related-image {
    height: 145px;
    margin-bottom: 8px;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.team-image {
    height: 130px;
    width: 130px;
    margin: auto;
    border-radius: 100px;
    margin-bottom: 8px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    border: 4px solid var(--color-master);
}
.solution-box {
    width: 100%;
    text-align: left;
    margin: 7px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebf2fb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.related-box {
    width: 100%;
    max-width: 230px;
    text-align: left;
    margin: 7px;
}
.related-box:hover {
    opacity: 0.6;
}
.work-box:hover {
    opacity: 0.6;
}
.work-box:hover .work-image {}
.post-box {
    max-width: 200px;
    margin: 8px;
}
.post-box:hover {
    opacity: 0.6;
}
.customer-box {
    width: 250px;
    margin: 8px;
    text-align: center;
    margin: 10px;
}
.customer-box:hover {
    opacity: 0.6;
}
.category-content {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.category-content i
{
    font-size: 25px;
    margin-right: 5px;
}
.category-content a {
    color: #5b6e82;
    margin: 6px;
    background: #ebf2fb;
    border-radius: 22px;
    padding-left: 20px;
    padding-right: 20px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.category-content a:hover {
    color: var(--color-master);
}
.category-content .checked {
    background: var(--color-master);
    color: #fff !important;
}
.page-section-current {
    color: var(--color-master);
    font-weight: 600;
}
.text-center {
    text-align: center;
    border-bottom: 1px solid #ebf2fb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.work-category {
    color: var(--color-master);
    font-size: 14px;
    margin-bottom: -1px;
    /* font-weight: 300; */
}
#lightgallery {
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 8px;
}
.gallery-image {
    width: 250px;
    height: 150px;
    flex-shrink: 0;
    border-radius: 7px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 7px;
}
.gallery-image:before {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.gallery-image:hover {
    opacity: 0.6;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    color: #fff;
    background-color: var(--color-master);
    border-radius: 100px;
    width: 40px;
    height: 40px;
}
.lg-toolbar .lg-icon {
    color: #fff;
    background-color: var(--color-master);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
}
.lg-backdrop {
    background: rgba(0, 0, 0, 0.7);
}
.lg-toolbar.lg-group {
    background: transparent;
    padding-right: 20px;
    padding-top: 10px;
}
.lg-sub-html {
    background: var(--color-master);
    color: #fff;
    padding: 20px;
}
.gallery-image i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 7px;
}
.solution-link {
    margin: 0;
    margin-right: 10px;
    font-size: 17px;
    text-decoration: underline !important;
    margin-top: 2px;
    display: block;
}
.content-about {
    text-align: left;
    margin: auto;
    margin-top: 30px;
    max-width: 800px;
    margin-bottom: 50px;
}
.about-title {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
}
.team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-box {
    max-width: 190px;
    margin: 16px;
    width: 100%;
    text-align: center;
}
.team-office {
    font-weight: 100;
    margin-top: -6px;
}
.about-map {
    width: 100%;
    border: none;
    height: 350px;
}
.st-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.st-box {
    background: #ebf2fb;
    margin: 10px;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    line-height: 22px;
}
.gallery-image.medium {
    width: 200px;
    height: 130px;
}
.vaga-slot {
    text-align: center
}
.link-footer {
    color: #fff !important;
    font-size: 13px;
    text-decoration: underline !important;
}
.special-button {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    max-width: 177px;
}
.display-normal
{
    max-width: 422px;
    margin: auto;
    font-size: 25px;
    line-height: 31px;
}
.job-alert
{
    /* color: red; */
    font-size: 13px;
    max-width: 300px;
    margin: auto;
    line-height: 18px;
    border-top: 1px solid #eaeef2;
    padding-top: 15px;
    margin-top: 15px;
}
.job-help
{
    margin-bottom: 15px;
    /* max-width: 200px; */
    margin: auto;
    font-size: 15px;
    /* margin-top: -10px; */
    margin-bottom: 10px;
    line-height: 19px;
    border-top: 1px solid #eaeef2;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
}
.job-help i 
{
    font-size: 44px;
    display: block;
    margin-bottom: 10px;
    color: var(--color-master);
}
.job-help-icon
{
    font-size: 44px;
    display: block;
    margin-bottom: 10px;
    color: var(--color-master);
}
.section-showcase.fixed
{
    height: 100%;
    position: fixed;
    width: 100%;
    margin-top: 0;
}
.showcase-subtitle3
{
    margin-top: 16px;
    font-weight: 300;
}
@media (max-width: 800px) {
    .menu-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .feature-empty {
        display: none;
    }
    .feature-box {
        width: 100%;
        display: inline;
    }
    .container-border {
        width: 85%;
        margin: auto;
    }
    .feature-info {
        text-align: center;
    }
    .feature-info .icon-indicator-big {
        display: none;
    }
    .icon-float-big {
        margin-left: auto;
        margin-right: auto;
    }
    .posts-row {
        display: inline;
    }
    .post-box {
        margin-bottom: 30px;
        text-align: center;
        max-width: unset;
    }
    .post-image.blog {
        height: 200px;
    }
    .menu-make img {
        width: 70px;
        margin-top: -7px;
    }
    .curtain-menu {
        padding: 11px;
        padding-top: 46px;
        overflow: auto;
        width: 100%;
    }
    .main-menu li {
        /* padding-top: 5px; */
        /* padding-bottom: 5px; */
    }
    .section-header .services-box {
        display: grid;
        text-align: center;
        margin: auto;
        max-width: 200px;
        margin-bottom: 16px;
    }
    .section-header .services-box i {
        margin-right: 0px;
        margin-bottom: -9px;
    }
    .section-feature {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .main-menu li a i {
        font-size: 28px;
    }
    .main-menu li a {
        line-height: 33px;
        font-size: 17px;
    }
    .post-read-image {
        height: 200px !important;
    }
    .post-read-title {
        font-size: 38px;
        line-height: 36px;
    }
    .section-showcase {
        /* padding-top: 111px; */
    }
    .gallery-image {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .related-box {
        width: 100%;
        max-width: unset;
        margin-left: 0;
        margin-right: 0;
    }
    .work-content {
        display: grid;
        grid-auto-rows: 1fr;
        flex-wrap: wrap;
        justify-content: left;
        grid-template-columns: repeat(auto-fill, 100%);
    }
    .work-content a {
        margin-left: 0;
        margin-right: 0;
    }
    .solution-box {
        display: grid;
        margin-left: 0px;
        margin-right: 0px;
    }
    .solution-image {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .services-showcase-title {
        max-width: unset;
        width: 100%;
    }
    .blog-image {
        width: 100%;
        height: 150px;
    }
}