body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    /* font-family: 'Open Sans', sans-serif; */
}



::-moz-selection {
    background-color: #f7639a;
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Lato', sans-serif; */
    font-weight: 600;
}



a {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
}

a {
    /*color: #4c9cef;*/
}

a:hover,
a:active,
a:focus {
    color: #f7639a;
    text-decoration: none;
    outline: none;
}

p {
    line-height: 28px;
}

b {
    font-weight: 600;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}


.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #dff0d8;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 16px;
}

.navigation-menu .navbar-nav li a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.navigation-menu .navbar-nav li a:hover {
    background: none;
    color: #ddd;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.navigation-background {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*background: #4c9cef;*/
}

.navigation-background .logo {
    padding-top: 12px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: 'Lato', sans-serif;
}

.navigation-background .logo a {
    color: #ffffff;
}

.navigation-background .navigation-menu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navigation-background .navigation-menu .navbar-nav li a:hover {
    /*color: black;*/
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    /*	border: 2px solid transparent;*/
    height: 34px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    /*	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	   -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
		 -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
			box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);*/
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
    -ms-transition: all 150ms ease-in-out 0s;
    -o-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
}

.form-control:focus {
    /* border-color: #171717;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: lightgrey;
    border-width: 2px;
}




/* Scroll To Top */

.scroll-to-top {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 42px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
    background: var(--main-bg-btn-color);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
    /*background-color: #f7639a;*/
    color: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}



/* Responsive */

@media only screen and (max-width: 1199px) {
    .experience-circle i {
        font-size: 30px;
    }

    .experience-content {
        margin-left: 75px;
    }

    .experience-content:after,
    .experience-content:before {
        top: 30%;
    }
}


@media only screen and (min-width: 767px) and (max-width: 991px) {
    .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }

    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }

    .navigation-background .logo {
        padding-top: 28px;
    }

    .margin-left-setting {
        margin-left: 0px !important;
    }
}


@media only screen and (max-width: 991px) {
    .call-to-action h2 {
        font-size: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .navbar-toggle .icon-bar {
        background: black;
    }

    .navigation-background .navbar-toggle .icon-bar {
        background: #ffffff;
    }

    .navbar-toggle {
        margin-right: 0px;
        margin-top: -30px;
    }

    .navbar {
        min-height: 0px;
    }

    .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
        color: #ffffff;
    }

    .navigation-menu .navbar-nav li a:hover {
        color: #ffffff;
    }

    .navigation-background .navigation-menu .navbar-nav li a:hover {
        color: #ffffff;
    }

    .navigation-background .navigation-menu .navbar-nav li a {
        padding: 11px 15px;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }

    .navbar-toggle {
        margin-top: -30px;
    }

    .navbar-collapse {
        /*background: #4c9cef;*/
    }

    .navigation-background .navbar-collapse {
        /*  background: #4c9cef;*/
    }

    .section-title h2 {
        font-size: 22px;
    }

    .testimonial-word {
        padding: 0;
    }

    .testimonial-carousel-list {
        margin-top: 0px;
    }

    .call-to-action h2 {
        font-size: 18px;
        line-height: 35px;
    }

    .contact-us-detail {
        left: 39%;
    }

    .owl-prev {
        left: 5px;
    }

    .owl-next {
        right: 5px;
    }

    .scroll-to-top {
        width: 45px !important;
        height: 45px !important;
        font-size: 20px !important;
        line-height: 52px !important;
        right: 8px !important;
        bottom: 15px !important;
    }
}

/******************* Carousel Slider *********************/

.home-1 {
    color: black;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
}

.arrow-img {
    width: 15%;
    position: absolute;
    top: 43%;


}

.service-page {
    color: linear-gradient(to left, #FF9800, #ff5722) !important
}

.service-head {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.pan-img {
    width: 300px;
}

.service-sec {
    margin-top: 50px;
}

.pan-sec {
    margin-top: 40px;
    background: linear-gradient(to left, #FF9800, #ff5722);
    padding: 10px 0px;

}

.pan-head {
    color: linear-gradient(to left, #FF9800, #ff5722) !important;
    margin-top: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 44px;
    font-weight: lighter;
    letter-spacing: 4px;
}

.service-hr {
    background-color: linear-gradient(to left, #FF9800, #ff5722) !important;
    width: 50px;
    height: 3px;
    margin-top: 10px;
}

.all-sec {
    /*  background-color: #ececec;*/
}

.advance-para {
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
    padding: 0% 17% 4% 0%;
    line-height: 27px;
}

.pan-sec1 {
    padding: 10px 0px 10px 0px;
}

.footer-sec {
    /*    background: linear-gradient(to left, #FF9800 , #ff5722) !important;*/
    background: #8a0000;
    height: 50px;
    line-height: 50px;

}

.footer-para {
    color: white;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

/*******************************slider*************************fak****************/

@import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:400,700');
/* Mogo slider */

.slider-1 {
    background: url(../images/pancard-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position: 0 0;

}

.autoplay {
    padding: 18px;
}

.head_news h3 {
    margin: 0;
    font-weight: 700;
}

.slider-2 {
    background-image: url(../images/bg/slider1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position: bottom;
}

/*.slider:after {
    content: "";
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, #e68282 0%, #f0d68a 100%);
    background: -webkit-linear-gradient(top, #171616 0%, #131312 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e68282', endColorstr='#f0d68a', GradientType=0);
}*/

/* Carousel */

.slider .carousel {
    z-index: 1;
    padding: 100px 0 50px 0;
}

.slider .carousel-inner {}

.slider .slider-content p {
    color: #fff;
    font-size: 25px;
    line-height: 34px;
    font-family: 'Lato', sans-serif;
}

.slider .slider-content h3 {
    color: #fff;
    font-size: 53px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.slider .slider-content .btn {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding: 8px 30px;
    margin-bottom: 120px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.slider .slider-content .btn:hover {
    background: #f38181;
    border: 2px solid #f38181;
}

/* Carousel indicator */

.slider .carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
}

.slider .carousel-indicators li {
    text-indent: initial;
    width: 22%;
    height: 5px;
    margin: 0 2% 0 0;
    border-radius: 0;
    background: #ffffff;
    border: none;
    opacity: 0.6;
}

.slider .carousel-indicators li:last-child {
    margin: 0;
}

.slider .carousel-indicators li.active {
    opacity: 1;
    position: relative;
}

.slider .carousel-indicators li.active:after {
    content: "";
    width: 30%;
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    background: #f38181;
}

.slider .carousel-indicators li:hover {
    opacity: 1;
}

.slider .indicator-inner {
    padding-top: 25px;
    text-align: left;
}

.slider .indicator-inner span {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.slider .indicator-inner span.number {
    font-size: 23px;
    font-weight: 500;
    margin-right: 10px;

}

/* Media query for 959px */

@media only screen and (max-width: 959px) {

    /* Main slider section */
    .slider .carousel {
        padding: 70px 0 50px 0;
    }

    .slider .slider-content .btn {
        margin-bottom: 60px;
        padding: 6px 18px;
        font-size: 12px;
    }
}

/* Media query for 768px */

@media only screen and (max-width: 768px) {

    /* Main slider section */
    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }

    .slider .indicator-inner {
        padding-top: 10px;
    }

    .slider .slider-content h3 {
        font-size: 35px;
    }

    .slider .indicator-inner span {
        font-size: 10px;
    }

    .slider .indicator-inner span.number {
        font-size: 10px;
        margin-right: 0;
    }
}

/* Media query for 420px */

@media only screen and (max-width: 420px) {

    /* Main slider section */
    .slider .carousel {
        padding: 50px 0 50px 0;
    }

    .slider .slider-content p {
        font-size: 35px;
        line-height: 70px;
    }

    .slider .indicator-inner {
        padding-top: 10px;
    }

    .slider .slider-content h3 {
        font-size: 35px;
    }

    .slider .indicator-inner span {
        font-size: 7px;
    }

    .slider .indicator-inner span.number {
        font-size: 7px;
        margin-right: 0;
    }
}

.carousel_sec {
    margin-top: 60px;
    padding: 0 15px;
}

.no_padd {
    padding: 0;
}

/*****************************form********************/

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
    font-size: 15px;
    color: #666;
}

.outer-top-xs {
    margin-top: 20px;
}

.body-content .sign-in-page .register-form .form-group {
    margin-bottom: 12px;
}

.body-content .sign-in-page .register-form label {
    font-size: 14px;
    font-weight: 400;
}

.body-content .sign-in-page form .form-group span {
    color: red;
}

.unicase-form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* height: auto;*/
    padding: 10px 12px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.body-content .sign-in-page .register-form label {
    font-size: 14px;
    font-weight: 400;
}

.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
    color: #ecc70a;
}

.btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    /*    background: linear-gradient(to left, #FF9800 , #ff5722) !important;*/
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0;
    padding: 6px 6px;
    font-family: 'Lato', sans-serif;
    border-radius: 2px;
}














/*****************************Form end***************/

/**************upload documnent***********/

.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}

/***********Upload documnent end********/

.contact-form {
    background-color: #f9f7f7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden;
}

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 80px;
}

.body-content {
    background-color: #f1f1f7;
    margin-top: 60px;
    min-height: 85vh;
}

.sign-in-head {
    font-family: 'Lato', sans-serif;
}

.hello-1 {
    font-family: 'Lato', sans-serif;
}

.info-title {
    font-family: 'Lato', sans-serif;
}

.checkout-page-button {
    font-family: 'Lato', sans-serif;
}



.image-pan-1 {
    /* height: 400px;
    width: 100%;*/
}

.advance-para1 {
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
    padding: 0% 17% 4% 0%;
    line-height: 27px
}

.pan-head1 {
    color: linear-gradient(to left, #FF9800, #ff5722) !important;
    margin-top: 60px;
    font-family: 'Lato', sans-serif;
    font-size: 44px;
    font-weight: lighter;
    letter-spacing: 4px;
}


.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.image-preview-input-title {
    margin-left: 2px;
}


.digital-1 {
    background: linear-gradient(rgba(1, 8, 14, 0.75), rgba(0, 0, 0, 0.87)), url(../images/bg/bg-image.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position: center;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    color: #ffffff;
    padding: 0;
    height: 300px;

}



.retailer-bg {
    padding: 5%;
    background-color: white;
    margin: 30px;
    box-shadow: 0 6px 10px 0 rgba(208, 207, 207, 0.14), 0 1px 18px 0 rgba(14, 14, 14, 0.12), 0 3px 5px -1px rgba(189, 189, 189, 0.3);
    border-radius: 4px;
    margin-top: 70px;


}

.retailer-width {
    width: 17%;
}

.retailer-bg p {
    font-size: 18px;
    margin: 0;
    padding: 10px 0 0;
    color: #333;
    line-height: 1.9;
    font-weight: 700;
}

.retailer-bg1 {
    padding: 5%;
    background-color: white;
    margin: 30px;
    box-shadow: 0 6px 10px 0 rgba(208, 207, 207, 0.14), 0 1px 18px 0 rgba(14, 14, 14, 0.12), 0 3px 5px -1px rgba(189, 189, 189, 0.3);
    border-radius: 4px;
    margin-top: 70px;
}

/***************************************************/
/************* neew-css ****************************/
/***************************************************/
.blog_link {
    padding: 15px;
    margin-bottom: 16px;
    height: 90px;
    -webkit-box-shadow: 3px 5px 15px 0 rgba(128, 134, 138, 0.42);
    box-shadow: 3px 5px 15px 0 rgba(128, 134, 138, 0.42);
    border-radius: 4px;
}

.blog_link h3 {
    font-size: 16px;
    margin: 0;
    padding: 6px 0;
    line-height: 25px;
}

.slick-vertical .slick-slide:focus {
    outline: 0;
}

.head_news {
    margin: 0 15px;
    text-align: center;
    padding: 16px 0;
}

.train_part {
    margin-top: 60px;
}

.about-header {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 50px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background-image: url(../images/bg/bg_aboutus.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.row_train {
    padding-top: 20px;
    margin-bottom: 40px;
}

.pan-sec h4 {
    color: #fff;
}

.pan-sec p {
    color: #eee;
}

.pan_manual h2 {
    margin: 0;
    padding: 14px;
    background: linear-gradient(to left, #FF9800, #ff5722) !important;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pan_manual p {
    font-size: 16px;
}

.link_card {
    padding: 12px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.link_card p {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #d44313;
}

.row_height {
    height: 80vh;
}

/***********************************************/
/************* Service-page ********************/
/************************************************/
.progress-contentright h2 {
    font-weight: 400;
    color: #6a44a2;
    font-size: 30px;
}

.progress-contentright p {
    font-size: 15px;
    font-weight: 400;
    color: #5f5e5e;
}

.progres-leftimgg img {
    width: 60%;
}

.progress-contentright {
    padding-top: 65px;
}

.plus-icon span {
    color: rgb(50, 50, 50);
    font-size: 20px;
    font-weight: 600;
    padding-left: 12px;
}

.single-service p {
    color: rgb(125, 125, 125);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 15px;
}

.plus-icon img {
    width: 40px;
}

.service-text1 h5 {
    margin-top: 20px;
    color: rgb(106, 68, 162);
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    padding: 30px 0;
}

.service-text1 {
    padding-bottom: 36px;
    text-align: center;
}

.single-service {
    padding: 10px;
}

.single-service.to.ty {
    padding-top: 30px;
}

.serv_dom {
    padding-bottom: 45px;
}

.services-area {
    background: #f7f7f7b8;
}

.pan_serv {
    padding: 20px 0;
}

/**************************************** responsive **********************************/

@media only screen and (max-width: 768px) {

    .body-content {
        margin-top: 46px;
    }

    .carousel_sec {
        margin-top: 46px;
    }

    .pan-sec {
        margin-top: 0px;
        background-color: #fafafa;
        padding: 6px 0px 0px 0px;
    }

    .advance-para {
        font-size: 12px;
        /* line-height: 0; */
        margin-top: 8px;
        font-family: 'Lato', sans-serif;
        padding: 0% 4%;
        line-height: inherit;
        letter-spacing: 1px;
    }

    .arrow-img {
        margin-top: 85px;
    }

    .pan-img {
        width: 28%;
    }

    .service-head {
        font-size: 15px;
    }

    .image-pan-1 {
        height: auto;
    }

    .slider-1 {
        height: 200px;
    }

    .slider-2 {
        height: 200px;
    }

    .pan-head {
        font-size: 20px;
        margin-top: auto;
    }

    .digital-1 {
        height: auto;
    }

    .retailer-bg {
        margin: 1px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .retailer-bg1 {
        margin-top: -55px;
    }

    .footer-sec {
        line-height: normal;
    }

    .footer-para {
        font-size: 14px;
    }

    .progress-contentright {
        padding-top: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pan-img {
        /* width: 28%;*/
    }

    .arrow-img {
        margin-top: 135px;
    }

    .slider-1 {
        height: 300px;
    }

    .slider-2 {
        height: 300px;
    }

    .footer-para {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .pan-img {
        /* width: 28%;
        margin-top: 58px*/
    }

    .arrow-img {
        margin-top: 182px;
    }

    .img-pan-1 {
        height: 300px;
    }
}

.password {
    float: right;
}

.password a:hover {
    color: blue;
}

.checkout-page-button a {
    color: white;
}

.checkout-page-button a:hover {
    color: white;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
    display: none !important;
}


.form_control_radio {
    width: 70%;
    height: 15px;
    float: left;
}

.pd_lt_0 {
    padding-left: 0px;
}


/*new login*/

/* .ve_banner_img_1 {
    background-image: url(../images/z1.jpg);
    background-size: cover !important;
    height: 60vh;
    margin-top: 62px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.ve_banner_img_2 {
    background-image: url(../images/z2.png);
}

.ve_banner_img_3 {
    background: url(../images/z3.png);
    background-position: 0px 0px !important;
}

.ve_banner_img_4 {
    background-image: url(../images/z4.jpg);
} */

.section_main .pt_30 {
    padding-top: 30px;
}

.section_main .padding_bottom {
    padding-bottom: 180px;
}

.section_main section {
    overflow: hidden !important;
}

.section_main .container {
    max-width: 1170px;
}

.section_main .portfolio_area .section_tittle h2 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 80px;
    line-height: 24px;
}

.section_main .portfolio_area .section_tittle h2 span {
    color: #ff3334;
}

.section_main .portfolio_area .section_tittle h2:after {
    position: absolute;
    top: 12px;
    left: 191px;
    content: "";
    width: 180px;
    height: 1px;
    background-color: #000;
}

.section_main .portfolio_area .portfolio-filter {
    position: absolute;
}

.section_main .portfolio_area .portfolio-filter h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
}

.section_main .portfolio_area .portfolio-filter h2 span {
    color: #ff3334;
}

.section_main .portfolio_area .nav-tabs {
    border-bottom: 0px solid transparent;
}

.section_main .portfolio_area .portfolio-filter .active {
    border: 1px solid #ff3334;
    background-color: #ff3334;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section_main .portfolio_area .portfolio-filter a {
    font-size: 14px;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    padding: 8px 15px;
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section_main a {
    color: #181919;
    font-family: "Poppins", sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section_main .portfolio_area .tab-content>.active {
    display: flex;
}

.section_main .portfolio_area .portfolio_box {
    position: relative;
}

.section_main .portfolio_area .single_portfolio_project:first-child {
    margin-bottom: 130px;
}

.section_main .portfolio_area .portfolio_box .short_info {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    padding: 17px 40px;
}

.section_main .portfolio_area .portfolio_box .short_info_servie {
    padding-left: 8px;
}

.section_main .portfolio_area .portfolio_box .short_info p {
    color: #ff3334;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}

.section_main p {
    color: #2c2c2c;
    font-family: "Poppins", sans-serif;
    line-height: 1.625;
    font-size: 14px;
    margin-bottom: 0px;
}

.section_main .portfolio_area .portfolio_box .short_info h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 9px;
    line-height: 30px;
}

.section_main .portfolio_area .service_ve {
    position: relative;
}

.left_service_ve {
    margin-left: 30px;
    margin-top: -125px;
}

.right_service_ve {
    margin-right: 30px;
    margin-top: 100px;
}

.left_mt_100 {
    margin-top: 100px;
}

.section_main .portfolio_area .service_ve_mb_100:first-child {
    margin-bottom: 100px;
}

.single_portfolio img {
    height: 300px;
}

.section_main .pad_tb_75 {
    padding: 75px 0px;
}

.ve_about_1 img {
    width: 100%;
}

.ve_about_1 {
    position: relative;
    margin-right: 50px;
}

.ve_about_men {
    padding: 75px 0px;
    background: #dddddd26;
}

.ve_about_1 .ve_about_abs {
    position: absolute;
    left: 40%;
    top: 45%;
    width: 80%;
}

.mb-45 {
    margin-bottom: 45px;
}

.side-title .title-line {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #e4e9ff;
    margin-right: 20px;
    position: relative;
    bottom: 5px;
    margin-bottom: 0;
}

.side-title span {
    font-size: 16px;
    font-weight: 700;
    color: #13287e;
    letter-spacing: -1px;
    display: inline-block;
    margin-bottom: 25px;
}

.side-title h2 {
    font-size: 55px;
    letter-spacing: -3px;
    margin-bottom: 0;
    line-height: 1.1;
    text-transform: capitalize;
}

.section_testemonial {

    font-family: 'Nunito', sans-serif;
    padding: 0px 0px 0px;
    background: #dddddd26;

}

.section_testemonial .slick-next {
    right: 19px;
    top: 83%;
}

.section_testemonial .slick-prev,
.slick-next {
    top: 45%;

}

.section_testemonial .slick-prev:before,
.slick-next:before {
    color: #8a0000;
}

.section_testemonial .slick-prev {
    left: 1080px;
    z-index: 99;
}

.testemonial_content {
    padding-top: 100px;
}

.testmonial_textquoto {
    background: #fcb201;
    width: 167px;
    padding: 20px;
    top: -60px;
    z-index: -9;
    font-size: 32px;
    color: #f7cdbf;
    height: 200px;
    position: absolute;
    border-radius: 16px;
}

.testmonial_image {
    margin-left: 84px;
    padding: 40px;
}

.testmonial_image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0), 0 9px 14px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.08);
}

.testimonials_slider {
    position: relative;
}

.testmonial_content {
    position: relative;
}

.testemoniol_text {
    height: 375px;
    vertical-align: middle;
    margin-top: 76px;
}

.testemoniol_text h3 {
    color: #3f547d;
    font-weight: 900;
    font-size: 30px;
}

.heading_text {
    color: #ff8256;
    font-weight: 500;
    font-size: 16px;
}

.text_para {
    color: #868181;
    font-size: 18px;
    margin-bottom: 32px;
}

.name {
    color: #3f547d;
    font-weight: 700;
    font-size: 16px;
}

.status {
    color: #868181;
    font-size: 12px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    .section_testemonial .slick-prev {
        left: 675px;
        z-index: 99;
    }

    .testemoniol_text {
        margin-top: 17px;
        padding-right: 22px;
    }

    .testemoniol_text h3 {
        font-size: 26px;
    }

    .text_para {
        text-align: justify;
    }

    .section_testemonial .slick-prev,
    .slick-next {
        top: 90%;
    }

    .testmonial_image {
        margin-left: 44px;
        padding: 40px;
    }

    .testmonial_textquoto {
        width: 140px;
        top: -29px;
        z-index: -9;
        height: 170px;
    }

}

@media screen and (max-width: 767px) {
    .section_testemonial .slick-prev {
        left: 278px;
    }

    .testemonial_content {
        padding-top: 70px;
    }

    .section_testemonial .slick-prev,
    .slick-next {
        top: 0%;
    }

    .testmonial_image {
        padding: 0px;
    }

    .testmonial_textquoto {
        width: 130px;
        height: 164px;
    }

    .testmonial_image img {
        width: 100%;
        border-radius: 8px;
        box-shadow: none;
    }

    .section_testemonial .slick-next {
        right: 0px;
    }
}

.ve_call_to_action_men {
    background-image: url(../images/call-to-action.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 200px 0px 300px;
}

.ve_call_to_action_1 h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}

.ve_call_to_action_men .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    background: none;
    padding-left: 0px;
    border-radius: 0px;
}

.btn-primary.ve_call_btn {
    background: var(--main-bg-btn-color) !important;
    box-shadow: 0 8px 17px 2px rgba(137, 133, 133, 0.14), 0 3px 14px 2px rgba(137, 133, 133, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s;
    height: auto !important;
}

    {
    padding: 0px;
    margin: 0px;
    color: #fff;
}

.footer_st {
    background-color: #1d212a;
    padding: 40px 20px;
    font-family: 'Open Sans', sans-serif;


}


.footer_para {
    padding-top: 5px;
    font-size: 14px;
    color: #e2e0e0;
}

h6 {
    color: #fff;

    padding: 0px;
    margin-bottom: 20px;
}


.fz_social {
    width: 30px
}

.icon_list li {
    padding-bottom: 2px;
    display: flex;
    list-style: none;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    color: #e8e6e6 !important;
}

.icon_list li a {
    color: #e8e6e6;
    text-decoration: none;
}



.ft_1 li {

    border: 1px solid #9e9c9c;
    display: inline-block;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 12px;
    text-align: center;
    color: #e8e6e6;
    list-style: none;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.ft_1 li:hover {
    background-color: #8a0000;
}

.F_t_btn1 {
    margin-top: 10px;
}





.fz_contact_list {
    padding: 0px;
    margin: 0px;

}

.fz_contact_list li {
    line-height: 25px;
    /* display: inline-flex; */
    display: block;
    font-size: 14px;
    color: #e8e6e6;
    display: table;
    width: 100%;
}

.fz_contact_list a {
    color: #e8e6e6;
}

.fz_social {
    font-size: 14px;
    margin-top: 10px;
    color: #e8e6e6;
}

.fz_contact_icon {
    margin: 8px 15px 0 0;
}

.footer_st h3 {
    color: #fff;
}

.footer_st h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.ve_enquiry_dialog {
    margin-top: 70px;
    width: 800px;
}

.ve_enquiry_content {
    border-radius: 0px;
    background: #fcb201;
    padding: 5px;
}

.ve_enquiry_header {
    border: none;
}

.ve_enquiry_content_1 {
    background: #fff;
}

.ve_enquiry_body {
    text-align: center;
}

.ve_heading_enquiry {
    width: 50%;
    text-align: center;
}

.btn-primary.ve_enquiry_btn {
    padding: 7px 30px;
}

.ve_enquiyr_img img {
    width: 100%;
}

.btn-primary {
    background: #1a73e8;
    border: 1px solid #1a73e8;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #1a73e8;
}

.sign_up_ve label {
    margin-bottom: 0px;
}

.sign_up_ve .form-control {
    margin-bottom: 8px;
}

#contact1 {
    /* background-image: url(../images/signup-bg.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    min-height: 100vh;
}

.mt_zero {
    margin-top: 0px !important;
}

.signup_ve_men {
    background-image: url(../sign-up.php);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
    min-height: 100vh;
}

.bg_signup_none {
    background: none
}

.sign_up_ve .form-group {
    margin-bottom: 0px;
}

.redirect_home_signin {
    position: absolute;
    top: 15px;
    left: 1%;
}

.slick-slider {
    outline: 0;
}

.logo img {
    width: 75%;
    margin-top: -6px;
}

.slick-list {
    outline: none;
}

.fz_contact_list i {
    float: left;
    width: 11px;
    height: 22px;
}

.signup_ac_detail h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    padding: 5px 0px 5px;
}

.sign_up_ve sup {
    color: red;
    font-size: 7px;
    top: -4px;
}

.home_signup {
    text-align: right;
    padding-top: 30px;
}

.home_signup span {
    padding: 0px 10px;
}

.panel_title_table {
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    padding: 15px 0px 25px 0px;
}

.sign_up_ve {
    padding: 30px;
    border: 1px solid #ddd;
    padding-top: 0px;
}

.fz_contact_list i.address_ve {
    height: 80px;
}

.pt_banner_heading {
    padding-top: 40%;
}

.pt_banner_heading h2 {
    color: #fff;
    font-size: 40px;
}

.pt_banner_heading p {
    color: #fff;
    padding-bottom: 25px;
}

.banner_btn_ve .btn-primary.ve_call_btn {
    padding: 10px 30px;
}

.digital_center_logo h2 {
    margin: 0px;
    color: #fff;
}

.digital_center_logo {
    padding-top: 12px;
}

/* adarsh 30-10-2019 start */
.footer_st h6.digital_footer_logo {
    font-size: 20px;
}

.d_service_main {
    padding-top: 62px;
    overflow: hidden;
}

.d_inner_service_main {
    margin-top: 3px;
}

.d_inner_service_main img {
    width: 100%;
    height: 242px;
}

.d_inner_service_main img.d_serv2 {
    height: 487px;
}

.col_plr_0 {
    padding: 0px;
}

.col_pr_3 {
    padding-right: 3px;
}

.col_pl_3 {
    padding-left: 3px;
}

.col_pr_0 {
    padding-right: 0px;
}

.container_plr_3 {
    padding-left: 3px;
    padding-right: 3px;
}

.slick-slide {
    outline: 0;
}

.all_brand_logo img {
    width: 100%;
    height: 115px;
    border: 1px solid #ddd;
}

.all_brand_logo {
    margin: 15px;
}

.logo_s_main {
    background: transparent;
    padding: 50px 0px;
}

/* zeeshan css start */


/* call to action css start */
.call_action_one {
    background-image: url(../images/call-to-action-1-a.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 75px 0px;
}

.call_action_one_1 h2 {
    font-size: 45px;
    margin: 0px;
}

.call_action_one_1 p {
    font-size: 13px;
    color: #969db3;
    padding: 35px 0;
}

.call_action_one_1 span {
    color: #f1c40f;
    background: -webkit-linear-gradient(#fd5197, #fd8a74);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
    position: relative;
}

.call_action_one_1 span:after {
    content: '';
    background: linear-gradient(to right, #fd5197, #fd8a74);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 4px;
}

.btn_theme {
    /* background-image: linear-gradient(to left, #fd5197, #fd8a74); */
    background: var(--main-bg-color) !important;
    box-shadow: 0 8px 17px 2px rgba(137, 133, 133, 0.14), 0 3px 14px 2px rgba(137, 133, 133, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s;
}

.btn_theme:hover {
    background: ver(--main-bg-btn-color);
    box-shadow: none;
    color: #fff;
    border: none;
}

/* call to action css end */

/* service section css start */
.services-section {
    position: relative;
}

.equal-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.grey-bg {
    background-color: #f4f4f9;
}

.dot-bg.left-dot {
    right: auto;
    left: 0;
}

.dot-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: 15px 15px;
    background-image: -webkit-radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0), -webkit-radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0);
    background-image: radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0), radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0);
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.heading {
    position: relative;
    margin-bottom: 50px;
    display: block;
    padding-bottom: 5px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.heading h2 {
    font-size: 36px;
    margin-top: 0px;
}

.heading h2 span {
    font-weight: 300;
}

.heading:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    left: 50%;
    margin-left: -40px;
    bottom: -3px;
    border-radius: 6px;
}

.service-list {
    margin-bottom: -30px;
}

.single-service {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    background: rgba(233, 234, 241, .3);
    border: 1px solid #d9dbe9;
    padding: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-service i {
    font-size: 40px;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #36383d;
    line-height: 100px;
    margin-top: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .07);
}

.single-service h3 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #333;
}

.single-service h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    background: #6f6f6f;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s cubic-bezier(.4, 0, .2, 1);
    transition: width .3s cubic-bezier(.4, 0, .2, 1);
}

.single-service p {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #6f6f6f;
}

.single-service {
    transition: 0.5s;
}

.single-service:hover {
    background: var(--main-bg-color) !important;
    transition: 0.5s;
}

.single-service:hover.single-service h3,
.single-service:hover.single-service p {
    color: #fff;
}

.single-service:hover.single-service i {
    background: #fff;
}

.single-service:hover.single-service h3:before {
    background: #fff;
    width: 125px;
}

.heading:before {
    position: absolute;
    content: '';
    max-width: 100%;
    width: 300px;
    height: 1px;
    background: #515151;
    left: 50%;
    bottom: 0;
    margin-left: -150px;
}

.heading:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    left: 50%;
    margin-left: -40px;
    bottom: -3px;
    border-radius: 6px;
    background-color: #00abc9;
}

/* service section css end */
/* about section css start */

/* about css start */
.about-section {
    position: relative;
}

.equal-space {
    padding: 75px 0px;
}

.dot-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: 15px 15px;
    background-image: -webkit-radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0), -webkit-radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0);
    background-image: radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0), radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0);
}

.about-txt h2 {
    font-size: 30px;
    margin: 0px;
    margin-bottom: 15px;
}

.about-txt h4 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    font-family: 'Josefin Slab', serif;
    text-align: justify;
}

.about-slider.owl-carousel {
    margin-bottom: 0;
}

.dg_about_inner {
    background-image: url(../images/dg-ab1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 475px;
}

.dg_about_img_2 {
    background-image: url(../images/dg-ab2.jpg);
}

.dg_about_slider .slick-prev,
.dg_about_slider .slick-next {
    background: #000;
    top: auto;
    bottom: -22px;
    left: -60px;
    width: 60px;
    height: 45px;
}

.dg_about_slider .slick-next {
    right: auto;
    left: 0px;
    background: var(--main-bg-btn-color) !important;
}


.dg_about_slider .slick-prev:before,
.dg_about_slider .slick-next:before {
    color: #fff;
    content: "\f053";
    font-family: fontawesome;
}

.dg_about_slider .slick-next:before {
    content: "\f054";
    font-family: fontawesome;
}

.about-txt p {
    font-size: 16px;
}

.dg_about_btn {
    padding-top: 50px;
}

.dg_about_slider .slick-prev {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.dg_about_slider .slick-next {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* about section css end */

.ve_banner_slider .slick-prev {
    left: 0px;
}

.ve_banner_slider .slick-next {
    right: 0px;
}

.ve_banner_slider .slick-prev,
.ve_banner_slider .slick-next {
    background: var(--main-bg-btn-color);
    z-index: 999;
    width: 30px;
    height: 55px;
}

.ve_banner_slider .slick-prev:hover,
.ve_banner_slider .slick-prev:focus,
.ve_banner_slider .slick-next:hover,
.ve_banner_slider .slick-next:focus {
    background: var(--main-bg-color);
}

.ve_banner_slider .slick-prev:before,
.ve_banner_slider .slick-next:before {
    color: #fff;
    font-family: fontawesome;
}

.ve_banner_slider .slick-prev:before {
    content: '\f053';
}

.ve_banner_slider .slick-next:before {
    content: '\f054';
}

/* workprocess css start */
.work_process_1_main {
    padding: 75px 0px;
}

.work_process_1 {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    background: #fff;
    padding: 25px;
}

.our_work_1 h3 {
    font-size: 17px;
}

.our_work_1 p {
    margin: 0px;
    color: #333;
    font-size: 14px;
}

.work_process_1 img {
    padding-top: 12px;
}

.work_process_2 {
    text-align: center;
}

.work_process_2 img {
    width: 60px;
    margin-top: -75px;
    margin-bottom: 10px;
}

.our_work_1 p.text_last {
    color: rgba(146, 146, 146, 0.77);
    font-size: 12px;
    padding-top: 10px;
}

.mt_cart_work {
    margin-top: 30px;
}

.mt_cart_section {
    margin-top: 75px;
    position: relative;
}

.main_col_row {
    padding: 0px 50px;
}

.border_area_1 {
    position: absolute;
    width: 100%;
    height: 260px;
    border: 3px dotted #c7c7c7;
    border-left: none;
    top: 50%;
    left: 42px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.border_area_2 {
    position: absolute;
    width: 100%;
    height: 299px;
    bottom: -449px;
    left: -42px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: none;
    border-left: 3px dotted #c7c7c7;
}

.work_process_1 {
    position: relative;
}

.arrow_right {
    position: absolute;
    top: 44%;
    right: -35%;
}

.arrow_right i {
    color: #2c57e4;
    font-size: 25px;
}

.increase_top {
    position: absolute;
    top: 45%;
    right: -35%;
}

.increase_top i {
    color: #2c57e4;
    font-size: 25px;
}

.arrow_left {
    position: absolute;
    top: 29%;
    left: -35%;
}

.arrow_left i {
    color: #2c57e4;
    font-size: 25px;
}

.work_process_mt0 {
    margin-top: 0px;
}

.mt_50_process {
    margin-top: 50px;
}

/* workprocess css end */

.banner_index_zeeshan{
    position: relative;
}
.banner_index_zeeshan img{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    transition: 0.5s;
    width: 20px;
}
.height_100vh{
    height: 95vh;
}

/* zeeshant dashboard css start */
.dashboard_banner_img img {
    width: 100%;
}

.z_dashboard_card {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: relative;
    min-height: 175px;
    margin-bottom: 30px;
}

.dash_card .z_dashboard_card h4 {
    text-align: center;
    background: var(--main-bg-color);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 5px;
}
.retailer_theme_body .dash_card .z_dashboard_card h4{
background: var(--retailer_main_color);
}
.staff_theme_body .dash_card .z_dashboard_card h4{
    background: var(--staff_main_color);
    }

.z_dashboard_card ul {
    list-style: none;
    padding: 15px;
    margin: 0px;
}

.z_dashboard_card li {
    font-size: 14px;
    line-height: 22px;
}

.z_dashboard_card span {
    background: #ddd;
    padding: 0px 5px;
    margin-left: 5px;
    font-size: 10px;
    border-radius: 4px;
    float: right;
    line-height: 16px;
}

.nav_dashboard_panel>li {
    padding: 0px 15px;
}

.header-top .nav_dashboard_panel>li.user-profile>a .user_d_home {
    margin-left: 0px;
}

.min_height_retailer_ve .panel-body .zsn_form_do i {
    padding-right: 5px;
}

.c_status_h {
    height: 36px;
}

/* zeeshant dashboard css end */

.ul_list_pr{
    list-style: none;
    padding-left: 15px;
}
.ul_list_pr li{
    font-weight: 600;
}

.certificate_submit_btn{
    padding-bottom: 30px;
}
.pr_0{
padding-right: 0px; 
}
.pl_0{
padding-left: 0px; 
}
.certi_float_right{
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 1366px){
    .z_dashboard_card{
        min-height: 240px !important;
    }
}

.z_banner_height img{
    height: 75vh;
}