@import "header.css"; @import "footer.css"; 

  img{
    transition: transform 3s ease-in-out;
    transform: scale(1);
  }

  img.zoomed-out {
    transform: scale(0.8);
  }
  
  
.fade-left-animation {
    transition: transform 3s ease-in-out, opacity 3s ease-in-out !important;
    transform: translateX(0) !important;
    opacity: 1;
  }

  .faded-left {
    transform: translateX(-100px) !important;
    opacity: 0;
  }  
  
  

.fade-right-animation {
    transition: transform 3s ease-in-out, opacity 3s ease-in-out !important;
    transform: translateX(0) !important;
    opacity: 1;
  }

  .faded-right {
    transform: translateX(100px) !important;
    opacity: 0;
  }
  
  
  .fade-up-animation {
    transition: transform 3s ease-in-out, opacity 3s ease-in-out !important;
    transform: translateY(0) !important;
    opacity: 1;
  }

  .faded-up {
    transform: translateY(100px) !important;
    opacity: 0;
  }


 

.zoom-rotate-animation {
  transition: transform 2s ease-in-out !important;
  transform: scale(1) rotate(0deg) !important;
}

.zoomed-rotate-out {
  transform: scale(0.5) rotate(360deg) !important;
} 



.bounce-animation {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transform: translateX(0);
    opacity: 1;
  }

.bounced {
 animation: bounce 1s ease-in-out;
}

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }


.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

@media only screen and (max-width: 600px) {
.amp_svg img {
    width: 100%;
    height: auto;
}

    .colmob-1 {
        width: 8.33% !important;
    }

    .colmob-2 {
        width: 16.66% !important;
    }

    .colmob-3 {
        width: 25% !important;
    }

    .colmob-4 {
        width: 33.33% !important;
    }

    .colmob-5 {
        width: 41.66% !important;
    }

    .colmob-6 {
        width: 50% !important;
    }

    .colmob-7 {
        width: 58.33% !important;
    }

    .colmob-8 {
        width: 66.66% !important;
    }

    .colmob-9 {
        width: 75% !important;
    }

    .colmob-10 {
        width: 83.33% !important;
    }

    .colmob-11 {
        width: 91.66% !important;
    }

    .colmob-12 {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .col-mob-6 {
        width: 50% !important;
    }

    .col-mob-12 {
        width: 100% !important;
    }

    .mob-hide {
        display: none !important;
    }
    
    .common-heading h2 {
        font-size: 35px !important;
    }

    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.containerrr-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}

.common-heading h2 {
    font-size: 78px;
    font-weight: 600;
}

.text-right {
    text-align: right;
}

.page_indicator {
    background-image: url(https://www.akashdayalgroups.com/assets/images/Breadcrumbs.png);
    height: 32px;
    margin-top: 90px;
    border-bottom: 2px dotted black;
}

.page_indicator span {
    color: green;
}

.page_indicator_text {
    top: 13px;
    color: black;
    line-height: 0px;
    width: 100%;
    font-size: 12px;
    text-align: right;
}

input[type=text] {
    width: 100%;
}

.adgbot {
    width: 370px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.adgbot .title {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #006fe6;
    border-radius: 5px 5px 0 0;
}

.adgbot .form {
    padding: 18px 8px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
}

.adgbot .form .inbox {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.adgbot .form .inbox .icon {
    height: 50px;
    width: 50px;
    color: #49de80;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    background: #f9cf33;
    box-shadow: #747474 0 0 20px 0;
    border: 3px solid #fff;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}

.adgbot .form .inbox .msg-header {
    max-width: 80%;
    margin-left: 10px;
}

.form .inbox .msg-header p {
    color: #000;
    background: #f9cf33;
    box-shadow: #b6b6b6 0 0 20px 0;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 500;
}

.adgbot .typing-field {
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    background: #efefef;
    border-top: 1px solid #d9d9d9;
    border-radius: 0 0 5px 5px;
}

.adgbot .typing-field .input-data {
    height: 48px;
    width: 375px;
    position: relative;
    border: 2px solid #a6a6a6;
    border-radius: 4px;
}

.adgbot .typing-field .input-data input {
    height: 100%;
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    padding: 0 80px 0 7px;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    transition: all .3s ease;
}

.typing-field .input-data input:focus {
    border-color: rgba(0,123,255,0.8);
}

.input-data input::placeholder {
    color: #999;
    transition: all .3s ease;
}

.input-data input:focus::placeholder {
    color: #bfbfbf;
}

.adg_send_chat {
    position: absolute;
    right: 5px;
    top: 50%;
    height: 35px;
    width: 80px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    background: #000;
    border-radius: 8px;
    border: 3px solid #fff;
    box-shadow: #c6c6c6 0 0 20px 0;
    transform: translateY(-50%);
    transition: all .3s ease;
}

.adgbot .typing-field .input-data input:valid ~ button {
    opacity: 1;
    pointer-events: auto;
}

.adgbot {
    position: fixed;
    width: 375px;
    bottom: 0;
    right: 20px;
    margin-bottom: 87px;
    visibility: visible;
    max-width: calc(100vw - 60px);
    border: 7px solid #e1dfdf;
    box-shadow: #000 0 0 20px 0;
    border-radius: 13px;
}

.adg_chatbot_popup_close {
    position: absolute;
    background: #f9cf33;
    box-shadow: #737373 0 0 20px 0;
    border: 3px solid #fff;
    border-radius: 109%;
    top: 10px;
    right: 9px;
    cursor: pointer;
    color: #000;
    height: 28px;
    line-height: 12px;
    width: 28px;
    font-size: 12px;
}

.ssform input,select {
    background: #f9cf33;
    border: 2px solid #000;
    border-radius: 5px;
    width: -webkit-fill-available;
    padding: 6px;
    color: black!important;
    margin-top: 5px!important;
    font-size: 14px;
}

.adg_send_chat_form {
    background: #000;
    border-radius: 8px;
    border: 3px solid #fff;
    box-shadow: #9f9f9f 0 0 20px 0;
    height: 35px;
    width: 90px;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.successmessage {
    color: #000;
    background: #60ff79;
    box-shadow: #b6b6b6 0 0 20px 0;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.errormessage {
    color: #fff;
    background: red;
    box-shadow: #919191 0 0 20px 0;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

::placeholder {
    color: #000;
    opacity: 1;
}

.aop {
    width: 60%;
    height: 60%;
    margin-top: -2px;
    margin-left: 2px;
}

#adg_chatbot-div-mobile {
    display: none;
}

@media screen and (min-width: 701px) {
    #adg_chatbot-div-mobile {
        display:block;
    }
}

.green {
    background: #49de80!important;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 94%;
    border: 2px solid white;
    margin-right: 5px;
}

.reply_img {
    width: 27px;
}

.adg_chatbot_button {
    text-align: center;
    padding: 9px 18px;
    border-radius: 50px;
    border: 2px solid #f9cf33;
    background: #070707;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2pxrgba(0,0,0,0.15);
}

.adg_chatbot_button_circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
}

.adg_chatbot_button_label {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    box-shadow: #b6b6b6 0 0 20px 0;
    border: 3px solid #fff;
    color: #000;
    margin-right: 10px;
    margin-left: 10px;
    background: #f9cf33;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}

.adg_chatbot_fixed_right {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8,0);
    }

    10% {
        box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8,0);
    }
}

.mcb {
    width: 18px;
    height: auto;
}

.lop {
    width: auto;
    height: auto;
}

@media (max-width: 767px) {
    .mcv {
        width:20%;
        border-right: 1px solid black;
    }

    .mcv:last-child {
        border-right: none;
    }

    .adgpoke {
        font-size: 10px;
        font-weight: 600;
    }

    .fgt {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

a {
    cursor: pointer;
}

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

.adgmobilesicky {
    display: none;
    position: fixed;
    width: 100%;
    padding: 5px 0 2px 0;
    left: 0;
    z-index: 1001;
    bottom: 0px;
    background-color: #fff;
    box-shadow: 0 0 5px #6666665d;
}

.adgmobilesicky,.adgmobilesicky a {
    font-size: 12px;
    color: #444;
}

@media (max-width: 991px) {
    .adgmobilesicky {
        display:block;
        background: #f9cf33;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
    }
}

.faa-ring.animated {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}

::placeholder {
    color: #000;
    opacity: 1;
}

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

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}












































.customer-testimonials{padding-top: 50px;}
.customer-testimonials .customer-testimonials__header{position:relative;z-index:1;text-align:center;}
.customer-testimonials .customer-testimonials__header h2{font-size: 82px;font-weight: 500;line-height:1em;background: linear-gradient(240deg, #000000 0%, #555555 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.customer-testimonials .customer-testimonials__header .description{max-width:530px;margin:0 auto;font-size:1.0588em;line-height:1.61em;color:#626672;}
.customer-testimonials .customer-testimonials__header .avatars img{display:inline-block;width:48px;height:48px;border-radius:50%;}
.customer-testimonials .customer-testimonials__header .avatars img+img{margin-left:-9px;}
.customer-testimonials .customer-testimonials__header .counter_reviews{font-size:1.0588em;line-height:1.61em;font-weight:500;color:#161718;}
.customer-testimonials .customer-testimonials__header .counter_reviews .mark{color:#626672;}
.customer-testimonials .customer-testimonials__header h2+.description{margin-top:30px;}
.customer-testimonials .customer-testimonials__header .description+.avatars{margin-top:23px;}
.customer-testimonials .customer-testimonials__header .avatars+.counter_reviews{margin-top:20px;}
.customer-testimonials .testimonials{--gap:30px;overflow:hidden;position:relative;max-height:100%;height:900px;z-index:0;margin-top:30px;}
.customer-testimonials .testimonials .testimonials__wrapper{max-width:1410px;padding-left:var(--gap);padding-right:var(--gap);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);}
.customer-testimonials .testimonials .testimonials__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.customer-testimonials .testimonials .testimonials__column .testimonials__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-animation:scrollTesti 60s linear infinite;animation:scrollTesti 60s linear infinite;}
.customer-testimonials .testimonials .testimonials__column .testimonials__list:hover{-webkit-animation-play-state:paused;animation-play-state:paused;}
.customer-testimonials .testimonials .testimonials__column:nth-child(1) .testimonials__list{-webkit-animation-duration:90s;animation-duration:90s;}
.customer-testimonials .testimonials .testimonials__column:nth-child(2) .testimonials__list{-webkit-animation-duration:95s;animation-duration:95s;}
.customer-testimonials .testimonials .testimonials__column:nth-child(3) .testimonials__list{-webkit-animation-duration:90s;animation-duration:90s;}
.customer-testimonials .testimonials .testimonials__column:nth-child(4) .testimonials__list{-webkit-animation-duration:95s;animation-duration:95s;}
.customer-testimonials .testimonials::before,.customer-testimonials .testimonials::after{content:"";position:absolute;left:0;width:100%;height:190px;z-index:1;pointer-events:none;}
.customer-testimonials .testimonials::before{top:-5%;background-image:-webkit-gradient(linear,left top,left bottom,from(#F4F4FA),color-stop(20%,#F4F4FA),to(rgba(244,244,250,0)));background-image:-webkit-linear-gradient(top,#F4F4FA 0%,#F4F4FA 20%,rgba(244,244,250,0) 100%);background-image:-o-linear-gradient(top,#F4F4FA 0%,#F4F4FA 20%,rgba(244,244,250,0) 100%);background-image:linear-gradient(180deg,#F4F4FA 0%,#F4F4FA 20%,rgba(244,244,250,0) 100%);}
.customer-testimonials .testimonials::after{bottom:-5%;background-image:-webkit-gradient(linear,left bottom,left top,from(#F4F4FA),color-stop(20%,#F4F4FA),to(rgba(244,244,250,0)));background-image:-webkit-linear-gradient(bottom,#F4F4FA 0%,#F4F4FA 20%,rgba(244,244,250,0) 100%);background-image:-o-linear-gradient(bottom,#F4F4FA 0%,#F4F4FA 20%,rgba(244,244,250,0) 100%);background-image:linear-gradient(0deg,#F4F4FA 0%,#F4F4FA 20%,rgba(244,244,250,0) 100%);}
.customer-testimonials .testimonials .testimonials__item{margin-bottom:var(--gap);padding:45px 25px;background-color:#fff;border-radius:16px;border:1px solid #e7e7ef;-webkit-box-shadow:0 3px 46px rgba(0,0,0,.07);box-shadow:0 3px 46px rgba(0,0,0,.07);-webkit-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in;color:#626672;}
.customer-testimonials .testimonials .testimonials__item .market-icon svg{-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in;fill:#d9d9eb;}
.customer-testimonials .testimonials .testimonials__item .stars{margin-top:13px;}
.customer-testimonials .testimonials .testimonials__item .stars img{display:block;width:83px;height:14px;}
.customer-testimonials .testimonials .testimonials__item .review-for{margin-top:8px;font-size:1em;line-height:1.706em;font-weight:300;}
.customer-testimonials .testimonials .testimonials__item .review-for span{color:#161718;font-weight:600;}
.customer-testimonials .testimonials .testimonials__item .review{margin-top:10px;}
.customer-testimonials .testimonials .testimonials__item .review p{font-size:.9412em;line-height:1.625em;font-weight:400;color:#606469;}
.customer-testimonials .testimonials .testimonials__item .review p+p,.customer-testimonials .testimonials .testimonials__item .review p+ul,.customer-testimonials .testimonials .testimonials__item .review ul+p{margin-top:10px;}
.customer-testimonials .testimonials .testimonials__item .review ul>li{position:relative;padding-left:10px;font-family:dm sans,sans-serif;font-size:.9412em;line-height:1.625em;font-weight:400;color:#606469;}
.customer-testimonials .testimonials .testimonials__item .review ul>li:before{content:"";position:absolute;top:10px;left:0;width:4px;height:4px;border-radius:50px;background-color:#606469;}
.customer-testimonials .testimonials .testimonials__item .review-from{margin-top:11px;font-size:.9412em;line-height:1.625em;font-weight:300;}
.customer-testimonials .testimonials .testimonials__item .review-from span{color:#161718;font-weight:600;}
.customer-testimonials .testimonials .testimonials__item:hover .market-icon svg{fill:#82b541;}
.customer-testimonials .btn-wrapper{text-align:center;}
.customer-testimonials .btn-wrapper a.btn{padding:13px 39px 15px;margin-top:50px;font-size:14px;line-height:1.2em;font-weight:600;border-radius:50px;background-size:200%;background-position:right bottom;background-image:-webkit-linear-gradient(330deg,#FD2525 0%,#F76223 50%,#F76223 50%,#FD2525 100%);background-image:-o-linear-gradient(330deg,#FD2525 0%,#F76223 50%,#F76223 50%,#FD2525 100%);background-image:linear-gradient(120deg,#FD2525 0%,#F76223 50%,#F76223 50%,#FD2525 100%);}
.customer-testimonials .btn-wrapper a.btn:hover{background-position:left top;}
@media (max-width:1439px){
.customer-testimonials{padding-top:120px;}
.customer-testimonials .customer-testimonials__header h2{font-size:3.4em;}
}
@media (max-width:1279px){
.customer-testimonials{padding-top:100px;}
.customer-testimonials .customer-testimonials__header h2{font-size:3.2em;}
.customer-testimonials .testimonials .testimonials__item{padding:35px 25px;}
}
@media (max-width:1023px){
.customer-testimonials{padding-top:80px;}
.customer-testimonials .customer-testimonials__header h2{font-size:3em;}
.customer-testimonials .testimonials .testimonials__wrapper{grid-template-columns:repeat(2,1fr);}
.customer-testimonials .testimonials .testimonials__column:nth-child(3),.customer-testimonials .testimonials .testimonials__column:nth-child(4){display:none;}
}
@media (max-width:767px){
.customer-testimonials{padding-top: 25px;}
.customer-testimonials .customer-testimonials__header h2{font-size: 29px;}
.customer-testimonials .customer-testimonials__header .description{font-size:16px;line-height:1.5em;}
.customer-testimonials .customer-testimonials__header h2+.description{margin-top:20px;}
.customer-testimonials .testimonials{--gap:20px;}
.customer-testimonials .testimonials .testimonials__wrapper{grid-template-columns:repeat(1,1fr);}
.customer-testimonials .testimonials .testimonials__column:nth-child(2){display:none;}
}
@media (max-width:479px){
.customer-testimonials .testimonials{--gap:15px;}
}
/*! CSS Used keyframes */
@-webkit-keyframes scrollTesti{from{-webkit-transform:translateY(0);transform:translateY(0);}to{-webkit-transform:translateY(-50%);transform:translateY(-50%);}}
@keyframes scrollTesti{from{-webkit-transform:translateY(0);transform:translateY(0);}to{-webkit-transform:translateY(-50%);transform:translateY(-50%);}}















.adgsevsec .container{width:1296px!important;}
@media screen and (max-width: 767px){
.adgsevsec .container{width:auto!important;padding-left:10px!important;padding-right:10px!important;}
}
.aximo-accordion-wrap{margin-left:50px;margin-right:3px;}
@media (max-width:1199px){
.aximo-accordion-wrap{margin-left:0;}
}
@media (max-width:991px){
.aximo-accordion-wrap{margin-top:30px;}
}
.aximo-accordion-item{padding:24px;position:relative;margin-bottom:20px;border-radius:20px;transition:all .4s;border:2px solid black;}
.aximo-accordion-item:last-child{margin-bottom:0;}
.aximo-accordion-item.open .aximo-accordion-header::before{transform:rotate(180deg);}
.aximo-accordion-item.open{background-color:var(--accent-bg);box-shadow:3px 3px 0 0 black;}
.aximo-accordion-item.open .aximo-accordion-body{display:block;}
.aximo-accordion-header{cursor:pointer;position:relative;}
@media (max-width:767px){
.aximo-accordion-header h3{font-size:24px;padding-right:25px;}
}
.aximo-accordion-header::before{content:"";position:absolute;right:0;transition:all .4s;background-image:url(https://aximo.netlify.app/assets/images/v1/accordion-inactive.svg);background-size:30px;background-position:center;width:30px;height:24px;top:10px;z-index:2;background-repeat:no-repeat;}
@media (max-width:767px){
.aximo-accordion-header::before{top:5px!important;}
}
.aximo-accordion-body{display:none;padding-top:15px;}
@media (max-width:991px){
.aximo-accordion-body{padding:0px 10px 0px 0px;}
}
.aximo-accordion-wrap4{margin:0;}
.aximo-accordion-wrap4 .aximo-accordion-item{padding:0px 0;border:none;box-shadow:none;border-radius:0;margin-bottom:0;border-top:1px solid black;}
@media (max-width:991px){
.aximo-accordion-wrap4 .aximo-accordion-item{padding:0px 0;}
}
.aximo-accordion-wrap4 .aximo-accordion-item.open{background-color:transparent;}
.aximo-accordion-wrap4 .aximo-accordion-item:first-child{padding-top:0;border-top:none;}
.aximo-accordion-wrap4 .aximo-accordion-item:last-child{padding-bottom:0;}
.aximo-accordion-wrap4 .aximo-accordion-header::before{background-image:url(https://aximo.netlify.app/assets/images/icon/arrow-bottom.svg);background-size:23px;width:23px;height:12px;top:20px;}
.aximo-accordion-wrap4 .aximo-accordion-header h3{font-size:30px;font-family:"Familjen Grotesk",sans-serif;color:black;font-weight:600;}
@media (max-width:991px){
.aximo-accordion-wrap4 .aximo-accordion-header h3{font-size:30px;}
}
@media (max-width:767px){
.aximo-accordion-wrap4 .aximo-accordion-header h3{font-size:14px;padding-right:35px;font-weight:600;}
}
.aximo-accordion-wrap4 .aximo-accordion-body{padding-right:80px;}
@media (max-width:991px){
.aximo-accordion-wrap4 .aximo-accordion-body{padding-right:20px;}
}
.aximo-accordion-wrap4 .aximo-accordion-body p{font-size:21px;}
@media (max-width:991px){
.aximo-accordion-wrap4 .aximo-accordion-body p{font-size:16px;line-height:25px;}
}
.aximo-section-padding6{padding:39.8px 0 30px;}
@media (max-width:991px){
.aximo-section-padding6{padding:0 0 100px;}
}
@media (max-width:767px){
.aximo-section-padding6{padding:0 0 0px;}
}
.aximo-section-title{padding-top:5px;padding-bottom:40px;}
.aximo-section-title.center{margin:0 auto;text-align:center;max-width:800px;}
@media (max-width:1199px){
.aximo-section-title.center{max-width:685px;}
}
@media (max-width:991px){
.aximo-section-title{padding-bottom:60px;}
}
@media (max-width:767px){
.aximo-section-title{padding-bottom:40px;}
}
@media (max-width:991px){
.aximo-section-title{text-align:center;max-width:600px;margin:0 auto;}
}
.aximo-section-title.familjen-grotesk h2{font-size:76px;letter-spacing:-1px;font-weight:700;line-height:1em;color:black;font-family:"Familjen Grotesk",sans-serif;}
@media (max-width:1199px){
.aximo-section-title.familjen-grotesk h2{font-size:60px;}
}
@media (max-width:767px){
.aximo-section-title.familjen-grotesk h2{font-size:48px;}
}
@media (max-width:575px){
.aximo-section-title.familjen-grotesk h2{font-size:34px;line-height:40px;}
}
.adgsevsec .container{width:1296px!important;}
@media screen and (max-width: 767px){
.adgsevsec .container{width:auto!important;}
}


.gouj {
    bottom: 30px;
}

.adg_chatbot_button_label_gop {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 175px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: #b6b6b6 0 0 20px 0;
    border: 3px solid #fff;
    color: #000;
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 67%) 0 0 20px 0;
    margin-left: 10px;
    background: #f9cf33;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}


.gop {
    width: 85px;
    border: 5px solid white;
    border-radius: 42px;
    margin-top: -26px;
    background: none;
    box-shadow: rgb(0 0 0 / 67%) 0 0 20px 0;
}
 
 