html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Sora', sans-serif;
}

img {
    max-width: 100%;
}

:root {
    --animate-duration: 1000ms;
    --animate-delay: 0.9s;
}

/* ================================ navbar ======================== */
.site-header {
    position: relative;
}

#sitemenu {
    background-color: transparent !important;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0;
    padding-bottom: 0;
    transition: background-color .3s ease;
    width: 100%;
    overflow: hidden;
}

#sitemenu.scrolled {
    background-color: #ED5253 !important;
}




#sitemenu .container {
    position: relative;
}




.navbar .menu-btns {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-brand {
    height: 60px;
    display: inline-flex;
    align-items: center;
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-toggler {
    border: 0 !important;
    color: #fff !important;
    padding: 5px;
}

.navbar-toggler svg {
    height: 28px;
    width: auto;
}

.navbar-brand img {
    max-height: 100%;
}

.navbar .menu-btns .btn {
    color: #fff;
}

/* ===================== slider ======================== */
.main-slider {
    position: relative;
    width: 100%;
}

.pgi1 {
    display: flex;
    flex-direction: column;
    width: 74px !important;
    height: 100%;
    bottom: 0 !important;
    right: 40px !important;
    left: auto !important;
    justify-content: center;
    color: #fff;
}

.pgi1 .swiper-pagination-bullet {
    margin: 0 !important;
    width: 74px !important;
    height: auto;
    padding: 0;
    color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
    background-color: transparent;
    position: relative !important;
    height: 16px;
    line-height: 16px;
    font-size: 0;
    text-align: left;
}

.pgi1 .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}


.pgi1 .swiper-pagination-bullet-active {
    font-size: 18px;
    color: #fff;
}

.pgi1 .swiper-pagination-bullet-active::after {
    width: 60px;
}

.main-slider .swiper-slide {
    height: 100vh;
    min-height: 600px;
}

.main-slider .swiper-slide .wr {
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 240px;

}

.main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 2;
    color: #fff;
    max-height: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
}

.main-slider .container .text-box {
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.main-slider .container .text-box h4 {
    font-size: 50px;
    margin-bottom: 1.5rem;
}

.main-slider .container .text-box p {
    font-size: 24px;
    font-weight: 300;
}

.top-cards {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 20px;
}

.top-cards .col-6 {
    padding-bottom: 20px;
}

.top-cards .stat-card {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 3px;
    padding: 20px 10px;
    text-align: center;
    padding-top: 2rem;
    height: 100%;
}

.top-cards .stat-card .num {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 5px;
}

.top-cards .stat-card .text {
    font-size: 18px;
}

/* =============== about ============================ */
.about-sec {
    padding: 6rem 0;
    background-color: rgba(240, 240, 245, .3);
}



.about-shape {
    padding: 0 15%;
    position: relative;
}


.about-shape .img-wr {
    width: 100%;
}

.about-shape .img-wr img {
    width: 100%;
}



.about-shape .t-effect {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    width: 120px;
}

.about-shape .t-effect .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-shape .rotate {
    transform: rotate(270deg) translateY(-50%);
    position: absolute;
    bottom: 50%;
    left: 0;
    transform-origin: bottom center;
}

.about-shape h2 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #E2E2E2;
    margin-bottom: 0;
    position: relative;
    display: flex;
}

.about-shape h2 .animated-text {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: #ED5253;
    overflow: hidden;
}

.padding {
    padding: 100px 0;
}


.about-shape .box {
    background-color: #ffffff;
    position: absolute;
    padding: 20px 10px;
    text-align: center;
    right: 0;
    bottom: 2rem;
    max-width: 170px;
    box-shadow: 0px 30px 50px #03041C1A;
    font-family: 'Poppins', sans-serif;
}

.about-shape .box .years {
    color: #ED5253;
    font-size: 68px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;

}

.about-shape .box .text {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

/* ====== text-col======= */


.about-sec .sec-tittle {
    margin-bottom: 1.25rem;
}

.sec-tittle .sm-text {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
}

.sec-tittle .sm-text span {
    background-color: #ED5253;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
}

.sec-tittle .bold {
    font-size: 60px;
    font-weight: 600;
    color: #03041C;

}

.text-orange {
    color: #ED5253;
}

.sec-tittle .bold .text-orange {
    position: relative;
}

.sec-tittle .bold .t-after {
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 70%;
    height: 30%;
    background-image: url(../pic/Mediamodifier-Design.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.about-sec .wr p {
    color: #525258;
    line-height: 1.8;
}

.about-sec .wr .d-flex {
    align-items: center;
    gap: 16px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.about-sec .wr .d-flex img {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    gap: 30px;
}

.about-sec .wr .d-flex .cr {
    font-weight: 500;
    color: #03041C;
}

.about-sec .wr .d-flex .cr span {
    color: #BCBCBC;
}

.about-sec .wr .d-flex .btn {
    padding: .625rem 2rem;
    background-color: #fff;
    border: 2px solid #EFEFF5;
    border-radius: 28px;
    font-size: 14px;
    color: #03041C;
    transition: all .3s ease;
}

.about-sec .wr .d-flex .btn:hover,
.about-sec .wr .d-flex .btn:focus {
    box-shadow: none;
    color: #ED5253;
    border-color: #ED5253;
}

.btn-orange {
    padding: 12px 28px;
    background-color: #ED5253;
    color: #ffffff;
    border-radius: 0;
    transition: all .3s ease;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: #ffffff;
    color: #ED5253;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%), 0 1px 2px rgb(0 0 0 / 18%);
}

.about-sec .btn-orange {
    font-size: 18px;
}

/* ====================== cards start ================================ */
.cards-sec {
    padding-top: 6rem;
}

.card1 {
    padding: 40px 30px;
    box-shadow: 0px 10px 30px #03041C1A;
    border-radius: 6px;
    background-color: #ffffff;
    height: 100%;
    transition: all .3s ease;
}

.card1:hover {
    box-shadow: 0px 0px 0px #03041C1A;
    transform: translateY(5px);
}

.card1 img {
    margin-bottom: 1.5rem;
}

.card1 .c-tittle {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;

}

.card1 p {
    color: #525258;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0;
}

/* ============= projects ================== */
.proj-sec {
    padding-top: 6rem;

}

.proj-sec .sec-tittle {
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}




.btn-o-orange {
    padding: 12px 24px;
    background-color: #ffffff;
    color: #ED5253;
    border: 2px solid #ED5253;
    border-radius: 0;
    transition: all .3s ease;
    font-weight: 500;
}

.btn-o-orange:hover,
.btn-o-orange:focus {
    background-color: #ED5253;
    color: #ffffff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%), 0 1px 2px rgb(0 0 0 / 18%);
}



.btn-o-black {
    padding: 12px 24px;
    background-color: transparent;
    color: #000000;
    border: 1px solid #ECECEC;
    border-radius: 0;
    transition: all .3s ease;
    font-weight: 500;
}

.btn-o-black:hover,
.btn-o-black:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.proj-sec .sec-tittle .btn-o-orange {
    margin-left: auto;
}

.media-card {
    width: 100%;
    height: 100%;
}

.media-card.h-50 {
    height: 50%;
}

.media-card a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.media-card a img {
    width: 100%;
    height: 100%;
}

.proj-sec .col-6,
.proj-sec .col-12 {
    padding: 0;
}

.media-card a .lay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .5);
    transition: all .4s ease;
    transform: scale(0);
    opacity: 0;

}

.media-card a:hover .lay {
    transform: scale(1);
    opacity: 1;
}

.media-card a .lay svg {
    height: 35px;
    width: 35px;
    opacity: 0;
    transition: .4s all .3s ease;
}

.media-card a:hover .lay svg {
    opacity: 1;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #ffffff;
}

/* =============================== serv sec ============================ */
.serv-sec {
    padding: 5rem 0;
    background-color: #F0F0F5;
}

.serv-sec .sec-tittle {
    margin-bottom: 3rem;
}

.serv-sec .sec-tittle .text-orange {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.serv-sec .sec-tittle .bold {
    line-height: 1.3333;
}

.serv-card {
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #EBEBEB;
    padding: 45px 30px;
    position: relative;
    transition: all .3s ease;
}

.serv-card .abs {
    position: absolute;
    top: 2px;
    right: 2px;
}

.serv-card .i-wr {
    margin-bottom: 33px;
}

.serv-card .i-wr svg {
    max-width: 40px;
    transition: all .3s ease;
}

.serv-card .c-tittle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .75rem;
    transition: all .3s ease;
}

.serv-card p {
    color: #525258;
    line-height: 1.8;
    transition: all .3s ease;
}

.serv-card .btn-o-orange {
    border: 1px solid #EBEBEB;
    padding: 10px 20px;
    color: #03041C;
    background-color: transparent;
}

.serv-card .btn-o-orange:hover,
.serv-card .btn-o-orange:focus {
    background-color: #ffffff;
    color: #ED5253;
    box-shadow: unset;
}

.serv-card:hover {
    background-color: #ED5253;
}

.serv-card:hover .i-wr img {

    filter: grayscale(1) saturate(0%) contrast(10000%) invert(100%);
}

.serv-card:hover p,
.serv-card:hover .c-tittle,
.serv-card:hover .btn-o-orange {
    color: #fff;
}



.serv-card .btn-o-orange:hover,
.serv-card .btn-o-orange:focus {
    background-color: #ffffff;
    color: #ED5253;
    box-shadow: unset;
}

/* ========================= part sec ============================= */
.part-sec {
    padding: 5rem 0;
}

.sec-tittle .v2 {
    color: #525258;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.sec-tittle .v2 span {
    color: #ED5253;
}

.part-sec .sec-tittle {
    margin-bottom: 3rem;
}

.part-sec .col-lg-2 {
    padding: 7px;
}

.part-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    height: 110px;
    width: 100%;
}

.part-card img {
    max-height: 100%;
}

.more-wr {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
}

/* ================================== contact ========================= */
.form-wr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
}

.form-style {
    max-width: 890px;
    border-radius: 12px;
    background-color: #F8F9FA;
    padding: 2rem;
}

.form-style .top {
    text-align: center;
    padding-top: 2rem;
}

.form-style .text-orange {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-style .top .form-tittle {
    font-size: 40px;
    margin-bottom: 2rem;
    color: #0E1B38;
    font-weight: 600;
    text-align: center;
}

.form-style .form-control {
    background-color: #ffffff;
    border-color: transparent;
    border-radius: 6px;
    min-height: 55px;
    margin-bottom: 1rem;
}

.form-style ::placeholder {
    color: #0E1B38;
    font-size: 14px;
    font-family: 500;
}

.form-style .form-control:focus {
    box-shadow: unset;
    border-color: #ed52526e;
}

.form-style .btn-orange {
    border-radius: 6px;
    font-size: 14px;
    padding: 1rem;
}

.form-style .btn-orange svg {
    transform: rotate();
}

/* ================================= footer ================================ */

footer.site-footer {
    background: rgb(237, 82, 83);
    background: linear-gradient(220deg, rgba(237, 82, 83, 1) 0%, rgba(122, 43, 43, 1) 100%);
    padding-top: 40px;
    color: #ffffff;
    position: relative;
    width: 100%;
    overflow: hidden;
}

footer.site-footer .container {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.site-footer .d-flex {
    justify-content: space-between;
    align-items: center;
}

.site-footer .address {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
}

.site-footer .address img {
    margin-right: 1rem;
}

.site-footer .icons-wr {
    display: flex;
}

.site-footer .icons-wr a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    width: 50px;
    height: 50px;
    text-decoration: none !important;
    font-size: 22px;
    transition: all .3s ease;
}

.site-footer .icons-wr a:hover,
.site-footer .icons-wr a:focus {
    background-color: #ffffff;
    color: #ED5253;
}


.site-footer .icons-wr a:not(:last-child) {
    margin-right: 1.5rem;
}


.site-footer .d-flex {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-med {
    text-align: center;
    padding: 60px 0;
}

.footer-med .bold {
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-med p {
    margin-bottom: 0;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Poppins', sans-serif;
}

.footer-bottom .nav-link {
    color: #ffffff;
}

.footer-bottom .nav-link:nth-child(1) {
    padding-left: 0;
}

.site-footer.home-footer {
    padding-top: 300px;
    margin-top: 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 155px;
    max-width: 25%;
    height: 575px;
    background-image: url(../pic/fl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.site-footer {
    width: 100%;
    overflow: hidden !important;
}

.site-footer::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 262px;
    max-width: 30%;
    height: 237px;
    background-image: url(../pic/fr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transform: translateX(40%);
}

.form-wr {
    margin-bottom: -250px;
    position: relative;
    z-index: 10;
}

/* ==================== part page ================== */
.inner-banner {
    width: 100%;
    position: relative;
    height: 33vw;
    min-height: 300px;
}

.inner-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .container {
    position: relative;
    z-index: 2;
    padding-top: 65px;
    padding-bottom: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.inner-banner .container .wr {
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.inner-banner .container .wr h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.inner-banner .container .wr .breadcrumb {
    background-color: transparent;
    justify-content: center;
}

.inner-banner .container .wr .breadcrumb .breadcrumb-item {
    color: #ffffff;
}

.inner-banner .container .wr .breadcrumb a.breadcrumb-item:hover {
    color: #d6d6d6 !important;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
}

/* ========================= projects ============================= */
.proj-sec.inner-v {
    padding: 6rem 0;
}

.sec-tittle2 {
    color: #B5B5B5;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 500;
}

.pill-style {
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.pill-style .nav-link {
    background-color: #fff;
    color: #ED5253;
    border-radius: 0;
    border: 1px solid #ED5253;
    border-radius: 4px;
    min-width: 124px;
    text-align: center;
}

.pill-style .nav-link.active {
    background-color: #ED5253;
    color: #ffffff;
}

.proj-sec.inner-v .row {
    margin: -.5rem 0;
}

.proj-sec.inner-v .row [class*='col-'] {
    padding: .5rem !important;
}

.prject2 img {
    width: 100%;
    height: 100%;
}

/*  ================= services ==================== */
.serv-sec .sec-tittle2 {
    color: #03041C;
}

/* sercice details */
.about-serv {
    padding: 6rem 0;
}

.about-serv .sec-tittle {
    margin-bottom: 2rem;
}

.about-serv p {
    font-size: 20px;
    font-weight: 500;
    color: #525258;
    line-height: 1.8;

}

.img-effect {
    position: relative;
}

.img-effect img {
    width: 100%;
    height: 100%;
}

.img-effect:hover .before-img {
    top: 0;
    left: 0;
}

.img-effect .before-img {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.img-effect .img-wr {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.serv-disc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
}

.serv-disc>div,
.serv-disc>p {
    width: 100%;
}

.serv-card.v2 {
    text-align: center;
    padding: 40px 16px;

}

.serv-card.v2 .c-tittle {
    line-height: 1.6;
    margin-bottom: 0;
}

/* ==================== tiktok ========================== */
.tiktok-sec {
    padding: 5rem 0;
    background-color: #F6F6F6;
}


.tiktok-sec .sec-tittle {
    margin-bottom: 3rem;
}

.tik-info-card {
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
    padding: 30px 16px;
    text-align: center;
    height: 100%;
}

.tik-info-card .img-wr {
    margin-bottom: 27px;
}

.tik-info-card .text-orange {
    font-size: 24px;
    font-weight: 600;
}



.tik-info-card .text-gray {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    margin-top: 6px;
}

.tikto-cards-row {
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
    gap: unset !important;
}

.tikto-cards-row .media-card .lay {
    background-color: #ed52528e;
}

.tikto-cards-row .media-card {
    width: 100%;
    height: 100%;
}

.tikto-cards-row .col-lg-3 {
    padding: .5rem !important;
}

/* =========================== about page ========================== */

.gray-col {
    background-color: #F0F0F5;
}

.gray-col,
.about2-img {
    padding: 5% 0;
}

.about2-img {
    position: relative;
}

.about2-img::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #F0F0F5;
    height: 100%;
    width: 42%;
    left: -2px;
    top: 0;
    z-index: 1;
}


.about2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

.gray-col .inner {
    padding: 0 10%;
}

.gray-col .inner .title {
    color: #ed5252;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 40px;
}

.gray-col .inner p {
    color: #525258;
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.gray-col .inner .d-flex {
    flex-wrap: wrap;
}

.gray-col .inner .d-flex .item {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.serv-sec.bg-white .serv-card {
    background-color: #FCFCFC;
}

.serv-sec.bg-white .serv-card:hover {
    background-color: #ED5253;
}

/* ============================= contact page =============================== */


.inner-banner.v2 {
    height: 43vw;
    min-height: 500px;
    padding-bottom: 80px;
}

.inner-banner.v2 .container .wr h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 856px;
    line-height: 1.5;
}

.cont-info-cards .container {
    transform: translateY(-140px);
    position: relative;
    z-index: 5;
}

.cont-info-card {
    background-color: #ffffff;
    padding: 40px 16px;
    text-align: center;
    box-shadow: 0px 20px 30px #03041C0F;
    height: 100%;

}

.cont-info-card .img-wr {
    margin-bottom: 20px;
}

.cont-info-card .t-light {
    color: #96969C;
    margin-bottom: 12px;
}


.cont-info-card .t-black {
    color: #000000;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
}

.soc-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.soc-wr a {
    padding: 5px;
    color: #96969C;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.soc-wr a:hover,
.soc-wr a:focus {
    text-decoration: none;
    color: #ED5253;
}


.form-wr.inner-v {
    margin-bottom: 0;
    padding-bottom: 5%;

}

.form-wr.inner-v .form-style {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    border: 2px solid #EAEAEF;
    border-radius: 0;
}

.form-wr.inner-v .form-style .top {
    text-align: left;
}

.form-wr.inner-v .form-style .form-control {
    background-color: #F5F5F8;
    border-radius: 0;
}


.form-wr.inner-v .form-style .btn-orange {
    border-radius: 0;
}

.about-serv,
.part-sec,
.cards-sec,
.serv-sec {
    overflow: hidden;
}



/*Loader Css*/
.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.lds-ellipsis {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    text-align: center;
    z-index: 9999;
}

.lds-ellipsis span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ED5253;
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}


.lds-ellipsis span:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
    background-color: #000000;
    -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
}



@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.proj-sec .container-fluid {
    overflow: hidden;
}



.fixed-btns {
    position: fixed;
    z-index: 999;
    left: 40px;
    bottom: 10px;
    width: 60px;
}

.fixed-btns .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    transition: all 300ms ease;
}


.fixed-btns .btn svg {
    height: 20px;
}

.fixed-btns .btn.whats {
    box-shadow: 0px 3px 5px #FA505133;
    background-color: #FA5051;
    margin-bottom: 1rem;
}

.fixed-btns .btn.whats:hover {
    background-color: #FFFFFF;
    color: #FA5051;
}


.media-card video {
    width: 100%;
    object-fit: cover;
    padding: 0;
    margin-bottom: 0;
    height: 100%;
}

.media-card img {
    height: 100%;
    width: 100%;
}

div.cont-info-cards div.t-black>a {
    color: #ED5253;
    text-decoration: none;
}

.pill-style .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 200px;
    height: 50px;
}


.footer-bottom {
    text-align: center;
}


.pill-style .nav-link {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 5px;
    flex-grow: 1;
    max-width: 170px;
}

.pill-style .nav-link:first-child,
.pill-style .nav-link:last-child {
    margin-left: 0;
    margin-right: 0;
}

.pill-style .nav-link i {
    margin-inline-end: 5px;
}

@media (max-width: 991.98px) {
    .pill-style .nav-link {
        width: auto !important;
    }
}


.proj-sec.inner-v .container nav.pill-style .nav-link {
    gap: 0 !important;
}

.inner-banner::after,
.main-slider .swiper-slide .wr::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(250, 80, 80, 0.5);
    top: 0;
    left: 0;
}

.form-wr .top .text-orange {
    font-size: 40px;
}