


.wave-effect {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 100px;
    height: 100px;
}

.wave-effect span {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #ffffff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 200px;
    -webkit-animation-name: wave;
    animation-name: wave;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.wave-effect span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-effect span:nth-child(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.wave-effect span:nth-child(3) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.wave-effect span:nth-child(4) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        border-width: 1px;
    }
    100% {
        -webkit-transform: scale(2.6);
        transform: scale(2.6);
        opacity: 0;
        border-width: 0px;
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        border-width: 1px;
    }
    100% {
        -webkit-transform: scale(2.6);
        transform: scale(2.6);
        opacity: 0;
        border-width: 0px;
    }
}


/*=== 14. Testimonial-Area-CSS ===*/

.testimonial-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto 656px;
}

.testi-content-slider {
    margin: -55px;
}

.rating-star {
    display: inline-block;
    position: relative;
    color: #FDB12E;
}

.rating-star .star {
    font-family: 'landshop' !important;
}

.rating-star .star:before {
    content: "\e960 \e960 \e960 \e960 \e960";
}

.rating-star .back {
    opacity: 0.4;
}

.rating-star .front {
    position: absolute;
    left: 0;
    top: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    z-index: 2;
}

.testi-box {
    background-color: #ffffff;
    text-align: center;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0px 25px 55px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 90px 55px 55px 55px;
}

.testi-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 6px;
}

.testi-box .rating-star {
    margin-bottom: 32px;
    letter-spacing: 5px;
}

.testi-box .desc {
    font-size: 20px;
    margin-bottom: 24px;
}

.testi-box .name {
    font-size: 24px;
    margin-bottom: 6px;
}

#testi-pagination .arrow {
    width: 56px;
    height: 56px;
    border: none;
    background-color: #131313;
    color: #ffffff;
    font-size: 20px;
    border-radius: 100px;
    transition: 0.5s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 28px);
    right: 26px;
    z-index: 2;
}

#testi-pagination .arrow:hover {
    background-color: #FDA800;
}

#testi-pagination .arrow.arrow-next {
    transform: rotate(180deg);
    right: auto;
    left: 26px;
}

#testi-pagination .arrow.swiper-button-disabled {
    display: none;
}

.testi-photo-slider .client-photo {
    text-align: center;
    margin: 0;
}

.testi-bg-photos {
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
}

.testi-bg-photos .element {
    width: 92px;
}

.testi-bg-photos .element-2 {
    margin-right: 15vw;
    margin-top: 15vh;
    width: 80px;
}

.testi-bg-photos .element-3 {
    margin-top: 15vh;
    margin-left: 15vw;
    width: 80px;
}

.testi-photo-slider .wave-effect span {
    border-color: rgba(19, 19, 19, 0.1);
}

.testi-photo-slider .wave-effect {
    width: 140px;
    height: 140px;
}

.testi-photo-slider .client-photo {
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 1000px;
    margin: 80px auto;
    display: block;
}

.testi-photo-slider {
    margin-top: -30px;
    margin-bottom: -70px;
}
.design{
    margin-bottom: 50px !important;
}
.getin{
    padding-top: 5px;
}
.ser{
    padding-top: 85px;
}
.place{
    margin-bottom: 180px;
}
.our p{
    font-weight: 700 !important;
}
.rede{
    padding: 140px 0 0px !important;
}
.from{
    margin-top: 4px !important;
}
@media (min-width:1200px) {
    .header-action{
        display: none;
    }
}
@media (max-width:991px) and (min-width:768px){
    .header-action{
        display: block;
    }   
}

@media(max-width:767px) {
    .mb--100 {
        margin-bottom: 0px !important;
        
    }
    .services-grid {
        padding: 40px 25px;
    }
    .mb--90 {
        margin-bottom: 0px ;
    }
    .client {
        padding: 0px 0 0px !important;
    }
    .inno {
        min-height: 178px !important;
    }
    .process {
        padding: 0px 0 1px !important;
    }
    .section-padding-equal {
        padding: 33px 0;
    }
    .breadcrumb-banner .banner-thumbnail {
        padding-bottom: 0px !important;
    }
    .blog-list {
        padding: 0px 0 !important;
    }
    .ser {
        padding-top: 0px !important;
    }
    .section-padding {
        padding: 0px 0 1px !important;
    }
    .testi-box {
      
        padding: 18px !important;
    }
    

}
@media(max-width:280px){

}
.lad{
    display: flex;
    justify-content: flex-end;
}
.place {
    margin-bottom: 0px !important;
}
.services-grid {

    min-height: 470px;
}
.section-padding {
    padding: 70px 0 110px ;
}
.client{
    padding: 0px 0 60px !important;
}
.testimonial-area{
    background-color: #ecf2f6;
}
.breadcrumb-banner .banner-thumbnail {
    padding-bottom: 100px;
}
.ban{
    padding-bottom: 27px !important;
}
.contact-info {

    padding: 15px 15px !important;
    
}
.desc p{
    font-size: 24px !important;
}
.last{
    padding: 70px 0 0px !important;
}
.inno{
    min-height: 403px;
}
.rede{
    padding: 70px 0 20px !important;
}
.accomp{
    padding: 70px 0 20px;
}
.are{
    padding: 40px 0;
}
.prov{
    padding: 140px 0 30px;
}
.milli{
    padding: 70px 0 2px;
}
.cust{
    min-height: 304px;
}
.inno{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inno .content{
    text-align: center;
}
.with{
    margin-bottom: 35px !important;
}
/* .section-padding-equal {
    padding: 0px 0 !important;
} */
.active-dark-mode .exp{
    color: white;

}
.prov{
    padding: 40px 0 30px;
}
.tech{
    padding: 40px 0;
}
.diff{
    padding: 40px 0 40px;
}
.grow{
    padding: 40px 0;
}
.stud{
    padding: 40px 0 40px;
}
.active-dark-mode .title{
    color: white;
}
.worl{
    margin-bottom: 30px;
}
.active-dark-mode .testimonial-area{
    background-color: #292930;
}
.active-dark-mode .testi-box{
    background-color: #212121;
}
.active-dark-mode .testi-box::before{
    background-color: #212121;

}
.block{
    padding: 70px 0 40px;
}
.brill{
    padding: 40px 0 100px;
}
.inner{
    padding-top: 40px;
}
.ot{
    min-height: 477px;
}
.mon{
    padding-top: 125px;
}
.process-work .content {
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    margin-left: 150px !important;
}
.process-work.content-reverse .content {
    margin: 0 150px 0 0 !important;
   
}
@media(max-width:767px){
    .process-work .content {
        margin-left: 0px !important;
    }
    .process-work.content-reverse .content {
        margin: 0 0px 0 0 !important;
    }
    .testi-box {
       
        margin: 100px 0px 0px 0px !important;
    }
    /* #testi-pagination .arrow {
        top: 80% !important;
        left: 73% !important;
    }
    #testi-pagination .arrow {
        top: 80% !important;
        left: 73% !important;
    } */
    #testi-pagination .arrow.arrow-next {
        top: 76% !important;
        left: 1px !important; 
    }
    #testi-pagination .arrow {
        /* left: 169px; */
       /* left: 169px; */
       top: 77% !important;
       right: 1px !important;
    }
    #testi-pagination .arrow:hover {
        background-color: #FDA800;
    }
    .case-study-featured {
        margin-bottom: 0px;
    }
    .section-heading .subtitle {
        padding-top: 15px;
    }
    .section-heading {
        margin-bottom: 0px;
    }
    .ser{
        margin-top: 60px;
    }
    .more{
        margin-bottom: 39px;
    }
    .mb--100 {
        margin-bottom: 10px !important;
    }
    .mon {
        padding-top: 0px;
    }

}
@media (max-width:991px){
    .cli img{
        display: none;
    }
    .ser {
        margin-top: 0px !important;
    }
    address.address {
        margin: 0px 0 30px 0 !important;
    }
}
.icon img{
    max-width: 30%;

}
.call-to-action .section-heading {
    margin-bottom: 0px !important;
}
.ars img{
    max-width: 54% !important;
}
.rig img{
    max-width: 45%;

}
.illu img{
    max-width: 54% !important;
    /* margin-right: 281px; */
}
.horiz{
    bottom: 70px !important;
}

.impact{
    right: 18% !important;
    bottom: 8% !important;
}
.by img{
    max-width: 120% !important;
}
.work img{
    max-width: 20% !important;
}
.tec{
    max-width: 80% !important;
}
.limit{
    right: 10px !important;
}
.exce {
    top: 30px !important;
}
.emp{
    right: 20px !important;
}
.soft img{
    max-width: 45% !important;
}
.you{
    right: 60px !important;
}
.poss{
        margin-top: 0px !important;
        padding: 40px 0 0 !important;
}
.profi {
    max-width: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .poss {
        padding: 220px 0px 0px 186px !important;
        margin-top: -132px !important;
    }
    .by img {
        max-width: 120% !important;
        width: 92% !important;
    }
    .thumb{
        left: 40%;
    }
}
 .error{
    color: red !important;
}
@media(max-width:991px){
    .by img {
        max-width: 100% !important;
    }
    .horiz {
        top: -27px;
        bottom: 70px !important;
    }
    .solve{
        margin: 0 auto 8px !important;
    }
    .you{
        padding-top: 6px;
        padding-left: 58px;
    }
    .footer-top {
        padding-bottom: 0px !important;
    }
    .happ{
        padding-bottom: 20px;
    }
    .exce {
        top: 0px !important;
    }
    .testi-box {
        padding: 52px !important;
    }
    #testi-pagination .arrow.arrow-next {
        transform: rotate(180deg);
        right: 0;
        /* left: 26px; */
    }
    #testi-pagination .sad {
        /* left: 0px; */
        /* top: 76% !important; */
        right: 30px !important; 
    }
    .ent {
        padding: 90px 0 110px !important;
    }
    .services-grid {
        padding: 65px 25px 0 0 !important;
    }
    .inno {
        min-height: 389px !important;
    }
    .phone-number{
        padding-bottom: 10px;
    }
    .single-blog .single-blog-content p {
        text-align: justify;
    }
    .heading-left p {
        text-align: justify;
    }
    .im{
        margin-top: 25px !important;
    }
    .ser {
        padding-top: 0px !important;

    }
    .breadcrumb-banner .banner-thumbnail {
        padding-bottom: 0px;
    }
    .ent {
        padding: 40px 0 35px !important;
    }
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        margin: -15px 0 0 !important;
    }


 
   
}
@media (max-width:575px){
    .con a{
        padding-bottom: 13px !important;
    }
 
    
}
@media (max-width:280px){
    .del{
        font-size: 14px !important
        ;
    }
    .revolt{
        padding-top: 15px !important;
    }
    .case-study-counterup.happ {
        display: -webkit-box;
    }
    .section-heading .subtitle {
        padding-top: 136px;
    }
    .contact-info .phone-number {
        font-size: 25px;
    }
    .services-grid {
        padding: 65px 25px 0px 25px !important;
    }
    #testi-pagination .arrow.arrow-next {
        top: 78% !important;
        left: 0px !important;
    }
    #testi-pagination .arrow {
        /* left: 169px; */
        top: 78%;
    }
    .case-study-counterup .single-counterup {
        margin-right: 25px !important;
        padding-right: 30px !important;
    }
    span.subtitle {
        padding-top: 0px !important;
    }
    .footer-top{
        padding-top: 8px !important;
    }
    .call-to-action .thumbnail .larg-thumb img {
        width: 80%;
    }
}
.know{
    padding-bottom: 141px !important;
}
.part img{
    margin-right: 60px !important;
}
.abi {
    background-image: url(../images/Terms\ and\ Conditions_Privacy\ Policy_Refund\ Policy.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media (max-width:880px) and (min-width:768px){
    .con{
        padding-right: 80px !important;
    }
    .back-to-top.show {
        right: 3px;}
        .back-to-top.show:hover {
            bottom: 48px;   
        }

}
@media(max-width:767px){
    #testi-pagination .arrow {
        /* left: 169px; */
        /* left: 169px; */
        top: 77% !important;
        right: 0px !important;
    }
}
@media(max-width:425px){
    #testi-pagination .arrow {
        /* left: 169px; */
        /* left: 169px; */
        top: 76% !important;
        right: 0px !important;
    }
}
@media (max-width:280px)
{
    #testi-pagination .arrow {
        /* left: 169px; */
        /* left: 169px; */
        top: 78% !important;
        right: 0px !important;
    }
    #testi-pagination .arrow {
        width: 45px;
        height: 45px;
    }
    .testi-box {
        padding: 18px !important;
    }
    .client {
        padding: 0px 0 90px !important;
    }
    .ent {
        padding: 100px 0 35px !important;
    }
    
}
@media(max-width:991px){
    .client {
        padding: 0px 0 90px !important;
    }
}
.webs{
    padding: 123px 0 110px !important;
}
.edge{
    min-height: 450px !important;
}
/* .cust{
    background-color: var(--color-light) !important;
}
.active-dark-mode .cust{
    background-color: black;
} */
li.nav-item.current a.nav-link:focus-within
{
    color: var(--color-primary);
}
li.nav-item a.nav-link
{
    color: var(--color-dark);
}
.inn li a{
    padding-bottom: 15px;
    color: inherit;
}
.inn li a:hover{
    color: inherit;
}
.adc{
    color: #FAB8C4 !important;
}
.adm a{
    font-size: 30px !important;
}
.hdlogo img{
    width: 55% !important;
}
.wepro{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center !important;
}
.hc{
    padding-left: 7px;
}
.vmg img {
    top: 80px;
    max-width: 110%;
    position: absolute;
    bottom: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.tmail{
    color: #525260 !important;
}
.header-logo.hdlogo {
    max-width: 35%;
}
.gty{
    display: flex !important;
    align-items: center !important;
}
.cg{
    font-size: 30px !important;
}
.gty img{
    max-width: 35% !important;
}
.cd{
    font-weight: 700 !important;
}
.contact-inner {
    font-size: 18px;
}
.blog-list,
.active-dark-mode .footer-widget.border-end
{
border: 0;
}
.blog-list.border-start.active {
    border-left: 0 !important;
}
.footer-widget.ser,
.contact-info-wrap.ser
{
    padding-top: 0;
}
.footer-widget.border-end.with {
    border-right-color: transparent !important;
}

.active-dark-mode .call-to-action-area .call-to-action
{
    border-color: transparent;
}
.active-dark-mode .footer-main img.light-version-logo
{
    display: none;
}

.active-dark-mode .footer-main .dark-version-logo {
    display: block;
}
body.sticky-header.active-light-mode .dark-version-log{
    display: block;
}

.active-light-mode .dark-version-logo {
    display: none !important;
    
}

.active-light-mode .footer-main img.light-version-logo {
    display: block;
}
.default-color .dark-version-logo {
    display: none ;
    
}
