:root {
    --primary-color: #46BEA5;
    --secondary-color: #C74F2A;
}


@font-face {
    font-family: apparat-black;
    src: url(../apparat-font/fonnts.com-Apparat_Bold.otf);
}

@font-face {
    font-family: apparat-black-regular;
    src: url(../apparat-font/fonnts.com-ApparatSemiCond_Regular.otf);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Alumni Sans", serif;
    letter-spacing: 1px;
}

body {
    font-size: 17px;
    letter-spacing: normal;
}

p,
.font2 {
    font-family: apparat-black-regular;
}

ul,
li {
    font-family: apparat-black-regular;
}

a:hover,
a:active {
    color: var(--primary-color);
    text-decoration: none;
}

.navbar-nav>li>a {
    text-transform: none;
    font-size: 18px;
}

.btn-style1.white:after {
    background-color: var(--primary-color) !important;
}


.font1 {
    font-family: "Alumni Sans", serif;
}

.text-primary,
.text-primary-hover:hover {
    color: var(--primary-color) !important;
}

.text-secondary,
.text-secondary-hover:hover {
    color: var(--secondary-color) !important;
}

.card-style04 .card-img {
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
}

.card-style04 .card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s linear;
}

.card-style04:hover .card-img img {
    transform: scale(1.1);
    transition: all 0.5s linear;
}

.border-primary-color {
    border-color: #000000 !important;
}


.about-style-02 h5 {
    color: var(--secondary-color);
    font-weight: 500;
    font-family: 'Alumni Sans';
    font-size: 1.7rem;
    letter-spacing: 0px;
}

.banner-video {
    margin-top: -100px;
    height: 101vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100vw; */
    overflow: hidden;
    padding: 0;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bann-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 100px !important;
}

.menu_area-light .navbar-nav>li>a {
    color: #B1C6C0;
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
    color: #ffffff;
}

.menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #fff #fff transparent;
}

.menu_area-light .navbar ul ul li.active>a,
.menu_area-light .navbar-nav li.has-sub a:hover {
    color: #fff;
}

.menu_area-light .navbar ul ul.sub-menu>li.active>a {
    color: var(--primary-color);
}

.menu_area-light .navbar>ul>li.has-sub>a:hover:after {
    border-color: #fff;
}

.menu_area-light .navbar-nav li.has-sub .sub-menu a:hover {
    color: var(--primary-color) !important;
}

.navbar-nav>li>a {
    letter-spacing: 0;
}

.menu_area-light .navbar-nav>li>a:hover {
    color: #fff;
}

.btn-style6 {
    background: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.process-style-01 .process-block .process-content .content-inner h3 {
    font-size: 80px;
    font-family: 'Alumni Sans';
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(241 239 239);
}

.process-img img {
    /* filter: invert(1); */
    opacity: 0.7 !important;
    width: 130px;
    float: right;
    margin: 1rem;
}

.process-style-01 .process-block {
    /* height: 100%; */
    height: 300px;
}

.process-style-01 .process-block .process-img {
    height: 100%;
}

.process-style-01 .process-block .process-img.one {
    background-color: var(--secondary-color);
}

.process-style-01 .process-block .process-img.two {
    background-color: #e0663e;
}

.process-style-01 .process-block .process-img.three {
    background-color: #ef7c57;
}

.process-style-01 .process-block .process-img.four {
    background-color: #ec8462;
}

.process-style-01 .process-block .process-img.five {
    background-color: #f29071;
}

/* .process-style-01 .process-block .process-img.four {
    background-color: #3d3d3d;
} */
.process-content p {
    font-size: 1.5rem;
    letter-spacing: -1px;
    text-align: start;
}

.process-style-01 .process-block .process-img img {
    transform: translate3d(180px, 0, 0);
}

.menu_area-light.scrollHeader .navbar-nav>li>a {
    color: #000000;
}

.menu_area-light.scrollHeader .navbar-nav>li:hover>a {
    color: var(--primary-color);
}

.menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: var(--primary-color);
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: var(--primary-color);
}

/* .portfolio .portfolio-wrap .portfolio-item .cont span {
    color: var(--secondary-color);
} */

.portfolio .portfolio-wrap .portfolio-item .cont span {
    color: #B1C6C0;
}

.navbar>ul>li.has-sub>a:after {
    top: 10px;
}

.testimonial-carousel-three .owl-stage {
    display: flex;
}

.testimonial-carousel-three .owl-stage .owl-item {
    height: auto;
}

.testimonial-carousel-three .owl-stage .owl-item div {
    height: 100%;
}

.flex-shrink-0 i {
    font-size: 2rem;
    color: var(--primary-color);
}

.social-icon-style1 li a {
    color: #000000;
    background: rgb(255 255 255);
}

.social-icon-style1 li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.serc li i {
    color: var(--primary-color);
}

.serc li:hover {
    transform: translateX(10px);
    transition: all 0.5s linear;
}

.serc li:hover a {
    color: var(--primary-color);
}

.serc li {
    transition: all 0.5s linear;
    margin-bottom: 0.7rem;
    font-family: 'apparat-black-regular';
}

.scroll-to-top {
    background: #000000;
}

.main-marq .box .item h4 .icon {
    margin-bottom: -15px;
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 2rem;
    margin-right: 2rem;
    filter: brightness(20.5);
}

.main-marq .box .item {
    padding: 0;
}

.main-marq .non-strok .item h4 {
    color: var(--secondary-color) !important;
    -webkit-text-stroke: 0 !important;
    font-family: 'Alumni Sans';
}

.marquee {
    border: none;
    background-color: #B1C6C0;
}

.marquee:before {
    background: -webkit-linear-gradient(right, #b2c6bf, transparent 300px, transparent calc(100% - 300px), #b2c7c0);
}

.testimonial-style01 svg {
    stroke: rgb(255 255 255 / 20%);
}

.testimonial-style01 .owl-carousel .owl-nav button.owl-prev,
.testimonial-style01 .owl-carousel .owl-nav button.owl-next {
    background: #000000;
}

.cont h3 {
    font-size: 2rem;
}

.cont .btn1 {
    white-space: nowrap;
}

.faq-style-01 .rotate-text {
    left: -100px;
}

.faq-style-01 .rotate-text h2 {
    font-size: 182px;
    text-transform: capitalize;
    /* color: transparent;
    -webkit-text-stroke-color: #0000001a;
    -webkit-text-stroke-width: 1px; */
}

.btn-style8 {
    background-color: #ffffff !important;
    border: none;
    color: #000000;
}

.btn-style8:hover {
    background-color: #000000 !important;
    border: none;
    color: #ffffff;
}

.choose-img:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 90%;
    background: #38bea5;
    right: -20px;
    top: -20px;
    z-index: 0;
}

footer {
    z-index: 0;
}

footer:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image: url(../images/FulfillPlus-favicon.png);
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.1;
    object-fit: cover;
    background-position: bottom;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: translate(-50%, 50%); */
}

/* .portfolio-item>.image-effect:hover {
    border-bottom: 20px solid black;
    border-left: 20px solid var(--primary-color);
} */

.sers {
    padding-top: 230px;
}

.sers1 {
    padding-top: 230px;
}

.contr {
    margin-bottom: -9%;
    z-index: 1;
}

.newsletter {
    z-index: 1;
    margin-bottom: -85px;
}

p {
    text-align: justify;
}

.cont h3 a {
    font-family: "Alumni Sans", serif;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.card h4 a {
    font-family: "Alumni Sans", serif;
    /* letter-spacing: 1px; */
    font-size: 2rem;
}

.testimonial-carousel1 .owl-item p {
    letter-spacing: -2px;
    line-height: 1.4;
    padding-right: 1rem;
}

.btn-style6:hover:after,
.btn-style6:active:after,
.btn-style6:focus:after {
    background: #000;
}

.flex-grow-1 h4 {
    font-size: 1.5rem;
}

.sers {
    padding-bottom: 0;
}

/* .portfolio-item p {
    color: #cfcbcb;
} */
.portfolio-item p {
    color: #5f5d5d;
}

.history-text {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
}

.history-text h2 {
    color: #ffffff00;
    font-size: 200px;
    -webkit-text-stroke-color: #ffffff69;
    -webkit-text-stroke-width: 2px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.list-style2 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #c7502a30;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    margin: 0.5rem;
    padding-left: 35px;
    overflow: hidden;
    background: #c7502a;
    color: #fff;
    height: fit-content;
}

.list-style2 li:before {
    content: '\e64c';
    font-family: 'themify';
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 10px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
}

.list-style2 {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.list-style2 li:hover {
    /* background: #c7502a; */
    color: #000;
    /* transition: all 0.5s linear; */
}

.list-style2 li:hover:before {
    color: #000;
    transition: all 0.5s linear;
}

.list-style2 li:after {
    content: '';
    width: 0;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
    transition: all 0.5s linear;
}

.list-style2 li:hover:after {
    width: 100%;
    transition: all 0.5s linear;
}

.integration-logo {
    background: #fff;
    padding: 1rem;
    box-shadow: 1px 3px 10px 1px #f0f0f0;
    margin: 0.5rem;
    border-radius: 10px;
}

.newsletter .btn-style8:focus,
.newsletter .btn-style8:active {
    background: #000 !important;
    color: #fff;
}

.portfolio .portfolio-wrap {
    padding-top: 60px;
}

.cont-text {
    font-family: 'apparat-black-regular';
    -webkit-text-stroke-width: 1px;
    font-weight: 100;
    font-size: 3rem;
}

.cont-text.plus {
    font-size: 4rem;
}

.card-style11 .card-body {
    padding: 16px 20px;
}

.card-style11 span {
    font-size: 12px;
    text-transform: uppercase;
    color: #9b9b9b;
}

.card-style11 .card-body {
    background-color: #fff;
    transform: translateY(-10px);
    width: 95%;
    overflow: hidden;
}

.card-style11 .card-body .portfolio-btn {
    display: none;
    transition: all 0.8s linear;
}

.card-style11:hover .card-body .portfolio-btn {
    display: block;
    transition: all 0.8s linear;
}

.card-style11 p {
    text-align: justify;
    margin-bottom: 0;
    line-height: 22px;
}

.portfolio-link {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    color: #ffffff;
    padding: 2px 10px;
    background: var(--secondary-color);
}

.card-style11 h4 {
    line-height: 24px;
}

.card-style11 h4 a {
    font-size: 1.5rem;
    letter-spacing: initial;
}

.btn-style3:after {
    background: var(--secondary-color);
}

.portfolio-link:hover {
    color: #000000;
    background: var(--primary-color);
}

.btn-style3:before {
    color: var(--secondary-color);
}

.why-us {
    position: relative;
    z-index: 1;
}

.why-us::before {
    content: '';
    position: absolute;
    background-image: url(../images/shape-48.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: bottom;
    /* opacity: 0.5; */
    background-attachment: fixed;
}

.timeline-icon {
    width: 200px;
}

.choose-img img {
    z-index: 1;
    position: relative;
}

.ful-ser .card-style11 .card-body {
    bottom: -50px;
    background: #B1C6C0;
}

.ful-ser .card-style11:hover img {
    transform: scale(1.1);
    transition: all 0.5s linear;
}

.ful-ser .card-style11 img {
    transition: all 0.5s linear;
}

.card-style02 h3 {
    margin-bottom: 20px;
    font-size: 32px;
    width: 100%;
    letter-spacing: 0;
}

.card-style02:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0%;
    left: -100%;
    border-radius: 0;
    filter: url();
    background: var(--secondary-color);
    transform: unset;
    z-index: -1;
    transition: all 0.5s linear;
}

.card-style02:hover:after {
    top: 0;
    left: 0;
}

.ser1 {
    /* background: #c7502a3b; */
    margin-bottom: 20px;
    padding: 1rem;
    border-radius: 20px;
}

.card-style02 {
    border: 1px solid rgb(198 79 43 / 19%);
    overflow: hidden;
    padding: 20px 20px;
    z-index: 0;
}

.card-style02:hover .ser1 img {
    filter: brightness(10.5);
    transition: all 1s linear;
}

.card-style02:hover h3,
.card-style02:hover p {
    color: #fff !important;
}

.mySwiper-why .swiper-slide {
    display: flex;
    height: auto;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
    background: #c7502a;
}

/* .mySwiper-why .swiper-horizontal>.swiper-pagination-bullets,
.mySwiper-why .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper-why .swiper-pagination-custom,
.mySwiper-why .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -22px);
} */

.mySwiper-why .swiper-wrapper {
    margin-bottom: 2rem;
}

.left.choose-img:after {
    left: -20px;
    right: unset;
}

.banner-bg {
    background: url(../images/services/service-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    height: 450px;
}

.banner-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000078;
}

.process-style-01 .process-block .process-content .content-inner {
    justify-content: flex-start;
}

.mantra {
    background: var(--secondary-color);
    padding: 1rem;
    border-radius: 6px;
}

.card-style04 h4 {
    line-height: 1;
}

.card-style04 {
    border-radius: 10px;
}

.text-justify {
    text-align: justify;
}


.process-style-02 .process-inner .process-no {
    top: -60px;
    color: var(--primary-color);
}

.service-block:hover {
    border-color: var(--secondary-color) !important;
    transition: all 0.5s linear;
}

.service-block {
    transition: all 0.5s linear;
}

.bg-blue-gray {
    background-color: #B1C6C0 !important;
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: .375rem .75rem;
    min-height: 46px;
    border-radius: 0;
}

option:disabled {
    color: red;
}

.btn-style1:before {
    z-index: 1;
    background-color: #46BEA5;
}

.form-select:focus {
    border-color: #46BEA5;
    outline: 0;
    box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
}

.cont-info {
    box-shadow: 1px 1px 4px #e3e3e3;
    border-radius: 6px;
    background: #B1C6C0;
    padding: 2rem 1rem !important;
    position: relative;
    z-index: 1;
}

.cont-info:after {
    content: '';
    background-color: #fff;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s linear;
}

.cont-info:hover:after {
    width: 100%;
    transition: all 0.5s linear;
}

.cont-info .flex-shrink-0 i {
    font-size: 3rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.list-style6 li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 0px;
    width: 50%;
    display: flex;
    align-items: baseline;
}

.list-style6 li:before {
    display: none;
}

.fa-diamond:before {
    content: "\f219";
    color: var(--secondary-color);
    font-size: 12px;
}

.text-left {
    text-align: left;
}

.location-dtail {
    width: 200px;
    min-height: 40px;
    text-align: center;
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 1rem;
}

.gm-ui-hover-effect {
    opacity: .7;
    background: var(--secondary-color) !important;
    border-radius: 6px;
    width: 30px !important;
    height: 30px !important;
    margin: 0.4rem !important;
    box-shadow: 1px 1px 4px #dadada;
}

.gm-ui-hover-effect>span {
    background-color: #ffffff;
    margin: auto !important;
    /* float: right; */
    width: 20px !important;
    height: 20px !important;
}

.gm-style .gm-style-iw-c {
    overflow: unset;
}

.gm-style-iw-chr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible;
    position: absolute;
    right: -15px;
    top: -15px;
}

.gm-style-iw-d {
    margin-top: 20px;
}

.bg1 {
    position: relative;
}

.bg1:after {
    content: '';
    background: url(../images/services/ecom-bg1.png) #f8f9fa;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    background-position: center;
    /* background-attachment: fixed; */
    opacity: 0.05;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    /* background-size: contain; */
    background-repeat: no-repeat;
}

.case1:after {
    display: none !important;
}

.case1 {
    padding-right: 0.5rem !important;
}

.casestdy .submenu-button {
    pointer-events: none;
    display: none;
}

.card-style14 {
    overflow: hidden;

}

.card-style14:hover img {
    transform: scale(1.1);
    transition: all 0.8s linear;
}

@media (min-width:850px) and (max-width:1199px) {
    .choose-img:after {
        right: -10px;
        top: -10px;
    }

    .left.choose-img:after {
        left: -10px;
        right: unset;
    }

    .choose-img.left {
        width: 50%;
    }

    .navbar-expand-lg .navbar-nav {
        margin-right: 0 !important;
    }

    .navbar-nav>li {
        margin-left: 0;
    }

}

@media (min-width:1599px) {
    .card-style11 h4 a {
        font-size: 2rem;
    }
}

@media (max-width:1650px) {
    .faq-style-01 .rotate-text {
        top: 10px;
    }

    .portfolio .portfolio-wrap {
        align-items: end;
        padding-top: 100px;
    }

    .sers1 {
        padding-top: 180px;
    }
}

@media (max-width:1550px) {
    .portfolio .portfolio-wrap {
        align-items: end;
    }

    .sers {
        padding-bottom: 120px !important;
    }

}

@media (max-width:1500px) {
    .image-effect.animated {
        height: 300px;
    }

    .image-effect.animated img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
        object-fit: contain;
    }

    .portfolio .portfolio-wrap {
        align-items: start;
        padding-top: 120px;
    }

    .sers {
        padding-bottom: 0px !important;
    }

    .portfolio .portfolio-wrap .portfolio-item {
        width: 45vw;
    }

    .portfolio .portfolio-wrap {
        padding-top: 136px;
    }
}

@media (max-width:1400px) {
    .faq-style-01 .rotate-text {
        left: -70px;
    }

    .faq-style-01 .rotate-text h2 {
        font-size: 162px;
    }

    .faq-style-01 .rotate-text {
        top: 10px;
    }

    .portfolio-item p {
        line-height: 20px;
    }

    .portfolio .portfolio-wrap .portfolio-item {
        width: 48vw;
    }

    .portfolio .portfolio-wrap {
        padding-top: 140px;
    }

    .sers1 {
        padding-top: 160px;
    }

}

@media (max-width:1300px) {
    .faq-style-01 .rotate-text h2 {
        font-size: 160px;
    }

    .portfolio .portfolio-wrap {
        padding-top: 140px;
    }

    .portfolio .portfolio-wrap .portfolio-item .cont {
        margin-top: 20px;
    }

    .portfolio-item p {
        margin-bottom: 10px;
    }
}



@media (max-width:992px) {
    .header-style1 .navbar-toggler {
        background: var(--primary-color) !important;
    }

    footer {
        padding-top: 8rem !important;
    }

    .footer-logo {
        display: flex;
        margin: auto;
    }

    .choose-img.left {
        margin-top: 3rem;
    }

    .menu_area-light .navbar-nav>li>a {
        color: #000;
    }

    .menu_area-light .navbar-nav li.current>a,
    .menu_area-light .navbar-nav li.active>a {
        color: var(--primary-color);
    }

    .ser1 {
        padding: 0.5rem;
    }

    .testimonial-style01 .owl-carousel .owl-nav button.owl-prev,
    .testimonial-style01 .owl-carousel .owl-nav button.owl-next {
        top: -80px;
    }

    .testimonial-style01 .owl-carousel .owl-nav button.owl-prev {
        right: 12%;
        left: unset;
    }

    .btn-display {
        display: none;
    }
}





@media (max-width:767px) {
    .sers1 {
        padding-top: 70px;
    }

    .process-style-01 .process-block .process-content .content-inner h3 {
        font-size: 45px;
        /*font-size: 60px;*/
    }

    .process-content p {
        font-size: 1.2rem;
    }

    .process-img img {
        width: 80px;
    }

    .process-style-01 .process-block {
        height: 230px;
    }

    .sers {
        padding-top: 70px;
        padding-bottom: 0;
    }

    .contr {
        margin-bottom: 0;
    }

    .portfolio.portfolio-container {
        padding: 2px 0 70px;
    }

    .cont h3 {
        font-size: 1.3rem;
        padding-bottom: 1rem;
    }

    .portfolio .portfolio-wrap .portfolio-item .cont {
        display: block !important;
    }

    .btn-style8 {
        margin-top: 1rem;
    }

    .menu_area-light .navbar-nav li.current>a,
    .menu_area-light .navbar-nav li.active>a {
        color: var(--primary-color);
    }

    .menu_area-light .navbar-nav>li>a {
        color: #000;
    }

    .header-style1 .navbar-toggler {
        background: var(--primary-color) !important;
    }

    .scrollHeader {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
    }

    .testimonial-carousel1 .owl-item {
        padding: 1rem;
    }

    .testimonial-carousel1 .owl-item p {
        letter-spacing: -1px;
        line-height: 1.4;
        padding-right: 0;
    }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: block;
    }

    .testimonial-style01 .owl-carousel .owl-nav button.owl-prev,
    .testimonial-style01 .owl-carousel .owl-nav button.owl-next {
        top: -50px;
    }

    .testimonial-style01 .owl-carousel .owl-nav button.owl-prev {
        left: 65%;
    }

    .card-style14 .btn-text {
        margin-right: 0;
        opacity: 1;
        text-indent: 0;
    }

    .btn-display {
        display: none;
    }

    .banner-video {
        height: 60vh;
    }

    .cont h3 a {
        font-size: 1.8rem;
    }

    .marquee h4 {
        font-size: 26px;
    }

    .main-marq .box .item h4 .icon {
        margin-bottom: -1px;
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .process-style-01 .process-block .process-content .content-inner {
        justify-content: flex-start;
    }

    .about-style-02 h5 {
        font-size: 1.5rem;
    }



    .testimonial-carousel1 {
        padding-top: 2rem;
    }

    footer:after {
        width: 70%;
        opacity: 0.05;
    }

    .navbar-nav {
        height: 435px;
        overflow: auto;
    }

    .navbar-nav>li>a:hover .letter,
    .navbar-nav>li>a.play .letter {
        transform: unset;
    }

    .menu_area-light .navbar-nav>li>a:hover {
        color: #000000;
    }

    .sers {
        padding-bottom: 0px !important;
    }

    .card h4 a {
        font-size: 1.7rem;
        line-height: 1;
    }

    .process-img img {
        margin: 0.5rem;
        bottom: 0;
        position: absolute;
        right: 0;
    }

    .process-style-01 .process-block .process-img img {
        display: none;
    }

    .list-style2 li {
        margin: 0.3rem;
        margin-left: 0;
        padding: 0.7rem 1rem;
        padding-left: 26px;
        margin-right: 1rem;
        line-height: 1.5;

    }

    .list-style2 li:before {
        font-size: 12px;
        /* top: 0; */
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
    }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        margin: 0;
    }

    .list-style6 li {
        width: 100%;
    }

    .banner-bg.about1 {
        background-position: left;
    }

    .banner-bg.con1 {
        background-position: 90%;
    }
}


.modal .btn-style1:after {
    z-index: -2;
    background-color: #1f2732;
}

.modal .btn-style1:before {
    z-index: -1;
    background-color: #46BEA5;
}

.modal .btn-style1 {
    z-index: 1;
}

.about-history .portfolio .portfolio-wrap .portfolio-item .cont span {
    color: transparent;
    font-size: 110px;
    -webkit-text-stroke-color: var(--secondary-color);
    -webkit-text-stroke-width: 2px;
    margin-bottom: 0px;
    margin-left: -140px;
    transform: rotate(270deg);
    left: 35px;
    position: absolute;
}

.about-history .portfolio.portfolio-container {
    width: 250vw;
    min-height: 100vh;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.about-history .portfolio .portfolio-wrap .portfolio-item {
    background: #ffffffba;
    padding: 1rem;
    border-radius: 10px;
    padding-left: 2rem;
    /* height: 50%; */
    height: 470px;

}

.about-history .portfolio .portfolio-wrap {
    align-items: center;
    /* padding-top: 100px; */
    /* height: fit-content; */
}

.about-history .timeline-icon {
    width: 200px;
    height: 200px;
    background: #0000000a;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.list-style6 li img {
    width: 16px;
    margin-right: 10px;
}

.card-style02:hover .list-style6 li {
    color: #fff;
}

.card-style02:hover .list-style6 img {
    filter: brightness(5);
}

header {
    z-index: 99;
}

.modal-dialog {
    z-index: 999;
}

.houst li:hover a {
    text-decoration: underline;
}

@media (max-width:1500px) {
    .about-history .portfolio.portfolio-container {
        width: 300vw;
    }

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        width: 55vw;
    }
}

@media (max-width:1400px) {
    .about-history .portfolio .portfolio-wrap .portfolio-item {
        height: 420px;
    }

    .header-style1 .attr-nav>ul>li>a.btn-style1,
    .header-style1.scrollHeader .attr-nav>ul>li>a.btn-style1 {
        padding: 10px 20px 10px 20px;
    }

    .about-history .portfolio.portfolio-container {
        width: 330vw;
    }
}

@media (max-width:1300px) {
    .about-history .portfolio.portfolio-container {
        width: 330vw;
    }

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        width: 55vw;
    }

    .portfolio-item p {
        line-height: 26px;
    }

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        height: 440px;
    }
}

@media (max-width:1250px) {

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        height: 460px;
    }

}

@media (max-width:1199px) {

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        height: 510px;
    }

}


@media (max-width:991px) {
    .about-history .portfolio.portfolio-container {
        display: block;
    }

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        padding-left: 1rem;
    }

    /* .about-history .portfolio .portfolio-wrap .portfolio-item .cont span {
        color: var(--secondary-color);
        font-size: 100px;
        margin-bottom: 0px;
        margin-left: 0;
        transform: rotate(270deg);
        left: unset;
        top: 150px;
        display: flex;
        justify-content: end;
        width: 100%;
        right: -40%;
    } */
    .about-history .portfolio .portfolio-wrap .portfolio-item .cont span {
        color: var(--secondary-color);
        font-size: 100px;
        margin-bottom: 0px;
        margin-left: 0;
        transform: rotate(270deg);
        left: unset;
        top: 340px;
        display: flex;
        justify-content: end;
        width: 100%;
        right: -42%;
    }

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        width: 100%;
    }

    .portfolio.portfolio-container {
        padding: 70px 0;
        padding-top: 10px;
    }

    .about-history .portfolio .portfolio-wrap .portfolio-item {
        height: auto;
    }

    .card-style02:hover:after {
        left: -100%;
    }

    .card-style02:hover h3,
    .card-style02:hover p {
        color: unset !important;
    }

    .card-style02 {
        border: 1px solid var(--secondary-color);
    }

}

@media (max-width:767px) {
    .about-history .portfolio .portfolio-wrap .portfolio-item .cont span {
        left: unset;
        top: 150px;
        right: -40%;
    }

    .cont-info:hover:after {
        display: none;
    }

    .banner-bg {
        height: 380px;
        align-items: center;
        padding: 0;
        display: flex;
    }

    .service-block {
        border-color: var(--secondary-color) !important;
    }
}




/* timeline */

.ps-timeline-sec {
    position: relative;
    /* background: #fff; */
}

.ps-timeline-sec .container-fluid {
    position: relative;
}




.ps-timeline-sec .container-fluid ol.ps-timeline {
    padding: 420px 0;
    /* padding: 0; */
    /* border-top: 2px solid var(--secondary-color); */
    list-style: none;
    margin: 0;
    /* border: 1px solid; */
}

.ps-timeline-sec .container-fluid ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li span {
    width: 20px;
    height: 20px;
    margin-left: -25px;
    background: #b2c7c0;
    border: 4px solid var(--secondary-color);
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -9px;
    left: 54%;
    z-index: 1;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: var(--secondary-color);
    width: 2px;
    height: 50px;
    background: var(--secondary-color);
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: var(--secondary-color);
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    position: absolute;
    bottom: 60px;
    left: 25%;
    border-radius: 100%;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: var(--secondary-color);
    width: 2px;
    height: 50px;
    background: var(--secondary-color);
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: var(--secondary-color);
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    position: absolute;
    top: 60px;
    left: 25%;
    border-radius: 100%;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li p {
    text-align: justify;
    width: 100%;
    margin: 0 auto;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    height: 350px;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    height: 350px;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: var(--secondary-color);
    top: -2px;
    left: 50%;
    display: block;
}

.ps-timeline-sec .container-fluid ol.ps-timeline li:last-child:after {
    display: none;
}

@media (max-width:1602px) {

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot,
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        height: 440px;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline {
        padding: 510px 0;
    }
}

@media (max-width:1500px) {

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot,
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        height: 510px;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline {
        padding: 580px 0;
    }
}

@media (max-width:1300px) {

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot,
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        height: 540px;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline {
        padding: 610px 0;
    }
}

@media (max-width:1250px) {

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot,
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        height: 565px;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline {
        padding: 630px 0;
    }
}

@media screen and (max-width: 1199px) {

    .ps-timeline-sec .container-fluid ol.ps-timeline {
        margin: 0px 0 !important;
        border-left: 2px solid var(--secondary-color);
        padding-left: 0 !important;
        padding-top: 0px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li {
        height: 100%;
        /* float: none !important; */
        width: inherit !important;
        padding-bottom: 30px;
        padding-top: unset;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        /* height: 120px; */
        padding-bottom: 0;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li span {
        left: 0 !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top {
        position: relative !important;
        bottom: 0px !important;
        width: 10% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot {
        position: relative !important;
        bottom: 0px !important;
        width: 10% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li p {
        /* text-align: left !important; */
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        width: 80% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot {
        width: 80% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }

    /* .ps-timeline-sec .container-fluid ol.ps-timeline li:after {
        display: none !important;
    } */

    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot {
        margin-top: 0 !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li span {
        top: 15px;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 100%;
        background: var(--secondary-color);
        top: 15px;
        left: -16px;
        display: block;
    }
}

@media (max-width:1199px) {

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot,
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        height: auto;
        position: relative;
        top: unset;
        margin: 0;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline {
        padding: 0 !important;
    }
}

@media (max-width:767px) {

    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot,
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        width: 98% !important;
    }

    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top,
    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot {
        margin-left: 10px !important;
    }
}

/* timeline */