* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'poppins';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    overflow-x: hidden;
    color: #000;
}

main {
    overflow-x: hidden;
}

ul {
    margin: 0;
    list-style: none;
}

input,
input:focus,
input:focus-visible,
button,
button:focus,
button:focus-visible,
 :focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

::placeholder {
    color: #fff;
}

a,
a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.container-1470 {
    max-width: 1470px;
    margin: 0 auto;
}

:root {
    --red: #F74035;
    --blue: #0578E0;
    --orange: #FF8A00;
    --green:#02ca77;
}

.fa-12 {
    font-size: 12px;
}

.fa-13 {
    font-size: 13px;
}

.fa-14 {
    font-size: 14px;
}

.fa-15 {
    font-size: 15px;
}

.fa-16 {
    font-size: 16px;
}

.fa-17 {
    font-size: 17px;
}

.fa-18 {
    font-size: 18px;
}

.fa-19 {
    font-size: 19px;
}

.fa-20 {
    font-size: 20px;
}

.fa-21 {
    font-size: 21px;
}

.fa-22 {
    font-size: 22px;
}

.fa-23 {
    font-size: 23px;
}

.fa-24 {
    font-size: 24px;
}

.fa-25 {
    font-size: 25px;
}

.fa-26 {
    font-size: 26px;
}

.fa-27 {
    font-size: 27px;
}

.fa-28 {
    font-size: 28px;
}

.fa-29 {
    font-size: 29px;
}

.fa-30 {
    font-size: 30px;
}

.fa-40 {
    font-size: 40px;
}

.fa-50 {
    font-size: 50px;
}

.fa-60 {
    font-size: 60px;
}

.container-1470 {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
}


/*Header*/

.container-logo {
    max-width: 200px;
}

.header-main {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 99999999;
}

.links span {
    overflow-wrap: anywhere;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    line-height: 18px;
}

.links {
    width: 70px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: var(--red);
    color: white;
    border-radius: 10px;
    cursor: pointer;
    transition:0.3s ease-in-out;
}

.links:hover {
    box-shadow: 0px 0px 15px 4px var(--green);
    background: var(--green);
    transform: rotate(360deg);
}

.pt-header-height {
    padding-top: 130px;
}

.contact-information .active-menu {
    color: #fdc200 !important;
}


/*Header*/


.social-icon-left {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content !important;
}

.social-icon-left ul li img {
    max-width: 25px;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.social-icon-left ul li a {
    color: white;
    font-size: 16px;
    letter-spacing: -0.03em;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.social-icon-left ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.social-icon-left ul li:hover a {
    padding-left: 35px;
}

.social-icon-left ul li:hover img {
    opacity: 1;
}

.text-black{
    position:absolute;
}

.text-black ul li a {
    color: black;
}

/*MENU*/

.menu-big.opened {
    top: 0;
}

.menu-big {
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../image/menubg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999999999;
    background-color: black;
    color: white;
    transition: 0.3s ease-in-out;
}

.container-1286 {
    max-width: 66.979vw;
    margin-left: auto;
    margin-right: auto;
}

.menu-big:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(0deg, var(--red) -40%, transparent);
}

.menu-big ul li a {
    font-size: 3.125vw;
    font-weight: 500;
    color: white;
    position: relative;
    transition: 0.3s ease-in-out;
}

.contact-information h3 {
    font-size: 4.729vw;
    font-weight: 800;
    margin-bottom: 2.083vw;
}

.contact-area h6 {
    font-weight: 700;
    font-size: 1.406vw;
    line-height: 3.125vw;
    letter-spacing: -0.03em;
    color: #FDC200;
    display: flex;
    align-items: center;
}

.contact-area h6>img {
    max-width: 1.563vw;
    margin-right: 0.781vw;
}

.contact-area a {
    font-size: 1.042vw;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    transition:0.3s ease-in-out;
}

.contact-area a:hover {
    color: var(--yellow);
}

.contact-area {
    margin-bottom: 2.604vw;
}

.contact-information {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-information p {
    margin-top: auto;
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.563vw;
    letter-spacing: -0.03em;
}

.close-icon {
    position: absolute;
    right: 1.563vw;
    top: 1.042vw;
    font-size: 2.083vw;
    cursor: pointer;
}

.services-open-click {
    position: absolute;
    top: -100%;
    transition: 0.3s ease-in-out;
    /*transition-delay: 0.3s;*/
}

.parent-links {
    position: relative;
    overflow: hidden;
}

.parent-links.services-called .main-links {
    opacity: 0;
}

.parent-links.services-called .services-open-click {
    top: 0;
}

.main-links {
    transition: 0.3s ease-in-out;
}

.go-back {
    position: absolute;
    left: 1.563vw;
    top: 2.042vw;
    font-size: 2.083vw;
    opacity: 0;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.go-back.visibility1 {
    opacity: 1;
}

.menu-big ul li a:hover,
.menu-big ul li a.active-menu {
    padding-left: 3vw;
}

.menu-big ul li a:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/iconyellow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 2vw;
    background-position: left center;
    transition: 0.3s ease-in-out;
}

.menu-big ul li a:hover:before,
.menu-big ul li a.active-menu:before {
    left: 0;
}

.services-open-click ul li a:before {
    background-position: left 1.5vw;
}


/*MENU*/


/*Banner Home*/

.cutted-color {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 22vw;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}

.banner-after-blue-color:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, #0578E0 1.39%, rgb(0 0 0) 96.94%);
    /*background:#000;*/
    z-index: -2;
    opacity: 0.7;
}

.banner-section {
    min-height: calc(100vh - 3vw);
    display: flex;
    align-items: center;
}

.banner-section>div {
    width: 100%;
}

.banner-section {
    background-image: url(../image/home/bannerhome.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.banner-text-center h3 {
    font-weight: 600;
    font-size: 149.4px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    line-height: 100%;
}

.banner-text-center {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 50px;
}

.text-aside-banner {
    max-width: 370px;
    color: white;
    position: relative;
    top: -90px;
    left: -70px;
}

.text-aside-banner p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.btn-reg {
    background: #FFFFFF;
    border-radius: 30px;
    max-width: 260px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: #000000;
    padding: 9px 11px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.btn-reg .icon-arrow-image {
    background: var(--red);
    color: white;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 15px;
    transition: 0.3s ease-in-out;
}

.before-tilted-item {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 1;
}

.before-tilted-item:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-2deg);
    width: calc(100% + 115px);
    height: calc(100% + 20px);
    background: var(--orange);
    z-index: -1;
    border-radius: 100px;
}

.btn-reg .icon-arrow-image img {
    max-width: 50%;
}

.arrow-next-section {
    width: 180px;
    height: 180px;
    display: inline-flex;
    background: var(--red);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
}

.arrow-next-section img {
    max-width: 40%;
}

@keyframes dropshadowanimation {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1.1);
    }
}

.arrow-next-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--red);
    z-index: -1;
    border-radius: 50%;
    transform: scale(1);
    filter: blur(15px);
    animation: 3s dropshadowanimation infinite alternate;
    transition: 0.3s ease-in-out;
}


/**/

.va-text h3 {
    font-weight: 600;
    font-size: 100px;
    line-height: 116px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    display: inline-block;
}

.sec-our-work {
    padding: 200px 0 0;
}

.va-text {
    text-align: center;
}

.va-text p,
.lswwcd-text p {
    margin-top: 30px;
    line-height: 41px;
    text-align: center;
    letter-spacing: -0.03em;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.before-after-icons {
    position: relative;
}

.before-after-icons:before,
.before-after-icons:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    background-image: url(../image/home/image-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 8.5%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.before-after-icons:after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.our-work-portion h3 {
    font-weight: 600;
    font-size: 173.11px;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 160px;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    opacity: 0.3;
}

.our-work-portion {
    padding: 150px 0;
}

.slider-content {
    position: relative;
    transition: 0.3s ease-in-out;
    z-index: 1;
    overflow: hidden;
    border-radius:8px;
}

.our-work-slider-main .slick-track{
    display: flex !important;
}

.our-work-slider-main .slick-slide{
    height: inherit !important;
}

.slider-content img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.play-button {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: none;
    background: var(--red);
    color: white;
    font-size: 40px;
    filter: drop-shadow(0px 10px 15px var(--red));
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.text-slider {
    position: absolute;
    left: 50%;
    bottom: -50%;
    width: 85%;
    color: white;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.play-button i {
    margin-left: 5px;
}

.text-slider h4 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
}

.text-slider p {
    font-size: 12px;
    line-height: 18px;
}

.our-work-slider-main .slick-list {
    /*padding: 100px 350px 30px;*/
    padding: 100px 18vw 30px;
    margin: 0 -20px;
}

.our-work-slider-main .slider-content.slick-slide {
    margin: 0 20px;
}

.arrow-our-work button {
    padding: 0px;
    background: transparent;
    border: none;
    font-size: 150px;
    color: rgb(0 0 0 / 10%);
    line-height: 0;
    margin: 0px 20px;
    transition: 0.3s ease-in-out;
}

.arrow-our-work {
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btn-center-between-buttons .btn-reg {
    background: var(--red);
    color: white;
    max-width: 100%;
}

.btn-center-between-buttons .btn-reg .icon-arrow-image {
    background: black;
}

.btn-center-between-buttons .btn-reg::before {
    background: var(--blue);
}

.arrow-our-work button:hover {
    color: var(--red);
}

.our-work-slider-main .slider-content.slick-slide.slick-active.slick-current+.slick-active,
.slider-content:hover {
    transform: translateY(-40px);
    filter: drop-shadow(0px 15px 15px black);
}

.our-work-slider-main .slider-content.slick-slide.slick-active.slick-current+.slick-active .text-slider,
.slider-content:hover .text-slider {
    bottom: 5%;
}

.our-work-slider-main .slider-content.slick-slide.slick-active.slick-current+.slick-active .play-button,
.slider-content:hover .play-button {
    top: 50%;
}

.slider-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 0%;
    background: linear-gradient(0deg, black, transparent);
    transition: 0.3s ease-in-out;
    z-index: 0;
}

.our-work-slider-main .slider-content.slick-slide.slick-active.slick-current+.slick-active:after,
.slider-content:hover:after {
    height: 100%;
}

.lswwcd-text {
    text-align: center;
    margin-bottom: 45px;
}

.lswwcd-text h3 {
    font-weight: 600;
    font-size: 144.877px;
    line-height: 115px;
    text-align: center;
    letter-spacing: -0.03em;
}

.lswwcd-box {
    background: var(--red);
    color: white;
    padding: 0 35px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.lswwcd-box h3 {
    font-weight: 600;
    font-size: 55.625px;
    line-height: 63px;
    letter-spacing: -0.03em;
}

.lswwcd-box p {
    line-height: 32px;
    letter-spacing: -0.03em;
    margin-top: 20px;
}

.lswwcd-box a.btn-reg {
    position: absolute;
    bottom: -30%;
    background: black;
    color: white;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.lswwcd-box>img {
    flex: 0 0 50%;
    max-width: 50%;
}

.lswwcd-box>div {
    max-width: 50%;
}

.lswwcd-box .image-pc {
    position: relative;
    right: -35px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.lswwcd {
    padding: 0px 0 150px;
}

.lswwcd-box.blue-box {
    background: linear-gradient(90deg, #1877F2 0%, #18BEF2 102.34%);
}

.image-creativesolution img {
    max-width: 50%;
}

.image-creativesolution {
    text-align: center;
    transition: 0.3s ease-in-out;
}

.yellow-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #FFAA00;
    z-index: -1;
    left: -40px;
    top: 0;
}

.lswwcd-box:hover a.btn-reg {
    bottom: -29px;
    opacity: 1;
    visibility: visible;
}

.lswwcd-box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 75%;
    width: 70%;
    height: 70%;
    background: var(--red);
    filter: blur(40px);
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.lswwcd-box:hover:after {
    transform: translate(-50%, -50%) scale(1);
}

.lswwcd-box.blue-box:after {
    background: linear-gradient(90deg, #1877F2 0%, #18BEF2 102.34%);
}

.lswwcd-box.blue-box a.btn-reg>span.icon-arrow-image {
    background: #18bcf2;
}

.image-animate-in {
    position: absolute;
    height: 80%;
    width: 80%;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: visible;
    transition: 0.3s ease-in-out;
}

.image-animate-in > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.image-animate-in.image-creative-solution {
    width: 100%;
    height: 100%;
}

.image-animate-in.image-creative-solution > img {
    object-fit: cover;
    object-position: left;
}

.lswwcd-box:hover .image-creativesolution {
    right: 150%;
    opacity: 0;
    visibility: hidden;
}

.lswwcd-box:hover .image-animate-in {
    right: 0;
    visibility: visible;
    opacity: 1;
}

.animation-pictures {overflow: hidden;}

.lswwcd-box > .text-pt-lswwcd-box{
    padding: 65px 0;
}

.wwdfy {
    position: relative;
    padding: 0px 0;
    margin: 100px 0;
}

.wwdfy-left-portion {
    position: absolute;
    left: 0;
    width: 48%;
    height: 100%;
    top: 0;
}

.wwdfy-right-portion {
    width: 50%;
    margin-left: auto;
}

.wwdfy-right-portion h3 {
    font-weight: 600;
    font-size: 110.539px;
    line-height: 110px;
    letter-spacing: -0.03em;
    color: #000000;
    max-width: 640px;
}

.row-wwdfy {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.col-wwdfy-4 {
    flex: 0 0 33%;
    max-width: 214px;
}

.wwdfy-inner-text h6 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.wwdfy-inner-text p {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.wwdfy-btn a.btn-reg {
    background: #1877F2;
    color: white;
    max-width: 197px;
    margin: 35px auto 0;
    position: relative;
    z-index: 1;
}

.wwdfy-btn a.btn-reg .icon-arrow-image {
    background: white;
}

.wwdfy-btn a.btn-reg .icon-arrow-image img {
    filter: brightness(1) invert(1);
}

.wwdfy-btn:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/home/wwdicon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) calc(100% - 50px);
    background-size: 30%;
}

.wwdfy-inner-text {
    position: relative;
    padding: 90px 50px 90px 0px;
    margin-top: 50px;
}

.red-after-image:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 500px);
    height: 100%;
    background: var(--red);
    z-index: -1;
}

.wwdfy-btn {
    width: 70%;
}


/*Testimonial*/

.testimonial-text {
    text-align: center;
}

.max-938 {
    max-width: 938px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-sec {
    padding: 150px 0;
}

.testimonial-text h3 {
    font-weight: 600;
    font-size: 130px;
    line-height: 115px;
    text-align: center;
    letter-spacing: -0.03em;
    display: inline-block;
    position: relative;
}

.testimonial-content h6 {
    font-size: 30px;
    line-height: 53px;
    text-align: center;
    letter-spacing: -0.03em;
    margin: 70px 0 0;
}

.testimonial-content p {
    background: var(--blue);
    border-radius: 40px;
    color: white;
    display: inline-block;
    font-weight: 500;
    font-size: 22.5287px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.03em;
    padding: 6px 33px;
}

.images-before-after-testimonial:before,
.images-before-after-testimonial:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(100% + 300px);
    height: 100%;
    background-image: url(../image/home/testimonialdesign.png);
    background-repeat: no-repeat;
    transform: translateX(-50%);
    background-size: 10%;
}

.images-before-after-testimonial:after {
    transform: translateX(-50%) rotate(180deg);
}

.testimonial-sec:before,.testimonial-sec:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/home/cicleleft.png);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: left center;
    transform: translateX(-50%);
    z-index: -1;
}

.testimonial-sec:after {
    background-image: url(../image/home/circleright.png);
    background-position: right center;
}

.testimonial-parent-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 80px 0px 0;
}

.testimonial-parent-slider .slick-dots li button {
    font-size: 0;
    height: 11px;
    width: 75px;
    margin: 0 7px;
    border: none;
    background: #D9D9D9;
}

.testimonial-parent-slider .slick-dots li {
    line-height: 0;
}

.testimonial-parent-slider .slick-dots li.slick-active button {
    background: #363636;
}

/*Testimonial*/


/*Contact*/

.contact-portion-image {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}

.contactsection {
    position: relative;
    background: black;
}

.contact-portion-image img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.form-contact {
    position: relative;
    z-index: 5;
    width: 50%;
    margin-left: auto;
    padding: 50px 0;
    max-width: 680px;
}

.bg-red-after:after {
    content: '';
    position: absolute;
    left: -60px;
    top: 50%;
    width: 55vw;
    background: var(--red);
    height: calc(100% + 100px);
    z-index: -1;
    transform: translateY(-50%);
    border-radius: 70px 0 0 70px;
    filter: drop-shadow(0px 0px 10px var(--red));
}

.form-contact h4 {
    font-weight: 600;
    font-size: 84.7849px;
    line-height: 85px;
    letter-spacing: -0.03em;
    color: white;
    margin-bottom: 35px;
}

.form-group-fields input,
.form-group-fields textarea {
    width: 100%;
    min-height: 55px;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    margin-bottom: 40px;
}

.form-contact .btn-reg {
    position: absolute;
    width: 100%;
    max-width: 190px;
    bottom: -79px;
    border: none;
}

.form-group-fields textarea {
    min-height: 150px;
    margin-bottom: 0;
}

.banner-contact .before-after-icons:before, .banner-contact .before-after-icons:after {
    width: calc(100% + 30%);
    height: calc(100% + 50%);
}

.banner-contact .before-after-icons:after {
    width: calc(100% + 25%);
}


/*Contact*/


/*Footer*/

.contact-portion-image {
    width: 50%;
    position: absolute;
}

.form-contact.bg-red-after {
    width: 50%;
    margin-left: auto;
}

.footer {
    background-color: #000;
    padding: 150px 0 0;
}

.footer-logo {
    max-width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 100%;
}

.text-footer-heading h5 {
    font-size: 90px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 1;
    max-width: 770px;
    margin-left: auto;
}

.row-mine {
    display: flex;
    justify-content: space-between;
    padding: 100px 0px;
}

.footer-heading h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-social-links img {
    max-width: 15%;
    transition:0.3s ease-in-out;
}

.footer-social-links li a:hover img {
    transform: rotateY(360deg);
}

.footer-social-links span {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    
    letter-spacing: -1px;
}

.footer-social-links li a {
    margin-right: 50px;
}

.footer-social-links li:last-child a {
    margin-right: 0;
}

.footer-quick-links {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    /*padding-left: 22px;*/
}

.footer-quick-links li {
    flex: 0 0 45%;
}

.footer-quick-links li a {
    color: #fff;
    font-size: 16px;
    
    line-height: 2.5;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.footer-contact-links li a {
    font-size: 16px;
    
    color: #fff;
    line-height: 2.6;
}

.footer-contact-links li span i {
    font-size: 20px;
    color: #ff0000;
    margin-right: 10px;
    height: 26px;
    width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:0.3s ease-in-out;
}

.footer-contact-links li a:hover span i {
    transform: rotate(360deg);
}

.footer-contact-links li a:hover span i.fas.fa-phone-alt {
    transform: rotate(460deg);
}


.footer-contact-links i.fas.fa-phone-alt {
    background-color: cyan;
    border-radius: 50px;
    font-size: 14px;
    transform: rotate(95deg);
    color: #000;
}

.privacy-pages {
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap;
}

.privacy-pages li a {
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s ease-in-out;
}

.copyright p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.copyright {
    padding: 50px 0px;
}

.privacy-pages li:last-child a {
    position: relative;
}

.privacy-pages li:last-child a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #F9C200;
    border-radius: 50px;
    top: 40%;
    left: 0;
}

.privacy-pages li:last-child a {
    padding-right: 0;
}

.footer-quick-links li a:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-image: url(../image/redicon.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.footer-quick-links li a:hover:before {
    opacity: 1;
    left: -20px;
}

/*Footer*/

/*Hover*/

.btn-reg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: var(--red);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.btn-reg:hover:before {
    width: 100%;
}

.btn-reg:hover {
    color: white;
}

.btn-reg:hover .icon-arrow-image, .lswwcd-box.blue-box a.btn-reg:hover .icon-arrow-image {
    background: #000;
}

.arrow-next-section:hover,.arrow-next-section:hover:before {
    background: var(--green);
}

.play-button:hover {
    background: var(--orange);
    filter: drop-shadow(2px 4px 6px var(--orange));
}

.lswwcd-box a.btn-reg:hover:before {
    background: var(--orange);
}

.form-contact .btn-reg:before {
    background: var(--orange);
}

.privacy-pages li a:hover {
    color: var(--yellow);
}

/*Hover*/









/*ABOUT US*/

.banner-section-about {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.images-about-banner {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: start;
    max-width: 735px;
    margin-left: auto;
}

.images-about-banner > div {
    flex: 0 0 33%;
    max-width: 225px;
}

.banner-section-about > div {
    padding: 60px 0 100px;
}

.text-banner-about h3 {
    font-weight: 600;
    font-size: 119.923px;
    line-height: 128px;
    letter-spacing: -0.03em;
}

.text-banner-about p {
    font-weight: 500;
    font-size: 18.3123px;
    line-height: 38px;
    letter-spacing: -0.03em;
    position: absolute;
    width: 140%;
    bottom: 0;
}

.text-banner-about {
    margin-top: 75px;
}

.arrows-bottom {
    margin-top: 130px;
}

.red-arrows {
    position: relative;
}

.red-arrows:before {
    content: '';
    position: absolute;
    right: -57px;
    top: -50px;
    width: 40%;
    height: 20%;
    background-image: url(../image/about/rediconright.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.red-arrows.arrows-center:before {
    top: 50%;
    transform: translateY(-50%);
}

.red-arrows.arrows-bottom:before {
    top: auto;
    bottom: -50px;
    transform: rotateY(180deg) translateX(-50%);
    right: 50%;
    left: auto;
}

/*About Banner*/

.image-diamond-3dtriangle:before,.image-diamond-3dtriangle:after {
    content: '';
    position: absolute;
    left: -23%;
    bottom: -40%;
    width: 14.2%;
    height: 62%;
    z-index: -1;
    background-image: url(../image/about/diamond.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.image-diamond-3dtriangle:after {
    background-image: url(../image/about/3drectangle.png);
    left: auto;
    right: -20%;
    top: -20%;
}

/*WWA*/

.who-we-are {
    padding: 180px 0 140px;
}

.text-who-we-are {
    position: relative;
}

.image-top-about-art {
    position: absolute;
    top: -21%;
    max-width: 62%;
    right: 10%;
}

.red-area-backgroud:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    background: var(--red);
    z-index: -1;
    border-radius: 20px;
}

.text-who-we-are h4 {
    font-weight: 600;
    font-size: 200px;
    line-height: 185px;
    letter-spacing: 0.03em;
    color: white;
    width: 55%;
    text-align: right;
    padding: 110px 0;
}

.wo-we-are-image {
    position: absolute;
    right: -50px;
    bottom: 0;
    max-width: 46%;
}

.wo-we-are-image img {
    object-fit: contain;
    height: 100%;
}

.whoweare-text-detail h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.03em;
    color: #070707;
    max-width: 200px;
}

.whoweare-text-detail p {
    
    font-size: 16px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #070707;
    margin-top: 30px;
}

.whoweare-text-detail {
    max-width: 310px;
    margin-bottom: 75px;
}

.wwadetailparent > div:last-child {
    margin-bottom: 0;
}

.ml-50{
    margin-left: 50px;
}

.wwadetailparent {
    max-width: 440px;
    margin-left: auto;
}

/*WWA*/

/**/

.process-matters {
    padding: 150px 0;
}

.max-1211 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.row-process {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.process-text h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.03em;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.process-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.03em;
}

.process-text {
    max-width: 307px;
    margin: 40px 0;
}

.process-text h4:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    max-width: 21%;
    transform: translateX(-50%);
    background: var(--red);
    height: 6%;
}

.row-process > div:nth-child(even) h4:after {
    background: #1877F2;
}

.fc-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.fc-clients-slider {
    display: flex;
    flex: 0 0 70%;
    max-width: 70%;
    align-items: center;
}

.fc-clients-slider .slick-track img {
    height: 80px;
    width: 170px;
    object-fit: contain;
    margin: 0 auto;
}

.fc-row h4 {
    font-weight: 600;
    font-size: 80px;
    line-height: 83px;
    /* or 103% */
    letter-spacing: -0.03em;
    color: #000000;
    max-width: 360px;
}

.featured-clients {
    padding: 50px 0;
}

/**/

.our-work-tabs {
    padding-bottom: 100px;
}

/*ABOUT US*/

.mw-620 {
    max-width: 32.292vw;
    margin: 0 auto;
}

.text-banner-service {
    margin-top: 2.344vw;
}

.text-banner-service p {
    margin-bottom: 1.302vw;
    font-size: 0.885vw;
}

.banner-service > div {
    margin-bottom: 9.688vw;
}

.banner-service {
    background-image: url(../image/services/videoproduction/banner.png);
}

.blue-btn{
    background: #1877F2;
    color: white;
}

.blue-btn .icon-arrow-image{
    background: #fff;
}

.blue-btn .icon-arrow-image img{
    filter: brightness(1) invert(1);
}

.blue-btn:hover .icon-arrow-image img{
    filter: none;
}

/*  */

.text-heading-greyish h2 {
    font-weight: 700;
    font-size: 200.335px;
    text-align: center;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: -85px;
}

.text-heading-greyish h4 {
    font-weight: 600;
    font-size: 60px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.blue-tilt:before {
    background: #1877F2;
    filter: drop-shadow(0px 8px 15px #1877F2);
}

.before-tilted-item.tilt-px:before {
    width: calc(100% + 115px);
    height: calc(100% + 20px);
    border-radius: 100px;
}

.text-heading-greyish {
    margin-bottom: 75px;
}

.red-tilt:before {
    background: var(--red);
    filter: drop-shadow(0px 8px 15px var(--red));
}

/*  */

/*  */

.mw-1220 {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.col-hwdi {
    flex: 0 0 33%;
    max-width: 307px;
    text-align: center;
}

.row-hwdi {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.hwdi-item img {
    height: 90px;
    object-fit: cover;
}

.row-hwdi {
    padding: 130px 0;
}

.hwdi-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.03em;
}

.hwdi-item h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 45px 0 0;
}

.line-red {
    margin: 30px 0 30px;
    display: inline-block;
    width: 100%;
    max-width: 21%;
    background: var(--red);
    height: 5px;
}

/*  */

/* Services */

.our-service-item h4 {
    font-weight: 600;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -0.03em;
    color: #000000;
}

.our-service-item p {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-top: 35px;
}

.our-service-item {
    max-width: 598px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-service-item a.btn-reg {
    max-width: fit-content;
    position: absolute;
    bottom: -82px;
}

.red-btn {
    background: var(--red);
    color: white;
}

.red-btn .icon-arrow-image {
    background: white;
}

.red-btn .icon-arrow-image img {
    filter: brightness(1) invert(1);
}

.red-btn:hover .icon-arrow-image img {
    filter: none;
}

.red-btn::before {
    background: #1877f2;
}

.our-service-image {
    max-width: 620px;
    margin-left: auto;
}

.our-process .row-ourservices {
    padding: 100px 0;
    margin: 100px 0;
    position: relative;
}

.our-service-image img {
    border-radius: 45px;
}

.our-process .row-ourservices > div {
    position: unset;
}

.image-gradient-lines:after {
    content: '';
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 70%;
    height: 85%;
    z-index: -1;
    border-radius: 50px; /*1*/
    border: 1px solid transparent; /*2*/
    background: linear-gradient(270deg,black,transparent) border-box; /*3*/
    -webkit-mask: /*4*/
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /*5'*/
    opacity: 0.5;
}

.reverse-row-ourservice {
    flex-direction: row-reverse;
}

.reverse-row-ourservice .our-service-image {
    margin-right: auto;
    margin-left: 0;
}

.reverse-row-ourservice .our-service-item {
    margin-right: 0;
    margin-left: auto;
}

.reverse-row-ourservice .our-service-image:after {
    transform: translateY(-50%) rotateY(180deg);
    left: auto;
    right: 25%;
    width: 50%;
}

/* Services */

/*  */

.blue-bg:before,
.blue-bg{
    background: #1877f2;
}

/* Creative */

.banner-creative{
    background-image: url(../image/services/creativeservices/banner.png);
}

.letters-img {
    max-width: 480px;
}

.creative-service .our-service-image {
    text-align: right;
    max-width: 100%;
    position: relative;
}

.abs-image {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.creative-service .our-service-item a.btn-reg {
    position: relative;
    bottom: unset;
    margin-top: 60px;
}

.creative-service.reverse-row-ourservice .our-service-image {
    text-align: left;
}

.creative-service .our-service-image img{
    border-radius: 0px !important;
}

/*Package*/

.row-package {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 200px 0 100px;
}

.package-items-main {
    display: flex;
    justify-content: space-between;
    flex: 0 0 75%;
}

.list-item .package-heading ul li {
    position: relative;
    padding-left: 40px;
}

.package-heading h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -0.06em;
    color: #000000;
    padding: 45px 0;
}

.package-heading h6 {
    font-weight: 600;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -0.06em;
    color: #000000;
    padding: 35px 0;
    padding-bottom: 75px;
}

.package-heading ul li {
    font-size: 25px;
    line-height: 58px;
    letter-spacing: -0.06em;
    color: #000000;
    margin-bottom: 25px;
}

.package-item {
    text-align: center;
    flex: 0 0 calc(33% - 10px);
    border-radius: 30px;
    position: relative;
}

.package-basic {
    background: linear-gradient(180deg, #EDCC00 0%, #E09F00 100%);
}

.package-item h3,.package-item ul li,.package-item h6 {
    color: white;
}

.package-standard {
    background: linear-gradient(180deg, #FF5337 0%, #DF382F 100%);
}

.package-elite {
    background: linear-gradient(180deg, #00ABB7 0%, #0771C9 100%);
}

.package-item ul li i.fa-check-circle {
    background: radial-gradient(#00BC13, transparent);
    border-radius: 50%;
}

.package-item ul li i.fa-times-circle {
    background: radial-gradient(#FF0000, transparent);
    border-radius: 50%;
}

.list-item .package-heading ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--red);
    width: 100%;
    height: 5px;
    max-width: 24px;
}

.package-item .btn-reg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 200px;
    bottom: -25px;
    background: black;
}

.package-item .btn-reg:hover:before {
    background: var(--blue);
}

.list-item {
    flex: 0 0 23%;
}

/*Package*/

/* Creative */

/*Our Work*/

.our-work-img img {
    max-height: 39.219vw;
    object-fit: contain;
    object-position: left;
}

.mw-fit {
    max-width: fit-content !important;
}

.banner-text-ourwork h3 {
    font-weight: 600;
    font-size: 6.25vw;
    line-height: 5.104vw;
    letter-spacing: -0.03em;
    color: #000000;
}

.banner-text-ourwork p {
    font-weight: 500;
    font-size: 0.938vw;
    line-height: 1.979vw;
    letter-spacing: -0.03em;
    color: #000000;
    margin: 1.563vw 0;
}

.no-bg{
    background:unset;
}

.banner-text-ourwork {
    max-width: 90%;
}

/*.banner-ourwork {*/
/*    min-height: auto;*/
/*}*/

/*Tabs*/

.our-work-tabs-heading {
    margin-bottom: 100px;
}

.our-work-tabs-heading .nav-tabs li button {
    background: transparent;
    border: none;
    color: black !important;
    border-radius: 0;
    border-color: transparent !important;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 35px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    opacity: 0.4;
    transition: 0.3s ease-in-ou;
}

.our-work-tabs-heading .nav-tabs {
    border-bottom: none;
}

.our-work-tabs-heading .nav-tabs li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.our-work-tabs-heading .nav-tabs li button:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, rgba(5,120,224,1) 30%, rgba(255,170,0,1) 30%,rgba(255,170,0,1) 65%, rgba(247,64,53,1) 65%);
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.our-work-tabs-heading .nav-tabs li {
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
}

.our-work-tabs-heading .nav-tabs li button.active:after {
    width: 100%;
}

.our-work-tabs-heading .nav-tabs li button.active {
    opacity: 1;
}

.our-work-tabs-heading .nav-tabs li:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    opacity: 0.2;
}

.our-work-tabs-heading .nav-tabs li:last-child:after {
    display: none;
}

/*Tabs*/

.our-work-equal-images-parent-row {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.our-work-item {
    flex: 0 0 calc(33% - 10px);
    margin-right: 22px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
    cursor:pointer;
}

.our-work-item .our-work-text h4 {
    font-weight: 600;
    font-size: 35px;
    line-height: 100px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.our-work-item .our-work-text {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.our-work-item:hover .play-button {
    top: 50%;
}

.our-work-item:hover .our-work-text {
    bottom: 0;
    z-index: 1;
}

.image-our-work:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1877F2 100%);
    z-index: 0;
    transition: 0.3s ease-in-out;
}

.image-our-work {
    position: relative;
    z-index: 1;
    height:100%;
}

.image-our-work > img {
    height: 100%;
    object-fit: cover;
}

.our-work-item:hover .image-our-work:before {
    height: 100%;
}

.our-work-item.our-work-cd {
    cursor: pointer;
}

.our-work-item.our-work-cd .image-our-work:before {
    background: none;
}

.our-work-item:nth-child(3n) {
    margin-right: 0;
}

.image-our-work > img {
    max-height: 367px;
    object-fit: cover;
    object-position: center;
}

/*Our Work*/


/*Contact*/

.banner-contact {
    min-height: auto;
}

.banner-contact > div {
    padding: 8vw 0;
}

.form-contact-page input,.form-contact-page textarea {
    width: 100%;
    margin-bottom: 30px;
    background: #F4F4F4;
    border-radius: 10px;
    border: none;
    min-height: 75px;
    padding: 20px 20px;
}

.form-contact-page input::placeholder, .form-contact-page textarea::placeholder {
    color: black;
    font-weight: 500;
}

.form-contact-page textarea {
    min-height: 160px;
    resize:none;
}

.form-contact-page input:focus, .form-contact-page textarea:focus {
    outline: 1px solid var(--red);
}

.btn-checkbox {
    display: flex;
    align-items: center;
    gap: 35px;
}

.checkbox-custom > label {
    margin-bottom: 0 !important;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: var(--red);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 27%;
    top: 50%;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(48deg) translate(-50%, -50%);
    -ms-transform: rotate(48deg) translate(-50%, -50%);
    transform: rotate(48deg) translate(-50%, -50%);
}

.checkbox-container a {
    color: var(--red);
}


.black-btn {
    background: black;
    color: white;
}

.contact-btn {
    max-width: 217px;
    width: 100%;
    border: none;
}

.black-btn .icon-arrow-image {
    background: white;
}

.black-btn .icon-arrow-image img {
    filter: brightness(1) invert(1);
}

.black-btn:hover .icon-arrow-image img{
    filter:none;
}

.heading-our-offices h3 {
    font-weight: 600;
    font-size: 131.045px;
    line-height: 133px;
    letter-spacing: -0.03em;
    max-width: 600px;
    margin-bottom: 30px;
}

.our-office-mail-phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 50%;
}

.our-office-mail-phone img {
    max-width: 50px;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}

.heading-our-offices {
    display: flex;
    flex-flow: wrap;
}

.our-office-mail-phone h6 {
    font-weight: 600;
    font-size: 20.4579px;
    letter-spacing: -0.03em;
    color: #000000;
}

.our-office-mail-phone a {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000000;
}

.our-offices {
    padding: 150px 0;
}

.locations-our-offices h6 {
    font-weight: 600;
    font-size: 21.1648px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    background: var(--red);
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 20px;
    border-radius: 45px;
}

.locations-our-offices p {
    
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -0.03em;
    color: #000000;
}

.locations-office .row > div {
    margin-bottom: 80px;
}

.locations-office .row > div:last-child,.locations-office .row > div:nth-last-child(2) {
    margin-bottom: 0;
}

.locations-office .row > div:nth-child(2) .locations-our-offices h6,.locations-office .row > div:nth-child(3) .locations-our-offices h6 {
    background: #1877F2;
}

/*Contact*/












































.ui-ux-creative .abs-image {
    transform: scale(1.2);
    object-position: left;
}

.web-design-creative .letters-img {
    width: 100%;
    max-width: 100%;
}

.web-design-creative .abs-image {
    bottom: 0;
    transform: scale(0.9);
}

.smd-creative .abs-image {
    transform: scale(1.1);
    object-position: left;
    left: -10%;
}

.smd-creative .letters-img {
    max-width: 70%;
}

.promotional-design-creative .abs-image {
    object-fit: contain;
    bottom: 0;
    transform: scale(1.2);
    right: -10%;
    left: auto;
}

.creative-service .our-service-image .abs-image {
    filter: drop-shadow(0px 10px 25px rgb(0,0,0,0.8));
}

/*Modal*/

.video-modal .modal-dialog {
    width: 100%;
    max-width: 70vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
}

.video-modal video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.main-modal button.close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 50px;
    height: 50px;
    background: white;
    z-index: 1;
    color: black;
    opacity: 1;
    border-radius: 50%;
}

.modal-backdrop {
    z-index: 99999999;
}

.modal {
    z-index: 9999999999;
}

.get-started-modal .modal-content {
    background: white;
    color: #000;
    padding: 25px;
    border-radius: 0.5vw;
}

.get-started-modal .modal-content .text-form h3 {
    font-size: 50px;
    line-height: 48px;
    font-weight: 900;
    margin-top: 25px;
    color: var(--red);
}

.get-started-modal .modal-content .text-form a {
    max-width: 40%;
    display: block;
    margin-right: auto;
}

.get-started-modal .modal-content .form-group-step input,.get-started-modal .modal-content .form-group-step textarea {
    min-height: 45px;
    color: black;
    width: 100%;
    margin-top: 25px;
    border: none;
    background:transparent;
    padding: 10px;
    border-bottom:1px solid #000;
}

.get-started-modal .modal-content .form-group-step textarea {
    min-height: 150px;
    resize: none;
}

.get-started-modal .modal-content .form-group-step input::placeholder,.get-started-modal .modal-content .form-group-step textarea::placeholder {
    color: black
}

.get-started-modal .modal-content .btn-reg {
    margin-right: auto;
    margin-top:20px;
    padding: 15px 50px;
    border: none;
    background: var(--orange);
    color: white;
    font-size: 22px;
}

.get-started-modal .modal-content .btn-reg .icon-arrow-image {
    background: white;
    display: none;
}

.get-started-modal .modal-content .btn-reg .icon-arrow-image i {
    color: black;
}

.get-started-modal .modal-content .btn-reg:before {
    background: var(--green);
}

.get-started-modal .modal-content .text-form h3 > span {
    color: var(--blue);
}

.main-modal button.close {
    background: var(--red);
    color: white;
    text-shadow: none;
    font-size: 30px;
    transition: 0.3s ease-in-out;
}

.main-modal button.close:hover {
    background: var(--orange);
    opacity: 1 !important;
}

.get-started-modal .modal-dialog {
    max-width: 45%;
}

.get-started-modal .modal-content > .modal-form{
    width: 65%;
}

.image-right-modal {
    position: absolute;
    right: 0;
    width: 35%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.image-right-modal img {
    object-position: bottom right;
    object-fit: contain;
    height: 100%;
    border-bottom-right-radius: 0.5vw;
}

/*Modal*/

/*Privacy Policy Pages*/


.fa-18 {
    font-size: 18px;
    line-height: 34px;
    color: #000000;
}

.wrapping h2 {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 30px;
    font-weight: 700;
    color: #ffff;
    margin-left: 30px;
    font-size: 25px;
    text-transform: uppercase;
}
.wrapping h2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    z-index: -1;
    border-radius: 100px;
    background: var(--red);
}
.wrapping .for-yellow:before {
    background: #f9a62f;
    
}
.wrapping .for-blue:before {
    background: #3878ed;
}


.wrapping .for-red:before {
    background: #f0263c;
    
}
.wrapping .for-green:before {
    background: #31cd7c;
    
}
.wrapping .for-orange:before {
    background: #ec5f23;
    
}
.mt-50 {
    margin-top: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.pptcrf .for-list li, .pptcrf ol li {
    position: relative;
    padding: 0;
    padding-left: 25px;
}
.pptcrf .for-list li, .pptcrf ol li {
    margin: 10px 0;
}
.pptcrf .for-list li:before, .pptcrf ol {
    padding: 0;
    list-style: none;
}
.pptcrf .for-list li:before, .pptcrf ol li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%); 
    background: #e90041;
    border-radius: 50%;
}


.pptcrf {
    padding: 100px 0;
}







/*Privacy Policy Pages*/

/*Blogs Both Pages*/

.blogs nav[role="navigation"] > .flex.justify-between.flex-1.sm\:hidden {
  display: none;
}

.blogs nav[role="navigation"] .hidden {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.blogs nav[role="navigation"] {
  width: 100%;
}

.blogs nav[role="navigation"] .hidden > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blogs nav[role="navigation"] .hidden > div:last-child span a[rel="prev"],
.blogs nav[role="navigation"] .hidden > div:last-child span a[rel="next"] {
  display: flex;
  padding: 0px 0px !important;
  width: 59.44px;
  align-items: center;
  justify-content: center;
  height: 40px;
  box-shadow: 0px 0px 0px 1px #459afe;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.blogs nav[role="navigation"] .hidden > div:last-child span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none !important;
}

.blogs nav[role="navigation"] .hidden > div:last-child span a[rel="prev"] svg,
.blogs nav[role="navigation"] .hidden > div:last-child span a[rel="next"] svg {
  width: 25px !important;
}

.blogs nav[role="navigation"] .hidden > div:last-child > span {
  border: 1px solid #459afe !important;
  box-shadow: none !important;
}

.blogs nav[role="navigation"] .hidden > div:last-child > span > span > span {
  background: #459afe !important;
  color: white;
  border: none !important;
}

.blogs nav[role="navigation"] .hidden > div:last-child span > * {
  margin-top: -1px;
  margin-bottom: -1px;
}

.blogs
  nav[role="navigation"]
  .hidden
  > div:last-child
  span
  a[rel="prev"]:hover
  svg,
.blogs
  nav[role="navigation"]
  .hidden
  > div:last-child
  span
  a[rel="next"]:hover
  svg {
  color: white;
}

.blogs nav[role="navigation"] .hidden > div:last-child span a[rel="prev"]:hover,
.blogs
  nav[role="navigation"]
  .hidden
  > div:last-child
  span
  a[rel="next"]:hover {
  background: #459afe !important;
}
.blogs
  nav[role="navigation"]
  .hidden
  > div:last-child
  span[aria-disabled="true"] {
  display: none;
}

.blogs-box-designed > a > img {
  max-width: 100%;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.blogs-box-designed > a > div {
  padding: 30px 15px;
  text-align: center;
}

.blogs-box-designed {
  border-radius: 10px;
  background: #f5f5f5;
  height: 100%;
  overflow: hidden;
}

.blogs-box-designed a {
  display: block;
  height: 100%;
}

.blogs-box-designed > a > div h2 {
  color: #2C2C2C;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.45px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.blogs-box-designed > a > div p {
  color: #585858;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.3px;
}

/**/
.banner-blogs .container-1560 {
  width: 100%;
  padding: 0px 15px;
}

.banner-blogs .container-1560:before {
  width: 100%;
}

.banner-blogs .container-1560 .fa-90 {
  font-size: 50px;
  letter-spacing: -2px;
  margin: 0;
}

section.banner-blogs {
  margin: 0;
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
}
/**/

.blog-detail h2 br {
  display: none;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  /*padding-bottom: 20px;*/
  margin-bottom: 1vw;
  margin-top: 1.5vw;
  font-weight: 700;
  color: #2C2C2C;
}

.blog-details a {
  text-decoration: none;
  display: inline-block;
  /*margin-bottom: 0.5vw;*/
  color: #FF5003;
}

.blog-details ul {
  margin: 2vw 0;
}

.blog-details h1 a,
.blog-details h2 a,
.blog-details h3 a,
.blog-details h4 a,
.blog-details h5 a,
.blog-details h6 a {
  margin-bottom: 0;
}

.blog-details a:hover {
  text-decoration: underline;
}

.blog-details ul li a {
  margin-bottom: 0;
}

.blog-details ul li {
  margin-bottom: 10px;
}
.blog-details figure.image {
  margin: 1.5vw 0;
}

/*Recent*/
.follow-us-blogs h5 {
  font-size: 60px;
  font-weight: 500;
  color: #2C2C2C;
  margin-bottom: 15px;
}

.follow-us-blogs .social-links-wrap a.social-link {
  width: 60px;
  height: 60px;
  margin-right: 50px;
}

.follow-us-blogs .social-links-wrap a.social-link i {
  font-size: 30px;
}

.follow-us-blogs .social-links-wrap a.social-link:last-child {
  margin: 0;
}

.follow-us-blogs {
  margin-bottom: 137px;
}

.box-blogs-recent {
  border-radius: 39.67px;
  border: 1.707px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 7.93408px 49.5px 0px rgb(244 39 55 / 10%);
  padding: 50px 0;
}

.box-blogs-recent h3 {
  color: var(--red);
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.512px;
}

.box-blogs-recent .blogs-box a,
.box-blogs-recent h3 {
  padding: 14px 50px;
  transition: 0.3s ease-in-out;
}

.box-blogs-recent .mbblogs-50 {
  margin-bottom: 0;
}

.box-blogs-recent .blogs-box h2 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}

.box-blogs-recent .blogs-box p {
  color: #585858;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.2px;
  margin: 0;
}

.box-blogs-recent .blogs-box:hover {
  background: #f7403557;
}

.box-blogs-recent .blogs-box a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  bottom: 0;
  height: 2px;
  background: #000;
  opacity: 0.1;
}

/*Recent*/

.blog-details p > a {
  margin-bottom: 0px;
  color: var(--red);
}
.blog-details h1 {
  font-size: 50px;
}
.blog-details h2 {
  font-size: 40px;
}
.blog-details h3 {
  font-size: 35px;
}
.blog-details h4 {
  font-size: 30px;
}
.blog-details h5 {
  font-size: 25px;
}
.blog-details h6 {
  font-size: 20px;
}
.pt-header {
  padding-top: 12.455vw;
}

.blogs-main-page-text h3 {
    color: #2C2C2C;
    font-size: 60px;
    font-weight: 500;
    line-height: 110%; /* 66px */
    letter-spacing: -1px;
    margin-bottom: 22px;
}

.blogs-main-page-text p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 198%; /* 39.6px */
    letter-spacing: -0.3px;
}

.blogs-main-page-text {
    margin-bottom: 85px;
}

.sticky-recent-posts .blogs-box a div {
    padding: 0;
}

/*Sticky*/

.sticky-recent-posts {
    position: sticky;
    top: 1.5vw;
}

.no-overflow-for-sticky main {
    overflow:initial;
}


/*Sticky*/

.mbblogs-50 {
    margin-bottom: 30px;
}

.box-blogs-recent .blogs-box a {
    display: block;
    text-transform: capitalize;
}

.banner-blogs-img-details img {
    width: 100%;
    object-fit: cover;
    height:100%;
}

.follow-us-blogs .social-links-wrap a.social-link{
    background: var(--red);
    border-radius: 100px;
    height: 66px;
    width: 66px;
    color: #fff;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-links-wrap {
    display: flex;
}

.social-links-wrap a:last-child {
    margin-right: 0;
}

@media (min-width: 992px) and (max-width: 2000px) {
    .blog-details h1 {
      font-size: 2.604vw;
    }
    .blog-details h2 {
      font-size: 2.083vw;
    }
    .blog-details h3 {
      font-size: 1.823vw;
    }
    .blog-details h4 {
      font-size: 1.563vw;
    }
    .blog-details h5 {
      font-size: 1.302vw;
    }
    .blog-details h6 {
      font-size: 1.042vw;
    }
  
    .follow-us-blogs h5 {
      font-size: 3.125vw;
      font-weight: 500;
      color: #2C2C2C;
      margin-bottom: 0.781vw;
    }
  
    .follow-us-blogs .social-links-wrap a.social-link {
      width: 3.125vw;
      height: 3.125vw;
      margin-right: 2.604vw;
    }
  
    .follow-us-blogs .social-links-wrap a.social-link i {
      font-size: 1.563vw;
    }
  
    .follow-us-blogs .social-links-wrap a.social-link:last-child {
      margin: 0;
    }
  
    .follow-us-blogs {
      margin-bottom: 7.135vw;
    }
  
    .box-blogs-recent {
      border-radius: 2.031vw;
      border: 0.104vw solid rgba(0, 0, 0, 0.2);
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0vw 0.365vw 2.552vw 0vw rgba(69, 154, 255, 0.1);
      padding: 2.604vw 0;
    }
  
    .box-blogs-recent h3 {
      font-size: 1.771vw;
      font-weight: 600;
      line-height: 110%;
      letter-spacing: -0.26vw;
    }
  
    .box-blogs-recent .blogs-box a,
    .box-blogs-recent h3 {
      padding: 0.729vw 2.604vw;
    }
  
    .box-blogs-recent .blogs-box h2 {
      font-size: 1.042vw;
      margin-bottom: 0.833vw;
    }
  
    .box-blogs-recent .blogs-box p {
      font-size: 0.729vw;
      letter-spacing: -0.104vw;
    }
  
    .box-blogs-recent .blogs-box a:before {
      height: 0.104vw;
    }
  
    .banner-blogs .container-1560 {
      padding: 0vw 0.781vw;
    }
  
    .banner-blogs .container-1560 .fa-90 {
      font-size: 2.604vw;
      letter-spacing: -0.104vw;
    }
  
    section.banner-blogs {
      margin-bottom: 3.125vw;
      border-radius: 0.781vw;
    }
    /*Recent*/
    .follow-us-blogs h5 {
      font-size: 3.125vw;
      font-weight: 500;
      color: #2C2C2C;
      margin-bottom: 0.781vw;
    }
  
    .follow-us-blogs .social-links-wrap a.social-link {
      width: 3.125vw;
      height: 3.125vw;
      margin-right: 2.604vw;
    }
  
    .follow-us-blogs .social-links-wrap a.social-link i {
      font-size: 1.563vw;
    }
  
    .follow-us-blogs .social-links-wrap a.social-link:last-child {
      margin: 0;
    }
  
    .follow-us-blogs {
      margin-bottom: 7.135vw;
    }
  
    .box-blogs-recent {
      border-radius: 1.49vw;
      border: 0.0823vw solid rgba(0, 0, 0, 0.2);
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0vw 7.4865vw 49.26vw 0vw rgba(69, 154, 255, 0.1);
      padding: 2.604vw 0;
    }
  
    .box-blogs-recent h3 {
      color: var(--red);
      font-family: Poppins;
      font-size: 1.771vw;
      font-style: normal;
      font-weight: 600;
      line-height: 110%;
      letter-spacing: -0.0667vw;
    }
  
    .box-blogs-recent .blogs-box a,
    .box-blogs-recent h3 {
      padding: 0.729vw 2.604vw;
      transition: 0.3s ease-in-out;
    }
  
    .box-blogs-recent .mbblogs-50 {
      margin-bottom: 0;
    }
  
    .box-blogs-recent .blogs-box h2 {
      color: #000;
      font-family: Poppins;
      font-size: 1.042vw;
      font-weight: 400;
      margin-bottom: 0.833vw;
    }
  
    .box-blogs-recent .blogs-box p {
      color: #585858;
      font-size: 0.729vw;
      font-weight: 500;
      line-height: 110%;
      letter-spacing: -0.0404vw;
      margin: 0;
    }
  
    .box-blogs-recent .blogs-box a:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      bottom: 0;
      height: 0.104vw;
      background: #000;
      opacity: 0.1;
    }
    
    /*Recent*/
    .blogs-box-designed > a > img {
      height: 13.021vw;
    }
  
    .blogs-box-designed > a > div {
      padding: 1.563vw 0.781vw;
    }
  
    .blogs-box-designed {
      border-radius: 0.521vw;
      background: #f5f5f5;
    }
  
    .blogs-box-designed > a > div h2 {
      color: #2C2C2C;
      font-size: 1.354vw;
      line-height: 110%;
      letter-spacing: -0.2.344vw;
      margin-bottom: 1.563vw;
    }
  
    .blogs-box-designed > a > div p {
      color: #585858;
      font-size: 1.042vw;
      font-weight: 500;
      line-height: 110%;
      letter-spacing: -0.0956vw;
    }

    .blogs-main-page-text h3 {
        font-size: 3.125vw;
        letter-spacing: -0.052083vw;
        margin-bottom: 1.14583vw;
    }
    
    .blogs-main-page-text p {
        font-size: 1.04167vw;
        letter-spacing: -0.015625vw;
    }
    
    .blogs-main-page-text {
        margin-bottom: 4.427083vw;
    }
    .blog-details p, .blog-details a, .blog-details ul li, .blog-details ol li {
        font-size: 0.83vw;
    }
    .blog-details p,.blog-details ul li, .blog-details ol li {
        margin-bottom: 0.5208vw;
    }
}
  
@media (max-width: 1439px) {
    nav.flex.items-center.justify-between {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .blogs [role="navigation"] p {
        font-size: 12px;
    }
    
    .blogs [role="navigation"] .px-4 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 12px;
    }
    
    .blogs nav[role="navigation"] .hidden > div:last-child span a[rel="prev"], .blogs nav[role="navigation"] .hidden > div:last-child span a[rel="next"] {
        height: 33px;
        width: 35px;
        font-size: 12px;
    }
    
    .blogs nav[role="navigation"] .hidden > div:last-child span a[rel="prev"] svg, .blogs nav[role="navigation"] .hidden > div:last-child span a[rel="next"] svg {
        width: 20px !important;
    }
}
  
@media (max-width: 991px) {
    .sticky-recent-posts {
      display: none !important;
    }
    .blog-details h1,
    .blog-details h2,
    .blog-details h3,
    .blog-details h4,
    .blog-details h5,
    .blog-details h6 {
      font-size: 25px;
      /*margin-bottom: 20px;*/
      line-height: 36px;
    }
    .follow-us-blogs,
    .sticky-recent-posts {
      display: none;
    }

    .blogs-box-designed > a > div h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .blogs-box-designed > a > div p {
        font-size: 16px;
    }
    
    .blogs-box-designed > a > img {
        height: 170px;
    }
    
    .blogs-box-designed > a > div {
        padding: 25px 15px;
    }

    .blogs-main-page-text h3 {
        font-size: 30px;
        letter-spacing: -0.5px;
        margin-bottom: 15px;
    }
    
    .blogs-main-page-text p {
        font-size: 16px;
        letter-spacing: -0.3px;
    }
    
    .blogs-main-page-text {
        margin-bottom: 50px;
    }
    .banner-blogs-img-details {
        height: 350px;
    }
    
    .banner-blogs .container-1560 .fa-90 {
        font-size: 40px;
    }
    .banner-blogs .container-1560 {
        max-width: 100%;
    }
    .pt-header {
        padding-top: 100px;
    }

    .no-overflow-for-sticky .bg-red-after:after {
        width: calc(50vw + 30px);
    }
    .no-overflow-for-sticky section#our-blogs-m {
        padding: 100px 0 50px !important;
    }
    .blog-details p,.blog-details a,.blog-details ul li {
        font-size: 14px;
    }


    .before-after-icons:before, .before-after-icons:after{
        display:none;
    }
}
  
@media (max-width: 767px) {
    .blog-details h1,
    .blog-details h2,
    .blog-details h3,
    .blog-details h4,
    .blog-details h5,
    .blog-details h6 {
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 28px;
    }
    .blogs nav[role="navigation"] .hidden > div:last-child {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .blogs nav[role="navigation"] {
      width: 100%;
      justify-content: center;
      text-align: center;
      font-size: 12px;
    }
    .blogs nav[role="navigation"] .hidden {
      display: inline-block;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    .blogs nav[role="navigation"] .hidden > div:last-child > span {
      border: 1px solid #459afe00 !important;
      box-shadow: none !important;
    }
    .blogs nav[role="navigation"] .hidden p.text-sm {
      padding-bottom: 20px;
    }
    .blogs nav[role="navigation"] .hidden > div:last-child span a[rel="prev"],
    .blogs nav[role="navigation"] .hidden > div:last-child span a[rel="next"] {
      display: flex;
      padding: 0px 0px !important;
      width: 29.44px;
      align-items: center;
      justify-content: center;
      height: 35px;
      box-shadow: 0px 0px 0px 1px #459afe;
      position: relative;
      z-index: 1;
      transition: 0.3s ease-in-out;
  }
  .blogs nav[role="navigation"] .hidden div span.rounded-md .px-4.py-2 {
        padding-right: 0.51rem !important;
        padding-left: 0.51rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .blogs-box-designed > a > div h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .blogs-box-designed > a > div p {
        font-size: 12px;
    }
    
    .blogs-main-page-text h3 {
        font-size: 20px;
        letter-spacing: -0.2px;
        margin-bottom: 10px;
    }
    
    .blogs-main-page-text p {
        font-size: 12px;
    }
    
    .blogs-main-page-text {
        margin-bottom: 25px;
    }
    .banner-blogs .container-1560 .fa-90 {
        font-size: 24px;
        line-height: 120%;
    }
    
    .banner-blogs-img-details {
        height: 250px;
    }
    
    section.banner-blogs {
        margin-bottom: 30px;
        border-radius: 8px;
    }

    .no-overflow-for-sticky section#our-blogs-m {
        padding: 50px 0 50px !important;
    }
    .no-overflow-for-sticky .bg-red-after:after {
        width: 100vw;
    }
    .blog-details p,.blog-details a,.blog-details ul li {
        font-size: 12px;
    }
}

/*Blogs Both Pages*/



