@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #4796a2;
    --secondary-color: #4796a2;
    --white: #fff;
}


/* body {
      zoom: 90% !important;
  }
  */

.hidden {
    opacity: 0;
    transition: all ease 1s 0.5s;
}

html,
body {
    overflow-x: hidden !important;
    zoom: 95%;
    padding-right: 0px !important;
    background-color: #141313;
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
}

/* ::-webkit-scrollbar {
    width: 10px;
  } */

ol,
ul {
    padding-left: 0;
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
}

a {
    color: #3c4142;
    text-decoration: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #0d0d0d;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-color);
}

h1,
h2,
h3,
h4 {
    font-family: "Poppins", sans-serif;
}

header .header-nav {
    width: 100%;
    max-width: 1320px;
}

.banner-content {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.font {
    color: white;
    font-weight: 600;
    font-size: 30px;
}

.mian-hd {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.main-content-hd {
    font-size: 2rem;
    font-weight: 600;
}

.contact-heading {
    font-size: 1.6rem;
    font-weight: 500;
}

.title-hd {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
}

.banner-hd {
    font-size: 2.3rem;
}

.content-color {
    color: var(--primary-color);
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.banner-sec {
    padding: 10rem;
}

.banner-sec h1 {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 5.6rem;
}

.services-indutry-content {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
}

.main-banner {
    background-image: url(../images/dark/drak-mode-01.webp);
    background-blend-mode: saturation;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 140px 0 100px 0;

}

.home-hd {
    color: #fff;
}

.home-hd h5 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 0px;
}

.home-hd h1 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.home-hd h2 {
    font-size: 3rem;
    color: #57ffe8;
    font-weight: 600;
}


.home-hd ul {
    padding: 10px 0px;
}

.home-hd li {
    padding: 5px 34px;
    position: relative;
    display: block;
}


.home-hd li::before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #57ffe8;
    position: absolute;
    font-size: 20px;
    left: 0px;
    top: 2px;
}

/* Form */

.contact-sec {
    /* background-image: url(../images/landing-page/website-design/shape-5.webp); */
    background-image: url(../images/dark/shape-12.png) !important;
    border-radius: 10% !important;
    background-size: 90% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    object-fit: contain;
    background-position: center;
    padding: 13% 16% 15% 13%;
    filter: drop-shadow(1px 2px 5px #57ffe8);
}

.formBtn:hover {
    filter: drop-shadow(1px 2px 8px #57ffe8);
}

p {
    font-size: 20px;
}

.contact-sec p {
    font-size: 16px;
    font-weight: 500;
    line-height: 0;
    margin-bottom: 46px;
}

.contact-sec h2,
h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}


.contact-sec span {
    font-size: 42px;
    line-height: 1;
}

.contact-sec h3 {
    color: #fff;
}

/* .contact-line::before {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 119px;
    position: absolute;
    bottom: -13px;
    left: 0px;
  } */

.contact-sec span {
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    font-size: 42px;
    line-height: 1;
}

ul.contact-info {
    padding: 0;
}

ul.contact-info li {
    list-style: none;
    margin: 14px 0px;
    position: relative;
}

ul.contact-info input,
ul.contact-info textarea {
    border: 1px;
    border: 1px solid #fff;
    width: 100%;
    padding: 14px 38px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}



.contact-info input::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contact-info input::-ms-input-placeholder {
    color: #fff;
}

textarea::placeholder {
    color: #fff;
}

.contact-info li:nth-child(1)::after {
    content: "\f007";
    font-family: "FontAwesome";
    position: absolute;
    left: 11px;
    top: 12px;
    color: #ffff;
}

.contact-info li:nth-child(2)::after {
    content: "\f0e0";
    font-family: "FontAwesome";
    position: absolute;
    left: 11px;
    top: 12px;
    color: #ffff;
}

.contact-info li:nth-child(3)::after {
    content: "\f095";
    font-family: "FontAwesome";
    position: absolute;
    left: 11px;
    top: 12px;
    color: #ffff;
}

.faq-section .contact-sec h2,
h3 {
    font-size: 28px;
}

.faq-section .contact-sec p {
    font-size: 16px;
}

.faq-section .contact-sec span {
    font-weight: 600;
    font-size: 28px;
}

.faq-section .btn-style-1 {
    padding-top: 12px !important;
}

/* Form */

/* service tabs */

.sec-pd {
    padding: 5rem 0 5rem 0;
}

.banner-content {
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins";
    color: #57ffe8;
}


.hd-text {
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    font-size: 4.4rem;
    line-height: 1;
    position: relative;
}

.hd-line::before {
    content: "";
    background-color: #227e92;
    height: 3px;
    width: 41px;
    position: absolute;
    bottom: -13px;
    left: 109px;
}

.hd-line::after {
    content: "";
    background-color: #69cabd;
    height: 3px;
    width: 100px;
    position: absolute;
    bottom: -13px;
    left: 0px;
}

.hd-line {
    position: relative;
}



.hd-text span {
    color: #57ffe8;
    font-weight: 600;
}

.service-tabs-nav .nav-tabs {
    border-bottom: 0px;
    display: flex;
    justify-content: center;
}

.service-tabs-nav .nav-tabs .nav-link {
    display: inline-block;
}

.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    color: #fff;
    background-color: #25242a;
}


.service-tabs-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f5f5f500;
    border: 1px solid #57ffe8;
    box-shadow: 0px 2px 4px #57ffe8;
}

.service-tabs-nav .nav-tabs button {
    padding: 10px 15px;
    margin: 10px 3px 0px;
}

.call-tag {
    margin-top: 30px;
    text-align: left;
}

.text-start {
    text-align: left !important;
}

.g-call {
    display: inline-block;
    margin-left: 30px;
    transition: 1.0s;
}


.g-call:hover {
    transform: scale(1.1);
    transition: 1.5s;
}


.g-call small {
    font-size: 16px;
    margin: 0px 0px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin-left: 40px;
    transition: all 0.6s ease-in-out;
}

.g-call a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 0px;
    transition: all 0.6s ease-in-out;
    color: #25242a;
}

.g-call a::before {
    content: "\f2a0";
    font-size: 33px;
    font-family: "FontAwesome";
    padding-right: 3px;
    transition: all 0.6s ease-in-out;
}

/* service tabs */

/* cta banner  */

.lp-cta {
    background-image: url(../images/dark/liner-dark.webp);
    padding: 5%;
}



.bg__detail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.lp-cta .hd-text {
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.3;
}

.lp-cta ul.inline-block {
    margin-top: 26px;
}

ul.inline-block li {
    display: inline-block;
    color: #333333;
    padding-left: 15px;
}

.textter {
    display: inline-grid;
    cursor: pointer;
    margin-left: 30px;
    transition: 1.1s;
}

.textter:hover {
    transform: scale(1.1);
    transition: 1.5s;
}

.caller:hover {
    transform: scale(1.1);
    transition: 1.5s;
}

.textter small {
    font-size: 22px;
    color: #ededee;
    font-weight: 600;
}

span.early {
    font-weight: 600;
    font-size: 2.8rem;
}

span.on {
    font-size: 25px;
    font-weight: 600;
    color: #ededee;
}

p.rank {
    font-weight: 600;
}


.textter p {
    position: relative;
    color: #fff;
    text-decoration: auto;
    font-size: 20px;
    font-weight: 600;
}

.textter p::before {
    content: "\f27a";
    font-family: "FontAwesome";
    position: absolute;
    top: -26px;
    left: -57px;
    font-size: 21px;
    width: 50px;
    height: 50px;
    background: #25242a;
    border-radius: 50%;
    animation: animate-pulse 5s linear infinite;
    cursor: pointer;
    line-height: 2.5;
    text-align: center;
    margin: 0px auto;
    color: #57ffe8;
    transition: 1.2s;
}

.caller {
    display: inline-grid;
    padding-left: 4rem;
    transition: 1.1s;
}

.caller small {
    margin-left: 10px;
    font-size: 19px;
    color: #ededee;
    font-weight: 600;
}

.caller a {
    position: relative;
    color: #fff;
    text-decoration: auto;
    font-size: 20px;
    font-weight: 600;
}

.caller a::before {
    content: "\f2a0";
    font-family: "FontAwesome";
    position: absolute;
    top: -29px;
    left: -46px;
    font-size: 21px;
    width: 50px;
    height: 50px;
    background: #25242a;
    border-radius: 50%;
    animation: animate-pulse 5s linear infinite;
    cursor: pointer;
    line-height: 2.4;
    text-align: center;
    margin: 0px auto;
    color: #57ffe8;
    transition: 1.2s;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 236, 235, 0.7), 0 0 0 0 rgba(240, 255, 249, 0.7);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(24, 187, 126, 0),
            0 0 0 0 rgba(186, 199, 194, 0.7);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(255, 109, 74, 0),
            0 0 0 25px rgba(255, 109, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 25px rgba(255, 109, 74, 0);
    }
}

/* cta banner  */

/* cta 2 */

.lp-cta .hd-text {
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.3;
}

.lp-cta img {
    margin: -81px 0px -68px 0px;
    width: 300% !important;
}

.lp-cta ul.inline-block {
    margin-top: 26px;
}



.pre-plans-sec {
    /* background-image: linear-gradient(121deg, rgb(0 0 0) 100%, rgb(0 0 0) 100%), url(../images/banner/ls-portfolio-1.webp); */
    background-image: url(../images/dark/liner-dark.webp);
    /* background-blend-mode: saturation; */
    /* padding: 5% 0px 90px; */
}

/* .pre-plans-sec {
    
    background-image:url(../images/landing-page/website-design/back-3.webp);
    
    background-blend-mode: saturation;
  } */


.pre-plans-sec .banner-content {
    color: #fff;
}

.pre-plans-sec .hd-text {
    color: #fff;
    position: relative;
}

.money-1 img {
    margin-bottom: 18px;

    height: 65px;
    transition: 1.2s;
}

.money-1:hover img {
    transform: scale(1.2);
    transition: 1.2s;
}

.money-1 p {
    color: #25242a;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.1;
    font-weight: 500;
}

.money-1 {
    background-color: #fff;
    text-align: center;
    align-items: center;
    margin: 0px auto;
    padding: 34px;
    height: 185px;
    min-height: 185px;
    width: 243px;
    border-radius: 5px;
}

.ls-money-process li {
    padding: 6px;
}

.ft-banner {
    /* background-image: linear-gradient(121deg, rgb(0 0 0) 100%, rgb(0 0 0) 100%), url(../images/banner/ls-portfolio-1.webp); */
    background-color: #25242a;
    background-blend-mode: saturation;
    padding: 4% 0px 4% 0px;
}

.ls-soical ul li {
    display: inline-block;
    color: #333333;
    padding-left: 8px;
    padding-top: 8px;
}

.ls-soical ul li:first-child {
    padding-left: 0px;
}

.ls-soical ul li a img {
    filter: grayscale(1);
    transition: 1.2s;
}

.ls-soical ul li a:hover img {
    filter: none;
    transform: scale(1.1);
    transition: 1.2s;
}

.ls-soical span {
    color: #69cabd;
    font-size: 21px;
    font-weight: 500;
}

.ls-soical {
    text-align: end;
}

.ls-ft-content b {
    color: #59b9b3;
    margin-top: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.ls-ft-content p {
    color: #ffff;
    margin: 3px 0px 0 0px;
}

.cta-2 {
    width: 100%;
    background-color: #ffffff87;
    color: #25242a;
    text-align: center;
    padding: 24px 0;
    border-radius: 15px;
    margin: 17px 0;
    border: 7px solid #919191;
}

.cta-2 p {
    color: #25242a;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.1;
    font-weight: 500;
}

/* cta 2 */

/*pricing sec end*/
.pricing {
    position: relative;
    overflow: hidden;
}

.pricing-box {
    position: relative;
    border: 3px solid #57ffe8;
    border-radius: 10px;
    padding: 30px 25px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    z-index: 1;
    cursor: pointer;
    background-color: #25242a;
}

.pricing-box:hover::before {
    opacity: 1;
}

.pricing-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #fff;

}

.pricing-box:hover .title h5,
.pricing-box:hover .title h6,
.pricing-box:hover .title p,
.pricing-box:hover .title small {
    color: #000;
}

.pricing-box:hover .title h3 {
    color: #69cabd;
}

.pricing-box:hover li {
    color: #000;
}

.pricing-box:hover .details li i {
    color: #57ffe8;
}

.pricing-box:hover .info li a {
    color: #000;
}

.pricing-box:hover .info li span {
    color: #69cabd;
}

.pricing-box:hover .view-details {
    color: #000;
    border-bottom: 1px solid #000;
}

.pricing-box .title {
    margin-bottom: 15px;
    text-align: center;
}

.pricing-box .title h5 {
    font-size: 24px;
    font-weight: 700;
    padding: -5%;
    margin-bottom: 0px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.pricing-box .title h6 {
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    margin: 0px 0px -1px 0px;
}

.pricing-box .title h6 span {
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: #69cabd;
    transition: none;
}

.pricing-box .title h3 {
    font-size: 42px;
    font-weight: 700;
    color: #57ffe8;
    margin: 0px 0px 0px 0px;
}

.pricing-box .title .double_title h3 {
    font-size: 38px;
}

.pricing-box .title p {
    font-size: 14px;
    margin: 4px 0px 0px 0px;
    color: #25242a;
    font-weight: 500;
    line-height: 1.2;
    padding: 0% 0;
}

.pricing-box ul.inline-flex li {
    display: inline-block;
    width: 46%;
    font-size: 14px;
    text-align: left;
    border-right: 1px solid #cccccc;
    font-weight: 600;
    margin-right: 10px;
}

.pricing-box ul.inline-flex li span {
    display: block;
    font-size: 10px;
    transition: none;
    font-weight: 300;
}

.pricing-box ul.inline-flex {
    font-size: 0;
    margin: 17px 0;
}

.pricing-box ul.inline-flex li:last-child {
    border-right: 0;
}

.pricing-box .details {
    margin-bottom: 20px;
}

.pricing-box .details ul {
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 14px;
}

.pricing-box .details ul::-webkit-scrollbar {
    width: 5px;
}

.pricing-box .details ul::-webkit-scrollbar-button:start:decrement,
.pricing-box .details ul::-webkit-scrollbar-button:end:increment {
    display: none;
}

.pricing-box .details ul::-webkit-scrollbar-track-piece {
    background-color: #eeeeee;
}

.pricing-box .details ul::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #69cabd;
}

.pricing-box .details ul li {
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 500;
    position: relative;
    padding-left: 23px;
}

.pricing-box .details ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: 3px;
    color: #69cabd;
}

.pricing-box:hover ul li:before {
    color: #69cabd;
}

.pricing-box .details ul li strong {
    transition: none;
}

.pricing-box .details ul li i {
    font-size: 20px;
    color: #69cabd;
    font-weight: 400;
    margin-right: 7px;
}

.order-now {
    justify-content: center;
    align-items: center;
    display: flex;
}

.pricing-box .info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 0px;
}

.pricing-box .info ul li {
    display: inline-block;
}

.pricing-box .info ul li a {
    font-size: 14px;
    color: #57ffe8;
    font-weight: 600;
}


.pricing-box .info ul li a span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
}



.pricing-mt {
    padding: 5% 0px 0px;
}

.view-details {
    font-size: 17px;
    border-bottom: 1px solid #25242a;
    color: #fff;
}

.order-now ul li {
    margin: 5px 0px 19px;
}

.ribbon {
    position: relative;
}

.title.ribbon::after {
    content: "";
    background-image: url(../images/badges.webp);
    position: absolute;
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    right: -39px;
    top: -45px;
}


.title.ribbon-blue {
    position: relative;
}

.title.ribbon-blue::after {
    content: "";
    background-image: url(../images/badges3.webp);
    position: absolute;
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    right: -39px;
    top: -45px;
    /* filter: brightness(15.5); */
}

.chat_link {
    color: #57ffe8;
}

.chat_link:hover {
    color: white;
}


/*pricing sec end*/

/*experties css begin*/

.main-container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.main {
    margin: 0px auto;
    width: 600px;
    height: 600px;
    position: relative;
}

.text-warp-right {
    right: -10px;
    display: flex;
    justify-content: center;
    writing-mode: tb;
    position: absolute;
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    font-size: 5.5rem;
    letter-spacing: 12px;
    -webkit-text-stroke: 2px #25242a00;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    top: 0px;
    bottom: -55px;
    overflow: hidden;
    z-index: -2;
}



.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 17px solid #b8e1e2a6;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
    box-shadow: 0px 0px 10px 5px #57ffe8 inset;
}

.icon-block {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
}

.icon-block img {
    margin: 0px auto;
    width: 86%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
    top: 50%;
    right: 0;
    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) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(5) {
    top: 15%;
    left: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 65%;
    height: 65%;
    border: 16px solid #b8e1e2a6;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px #57ffe8 inset;
}

.circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
    max-width: 200px;
}

.list-arrow li {
    list-style-type: none;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;

}

.list-arrow li::before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #57ffe8;
    font-size: 16px;
    margin-right: 10px;
}

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }

    to {
        -webkit-transform: rotate(-405deg);
    }
}

/* experties css end*/

/* Portfolio */

.portfolio-sec {
    /* background-image: url(../images/landing-page/website-design/banner-new-2.webp); */
}



/* Portfolio */

/*faq-sec begin*/
.text-warp-left {
    left: -30px;
    display: flex;
    justify-content: center;
    writing-mode: vertical-rl;
    position: absolute;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 8rem;
    letter-spacing: 12px;
    -webkit-text-stroke: 2px #25242a00;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    top: 0px;
    bottom: 0;
    overflow: hidden;
    z-index: -2;
    transform: scale(-1);
}






.faq-sec .hd-text-center::before {
    right: 0;
    left: -60%;
    margin: auto;
}

.faq-sec .hd-text-center::after {
    left: 0%;
    margin: 0px auto;
    right: 84%;
}

.faq-accordin .accordion-button {
    border: 0px;
}

.faq-accordin .accordion-button {
    color: #fff;
    background-color: #e7f1ff00;
    border-top: 0px solid #57ffe8;
    padding: 4% 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.faq-accordin.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4%;
    font-size: 25px;
    color: #373737;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-weight: 500;
}

.faq-accordin .accordion-body {
    padding: 4% 0px;
    border-bottom: 2px solid #373737;
    text-align: start;
}

.faq-accordin .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-accordin .accordion-button {
    border-bottom: 2px solid #57ffe8;
}

.faq-accordin .accordion-button::after {
    transform: scale(0.7) !important;
    filter: brightness(12.5);
}


.faq-accordin .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

/*faq-sec end*/

/* step modal */

#msform {
    text-align: center;
    position: relative;
    margin-top: -34px;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {
    width: 100px;
    background: #69cabd;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    font-size: 14px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #69cabd;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    font-size: 13px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #25242a;
}

form#msform .form-check {
    margin: 9px 0px;
    font-size: 16px;
}

.form-check .form-check-input,
.form-check .form-check-label {
    cursor: pointer;
}

#msform input[type="radio"],
#msform input[type="checkbox"] {
    border-radius: 100px;
    box-sizing: border-box;
    font-family: "Poppins";
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    border: 3px solid #69cabd;
    background-color: #fff;
}

#msform input[type="radio"]:focus,
#msform input[type="checkbox"]:checked {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 5px solid #69cabd;
    background-color: #69cabd;
    color: #69cabd;
    outline-width: 0;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 24px;
    color: #373737;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
    color: #69cabd;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #69cabd;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #69cabd;
}

.progress {
    height: 7px;
}

.progress-bar {
    background-color: #58b1ae;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.form-mod .modal-header {
    border-bottom: 0px solid #fff !important;
}

.popup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: transparent !important;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.popup .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #25242a;
    border: 0;
    border-radius: 0.375rem;
    opacity: 0.5;
    background-color: #ffffff;
    padding: 10px;
}

.popup .modal-header {
    padding: 0px 0px 0px;
    background-color: transparent;
    border: 0px;
    margin: 0px;
}

.contact-form input,
.contact-form textarea {
    background-color: #cccccc3d;
    padding: 13px;
    border-radius: 13px;
    width: 100%;
    border: none;
}

/* step modal */

/* Entrance animation */

.animate-left {
    transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
}

.animate-left-rotate-x {
    transform: translateX(-100px) rotate(45deg);
    -moz-transform: translateX(-100px) rotate(45deg);
    -o-transform: translateX(-100px) rotate(45deg);
    -ms-transform: translateX(-100px) rotate(45deg);
}

.animate-left-rotate-y {
    transform: translateX(-100px) rotate(-45deg);
    -moz-transform: translateX(-100px) rotate(-45deg);
    -o-transform: translateX(-100px) rotate(-45deg);
    -ms-transform: translateX(-100px) rotate(-45deg);
}

.animate-right {
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
}

.animate-right-rotate-x {
    transform: translateX(100px) rotate(45deg);
    -moz-transform: translateX(100px) rotate(45deg);
    -o-transform: translateX(100px) rotate(45deg);
    -ms-transform: translateX(100px) rotate(45deg);
}

.animate-right-rotate-y {
    transform: translateX(100px) rotate(-45deg);
    -moz-transform: translateX(100px) rotate(-45deg);
    -o-transform: translateX(100px) rotate(-45deg);
    -ms-transform: translateX(100px) rotate(-45deg);
}

.animate-up {
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
}

.animate-up-rotate-x {
    transform: translateY(100px) rotate(45deg);
    -moz-transform: translateY(100px) rotate(45deg);
    -o-transform: translateY(100px) rotate(45deg);
    -ms-transform: translateY(100px) rotate(45deg);
}

.animate-up-rotate-y {
    transform: translateY(100px) rotate(-45deg);
    -moz-transform: translateY(100px) rotate(-45deg);
    -o-transform: translateY(100px) rotate(-45deg);
    -ms-transform: translateY(100px) rotate(-45deg);
}

.animate-down {
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
}

.animate-down-rotate-x {
    transform: translateY(-100px) rotate(45deg);
    -moz-transform: translateY(-100px) rotate(45deg);
    -o-transform: translateY(-100px) rotate(45deg);
    -ms-transform: translateY(-100px) rotate(45deg);
}

.animate-down-rotate-y {
    transform: translateY(-100px) rotate(-45deg);
    -moz-transform: translateY(-100px) rotate(-45deg);
    -o-transform: translateY(-100px) rotate(-45deg);
    -ms-transform: translateY(-100px) rotate(-45deg);
}

.animate-zoom-up {
    transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
}

.animate-zoom-out {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}

.animate-zoom-down {
    transform: scale(0.6) translate(0px, -150px);
    -moz-transform: scale(0.6) translate(0px, -150px);
    -o-transform: scale(0.6) translate(0px, -150px);
    -ms-transform: scale(0.6) translate(0px, -150px);
}

.animate-zoom-left {
    transform: scale(0.6) translate(150px, 150px);
    -moz-transform: scale(0.6) translate(150px, 150px);
    -o-transform: scale(0.6) translate(150px, 150px);
    -ms-transform: scale(0.6) translate(150px, 150px);
}

.animate-zoom-right {
    transform: scale(0.6) translate(-100px, -100px);
    -moz-transform: scale(0.6) translate(-100px, -100px);
    -o-transform: scale(0.6) translate(-100px, -100px);
    -ms-transform: scale(0.6) translate(-100px, -100px);
}

.animate-05s {
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.animate-2s {
    transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -ms-transition-duration: 2s;
}

.animate-3s {
    transition-duration: 3s;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    -ms-transition-duration: 3s;
}

.animate-05d {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}

.animate-1d {
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}

.animate-15d {
    transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
}

.animate-2d {
    transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    -ms-transition-delay: 2s;
}

.animate-25d {
    transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    -ms-transition-delay: 2.5s;
}

.animate-3d {
    transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    -ms-transition-delay: 3s;
}

.show {
    opacity: 1;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

/* Entrance animation */

/*footer css begin*/

.footer-sec {
    background-color: #313435;
    padding: 50px 0px 50px 0px;
}

.ft-logo ul li {
    display: inline-block;
}

.ft-logo p {
    color: #fff;
    font-size: 15px;
    padding-right: 52px;
}

.ft-list h4 {
    font-family: "Poppins";
    color: #fff;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
}

.ft-list ul li a {
    color: #fff;
    position: relative;
    font-size: 15px;
}

.ft-list ul li {
    padding: 10px 0px 0px 14px;
    position: relative;
    font-size: 15px;
}

.ft-list ul li a:hover {
    color: #69cabd;
}

.ft-list ul li a:hover::after {
    color: #69cabd;
}

.ft-list ul li a::after {
    content: "\f105";
    position: absolute;
    left: -13px;
    font-size: 11px;
    top: 4px;
    color: #fff;
    font-family: "FontAwesome";
}

.ft-last-list h4 {
    font-family: "Poppins";
    color: #69cabd;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
}

.follow-icons ul li {
    display: inline-block;
    padding: 0px 9px 0px 0px;
}

.follow-icons ul {
    margin: 0px;
    padding: 0px;
}

.follow-icons h4 {
    color: #fff;
    font-family: "BigNoodleTitling";
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
}

.col-md-3.colum-tow {
    padding-left: 71px;
}

.ft-last-list ul li a {
    color: #ffff;
    font-size: 15px;
}

.ft-last-list ul li a:hover {
    color: #69cabd;
    transition: all 0.4s ease-in-out;
}

.ft-last-list ul li {
    padding: 20px 0px 0px 33px;
    position: relative;
}

.ft-last-list li {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.ft-last-list li:hover {
    color: #69cabd;
    transition: all 0.4s ease-in-out;
}

.ft-last-list li:nth-child(1)::after {
    content: "\f0e0";
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 14px;

    font-size: 22px;
}

.ft-last-list li:nth-child(2)::after {
    content: "\f095";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 13px;

    font-size: 22px;
}

.ft-last-list li:nth-child(3)::after {
    content: "\f5a0";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 12px !important;
    font-size: 22px;
}

.ft-last-list li:nth-child(4)::after {
    content: "\f5a0";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 12px !important;
    font-size: 22px;
}

.follow-icons {
    padding: 14px 0px;
}

.follow-icons ul li img {
    transition: all 0.4s ease-in-out;
}

.follow-icons ul li a:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}

.footer-bottom P {
    color: #fff;
    margin: 0px;
    font-size: 15px;
}

.footer-bottom {
    background-color: #282b2c;
    padding: 20px 0;
}

.footer-bottom .inline-block li {
    color: #fff;
}

.footer-bottom .inline-block li a {
    color: #fff;
}

.footer-bottom .inline-block li a:hover {
    color: #69cabd;
}

.faq-sec-one .contact-sec {
    /* background-image: url(https://logowebsolutions.com/images/landing-page/website-design/form.webp)!important; */
    background-image: url(../images/dark/shape-11.png);
    border-radius: 10% !important;
}


.faq-sec-one {
    padding: 5rem 0 5rem 0;
}


/*footer css end*/

/* custom */

.ls-content-brand {
    font-size: 2.3rem;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: 600;
}

.btn-style-1 {
    background-image: url(../images/btn/button-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 200px;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0rem;
    padding-top: 0px;
    text-align: center;
    color: #fff;
    transition-duration: 500ms;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    text-decoration: none;
}

.btn-style-1:hover {
    background-image: url(../images/btn/button-2.png);
    transition-duration: 500ms;
    color: #fff;
}

.btn-style-2 {

    background-image: url(../images/btn/button-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0rem;
    padding-top: 0px;
    text-align: center;
    color: #fff;
    transition-duration: 500ms;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}

.btn-style-2:hover {
    /* background-image: url(../images/btn/button-23.webp); */
    background-image: url(../images/btn/button-2.png);
    transition-duration: 500ms;
    color: #fff;
}

.btn-style-3 {
    background-image: url(../images/dark/dark-black.png);
}

.btn-style-3:hover {
    background-image: url(../images/btn/button-1.png);
}


.btn-style-sm {
    max-width: 200px;
}

.btn-style-md {
    max-width: 260px;
    height: 3.5rem;
}

.btn-style-md:hover {
    filter: drop-shadow(1px 2px 8px #57ffe8);
}


.max_1400 {
    max-width: 1400px;
}

.slick-slide {
    margin: 0 15px;
    height: auto !important;
}

.slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

ul.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots {
    bottom: -60px;
    overflow: hidden;
}

ul.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li.slick-active button {
    background: var(--primary-color);
}

.slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    padding: 0px;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.thankyou-sec {
    background-image: url(../images/banner/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    color: #25242a;
    box-shadow: 0px 0px 15px 0px #ccc;
    border-radius: 30px;
    padding: 100px 0;
    border: none;
}

.badges {
    width: 83px;
    margin-left: 0px;
    height: auto;
    margin-right: 20px;
}

.social-icons {
    max-width: 150px;
}

.h_620 {
    height: 620px !important;
}

.h_712 {
    height: 712px !important;
}

.full_h_img {
    width: 100%;
    height: 700px !important;
}

.modal-backdrop {
    width: 100% !important;
    ;
    height: 100% !important;
}

/* custom */

/* responsive */

@media screen and (max-width: 1399px) {
    header .header-nav {
        max-width: 1140px;
    }

    .home-hd h1 {
        font-size: 1rem;
    }

    .early {
        font-size: 1.6rem;
    }



}

@media screen and (max-width: 991px) {
    .ls-content-brand {
        display: block;
        text-align: center;
    }

    .home-hd li::before {
        display: none;
    }

    .text-warp-left,
    .text-warp-right {
        font-size: 6rem;
    }

}

@media screen and (max-width: 767px) {

    .text-warp-left,
    .text-warp-right {
        display: none;
    }

    .faq-sec-one {
        padding: 5rem 0 0rem 0;
    }

    .floatbutton {
        display: none;
    }

    .textter p {
        font-size: 20px;
        font-weight: 600;
    }


}

@media screen and (max-width: 575px) {

    .floatbutton {
        display: none;
    }


    .faq-sec-one {
        padding: 5rem 0 0rem 0;
    }

    .textter p {
        font-size: 20px;
        font-weight: 600;
    }

    .contact-sec p {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 14px;
    }


    .contact-sec h2 {
        font-size: 2.0rem;
    }

    .hd-text {
        font-size: 2.4rem !important;

    }

    .home-hd h1 {
        font-size: 1rem;
    }

    .early {
        font-size: 1.6rem;
    }


    .main_logo {
        max-width: 140px;
    }

    .home-hd h2 {
        font-size: 2.5rem;
    }

    .contact-sec h2 {
        font-size: 2.2rem;
    }


    .contact-sec {
        background-size: 100% 100%;
    }


    .patners-logo img {
        margin: 12px 29px;
    }

    .ls-content-brand {
        font-size: 2.3rem;
        align-items: center;
        display: block;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    .btn1-sm-center {
        display: flex;
        justify-content: center;
        margin-bottom: 17px;
    }

    .g-call {
        margin-left: 0;
    }

    .textter small {
        font-size: 20px;
    }

    .textter a {
        font-size: 12px;
    }

    .textter a::before,
    .caller a::before {
        left: -60px;
        font-size: 21px;
        width: 50px;
        height: 50px;
    }

    .caller small {
        margin-left: 0px;
        font-size: 20px;
    }

    .caller a {
        font-size: 16px;
    }

    .ls-soical ul {
        padding-left: 0;
    }

    .social-icons {
        max-width: 100%;
    }
}

/* responsive */

.new-tabs-bg {
    background-image: url(../images/dark/liner-dark-03.webp);
    padding-bottom: 12%;
    position: static;
}



/*   
  .new-tabs-bg {
    background-image: url(../images/landing-page/website-design/banner-new-2.webp);
  } */

.contact-sec {
    backface-visibility: visible;
}


.faq-sec-one .contact-sec p,
.faq-sec-one .contact-sec h2 {
    color: #fff
}



/* flut btonns */

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0 0 3px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    box-shadow: 0 0 40px #00000026;
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    border: 1px solid #57ffe8;
}

.floatbutton .clickbutton:hover {
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
}

.call_wrap:hover {
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.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: -54px;
    white-space: pre;
    bottom: 87px;
    font-weight: 600;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px;
}

.banner-form {
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    /* background: #fff9; */
    background-image: linear-gradient(to right top, #898989, #828282, #7c7c7c, #757575, #6f6f6f);

}

.ban-form input {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Poppins";
}

.banner-form h3 strong {
    font-size: 12px;
    font-weight: 600;
    font-family: "Poppins";
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
    margin: 15px 0 0 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0;
}

.btns_wrap:hover .call_wrap {
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
}

.chat_wrap:hover span.icoo {
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
}

.btns_wrap:hover .call_wrap span.icoo,
.btns_wrap:hover {
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
    border-radius: 5px;
}

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -225px;
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
    top: 63px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 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;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    top: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 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: 3px 0 0 3px;
    z-index: 9999;
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    background-image: linear-gradient(to right,
            #3c4142,
            #36393b,
            #303133,
            #2a2a2b,
            #232323);
    border: 1px solid #57ffe8;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}




.ban-form .btn-ss:hover input[type="submit"] {
    background: linear-gradient(102deg,
            rgba(34, 126, 146, 1) 0%,
            rgba(104, 201, 188, 1) 100%);

}

#msform fieldset label {
    color: #000;
}

.bg-img-none {
    background-image: none !important;
}




/* .sticky-slider {
  display: none;
 }


  @media (max-width: 768px) {
  .sticky-slider {
    display: block;
    }
  
  } */


@media (max-width: 768px) {
    .contact-sec h2 {
        font-size: 18px;
        line-height: 19px;
        margin-top: 17px;
        margin-bottom: -22px;
    }

    .contact-sec p {
        font-size: 11px !important;
    }


    .sticky-slider a {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600 !important;
        border: 0px;
        cursor: pointer;
        color: #fff !important;
        padding: 15px 0px 15px 0px;
        font-size: 20px;
        margin: 0 0 0 19px;
        border-radius: 0;
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        -ms-transition: all .1s linear;
        transition: all .1s linear;
        background: #25242a;
        float: none;
        left: 0;
        right: 0;
        margin: auto;
        animation: blinkingText 1.2s infinite;
        z-index: 1000;
    }

    @keyframes blinkingText {
        0% {
            background: #57ffe8;
            color: #fff;
            filter: drop-shadow(1px 2px 5px #57ffe8);
        }

        100%,
        49% {
            background: #25242a;
            color: #fff;
        }

        60% {
            background: #57ffe8;
            color: #fff;
            filter: drop-shadow(1px 2px 5px #57ffe8);
        }

        99% {
            background: #25242a;
        }

    }



}

.sticky-slider:hover a {
    background-color: #57ffe8;
    color: #0d0d0d;
}

.sticky-slider a {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0px;
    cursor: pointer;
    color: #fff;
    padding: 15px 0px 15px 0px;
    font-size: 20px;
    margin: 0 0 0 19px;
    border-radius: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #25242a;
    float: none;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}