body{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
   margin: 0px;
   padding: 0px;
}
html {
    scroll-behavior: smooth;
  }
p{
    color: #6c6c6c;
}
h2{
    font-size: 36px;
    color: #212121;
    font-weight: 600;
}
a{
    text-decoration: none;
    color: #fff;
}
a:hover{
    color: #fff;
}
#header {
    transition: all 0.5s;
    padding: 15px 0;
}
/* nav{
    opacity: 0;
} */
.navbar-brand .logo {
    width: 60%;
    margin: 0;
    padding: 0;
}
.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.displayNav {
    top: 0px;
    transition: 0.3s;
    opacity: 1;
    background-color: #33065b;
    box-shadow: 0px 11px 20px 0px rgb(0 0 0 / 33%);
}
#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 60px;
}

.btn-grad {
    height: 48px;
    background: linear-gradient(180deg, #8811D3 0%, #C211A1 100%);
    border-radius: 38px !important;
    padding: 0px 50px !important;
    color: #fff !important;
    
}
.btn-grad:hover {
  background-color: #8811D3;
color:#fff;
}
.btn-grad1{
    background: linear-gradient(180deg, #8811D3 0%, #C211A1 100%);
    border-radius: 38px !important;
    padding: 10px 50px !important;
    color: #fff !important;
}

/* hero */
#hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ban-hgt{
    margin: 80px 0px 100px 0px;
}
.banner-txt {
    color: #fff;
}

.main-txt {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
}

.form-bg {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 50px;
}
.form-group{
    margin-bottom: 28px;
}
.form-head {
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-control.frm-bas::placeholder {
    color: #d5d5d5;
  }

.form-control.frm-bas {
    background: rgba(54, 6, 92, 0.5);
    border-radius: 4px;
    width: 336px;
    height: 48px;
    border: 0px;
    color: #d7d7d7;
}

.form-control:focus {
    color: #6c7278 !important;
    background-color: #ffffff21 !important;
    border-color: #80bdff00 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);}



/*  <!-- ======= customer experience Section ======= --> */
.c-exp {
    margin-top: 80px;
}

.c-exp h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #212121;
}

.clients img {
    max-width: 55%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    filter: grayscale(100);
    margin: 20px 0px;
}

.clients img:hover {
    filter: none;
    transform: scale(1.1);
}

/* count Section */
.count {
    background-image: url(../images/bg-count.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 40px;
}

/* love product */
.love-product {
    margin-top: 80px;
    background-image: url(../images/love-product.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.love-bx h4{
    font-size: 20px;
}
.head-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #212121;
}

.box-inner {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(194, 17, 161, 0.15);
    border-radius: 4px;
    padding: 10px 15px;
}


.reduce-sec {
    padding: 120px 0px;
    background-image: url(../images/reduce-bg.png.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

 .features-list .fa-crosshairs {
    color: #C211A1;
}

.txt-pont{
    color:#6c6c6c;
}

.features-list {
    padding-left: 0;
    list-style-type: none;
}

.features-list ul li {
    list-style-type: none;
}
/* modal */
#myModal{
    position: fixed;
    top: 295px;
    padding-right: 0px !important;
}
#myModal .bg-md{
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 5px #a993ff80;
}
#myModal .modal-header{
    border-bottom: 0px;
}
#myModal .modal-footer{
    border-top: 0px;
}
#myModal .close{
    color: #fff;
}
.md-div{
    background-image: url("../images/chatbot.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    
}
.md-pt p .fa-crosshairs {
        color: #C211A1;
    }
.form-bg1 .form-control.frm-bas{
    background: rgb(255, 255, 255);
    border-radius: 4px;
    width: 300px;
    height: 48px;
    border: 0px;
    color: #d7d7d7;
    box-shadow: 0 4px 10px 1px #00285633;
}
.form-bg1  .form-group{margin-bottom: 25px;}

/* .form-bg1 .form-group .form-control.frm-bas {
max-width:300px;
} */

/* .modal.show{
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    left: 0;
    right: 0;
    transition: 0.3s;
} */



/* .btn-mod{
    margin-bottom: 40px;
    width: auto !important;
    margin: 0 0 40 0 !important;
} */

.md-div .md-pt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Professional-solutions */
.Professional-solutions {
    background-image: url(../images/solution.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
.box-solution{
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.box-solution img{
    filter: blur(0);
    
}
.box-solution:hover img{
    filter: none;
    filter: blur(1px);
    transform: scale(1.01);
}
.details {
    position: absolute;
    margin: 0 auto;
    width: 90%;
    left: 0px;
    right: 0px;
    opacity: 1;
}
.details h4{
    font-weight: 600;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
}


.features-list li span {
    display: flex;
    align-items: center;
}

/* testimonials */
.testimonials {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.clt-bx {
    margin-bottom: 20px;
}

/* testimonials */
.txt-testi-bx {
    background: #FFFFFF;
    box-shadow: 3px 4px 16px rgba(194, 17, 161, 0.07);
    border-radius: 7px;
    margin-top: 50px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.testimonials .carousel-indicators {
    bottom: -18%;
}

.testimonials .carousel-indicators li {
    background-color: #DCDBDC;
    opacity: 1;
    border-radius: 4px;
}

.box-solution{
    padding: 10px;
}
.testimonials .carousel-indicators .active {
    background-color: #C211A1;
    opacity: 1;
}

.client-detail {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.client-info {
    margin-left: 15px;
}
.star-rating .fa-star{
    color: rgb(255, 184, 4);
}
.owl-carousel .owl-item .client-detail img {
    width: auto !important;
}

/* faq */
.faq {
    padding: 90px 0px;
}

.faq-txt-side {
    margin: 30px 0px;
}

.faq-list {
    filter: drop-shadow(0px 4px 52px rgba(194, 17, 161, 0.15));
    margin-bottom: 20px;
}

.accordion {
    background-color: rgb(255, 255, 255);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.faq-ul-pd{
    padding: 0px 0px 0px 20px;
}
.faq.active,
.accordion:hover {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf59;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel p {
    margin-top: 10px;
}

/* footer */
.footer {    
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 10px 0px;
}

.ft-par {
    color: #ffffffc4;
    margin-top: 20px;
    font-weight: 100;
}
.form-control::placeholder{
    color:#787878;
}
.foot-fom .form-group input {
    background: rgba(79, 8, 124, 0.51);
    border-radius: 4px;
    border: 0px;
    height: 57px;
    color: #d7d7d7;
}
.foot-fom .form-group select {
    background: rgba(79, 8, 124, 0.51);
    border-radius: 4px;
    border: 0px;
    height: 57px;
    color: #6c7278;
}
.foot-fm-head {
    color: #fff;
    margin-bottom: 30px;
}

.copyrght {
    border-top: 1px solid rgba(255, 255, 255, 0.059);
    display: flex;
align-items: center;
justify-content: space-evenly;
}
.cprt-txt{
    margin-bottom: 0px;
}
/* chatboxwp */
.whatsapp-button{
    position: fixed;
    bottom: 200px;
    right: 15px;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}
.whatsapp-button:hover{
    color: #ffffff;
}
.link-ft{
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.link-ft:hover{
    color: #fff;
}
@keyframes effect {
    20%, 100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
    0%, 10%{
        width: 55px;
        height: 55px;
        font-size: 35px;
    }
    5%{
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}
.message-button{
    position: fixed;
    bottom: 450px;
    right: 15px;
    z-index: 99;
    background-color: #2548d3;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    animation: effect 5s infinite ease-in;
}
.message-button:hover{
    color: #ffffff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: red;
}