<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    transition: all 0.5s;
}

:root {
    --fonsize14: 14px;
    --fonsize15: 15px;
    --fontsize16: 16px;
    --fontsize17: 17px;
    --fontsize18: 18px;
    --fontsize20: 20px;
    --fontsize26: 26px;
    --fontsize22: 22px;
    --fontsize43: 43px;
    --fontsize66: 66px;
    --fontsize82: 5.125rem;
    --fontsize94: 94px;
    --color-151619: #151619;
    --white-color: #fff;
    --color-040404: #040404;
    --color-d01111: #d01111;
    --color-d22222: #d22222;
    --color-161519: #161519;
    --color-555555: #555555;
}

a {
    text-decoration: none !important;
}

section {
    padding: 5rem 0;
}

a:hover {
    color: var(--span-color);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-151619);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--color-d22222) !important;
}

p {
    color: var(--color-161519);
}

.sec-hading {
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto;
}

button:focus {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-040404);
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    background: var(--color-d01111);
}

.owl-stage {
    margin: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    border-radius: 50% !important;
    padding: 1.1rem !important;
    color: var(--color-d01111);
    margin: 0;
    width: 42px;
    height: 41px;
    border: 1px solid var(--color-d01111);
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.owl-theme .owl-nav .disabled i,
.owl-theme .owl-nav i [class*="owl-"]:hover {
    border: 1px solid var(--color-d01111) !important;
    background-color: var(--color-d01111);
    color: var(--white-color);
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0px 17px 0 0;
}

.owl-nav {
    position: absolute;
    bottom: 5rem;
    left: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.black-logo {
    display: none;
}

/* Rectangle Out */
.dft-button {
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dft-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    bottom: 0;
    background: var(--white-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.dft-button:hover,
.dft-button:focus,
.dft-button:active {
    color: var(--color-040404);
    outline: 0;
    box-shadow: none;
}

.dft-button:hover:before,
.dft-button:focus:before,
.dft-button:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dft-button {
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    color: var(--white-color);
    font-size: 14.76px;
    font-weight: 600;
    border: 0;
    background-color: var(--color-d01111);
}

/* Shutter Out Vertical */
.sec-hading .sec-hdg {
    font-size: var(--fontsize66);
}

.sec-hdg {
    font-size: var(--fontsize94);
    font-weight: 800;
    line-height: 113%;
}

.sec-hdg span {
    font-weight: 800;
}

.sec-p {
    font-size: var(--fontsize17);
    line-height: 160%;
}

p {
    font-family: "Hind", sans-serif;
}

/* header */
.header {
    padding: 2.5rem 3rem 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.nmb-btn {
    box-shadow: 1.113px 7.922px 21px 0px rgb(4 4 4 / 11%);
    padding: 7px 13px;
    margin-left: 5rem;
    border: 2px solid var(--color-d01111);
    background-color: transparent;
}

.nmb-btn i {
    transform: rotate(90deg);
    margin-right: 5px;
}

.get-code-btn {
    margin-left: 15px;
    box-shadow: 1.113px 7.922px 21px 0px rgba(208, 17, 17, 0.21);
    padding: 7px 31px;
}

nav {
    float: right;
}

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

nav ul li {
    float: left;
    position: relative;
    padding: 0 20px;
}

nav ul li a {
    display: block;
    font-size: 15.5px;
    color: var(--white-color);
    font-weight: 400;
    transition: 0.3s ease-in-out;
}

nav ul li a:hover {
    color: var(--white-color);
}

nav ul li .services-dropdown:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 900;
}

.nav-dropdown a {
    padding: 10px;
    line-height: 20px;
    display: inline-block;
    font-size: var(--fontsize16);
    color: var(--color-040404) !important;
}

.nav-dropdown a:hover {
    color: var(--color-d01111);
}

.nav-dropdown li {
    float: none !important;
    border-bottom: 1px solid var(--color-d01111);
    padding: 5px 10px;
}

.nav-dropdown li:nth-child(5) {
    border: 0;
}

.nav-dropdown {
    display: none;
    background-color: aliceblue;
    position: absolute;
    z-index: 99;
    top: 2.2rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    width: 12vw;
    padding: 10px 0;
}

.nav-dropdown li a::before,
.nav-list .nav-dropdown .active::before {
    margin: inherit;
    bottom: 0.5rem;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 1rem;
    right: 2.8rem;
    z-index: 77;
}

#nav-toggle::before {
    background-color: var(--span-color);
    width: 55px;
    height: 50px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto -1.7rem -0.6rem;
}

#nav-toggle {
    position: relative;
    cursor: pointer;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: var(--color-d22222);
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.nav-list {
    display: flex;
    align-items: baseline;
}

/* header */
/* main-banner */
.main-banner {
    background-image: url(../images/banner-bg.webp);
    height: 100%;
    padding: 10% 3rem;
    z-index: 1;
    position: relative;
}

.banner-content {
    margin-left: 3rem;
}

.banr-btn {
    box-shadow: 1.113px 7.922px 21px 0px rgb(208 17 17 / 21%);
    padding: 9.5px 22.5px;
}

.banner-content p {
    padding: 20px 0 40px;
    margin-bottom: 0;
}

.banner-content .sec-hdg,
.banner-content p {
    color: var(--white-color);
}

.banner-slider-mobile {
    position: absolute;
    bottom: 0;
    top: 12rem;
    left: -8rem;
    transform: rotate(345deg);
    animation-duration: 3s;
}

.banner-slider-laptop {
    position: absolute;
    transform: rotate(344deg);
    right: -4rem;
    width: 100%;
    top: 4rem;
    bottom: 0;
    z-index: 2;
}

.banner-laptop {
    position: absolute;
    z-index: 2;
}

.banner-slider .item img {
    width: 85%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    margin: 27px auto;
}

.banner-slider {
    position: relative;
}

.banner-slider-wraper .owl-nav {
    display: none;
}

.banner-slider-mobile img {
    width: 90%;
    position: relative;
    z-index: 2;
}

.mobile-slider {
    position: absolute;
    top: 2px;
    z-index: -1;
    left: 7px;
}

.mobile-slider .item img {
    width: 85%;
}

.slider-bg {
    position: absolute;
    right: 0.5rem;
    top: -3.7rem;
}

.banner-slider-mobile {
    animation: banner-slider-mobile ease-in-out 3s infinite alternate;
}

.banner-slider-mobile img {
    display: block;
}

@keyframes banner-slider-mobile {
    0% {
        transform: rotate(344deg);
    }
    100% {
        transform: rotate(348deg);
    }
}

.banner-slider-laptop {
    animation: banner-slider-laptop ease-in-out 3s infinite alternate;
}

.banner-slider-laptop img {
    display: block;
}

@keyframes banner-slider-laptop {
    0% {
        transform: rotate(344deg);
    }
    100% {
        transform: rotate(348deg);
    }
}

/* main-banner */

/* We Want To Bring */
.we-want {
    position: relative;
}

.we-wat-p .sec-p {
    color: var(--color-555555);
    margin: 50px 0;
}

.we-want-img {
    margin-left: -30px;
}

.we-want-img2 {
    text-align: right;
    margin-top: 20%;
}

.we-want-img2 {
    margin-top: 24%;
    display: block;
    margin-left: auto;
}

.we-want-img3 {
    margin: 15vh 16px 0 auto;
    display: block;
}

.we-want-secimg {
    position: absolute;
    left: 3%;
    top: 20%;
}

/* We Want To Bring */

/* counter-number */
.counter-number {
    background-image: url(../images/counter-bg.webp);
    padding: 3rem 0;
}

.destp {
    display: none;
}

.counter-wrpaer {
    display: flex;
    align-items: center;
}

.counter-ul,
.counter-ul2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-ul li {
    margin: 0 80px;
}

.counter-ul2 {
    justify-content: space-between;
    margin-top: 50px;
}

.number-area {
    margin-left: 20px;
}

.number-area h3 {
    color: #000;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 0;
}

.number-area p {
    margin: 0;
    font-size: 19px;
    color: var(--color-555555);
    font-family: "Hind", sans-serif;
}

/* counter-number */
/* our-services */

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
}

.cursor {
    background-color: #fff;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none;
}

.cursor2 {
    border: 2px solid #fff;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* #Slider
================================================== */

.our-services-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Case Study Showcase
================================================== */

.case-study-wrapper .case-study-name a {
    position: relative;
    text-align: center;
    font-size: var(--fontsize43);
    font-weight: 700;
    color: #564e4e;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 10px;
}

.case-study-wrapper .case-study-name a span {
    display: none;
}

.case-study-wrapper .case-study-name.active a,
.case-study-wrapper .case-study-name:hover a {
    color: var(--white-color);
    background-color: rgb(208, 17, 17);
    box-shadow: -13.216px 16.32px 40px 0px rgba(208, 17, 17, 0.16);
    padding: 10px;
    border-radius: 3px;
}

.case-study-wrapper .case-study-name.active span,
.case-study-wrapper .case-study-name:hover span {
    display: inline-block;
}

.blinking {
    animation: blinkingText 0.7s infinite;
}

@keyframes blinkingText {
    0% {
        color: var(--white-color);
    }
    49% {
        color: var(--white-color);
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: var(--white-color);
    }
}

.case-study-wrapper li {
    margin-bottom: 10px;
}

.our-services {
    position: relative;
    margin-bottom: 10rem;
}

.logo-design-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case-secimg {
    position: absolute;
    right: 11rem;
    left: 0;
    margin: 5rem auto;
    z-index: -1;
}

.case-study-images li {
    margin: auto;
    position: absolute;
    top: 16rem;
    right: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.our-services .sec-hading {
    margin-bottom: 7rem;
}

.case-study-images .img-hero-background img {
    opacity: 0;
    -webkit-transform: scaleX(1) skewX(5deg);
    -ms-transform: scaleX(1) skewX(5deg);
    transform: scaleX(1) skewX(5deg);
    -webkit-transition: 0s 0.45s;
    -o-transition: 0s 0.45s;
    transition: 0s 0.45s;
}

.case-study-images .show .img-hero-background img {
    opacity: 1;
    -webkit-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    transform: scaleX(1.1);
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* our-services */

/* cta */
.cta {
    background-image: url(../images/cta-bg.webp);
    text-align: center;
    padding: 3rem 0;
    position: relative;
}

.cta-wrpar h1 {
    font-size: 52px;
    color: var(--white-color);
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-wrpar p {
    color: var(--white-color);
    font-size: 20px;
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cta-button a {
    margin: 0 0.7rem;
}

.cta-button i {
    margin-right: 10px;
    transform: rotate(90deg);
}

.cta-get-btn,
.call-btn {
    background-color: #fff;
    color: var(--color-d01111);
    box-shadow: 1.113px 7.922px 21px 0px rgb(208 17 17 / 21%);
    padding: 10.5px 48.5px;
    font-size: var(--fontsize16);
}

.call-btn {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    padding: 8.5px 15px;
}

.cta img {
    position: absolute;
}

.cta-left {
    left: 0;
    top: -11%;
    width: 21%;
}

.cta-right {
    right: 0;
    top: -6%;
    width: 21%;
}

/* cta */
/* our work */
.our-work {
    background-image: url(../images/our-work-bg.webp);
    padding-bottom: 10rem;
}

.images-content {
    position: relative;
}

.portfolio-overlay {
    opacity: 0;
    background-color: #040404d1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 93%;
    height: 93%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: auto;
    transition-duration: 1s;
}

.small-over .port-text {
    font-size: 55px;
}

.port-text,
.ml3 span {
    font-size: var(--fontsize94);
    color: var(--white-color) !important;
}

.images-content:hover .portfolio-overlay {
    opacity: 1;

    transition-duration: 1s;
}

.images-wraper {
    display: flex;
    align-items: center;
}

/* our work */

/* Begin: Award CSS */
.awardSec {
    text-align: center;
}

.awardSec .awardListCarousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 3rem;
}

.rollImage {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    line-height: 0;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    position: relative;
    overflow: hidden;
}

.rollImage figure {
    padding: 10px 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    margin: 0;
}

.rollImage:hover figure {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: transform 0.5s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}

.rollImage .staticImage img {
    filter: grayscale(1) contrast(0.2) brightness(0.7);
}

.rollImage .hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rollImage:hover .staticImage {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.rollImage:hover .hoverImage {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

/* END: Award CSS*/

/* packages */
.det-packages {
    background-image: url(../images/packages-bg.webp);
    background-position: bottom;
}

.pricing-inner-pg .main-heading h2 span {
    color: var(--white-color);
}

.packages-tabs .nav-tabs li a {
    padding: 8px 18px;
    margin: 0 5px;
    font-weight: 500;
    font-size: var(--fontsize18);
    color: var(--color-040404);
    border-radius: 5px;
    background-color: var(--white-color) !important;
}

.packheads img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(811%) hue-rotate(165deg) brightness(90%) contrast(83%);
}

.packages-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    gap: 1rem 0;
}

.nav-tabs + .tab-content {
    padding: 2rem 0;
}

.packages-tabs .nav-tabs li {
    margin-right: 0;
}

.packages-tabs .nav-tabs li a.active,
.packages-tabs .nav-tabs .nav-link:hover {
    background-color: var(--color-d01111) !important;
    color: var(--white-color);
}

.det-packages .sechead h3 {
    color: #111;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

.det-packages .sechead p {
    font-size: 16px;
    color: #505050;
    line-height: 25px;
    margin-top: 21px;
    margin-bottom: 30px;
}

.packheads img {
    padding: 1.5rem 0;
}

.det-packages .boxpackages {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    padding: 30px 15px;
    transition: all 0.3s ease-out;
    position: relative;
    border: 1px solid #d3d3d3;
}

.det-packages .boxpackages:hover {
    background: url(../images/pack-hvr.webp) var(--color-d22222) no-repeat;
    transition: all 0.3s ease-out;
    background-color: transparent;
    box-shadow: 17px 35px 32px -14px rgb(208 17 17 / 41%);
}

.det-packages .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 45px;
}

.slimScrollBar {
    background: var(--color-d01111) !important;
}

.det-packages .boxpackages:hover .slimScrollBar {
    background-color: var(--white-color) !important;
}

.det-packages .boxpackages:hover .botarea-pack .order-btn {
    background-color: var(--color-040404);
}

.det-packages .boxpackages:hover * {
    color: var(--white-color) !important;
}

.order-btn:hover.dft-button:before {
    background-color: var(--color-040404) !important;
}

.owl-theme .owl-dots .owl-dot {
    font-size: 0;
}

.det-packages .boxpackages .packheads h3 {
    font-size: var(--fontsize22);
    color: var(--color-040404);
    font-weight: 800;
}

.packheads {
    text-align: center;
}

.det-packages .boxpackages .packheads p {
    font-size: 13px;
    color: #ababab;
    min-height: 37px;
}

.packtitles h1 {
    font-size: 52.2px;
    color: var(--color-d01111);
    font-weight: 900;
    margin: 0;
}

.packtitles h4 {
    font-size: var(--fontsize22);
    font-weight: 600;
    color: #1d1d3f;
    text-decoration: line-through;
    text-decoration-color: var(--span-color);
}

.packtitles sup {
    font-size: 27.38px;
}

.bets_seller_list ul h5 {
    font-size: var();
    text-align: center;
    font-weight: 900;
    margin-bottom: 12px;
}

.boxpackages .packtitles h3 sup {
    font-size: 19px;
    font-weight: 600;
    top: -17px;
}

.packdetails .bets_seller_list ul li {
    padding-bottom: 12px;
    font-size: var(--fontsize17);
    color: var(--color-555555);
    padding-right: 0;
    text-align: center;
}

.packdetails .bets_seller_list ul {
    display: block;
    width: 100%;
    padding: 14px 25px;
    margin: 0;
}

.boxpackages .packdetails .bets_seller_list h3 {
    font-size: 14px;
    color: rgb(207, 4, 32);
    font-weight: 700;
}

.packdetails .botarea-pack {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
}

.botarea-pack .order-btn {
    padding: 0.6rem 2.23rem;
    margin-right: 0;
}

.det-packages .owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

/*.packages-tabs .nav-item:last-child {*/
/*    display: none;*/
/*}*/

/* packages */

/* big packages */

.final h1 {
    margin-bottom: 1rem;
}

.bigpackage {
    overflow: hidden;
}

.top-packages {
    position: relative;
    background-color: #121212 !important;
    padding: 30px 0;
}

.top-hdg {
    padding-bottom: 20px;
}

.top-packages .bg-secondary {
    padding: 0px;
    background-color: transparent !important;
}

.package-name {
    text-align: center;
    background-color: #282828;
    padding: 8px 0;
}

.package-name h1 {
    padding: 10px 0;
    border-top: 1px solid #121212;
    border-bottom: 1px solid #121212;
    margin-bottom: 0;
    font-size: var(--fontsize26);
}

.combo-list-style ul li {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 8px 0;
    margin-left: 35px;
    font-size: 14px;
    position: relative;
    color: var(--black-color);
}

.combo-list-style ul li::before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f0da";
    left: -25px;
    display: inline-block;
    color: var(--color-d01111);
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 900;
}

.top-packages h2 {
    font-size: var(--fontsize20);
    padding-left: 20px;
    font-weight: 700;
    margin: 20px 0 5px;
}

.final {
    text-align: center;
}

.final .order-btn:hover.dft-button:before {
    background-color: var(--white-color) !important;
}

.final .order-btn {
    margin-right: 0;
    font-size: var(--fonsize15);
    padding: 1rem 3rem;
    margin: 20px 0 0;
}

.final + figure img {
    width: auto !important;
}

.combo-list-style ul {
    padding: 30px 0 0 35px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 0 3.5rem;
}

.has-pad {
    padding: 2rem 1rem;
}

.has-pad img {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
}

img {
}

.final h1 {
    font-weight: 700;
    font-size: 2.875rem;
    padding: 0 3rem;
}

.final h4 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.final h2 {
    font-size: var(--fontsize66);
    font-weight: 900;
    color: var(--span-color) !important;
    margin: 10px 0 20px;
    line-height: 90%;
}

.bigpackage {
    position: relative;
}

.bigpackage * {
    color: #fff;
}

.bg-hdg h1 {
    background-image: url(../images/time-pac.webp);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    height: 219px;
}

.top-hdg h1 {
    font-size: 35px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.top-hdg p {
    color: var(--white-color);
    font-size: var(--fontsize22);
}

.bigpackage .owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

.final .ult-cut-prc {
    font-size: var(--fontsize26) !important;
    position: relative;
    padding-right: 51px;
    text-align: right;
    font-weight: 400;
    margin-bottom: 0;
}

.bigpackage .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.inner {
    text-decoration: line-through;
}

.ult-cut-prc strong {
    margin-left: 10px;
    color: #000;
    font-weight: 600;
}

.limit-time {
    font-size: var(--fontsize22);
    font-weight: 600;
    line-height: 20px;
}

.limit-time span {
    font-size: var(--fontsize20);
    font-weight: 400;
    color: var(--color-d01111);
}

.final h6 {
    font-size: 1.688rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

/* bigpackages */

/* Testimonials  */
.testimonials-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testi-hading h2 {
    margin-bottom: 0;
    font-size: var(--fontsize26);
    color: var(--color-040404);
    font-weight: 800;
    text-transform: uppercase;
}

.testi-hading span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.testi-p {
    margin-bottom: 0;
    font-size: var(--fontsize20);
    color: var(--color-555555);
    font-style: italic;
    margin-top: 2rem;
}

/* Testimonials */

/* our-prestigious */

.our-prestigious {
    background-image: url(../images/our-prestigious-bg.webp);
}

.clinets-logo {
    margin-top: 40px;
}

.clinets-logo-ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/*  our-prestigious  */

/* about-us */
.inner-banner {
    height: 442px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner .sec-hading .sec-hdg {
    color: var(--white-color);
    font-size: var(--fontsize94);
}

.about-us-sec {
    background-image: url(../images/about-us/banner-bg.webp);
}

.introduction .sec-hdg {
    font-size: var(--fontsize66);
}

.introduction p {
    padding-left: 60px;
    color: #7a7a7a;
}

.intr-icon-box {
    box-shadow: 0.278px 1.981px 59px 0px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.intr-icon-box h3 {
    font-size: var(--fontsize22);
    margin-bottom: 0;
    padding-left: 13px;
    font-weight: 600;
}

.intr-sec2-area {
    display: flex;
    align-items: center;
}

.intr-sec2-img1 {
    margin-left: -10.7%;
}

.about-us-counter .counter-ul2 {
    margin-top: 70px;
}

.about-us-counter .counter-wrpaer {
    display: block;
    text-align: center;
}

.about-us-counter p {
    margin-bottom: 0;
    color: var(--color-040404);
    font-weight: 500;
    line-height: 22px;
}

.introduction-section2 {
    padding-top: 0;
}

.about-us-counter h3 {
    font-size: var(--fontsize66);
    color: var(--color-040404);
    margin-bottom: 0;
}

/* about-us */

/* portfolio-sec */
.portfolio-sec {
    background-image: url(../images/portfolio/banner-bg.webp);
}

.portfolio-page #tabs-nav {
    margin: 30px 0 !important;
}

.portfolio-page .mt-5,
.my-5 {
    margin-top: 0rem !important;
}

.portfolio-page .tab-content img {
    padding: 0;
}

/* portfolio-sec */
/* paricing */
.pricing-sec {
    background-image: url(../images/pricing-bg.webp);
}

/* pricing */
/* contact-us-sec */
.contact-us-sec {
    background-image: url(../images/contact-us-bg.webp);
}

/* contact-us-sec */
/* branding */
.branding-sec {
    background-image: url(../images/branding/banner-bg.webp);
}

.services-banner {
    position: relative;
    height: 1022px;
    padding-top: 13%;
}

/* drowp-down-form */
.ser-bnr-drop {
    position: absolute;
    right: 19.5%;
    z-index: 1;
    top: 10%;
    width: 385px;
}

.services-from textarea {
    height: 100px;
}

.services-from .form-control {
    background-color: #040404bf;
    color: #fff;
}

.services-from .form-control::placeholder {
    color: var(--white-color);
}

.services-from .footer-form-btn {
    background-color: var(--color-d01111);
    color: var(--white-color);
}

.services-from .footer-form-btn:hover {
    color: var(--color-040404);
}

.services-from-input {
    padding: 0 20px 20px;
}

.faq-list {
    width: 400px;
    padding: 10px;
}

.faq-list h1 {
    font-size: 28px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 0;
}

.faq-list i {
    background-color: var(--color-040404);
    padding: 20px;
    margin-right: 20px;
}

.faq-list &gt; li {
    width: 100%;
    background-color: #eee;
    overflow: hidden;
}

.faq-list &gt; li.open .list-content {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
}

.faq-list .list-header {
    background-color: var(--color-d01111);
    padding-right: 10px;
    cursor: pointer;
}

.faq-list .list-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -moz-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}

.faq-list .list-content-inner {
    padding: 20px 10px 5px;
    text-align: center;
}

.custom-select {
    position: relative;
    background-color: #040404bf;
    color: #fff;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    transition: 3s;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: aliceblue;
    top: -14vh;
    color: var(--color-040404);
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 99;
    transition: 3;
}

.select-items div {
    border-bottom: 1px solid var(--color-d01111);
    padding: 5px 0;
    transition: 3s;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: var(--color-555555);
    color: var(--white-color);
}

/* drowp-down-form */
.banner-img2 img {
    position: absolute;
    bottom: 8%;
    left: 22%;
    display: block;
}

.branding-hading .sec-hdg {
    text-align: left;
}

.services-banner-p {
    padding-left: 30%;
    text-align: left;
    font-size: var(--fontsize17);
    color: var(--color-555555);
    position: relative;
}

.services-banner-p::before {
    content: "";
    position: absolute;
    width: 140px;
    left: 0;
    height: 1px;
    background-color: var(--color-040404);
    top: 10px;
}

.bnr-lft1 {
    position: absolute;
    left: 4%;
    top: 12%;
}

.bnr-right1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.bnr-right1 {
    position: absolute;
    right: 1%;
    bottom: 0;
    top: 10px;
    margin: auto;
}

.branding-hading {
    margin-left: 12%;
}

.support-sec {
    background-color: #121212;
    padding: 2.5rem 0;
}

.support-area .counter-ul2 {
    margin-top: 0;
}

.support-area .counter-ul2 p {
    color: var(--white-color);
    font-size: var(--fontsize17);
    font-weight: 500;
    position: relative;
}

.support-area .counter-ul2 p::after {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 49%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 49%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 49%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 90px;
    width: 1px;
    opacity: 0.4;
    top: -19px;
    right: -2rem;
    border-color: rgb(0, 0, 0);
}

.aftr p::after {
    display: none;
}

.elevate-your {
    background-image: url(../images/branding/elv-bg.webp);
}

.elt-yur-btn:hover {
    color: var(--black-color) !important;
}

.elevate-your .sec-hdg {
    font-size: var(--fontsize66);
    color: var(--white-color);
}

.elevate-your p {
    color: var(--white-color);
    padding-left: 54%;
    font-size: var(--fontsize17);
    margin-top: 40px;
}

.elevate-your .container {
    position: relative;
}

.elt-yur-btn {
    border: 1px solid #d85455;
    width: 169px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 169px;
    border-radius: 50%;
    color: var(--white-color) !important;
}

.elt-yur-button {
    position: absolute;
    right: -4%;
    bottom: 30%;
}

.content-wraper {
    padding: 5rem 2rem;
    position: relative;
    text-align: center;
    height: 100%;
}

.content-wraper h1 {
    font-size: 247px;
    left: 0;
    right: 0;
    top: -45px;
    margin: auto;
    position: absolute;
    color: #121212;
}

.content-div {
    position: relative;
    z-index: 1;
}

.content-div * {
    color: var(--white-color);
}

.content-div p {
    margin-bottom: 0;
}

.content-div h3 {
    font-size: 60px;
}

.content-div h2 {
    font-size: 28px;
    margin: 30px 0 35px;
    position: relative;
}

.content-div h2::after {
    width: 14%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: var(--color-d01111);
    bottom: -17px;
    right: 0;
    left: 0;
    margin: auto;
}

.content-div p {
    font-size: var(--fontsize17);
}

.black-box {
    background-color: var(--color-040404);
}

.red-box {
    background-color: var(--color-d01111);
    margin-top: 10px;
}

.red-box h1 {
    color: #d11616;
}

.our-logo {
    padding-bottom: 0;
}

.red-box h2::after {
    background-color: var(--color-040404);
}

.panel {
    background-color: white;
    display: none;
    overflow: hidden;
    padding: 25px 0 0;
    transition-duration: 0.4s;
}

.panel p {
    font-size: var(--fontsize17);
    margin-bottom: 0;
}

.branding-services .case-study-wrapper .case-study-name a {
    font-size: 31px;
}

.branding-our-services {
    margin-bottom: 14rem;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition-duration: 0.4s;
}

/* branding */
/* logo-design */
.logo-hading .services-banner-p {
    padding-left: 36%;
}

.services-banner .sec-hading {
    text-align: left;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.logo-hading .sec-hdg {
    font-size: var(--fontsize94);
}

/* Tabs */
.logo-design-portfolio .tabs {
    border-radius: 5px 5px 5px 5px;
}

.logo-design-portfolio #tabs-nav,
.portfolio-page #porfolio-tabs-nav {
    list-style: none;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    padding: 5px;
    overflow: auto;
}

.tab-content img {
    width: 100%;
    padding: 13px;
}

.logo-design-portfolio #tabs-nav li,
.portfolio-page #porfolio-tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
}

.logo-design-portfolio #tabs-nav li:hover a,
.logo-design-portfolio #tabs-nav li.active a,
.portfolio-page #porfolio-tabs-nav li:hover a,
.portfolio-page #porfolio-tabs-nav li.active a {
    color: var(--white-color);
    background-color: var(--color-d01111);
}

.logo-design-portfolio #tabs-nav li a,
#porfolio-tabs-nav li a {
    text-decoration: none;
    color: var(--color-040404);
    padding: 10px;
    border-radius: 5px;
    font-size: var(--fontsize17);
}

.logo-design-portfolio .tab-content {
    padding: 10px;
}

/* logo-design */

/* mobile-apps */
.mobile-your .sec-hdg {
    font-size: 60px;
}

/* mobile-apps */
/* digital-marketing */
.digital-services .case-study-name a {
    font-size: 34px !important;
}

/* digital-marketing */
/* footer-form */
.footer-form {
    background-image: url(../images/footer-form-bg.webp);
}

.footer-form .sec-hdg {
    color: var(--white-color);
    font-size: var(--fontsize66);
}

.footer-form p {
    font-size: var(--fontsize20);
    color: var(--white-color);
}

.footer-area-form p {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

.footer-form-input .form-group input,
.footer-form-input .form-group textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--white-color);
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    color: var(--white-color);
    margin-bottom: 25px;
    padding-left: 6px;
}

.footer-form-input .form-group input::placeholder,
.footer-form-input .form-group textarea::placeholder {
    color: var(--white-color);
}

.footer-form-input .form-group textarea {
    height: 100px;
}

.footer-form-btn {
    width: 100%;
    background-color: var(--white-color);
    color: var(--color-d01111);
    height: 51px;
}

/* footer-form */

/* footer */
.main-footer {
    background-color: var(--color-040404);
    padding: 3rem 0;
}

.footer-logo p {
    color: var(--white-color);
    padding: 1rem 2rem 1rem 0;
    margin-bottom: 0;
}

.social-icons {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.social-icons a {
    margin-right: 1.2rem;
    color: var(--span-color);
    background-color: var(--white-color);
    width: 34px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-icons a:hover {
    transition: 0.3s ease-in-out;
    background-color: var(--color-d01111);
}

.social-icons a:hover i {
    color: var(--white-color);
}

.social-icons i {
    color: var(--span-color);
}

.links-ul li a,
.number-email a {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.links-ul li a:hover,
.number-email a:hover {
    color: var(--color-d22222) !important;
    margin-left: 10px;
}

.links-ul li a:hover::before,
.number-email a:hover::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    vertical-align: middle;
    color: var(--white-color);
    font-weight: 900;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.main-footer a:hover {
    color: var(--span-color);
    transition: 0.3s ease-in-out;
}

.number-email img {
    margin-right: 1rem;
}

.number-email a:nth-child(2) {
    margin-bottom: 0;
}

hr {
    color: #333333 !important;
}

.number-email {
    margin-top: 1rem;
}

.number-email a {
    margin: 18px 0;
}

.main-footer .row {
    border-bottom: 1px solid #333333;
    padding-bottom: 2rem;
}

.links h4,
.footer-signup {
    color: var(--white-color);
    margin-bottom: 1rem;
}

.links-ul a,
.number-email a {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--white-color);
}

.copyright-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
}

.copyright-ul a,
.copyright-ul li {
    color: var(--white-color);
}

.banner_step_form .tab {
    display: none;
    width: 100%;
}

.form_btn_wrap {
    position: absolute;
    right: 0;
}

.banner_step_form .tab input {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 23px 20px;
    border-radius: 6px;
    position: relative;
}

.banner_step_form {
    width: 100%;
    background-color: #1b1a1c;
    border-radius: 6px;
    height: 48px;
    margin: 20px 0;
}

.form_btn_wrap button {
    background-color: var(--color-d01111);
    box-shadow: -1.089px 1.677px 59px 0px rgba(213, 5, 8, 0.14);
    height: 64px;
    width: 77px;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 48px;
    border-radius: 6px;
}

/* footer */

/* popup */

/* popup from */
.form-error {
    display: none;
}

.popup-img {
    height: 100%;
}

input.error {
    border-color: #dd3b18 !important;
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.entry-box {
    width: 82%;
    background-image: url(../images/popup-bg.webp);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    text-align: center;
}

.entry-box h3 {
    text-align: left;
    color: var(--white-color);
    font-size: var(--fontsize43);
}

.entry-box .footer-area-form {
    padding: 20px;
}

#entry-box_close img {
    filter: brightness(0) invert(1);
}

.entry-box .footer-area-form p {
    font-size: var(--fontsize16);
    text-align: left;
}

.entry-box .leadForm {
    padding: 1rem 0 0;
}

.entry-box .footer-form-btn {
    font-size: var(--fontsize20) !important;
}

.form-control.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

a#entry-box_close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 9;
}

/* popup */
/* sticky-form */
.sticky-form {
    position: fixed;
    right: 0;
    display: none;
    background-color: var(--color-d01111);
    z-index: 222;
}

.sticky-form a:hover {
    text-decoration: none !important;
    right: 0px !important;
    transition: all 0.4s ease-in-out;
}

.sticky-form .call_wrap {
    position: fixed;
    transition: all 0.4s ease-in-out;
    right: -173px;
    background-color: var(--color-d01111);
    top: 22%;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
}

.sticky-form .call_wrap i {
    color: #fff;
    font-size: 20px;
    padding: 15px 15px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
}

.chat_wrap {
    top: 28.5% !important;
    right: -159px !important;
}

.sticky-form .call_wrap span {
    color: var(--white-color);
    font-size: 17px;
    vertical-align: middle;
    background-color: var(--color-d01111);
    padding: 15px 20px 15px 15px;
}

.fixedform .barforms {
    transition: all 0.3s ease-out;
}

.fixedform.fixed-forms-main .barforms {
    opacity: 1;
    left: -45px;
}

.fixedform .services-from-input {
    width: 320px;
    padding: 0 20px;
}

.fixedform {
    opacity: 0;
    position: fixed;
    top: 35.4%;
    right: -19.99rem;
    background-color: #fff;
    margin: auto;
    padding: 19px 0;
    z-index: 222;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fixedform .barforms {
    position: absolute;
    left: 0;
    top: -23px;
    background-image: url(../images/sticky-form.webp);
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px 0px 0px 5px;
    width: 45px;
    height: 345px;
}

.fixedform .getdiscount {
    padding: 16px 20px;
    background: #fff;
    border-bottom-left-radius: 10px;
}

.fixedform .getdiscount h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 600;
    color: #111111;
}

.fixedform form {
    width: 100%;
}

.fixedform .mm-field {
    margin-bottom: 13px;
    width: 100%;
    position: relative;
    border: 1px solid #ebe9e9;
}

.fixedform .mm-field input {
    width: 100%;
}

.fixedform .mm-field input[type="text"],
.fixedform .mm-field select,
.fixedform .mm-field input[type="email"] {
    background-color: transparent !important;
    z-index: 10;
    position: relative;
    border: 1px solid #fff;
    padding: 10px 10px 10px 60px;
    width: 100%;
}

.fixedform .mm-field {
    position: relative;
    border-radius: 2px;
}

.fixedform .mm-field:before {
    content: "";
    background: url("../images/sprites.webp") no-repeat;
    background-position: -558px -167px;
    width: 52px;
    height: 44px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

.fixedform .mm-field.pnfields:before {
    display: none;
}

.fixedform .mm-field.emailfield:before {
    background-position: -623px -167px;
    width: 52px;
    height: 44px;
}

.fixedform .mm-field.pnfields .intl-tel-input {
    width: 100%;
}

fieldset {
    position: absolute;
    top: 10px;
    left: 60px;
    z-index: 2;
    color: #666666;
    font-size: 15px;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    z-index: 999;
}

.fixedform .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    border-right: none;
}

.fixedform .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    background: rgb(219, 219, 219);
}

.fixedform .mm-field.selectsertvice:before {
    background-position: -684px -166px;
    width: 52px;
    height: 44px;
}

.fixedform .mm-field.whbgnone {
    margin-bottom: 0;
}

.fixedform .mm-field.whbgnone:before {
    background-position: -725px -97px;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: initial;
}

.fixedform .mm-field.whbgnone button[type="submit"] {
    background: #ff0042;
    border-radius: 30px;
    width: 100%;
    padding: 14px 35px;
    color: #fff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    border: transparent;
}

.fixedform .mm-field fieldset.active {
    top: 0px;
    font-size: 10px;
    color: #000;
    padding: 1px 8px;
    z-index: 20;
    left: 52px;
    font-weight: 500;
}

.fixedform .mm-field.pnfields fieldset {
    left: 100px;
}

.fixedform .mm-field.pnfields fieldset.active {
    left: 92px;
}

.fixedform.active {
    right: 0;
}

.fixed-forms-main {
    opacity: 1;
}

/* .fixedform.active .barforms {
    background-position: -915px -601px;
} */

.fixedform.active .barforms i {
    transform: rotate(0);
}

.barforms i {
    position: absolute;
    bottom: 24px;
    left: 0px;
    transform: rotate(178deg);
    right: 0;
    margin-left: 15px;
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
}

/* sticky-form */

.port-img {
    margin: 0 0 5px 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.port-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    transition: .55s;
    opacity: 0;
    visibility: hidden;
}

.port-img .portfolio-icon {
    position: absolute;
    bottom: -50px;
    right: 20px;
    transition: .35s;
    font-size: 29px;
    line-height: 1;
    background: #fff;
    color: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.port-img:hover:after {
    visibility: visible;
    opacity: 1
}

.port-img:hover .portfolio-icon {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    z-index: 1
}

.port-img img {
    transition: .5s ease-in-out
}

.port-img:hover img {
    transform: scale(1.2)
}

.inner-pg-portfolio .col:not(.inner-pg-portfolio .col:last-child), .port-tab-content.tab-content .tab-pane .col:not(.port-tab-content.tab-content .row .col:last-child) {
    flex: 0 0 21%
}

.inner-pg-portfolio .col:last-child, .port-tab-content.tab-content .tab-pane .row .col:last-child {
    flex: 0 0 15.73%
}

.port-btn {
    justify-content: center;
    margin-top: 40px
}
.packageSlider.owl-theme .owl-nav{  
    position: initial;
    bottom: initial;
    left: initial;
}

.packageSlider.owl-theme .owl-nav .owl-prev,
.packageSlider.owl-theme .owl-nav .owl-next{ 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    margin-top: 0;
 }
 .packageSlider.owl-theme .owl-nav .owl-prev{
    left: -4rem;
 }
 .packageSlider.owl-theme .owl-nav .owl-next{
    right: -5rem;
 }</pre></body></html>