
:root {
    --yellow: #E39F3A;
    --blue: #0BA4A5;
    --dblue: #19527D;
    --red: #C33249;
}
[data-theme="light"] {
    --bg-color: #ffffff;
    --font-color: #000000;
    --bg-item-color: #ffffff;
    --hover-color: #ffffff;
    --model-color: #ffffff;
    --slider-btn: #EAEAEA;
    --bgcopy-footer: #ffffff; 
    --footer1: #F0F0F0;
    --footer2: #F0F0F0;
    --footer-text: #000000;
    --shadow-banner:#ffffff;    
    --bg-line:rgba(67, 67, 67, 0.06);
    --border-line: #CFCFCF;
    --faq-color:#000000;
}
  
[data-theme="dark"] {
    --font-color: #ffffff;
    --bg-color: #000000;
    --bg-item-color: #0F0F0F;
    --hover-color: #ffffff;
    --model-color: #101223;
    --slider-btn: #1C1C1C;
    --bgcopy-footer: #262627; 
    --footer1: #0F0F0F;
    --footer2: #000000;
    --footer-text:#A8A8A9;
    --shadow-banner:#000000;
    --bg-line:rgba(255, 255, 255, 0.06);
    --border-line: #484848;
    --faq-color:#ffffff;
}

body {
    font-family: 'Poppins', sans-serif !important;
    background: var(--bg-color) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gpw {
    width: 80px;
    margin: auto;
    transition: .2s linear;
}

/* Home Slider  */

#home_banner {
    height: 100vh;
}
#home_banner .slick-dots{
    bottom: 0;
}
.block-sub-title{
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: var(--font-color);
    margin-bottom: 0;
}
.content--txt{
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}
/* .slider-banner-content:after{
    content: "";
    height: calc(100% + 214px);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
} */
#home_banner .img-area,.slick-list,.slick-track{
    height: 100%;
    margin-bottom: 0;
}
.b-m-left__block{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.mt-10{
    margin-top: 10em;
}
.tab-show{
    display: none;
}
@media only screen and (max-width: 600px) {
    .mt-10{
        margin-top: 5em;
    }
}

.title{
    position: relative;
}

.sa-title:after {
    background: linear-gradient(270deg, #E39F3A 0%, #00677A 32.87%, #19527D 65.6%, #C33249 100%);
    content: "";
    height: 5px;
    width: 105px;
    position: absolute;
    bottom: -15px;
    left: 0;
    /* position: relative; */
    transform: translate3d(0px, 0, 0);
}


/* Home About Us */
.home__aboutus{
    padding: 100px 0 0px;
}
#home_aboutus h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 40px;
}
#home_aboutus h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 66px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: var(--font-color);
    max-width: 553px;
    margin-bottom: 24px;
}
#home_aboutus h2 span{
    color: var(--blue);
}
#home_aboutus p{
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}
#home_aboutus a{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.0025em;
    color: var(--red);
    margin-top: 23px;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    #home_aboutus img {
        margin-top: 50px;
    }
    #home_aboutus a img {
        margin-top: 0px;
    }
}
/* Home Services */
.home-services{
    background: var(--bg-item-color);
    text-align: center;
    padding: 28px 16px 28px 16px;
    margin: 0 10px;
    color: var(--font-color);
}
.home-services > img{
    margin: 0 auto;
    height: 50px;
    width: 50px;
}
.services .slick-list{
    padding: 0 30% 0 0 !important;
}
.home__services{
    padding: 100px 0 100px;
}
#home_services .title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: var(--yellow);
    text-align: center;
}
#home_services h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-top: 20px;
    margin-bottom: 17px;
}
#home_services h2{
    text-align: center;
    margin-bottom: 70px;
}
#home_services h2 span{
    color: var(--blue);
}
#home_services p{
    font-weight: 400;
    font-size: 15.5px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.005em;
    opacity: 0.7;
}
#home_services a{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.0025em;
    text-decoration: none;
    border-bottom: 1px solid;
    opacity: 0.7;
    color: var(--font-color);
}
#home_services .home-services.top {
    top: 40px;
}
.home__counter{
    padding-bottom: 145px;
    padding-top: 70px;
}
@media only screen and (max-width: 600px) {
    #home_services .home-services.top {
        top: 0px;
    }
}
.enterprise:hover{
    background: var(--red);
}
.enterprise:hover img{
    filter: brightness(0) invert(1);
}
.emerging:hover{
    background: var(--blue);
}
.emerging:hover img{
    filter: brightness(0) invert(1);
}
.internet:hover{
    background: var(--yellow);
}
.internet:hover img{
    filter: brightness(0) invert(1);
}
.cloud:hover{
    background: var(--blue);
}
.cloud:hover img{
    filter: brightness(0) invert(1);
}
.industrial:hover{
    background: #C960DA;
}
.industrial:hover img{
    filter: brightness(0) invert(1);
}



/* Home Industries  */

#home_industries .title h3{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: var(--yellow);
}
#home_industries h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    margin-top: 15px;
}
#home_industries h2 span{
    color: var(--blue);
}

#home_industries .title p{
    font-weight: 400;
    font-size: 15.5px;
    line-height: 28px;
    letter-spacing: 0.005em;
    opacity: 0.7;
    color: var(--font-color);
}
.home-ind p{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: var(--font-color);
}
.masonry-grid {
    column-width: 296px;
    column-gap: 24px;
}
  



  /* Placeholder divs to prevent page jumping */
.cell {
    position: relative;
    margin-bottom: 24px;
    height: 0;
    overflow: hidden;
    background: #eee;
    break-inside: avoid;
    border-radius: 8px;
}
  
.cell img {
position: absolute;
top: 0;
left: 0;
}

.ratio1x1 {
padding-bottom: 100%;  
}
.ratio3x4 {
padding-bottom: 133.33%;
}
.ratio4x3 {
padding-bottom: 75%;
}
.ratio16x9 {
padding-bottom: 56.25%;
}
.ratio9x16 {
padding-bottom: 177.77%;
}


/* Home Counter */

.home-counter{
    background: linear-gradient(270deg, #E39F3A 0%, #00677A 32.87%, #19527D 65.6%, #C33249 100%);
    padding: 70px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.home-counter h3{
    font-weight: 700;
    font-size: 70px;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--hover-color);
    margin-bottom: 16px;
}
.counter_text.multipule:after{
    content: "x";
}
.counter_text.plus:after{
    content: "+";
}
.counter_text.perc:after{
    content: "%";
}
.counter_text.dcount:after{
    content: "M";
}
.home-counter p{
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.03em;
    color: var(--hover-color);
    margin-bottom: 0;
}


/* Home Industries */

#home_industries .home-ind{
    background: var(--bg-item-color);
    border-radius: 2px;
    text-align: center;
    padding: 20px;
    color: var(--font-color);
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#home_industries .home-ind p{
    margin-top: 15px;
    margin-bottom: 0;
}
#home_industries .ind-1{
    margin-top: 180px;
}
#home_industries .ind-2{
    margin-top: 110px;
}
#home_industries .ind-3{
    margin-top: 45px;
}
#home_industries .ind-4{
    margin-top: -65px;
}
#home_industries .ind-5{
    margin-top: -175px;
}
.work > img{
    min-width: 100%;
}

/* Home Our Work */
/* .home__ourwork{
    padding-bottom: 110px;
} */
#home_ourwork .title  h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: var(--yellow);
}
#home_ourwork .title  h2{
    margin-bottom: 78px;
}
#home_ourwork .title h2 span{
    color: var(--blue);
}
#home_technologies .title p{
    color: var(--font-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    margin-top: 12px;
    margin-bottom: 67px;
}

#home_ourwork .work{
    position: relative;
}
#home_ourwork .work h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 60px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    margin-bottom: 0;
}
#home_ourwork .work p{
    font-weight: 500;
    font-size: 18px;
    color: #9496A1;
    margin-bottom: 60px;
}
#home_ourwork .work-btn a{
    border: 1px solid #D8425C;
    padding: 10px;
    color: #D8425C;
    text-decoration: none;
}
#home_ourwork .work-btn {
    text-align: center;
    margin-top: 70px;
    margin-top: 135px;
}
#home_ourwork .work-hover {
    background-color: transparent;
    color: var(--font-color);
    font-size: 16px;
    padding: 16px 32px;
    border: 1px solid var(--font-color);
    text-decoration: none;
}
.work:hover .image {
    opacity: 0.3;
}
.work:hover .middle {
    opacity: 1;
}
.work .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }


/* Home Technologies */
.home__technologies{
    padding: 100px 0 0px;
}
#home_technologies .title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: var(--yellow);
}
#home_technologies .title h2 span{
    color: var(--blue);
}
#home_technologies .title p{
    color: var(--font-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
}
#home_technologies .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--font-color);
    background-color: transparent;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.03em; 
}
#home_technologies .nav-pills .nav-link {
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #777986; 
    padding-bottom: 20px;
}
#home_technologies .home-tech{
    background: var(--bg-item-color);
    border-radius: 2px;
    text-align: center;
    color: var(--font-color);
    width: calc(20% - 29px);
    height: 144px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
}
#home_technologies .tech{
    display: flex;
    gap: 26px 36px;
    flex-wrap: wrap;
}
#home_technologies .tab-content .fade{
    transition: opacity 0.5 linear;
}
#home_technologies .home-tech img{
    width: 56px;
}


/* @media only screen and (max-width: 600px) {
    #home_technologies .tech{
        justify-content: center;
    }
    #home_technologies .home-tech{
        width: calc(50% - 35px); 
    }
} */

/* Home Business Model */
.home__bismodel{
    padding: 100px 0 0px;
}
#home_bismodel .title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: var(--yellow);
}
#home_bismodel .title h2{
    max-width: 488px;
    margin-bottom: 39px;
}
#home_bismodel .title h2 span{
    color: var(--blue);
}
#home_bismodel .home_model {
    background: var(--model-color);
    border-radius: 2px;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
#home_bismodel .model-start{
    position: absolute;
    right: 15px;
    top: 25px;
}
#home_bismodel .model-img{
    margin-top: 0px;
    margin-bottom: 46px;
}
.d__content{
    margin-bottom: 42px;
}
#home_bismodel .home_model h3, .home_model_2 h3{
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    font-weight: 600;
    margin-bottom: 0;
}
.home_model_2 h3 + p{
    margin-bottom: 42px;
}
#home_bismodel .home_model p, .home_model_2 p{
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    opacity: 0.8;
}
#home_bismodel .home_model ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: var(--font-color);
}
#home_bismodel .home_model ul li img {
    padding-right: 20px;
}
#home_bismodel .home_model a, .home_model_2 a{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: var(--font-color); 
    text-decoration: none;
    margin-top: 40px;
    display: inline-block;
}
#home_bismodel .home_model a:after{
    background-image: url('../images/arrow_right.svg');
}

#home_bismodel .home_model_2 {
    background: var(--model-color);
    /* opacity: 0.8; */
    border-radius: 2px;
    padding: 40px;
    align-items: flex-start;
    height: 50%;
}

/* Home Client Slider */
.home_client img{
    max-width: 200px !important;
    height: auto !important;
    padding: 10px;
    max-height: 120px;
    object-fit: contain;
}
.home_client img{
    filter: grayscale(100%);
    padding: 20px;
}
.home_client img:hover{
    filter: none !important;
    padding: 20px;
}



/* Blog */
#blog,#contact,#home_industries{
    padding: 100px 0 0px;
}
#blog .title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: var(--yellow);
}
#blog .title h2 span{
    color: var(--blue);
}
#blog .title p{
    color: var(--font-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 42px;
}
#blog .blog-btn a{
    border: 1px solid #D8425C;
    padding: 10px;
    color: #D8425C;
    text-decoration: none;
}
#blog .blog{
    background: var(--bg-item-color);
    border-radius: 2px;
}
#blog .blog .blog-info{
    padding: 40px;
}
#blog .blog .blog-info h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}
#blog .blog .blog-cat-1 span{
    background: #EBAD48;
    border-radius: 2px;
    padding: 2px 10px 2px 10px;
    width: fit-content;
    color: var(--font-color);
    margin-right: 10px;
}
#blog .blog .blog-cat-2 span{
    background: #D8425C;
    border-radius: 2px;
    padding: 2px 10px 2px 10px;
    width: fit-content;
    color: var(--font-color);
    margin-right: 10px;
}
#blog .blog .blog-cat span{
    background: #0BA4A5;
    border-radius: 2px;
    padding: 2px 10px 2px 10px;
    width: fit-content;
    color: var(--font-color);
    margin-right: 10px;
}
#blog .blog .blog-info p{
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.0025em;
    color: var(--font-color);
}

#blog .blog .blog-info a{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.0025em;
    color: var(--font-color);
    text-decoration: none;
}


/* Contact */
#contact_info{
    background: var(--footer1);
}

#contact .title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: var(--yellow);
    margin-bottom: 20px !important;
}
#contact .title h2{
    margin-bottom: 20px;
}
#contact .title h2 span{
    color: var(--blue);
}
/* .contact_details{
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 5px;
} */
.contact_details{
    flex: 1 1 50%;
    /* max-width: 50%; */
    padding: 0 5px;
}

#contact_info .contact_details h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}
#contact_info .contact_details p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    opacity: 0.7;
}
#contact_info .contact_details a{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}
#contact_info .contact-form{
    background: #0BA4A5;
    padding: 42px 37px;
    margin-top: -160px;
}
#contact_info .contact-form .form-group{
    margin-bottom: 20px;
}
#contact_info .contact-form h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: var(--hover-color);
    margin-bottom: 20px;
}
#contact_info .line{
    border-bottom: 1px solid var(--border-line);
}
hr.d-line{
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid var(--border-line);

}
.form-white input[type=text]{
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
    background: transparent;
    border: transparent;
    border-radius: 0px;
    padding: 15px 0px 10px 0px;
    opacity: 0.5;
}
.form-white select.form-control:not([size]):not([multiple]){
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
    background: transparent;
    border: transparent;
    border-radius: 0px;
    padding: 0px;
    opacity: 0.5;
    color: var(--hover-color);
    height: calc(2.25rem + 13px);
}
.form-white select:focus{
    color: #000;
    opacity: 1;
    background: transparent;
}
.form-white input[type=text]:focus{
    color: var(--hover-color);
    opacity: 1;
}
.form-white textarea[type=text]:focus{
    color: var(--hover-color);
    opacity: 1;
}
.form-white textarea[type=text] {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
    background: transparent;
    border: transparent;
    border-radius: 0px;
    padding: 15px 0px 10px 0px;
    opacity: 0.5;
}
.form-white input::placeholder, .form-white textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--hover-color);
    opacity: 1; /* Firefox */
    padding-left: 0px;
}
.form-white input:-ms-input-placeholder, .form-white textarea::placeholder { /* Internet Explorer 10-11 */
    color: var(--hover-color);
}
.form-white input::-ms-input-placeholder, .form-white textarea::placeholder { /* Microsoft Edge */
    color: var(--hover-color);
}

.footer-contact{
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #0BA4A5;
    background-color: var(--hover-color);
    border-radius: 2px;
    padding: 14px 30px 14px 30px;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
}
#contact_info .contact-details a{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    text-decoration: none;
}
#contact_info .contact-details:secound-child img{
    padding-left: 35px;
}



/* Footer */
#footer{
    background: var(--footer2);
}
#footer .col:first-child,#footer .col:last-child{
    max-width: 20%;
}
#footer .col:nth-child(2){
    max-width: 25%;
}
#footer .footer-title h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}

#footer .footer-title ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: var(--footer-text);
    text-decoration: none;
}
#footer .footer-title ul{
    padding: 0px;
    list-style: none;
}

#footer .footer-copyright{
    background: var(--bgcopy-footer);
    color: var(--hover-color);
}
#footer .footer-copyright p{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    opacity: 0.6;
}
#footer .footer-copyright a{
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    opacity: 0.6;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
}
#footer .footer-logo p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}


/* Testimonial */
.c__testimonial{
    padding: 100px 0 0px;
}
#testimonial .title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: var(--yellow);
}
#testimonial .title h2{
    margin-bottom: 34px;
}
#testimonial .title h2 span{
    color: var(--blue);
}
#testimonial .client-content{
    padding: 50px;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(299.39deg, #E39F3A 1.3%, #00677A 33.75%, #19527D 66.04%, #C33249 100%);
}
#testimonial .client-content p{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: var(--font-color);
    margin-bottom: 0;
}
#testimonial .client-info h3{
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: var(--font-color);
}
#testimonial .client-info{
    margin: 20px 0px 0px 20px;
}

#testimonial .client-info p{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: var(--font-color);
}
#testimonial .slick-initialized .slick-slide{
    padding: 0 12px;
}
#testimonial .slick-list{
    margin:0 -12px;
    width: (100% + 24px);
}
#testimonial .client-content p:after {
    content: url(/user/themes/quark/images/qout.svg);
    position: absolute;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translate3d(0px, 0, 0);
    bottom: 15px;
    right: 100px;
}
.slider-btnnew{
    padding: 15px;
}
.slider-btnnew{
    background: var(--slider-btn);
    cursor: pointer;
}
.slider-btnnew:hover{
    background: #D8425C;
    padding: 15px;

}


/* Menu CSS */
nav ul li > div.jumbo-menu-block {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0;
    background: var(--bg-item-color);
    border-radius: 0;
    top: 120px;
    padding-bottom: 25px;
    opacity: 0;
    z-index: -100;
    transition: top .2s ease-in,opacity .3s ease-in;
    transform: scale(0);
}
.j-n-title{
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.0025em;
    color: var(--font-color);
    border-bottom: 1px solid var(--border-line);
    padding-bottom: 14px;
    margin-bottom: 18px;
}
.side-content-block{
    padding: 26px 0;
    padding-left: 85px;
    flex: 1 1 auto;
}
.side-content-block > ul{
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    row-gap: 22px;
}
.side-content-block > ul > li{
    flex: 1 1 50%;
}
.side-content-block > ul > li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
}
nav ul li:hover > div {
    transform: scale(1);
    top: 82px;
    opacity: 1;
    z-index: 1000;
}
nav ul {
    padding: 0 20px;
    border-radius: 10px;  
    list-style: none;
    position: relative;
    display: inline-table;
}
nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
    float: left;
}
nav ul li:hover a {
    color: var(--font-color);
}
nav ul li a {
    display: block; padding: 25px 40px;
    color: #757575; text-decoration: none;
}
nav ul ul li a {
    padding: 15px 40px;
    color: var(--font-color);
} 
nav ul ul ul {
    position: absolute; left: 100%; top:0;
}
.navbar-toggler{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    padding: 0;
    outline: unset !important;
}
.navbar-toggler span{
    line-height: 10px;
}
/* carousel */
.carousel-caption{
    max-width: 680px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    margin: 0;
    padding: 0;
    bottom: 0;
    right: unset;
    height: fit-content;
}
.carousel-caption h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: #EBAD48;
    margin-bottom: 12px;
}
.carousel-caption h1{
    font-weight: 700;
    font-size: 66px;
    line-height: 66px;
    letter-spacing: 0.0025em;
    color: var(--hover-color);
    margin-bottom: 12px;
}
.carousel-caption h1 span{
    color:#EBAD48;
}
.carousel-caption p{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.0025em;
    color: var(--hover-color);
    margin-bottom: 17px;
}
.carousel-caption a{
    background: #D8425C;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.005em;
    color: var(--hover-color);
    padding: 14px 35px;
    display: inline-block;
    text-decoration: none;
}

.slick-slide > div,.slick-slide > div > div,.slick-slide > div > div > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-overlay{
    position: absolute;
    height: calc(100% + 214px);
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(8 8 8 / 0%) 75%, var(--shadow-banner) 100%);
}
#home_banner .slick-arrow.slick-prev{
    left: 100px;
    z-index: 10;
}
#home_banner .slick-arrow.slick-next{
    right: 100px;
    z-index: 10;
}
#home_banner .slick-arrow::before{
    display: none;
}
#home_banner .slick-arrow{
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}
#cloud-computing .inner-page__banner-title{
    max-width: 800px;
}
#cloud-computing .inner-page__banner-title p{
    margin-bottom: 30px;
}
.benefits .slick-slide{
    padding: 20px 10px;
}
.benefits .slick-list{
    margin: 0 -10px;
    width: calc(100% + 20px);
}
.block--title{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EBAD48;
    position: relative;
    margin-bottom: 30px !important;
    text-align: left;
}
.block--title.center-b-b{
    text-align: center;
}
.block--title::after{
    content: "";
    background: linear-gradient(270deg, #E39F3A 0%, #00677A 32.87%, #19527D 65.6%, #C33249 100%);
    height: 2px;
    width: 105px;
    height: 2px;
    position: absolute;
    bottom: -13px;
    left: 0;
}
.block--title.center-b-b:after{
    right: 0;
    margin: 0 auto;
}
.custom-slider-content{
    position: relative;
}
#testimonial .client-img img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.custom-slider-content + .client-img{
    margin-top: 20px;
    padding-left: 20px;
}
.custom-slider-content::after{
    content: url(/user/themes/quark/images/downsliderarrow.svg);
    background-color: #000;
    position: absolute;
    top: 100%;
    left: 30px;
}
#page-wrapper{
    position: relative;
}
.h-inherit{
    height: inherit;
}
.mt-new{
    margin-top: 30px;
}
@media (max-width:1024px){
    .row.tab-show{
        display: flex;
    }
    .row.tab-hide{
        display: none;
    }
    #home_industries .col{
        max-width: 20%;
        padding: 0 5px;
    }
    .mt-new {
        margin-top: 10px;
    }
    .home-counter{
        padding:30px 15px;
    }
    .home-counter h3{
        font-size: 50px;
        line-height: 60px;
    }
    p.count_para{
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .contact-details{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .social-info{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    #home_bismodel .home_model_2{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .home_model_2 .pl-md-5{
        padding-left: 0!important;
    }
    .home_model_2 > img{
        margin-bottom: 20px;
    }
}

@media (max-width:992px){
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .gpw{
        width: 40px;
        margin: unset;
        margin-right: auto;
        margin-top: 0px;
        display: none;
    }
    .navbar-brand img {
        max-width: 160px;
    }
    .navbar .navbar-collapse.collapse.show {
        height: calc(100vh - 82px);
        overflow-y: auto;
    }
    .navbar .img-block{
        display: none;
    }
    nav ul li > div.jumbo-menu-block{
        position: static;
        opacity: 1;
        transform: scale(1);
    }
    .side-content-block{
        padding-left: 0;
    }
}

/* iiner page */
.slick-dots li.slick-active button:before { 
    opacity: 1 !important; 
    color: var(--font-color) !important; 
    width: 20px; 
    height: 20px; 
    font-size: 16px !important; 
    opacity: .8 !important; 
} 
.slick-dots li button:before{ 
    opacity: .5 !important; 
    color: var(--font-color) !important; 
    font-size: 10px !important;
}
.inner-page__banner-title{
    position: relative;
    z-index: 10;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.inner-page__banner-title h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: var(--font-color); 
    margin-bottom: 25px;
}
.inner-page__banner-title p{
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.03em;
    color: var(--font-color);
    margin-bottom: 46px;
}
.inner-page__banner-title a{
    background: #D8425C;
    border-radius: 2px;
    padding: 15px 30px 15px 30px;
    color: var(--hover-color);
    text-decoration: none;
    display: inline-block;
}
.inner-page__banner {
    background-image: url(../../../pages/02.services/02.it-consulting-services/it-consulting.png);
    background-repeat: repeat-x;
    background-size: cover;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.inner-page__banner:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, var(--shadow-banner) 100%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: calc(100% + 212px);
}



.bg--line{
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    display: none !important;
}
.bg--line .col{
    border-left: 1px solid var(--bg-line);
}
.bg--line .col:last-child{
    border-right: 1px solid var(--bg-line);
}
.jumbo-menu-block .side-content-block > ul > li .nav-link{
    padding: 0;
}
.social-info.mbl{
    display: none;
}
.row.mobile-show{
    display: none;
}
.ulcircle li:before {
    content: url(/user/themes/quark/images/gredientcircle.svg);
    position: absolute;
    left: 0;
    top: 8px
}

@media(max-width:992px){
    #home_technologies .tech{
        gap: 10px;
    }
    #home_technologies .home-tech{
        width: calc(20% - 8px);
    }
}

@media (max-width:767px){
    /* .slick-slide img{
        width: 50px;
        height: 50px;

    } */
    .carousel-caption{
        max-width: 345px;
        transform: unset;
        top: unset;
        bottom: 50px;
    }
    .carousel-caption h3{
        font-size: 16px;
        line-height: 29px;
    }
    .carousel-caption h2{
        font-size: 48px;
        line-height: 54px;
    }
    .carousel-caption p,.block-sub-title ~ p{
        font-size: 14px !important;
        line-height: 29px !important;
    }
    /* .carousel-caption p,.block-sub-title ~ p br{
        display: none;
    } */
    .block--title::after{
        right: 0;
        margin: 0 auto;
        width: 78px;
        bottom: -6px;
    }
    .block-sub-title{
        font-size: 24px !important;
        line-height: 32px !important;
        width: 100% !important;
        text-align: center;
    }
    .block--title{
        text-align: center;
        font-size: 16px !important;
        line-height: 29px !important;
        margin-bottom: 20px !important;
        margin-top: 48px !important;
    }
    .content--txt{
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: center;
    }
    #home_aboutus h3{
        font-size: 16px;
        line-height: 29px;
    }
    #home_aboutus p{
        font-size: 16px;
        line-height: 22px;
    }
    .home-counter h3{
        font-size: 48px;
        line-height: 41px;
    }
    .home-counter{
        padding: 25px;
        row-gap: 30px
    }
    .home-counter p{
        font-size: 14px;
        line-height: 22px;
    }
    #home_ourwork .work h3{
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 0;
    }
    #home_ourwork .work p{
        font-size: 12px;
        line-height: 18px;
    }
    #home_technologies .tech{
        gap: 10px;
    }
    #home_technologies .home-tech{
        width: calc((100%/3) - 7.5px); 
    }
    #home_technologies .nav-pills .nav-link, #home_technologies .nav-pills .nav-link.active,#technologies .nav-tabs{
        font-size: 16px;
        line-height: 25px;
        white-space: nowrap;
        padding: 10px 0;
    }
    #home_technologies .nav-pills > li{
        margin-right: 20px;
    }
    #home_technologies .nav-pills,#technologies .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        
    }
    /* .model-start{
        display: none;
    } */
    #home_bismodel .b-m-content__box img{
        margin-top: 0;
        height: 60px;
        width: 60px;
    }
    #home_bismodel .home_model h3, .home_model_2 h3{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }
    #home_bismodel .home_model p, .home_model_2 p{
        font-size: 12px;
        line-height: 19px;
    }
    .b-m-content__box{
        display: flex;
        column-gap: 18px;
        align-items: flex-start;
        margin-bottom: 18px;
    }
    .b-m-content__box ~ ul{
        display: flex;
        flex-wrap: wrap;
    }
    .b-m-content__box ~ ul > li{
        flex: 1 1 50%;
        max-width: 50%;
        font-size: 10.656px;
        line-height: 15px;
        display: flex;
        align-items: flex-start;
    }
    .b-m-content__box ~ ul > li img{
        width: 10px;
        padding-right: 0 !important;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
    #home_bismodel .home_model{
        padding: 15px;
    }
    #home_bismodel .home_model a, .home_model_2 a{
        font-size: 12px;
        line-height: 13px;
    }
    #home_bismodel .home_model_2{
        padding: 15px;
        display: flex;
        flex-direction: column;
        flex: 1 1 50%;
        max-width: 50%;
        margin-top: 20px;
        height: auto;
    }
    #home_bismodel .home_model_2 > img{
        width: 40px;
    }
    .b-m-left__block{
        display: flex;
        column-gap: 9px;
    }
    #contact_info{
        background: var(--footer1);
    }
    #contact_info .line{
        border-top: 1px solid var(--border-line);
        border-bottom: 0;
        padding-top: 20px !important;
    }
    #contact_info .contact-form{
        margin-top: 0;
        padding: 20px;
        text-align: center;
    }
    #contact_info .contact_details h3{
        font-size: 14px;
        line-height: 28px;
    }
    #contact_info .contact_details p{
        font-size: 12px;
        line-height: 16px;
    }
    #contact_info .contact_details a{
        font-size: 12px;
        line-height: 12px;
    }
    .contact-details{
        display: flex;
        flex-direction: column;
        row-gap: 7px;
        align-items: center;
        width: 100%;
    }
    #contact_info .contact-details a{
        font-size: 14px;
        line-height: 19px;
    }
    .footer-title{
        text-align: center;
    }
    
    .footer .cold{
        text-align: center;
    }
    #footer .footer-title h3{
        font-size: 14px;
        line-height: 28px;  
    }
    .social-info.mbl{
        display: flex;
        margin-top: 20px;
    }
    .footer-logo{
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }
    #footer .footer-copyright a,#footer .footer-copyright p{
        font-size: 12px;
        line-height: 28px;
        text-align: center;
    }
    #footer .footer-copyright a{
        padding: 0 10px;
        margin: 10px 0;
    }
    .footer-copyright .col{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .footer-copyright .col .float-right{
        text-align: center;
    }
    /* .row.mobile-hide{
        display: none;
    } */
    .row.mobile-show{
        display: flex;
    }
    #home_industries .home-ind{
        min-width: auto;
        min-height: auto;
    }
    #home_industries .ind-4{
        margin-top: 30px;
    }
    #home_industries .title p{
        font-size: 16px;
        line-height: 22px;
    }
    #home_industries .ind-2 {
        margin-top: 25px;
    }
    #home_industries .ind-1 {
        margin-top: 55px;
    }
    /* .block-sub-title br{
        display: none;
    } */
    .home-services{
        margin: 4.5px;
        padding: 25px 12px 25px 12px;
    }
    #blog{
        padding: 30px 0 0px;
    }
    #blog .blog .blog-info {
        padding: 20px 28px;
    }
    .custom-slider-content + .client-img{
        padding-left: 0;
    }
    .b-m-left__block{
        flex-direction: row;
    }
    #testimonial .client-content{
        padding: 20px;
    }
    #testimonial .client-content p{
        font-size: 13px;
        line-height: 22px;
    }
    #testimonial .client-img > img{
        height: 40px;
        width: 40px;
        object-fit: cover;
        border-radius: 50%;
    }
    #testimonial .client-info h3{
        font-size: 13px;
        margin-bottom: 5px;
    }
    #testimonial .client-info p{
        font-size: 12px;
    }
    #testimonial .client-content p:after {
        content: url(/user/themes/quark/images/qout.svg);
        position: absolute;
        -webkit-font-smoothing: subpixel-antialiased;
        transform: translate3d(0px, 0, 0);
        bottom: -5px;
        right: 45px;
        transform: scale(0.6);
    }
    .inner-page__banner-title h1{
        font-size: 32px;
        line-height: 36px;
    }
    .inner-page__banner-title p{
        font-size: 14px;
        line-height: 21px;
    }
    .inner-page__banner-title a{
        font-size: 12.6933px;
        line-height: 14px;
    }
    .c__testimonial{
        padding: 30px 0 0px;
    }
    #it_strategy .nav-pills .nav-link{
        width: calc(100%/3);
        text-align: center;
    }
    #home_ourwork .work-hover{
        display: block;
        padding: 10px 16px;
    }
    .home__services,.home__aboutus, .home__aboutus,.home__counter,.home__ourwork,.home__technologies,.home__bismodel{
        padding-bottom: 0px;
        padding-top: 0px;
    }
    #home_services h2{
        margin-bottom: 50px;
    }
    .carousel-caption h1{
        font-size: 40px;
        line-height: 40px;
    }
    #top.bg-navbar .gpw{
        width: 40px !important;
    }
    .navbar{
        padding: 0 15px !important;
    }
}
.mbl-show-img{
    display: none;
}
@media (max-width:550px){
    #testimonial .title{
        display: flex;
        flex-direction: column;
    }
    #testimonial .title .float-right{
        display: flex;
        width: 100%;
        order: 1;
        justify-content: flex-end;
        order: 1;
        margin-bottom: 20px;
    }
    #testimonial .title h2{
        margin-bottom: 10px;
    }
    .slider-btn{
        width: 20px;
    }
    #testimonial .slick-list{
        padding: 0 10% 0 0;
    }
    #it_strategy .nav-pills .nav-link{
        font-size: 12px;
        line-height: 16px;
    }
    .mbl-show-img{
        display: block;
    }
    .w-p-block{
        flex-direction: column;
    }
    .w-p-block .col:nth-child(even){
        margin-left: auto;
    }
    .w-p-block .col img{
        position: absolute;
        width: 115px;
    }
    .w-p-block .col:first-child img{
        left: calc(100% + 30px);
        top: 38px;
        transform: rotate(18deg);
        width: 140px;
    }
    .w-p-block .col:nth-child(2){
        margin-top: -40px;
    }
    .w-p-block .col:nth-child(2) img{
        position: absolute;
        width: 89px;
        left: -2px;
        top: calc(100% + 20px);
    }
    .mbl-hide-img{
        display: none;
    }
}
@media (max-width:479px){
    .client-list {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}




body.dark {
    background: #ffffff;
  }
  
  .checkbox {
    opacity: 0;
    position: absolute;
  }
  
  .label {
    background-color: #111;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 26px;
    width: 50px;
    transform: scale(1.5);
  }
  
  .label .ball {
    background-color: var(--font-color);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
  }
  
  .checkbox:checked + .label .ball {
    transform: translateX(24px);
  }
  
  .fa-moon {
    color: #f1c40f;
  }
  
  .fa-sun {
    color: #f39c12;
  }

  .custom-padding-left{
    padding-left: calc((100vw - 1180px)/2);
  }
  :is(.benefits) .slick-list{
    padding: 0 30% 0 0;
  }
  :is(.benefits,.benefits-other) .slick-track{
    display: table;
  }
  :is(.benefits,.benefits-other) .slick-track .slick-slide{
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
  }
  :is(.benefits,.benefits-other) :is(.slick-track .slick-slide .slide-content, .slick-track .slick-slide .benefit-info){
    height: 100%;
  }
  .benefits-other .slick-slide{
    padding: 20px 12.5px;
  }
  .benefits-other .slick-list{
    margin: 0 -12.5px;
  }
  .max-width-873{
    max-width: 873px;
  }

  
.mode{
    display: flex;
    top: 40%;
    z-index: 20;
    position: fixed;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
  /*slider switch css */
  .theme-switch-wrapper {
    display: flex;
    align-items: center;
  }
  .theme-switch-wrapper em {
    margin-left: 10px;
    font-size: 1rem;
  }
  
  .theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    margin: 0px;
  }
  
  .theme-switch input {
    display: none;
  }
  
  .slider {
    background-color: #cccccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
  }
  
  .slider:before {
    background-color: var(--font-color);
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    width: 26px;
  }
  
  input:checked + .slider {
    background-color: #6b6b6b;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
    margin: 0px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
#cta .cloud_cta{
    background-position: center;
}
:is([data-theme="light"]) :is(.home-services,#home_industries .home-ind,#home_technologies .home-tech, #home_bismodel .home_model, #home_bismodel .home_model_2, .blog, .iot-service,.iot-services,.benefit-info,.about__it .app-info,#cloud_industries .industries,#what-to-do .app-info,#demand .demand-solution,#fin_industries .industries){
    box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
}
:is([data-theme="light"]) :is(.home-services:hover){
    color: var(--hover-color) !important;
}
[data-theme="light"] .custom-slider-content::after{
    content: url(/user/themes/quark/images/downsliderarrow.svg);
    background-color: #ffffff !important;
}
:is([data-theme="light"]) :is(.home-ind img){
    filter: brightness(1) invert(1);
}
:is([data-theme="light"]) :is(.ind-full){
    background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%) !important;
    box-shadow: none !important;
}
:is([data-theme="dark"]) :is(.ind-full){
    background: linear-gradient(180deg, #090909 0%, #000000 100%) !important;
    box-shadow: none !important;
}
:is([data-theme="dark"]) :is(.ind-half){
    background: linear-gradient(180deg, #090909 0%, #000000 100%) !important;
    box-shadow: none !important;
    min-height: 110px !important;
}
:is([data-theme="light"]) :is(.ind-half){
    background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%) !important;
    box-shadow: none !important;
    min-height: 110px !important;
}
:is([data-theme="light"]) :is(.blog-info a img,.home_model a img,#home_bismodel .home_model ul li img,.home-services a img,.social-info img,.contact-details.mr-auto img, .slider-btnnew img,#home_bismodel .model-img, .home_model_2 img){
    filter: brightness(0);
}
:is([data-theme="light"]) :is(.model-start){
    filter: none !important
}

.cd-contact{
  display: flex;
  flex-direction: row;
  justify-content: center;
  row-gap: 15px;

}
.cd-contact a{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .cd-contact{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .cd-contact{
    column-gap: 15px;
  }
}