
  
  :root {
    --fontfamily-Gotham : 'GothamBook';
    --text-yellow : #fee800;
}

/**===common====**/

@media (min-width: 1600px) {

    .container, .container-lg, .container-md, 
    .container-sm, .container-xl {
        max-width: 1320px;
    }

    .padd-heading-wd {
        width: 63%;
    }
    
}

.sec-top-cnt-dots::before {
    content:  '';
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    background-image: url(../../img/home/svg/dotes.svg);
    background-size: 100px;
    width: 100px;
    height: 100px;
} 

.text-yellow {
    color: var(--text-yellow);
}

.text-black {
    color: #000;
}

.txt-popns-b {
    font-family: 'Poppins' !important;
    font-weight: 800 !important;
}

.font-poppins {
    font-family: 'Poppins' !important;
}

ul.ulwhite li {
    color: #fff !important;
    border-bottom: solid 1px #fff !important;
}

.CenterIconHeadingText .taglinedescw:after {
    margin: 50px auto;
}

.taglinedescw:after {
    content: '';
    display: block;
    border-bottom: solid 5px #fff;
    width: 130px;
    margin: 30px 0;
}

.bcan:aftre {
    content: none !important; 
}

.dp-0 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.r-smb {
    padding-bottom: 70px;
}

.padd-heading-wd{
    width: 71%;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
    color: #fff;
}

@media (min-width: 1600px) {

    .padd-heading-wd {
        width: 63%;
    }
    
}

.modelform input{
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 11px 18px;
    outline: none;
    font-weight: 500;
    background-color: transparent;
    border: solid 1px #000000 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000 !important;
}

.modelform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.modelform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.modelform input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.modelform textarea {
    float: left;
    width: 100%;
    padding: 0;
    height: 120px;
    resize: none;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    padding: 8px 15px;
    font-weight: 500;
    background-color: transparent;
    border: solid 1px #000000 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000;
}

.modaltitle {
    float: left;
    width: 100%;
    clear: both;
    color: #000;
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
}


.modal {
    z-index: 999999999;
}

.modelform input.wpcf7-submit {
    float: left;
    width: auto;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #fee800;
    color: #212121;
    padding: 8px 40px;
    margin: 0;
    border-radius: 32px;
    transition-duration: .3s;
}

.btngit:focus {
    outline: 0;
}

.btngit:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}

button.getintouch2 {
    color: #000;
    border: solid 2px #000;
}

button.getintouch2 {
    margin-top: 20px;
    border: solid 2px #000;
    color: #000;
    padding: 8px 10px;
    width: 240px;
    display: inline-block;
    text-align: center;
    border-radius: 75px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    background: transparent;
}

button.getintouch2:hover{
    border: solid 2px transparent;
    background: #000;
    color: #fee800;
    text-decoration: none;
}

.getintouch2:focus {
    outline: 0;
}


button.getintouch-white {
    color: #000;
    border: solid 2px #000;
}

button.getintouch-white {
    margin-top: 20px;
    border: solid 2px #fff;
    color: #fff;
    padding: 8px 10px;
    width: 240px;
    display: inline-block;
    text-align: center;
    border-radius: 75px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    background: transparent;
}

button.getintouch-white:hover{
    border: solid 2px transparent;
    background: #000;
    color: #fee800;
    text-decoration: none;
}

.getintouch-white:focus {
    outline: 0;
}


button.getintouch-wy {
    color: #fee800;
    border: solid 2px #fee800;
}

button.getintouch-wy {
    margin-top: 20px;
    border: solid 2px #fff;
    color: #fff;
    padding: 8px 10px;
    width: 240px;
    display: inline-block;
    text-align: center;
    border-radius: 75px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    background: transparent;
}

button.getintouch-wy:hover{
    border: solid 2px #fee800;
    background: #fee800;
    color: #000;
    text-decoration: none;
}

.getintouch-wy:focus, .btn-get-in-touch:focus {
    outline: 0;
}

.btn-get-in-touch {
    font-size: 12px;
    padding: 8px 30px !important;
    width: auto;
    background: #de3223;
    color: #fff;
    border-color: #de3223;
    text-transform: uppercase;
    text-align: center;
    border-radius: 75px;
    margin-top: 26px;
    display: table;
    text-decoration: none;
}

.btn-get-in-touch {
    background: #fee800 !important;
    color: #000 !important;
    border:1px solid #fee800;
    font-family: 'Poppins';
    font-weight: 700;
}

ul.LogoDesignIcon li a {
    word-break: keep-all;
}

/**===Home====**/


.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    max-width: 650px;
    z-index: 5;
}

.banner-content h1 {
    color: #fff;
    font-size: 80px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 800;
}

.banner-content h2.st2 {
    color: var(--text-yellow);
    font-size: 45px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 800;
}

.banner-content h2 {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
}

.banner-content p {
    margin-bottom: 20px;
}

.banner-content p.txt-bold {
    font-weight: 800;
    font-family: 'Poppins';
}


/* slider actions */
#caselist-slider{
    transition-duration: 0.3s;
}

.cs-w .hg-casestudies {
    float: left;
    width: 100%;
    transition-duration: .3s;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    overflow: hidden;
    position: relative;
}

.CaseBtn2 {
    color: var(--text-yellow);
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: uppercase;
}

.CaseBtn2:hover {
    color: var(--text-yellow);
}


/**=======Logo Showcase grid========***/
.cl-showcase-grid {
    display: grid;
    gap: 15px;
    row-gap: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cl-showcase-slider-wrapper {
    display: none;
}

.cl-showcase-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: center;
    text-align: center;
}
#showcase-slider{
    transition-duration:0.3s;
}


.cl-showcase-slider .cl-showcase-slide {
    float: left;
    width: 100%;
    transition-duration: .3s;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    overflow: hidden;
    position: relative;
}

.cl-showcase-grid .cl-showcase-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    width: 100px;
}

.cl-showcase-slider .cl-showcase-item img { 
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    width: 75px;
}

.cl-showcase-slider-wrapper .lSSlideOuter .lSPager.lSpg > li:hover a, 
.cl-showcase-slider-wrapper .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: var(--text-yellow) !important;
}

.cl-showcase-slider-wrapper ul.lSPager {
    padding: 0;
    text-align: center;
}

.cl-showcase-slider-wrapper ul.lSPager li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.cl-showcase-slider-wrapper ul.lSPager li a {
    display: block;
    color: transparent;
    background: transparent;
    border: 1px solid var(--text-yellow);
    width: 8px;
    height: 8px;
    font-size: 0;
    border-radius: 25px;
}

.txt-more {
    color: var(--text-yellow);
    text-align: center;
    font-weight: 300;
    font-style: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    font-size: 18px;
    text-transform: uppercase;
}

header.darkHeader {
    background-color: #000;
    position: fixed;
    border-bottom: 1px solid #2A2A2A;
}

header.inner-page-header {
    background-color: #000;
    border-bottom: 1px solid #2A2A2A;
}


/**==========Process Chart=================***/
.zd-process-chart-wrapper {
    text-align: center;
    color: #fff;
}

.zd-process-chart-wrapper .co1-box {
    border: 3px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    margin-bottom: 35px;
}

.zd-process-chart-wrapper .co1-box h6 {
    margin-top:10px;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0px;
}

.zd-process-chart-wrapper .co1-box span, .zd-process-chart-wrapper .co3-box span {
    font-size: 14px;
    font-family: var(--fontfamily-Gotham);
    color: rgb(255,255,255, 0.4);
}

.zd-process-chart-wrapper .co1-box:nth-child(2) {
    width: 50%;
    border: none;
    position: relative;
    min-height: 146px;
    height: 146px; 
}

.zd-process-chart-wrapper .co1-box:nth-child(2) .ab-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;
}

.zd-process-chart-wrapper .co1-box:nth-child(2)::after {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    background: transparent;
    height: 3px;
    bottom: -3px;
    border-radius: 0px 0px 25px 25px;
    z-index: 22;
    border: 3px solid var(--text-yellow);
    height: 70px;
    border-top: none;
    z-index: 0;
}

.zd-process-chart-wrapper .co1-box:nth-child(2)::before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    background: transparent;
    height: 3px;
    top: 9px;
    border-radius: 25px 25px 0px 0px;
    z-index: 22;
    border: 3px solid #fff;
    height: 70px;
    border-bottom: none;
    z-index: 0;
}


.zd-process-chart-wrapper .co1-box:first-child {
    width: 45%;
}

.zd-process-chart-wrapper .co1-box:first-child::before {
    content: '';
    position: absolute;
    height: 44px;
    width: 3px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -47px;
}

.zd-process-chart-wrapper .co3-box h6 {
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 40px;
    overflow: hidden;
    word-spacing: 99px;
    font-size: 22px;
    font-weight: 600;

}

.zd-process-chart-wrapper .co1-box img, .zd-process-chart-wrapper .co3-box img {
    width: 55px;
    padding: 5px;
}

.zd-process-chart-wrapper .co3-box  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 10px;
    gap: 18px;
    margin-top: 1.8rem;
}


.zd-process-chart-wrapper .co3-box  .g-col{
    border: 3px solid var(--text-yellow);
    border-radius: 20px;
    margin: 0 auto;
    padding: 25px 20px;
    position: relative;
    margin-bottom: 35px;
    max-width: 260px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.zd-process-chart-wrapper .co3-box  .g-col:first-child:before{
    content: '';
    position: absolute;
    left: 50%;
    top: -104px;
    height: 101px;
    width: 101px;
    background-color: transparent;
    border: 3px solid var(--text-yellow);
    border-bottom: none;
    border-right: none;
    border-radius: 25px 0;
}

.zd-process-chart-wrapper .co3-box  .g-col:nth-child(2)::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
    height: 37px;
    width: 3px;
    background-color: var(--text-yellow);
}

.zd-process-chart-wrapper .co3-box .g-col:nth-child(3):before{
    content: '';
    position: absolute;
    left: 11%;
    top: -104px;
    height: 101px;
    width: 101px;
    background-color: transparent;
    border: 3px solid var(--text-yellow);
    border-bottom: none;
    border-left: none;
    border-radius: 0 25px;
}

.process-main-heading h2 {
    width: 55%;
    margin: 0 auto;
}


.zd-process-chart-wrapper .co1-box {
    border: 3px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    margin-bottom: 35px;
}

.zd-process-chart2-wrapper {
    text-align: center;
    color: #fff;
}

.zd-process-chart2-wrapper .zd-p-c-box {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.zd-process-chart2-wrapper .zd-p-c1-box, .zd-process-chart2-wrapper .zd-p-c2-box {
    width: 42%;
    margin: 0 auto;
    margin-bottom: 3rem;
    display: block;
    text-align: left;
    position: relative;
}

.zd-process-chart2-wrapper .zd-p-c2-box {
    padding-top: 30px;
}

.zd-process-chart2-wrapper .zd-p-c1-box .separator {
    content: '';
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);

}

.zd-process-chart2-wrapper .zd-p-c1-box .separator::before {
    content: '';
    position: absolute;
    bottom: -30px;
    height: 30px;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.zd-process-chart2-wrapper .zd-p-c1-box > div, .zd-process-chart2-wrapper .zd-p-c2-box div {
    padding-right: 1rem;
}

.zd-process-chart2-wrapper .zd-p-c1-box div, .zd-process-chart2-wrapper .zd-p-c2-box div {
    display: inline-block;
    vertical-align: middle;
}

.zd-process-chart2-wrapper .zd-p-c-box span.h3-title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.zd-process-chart2-wrapper .zd-p-c-box img {
    width: 55px;
}

.zd-process-chart2-wrapper .co1-box img, .zd-process-chart2-wrapper .co3-box img {
    width: 55px;
    padding: 5px;
}

.zd-p-c3-box-wrapper {
    /*display: flex;
    justify-content: space-between;*/
    position: relative;
    padding-top: 3rem;
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    justify-items: center;
}

.zd-p-c3-box-wrapper .separator {
    content: '';
    position: absolute;
    top: -30px;
    width: 75%;
    height: 30px;
    border:1px solid rgba(255,255,255,0.2);
    background-color: transparent;
    border-bottom: none;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);

}

.zd-p-c3-box-wrapper .separator::before {
    content: '';
    position: absolute;
    top: 0px;
    height: 30px;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);

}

.zd-p-c3-box div:first-child {
    min-width: 55px;
}

.zd-p-c3-box div:last-child {
    text-align: left;
}

.zd-p-c3-box-wrapper span.h3-title {
    width: 65%;
}

.zd-p-c3-box-wrapper .divider-rl{
    position: relative;
}

.zd-p-c3-box-wrapper .divider-rl::after, .zd-p-c3-box-wrapper .divider-rl::before  {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    top: 5%;
}

.zd-p-c3-box-wrapper .divider-rl::after {
    right: -50px;
}

.zd-p-c3-box-wrapper .divider-rl::before {
    left: -50px;
}

/**Home Services Section**/
.ServiceHomeGrid-wrapper{
    width: 90%;
    margin: 0 auto;
}

.ServiceHomeGrid{
    margin-top: 3.5rem;
    height: 100%;
}

.ServiceHomeGrid .ServiceBoxItem2{
    /*margin-bottom: 1.5rem;*/
    max-height: 120px;
    min-height: 120px;
    /*overflow: hidden;*/
    
    /*display: flex;
    align-items: center;*/

    margin-top: 1rem;
}

.ServiceHomeGrid .ServiceBoxItem2 a{
    display: flex;
    gap:15px;
    justify-content: center;
}
.ServiceHomeGrid .ServiceBoxItem2 a .SBIcon2 img{
    width: 50px;

}
.ServiceHomeGrid .ServiceBoxItem2 a{
   text-decoration: none; 
}

.ServiceHomeGrid .ServiceBoxItem2 a h3{
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    width: 65%;
}

.ServiceHomeGrid .ServiceBoxItem2 a h3:hover {
    color:var(--text-yellow);
}

.ServiceHomeGrid .h-90 {
    height: 90% !important;
}

/**Service Page**/


.services-banner-container p {
    color: inherit;
    font-family: 'Poppins';
}

p.services-banner-heading {
    font-size: 55px;
    font-weight: 800;
    line-height: 70px;
    width: 85%;
}

a.getintouch-header {
    margin-top: 20px;
    color: #000;
    background-color: var(--text-yellow);
    padding: 10px 0px;
    width: 211px;
    display: inline-block;
    text-align: center;
    border-radius: 75px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.getintouch-header:hover {
    color: var(--text-yellow);
    background-color: #000;
    text-decoration: none;
}


.getintouch-yb {
    margin-top: 20px;
    color: #000;
    background-color: var(--text-yellow);
    padding: 10px 0px;
    width: 211px;
    display: inline-block;
    text-align: center;
    border-radius: 75px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

a.getintouch-yb  {
    text-decoration: none;
    color: #000;
}

.section-heading-wrapper {
    width: 65%;
    margin: 0 auto;
}


.proZD li h4 {
    color: var(--text-yellow);
}

.seo-roi p {
    color: #666666;
    display: inline-block;
    margin-top: 10px;
}

.gc-heading-wrapper {
    width: 60%;
}

.moretext {
    display: none;
}

.moreless-button {
    margin-top: 20px;
    color: #000;
    background-color: var(--text-yellow);
    padding: 10px 0px;
    width: 211px;
    display: inline-block;
    text-align: center;
    border-radius: 75px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.moreless-button:hover {
    text-decoration: none;
    color: #000;
}

.moreless-button::after {
    content: '';
    width: 16px;
    height: 10px;
    right: 0;
    top: 15px;
    background: url(https://zoomdigital.ae/wp-content/uploads/2023/04/arrow-down-3101.svg);
    background-position: center right;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition-duration: .5s;
    background-size: 16px;
    display: inline-block;
    margin-left: 8px;
}

.rotate::after { 
    transform: rotate(180deg);
}


.pro-tech ul{
    padding-left: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-right: 20px;
}
.pro-tech ul li{
    list-style: none;
}

.custom-counter {
  padding: 0;
  list-style-type: none;
}
.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 5px;
}

.custom-counter li p {
    font-weight: 400;
    font-family: 'Poppins';
}

.custom-counter li span.number {
    margin-right: 10px;
}

.custom-counter li h3, .custom-counter li span.number {
    display: inline-block;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 700;
}

.services-content h2 {
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 1rem !important;
    font-size: 34px;
}

.services-content h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
}

.h1-heading {
    font-family: 'Poppins';
    font-weight: 700; 
    font-size: 34px; 
    margin: 0 0 20px; 
    line-height: 1.3; 
}


.h2-heading {
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 1.3;
}

ul.LogoDesignIcon li:nth-child(2) a img {
    width: 60px;
}
ul.SrvcListIcon li a img {
    min-height: 70px;
}

.bb-content p {
    color: #666666;
}

.br-25p  img {
    border-radius: 25px;
}

.rs-svg-img img {
    width: 500px;
}


.faq-padding {
    padding-bottom: 35px;  
}

.moretext p:last-child {
    margin-bottom: 1rem !important;
} 

.footer-address-block {
    margin-top: 1.5rem;
    display: inline-block;
}

.footer-address-block .LeftBottom{
    margin-top: 0px;

}

.col-cstm-allignment {
    display: flex;
    align-items: end;
}

.bac-cwrapper{
   height: 610px; 
   border: 1px solid #000; 
}

.scroll-down {
    border: 2px solid var(--text-yellow);
    border-radius: 20px;
    bottom: 50px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
}

.scroll-down::before {
    -webkit-animation: scrollDownAnimation 2s infinite;
    animation: scrollDownAnimation 2s infinite;
    background-color: var(--text-yellow);
    content: '';
    height: 8px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 2px;
}


@-webkit-keyframes scrollDownAnimation {

    0% { 
            opacity: 0; 
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }
    40% {
            opacity: 1;
        }
    80% {
            opacity: 0;
            -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
        }
    100% {
            opacity: 0;
        }
}

@keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100% {
        opacity: 0;
    }
}


.ContactSection .FooterForm input, .ContactSection .FooterForm textarea {
    color: #000 !important;
}

@media screen and (min-width: 768px){
    
    #showcase-slider{
        transition-duration:0.3s;
        max-height: 140px;
    }

    .cl-showcase-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cl-showcase-slider .cl-showcase-slide {
        max-height: 140px;
    }

}

@media screen and (min-width: 992px) {
    .cl-showcase-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1200px){
    .cl-showcase-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}


@media screen and (max-width: 768px){

    html, body {
        overflow-x: hidden !important;
    }

    .SiteLogo {
        left: 0;
    }

    .banner-content {
        width: 100%;
        padding: 10px;
    }
    .banner-content h1, .h2-extra-large, .h2-extra-large h2 {
        font-size: 35px;
    }

    .banner-content h2.st2 {
        font-size: 30px;
    }

    .banner-content h2 {
        margin-bottom: 1.5rem;
    }

    .banner-content p {
        font-size: 12px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .banner-content p.txt-bold {
        font-size: 15px;
        font-weight: 800;

    }

    .marketing-strategy-right .co3-box .g-col h6 {
        word-spacing: normal;
    }

    .marketing-strategy-right {
        min-width: 100%;
    }

    .marketing-strategy-right .co3-box {
        grid-template-columns:1fr;
    }

    .agents-of-c .c-content-wrapper, .agents-of-c .c-content-wrapper p {
        width: 100%;
    }

    .c-content-wrapper::after {
        width: 90%;
        height: 9px;
    }

    .cl-desktop-grid-wrapper {
        display: none;
    }

    .cl-showcase-slider-wrapper {
        display: block;
    }

    .section-block {
        padding: 50px 0;
    }

    .m-f-btns {
        position: fixed;
        bottom: 0;
        z-index: 999;
        height: 75px;
        width: 100%;
        background-color: transparent;

    }

    .zd-process-chart-wrapper .co1-box:first-child {
        width: 100%;
    }

    .zd-process-chart-wrapper .co1-box:nth-child(2) {
        width: 100%;
    }

    .zd-process-chart-wrapper .co1-box img, .zd-process-chart-wrapper .co3-box img {
        width: 40px;
    }


    .zd-process-chart-wrapper .co3-box .g-col {
        width: 100%;
    }

    .zd-process-chart-wrapper .co3-box h6 {
        font-size: 14px;
    }

    .zd-process-chart-wrapper .co3-box .g-col {
        padding: 25px 5px;
    }

    .zd-process-chart-wrapper .co3-box .g-col:first-child:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -34px;
        height: 33px;
        width: 101px;
        background-color: transparent;
        border: 3px solid var(--text-yellow);
        border-bottom: none;
        border-right: none;
        border-top: none;
        border-radius: 0;
    }

    .zd-process-chart-wrapper .co3-box .g-col:nth-child(3):before {
       content: '';
        position: absolute;
        left: 50%;
        top: -34px;
        height: 31px;
        width: 3px;
        background-color: transparent;
        border: 3px solid var(--text-yellow);
        border-bottom: none;
        border-right: none;
        border-radius: 0;
    }

    .bac-wrapper {
        margin-right: 0px;
    }

    .agents-of-c .small-heading {
        font-size: 16px;
    }

    .txt-more , h3.txt-more {
        bottom: -30px;
        font-size: 15px !important;
    }

    .banner-content p.txt-bold {
        font-size: 11px;
    }

    .BannerTitle {
        width: 100% !important;
        padding: 10px;
    }

    .BannerTitle p.hsubTitle {
        font-size: 30px !important;
    }

    .CSWrapWebsiteDesignSec h2 {
        font-size: 25px !important;
    }

    .vc_custom_1682287438685 {
        padding-left: 15px !important; 
    }

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

    img.TransparentLogo {
        width: 150px;
    }

    a.m-show {
        display:  block !important;
        margin: 0 auto;
    }

    .m-mt {
        margin-top: 1.2rem;
    }


   .dp-0 .vc_column-inner{
        padding-left: 35px !important;
        padding-right: 35px !important;
        padding-top: 35px !important;
    }

    .r-smb {
        padding-bottom: 35px;
    }

    .swap-on-mobile {
        flex-direction: column-reverse;
    }

    .padd-heading-wd {
        width: 80%;
        line-height: 1.3;
        font-size: 25px;
    }

    #Hseoapp-se h2.H2Heading {
        font-size: 28px !important;
    }

    .m-df {
        display: flex;
    }

    .section-heading-wrapper {
        width: 100%;
    }

    p.services-banner-heading {
        font-size: 30px;
        line-height: 48px;
        width: 100%;
    }

    .h1-heading, .services-content h2, .h2-heading {
        font-size: 28px;
    }

    .gc-heading-wrapper {
        width: 100%;
    }



}

@media only screen and (max-width : 480px) {

    .banner-content h2.st2 {
        font-size: 20px;
    }

    .banner-content h1, .h2-extra-large, .h2-extra-large h2 {
        font-size: 35px;
    }

    .zd-process-chart-wrapper .co1-box h6 {
        font-size: 20px;
    }
    
    .zd-process-chart-wrapper .co3-box {
        gap: 5px;
    }

    .zd-process-chart-wrapper .co3-box .g-col {
        padding: 15px 2px;
        justify-content: flex-start;
    }

    .zd-process-chart-wrapper .co3-box .g-col div:first-child {
        min-height: 40px;
    }
}


@media (min-width: 1600px) {

    .banner-content {
        max-width: 100%;
    }

    .banner-content h1 {
        font-size: 110px;
        line-height: 96px;
    }

    .banner-content h2.st2 {
        font-size: 68px;
    }

    .banner-content p {
        font-size: 22px;
    }

    .section-block-2 {
        padding: 150px 0;
    }

    .process-main-heading h2 {
        width: 80%;
    }

    .h2-extra-large, .h2-extra-large h2 {
        font-size: 80px;
    }

    .zd-process-chart-wrapper .co3-box .g-col:first-child:before {
        left: 55%;
    }

    .zd-process-chart-wrapper .co3-box .g-col:nth-child(3):before {
        left: 5%;
    }

    .agents-of-c {
        min-height: 650px;
    }

    .agents-of-c .c-content-wrapper {
        width: 65%;
    }

    .c-content-wrapper::after {
        bottom: -25px;
    }

     .ServiceHomeGrid .ServiceBoxItem2 a h3 {
        width: 50%;
        font-size: 30px;
    }

    .ServiceHomeGrid .ServiceBoxItem2 {
        margin-top: 3rem;
    }

    .gif-block {
        min-height: 980px;
    }

    .cl-showcase-grid .cl-showcase-item img {
        width: 150px;
    }
    
}

@media only screen and (max-width : 768px) {

    .process-main-heading h2 {
        width: 100%;
    }

     .zd-process-chart2-wrapper .zd-p-c1-box, .zd-process-chart2-wrapper .zd-p-c2-box {
        width: 100%;
        text-align: center;
    }

    .zd-process-chart2-wrapper .zd-p-c1-box .separator {
        width: 85%;

    }

     .zd-process-chart2-wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .zd-process-chart2-wrapper .zd-p-c-box span.h3-title {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .zd-process-chart2-wrapper .zd-p-c1-box > div, 
    .zd-process-chart2-wrapper .zd-p-c2-box div {
        padding-right: 0.5rem;
    }

    .zd-process-chart2-wrapper .zd-p-c-box {
        gap:15px;
        flex-direction: column;
    }

    .zd-process-chart2-wrapper .zd-p-c-box img  {
        width: 40px;
    }

    .zd-p-c3-box-wrapper {
        padding-top: 1rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .zd-p-c3-box h3 {
        width: 75%;
        margin: 0 auto;
        word-spacing: 100vw;
    }


    .zd-p-c3-box-wrapper .divider-rl::after, .zd-p-c3-box-wrapper .divider-rl::before {
        content: none;
    }

    .zd-p-c3-box div:last-child {
        text-align: center;
    }

    .ServiceHomeGrid-wrapper {
        width: 100%;
    }

    .mobile-service-row {
        display: grid;
        row-gap: 2rem;
        column-gap: 1rem;
        grid-template-columns: 1fr 1fr;
    }

    .ServiceHomeGrid .ServiceBoxItem2 {
        margin-top: 0px;
    }

    .ServiceHomeGrid .ServiceBoxItem2 .SBIcon2 {
        min-height: 60px;

    }

    .ServiceHomeGrid .ServiceBoxItem2 a {
        flex-direction: column;
        align-items: center;
    }

    .ServiceHomeGrid .ServiceBoxItem2 a h3 {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .ServiceHomeGrid .ServiceBoxItem2 {

        min-height: 150px;
    }

    .bac-cwrapper {
        height: auto;
        margin: 10px 0;
    }

    footer > .container > .row > .col-sm-6:first-child {
        background:#fff;
    }


    .mobile-footer-address {
        padding-bottom: 30px;
    }

    .m-f-btns-2{

        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        z-index: 999;
        background-color: #000;
        height: 50px;

    }

    body .m-f-btns-2 button.GetTouch{
        display: inline-block;
        position: relative;
        width: 50% !important;
        left: 0;
        bottom: 0;
        height: 50px;
        border-radius: 0;
        color: #000 !important;
        background: #fee800 !important;
        font-size: 16px !important;
    }

    body .m-f-btns-2 .wmobilIcon {
        background:#fff !important;
        color: #000 !important;
        font-size: 16px !important;
        border-radius: 0;
        height: 50px;
        width: 50% !important;
        right: 0;
        bottom: 0;
        border-color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


