






@media (max-width: 767px) {
    #products-home .products-container .col-details .btn,
    #awards-about .products-container .col-details .btn,
    #achievements-about .products-container .col-details .btn,
    #achievements-about .achievements-container .col-details .btn {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 100%;
        justify-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#products-home .products-container .col-details .btn svg,
#awards-about .products-container .col-details .btn svg,
#achievements-about .products-container .col-details .btn svg,
#achievements-about .achievements-container .col-details .btn svg {
    margin-left: 12px
}

[dir="rtl"] #products-home .products-container .col-details .btn svg,
[dir="rtl"] #awards-about .products-container .col-details .btn svg,
[dir="rtl"] #achievements-about .products-container .col-details .btn svg,
#achievements-about [dir="rtl"] #products-home .achievements-container .col-details .btn svg,
#achievements-about [dir="rtl"] #awards-about .achievements-container .col-details .btn svg,
[dir="rtl"] #achievements-about .achievements-container .col-details .btn svg {
    margin-right: 12px
}

#products-home .products-container .col-details .btn svg path,
#awards-about .products-container .col-details .btn svg path,
#achievements-about .products-container .col-details .btn svg path,
#achievements-about .achievements-container .col-details .btn svg path {
    stroke: white;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

#products-home .products-container .col-details .btn:hover,
#awards-about .products-container .col-details .btn:hover,
#achievements-about .products-container .col-details .btn:hover,
#achievements-about .achievements-container .col-details .btn:hover {
    background: white;
    color: #111e26;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

#products-home .products-container .col-details .btn:hover svg path,
#awards-about .products-container .col-details .btn:hover svg path,
#achievements-about .products-container .col-details .btn:hover svg path,
#achievements-about .achievements-container .col-details .btn:hover svg path {
    stroke: #111e26;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.hero-about {
    height: 100vh !important;
    height: 780px;
    background-image: url("../../imgs/aboutpage/hero-bg.svg")
}

@media (max-width: 991px) {
    .hero-about {
        height: auto !important;
        margin-bottom: 0 !important
    }
}

.hero-about .hero-media-img {
    background-image: -webkit-linear-gradient(158.59deg, rgba(17, 30, 38, 0.4) 19.31%, rgba(17, 30, 38, 0) 38.07%), url("../../imgs/aboutpage/hero-group-img.svg") !important;
    background-image: linear-gradient(291.41deg, rgba(17, 30, 38, 0.4) 19.31%, rgba(17, 30, 38, 0) 38.07%), url("../../imgs/aboutpage/hero-group-img.svg") !important
}

@media (max-width: 991px) {
    .hero-about .hero-media-img.img {
        width: 100%;
        background-size: cover;
        background-position: center
    }
}

.hero-about .hero-media-player {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-about .hero-media-player a {
    margin-left: 20px
}

[dir="rtl"] .hero-about .hero-media-player a {
    margin-right: 20px
}

.hero-about .hero-media-player a svg {
    position: inherit
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .hero-about .fp-tableCell {
        vertical-align: initial
    }
}

.hero-about .breadcrumb-wrapper,
.hero-about #contact .breadcrumb-wrapper,
#contact .hero-about .breadcrumb-wrapper {
    padding-top: 136px
}

#description-about {
    padding-top: 100px;
    height: 100vh !important
}

@media (max-width: 991px) {
    #description-about {
        height: auto !important
    }
}

#description-about .description-container .custom-title {
    color: #000;
    font-size: 3.25rem;
    line-height: 76px
}

@media (min-width: 360px) {
    #description-about .description-container .custom-title {
        font-size: 1.5rem;
        line-height: 30px
    }
}

@media (min-width: 375px) {
    #description-about .description-container .custom-title {
        font-size: 1.5rem;
        line-height: 30px
    }
}

@media (min-width: 1152px) {
    #description-about .description-container .custom-title {
        font-size: 2.5rem;
        line-height: 50px
    }
}

@media (min-width: 1440px) {
    #description-about .description-container .custom-title {
        font-size: 3.25rem;
        line-height: 66px
    }
}

@media (min-width: 1920px) {
    #description-about .description-container .custom-title {
        font-size: 3.25rem;
        line-height: 76px
    }
}

#description-about .description-container .custom-title {
    padding-right: 2.5rem
}

#description-about .description-container .custom-title .green-font {
    color: #008583
}

#description-about .description-container .description-img-position {
    padding: 3rem 6rem 0 5rem
}

@media (max-width: 991px) {
    #description-about .description-container .description-img-position {
        padding: 2rem;
        text-align: center
    }
    #description-about .description-container .description-img-position svg {
        width: 100px
    }
}

#vision-about {
    padding-top: 100px;
    background: #efefef
}

@media (max-width: 1152px) {
    #vision-about {
        height: auto !important
    }
}

#vision-about .bg-img {
    background-image: url("../../imgs/aboutpage/vision-bg.svg");
    background-size: initial;
    background-repeat: no-repeat;
    position: absolute;
    height: 170%;
    display: block;
    width: 100%;
    top: 35px;
    z-index: 0;
    background-color: #efefef
}

@media (max-width: 450px) {
    #vision-about .bg-img {
        display: none
    }
}

#vision-about .fp-tableCell {
    vertical-align: initial
}

#vision-about .vision-container .vision-part {
    border: 1px solid rgba(133, 133, 133, 0.24);
    border-radius: 24px;
    padding: 36px 59px 50px 36px;
    width: 451px;
    padding-bottom: 130px
}

@media (max-width: 991px) {
    #vision-about .vision-container .vision-part {
        height: auto;
        width: auto
    }
}

#vision-about .vision-container .vision-part p {
    font-size: 24px;
    margin-bottom: 80px
}

#vision-about .vision-container .vision-part .sub-vision {
    text-align: center;
    margin-top: 64px
}

#vision-about .vision-container .mission-part {
    padding: 36px 90px 20px 36px
}

#vision-about .vision-container .mission-part p {
    font-size: 24px;
    margin-bottom: 32px
}

#vision-about .vision-container .sub-mission-vision {
    height: 242px;
    border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991px) {
    #vision-about .vision-container .sub-mission-vision {
        height: 50%
    }
    #vision-about .vision-container .sub-mission-vision svg {
        width: 100px;
        height: auto
    }
}

#vision-about .vision-container .vision-mission-title {
    font-size: 48px;
    margin-bottom: 36px
}

@media (max-width: 991px) {
    #vision-about .vision-container .vision-mission-title {
        font-size: 1.563rem
    }
}

@media (max-width: 1152px) {
    #vision-about .vision-container .vision-mission-title {
        font-size: 38px
    }
}

#vision-about .vision-container h4 {
    font-weight: 500;
    font-size: 24px
}

#values-about {
    padding-top: 60px;
    border-radius: 32px !important;
    height: 774px !important;
    background: #fff;
    background-image: url("../../imgs/aboutpage/values-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 74px;
    width: -webkit-fill-available;
    margin: 20px;
    max-width: 100%;
    z-index: 99
}

@media (max-width: 991px) {
    #values-about {
        height: auto !important
    }
}

#values-about .values-container {
    position: relative
}

#values-about .values-container .top {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0s all ease-in-out;
    transition: 0s all ease-in-out
}

#values-about .values-container .top .sec-num {
    color: #111e26;
    font-weight: 600;
    padding: 3px 9px;
    position: relative;
    line-height: normal;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 1
}

#values-about .values-container .top .sec-title {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#values-about .values-container .img-container {
    width: 451px;
    height: 443px;
    border-radius: 12px
}

@media (max-width: 991px) {
    #values-about .values-container .img-container {
        width: auto;
        height: 300px;
        overflow: hidden;
        border-radius: 3px !important
    }
    #values-about .values-container .img-container img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 3px !important
    }
}

#values-about .values-container .img-container img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    width: 100%
}

#values-about .values-container .col-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2d2e2c
}

#values-about .values-container .col-details .about-txt {
    font-size: 24px;
    margin: 0;
    padding-bottom: 48px
}

@media (max-width: 767px) {
    #values-about .values-container .col-details .about-txt {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    #values-about .values-container .col-details .about-txt {
        margin-top: 36px
    }
}

#values-about .values-container .col-details .icons-section ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0
}

#values-about .values-container .col-details .icons-section ul .icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.3%;
    padding: 10px
}

@media (max-width: 991px) {
    #values-about .values-container .col-details .icons-section ul .icon-box {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: 100%;
        margin-bottom: 20px;
        margin: 0
    }
}

#values-about .values-container .col-details .icons-section ul .icon-box:first-child {
    padding-left: 0
}

[dir="rtl"] #values-about .values-container .col-details .icons-section ul .icon-box:first-child {
    padding-right: 0
}

#values-about .values-container .col-details .icons-section ul .icon-box:last-child {
    margin-right: 0;
    padding-left: 0
}

[dir="rtl"] #values-about .values-container .col-details .icons-section ul .icon-box:last-child {
    margin-right: 0;
    padding-right: 0
}

#values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .value-icon {
    height: 45px
}

#values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px
}

#values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .title,
#values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag #contact .hero-about .contact-container .contact-title,
#contact .hero-about .contact-container #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .contact-title,
#values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag #contact .header-section .contact-container .contact-title,
#contact .header-section .contact-container #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .contact-title {
    color: #2d2e2c;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 16px;
    text-transform: uppercase;
    line-height: 36px
}

#values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper p {
    color: #7c7c7c;
    font-size: 12px;
    margin: 0
}

#awards-about {
    overflow: visible !important;
    height: auto !important;
    padding-top: 86px;
    overflow: hidden;
    background: #eee4dd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    mask-image: none;
    -webkit-mask-image: none;
    color: #111e26;
    position: relative;
    padding-bottom: 105px
}

#awards-about .products-container,
#awards-about #achievements-about .achievements-container,
#achievements-about #awards-about .achievements-container {
    min-height: auto !important
}

@media (max-width: 1152px) {
    #awards-about {
        height: auto !important
    }
}

#awards-about .fp-tableCell {
    overflow: hidden
}

#awards-about .bg-beige {
    background-image: url(../../imgs/aboutpage/award-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 175%;
    width: 100%;
    background-color: #eee4dd;
    top: -35%
}

#awards-about .main-title .dots-buttons .dots-awards:before {
    background: #aa7d22 !important
}

#awards-about .main-title .dots-buttons .buttons .buttons-inner .nav-awards {
    margin: 0 !important
}

#awards-about .main-title .dots-buttons .buttons .buttons-inner .nav-awards button {
    background: #aa7d22 !important
}

#awards-about .main-title .dots-buttons .buttons .buttons-inner .nav-awards button svg path {
    stroke: white !important
}

#awards-about .main-title .dots-buttons .buttons .buttons-inner .nav-awards button:after {
    background: #aa7d22 !important
}

#awards-about .awards-paragraph {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-top: 36px
}

#awards-about #awards-slider .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

#awards-about #awards-slider .owl-stage .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#awards-about .awards-box {
    background: #ffffff;
    box-shadow: 0px 64px 48px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: relative
}

#awards-about .awards-box {
    margin-left: 0px
}

[dir="rtl"] #awards-about .awards-box {
    margin-right: 0px
}

#awards-about .awards-box .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#awards-about .awards-box .item .item-wrapper {
    padding: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#awards-about .awards-box .item .item-wrapper .svg-wrapper {
    width: 25%
}

#awards-about .awards-box .item .item-wrapper .svg-wrapper svg {
    margin-top: 4px
}

#awards-about .awards-box .item .item-wrapper .info-wrapper {
    width: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#awards-about .awards-box .item .item-wrapper .info-wrapper {
    margin-left: 30px
}

[dir="rtl"] #awards-about .awards-box .item .item-wrapper .info-wrapper {
    margin-right: 30px
}

#awards-about .awards-box .item .item-wrapper .info-wrapper svg {
    margin: 0
}

#awards-about .awards-box .item .item-wrapper .info-wrapper .award-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2d2e2c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#awards-about .awards-box .item .item-wrapper .info-wrapper .award-provider {
    color: #aa7d22;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px
}

#awards-about .awards-box .item .item-wrapper .info-wrapper .icon-year {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#awards-about .awards-box .item .item-wrapper .info-wrapper .icon-year svg {
    margin-top: 0
}

#awards-about .awards-box .item .item-wrapper .info-wrapper .icon-year svg {
    margin-right: 8px
}

[dir="rtl"] #awards-about .awards-box .item .item-wrapper .info-wrapper .icon-year svg {
    margin-left: 8px
}

#awards-about .awards-box .item .item-wrapper .info-wrapper .icon-year .award-year {
    color: #858585;
    font-size: 16px
}

#achievements-about {
    background: #163549;
    border-radius: 32px;
    width: -webkit-fill-available;
    margin: 20px;
    max-width: 100%;
    z-index: 99;
    color: white;
    margin-bottom: 72px;
    height: auto !important
}

@media (max-width: 991px) {
    #achievements-about {
        margin: 0;
        width: 100%;
        margin-bottom: 30px
    }
}

#achievements-about .achievements-container {
    min-height: 80vh
}

#achievements-about .achievements-container .main-title {
    padding-bottom: 51px
}

#achievements-about .achievements-container .main-title .dots-buttons .buttons .buttons-inner .nav-achievements {
    margin: 0 !important
}

#achievements-about .achievements-container .cards {
    margin-top: -2rem
}

@media (max-width: 991px) {
    #achievements-about .achievements-container .cards {
        margin-top: 0
    }
}

#achievements-about .achievements-container .achievements-card {
    overflow: hidden;
    height: 50vh;
    background: #ffffff;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#achievements-about .achievements-container .achievements-card .achievements-wrapper {
    padding: 24px;
    min-height: 154px
}

#achievements-about .achievements-container .achievements-card .achievements-card-text {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 28px;
    color: #111e26;
    margin-bottom: 0
}

@media (max-width: 1920px) {
    #achievements-about .achievements-container .achievements-card .achievements-card-text {
        font-size: 1.563rem;
        line-height: 31px
    }
}

@media (max-width: 1499px) {
    #achievements-about .achievements-container .achievements-card .achievements-card-text {
        font-size: 1rem;
        line-height: 22px
    }
}

@media (max-width: 1440px) {
    #achievements-about .achievements-container .achievements-card .achievements-card-text {
        font-size: 1.25rem;
        line-height: 28px
    }
}

@media (max-width: 1199px) {
    #achievements-about .achievements-container .achievements-card .achievements-card-text {
        font-size: 1rem;
        line-height: 22px
    }
}

#achievements-about .achievements-container .achievements-card .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

#achievements-about .achievements-container .achievements-card .tag .number {
    padding: 0px 7px;
    color: #2d2e2c;
    font-weight: 600;
    border-radius: 3px;
    font-size: 1.25rem;
    border: solid 1px #2d2e2c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media (max-width: 1920px) {
    #achievements-about .achievements-container .achievements-card .tag .number {
        font-size: 1.563rem;
        line-height: 31px
    }
}

@media (max-width: 1499px) {
    #achievements-about .achievements-container .achievements-card .tag .number {
        font-size: 1rem;
        line-height: 22px
    }
}

@media (max-width: 1440px) {
    #achievements-about .achievements-container .achievements-card .tag .number {
        font-size: 1.25rem;
        line-height: 28px
    }
}

@media (max-width: 1199px) {
    #achievements-about .achievements-container .achievements-card .tag .number {
        font-size: 1rem;
        line-height: 22px
    }
}

#achievements-about .achievements-container .achievements-card .tag .title,
#achievements-about .achievements-container .achievements-card .tag #contact .hero-about .contact-container .contact-title,
#contact .hero-about .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title,
#achievements-about .achievements-container .achievements-card .tag #contact .header-section .contact-container .contact-title,
#contact .header-section .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title {
    color: #2d2e2c;
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 0;
    text-transform: uppercase;
    line-height: normal;
    overflow: auto
}

@media (max-width: 1920px) {
    #achievements-about .achievements-container .achievements-card .tag .title,
    #achievements-about .achievements-container .achievements-card .tag #contact .hero-about .contact-container .contact-title,
    #contact .hero-about .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title,
    #achievements-about .achievements-container .achievements-card .tag #contact .header-section .contact-container .contact-title,
    #contact .header-section .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title {
        font-size: 1.563rem;
        line-height: 31px
    }
}

@media (max-width: 1499px) {
    #achievements-about .achievements-container .achievements-card .tag .title,
    #achievements-about .achievements-container .achievements-card .tag #contact .hero-about .contact-container .contact-title,
    #contact .hero-about .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title,
    #achievements-about .achievements-container .achievements-card .tag #contact .header-section .contact-container .contact-title,
    #contact .header-section .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title {
        font-size: 1rem;
        line-height: 22px
    }
}

@media (max-width: 1440px) {
    #achievements-about .achievements-container .achievements-card .tag .title,
    #achievements-about .achievements-container .achievements-card .tag #contact .hero-about .contact-container .contact-title,
    #contact .hero-about .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title,
    #achievements-about .achievements-container .achievements-card .tag #contact .header-section .contact-container .contact-title,
    #contact .header-section .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title {
        font-size: 1.25rem;
        line-height: 28px
    }
}

@media (max-width: 1199px) {
    #achievements-about .achievements-container .achievements-card .tag .title,
    #achievements-about .achievements-container .achievements-card .tag #contact .hero-about .contact-container .contact-title,
    #contact .hero-about .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title,
    #achievements-about .achievements-container .achievements-card .tag #contact .header-section .contact-container .contact-title,
    #contact .header-section .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title {
        font-size: 1rem;
        line-height: 22px
    }
}

#achievements-about .achievements-container .achievements-card .tag .title,
#achievements-about .achievements-container .achievements-card .tag #contact .hero-about .contact-container .contact-title,
#contact .hero-about .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title,
#achievements-about .achievements-container .achievements-card .tag #contact .header-section .contact-container .contact-title,
#contact .header-section .contact-container #achievements-about .achievements-container .achievements-card .tag .contact-title {
    padding-left: 8px
}

[dir="rtl"] #achievements-about .achievements-container .achievements-card .tag .title,
[dir="rtl"] #achievements-about .achievements-container .achievements-card .tag #contact .hero-about .contact-container .contact-title,
#contact .hero-about .contact-container [dir="rtl"] #achievements-about .achievements-container .achievements-card .tag .contact-title,
[dir="rtl"] #achievements-about .achievements-container .achievements-card .tag #contact .header-section .contact-container .contact-title,
#contact .header-section .contact-container [dir="rtl"] #achievements-about .achievements-container .achievements-card .tag .contact-title {
    padding-right: 8px
}

.section-shrink {
    padding: 0 20px
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .section-shrink {
        padding: 0
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .section-shrink {
        padding: 0
    }
}

@media (max-width: 1489px) {
    .aboutpage .main-title {
        font-size: 38px
    }
}

.aboutpage .header-section,
.aboutpage .hero-about,
.aboutpage #contact .header-section,
#contact .aboutpage .header-section {
    height: 100vh !important
}

@media (max-width: 1024px) {
    .aboutpage .header-section,
    .aboutpage .hero-about,
    .aboutpage #contact .header-section,
    #contact .aboutpage .header-section {
        height: auto !important;
        margin-bottom: 0
    }
    .aboutpage .header-section .fp-tableCell,
    .aboutpage .hero-about .fp-tableCell,
    .aboutpage #contact .header-section .fp-tableCell,
    #contact .aboutpage .header-section .fp-tableCell {
        height: auto !important
    }
}

@media (max-width: 991px) {
    .aboutpage .header-section,
    .aboutpage .hero-about,
    .aboutpage #contact .header-section,
    #contact .aboutpage .header-section {
        height: 100vh !important
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .aboutpage .header-section,
    .aboutpage .hero-about,
    .aboutpage #contact .header-section,
    #contact .aboutpage .header-section {
        height: 100vh !important
    }
}

@media (max-width: 1152px) {
    .aboutpage .title-img .title,
    .aboutpage #terms-condition .title-img .title,
    #terms-condition .aboutpage .title-img .title,
    .aboutpage #contact .hero-about .contact-container .title-img .title,
    #contact .hero-about .contact-container .aboutpage .title-img .title,
    .aboutpage #contact .header-section .contact-container .title-img .title,
    #contact .header-section .contact-container .aboutpage .title-img .title,
    .aboutpage .title-img #contact .hero-about .contact-container .contact-title,
    .aboutpage #contact .hero-about .contact-container .title-img .contact-title,
    #contact .hero-about .contact-container .aboutpage .title-img .contact-title,
    .aboutpage .title-img #contact .header-section .contact-container .contact-title,
    .aboutpage #contact .header-section .contact-container .title-img .contact-title,
    #contact .header-section .contact-container .aboutpage .title-img .contact-title {
        font-size: 50px
    }
}

@media (max-width: 991px) {
    .aboutpage .title-img .title,
    .aboutpage #terms-condition .title-img .title,
    #terms-condition .aboutpage .title-img .title,
    .aboutpage #contact .hero-about .contact-container .title-img .title,
    #contact .hero-about .contact-container .aboutpage .title-img .title,
    .aboutpage #contact .header-section .contact-container .title-img .title,
    #contact .header-section .contact-container .aboutpage .title-img .title,
    .aboutpage .title-img #contact .hero-about .contact-container .contact-title,
    .aboutpage #contact .hero-about .contact-container .title-img .contact-title,
    #contact .hero-about .contact-container .aboutpage .title-img .contact-title,
    .aboutpage .title-img #contact .header-section .contact-container .contact-title,
    .aboutpage #contact .header-section .contact-container .title-img .contact-title,
    #contact .header-section .contact-container .aboutpage .title-img .contact-title {
        font-size: 1.563rem
    }
}

.aboutpage .title-img .img,
.aboutpage #terms-condition .title-img .img,
#terms-condition .aboutpage .title-img .img,
.aboutpage #contact .hero-about .contact-container .title-img .img,
#contact .hero-about .contact-container .aboutpage .title-img .img,
.aboutpage #contact .header-section .contact-container .title-img .img,
#contact .header-section .contact-container .aboutpage .title-img .img {
    position: relative
}

@media (max-width: 1152px) {
    .aboutpage .title-img .img,
    .aboutpage #terms-condition .title-img .img,
    #terms-condition .aboutpage .title-img .img,
    .aboutpage #contact .hero-about .contact-container .title-img .img,
    #contact .hero-about .contact-container .aboutpage .title-img .img,
    .aboutpage #contact .header-section .contact-container .title-img .img,
    #contact .header-section .contact-container .aboutpage .title-img .img {
        height: 268px
    }
}

@media (max-width: 990px) {
    .aboutpage .title-img .img img,
    .aboutpage #terms-condition .title-img .img img,
    #terms-condition .aboutpage .title-img .img img,
    .aboutpage #contact .hero-about .contact-container .title-img .img img,
    #contact .hero-about .contact-container .aboutpage .title-img .img img,
    .aboutpage #contact .header-section .contact-container .title-img .img img,
    #contact .header-section .contact-container .aboutpage .title-img .img img {
        width: 100%;
        height: 100%
    }
}

@media (max-width: 1024px) {
    .aboutpage .title-img .img img,
    .aboutpage #terms-condition .title-img .img img,
    #terms-condition .aboutpage .title-img .img img,
    .aboutpage #contact .hero-about .contact-container .title-img .img img,
    #contact .hero-about .contact-container .aboutpage .title-img .img img,
    .aboutpage #contact .header-section .contact-container .title-img .img img,
    #contact .header-section .contact-container .aboutpage .title-img .img img {
        width: 100%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .aboutpage .title-img .img img,
    .aboutpage #terms-condition .title-img .img img,
    #terms-condition .aboutpage .title-img .img img,
    .aboutpage #contact .hero-about .contact-container .title-img .img img,
    #contact .hero-about .contact-container .aboutpage .title-img .img img,
    .aboutpage #contact .header-section .contact-container .title-img .img img,
    #contact .header-section .contact-container .aboutpage .title-img .img img {
        width: 100%;
        height: auto
    }
}

.aboutpage .title-img .img:before,
.aboutpage #terms-condition .title-img .img:before,
#terms-condition .aboutpage .title-img .img:before,
.aboutpage #contact .hero-about .contact-container .title-img .img:before,
#contact .hero-about .contact-container .aboutpage .title-img .img:before,
.aboutpage #contact .header-section .contact-container .title-img .img:before,
#contact .header-section .contact-container .aboutpage .title-img .img:before {
    content: "";
    background: black;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0.3
}

.aboutpage .title-img .hero-media-player,
.aboutpage #terms-condition .title-img .hero-media-player,
#terms-condition .aboutpage .title-img .hero-media-player,
.aboutpage #contact .hero-about .contact-container .title-img .hero-media-player,
#contact .hero-about .contact-container .aboutpage .title-img .hero-media-player,
.aboutpage #contact .header-section .contact-container .title-img .hero-media-player,
#contact .header-section .contact-container .aboutpage .title-img .hero-media-player {
    position: absolute;
    right: 48px;
    bottom: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

[dir="rtl"] .aboutpage .title-img .hero-media-player,
[dir="rtl"] .aboutpage #terms-condition .title-img .hero-media-player,
#terms-condition [dir="rtl"] .aboutpage .title-img .hero-media-player,
[dir="rtl"] .aboutpage #contact .hero-about .contact-container .title-img .hero-media-player,
#contact .hero-about .contact-container [dir="rtl"] .aboutpage .title-img .hero-media-player,
[dir="rtl"] .aboutpage #contact .header-section .contact-container .title-img .hero-media-player,
#contact .header-section .contact-container [dir="rtl"] .aboutpage .title-img .hero-media-player {
    right: 48px;
    left: auto
}

.aboutpage .title-img .hero-media-player span,
.aboutpage #terms-condition .title-img .hero-media-player span,
#terms-condition .aboutpage .title-img .hero-media-player span,
.aboutpage #contact .hero-about .contact-container .title-img .hero-media-player span,
#contact .hero-about .contact-container .aboutpage .title-img .hero-media-player span,
.aboutpage #contact .header-section .contact-container .title-img .hero-media-player span,
#contact .header-section .contact-container .aboutpage .title-img .hero-media-player span {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    margin-right: 16px
}

[dir="rtl"] .aboutpage .title-img .hero-media-player span,
[dir="rtl"] .aboutpage #terms-condition .title-img .hero-media-player span,
#terms-condition [dir="rtl"] .aboutpage .title-img .hero-media-player span,
[dir="rtl"] .aboutpage #contact .hero-about .contact-container .title-img .hero-media-player span,
#contact .hero-about .contact-container [dir="rtl"] .aboutpage .title-img .hero-media-player span,
[dir="rtl"] .aboutpage #contact .header-section .contact-container .title-img .hero-media-player span,
#contact .header-section .contact-container [dir="rtl"] .aboutpage .title-img .hero-media-player span {
    margin-left: 16px
}

.aboutpage .title-img .hero-media-player a svg,
.aboutpage #terms-condition .title-img .hero-media-player a svg,
#terms-condition .aboutpage .title-img .hero-media-player a svg,
.aboutpage #contact .hero-about .contact-container .title-img .hero-media-player a svg,
#contact .hero-about .contact-container .aboutpage .title-img .hero-media-player a svg,
.aboutpage #contact .header-section .contact-container .title-img .hero-media-player a svg,
#contact .header-section .contact-container .aboutpage .title-img .hero-media-player a svg {
    position: unset
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .aboutpage #description-about {
        height: auto !important
    }
    .aboutpage #description-about .fp-tableCell {
        height: auto !important
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .aboutpage #vision-about {
        height: auto !important
    }
    .aboutpage #vision-about .fp-tableCell {
        height: auto !important
    }
}

@media (max-width: 991px) {
    .aboutpage #vision-about .vision-container {
        padding: 30px
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .aboutpage #vision-about .bg-img {
        height: 100%
    }
}

@media (max-width: 991px) {
    .aboutpage #vision-about .mission-part {
        padding: 30px
    }
}

@media (max-width: 1489px) {
    .aboutpage #vision-about .vision-part .vision-mission-title,
    .aboutpage #vision-about .mission-part .vision-mission-title {
        font-size: 34px;
        margin-bottom: 20px
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #vision-about .vision-part .vision-mission-title,
    .aboutpage #vision-about .mission-part .vision-mission-title {
        font-size: 30px
    }
}

@media (max-width: 1152px) {
    .aboutpage #vision-about .vision-part .vision-mission-title,
    .aboutpage #vision-about .mission-part .vision-mission-title {
        font-size: 34px
    }
}

@media (max-width: 991px) {
    .aboutpage #vision-about .vision-part .vision-mission-title,
    .aboutpage #vision-about .mission-part .vision-mission-title {
        font-size: 1.563rem
    }
}

@media (max-width: 375px) {
    .aboutpage #vision-about .vision-part .vision-mission-title,
    .aboutpage #vision-about .mission-part .vision-mission-title {
        font-size: 1.563rem
    }
}

@media (max-width: 991px) {
    .aboutpage #vision-about .vision-part p,
    .aboutpage #vision-about .mission-part p {
        margin-bottom: 10px
    }
}

@media (max-width: 1152px) {
    .aboutpage #vision-about .vision-part p,
    .aboutpage #vision-about .mission-part p {
        font-size: 18px
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #vision-about .vision-part p,
    .aboutpage #vision-about .mission-part p {
        font-size: 20px
    }
}

@media (max-width: 1489px) {
    .aboutpage #vision-about .vision-part p,
    .aboutpage #vision-about .mission-part p {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .aboutpage #vision-about .sub-vision {
        margin-top: 34px
    }
}

@media (max-width: 991px) {
    .aboutpage #vision-about .sub-vision svg {
        width: 100px;
        height: auto
    }
}

@media (max-width: 991px) {
    .aboutpage #vision-about .vision-part {
        padding: 30px
    }
}

@media (max-width: 1152px) {
    .aboutpage #vision-about .vision-part {
        padding-bottom: 50px
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #vision-about .vision-part {
        padding-bottom: 50px
    }
}

@media (max-width: 1489px) {
    .aboutpage #vision-about .vision-part {
        padding-bottom: 48px
    }
}

.aboutpage #values-about {
    padding-top: 80px
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .aboutpage #values-about {
        height: auto !important
    }
    .aboutpage #values-about .fp-tableCell {
        height: auto !important
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #values-about .main-title {
        font-size: 40px
    }
}

@media (max-width: 1498.9px) {
    .aboutpage #values-about .main-title {
        font-size: 38px
    }
}

@media (max-width: 1152px) {
    .aboutpage #values-about .main-title {
        font-size: 32px;
        line-height: normal;
        padding-bottom: 20px
    }
}

@media (max-width: 991px) {
    .aboutpage #values-about .main-title {
        font-size: 1.563rem;
        line-height: normal
    }
}

.aboutpage #values-about .img-container {
    height: auto
}

@media (max-width: 1152px) {
    .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .title,
    .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag #contact .hero-about .contact-container .contact-title,
    #contact .hero-about .contact-container .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .contact-title,
    .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag #contact .header-section .contact-container .contact-title,
    #contact .header-section .contact-container .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .contact-title {
        font-size: 16px
    }
}

@media (max-width: 1498.9px) {
    .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .title,
    .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag #contact .hero-about .contact-container .contact-title,
    #contact .hero-about .contact-container .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .contact-title,
    .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag #contact .header-section .contact-container .contact-title,
    #contact .header-section .contact-container .aboutpage #values-about .values-container .col-details .icons-section ul .icon-box .icon-wrapper .tag .contact-title {
        font-size: 16px
    }
}

@media (max-width: 1489px) {
    .aboutpage #values-about .values-container .col-details .about-txt {
        font-size: 20px
    }
}

@media (max-width: 1498.9px) {
    .aboutpage #values-about .values-container .col-details .about-txt {
        font-size: 18px
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #values-about .values-container .col-details .about-txt {
        font-size: 20px;
        padding-bottom: 38px
    }
}

@media (max-width: 1152px) {
    .aboutpage #values-about .values-container .col-details .about-txt {
        font-size: 16px;
        padding-bottom: 30px
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .aboutpage #awards-about {
        height: auto !important
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #awards-about .products-container .main-title,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title {
        font-size: 40px;
        padding-bottom: 36px
    }
}

@media (max-width: 1152px) {
    .aboutpage #awards-about .products-container .main-title,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title {
        font-size: 32px;
        line-height: normal;
        padding-bottom: 18px
    }
}

@media (max-width: 991px) {
    .aboutpage #awards-about .products-container .main-title,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title {
        font-size: 1.563rem
    }
}

.aboutpage #awards-about .products-container .main-title .dots-buttons,
.aboutpage #awards-about #achievements-about .achievements-container .main-title .dots-buttons,
#achievements-about .aboutpage #awards-about .achievements-container .main-title .dots-buttons {
    margin-top: 35px
}

@media (max-width: 1499px) {
    .aboutpage #awards-about .products-container .main-title .dots-buttons,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .dots-buttons,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .dots-buttons {
        margin-top: 20px
    }
}

@media (max-width: 1440px) {
    .aboutpage #awards-about .products-container .main-title .dots-buttons,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .dots-buttons,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .dots-buttons {
        margin-top: 30px
    }
}

@media (max-width: 1498.9px) {
    .aboutpage #awards-about .products-container .main-title .dots-buttons,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .dots-buttons,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .dots-buttons {
        margin-top: 5px
    }
}

@media (max-width: 1489px) {
    .aboutpage #awards-about .products-container .main-title .dots-buttons,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .dots-buttons,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .dots-buttons {
        margin-top: 20px
    }
}

@media (max-width: 1499px) {
    .aboutpage #awards-about .products-container .main-title .awards-paragraph,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .awards-paragraph,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .awards-paragraph {
        font-size: 16px;
        margin-top: 20px
    }
}

@media (max-width: 1498.9px) {
    .aboutpage #awards-about .products-container .main-title .awards-paragraph,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .awards-paragraph,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .awards-paragraph {
        font-size: 16px;
        margin-top: 20px
    }
}

@media (max-width: 1489px) {
    .aboutpage #awards-about .products-container .main-title .awards-paragraph,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .awards-paragraph,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .awards-paragraph {
        font-size: 20px;
        margin-top: 25px
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #awards-about .products-container .main-title .awards-paragraph,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .awards-paragraph,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .awards-paragraph {
        font-size: 22px;
        margin-top: 30px
    }
    .aboutpage #awards-about .products-container .main-title .dots-buttons,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .dots-buttons,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .dots-buttons {
        margin-top: 28px
    }
}

@media (max-width: 1152px) {
    .aboutpage #awards-about .products-container .main-title .awards-paragraph,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .awards-paragraph,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .awards-paragraph {
        font-size: 18px;
        margin-top: 18px
    }
    .aboutpage #awards-about .products-container .main-title .dots-buttons,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .dots-buttons,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .dots-buttons {
        margin-top: 0
    }
}

@media (max-width: 991px) {
    .aboutpage #awards-about .products-container .main-title .awards-paragraph,
    .aboutpage #awards-about #achievements-about .achievements-container .main-title .awards-paragraph,
    #achievements-about .aboutpage #awards-about .achievements-container .main-title .awards-paragraph {
        font-size: 1rem;
        line-height: normal
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .aboutpage #achievements-about {
        height: auto !important
    }
    .aboutpage #achievements-about .fp-tableCell {
        height: auto !important
    }
    .aboutpage #achievements-about .fp-tableCell .achievements-container {
        min-height: auto
    }
}

@media (max-width: 1800px) {
    .aboutpage #achievements-about .achievements-container .cards {
        margin-top: 0
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #achievements-about .achievements-container .cards {
        margin-top: -2rem
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #achievements-about .achievements-container .main-title {
        font-size: 40px
    }
}

@media (max-width: 1152px) {
    .aboutpage #achievements-about .achievements-container .main-title {
        font-size: 32px;
        line-height: normal
    }
}

@media (max-width: 1309.09px) {
    .aboutpage #achievements-about .achievements-container .main-title .dots-buttons {
        margin-top: 28px
    }
}

@media (max-width: 1152px) {
    .aboutpage #achievements-about .achievements-container .main-title .dots-buttons {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    .aboutpage #achievements-about .achievements-container .main-title {
        font-size: 1.563rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .aboutpage #achievements-about .achievements-container .main-title .main-title .dots-buttons {
        display: block
    }
    .aboutpage #achievements-about .achievements-container .main-title .main-title .dots-buttons .buttons .buttons-inner .nav-achievements {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.aboutpage #achievements-about .achievements-container .achievements-card {
    height: 50vh
}

@media (min-width: 1199px) {
    .aboutpage #achievements-about .achievements-container .achievements-card {
        height: 55vh
    }
}

@media (min-width: 1366px) {
    .aboutpage #achievements-about .achievements-container .achievements-card {
        height: 55vh
    }
}

@media (min-width: 1440px) {
    .aboutpage #achievements-about .achievements-container .achievements-card {
        height: 48vh
    }
}

@media (min-width: 1499px) {
    .aboutpage #achievements-about .achievements-container .achievements-card {
        height: 41vh
    }
}

@media (min-width: 1920px) {
    .aboutpage #achievements-about .achievements-container .achievements-card {
        height: 48vh
    }
}

@media (min-width: 1152px) {
    .aboutpage #achievements-about .achievements-container .achievements-card .achievements-wrapper {
        min-height: 160px
    }
}

@media (min-width: 1309.09px) {
    .aboutpage #achievements-about .achievements-container .achievements-card .achievements-wrapper {
        min-height: 160px
    }
}

@media (min-width: 1489px) {
    .aboutpage #achievements-about .achievements-container .achievements-card .achievements-wrapper {
        min-height: 190px
    }
}

@media (min-width: 1498.9px) {
    .aboutpage #achievements-about .achievements-container .achievements-card .achievements-wrapper {
        min-height: 160px
    }
}

.showcases-page .filteration-section {
    margin-top: 60px;
    margin-bottom: 72px
}

.showcases-page .filteration-section .filters-button-group {
    margin-bottom: 48px;
    text-align: center
}

.showcases-page .filteration-section .filters-button-group button {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #858585;
    background: none;
    opacity: 1;
    padding: 12px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

@media (max-width: 991px) {
    .showcases-page .filteration-section .filters-button-group button {
        font-size: 16px;
        line-height: 20px;
        padding: 10px
    }
}

.showcases-page .filteration-section .filters-button-group button {
    margin-right: 12px
}

.showcases-page .filteration-section .filters-button-group button:last-child {
    margin-right: 0
}

[dir="rtl"] .showcases-page .filteration-section .filters-button-group button {
    margin-left: 12px
}

[dir="rtl"] .showcases-page .filteration-section .filters-button-group button:last-child {
    margin-left: 0
}

.showcases-page .filteration-section .filters-button-group button.is-checked {
    background: #111e26;
    border-radius: 2px;
    color: white;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.showcases-page .showcases-wrapper {
    margin-left: -12px;
    margin-right: -12px
}

.showcases-page .showcases-wrapper li {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 20px
}

.showcases-page .showcases-wrapper li .item {
    width: 100%;
    overflow: hidden
}

.showcases-page .showcases-wrapper li .item:hover .element-wrapper .img-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.64) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, #000 100%);
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all
}

.showcases-page .showcases-wrapper li .item:hover .element-wrapper .showcase-info {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all
}

.showcases-page .showcases-wrapper li .item:hover .element-wrapper .showcase-info .hover-info {
    opacity: 1;
    -webkit-transition: opacity 0.05s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.05s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.05s ease-in, transform 0.25s ease-in;
    transition: opacity 0.05s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in
}

.showcases-page .showcases-wrapper li .item .element-wrapper {
    width: 100%;
    position: relative
}

@media (max-width: 991px) {
    .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .tags {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .showcases-page .showcases-wrapper li .item .element-wrapper .img-wrapper:after {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%) !important;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%) !important
    }
}

.showcases-page .showcases-wrapper li .item .element-wrapper .img-wrapper {
    height: 280px;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    position: relative
}

.showcases-page .showcases-wrapper li .item .element-wrapper .img-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 45.96%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.96%, rgba(0, 0, 0, 0.6) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all
}

.showcases-page .showcases-wrapper li .item .element-wrapper .img-wrapper img {
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all
}

@media (max-width: 1200px) {
    .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info {
        -webkit-transform: translateY(22%);
        -ms-transform: translateY(22%);
        transform: translateY(22%)
    }
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    margin-left: 24px;
    margin-right: 24px;
    min-height: 80px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px
}

@media (max-width: 1200px) {
    .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag {
        min-height: 100px
    }
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag p {
    margin: 0;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    line-height: normal;
    width: 65%
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 35%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags .web-tag {
    background: #eec044;
    border-radius: 2px;
    padding: 1px 4px;
    color: #000000;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags .mobile-tag {
    background: #008f9c;
    border-radius: 2px;
    padding: 1px 4px;
    color: white;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags .bi-tag {
    background: #98d134;
    border-radius: 2px;
    padding: 1px 4px;
    color: black;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags span:first-child {
    margin-right: 6px
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags span:last-child {
    margin-right: 0
}

[dir="rtl"] .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags span:first-child {
    margin-left: 6px
}

[dir="rtl"] .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .title-tag .tags span:last-child {
    margin-left: 0
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info {
    opacity: 0;
    -webkit-transition: opacity 0.05s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.05s ease-in, -webkit-transform 0.25s ease-in;
    transition: opacity 0.05s ease-in, transform 0.25s ease-in;
    transition: opacity 0.05s ease-in, transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info .title-tag {
    margin-bottom: 24px
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    margin: 16px 24px 24px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    min-height: 50px
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info a {
    background: #008f9c;
    border-radius: 0 0 2px 2px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em
}

@media (max-width: 1200px) {
    .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info a {
        padding: 12px;
        font-size: 13px
    }
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info a:hover {
    text-decoration: none
}

.showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info a svg {
    margin-left: 12px
}

[dir="rtl"] .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info a svg {
    margin-right: 12px
}

.showcases-page .button-solution {
    margin-top: 64px;
    text-align: center
}

.showcases-page .button-solution .btn {
    border: 2px solid #111e26;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    padding: 14px 24px;
    color: #111e26
}

[dir="rtl"] .showcases-page .showcases-wrapper li .item .element-wrapper .showcase-info .hover-info a svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

p.showcase-title img {
    display: block
}

.service-page .main-section {

    padding-bottom: 82px;
    overflow: hidden
}

.service-page .main-section .tabs {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

@-webkit-keyframes fixedTabipad {
    0% {
        margin-top: 0px
    }
    100% {
        margin-top: 220px
    }
}

@keyframes fixedTabipad {
    0% {
        margin-top: 0px
    }
    100% {
        margin-top: 220px
    }
}

@-webkit-keyframes fixedTab {
    0% {
        margin-top: 0px
    }
    100% {
        margin-top: 110px
    }
}

@keyframes fixedTab {
    0% {
        margin-top: 0px
    }
    100% {
        margin-top: 110px
    }
}

.service-page .main-section .tabs.fixed {
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-page .main-section .tabs.fixed {
        margin-top: 310px;
        -webkit-animation: none;
        animation: none;
        -webkit-transition: 0.2s ease-in-out all;
        transition: 0.2s ease-in-out all
    }
}

@media (max-width: 991px) {
    .service-page .main-section .tabs.fixed {
        -webkit-animation: none;
        animation: none
    }
}

.service-page .main-section .tabs .tab-pane {
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.service-page .main-section .tabs .tab-pane.active {
    
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.service-page .main-section .tabs .nav-wrapper {
    height: 70px
}

.service-page .main-section .tabs .nav-sidebar {
    top: 70px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.service-page .main-section .tabs .nav-sidebar .container {
    padding: 0
}

@media (max-width: 991px) {
    .service-page .main-section .tabs .nav-sidebar {
        top: auto
    }
}

.service-page .main-section .tabs .nav-sidebar.fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    top: 70px;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    border-top: solid 4px #e5e5e5
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-page .main-section .tabs .nav-sidebar.fixed {
        top: 7.5%
    }
}

@media (max-width: 991px) {
    .service-page .main-section .tabs .nav-sidebar.fixed {
        position: inherit;
        top: inherit;
        -webkit-animation: none;
        animation: none;
        border-top: none
    }
    .service-page .main-section .tabs .nav-sidebar.fixed .container {
        padding: 0 !important
    }
    .service-page .main-section .tabs .nav-sidebar.fixed .container .col-lg-12 {
        padding-right: 16px;
        padding-left: 16px
    }
}

.service-page .main-section .tabs .nav-sidebar.fixed .container-fluid,
.service-page .main-section .tabs .nav-sidebar.fixed .container-sm,
.service-page .main-section .tabs .nav-sidebar.fixed .container-md,
.service-page .main-section .tabs .nav-sidebar.fixed .container-lg,
.service-page .main-section .tabs .nav-sidebar.fixed .container-xl {
    background-color: white;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

.service-page .main-section .tabs .nav-sidebar.fixed .container-fluid .container,
.service-page .main-section .tabs .nav-sidebar.fixed .container-sm .container,
.service-page .main-section .tabs .nav-sidebar.fixed .container-md .container,
.service-page .main-section .tabs .nav-sidebar.fixed .container-lg .container,
.service-page .main-section .tabs .nav-sidebar.fixed .container-xl .container {
    padding-right: 16px;
    padding-left: 16px
}

.service-page .main-section .tabs .nav-sidebar.fixed .container-fluid .container .col-lg-12,
.service-page .main-section .tabs .nav-sidebar.fixed .container-sm .container .col-lg-12,
.service-page .main-section .tabs .nav-sidebar.fixed .container-md .container .col-lg-12,
.service-page .main-section .tabs .nav-sidebar.fixed .container-lg .container .col-lg-12,
.service-page .main-section .tabs .nav-sidebar.fixed .container-xl .container .col-lg-12 {
    padding: 0
}

.service-page .main-section .tabs .nav-sidebar.fixed .container-fluid .container .nav-tabs,
.service-page .main-section .tabs .nav-sidebar.fixed .container-sm .container .nav-tabs,
.service-page .main-section .tabs .nav-sidebar.fixed .container-md .container .nav-tabs,
.service-page .main-section .tabs .nav-sidebar.fixed .container-lg .container .nav-tabs,
.service-page .main-section .tabs .nav-sidebar.fixed .container-xl .container .nav-tabs {
    background-color: white;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.03);
    margin: 0 16px
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    border-bottom: none;
    margin: 0 -16px
}

@media (max-width: 767px) {
    .service-page .main-section .tabs .nav-sidebar .nav-tabs {
        -webkit-box-flex: 0 !important;
        -webkit-flex: none !important;
        -ms-flex: none !important;
        flex: none !important
    }
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li {
    width: 16.75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 25%
}

@media (max-width: 767px) {
    .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
        -webkit-box-flex: 0 !important;
        -webkit-flex: none !important;
        -ms-flex: none !important;
        flex: none !important
    }
}

@media (max-width: 767px) {
    .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
        width: 50% !important;
        margin: 0 !important;
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
        width: 25%
    }
    .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
        margin-right: 0 !important
    }
    [dir="rtl"] .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
        margin-left: 0 !important
    }
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li {
    margin-right: 45px
}

@media (max-width: 1152px) {
    .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
        margin-right: 15px
    }
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li:last-child {
    margin-right: 0
}

@media (max-width: 1152px) {
    .service-page .main-section .tabs .nav-sidebar .nav-tabs li:last-child {
        margin-right: 0
    }
}

[dir="rtl"] .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
    margin-right: 45px
}

@media (max-width: 1152px) {
    [dir="rtl"] .service-page .main-section .tabs .nav-sidebar .nav-tabs li {
        margin-left: 15px
    }
}

[dir="rtl"] .service-page .main-section .tabs .nav-sidebar .nav-tabs li:last-child {
    margin-left: 0
}

@media (max-width: 1152px) {
    [dir="rtl"] .service-page .main-section .tabs .nav-sidebar .nav-tabs li:last-child {
        margin-left: 0
    }
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 26px 14px 12px
}

@media (max-width: 1199px) {
    .service-page .main-section .tabs .nav-sidebar .nav-tabs li a {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 14px !important
    }
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a.active {
    background: #111e26;
    border-radius: 2px;
    text-decoration: none
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a.active svg.default-svg {
    display: none;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a.active svg.hover-svg {
    display: block;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a.active span {
    color: white;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a span {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #111e26;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a svg {
    margin: 4px
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a svg.hover-svg {
    display: none;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a svg {
    margin-right: 10px
}

[dir="rtl"] .service-page .main-section .tabs .nav-sidebar .nav-tabs li a svg {
    margin-left: 10px
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a:hover {
    background: #111e26;
    border-radius: 2px;
    text-decoration: none
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a:hover svg.default-svg {
    display: none;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a:hover svg.hover-svg {
    display: block;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .nav-sidebar .nav-tabs li a:hover span {
    color: white;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt .txt {
    width: 60%
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-page .main-section .tabs .tab-content .tab-txt .main-txt .txt {
        width: 100%
    }
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt .txt .tab-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    color: #111e26;
    margin-bottom: 36px
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt .txt .service-txt {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #111e26
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt .service-img {
    margin-top: 20px
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-page .main-section .tabs .tab-content .tab-txt .main-txt .service-img {
        display: none
    }
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt .service-img .img-bg {
    background: #e8e8e8;
    border-radius: 12px;
    width: 167px;
    height: 318px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt .service-img .img-bg .img1 {
    position: absolute;
    left: -55%;
    top: -11.9%
}

.service-page .main-section .tabs .tab-content .tab-txt .main-txt .service-img .img-bg .img2 {
    position: absolute;
    bottom: 43px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.service-page .main-section .tabs .tab-content .sub-services {
    margin-top: 60px
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 767px) {
    .service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services,
    .service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2,
    .service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3,
    .service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4,
    .service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button {
    position: relative;
    line-height: 0;
    border-radius: 100%;
    height: 36px;
    width: 36px;
    background: none;
    opacity: 1
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button.owl-prev,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button.owl-prev,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button.owl-prev,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button.owl-prev,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button.owl-prev {
    margin-right: 8px
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button svg {
    position: relative;
    vertical-align: middle;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button svg path {
    stroke: white !important
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button:after {
    background: #111e26;
    content: "";
    height: 36px;
    width: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    border-radius: 100%;
    padding: 1px 7px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    z-index: 0
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button.disabled,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button.disabled,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button.disabled,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button.disabled,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button.disabled {
    background: #ffffff;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    border-radius: 100%;
    position: relative
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button.disabled:hover,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button.disabled:hover,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button.disabled:hover,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button.disabled:hover,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button.disabled:hover {
    cursor: inherit
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button.disabled:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button.disabled:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button.disabled:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button.disabled:after,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button.disabled:after {
    background: #ffffff !important;
    opacity: 0.24;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.24;
    border-radius: 100%;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button.disabled svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button.disabled svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button.disabled svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button.disabled svg,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button.disabled svg {
    vertical-align: middle
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services button.disabled svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services2 button.disabled svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services3 button.disabled svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services4 button.disabled svg path,
.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .nav-inner-services6 button.disabled svg path {
    stroke: #162530 !important
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .sub-title {
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #111e26;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.service-page .main-section .tabs .tab-content .sub-services .buttons-inner .sub-title svg {
    margin-right: 12px
}

[dir="rtl"] .service-page .main-section .tabs .tab-content .sub-services .buttons-inner .sub-title svg {
    margin-left: 12px
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper {
    position: relative
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    margin: 0;
    min-height: 280px
}

@media (max-width: 991px) {
    .service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services {
        min-height: 290px
    }
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services .owl-stage-outer {
    overflow: visible;
    width: 150%
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services .owl-stage-outer .owl-stage {
    padding: 0 !important
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li {
    border: 1px solid #efefef;
    border-radius: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    height: 246px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li.not-active {
    -webkit-transition: 0s all ease-in-out;
    transition: 0s all ease-in-out
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li.active-service {
    border: solid 1px #eff7f8;
    background: #eff7f8;
    border-radius: 2px;
    -webkit-transition: 0s all ease-in-out;
    transition: 0s all ease-in-out
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li:hover {
    height: 278px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li:hover .request-link {
    opacity: 1;
    -webkit-transition: 0.9s all ease-in-out;
    transition: 0.9s all ease-in-out
}

@media (max-width: 767px) {
    .service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 1024px) {
    .service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0;
        margin-bottom: 10px
    }
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li .box-wrapper {
    padding: 32px;
    padding-bottom: 16px
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li .box-wrapper svg {
    margin-bottom: 20px
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li .box-wrapper .service-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #2d2e2c
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li .box-wrapper .service-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2d2e2c;
    opacity: 0.64;
    margin-bottom: 0
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li .request-link {
    background: #008f9c;
    color: white;
    border-radius: 0 0 2px 2px;
    font-weight: 500;
    width: 100%;
    padding: 22px;
    font-size: 14px;
    opacity: 0;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out
}

.service-page .main-section .tabs .tab-content .sub-services .services-wrapper .inner-services li .request-link:hover {
    text-decoration: none;
    background: #00808c;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.service-page .main-section .tabs .tab-content .tools-tech {
    margin-top: 44px
}

.service-page .main-section .tabs .tab-content .tools-tech .sub-title {
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #111e26;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.service-page .main-section .tabs .tab-content .tools-tech .sub-title svg {
    margin-right: 12px
}

[dir="rtl"] .service-page .main-section .tabs .tab-content .tools-tech .sub-title svg {
    margin-left: 12px
}

.service-page .main-section .tabs .tab-content .tools-tech p {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.service-page .main-section .tabs .tab-content .tools-tech .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    background: none;
    text-align: center
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper:hover {
    background: #f4f4f4;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper:hover .logo svg.logo-grey {
    display: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper:hover .logo svg.logo-colored {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper:first-child,
.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper:nth-child(2),
.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper:nth-child(3),
.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper:nth-child(4) {
    margin-bottom: 24px
}

@media (max-width: 6000px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        /* width: 25% */
    }
}

@media (max-width: 1920px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        /* width: 25% */
    }
}

@media (max-width: 3600px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 33%
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 33%
    }
}
@media only screen and (min-width: 767px) and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 38%;
        margin-left:40px;
    }
}
@media only screen and (min-width: 580px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 49%
    }
}






@media only screen and (min-device-width: 490px) and (max-device-width: 580px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 50%
    }
}
@media only screen and (min-device-width: 449px) and (max-device-width: 490px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 90%;
        margin-left: 45px;
        
    }
}

@media only screen and (min-device-width: 390px) and (max-device-width: 449px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 80%;
        margin-left: 35px;
        
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 390px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper {
        width: 80%;
                margin-left: 25px;
        
    }
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper .logo {
    text-align: center;
    margin: 30px auto
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper .logo svg.logo-grey {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper .logo svg.logo-colored {
    display: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

@media (max-width: 767px) {
    .service-page .main-section .tabs .tab-content .tools-tech .logos .logo-wrapper .logo svg {
       
    }
}

.services-page .services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
    padding: 80px 0
}

.services-page .services li {
    margin-bottom: 1.5rem;
    width: 33.33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

