/*
Theme Name: Pxlz Child
Theme URI: http://pxlz.edge-themes.com
Description: A child theme of Pxlz Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Text Domain: pxlz
Template: pxlz
*/


/* Browser Scrollbar  Start*/
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: #b1b1b1; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a2a2a2; 
}
/* Browser Scrollbar End */

/* Global Start */
::placeholder {
    color: #848484 !important;
    font-weight: bold !important;
    }

:focus {
	outline: none !important;
}

p,
h1, h2, h3, h4, h5, h6,
footer .widget .edgtf-widget-title-holder .edgtf-widget-title {
    font-family: 'Montserrat', sans-serif !important;
    }

.d-flex,
.d-flex-md,
.d-flex-lg {
    display: flex;
    flex-direction: row;
    align-items: center;
    }

.flex-start {
	align-self: flex-start !important;
	}
    
.container {
    width: 90% !important;
    margin: 0px auto !important;
    }
    
.text-white {
    color: #fff;
    }
    
.text-black {
    color: #000;
    }

li {
    list-style: none;
    }

.mt-0 {
	margin-top: 0px !important
	}

.edgtf-title-holder.edgtf-standard-type {
    display: none;
    }

.edgtf-content .edgtf-content-inner>.edgtf-container>.edgtf-container-inner {
    padding-top: 0 !important;
    width: 100%;
    }

/* Blog Post Page Start */
span.edgtf-blog-single-nav-background-label,
p.comment-form-cookies-consent,
.comment-respond input[id="url"],
.edgtf-comment-form,
.edgtf-blog-share {
	display: none;
}

.edgtf-blog-holder.edgtf-blog-single article {
    margin: 0;
    padding-left: 35px;
	}

.edgtf-blog-single-navigation .edgtf-blog-single-navigation-inner {
    padding: 35px 0px 35px 35px !important;
	}

.edgtf-comment-form {
	border-top: 0px solid #f5f5f5 !important;
	}

.edgtf-comment-form .edgtf-comment-form-inner,
.edgtf-comment-holder {
    padding: 0px 35px !important;
	}

span.edgtf-blog-single-nav-label {
    font-size: 16px !important;
	}

.edgtf-comment-form p.form-submit button,
.edgtf-comment-form-inner input,
.comment-respond input,
.comment-respond p.form-submit button {
    margin-top: 15px !important;
	}

.post-contact-form {
	border-top: 2px solid #f5f5f5;
	}
/* Blog Post Page End */

span.edgtf-icon-element.fa.fa-whatsapp,
span.edgtf-icon-element.fa.fa-telegram {
    color: #fff;
    padding: 8px;
    border-radius: 8px;
	position: fixed;
	bottom: 20px;
	font-size: 25px;
	}

span.edgtf-icon-element.fa.fa-whatsapp {
	background: #25d366;
	left: 20px;
	}

span.edgtf-icon-element.fa.fa-telegram {
    background: #34b7f1;
	left: 70px;
	}

body .pp_pic_holder a.pp_expand {
    display: none !important;
	}

div.pp_default .pp_content {
    background-color: transparent !important;
}

body .pp_pic_holder a.pp_next, 
body .pp_pic_holder a.pp_previous {
	color: #fff !important;
	}

.mobile-client-section {
	display: none !important;
	}

.desktop-client-section {
	display: block !important;
	}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}

.edgtf-drop-down .wide .second .inner>ul>li {
	width: 25% !important;
	}

.edgtf-top-bar{display:none !important;}

.edgtf-left.footer-input input[type="email"] {
    background: transparent !important;
    border: 0px !important;
    padding: 0px !important;
    color: #26ccca !important;
    font-weight: bold;
    font-size: 14px;
	}

.edgtf-right.footer-input input[type="submit"]:hover {
    background: transparent !important;
    padding: 0px !important;
	}

li#nav-menu-item-7072,
li#sticky-nav-menu-item-7072 {
    display: block !important;
    float: right !important;
    margin-top: 30px !important;
    padding-left: 32px !important;
	}

.edgtf-drop-down .wide .second .inner>ul>li {
	border-left: 0px !important;
	}

.contact-form-group form div:nth-child(1) ~ span.wpcf7-not-valid-tip {
    display: none;
	}

.edgtf-page-footer p.edgtf-blog-no-posts {
    color: #818181;
	}

.vc_btn3.vc_btn3-style-custom {
    background-image: none !important;
    border-radius: 25px !important;
	padding: 10px 20px !important;
	}

#edgtf-back-to-top {
	bottom: 90px !important;
	right: 30px !important;
	}

nav.edgtf-mobile-nav {
    overflow-y: auto;
    height: 60vh;
	}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li>a {
    color: #000 !important;
}

.edgtf-light-header .edgtf-page-header>div:not(.edgtf-sticky-header):not(.fixed) .edgtf-main-menu>ul>li>a:hover {
    color: #26ccca !important;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) { /* Safari 10.1+ */
	body .pp_pic_holder a.pp_expand {
    	display: none !important;
	}
}}
/* Global End */

/* Image Overlay Start */
.callout-img-container {
	position: relative !important;
	width: 100% !important;
	}

.callout-img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	transition: .5s ease !important;
	backface-visibility: hidden !important;
	}

.callout-image-content {
	transition: .5s ease !important;
	opacity: 0 !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0 !important;
	text-align: center !important;
	}

.callout-img-container:hover .callout-image-content {
	background: rgba(68,132,198,.8) !important;
	opacity: 1 !important;
	}

.callout-image-text {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	padding: 16px 32px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	}
/* Image Overlay End */

/* Tab Section Start */
.vc_tta-tabs-container {
    border: 3px solid #6779c1; /* Theme Color */
    margin: 0px !important;
    }

li.vc_tta-tab.vc_active {
    background: #6779c1; /* Theme Color */
    }
    
.vc_tta-panel-body {
    background: #f2f2f2 !important;
    border-bottom: 4px solid #6779c1; /* Theme Color */
    border-radius: 0px !important;
    }

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    color: #fff !important;
    }

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	border: 0 !important;
    background: transparent !important;
    color: #000;
    }

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
    border-color: #6779c1; /* Theme Color */
    background-color: #6779c1; /* Theme Color */
    color: #fff;
    border-radius: 0 !important;
    }

li.vc_tta-tab {
    width: 24.9% !important;
    text-align: center !important;
    }
    
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active h4 {
    background: #6779c1; /* Theme Color */
    }

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel h4 {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
    }

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active a {
    color: #fff !important;
    }
    
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0px !important;
    }
    
.features-right {
    text-align: right;
    }
    
.vc_tta-panel-body img {
    padding: 15px 0px;
    }
    
.d-flex-ipad-port strong,
.d-flex-ipad-land strong,
.core-features-card strong{
    color: #101010;
    }

.vc_tta-panel .d-flex-lg .vc_col-sm-4:nth-child(1), 
.vc_tta-panel .d-flex-lg .vc_col-sm-4:nth-child(3), 
.vc_tta-panel .d-flex-md .vc_col-sm-4:nth-child(1), 
.vc_tta-panel .d-flex-md .vc_col-sm-4:nth-child(3) {
    align-self: flex-start !important;
	}
/* Tab Section End */

/*Carousel Indiactors Start */
.vc_images_carousel ol.vc_carousel-indicators {
    margin: 0 0 -5% -30% !important;
    }

.vc_carousel-indicators li:nth-child(2), 
.vc_carousel-indicators li:nth-child(3), 
.vc_carousel-indicators li:nth-child(5), 
.vc_carousel-indicators li:nth-child(6), 
.vc_carousel-indicators li:nth-child(8), 
.vc_carousel-indicators li:nth-child(9) {
    display: none !important;
    }

.our-clients-carousel {
    text-align: center !important;
	}

/*
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(1), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(6), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(11) {
    display: inline-block;
	}
*/

.our-clients-carousel ol.vc_carousel-indicators li:nth-child(2), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(3), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(4), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(5), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(7), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(8), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(9), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(10), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(12), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(13), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(14), 
.our-clients-carousel ol.vc_carousel-indicators li:nth-child(15) {
    display: none !important;
	}
/* Carousel Indicators End */

/* Contact us Start */
.contact-us-form-section {
    padding: 0px 100px !important;
    }

.contact-form-group form p {
    width: 48% !important;
    float: left !important;
    margin: 10px 1% !important;
    }
    
.contact-form-group form p:nth-child(6) {
    width: 98% !important;
    }
    
#respond input[type=text], #respond textarea, 
.edgtf-style-form textarea, .post-password-form input[type=password], 
.wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, 
.wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, 
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    background-color: #e8e8e8 !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    }
    
input.wpcf7-form-control.wpcf7-submit,
input.wpcf7-form-control.wpcf7-submit:hover {
    background :#8dc63f;
    padding: 10px 25px !important;
    }
    
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700 !important;
    display: none !important;
    }
    
span.wpcf7-not-valid-tip {
    margin: 5px 0px !important;
    }
    
footer .edgtf-single-line-form input[type=text] {
    background: transparent !important;
    border: 0 !important;
    }
    
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 0px solid #ff0000 !important;
    color: #ff0000 !important;
    padding: 0 !important;
    font-weight: bold !important;
    }
    
div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14 !important;
    color: #398f14 !important;
    margin: 0px !important;
    }
    
body .pp_pic_holder #pp_full_res img {
        width: 80% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
    
iframe {
    transform: translateX(10px) !important;
    float: left !important;
    }
    
.contact-form-group form p:nth-child(10) {
    transform: translate(10%, -48px) !important;
    }
/* Contact us End */

/* Pricing Start */
.pricing-table {
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    border-top-left-radius: 0px;
    box-shadow: 0px 4px 8px rgba(0,0,0,.3);
    position: relative;
    }

p.price {
    font-size: 30px;
    color: #ee5053;
    font-weight: bold;
    margin-bottom: 0px;
    }

p.one-time {
    font-size: 14px;
    color: #ccc;
    margin-top: 0px;
    border-bottom: 3px solid #8dc63f; /* Theme Color */
    display: inline-block;
    }
    
.pricing-table-list {
    height: 450px;
    overflow-y: scroll;
    }
    
.pricing-table li {
    font-size: 15px;
    margin: 10px 0px;
    }
    
.pricing-table button {
    border: 0px;
    background: #8dc63f; /* Theme Color */
    padding: 10px 15px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    }
    
.pricing-table img {
    position: absolute;
    top: -14px;
    right: -10px;
    }

span.strikethrough {
    font-size: 18px;
	color: #000;
    font-weight: 400;
    position: relative;
	}

span.strikethrough:after {
    content: "";
    width: 105%;
    height: 2px;
    background: #ee5053;
    position: absolute;
    left: -2px;
    top: 48%;
	}
/* Pricing End */

/* Testimonial Start */
#testimonial-section {
    background: linear-gradient(-45deg, #fff 0%, #fff 25%, #f2f2f2 25%, #f2f2f2 75%, #fff 75%, #fff 100%);
    padding: 80px 0px;
	}

.testimonial-content {
    background: #8dc63f; /* Theme Color */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 105px;
    }
    
#testimonial-section img {
    width: 60px;
    height: auto;
    }
/* Testimonial End */

/* Footer Menus Start */
footer .widget ul li:last-child {
	padding-bottom: 8px !important;
	}

ul#menu-footer-our-product-menus li {
    border-bottom: 1px solid #fff !important;
	}

ul#menu-footer-our-product-menus li a {
    font-size: 14px !important;
    font-style: normal !important;
    font-family: 'Montserrat', sans-serif !important;
	transition: all .2s !important;
	}

ul#menu-footer-our-product-menus li a:hover {
    text-decoration: none !important;
	margin-left: 20px !important;
	}

ul#menu-footer-our-product-menus li a:before {
    content: "\00bb" !important;
    padding-right: 5px !important;
	color: #26ccca !important;
	}
/* Footer Menus End */

/* Mobile Menus Start */

ul#menu-mobile-menu-navigation ul li:before {
    content: "\203a" !important;
    position: absolute !important;
    top: 7px !important;
    color: #f15a24 !important;
    margin-left: -8px !important;
    font-size: 20px !important;
    font-weight: bold !important;
	}

ul#menu-mobile-menu-navigation ul li {
	margin-left: 15px !important;
}

ul#menu-mobile-menu-navigation ul li:nth-child(1):before,
ul#menu-mobile-menu-navigation ul li:nth-child(5):before,
ul#menu-mobile-menu-navigation ul li:nth-child(9):before,
ul#menu-mobile-menu-navigation ul li:nth-child(12):before,
ul#menu-mobile-menu-navigation ul li:nth-child(16):before {
	display: none !important;
}

ul#menu-mobile-menu-navigation ul li:nth-child(1),
ul#menu-mobile-menu-navigation ul li:nth-child(5),
ul#menu-mobile-menu-navigation ul li:nth-child(9),
ul#menu-mobile-menu-navigation ul li:nth-child(12),
ul#menu-mobile-menu-navigation ul li:nth-child(16) {
	margin-left: 0px !important;
	font-weight: bold !important;
}

/* Mobile Menu End */

/* Disclaimer Start */
a.cli_settings_button {
    display: none;
}

div#cookie-law-info-bar {
    font-size: 12px;
    z-index: 9999999999;
}
/* Disclaimer End */

/** Media Query Start **/
@media screen and (min-width: 1367px) {
/* Global Start */
    .wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
        margin-top: -1px !important;
    }
	
	.vc_images_carousel ol.vc_carousel-indicators {
        margin: 0 0 -4% -30% !important;
    }
/* Global End */
}

@media screen and (min-width: 1025px) {
	.pp_pic_holder.pp_default {
		transform: scale(1.5) !important;
		top: 17% !important;
		left: 40% !important;
	}
	
	body .pp_pic_holder a.pp_next, 
	body .pp_pic_holder a.pp_previous {
    	top: calc(35% - 20px) !important;
	}
	
	body .pp_pic_holder a.pp_next {
    	right: 0px !important;
	}
	
	body .pp_pic_holder a.pp_previous {
    	left: 0px !important;
	}
}

@media (max-width: 1365px) and (min-width: 1025px) {
	.edgtf-drop-down .wide.left_position .second .inner>ul, 
	.edgtf-drop-down .wide.right_position .second .inner>ul {
    	white-space: initial !important;
	}
	
	.edgtf-drop-down .wide .second .inner>ul>li {
    	width: 24.7% !important;
	}
	
	li#nav-menu-item-7072, 
	li#sticky-nav-menu-item-7072 {
		margin-top: -65px !important;
		padding-left: 20px !important;
	}
	
	.edgtf-drop-down .wide .second .inner > ul > li > a {
		line-height: 22px !important;
	}
}


@media screen and (max-width:1024px) {
/* Global Start */
    .d-none-lg {
        display: none !important;
    }
	
    .w-50-lg {
        width: 50% !important;
    }
    
    .w-100-lg {
        width: 100% !important;
    }
	
	.mt-30-lg {
		margin-top: 30px !important;
	}
	
	.d-flex-lg {
        flex-direction: column;
        align-items: left;
    }
    
    .d-flex-lg .wpb_column.vc_column_container.vc_col-sm-6,
	.d-flex-lg .wpb_column.vc_column_container.vc_col-sm-4,
	.d-flex-lg .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 100%;
    }
	
	.align-center-lg {
        text-align: center !important;
    }
	
	.responsive-img img {
		width: auto;
    	height: 450px !important;
	}
	
	.edgtf-container.edgtf-default-page-template {
		margin-top: -40px !important;
	}
	
	body .pp_pic_holder #pp_full_res {
		width: 60% !important;
		margin: 0px auto !important;
	}
/* Global End */
	
/* Tab Section Start */
    li.vc_tta-tab {
        width: 24.8% !important;
        font-size: 14px;
    }
    
    .features-right {
        text-align: left;
    }
    
    .laptop-img img {
        height: 250px !important;
        width: auto !important;
    }
/* Tab Section Start */
	
/* Carousel Indicator Start */
	.vc_images_carousel ol.vc_carousel-indicators {
        margin: 0 0 -6% -30% !important;
    }
/* Carousel Indicator End */
	
/* Pricing Section Start */
	#app-pricing .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 50%;
    }
/* Pricing Section End */
	
/* Testimonial Start */
    .testimonial-content {
        min-height: 185px;
    }
/* Testimonial End */
	
/* Contact us Start */
	.contact-us-form-section {
        padding: 0px !important;
    }
/* Contact us End */
	
}/* media 1024 end */

@media screen and (max-width: 768px){
/* Global Start */
	.d-none-md {
        display: none !important;
    }
	
    .w-50-md {
        width: 50% !important;
    }
	
	.w-100-md {
        width: 100% !important;
    }
	
	.mb-30-md {
        margin-bottom: 30px !important;
    }
    
    .mt-30-md {
        margin-top: 30px !important;
    }
	
	.align-center-md {
        text-align: center !important;
    }
	
	.align-justify-md {
        text-align: justify !important;
    }
	
	.d-flex-md {
        flex-direction: column;
        align-items: left;
    }
    
    .d-flex-md .wpb_column.vc_column_container.vc_col-sm-6,
	.d-flex-md .wpb_column.vc_column_container.vc_col-sm-4,
	.d-flex-md .wpb_column.vc_column_container.vc_col-sm-3 {
        width: 100%;
    }
	
	.responsive-img img {
		width: auto !important;
		height: 420px !important;
	}
/* Global End */
    
/* Tab Section Start */
    .tab-mobile img {
        width: auto !important;
        height: 450px !important;
    }
/* Tab Section End */
	
/* Carousel Indicator Start */
	.vc_images_carousel ol.vc_carousel-indicators {
        margin: 0 0 -8% -30% !important;
    }
/* Carousel Indicator End */
	
/* Testimonial Start */
	.testimonial-content {
        min-height: 235px;
    }
/* Testimonial End */
	
/* Contact us Start */
	iframe {
		transform: translateX(-10px) scale(.9) !important;
	}
    
    .contact-form-group form p:nth-child(10) {
        transform: translate(100%, -68px) !important;
    }
    
    body .pp_pic_holder #pp_full_res img {
        width: 30% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
/* Contact us End */
	
}/* media 768 end */

@media screen and (max-width: 600px) {
/* Global Start */
	.d-none-sm {
		display: none !important;
	}
	
	.w-50-sm {
        width: 50% !important;
    }
	
    .w-100-sm {
        width: 100% !important;
    }
	
    .mb-30-sm {
        margin-bottom: 30px !important;
    }
    
    .mt-30-sm {
        margin-top: 30px !important;
    }
	
	.align-center-sm {
        text-align: center !important;
    }
	
	.responsive-img img,
	.laptop-img img {
		width: auto !important;
    	height: auto !important;
	}
	
	body .pp_pic_holder #pp_full_res {
		width: 80% !important;
		margin: 0px auto !important;
	}
	
	.mobile-client-section {
		display: block !important;
	}

	.desktop-client-section {
		display: none !important;
	}
/* Global End */
	
/* Tab Section Start */
	.vc_active span.vc_tta-title-text {
		color: #fff !important;
	}
/* Tab Section End */
	
/* Carousel Indicator Start */
	.vc_images_carousel ol.vc_carousel-indicators {
        margin: 0 0 -12% -30% !important;
    }
/* Carousel Indicator End */
	
/* Pricing Section Start */
    #app-pricing .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 100%;
    }
/* Pricing Section End */
	
/* Testimonial Start */
	.testimonial-content {
        min-height: 10px;
    }
/* Testimonial End */
	
/* Contact us Start */
	.contact-form-group form p {
        width: 100% !important;
        float: none !important;
        margin: 15px 0px !important;
    }
    
    .contact-form-group form p:nth-child(6) {
        width: 100% !important;
    }
    
    .contact-form-group form p:nth-child(10) {
        transform: translate(0%, 0px) !important;
    }
    
    body .pp_pic_holder #pp_full_res img {
        width: 60% !important;
        height: auto !important;
        margin: 0 auto !important;
    }
/* Contact us End */
	
}/* media 600 end */

/** Media Query End **/