/*general*/
@font-face {
    font-family: wiziTechParagraph;
    src: url(https://www.wizi.digital/wp-content/themes/wizi-digital/inc/css/fonts/Segoe-UI.ttf);
    font-display: swap;
}
@font-face {
    font-family: wiziHeading;
    src: url(https://www.wizi.digital/wp-content/themes/wizi-digital/inc/css/fonts/geo-wf-4.woff2);
    font-display: swap;
}
.site-main a, .site-main a:hover{
    text-decoration:none;
    color:#000;
}
.wizi-section-spacing .container{
    padding:100px 0px;
    position:relative;
}
.wizi-button {
    color: #fff;
    background-color: #ff3838;
    border-color: #ff3838;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.4;
    padding: 20px 50px;
    font-weight: 600;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    border-width: 0;
    overflow: hidden;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor:pointer;
}
.wizi-button:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 24px;
    background-color: #d13232;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.wizi-button:hover {
    color: #000;
    background-color: #ff5656;
    border-color: #ff5656;
}
.wizi-button:hover:before{
    width:100%;
}
.wizi-button span{
    color:#fff;
}
.wizi-align-center{
    display:flex;
    align-items:center;
}
.wizi-execution-section .service-inner:hover .img-up{
    filter: brightness(0) invert(1);
}
#AdsPopup .popup-close-btn {
    position: relative;
    left: -50px;
}
.modal-header {
    background-color: #ff3838;
    color: #fff;
    text-align: center;
}
/*header*/
.wizi-header-contact-section{
    width:30%;
    display:flex;
}
.wizi-header-contact-section .wizi-icon-circle{
    display:flex;
    align-items:center;
}
.wizi-header-contact-section .wizi-icon-circle i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 60px;    
    background: #ff3838;
    color: #fff;
    margin-right:15px; 
}
.wizi-header-contact-section .wizi-header-call-section:hover i.fa.fa-phone, .wizi-header-contact-section .wizi-header-mail-section:hover i.fa.fa-envelope{
    transform: rotate(360deg);
}
.wizi-header-contact-section .wizi-header-call-section i.fa.fa-phone, .wizi-header-contact-section .wizi-header-mail-section i.fa.fa-envelope{
    transition: transform 0.3s ease 0s;
}
.wizi-header-contact-section .wizi-icon-text{
    font-size:12px;
    color:#c5c5c5;
}
.wizi-header-contact-section a, .wizi-header-contact-section a:hover{
    text-decoration:none;
    color:#fff;
}
.wizi-site-header{
    /*position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:99;*/
    background-color: #000;
    min-height:100px;
}
.wizi-site-header nav{
    padding:20px 0px;
    width: 100%;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1);
    /*border-bottom: 1px solid #EAEAEA21;*/
}
.wizi-site-header nav .wizi-header-menu a.nav-link{
    color:#fff;
    text-transform: uppercase;
    /*font-weight: 600;*/
}
.wizi-site-header nav .wizi-header-menu .sub-menu a.nav-link{
    padding-left: 0px;
}
.wizi-site-header nav .wizi-header-menu a.nav-link:hover{
    color:#ff3838;
}
.wizi-site-header .navbar.wizisticky {    
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: #000;
    transition: all 0.25s linear 0s;
}
.wizi-site-header .btn_wizi.menu-item{
    display:none;
}
.wizi-site-header .wizi-header-menu .dropdown-menu {
    left: -360px;
    /*padding: 0.5rem 1rem 1rem;*/
    background: #444343;
}
.wizi-site-header .wizi-header-menu .menu-main-menu-container .dropdown-menu li:not(.menu-item-has-children) a.nav-link{
    padding:2px;
}
.wizi-site-header .wizi-header-menu .menu-main-menu-container .dropdown-menu li.menu-item-has-children ul.dropdown-menu{
    border-top:1px solid #666666;
}
.wizi-site-header .menu-main-menu-container .dropdown-menu li:before{
    content:"";
    padding:0px;
}
.wizi-site-header .menu-main-menu-container .dropdown-menu[data-bs-popper]{
   top:65px;
}
/*need to remove important after removing in old style*/
.wizi-site-header .current-menu-item a {
    color:#ff3838!important;
}
.wizi-logo-section img{
    width:200px;
}
.wizi-banner-section{
    /*padding: 120px 0px 0px 0px;*/
    background-image: url('/wp-content/uploads/2024/03/best-web-development-company-in-chennai.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    top:0;
}
.wizi-banner-section.wizi-seo-banner-section{
    /*padding: 120px 0px 0px 0px;*/
    /*background-image: url('https://www.wizi.digital/wp-content/uploads/2024/04/sb2.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    top:0;
    background-image: url("/wp-content/uploads/2024/04/Best-SEO-Company-in-Chennai.jpg"), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-blend-mode: overlay;
}
.wizi-banner-section.wizi-google-ads-section{
    /*padding: 120px 0px 0px 0px;*/
    /*background-image: url('/wp-content/uploads/2024/04/Best-Google-Ads-Agency-in-Chennai.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    top:0;
    background-image: url("/wp-content/uploads/2024/04/Best-Google-Ads-Agency-in-Chennai.jpg"), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    background-blend-mode: overlay;
}
.page-id-14298 .wizi-banner-section{
    /*padding: 120px 0px 0px 0px;*/
    background-image: url('https://www.wizi.digital/wp-content/uploads/2024/04/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    top:0;
   /*background-image: url("https://www.wizi.digital/wp-content/uploads/2024/04/10.jpg"), linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));*/
    background-blend-mode: overlay;
    background-position: bottom;
}
.wizi-banner-overlay{
    background-color: #282828;
    opacity: 0.77;
}
.wizi-banner-section .wizi-banner{
    padding:120px 0px;
}
.wizi-page-title{
    text-align: center;
    color: #fff;
}
/*design banner*/
.wizi-banner-section .wizi-design-banner{
    padding:60px 0px;
}
.wizi-banner-section  .wizi-banner-form-section{
    background-color: #fff;
    padding:30px 30px 10px 30px;
}
.wizi-banner-section  .wizi-banner-title-section{
    color: #fff;
    padding-right:150px;    
}
.wizi-banner-section  .wizi-banner-title-section h1{
    font-size:40px;
    font-weight:600;
    margin-bottom:5px;
    line-height:1.4;
}
.wizi-banner-section  .wizi-banner-title-section p{    
    margin-bottom:50px; 
    font-size: 17px;   
}
.wizi-banner-section .wizi-banner-blocks{
    display:flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding:15px;
}
.wizi-banner-section .wizi-banner-block-items{
    padding: 0px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.wizi-banner-section .wizi-banner-block-items div:nth-child(1){
    font-size:28px;
    font-weight:600;
}
.wizi-banner-section .wizi-banner-block-items:nth-child(4){   
    border-right:none;
}
.wizi-banner-section.wizi-google-ads-section .wizi-banner-block-items:nth-child(4){   
    display:none;
}
.wizi-banner-section.wizi-google-ads-section .wizi-banner-block-items:nth-child(3){   
    border-right:none;
}
.wizi-banner-section .wiziform-title-section h2{
    font-weight:600;
}
div.wizi-ads-first-sec-form .wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}
div.wizi-ads-first-sec-form .wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wizi-ads-first-sec-form .wpforms-container-full .wpforms-form button[type="submit"]:active, div.wizi-ads-first-sec-form .wpforms-container-full .wpforms-form button[type="submit"]:focus {
    background-color: #ff3838;
    border-color: #ff3838;
}
div.wizi-ads-first-sec-form .wpforms-container .wpforms-field-container .wpforms-field-layout .wpforms-field-layout-columns {
    display: flex;
    flex-direction: column;
}
div.wizi-google-ads-wp-forms .wpforms-container .wpforms-form input[type="text"], div.wizi-google-ads-wp-forms .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type="tel"], div.wizi-google-ads-wp-forms .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column input[type="email"], div.wizi-google-ads-wp-forms .wpforms-container-full .wpforms-form textarea {
    /* height: calc(1rem + 30px); */
    padding: 14px 20px;
    outline: 0;
    background-color: rgba(241, 238, 246, 0.5);
    border: 1px solid rgba(241, 238, 246, 0.5);
    color: #686a6f;
    font-size: 1rem;
    width: 100%;
    border-radius: 2px;
}
div.wizi-google-ads-wp-forms .wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50 {
    width: 100%;
}
.wizi-banner-section div.wizi-google-ads-wp-forms .wpforms-field-file-upload{
    display:none;
}
/*footer*/
.wizi-footer-map iframe{
    margin-bottom:-6px;
}
.wizi-footer-section{
    background-color: #000;
    color:#ccc;
}
.wizi-footer-section a, .wizi-footer-section a:hover{
    text-decoration:none;
    color:#ccc;
}
.wizi-footer-section .wizi-footer-title{
    font-size: 20px;
    line-height: 28px;
    color:#ffffff;
    font-weight:600;
    margin-bottom:20px;
    position:relative;
}
.wizi-footer-section .wizi-footer-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    border-bottom: 2px solid #ff3838;
}
.wizi-footer-section .wizi-footer-address{
    line-height:36px;
}
.wizi-footer-section .wizi-footer-top-section{
    padding: 70px 0px 40px 0px;
}
.wizi-copyright{
    text-align: center;
    color: #8C8F94;
    padding: 30px 0px;
    border-top: 1px solid #8c8f94;
}
.wizi-social-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.wizi-social-links li:not(:last-child) {
    margin-right: 5px;
}
.wizi-social-links li a.social-link {
    position: relative;
    display: block;
    background: #303030;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all 0.3s;
}
.wizi-social-links li a.social-link:hover {
    background: #ff3838;    
}
/*contact sticky element*/
.wizi-sticky-phone .wizi-stickybutton {
    position: fixed;
    z-index: 9999;
    bottom: 190px;
    /*background-color: #dbdbdb;
    color: #444343;*/
    background-color: #444343;
    color: #fff;
    text-decoration: none;
    border-radius: 60px 0px 0px 60px;   
    display: flex;
    align-items: center;
    transition:0.4s;
    right: -100px; 
    width: 145px;
    height: 45px;
    padding: 10px 30px; 
}

.wizi-sticky-phone .wizi-stickyicon{
    position: fixed;
    z-index: 99999999;
    bottom: 190px;
    /*background-color: #dbdbdb;
    color: #444343;*/
    background-color: #444343;
    color: #fff;
    text-decoration: none;
    border-radius: 60px 0px 0px 60px;   
    display: flex;
    align-items: center;
    transition:0.4s;
    right: 0px; 
    width: 45px;
    height: 45px;
    padding: 10px 20px; 
}
.wizi-sticky-phone:hover .wizi-stickybutton{
    right: 0;
}
.wizi-sticky-phone:hover .wizi-stickyicon{
    border-radius:0px;
}

.wizi-sticky-form .wizi-stickyicon{
    position: fixed;
    z-index: 99999999;
    bottom: 290px;
    background-color: #ff3838;
    color: #fff;
    text-decoration: none;
    border-radius: 10px 10px 0px 0px;   
    display: flex;
    align-items: center;
    transition:0.4s;
    right: 0px; 
    width: 145px;
    height: 45px;
    padding: 10px 20px; 
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 100px 0px;
    justify-content: space-around;
    font-size:14px;
}
.wizi-sticky-contact-form{
    position: fixed;
    z-index: 9999;
    bottom: 85px;
    background-color: #fff;
    color: #444343;
    text-decoration: none;
    /*border-radius: 10px 0px 0px 10px;*/   
    display: flex;
    align-items: flex-start;
    transition:0.4s;
    right: -530px;    
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    flex-direction: column;
    padding: 20px 20px 0px 20px;
}
.wizi-sticky-contact-form h3{
    font-size:22px;
    margin-bottom: 0px;
}
.wizi-sticky-form:hover .wizi-sticky-contact-form{
    right: 45px;
}
.wizi-sticky-form:hover .wizi-stickyicon{
    border-radius:0px;
}
.wizi-contact-close{
    position: absolute;
    top: 10px;
    right: 20px;
    color: #ccc;
    font-size: 20px;
    line-height: 1;
}
.wizi-minimize-arrow .wizi-arrow{
    position: fixed;
    z-index: 99999999;
    bottom: 380px;
    background-color: #444343;
    color: #fff;
    text-decoration: none;
    border-radius: 10px 0px 0px 10px;   
    display: flex;
    align-items: center;
    transition:0.4s;
    right: 0px; 
    width: 45px;
    height: 30px;
    padding: 10px 20px; 
}
.wizi-arrow:visited{
    color:#fff;
}
.wizi-maximize-arrow .wizi-arrow{
    position: fixed;
    z-index: 99999999;
    top:50%;
    background-color: #444343;
    color: #fff;
    text-decoration: none;
    border-radius: 10px 0px 0px 10px;   
    display: flex;
    align-items: center;
    transition:0.4s;
    right: 0px; 
    width: 45px;
    height: 30px;
    padding: 10px 20px; 
}
.wizi-maximize-arrow{
    display:none;
}
.wizi-sticky-whatsapp .wizi-stickyicon{
    position: fixed;
    z-index: 99999999;
    bottom: 145px;
    /*background-color: #26d367;*/
    background-color: #00e785;
    color: #fff;
    text-decoration: none;
    border-radius: 60px 0px 0px 60px;   
    display: flex;
    align-items: center;
    transition:0.4s;
    right: 0px; 
    width: 45px;
    height: 45px;
    padding: 10px 20px;
    font-size:22px; 
}
#whatsapp-chat-widget .wa-chat-box{
    right:-500px;
    transition:0.4s;
}
#whatsapp-chat-widget .wati-visible{
    opacity: 1;
    scale: 1;
    pointer-events: auto;
    right:48px;
    bottom:20px!important;
    display:flex;
}
#whatsapp-chat-widget .wa-chat-box::after, #whatsapp-chat-widget .wa-chat-box::before, #whatsapp-chat-widget .wa-widget-send-button{
    display:none;
}
#whatsapp-chat-widget .wa-chat-box:hover{
    opacity: 1;
    scale: 1;
    pointer-events: auto;
    right:48px;
    bottom:20px!important;
    display:flex;
}
.wizi-sticky-whatsapp .wizi-stickyicon.wizibutton-border{
    border-radius:0px;
}
/*wpforms*/
.wizi-contact-form div.wpforms-container-full .wpforms-form button[type="submit"], .wiz_tContact div.wpforms-container-full .wpforms-form button[type="submit"]{
    color: #ffffff;
    background-color: #ff3838;
    border-color: #ff3838;
    padding: 10px 40px;
    transition: all 0.2s ease-in-out; 
}
.wizi-contact-form div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .wiz_tContact div.wpforms-container-full .wpforms-form button[type="submit"]:hover{    
    background-color: #000;
    border-color: #000; 
    color:#fff;    
}
/*contact page*/
/*old design css need to check necessary css*/
.wizi-quality-points li{
    list-style: none;
    padding: 5px 30px;
    background-image: url("/wp-content/uploads/2023/09/Arrow.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.wizi-address .wizi-icon-circle{
    display:flex;
    align-items:flex-start;
}
.wizi-address .wizi-icon-circle i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 60px;    
    background: #ff3838;
    color: #fff;
    margin-right:15px; 
}
.wizi-address .wizi-icon-circle:hover i{
    transform: rotateY(180deg);
}
.wizi-address .wizi-icon-circle i{
    transition: transform 0.3s ease 0s;
}
.wizi-boxing{
    padding:30px;
    margin-bottom:20px;
}
.wizi-location-container .wizi-location:nth-child(1) .wizi-boxing{
    margin-right:10px;
}
.wizi-location-container .wizi-location:nth-child(2) .wizi-boxing{
    margin-left:10px;
}
.wizi-address div{
    font-size:20px;
}
.wizi-location-main-title{ 
    text-transform: capitalize;
    text-align:center;
    font-size:38px;
}
/*new contact page design*/
.wizi-location-flex{
    display:flex;
}
.wizi-address .wizi-location-flex div:first-child {
    font-size: 22px;
    margin-right: 30px;
    width: 15px;
    text-align: center;
    color:#ff3838;
}
.wizi-location h3{
    color:#ff3838;
}
.wizi-location{
    border-bottom: 1px solid #dee2e6;
}
/*web development page*/
.wizi-section-title .wizi-subtitle:before{
    content: "//";
    color: #ff3838;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-right: 3px;
}
.wizi-section-title .wizi-subtitle{
    font-weight: 600;
    color: #6a6a6a;
    font-size: 18px;
    margin-bottom:5px
}
.wizi-execution-section .wizi-section-title .wizi-subtitle{
    color: #cfcfcf;
}
.wizi-section-title h2, .wizi-section-title h3{
    font-weight:600;
}
.wizi-contact-info-section{
    display:flex
}
.wizi-contact-info-section .wizi-icon-circle{
    display:flex;
    align-items:center;
}
.wizi-contact-info-section .wizi-icon-circle i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 60px;    
    background: #f3f3f3;
    color: #ff3838;
    margin-right:15px;
    font-size:20px; 
}
.wizi-contact-info-section .wizi-call-section:hover i.fa.fa-phone, .wizi-contact-info-section .wizi-mail-section:hover i.fa.fa-envelope{
    transform: rotate(360deg);
    background: #ff3838;
    color: #fff;
}
.wizi-contact-info-section .wizi-call-section i.fa.fa-phone, .wizi-contact-info-section .wizi-mail-section i.fa.fa-envelope{
    transition: transform 0.3s ease 0s;
}
.wizi-contact-info-section .wizi-icon-text{
    font-size:14px;
    color:#6a6a6a;
}
.wizi-contact-info-section a{
    font-size:18px;
    font-weight:600;
}
/*counter section*/
.wizi-section-main-title {
    font-weight:600;
}
/*.wizi-counter-section{
    background-image: url('/wp-content/uploads/2024/02/web-package-sample.jpg');
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
}*/
.wizi-counter-section-overlay{
    background-color: #fff;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
}
.wizi-counter-section .counter-section span.counter {
    font-size: 60px;
    color: #000;
    line-height: 60px;
    font-weight:600;
    display: block;
    padding: 14px 0px;
    letter-spacing: 2px;
}
.wizi-counter-section .counter-section span.counter:after{
    content: "+";
}
.wizi-counter-section .counter-title {
    font-size: 18px;
    letter-spacing: 1px;   
}
.wizi-count-icon-outer{
    border: 1px solid #ff3838;
    display: flex;
    width: 128px;
    height: 128px;
    align-items: center;
    border-radius: 50%;
}
.wizi-count-icon-inner{
    border: 5px solid white;
    display: flex;
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
.wizi-counter-section .counter-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.count-image-hover{
    display:none;
}
.counter-section:hover .count-image-hover{
    display:block;
}
.counter-section:hover .count-image{
    display:none;
} 
/*download section*/
.wizi-download-section .container{
    padding:0px 0px 100px 0px;   
}
.wizi-download-section .wizi-package-box{
    padding: 50px 60px 60px 60px;
    background-color: #ff3838;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*background-image: url('/wp-content/uploads/2024/02/MSME-Web-Development-Packages.png');
    background-repeat:no-repeat;
    background-position: center;*/
    position: relative;
}
.wizi-download-section .wizi-package-box:before {
    background-image: url(/wp-content/uploads/2024/02/MSME-Web-Development-Packages.png);
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0px;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    z-index: 99;
    background-position: center;
    background-size: 100%;
}
.wizi-download-section .title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
}
.wizi-download-section .wizi-package-box  .wizi-button:before {
    background-color: #d1d1d1;
}
.wizi-download-section .wizi-package-box  .wizi-button {
    background-color: #fff;
    border-color: #fff;
}
.wizi-download-section .wizi-package-box  .wizi-button:hover::before{
    background-color: #000;
    border-color: #000;
}
.wizi-download-section .wizi-package-box  .wizi-button span{
    color:#000;
}
.wizi-download-section .wizi-package-box  .wizi-button:hover span{
    color:#fff;
}
.wizi-download-section .wizi-checklist-box{
    padding: 50px 60px 60px 60px;
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*background-image: url('/wp-content/uploads/2024/02/web-development-checklist.jpg');
    background-repeat:no-repeat;
    background-position: center;*/
    position: relative;
}
.wizi-download-section .wizi-checklist-box:before {
    background-image: url(/wp-content/uploads/2024/02/Web-Development-Checklist.png);
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0px;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    z-index: 99;
    background-position: center;
    background-size: 100%;
}
/*execution section*/
.wizi-execution-section{
    /*background-image: url('/wp-content/uploads/2024/03/website-development.jpg');
    background-size:cover;
    background-position: center;*/
    position: relative;
    color:#fff;
    counter-reset: my-sec-counter;
}
.wizi-offering-section{
    background-image: url('/wp-content/uploads/2024/03/website-development-company.png');
    background-repeat:repeat;
    background-size:auto;
    background-position: inherit;
    position: relative;
    color:#fff;
    counter-reset: my-sec-counter;
    background-color: #000;
}
.wizi-execution-section-overlay{
    background-color: #000;
    /*opacity: 0.7;*/
    position: absolute;
    width: 100%;
    height: 100%;
}
.wizi-experience-section{
    display:flex;
    padding:20px;
    text-align: right;
}
.wizi-experience-section .wizi-execution-counter{
    font-size:44px;
    margin-bottom:10px;
    font-weight:600;
}
.wizi-experience-section .wizi-execution-counter-title{
    color:#cfcfcf;
    font-weight:600;
}
.wizi-execution-section .service-outer .service-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 45px;
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    transition: all 300ms linear;
    z-index: 2;
    min-height: 415px;
}
.wizi-execution-section.wizi-ads-section .service-outer .service-inner {
    min-height: 475px;
}
.wizi-offering-section .service-outer .service-inner {
    min-height: 445px;
}
.wizi-offering-section.wizi-offer-ads-section .service-outer .service-inner {
    min-height: auto;
}
.wizi-execution-section .service-outer .count{
    position: absolute;
    right: -40px;
    top: -70px;
    height: 170px;
    width: 170px;
    background-color: #ff3838;
    color: #fff;
    border-radius: 50%;
    transition: all 300ms linear;
}
.wizi-execution-section .service-outer .count:before, .wizi-save-section .servicebox .number:before{
    content: counter(my-sec-counter, decimal-leading-zero);
    counter-increment: my-sec-counter;
    left: 50%;
    top: 50%;
    transform: translate(-30px, 10px);
    position: absolute;
    color: #f6f2f0;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    font-family: wiziHeading;
}
.wizi-execution-section .service-outer .icon{
    position: relative;
    display: block;
    font-size: 62px;
    color: #ff3838;
    font-weight: 400;
    line-height: 1em;
    transition: all 300ms linear;
    margin-bottom: 20px;
}
.wizi-execution-section .service-inner:hover .count {
    background-color: rgba(255, 255, 255, 0.2);
}
.wizi-execution-section .service-inner:hover .service-title a, .wizi-execution-section .service-inner:hover .service-details, .wizi-execution-section .service-inner:hover .icon {
    color: #fff;
}
.wizi-execution-section .service-inner .img-hover{
    display:none;
}
/*
.wizi-execution-section .service-inner:hover .img-up{
    display:none;
}
.wizi-execution-section .service-inner:hover .img-hover{
    display:inline-block;
}*/
.wizi-execution-section .service-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ff3838;
    transform: scale(0);
    transform-origin: right top;
    border-radius: 0 0 0 500px;
    content: "";
    z-index: -1;
    transition: all 300ms linear;
}
.wizi-execution-section .service-inner:hover:after{
    transform: scale(1.5);
    opacity: 1;
}
.wizi-execution-section .service-title{
    font-size:20px;
    font-weight:600;
    padding-bottom:20px;
}
.wizi-execution-section .service-details{
    color:#6a6a6a;
    font-size: 16px;
    line-height: 30px;
}
.wizi-execution-section .service-outer{
    margin-bottom:20px;
}
.wizi-execution-section .wizi-cta-contact-section{
    display:flex;
    align-items:center;
    justify-content: center;
}
.wizi-execution-section .wizi-cta-contact-section .content{
    padding:20px;
    font-size:20px;
}
.wizi-execution-section .wizi-cta-contact-section .wizi-button{
    padding:8px 15px;
    border-radius:15px;
    font-size:12px;
    text-transform: uppercase;
}
.wizi-offering-section .wizi-button, .wizi-digital-section .wizi-button {
    padding: 8px 25px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
}
.wizi-offering-section  .service-details{
    padding-bottom:20px
}
.wizi-offering-section .service-inner:hover .wizi-button{    
    background:#fff
}
.wizi-offering-section .service-inner:hover .wizi-button:before {
    background-color: #d1d1d1;
}
.wizi-offering-section .service-inner:hover .wizi-button:hover::before{
    background-color: #000;
    border-color: #000;
}
.wizi-offering-section .service-inner:hover  .wizi-button span{
    color:#000;
}
.wizi-offering-section .service-inner:hover  .wizi-button:hover span{
    color:#fff;
}
.wizi-offering-section .wizi-button:before{
    width:20px;
}
.wizi-offering-section .wizi-button:hover:before {
    width: 100%;
}
/*seo section*/
.wizi-seo-section .wizi-seo-points li{
    list-style: none;
    margin-bottom: 15px;
    line-height: 30px;
    text-indent: -20px;
}
.wizi-seo-section .wizi-seo-points li span{
    font-weight:bold;
}
.wizi-seo-section .wizi-seo-points li:hover span{
    color:#000;
}
.wizi-seo-section .wizi-seo-points li:hover {
    color: #ff3838;
}
.wizi-seo-section .wizi-seo-points li::marker {
    font-weight:600;
    color:#000;
}
/*international section*/
.wizi-international-section.wizi-section-spacing .container{
    padding: 100px 0px 60px 0px;
}
.wizi-international-section .wizi-icon-box:hover img{
    transform: scale(1.1);
}
.wizi-international-section .wizi-icon-box img{
    transition: all .3s ease;
}
/*.wizi-international-section .servicebox .iconbox{
    position: relative;
    right: 20px;
    bottom: 20px;
    height: 75px;
    width: 75px;
    background: #f3f3f3;
    transition: all .3s ease;
    padding: 10px;
    background-color: #ff3838;
    border-radius:5px;
}
.wizi-international-section .col-md-4:nth-child(odd) .servicebox .iconbox{
    background-color: #000; 
}*/
.wizi-international-section .servicebox .iconbox{
    position: relative;
    height: 65px;
    width: 65px;
    padding: 10px;
}
.wizi-international-section .servicebox {
    display: flex;
    align-items: center;
    padding: 10px;
    position:relative;
    border-radius:10px;
    margin-right:20px;
    margin-bottom:50px;
}
.wizi-international-section .servicebox:before {
    background-image: url(/wp-content/uploads/2024/03/web-development-company.png);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(180deg);
}
.wizi-international-section .servicebox .title{
    font-size: 20px;
    font-weight: 600;
}
/*digital presence section*/
.wizi-digital-section.wizi-section-spacing .container{
    padding: 100px 0px 60px 0px;
}
.wizi-digital-section .servicebox .iconbox{
    position: absolute;
    right: -55px;
    bottom: -55px;
    height: 170px;
    width: 170px;
    background-color: #f3f3f3;
    color: #fff;
    border-radius: 50%;
    transition: all 300ms linear;
    padding:35px;
}
.wizi-digital-section .servicebox {    
    align-items: center;
    padding: 45px;
    position:relative;
    border-radius:10px;
    margin-right:20px;
    margin-bottom:50px;
    border: 1px solid #e2e2e2;
    overflow:hidden;
   /* min-height:400px;*/  
}
.wizi-digital-section .servicebox:hover{
    box-shadow: 0 10px 60px rgba(0,0,0,.1);
}
.wizi-digital-section .servicebox:hover .iconbox{
   background-color: #ff3838;
}
.wizi-digital-section .servicebox:hover .iconbox .img-up {
    filter: brightness(0) invert(1);
}
.wizi-digital-section .servicebox:before {
    background-image: url(/wp-content/uploads/2024/03/web-development-company.png);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;    
    overflow:hidden;
}
.wizi-digital-section .servicebox .title{
    font-size:20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.wizi-digital-section .service-details {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 30px;
    margin-bottom:30px;
}

/*seek professional section*/
.wizi-seek-cta-section{
    background-image: url('/wp-content/uploads/2024/03/wordpress-website-designer.jpg');
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
    color:#fff;   
}
.wizi-seek-cta-section-overlay{
    background-color: #0A0613AB;
    background-image: url('/wp-content/uploads/2024/03/web-development-agency.webp');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}
.wizi-seek-cta-section .wizi-section-title p{
    font-size:20px;
}
.wizi-seek-cta-section .wizi-section-title h3{
   font-size:56px; 
}
/*quality section*/
.wizi-quality-section .row{
    background: black;
    padding: 50px;
    align-items: center;
    color: #fff;
}
/*prime section*/
.wizi-prime-section{
    /*background-image: url('/wp-content/uploads/2024/03/website-development-service.jpg');
    background-repeat:no-repeat;
    background-position: center;*/
    position: relative;
    color:#fff;   
}
.wizi-prime-section-overlay{
    background-color: transparent;
    background-image: linear-gradient(315deg, #1E1729 58%, #1E1729ED 100%);
    opacity: 1;    
    position: absolute;
    width: 100%;
    height: 100%;
}
.wizi-prime-section .wizi-section-title p{
    font-size:20px;
}
.wizi-prime-section .wizi-icon-box{
    padding: 25px 10px 25px 30px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #E2E2E233;
}
.wizi-prime-section .wizi-icon-box .icon-box-title{
    font-size:18px;
}
.wizi-prime-section .wizi-icon-box .icon-box-title a{
    color:#fff;
}
.wizi-prime-section .wizi-icon-box .icon-block {
    align-items: center;
    display: flex;
}
.wizi-prime-section .wizi-icon-box:hover{
    background-color: #ff3838;
    border-style: solid;
    border-color: #02010100;
}
.wizi-prime-section .wizi-icon-box:hover .icon-wrapper .icon {
    transform: rotateY(180deg);
}
.wizi-prime-section .wizi-icon-box .icon {
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: normal;
    line-height: 70px;
    margin: 5px 15px 0px 0px;
}
.wizi-prime-section .wizi-icon-box .icon-wrapper .icon{
    display: flex;
    align-items: center;
    width:25px;
}
.wizi-prime-section .wizi-icon-box:hover .icon-wrapper .img-up{ 
    display:none;
}
.wizi-prime-section .wizi-icon-box:hover .icon-wrapper .img-hover{
    display:inline-block;
}
.wizi-prime-section .wizi-icon-box .icon-wrapper .img-hover{
    display:none;
}
.wizi-prime-section.wizi-section-spacing .container {
    padding: 100px 0px 160px 0px;
    position: relative;
}
/*prime cta section*/
.wizi-prime-cta-section .wizi-cta-section{
    background-color: #0E0D16;
    margin-top: -120px;
    margin-bottom: 0px;
    padding: 45px 80px 45px 80px;
    position:relative;
    z-index: 1;
    border-radius: 5px 5px 5px 5px;
}
.wizi-prime-cta-section .divider{
    width: 75px;
    margin: 0 auto;
    margin-left: 0;
    border-top: 1px solid #575757;
    display:flex;
}
.wizi-prime-cta-section .wizi-icon-wrapper{
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wizi-prime-cta-section .wizi-icon-circled{
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: #ff3838;
}
.wizi-prime-cta-section .row{
    align-items:center;
}
.wizi-prime-cta-section .wizi-cta-contact{
    text-align:right;
}
.wizi-prime-cta-section .wizi-cta-contact a, .wizi-prime-cta-section .wizi-cta-text{
    font-size: 24px;
    color:#fff;
}
.wizi-prime-cta-section .wizi-cta-contact .mail a{
    color:#ff3838;
    font-size: 16px;
}
.wizi-prime-cta-section .wizi-cta-text strong{
    color:#ff3838;    
}
.wizi-prime-cta-section .wizi-cta-text p{
    margin-bottom:0px;
}
/*our clients section*/
.owl-item .item {
    transform: translate3d(0, 0, 0); 
    margin: 50px 0; 
 }

.wizi-ourclients-carousel .owl-item .item img{
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}
.wizi-ourclients-carousel .owl-item.center .item img, .wizi-social-media-carousel .owl-item.center .item img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.wizi-ourclients-carousel .owl-nav, .wizi-social-media-carousel .owl-nav{
    text-align: center;
}
.wizi-ourclients-carousel.owl-carousel .owl-nav button.owl-next, .wizi-ourclients-carousel.owl-carousel .owl-nav button.owl-prev, 
.wizi-social-media-carousel.owl-carousel .owl-nav button.owl-next, .wizi-social-media-carousel.owl-carousel .owl-nav button.owl-prev{
	font-size: 24px;
	margin: 10px;
	color: #ff3838;
}
/*web development package page*/
/*refund section*/
.wizi-refund-section{
    background-image: url('/wp-content/uploads/2024/02/wave-line.png');
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
    color:#fff; 
    background-color: #000;  
}
.wizi-refund-section .section-box {
    background-color: #fff;
    color: #000;
    padding: 20px 30px;
    margin: 10px;
    border-radius: 8px;
    border-left: 7px solid red;
    font-weight: bold;
}
/*our strength section*/
.wizi-strength-section{
    /*background-image: url('/wp-content/uploads/2024/03/website-development-service.jpg');
    background-repeat:no-repeat;
    background-position: center;*/
    position: relative;
    color:#fff;   
}
.wizi-strength-section-overlay{
    background-color: transparent;
    background-image: linear-gradient(315deg, #1E1729 58%, #1E1729ED 100%);
    opacity: 1;    
    position: absolute;
    width: 100%;
    height: 100%;
}
.wizi-strength-section .wizi-section-title p{
    font-size:20px;
}
.wizi-strength-section .wizi-icon-box{
    padding: 25px 10px 25px 30px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #E2E2E233;
}
.wizi-strength-section .wizi-icon-box .icon-box-title{
    font-size:17px;
}
.wizi-strength-section .wizi-icon-box .icon-box-title a{
    color:#fff;
}
.wizi-strength-section .wizi-icon-box .icon-block {
    align-items: center;
    display: flex;
}
.wizi-strength-section .wizi-icon-box:hover{
    background-color: #ff3838;
    border-style: solid;
    border-color: #02010100;
}
.wizi-strength-section .wizi-icon-box:hover .icon-wrapper .icon {
    transform: rotateY(180deg);
}
.wizi-strength-section .wizi-icon-box .icon {
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: normal;
    line-height: 70px;
    margin: 5px 15px 0px 0px;
}
.wizi-strength-section .wizi-icon-box .icon-wrapper .icon{
    display: flex;
    align-items: center;
}
.wizi-strength-section .wizi-icon-box:hover .icon-wrapper .img-up{ 
    display:none;
}
.wizi-strength-section .wizi-icon-box:hover .icon-wrapper .img-hover{
    display:inline-block;
}
.wizi-strength-section .wizi-icon-box .icon-wrapper .img-hover{
    display:none;
}
.wizi-strength-section.wizi-section-spacing .container {
    padding: 100px 0px 100px 0px;
    position: relative;
}
/* Table CSS by Jerson*/
.wizi_price_table th {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    padding: 15px 15px 15px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgb(232, 235, 236);
    }
    .wizi_price_list b, .wizi_price_thead b {
        font-weight: 600;
    }
    .wizi_price_thead h4, .wizi_price_thead p.tableHead {
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 0;
    }
    .wizi_price_thead h4 span, .wizi_price_thead p.tableHead span {
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
        color: #FF3838;
    }
    .wizi_price_thead h4 span, .wizi_price_list h4 span, .wizi_price_list span {
        color: #FF3838;
        font-family: wiziHeading;
    }
    .wizi_price_table .wizi-button{
        padding: 10px 30px;
    }
    .wizi_price_list .wizi-button span {
        color: #fff;
        font-family: wiziHeading;
    }
    .wizi_price_table .highlights span {
        color: #000;
        border-color: #000;
    }
    .wizi_price_table .highlights .wizi-button{
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
    .wizi_price_table .highlights .wizi-button span{
        color: #fff;
    }
    .wizi_price_table .highlights .wizi-button::before{
        background-color: #444343;
    }
    
    .wizi_price_table tbody tr td:first-child {
        text-align: left;
        position: relative;
    }
    .wizi_price_table tbody tr td {
        text-align: center;
    }
    .wizi_price_table td {
        padding: 15px 15px 15px 15px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: rgb(232, 235, 236);
    }
    .dslc-icon-ext-check:before {
        content: "\e116";
        font-family: icon_font;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline;
        width: auto;
        height: auto;
        line-height: normal;
        vertical-align: baseline;
        background-image: none;
        background-position: 0% 0%;
        background-repeat: repeat;
        margin-right: 5px;
        color: #07bb6f;
    }
    .highlights.dslc-icon-ext-check:before {
        color: #07bb6f;
    }
    .wizi_price_table tbody tr th {
        background: #FF3838;
        color: #fff;
    }
    .wizi-number-counter {
    border: 2px solid #ff3838;
    padding: 10px;
    }
    .wizi-team-section {
    background-color: #000;
    }
    .wizi-teams-title h3, .wizi-teams-row h2, .wizi-teams-row p{
    color: #fff;
    }
    .wizi-teams-title{
    padding-top: 20px;
    padding-bottom: 15px;
    }
    .highlights.dslc-icon-ext-cross:before{
    color: #000;
    }
    .wizi-faq-section .accordion-button:not(.collapsed) {
        background: #ff3838;
        color: #fff ;
    }
    .wizi-faq-section .accordion-button:focus {
        border-color: #ff3838;
        box-shadow: 0 0 0 0.25rem rgb(243 118 72 / 20%);
    }
    .wizi-faq-section .accordion-item {
        background-color: #fff;
        border: 0px solid #00000020;
        border-bottom: 1px solid #00000020;
    }
    .wizi-faq-section .accordion-item .accordion-button{
        font-weight: bold;
    }
    .wizi-faq-section .accordion-item .accordion-button:not(.collapsed) {
        box-shadow: unset;
    }
    .wizi-faq-section .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }
    .quality-image img{
    width: 85%;
    }
    .wizi-faq-section .accordion-button{
        font-size: 19px;
        padding: 1.5rem 1.75rem;
    }
    .wizi-faq-section .accordion-button:not(.collapsed) {
        background: unset !important; /* important in style.css*/
        color: #000 !important;
    }
    .accordion-button:focus {
        box-shadow: unset !important; /* important in style.css*/
    }
    .wizi-mobile-international .servicebox li{
        padding: 10px;
        list-style: none;
    }
    .wizi-mobile-international .servicebox ul{
        padding: 0px;
    }
    .wizi-mobile-international .servicebox li i{
        padding-right: 15px;
    }
    .wizi-mobile-international .servicebox li span{
        font-size: 18px;
    font-weight: bold;
    }
    .wizi-mobile-international .servicebox li i:before{
        color: #FF3838;
    }
    .wizi-mobile-international .servicebox:before, .wizi-claim-section .servicebox::before{
    background-image: unset;
    }
    .wizi-mobile-international{
    display: none;
    }
    .wizi-claim-section .servicebox{
        display: flex;
        align-items: center;
        padding: 10px;
        position: relative;
        border-radius: 10px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .wizi-no-openings-spacing{
        padding-top: 100px;
    }
    .wizi-job-opening-section .no-opening-title{
        background: #FF3838;
        color: #fff;
        padding: 60px;
        margin-bottom: -80px;
        z-index: 9;
        border-radius: 10px;
        transition: all .3s ease;
    }
    .wizi-job-opening-section .no-opening-image img{
        height: 190px;
        width: 1200px;
        border-radius: 10px;
    }
    .mobile-section .whole-package .content-list-layer ul p{
        position: relative;
        left: -2em;
    }
    .wizi-save-section .border-animation:hover:after {
        width: 96.6%;
    }
    .wizi-save-section .border-animation:after {
        content: '';
        display: block;
        width: 0;
        height: 4px;
        background: #FF3838;
        transition: width .3s;
        top: -50px;
        position: relative;
        border-radius: 10px;
    }
    .wizi-save-section .border-animation .servicebox {
        border-radius: 0px !important;
        padding: 50px;
        padding-left: 145px;
    }
    .wizi-no-openings-spacing .row{
        justify-content: center;
    }
    .wizi-save-section .servicebox .number:before {
        content: counter(my-sec-counter, decimal-leading-zero);
        counter-increment: my-sec-counter;
        left: 14%;
        top: 24%;
        transform: translate(-30px, 10px);
        position: absolute;
        color: #FF3838;
        font-size: 25px;
        line-height: 1;
        font-weight: 600;
        font-style: normal;
        font-family: wiziHeading;
        background: #ECECEC;
        padding: 18px;
        transition: all .3s ease;
    }
    .wizi-save-section .border-animation:hover .number:before {
        color: #fff;
        background: #ff3838;
        transition: all .3s ease;
    }
    .wizi-save-section{
    counter-reset: my-sec-counter;
    display: block !important;
    }
    .wizi-save-section .servicebox .title {
        font-size: 19px;
    }
    .site-main .wizi-save-section .container{
        padding-bottom: 0px;
        margin-bottom: -50px;
    }
    .save-content{
        font-size: 18px;
    }
    .wizi-services-section .servicebox{
        height: 350px;
    }
    .counter-title {
        font-size: 15px;
    }
    .counter-number{
        font-size: 25px;
        padding-bottom: 10px;
    }
    .wizi-seo-report-counter{
        background-color: #000000;
    }
    .wizi-seo-report-counter .wizi-number-counter{
        background-color: #171717;
    }
    .wizi-plans-section ul li{
    list-style: none;
    }
    .wizi-execution-section.wizi-youtube-ads-section .service-outer .service-inner {
        min-height: 295px;
    }
    .wizi-execution-section.wizi-facebook-ads-section .service-outer .service-inner {
        min-height: 345px;
    }
    
    .wizi-execution-section.wizi-instagram-ads-section .service-outer .service-inner {
        min-height: 320px;
    }
    
    .wizi-services-section.wizi-instagram-ads .servicebox {
        height: 465px;
    }
    .wizi-execution-section.wizi-youtube-ads .service-outer .service-inner {
        min-height: 360px;
    }
    .wizi-execution-section.wizi-instagram-ads .service-outer .service-inner {
        min-height: 410px;
    }
    .bakery-client h3 a span, .jewellery-client h3 a span{
        color: #FF3838;
    }
    .number-shadow{
        box-shadow: 0px 0px 17px 12px rgb(255 255 255 / 15%) !important;
        margin: 15px 5px;
    }
    .wizi-save-section.wizi-instagram-numbers .border-animation .servicebox {
        border-radius: 0px !important;
        padding: 50px;
        padding-left: 50px;
        padding-top: 70px;
        height: 450px;
        align-items: normal;
    }
    .wizi-save-section.wizi-instagram-numbers .servicebox .number:before {
        top: 9%;
    }
    .wizi-save-section.wizi-instagram-numbers .servicebox .benefits-content .title {
        padding-left: 80px;
    }
    .wizi-save-section.wizi-instagram-numbers .servicebox .benefits-content p {
        padding-top: 20px;
    }
    .wizi-execution-section.wizi-instagram-features .service-outer .service-inner{
        min-height: 390px;
    }
    .wizi-quotes .qoutes_line:before {
        content: "";
        height: 1px;
        background: #fff;
        width: 50px;
        display: block;
        position: absolute;
        top: 72.5%;
        right: 39%;
    
    }
    .wizi-quotes .qoutes_line:after {
        content: "";
        height: 1px;
        background: #fff;
        width: 50px;
        display: block;
        position: absolute;
        top: 72.5%;
        left: 39%;
    
    }
    
    .wizi-execution-section.wizi-ads-section.social-media-marketing .service-outer .service-inner {
        min-height: 340px;
    }
    .issues-black-layer{
        background-color: #000;
    }
    .issues-red-layer{
        background-color: #FF3838;
    }
    .wizi-acheive-table-content th {
        padding: 15px;
        border: 1px solid;
        margin-top: 10px;
    }
    .wizi-acheive-table-title th {
        padding: 15px;
        background: #000;
        color: #fff;
        border-width: 1px;
        border-color: #000;
    }
    .wizi-acheive-table table{
        width: 100%;
    }
    .wizi-social-media-carousel .owl-item .item{
        text-align: center;
    }
    .wizi-social-media-carousel .owl-item.center .item p{
        transform: scale(1.15);
        margin-top: 40px;
    }
    .wizi-social-media-carousel .owl-item .item img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.80);
        -ms-transform: scale(0.80);
        transform: scale(0.80);
    }
    .blog .wizi-banner-section.wizi-blog-banner, .single .wizi-banner-section{
        display: block;
    }
    .wizi-career-benefits.wizi-international-section .servicebox .iconbox {
        height: 70px;
        width: 80px;
    }
    .wizi-prime-sector-solutions.wizi-digital-section .servicebox .iconbox {
        height: 173px;
        width: 173px;
    }
    .about-number-shadow {
        box-shadow: 0px 0px 17px 12px rgb(52 52 52 / 15%) !important;
        margin: 15px 5px;
        padding: 18px;
    }
    .site-main .quotes_bg {
        background-image: linear-gradient(180deg, #000 0%, #000 100%);
        padding: 50px 0;
    }



/*Media Query Starts*/

/*For Mobile*/
@media (max-width: 767px) {

.wizi-section-spacing .container{
    padding:50px 0px;
    position:relative;
}
/*header*/
.wizi-header-contact-section{
display:none;
}
.wizi-site-header nav{
    padding:20px 0px;
    /*border-bottom: 1px solid #EAEAEA;*/
}
.wizi-banner-section{
   /* padding: 100px 0px 0px 0px;*/
}
.wizi-banner-section .wizi-banner{
    padding:100px 0px;
}
header.wizi-site-header nav.navbar-dark button.navbar-toggler .navbar-toggler-icon{
    color:#fff;
}
.wizi-header-menu{
    background-color: #ededed;
    text-align:left;
}
.wizi-site-header nav .wizi-header-menu a.nav-link{
    color:#282828;
    text-transform: uppercase;
    font-weight: 400;
    text-align:left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wizi-site-header nav .wizi-header-menu li{
    width: 100%;
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #888888;
    margin-bottom:0px;
}
.wizi-site-header nav .wizi-header-menu li ul li{
    border-bottom: none;
}
.wizi-site-header .wizi-header-menu .menu-main-menu-container .dropdown-menu li.menu-item-has-children ul.dropdown-menu {
    background: #ededed;
    border-left: 1px solid red;
    border-top: none;
    border-bottom: none;
    padding: 0px 10px;
    margin: 0px 0px 20px 0px;
}
.wizi-site-header nav .wizi-header-menu .menu-main-menu-container .dropdown-menu li:not(.menu-item-has-children){
    padding:0px;
    border-bottom: none;
}
.wizi-site-header nav .wizi-header-menu .menu-main-menu-container li ul.dropdown-menu.show {
    padding: 0px 10px;
    background: #ededed;
    border: 0px;
}
.wizi-site-header nav .wizi-header-menu .menu-main-menu-container li.prime-sector-menu ul.dropdown-menu.show {
    border-left: 5px solid red;
}
.wizi-banner-section  .wizi-banner-title-section{
    padding-right:0px;    
}
.wizi-banner-section  .wizi-banner-title-section h1{
    font-size:28px;
    font-weight:600;
    margin-bottom:25px;
    line-height:1.4;
}
.wizi-banner-section  .wizi-banner-title-section p{  
    margin-bottom:32px;    
}
.wizi-banner-section .wizi-banner-blocks {
    padding: 10px;
    margin-bottom:50px;
}
.wizi-banner-section .wizi-banner-block-items {
    padding: 0px 10px;
}
.wizi-banner-section .wizi-banner-block-items:nth-child(4) {
    display: none;
}
.wizi-banner-section .wizi-banner-block-items:nth-child(3) {
    border-right: none;
}
/*contact page*/
.wizi-boxing{
    padding:20px;
    margin-bottom:20px;
}
.wizi-location-container .wizi-location:nth-child(1) .wizi-boxing{
    margin-right:0px;
}
.wizi-location-container .wizi-location:nth-child(2) .wizi-boxing{
    margin-left:0px;
}
.wizi-address div{
    font-size:16px;
}
.wizi-location-main-title{ 
    font-size:25px;
}
/*web devlopment page*/
.wizi-contact-info-section{
    display:flex;
    flex-direction: column;
}
.wizi-contact-info-section .wizi-icon-circle{
    display:flex;
    align-items:center;
    padding-bottom:20px;
}
.wizi-experience-section {
    display: flex;
    padding: 20px;
    text-align: center;
    justify-content: space-around;
}
.wizi-execution-section .service-outer .service-inner {
    min-height: auto;
}
.wizi-execution-section .wizi-cta-contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wizi-seek-cta-section .wizi-section-title h3 {
    font-size: 32px;
}
.wizi-ourclients-carousel .owl-dots, .wizi-social-media-carousel .owl-dots{
    display:none;
}
.wizi-ourclients-carousel.owl-carousel .owl-nav button.owl-next, .wizi-ourclients-carousel.owl-carousel .owl-nav button.owl-prev,
.wizi-social-media-carousel.owl-carousel .owl-nav button.owl-next, .wizi-social-media-carousel.owl-carousel .owl-nav button.owl-prev {
    font-size: 24px;
    margin: 0px;
    color: #ff3838;
}
.wizi-ourclients-carousel.owl-carousel .owl-stage, .wizi-social-media-carousel.owl-carousel .owl-stage {
    left: 0px;
}
.wizi-prime-cta-section .wizi-cta-section {
    padding: 20px;
    text-align: center;
}
.wizi-prime-cta-section .wizi-cta-contact {
    text-align: center;
}
.wizi-prime-cta-section .wizi-icon-wrapper {
    padding:25px 15px;
}
.wizi-prime-cta-section .divider {
    width: 60px;
    margin: 0 auto;
    margin-left: auto;
}
.wizi-prime-section.wizi-section-spacing .container {
    padding: 50px 0px 160px 0px;
    position: relative;
}
.wizi-ourclients-carousel .owl-item .item img, .wizi-social-media-carousel .owl-item .item img{
    box-shadow: unset;
}
/*download section*/
.wizi-download-section .container{
    padding:0px 0px 50px 0px;  
}
.wizi-download-section .wizi-package-box, .wizi-download-section .wizi-checklist-box{
    padding: 20px 30px 30px 30px;;
}
.wizi-download-section .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.wizi-download-section .wizi-msme{
    padding-bottom:50px;
}
.wizi-download-section .wizi-checklist-box:before, .wizi-download-section .wizi-package-box:before  {
    background-image: none;
}
.wizi-section-title .wizi-subtitle {
    text-indent: -25px;
    padding-left: 25px;
}
/*contact sticky elements*/
#whatsapp-chat-widget .wa-chat-box {
    z-index: 99999999 !important;
    width:auto;
}
#whatsapp-chat-widget .wa-chat-box .wa-chat-box-header {
    background-color: #00e785;
}
#whatsapp-chat-widget .wa-chat-box  .wa-chat-box-content-send-btn {    
    background-color: #00e785!important;
}
#whatsapp-chat-widget .wati-visible{
    opacity: 1;
    scale: 1;
    pointer-events: auto;
    right:49px!important;
    bottom:50px!important;
    display:flex;
}
.wizi-sticky-form:hover .wizi-sticky-contact-form {
    right: 45px;
    left: 45px;
    text-align: center;    
    align-items: center;   
}
.wizi-sticky-whatsapp .wizi-stickyicon.wizibutton-border{
    border-radius:60px 0px 0px 60px;
}

/*table css by jerson*/
#package-carousel .swipe {
    background: #000;
    border-radius: 23px;
    color: white;
}
#package-carousel .highlight-plan.swipe {
    background: #ff3838;
    border-radius: 23px;
    color: white;
}
.highlights .wizi-button {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.highlights .wizi-button::before {
    background-color: #444343;
}
.container {
    width:370px!important;
}
.owl-stage {
    left: -30px;
}
#package-carousel .whole-package div {
    border-bottom: 1px solid #ffffff;
}
#package-carousel .whole-package {
    min-height: 575px;
}
#package-carousel .title-layer h3 {
    color: #fff;
}
.content-list-layer ul {
    list-style: none;
}
.content-list-layer ul li {
    font-size: 14px;
    line-height: 24px;
}
#package-carousel .content-list-layer ul li::before {
    content: "\2022";
    color: #ffffff;
}
.content-list-layer ul li::before {
    content: "\2022";
    color: #ff3838;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 28px;
    position: relative;
    top: 5px;
}
.package-button {
    padding: 10px;
    cursor: pointer;
}
#package-carousel .package-button a {
    color: #ffffff;
}
.container .swipe {
    cursor: move;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 50%;
    background: #000 !important;
    outline: 0;
}
.owl-dots button:hover, .owl-dots button:focus, .owl-dots button.active {
    background: #ff3838 !important;
}
.about-vision{
    flex-direction: column-reverse;
}
.about-mission, .about-aim, .about-vision{
padding-top: 40px;
}
.counter-row .col-lg-2{
margin-bottom: 25px;
}
.wizi-mobile-international{
    display: block !important;
}
.wizi-mobile-international{
    display: block !important;
}
.wizi-international-section{
    display: none !important;
}
.career-informatio-setcion.wizi-international-section, .wizi-international-section.wizi-career-benefits{
    display: block !important;
}
.wizi-refund-section  .quality-image img {
    width: 60%;
}
.wizi-refund-section .quality-image{
    text-align: center;
    padding-bottom: 20px;
}
.wizi-maintenance-counter .col-lg{
    margin-bottom: 30px;
}
.wizi-faq-section .container {
    padding-top : 100px;
}
.page-template .wizi-services-section .servicebox{
margin-left: 20px;
height: 380px;
}
.ads-work-container ul{
    padding-left: 30px;
}
.wizi-international-section.wizi-facebook-plans, .wizi-instagram-plans{
display: block !important;
}
.page .wizi-services-section.wizi-instagram-ads .servicebox {
    height: 750px;
}
.travel-agency{
    padding-top: 40px;
}
.page .wizi-save-section.wizi-instagram-numbers .border-animation .servicebox {
    height: 715px;
}
.page .wizi-save-section.wizi-instagram-numbers .servicebox .number:before {
    top: 6%;
    left: 23%;
}
.page .wizi-save-section.wizi-instagram-numbers .servicebox .benefits-content p {
    padding-top: 40px;
}
.page .wizi-quotes .qoutes_line:before {
    top: 87.5%;
    right: 17%;

}
.page .wizi-quotes .qoutes_line:after {
    top: 87.5%;
    left: 17%;

}
.hotel-client .client-logo, .hospital-client .client-logo{
    margin-bottom: 30px;
}
.seashore-hotel{
    padding-bottom: 40px;
}
.wizi-acheive-table{
    padding-bottom: 50px;
}
}

/*mobile landscape view*/
@media (max-width: 767px) and (orientation: landscape) {

}

/*for ipad and tablet*/

@media (min-width: 768px) and (max-width: 1024px) {
/*header*/
.wizi-header-contact-section{
    display:none;
    }
    .wizi-site-header nav{
        padding:20px 0px;
        /*border-bottom: 1px solid #EAEAEA;*/
    }
    .wizi-banner-section{
       /* padding: 100px 0px 0px 0px;*/
    }
    .wizi-banner-section .wizi-banner{
        padding:100px 0px;
    }
    header.wizi-site-header nav.navbar-dark button.navbar-toggler .navbar-toggler-icon{
        color:#fff;
    }
    .wizi-header-menu{
        background-color: #ededed;
        text-align:left;
    }
    .wizi-site-header nav .wizi-header-menu a.nav-link{
        color:#282828;
        text-transform: uppercase;
        font-weight: 400;
    }
    .wizi-site-header nav .wizi-header-menu li{
        width: 100%;
        padding: 12px 20px;
        display: block;
        border-bottom: solid 1px #888888;
        margin-bottom:0px;
    }
   /**/
   .wizi-header-contact-section{
    display:none;
    }
    .wizi-site-header nav{
        padding:20px 0px;
        /*border-bottom: 1px solid #EAEAEA;*/
    }
    .wizi-banner-section{
       /* padding: 100px 0px 0px 0px;*/
    }
    .wizi-banner-section .wizi-banner{
        padding:100px 0px;
    }
    header.wizi-site-header nav.navbar-dark button.navbar-toggler .navbar-toggler-icon{
        color:#fff;
    }
    .wizi-header-menu{
        background-color: #ededed;
        text-align:left;
    }
    .wizi-site-header nav .wizi-header-menu a.nav-link{
        color:#282828;
        text-transform: capitalize;
        font-weight: 400;
        text-align:left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wizi-site-header nav .wizi-header-menu li{
        width: 100%;
        padding: 12px 20px;
        display: block;
        border-bottom: solid 1px #888888;
        margin-bottom:0px;
    }
    .wizi-site-header nav .wizi-header-menu li ul li{
        border-bottom: none;
    }
    .wizi-site-header .wizi-header-menu .menu-main-menu-container .dropdown-menu li.menu-item-has-children ul.dropdown-menu {
        background: #ededed;
       /* border-left: 5px solid red;*/
        border-top: none;
        border-bottom: none;
       /* padding: 0px 10px;*/
        margin: 0px 0px 20px 0px;
    }
    .wizi-site-header .wizi-header-menu .menu-main-menu-container .dropdown-menu li.menu-item-has-children a.nav-link {       
        border-left: 1px solid red;       
        padding: 5px 10px;        
    }
    .wizi-site-header .wizi-header-menu .menu-main-menu-container .dropdown-menu li:not(.menu-item-has-children) ul li a.nav-link,
    .wizi-site-header .wizi-header-menu .menu-main-menu-container .dropdown-menu li.menu-item-has-children ul li a.nav-link  {       
        border-left: none;             
    }
    .wizi-site-header nav .wizi-header-menu .menu-main-menu-container .dropdown-menu li:not(.menu-item-has-children){
        padding:0px;
        border-bottom: none;
    }
    .wizi-site-header nav .wizi-header-menu .menu-main-menu-container li ul.dropdown-menu.show {
        padding: 0px 10px;
        background: #ededed;
        border: 0px;
    }
    .wizi-site-header nav .wizi-header-menu .menu-main-menu-container li.prime-sector-menu ul.dropdown-menu.show {
       /* border-left: 5px solid red;*/
    }
    /*contact sticky element*/
    #whatsapp-chat-widget .wa-chat-box {
        z-index: 99999999 !important;
        width:auto;
    }
    #whatsapp-chat-widget .wa-chat-box .wa-chat-box-header {
        background-color: #00e785;
    }
    #whatsapp-chat-widget .wa-chat-box  .wa-chat-box-content-send-btn {    
        background-color: #00e785!important;
    }
    #whatsapp-chat-widget .wati-visible{
        opacity: 1;
        scale: 1;
        pointer-events: auto;
        right:49px!important;
        bottom:50px!important;
        display:flex;
    }
    .wizi-sticky-form:hover .wizi-sticky-contact-form {
        right: 45px;
        left: 45px;
        text-align: center;    
        align-items: center;   
    }
    .wizi-sticky-whatsapp .wizi-stickyicon.wizibutton-border{
        border-radius:60px 0px 0px 60px;
    }
/*css by jerson*/
.wizi_price_table .wizi-button {
    padding: 10px !important;
}
.wizi-button {
    font-size: 11px;
}
.about-mission, .about-aim, .about-vision{
    padding-top: 40px;
}
.counter-row .col-lg-2{
    margin-bottom: 25px;
}
.page-template .wizi-services-section .servicebox{
    margin-left: 20px;
    height: 380px;
}
.ads-work-containe ul{
margin-left: 40px;
}
.ads-work-container ul{
    padding-left: 30px;
}
.wizi-execution-section.wizi-youtube-ads-section .service-outer .service-inner  {
    padding-top: 80px;
}
.page .wizi-services-section.wizi-instagram-ads .servicebox {
    height: 395px;
}
.page .wizi-save-section.wizi-instagram-numbers .border-animation .servicebox {
    height: 390px;
}
.page .wizi-save-section.wizi-instagram-numbers .servicebox .number:before {
    top: 11%;
    left: 12%;
}
.page .wizi-save-section.wizi-instagram-numbers .servicebox .benefits-content p {
    padding-top: 40px;
}
.page .wizi-execution-section.wizi-instagram-features .service-outer .service-inner{
    min-height: 410px;
}
.page .wizi-quotes .qoutes_line:before {
    top: 76%;
    right: 32%;
}
.page .wizi-quotes .qoutes_line:after {
    top: 76%;
    left: 32%;
}
/*end*/
.wizi-banner-section .wizi-banner-title-section{
    padding-right: 15px;
}
.wizi-banner-section .wizi-banner-block-items:nth-child(4) {
    display: none;
}
.wizi-banner-section .wizi-banner-block-items:nth-child(3)
 {
    border-right: none;
}
.wizi-prime-cta-section .divider{
    display:none;
}
.wizi-prime-cta-section .wizi-cta-contact a, .wizi-prime-cta-section .wizi-cta-text{
    font-size:20px;
}
.wizi-digital-section .servicebox .iconbox {
    height: 130px;
    width: 130px;
    padding: 30px;
}
.wizi-digital-section .servicebox .iconbox .icon img{
    width: 30px;
}
}
@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .wizi-contact-info-section a
 {
    font-size: 16px;
    font-weight: 600;
}
.wizi-header-contact-section a, .wizi-header-contact-section a:hover{
    font-size:14px;
}
.wizi-banner-section .wizi-banner-block-items:nth-child(4) {
    display: none;
}
.wizi-banner-section .wizi-banner-block-items:nth-child(3)
 {
    border-right: none;
}
}