* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Vistol Sans' sans-serif;
}

:root {
    --primary-color: #333;
    --secondry-color: #ffcc10;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.21;
    color: initial;
}

h2 {
    font-size: 2em;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px !important;
    background: #333 !important;
 
}

ul.header-contact {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.header-contact li span {
    margin-right: 10px;
}
ul.header-contact li span i {
    color: #fff;
    font-size: 18px;
}

ul.header-contact li a {
    color: #fff;
    font-size: 18px ;
   
}
.container {
    max-width: 1200px;
}

/* ========================
 =======Hero section ======= 
 ======================== */

 .background-img {
    padding-block: 100px;
}

.background-img {
    position: relative;
    width: 100%;
    display: block;
}




.banner-heading {
    font-size: 32px;
    line-height:1.3;
    font-weight: 800;
    text-align: justify;
    color: #000000 !important;
    margin-top: 30px;
    margin-bottom: 10px;
}



.hero-content-left p {
    font-size: 18px;
    font-weight: 500;
}


h2.banner-heading span {
    color: #ff0000;
}

.client-slider h2 {
    font-size: 26px;
    display: inline-block;
    margin-block: 20px;
}
/* =====hero section logo slider======= */
.logo-slider .item-slider:where(figure),
.logo-slider .item-slider figure {
    margin: 0;
}
.logo-slider .item-slider {
    margin: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px;
}

  .slider-style .slick-track {
    display: flex;
}

.slider-style .slick-track  .slick-slide {
    height: auto;
}
.slider-style .slick-track  .slick-slide > div{
    height: 100%;
}
.slider-style .slick-track  .our-serv-card {
    height: 100%;
}
  /* =====hero section logo slider======= */

 

/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .675rem 0.85rem;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control {
    color: #9a9a9a !important;
    font-size: 14px;
}



input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control {
    color: #9a9a9a;
    font-size: 14px;
}

.sign-up-form-wrap {
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.hero-content-left,
.sign-up-form-wrap {
    z-index: 2;
}

.gray-light-bg {
    background: #545454;
}
.sign-up-form-header > h1 {
    color: #ffffff;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.form-group.input-group {
    position: relative;
}

.sign-up-form-wrap .form-group {
    margin-bottom: 1.5rem;
}

.form-select.cwt-select {
    padding: 0.675rem 0.85rem;
}

.form-control {
    border-color: #ebebeb;
    padding: .675rem 0.85rem;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.cwt_top_phone .iti__country-list {
    width: 445px;
}

.cwt_bottom_phone .iti__country-list {
    width: 445px;
}

.solid-btn {
    background: var(--secondry-color);
    color:var(--primary-color);
    border: 1px solid var(--secondry-color);
    width: 100%;
    transition: all 0.3  ease;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p#success,
p#usersuccessdeta {
    color: #fff;
    margin-top: 10px;
}

/* ========================
 =======our client section ======= 
 ======================== */
.client-details {
    padding-block: 40px;
}

.about-blk h2 {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
}

.brand_logo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    text-align: center;
}

.brand_logo .item {
    padding: 10px;
    margin: 1%;
    position: relative;
    text-align: center;
}

.brand_logo .item::before {
    border-bottom: 1px solid #eee;
    position: absolute;
    padding-left: 0;
    bottom: -2px;
    width: 100%;
    content: '';
    height: 100%;
    left: -10px;
}

.brand_logo .item:nth-child(n+13)::before {
    border-bottom: 0;
}

.brand_logo .item::after {
    border-right: 1px solid #eee;
    position: absolute;
    padding-left: 0;
    bottom: 10px;
    width: 100%;
    content: '';
    height: 100%;
    left: 2px;
}

.brand_logo .item:nth-child(6n)::after {
    border-right: 0;
}

/* ========================
 ===our client section ====
 ======================== */

.section-our-serivces {
    position: relative;
    background: #f4f7fa;
    padding: 50px 0;
}

.digital-service {
    position: relative;
    z-index: 9;
}
.pararrel-banner.dg-bg {
    position: relative;
    z-index: 9;
}

.pararrel-banner.dg-bg{
    background-image: url(../images/dg-bg.jpeg);
}
.our-service-slider .service-slider-box {
    padding: 6px;
}
.our-serv-card {
    width: 100%;
    border: 1px solid #0095ff;
    border-radius: 10px;
    padding: 30px 15px 15px 15px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.pararrel-banner.dg-bg .cwt-prevArrow i, 
.pararrel-banner.dg-bg .cwt-nextArrow i {
    color: #fff;
    font-size: 36px;
    line-height: 30px !important;
}

.card-img {
    text-align: center;
    margin-bottom: 20px;
}

.card-img img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.our-serv-card h3 {
    font-size: 20px;
    text-align: center;
}

.our-serv-card p {
    margin-bottom: 0;
    color: #000;
}


.our-serv-card:hover {
    background-color: #00a5b2;
}

.digital-service .our-serv-card:hover {
    background-color: #007cff;
}

.our-serv-card:hover h3,
.our-serv-card:hover p {
    color: #fff;
}

.our-serv-card:hover img {
    filter: brightness(0) invert(1);
}


.conatct-us-btn {
    margin-top: 40px;
    text-align: center;
}

.conatct-us-btn a {
    margin-block: 40px;
    text-align: center;
    background-color: var(--secondry-color);
    color: var(--primary-color);
    padding: 12px 36px;
    border-radius: 10px;
    font-weight: 600;
    
}



/* ========================
 ===case studies section ====
 ======================== */
.case-studies-section {
    padding-block: 50px;
}

.case-studies-text {
    margin-bottom: 45px;
}

.case-studies-text h2 {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.case-studies-text p {
    margin-bottom: 20px;
}

.case_sec_new {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case_sec_new.cwt_case_slider .slick-track {
    display: flex;
}
.case_sec_new.cwt_case_slider .slick-track div{
 height: auto;
}

   .case_sec_new.cwt_case_slider .slick-track div .case-new-box,
   .case_sec_new.cwt_case_slider .slick-track div .case-new-box .case_sec_new_bx{
    height: 100%;
   }
.case_sec_new_bx {
    border: 1px solid #DDF0F9;
    margin: 0 1%;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.case_sec_new_bx figure {
    text-align: center;
}

.case_sec_new_bx h3 {
    font-size: 18px;
    font-weight: bold;
    color: #265F9C;
}

.case_rpt {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.case_sec_new_bx strong {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.case_sec_new_bx span {
    display: block;
    color: #333;
    font-weight: 500;
    font-size: 16px;
}

.case_rpt p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #414141;
}

/* ========================
 === SEO Services section ====
 ======================== */
 .pararrel-banner {
    position: relative;
    padding-block:40px ;
    background-image: url(../images/marketing.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
 .pararrel-banner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
 }
 .teamList {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 0;
   

}

.teamList li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
    padding: 12px;
    background: #fff;
    min-height: 280px;
    border-radius: 8px;
    overflow: hidden;
}
.text-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007cff;
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
}
.teamList li .text-overlay p {
  
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 500;
   
}
.teamList li:hover .text-overlay  {
    opacity: 1;

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

.img-filed {
    text-align: center;
    margin-bottom: 13px;
}

.img-filed img {
    width: 50px;
    height: auto;
   
}

.teamList li h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    word-spacing: 100;
    line-height: 1.5;
}
.teamList li h3::after {
    content: "\A";  /* \A = Line Break */
    white-space: pre;  /* यह \A को ब्राउज़र में लाइन ब्रेक की तरह काम करने देगा */
  }




/* ========================
 === testimonial section ====
 ======================== */

.testimonial-sect {
    padding-block: 50px;
}

.our-awards-slider {
    padding: 0;
}

.our-awards-slider li {
    list-style-type: none;
    width: 140px;
    height: auto;
}

.our-awards-slider li img {
    width: 100%;
}

.testimonial-slider {
    padding-left: 0;
}

.testimonial-slider .testimonial {
    background: #eeeeee30;
    padding: 30px;
    margin: 10px;
    border-radius: 8px;
    border: 1px solid #eeeeeeb5;
    position: relative;
}

.testimonial-slider .testimonial:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #99c3d9;
    font-size: 24px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 10px;
}
.slider-style .slick-track {
    display: flex;
    margin-block: 20px;
}

.slider-style .slick-track  .slick-slide {
    height: auto;
}
.slider-style .slick-track  .slick-slide > div{
    height: 100%;
}
.slider-style .slick-track  .testimonial {
    height: 100%;
}
.testimonial>p {
    font-size: 15px;
    color: #707070;
}

.testimonial-client-info p {
    color: #000;
}

.testimonial-client-info {
    padding-top: 20px;
}
.testilogo {
    display: flex;
    justify-content: start;
    align-items: center;
}
.testilogo img {
    width: 200px;
    aspect-ratio: 16/9;
}

.tci-name {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #276ea2;
    margin-bottom: 0px;
}

.tci-desig {
    margin-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #ebebeb;
    padding: 14px;
    padding-left: 28px;
    margin-right: -30px;
    border-radius: 100px 0px 0px 100px;
    font-weight: 600;
    font-size: 16px;
}

.stars i {
    color: #ffcc10;
}

.cwt-prevArrow,
.cwt-nextArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--primary-color);
    line-height: 30px;
    text-align: center;
}

.cwt-prevArrow i,
.cwt-nextArrow i {
    font-size: 36px;
    line-height: 30px !important;
}

.cwt-nextArrow {
    left: -15px;
    z-index: 99;
}

.cwt-prevArrow {
    right: -15px;
    z-index: 99;
}

/* ========================
    === FQ section ===
   ======================== */
.fq-section {
    padding-bottom: 50px;
}

.accordion-button:focus {
    box-shadow: none;
    background: none !important;
    border-color: rgba(0, 0, 0, .125);
}

.cst-acd-title {
    padding-left: 0;
    font-size: 15px;
    color: #707070;
}

.cwt-accordion-text p {
    font-size: 15px;
    color: #707070;
}

.cwt-accordion-text ul li {
    list-style-type: circle;
    font-size: 15px;
    color: #707070;
}

/* ========================
    === our location section ===
   ======================== */
.our-location-sec {
    padding-block: 50px;
}

.footer-nav-app img {
    margin-bottom: 15px;
}

.footer-nav-app h5 {
    margin-top: 40px;
    color: #ffcc10;
}

.footer-nav-app p {
    font-size: 15px;
    color: #ffffff;
}

.footer-nav-app ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
}

.cwt_address_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* ========================
    === footrer section ===
   ======================== */
.footer {
    position: relative;
    background-color: var(--primary-color);
    overflow: hidden;
}

.footer-top {
    padding-block: 50px;
}

.overlay-object-1 {
    position: absolute;
    top: 55%;
    left: -55px;
}

.cwt-opaicty {
    opacity: .1;
}

.overlay-object-2 {
    left: 33%;
    top: 20px;
}

.overlay-object-3 {
    top: -63px;
    left: 10%;
    transform: rotate(45deg);
}

.overlay-object-4 {
    top: -162px;
    right: -99px;
}

.overlay-object-5.position-absolute {
    top: 54%;
    right: 11px;
    transform: rotate(45deg);
}

.footer-title {
    text-align: start;
}

.footer-title h2 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.footer-title a {
    color: #000;
    background-color: var(--secondry-color);
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.bottom-footer {
    padding-block: 30px;
    padding-top: 30px;
    background-color: #545454;
}

/* .copy-right {
    padding-block: 30px;
    text-align: center;
    padding-top: 30px;
    background-color: #545454;
} */

.copy-right p {
    color: #fff;
    margin-bottom: 0;
}

.privacy-policy a {
    color: #fff;
    margin-bottom: 0;
}



/* 
 ##Device = Desktops
 ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/* 
 ##Device = Laptops, Desktops
 ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/* 
 ##Device = Tablets, Ipads (portrait)
 ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .banner-heading {
        font-size: 30px;
        font-weight: 700;

    }

    .case_sec_new {
        row-gap: 20px;
    }

    .case_sec_new_bx {
        width: 100%;
    }

    .teamList li {
        height: 345px;
    }

   

    .cwt_top_phone .iti__country-list {
        width: 345px;
    }

    .cwt_bottom_phone .iti__country-list {
        width: 345px;
    }
}

/* 
 ##Device = Tablets, Ipads (landscape)
 ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .cwt_top_phone .iti__country-list {
        width: 345px;
    }

    .cwt_bottom_phone .iti__country-list {
        width: 345px;
    }

    .teamList li {
        height: 345px;
    }

}

/* 
 ##Device = Low Resolution Tablets, Mobiles (Landscape)
 ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .cwt_top_phone .iti__country-list {
        width: 345px;
    }

    .cwt_bottom_phone .iti__country-list {
        width: 345px;
    }

}

/* 
 ##Device = Most of the Smartphones Mobiles (Portrait)
 ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .background-img {
        padding-block: 40px;
    }
    .banner-heading {
        font-size: 23px;
        line-height: 1.3;
        text-align: center;
        margin-top: 0;
    }

    .about-blk h2 {
        font-size: 23px;
    }

    .app_bx_sec h3 {
        font-size: 22px;
        text-align: center;
    }

    .app_bx_sec {
        flex-wrap: wrap;
        justify-content: center;
    }

    .app_bx {
        padding: 12px;
        width: 45%;
        text-align: center;
        background: #ffcc10;
        border: transparent;
        border-radius: 8px;
    }

    .app_bx span {
        font-size: 33px;
    }

    .app_bx span,
    .app_bx p {
        color: rgb(73 73 73);
    }

    .app_bx img {
        filter: none;
    }

    

    .case-studies-text h2 {
        font-size: 23px;
    }

    .cwt_top_phone .iti__country-list {
        width: 335px;
    }

    .cwt_bottom_phone .iti__country-list {
        width: 335px;
    }

    .cwt_bottom_phone {
        position: relative;
    }

    .section-shape {
        bottom: 0px;
    }

    .brand_logo {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .brand_logo .item::after,
    .brand_logo .item::before {
        display: none;
    }

    .brand_logo .item {
        border: 1px solid #7070703d;
        padding: 8;
        align-content: center;
        border-radius: 5px;
    }

    .brand_logo .item figure {
        margin-bottom: 0;
    }

    .case_sec_new {
        row-gap: 20px;
    }

    .case_sec_new_bx {
        width: 100%;
    }
    .teamList li h3{
       word-spacing:revert ;
    }
    .teamList {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
    .testilogo {
        flex-direction: column;
    }
    .footer-title h2 {
        font-size: 23px;
        line-height: 1.5;
    }

}