@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
    font-family: 'poppins';
}

/* heaher css start */
section.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
    padding: 10px 0;
    background: #ffffffa6;
}

.container.hdr-wdh {
    max-width: 1400px;
}

a.navbar-brand {
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: center;
}

a.navbar-brand img {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.chat {
    display: flex;
    justify-content: flex-end;
}

.chat a {
    text-decoration: none;
    background: #be092f;
    color: #fff;
    width: 130px;
    padding: 8px 15px;
    line-height: normal;
    font-size: 16px;
    border: 3px solid #be092f;
    text-align: center;
    border-radius: 7px;
    transition: all 0.35s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-fluid.mobile-head {
    display: none;
}

.chat a:hover {
    color: #fff;
    background: transparent;
    border: 3px solid #be092f;
}

.dropdown-toggle::after {
    display: none !important;
}

/* Display dropdown on hover */
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    padding: 0;
    transition: all 0.3s ease-in-out;
}

/* Reveal effect for dropdown text */
.dropdown-menu .dropdown-item {
    opacity: 0;
    transform: translateX(-10px);
    animation: revealText 0.5s forwards;
    animation-delay: var(--animation-delay);
}

.dropdown-menu .dropdown-item:nth-child(1) {
    --animation-delay: 0.1s;
}

.dropdown-menu .dropdown-item:nth-child(2) {
    --animation-delay: 0.2s;
}

.dropdown-menu .dropdown-item:nth-child(3) {
    --animation-delay: 0.3s;
}

.dropdown-menu .dropdown-item:nth-child(4) {
    --animation-delay: 0.4s;
}

.dropdown-menu .dropdown-item:nth-child(5) {
    --animation-delay: 0.5s;
}

@keyframes revealText {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

li.nav-item a.nav-link,
a.nav-link.dropdown-toggle {
    font-size: 14px;
    color: #fff;
    padding: 0 11px;
    border-right: 1px solid #fff;
    font-family: "poppins";
}

li.nav-item a.nav-link:hover,
a.nav-link.dropdown-toggle:hover {
    color: #be092f;
    transition: 1s;
    border-right: 1px solid #be092f;
}

ul.dropdown-menu li a {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins';
    padding: 6px;
}

ul.dropdown-menu li a:hover {
    background: #be092f;
    color: #fff;
    transition: 1s;
}

.nav-but-wrap {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 16px;
    transition: all .3s ease-out;
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
    z-index: 9999;
    top: -20px;
    right: 0;
}

.menu-icon__line-left {
    width: 30px;
    transition: all .2s linear;
}

.menu-icon__line {
    height: 2px;
    width: 20px;
    display: block;
    background-color: #d30c16;
    margin-bottom: 7px;
    cursor: pointer;
    transition: transform .2s ease, background-color .5s ease;
}

.menu-icon__line {
    height: 2px;
    width: 20px;
    display: block;
    background-color: #d30c16;
    margin-bottom: 7px;
    cursor: pointer;
    transition: transform .2s ease, background-color .5s ease;
}

span.menu_mm {
    color: #d30c16;
    right: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.nav-fix-st {
    position: fixed;
    z-index: 999;
    right: 0;
}

body.nav-active .nav:before {
    transition-delay: 0s;
}

body.nav-active .nav:after,
body.nav-active .nav:before {
    width: 340px;
    height: 100%;
    border-radius: 0;
    right: 0px;
    top: 0;
}

body.nav-active .nav__content {
    visibility: visible;
}

.nav__content {
    position: fixed;
    visibility: hidden;
    top: 100px;
    right: 0px;
    width: 85%;
    text-align: left;
    z-index: 99999;
}

body.nav-active .nav__list {
    left: 0px;
}

.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 999999999;
}

body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: .8s;
}

body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
}

.nav__list-item {
    position: relative;
    display: block;
    transition-delay: .8s;
    opacity: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2px;
    transform: translate(30px, 0);
    transition: opacity .2s ease, transform .2s ease;
    margin-top: 0;
    margin-bottom: 0;
}

body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: .9s;
}

body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(5) {
    transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(6) {
    transition-delay: 1.3s;
}

body.nav-active .nav__list-item:nth-child(7) {
    transition-delay: 1.4s;
}

.nav__list-item a {
    font-size: 18px;
    position: relative;
    text-decoration: none;
    color: rgb(255, 255, 255);
    overflow: hidden;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    z-index: 2;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    transition: all .2s linear;
}

a:hover,
a:focus,
button:hover,
input:focus,
input:focus,
textarea:focus,
button:focus,
.form-btn-st:focus,
a {
    text-decoration: none !important;
    outline: none;
}

.nav__list-item i {
    top: -12px;
    position: relative;
    left: 5px;
}

body.nav-active .nav:after {
    transition-delay: .1s;
}

body.nav-active .nav:after,
body.nav-active .nav:before {
    width: 340px;
    height: 100%;
    border-radius: 0;
    right: 0px;
    top: 0;
}

.nav:after {
    background-color: #002767;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, .3);
}

.nav:after,
.nav:before {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgb(190 9 47 / 60%);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s;
}

/*mobile-nav*/
.nav-but-wrap {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 16px;
    transition: all .3s ease-out
}

.menu-icon {
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block;
    z-index: 9999;
    top: -20px;
    right: 0;
}

.menu-icon__line {
    height: 2px;
    width: 20px;
    display: block;
    background-color: #d30c16;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease
}

.menu-icon__line-left {
    width: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.menu-icon__line-right {
    width: 0;
    float: right;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    right: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
    width: 30px
}

span.menu_mm {
    color: #d30c16;
    right: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.nav-fix-st {
    position: fixed;
    z-index: 999;
    right: 0
}

.nav:after,
.nav:before {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgb(190 9 47 / 60%);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s
}

.creativity-sec ul.slick-dots {
    bottom: -10px;
}

.nav:after {
    background-color: #002767;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, .3)
}

.nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.nav__content {
    position: fixed;
    visibility: hidden;
    top: 100px;
    right: 0px;
    width: 85%;
    text-align: left;
    z-index: 99999
}

.nav__list-item i {
    top: -12px;
    position: relative;
    left: 5px;
}

.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 999999999
}

.nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 2px;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    margin-top: 0;
    margin-bottom: 0
}

.nav__list-item a {
    font-size: 18px;
    position: relative;
    text-decoration: none;
    color: rgb(255, 255, 255);
    overflow: hidden;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    z-index: 2;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.nav__list-item a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5px;
    height: 0;
    opacity: 0;
    background-color: #be092f;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.nav__list-item a:hover:after {
    height: 100%;
    opacity: 1;
    top: 0
}

.nav__list-item a:hover {
    color: #fff
}

.nav__list-item.active-nav a {
    color: #fff
}

.nav__list-item.active-nav a:after {
    height: 100%;
    opacity: 1;
    top: 0
}

body.nav-active .nav__content {
    visibility: visible
}

body.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(-4px, 1px) rotate(-45deg);
    width: 30px
}

body.nav-active .menu-icon__line-left {
    width: 30px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
    transform: translate(-4px, 10px) rotate(45deg)
}

.tab-head .price-nav-tb {
    display: table;
    /* width: auto; */
    margin: auto;
    padding: 10px 30px;
    margin: 0px auto 50px;
}

body.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg)
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 30px
}

body.nav-active .nav:after,
body.nav-active .nav:before {
    width: 390px;
    height: 100%;
    border-radius: 0;
    right: 0px;
    top: 0;
}

body.nav-active .nav__list {
    left: 0px;
}

body.nav-active .nav:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease
}

body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

body.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

body.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

body.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

body.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

body.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

body.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.mobile-nav {
    display: none;
}

.navbar-brand img {
    width: 200px;
}

.home-banner .outline-txt {
    font-size: 8.1vw;
    top: auto;
    bottom: -70px;
    -webkit-text-stroke: 1px rgb(255 255 255 / 0%);
    -webkit-text-fill-color: #2f4073;
    color: rgb(255 255 255 / 0%);
}

/*mobile-nav*/

/* header css end */

/* Home page css start */
section.main-bnr {
    background-image: url(../images/Logobrandbanner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 250px;
    padding-bottom: 50px;
    overflow: hidden;
}

.bnr-cnt h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    text-align: left;
    font-family: 'poppins';
}

.bnr-cnt p {
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding: 25px 0;
    font-family: 'poppins';
}

.cta-sec .row .cta-btn {
    justify-content: flex-start;
}

.cta-btn {
    display: flex;
    gap: 0 75px;
}

.link_wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.get-btn {
    display: block;
    width: 180px;
    height: auto;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 3px solid transparent !important;
    transition: all .35s;
    border-radius: 10px;
    font-weight: 500;
    background: #be092f;
}

a:hover,
a:focus,
button:hover,
input:focus,
input:focus,
textarea:focus,
button:focus,
.form-btn-st:focus,
a {
    text-decoration: none !important;
    outline: none;
}

.cta-btn .icon {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    z-index: -1;
    transition: all .35s;
    position: relative;
    margin-left: -80px;
}

.cta-btn .icon svg {
    width: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    fill: #ffffff;
    transition: all .35s;
}

.get-btn:hover {
    width: 200px;
    border: 3px solid #c4101e !important;
    background: transparent;
    color: #ffffff;
}

.get-btn:hover+.icon {
    border: 3px solid #c4101e00;
    right: -29%;
    background: #c4102e;
    margin-left: -50px;
}

.logo-ico {
    padding: 28px 0;
}

.logo-ico img {
    padding: 8px;
}

section.creativity-sec {
    padding: 70px 0;
}

.container.creativity {
    width: 1200px;
    max-width: 1200px;
}

.creatve-txt h1 {
    font-size: 40px;
    font-weight: bold;
    color: #030013;
    text-align: center;
    padding: 0px 154px;
    line-height: 50px;
}

.creatve-txt p {
    font-size: 16px;
    text-align: center;
    color: #030013;
    font-weight: 500;
    padding: 0px 208px;
}

.creative-box {
    text-align: center;
    position: relative;
    padding: 80px 0;
    margin: 10px 0px;
}

.creative-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
    height: 350px;
    border-radius: 60%;
    z-index: -1;
    background: transparent;
    transform: scale(0);
    transition: all .4s ease-in-out;
}

.creative-box img {
    margin: 0 auto;
    display: table;
    filter: invert(1);
}

.creative-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #030013;
    padding: 10px 0;
}

.creative-box p {
    font-size: 15px;
    color: #030013;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
}

.circle-inr-one {
    position: absolute;
    width: 33px;
    height: 33px;
    bottom: 7px;
    left: auto;
    right: 70px;
    background: #BE092F;
    border-radius: 60%;
    z-index: 1;
    transform: scale(0);
    transition: all .5s ease-in-out;
}

.circle-inr-two {
    position: absolute;
    width: 42px;
    height: 42px;
    bottom: 28px;
    left: initial;
    right: 24px;
    background: #BE092F;
    border-radius: 60%;
    z-index: 1;
    transform: scale(0);
    transition: all .6s ease-in-out;
}

.circle-inr-three {
    position: absolute;
    width: 52px;
    height: 52px;
    bottom: -33px;
    left: 80%;
    background: #BE092F;
    border-radius: 60%;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

.creative-box:hover::before,
.slick-slide.slick-current.slick-active.slick-center .creative-box:before {
    background: #BE092F;
    transform: scale(1);
}

.creative-slider .slick-current .creative-box img,
.creative-box:hover img {
    filter: brightness(100);
}

.creative-slider .slick-current .creative-box h3,
.creative-box:hover h3,
.creative-slider .slick-current .creative-box p,
.creative-box:hover p {
    color: #fff;
}

.slick-slide.slick-current.slick-active.slick-center .circle-inr-one,
.slick-slide.slick-current.slick-active.slick-center .circle-inr-two,
.slick-slide.slick-current.slick-active.slick-center .circle-inr-three,
.creative-box:hover .circle-inr-one,
.creative-box:hover .circle-inr-two,
.creative-box:hover .circle-inr-three {
    transform: scale(1);
}

.types-logo-sec {
    padding-top: 50px;
}

.types-logo-sec {
    position: relative;
    z-index: 1;
}

.types-logo-sec {
    padding: 70px 0;
}

.types-logo-sec .outline-txt {
    z-index: -1;
    top: -30px;
}

.outline-txt {
    display: none;
}

.outline-txt {
    -webkit-text-stroke: 1px rgb(255 255 255 / 15%);
    -webkit-text-fill-color: transparent;
    color: rgb(255 255 255 / 15%);
    position: absolute;
    top: 120px;
    left: 0;
    font-size: 9.5vw;
    font-weight: bold;
    width: 100%;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 25vmin;
    align-items: center;
    text-transform: uppercase;
}

.types-main-sec {
    margin-top: 0;
}

.types-main-sec {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    position: relative;
    padding: 20px 30px !important;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
    height: 650px;
    border-radius: 49px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.types-main-sec {
    display: flex;
    flex-wrap: wrap;
}

.types-main-sec:before {
    content: '';
    box-shadow: inset 0 0 0 0px rgb(99 99 102 / 12%);
    filter: blur(0px);
    background: #002767;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
    border-radius: 49px;
    width: 100%;
    height: 100%;
}

.p0 {
    padding: 0px !important;
}

.types-main-sec .hd-txt {
    display: flex;
    align-items: center;
}

.hd-txt {
    text-align: center;
}

.types-main-sec .hd-txt h2 {
    text-align: left;
    width: 80%;
}

.hd-txt h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-family: 'poppins';
}

.hd-txt p {
    width: 60%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 16px;
    color: #fff;
}

.types-main-sec {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    position: relative;
    padding: 20px 30px !important;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
    height: 650px;
    border-radius: 49px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.types-main-sec .hd-txt p {
    text-align: left;
}

.type-logo-main-col-list {
    position: relative;
}

.types-list {
    display: flex;
    align-items: center;
}

.types-list ul {
    padding: 0;
    list-style: none;
    width: 50%;
    margin: 0;
}

.typles-list-box {
    border-bottom: 1px solid #fff;
    padding: 6px 0;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.typles-list-box h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
}

.types-list li.active p {
    height: 50px;
}

.typles-list-box p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 0;
    overflow-x: hidden;
    transition: all .5s ease-in-out;
}

/* width */
.typles-list-box p::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.typles-list-box p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

/* Handle */
.typles-list-box p::-webkit-scrollbar-thumb {
    background: #fda015;
    border-radius: 8px;
}

/* Handle on hover */
.typles-list-box p::-webkit-scrollbar-thumb:hover {
    background: #fda015;
}

.types-main-side-img {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    width: 50%;
    transition: all .5s ease-in-out;
    bottom: 0;
}

.types-main-side-img:before {
    content: '';
    background: #FDA015;
    position: absolute;
    top: 0;
    left: 47px;
    margin: auto;
    width: 321px;
    height: 321px;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    z-index: -1;
}

.types-list li.active .types-main-side-img img {
    transform: scale(1);
}

.types-main-side-img img {
    position: relative;
    width: 80%;
    margin: auto;
    transform: scale(0);
    transition: all .5s ease-in-out;
}

.types-side-img-st {
    position: absolute;
    top: 0;
    left: 20px;
    right: 0;
    margin: auto;
    width: auto;
    bottom: 0;
}

.cta-sec {
    padding: 50px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    overflow: hidden;
}

.cta-side-img-st {
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.cta-side-img-st img {
    width: 100%;
    height: 350px;
}

.hd-txt {
    text-align: center;
}

.cta-sec .hd-txt h2 {
    font-size: 50px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    font-family: 'poppins';
}

.cta-sec .hd-txt p {
    width: 100%;
    text-align: left;
}

.hd-txt p {
    width: 60%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 15px;
    color: #fff;
}

.tel-btn {
    display: block;
    width: 180px;
    height: auto;
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    text-decoration: none;
    background: #29427b;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #0000;
    transition: all .35s;
    border-radius: 10px;
}

.icon.phone-icon-st {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.icon.phone-icon-st i {
    font-size: 22px;
    color: #fff;
    transform: rotate(-45deg);
}

.tel-btn:hover {
    width: 200px;
    border: 3px solid #c4101e;
    background: transparent;
    color: #ffffff;
}

.tel-btn:hover+.icon {
    border: 3px solid #c4101e00;
    right: -29%;
    background: #c4102e;
    margin-left: -50px;
}

section.portfolio-main-pg-sec.port-main-log-pg-sec {
    padding: 10px 0 70px;
    background: url(../images/portfolio-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.text-moving {
    padding: 15px 0 50px;
}

.text-move-hd h3 {
    -webkit-text-stroke: 1px rgb(0 0 0);
    -webkit-text-fill-color: transparent;
    color: rgb(0 0 0 / 15%);
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outline-txt.portfolio-outline {
    z-index: -1;
    color: #000;
    -webkit-text-stroke: 1px rgb(0 0 0 / 16%);
    -webkit-text-fill-color: transparent;
    color: rgb(0 0 0 / 15%);
}

.portfolio-sec .hd-txt h2 {
    color: #000;
    font-size: 37px;
    font-weight: bold;
}

.portfolio-sec .hd-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.port-main-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.port-slider {
    width: 25%;
}

.port-box img {
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.portmain-col-mobile {
    display: none;
}

section.rating-form-mix-sec {
    padding-top: 0px;
}

.rating-form-mix-sec {
    overflow: hidden;
    padding: 80px 0;
}

.rating-form-mix-sec .row {
    position: relative;
}

.mid-form-logo {
    width: auto;
    position: absolute;
    right: -449px;
    top: -70px;
    bottom: auto;
    z-index: -1;
}

.rating-sec {
    padding: 30px 0;
    background: url(../images/rating-bg-hme.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rating-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.rating-list ul li {
    width: 25%;
}

.rating-box {
    text-align: center;
}

.rating-box h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.rating-box span {
    display: block;
    text-align: center;
    font-size: 63px;
    font-weight: bold;
    color: #fff;
}

.mid-form {
    padding: 70px 0 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.mid-form .outline-txt.portfolio-outline {
    top: 0;
    -webkit-text-stroke: 1px rgb(0 0 0 / 30%);
    -webkit-text-fill-color: transparent;
    color: rgb(0 0 0 / 30%);
}

.mid-form .hd-txt h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif !important;
}

.mid-form .hd-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins';
}

.form-mid-inr-div {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 200px;
}

.form-mid-inr-div:before {
    content: '';
    background: url(../images/glass-effect.webp);
    position: absolute;
    top: 0;
    left: 7px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 140px 140px 140px 0;
    width: 98%;
    height: 212px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.form-mid-inr-div form {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    width: 80%;
}

.form-lft-div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px 25px;
}

.right-div {
    width: 30%;
    text-align: center;
    position: relative;
    top: 10px;
}

.form-lft-div input {
    width: 48%;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 12px 0;
    color: #fff;
}

.form-lft-div textarea {
    width: 48%;
    resize: none;
    height: 50px;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 12px 0;
    overflow: visible;
    color: #fff;
}

.form-lft-div input::placeholder {
    color: #fff;
}

.form-lft-div textarea::placeholder {
    color: #fff;
}

.right-div button {
    display: block;
    width: auto;
    height: auto;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 3px solid transparent !important;
    transition: all .35s;
    border-radius: 10px;
    font-weight: 500;
    background: #be092f;
    margin: 0 auto;
    position: relative;
    padding: 0px 15px;
}

.right-div button i {
    left: -20px;
    position: relative;
    font-size: 21px;
    color: #fff;
    display: flex;
    top: -19px;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.right-div button i:after {
    content: '';
    background: #be092f;
    position: absolute;
    right: -17px;
    top: -15px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 35px;
    height: 35px;
    border: 3px solid #be092f;
    transform: rotate(45deg);
}

.right-div button i:before {
    right: 0;
    position: absolute;
    top: -18px;
    bottom: 0;
    margin: auto;
    left: 140px;
    z-index: 2;
}

.right-div button:hover i {
    left: 40px;
}

.right-div button:hover {
    border-color: #be092f !important;
    background: transparent;
}

.mid-form .outline-txt.portfolio-outline {
    top: 0;
    -webkit-text-stroke: 1px rgb(0 0 0 / 30%);
    -webkit-text-fill-color: transparent;
    color: rgb(0 0 0 / 30%);
}

.mix-bg-clr-sec {
    background: linear-gradient(129deg, #be092f, #29427B);
    background: -webkit-linear-gradient(85deg, #191919, #191919, #464444, #fff, #fff);
}

.pricing-sec {
    background: url(../images/pricing-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.pricing-sec .hd-txt h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'poppins';
}

.pricing-sec .hd-txt p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.portfolio-main-pg-sec {
    padding: 70px 0;
}

.portfolio-main-pg-sec .nav-tabs {
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

.nav:before {
    transition-delay: .2s;
}

.nav:after,
.nav:before {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgb(190 9 47 / 60%);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s;
}

.portfolio-main-pg-sec .nav-tabs button.active,
.portfolio-main-pg-sec .nav-tabs button:hover {
    background: #be092f;
    color: #fff;
}

.portfolio-main-pg-sec .nav-tabs button.active,
.portfolio-main-pg-sec .nav-tabs button:hover {
    background: #be092f;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

section.portfolio-main-pg-sec.port-main-log-pg-sec .container {
    max-width: 1250px;
}

.pricing-sec .nav-tabs li button {
    padding: 8px 12px;
}

.portfolio-main-pg-sec .nav-tabs button {
    border: 0;
    background: #29427b;
    border-radius: 20px;
    padding: 8px 35px;
    font-size: 16px;
    color: #fff;
}

.nav:after {
    background-color: #002767;
    background-image: url(../images/pat.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, .3);
}

.nav:after,
.nav:before {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgb(190 9 47 / 60%);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s;
}

.pricing-sec .row {
    justify-content: center;
    gap: 20px 0;
}

.pricing-main {
    display: flex;
    align-items: center;
    gap: 0 0px;
}

.pricing-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 30px;
    border-radius: 40px;
}

.pricing-box:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 15px;
}

.pricing-box img.pricing-gif {
    display: none !important;
}

.pricing-box img {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 101%;
    z-index: 0;
}

.pricing-inr-box {
    display: flex;
    align-items: center;
    background: #888888;
    border-radius: 40px 40px 0 0;
    justify-content: space-between;
}

.pricing-inr-box h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 15px;
    height: 90px;
    display: flex;
    align-items: center;
    width: 50%;
}

.pricing-amount {
    width: 42%;
    display: flex;
    margin-left: 0;
}

.pricing-inr-box .pricing-amount h2 {
    display: flex;
    align-items: center;
    gap: 0 5px;
    font-size: 32px;
}

.pricing-amount span {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -6px;
    font-weight: 400;
    text-decoration: line-through;
}

.pricing-amount span sup {
    top: 6px;
    font-size: 12px;
}

.pricing-box ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin-top: 10px;
    margin: 10px 25px 15px 25px;
    height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pricing-box ul li {
    line-height: 39px;
    font-size: 16px;
    color: #000;
    transition: all .7s ease-in;
}

.pricing-box:hover li {
    color: #fff;
    transition: all .4s ease-out;
}

.pricing-box ul li i {
    margin-right: 12px;
}

.pricing-btn-st {
    gap: 0 15px;
    padding-top: 20px;
}

.cta-btn.pricing-btn-st {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-btn-st .link_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #888888;
    padding: 8px 15px;
    gap: 0 20px;
    border-radius: 42px;
    width: 70%;
    background: #888888;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pricing-box:hover .pricing-btn-st .link_wrapper::before {
    width: 100%;
}

.pricing-btn-st .link_wrapper:before {
    content: '';
    background: #002767;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 0;
    transition: all .5s ease-in-out;
}

.pricing-btn-st .get-btn {
    width: auto;
    padding: 0;
    height: auto;
    line-height: normal;
    font-size: 16px;
    background: transparent;
    border: 0 !important;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    width: 100%;
}

.price-icon-btn {
    border: 1px solid;
    border-radius: 60%;
    background: #002767;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-btn-st .link_wrapper .price-icon-btn img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 50%;
}

.pricing-box:after {
    content: '';
    position: absolute;
    top: -300px;
    right: -390px;
    width: 400px;
    height: 400px;
    transition: all .5s ease-in-out;
    border-radius: 60%;
    z-index: -1;
    background-image: url(../images/process-hvr.webp);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.pricing-box:hover::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.pricing-btn-st .get-btn:hover {
    background: transparent;
    border: 0;
}

/* width */
.pricing-box ::-webkit-scrollbar {
    width: 8px;
}

.pricing-main {
    display: flex;
    align-items: center;
    gap: 0 0px;
}

/* Track */
.pricing-box ::-webkit-scrollbar-track {
    background: #000;
    border-radius: 8px;
}

/* Handle */
.pricing-box ::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
}

/* Handle on hover */
.pricing-box ::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.award-sec {
    background-image: url(../images/award-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.award-sec h2.outline-txt.portfolio-outline {
    top: 0;
}

.award-sec .hd-txt h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-family: 'poppins';
}

.award-sec .hd-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins';
}

.award-slider .award-bx {
    transition: all .5s ease-in-out;
    position: relative;
    margin: 41px 0;
}

.award-bx img {
    width: 50%;
}

.award-slider .award-bx p {
    font-size: 13px;
    width: 20%;
    top: 0;
    bottom: 40px;
}

.award-slider .award-bx p {
    position: absolute;
    top: auto;
    left: 0;
    right: 123px;
    bottom: 60px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    width: 34%;
    text-align: center;
    z-index: 1;
    color: #fff;
    font-size: 12px;
}

.award-slider .slick-current .award-bx {
    transform: scale(1.2);
}

section.process-sec {
    background: #191919;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

section.process-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/process-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: -1;
    width: auto;
    height: 638px;
    mix-blend-mode: luminosity;
}

section.process-sec .hd-txt {
    padding-bottom: 30px;
}

section.process-sec .hd-txt {
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    text-align: left;
}

section.process-sec .hd-txt p {
    width: 45%;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: 'poppins';
}

section.process-sec .hd-txt h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    font-family: 'poppins';
}

.main-process-col {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.process-div {
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.process-div:before {
    content: '';
    border: 1px solid transparent;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 0;
    border-radius: 12px;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.process-div:hover::before {
    height: 100%;
    border-color: #636363;
}

.process-div img {
    width: 50%;
}

.process-div h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
}

.process-div p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 80%;
    min-height: 250px;
    margin: 0 auto;
}

.process-div:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/process-hvr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    width: 100%;
    height: auto;
    transform: scale(0);
    transition: all 0.6s ease-in-out;
}

.process-div:hover::after {
    transform: scale(1);
}

.testi-sec {
    background: #fff;
    padding: 70px 0 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testi-sec .hd-txt h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-family: 'poppins';
}

.testi-sec .hd-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins';
}

.testi-sec .row {
    justify-content: center;
}

.testi-txt-div.testi-slider-st {
    margin: 0;
    padding-left: 0px;
}

.testi-txt-div.testi-slider-st .slick-slide:nth-child(odd) .testi-txt-bx {
    top: 50px;
}

.testi-txt-bx {
    padding: 20px 20px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 0;
    margin: 0 13px;
    box-shadow: 0px 3px 20px 3px rgb(0 0 0 / 20%);
    border-radius: 17px;
    margin: 74px 10px;
}

.testi-txt-bx img {
    margin-top: -80px;
}

.testi-txt-bx p {
    width: 100%;
    font-size: 14px;
}

.testi-txt-bx p {
    font-size: 15px;
    color: #000;
    width: 95%;
    margin: 0 auto;
    min-height: 140px;
    display: flex;
    align-items: center;
    text-align: left;
}

.testi-nm-dtl {
    padding: 0;
}

.testi-nm-dtl {
    left: 0;
    padding: 10px 12px;
    border-radius: 21px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-nm-dtl h5 {
    font-size: 16px;
    width: 60%;
    text-align: left;
    color: #000;
}

.testi-rating {
    margin: 20px 0;
}

.testi-rating i {
    color: #F7CC19;
}

.ftr-cta {
    padding: 15px 0;
}

img.testi-last-img-st {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
}

.testi-sec .hd-txt h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-family: 'poppins';
}

.testi-sec .hd-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins';
}

.ftr-cta a.get-btn:hover,
.ftr-cta a.tel-btn:hover {
    color: #000;
}

.ftr-cta a.get-btn:hover,
.ftr-cta a.tel-btn:hover {
    color: #000;
}

.cta-btn.fta-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Home page css end */

/* footer css start */
.ftr-main-sec {
    background: url(../images/ftr-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 20px 0 70px;
}

.ftr-main-sec:before {
    content: '';
    background: url(../images/ftr-bg-btm.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 303px;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}

.ftr-main-sec .row {
    position: relative;
}

.ftr-logo-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    margin: 15px 0 50px;
    border: 1px solid #707070;
    border-left: 0;
    border-right: 0;
}
.ftr-logo-div img {
    width: 22%;
}

.ftr-logo-div p {
    font-size: 20px;
    /* width: 50%; */
    margin-left: 90px;
    color: #fff;
}

.ftr-main-col {
    display: flex;
}

.ftr-main-col .col-sm-7 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ftr-main-col .col-sm-7 .services-list.services-list-main {
    width: 70%;
}

.services-list h4 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
}

.ftr-main-col .col-sm-7 .services-list.services-list-main ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
}

.services-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ftr-main-col .col-sm-7 .services-list li {
    width: 50%;
}

.services-list ul li a {
    line-height: 24px;
    font-size: 18px;
    color: #fff;
}

.ftr-main-col .col-sm-7 .services-list {
    width: 30%;
}

.ftr-img-rev {
    margin-top: 15px;
}

.ftr-lft-div {
    display: flex;
    flex-direction: column;
}

.ftr-lft-div h4 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
}

.ftr-lft-div a {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0;
    color: #fff;
}

.ftr-lft-div a i {
    margin-right: 10px;
}

.ftr-lft-div a i {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.social-icon {
    display: flex;
    align-items: center;
}

.ftr-lft-div a {
    display: flex;
    align-items: center;
    margin: 10px 0px 10px 0;
    color: #fff;
}

.ftr-lft-div .social-icon i {
    color: #fff;
    background: #D41010;
}

.ftr-copy {
    padding: 15px 0;
    background: #000;
}



.ftr-copy-main-col p {
    color: #fff;
    font-size: 14px;
}



.payment-img img {
    width: 100%;
    margin: 0 auto;
}

.ftr-link {
    text-align: right;
    display: flex;
    gap: 0 10px;
    justify-content: flex-end;
}

.ftr-link a {
    color: #fff !important;
    font-size: 13px;
}

/* footer css end */

/* logo-design page css start */


.innerbanner-sec {
    display: flex;
    height: auto;
    align-items: center;
    overflow: hidden;
}

.logo-banner {
    padding: 148px 0 120px 0;
    background-image: url(../images/logo-design/video/logo-bnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.innerbanner-sec .outline-txt {
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    bottom: -75px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr-txt {
    text-align: center;
    position: relative;
}

.innerbanner-sec .bnr-txt h2 {
    text-align: left;
    color: #fff;
    font-size: 57px;
    font-weight: bold;
}

.innerbanner-sec .bnr-txt p {
    width: 80%;
}

.bnr-txt p {
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding: 25px 0;
}

.cta-btn.bnr-btn {
    justify-content: flex-start;
}

.logo-about-sec {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.logo-about-sec::before {
    content: '';
    background: url(../images/logo-design/about-bg.webp);
    height: 543px;
    background-size: cover;
    background-position: center top;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
}

.new-logo-about-side-div {
    position: relative;
    z-index: 1;
}

.new-logo-about-side-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 70%;
    z-index: 1;
}

.new-logo-about-side-img-2 {
    position: absolute;
    top: 210px;
    left: 90px;
    margin: auto;
    z-index: 2;
    width: 70%;
}

.new-logo-about-side-img-3 {
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
}

.new-logo-about-side-img-4 {
    position: absolute;
    top: 450px;
    left: 0;
    margin: auto;
}

.new-logo-about-sec .hd-txt {
    text-align: left;
}

.logo-about-sec .hd-txt h2 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    font-family: 'poppins';
}

.logo-about-sec .hd-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins';
}

.new-logo-about-sec .hd-txt p {
    width: 80%;
    height: 100%;
    margin: 0;
}

.logo-about-sec .hd-txt p {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
}

.new-logo-about-sec .row {
    justify-content: center;
}

.main-logo-about-rating-new {
    display: flex;
    flex-wrap: wrap;
    margin-top: 140px;
}

.main-col-about {
    align-items: center;
    text-align: center;
}

.main-logo-about-rating-new .rating-logo-col {
    width: 25%;
    margin-bottom: 0;
}

.rating-logo-col img {
    filter: invert(60%) sepia(82%) saturate(5067%) hue-rotate(340deg) brightness(84%) contrast(101%);
}

.rating-logo-col h2 {
    font-size: 63px;
    color: #BE092F;
    font-weight: bold;
    line-height: n;
    padding: 5px 0;
}

.rating-logo-col h5 {
    color: #BE092F;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.main-col-about.main-logo-about-rating-new {
    margin-top: 140px;
}

.cta-sec-logo {
    background: linear-gradient(90deg, #000000, #000000);
    background: -webkit-linear-gradient(90deg, #000000, #000000);
    padding: 50px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cta-sec-logo .row {
    display: flex;
    align-items: center;
}

.inner-cta-txt h4 {
    font-size: 18px;
    color: #FBC117;
    text-transform: uppercase;
}

.inner-cta-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.inner-cta-txt p {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
}

.cta-btn.bnr-btn {
    justify-content: flex-start;
}

.cta-side-img img {
    width: 100%;
}

.cta-btn.bnr-btn a:hover {
    border-color: #fff !important;
}

.cta-btn.bnr-btn svg {
    fill: #be092f !important;
}

.cta-btn.bnr-btn .get-btn:hover+.icon {
    background: white;
    margin-left: -50px;
}

.bnr-btn .tel-btn:hover+.icon {
    background: #fff;
}

.cta-btn.bnr-btn i {
    color: #be092f !important;
}

.logo-services-sec-inner {
    padding: 70px 0 70px;
    position: relative;
    z-index: 1;
}

.logo-services-sec-inner .hd-txt h2 {
    color: #000;
    text-align: left;
    font-size: 40px;
    font-family: 'poppins';
    font-weight: bold;
}

.logo-services-sec-inner .hd-txt p {
    color: #000;
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    font-family: 'poppins';
}

.cta-btn.bnr-btn {
    justify-content: flex-start;
}

.logo-services-sec-inner .cta-btn.bnr-btn a:hover {
    color: #000 !important;
    border-color: #000 !important;
}

.logo-services-sec-inner .cta-btn a:hover+.icon {
    border-color: #000;
}

.logo-serv-box h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    justify-content: center;
    line-height: 16px;
}

.logo-serv-box {
    background: #ECEDEF;
    padding: 30px 30px;
    border-radius: 15px;
    text-align: center;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.logo-serv-box:before {
    content: '';
    background: linear-gradient(129deg, #be092f, #29427B);
    background: -webkit-linear-gradient(115deg, #be092f, #29427B);
    position: absolute;
    left: -375px;
    top: 0;
    bottom: 390px;
    margin: auto;
    width: 100%;
    z-index: -1;
    transition: all .5s ease-in-out;
}

.logo-serv-box img {
    margin: 0 auto;
}

.logo-serv-box h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-serv-box p {
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo-serv-box:hover::before,
.slick-current .logo-serv-box:before {
    left: 0;
    bottom: 0;
    z-index: -1;
}

.logo-serv-box:hover img,
.slick-current .logo-serv-box img {
    filter: invert(1);
}

.logo-serv-box:hover h3,
.logo-serv-box:hover p,
.slick-current .logo-serv-box h3,
.slick-current .logo-serv-box p {
    color: #fff;
}

.logo-serv-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.logo-serv-slider .slick-dots li.slick-active button {
    background-color: #c4101e;
}

.logo-serv-slider .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.logo-serv-slider .slick-list {
    width: 160%;
}

/* width */
.logo-serv-box p::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.logo-serv-box p::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 10px;
}

/* Handle */
.logo-serv-box p::-webkit-scrollbar-thumb {
    background: #be092f;
    border-radius: 10px;
}

/* Handle on hover */
.logo-serv-box p::-webkit-scrollbar-thumb:hover {
    background: #000;
}

section.portfolio-main-pg-sec.port-main-log-pg-sec {
    padding-top: 20px;
}

.portfolio-main-pg-sec .hd-txt {
    padding-bottom: 40px;
}

.portfolio-main-pg-sec .hd-txt h2 {
    color: #000;
}

.portfolio-main-pg-sec .nav-tabs {
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

.nav:before {
    transition-delay: .2s;
}

.nav:after,
.nav:before {
    content: "";
    position: fixed;
    top: 100px;
    right: 0;
    width: 0;
    height: 0;
    background-color: rgb(190 9 47 / 60%);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s;
}

.portfolio-main-pg-sec .nav-tabs button.active,
.portfolio-main-pg-sec .nav-tabs button:hover {
    background: #be092f;
    color: #fff;
}

.nav:after {
    background-color: #002767;
    background-image: url(../images/pat.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, .3);
}

.tab-content>.active {
    display: block;
}

.port-main-col.portfolio-logo-main {
    width: 100%;

}

.logotwo-box row {
    width: 1250px;
}

.port-main-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.port-box img {
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}


.process-logo-sec {
    padding: 40px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.process-logo-sec:before {
    content: '';
    background: url(../images/logo-design/process-bg-img.webp);
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 878px;
}

.process-logo-sec .hd-txt h2 {
    color: #000;
}

.process-logo-sec .hd-txt p {
    color: #000;
}

.process-logo-box {
    text-align: center;
    background: #002767;
    padding: 30px 20px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
}

.proces-logo-hv-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    display: none;
}

.process-logo-img {
    width: 142px;
    height: 142px;
    border: 1px solid;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    margin: 0 auto;
    margin-top: -70px;
}

.process-logo-sec h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.process-logo-sec p {
    font-size: 16px;
    color: #fff;
    min-height: 130px;
}

.process-logo-box:hover {
    background: #8d001e;
}

/* logo-design page css end */

/* web design page css start */
.website-banner {
    background: url(../images/web-desgin/video/web-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 134px 0 122px 0;
}

section.innerbanner-sec.website-banner .bnr-txt h2 {
    text-align: left;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
}

.website-banner .outline-txt {
    left: 0;
    justify-content: flex-start;
    font-size: 8.2vw;
    bottom: -40px;
}

.web-about-sec {
    background: #fff;
    padding: 70px 0;
}

.web-about-sec .hd-txt h2 {
    text-align: left;
    color: #000;
}

.web-about-sec .hd-txt p {
    text-align: left;
    width: 80%;
    margin: 0;
    color: #000;
}

.about-web-img-st {
    position: relative;
    height: 100%;
}

.about-web-img-st h2.outline-txt {
    transform: rotate(90deg);
    width: 110%;
    font-size: 77px;
    right: -400px;
    left: inherit;
    top: 300px;
    height: 10%;
    -webkit-text-stroke: 1px rgb(0 0 0 / 25%);
    -webkit-text-fill-color: transparent;
    color: rgb(255 255 255 / 15%);
}

.about-web-img-1 {
    position: relative;
    top: 0;
}

.about-web-img-2 {
    position: relative;
    top: -80px;
    right: -200px;
}

.about-web-img-3 {
    position: relative;
    top: auto;
    bottom: 150px;
}

.about-web-img-4 {
    position: relative;
    bottom: 218px;
    top: auto;
    right: -246px;
}

.main-ratng-web-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.types-of-web {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.types-of-web .hd-txt h2 {
    color: #000;
}

.types-of-web .hd-txt p {
    color: #000;
}

.types-web-bx {
    background: #E4E4E4;
    border-radius: 26px;
    padding: 20px 20px;
    margin: 0 8px;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 1;
    margin: 49px 18px;
}

.typ-web-bf-img {
    position: absolute;
    bottom: -310px;
    right: -310px;
    margin: auto;
    z-index: -3;
    width: 85%;
    transition: all .5s ease-in-out;
}

.types-web-bx h4 {
    font-size: 17px;
    font-weight: bold;
    padding: 22px 0;
}

.slick-current .types-web-bx {
    background: #002767;
    transform: scale(1.2);
    z-index: 2;
}

.types-of-web .slick-current .types-web-bx img {
    filter: brightness(100) invert(1);
}

.slick-current .types-web-bx h4,
.slick-current .types-web-bx p {
    color: #fff;
}

.types-slider-web .slick-list.draggable:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 100%;
    z-index: 1;
}

.types-slider-web .slick-list.draggable:after {
    content: '';
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 100%;
    z-index: 1;
}

.types-slider-web .slick-dots li.slick-active button {
    background-color: #008efd;
}

.types-slider-web .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.portfolio-web-sec {
    padding: 30px 0 70px;
    position: relative;
    background: url(../images/web-desgin/port-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.port-bf-web-img {
    width: auto;
    position: absolute;
    left: -200px;
    bottom: 0;
    margin: auto;
}

.port-af-web-img {
    width: auto;
    position: absolute;
    right: -200px;
    top: 50px;
}

.portfolio-web-sec .hd-txt h2 {
    color: #000;
}

.portfolio-web-sec .hd-txt p {
    color: #000;
}

div#ecomPortfolio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.port-web-bx img {
    width: 100%;
}

.tech-sec-app {
    padding: 25px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-app-slider-nav .slick-list {
    padding-left: 0 !important;
}

.tech-app-bx {
    border: 1px solid #707070;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all .5s ease-in-out;
}

.tech-app-bx:before {
    content: '';
    background: #be092f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s ease-in-out;
    transform: scale(0);
    z-index: -1;
}

.tech-app-text-bx {
    width: 70%;
}

.slick-current .tech-app-bx img {
    filter: invert(1) brightness(100);
}

.slick-current .tech-app-bx:before {
    transform: scale(1);
}

/* web design page css end */


/* mob app development css start */
.mobile-app-bnr {
    background: url(../images/mobile-app/mobile-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 143px 0px 102px 0;
}

.mobile-app-bnr .outline-txt {
    font-size: 8vw;
    bottom: 0;
}

.innerbanner-sec .outline-txt {
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    bottom: -40px;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-app-bnr .bnr-txt h2 {
    font-size: 56px;
}

.about-app-sec {
    background: url(../images/mobile-app/about-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.about-app-sec .hd-txt h2,
.about-app-sec .hd-txt p {
    color: #000;
}

.about-app-sec .hd-txt p {
    width: 84%;
    height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-top: 0;
    margin-top: 30px;
}

.about-app-sec .hd-txt p::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.about-app-sec .hd-txt p::-webkit-scrollbar-track {
    background: #c4101e;
    border-radius: 8px;
}

/* Handle */
.about-app-sec .hd-txt p::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
}

/* Handle on hover */
.about-app-sec .hd-txt p::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.about-app-list ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cta-sec-mobile-app .cta-side-img img {
    width: 75%;
    margin: 0 auto;
    display: table;
    position: relative;
    top: 50px;
}

.types-of-mobile-app {
    padding: 70px 0 00px;
}

.types-of-mobile-app .hd-txt h2 {
    color: #000;
}

.types-of-mobile-app .hd-txt p {
    color: #000;
}

.types-of-mobile-app .row {
    justify-content: center;
}

.type-mob-box-1 {
    background: -webkit-linear-gradient(0deg, #be092f, #7B0101);
}

.type-mob-box {
    padding: 40px 40px;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.type-mob-box h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.type-mob-box p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
}

.type-mob-box h4,
.type-mob-box p {
    padding: 0 0 0 50px;
}

.type-mob-box-1 img {
    width: 60%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.type-mob-box-2 {
    background: -webkit-linear-gradient(160deg, #2A437C, #435FA3);
}

.type-mob-box-2 img {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
}

.type-mob-box-3 {
    background: -webkit-linear-gradient(300deg, #161617, #3A3A3B);
}

.type-mob-box-3 img {
    width: 70%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
}

.type-mob-box-4 {
    background: -webkit-linear-gradient(300deg, #20400C, #53B437);
}

.type-mob-box-4 img {
    width: 90%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
}

.type-mob-box-5 {
    background: -webkit-linear-gradient(0deg, #be092f, #7B0101);
}

.type-mob-box-5 img {
    width: 90%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
}

.type-mob-box-6 {
    background: -webkit-linear-gradient(160deg, #2A437C, #435FA3);
}

.type-mob-box-6 img {
    width: 90%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
}

.type-mobile-slider .slick-dots li.slick-active button {
    background-color: #008efd;
}

.type-mobile-slider .slick-dots li button {
    background-color: #000;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}

.type-mobile-slider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}

.type-mobile-slider {
    padding: 0 0;
}

.mob-portolio-sec {
    background: url(../images/mobile-app/port-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 70px;
    margin-top: -30px;
}

.mob-portolio-sec .hd-txt h2 {
    color: #000;
}

.mob-portolio-sec .hd-txt p {
    color: #000;
}

.portfolio-mobile-main .port-mob-box img {
    width: 60%;
    margin: 0 auto;
}

/* mob app development css end */

/* digital marketing page css start */
.digital-mrkt-bnr {
    background: url(../images/digital-markt/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
}

.new-digital-about-sec {
    padding: 70px 0 140px;
}

.new-digital-about-sec h2.outline-txt {
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    top: -10px;
    -webkit-text-stroke: 1px rgb(0 0 0 / 14%);
    -webkit-text-fill-color: transparent;
    color: rgb(255 255 255 / 7%);
}

.logo-about-sec .hd-txt h2,
.logo-about-sec .hd-txt p {
    color: #000;
}

.new-digital-about-sec .hd-txt p {
    height: 480px;
}

.new-digital-about-sec ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 8px;
}

.new-logo-about-side-div {
    position: relative;
    z-index: 1;
}

.new-digital-about-side-img-1 {
    position: absolute;
}

.new-digital-about-side-img-2 {
    position: absolute;
    top: 150px;
    bottom: auto;
    right: 100px;
}

.new-digital-about-side-img-3 {
    position: absolute;
    right: 90px;
    bottom: auto;
    top: 370px;
}

.new-logo-about-side-img-3 {
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
}

.new-logo-about-side-img-4 {
    position: absolute;
    top: 450px;
    left: 0;
    margin: auto;
}

.digital-mrkt-serv {
    padding: 70px 0 0;
    position: relative;
}

.digital-mrkt-serv .outline-txt {
    -webkit-text-stroke: 1px rgb(0 0 0 / 15%);
    -webkit-text-fill-color: transparent;
    color: rgb(255 255 255 / 15%);
    top: 30px;
    z-index: -1;
}

.digital-mrkt-serv .hd-txt h2,
.digital-mrkt-serv .hd-txt p {
    color: #000;
}

.digital-mrkt-serv .row {
    justify-content: center;
}

.digital-serv-mcol .col-sm-4 {
    padding: 0;
}

.digital-serv-dv .flip-card {
    background-attachment: fixed;
}

.flip-card {
    background-color: transparent;
    height: 390px;
    min-height: 390px;
    cursor: pointer;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.digital-serv-dv.bus-img1 .flip-card-front {
    background: url(../images/digital-markt/serv-img-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flip-card-back {
    background: linear-gradient(129deg, #be092f, #29427B);
    background: -webkit-linear-gradient(115deg, #be092f, #29427B);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back h4 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 15px;
}

.flip-card-back p {
    font-size: 16px;
    font-weight: 400;
}

.digital-serv-dv.bus-img2 .flip-card-front {
    background: url(../images/digital-markt/serv-img-4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.digital-serv-dv.bus-img3 .flip-card-front {
    background: url(../images/digital-markt/serv-img-3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.digital-serv-dv.bus-img4 .flip-card-front {
    background: url(../images/digital-markt/serv-img-4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.digital-serv-dv.bus-img5 .flip-card-front {
    background: url(../images/digital-markt/serv-img-5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.digital-serv-dv.bus-img6 .flip-card-front {
    background: url(../images/digital-markt/serv-img-6.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfolio-digital-sec .port-box img {
    width: 100%;
}

.main-port-web-col {
    gap: 50px 0;
}

.digitalbrandingport {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* digital marketing page css end */

/* contact us page css start */
.contact-us-bnr {
    background: url(../images/contact-bnr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0px 246px 0px;
}

.contact-inner-sec {
    padding: 70px 0;
}

.conact-main-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 0 25px;
}

.contact-inner-sec .hd-txt {
    text-align: left;
}

.contact-inner-sec .hd-txt h2 {
    color: #000;
    padding-top: 15px;
    padding-bottom: 0;
}

.contact-inner-sec .hd-txt p {
    color: #000;
    padding-top: 9px;
}

.contact-inner-sec .hd-txt p {
    width: 100%;
    margin: 0 auto;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.conact-main-div .control-group {
    position: relative;
}

.conact-main-div .control-group i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 12px;
}

.contact-form input {
    padding: 10px 15px 10px 45px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    width: 100%;
}

.conact-main-div .control-group .textarea_auto textarea {
    padding: 14px 15px 14px 45px;
}

.contact-form textarea {
    padding: 10px 15px;
    border-radius: 7px;
    border: 1px solid #C9C9C9;
    height: 75px;
    resize: none;
}

textarea.form-control {
    min-height: calc(1.5em +(.75rem + 2px));
}

.cntct-frm-side img {
    width: 100%;
}

.col-sm-12.p0.port-main-col.portmain-col-mobile {
    display: none;
}

/* contact us page css end */

/* pricing page css start */
.portfolio-main-bnr {
    text-align: center;
    background: url(../images/pricing.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0px 252px 0px;
}

.portfolio-main-bnr .bnr-txt h2 {
    text-align: center !important;
}

.portfolio-main-bnr .bnr-txt p {
    text-align: center !important;
    width: 100%;
}

.portfolio-main-bnr .cta-btn.bnr-btn {
    justify-content: center;
}

/* pricing page css end */

/* privacy page css start */
.terms-bnr {
    background: url(../images/term-bnr.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 201px 0px 250px 0;
}

.terms-bnr .bnr-txt h2 {
    text-align: center !important;
}

.terms-bnr .bnr-txt p {
    text-align: center !important;
    width: 100%;
}

.terms-bnr .cta-btn.bnr-btn {
    justify-content: center;
}

.personal {
    padding: 70px 0 70px;
}

.personal .newsle h3 {
    font-size: 24px;
    text-align: left;
    color: #2e2e2e;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 900;
}

.personal .newsle p {
    color: #000000;
    text-align: left;
    padding: 0;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 22px;
    font-weight: 300;
}

.personal .newsle strong {
    font-size: 16px;
    margin: 0 0 5px;
    text-align: left;
    font-weight: 700;
    color: #EF3D5B;
    line-height: 22px;
}

.personal .newsle ul li a {
    color: #EF3D5B;
}

.personal .newsle p a {
    color: #EF3D5B;
}

/* privacy page css end */

/* portfolio page css start */
.portfolio-main-bnr-txt {
    text-align: center;
    background: url(../images/portfolio-bnr.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0px 280px 0px;
}

.portfolio-main-bnr-txt .bnr-txt h2 {
    text-align: center !important;
}

.portfolio-main-bnr-txt .bnr-txt p {
    text-align: center !important;
    width: 100%;
}

.portfolio-main-bnr-txt .cta-btn.bnr-btn {
    justify-content: center;
}

/* portfolio page css end  */

/* 2d logo design page css start  */
.logo-banner-2d {
    padding: 148px 0 120px 0;
    background-image: url(../images/logo-design/video/2dlogo-bnr.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.portfolio-main-pg-sec.port-main-log-pg-sec .hd-txt p {
    color: #000;
}

/* 2d logo design page css end  */

/* 3d logo design page css start  */
.logo-banner-3d {
    padding: 148px 0 120px 0;
    background-image: url(../images/logo-design/video/3dlogo-bnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 3d logo design page css end  */

/* mascot logo design page css start  */
.logo-banner-mascot {
    padding: 148px 0 120px 0;
    background-image: url(../images/logo-design/video/mascot-bnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* mascot logo design page css end  */

/* illustrative logo design page css start  */
.logo-banner-illus {
    padding: 148px 0 120px 0;
    background-image: url(../images/logo-design/video/illustrative-bnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* illustrative logo design page css end  */
/* animated logo design page css start  */
.logo-banner-anim {
    padding: 148px 0 120px 0;
    background-image: url(../images/logo-design/video/animated-bnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-banner-anim .bnr-txt h2 {
    font-size: 53px;
}

/* animated logo design page css end  */

/* wordpress dev page css start  */

.website-banner-word {
    background: url(../images/web-desgin/video/wordpress-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 134px 0 122px 0;
}

.col-sm-12.p0.row.pricing-main {
    display: flex;
}

/* wordpress dev page css end  */


/* ecom dev page css start  */

.website-banner-ecom {
    background: url(../images/web-desgin/video/ecom-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 134px 0 122px 0;
}

/* ecom dev page css end  */

/* webapp dev page css start  */

.website-banner-webapp-inner {
    background: url(../images/web-desgin/video/web-app-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 134px 0 122px 0;
}

/* webapp dev page css end  */

/* back dev page css start  */

.website-banner-back {
    background: url(../images/web-desgin/video/back-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 134px 0 122px 0;
}

/* back dev page css end  */

/* branding dev page css start  */

.digital-mrkt-bnr-brand {
    background: url(../images/digital/branding-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
}

.branding-digital-serv .bus-img1 .flip-card-front {
    background: url(../images/digital/branding/1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.branding-digital-serv .bus-img2 .flip-card-front {
    background: url(../images/digital/branding/2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.branding-digital-serv .bus-img3 .flip-card-front {
    background: url(../images/digital/branding/3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.branding-digital-serv .bus-img4 .flip-card-front {
    background: url(../images/digital/branding/4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.branding-digital-serv .bus-img5 .flip-card-front {
    background: url(../images/digital/branding/5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.branding-digital-serv .bus-img6 .flip-card-front {
    background: url(../images/digital/branding/6.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* branding dev page css end  */

/* video dev page css start  */

.digital-mrkt-bnr-video {
    background: url(../images/digital/video-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
}

.video-digital-serv .bus-img1 .flip-card-front {
    background: url(../images/digital/video/1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-digital-serv .bus-img2 .flip-card-front {
    background: url(../images/digital/video/2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-digital-serv .bus-img3 .flip-card-front {
    background: url(../images/digital/video/3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-digital-serv .bus-img4 .flip-card-front {
    background: url(../images/digital/video/4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-digital-serv .bus-img5 .flip-card-front {
    background: url(../images/digital/video/5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-digital-serv .bus-img6 .flip-card-front {
    background: url(../images/digital/video/6.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* video dev page css end  */


/* seo dev page css start  */

.digital-mrkt-bnr-seo {
    background: url(../images/digital/seo-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
}

.seo-digital-serv .bus-img1 .flip-card-front {
    background: url(../images/digital/seo/1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seo-digital-serv .bus-img2 .flip-card-front {
    background: url(../images/digital/seo/2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seo-digital-serv .bus-img3 .flip-card-front {
    background: url(../images/digital/seo/3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seo-digital-serv .bus-img4 .flip-card-front {
    background: url(../images/digital/seo/4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seo-digital-serv .bus-img5 .flip-card-front {
    background: url(../images/digital/seo/5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.seo-digital-serv .bus-img6 .flip-card-front {
    background: url(../images/digital/seo/6.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* seo dev page css end  */


/* web content dev page css start  */

.digital-mrkt-bnr-web {
    background: url(../images/digital/webcontent-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 120px 0;
}

.web-digital-serv .bus-img1 .flip-card-front {
    background: url(../images/digital/web/1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.web-digital-serv .bus-img2 .flip-card-front {
    background: url(../images/digital/web/2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.web-digital-serv .bus-img3 .flip-card-front {
    background: url(../images/digital/web/3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.web-digital-serv .bus-img4 .flip-card-front {
    background: url(../images/digital/web/4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.web-digital-serv .bus-img5 .flip-card-front {
    background: url(../images/digital/web/5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.web-digital-serv .bus-img6 .flip-card-front {
    background: url(../images/digital/web/6.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* web content dev page css end  */

/*  smm dev page css start  */

.digital-mrkt-bnr-smm {
    background: url(../images/digital/smm-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 170px 0;
}

.smm-digital-serv .bus-img1 .flip-card-front {
    background: url(../images/digital/smm/1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smm-digital-serv .bus-img2 .flip-card-front {
    background: url(../images/digital/smm/2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smm-digital-serv .bus-img3 .flip-card-front {
    background: url(../images/digital/smm/3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smm-digital-serv .bus-img4 .flip-card-front {
    background: url(../images/digital/smm/4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smm-digital-serv .bus-img5 .flip-card-front {
    background: url(../images/digital/smm/5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smm-digital-serv .bus-img6 .flip-card-front {
    background: url(../images/digital/smm/6.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* smm dev page css end  */

/*  reputation dev page css start  */

.digital-mrkt-bnr-reputation {
    background: url(../images/digital/reputation-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 170px 0;
}

.reputation-digital-serv .bus-img1 .flip-card-front {
    background: url(../images/digital/reputation/1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reputation-digital-serv .bus-img2 .flip-card-front {
    background: url(../images/digital/reputation/2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reputation-digital-serv .bus-img3 .flip-card-front {
    background: url(../images/digital/reputation/3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reputation-digital-serv .bus-img4 .flip-card-front {
    background: url(../images/digital/reputation/4.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reputation-digital-serv .bus-img5 .flip-card-front {
    background: url(../images/digital/reputation/5.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reputation-digital-serv .bus-img6 .flip-card-front {
    background: url(../images/digital/reputation/6.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* reputation dev page css end  */


/* About us page css start */
.about-us-bnr {
    background: url(../images/about-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 180px 0px 246px 0px;
}

section.wedeliver {
    padding: 70px 0px;
}

section.wedeliver h2 {
    text-align: center;
    font-size: 44px;
    font-family: 'poppins';
    font-weight: bold;
    line-height: 72px;
}

.delover-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.delover-box img {
    display: flex;
    width: 22%;
    padding: 21px 0;
}

.delover-box h4 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    font-family: 'poppins';
}

.delover-box p {
    text-align: center;
    font-size: 15px;
    font-family: 'poppins';
    line-height: 26px;
}

/* bnr-cube-animation */
@media (max-width: 1650px) {
    .cube-div-bnr-st {
        transform: scale(0.8);
    }
}

.cube-div-bnr-st div {
    position: absolute;
    transform-style: preserve-3d;
}

.assembly {
    top: 266px;
    left: 50%;
    transform: rotateX(-18deg) rotateY(-136deg);
    animation: cemara 90s ease-in-out infinite;
}

.comp-3d {
    animation: r 10s ease-in-out infinite;
}

.comp-3d--i {
    animation-name: ri;
}

.comp-3d--o {
    animation-name: ro;
}

.pos:nth-child(1) {
    transform: scale3d(1, 1, 1) translate3d(7em, 7em, 7em);
}

:not(.pos)>.cube:nth-child(1) {
    transform: translate3d(-7em, -7em, 0em);
}

.pos:nth-child(2) {
    transform: scale3d(1, 1, -1) translate3d(7em, 7em, 7em);
}

:not(.pos)>.cube:nth-child(2) {
    transform: translate3d(-7em, 0em, -7em);
}

:not(.pos)>.cube:nth-child(3) {
    transform: translate3d(-7em, 0em, 0em);
}

:not(.pos)>.cube:nth-child(4) {
    transform: translate3d(-7em, 0em, 7em);
}

.pos:nth-child(3) {
    transform: scale3d(1, -1, 1) translate3d(7em, 7em, 7em);
}

:not(.pos)>.cube:nth-child(5) {
    transform: translate3d(-7em, 7em, 0em);
}

.pos:nth-child(4) {
    transform: scale3d(1, -1, -1) translate3d(7em, 7em, 7em);
}

:not(.pos)>.cube:nth-child(6) {
    transform: translate3d(0em, -7em, -7em);
}

:not(.pos)>.cube:nth-child(7) {
    transform: translate3d(0em, -7em, 0em);
}

:not(.pos)>.cube:nth-child(8) {
    transform: translate3d(0em, -7em, 7em);
}

:not(.pos)>.cube:nth-child(9) {
    transform: translate3d(0em, 0em, -7em);
}

:not(.pos)>.cube:nth-child(10) {
    transform: translate3d(0em, 0em, 0em);
}

:not(.pos)>.cube:nth-child(11) {
    transform: translate3d(0em, 0em, 7em);
}

:not(.pos)>.cube:nth-child(12) {
    transform: translate3d(0em, 7em, -7em);
}

:not(.pos)>.cube:nth-child(13) {
    transform: translate3d(0em, 7em, 0em);
}

:not(.pos)>.cube:nth-child(14) {
    transform: translate3d(0em, 7em, 7em);
}

.pos:nth-child(5) {
    transform: scale3d(-1, 1, 1) translate3d(7em, 7em, 7em);
}

:not(.pos)>.cube:nth-child(15) {
    transform: translate3d(7em, -7em, 0em);
}

.pos:nth-child(6) {
    transform: scale3d(-1, 1, -1) translate3d(7em, 7em, 7em);
}

:not(.pos)>.cube:nth-child(16) {
    transform: translate3d(7em, 0em, -7em);
}

:not(.pos)>.cube:nth-child(17) {
    transform: translate3d(7em, 0em, 0em);
}

:not(.pos)>.cube:nth-child(18) {
    transform: translate3d(7em, 0em, 7em);
}

.pos:nth-child(7) {
    transform: scale3d(-1, -1, 1) translate3d(7em, 7em, 7em);
}

:not(.pos)>.cube:nth-child(19) {
    transform: translate3d(7em, 7em, 0em);
}

.pos:nth-child(8) {
    transform: scale3d(-1, -1, -1) translate3d(7em, 7em, 7em);
}

.pos .cube {
    animation: m 10s ease-out infinite;
}

.cube__face {
    margin: -3.5em;
    width: 7em;
    height: 7em;
    box-shadow: 0 0 3.5em rgb(189 9 47 / 20%) inset;
    backface-visibility: hidden;
    background-color: #0f0f36;
    background-image: url(../images/cubes/square_grid.webp);
    background-size: cover;
}

.cube__face:nth-child(2n) {
    filter: brightness(0.97);
}

.cube__face:nth-child(n+5) {
    filter: brightness(1.03);
}

.cube__face:nth-child(1) {
    transform: rotateY(0deg) translateZ(3.5em);
}

.cube__face:nth-child(2) {
    transform: rotateY(90deg) translateZ(3.5em);
}

.cube__face:nth-child(3) {
    transform: rotateY(180deg) translateZ(3.5em);
}

.cube__face:nth-child(4) {
    transform: rotateY(270deg) translateZ(3.5em);
}

.cube__face:nth-child(5) {
    transform: rotateX(90deg) translateZ(3.5em);
}

.cube__face:nth-child(6) {
    transform: rotateX(-90deg) translateZ(3.5em);
}

.face_bg {
    background-size: 300% 300%;
    background-repeat: no-repeat;
}

.face_bg-lt {
    background-position: left top;
}

.face_bg-ct {
    background-position: center top;
}

.face_bg-rt {
    background-position: right top;
}

.face_bg-lc {
    background-position: left center;
}

.face_bg-cc {
    background-position: center center;
}

.face_bg-rc {
    background-position: right center;
}

.face_bg-lb {
    background-position: left bottom;
}

.face_bg-cb {
    background-position: center bottom;
}

.face_bg-rb {
    background-position: right bottom;
}

.bg1 {
    background-image: url(../images/cubes/cube-test1.webp);
}

.bg2 {
    background-image: url(../images/cubes/cube-test2.webp);
}

.bg3 {
    background-image: url(../images/cubes/cube-test3.webp);
}

.bg4 {
    background-image: url(../images/cubes/cube-test4.webp);
}

.bg5 {
    background-image: url(../images/cubes/cube-test5.webp);
}

.bg6 {
    background-image: url(../images/cubes/cube-test6.webp);
}

.comp-3d--o .cube__face.bg1.face_bg-rt {
    transform: rotateY(90deg) translateZ(3.5em) scaleX(-1) scaleY(-1);
}

.comp-3d--o .cube__face.bg1.face_bg-lt {
    transform: rotateY(90deg) translateZ(3.5em) scaleY(-1);
}

.comp-3d--o .cube__face.bg1.face_bg-rb {
    transform: rotateY(90deg) translateZ(3.5em) scaleX(-1);
}

.comp-3d--o .cube__face.bg2.face_bg-rt {
    transform: rotateY(0deg) translateZ(3.5em) scaleY(-1);
}

.comp-3d--o .cube__face.bg2.face_bg-lt {
    transform: rotateY(0deg) translateZ(3.5em) scaleX(-1) scaleY(-1);
}

.comp-3d--o .cube__face.bg2.face_bg-lb {
    transform: rotateY(0deg) translateZ(3.5em) scaleX(-1);
}

.comp-3d--o .cube__face.bg3.face_bg-rb {
    transform: rotateX(-90deg) translateZ(3.5em) scaleY(-1);
}

.comp-3d--o .cube__face.bg3.face_bg-lt {
    transform: rotateX(-90deg) translateZ(3.5em) scaleX(-1);
}

.comp-3d--o .cube__face.bg3.face_bg-lb {
    transform: rotateX(-90deg) translateZ(3.5em) scaleX(-1) scaleY(-1);
}

.comp-3d--o .cube__face.bg4.face_bg-rt {
    transform: rotateX(0deg) translateZ(3.5em) scaleY(-1);
}

.comp-3d--o .cube__face.bg4.face_bg-lt {
    transform: rotateX(0deg) translateZ(3.5em) scaleX(-1) scaleY(-1);
}

.comp-3d--o .cube__face.bg4.face_bg-lb {
    transform: rotateX(0deg) translateZ(3.5em) scaleX(-1) scaleY(-1) scaleY(-1);
}

.comp-3d--o .cube__face.bg5.face_bg-rt {
    transform: rotateY(90deg) translateZ(3.5em) scaleX(-1) scaleY(-1);
}

.comp-3d--o .cube__face.bg5.face_bg-lt {
    transform: rotateY(90deg) translateZ(3.5em) scaleY(-1);
}

.comp-3d--o .cube__face.bg5.face_bg-rb {
    transform: rotateY(90deg) translateZ(3.5em) scaleX(-1) scaleY(-1) scaleY(-1);
}

.comp-3d--o .cube__face.bg6.face_bg-rb {
    transform: rotateX(-90deg) translateZ(3.5em) scaleY(-1);
}

.comp-3d--o .cube__face.bg6.face_bg-lt {
    transform: rotateX(-90deg) translateZ(3.5em) scaleX(-1);
}

.comp-3d--o .cube__face.bg6.face_bg-lb {
    transform: rotateX(-90deg) translateZ(3.5em) scaleX(-1) scaleY(-1);
}

@keyframes m {

    0%,
    2.5%,
    47.5%,
    50% {
        transform: none;
    }

    7.5% {
        transform: translate3d(0, 7em, 0);
    }

    12.5% {
        transform: translate3d(0, 7em, 7em);
    }

    17.5%,
    32.5% {
        transform: translate3d(7em, 7em, 7em);
    }

    37.5% {
        transform: translate3d(7em, 0, 7em);
    }

    42.5% {
        transform: translate3d(7em, 0, 0);
    }
}

@keyframes ri {

    0%,
    10%,
    50.0001% {
        transform: none;
    }

    25% {
        transform: rotateX(0turn) rotateY(-1turn);
    }

    50%,
    40% {
        transform: rotateX(-1turn) rotateY(-1turn);
    }
}

@keyframes ro {

    0%,
    17.5%,
    50.0001% {
        transform: none;
    }

    32.5%,
    50% {
        transform: rotate(-1turn);
    }
}

@keyframes cemara {

    0%,
    100% {
        transform: rotateX(-18deg) rotateY(-136deg);
    }

    25% {
        transform: rotateX(-190deg) rotateY(-50deg);
    }

    75% {
        transform: rotateX(160deg) rotateY(125deg);
    }

    50% {
        transform: rotateX(12deg) rotateY(12deg);
    }
}

.cube-div-bnr-st {
    position: relative;
}

.pricing-sec .nav-tabs li button {
    padding: 8px 12px;
}

/* bnr-cube-animation */