    .header {
    background-color: var(--cream);
    position: absolute;
    left: 0; right: 0; top: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px;
}
.call-us a {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: var(--black);
    animation: red-hover 500ms infinite alternate;
}
.call-us svg {
    font-size: 35px;
    background-color: var(--white);
    padding: 7px 10px;
    color: var(--green);
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    line-height: 35px;
}
.social  span {
    font-size: 20px;
    color: var(--white);
    padding-right: 5px;
}

.social svg {
    font-size: 20px;
}
.social a {
    background-color: var(--white);
    padding: 10px;
    clip-path: circle();
    width: 36px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
}
.social a:hover {
    background-color: var(--cream);
    color: var(--black);
}
.social {
    background-color: var(--black);
    padding: 15px 30px;
    border-radius: 40px;
    margin-left: 35px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    position: absolute;
    right: 10%;
    top: 0;
}
.navbar-nav svg {
    color: var(--white);
    display: block;
    margin: auto;
    font-size: 20px;
    padding-top: 10px;
}
.navbar-nav .nav-item a {
    font-size: 16px;
    color: var(--white) !important;
    background-color: var(--black);
    margin: 0 5px;
    padding: 21px 10px !important;
    width: 85px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px;
}
.navbar-nav .nav-item a:hover {
    background-color: var(--perpal);
}
section.home-banner .left-content {
    padding-top: 100px;
    padding-right: 50px;
}
section.home-banner form input {
    width: 230px;
    height: 55px;
    border-radius: 40px;
    padding-left: 20px;
    margin-right: 10px;
    position: relative;
}
section.home-banner form {
    background-color: var(--perpal);
    padding: 30px 0 30px 30px;
    border-radius: 40px;
    max-width: 670px;
    position: relative;
    z-index: 1;
}
section.home-banner form button {
    font-size: 18px;
    height: 55px;
    padding: 0 50px;
    border-radius: 40px;
    border: 2px solid var(--white);
}

section.home-banner form button:hover {
    color: var(--white);
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.home-banner {
    background: url(../../assest/images/home-back-4.webp), #000 center right/cover no-repeat;
}
.clients .title {
    background-color: var(--black);
    width: 445px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-left: 165px;
    flex-wrap: wrap;
    float: left;
}
.client-slider img {
    max-width: max-content;
    height: auto;
    margin: 26px;
}
.about-info{
    background: url(../../assest/images/about-info-bg.webp)  center top/auto no-repeat; 
}
.about-info .right-content span {
    font-size: 28px;
    font-weight: 700;
    color: var(--cream);
    background-color: var(--perpal);
    padding: 5px 35px;
    border-radius: 40px;
}
.about-info .right-content h3{
    padding-top: 40px;
}
.about-info p {
    line-height: 28px;
}
.about-info .right-content{
    padding-right: 150px;
}
.about-info .right-content ul li , .services-tabs .right-content ul li , .palteform-review .left-content ul li ,
.we-are-best .left-content ul li {
    position: relative;
    line-height: 40px;
    padding-left: 35px;
    font-weight: 400;
}
.we-are-best .left-content ul li{
    color: var(--white);
    margin-bottom: 15px;
}
.about-info .right-content ul li::before , .services-tabs .right-content ul li::before , .palteform-review .left-content ul li::before , .we-are-best .left-content ul li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    font-size: 25px;
    background-color: var(--green);
    clip-path: circle();
    color: var(--white);
    left: 0;
}
.services-tabs .left-content h3 {
    background-color: var(--cream);
    max-width: max-content;
    padding: 0 40px;
    border-radius: 50px;
    margin-bottom: 0;
    height: 95px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.services-tabs{
    background: url(../../assest/images/profile-bg.webp)  center top/cover no-repeat; 
}
.services-tabs .left-content{
    position: relative;
}
.tab-content .tab-description {
    position: absolute;
    top: 20%; left: 25%;
    width: 715px;
    height: 115px;
    background-color: var(--cream);
    border-radius: 60px;
    padding: 0 20px !important;
}
.tab-content .tab-description li span:first-child {
    display: block;
    font-size: 26px;
    color: var(--black);
    font-weight: 700;
}
.tab-content .tab-description li img {
    width: 110px;
}
.tab-margin {
    margin-top: 80px;
    display: grid !important;
    grid-template-columns: auto auto;
    border: none;
}
.services-tabs .left-content span:nth-child(3) {
    margin-top: 40px;
    display: inline-block;
}
.nav-tabs .nav-link {
    width: 290px;
    height: 45px;
    background-color: var(--white);
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--black) !important;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nav-tabs .nav-link:hover {
    border: 3px solid var(--white);
    color: var(--white) !important;
    background: transparent;
    transition: all .4s linear;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: var(--black);
    color: var(--white) !important;
}
.services-tabs .right-content p{
    color: var(--white);
}
.services-tabs .right-content ul li{
    color: var(--white);
    line-height: 22px;
    padding-bottom: 20px;
}
.tab-img img {
    margin-left: auto;
    display: block;
}
.home-contact-us{
    background: url(../../assest/images/pedia-contact-bg.webp)  center top/cover no-repeat; 
    position: relative;
    
}
.home-contact-us .img {
    position: absolute;
}
.flags a {
    width: 180px;
    height: 50px;
    display: block;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 40px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
    position: relative;
    z-index: 999;
}

.flags img {
    width: 50px;
    height: 50px;
    margin-right: 11px;
}
.flags a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 50px;
    background-color: var(--cream);
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: -1;
    transition: all .4s linear;
}
.flags a:hover::before{
    width: 100%;
    color: var(--white);
    transition: all .4s linear;
}
.countries-flags .right-content p{
    line-height: 28px;
}
.countries-flags{
    background: url(../../assest/images/flags-bg.webp)  center /cover no-repeat; 
}
.countries-flags .col-lg-1 h4:first-child {
    background-color: var(--perpal);
    transform: rotate(270deg);
    border-radius: 70px;
    position: absolute;
    left: -90px;
    width: 550px;
    display: flex;
    justify-content: center;
    top: 43%;
    height: 110px;
}
.testimonial{
    background: url(../../assest/images/testimonial-bg.webp)  center /cover no-repeat; 
}
.testimonial .left-content h4 {
    background-color: var(--cream);
    width: max-content;
    line-height: 0.9;
    padding: 25px 35px;
    border-radius: 60px;
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
}
.testimonial .left-content  ul li span {
    display: block;
}

.testimonial .left-content ul li span:nth-child(2) {
    color: var(--black);
    line-height: 28px;
    font-size: 16px;
    padding-top: 15px;
    height: 100px;
    overflow-y: auto;
    padding-right: 10px;
}
.testimonial-slider ul li:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .left-content ul li span:nth-child(3) svg {
    color: #ffbc27;
    padding-right: 1px;
    font-size: 20px;
}

.testimonial .left-content ul li span:nth-child(3) {
    display: flex;
    justify-content: end;
}

.testimonial .left-content ul li:nth-child(2) {
    background-color: var(--white);
    padding: 38px;
    border-radius: 40px;
    max-width: 620px;
    height: 225px;
    position: relative;
}
.testimonial .left-content ul li:nth-child(1) img {
    max-width: 200px;
    height: auto;
    margin-right: 10px;
}
.testimonial .left-content ul li:nth-child(2)::before {
    content: '';
    position: absolute;
    background:  url(../../assest/images/quote.webp) center /auto no-repeat; 
    width: 65px;
    height: 65px;
}

.testimonial .left-content ul li:nth-child(2)::before {
    content: '';
    position: absolute;
    top: -30px;
    right: 40px;
}

.writing .right-content {
    background-color: #ffffff61;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 50px;
    border-radius: 40px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    
}

.writing .right-content h6 {
    padding-right: 50px;
    line-height: 40px;
}

.writing .right-content svg {
    width: 40px;
    height: 40px;
    background-color: var(--black);
    color: #fff;
    padding: 20px;
    clip-path: circle();
}
section.writing .right-content p {
    margin-bottom: 0;
}
section.writing .left-content p {
    padding-right: 20px;
    line-height: 28px;
}
.w-830{
    margin-top: 20px;
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 830px;
    padding: 40px 40px 40px 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.writing .scroll-content {
    max-width: 800px;
    overflow: auto;
    padding-right: 50px;
}
.h-400{
    height: 535px;
}
.h-260{
    height: 260px;
}

.scroll-content::-webkit-scrollbar {
    width: 20px;
}
   
.scroll-content::-webkit-scrollbar-track {
    background-color: rgb(233, 231, 231);
}
   
.scroll-content::-webkit-scrollbar-thumb {
    background-color:  var(--black);
}
.writing{
    background:  url(../../assest/images/writing-bg.webp) center /cover no-repeat; 
}
.service-tabs{
    background:  url(../../assest/images/service-tab-bg.webp) center top /cover no-repeat; 

}

.service-tabs .nav-link {
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--black) !important;
    display: block;
    width: 400px;
    height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    transition: all .4s linear;
}
.service-tabs .nav-link.active {
    background-color: var(--perpal);
    color : var(--white) !important;
    transition: all .4s linear;
}
.service-tabs p {
    padding-right: 50px;
    line-height: 28px;
}
.tab-service-content {
    background-color: var(--white);
    padding: 50px 40px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 14%) 0px 1px 18px;
}
.lead-form{
    background:  url(../../assest/images/form-bg.webp) center top /cover no-repeat; 
}
.lead-form .boxes {
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    max-width: 360px;
    height: 225px;
}
.lead-form .boxes span:nth-child(2) {
    position: absolute;
    right: 30px;
    top: 15px;
}

.lead-form .boxes p {
    padding-top: 15px;
    line-height: 28px;
    height: 130px;
    overflow: auto;
    max-width: 340px;
    padding-right: 10px;
}
.lead-form .boxes p::-webkit-scrollbar , .box-mobile::-webkit-scrollbar ,
.testimonial .left-content ul li span:nth-child(2)::-webkit-scrollbar,
.after__about .box p::-webkit-scrollbar  {
    width: 1px;
}
   
.lead-form .boxes p::-webkit-scrollbar-track  , .box-mobile::-webkit-scrollbar-track ,
.testimonial .left-content ul li span:nth-child(2)::-webkit-scrollbar-track ,
.after__about .box p::-webkit-scrollbar {
    box-shadow: inset 0 0 6px #fff;
}
   
.lead-form .boxes p::-webkit-scrollbar-thumb , .box-mobile::-webkit-scrollbar-thumb  ,
.testimonial .left-content ul li span:nth-child(2)::-webkit-scrollbar-thumb ,
.after__about .box p::-webkit-scrollbar  {
    background-color:  var(--perpal);
    outline: 1px solid var(--perpal);
}
.lead-form .boxes:hover {
    background-color: var(--cream);
}

.form .boxes:hover span {
    color: var(--perpal);
}
.lead-form .boxes:hover span:nth-child(2) {
    color: var(--black);
}
.lead-form .form-styling , .writing .form-styling {
    background-color: var(--white);
    padding: 35px 30px;
    border-radius: 15px;
    min-height: 100%;
}
.white-transparent{
    background-color: #ffffffb5 !important;
}

.lead-form input , .writing .form-styling input {
    width: 290px;
    height: 50px;
    border: 1px solid;
    display: block;
    margin-bottom: 25px;
    border-radius: 40px;
    padding-left: 15px;
}

section.lead-form textarea , .writing .form-styling textarea {
    border: 1px solid;
    width: 290px;
    height: 140px;
    padding: 20px;
    border-radius: 30px;
}

section.lead-form button , .writing .form-styling button{
    width: 180px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--perpal);
    border-radius: 40px;
    margin-top: 25px;
    border: 2px solid transparent;
}

section.lead-form .form-styling p {
    line-height: 28px;
    padding-bottom: 25px;
}
.services-tabs .left-content h3:before , .testimonial .left-content h4:before{
    position: absolute;
    content: '';
    width: 20%;
    height: 95px;
    background-color: var(--white);
    left: -6px; top : 0;
    clip-path: circle();
    z-index: -1;
    animation: title-animate 5s infinite alternate;
}
.writing .right-content:hover {
    background-color: #9f3bf482;
    color: var(--white);
}
.writing .right-content:hover h6 {
    color: var(--white);
} 
.writing .right-content:hover p {
    color: var(--white);
}
.writing .right-content:hover  svg{
    background-color: var(--white);
    color: #9f3bf482;
}
section.lead-form button:hover , .writing .form-styling button:hover{
    background: transparent;
    border: 2px solid var(--perpal);
    color: var(--perpal);
}
.cta-btn {
    color: var(--black);
    text-decoration: none;
    border-radius: 60px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 25px;
    border: 1px solid var(--black);
    width: 230px;
    height: 90px;
}
.cta-btn svg{
    font-size: 20px;
    margin-right: 10px;
}
.cta-btn span:nth-child(1) {
    color: var(--black);
    font-size: 16px;
}

.cta-btn span:nth-child(2) {
    color: var(--perpal);
    font-size: 17px;
    display: block;
    font-weight: 700;
}
.cta-btn:hover {
    background-color: var(--black);
    color: white;
}
.cta-btn:hover span{
    color: var(--white);
}
.footer p {
    padding-right: 20px;
}

.footer a {
    font-size: 18px;
    color: var(--grey);
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.footer a:hover , .pre-footer a {
    color: var(--perpal);
}
section.footer .row div:nth-child(3) a {
    margin-bottom: 30px;
}
.payment {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 20px;
}
.payment h5 {
    padding-right: 20px;
}
.pre-footer a  , .pre-footer p{
    color: var(--white);
    text-decoration: none;
}
.footer{
    background:  url(../../assest/images/footer-bg.webp) center top /cover no-repeat; 

}
.bark img {
    margin: 0 3px;
}
.bark img {
    margin: 12px 2px;
    width: 45px;
    border: 1px solid var(--black);
    padding: 8px;
    border-radius: 50%;
    height: 45px;
}
.border-cream{
    border: 2px solid var(--cream) !important;
}
.review-bg{
    background:  url(../../assest/images/review.bg.png) center top /cover no-repeat; 
}
.globe{
    position: absolute;
    height: 200px;
    width: 200px;

}
.go{
    position: absolute;
    height: inherit;
    width: inherit;
    background: url("../../assest/images/wiki-circle.jpg");
    border-radius: 50%;
    box-shadow: inset 15px 0px 25px 1px black;
    background-size: 350px;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: rotate(-10deg);
    left: 553px;
    top: 27px;
    z-index: 999;
}
.review{
    background:  url(../../assest/images/review-testi-bg.png) center top /cover no-repeat; 
    padding: 70px 0;
}
.review-content {
    position: relative;
    max-width: 620px;
    height: 225px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 60px;
    padding: 45px;
    background-color: var(--white); 
    margin-top: 35px;
    margin-bottom: 20px;
}
.review-content svg{
    color:  #FFBC27;
}
.review-content span {
    display: flex;
    justify-content: end;
}
.review-content img {
    position: absolute;
    top: -30px;
    right: 60px;
}
.review .slick-slide {
    margin: 0 10px;
}
.palteform-review{
    background:  url(../../assest/images/pateform-bg.png) center top /cover no-repeat; 
}
.plateform-slider img {
    display: block;
    margin: 40px auto;
}
.palteform-review .left-content p {
    line-height: 28px;
}
.palteform-review .order-btn {
    width: auto;
    padding: 0 25px;
    margin-top: 40px;
}
.review-bg::before {
    content: 'reviews';
    position: absolute;
    font-size: 95px;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(90deg);
    left: -129px;
    top: 30%;
}
.finest {
    font-size: 30px;
    color: #fff;
    background-color: var(--perpal);
    padding: 10px 40px;
    border-radius: 240px;
}
.pxy-50{
    padding: 50px 0 !important;
}
.we-are-best{
    background:  url(../../assest/images/about-wiki-bg.png) center top /cover no-repeat; 
}
.we-are-best p {
    color: var(--white);
    line-height: 28px;
    padding-right: 150px;
}
.we-are-best .order-btn{
 width: max-content !important;
}
.we-are-best .order-btn:hover{
    color: var(--white);
    border-color: var(--white);
}
.about-form form input {
    width: 215px;
    height: 55px;
    margin: 0 5px;
    padding-left: 20px;
    border-radius: 40px;
}
.about-form form button{
    width: 215px;
    height: 55px;
    border-radius: 40px;
    background-color: var(--perpal);
    color: var(--white);
    font-size: 25px;
    font-weight: 700;
}
.about-form form button:hover{
    background-color: transparent;
    color: var(--perpal);
    border: 2px solid var(--perpal);
}
.about-form{
    padding: 50px 0   !important;
}

.about-form form {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.about-bg{
    background:  url(../../assest/images/about-bg.png) center top /cover no-repeat; 
}
.about-bg::before{
    content: 'About Us';
    position: absolute;
    font-size: 95px;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(90deg);
    left: -152px;
    top: 30%;
}
.contact-bg{
    background:  url(../../assest/images/contact-bg.png) center top /cover no-repeat; 
}
.contact-bg::before{
    content: 'Contact';
    position: absolute;
    font-size: 95px;
    font-weight: 800;
    text-transform: uppercase;
    transform: rotate(90deg);
    left: -132px;
    top: 30%;
}
.form-styling form h5 {
    background-color: var(--perpal);
    color: var(--white);
    max-width: max-content;
    padding: 10px 60px;
    border-radius: 40px;
}   
.contact-lead form  input {
    width: 800px;
    height: 50px;
    border: 1px solid;
    display: block;
    margin-bottom: 35px;
    border-radius: 40px;
    padding-left: 15px;
}
.contact-lead textarea {
   width: 800px !important;
   height: 140px;
} 
.contact-lead button{
    display: block;
}
.fixedbtnwhatsapp {
    position: fixed;
    bottom: 1em;
    left: 0em;
    z-index: 999999;
}
.call-us svg{
    color: var(--green) ;
}
  .fixedbtnwhatsapp li {
    list-style: none;
}
  .fixedbtnwhatsapp img {
    width: 100%;
    max-width: 80px;
    display:block;
}
.countries-flags .slick-dots li {
    width: 15px;
    height: 15px;
    background-color: var(--cream);
    clip-path: circle();
}
.countries-flags .slick-dots li.slick-active button:before{
    background-color: var(--perpal);
}
.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: var(--cream);
}
.error-page h2 {
    padding-top: 100px !important;
}
.social svg {
    padding-top: 0;
    color: #000;
    font-size: 15px;
}
.navbar-nav .nav-link.active {
    background-color: var(--perpal);
}
 .navbar-nav .nav-link.visited {
 background-color: var(--perpal);
}
.page-creation-bg {
    background: url(../../assest/images/creation-bg.webp) center right/cover no-repeat;
}
.page-creation-bg .container , .creation-bg .container{
    padding-top: 80px;
}
.page-creation input {
    width: 400px;
    height: 55px;
    margin-bottom: 15px;
    border-radius: 40px;
    padding-left: 20px;
}

.page-creation textarea {
    width: 400px;
    height: 130px;
    border-radius: 20px;
    padding: 20px;
}

.page-creation {
    background-color: var(--perpal);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 10px;
    border-radius: 40px;
    max-width: 480px;
    height: 560px;
    box-sizing: border-box;
}
.page-creation button {
    padding: 10px 60px;
    border-radius: 30px;
    margin-top: 30px;
}
.page-creation button:hover {
    background: var(--black);
    color: var(--white);
}
.page__creation__info{
    background: url(../../assest/images/page-creation-bg.webp) center right/cover no-repeat;
}
.creation-bg{
    background: url(../../assest/images/creation-bg.webp) center right/cover no-repeat;
}
.creation__writer_info {
    background: url(../../assest/images/creation-info-bg.webp) center right/cover no-repeat;
}
.profile-backround-img{
    background: url(../../assest/images/comany-profile-bg.webp) center center/cover no-repeat;
}
.btn__black a:nth-child(1) {
    background-color: var(--black);
    color: var(--white);
}
.btn__black a:nth-child(2) {
    background-color: var(--cream);
    color: var(--black);
}
.p-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.about__before__text::before {
    content: 'Wikipedia Company porfile';
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
    background-color: var(--perpal);
    padding: 5px 20px 10px 40px;
    position: absolute;
    max-width: max-content;
    border-radius: 50px;
    transform: rotate(270deg);
    left: -56%;
    top: 47%;
}
.after__about{
    background: url(../../assest/images/after-about-bg.webp) center center/cover no-repeat;
}
.after__about .right__content .box {
    max-width: 365px;
    height: 310px;
    background-color: var(--white);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    margin: 10px;
}
.after__about .right__content .title {
    text-align: center;
    background-color: var(--cream);
    color: var(--black);
    padding: 15px 15px 20px 15px;
    border-radius: 40px;
    font-weight: 800;
    margin-top: 15px;
}
.about__before__img{
    background: url(../../assest/images/company-profile-img.png) center center/cover no-repeat;
}
.achievements__slider img {
    width: 330px !important;
    height: 410px;
}
.company__achievements .left__content h4 {
    line-height: 33px !important;
}
.company__achievements .left__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.achievements__slider .slick-slide {
    max-width: 330px;
    margin-right: 20px;
}
.bark img:hover {
    border-color: var(--perpal);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
.after__about .box {
    max-width: 100%;
    height: 300px;
    box-sizing: border-box;
    background-color: var(--white);
    padding: 30px;
}
.after__about h6 {
    background-color: var(--cream);
    color: var(--black);
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    border-radius: 40px;
}
.snow-bg {
    position: relative;
    overflow-x: hidden;
}
/* .home-banner p{
    color: var(--white);
} */
.home-banner .col-lg-5  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner form::before {
    content: '';
    position: absolute;
    background: url(../../assest/images/pen.webp) center center/contain no-repeat;
    width: 100%;
    height: 100%;
    left: 40%;
    top: 1%;
    transform: rotate(45deg);
}

.snow-bg:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-image: 
    url('../../assest/images/snow-1.png'),
    url('../../assest/images/snow-2.png'),
    url('../../assest/images/snow-3.png');
    animation: snow 10s linear infinite;
 }
 
 @keyframes snow {
      0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
      50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
      100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
 }

 .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown svg {
    font-size: 30px;
    line-height: 0;
    padding: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 13px 0 13px 10px  !important;
    width: 100%;
    background-color: transparent;
    color: var(--black) !important;
    margin: 5px;
    box-shadow: none !important;
    text-align: left;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--white)  !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-right: 10px;
}
section.lead-form .col-lg-7 {
    display: flex;
}
.lead-form .left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.writing-points {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
}
.about-info .right-content ul li {
    padding-bottom: 13px;
}
.after__about .box p {
    height: 210px;
    overflow: auto;
    padding-right: 10px;
}
.services-tabs .chat-btn:hover , .services-tabs  .order-btn:hover{
    background: var(--white);
    color: var(--black);
}
.review .slick-track {
    padding: 31px 0 20px 0;
}

 
