body {
    margin: 0 auto;
    padding: 0;
    font-family: "Josefin Sans";
    font-weight: 500;
    overflow-x: hidden;
    /* background: url(../images/body-bg.png) repeat-y #fbfafa; */
}
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
button {
    outline: 0 !important;
    cursor: pointer !important;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}
li {
    list-style: none;
}
.center {
    display: block;
    margin: 0 auto;
    float: none;
}
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    border-radius: 0;
}
body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, #6f2859, #66265e, #5a2663, #4c2667, #3b276b);
    border-radius: 25px;
}
.padding-left {
    padding-left: 0;
}
.padding-right {
    padding-right: 0;
}
@font-face {
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Bold.woff2) format("woff2"), url(../fonts/JosefinSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-SemiBold.woff2) format("woff2"), url(../fonts/JosefinSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Medium.woff2) format("woff2"), url(../fonts/JosefinSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Thin.woff2) format("woff2"), url(../fonts/JosefinSans-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Light.woff2) format("woff2"), url(../fonts/JosefinSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Josefin Sans";
    src: url(../fonts/JosefinSans-Regular.woff2) format("woff2"), url(../fonts/JosefinSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.top-bar {
    padding: 30px 0 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.cunstom-nav ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.cunstom-nav ul li {
    font-size: 19px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    line-height: 23px;
}
.modal-body {
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    padding: 0;
}
#statusca {
    margin: 14px 0;
}
#close {
    position: absolute;
    right: -11px;
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    opacity: 1 !important;
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    top: -13px;
    text-shadow: none;
}
.custom-haeder {
    padding: 15px 0 10px;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
}
.custom-haeder h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
}
.custom-haeder h2 span {
    font-weight: 700;
}
.modal_custom_from {
    padding: 30px 20px 20px;
}
.cunstom-nav ul li a span {
    display: flex;
    transition: 0.5s all linear;
    transform: translateX(81%);
    font-size: 14px;
    font-weight: 600;
}
.cunstom-nav ul li a:hover span {
    color: #d93159;
    transition: 0.5s all linear;
    transform: translateX(0);
}
.cunstom-nav ul li::before {
    content: "";
    width: 0;
    bottom: -5px;
    right: 0;
    height: 2px;
    background: #d93159;
    position: absolute;
    transition: 0.5s all linear;
}
.cunstom-nav ul li:hover::before {
    width: 100%;
}
.cunstom-nav ul li a {
    color: #fff;
}
.live-chat-bar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}
.live-chat-bar ul li {
    width: 48%;
}
.live-chat-bar ul li button {
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
    text-transform: capitalize;
    border: none;
    color: #fff;
    font-weight: 600;
}
.live-chat-bar ul li:nth-of-type(1) button {
    background-color: #d93159;
}
.live-chat-bar ul li:nth-of-type(2) button {
    background-color: #773585;
}
.home-banner {
    background-image: url(../images/main-bac.jpg);
    height: 900px;
    background-size: cover;
    background-position: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}
.home-banner-text h1 {
    font-size: 110px;
    font-weight: 800;
    color: #fff;
    line-height: 70px;
}
.home-banner-text h2 {
    font-size: 37px;
    font-weight: 300;
    color: #fff;
}
.bottom-p-text {
    position: relative;
    width: 100%;
    margin: 10px auto 25px;
}
.bottom-p-text p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
/* .bottom-p-text:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background: #fff;
    top: -18px;
    animation: lifte_and_right 5s linear infinite;
} */

.home-banner-text h3 {
    color: #fff;
    font-size: 26px;
}
.home-banner-text h2 {
    font-size: 115px;
    font-weight: 700;
    color: #773585;
}
@keyframes lifte_and_right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}
.banner-isquare {
    position: absolute;
    top: -40px;
    right: -90px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.home-banner-text button {
    width: 230px;
    padding: 12px;
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
/* .home-banner:before {
    content: "";
    position: absolute;
    width: 831px;
    height: 1133px;
    right: 0;
    top: 0;
    background: url(../images/home-right-pic.png);
} */
@keyframes fontbulger {
    0% {
        opacity: 0.5;
    }
    30% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
.fast-circale {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    position: absolute;
    top: -170px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: background_color;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.6;
}
@keyframes background_color {
    0% {
        background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    }
    33% {
        background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    }
    66% {
        background-image: linear-gradient(to bottom, #e0db96, #e3d58b, #e7ce81, #ebc778, #efbf70);
    }
    100% {
        background-image: linear-gradient(to bottom, #37286d, #672775, #932373, #b92269, #d83059);
    }
}
.home-one-pic {
    position: absolute;
    right: -30px;
    top: -190px;
    animation: pulse 1.5s linear infinite;
}
.home-two-pic {
    position: absolute;
    top: -60px;
    left: 0;
    animation: pulse 1.5s linear infinite;
}
@keyframes pulse {
    25% {
        transform: scale(0.95);
    }
    75% {
        transform: scale(1);
    }
}
.home-three-pic {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 30px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    animation: pulse 1.5s linear infinite;
}
.fast-circale img {
    animation-name: spin;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.banner-isquare2 {
    position: absolute;
    right: 30px;
    bottom: -80px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.home-logo-section {
    margin-bottom: 50px;
}
.home-page-logo {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
.home-page-logo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.help-bg {
    background-image: url(../images/help-bg.jpg);
    padding: 55px 45px 0;
    height: 680px;
    display: flex;
    align-items: center;
    position: relative;
}
.help-bg img {
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.help-done {
    position: absolute;
    bottom: -80px;
    left: 100px;
}
.help-tab-section h3 {
    font-size: 36px;
    color: #071126;
    font-weight: 400;
    margin-bottom: 60px;
}
.home-page-logo ul li {
    width: 160px;
    height: 130px;
    background: #fff;
    border-radius: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 22px;
    border: 1px solid #8c0f3b;
}
.tab {
    overflow: hidden;
    margin-bottom: 30px;
}
.portfolio img {
    box-shadow: 10px 0 20px rgb(99 38 95 / 21%);
    border: 1px solid #920f3b;
    border-radius: 0 20px 0;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
    height: 280px;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: 0;
    cursor: pointer;
    padding: 7px 18px 4px;
    transition: 0.3s;
    font-size: 20px;
    border-radius: 100px;
    font-weight: 400;
    color: #b3b3b3;
    text-transform: capitalize;
}
.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: rgb(205 46 83 / 0.1);
    color: #d73057;
}
.tabcontent {
    display: none;
    border-top: none;
}
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}
.custom-home-tab {
    padding: 35px 20px;
    background: #fff;
    width: 130%;
    margin-bottom: 80px;
    box-shadow: 3px 0 24px rgb(17 18 38 / 0.1);
}
.help-tab-section {
    position: relative;
    left: -195px;
    top: 45px;
}
.home-page-logo-section p {
    font-size: 19px;
    color: #071126;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 30px;
}
.home-page-logo-section img {
    border: 2px solid #f2f3f4;
}
.help-red button {
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 700;
    background-image: linear-gradient(to right, #8d103b, #950f39, #9d0e37, #a50f34, #ac1130);
    text-transform: uppercase;
    border: none;
    color: #fff;
}
.help-gren button {
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background-image: linear-gradient(to right, #a4e2a9, #9de3af, #96e5b5, #8ee6bb, #87e7c2);
    color: #fff;
}
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.floating-opp {
    animation-name: floating-opp;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    from {
        transform: translate(0, 0);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes floating-opp {
    from {
        transform: translate(0, 0);
    }
    65% {
        transform: translate(0, -15px);
    }
    to {
        transform: translate(0, 0);
    }
}
.ready-section {
    background: url(../images/ready-bg.png);
    height: 730px;
    background-position: 10%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ready-section:before {
    content: "";
    background: url(../images/ready-right-pic.png);
    width: 681px;
    left: 0;
    position: absolute;
    top: -56px;
    height: 990px;
}
.get-circal {
    width: 300px;
    height: 300px;
    background-image: linear-gradient(to right, #a4e2a9, #9de3af, #96e5b5, #8ee6bb, #87e7c2);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    animation: anim 5s infinite;
    position: relative;
}
@keyframes anim {
    0% {
        top: 0;
        background-image: linear-gradient(to right, #a4e2a9, #9de3af, #96e5b5, #8ee6bb, #87e7c2);
    }
    25% {
        top: 100px;
        background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    }
    50% {
        top: 100px;
        background-image: linear-gradient(to bottom, #e0db96, #e3d58b, #e7ce81, #ebc778, #efbf70);
    }
    85% {
        top: 180px;
        background-image: linear-gradient(to bottom, #37286d, #672775, #932373, #b92269, #d83059);
    }
    100% {
        top: 0;
        color: #fff;
        background-image: linear-gradient(to right, #a4e2a9, #9de3af, #96e5b5, #8ee6bb, #87e7c2);
    }
}
.get-circal h3 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 60px;
}
.get-circal h3 span {
    font-size: 90px;
    color: #fff;
    text-shadow: 5px 0 7px rgb(0 0 0 / 0.2);
}
.boy-pic {
    position: absolute;
    bottom: -97px;
    z-index: -1;
    left: -90px;
    animation: lifte_and_right 5s linear infinite;
}
.readyto-text h3 {
    font-size: 69px;
    color: #5cc69d;
    font-weight: 700;
    line-height: 70px;
}
.readyto-text h3 span {
    color: #000;
}
.ready-chats ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.ready-chats ul li {
    display: flex;
    align-items: center;
    animation: pulse 1.5s linear infinite;
}
.ready-icon i {
    font-size: 22px;
    color: #5cc69d;
    padding-right: 12px;
}
.ready-chats ul li h4 {
    font-size: 22px;
    font-weight: 700;
}
.ready-img ul li {
    margin-bottom: 50px;
}
.ready-img ul li:nth-child(3) {
    margin-bottom: 0;
}
.we-help-organizations-section {
    margin-bottom: 70px;
}
.pkg-section {
    padding: 0 0 90px;
}
.fast-pkg-text {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.fast-pkg-text h2 {
    color: #071126;
    font-size: 45px;
    font-weight: 400;
}
.fast-pkg-text h3 {
    color: #071126;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 15px;
}
.fast-pkg-text h3 span {
    color: #d12f58;
    font-weight: 700;
}
.fast-pkg-text p {
    font-weight: 300;
    color: #071126;
    font-size: 25px;
    position: relative;
}
.fast-pkg-text p:before {
    content: "";
    position: absolute;
    background: #071126;
    width: 412px;
    height: 2px;
}
.fast-pkg-text p:before {
    content: "";
    position: absolute;
    background: #071126;
    width: 412px;
    height: 2px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: lifte_and_right 5s linear infinite;
}
.pkg-tab .nav.nav-tabs {
    border-bottom: none;
}
.pkg-tab .nav.nav-tabs a {
    font-size: 16px;
    color: #c9cbcf;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
}
.pkg-tab .nav.nav-tabs a.active {
    background: 0 0;
    color: #87e7c2;
    border: none;
    border-bottom: 4px solid #87e7c2;
}
.pkg-tab .nav-tabs .nav-link:focus,
.pkg-tab .nav-tabs .nav-link:hover {
    border: none;
}
.pkg_box {
    padding: 0 0 20px;
    background-color: #fff;
    box-shadow: 5px 0 32px rgb(33 88 67 / 20%);
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.pkg-circal {
    position: absolute;
    right: -150px;
    top: 20px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.fast-pric-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.red-price-img {
    background-image: url(../images/price-cat-bg.png);
    height: 142px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -30px;
    top: 17px;
    flex-wrap: wrap;
    background-size: cover;
    padding: 20px 0 0;
}
.red-price-img h2 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: grid;
    line-height: 45px;
    animation: pulse 1.5s linear infinite;
}
.red-price-img h2 span {
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}
.fast-pric-section ul li h4 {
    font-size: 35px;
    color: #8f103a;
    font-weight: 700;
}
.pkg_box ul li h5 {
    font-size: 22px;
    color: #0c0c0e;
    font-weight: 300;
}
.deteals ul {
    margin: 10px 0 10px;
}
.deteals ul li:before {
    content: "";
    background: url(../images/pkg-check.png);
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    color: #0331e4;
}
.deteals ul li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #0c0c0e;
    line-height: 27px;
    font-weight: 400;
    text-transform: capitalize;
}
.pkg_box h6 {
    text-align: center;
    font-size: 19px;
    color: #8a103c;
    font-weight: 700;
}
.pkg_box button {
    font-weight: 700;
    width: 190px;
    padding: 12px 0;
    color: #fff;
    border: none;
    font-size: 16px;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    display: block;
    margin: 20px auto 15px;
    text-transform: capitalize;
}
.pkg-caht-iocn ul {
    display: flex;
    justify-content: center;
    align-items: x;
}
.pkg-caht-iocn ul li i {
    font-size: 35px;
    color: #bbbdc1;
    padding: 0 20px 0;
}
.below-price-img {
    background-image: url(../images/price-cat-bg_2.png);
    height: 142px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -25px;
    top: 17px;
    flex-wrap: wrap;
    padding: 20px 0 0;
    background-size: cover;
}
.below-price-img h2 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: grid;
    line-height: 45px;
    animation: pulse 1.5s linear infinite;
}
.below-price-img h2 span {
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}
.yaloow-price-img {
    background-image: url(../images/price-cat-bg_3.png);
    height: 142px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -25px;
    top: 17px;
    flex-wrap: wrap;
    padding: 20px 0 0;
    background-size: cover;
}
.yaloow-price-img h2 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: grid;
    line-height: 45px;
    animation: pulse 1.5s linear infinite;
}
.yaloow-price-img h2 span {
    font-size: 20px;
    font-weight: 400;
    text-decoration: line-through;
}
.perfect-text h3 {
    font-size: 34px;
    color: #071126;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}
.perfect-text h4 {
    font-size: 26px;
    color: #071126;
    font-weight: 300;
    margin-bottom: 40px;
}
.perfect-text h4 span {
    color: #d12f58;
    font-weight: 700;
}
.perfect-text h5 {
    font-size: 20px;
    color: #071126;
    font-weight: 300;
    margin-bottom: 40px;
}
.perfect-text h6 {
    font-size: 20px;
    color: #071126;
    font-weight: 300;
}
.perfect-text h6 span {
    color: #4fbf94;
    font-weight: 700;
}
.perfect-text button {
    width: 230px;
    padding: 14px 0;
    border: none;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 70px 0 30px;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    text-transform: uppercase;
}
.perfect-text ul {
    display: flex;
}
.perfect-text ul li i {
    font-size: 30px;
    color: #bbbdc1;
    padding: 0 15px;
}
.perfect-bg {
    background: url(../images/startup_bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 100% 0;
    position: relative;
}
.startup-dote {
    position: absolute;
    left: 50px;
    top: 0;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
}
.startup-bg-sircal {
    width: 250px;
    height: 250px;
    background-image: linear-gradient(to bottom, #fda83b, #fe9a38, #fe8c37, #fe7d38, #fd6e3b);
    border-radius: 100%;
    right: -15px;
    position: absolute;
    animation-name: background_color_two;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
}
@keyframes background_color_two {
    0% {
        background-image: linear-gradient(to bottom, #fda83b, #fe9a38, #fe8c37, #fe7d38, #fd6e3b);
    }
    33% {
        background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    }
    66% {
        background-image: linear-gradient(to bottom, #8ddcb7, #97e2c0, #a1e9c9, #abefd1, #b5f5da);
    }
    100% {
        background-image: linear-gradient(to bottom, #37286d, #672775, #932373, #b92269, #d83059);
    }
}
.startup-bg-sircal h3 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}
.startup-bg-sircal h3 span {
    display: block;
    width: 100%;
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    text-decoration: line-through;
}
.girld {
    position: absolute;
    left: -40px;
    bottom: 80px;
    animation: lifte_and_right 5s linear infinite;
    z-index: 9;
}
.bottom-box ul li {
    width: 50%;
    padding: 25px 20px;
}
.bottom-box ul li:nth-child(1) {
    background-image: linear-gradient(to left, #04def5, #00deec, #00dfe3, #0bded8, #25decd);
    text-align: left;
}
.perfect_box-one h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
    color: #fff;
}
.perfect_box-one h3 span {
    display: block;
}
.perfect_box-one p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.bottom-box ul li:nth-child(2) {
    background-color: #fff;
    box-shadow: 3px 0 24px rgb(0 0 0 / 0.1);
}
.bottom-box ul {
    display: flex;
}
.bottom-box {
    position: absolute;
    left: 0;
    bottom: -413px;
}
.perfect_two_box h3 {
    font-size: 16px;
    color: #071126;
    text-align: left;
    font-weight: 700;
    margin: 15px 0;
}
.perfect_two_box p {
    text-align: left;
    font-size: 15px;
    color: #071126;
    font-weight: 300;
}
.perfect-section {
    margin: 0 0 390px;
}
.power-section {
    background: url(../images/power-banner.png);
    background-size: 100% 100%;
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.power-fast-text h2 {
    font-size: 26px;
    font-weight: 700;
    color: #071126;
}
.power-fast-text h3 {
    font-size: 30px;
    color: #ad1a49;
    font-weight: 700;
    padding-left: 95px;
}
.mony-bak img {
    animation: lifte_and_right 5s linear infinite;
}
.mony-back-box {
    background-color: #fff;
    box-shadow: 3px 0 24px rgb(0 0 0 / 0.1);
    padding: 25px 20px;
    margin: -190px 0;
}
.mony-back-box p {
    font-size: 13px;
    font-weight: 500;
    color: #071126;
    line-height: 26px;
    text-align: center;
}
.mony-back-iocn ul {
    display: flex;
    justify-content: space-between;
}
.mony-back-iocn ul li {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.mony-back-iocn ul li h5 {
    font-size: 13px;
    color: #0c0c0e;
    font-weight: 300;
    text-align: center;
}
.mony-back-iocn ul li img {
    display: block;
    margin: 0 auto 25px;
}
.mony-back-iocn ul li h5 span {
    display: block;
}
.power-isqure {
    position: absolute;
    top: -50px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.logo-masion-section {
    padding: 120px 0 32px;
    position: relative;
}
.logo-mintion-text h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #071126;
    margin-bottom: 20px;
}
.logo-mintion-text h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #071126;
    line-height: 40px;
}
.logo-mintion-text h3 span {
    display: block;
}
.logo-mintion-text h3 strong {
    color: #d12f58;
}
.logo-mintion-text {
    margin-bottom: 100px;
}
.testimonial-section {
    position: relative;
    margin-top: 190px;
}
.testimonial-cical {
    width: 450px;
    height: 450px;
    background-image: linear-gradient(to right, #6f2859, #66265e, #5a2663, #4c2667, #3b276b);
    border-radius: 100%;
    animation-name: background_color_three;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes background_color_three {
    0% {
        background-image: linear-gradient(to right, #6f2859, #66265e, #5a2663, #4c2667, #3b276b);
    }
    /* 33% {
        background-image: linear-gradient(to bottom, #fda83b, #fe9a38, #fe8c37, #fe7d38, #fd6e3b);
    } */
    66% {
        background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    }
    100% {
        background-image: linear-gradient(to bottom, #37286d, #672775, #932373, #b92269, #d83059);
    }
}
.testimonial-cical h4 {
    position: relative;
    right: -153px;
    top: 100px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}
.testimonial-cical h4 span {
    color: #000;
}
.logomin_isquare {
    position: absolute;
    top: 230px;
    left: 60px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.one-three-de img {
    max-width: 190px;
}
.fast-arows {
    position: absolute;
    top: 150px;
    right: 10px;
}
.two-three-de img {
    max-width: 190px;
    margin: 120px 20px 0;
}
.one-three-de h3 {
    font-size: 25px;
    margin-top: 30px;
    color: #071126;
}
.one-three-de h3 span {
    color: #d12f58;
    font-weight: 700;
}
.two-three-de h3 {
    font-size: 25px;
    margin-top: 30px;
    color: #071126;
    text-align: center;
}
.two-three-de h3 span {
    color: #d12f58;
    font-weight: 700;
}
.two-arows {
    position: absolute;
    top: 135px;
    right: -50px;
}
.three-three-de img {
    width: 190px;
    display: block;
    margin: 0 auto;
}
.three-three-de h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #071126;
    text-align: center;
}
.three-three-de h3 span {
    color: #d12f58;
    font-weight: 700;
}
.four-three-de img {
    width: 190px;
    display: block;
    margin: 150px auto 0;
}
.four-three-de h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #071126;
    text-align: center;
}
.four-three-de h3 span {
    color: #d12f58;
    font-weight: 700;
}
.fast-arows img,
.three-arows img,
.two-arows img {
    max-width: 115px;
    animation: lifte_and_right 5s linear infinite;
}
.three-arows {
    position: absolute;
    top: 121px;
    right: -42px;
}
.get-stared-section {
    background: url(../images/get-started.png);
    height: 750px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 80px 0 0;
}
.get-text h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.get-text h3 span {
    display: block;
    color: #d12f58;
}
.caounter_div h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.caounter_div p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.caounter_div {
    line-height: 2px;
}
.mr-bottom {
    margin-bottom: 40px;
}
.get-started-now img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    animation: lifte_and_right 5s linear infinite;
}
.get-order-logo h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
}
.get-order-logo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.get-order-logo ul li img {
    animation: pulse 1.5s linear infinite;
}
.tast--isquare img {
    position: absolute;
    left: 190px;
    right: 0;
    margin: 0 auto;
    top: -160px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.test_box {
    background-color: #fff;
    padding: 10px 40px 15px;
    box-shadow: 3px 0 24px rgb(0 0 0 / 0.1);
}
.test_box p {
    font-size: 17px;
    color: #0c0c0e;
    font-weight: 300;
    margin-bottom: 15px;
}
.testimonial-slider {
    margin-top: 210px;
    position: relative;
    left: -35px;
}
.test_box h4 {
    font-size: 16px;
    color: #d93b25;
    font-weight: 400;
}
.test_box img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 100px;
    display: block;
    margin: 0 auto 10px;
}
.two-isqure {
    position: absolute;
    right: -120px;
    top: 30px;
}
.testimonial-slider .owl-carousel .owl-nav.disabled {
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-top: 30px;
}
.footer-logo-section {
    margin: 120px 0 20px;
}
.footer-logo-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer {
    background: url(../images/footer_bg.png);
    padding: 200px 0 0;
    height: 800px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foooter-fast-line-link ul {
    margin: 40px 0 67px;
}
.foooter-fast-line-link ul li {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
}
.foooter-fast-line-link ul li a {
    color: #fff;
}
.ssl_logo ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-form h3 {
    font-size: 43px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-form h3 span {
    display: block;
    font-size: 22px;
    color: #83dbb4;
}
.footer-form input {
    width: 100%;
    padding: 10px 20px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.footer-form input::placeholder {
    color: #fff;
}
.footer-form button {
    width: 230px;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    color: #fff;
    border: none;
    margin-top: 70px;
}
.download_bg-text {
    background: url(../images/dawload_bg.png);
    padding: 50px 30px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
}
.download_bg-text img {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.download_bg-text h2 {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.download_bg input {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #717478;
    border: none;
    width: 75%;
}
.download_bg {
    display: flex;
}
.download_bg button {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    border: none;
    padding: 8px;
    background: #fff;
    color: #9e3051;
}
.footer-chat ul li {
    display: flex;
    align-items: center;
    line-height: 35px;
}
.footer-chat ul li h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.col-center {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.pymint h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.pymint {
    margin: 40px 0;
    display: block;
}
.pymint ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.social_icon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-right {
    padding: 16px 0;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
}
.copy-right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-right ul li {
    padding: 0 15px 0;
    position: relative;
}
.copy-right ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.copy-right ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.copy-right ul li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #fff;
    right: 0;
    top: 0;
}
.copy-right ul li:nth-child(3):before {
    content: none;
}
.disply-none {
    display: none;
}
.home-banner-text h2 span {
    font-weight: 700;
}
.index-laptop img {
    max-width: inherit;
    position: absolute;
    left: -70px;
    top: -80px;
}
.index-tablit img {
    top: -160px;
    position: absolute;
    right: -80px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.design--fast-tet ul li {
    font-size: 30px;
    font-weight: 300;
    color: #071126;
    padding: 0 15px 0;
    position: relative;
}
.design--fast-tet ul {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.design--fast-tet ul li:before {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    background-color: #000;
    right: 0;
    border-radius: 100px;
    top: 40%;
    transform: translate(50%, 50%);
}
.design--fast-tet ul li:nth-child(3):before {
    content: none;
}
.design--fast-tet h3 {
    text-align: center;
    font-size: 45px;
    color: #071126;
    font-weight: 400;
}
.design--fast-tet h3 span {
    color: #d12f58;
    font-weight: 700;
}
.design--fast-tet {
    margin-bottom: 100px;
}
.link-iocn ul li img {
    margin: 0 auto 30px;
    display: block;
}
.link-iocn ul li p {
    font-size: 30px;
    color: #000;
    font-weight: 300;
    text-align: center;
}
.link-iocn ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-design-section {
    padding: 0 0 150px;
}
.index-contact-banner {
    background: url(../images/index_contact_banner.png);
    height: 622px;
    background-position: 100% 100%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.circul-contact {
    width: 90px;
    height: 90px;
    background-color: #000;
    right: 50px;
    top: 30px;
    border-radius: 100%;
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    position: absolute;
    animation-name: background_color;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.contact-fast-mobile img {
    position: absolute;
    bottom: -205px;
    left: 0;
    z-index: 2;
    animation: lifte_and_right 5s linear infinite;
}
.index-contact-text h3 {
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-two-mobile img {
    position: absolute;
    bottom: -177px;
    right: 0;
    z-index: 1;
}
.index-contact-text-circual img {
    position: absolute;
    top: -80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.index-contact-text {
    position: relative;
}
.index-contact-text p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.abtect-bg {
    padding: 40px 30px;
    background-color: #fff;
    display: block;
    margin-bottom: 40px;
    z-index: 9;
    box-shadow: 3px 0 24px rgb(17 18 38 / 0.1);
    width: 46%;
    position: absolute;
    right: 70px;
    top: -183px;
}
.abtect-section {
    position: relative;
    margin: 0 0 110px;
}
.android-icon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.android-icon ul li h3 {
    font-size: 30px;
    color: #d12f58;
    font-weight: 700;
}
.android-icon ul li h4 {
    font-size: 19px;
    color: #071126;
    font-weight: 400;
}
.android-icon ul li img {
    display: block;
    margin: 0 auto;
}
.android-icon ul li p {
    text-align: center;
    font-size: 15px;
    color: #262b32;
    text-transform: capitalize;
}
.slide-isqure img {
    position: absolute;
    left: -40px;
}
.logomines_isquare_2 img {
    position: absolute;
    right: 60px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.portfolio {
    padding: 0 0 70px;
    text-align: center;
}
.portfolio-text h2 {
    font-size: 48px;
    color: #071126;
    font-weight: 400;
}
.portfolio-text h3 {
    font-size: 48px;
    color: #071126;
    font-weight: 400;
    margin-bottom: 30px;
}
.portfolio-text span {
    color: #d12f58;
    font-weight: 700;
}
.portfolio-text p {
    font-size: 20px;
    color: #071126;
    font-weight: 300;
}
.portfolio-text {
    margin-bottom: 60px;
}
#tile-1 .tab-pane {
    padding: 15px;
    height: 80px;
}
#tile-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: transparent;
}
#tile-1 .nav-tabs li {
    margin: 0 !important;
}
#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0 !important;
    padding: 12px 5px !important;
    font-size: 15px;
    border: none !important;
    color: #0c0c0e;
    font-weight: 400;
}
#tile-1 .nav-tabs a:hover {
    background-color: #fff !important;
    border: none;
}
#tile-1 .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #a31135;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all 0.4s linear;
}
#tile-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #991039 !important;
}
.portfolio .tab-content {
    margin-top: 50px;
}
.inner .portfolio .tab-content img {
    margin-bottom: 20px;
    width: 100%;
    height: 94%;
}
.pkg_img img {
    position: absolute;
    right: -60px;
    max-width: inherit;
}
.phone_img img {
    position: absolute;
    right: 0;
    top: -60px;
}
.contant-section {
    padding: 50px 0;
    position: relative;
}
.contant-section h3 {
    font-size: 34px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    color: #392572;
    margin-bottom: 10px;
}
.contant-section p {
    color: #545252;
    font-size: 19px;
    font-weight: 400;
}
.right-number h2:before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background: #db0b5f;
    bottom: -5px;
}
.right-number h2 {
    font-size: 21px;
    color: #8b103c;
    font-weight: 600;
    position: relative;
    margin-bottom: 14px;
}
.right-number p {
    font-size: 15px;
    font-weight: 400;
        margin-bottom: 10px
}
.right-number p a {
    color: #000;
}
.to-70 {
    margin-top: 80px;
}
.from-filde input {
    width: 100%;
    padding: 12px;
    background: #ebeaec;
    border: 1px dashed #e1095d;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.from-filde input::placeholder {
    color: #000;
}
.from-filde textarea::placeholder {
    color: #000;
}
.from-filde textarea {
    width: 100%;
    padding: 12px;
    background: #ebeaec;
    border: 1px dashed #e1095d;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    resize: none;
    height: 170px;
}
.from-filde button {
    width: 200px;
    padding: 12px 0;
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.contact-circul img {
    position: absolute;
    right: 100px;
    top: 190px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.contact-circul-2 img {
    position: absolute;
    left: 50px;
    top: 0;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.servie-laptop img {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.image-column {
    position: absolute;
    left: 0;
    top: 50%;
}
.bg-pos-l {
    background-position: left;
}
.bg-contain {
    background-size: contain;
}
.service_fast-section {
    margin: 0 0 0;
    position: relative;
}
.service-circul img {
    position: absolute;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.servce-circal-2 img {
    position: absolute;
    bottom: 0;
    left: 70px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.service-text h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}
.service-text p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
}
.service-text {
    margin-top: 101px;
}
.service-box-border {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: -1;
}
.about-text {
    margin: 110px 0 0;
}
.about-text h2 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 700;
    color: #91103a;
}
.about-text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.about-text p {
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 50px;
}
.about-img-col {
    position: relative;
}
.about-img-col:before {
    position: absolute;
    content: "";
    background-image: url(../images/about-right-pic.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.about-img-col-inner img {
    margin-top: 90px;
}
.studay-section-updat {
    background: url(../images/exceptional-banner.jpg);
    padding: 90px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 150px;
}
.client-bar ul li .clients-pic img {
    padding-right: 15px;
}
.client-bar ul li .clients-text h3 {
    font-size: 25px;
    color: #f8bc54;
    font-weight: 700;
}
.client-bar ul li .clients-text p {
    font-size: 15px;
    color: #fff;
}
.client-bar ul li {
    display: flex;
    align-items: center;
}
.md-none {
    display: none;
}
.cunstom-nav ul li .sub-menu {
    position: absolute;
    background: #773585;
    top: 20px;
    left: 0;
    width: 150px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
    transition: all 0.35s;
    z-index: 99;
    padding: 15px 10px;
    border-radius: 0 10px;
}
.cunstom-nav ul li:hover .sub-menu {
    transform: translateY(-4px);
    opacity: 1;
    visibility: visible;
}
.sub-menu li {
    line-height: 35px !important;
}
.textsection {
    padding-top: 10%;
    padding: 58px 0;
}
.orderf {
    padding-bottom: 5%;
}
.privacyterm-banner {
    background: url(../images/sercive-project-bg.png);
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.textsection h4 {
    font-size: 35px;
    color: #d93159;
    font-weight: 600;
    margin-bottom: 20px;
}
.textsection p {
    font-size: 18px;
    color: #5a5959;
    line-height: 33px;
    margin-bottom: 10px;
}
.ready-chats h4 button {
    border: none;
    background: 0 0;
}
.deteals ul {
    overflow: auto;
}
.deteals ul::-webkit-scrollbar {
    width: 8px;
}
.deteals ul::-webkit-scrollbar-track {
    background: #fcc312;
    border-radius: 0;
}
.deteals ul::-webkit-scrollbar-thumb {
    background-color: #2897f0;
    border-radius: 25px;
}
.deteals ul h4 {
    text-align: left;
    padding: 15px 0 0;
    font-size: 16px;
    font-weight: 700;
}
#status {
    color: #fff;
}
#button121 {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 0;
    z-index: 1;
    padding-top: 25px;
}
#abouta1 {
    margin-top: 11%;
    left: 94% !important;
}
.bluephone {
    height: 50px;
    width: 50px;
}
.custom-modal .modal-header {
    padding: 20px;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    display: block;
}
.custom-modal .modal-header h5 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-header p {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.custom-modal .modal-body {
    padding: 30px 15px;
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
}
.custom-modal .modal-header .close {
    position: absolute;
    right: 0;
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    opacity: 1 !important;
    color: #fff;
    font-size: 35px;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    top: 0;
    text-shadow: none;
}
.custom-modal .modal-body input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: 1px dashed #a11136;
}
.modal-body button {
    width: 150px;
    padding: 15px 0;
    border: none;
    display: block;
    margin: 0 auto;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    letter-spacing: 1px;
}
.custom-modal .modal-body textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border: 1px dashed #a11136;
    height: 130px;
    resize: none;
}
.map-section {
    border: 2px solid #e10952;
    border-radius: 10px;
}
.top_none_logo.footer-logo-section {
    margin: 20px 0 80px;
}
.delivering_section h2 {
    font-size: 46px;
    color: #8d103c;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.delivering_section p {
    font-size: 17px;
    line-height: 28px;
    color: #3c3b3b;
    font-weight: 400;
}
.delivering_section h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.about_section_end_box {
    margin: 130px 0 50px;
}
.about_end_box img {
    display: block;
    margin: 0 auto 30px;
}
.about_end_box h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c103c;
    margin-bottom: 15px;
}
.about_end_box p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #383737;
    font-weight: 500;
}
.about_end_box {
    border: 3px solid #773585;
    padding: 30px 8px;
    border-radius: 25px 0;
}
.about_new_custom_page {
    margin: 100px 0 0;
}
.round-animation img {
    position: absolute;
    right: 0;
    top: 0;
}
.type-of-websites {
    background: url(../images/types-of-branding.jpg);
    background-position: center;
    background-size: cover;
    margin: 150px 0 0;
    padding: 70px 0;
}
.type-of-websites h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 700;
}
.type-of-websites h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 10px 0 50px;
}
.box_type {
    background: #fff;
    width: 100%;
    padding: 25px 10px;
    text-align: center;
}
.box_type h4 {
    color: #3a2571;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.box_type p {
    font-size: 13px;
    line-height: 20px;
    color: #444343;
}
.service-text img {
    margin-bottom: 25px;
}
.about_fast-section {
    margin: 70px 0 0;
    position: relative;
}
.animtion-cart img {
    width: 100%;
    margin-top: 50px;
}
.fixedcta {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 300px;
}
.fixedcta img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.border_50_of {
    top: -170px;
    animation: pulse 1.5s linear infinite;
    position: absolute;
    left: 50%;
}
.service-text ul li {
    list-style: decimal;
    font-size: 17px;
    margin-bottom: 22px;
}
.not-transparent {
    background-color: rgb(0 0 0 / 85%);
    position: fixed;
    padding: 6px 0;
    transition-duration: 0.5s;
    border-bottom: 1px solid #fca72d;
    box-shadow: 0 0 10px rgb(252 171 51 / 52%);
}
.not-transparent .cunstom-nav ul {
    margin-top: 21px;
    transition-duration: 0.5s;
}
.not-transparent img {
    width: 70%;
    transition-duration: 0.5s;
}
.not-transparent .live-chat-bar ul {
    margin-top: 14px;
    transition-duration: 0.5s;
}
.second-header ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.second-header ul li {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    line-height: 23px;
}
.second-header ul li a {
    color: #fff;
}
.second-header {
    display: none;
    visibility: hidden;
    position: fixed;
    width: 100%;
    padding: 7px 0;
    background-color: rgb(0 0 0 / 85%);
}
.second-header.sticky-header {
    display: block;
    visibility: visible;
    transition: all 0.75s linear;
    top: -100px;
    transform: translateY(100px);
    z-index: 9999;
    border-bottom: 1px solid #fca72d;
    box-shadow: 0 0 10px #fcab33;
}
.second-header.sticky-header ul {
    margin-top: 16px;
}
.header-row-hidden {
    display: none;
}
.logo-packages h3 {
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
    position: relative;
    margin: 60px 0;
}
.logo-packages h3:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 2px;
    background: #000;
    bottom: -10px;
}
.logo-packages h3:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 2px;
    background: #da0a5f;
    bottom: -10px;
}
.head-pkg {
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    padding: 40px 0 70px;
    text-align: center;
    position: relative;
}
.head-pkg h4 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
}
.head-pkg h4 span {
    display: block;
    font-size: 18px;
    text-decoration: line-through;
}
.head-pkg:before {
    content: "";
    background-image: url(../images/pakg-pattern.png);
    position: absolute;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    left: 0;
}
.deteals h5 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #060606;
    text-transform: uppercase;
}
.deteals h5 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #3e3c3c;
}
.deteals {
    padding: 0 10px;
}
.special-offer-head {
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.special-offer {
    margin: 70px 0;
}
.special-offer-head h3 {
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    padding-right: 25px;
}
.special-offer-head h4 {
    font-size: 35px;
    color: #fff;
}
.special-offer-body {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 5px 0 32px rgb(33 88 67 / 20%);
}
.special-offer-body h3 {
    font-size: 30px;
    font-weight: 700;
    color: #4a2768;
    margin-bottom: 30px;
    border-bottom: 2px solid #5e2662;
    display: inline-block;
}
.special-offer-body h4 {
    font-size: 25px;
    color: #000;
    margin: 15px 0;
    font-weight: 600;
}
.special-offer-body ul li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0c0c0e;
    line-height: 27px;
    font-weight: 400;
}
.special-offer-body ul li:before {
    content: "";
    background: url(../images/pkg-check.png);
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    color: #0331e4;
    top: 5px;
}
.bast-deal button {
    background: #773585;
    width: 200px;
    margin-top: 30px;
    padding: 11px;
    border: none;
    border-radius: 14px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.file ul {
    display: flex;
    margin: 7px 0;
    padding: 0;
    height: auto;
}
.file ul li {
    padding-left: 10px;
}
.file ul li:before {
    content: none;
}
.pkg-order button {
    width: 100%;
    padding: 17px;
    font-size: 35px;
    transform: rotate(-5deg);
    margin-top: 30px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    background: #773585;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 65%);
    margin-bottom: 10px;
    border-radius: 10px;
}
.hide-color {
    visibility: hidden;
}
.logo-packages h6 {
    font-size: 40px;
    font-weight: 700;
    color: #2b2b2b;
    position: relative;
    margin: 50px 0 20px;
}
.logo-packages h6:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 2px;
    background: #da0a5f;
    bottom: -10px;
}
.logo-packages p {
    margin-bottom: 50px;
    color: #444343;
    font-size: 20px;
}
.requirment-fom {
    background: #fff;
    padding: 33px 25px;
    border: 1px solid #000;
    border-radius: 11px;
    margin: 10px 0 113px;
}
.main-heading h2 {
    margin-bottom: 10px;
}
.main-heading p {
    margin-bottom: 7px;
}
.req-form {
    padding: 38px 0;
}
.req-form label {
    margin-bottom: 7px;
    font-size: 14px;
}
.req-form input {
    width: 100%;
    padding: 12px;
    border: 1px dashed #e1095d;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.req-form textarea {
    width: 100%;
    resize: none;
    padding: 12px;
    border: 1px dashed #e1095d;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    height: 110px;
}
.check-box {
    margin-bottom: 16px;
}
.req-form h4 {
    font-size: 17px;
    margin-bottom: 9px;
}
.req-form h4 span {
    color: red;
}
.req-form-btn button {
    width: 230px;
    padding: 12px;
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}
.check-box input {
    width: 5%;
}
.req-form h3 {
    font-size: 14px;
    margin: 13px 0;
}
.requirment-fom h3 {
    margin: 13px;
    font-size: 14px;
}
.requirment-fom h2 {
    font-size: 28px;
    padding: 19px 0;
}
.req-img-box input {
    width: 7%;
}
.req-img-box {
    margin-bottom: 25px;
    box-shadow: 3px 0 24px rgb(17 18 38 / 10%);
    padding-bottom: 17px;
}
.box-img-req img {
    margin-bottom: 15px;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
}
.pkg_banner {
    background-image: url(../images/new-pkg_banner.jpg);
    height: 340px;
    background-size: cover;
    background-position: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.pkg_banner-text {
    margin-top: 70px;
}
.pkg_banner-text h1 {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
}
.pkg_banner-text h2 {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
}
.requirement_page {
    height: 350px;
    margin-bottom: 50px;
    background-image: linear-gradient(to right top, #722858, #69265d, #5d2662, #502666, #3f276a);
    text-align: center;
    padding: 190px 0 0;
}
.requirement_page h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 50px;
    font-weight: 700;
}
.header_navigation .active {
    color: #d93159;
}
.cunstom-nav ul li a i {
    font-size: 12px;
}
.req-body {
    text-align: center;
    padding: 24px;
}
.req-body h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}
.req-body h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 19px;
}
.select-req-box label {
    width: 100%;
    text-align: center;
}
.select-req-box {
    position: relative;
}
.select-req-box input {
    position: absolute;
    left: 20px;
    bottom: 34px;
    width: auto;
}
#tile-1 .slider {
    display: none;
}
#statuspo {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.thankyou-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.thankyou-section h2 {
    font-size: 165px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d93159;
    line-height: 130px;
}
.thankyou-section h2 span {
    color: #773585;
}
.thankyou-section p {
    color: #4a4949;
    font-size: 18px;
    font-weight: 400;
}
.bg-black-color {
    background: #000;
    padding: 7px 0;
}
.thankyou-section button {
    width: 250px;
    padding: 12px;
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}
.desktop-500-none {
    display: none;
}
.footer-chat ul li h4 a {
    color: #fff;
}
.ready-chats ul li h4 a {
    color: #000;
}
.other-input {
    width: 68% !important;
    border: none !important;
    border-bottom: 1px solid red !important;
    margin-left: 13px !important;
}
.logo-custom-box  {
    padding: 20px;
    background: #0e192f;
    border-radius: 14px;
    border: 1px solid white;
}
.logo-custom-box  h2 {
    font-size: 17px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.logo-custom-box  ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-custom-box  ul li:nth-child(1) {
    width: 70%;
}
.logo-custom-box  ul li input {
    padding: 8px 10px;
    width: 100%;
}
.logo-custom-box ul li button {
    padding: 11px 13px;
    background: transparent;
    color: #fff;
    font-size: 13px;
    border-radius: 0px;
    border: 1px solid #fff;
    width: 100%;
}
.logo-custom h1 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 31px;
}
.logo-custom-box ul li:nth-child(2) {
    width: 27%;
}
.clogo-forms-bar {
    height: 120px;
    background: #000;
}
.clogo-forms {
    padding: 60px 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-cus-form h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 17px;
}
.logo-cus-form {
    padding: 0 120px;
    text-align: center;
}
.logo-cus-form input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #000;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 21px;
}
.logo-cus-form button {
    width: 230px;
    padding: 12px;
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}
.clogo-forms h2 {
    text-align: center;
    margin-bottom: 80px;
}
.industry-box {
    background: #fff;
    padding: 12px 9px 5px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.industry-box-text img {
    width: 50%;
    margin: 18px 0px;
}
.industry-box-text h2 {
    font-size: 14px;
}
.industry-box label {
    height: 167px;
}
.clogo-forms-2{
    padding: 60px 0;
}
.clogo-forms-2 h2 {
    text-align: center;
    margin-bottom: 30px;
}
.p-left-bar {
    float: left;
    margin: 0;
}
.p-right-bar {
    float: right;
    margin: 0;
}
.step-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.9;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0;
    margin-bottom: 15px;

}
.color-box {
    background: #fff;
    padding: 10px 0 0;
    text-align: center;
    border-radius: 13px;
    margin-bottom: 19px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
}
.color-box img {
    margin-bottom: 11px;
}
.color-box h2 {
    font-size: 19px;
    margin-bottom: 11px;
    padding: 0 10px;
}
.logo-cus-thanku img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;;
}
.logo-cus-thanku {
    border-radius: 10px;
    background: white;
    border: 1px solid #80808040;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
}
.c-thanku-box {
    text-align: center;
    padding: 24px 15px;
}
.c-thanku-box h2 {
    font-size: 23px;
    margin-bottom: 12px;
}
.c-thanku-box p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 17px;
}
.c-thanku-box button{
    width: 120px;
    padding: 8px;
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}
.home-banner-text {
    text-align: center;
    margin-top: 90px;
}
.portfolio-slider ul li {
    width: 22%;
    margin: 10px;
    display: inline-block;
}

.portfolio-slider .owl-dot {
    background: #972d7b !important;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    margin: 0px 6px 0;
    transition: all 0.5s;
}
.portfolio-slider .owl-dot.active {
    background: #ffc13a !important;
    width: 20px;
    transition: all 0.5s;
}
.portfolio-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    display: flex !important;
    justify-content: center;
}
.cumbo-pkg {
    background-image: url(../images/combu-pkg.jpg);
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.cumbo-pkg-text {
    margin-top: 30px;
}
.cumbo-pkg-text h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.cumbo-pkg-text p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
}
.cumbo-pkg-text button {
    width: 230px;
    padding: 12px;
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
}
.cumbo-min-box {
    background-color: transparent;
    padding: 30px 30px 40px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #d8dfe6;
}
.cumbo-top-text h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    line-height: 22px;
    color: #ffffff;
    text-transform: uppercase;
}
.cumbo-top-text p {
    font-size: 12px;
    color: #fff;
}.cumbo-price {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.cumbo-price sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #fff;
}
.cumbo-price h4 {
    font-size: 85px;
    font-weight: 700;
    color: #ffffff;
}
.cumbo-price h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding-left: 10px;
    position: relative;
}
.cumbo-price h5:before {
    content: "";
    width: 90%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 8px;
}
.cumbo-price h5 span {
    display: block;
}
.cumbo-min-box .scrollbar ul {
    height: 90px;
}
.scrollbar ul {
    margin-left: 0px;
    float: left;
    height: 188px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
    overflow-x: hidden;
}
.cumbo-min-box .scrollbar ul li {
    color: #ffffff;
}
.scrollbar ul li {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 500;
    line-height: 23px;
    position: relative;
    padding-left: 13px;
}
.cumbo-min-box .scrollbar ul li:before {
    background: #ffc13a;
}
.scrollbar ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #b22e86;
    border-radius: 100%;
    top: 9px;
}
.cumbo-min-box .scrollbar p {
    color: #fff;
}
.scrollbar p {
    font-size: 12px;
    color: #727272;
    margin-left: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.actions {
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
}
.actions ul {
    display: flex;
}
.actions ul li {
    width: 50%;
    border-right: 2px solid #eeeeee;
}
.cumbo-min-box button {
    width: 180px;
    padding: 11px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    color: #000;
    background: #fff;
}
.actions ul li h3 {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
.actions ul li h3 span {
    display: block;
    color: #7f7b7b;
}
.cumbo-min-box .actions ul li h3 span {
    color: #fff;
}
.cumbo-min-box .actions ul li h3 {
    color: #fff;
}
.actions ul li:nth-child(2) {
    border: none;
}
.scrollbar ul::-webkit-scrollbar-thumb {
    background-color: #562664;
    border-radius: 25px;
}
.scrollbar ul::-webkit-scrollbar-track {
    background-color: #9c1037;
    border-radius: 25px;
}
.scrollbar ul::-webkit-scrollbar {
    width: 8px;
}
.custom-modal .modal-dialog {
    max-width: 650px;
}
.custom-modal1 .modal-content {
    border: none;
    background: transparent;
}
.custom-modal1 .modal-body {
    background: url(../images/popup-bg.jpg);
    padding: 0;
    border-radius: 15px;
    border: 5px solid #e60404;
    background-size: cover;
}
.custom-modal1 .close {
    position: absolute;
    right: 5px;
    opacity: 1 !important;
    color: #000;
    font-size: 40px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    top: 11px;
    text-shadow: none;
    z-index: 9;
}
.popop-new-bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popop-new-bg img {
    transform: none;
}
.popop-new-text {
    padding: 20px 26px 20px 0;
}
.popop-new-text h5 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 20px;
}
.popop-new-text h5 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}
.from-filde-pop input {
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border: 1px dashed #1e2456;
    font-size: 13px;
    color: #000;
    margin-bottom: 12px;
    border-radius: 8px;
}
.from-filde-pop textarea {
    width: 100%;
    padding: 12px;
    background: #f9f9f9;
    border: 1px dashed #1e2456;
    font-size: 13px;
    color: #000;
    margin-bottom: 12px;
    resize: none;
    height: 170px;
    border-radius: 8px;
}
.from-filde-pop button {
    width: 32%;
    padding: 10px 0;
    border: none;
    background: #8c103c;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
}
.custom-modal1 .close {
    position: absolute;
    right: 5px;
    opacity: 1 !important;
    color: #fff;
    font-size: 40px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    top: 11px;
    width: 36px;
    text-shadow: none;
    z-index: 9;
    background: none;
}
p#name-error, p#email-error, p#phone-error, p#message-error {
    margin-top: -11px;
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
    display: none;
}

.custom-modal1 .modal-dialog {
    max-width: 750px;
}
.inner-banner{background: url(../images/main-bac.jpg);height: 450px;background-position: center;background-size: cover;display: flex;margin-bottom: 120px;justify-content: center;align-items: center;text-align: center;padding: 80px 0 0;background-attachment: fixed;}
.inner-banner-text h1 {
    font-size: 41px;
    font-weight: 700;
    color: #d93159;
    text-transform: uppercase;
}
.inner-banner-text {
    margin-top: 62px;
}
.showcase-page-section {
    margin: 80px 0;
}
.showcase-page-section .tab-box {
    margin: 20px 0;
}
.showcase-page-section .tabs {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    justify-content: space-between;
    border: none;
}

.showcase-page-section .tabs__button--active {
   color: #fff !important;
    background: #773585 !important;
}

.showcase-page-section .tabs__button {
    padding: 10px 15px;
    background: none;
    border: 2px solid #d7466a;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #000000;
    border-radius: 6px;
}
#loadMore {
    padding: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 7px;
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    transition: all 600ms ease-in-out;
    display: block;
    margin: 20px auto 0;
    width: 150px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.showcase-page-section .tab-content {
    display: none;
    border-top: none;
    margin-top: 60px;
}
.showcase-page-section .tab-content--active {
    display: block;
    animation-name: tabsAnim;
    animation-duration: 1s;
}
.element-item {
    display: none;
}
.logo-inner-baner{
    background: url(../images/main-bac.jpg);
    height: 450px;
    background-position: center;
    background-size: cover;
    display: flex;
    margin-bottom: 120px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 0 0;
    background-attachment: fixed;
}

.element-item img {
    border: 2px solid #773585;
    border-radius: 10px;
    margin-bottom: 25px;
}

.element-item-normal img {
    border: 2px solid #773585;
    margin-bottom: 25px;
    border-radius: 10px;
}

.addon-button-box {
    FLOAT: RIGHT;
    margin-top: 260px;
}

.ad-button-box button {
    width: 137px;
    padding: 7px 28px;
    margin: 0 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    background: #ffc13a;
    border-radius: 7px;
}

.addon-button-box h2 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #d80d0d;
    font-weight: 600;
}

.addon-button-box h2 span {
    font-size: 32px;
}


.addon-section {
    background: url(../images/addon-banner.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0;
}


.top-number a {
    font-size: 13px;
    text-align: right;
    display: block;
    color: #fff;
    font-weight: 600;
}


.addons-text h6 {
    color: #eeeeee;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 28px;
    position: relative;
}


.addons-text h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}


.pic-top-10 {
    margin-top: 40px;
}


.addon-dicount-section {
    padding: 60px 0;
}

.addon-dicount-text {
    margin-bottom: 30px;
}


.addon-dicount-text p {
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}


.addon-dicount-text p span {
    position: relative;
    padding: 0 10px;
    color: #fff;
    text-shadow: 0px 2px 10px rgb(0 0 0 / 59%);
    font-size: 28px;
}


.addon-dicount-text p span:before {
    content: "";
    position: absolute;
    background: url(../images/addone_text-bg.png);
    width: 204px;
    height: 59px;
    left: -13px;
    right: 0;
    top: -20px;
    z-index: -1;
    transform: rotate( 
3deg
 );
}


.addron-box {
    background: #fbfafa;
    border: #e2e2e2 1px solid;
    padding: 13px;
    position: relative;
    transition-duration: 0.5s;
    margin-bottom: 30px;
}


.addron-box-text h3 {
    font-size: 29px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 29px;
}


.addron-box-text p {
    font-size: 14px;
    line-height: 15px;
    color: #000;
}


.addron-box-text ul li h4 {
    font-size: 14px;
    color: #d80d0d;
    font-weight: 800;
}


.addron-box-text ul li h4 span {
    display: block;
    font-size: 28px;
}

.addron-box-text ul {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}



.addron-box-text {
    margin-top: 25px;
}


.copy-right p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}



/*logo-order*/

 .logo-order{   
   background-image: url(../images/main-bac.jpg);
    height: 380px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 0 0;
    background-attachment: fixed;}
    
    
    
     .logo-order h2 {
    font-size: 67px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


.logo-order h3 {
    font-style: italic;
    font-size: 45px;
    color: #d93159;
    font-weight: 500;
    margin-bottom: 15px;
}
    
.stap-bg {
    background: #fff;
    box-shadow: #7979791f 0 0 15px;
    padding: 23px 30px;
    margin: 60px 0;
}

.stap-bg h3 {
    text-align: center;
    font-size: 22px;
    color: #120336;
    margin-bottom: 30px;
}

.stap-bg input {
    width: 100%;
    padding: 10px;
    border: #773585 3px solid;
    background: #fff;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}


.step-top-area{
  width: 100%;
  padding: 10px 10px 0;
  border: #773585 3px solid;
  background: #fff;
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}

.stap-bg label {
    margin-bottom: 5px;
    font-size: 11px;
    color: #2b2b2b;
    font-weight: 600;
}


.filde-border{
     width: 100%;
    padding: 10px;
    border: #ffc13a 3px solid;
    background: #fff;
    color: #000;
    font-size: 16px;
}


/* The container */
.container-check {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 2px;
}


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

.checkmark {
  left: 0;
  background-color: #753383;
  color: #fff;
  font-size: 13px;
  padding: 4px 7px;
  font-weight: 400;
  text-transform: uppercase;
}


.container-check:hover input ~ .checkmark {
  background-color: #ffc13a;
}


.container-check input:checked ~ .checkmark {
  background-color: #d93159;
  color: #ffffff;
}


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


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


.container-check .checkmark:after {
  left: 10px;
  top: 11px;
  width: 0;
  height: 0;
  border: solid white;
  border-width: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.step-top-area ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
}
.step-top-area ul li {
    margin-bottom: 12px;
    margin-right: 7px;
}

.stap-bg h4 {
    margin: 30px 0;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-left: 11px;
    color: #1e2456;
}

.stap-bg h4:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #ffc13a;
    left: 0;
}

.procend-button button {
    width: 220px;
    padding: 10px 0;
    border: none;
    background: #b00c3e;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
}


img.loader {
    width: 30px;
    height: 30px;
    display: none;
    margin-top: -5px !important;
}

.form-ready-error {
    margin-top: -11px;
    margin-bottom: 10px;
    color: red !important;
    font-size: 12px !important;
    display: none;
}

.footer-form-error {
    
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
    display: none;
}

.success {
    text-align: center;
    border: 1px solid #86c586;
    padding: 17px 20px;
    background: #d6ecd6;
    color: black;
    font-weight: 500;
}

.success p {
    position: relative;
}

.success h1 {
    position: absolute;
    top: -12px;
    right: 0px;
    font-size: 17px;
    width: 30px;
    height: 30px;
    background: white;
    color: #48a548;
    border-radius: 100%;
    border: 1px solid #86c586;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.error-section {
    text-align: center;
    border: 1px solid #ea6c58;
    padding: 17px 20px;
    background: #f1340924;
    color: black;
    font-weight: 500;
}

.error-section p {
    position: relative;
}

.error-section h1 {
    position: absolute;
    top: -12px;
    right: 0px;
    font-size: 17px;
    width: 30px;
    height: 30px;
    background: white;
    color: #de1010;
    border-radius: 100%;
    border: 1px solid #ea6c58;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
label.error {
    color: red;
}
input.error, select.error, textarea.error {
    border: 1px solid red;
}


p.logo-name-error, p.industry-error, p.style-error, p.feel-error {
    margin-top: -18px;
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
    display: none;
}
.logo-order-text h2 {
    text-align: center;
    margin: 20px 0 5px;
}
.logo-order-text p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.service-text h2 {
    text-transform: uppercase;
    font-weight: 600;
}
/*Blog-css*/
.blog-page-section {
    position: relative;
    padding: 0px 0px 90px;
}

.news-block-two {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.news-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #105bc1;
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 0px 30px 25px !important;
    background-color: #ffffff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.news-block-two .inner-box .category {
    position: relative;
    top: -10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 14px;
    margin-top: -6px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #823183;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.lower-content h4 a {
    color: #000;
}
.read-more button {
    padding: 10px 20px;
    /* width: 230px; */
    /* padding: 12px; */
    border: none;
    background-image: linear-gradient(to right, #89103c, #900f3b, #970f39, #9e1037, #a41134);
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.lower-box {
    padding: 30px 0 0 0;
}
.sidebar-page-container {
    position: relative;
    padding: 90px 0px 80px;
}
.blog-detail {
    position: relative;
    margin-bottom: 30px;
}
.blog-detail .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.blog-detail .inner-box .lower-content {
    position: relative;
    padding: 0px 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.blog-detail .inner-box .category {
    position: relative;
    top: -10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 14px;
    margin-top: -6px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #2a7dbf;
    text-transform: uppercase;
    /* -webkit-transition: all 300ms ease; */
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blog-detail .inner-box .lower-content blockquote {
    position: relative;
    color: #222222;
    font-size: 22px;
    font-style: italic;
    line-height: 1.7em;
    padding-left: 40px;
    margin-top: 35px;
    margin-bottom: 40px;
    border-left: 4px solid #fe4c1c;
}
.blog-detail .inner-box .lower-content p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px;
}
.related-news {
    padding: 50px 0 0 0;
}
.related-news h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px;
}


.blog-detail .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    color: #2a7dbf;
    margin-bottom: 14px;
}
.blog_detail h6 {
    text-align: center;
    font-size: 50px !important;
        color: #2a7dbf !important;
}
.text {
    height: 110px;
    overflow-y: scroll;
    padding: 20px 0 0 0;
}
.news-block-two .inner-box .lower-content h4 {
    font-size: 20px;
}