.header-top {
    background-color: rgb(209, 66, 66);
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    position: relative;
    z-index: 99;
}

.top-toolbar {
    display: flex;
    justify-content: right;
    height: 48px;
    margin-bottom: 0px;
}

.header-top .top-toolbar li {
    padding: 1px 8px;
}

.header-top .top-toolbar li {
    display: flex;
    align-items: center;
}

.header-top .top-toolbar li:first-child, .top-nav .top-toolbar li:last-child {
    border-right: 0;
}

.header-top a {
    color: #e3e3e3;
    font-size: 12px;
    text-decoration: none;
}

.header-top .top-toolbar button {
    background: 0;
    border: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #e3e3e3;
    margin-left: 5px;
}

.header-top .top-toolbar button {
    margin-left: 5px;
}

.header-top .top-toolbar .notloggedin-demo button:after, .select-language button:after {
    content: "|";
    position: absolute;
    right: -10px;
}

.header-top svg path {
    fill: #fff;
}

.header-bottom .header-logo svg {
    width: 160px;
    margin-right: 16px;
    height: 39px;
    margin-top: 8px;
    margin-bottom: 8px;
}


.header-menu .nav-left a {
    background: 0;
    border: 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: flex;
    text-decoration: unset;
    padding: 17px 20px 17px 18px;
}

.header-menu .nav-left {
    list-style: none;
    display: flex;
    height: 60px;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.header-menu .nav-left li.main-nav-item:hover {
    background: #f3f3f3;
}

.swiper-slide, .swiper-slide > div {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-top: 0px !important;
    padding-bottom: 20px;
}

.swiper-slide > div {
    padding-top: 100px;
    position: relative;
}

.valprop--home-head {
    margin: 0 auto;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 0;
    display: none;
}

.valprop--home-head:first-child {
    margin-top: 0;
}

.valprop--home-head, .valprop--home-subhead {
    color: #fff;
    line-height: normal;
}

.valprop--home-subhead {
    margin: 20px auto;
    margin-left: 0px;
    font-size: 24px;
    max-width: 740px;
}

a.button--transparent--home {
    display: none;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 70px 15px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    transition: all .5s;
}

.billboard [class*=col-] a.button--transparent--home:first-of-type {
    color: #000;
    background: #fff;
    margin-right: 20px;
}

a.button--transparent--home:after {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    right: 20px;
    margin-top: -3px;
    transition: all .5s;
}

.ftnt-custom-background.white {
    position: absolute;
    bottom: 19px;
    right: 0;
    left: 0;
}

.ftnt-custom-background .half-circle-svg {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
    pointer-events: none;
}

.ftnt-custom-background.white .half-circle-svg > svg {
    fill: #fff;
    width: 100%;
}

.ftnt-main.bg-red {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.ftnt-main .section-label {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #da291c;
    padding-top: 20px;
    text-transform: uppercase;
}

.ftnt-main .section__head {
    text-align: center;
}

.ftnt-main.bg-red .section__head {
    margin-bottom: 20px;
}

.ftnt-main .section__head h2 {
    font-weight: 600;
    margin: auto;
    font-size: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}


figure {
    margin: 0 0 1rem;
}

.img-thumbnail {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.x_wd_app_entry button {
    background-color: #ffffff;
    border: none;
}

.x_wd_app_entry figure img {
    transition: .1s ease;
}

.text-o-color-5 {
    color: #111827 !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x_wd_app_entry figure img:hover {
    transform: translateY(-3px);
}

.img-thumbnail {
    padding: 0.75rem;
    background-color: #ffffff;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.select-language__bottom svg path {
    fill: #000000;
}

.swiper.bannerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
    border: 4px solid #ffffff;
    width: 15px;
    height: 15px;
}

.swiper.bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
}

.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
}

.navigation-fixed-wrapper.fixed {
    position: fixed !important;
    -webkit-animation: fade .50s;
    animation: fade .50s;
}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    animation: slideDown 0.4s ease-out;
    top: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.ftnt-main.bg-red .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ftnt-main.bg-red .white-box {
    border-radius: 20px;
    padding: 50px 32px 60px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    -webkit-box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.75);
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.fabric-bg.inview .all-boxes > div:nth-child(1) .white-box {
    animation: fabricBoxes .5s ease-in-out;
}

.white-box .box-detail {
    color: #000;
    opacity: 0;
    text-align: center;
    transition: .5s;
    top: 50%;
    position: absolute;
    padding: 0 30px;
}

.ftnt-main.bg-red .white-box .box-title {
    text-decoration: none;
    text-align: center;
}

.ftnt-main.bg-red .white-box h3 {
    font-size: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}

.ftnt-main.bg-red .white-box:hover {
    background-color: #fff;
    background-image: none;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    transition: all .5s;
    transform: scale(1.05);
}

.fabric-bg.inview .all-boxes > div:nth-child(1) .white-box {
    animation: fabricBoxes .5s ease-in-out;
}

.ftnt-main.bg-red .white-box.secure-networking:hover h3 {
    color: #da291c;
}

.white-box.secure-networking {
    background-color: #da291c;
    background-repeat: no-repeat;
    background-size: cover;
}

.pointers-item {
}

.pointers-item__top {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pointers-item__icon {
    width: 30px;
    height: 30px;
    line-height: 0px;
    font-size: 15px;
    border: 1px solid #D6DEF3;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.pointers-item__icon--phone {
    background: #D14242 0% 0% no-repeat padding-box;
    color: #Fff;
    border-color: transparent;
}

.pointers-item__info {
    flex: 1;
    -ms-flex: 1;
    align-self: center !important;
    margin-left: 20px;
}

.pointers-item__title {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto, sans-serif;
    color: #fff;
}

.pointers-item__desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

.pointers-item__desc p {
    color: #ffffff;
}

.pointers-item__desc > li {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}

.pointers-item__desc > li > a {
    color: #ffffff;
}

.footer-top {
    padding-bottom: 10px;
    padding-top: 50px;
    border-bottom: 1px dashed #D6DEF3;
    background-color: #D14242;
}

.footer-middle {
    padding: 40px 0;
    border-bottom: 1px dashed #D6DEF3;
    padding-bottom: 0;
    background-color: #D14242;
}

.news-wrapper {
    height: 100%;
    position: relative;
    left: 0;
    transition: 0.5s;
    background: #edecec;
    border-radius: 20px;
    box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.75);
}

.new-image {
    width: 100%;
    height: unset;
    max-height: 190px;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.new-image img {
    display: block;
    box-sizing: border-box;
    height: auto;
}

.news-title {
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #444;
    padding-left: 30px;
    padding-right: 30px;
}

.news-title span {
    color: #333;
    border-bottom: 1px dotted #b3b3b3;
    line-height: 1.1rem;
    background-position: bottom right;
    font-weight: 600;
    text-decoration: none;
}

.news-title h2 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.7px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 79px;
}

a.ftnt-download-anchor {
    border-bottom: 0 !important;
}

.ftnt-download-anchor {
    text-decoration: none;
    color: #da291c;
    padding-left: 15px;
}

a.ftnt-download-anchor:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    right: 49px;
    bottom: 21px;
    background: url(../image/arrow-red.png);
}

.swiper.newsSwiper {
    padding-bottom: 80px;
}

.swiper.newsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #da291c;
    border: 4px solid #da291c;
    width: 183px;
    height: 3px;
    border-radius: 0px;
}

.swiper.newsSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 183px;
    height: 9px;
    border-radius: 0px;
}

.swiper.newsSwiper .swiper-button-next, .swiper.newsSwiper .swiper-button-prev {
    top: 95%;
    color: #da291c;
    font-size: 14px;
}

.image-height {
    height: 700px !important;
}

.valprop--home-head:first-child {
    padding-top: 80px;
}

.news {
    padding-top: 10px;
    padding-bottom: 60px;
}

.swiper.bannerSwiper .swiper-pagination {
    padding-bottom: 34px;
}

.project {
    padding-bottom: 20px
}

.project .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project .image-box {
    position: relative;
    display: block;
}

.project .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: left
}

.project .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.project .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px 40px;
    background-color: rgba(218, 41, 28, 0.90);
}

.project .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.project .overlay-inner .option-btn {
    position: relative;
    display: inline-block;
    line-height: 42px;
    color: #000000;
    font-size: 24px;
    width: 44px;
    height: 44px;
    margin: 0 5px 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.project .inner-box .caption {
    position: absolute;
    text-align: center;
    background-color: #000000;
    left: 0;
    bottom: -150px;
    width: 100%;
    padding: 12px 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.project .inner-box .caption h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

.project .inner-box .caption h3 a {
    color: #ffffff;
}

.project .inner-box:hover .overlay-box {
    top: 0px;
    opacity: 1;
}

.project:hover .inner-box .caption {
    bottom: 0px;
}

.filters {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px
}

.filters li {
    position: relative;
    display: inline-block; /* padding: 0px 0px 0px; */
    line-height: 24px;
    color: #000000;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 10px 10px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    padding: 6px;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
}

.filters li a {
    color: #222222;
    padding: 10px;
}

.filters li:hover, .filters li.active {
    background-color: #da291c;
    color: #ffffff;
    border: #ffffff;
}

.filters li:hover, .filters li.active a {
    color: #ffffff;
}

.filters li:hover a {
    color: #ffffff;
}

.filters li:after {
    content: '/';
    position: absolute;

    right: -24px;
    top: 50%;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    color: #ffffff;
}

.swiper.projectSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #da291c;
    width: 31px;
    height: 5px;
    border-radius: 0px;
}

.swiper.projectSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 31px;
    height: 5px;
    border-radius: 0px;
}

.swiper.projectSwiper .swiper-button-next, .swiper.projectSwiper .swiper-button-prev {
    top: 95%;
    color: #da291c;
    font-size: 14px;
}

.tp-60 {
    padding-top: 60px;
}

.templates-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.templates-list {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 23px;
    border-radius: 22px;
    margin-bottom: 25px;
}

.contact span {
    color: #D14242;
    font-weight: 600;
}

.contact {
    padding-bottom: 10px;
}

.templates-desc a h2 {
    font-size: 25px;
    font-weight: 500;
}

.article-content {
    margin-top: 60px;
    background-color: #fff !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}

.breadcrumb > * {
    flex: none;
}

.breadcrumb > * > * {
    display: inline-block;
    font-size: .875rem;
    color: #999;
}

.breadcrumb > :nth-child(n+2):not(.first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px;
    color: #999;
}

.breadcrumb > :last-child > * {
    color: #666;
}

.article {
    margin-bottom: 40px
}

.content-title {
    color: #212121;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.15;
    margin: 0 0 .4em;
    letter-spacing: -.04em;
}

.content-share {
    margin: 40px 0;
}

.content-share:after {
    clear: both;
    display: table;
    content: ""
}

.content-share__stats {
}

.content-share__stats > div {
    float: left;
    text-align: center;
    line-height: 1;
    margin-right: 15px;
    position: relative;
}

.content-share__stats .counts {
    color: #53585c;
    font-size: 26px;
    font-weight: 700;
}

.content-share__count .counts {
    color: #740c0f;
}

.content-share__stats .sharetext {
    font-size: 11px;
    color: #a0a0a0;
}

.content-views__count {
    padding-right: 15px;
}

.content-views__count:after {
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.content-share__list {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-share__list:after {
    clear: both;
    display: table;
    content: ""
}

.content-share__list > a {
    float: left;
    width: 44px;
    max-width: 44px;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    background: #212121;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .2s;
}

.content-share__list > .expanded {
    width: auto;
    max-width: none;
    padding: 0 12px;
}

.content-share__list .fa {
    font-size: 18px;
    color: #fff;
    line-height: inherit;
}

.content-share__list span {
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

.content-share__list > .expanded > span {
    display: inline;
    position: relative;
}

.content-share__facebook {
    background: #45629f !important;
}

.content-share__twitter {
    background: #5eb2ef !important;
}

.content-share__google {
    background: #df5443 !important;
}

.content-share__list > a:hover {
    opacity: .75;
}

.large-container {
    position: static;
    padding: 0px 30px;
    margin: 0 auto;
}

.testimonial-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 210px;
}

.testimonial-section:before {
    position: absolute;
    left: -200px;
    top: 22%;
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    -webkit-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
}

.testimonial-section .sec-title {
    position: relative;
    margin-bottom: 60px;
}

.testimonial-section .sec-title .title {
    margin-bottom: 20px;
}

.testimonial-section .sec-title h2 {
    font: Bold 36px/50px Roboto;
    letter-spacing: 0;
    color: #363636;
    opacity: 1;
    display: block;
    margin: 0;
}

.testimonial-block {
    position: relative;
    margin: 10px;
    box-sizing: border-box;;
    background-color: #fff;
    border-radius: 5px;
    min-height: 300px;
    padding: 30px;
    border: 1px solid #ebebeb;
    transition: all .2s ease-in-out;
}

.testimonial-block:hover {
    box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, .3);
}

.testimonial-block .testimonial-info {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
}

.testimonial-block .inner-box {
    background-color: #ffffff;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 50px;
    font-family: "Roboto", sans-serif;
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
}

.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 82px;
    width: 82px;
}

.testimonial-block .info-box .thumb img {
    border: 4px solid #e5e6fa;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 100%;
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    color: #382c4d;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}

.testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #D14242;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px;
}

.testimonial-section .thumb-layer .image {
    position: relative;
    margin-right: 0;
}

.testimonial-section .thumb-layer .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .large-container {
        padding: 0;
        overflow: hidden;
    }

    .testimonial-section:before {
        display: block;
        left: 0;
        top: 0
    }

    .testimonial-block .testimonial-info {
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .testimonial-section .thumb-layer {
        display: none;
    }
}

.cards {
    margin: 50px 0 !important;
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card__info-hover {
    position: absolute;
    padding: 10px;
    width: 100%;
    opacity: 0;
    top: 0;
    box-sizing: border-box;;
}

.card__img--hover {
    transition: 0.4s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
}

.card {
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff; /*width: 33.3%;*/
    position: relative;
    padding: 15px;
    overflow: hidden
}

.card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
    display: block;
}

.card__info > a:hover {
    text-decoration: none;
    color: #D14242 !important;
}

.card__category {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500
}

.card__by {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.card__author {
    font-weight: 400;
    text-decoration: none;
    color: #D14242;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.testimonial-carousel {
    overflow: hidden;
}

.frequently-question {
    background-color: #f6f6f6;
    padding-bottom: 40px;
}

@media (max-width: 1300px) {
    .frequently-question .grid {
        margin-left: 20px;
    }
}

@media (max-width: 840px) {
    .frequently-question .grid {
        margin: 0 20px;
    }
}

.frequently-question .grid ul {
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.frequently-question .grid ul > .grid-sizer,
.frequently-question .grid ul .grid-item {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 32%;
    background-color: #fff;
    border-radius: 15px 15px;
    font-family: 'Roboto', serif;
    font-size: 14px;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-top: 20px;
    height: 366px;
    margin-left: 6px;
}

.frequently-question .grid ul > .grid-sizer .question,
.frequently-question .grid ul .grid-item .question {
    margin-bottom: 10px;
    padding: 18px 20px;
    width: 240px;
    background-color: #4080ff;
    border-radius: 0 10px 10px;
    font-size: 16px;
    color: #fff;
}

.frequently-question .grid ul > .grid-sizer .response,
.frequently-question .grid ul .grid-item .response {
    position: relative;
}

.frequently-question .grid ul > .grid-sizer .response .reply,
.frequently-question .grid ul .grid-item .response .reply {
    float: left;
    position: relative;
    margin-left: 40px;
    margin-right: 10px;
    padding: 20px;
    width: 240px;
    max-height: 280px;
    overflow: hidden;
    background-color: #f1f0f0;
    color: #4b4f56;
    line-height: 20px;
    border-radius: 15px 15px 0;
}

.frequently-question .grid ul > .grid-sizer .response .reply > .text,
.frequently-question .grid ul .grid-item .response .reply > .text {
    overflow: hidden;
}

.frequently-question .grid ul > .grid-sizer .response .reply span,
.frequently-question .grid ul .grid-item .response .reply span {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.frequently-question .grid ul > .grid-sizer .response .reply span a,
.frequently-question .grid ul .grid-item .response .reply span a {
    color: #4080ff;
    text-decoration: none;
}

.frequently-question .grid ul > .grid-sizer .response .reply span a:hover,
.frequently-question .grid ul .grid-item .response .reply span a:hover {
    color: #363636;
}

.frequently-question .grid ul > .grid-sizer .response .img,
.frequently-question .grid ul .grid-item .response .img {
    width: 50px;
    height: 50px;
    right: 12px;
    position: absolute;
    bottom: 0;
}

.frequently-question .grid ul > .grid-sizer .response .img img,
.frequently-question .grid ul .grid-item .response .img img {
    width: 100%;
    height: auto;
}

@media (max-width: 1300px) {
    .frequently-question .grid ul > .grid-sizer,
    .frequently-question .grid ul .grid-item {
        width: 31%;
    }

    .frequently-question .grid ul > .grid-sizer .question,
    .frequently-question .grid ul .grid-item .question {
        width: 80%;
    }

    .frequently-question .grid ul > .grid-sizer .response .reply,
    .frequently-question .grid ul .grid-item .response .reply {
        width: 50%;
        margin-left: 20px;
    }
}

@media (max-width: 840px) {
    .frequently-question .grid ul > .grid-sizer,
    .frequently-question .grid ul .grid-item {
        width: 48%;
    }
}

@media (max-width: 580px) {
    .frequently-question .grid ul > .grid-sizer,
    .frequently-question .grid ul .grid-item {
        width: 100%;
    }

    .frequently-question .grid ul > .grid-sizer .response .reply,
    .frequently-question .grid ul .grid-item .response .reply {
        width: 70%;
        margin-left: 20px;
    }
}

@media (max-width: 475px) {
    .frequently-question .grid ul > .grid-sizer .response .reply,
    .frequently-question .grid ul .grid-item .response .reply {
        width: 55%;
        margin-left: 10px;
    }
}

.comment {
    position: relative;
    height: 100%;
    padding-bottom: 80px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 420px) {
    .comment .sodon-heading {
        font-size: 20px;
    }
}

.comment:before,
.comment:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0;
    right: 50%;
    position: absolute;
    transform: translate(50%);
}

.comment:before {
    border-color: transparent transparent #f0f0f0 transparent;
    border-width: 19px;
    background: #f0f0f0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#eaeaea', GradientType=1);
}

.comment:after {
    border-color: transparent transparent #fff transparent;
    border-width: 18px;
}

.comment .text {
    margin: 0 10px 90px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #666;
}

@media (min-width: 648px) {
    .comment .text {
        margin: 0 80px 90px;
    }
}

@media (min-width: 768px) {
    .comment .text {
        margin: 0 auto 90px;
        width: 700px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 648px) {
    .comment .customer {
        text-align: center;
    }
}

.comment .customer > .photo {
    overflow: hidden;
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 100%;
}

@media (min-width: 648px) {
    .comment .customer > .photo {
        display: none;
    }
}

.comment .customer > .photo.bot {
    display: none;
}

@media (min-width: 648px) {
    .comment .customer > .photo.bot {
        display: inline-block;
        position: absolute;
    }
}

.comment .customer > .name {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 18px;
    color: #2f3035;
}

@media (min-width: 648px) {
    .comment .customer > .name {
        display: inline-block;
        margin-right: 25px;
    }
}

.comment .customer > .name > .position {
    margin-top: 10px;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}

.sodon-heading {
    padding: 60px 0 35px;
    color: #2f3035;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto', serif;
    text-align: center;
}

.sodon-heading:after {
    display: block;
    content: " ";
    height: 2px;
    width: 50px;
    margin: 10px auto;
    background-color: #ca0e2f;
}

.sodon-heading.customer {
    padding-top: 80px;
}

[class*=grid] {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.contact-section {
    position: relative;
    padding: 0px 0px;
    background: #ffffff;
}

.contact-section .title {
    margin-bottom: 60px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.contact-section .title h2 {
    position: relative;
    line-height: 1.4em;
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
}

.contact-section .content-box {
    position: relative;
    background: #ffffff;
    z-index: 10;
    top: 0px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.10);
}

.contact-section .form-container {
    position: relative;
    padding: 50px 0px;
}

.contact-section .form {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.contact-section .form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .form .form-group input[type="text"],
.contact-section .form .form-group input[type="email"],
.contact-section .form .form-group input[type="password"],
.contact-section .form .form-group input[type="tel"],
.contact-section .form .form-group input[type="number"],
.contact-section .form .form-group select,
.contact-section .form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    height: 50px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    color: #111111;
    font-size: 14px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contact-section .form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    height: 50px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    color: #111111;
    font-size: 14px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contact-section .form .form-group input[type="text"]:focus,
.contact-section .form .form-group input[type="email"]:focus,
.contact-section .form .form-group select:focus,
.contact-section .form .form-group input:focus,
.contact-section .form .form-group textarea:focus {
    border-color: #888888 !important;
    background: #ffffff;
}

.contact-section .form .form-group input.error,
.contact-section .form .form-group select.error,
.contact-section .form .form-group textarea.error {
    border-color: #ff0000;
}

.contact-section .form ::-webkit-input-placeholder {
    color: #111111 !important;
}

.contact-section .form ::-moz-placeholder {
    color: #111111 !important;
}

.contact-section .form :-ms-input-placeholder {
    color: #111111 !important;
}

.contact-section .form input:-moz-placeholder {
    color: #111111 !important;
}

.contact-section .form label.error {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff0000;
    font-weight: normal;
    padding: 10px 0px 0px;
}

.contact-section .form .form-group textarea {
    resize: none;
    height: 180px;
}

.contact-section .form .form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.contact-section .form .form-group select option {
    text-indent: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
}

.contact-section .form button {
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 40px;
    color: #ffffff;
    border: 2px solid #D14242;
    background: #D14242;
    border-radius: 3px;
}

.contact-section .form button:hover {
    background: none;
    color: #D14242;
}

.swiper.projectSwiper {
    padding-bottom: 40px;
}


.testimonial-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.testimonial-one-shape-2 {
    position: absolute;
    top: -40px;
    right: 0;
    mix-blend-mode: luminosity;
}

.testimonial-one-shape-2 img {
    width: auto;
    mix-blend-mode: luminosity;
    opacity: .15;
}

.testimonial-one-shape-3 {
    position: absolute;
    bottom: -90px;
    left: 0;
    mix-blend-mode: luminosity;
}

.testimonial-one-shape-3 img {
    width: auto;
    mix-blend-mode: luminosity;
    opacity: .15;
}

.testimonial-one .container {
    max-width: 1160px;
}

.testimonial-one__top {
    position: relative;
    display: block;
}

.testimonial-one__top-left {
    position: relative;
    display: block;
}

.testimonial-one__top-right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 16px;
}

.testimonial-one__top-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.testimonial-one__bottom {
    position: relative;
    display: block;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover {
    transform: translateY(-10px);
}

.testimonial-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 65px 60px 55px;
    border-radius: 20px;
    background-color: #ffffff;
}

.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-one__shape-1 > img {
    width: auto !important;
    mix-blend-mode: luminosity;
    border-top-right-radius: 20px;
    opacity: .20;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__shape-1 > img {
    mix-blend-mode: normal;
    opacity: 1;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 26px;
}

.testimonial-one__client-img-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 115px;
    z-index: 1;
}

.testimonial-one__client-img-box:before {
    position: absolute;
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    /*background-image: -moz-linear-gradient(-29deg, rgb(209, 66, 66) 0%, rgb(209, 66, 66) 100%);*/
    /*background-image: -webkit-linear-gradient(-29deg, rgb(209, 66, 66) 0%, rgb(209, 66, 66) 100%);*/
    /*background-image: -ms-linear-gradient(-29deg, rgb(209, 66, 66) 0%, rgb(209, 66, 66) 100%);*/
    border-top-left-radius: 45px;
    z-index: -1;
}

.testimonial-one__client-img-box > img {
    width: 100% !important;
    /*border-top-left-radius: 45px;*/
    border-radius: 20px;
    border: 6px solid #ffffff;
}

.testimonial-one__quote {
    position: absolute;
    top: -28px;
    right: -33px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one__quote > img {
    width: auto !important;
}

.testimonial-one__client-content {
    margin-left: 45px;
    position: relative;
    top: 3px;
}

.testimonial-one__client-review {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.testimonial-one__client-review i {
    font-size: 15px;
    color: #fab600;
}

.testimonial-one__client-details {
    position: relative;
    display: block;
}

.testimonial-one__client-name {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 34px;
}

.testimonial-one__client-sub-title {
    font-size: 14px;
    color: #D14242;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.testimonial-one__text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-three {
    position: relative;
    display: block;
    padding: 120px 0 170px;
}

.testimonial-three__top {
    position: relative;
    display: block;
    margin-bottom: 108px;
}

.testimonial-three__left {
    position: relative;
    display: block;
}

.testimonial-three__left .section-title {
    margin-bottom: 0px;
}

.testimonial-three__right {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-top: 16px;
}

.testimonial-three__right-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
}

.testimonial-three__bottom {
    position: relative;
    display: block;
}

.testimonial-three__carousel {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    padding: 48px 48px 51px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-three__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.testimonial-three__client-img-box {
    position: absolute;
    top: -73px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #ffffff;
    padding: 10px;
    z-index: 1;
}

.testimonial-three__client-img {
    position: relative;
    display: block;
    width: 131px;
    height: 131px;
    padding: 6px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(-29deg, rgb(209, 66, 66) 0%, rgb(209, 66, 66) 100%);
    background-image: -webkit-linear-gradient(-29deg, rgb(209, 66, 66) 0%, rgb(209, 66, 66) 100%);
    background-image: -ms-linear-gradient(-29deg, rgb(209, 66, 66) 0%, rgb(209, 66, 66) 100%);
}

.testimonial-three__client-img > img {
    width: 100% !important;
    border-radius: 50%;
    border: 6px solid #ffffff;
}

.testimonial-three__quote {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__quote > img {
    width: auto !important;
}

.testimonial-three__star {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-three__star i {
    font-size: 15px;
    color: #fab600;
}

.testimonial-three__text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    padding-top: 23px;
    padding-bottom: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-three__client {
    position: relative;
    display: block;
}

.testimonial-three__client-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.02em;
}

.testimonial-three__client-sub-title {
    font-size: 14px;
    color: #D14242;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-three__carousel.owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 5px;
    height: 10px;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 10px;
    border-radius: 5px;
    background-color: transparent;
    margin: 0;
    padding: 0 !important;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.testimonial-three__carousel.owl-carousel .owl-dot.active {
    opacity: 1;
}

.testimonial-three__carousel.owl-carousel .owl-dot:focus {
    outline: none;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.site {
    padding: 53px 0;
    background-color: #2b2b2b;
}

.site .website .tag {
    color: #e8bf6a;
}

.site .website .name {
    color: #bababa;
}

.site .website .value {
    color: #a5c261;
}

.site .website .text {
    color: #a9b7c6;
}

@media (max-width: 980px) {
    .site .website {
        margin-left: 50px;
    }
}

@media (max-width: 635px) {
    .site .website {
        display: block;
        width: 90%;
        margin-left: 20px;
        white-space: normal;
        font-size: 14px;
    }
}


/*ViewDesign*/

@media (max-width: 960px) {
    .view-more {
        margin: 0 20px;
    }
}

@media (max-width: 420px) {
    .view-more {
        margin: 0 10px;
    }
}

.view-more .frequently-questionMore h4 {
    position: relative;
    display: block;
}

.view-more .frequently-questionMore h4 .line {
    padding-top: 5px;
}

.view-more .frequently-questionMore p {
    position: relative;
    margin-top: 11px;
    padding-left: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #363636;
}

.view-more .frequently-questionMore p:before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'FontAwesome', sans-serif;
    color: #ca0e2f;
    font-size: 14px;
}

.view-more .frequently-questionMore ul {
    padding-left: 70px;
    list-style: none;
}

.view-more .frequently-questionMore ul li {
    font-family: 'Roboto Light', sans-serif;
    font-size: 16px;
    color: #363636;
    line-height: 24px;
}

.view-more .frequently-questionMore ul li:before {
    content: '-';
    padding-right: 5px;
}

h1.website {
    font-size: 24px;
}

.swiper.testimonialSwiper .swiper-button-next {
    background-color: rgb(209, 66, 66);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
}

.swiper.testimonialSwiper .swiper-button-next:after {
    font-size: 20px;
}

.swiper.testimonialSwiper .swiper-button-prev {
    background-color: rgb(209, 66, 66);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
}

.swiper.testimonialSwiper .swiper-button-prev:after {
    font-size: 20px;
}

.swiper.testimonialSwiper {
    padding-bottom: 40px;
}

.swiper.testimonialSwiper .swiper-pagination-bullet {
    background-color: rgb(209, 66, 66);
    border: 4px solid rgb(209, 66, 66);
    width: 15px;
    height: 15px;
}

.swiper.testimonialSwiper .swiper-pagination-bullet-active {
}


.Quote-page {
    background-color: rgba(43, 51, 60);
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
}

.quote-wrapper {
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    border: 0;
    color: inherit;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.quote-wrapper h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-group .form-control {
    height: 34px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid rgba(8, 60, 130, .07);
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group textarea {
    height: auto;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid rgba(8, 60, 130, .07);
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group .theme-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: #000000;
    color: #ffffff;
}

.quote-text__wrapper {
    color: #ffffff;
    font-size: 14px;
}

.quote-text__wrapper p {
    color: #ffffff;
    font-size: 14px;
}

.radio-group {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.radio-group h2 {
    color: #343f52;
    font-size: 14px;
}

.programming-img {
    position: relative;
    z-index: 102;
    text-align: center;
    padding-top: 30px;
}

.programming-img img {
    max-width: 120px;
    max-height: 70px;
    padding-right: 20px;
    padding-bottom: 17px;
    display: inline-block;
}

.home-feature {
    padding-top: 80px;
    padding-bottom: 80px;
}

.home-feature__box {
    z-index: 102;
    position: relative;
}

.home-feature__title {
    font: Bold 30px / 50px Roboto;
    letter-spacing: 0;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}

.home-feature__desc {
    text-align: left;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: #666666;
    opacity: 1;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    display: block;
}

.price {
    margin-bottom: 80px;
    position: relative;
}

.price .uk-subnav > li {
    margin-bottom: 80px;
}

.price .uk-subnav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 30px;
    color: #999999;
    display: inline-block
}

.price .uk-subnav > li.uk-active > a {
    color: #D14242;
    background-color: transparent
}

.price .uk-subnav > li.uk-active > a:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    width: 30px;
    margin: 0 auto;
    height: 3px;
    background-color: #FF7700;
    content: ""
}

.pricing-table {
    box-sizing: border-box;
}

.pricing-table__head {
    overflow: hidden;
    border-bottom: 1px solid rgba(70, 116, 203, 0.3);
    margin: 0 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.pricing-table__title {
    color: #FF7700;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
    font-family: Roboto, sans-serif;
    display: inline-block;
    font-weight: 700;
    float: left
}

.pricing-table__price {
    text-align: right;
    font-size: 24px;
    line-height: 40px;
    font-family: Roboto, sans-serif;
    display: inline-block;
    font-weight: 700;
    color: #363636;
    float: right;
}

.pricing-table__box {
    padding: 30px 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pricing-table__noat {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto, sans-serif;;
    display: inline-block;
}

.pricing-table__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    max-height: 230px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pricing-table__list li {
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
    color: #363636;
    margin-bottom: 10px;
}

.pricing-table__list ul {
    padding: 0;
}

.pricing-table__list li:before {
    content: "\f00c";
    display: inline-block;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #FF7700;
}

.pricing-table {
    position: relative;
    top: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #4D74CB66;
    border-radius: 10px;
    opacity: 1;
}

.pricing-table.active {
    z-index: 3;
    top: -15px;
}

.pricing-table:hover .pricing-table__list {
    height: auto;
    max-height: 1000px;
}

.pricing-table.active .pricing-table__list {
    height: auto !important;
    max-height: 100% !important;
}

.pricing-table.active .pricing-table__head {
    border-bottom: transparent
}

.pricing-table.active .pricing-table__title {
    color: #D14242
}

.pricing-table.active .pricing-table__box {
    background: transparent linear-gradient(132deg, #D14242 0%, #FF7700 100%) 0% 0% no-repeat padding-box
}

.pricing-table.active .pricing-table__list li {
    color: #fff;
}

.pricing-table.active .pricing-table__list ul {
    padding: 0;
}

.pricing-table.active .pricing-table__list li:before {
    content: "\f00c";
    display: inline-block;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
}

.pricing-table.active .pricing-table__noat {
    color: #fff;
}

.pricing-table.active .pricing-table__list i {
    color: #fff;
}

.price__container {
    position: relative;
}


.service-container {
    margin-bottom: 100px;
}

.service-item {
    text-align: center;
    margin-bottom: 24px;
}

.service-item__icon {
    position: relative;
    background-image: url("../image/subtraction.svg");
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.service-item__icon:after {
    font-family: 'FontAwesome', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #D14242;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.tech-box > div > div:nth-child(1) .service-item__icon:after {
    content: "\f05e";
}

.tech-box > div > div:nth-child(2) .service-item__icon:after {
    content: "\f1a0";
}

.tech-box > div > div:nth-child(3) .service-item__icon:after {
    content: "\f26b";
}

.tech-box > div > div:nth-child(4) .service-item__icon:after {
    content: "\f021";
}

.tech-box > div > div:nth-child(5) .service-item__icon:after {
    content: "\f03d";
}

.tech-box > div > div:nth-child(6) .service-item__icon:after {
    content: "\f0e0";
}


.feedback {
    width: 100%;
    position: relative;
    padding: 0;
}

.contact-image {
    width: 100%;
    height: auto;
}

.feedback-form__row input {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.feedback-form__row textarea {
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.organisation-feedback__button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: #000000;
    color: #ffffff;
}

.dropdwon_box {
    height: 34px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid rgba(8, 60, 130, .07);
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.website-title h2 {
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 600;
}

.cart_section {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 111px
}

.cart_title {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.cart_items {
    margin-top: 8px
}

.cart_list {
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    list-style: none;
}

.cart_item {
    width: 100%;
    padding: 15px;
    padding-right: 46px
}

.cart_item_image {
    width: 133px;
    height: 133px;
    float: left
}

.cart_item_image img {
    max-width: 100%
}

.cart_item_info {
    width: calc(100% - 133px);
    float: left;
    padding-top: 18px
}

.cart_item_name {
    margin-left: 7.53%
}

.cart_item_title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5)
}

.cart_item_text {
    font-size: 18px;
    margin-top: 35px
}

.cart_item_text span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 11px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px)
}

.cart_item_price {
    text-align: right
}

.cart_item_total {
    text-align: right
}

.order_total {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-right: 46px;
    padding-left: 15px;
    background-color: #fff;
    margin-bottom: 40px;
}

.order_total_title {
    display: inline-block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 60px
}

.order_total_amount {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 26px;
    line-height: 60px
}

.cart_buttons {
    margin-top: 60px;
    text-align: right
}

.cart_button_clear {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.5);
    background: #FFFFFF;
    border: solid 1px #b2b2b2;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
    margin-right: 26px
}

.cart_button_clear:hover {
    border-color: #0e8ce4;
    color: #0e8ce4
}

.cart_button_checkout {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
    vertical-align: top
}

.button-style {
    border: none;
    background-color: #D14242;
    color: #ffffff;
    padding: 6px;
    border-radius: 10px;
}


.work-image {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.work-image img {
    width: 100%;
    height: 100%;
}

.work-item__wrap p {
    font-size: 18px;
    line-height: 30px;
}

.work-item__wrap-inside {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-item__wrap-inside a {
    padding: 6px 30px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 20px;
    font-size: 20px;
}

.work-name {
    border-bottom: 1px solid #222;
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
    padding-top: 60px;
}

.work-block__wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px;
}

.work-block__wrapper .work-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.workBlock-title h2 {
}

.workBlock-title p {
}


.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #FFF;
    height: 70px;
    padding: 1em;
    border-bottom: 1px dashed #fff;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu > li {
    margin: 0 1rem;
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #D14242;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 800px) {
    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 95px;
        margin-top: 18px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        background-color: #222;
    }

    .menu > li a {
        color: #fff;
    }

    .menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}

.top-nav > div a .logo-img {
    height: 50px;
}


.header-mobile {
    display: none;
}


@media (max-width: 1000px) {
    .header-bottom {
        display: none;
    }

    .header-mobile {
        display: block;
    }
}


@media (max-width: 1100px) {
    .header-menu .nav-left a {
        font-size: 11px;
    }

    .x_wd_app_entry {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .swiper.testimonialSwiper .swiper-pagination-bullet {
        background-color: rgb(209, 66, 66);
        border: 4px solid rgb(209, 66, 66);
        width: 6px;
        height: 6px;
    }
    .swiper.newsSwiper .swiper-pagination .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
        border-radius: 0px;
    }
    .swiper.newsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #da291c;
        border: 4px solid #da291c;
        width: 30px;
        height: 5px;
        border-radius: 0px;
    }
}

.swiper.quoteSwiper{
    padding: 12px;
}

.swiper.quoteSwiper .swiper-pagination-bullet {
    background-color: rgb(209, 66, 66);
    border: 4px solid rgb(209, 66, 66);
    width: 15px;
    height: 15px;
}



.our-products-item{margin-bottom: 20px}
a.our-create-tile{width: 10em;white-space: nowrap;overflow: hidden;display: inline-block;text-decoration: none;text-overflow: ellipsis;white-space: nowrap;}
.Our-create__photos {overflow: hidden;padding-bottom: 50%;position: relative;height: 0;}
.Our-create__photos img {position: absolute;top: 50%;right: 50%;transform: translate(50%, -50%)}
.our-create-photos__title {text-align: center;margin-bottom: 40px}
.our-create-photos__title span {text-align: center;letter-spacing: 0;color: #363636;opacity: 1;margin: 40px 0px;font-size: 22px;font-weight: 700;}

.header-color-name a{color:#A9B7C6 }
.header-color-title{font-size: 19px; color: #9e9e9e}
.header-color-name {position: relative;top: 28px; display: flex}
.header-color{background: #222222;height: 90px;margin-top: 110px; line-height: 24px}

.html-tag {color: #E8BF6A}
.classname {color: #A5C261}
.attrClass {color: #BABABA !important;}

.work-image{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.work-image img{width: 100%;height: 100%;}
.work-item__wrap p{font-size: 18px;line-height: 30px;}
.work-item__wrap-inside {margin-top: 40px;display: flex;justify-content: center;align-items: center;}
.work-item__wrap-inside a{
    padding: 6px 30px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 20px;
    font-size: 20px;
}

.work-name{
    border-bottom: 1px solid #222;
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
    padding-top: 180px;
}

.work-block__wrapper{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px;
}

.work-block__wrapper .work-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.workBlock-title h2{

}

.workBlock-title p{

}

.sponser__item{
    height: 80px!important;
}

.sponser__item img{
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.image-about{
    width: 100%;
    height: 100%;
}
.home-feature__box {
    z-index: 102;
    position: relative;
}


.home-feature__box h2 {
    font: Bold 30px / 50px Roboto;
    letter-spacing: 0;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}


.home-feature__box span p {
    text-align: left;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: #666666;
    opacity: 1;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    display: block;
}

.about-wealth h4 {
    color: #363636;
    text-align: left;
    font: Bold 24px / 40px Roboto;
    letter-spacing: 0;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}

.about-wealth p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #363636;
    margin: 10px 0;
}

.about-wealth p:before {
    content: "\f058";
    padding-right: 20px;
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
    color: #ca0e2f;
}


.about-vision h4 {
    color: #363636;
    text-align: left;
    font: Bold 24px / 40px Roboto;
    letter-spacing: 0;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}

.about-vision p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #363636;
}

.pt-30{
    padding-top: 30px;
}

.pt-40{
    padding-top: 40px;
}

.button {
    background: transparent linear-gradient(123deg, #FF7700 0%, #D14242 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    line-height: 1;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.side-bar {
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-direction: column;
    padding: 57px;
    font-size: 15px;
    margin-top: 20px;
}

.basket-button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    padding-left: 5px;
}

@media (max-width: 1000px) {
    .fortinet-one.notloggedin-demo{
        display: none!important;
    }
}

.ss-notifications{
    display: none;
}

.notCss{
    top: 0;
    right: 0;
}

.toast.show {
    background-color: rgb(60, 179, 113, 0.9);
    font-size: 20px;
    padding: 4px;
}

.btn-close{
    background: none;
    color: #ffffff;
    border: none;
}

.our-products-item-text{
    display: flex;
    flex-direction: column;
}

.btn.btn-success{
    padding: 10px 20px;
}

@media (max-width: 1000px) {
    .ftnt-main.bg-red .white-box{
        margin: 20px;
    }
    .pricing-table{
        margin: 25px;
    }
}

.footer-logo {
    width: 99px;
    height: 75px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-left {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu>li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: .875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
}

.footer-menu{
    display: flex;
    margin: 0;
}


.footer-menu li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu>li>a {
    color: #999;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color, background-color;
    list-style: none;
    font-size: 12px;
}

.footer-copyright {
    font-size: 14px;
    line-height: 24px;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
}

.footer-copyright p{
    margin: 0;
}

.navbar-right{
    display: flex;
    justify-content: center;
    align-items: center;
}

.templates-button:hover{
    color: #fff;
}

.main-nav-item__logo a{
    padding: 0!important;
}

.c-content h3{
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}

@media (max-width: 1000px) {
    .footer-bottom{
        display: none;
    }
    .c-content h3 {
        font-size: 17px;
        line-height: 26px;
        font-weight: 500;
    }
}




