body {
    margin: 0 auto;
    padding: 0;
    font-family: Poppins;
    font-weight: 400;
    overflow-x: hidden
}

.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
}

.padding-left {
    padding-left: 0
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    background-color: #b22e86;
    border-radius: 0
}

body::-webkit-scrollbar-thumb {
    background-color: #ffc13a;
    border-radius: 25px
}

.scrollbar ul::-webkit-scrollbar {
    width: 8px
}

.scrollbar ul::-webkit-scrollbar-track {
    background-color: #b22e86;
    border-radius: 25px
}

.scrollbar ul::-webkit-scrollbar-thumb {
    background-color: #ffc13a;
    border-radius: 25px
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Light.woff2) format('woff2'), url(../fonts/Poppins-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Medium.woff2) format('woff2'), url(../fonts/Poppins-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins.woff2) format('woff2'), url(../fonts/Poppins.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.woff2) format('woff2'), url(../fonts/Poppins-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-SemiBold.woff2) format('woff2'), url(../fonts/Poppins-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

.top-bar {
    background: 0 0;
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all .5s;
    top: 0
}

.top-contact-button button {
    width: 100%;
    padding: 7px 0;
    border: none;
    background: #ffc13a;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px
}

.top-contact-button button:hover {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff;
    transition-duration: .5s
}

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

.top-number i {
    padding-right: 5px
}

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

.best-offer {
    position: absolute;
    z-index: 9;
    right: 0px;
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 103px;
}

.home-banner h1 {
    font-size: 125px;
    color: #fff;
    font-weight: 700;
    line-height: 85px
}

.home-banner h2 {
    color: #ffc13a;
    font-size: 127px;
    font-weight: 700;
    line-height: 115px
}

.home-banner h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600
}

.home-banner p {
    color: #fff;
    width: 62%;
    display: block;
    margin: 10px auto 25px;
    font-size: 15px;
    line-height: 25px
}

.home-banner button {
    width: 210px;
    padding: 11px;
    border-radius: 10px;
    border: none;
    font-size: 17px;
    font-weight: 600;
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff
}

.home-banner button:hover {
    background: #ffc13a;
    transition-duration: .5s;
    color: #000
}

.portfolio-section {
    padding: 70px 0
}

.portfolio-text h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 20px
}

.portfolio-text h3 span {
    display: block
}

.portfolio-text p {
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #848894;
    font-size: 13px;
    font-weight: 400
}

.portfolio-text {
    margin-bottom: 30px
}

.portfolio-slider img {
    transition: all .5s;
    border-radius: 10px;
    border: 2px solid #1e2456
}

.portfolio-slider img:hover {
    transform: scale(1.08);
    transition: all .5s;
    content: "";
    position: relative;
    margin: 0;
    box-shadow: 0 0 18px #00000063
}

.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: 0 6px 0;
    transition: all .5s
}

.portfolio-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    display: flex !important;
    justify-content: center
}

.portfolio-slider .owl-dot.active {
    background: #ffc13a !important;
    width: 20px;
    transition: all .5s
}

.custom-logo-design {
    margin: 40px 0
}

.custom-logo-design h3 {
    font-size: 34px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 20px
}

.custom-logo-design p {
    font-size: 13px;
    color: #848894;
    font-weight: 400;
    line-height: 23px
}

.custom-logo-design-text ul {
    display: flex;
    margin-top: 20px
}

.custom-logo-design-text ul li button {
    width: 180px;
    font-size: 14px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 7px
}

.custom-logo-design-text ul li:nth-child(1) button {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    padding: 10px 0;
    margin-right: 10px
}

.custom-logo-design-text ul li:nth-child(2) button {
    border: 2px solid #d7466a;
    background: 0 0;
    color: #000;
    padding: 8px 0
}

.custom-logo-design-text ul li:nth-child(2) button:hover {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff
}

.custom-logo-design-text ul li:nth-child(1) button:hover {
    background: #ffc13a;
    color: #000;
    transition-duration: .5s
}

.custom-logo-design img {
    float: right
}

.pkg-min-box {
    background-color: #fff;
    padding: 30px 30px 40px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #d8dfe6;
    margin-bottom: 60px
}

.pkg-top-text h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase
}

.pkg-top-text h3 span {
    display: block
}

.pkg-top-text p {
    font-size: 12px;
    color: #727272;
    width: 90%
}

.pricebox sup {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #bb3773
}

.pricebox {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.pricebox h4 {
    font-size: 51px;
    font-weight: 700;
    color: #b73674
}

.pricebox h5 span {
    display: block
}

.pricebox h5 {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding-left: 10px;
    position: relative
}

.scrollbar ul {
    margin-left: 0;
    float: left;
    height: 188px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
    overflow-x: hidden
}

.scrollbar ul li {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 500;
    line-height: 23px;
    position: relative;
    padding-left: 13px
}

.best-seler {
    position: absolute;
    right: 0;
    top: 0
}

.pakg-section {
    margin: 0 0 55px
}

.scrollbar ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #b22e86;
    border-radius: 100%;
    top: 9px
}

.scrollbar p {
    font-size: 12px;
    color: #727272;
    margin-left: 12px;
    font-weight: 500;
    margin-bottom: 10px
}

.scrollbar p span {
    color: #b73674;
    font-weight: 700
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 12px
}

.actions ul li h3 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
    text-align: center
}

.actions ul li h3 span {
    display: block;
    color: #7f7b7b
}

.actions ul {
    display: flex
}

.actions ul li {
    width: 50%;
    border-right: 2px solid #eee
}

.actions ul li:nth-child(2) {
    border: none
}

.pkg-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;
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff
}

.pkg-min-box button:hover {
    background: #ffc13a;
    color: #000;
    transition-duration: .5s
}

.cumbo-pkg {
    background-image: url(../images/combu-pkg.JPG);
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.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: 180px;
    padding: 10px;
    border: none;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    background: #ffc13a;
    color: #000;
    font-size: 16px
}

.cumbo-min-box {
    background-color: transparent;
    padding: 30px 30px 40px;
    border-radius: 10px;
    position: relative;
    border: 2px solid #d8dfe6
}

.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
}

.cumbo-min-box button:hover {
    background: #ffc13a;
    transition-duration: .5s
}

.cumbo-top-text h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase
}

.cumbo-top-text p {
    font-size: 12px;
    color: #fff
}

.cumbo-price {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.cumbo-price h4 {
    font-size: 85px;
    font-weight: 700;
    color: #fff
}

.cumbo-price sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #fff
}

.cumbo-price h5 {
    color: #fff;
    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
}

.cumbo-min-box .scrollbar ul li {
    color: #fff
}

.cumbo-min-box .scrollbar ul li:before {
    background: #ffc13a
}

.cumbo-min-box .scrollbar p {
    color: #fff
}

.cumbo-min-box .scrollbar p span {
    color: #ffc13a
}

.cumbo-min-box .actions ul li h3 {
    color: #fff
}

.cumbo-min-box .actions ul li h3 span {
    color: #fff
}

.cumbo-pkg-text {
    margin-top: 85px
}

.brand-identity {
    margin: 80px 0
}

.brand-identity-text h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #282828;
    line-height: 45px;
    margin-bottom: 20px
}

.brand-identity-text h3 span {
    display: block
}

.brand-identity-text p {
    text-align: center;
    font-size: 14px;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #848894
}

.brand-identity-box {
    background: #fff;
    border: #fff 1px solid;
    border-radius: .5rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%), 0 3px 6px rgb(0 0 0 / 9%);
    transition: all .4s ease-in-out;
    padding: 30px 25px;
    text-align: center
}

.brand-identity-box:hover {
    box-shadow: 0 19px 38px rgb(0 0 0 / 7%), 0 15px 12px rgb(0 0 0 / 10%);
    transition: all .4s ease-in-out
}

.brand-identity-text {
    margin-bottom: 40px
}

.brand-identity-box h4 {
    font-size: 25px;
    color: #1f1f1f;
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase
}

.brand-identity-box h4 span {
    display: block;
    font-size: 17px;
    color: #8e8b8c
}

.brand-identity-box p {
    font-size: 12px;
    line-height: 22px;
    color: #8e929c
}

.inline-button ul {
    display: flex;
    margin-top: 35px;
    justify-content: center
}

.inline-button ul li button {
    font-size: 14px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 7px
}

.inline-button ul li:nth-child(1) button {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    padding: 10px 0;
    margin-right: 7px;
    width: 150px
}

.inline-button ul li:nth-child(2) button {
    border: 2px solid #d7466a;
    background: 0 0;
    color: #000;
    padding: 8px 0;
    width: 200px
}

.inline-button ul li:nth-child(2) button:hover {
    background: #af3476;
    transition-duration: .5s;
    color: #fff
}

.inline-button ul li:nth-child(1) button:hover {
    background: #ffc13a;
    transition-duration: .5s
}

.cumbo-pkg-text button:hover {
    background: #b83674;
    color: #fff;
    transition-duration: .5s
}

.designing-experience-section {
    margin: 0 0 50px
}

.designing-experience-text h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600
}

.designing-experience-text p {
    font-size: 13px;
    color: #8e929c;
    line-height: 23px
}

.designing-experience-box {
    padding: 60px 30px;
    background: #ffc13a;
    background: linear-gradient(135deg, #ffc13a 0, #d7466a 100%);
    border-radius: .5rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%), 0 3px 6px rgb(0 0 0 / 9%);
    transition: all .4s ease-in-out;
    width: 100%;
    text-align: center;
    margin-bottom: 25px
}

.designing-experience-box h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px
}

.designing-experience-box p {
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    font-weight: 500
}

.top-box-120 {
    margin-top: 120px
}

.designing-experience-text {
    margin-top: 165px
}

.testimonial-portfolio-show-section {
    padding: 100px 0;
    background-image: url(../images/testimonial-portfolio-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.testimonial-portfolio-show-slider h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

.testimonial-portfolio-show-slider p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

.testimonial-portfolio-show-slider img {
    width: 100%
}

.testimonial-portfolio-show-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    display: block !important
}

.testimonial-portfolio-show-slider .owl-dot {
    background: #f1b018 !important;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    margin: 0 6px 0;
    transition: all .5s
}

.testimonial-portfolio-show-slider .owl-dot.active {
    background: #fff !important;
    transition: all .5s
}

.logo-section {
    padding: 70px 0
}

.logo-secrion-text h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 20px
}

.logo-secrion-text p {
    text-align: center;
    font-size: 13px;
    color: #848894;
    width: 80%;
    display: block;
    margin: 0 auto
}

.logo-secrion-text {
    margin-bottom: 30px
}

.get-free-section {
    padding: 30px 0;
    background: #180545
}

.get-free-text h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.gradientbg {
    background: #f1b018;
    text-align: center;
    padding: 9px 0
}

.parallax-item i {
    color: #fff;
    margin-top: 0;
    font-size: 38px
}

.wrap {
    padding: 8px 0
}

.parallax-item .wrap .itemhead {
    font-size: 16px;
    color: #1e1e1e;
    margin: 0;
    font-weight: 700
}

.parallax-item .wrap .itembody {
    font-weight: 700;
    color: #1e1e1e;
    font-size: 12px;
    margin: 0;
    line-height: 18px
}

.col-center {
    display: flex;
    justify-content: center
}

.parallax-item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 25px
}

.footer {
    background-color: #120336;
    padding: 80px 0
}

.footer-logo p {
    color: #fff;
    font-size: 12px;
    margin: 25px 0 0;
    line-height: 23px
}

.footer h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.footer-link ul li {
    font-size: 15px;
    line-height: 31px
}

.footer-link ul li a {
    color: #fff
}

.footer-link.top-link {
    margin-top: 45px
}

.footer-icon ul {
    display: flex;
    align-items: center
}

.footer-icon ul li {
    padding: 0 5px 0
}

.copy-right {
    padding: 11px 0 10px;
    background: #f1b018
}

.copy-right p {
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.not-transparent {
    background-color: #fff;
    position: fixed;
    padding: 5px 0;
    transition-duration: .5s;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    transition: all .5s
}

.not-transparent .stellarnav.dark a, .not-transparent .stellarnav.dark li a {
    color: #000
}

.footer-link ul li a:hover {
    color: #ffc13a;
    transition-duration: .5s
}

.not-transparent .top-number a {
    color: #000
}

.not-transparent .stellarnav li.has-sub>a:after {
    border-top: 6px solid #000
}

.sticky-logo {
    display: none
}

.not-transparent .sticky-logo {
    display: block
}

.not-transparent .sticky-logo {
    display: block
}

.not-transparent .normal-logo {
    display: none
}

.about-banner {
    background: url(../images/home-banner.jpg);
    height: 500px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 0 0;
    background-attachment: fixed
}

.about-banner h2 {
    font-size: 47px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.about-banner h3 {
    font-style: italic;
    font-size: 45px;
    color: #ffc13a;
    font-weight: 500;
    margin-bottom: 15px
}

.about-banner p {
    color: #fff;
    font-size: 14px;
    width: 80%;
    display: block;
    margin: 0 auto;
    line-height: 24px
}

.about-img-col:before {
    position: absolute;
    content: '';
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0
}

.about-img-col {
    padding-top: 80px;
    padding-bottom: 15px
}

.about-text-col-inner {
    margin-top: 100px
}

.about-text-col-inner h3 {
    font-size: 45px;
    font-weight: 700;
    color: #ffc13a;
    margin-bottom: 20px
}

.about-text-col-inner p {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 28px;
    width: 98%
}

.about-text-col-inner ul li {
    width: 50%;
    line-height: 25px;
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    color: #797979
}

.about-text-col-inner ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #b33575;
    border-radius: 100px;
    left: 0;
    top: 9px
}

.about-text-col-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.inner-pages-banner {
    background: url(../images/home-banner.jpg);
    height: 450px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px 0 0;
    background-attachment: fixed
}

.inner-pages-banner h2 {
    font-size: 60px;
    color: #ffc13a;
    font-weight: 700;
    text-transform: uppercase
}

.clicnt-page {
    margin: 100px 0 80px
}

.clint-box {
    padding: 25px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px
}

.clint-box h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b22e86
}

.clint-box h4 {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin: 10px 0
}

.star ul {
    display: flex
}

.star ul li {
    font-size: 20px;
    color: #ffc13a;
    padding: 0 5px
}

.clint-box p {
    font-size: 13px;
    color: #999;
    margin: 5px 0;
    line-height: 22px;
    font-weight: 400
}

.clint_logo ul li img {
    width: 68px;
    height: 68px;
    border: 6px solid #fff;
    border-radius: 100px;
    background-color: grey;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%)
}

.clint_logo ul li h5 {
    font-size: 16px;
    color: #1d1b1c;
    font-weight: 600;
    position: relative
}

.clint_logo ul li h5:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #1d1b1c;
    bottom: -5px
}

.clint_logo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.inner-pages-banner p {
    color: #fff;
    width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 23px
}

.left-text h3 {
    font-size: 34px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    color: #ffc13a;
    margin-bottom: 5px
}

.left-text h6 {
    color: #545252;
    font-size: 17px;
    font-weight: 400;
    font-style: italic
}

.right-number h2 {
    font-size: 21px;
    color: #a02d81;
    font-weight: 600;
    position: relative;
    margin-bottom: 14px
}

.right-number p a {
    color: #000
}

.right-number h2:before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background: #a02d81;
    bottom: -5px
}

.contact-page {
    padding: 100px 0
}

.right-number p {
    font-size: 13px;
    color: #000
}

.contact-section-top {
    margin-bottom: 80px
}

.contact-two-left-text h3 {
    font-size: 27px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 38px
}

.contact-two-left-text p {
    font-size: 15px;
    line-height: 24px;
    color: #504f4f
}

.from-filde input {
    width: 100%;
    padding: 14px;
    background: #f9f9f9;
    border: 1px dashed #ffc13a;
    font-size: 13px;
    color: #000;
    margin-bottom: 20px;
    border-radius: 8px
}

.from-filde input::placeholder {
    color: #000
}

.from-filde textarea::placeholder {
    color: #000
}

.from-filde textarea {
    width: 100%;
    padding: 14px;
    background: #f9f9f9;
    border: 1px dashed #ffc13a;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    resize: none;
    height: 170px;
    border-radius: 8px
}

.from-filde button {
    width: 170px;
    padding: 11px 0;
    border: none;
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    border-radius: 8px
}

.contact-two-left-text h4 {
    font-size: 19px;
    margin: 30px 0 25px;
    font-style: italic;
    color: #b5b5b5;
    text-transform: capitalize
}

.contact-two-left-text h5 {
    font-size: 30px;
    font-weight: 600
}

.contact-two-left-text h5 a {
    color: #842c76
}

.mape-section {
    margin-top: 60px;
    border: 2px solid #bc3773;
    border-radius: 20px;
    overflow: hidden
}

.mape-section iframe {
    border-radius: 20px
}

.service-page-section {
    margin: 100px 0
}

.sercive-section-text-pic h3 {
    font-size: 37px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px
}

.sercive-section-text-pic h4 {
    color: #862b77;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px
}

.sercive-section-text-pic p {
    font-size: 14px;
    color: #848894;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 25px
}

.sercive-section-text-pic ul {
    display: flex;
    margin-top: 20px
}

.sercive-section-text-pic ul li button {
    width: 150px;
    font-size: 14px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 7px
}

.sercive-section-text-pic ul li:nth-child(1) button {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    padding: 10px 0;
    margin-right: 10px
}

.sercive-section-text-pic ul li:nth-child(2) button {
    border: 2px solid #d7466a;
    background: 0 0;
    color: #000;
    padding: 8px 0
}

.sercive-section-text-pic ul li:nth-child(2) button:hover {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff
}

.sercive-section-text-pic ul li:nth-child(1) button:hover {
    background: #ffc13a;
    color: #000;
    transition-duration: .5s
}

.sercive-section-text-pic img {
    width: 100%
}

.sercive-section-text-pic {
    margin-bottom: 120px
}

.portfolio-page-section {
    padding: 70px 0
}

.portfolio-page-section-text h3 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 20px
}

.portfolio-page-section-text p {
    text-align: center;
    width: 55%;
    display: block;
    margin: 0 auto;
    color: #848894;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px
}

.portfolio-page-section-text {
    margin-bottom: 50px
}

.element-item:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    background: #fff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
    box-shadow: 0 0 18px #00000063;
    transition: all .5s
}

.element-item img {
    border-radius: 10px;
    transition: all .5s;
    margin-bottom: 30px;
    border: 2px solid #1e2456
}

.custom-logo-design.inner-bottom-margin {
    margin: 40px 0 100px
}

.pakg-section.top-section {
    margin: 70px 0
}

.portfolio-page-section-text h3 span {
    display: block
}

.pkg-tabs .tab-box {
    margin: 20px 0
}

.pkg-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    justify-content: space-between;
    border: none
}

.pkg-tabs .tabs__button {
    padding: 10px 18px;
    background: 0 0;
    border: 2px solid #d7466a;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #000;
    border-radius: 6px
}

.pkg-tabs .tabs__button:hover {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff;
    transition-duration: .5s
}

.pkg-tabs .tabs__button--active {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff
}

.pkg-tabs .tab-content {
    display: none;
    border-top: none;
    margin-top: 60px
}

.pkg-tabs .tab-content--active {
    display: block;
    animation-name: tabsAnim;
    animation-duration: 1s
}

@keyframes tabsAnim {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.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 {
    padding: 10px 15px;
    background: 0 0;
    border: 2px solid #d7466a;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #000;
    border-radius: 6px
}

.showcase-page-section .tabs__button:hover {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff;
    transition-duration: .5s
}

.showcase-page-section .tabs__button--active {
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff
}

.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
}

.showcase-page-section {
    margin: 80px 0
}

.advance-combo-page-section {
    background-image: url(../images/advance-combo-bg.jpg);
    padding: 60px 0;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.advance-combo-text {
    text-align: center;
    margin-bottom: 50px
}

.advance-combo-text h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.advance-combo-text h4 {
    color: #ffff;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 600
}

.advance-combo-text p {
    color: #fff;
    font-size: 12px
}

.combo-links ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 12px 0 12px 15px;
    position: relative;
    display: flex;
    align-items: center
}

.combo-links ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 3px;
    background: #fff;
    left: 0
}

.advance-price-box {
    background: #fff;
    box-shadow: #5d3c83ad 0 0 10px;
    padding: 30px 20px;
    margin-top: 23px;
    color: #424242;
    width: 110%;
    border-radius: 6px
}

.advance-price-box h3 {
    font-size: 27px;
    text-align: center;
    color: #1f2350;
    font-weight: 700
}

.advance-price-box p {
    font-size: 12px;
    text-align: center;
    color: #a59e9e;
    font-weight: 500
}

.advance-price-box h6 {
    font-size: 12px;
    text-align: center;
    color: #000;
    margin: 5px 0 15px;
    font-weight: 600
}

.advance-price-box button {
    width: 200px;
    padding: 11px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff;
    margin-top: 25px
}

.pricebox h5:before {
    content: "";
    width: 90%;
    height: 2px;
    background: #6c6c6c;
    position: absolute;
    top: 6px;
    left: 8px
}

.popop-text {
    padding: 20px 26px 20px 0
}

.popop-text h5 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    margin-bottom: 20px
}

.popop-text h5 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic
}

.popop-bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.custom-modal .modal-body {
    background-image: url(../images/memoral-day.jpg);
    padding: 0;
    border-radius: 15px;
    border: 5px solid #e60404;
    background-size: cover ;
    background-position: 40%;
}

.custom-modal .modal-dialog {
    max-width: 750px
}

.custom-modal .close {
    position: absolute;
    right: -20px;
    opacity: 1 !important;
    color: #fff;
    font-size: 33px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    top: -21px;
    text-shadow: none;
    z-index: 9;
    background: #e60404;
    width: 40px;
    height: 40px
}

.from-filde-pop input {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px dashed #1e2456;
    font-size: 13px;
    color: #000;
    margin-bottom: 12px;
    border-radius: 8px
}

.from-filde-pop input::placeholder {
    color: #000
}

.from-filde-pop textarea::placeholder {
    color: #000
}

.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-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase
}

.custom-modal .modal-content {
    border: none
}

.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
}

.addons-text {
    margin-top: 40px
}

.addons-text h6 {
    color: #eee;
    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: 0 2px 10px rgb(0 0 0 / 59%);
    font-size: 28px
}

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

.right-slier {
    background: url(../images/top-seller-tag.png);
    width: 110px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 9
}

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

.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 {
    display: flex;
    margin-top: 20px;
    justify-content: space-between
}

.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
}

.recomended-slier {
    background: url(../images/recomended-tag.png);
    width: 130px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 9
}

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

#statusl {
    color: #000;
    font-size: 15px;
    margin: 15px 20px 0
}

.stellarnav .active {
    color: #fba128 !important
}

.element-item {
    display: none
}

#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 .6s ease-in-out;
    display: block;
    margin: 20px auto 0;
    width: 150px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer
}

.element-item-normal img {
    border-radius: 10px;
    transition: all .5s;
    margin-bottom: 30px;
    border: 2px solid #1e2456
}

.element-item-normal:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    background: #fff;
    border: none !important;
    color: #fff;
    z-index: 1;
    padding: 8px;
    position: relative;
    box-shadow: 0 0 18px #00000063;
    transition: all .5s
}

.pkg-top-text h6 {
    font-size: 11px;
    margin-bottom: 6px;
    background-color: #ffc13a;
    padding: 6px 10px;
    text-align: center;
    color: #000
}

.seo-pkg-text {
    font-size: 11px;
    margin: 17px 0;
    line-height: 16px
}

.itembody a {
    color: #000
}

.scrollbar h6 {
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0;
    color: #000
}

.heading {
    font-weight: 700
}

.privacy-content {
    padding: 70px 0
}

.privacy-content p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 27px
}

.privacy-content h2 {
    color: #ffc13a;
    margin-bottom: 15px;
    font-size: 28px
}

.privacy-content ul li {
    list-style: circle;
    margin-bottom: 11px;
    font-size: 14px;
    color: #636363
}

.privacy-content ul {
    padding-left: 20px
}

.popop-new-text {
    padding: 20px 26px 20px 0
}

.popop-new-text h5 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    margin-bottom: 20px
}

.popop-new-text h5 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic
}

.popop-new-bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 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: 11px;
    color: #000
}

.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 top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    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
}

.other-input {
    width: 68% !important;
    border: none !important;
    border-bottom: 1px solid red !important;
    margin-left: 13px !important
}

.requirement_page {
    margin-top: 120px
}

.requirement_page h1 {
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize
}

.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: #b73674;
    line-height: 130px
}

.thankyou-section h2 span {
    color: #ffc13a
}

.thankyou-section p {
    color: #4a4949;
    font-size: 18px;
    font-weight: 400
}

.thankyou-section button {
    width: 250px;
    padding: 12px;
    border: none;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    background-image: linear-gradient(to right top, #972d7b, #cd3c6f, #f1605b, #ff8e45, #ffc13a);
    border-radius: 10px
}

.select-req-box {
    position: relative
}

.select-req-box label {
    width: 100%;
    text-align: center
}

.select-req-box input {
    position: absolute;
    left: 20px;
    bottom: 34px;
    width: auto
}

canvas {
    position: absolute;
    width: 100%;
    height: 100%
}

.pkg-modal .modal-dialog {
    max-width: 450px
}

.modal-body h3 {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: #000
}

.pkg-modal .modal-body p {
    color: #565656;
    line-height: 19px;
    font-size: 14px;
    margin: 10px 0 17px
}

.pkg-modal .modal-content {
    border: none;
    border-radius: 10px
}

.pkg-modal .modal-body {
    padding: 20px
}

.pkg-modal .close {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    opacity: 1;
    width: 36px;
    height: 35px;
    background: #fff !important;
    border-radius: 100px;
    position: absolute;
    right: -14px;
    top: -13px;
    border: 1px solid #ffc13a !important
}

.pkg-modal .modal-body input {
    background: #fff;
    border: #dedede 2px solid;
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    position: relative;
    margin-bottom: 15px
}

.pkg-modal .modal-body textarea {
    background: #fff;
    border: #dedede 2px solid;
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    height: 120px;
    position: relative;
    margin-bottom: 15px;
    resize: none
}

.pkg-modal .pkg-button button {
    background: #de443a;
    color: #fff;
    font-size: 18px;
    border: #de443a 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0 none;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    width: 195px
}

.logo-order {
    background: url(../images/home-banner.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: #ffc13a;
    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: 25px;
    color: #120336;
    margin-bottom: 30px
}

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

.step-top-area {
    width: 100%;
    padding: 10px 10px 0;
    border: #120336 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
}

.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: #cecece;
    color: #000;
    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: #ffc13a;
    color: #fff
}

.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 #fff;
    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: #120336;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    float: right;
    text-transform: uppercase;
}

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

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

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

.ad-button-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.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
}

p.feel-error, p.industry-error, p.logo-name-error, p.style-error {
    margin-top: -18px;
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
    display: none
}

p#email-error, p#message-error, p#name-error, p#phone-error {
    margin-top: -11px;
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
    display: none
}

p#email-error1, p#name-error1, p#phone-error1 {
    margin-top: -11px;
    margin-bottom: 10px;
    color: red;
    font-size: 12px;
    display: none
}

.pkg-email-error, .pkg-message-error, .pkg-name-error, .pkg-phone-error {
    margin-top: -11px !important;
    margin-bottom: 10px !important;
    color: red !important;
    font-size: 12px !important;
    display: none
}

.ready-email-error, .ready-message-error, .ready-name-error, .ready-phone-error {
    margin-top: -11px !important;
    margin-bottom: 10px !important;
    color: red !important;
    font-size: 12px !important;
    display: none
}

.contact-email-error, .contact-message-error, .contact-name-error, .contact-phone-error {
    margin-top: -11px !important;
    margin-bottom: 10px !important;
    color: red !important;
    font-size: 12px !important;
    display: none
}

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

.success p {
    position: relative
}

.success h1 {
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 17px;
    width: 30px;
    height: 30px;
    background: #fff;
    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: #000;
    font-weight: 500
}

.error-section p {
    position: relative
}

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

.top-number {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px
}

.top-number a:nth-child(1) {
    padding-right: 30px
}

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

label.error {
    color: red
}

input.error, select.error, textarea.error {
    border: 1px solid red
}

.custom-modal .modal-content {
    background-color: transparent
}

.privacy-content ul li a {
    color: #000
}

.privacy-content p a {
    color: #102b4e;
    font-weight: 700
}

.newsle h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 27px
}

#button121 {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 0;
    z-index: 1
}

#button12 {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 65px;
    left: 20px;
    right: 0;
    z-index: 1
}

#abouta {
    margin-top: 10%;
    left: 94% !important
}

.bluephone {
    height: 50px;
    width: 50px
}

#abouta1 {
    margin-top: 11%;
    left: 94% !important
}

.best-offer img {
    width: 300px;
}

/*Blog-css*/
.blog-page-section {
    position: relative;
    padding: 95px 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;
    height: 250px;
    width: 100%;
}

.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: 24px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #a46dd7;
    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 {
    background: #ffbe33;
    color: #000;
    padding: 8px 12px;
    border: none;
    font-weight: 600;
    border-radius: 10px;
}

.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;
}

element.style {
}

.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;
}

.about-banner ul {
    display: flex;
    /* margin: 0 auto; */
    justify-content: center;
}

.about-banner ul li a {
    color: #fff;
    padding: 0 10px;
}

.about-banner ul li {
    color: #ffbe33;
}

.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: 10px 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 h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    color: #2a7dbf;
    margin-bottom: 14px;
}

.blog-detail .inner-box .lower-content p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.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;
}

.lower-content h4 {
    font-size: 24px;
    padding: 10px 0 20px 0;
}
.news-block-two .inner-box .image img {
    height: 100%;
    width: 100%;
}
.text {
    height: 140px;
    overflow-y: scroll;
}
.lower-content img {
    width: 600px;
    padding: 20px 0;
}
.image img {
    width: 100%;
}
.blog-detail .inner-box .lower-content h5 {
    font-size: 27px;
    padding: 20px 0;
}

.blog-detail .inner-box .lower-content h6 {
    padding: 10px 0;
    font-size: 22px;
}