@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.home.swiper {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif !important;

    overflow-x: hidden;
}

.home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bootstrap-headings-color);
}

.home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-primary {
    background-color: #e37542 d !important;
}

element.style {}

.btn-primary {
    color: #fff;
    background-color: #243e83 !important;
    border-color: #243e83 !important;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}


.fs--1 {
    font-size: 0.9rem !important;
}

.text-white {
    color: #ffffff !important;
}

.bg-200 {
    background-color: #fafafa !important;
}

.text-warning {
    --elixir-text-opacity: 1;
    color: #fbfbfb !important;
}

h6,
.h6 {
    font-size: 1em;
}

hr:not([size]) {
    height: 2px;
}

hr {
    background-color: #ddddde;
    border-radius: -3.906rem;
    margin-left: auto;
}

.scope {
    background-image: url(../img/interior-view-steel-factory.jpg);
    background-size: cover;
    background-position: right;
    padding: 60px;
}

.r h3 {
    color: #FFF;
    text-shadow: 2px 2px black;
    font-size: 30px;
}

.swiper h1 {
    color: #fff;
    font-size: 50px !important;
}

.bg-200 img {}

.bh {
    padding: 0px 100px;
}

.swiper p {
    color: #fff !important;


}
.fw-bold {
    font-weight: 400!important;
}
.bg-dark {
    background-color: #ffffff !important;
}
section {
    position: relative;
     padding-top: 1rem; 
     padding-bottom:1rem; 
}
.text-light123{
    color: #ffc724;
}
.text-light1234{
    color: #dddddda6;
}

#about-8 {
  width: 100%;
  background: url(../img/pedestrian-bridge-against-blue-sky.jpg) no-repeat center; 
  background-size: cover;
    background-attachment: fixed;
}

.about-8-txt {
  padding: 80px 60px;
}.bg-darkblue {
  background-color: #2c3f69;
}
.display-6 {
    font-size: xx-large;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase !important;
}
.theme-slider .swiper-nav [class*=swiper-] {
    opacity: 1 !important;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    font-size: 1.776889rem;
    color: #fffefe !important;
    z-index: 1;
    margin: 0;
}

.nav-link {
    display: block;
    padding: .4rem -1rem;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-weight: bold;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/interior-view-steel-facto.jpg) center center no-repeat;
    background-size: cover;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}

.produ h5 {
    font-size: 1rem;
    margin: 20px;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    padding-top: 9px;
    padding-bottom: 12px;
}

.site-footer .navbar-brand {
    color: var(--primary-color);
}

.site-footer .social-icon-link {
    font-size: var(--h6-font-size);
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.site-footer .copyright-text {
    font-size: var(--copyright-text-font-size);
}

.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu-item {
    list-style: none;
}

.footer-menu-link {
    font-size: var(--copyright-text-font-size);
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--white-color);
    border-radius: 100px;
    font-size: var(--p-font-size);
    color: var(--dark-color);
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.social-icon-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.services-wrap {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
}

.services-wrap .img {
    width: 100%;
    height: 220px;
}

.services-wrap .text {
    width: 100%;
    text-align: center;
    padding: 20px 5px;
    position: relative;
}

.services-wrap .text h2 {
    font-weight: 500;
    font-size: 22px;
}

.services-wrap .text .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    margin: -65px auto 20px auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
}

.services-wrap .text .icon span {
    color: #fc5e28;
    font-size: 50px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services-wrap .text .btn-custom {
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    width: 80%;
    background: #040e26;
    color: #fff;
    padding: 12px 10px;
    border-radius: 3px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.services-wrap:hover {
    -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
}

.services-wrap:hover .text .icon {
    background: #fc5e28;
}

.services-wrap:hover .text .icon span {
    color: white;
}

.services-wrap:hover .text .btn-custom {
    background: #fc5e28;
}

.ftco-services-2 .services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
    background: #040e26;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .ftco-services-2 .services {
        padding: 20px;
    }

    .swiper h1 {
        color: #fff;
        font-size: 21px !important;
    }

    .swiper p {
        color: #fff !important;
        font-size: 20px;
        font-size: 15px !important;
    }

    .bh {
        padding: 0px 0px;
    }
}

.fs-4 {
    font-size: 1.1573345183rem !important;
}

.border-primary {
    border-color: #ffffff !important;
}

.ftco-services-2 .services:before {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    content: '';
    width: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    -webkit-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
    -ms-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
    transform: matrix(1.3, 0, -0.3, 1, 0, 0);
}

.ftco-services-2 .services.services-2 {
    background: #fc5e28;
}

.ftco-services-2 .services.services-2 .icon {
    background: #040e26;
}

@media (min-width: 992px) {
    .ftco-services-2 .services {
        margin-top: -70px;
    }
}

.ftco-services-2 .services .icon {
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    z-index: 1;
    margin-bottom: 20px;
    background: #fc5e28;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.ftco-services-2 .services .icon span {
    font-size: 50px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .ftco-services-2 .services .icon {
        width: 50px;
        height: 50px;
    }

    .ftco-services-2 .services .icon span {
        font-size: 40px;
    }
}

.ftco-services-2 .services .media-body {
    width: calc(100% - 80px);
}

.ftco-services-2 .services .media-body h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
    color: #fff;
}

@media (max-width: 767.98px) {
    .ftco-services-2 .services .media-body {
        width: calc(100% - 50px);
    }
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;

    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #e37542;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #106eea;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #2a3855;
    font-size: 36px;
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}

.about-sed {
    background-color: floralwhite;
}

.home .swiper {
    width: 100%;
    height: 100%;
}

.home .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.home .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.produ .swiper {
    width: 100%;
    height: 100%;
}

.produ .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.produ .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.produ .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.produ .swiper-slide {
    background-size: cover;
    background-position: center;
}

.produ .mySwiper2 {
    height: 80%;
    width: 100%;
}

.produ .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.produ .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;

}



.produ .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem 0rem !important;
}

.infras h4 {
    font-size: 1.3rem;
}

.infras h3 {
    text-align: center;
    font-size: 1.368593037rem;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.section-bg-container {
    border: 1px dotted #a6553240;
    padding: 30px 0px;
    ;
}

.section-bg p {
    color: #000;
}

.section-bg h5 {
    color: #000;
}

.services-area .single-services .services-icon {
    margin-bottom: 50px;
    width: 67px;
    height: 67px;
    background: #fff;
    line-height: 67px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    position: relative
}

.services-area .single-services .services-icon::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 90px;
    height: 90px;
    background: transparent;
    border-radius: 50%;
    transition: .5s;
    border: 3px dashed #38d022;
    box-sizing: border-box;
    animation: animate 10s linear infinite
}

@keyframes animate {
    0% {
        transform: scale(1) rotate(0deg)
    }

    100% {
        transform: scale(1) rotate(360deg)
    }
}

.infras img {
    height: 191px;
}

.infras h2 {
    margin: 90px 0px;
    font-size: 31px;
    text-transform: uppercase;
}

.services-area .single-services .services-icon span {
    color: #eb566c;
    font-size: 38px;
    padding-top: 3px;
    display: block
}

.services-area .single-services .services-cap h5 > a {
    color: #fffbfb;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .single-services .services-cap h5 > a {
        font-size: 29px
    }
}

.services-area .single-services .services-cap p {
    margin-bottom: 0px;
    color: #ffefef;
    font-size: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area .single-services .services-cap p {
        font-size: 15px
    }
}

.single-services {
    position: relative
}

.single-services .shape1 {
    position: absolute;
    right: -43%;
    top: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-services .shape1 {
        right: -75%;
        top: 40px
    }
}

.single-services .shape2 {
    position: absolute;
    right: -61%;
    top: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-services .shape2 {
        right: -80%;
        top: 40px
    }
}

.bg-dark {
    background-color: #8e8e8e00 !important;
    border: 1px solid #fff;
}.form-floating {
    position: relative;
    border: 1px solid #FFF;
}.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.8rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
    COLOR: #FFF;
}
.bg-holder1 {
    margin-top: -21px !important;
}

.bg-holder123 {
    margin-top: 61px;
}

@media (min-width: 768px) {
    .fs-md-5 {
        font-size: 2.2087269129rem !important;
    }

}


.bg-primary {
    background-color: #4277b9 !important;

}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bootstrap-card-bg);
    background-clip: border-box;
    border: 0 solid var(--bootstrap-card-border-color);
    border-radius: 0.625rem;
}


.featureCard.-type-1 {
  position: relative;
  z-index: 0;
}

.featureCard.-type-1 .featureCard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.featureCard.-type-1 .featureCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featureCard.-type-1 .featureCard__image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 7, 60, 0) 0%, #05073C 100%);
  opacity: 0.5;
}

.featureCard.-type-1 .featureCard__content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.featureCard.-type-1 .featureCard__content h4 {
  font-size: 20px;
  font-weight: 500;
}

.featureCard.-type-1.-hover-1 .featureCard__image {
  overflow: hidden;
}

.featureCard.-type-1.-hover-1 .featureCard__image img {
  transition: .4s;
}

.featureCard.-type-1.-hover-1:hover .featureCard__image img {
  transform: scale(1.05);
}

.featureCard.-type-2 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.featureCard.-type-2 .featureCard__image {
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.featureCard.-type-2 .featureCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featureCard.-type-2 .featureCard__image::after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(5, 7, 60, 0) 0%, #05073C 100%);
  opacity: 0.5;
}

.featureCard.-type-2 .featureCard__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.featureCard.-type-2 .featureCard__content h4 {
  font-size: 20px;
  font-weight: 500;
}

.featureCard.-type-3 {
  position: relative;
  height: 100%;
  z-index: 0;
}

.featureCard.-type-3 .featureCard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.featureCard.-type-3 .featureCard__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.featureCard.-type-3 .featureCard__image::after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(5, 7, 60, 0) 0%, #05073C 100%);
  opacity: 0.5;
  z-index: 1;
}

.featureCard.-type-3 .featureCard__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 60px;
}

@media (max-width: 991px) {
  .featureCard.-type-3 .featureCard__content {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .featureCard.-type-3 .featureCard__content {
    padding: 30px;
  }
}

.featureCard.-type-3 .featureCard__content button {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .featureCard.-type-3 .featureCard__content button {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .featureCard.-type-3 .featureCard__content button {
    margin-top: 30px;
  }
}

.featureCard.-type-3.-style-2 .featureCard__content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
}

@media (max-width: 767px) {
  .featureCard.-type-3.-style-2 .featureCard__content {
    padding: 30px;
  }
}

.featureCard.-type-3.-style-2 .featureCard__content button {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .featureCard.-type-3.-style-2 .featureCard__content button {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .featureCard.-type-3.-style-2 .featureCard__content button {
    margin-top: 30px;
  }
}

