@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');

:root {
    --font-size: 18px;
    --font-family: 'Poppins', sans-serif;
    --black-color: #0E0E0E;
    --white-color: #fff;
    --red-color: #E40000;
    --gray: #B5B5B5;
    --blue: #1E9DC1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: var(--font-size);
    font-family: var(--font-family);
    color: var(--black-color);
    width: 100%;
    overflow-x: hidden;
}

a {
    color: var(--black-color) !important;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
    font-family: var(--font-family);
}

.addborder {
    border: 1px solid #c92015 !important;
}

/* haeder styling  */
.navbar-brand>img {
    max-width: 150px;
    filter: drop-shadow(1px 2px 4px black);
}

ul.flagBox {
    display: flex;
    gap: 20px;
}

.flagBox>li {
    display: block;
}

.flagBox>li>a {
    display: table;
}

.flagBox>li img {
    max-width: 50px;
}

.header-sec .nav-link {
    border-right: 1px solid;
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0 25px !important;
    font-weight: 500;
}

.header-sec li:last-child .nav-link {
    border: none !important;
}

.main-banner {
    height: 700px;
    padding: 118px 0 70px;
}

.banner-img1,
.banner-img2 {
    height: 700px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: -1;
}

.banner-img1 {
    opacity: 1;
}

/* .banner-img2 {
    opacity: 0;
} */


.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 230px;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #ff4419;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #ff4419;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 215px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
    border-radius: 3px 0px 0px 3px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #ff4419;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -80px;
    white-space: pre;
    bottom: 50px;
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.head-form.floating-form {
    width: 370px;
    display: inline-block;
}

.head-form.floating-form:before {
    display: none;
}

.head-form.floating-form:after {
    display: none;
}

.head-form.floating-form h2 {
    font-size: 25px;
}

.head-form.floating-form .form-head {
    margin-top: 0px;
}

.head-form.floating-form .inner-pages-form textarea {
    min-height: 100px;
}

.head-form.floating-form .inner-pages-form textarea:focus {
    height: 100px;
}

.head-form.floating-form .inner-pages-form textarea.form-control {
    height: 0;
}

.head-form.floating-form .btn-style-one {
    width: 100%;
}


/* float btn styling end  */






.homePage .header-sec {
    background: hsl(0deg 0% 100% / 54%) !important;
}

.header-sec {
    backdrop-filter: blur(9px) brightness(100%);
    background: hsl(0, 0%, 100%);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.inr-bnr-txt h2 {
    font-size: 48px;
    font-weight: 700;
}

.inner-banner.about-banner .inr-bnr-txt p {
    margin: 0 auto;
    text-align: center;
}

.inr-bnr-txt p {
    font-size: 16px;
    padding: 20px 0;
    width: 70%;
}

.bulb,
.bulb-glw {
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
    width: 100%;
}

.bulb-glw {
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.bnr-side-img:hover .bulb-glw {
    opacity: 1;
}

.main-banner.main-bnr-default.active h1,
.main-banner.main-bnr-default.active p,
.main-banner.main-bnr-default.active .bnr-txt ul li {
    color: #fff !important;
}

.main-banner.main-bnr-default.active img.banner-img2 {
    opacity: 1 !important;
}

.bnr-side-img:hover:nth-child(2) {
    display: none;
}

.bnr-side-img:hover:first-child {
    display: block;
}

.bnr-side-img {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    width: 70%;
    z-index: 1;
}

.bnr-txt h1 {
    color: #171717;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 22px;
}

.bnr-txt h1 span {
    font-weight: 400;
}

.bnr-txt ul li {
    line-height: 35px;
    width: 50%;
}

.bnr-txt ul li i {
    margin-right: 5px;
}

.get-btn {
    background: #fff;
    color: #3d256e;
}

.chat-btn,
.get-btn {
    border-radius: 60px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 35px;
    transition: all .5s ease-in-out;
}

.chat-btn {
    background: linear-gradient(134deg, #cb2d17 25%, #cb2d17 92%);
    color: #fff !important;
    margin-left: 20px;
}

.get-btn:hover {
    background: linear-gradient(134deg, #cb2d17 25%, #cb2d17 92%);
    color: #fff !important;
}

.chat-btn:hover {
    background: #fff;
    color: #3d256e !important;
}


/* about style  */
.about-sec {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.hd-txt h4 {
    color: #ff0404;
    font-size: 22px;
    font-weight: 500;
}

.hd-txt p {
    padding: 10px 0;
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
}

.bnr-btn {
    align-items: center;
    display: flex;
    margin: 0 0 24px;
}

.about-btn .chat-btn:hover,
.about-btn .get-btn {
    background: #000;
    color: #fff !important;
}

.tab {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.chat-btn {
    background: linear-gradient(134deg, #cb2d17 25%, #cb2d17 92%);
    color: #fff;
    margin-left: 20px;
}

.about-btn .get-btn:hover {
    background: linear-gradient(134deg, #cb2d17 25%, #cb2d17 92%) !important;
}

.about-btn .chat-btn:hover,
.about-btn .get-btn {
    background: #000 !important;
    color: #fff !important;
}

.about-list {
    padding-right: 50px;
}

.about-list ul .about-sol-bx {
    align-items: center;
    background: transparent;
    border: 1px solid #707070;
    cursor: pointer;
    display: flex;
    height: 140px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.about-list ul .about-sol-bx:before {
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.about-sol-bx span {
    -webkit-text-stroke: 2px #dd7043;
    -webkit-text-fill-color: transparent;
    color: hsla(0, 0%, 100%, .15);
    font-size: 50px;
    font-weight: 700;
}

.about-list ul .about-sol-bx i {
    font-size: 20px;
    font-weight: 700;
    margin: 0 20px;
}

.about-list ul>li {
    display: block;
}

.about-sol-bx h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.about-sol-bx {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-list ul .about-sol-bx:hover {
    color: #fff;
}

.about-list ul .about-sol-bx1:hover {
    background: url(../images/solution-img-1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-list ul .about-sol-bx2:hover {
    background: url(../images/solution-img-2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-list ul .about-sol-bx3:hover {
    background: url(../images/solution-img-3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-sec {
    background: url(../images/cta-img.digital.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}



.cta-sec img {
    bottom: -90px;
    margin: auto;
    position: absolute;
    right: -180px;
    top: 0;
    width: auto;
}

.cta-sec img.cta-side-icon-st-1 {
    -webkit-animation: updown2 3s ease-in-out infinite;
    animation: updown2 3s ease-in-out infinite;
    bottom: 140px;
    position: absolute;
    right: 80px;
}

.cta-sec img.cta-side-icon-st-2 {
    -webkit-animation: slide3 8s ease-in-out infinite;
    animation: slide3 8s ease-in-out infinite;
    bottom: 60px;
    position: absolute;
    right: 60px;
    top: auto;
    width: 100px;
}

.cta-sec img.cta-side-icon-st-3 {
    -webkit-animation: updown2 3s ease-in-out infinite;
    animation: updown2 3s ease-in-out infinite;
    bottom: -80px;
    position: absolute;
    right: 40px;
    top: auto;
}

.cta-txt.hd-txt h2 {
    -webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: transparent;
    color: hsla(0, 0%, 100%, .15);
    font-size: 65px;
    font-weight: 700;
    text-align: center;
    padding-top: 0;
}

.cta-sec .cta-tel {
    align-items: center;
    display: flex;
    gap: 0 40px;
    justify-content: center;
    text-align: center;
}

.cta-sec .bnr-btn.about-btn {
    justify-content: center;
    margin: 35px 0 25px;
}

.cta-sec .cta-tel a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.cta-sec .cta-tel a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.main-port-div .port-bx img {
    cursor: pointer;
    height: 359px;
    object-fit: cover;
    object-position: top;
    transition: all 5s ease;
    width: 90%;
}

.main-port-div .port-bx img:hover {
    object-position: bottom;
}

.main-port-div {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
    justify-content: center;
}

.port-bg {
    left: -290px;
    position: absolute;
    top: -60px;
    z-index: -1;
}

.port-af-img,
.port-bf-img {
    position: absolute;
    width: auto;
}

.port-bf-img {
    bottom: 0;
    left: 0;
    margin: auto;
    top: 25%;
    z-index: -1;
    max-width: 70px !important;
}

.port-af-img {
    right: 0px;
    top: 0;
    max-width: 70px !important;
}

.portfolio-sec {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 70px 0 170px;
    position: relative;
    z-index: 1;
}

.hd-txt h4 {
    color: #ff0404;
    font-size: 22px;
    font-weight: 500;
}

.hd-txt h2 {
    color: #313131;
    font-size: 48px;
    font-weight: 700;
    /* padding-top: 15px; */
}

h2.mobile-outline-txt-st {
    -webkit-text-stroke: 1px #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}

h2.outline-txt-portfolio {
    -webkit-text-stroke: 1px #33333359;
    -webkit-text-fill-color: transparent;
    bottom: -40px;
    display: flex;
    font-size: 18vw;
    height: auto;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -20px;
    top: auto;
    z-index: -1;
}

.portfolio-sec .hd-txt {
    padding-bottom: 30px;
    text-align: center;
}

.how-sec {
    padding: 50px 0;
}

ul.how-list-st {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
}

ul.how-list-st li:nth-child(odd) .how-box {
    border-right: 1px solid #707070;
}

.how-box {
    background: transparent;
    padding: 20px;
    position: relative;
}

.how-box h3 {
    color: #989898;
    font-size: 24px;
    font-weight: 700;
}

ul.how-list-st li p {
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    width: 80%;
}

.how-box img {
    bottom: 10px;
    position: absolute;
    right: 35px;
}

ul.how-list-st li {
    width: 49%;
}

.how-box:hover {
    background: linear-gradient(134deg, #fff 25%, #e9e9e9 92%);
}

.web-solution-sec {
    background: #313131;
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.web-solution-sec .hd-txt h2 {
    color: #fff;
    padding-top: 0;
}

.main-web-solution-col {
    padding: 10px 0 0 11px;
}

.main-web-solution-col {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
}

.web-sol-lft-col {
    padding-right: 50px;
}

.web-sol-lft-col p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

.web-solution-sec ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.web-solution-sec ul li .web-sol-bx {
    align-items: flex-start;
    display: flex;
}

.web-solution-sec ul li .web-sol-bx img {
    align-items: center;
    background: hsla(0, 0%, 100%, .5);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    padding: 5px;
    position: relative;
    top: 10px;
}

.web-sol-txt h3 {
    padding: 10px 0;
}

.web-sol-txt h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 21px 0;
}

h2.mobile-outline-txt-st {
    -webkit-text-stroke: 1px #f5f5f5;
    -webkit-text-fill-color: #f5f5f5;
}

h2.outline-txt-consultation {
    bottom: auto;
    display: flex;
    display: none;
    font-size: 7vw;
    font-weight: 700;
    height: auto;
    justify-content: flex-end;
    left: 0;
    margin: auto;
    position: absolute;
    top: -20px;
    top: 30px;
    z-index: -1;
}

.web-sol-bg-st {
    height: 1100px;
    left: -300px;
    position: absolute;
    top: -80px;
    z-index: -1;
}

.web-sol-rft-div h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding-top: 20px;
}

.web-sol-rft-div h2 span {
    color: #d56b46;
}

.web-sol-rft-div p {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    width: 85%;
}

.cta-sec,
.industries-sec {
    overflow: hidden;
}

.industries-sec {
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

.hd-txt p {
    padding: 10px 0;
}

.indus-box h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.indus-box {
    align-items: center;
    background: transparent;
    cursor: pointer;
    display: flex;
    height: 400px;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.indus-box>img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(1);
    z-index: -2;
    height: unset !important;
}

.indus-box:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    background: hsla(0, 3%, 7%, .43);
    z-index: -1;
}

.indus-box:hover>img {
    filter: grayscale(0);
}

.industries-sec .hd-txt {
    text-align: center;
}

.head-form {
    width: 400px;
    background: #fff;
    padding: 20px 20px 20px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
}

.btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 33px;
    font-weight: 700;
    overflow: hidden;
    color: #ffffff;
    background: #000000;
}

/* footer stying  */
.ftr-main-sec {
    padding: 20px 0 70px;
    position: relative;
    z-index: 1;
}

.ftr-lft-div h4,
.services-list h4 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}

.services-list ul {
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.services-list ul li {
    width: 100%;
}

.services-list ul li a {
    color: #000;
    font-size: 18px;
    line-height: 38px;
}

.services-list ul i {
    margin-right: 12px;
}

.ftr-copy {
    background: #313131;
    padding: 15px 0;
}

.ftr-copy-main-col {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ftr-copy-main-col p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.about-sec .hd-txt p {
    padding: 10px 0;
    margin: unset !important;
}

.blitz-logo-ftr-st {
    bottom: -111px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 32%;
}

.footer-bg-st {
    background: url(../images/footer-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    position: relative;
}

.ftr-main-col {
    display: flex;
}

.ftr-main-col .col-sm-9 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    justify-content: space-between;
}

.footer-bg-st .cta-sec.ftr-cta-sec {
    background: transparent;
}

.ftr-logo-st>img {
    max-width: 230px;
    display: table;
    margin: 0 auto;
}

.testi-sec {
    position: relative;
    padding: 50px 0 100px;
}

.testi-mobile {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 150px;
    width: 330px !important;
}

.testi-sec .hd-txt {
    padding-bottom: 90px;
    text-align: center;
}

.testi-box img {
    display: table !important;
    margin: 0 auto;
    padding-bottom: 21px;
}

.testi-box p {
    min-height: 189px;
}

.testi-box p {
    font-size: 18px;
    margin: 0 auto;
    min-height: 240px;
    width: 60%;
    text-align: center;
}

.testi-box h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
}

.active.center .testi-box img {
    filter: brightness(6.5);
    max-width: 80px;
}

.active.center {
    color: #fff !important;
}

.testi-sec:before {
    background: url(../images/testi-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}

.main {
    height: 500px;
    margin: 0 auto;
    position: relative;
    width: 500px;
    animation: Rotate 20s linear infinite;
}

.big-circle,
.icon-block {
    align-items: center;
    -webkit-align-items: center;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.big-circle {
    border: 2px solid #717171;
    height: 100%;
    position: relative;
    transition: all .5s ease-in-out;
    width: 100%;
}

.circle {
    border: 2px solid #717171;
    border-radius: 50%;
    height: 60%;
    right: -70px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transition: all .5s ease-in-out;
    width: 60%;
}

.center-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
    max-width: 120px;
}

.icon-block:hover {
    border-color: transparent;
    box-shadow: 1px 1px 11px 0 #eb773f;
}

.icon-block:first-child {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block {
    background: #fff;
    border: 1px solid #717171;
    box-shadow: 0 2px 4px 0 transparent;
    -webkit-box-shadow: 0 2px 4px 0 transparent;
    height: 129px;
    position: absolute;
    width: 129px;
}

.icon-block:nth-child(2) {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block.active {
    border-color: transparent;
    box-shadow: 1px 1px 11px 0 #eb773f;
}

.icon-block:first-child {
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block {
    background: #fff;
    border: 1px solid #717171;
    box-shadow: 0 2px 4px 0 transparent;
    -webkit-box-shadow: 0 2px 4px 0 transparent;
    height: 129px;
    position: absolute;
    width: 129px;
}

.icon-block:nth-child(2) {
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.hd-txt.tech-web-txt h2 {
    color: #000;
    font-size: 72px;
    line-height: 70px;
    text-align: left;
}

.hd-txt.tech-web-txt p {
    color: #000;
    margin: 0;
    text-align: left;
    width: 80%;
}

.hd-txt.tech-web-txt h2 span {
    -webkit-text-stroke: 1px rgba(0, 0, 0, .38);
    -webkit-text-fill-color: #fff;
    color: rgba(0, 0, 0, .34);
    display: block;
    font-size: 135px;
    line-height: 120px;
}

@keyframes Rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes slide3 {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translate(40px);
        transform: translate(40px);
    }
}

@keyframes updowns {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: .4s;
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        transition: .4s;
    }
}

@keyframes updown2 {

    0%,
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: .4s;
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        transition: .4s;
    }
}



/* about us page  */
.inner-banner.about-banner {
    background: url(../images/aboout-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 800px; */
    text-align: center;
    position: relative;

}

.text2 p.mx-auto {
    margin: 0 auto !important;
    text-align: center;
}

.inner-banner .inr-bnr-txt {
    padding-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 700px;
    position: relative;
    z-index: 3;
}

.hd-txt>ul>li {
    color: #ff0404;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    display: block;
}

.about-mob-txt ul li img {
    margin-right: 5px;
}

.inner-banner.about-banner:before {
    background: rgba(39, 31, 44, .67);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    /* z-index: -1; */
}

/* achivement section  */
.rating-sec {
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
}

.rating-main-col {
    background: url(../images/rating-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    padding: 20px;
}

.rating-list {
    width: 100%;
}

.rating-list .hd-txt {
    padding-bottom: 30px;
    text-align: center;
}

.rating-main-col .hd-txt h2 {
    font-size: 40px;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.rating-main-col h2 {
    color: #fff;
}

.rating-list ul {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    text-align: center;
}

.rating-list ul li {
    width: 25%;
}

.rating-main-col h2 {
    color: #fff;
}

.rating-main-col p {
    color: #fff;
    font-size: 16px;
}

.rating-main-col h2 span {
    font-size: 40px;
    font-weight: 700;
}

.why-choose-sec-inner {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.why-choose-sec-inner .hd-txt p {
    margin: 0 auto;
    width: 50%;
}

.why-box-inr {
    background: transparent;
    border-radius: 13px;
    padding: 20px;
    transition: all .5s ease-in-out;
}

.slick-slide img {
    display: block;
}

.why-box-inr h3 {
    color: #989898;
    font-size: 30px;
    font-weight: 700;
    padding: 14px 0;
    position: relative;
}

.why-choose-slider-inr-col .why-box-inr p {
    font-size: 15px;
    min-height: 50px;
}

.why-box-inr:hover {
    background: #eee;
}

.why-box-inr p {
    color: #000 !important;
}

.why-box-inr h3:before {
    background: #ff0404;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 61px;
}


/* looking for section */
.what-sec-inner {
    background: url(../images/what-img-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.what-main-list-dv {
    padding-top: 70px;
}

.what-sec-inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.what-sec-inner ul li {
    width: 14%;
}

.what-main-list-dv li:nth-child(odd) .what-bx-inr {
    background: #fff;
}

.what-bx-inr:hover {
    color: #d16946;
}

.what-bx-inr:hover img {
    -webkit-filter: invert(47%) sepia(32%) saturate(975%) hue-rotate(329deg) brightness(96%) contrast(89%);
    filter: invert(47%) sepia(32%) saturate(975%) hue-rotate(329deg) brightness(96%) contrast(89%);
}

.what-bx-inr {
    background: transparent;
    border-radius: 16px;
    padding: 20px 0;
    transition: all .5s ease-in-out;
}

.what-bx-inr h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
}


/* streamland process  */
.process-inner-sec {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.process-inner-main-col {
    position: relative;
    z-index: 1;
}

.process-inr-div {
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 3px 15px 4px rgba(0, 0, 0, .2);
    padding: 15px 20px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.process-num-inr {
    margin-bottom: 25px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.process-inr-div h4 {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
    padding: 6px 0;
    margin-bottom: 0;
}

.process-inr-div p {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    overflow-x: hidden;
    overflow-y: auto;
}

.process-num-inr img {
    bottom: 0;
    left: 8px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.process-num-inr h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding: 0;
}

.process-inr-div p::-webkit-scrollbar,
.pricing-box ul::-webkit-scrollbar {
    width: 8px
}

.process-inr-div p::-webkit-scrollbar-track,
.pricing-box ul::-webkit-scrollbar-track {
    border-radius: 8px;
    box-shadow: inset 0 0 5px grey
}

.process-inr-div p::-webkit-scrollbar-thumb,
.pricing-box ul::-webkit-scrollbar-thumb {
    background: #eb773f;
    border-radius: 8px
}

.process-inr-div p::-webkit-scrollbar-thumb:hover {
    background: #eb773f
}

.process-inner-main-col ul li {
    width: 48%;
}

.process-inner-main-col ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* contact us page  */
.contact-form form input {
    width: 100%;
}

.contact-form input {
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    padding: 14px 15px;
}

.cntct-form-r-side {
    align-items: center;
    background: url(../images/contact-box-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    height: 427px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 544px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.cntct-form-r-side ul {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    list-style: none;
    padding: 0 0 0 30px;
}

.cntct-form-r-side ul li a {
    align-items: center;
    color: #fff !important;
    display: flex;
    font-size: 18px;
}

.cntct-form-r-side ul li i {
    align-items: center;
    background: #d16946;
    border-radius: 60%;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    margin-right: 20px;
    width: 55px;
}

.conact-main-div {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.contact-form .submit-btn-pop-st input.btn.btn-default {
    background: linear-gradient(134deg, #cb2d17 25%, #cb2d17 92%);
    border: 0;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 35px;
}



/* pricing section  */
/* .pricing-sec {
    background: url(../images/pricing-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    z-index: 1;
} */
.contact-inner-sec {
    padding: 70px 0 0;
}

.tabcontent {
    display: none;
    margin-top: 50px;
}

.tablinks {
    position: relative;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    float: left;
    cursor: pointer;
    padding: 16px 48px;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tablinks.active,
.tablinks:hover {
    background: linear-gradient(134deg, #cb2d17 25%, #cb2d17 92%);
    color: #fff !important;
}

.pricing-box {
    border: 1px solid #aaa;
    border-left-color: transparent;
    border-radius: 7px;
    margin: 0 15px;
    padding-bottom: 20px;
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.pricing-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: .38;
    padding: 20px 0;
    text-align: center;
}

.amout-bx {
    background: #d16946;
    color: #fff;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.pricing-box ul {
    height: 250px;
    margin-top: 20px;
    overflow: auto;
}

.pricing-btn {
    justify-content: center;
}

.bnr-btn {
    align-items: center;
    display: flex;
    margin: 0 0 24px;
}

.pricing-box ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    display: block;
}

.pricing-box ul li i {
    padding-right: 8px;
}

.amout-bx h2 {
    font-size: 74px;
    font-weight: 700;
}

.amout-bx h2 sup {
    font-size: 40px;
    top: 0;
}

.pricing-box:before {
    height: 95%;
}

.pricing-box:after,
.pricing-box:before {
    background: transparent;
    border-left: 1px solid #aaa;
    content: "";
    left: 0;
    position: absolute;
    width: 1px;
    z-index: -1;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    right: 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}

.navlink-drop:hover ul.dropdown-menu li {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.navlink-drop ul.dropdown-menu li a {
    border-right: 0;
    color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.nav-item.navlink-drop:hover ul.dropdown-menu {
    display: block;
}

.navlink-drop ul.dropdown-menu li {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    padding: 5px 0;
    transition: all .8s ease-in-out;
}

.about-sec-webdesgin {
    background: url(../images/services-bg-01.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.outline-txt-1 {
    -webkit-text-stroke: 1px rgba(0, 0, 0, .31);
    -webkit-text-fill-color: transparent;
    align-items: center;
    color: hsla(0, 0%, 100%, .15);
    display: flex;
    font-size: 9.5vw;
    font-weight: 700;
    height: 25vmin;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 120px;
    width: 100%;
}

.star-testi {
    display: table;
    margin: 0 auto;
}

.about-sec-webdesgin .outline-txt-1 {
    -webkit-text-stroke: 1px hsla(0, 0%, 6%, .54);
    -webkit-text-fill-color: transparent;
    font-size: 12vw;
    height: auto;
    justify-content: flex-end;
    left: auto;
    right: 0;
    top: -20px;
    z-index: -1;
}

img.wordpress-logo-st-web {
    left: -200px;
    margin: auto;
    position: absolute;
    top: 0;
    width: auto;
}

.about-sec-webdesgin .row {
    align-items: center;
    position: relative;
    z-index: 1;
}


.about-webdesgin-side-img .about-s-web-img-1 {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 70px;
    width: 80%;
}

.about-webdesgin-side-img {
    position: relative;
}

.about-s-web-img-2 {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -65px;
    z-index: -1;
    width: 40%;
}

.dropdown-menu.show {
    display: flex !important;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.nav-tabs .dropdown-menu>button {
    min-width: 49%;
}

/* logo slider  */
.logo-why-bx {
    background: #f6f5f5;
    border-radius: 17px;
    margin: 0 5px;
    padding: 20px 25px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.logo-why-bx h4,
.logo-why-icon-bx {
    align-items: center;
    display: flex;
    justify-content: center;
}

.logo-why-icon-bx {
    background: #fff;
    border: 1px solid;
    border-radius: 60%;
    height: 117px;
    margin: -70px auto 5px;
    position: relative;
    text-align: center;
    width: 117px;
}

.slick-slide img {
    display: block;
}

.logo-why-bx h4 {
    font-size: 18px;
    font-weight: 600;
    height: 80px;
    padding: 15px 0;
}

.logo-why-bx p {
    font-size: 16px;
    height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo-why-bx:hover {
    background: url(../images/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.logoSlider .owl-stage {
    padding-top: 50px;
}

.logo-why-bx:hover h4,
.logo-why-bx:hover p {
    color: #fff;
}

.moib-box {
    display: none;
}

section.inner-banner.thank-banner {
    background: url(../images/thank-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    text-align: center;
    padding-bottom: 100px;
}

section.inner-banner.about-banner .inr-bnr-txt {
    color: #fff;
}

.inner-banner .inr-bnr-txt {
    padding-top: 65px;
}

.inr-bnr-txt h2 {
    font-size: 48px;
    font-weight: 700;
}

section.inner-banner.about-banner .inr-bnr-txt p {
    margin: 0 auto;
    text-align: center;
}

.inr-bnr-txt p {
    font-size: 16px;
    padding: 20px 0;
    width: 70%;
}


.pop-form {
    background: url(../images/popup-bg2.png);
}

.modal.show .modal-dialog {
    transform: none;
    width: 830px;
    min-width: 830px;
}

.modal {
    backdrop-filter: blur(10px);
}

.modal-body input {
    padding: 10px 15px;
    background: #eaeaef;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
}

input.btn.btn-default.pop_btn.submit-btn.fspx-23.ls-medium.d-block.w-100.fw-bold {
    background: var(--red-color);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin: 20px 0 0 !important;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}

a.chref-p,
a.chref-t {
    color: #cb2d17 !important;
    font-weight: 700;
    text-decoration: underline !important;
}

a.chref-p:hover,
a.chref-t:hover {
    text-decoration: none !important;
}

.privacy-policy-sec {
    padding: 70px 0;
}

.ftr-lft-div a i {
    margin-right: 10px;
}

.ftr-lft-div a i {
    align-items: center;
    background: #db6e44;
    border-radius: 60%;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.ftr-lft-div>a {
    display: flex;
    margin-bottom: 10px;
}

.social-icon {
    display: flex;
}

.industries-ul-st {
    position: relative;
}

.industries-ul-st:hover ul.dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    min-width: 900px;
    justify-content: space-between;
    gap: 10px;
}

.industries-ul-st ul.dropdown-menu li.nav-link-st-ico {
    min-width: 24%;
    border-right: none;
}

.industries-ul-st ul.dropdown-menu li.nav-link-st-ico img {
    max-width: 35px;
    margin-right: 10px;
}

.industries-ul-st ul.dropdown-menu li.nav-link-st-ico>a.nav-link {
    padding: 4px 10px !important;
    border-right: none;
}

.industries-ul-st ul.dropdown-menu li.nav-link-st-ico>a.nav-link:hover {
    background: #cb2d17;
    color: #fff !important;
}

.industries-ul-st ul.dropdown-menu li.nav-link-st-ico>a.nav-link:hover img {
    filter: invert(1);
}

/* industry section  */
.industry-about-sec {
    height: 865px;
    padding: 70px 0 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.profit-mast {
    background: url(../images/non-profit/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fashion-mast {
    background: url(../images/fashion/about-bg.6e5394738f714839aea4.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.real-mast {
    background: url(../images/real-estate/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.health-mast {
    background: url(../images/health/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fan-sec-ban {
    background: url(../images/fashion/space-img.03cc54961c95c6db80df.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.profit-sec-ban {
    background: url(../images/non-profit/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.health-sec-ban {
    background: url(../images/health/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.real-sec-ban {
    background: url(../images/real-estate/space.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fitness-about-sec {
    background: url(../images/fitness/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.education-about-sec {
    background: url(../images/education/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section.cta-sec-industry {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

section.cta-sec-industry .hd-txt h2 {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    color: hsla(0, 0%, 100%, .15);
    font-size: 72px;
    font-weight: 700;
    padding-top: 0;
}

section.cta-sec-industry .bnr-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
    justify-content: center;
    margin: 0 auto;
    width: 35%;
}

section.cta-sec-industry .bnr-btn a.email-btn,
section.cta-sec-industry .bnr-btn a.tel-btn {
    color: #fff;
}

section.cta-sec-industry .hd-txt {
    margin-bottom: 25px;
    text-align: center;
}

.inner-industry-txt-side-img {
    margin-bottom: -120px;
    position: relative;
    top: -47px;
}

.inner-industry-txt-side-img img {
    width: 95%;
}

.industry-inner-sec .indusry-bf-img-inr {
    position: absolute;
    right: -270px;
    top: -250px;
    width: 100%;
}

.industry-inner-sec,
section.industry-inner-sec .row {
    position: relative;
    z-index: 1;
}

.education-empty-sec {
    background: url(../images/education/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fitness-empty-sec {
    background: url(../images/fitness/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.empty-sec {
    height: 200px;
}

.mob-indus-side-img img {
    width: 70%;
    margin: 0 auto;
    display: table;
}

.fash-mobile-app-industry {
    background: url(../images/fashion/mobile-sec-img.7f198e6a8f94ed62cb3d.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.non-mobile-app-industry {
    background: url(../images/non-profit/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.health-mobile-app-industry {
    background: url(../images/health/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.real-mobile-app-industry {
    background: url(../images/real-estate/mobile-sec.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.fash-logo-design-sec {
    background: url(../images/fashion/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.non-p-logo-design-sec {
    background: url(../images/non-profit/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.rel-logo-design-sec {
    background: url(../images/real-estate/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fit-mobile-app-industry {
    background: url(../images/fitness/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.edu-mobile-app-industry {
    background: url(../images/education/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section.logo-design-industry-sec {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.helt-logo-design-sec {
    background: url(../images/health/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.edu-logo-design-sec {
    background: url(../images/education/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fit-logo-design-sec {
    background: url(../images/fitness/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-indus-side-img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo-indus-side-img li img {
    display: table;
    margin: 0 auto;
    width: 80%;
}

section.cta-sec-industry {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.fit-cta-sec-two {
    background: url(../images/fitness/cta-bg-2.png);
}

.nop-cta-sec-two {
    background: url(../images/non-profit/cta-bg-2.png);
}

.health-cta-sec-two {
    background: url(../images/health/cta-bg-2.png);
}

.edu-cta-sec-two {
    background: url(../images/education/cta-img2.png);
}

.fashion-cta-sec-two {
    background: url(../images/fashion/cta-bg-2.png);
}

.realst-cta-sec-two {
    background: url(../images/real-estate/cta-bg-2.png);
}

.gaming-empty-sec {
    background: url(../images/gaming/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.gaming-cta-sec-one {
    background: url(../images/gaming/cta-img.png) !important;
}

.gaming-cta-sec-two {
    background: url(../images/gaming/cta-bg-2.png);
}

.agriculture-about-sec {
    background: url(../images/agriculture/about-bg.png) 50% center / cover no-repeat;
}

.agriculture-mobile-app-industry {
    background: url(../images/agriculture/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.agriculture-logo-design-sec {
    background: url(../images/agriculture/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.agriculture-cta-sec-two {
    background: url(../images/agriculture/cta-bg-2.png);
}

.construction-about-sec {
    background: url(../images/construction/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.construction-cta-sec-one {
    background: url(../images/construction/cta-img.png);
}

.construction-mobile-app-industry {
    background: url(../images/construction/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.construction-logo-design-sec {
    background: url(../images/construction/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.construction-empty-sec {
    background: url(../images/construction/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.automotive-about-sec {
    background: url(../images/automotive/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.automotive-empty-sec {
    background: url(../images/automotive/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.automotive-cta-sec-one {
    background: url(../images/automotive/cta-img.png);
}

.automotive-mobile-app-industry {
    background: url(../images/automotive/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.automotive-logo-design-sec {
    background: url(../images/automotive/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate-about-sec {
    background: url(../images/corporate/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate-empty-sec {
    background: url(../images/corporate/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate-cta-sec-one {
    background: url(../images/corporate/cta-img..png);
}

.corporate-mobile-app-industry {
    background: url(../images/corporate/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate-logo-design-sec {
    background: url(../images/corporate/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate-cta-sec-two {
    background: url(../images/corporate/cta-bg-2.png);
}



.dental-about-sec {
    background: url(../images/dental/about-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.dental-empty-sec {
    background: url(../images/dental/space-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.dental-cta-sec-one {
    background: url(../images/dental/cta-img.png);
}

.dental-mobile-app-industry {
    background: url(../images/dental/mobile-sec-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.dental-logo-design-sec {
    background: url(../images/dental/logo-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    left: -290px;
    top: -80px;
    z-index: -2;
    background-image: url(../images/port-bg-af-img.png);
}

.portfolio {
    position: relative;
    padding: 90px 0 20px;
    overflow-x: hidden;
}

.portfolio:after {
    content: '';
    position: absolute;
    width: 10%;
    right: 10px;
    top: 80px;
    height: 26%;
    background-repeat: no-repeat;
    z-index: -2;
    background-image: url(../images/port-af.png);
}

.portfolio .tab button {
    color: #000;
}

.port-head {
    text-align: center;
}

.port-head h4 {
    color: #ff0404;
    font-size: 22px;
    font-weight: 500;
}

.port-head h2 {
    color: #313131;
    font-size: 44px;
    font-weight: 700;
    padding-top: 8px;
}

.portfolio .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding: 0px 0 0px;
    justify-content: center;
    margin-bottom: 0;
    list-style: none;
}

.portfolio .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(134deg, #50236e 25%, #eb773f 92%);
    color: #fff;
    border-radius: 50px;
}

.portfolio .nav-item button {
    color: #000;
    font-weight: bold;
    text-align: left;
}

/* .portfolio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: linear-gradient(134deg, #50236e 25%, #eb773f 92%);
    color: #fff !important;
    border-radius: 50px;
    border: none;
} */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.portfolio .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.sc-tb {
    padding: 0px 0 50px !important;
}

.sc-tb .nav-link:focus,
.sc-tb .nav-link:hover {
    border-color: transparent !important;
    isolation: isolate;
}

/* .portfolio .nav-item button {
    color: #000;
    font-weight: 600;
    padding: 10px 50px;
} */
.edu-cta-sec-one {
    background: url(../images/education/cta-bg.png);
}

.industry-inner-sec {
    overflow-x: hidden;
    overflow: visible;
}

/* PORTFOLIO SECTION START*/
.project_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3.6rem;
    margin-right: 1.43rem;
    cursor: pointer;
    margin-right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.project_img_container {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .17);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.project_img_container img {
    height: auto;
    width: 100%;
    transition: all 0.35s;
}

button.project_prev_btn {
    border-radius: 30px;
    font-weight: 500;
    font-size: 1.125rem;
    display: block;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    color: #fff;
    background: #000;
    border-radius: 0.4rem;
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: .05rem;
    max-width: 12.4rem;
    height: 3rem;
    width: 8.8rem;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .04rem;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.project_box:hover .project_prev_btn {
    opacity: 1;
}

.project_box:hover .project_img_container img {
    opacity: .5;
}

p.fragment-title {
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    opacity: 1;
}

.filter-list__modal {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .4);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1111111;
}

.filter-list__modal.show-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-list__modal .modal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    height: 80%;
    background-color: #fff;
    overflow: hidden;
    border-radius: .58rem;
    -webkit-box-shadow: 0 1.7rem 2.8rem .28rem rgba(0, 0, 0, .14), 0 .65rem 3.3rem .58rem rgba(0, 0, 0, .12), 0 .786rem 1.07rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1.7rem 2.8rem .28rem rgba(0, 0, 0, .14), 0 .65rem 3.3rem .58rem rgba(0, 0, 0, .12), 0 .786rem 1.07rem 0 rgba(0, 0, 0, .2)
}

.filter-list__modal .modal-container.mobile-view {
    width: 375px
}

.filter-list__modal .modal-container.mobile-view .modal-heading__container:first-child {
    margin-left: .5rem
}

.filter-list__modal .modal-container.mobile-view .modal-heading__container:last-child {
    margin-right: .5rem
}

.filter-list__modal .modal-container .modal-heading__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter-list__modal .modal-container .modal-heading__container .iframe-desktop__icon,
.filter-list__modal .modal-container .modal-heading__container .iframe-mobile__icon {
    border: none;
    background-color: transparent;
    font-size: 3.3rem;
    margin: .5rem;
    cursor: pointer;
    outline: none
}

.filter-list__modal .modal-container .modal-heading__container .iframe-desktop__icon.selected-view,
.filter-list__modal .modal-container .modal-heading__container .iframe-mobile__icon.selected-view {
    color: #ff0101
}

.filter-list__modal .modal-container .modal-heading__container .iframe-close__button {
    border: none;
    background-color: transparent;
    font-size: 3.3rem;
    cursor: pointer
}

.filter-list__modal .modal-container .modal-heading__container .iframe-close__button:first-child {
    margin: 1.5rem auto 1.5rem 1.5rem;
    visibility: hidden
}

.filter-list__modal .modal-container .modal-heading__container .iframe-close__button:last-child {
    margin: 1.5rem 1.5rem 1.5rem auto;
    font-size: 31px;
}

.filter-list__modal .modal-container .iframe-container {
    height: 100%
}

.filter-list__modal .modal-container .iframe-container .iframe-preview-content {
    height: 100%;
    width: 100%;
    border: none
}

button.iframe-mobile__icon.material-icons {
    font-size: 65px !important;
}

div#myTabContent {
    display: block !important;
}

.project_fillers {
    border-top: 1px solid #d4dbe0;
    border-bottom: 1px solid #d4dbe0;
    padding: 30px 0;
}

.project_fillers .nav-link {
    padding: 0 !important;
    font-size: 17px !important;
    border: 0 !important;
    color: #000 !important;
    font-weight: bold;
}


.project_fillers .nav-tabs {
    border: 0 !important;
    justify-content: space-around;
}

/* .project_fillers li.nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
} */
.project_fillers .dropdown-menu {
    width: 600px;
    padding: 27px;
    column-count: 2;
}

.project_fillers .dropdown-menu button.dropdown-item {
    padding: 0 !important;
    line-height: 50px !important;
    background: transparent !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 15px !important;
}

.dropdown-menu button {
    line-height: 38px;
}

.project_fillter_heading {
    text-align: center;
    padding: 70px 0;
}

.project_fillter_heading h2 {
    font-size: 52px;
    margin-bottom: 25px;
}

.project_fillter_heading p {
    font-size: 22px;
}

.project_fillers .nav-tabs .nav-link.active {
    color: red !important;
}

.project_fillers .dropdown-menu button.dropdown-item.active.show {
    color: red !important;
}

.project_fillers .dropdown-menu.dropdown-menu-small {
    column-count: 1;
    width: 250px;
}

.project_fillers .dropdown-menu:after {
    content: '';
    position: absolute;
    left: 44%;
    top: 33px;
    bottom: 33px;
    width: 1px;
    background: #d4dbe0;
}

.project_fillers .dropdown-menu.dropdown-menu-small:after {
    display: none;
}

.project_fillers .nav-tabs .nav-item:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.project_fillers .nav-tabs .nav-item .dropdown-toggle::after {
    transition: all 0.35s;
}

section.portfolio.aos-init.aos-animate {
    margin-top: 30px;
}

/* PORTFOLIO SECTION END */

/*** 

====================================================================
	Pricing Section
====================================================================

***/
.sec-title.centered {
    text-align: center !important;
}

.sec-title.centered .title {
    padding-left: 60px;
}

.price-block ul.pkg-list {
    height: 154px;
    padding: 0 17px;
    text-align: start;
    overflow-y: scroll;
}

.price-block .inner-box .pkg-list::-webkit-scrollbar {
    width: 5px;
}

.price-block .inner-box .pkg-list::-webkit-scrollbar-thumb {
    background-color: #cb2d17;
}

.price-block .inner-box .pkg-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

.price-block h6 span {
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: #cb2d17;
    transition: none;
}

.price-block ul li {
    margin: 5px 0;
    display: flex;
    word-break: break-word;
    padding-right: 10px;
    color: black;
}

.price-block ul li:before {
    content: "\f00c";
    height: 20px;
    width: 25px;
    color: #cb2d17;
    margin: 0 5px 0 0;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
}

.pkg-order-btn {
    margin-top: 20px;
}

.price-block .actions a span {
    font-size: 13px;
    float: left;
    color: black;
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    text-align: left;
    padding-bottom: 15px;
    margin-top: 15px;
}

.pricing-section .owl-dots {
    position: relative;
    text-align: center;
}

.pricing-section .owl-dots .owl-dot.active,
.pricing-section .owl-dots .owl-dot:hover {
    width: 25px;
    background-color: #cb2d17;
}

.pricing-section .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 4px;
    margin: 0px 4px;
    display: inline-block;
    background-color: #cccccc;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.pricing-section .owl-nav {
    display: none !important;
}

.mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 36px;
    line-height: 50px;
    cursor: pointer;
    color: #cb2d17;
    font-weight: 600;
    display: none;

}

/* .owl-carousel .owl-item img {
    display: inline !important;
    width: 100%;
    -webkit-transform-style: preserve-3d;
} */
.price-block .inner-box h4 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
    color: black;
}

.btn-style-eight .txt {
    position: relative;
    z-index: 1;
}

.btn-style-nine:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-eight {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff !important;
    padding: 14px 44px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
    background: #cb2d17;
    text-transform: capitalize;
}

.btn-style-eight:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background: #cb2d17;
    background: -webkit-linear-gradient(to left, #cb2d17 0%, #ff8f00 100%);
    background: -moz-linear-gradient(to left, #cb2d17 0%, #ff8f00 100%);
    background: linear-gradient(to left, #3dc0d4 0%, #3dc0d4 100%);
}

.sec-title .title {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.sec-title.centered .title:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 4px;
    width: 43px;
    height: 15px;
    background: url(../images/title-icon.png) no-repeat;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 4px;
    width: 43px;
    height: 15px;
    background: url(../images/title-icon.png) no-repeat;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 10px;
}

.sec-title .text {
    position: relative;
    color: #555555;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px;
}

.pricing-section {
    position: relative;
    padding: 0px 0px 100px;
    background-color: #f3f4ff;
}

.pricing-section.style-two {
    background: none;
    padding: 100px 0px 60px;
}

.pricing-section.style-three {
    padding: 100px 0px 60px;
}

.pricing-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}

.pricing-section .pattern-layer-two {
    position: absolute;
    left: -40px;
    top: -150px;
    width: 342px;
    height: 281px;
    background-repeat: no-repeat;
}

.pricing-section .pricing-tabs .price-block {
    transform: rotateY(0deg);
    width: 100% !important;
}

.pricing-section .pricing-tabs .tabs-content .tab.active-tab .price-block {
    transform: rotateY(0deg);
}

.pricing-section .pricing-tabs .price-block:nth-child(3) .inner-box {
    border-color: #eb3967;
}

.pricing-section .pricing-tabs .price-block:nth-child(3) .inner-box .title {
    background: #151ab2;
    background: -webkit-linear-gradient(to right, #151ab2 0%, #4c68e2 100%);
    background: -moz-linear-gradient(to right, #151ab2 0%, #4c68e2 100%);
    background: linear-gradient(to right, #151ab2 0%, #4c68e2 100%);
}

.pricing-tabs {
    position: relative;
    z-index: 2;
}

.pricing-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
    display: block;
}

.pricing-tabs .buttons-outer {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-tabs .tab-buttons {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.pricing-tabs .tab-buttons .tab-btn {
    position: relative;
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    float: left;
    cursor: pointer;
    padding: 16px 48px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
    color: #ffffff;
    background: #cb2d17;

}

/* Price Block */

.price-block {
    position: relative;
    margin-bottom: 30px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.pricing-section .owl-theme .owl-dots .owl-dot span {
    width: 0px !important;
    height: 0px !important;
    margin: 5px 10px;
    background: #8d8d8d;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 100px;
}


/* .price-block .inner-box .price-pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	height:44px;
	animation: 35s linear 0s infinite normal none running slide;
    display: none;
} */
@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 3000px 0;
    }
}

.price-block .inner-box .title {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    background: #cb2d17;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    background: -webkit-linear-gradient(to right, #cb2d17 0%, #ff8f00 100%);
    background: -moz-linear-gradient(to right, #cb2d17 0%, #ff8f00 100%);
    background: linear-gradient(to right, #cb2d17 0%, #ff8f00 100%);
}

.price-addon p {
    margin-bottom: 0px;
}

.price-addon {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.price-block .actions a span small {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #cb2d17;
    font-weight: 700;
}

.price-block {
    width: 100% !important;
}

.price-block .inner-box .price {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    color: #222222;
    line-height: 1em;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

.price-block .inner-box .price-list {
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}

.price-block .inner-box .price-list li {
    position: relative;
    color: #555555;
    font-size: 16px;
    margin-bottom: 12px;
}

.price-block .inner-box .price-list li:last-child {
    margin-bottom: 0px;
}

.price-block.active .inner-box {
    border: none;
    background: #151ab2;
    background: -webkit-linear-gradient(to right, #151ab2 0%, #4c68e2 100%);
    background: -moz-linear-gradient(to right, #151ab2 0%, #4c68e2 100%);
    background: linear-gradient(to right, #151ab2 0%, #4c68e2 100%);
}

.price-block.active .inner-box .title {
    color: #4f1d99;
    background: -webkit-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

.price-block.active .inner-box .price-list li,
.price-block.active .inner-box .price {
    color: #ffffff;
}

.price-block .inner-box {
    position: relative;
    text-align: center;
    padding: 27px 45px 40px;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid #cb2d17;
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    max-width: 350px;
}

.form-control::placeholder {
    font-size: 14px;
}

body .uwy.userway_p1 .userway_buttons_wrapper {
    bottom: 15px !important;
    left: calc(100vw - 95vw) !important;
    top: auto !important;
    right: auto !important;
}

li.nav-item.navlink-drop {
    position: relative;
}

div#main_menu > ul.navbar-nav>li>a.nav-link {
    font-size: 16px;
    padding: 0 20px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
}