@charset "utf-8";
/* CSS Document */

/*
Theme Name: BlindMatrix
Theme URI: https://www.blindmatrix.co.uk
Description: The BlindMatrix custom Wordpress theme
Version: 1.1
Author: Colin James Firth
Author URI: http://colinjamesfirth.uk
Tags: None
*/


/* -------------------------- RESET -------------------------------- */   

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	overflow: visible;
	font-weight: normal;
	background-repeat: no-repeat;
}

html {
	background: white;
    font-family: Arial ,sans-serif;
    font-size: 18px;
    width: 100%;
	max-width: 100%;
	overflow: auto;
    background-color: white;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

body {
	display: block;
	position: relative;
	margin: 0;
	max-width: 100%;
	width: 100%;
	font-weight: 400;
	color: #4E4E4C;
   	-ms-overflow-x: hidden !important;
	overflow-x: hidden !important;
	line-height: 1;
	font-size: 18px;
}

/* ...now reset main content elements back to a base font-size */
h1, .h1, h2, h3, h4, h5, h6, p, li, figcaption, blockquote, td, label, input, textarea { 
	font-size: 16px; font-size: 1rem; line-height: 1.5; font-weight: 400;
}
a, abbr, em, strong { font-size: 1em; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus, :active {
	outline: 0;
}

a {
	font-family: inherit;
	color: inherit;
	font-size: 1em;
	font-weight: inherit;
    outline: 0;
}

a:hover {
	text-decoration: underline;
	color: inherit;
    outline: 0;
}

img { 
	display: block;
	position: relative;
	overflow: hidden; 
	width: 100%;
	height: auto;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


input, textarea { 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

strong { font-weight: bold; letter-spacing:normal; }

figure {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-before: 0;
	margin-after: 0;
	margin-start: 0;
	margin-end: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
    -webkit-border-radius:4px; 
    border-radius:4px;
}

* { 
	-moz-box-sizing: border-box; *behavior: url(/objects/scripts/boxsizing.htc);
	-webkit-box-sizing: border-box; *behavior: url(/objects/scripts/boxsizing.htc);
	box-sizing: border-box; *behavior: url(/objects/scripts/boxsizing.htc);
	*behavior: url(/wp-content/themes/thetrainingroom2014/scripts/boxsizing.htc);
}

/* ADDITIONALS */


/* add font-awesome to these elements */
.button:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "Source Sans Pro", "Helvetica Neue",Arial, sans-serif;
	font-weight: 300;
}

.wrapper {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
    padding: 0 2rem;
    padding: 0 3vmin;
}
.wrapper.wrapper-narrow { max-width: 800px; }
.wrapper.wrapper-wide { max-width: 100%; }
.wrapper.wrapper-extra { max-width: 1300px; }

/* for accessibility */
/*a:focus, .button:focus, input[type="submit"]:focus { outline: 2px dotted #999 !important; }*/


/*
@media screen and (max-width: 1250px) {
	.wrapper {
		width: 92%;
        width: calc(100% - 64px);
        width: calc(100% - 4rem);
	}
}

*/

@media screen and (max-width: 980px) {
	html {
        font-size: 14px;
    }
}



/************************/
/* DOCUMENT STYLES */
/************************/

html {
    /* margin-top: 89px; */
}

section#main {
    display: block;
    position: relative;
}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

a { color: #33beff; text-decoration: none; }
a:hover, a:focus { color: #333; text-decoration: underline; }


h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 1em 0;
}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 2em 0 1em 0;
    margin: 2em 0 1em 0;
}



/************************/
/* BUTTONS */
/************************/

.btn {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0.7em 1.4em;
    border-radius: 0.5rem;
    /* background: white; */
    cursor: pointer;
}
.btn-primary {
    background: white;
    border: 2px solid white;
    color: #d5057a;
    font-size: 1.2em;
    margin: 0;
    font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus {
    border-color: #d5057a;
    background: #d5057a;
    color: white;
    text-decoration: none;
}
.btn-primary.btn-dark {
    background: #d5057a;
    border-color: #d5057a;
    color: white;
}
.btn-primary.btn-dark:hover, .btn-primary.btn-dark:focus {
    border-color: #33beff;
    background: #33beff;
    color: white;
}
.btn-inline {
    font-size: 0.9em;
    padding: 0.2em 0.6em;
    border-radius: 0.2em;
    top: -0.1em;
    margin: 0 0.4em;
}


.home .banner .btn {
    margin: 2em 0;
}




/************************/
/* ADDITIONAL */
/************************/




.video-embed {
	display: block;
    position: relative;
	width: 100%;
	max-width: 500px;
	height: auto;
	border: 4px solid #ccc;
	margin: 2rem auto;
}
.play-video {
    cursor: pointer;   
}



.pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f4f4f4;
    background: rgba(0,0,0,0.9);
    cursor: pointer;   
    z-index: 3000;
}
.pop .positioner {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.pop .video-embed {
    max-width: 80vw;
}
.pop .video-embed:after {
    content: '\00d7';
    display: block;
    position: absolute;
    z-index: 3000;
    width: 2rem;
    height: 2rem;
    top: -3rem;
    right: 0;
    color: white;
    font-size: 2rem;
    text-align: right;
}





/************************/
/* HEADER AND NAV */
/************************/


body#wpid34 header {
    z-index: 100;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;    
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    background: white;
    /* height: 89px; */
}

/* header .wrapper {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
} */

header a#logo {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    /* width: 240px; */
    max-width: 50%;
   /*  height: 89px; */
    /* margin-right: 2rem; */
    display: flex;
    align-items: center;
}
header a#logo img {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: auto;
    padding: 1rem 0;
}
header nav {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
header nav ul {
    display: block;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header nav > ul > li {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
} 
header nav a {
    display: block;
    line-height: 1;
    font-size: 16px !important;
	font-weight: 500;
    color: #757575;
    font-size: 0.9rem;
}
header nav > ul > li > a {
    padding: 2rem 0.7rem;
}

header nav ul ul {
    z-index: 100;
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    width: 250px;
    background: white;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
}
header nav ul ul li {
    border-top: 1px solid #ccc;
}   
header nav ul ul li a {
    padding: 1.5rem 1rem;
}   

header nav a:hover,
header nav a:focus {
    color: $d40579;
    text-decoration: none;
}
header nav > ul > li:hover ul,
header nav > ul > lia:focus ul {
    display: block;
}


header nav li:hover > a,
header nav li:focus > a {
    color: #d40579;

}

header a.standout-link {
    color: #d5057a;
}   
header a.standout-link:hover,
header a.standout-link:focus {
    background: #d5057a;
    color: white;
}   

.flexbox header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* navigation responsive breakpoints */
@media screen and (max-width: 1170px) {
header nav > ul > li > a {
    
    padding: 14px !important;
}
header nav:hover > ul {
   
    top: 100% !important;
}
    
     header nav {
        position: absolute;
        top: 0;
        right: 0; 
         background: white;
         width: 6rem;
         max-width: 50%;
         height: auto;
     }
    header nav > ul {
        display: block;
        position: absolute;
        top: 89px;
        left: 1000%;
        background: white;
        width: 100%;
        transition: opacity 0.2s;
        opacity: 0;
        box-shadow: 0 10px 50px rgba(0,0,0,0.1);
       z-index: 999;
    }
    header nav:before {
        content: "MENU";
        display: block;
        float: right;
        width: 7em;
        height: 0px;
        padding: 23px 0 23px 0;
        line-height: 0;
        text-align: center;
        color: #33beff;
        font-weight: 400;
    }

    header nav:hover {
        width: 50%;
    }
    header nav:hover:before {
        color: white;
        background: #33beff;
        width: 7em;
    }
    header nav:hover > ul {
        left: 0;
        opacity: 1;
    }

    
    header nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    header nav ul li ul {
        display: block;
        position: absolute;
        width: 100%;
        left: 1000%;
        top: 0;
        transition: opacity 0.2s;
        opacity: 0;
    }
    header nav ul li:hover ul {
        left: -100%;
        opacity: 1;
    }
    header nav li.fullonly {
        position: absolute;
        top: 0;
        left: 1000%;
    }
    
    
}

/************************/
/* BANNER */
/************************/


.banner {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 4rem 0;
    padding: 4vmin 0;
    /* margin-bottom: 4rem; */
    /* margin-bottom: 10vmin; */
    
    text-align: center;
/*    background-image: url(images/bk-tile.png);
    background-repeat: repeat; */
/*    background-image: url(images/bk-harlequin.jpg);
    background-size: cover;
    background-position: center center;
*/    
    background-image: url(images/bk-harlequin.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    

}
.banner h1 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: auto;
    font-weight: 700;
    color: white;
    text-align: left;    
    font-size: 32px;
    font-size: 2rem;
}
@media screen and (min-height: 600px) and (min-width: 550px) {
    .banner h1 {
        font-size: 3em;
        font-size: 6vmin;
    }
}


.banner h2 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: auto;
    font-size: 1.5em;
    font-weight: 700;
    color: white;
    text-align: left;
}



/************************/
/* ARTICLE */
/************************/


article {
    font-size: 1rem;
    color: #333;
    /* margin: 0 auto 6em auto; */
    line-height: 1.2;
}

article.copy {
    width: 100%;
    /* max-width: 800px; */
    text-align: left;
	margin-top: 1em;
}

article.copy h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 0.5em 0;
}
article.copy p + h2 {
    margin-top: 1.5em;   
}

article.copy h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 2em 0 0.5em 0;
}

article p {
    margin-bottom: 0.5em;
    text-align: left;
}
article p.intro {
    font-size: 1.5em;
}
article ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 4em;
}
article ul li {
    margin-left: 1.2em;       
}

ul.features {
    margin: 0 ;
    list-style-type: none;   
}
ul.features li {
    margin: 0 0 8px;
    background: #f5f5f5;
    padding: 1em 2em;
    border-radius: 0.5em;
}   

article.copy blockquote.pull-quote {
    
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 2rem auto;
    max-width: 80%;
    width: 600px;
    padding: 2rem;
    font-size: 2.5rem;
    font-weight: 300;
}
article.copy blockquote.pull-quote:before {
    content: "\201c";
    font-weight: 700;
    color: #d5057a;
}   
article.copy blockquote.pull-quote:after {
    content: "\201d";
    font-weight: 700;
    color: #d5057a;
}   


/************************/
/* CALLS TO ACTION */
/************************/

ul.page-cta {
    display: block;
    position: relative;
    margin: 2em 0;
    padding: 0;
}
ul.page-cta li {
    display: block;
    padding: 0;
    margin: 0 0 0.5em 0;
}
ul.page-cta a {
    display: inline-block;
    padding: 1em 1.5em;
    background: #f5f5f5;
    border-radius: 0.5em;
    color: #33beff;
}
ul.page-cta a:hover,
ul.page-cta a:focus {
    background: #33beff;
    color: white;
    text-decoration: none;
}


/* sulthan edit */
.bucket .title-header {
    padding: 4px 2px;
	color:#fffefe;
	background: #07aded;
}
.bucket .title-header h5 {
    font-size: 16px;
}
.bucket .title-header h4 {
    text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.bucket .price-text {
    padding: 1em 0px;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	height: 5em;
}
.bucket .btn-div {
    padding: 1em 0 0;
}
.btn-div .button {
    background: #07aded;
	color: #ffffff;
	padding: 9px 9px 8px 9px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-div .button
{
text-decoration: none !important;
}
.bucket .btn-buy {
    padding: 1em 0;
}
.btn-buy .button {
    background: #d40579;
	color: #ffffff;
	padding: 9px 8px 7px 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-buy .button:hover
{
text-decoration: none !important;
}
.btn-ex {
    padding: 16px 0;
	    margin-bottom: 80px;
}
.retailers-b, .wholesalers-b, .ecommerce-b, .App-b {
	padding: 60px 0;
    border: 4px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
	padding: 0 !important;
	    border: 2px solid;

}
.retailers-b
{
	/* background: url(images/retailers.png) no-repeat center /cover; */
	background: #ffffff;
	
}
.wholesalers-b
{
	/* background: url(images/wholesaler.png) no-repeat center / cover; */
	background:#ffffff;
}
.ecommerce-b
{
	/* background: url(images/ecommerce.png) no-repeat center /cover; */
	background: #ffffff;
	border-right:0;
	}
	.App-b
	{
		/* background: url(images/ecommerce.png) no-repeat center /cover; */
		background: #ffffff;
		border-left:0;
	}
.btn {
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
    letter-spacing: 0.6px;
    box-shadow: none !important;
    text-transform: uppercase;
    outline: none !important;
}

.btn_round {
    border-radius: 30px;
}

.btn_custom {
    border: 1px solid #1ba974;
    color: #fff;
    background-color: #1ba974;
}

.btn_custom:hover,
.btn_custom:focus,
.btn_custom:active,
.btn_custom.active,
.btn_custom.focus,
.btn_custom:active,
.btn_custom:focus,
.btn_custom:hover,
.open > .dropdown-toggle.btn_custom {
    color: #f3f3f3;
    background-color: #1d9065;
    border-color: #1d9065;
}

.btn_outline_custom {
    color: #f7f5f6;
    background: #ce0975;
    width: 130px;
    padding: 10px !important;
    margin: 0 10px;
}
.btn_outline_custom1
{
	background: #0190d2;
    color: #fff;
}

.btn_outline_custom:hover,
.btn_outline_custom:focus,
.btn_outline_custom:active,
.btn_outline_custom.active,
.btn_outline_custom.focus,
.btn_outline_custom:active,
.btn_outline_custom:focus,
.btn_outline_custom:hover,
.open > .dropdown-toggle.btn_outline_custom {
    color: #fff;
    
    
}
.btn_outline_custom1:hover,
.btn_outline_custom1:focus,
.btn_outline_custom1:active,
.btn_outline_custom1.active,
.btn_outline_custom1.focus,
.btn_outline_custom1:active,
.btn_outline_custom1:focus,
.btn_outline_custom1:hover,
.open > .dropdown-toggle.btn_outline_custom1 {
    color: #fff;
    
    
}

.apps-icon {
    width: 100%;
    background: #f5f5f5;
    /* padding: 0; */
}


.apps-icon p img {
    display: inline;
    vertical-align: middle;
    max-width: 150px;
     margin: 0;
    margin-left: 25px;
}

.apps-icon p {
    font-size: 26px;
}



.apps-icon .bucket {
	
	padding: 25px 0 28px;
}
.video-icon {
    border-bottom: 1px solid #efefef;
	background: url(images/bk-harlequin.jpg) fixed no-repeat center / cover;
	color:#fff;
}

.video-icon p {
        font-size: 28px;
    font-weight: 500;
}
img.play-video {
    max-width: 69px !important;
    margin: 20px auto 8px !important;
	
}
article.ecommerce-page {
    margin-top: 1em;
}
/************************/
/* ecommerce page style */
/************************/
.Template-view {
    position: relative;
}

.Template-content {
      max-height: 400px;
    display: table;
    background: whitesmoke;
        padding: 15px;
    margin: 6px 0;
    border-radius: 16px;
    width: 100%;
    float: left;
    margin-right: 12px;
}

.Template-color {
    /* width: 17%; */
    float: left;
    text-align: center;
	    margin: 10px 0;
}

.Template-color p {
    /* text-align: center; */
    font-weight: 700;
	    padding: 6px 0px 3px;
}


.Template-color ul {
    list-style: none;
    text-align: center;
	margin: 0;
}

.Template-color ul li {
    height: 35px;
    width: 35px;
        cursor: pointer;
    margin: 0 10px;
    border: 8px solid #ddd;
    display: inline-block;
}

.Template-view p {
    font-weight: 700;
}
.thamb {
       overflow: hidden;
    /*height: 1240px;*/
}

.red{
	    background: #f44336;
		height: 35px;
    width: 35px;
}
.blue{background: #2196F3;
 height: 35px;
    width: 35px;
    }
.black{background: #000000;
 height: 35px;
    width: 35px;
    }
.green{background: #4CAF50;
	height: 35px;
    width: 35px;
    }
.purple{background: #9C27B0;
	height: 35px;
    width: 35px;
    }
	
	.dorange{background: #e5ae58 ;
	height: 35px;
    width: 35px;
    }
	
	.tealtheme{background: #39CCCC ;
	height: 35px;
    width: 35px;
    }
	.greentheme{background: #2ECC40 ;
	height: 35px;
    width: 35px;
    }
	.bluetheme{background: #0074D9  ;
	height: 35px;
    width: 35px;
    }
	.pink{background: #dc0155  ;
	height: 35px;
    width: 35px;
    }
	.blue3{background: #3984ac  ;
	height: 35px;
    width: 35px;
    }
	.greenl{background: #94bf00  ;
	height: 35px;
    width: 35px;
    }
	
	.btn-ecom {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px;
    text-align: center;
}
.btn-ecom .btn_outline_custom:hover,.btn-ecom .btn_outline_custom:focus,.btn-ecom .btn_outline_custom:active,.btn-ecom .btn_outline_custom.active,.btn-ecom .btn_outline_custom.focus,.btn-ecom .btn_outline_custom:active,.btn-ecom .btn_outline_custom:focus,.btn-ecom .btn_outline_custom:hover,.btn-ecom .open > .dropdown-toggle.btn_outline_custom {
    color: #f3eded;
    background-color: #131111;
    border-color: #171515;
}
.btn-ecom .btn_outline_custom {
       border: 2px solid #d7057a;
    color: #f5f2f2;
    background: #d5057a;
}
.btn-ecom a {
    width: 123px;
    text-align: center;
	    margin-right: 10px;
}
.Template-content:nth-child(2n+1) {
    /* margin-right: 1%; */
}

.Template-content:nth-child(2n+2) {
    width: 100%;
}

/************************/
/* BUCKETS */
/************************/

.bucket_price {
	margin-top: 4em;
}

.buckets {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0;
}

.bucket {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0;
}

.buckets-one .bucket { width: 100%; }
.buckets-two .bucket { width: 50%; }
.buckets-three .bucket { width: 33.33%; }
.buckets-four .bucket { width: 25%; }
.buckets-five .bucket { width: 12%; border: none; }

@media screen and (max-width: 800px) {
    .buckets-three .bucket { width: 50%; }
    .buckets-four .bucket { width: 50%; }
	.Template-content:nth-child(2n+2) {
    width: 48%;
}
.Template-content
{
	 width: 48%;
}
}
@media screen and (max-width: 600px) {
    .buckets-two .bucket { width: 100%; }
    .buckets-three .bucket { width: 100%; }
    .buckets-four .bucket { width: 100%; }
    .buckets-five .bucket { width: 22%; }
}



.buckets-one.spaced .bucket { width: 100%; margin-right: 0; }
.buckets-two.spaced .bucket { width: 49%; margin-right: 1%; }
/* .buckets-three.spaced .bucket { width: 32%; margin-right: 1%;  } */
.buckets-four.spaced .bucket { width: 24%; margin-right: 1%;  }
.buckets-five.spaced .bucket { width: 19%; margin-right: 1%;  }
.bm-categories.spaced .bucket {
    margin: 0 ;
    width: 25% ;
}

@media screen and (max-width: 800px) {
    .buckets-three.spaced .bucket { width: 49%; margin-right: 1%;  }
    .buckets-four.spaced .bucket { width: 49%; margin-right: 1%;  }
}
@media screen and (max-width: 600px) {
    .buckets-two.spaced .bucket { width: 100%; margin-right: 0; }
    .buckets-three.spaced .bucket { width: 100%; margin-right: 0; }
    .buckets-four.spaced .bucket { width: 100%; margin-right: 0; }
    .buckets-five.spaced .bucket { width: 32%; margin-right: 1%;  }
	.Template-view {
    width: 94%;

	}
	.Template-color ul
	{
		 display: inline-flex;
	}
	.Template-color p{
	margin-top: 50px;
	
	}
	.Template-color ul li {
    height: 35px;
    width: 35px;
	margin-right: 16px;
	   
	}
	 .red, .blue , .black, .green, .purple {
    height: 35px;
    width: 35px;
	}
	.apps-icon p img{
		margin-left: 0;
	}
	.btn-inline{
	margin: 10px 0;
	}
	.thamb {
    overflow: hidden;
    height: 100%;
}
.Template-content
{
    width: 100%;
}
.Template-color p {
    margin-top: 25px;
}
.Template-content:nth-child(2n+2) {
    width: 100%;
}
}


.flexbox .buckets {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}


.flexbox .bucket.spaced {
    margin-right: 0;
    
}


.bucket img {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 10px auto 0em auto;
}
img.circle {
    border-radius: 50%;
}


.panel {
    margin:0em auto 1em;
    background: #f5f5f5;
    border-radius: 16px;
    padding: 14px 32px;
}
.panel-grey { background: #f5f5f5; }
.panel-blue { background: #33beff; color: white; }
.panel-purple { background: #d5057a; color: white; }





/************************/
/* FOOTER */
/************************/

footer {
    background: #222222;
   /*  padding: 0 2rem;*/
  /*  padding: 0 3vmin;*/
}
footer a { color: #33beff; }
footer a:hover, footer a:focus { color: white; }

footer.main-footer div {
    margin: 0 auto;   
    padding: 2em 0 0.5em;
}

.addthis_tool {
    padding: 10px !important;
}
.addthis_tool span{
    font-weight: 700;
}
.addthis_horizontal_follow_toolbox div {
    padding: 5px !important;
}
.addthis_horizontal_follow_toolbox, .addthis_default_style a {
    float: none !important;
}

footer.main-footer div.block {
    max-width: 700px;   
}


footer.main-footer div.copyright {
    color: #999;
}
footer.main-footer div.copyright p {
    font-size: 14px;   
}
footer.main-footer p {
    /*margin-bottom: 0.5em;*/ 
}

footer.main-footer h3 {
    margin: 0 auto 0.2em;
    font-weight: 700;
}

footer.main-cta {
    padding: 4em;
    margin-top: 8em;
    margin-top: 10vh;
    text-align: center;
    background-image: url(images/bk-harlequin.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;   
    
}





/************************/
/* HOMEPAGE */
/************************/




body.home .banner {   
	background-image: linear-gradient(to bottom, #dd6cbb,#af7cc6,#7b8bd0,#06c1ef) !important;
    color: white;
    /*padding: 4em 0;*/
    padding: 4em 0 4em;
    margin-top: 56px;
}
/*body.home .banner:after {*/
body.home .banner .device-group {    
    content: "";
    display: block;
    position: relative;
	height: 400px;
    margin: 0 auto;
	/*background-image: url(images/header-devices-004.png);*/
    background-size: contain;
	background-position: bottom right;
    background-repeat: no-repeat;
}

body.home .banner h3 {   
    margin: 0 auto 0.2em;
	font-size: 32px !important;
	color: #fff;
	text-align: left;
}

body.home .banner h1 {   
    color: white;
    text-shadow: none;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 auto 0.2em;
    padding: 0;
    font-size: 3rem;
}
@media screen and (min-height: 600px) and (min-width: 550px) {
    body.home .banner h1 {
        font-size: 4em;
        font-size: 7vmin;
    }
}



body.home .banner h2 {
    color: white;
    margin: 0 auto;
    padding: 0;
    line-height: 1.2;
	font-size: 24px;
}   



body.home article {
    margin-bottom: 4em;
	    margin-top: 2em;
}
body.home article#features h2 {
    font-weight: 400;
    margin: 4rem 0 0;
	font-size: 2em;
	text-transform: uppercase;
	color: #07aded;
}
body.home article#features h2 a {
    font-weight: 700;
}
body.home article#features h2 + p {
    margin-bottom: 2rem;   
	color: #6e6e6e;
	font-weight: normal;
	font-size: 16px;
}

body.home article#features h2 + p + hr {
    width: 50px;
	color: #d40579;
	margin-bottom: 2em;
    border: 1px solid;
}

body.home article#features h2 + p + hr + p {
    margin-bottom: 2rem;   
	color: #6e6e6e;
	font-weight: normal;
	font-size: 16px;
}

body.home article h2, 
body.home article p {
    text-align: center;   
}

.window_covering {
    padding: 4em;
    margin-top: 8em;
    margin-top: 10vh;
    text-align: center;
    background-image: url(images/window_covering_bg.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;   
}
.window_covering h2 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 2em;
}
.window_covering h5 {
	color: #ffffff;
	font-size: 1em;
}
.window_covering .button {
    background: #ffffff;
    color: #d40579;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.stars {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 1em;
}
.stars img {
    display: inline-block;
    margin: 0 0.2em;
    width: 1em;
    height: 1em;
}


body.home .buckets.bucket-features {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}


body.home .bucket-features .bucket {
    text-align: center;
    border-radius: 0.5em;
    padding: 2rem;
	border: none;

}
body.home .bucket-features .bucket p {
    /* height: 110px; */
}
body.home .bucket-features .bucket img {
    height: 77px;
	max-width: 70px;
}
body.home .bucket-features h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
body.home .bucket-features h3.icon-tick:before {
    margin: 1rem auto;
    display: block;
}

body.home .bucket-features img.circle {
  /*  border: 4px solid #33beff; */
}

#compatibility {
    margin: 0 auto;
    text-align: center;   
}
#compatibility article {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: auto;
    background: #d5057a;
    color: white;
    padding: 1.2em 2.4em;
    font-size: 1.5rem;
    border-radius: 0.5em;
}


ul.features li {
    padding: 8px;
	text-align:left;
}
ul.features h3 {
	margin:0;
	font-size: 17px;
    padding: 5px 0;
}
ul.features p {
    margin-bottom: 0;   
	padding: 6px 10px;
}
.home article#features .cta {
    margin-top: 2rem;   
}
.home article#features .cta .btn {
    margin-bottom: 1rem;   
}

#panel-overview {
    padding: 0 4rem;
}

#video-home-intro {
	margin-bottom: 0;;
}






/************************/
/* FAQs */
/************************/



h2:target {
    color: #d5057a;
}

h2:target:before {
    content: "";
    display: block;
    position: relative;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}

ul.anchor-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.anchor-menu li {
    margin: 0;
    padding: 1em 0;
    border-top: 1px solid #ccc;
}




/************************/
/* ICONS */
/************************/

.icon {
    font-size: 0;   
}

.icon:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 0.8rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon.icon-tick:before { background-image: url(images/icon-tick-purple.png); }

    
/************************/
/* TABLES */
/************************/

table.comparison {
    width: 100%;
    margin: 4rem auto;
	border-top: 1px solid #ccc;
}

table.comparison .icon:before {
    width: 1rem;
    height: 1rem;
}

table.comparison tr {
     border-bottom: 1px solid #ccc;
}
table.comparison td,
table.comparison th {
    padding: 0.5em 0.2em;
    vertical-align: top;
    text-align: center;
}
table.comparison td:nth-child(1),
table.comparison th:nth-child(1){
    width: 50%;
    text-align: left;
}
table.comparison td:nth-child(2) {
    width: 25%;
}
table.comparison td:nth-child(3) {
    width: 25%;
}
table.comparison th {
    padding: 1.5em 0;
}



#buckets-features-comparison {
	padding-bottom: 2rem;
}

#buckets-features-comparison .bucket h2 {
	text-align: left;
}
#buckets-features-comparison .bucket .sub {
	display: block;
	text-align: left;
}


form#contactform {
    background: #f4f4f4;
    padding: 2rem;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

form#contactform div {
    text-align: left;
}

form input[type="text"],
form input[type="password"], 
form input[type="email"],
form textarea, form input[type="tel"] {
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
form select {
    display: block;
    position: relative;
    width: 70%;
    border: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
form textarea {
    min-height: 5rem;   
}
form label {
    display: block;
    position: relative;
    margin: 0 0 0.3em;
}
form label:hover,
form label:focus {
    text-decoration: underline;
    cursor: pointer;
}

.erroralert {
    color: #f40;	
}

.g-recaptcha {
   text-align: center;
    display: inline-block;   
}


.header-shop {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #9c9292;
	border-top: 1px solid #9c9292;
	margin-top: 42px;
}

.header-shop .item {
    width: 30%;
    font-weight: 600;
}



.header-shop .name {
    width: 50%;
    font-weight: 600;
}

.header-shop .amt {
    font-weight: 600;
    text-align: right;
    width: 20%;
}

.body-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #9c9292;
}

.item-image {
    width: 30%;
}

.item-image img {
    width: 50%;
}

.item-name {
    width: 50%;
}

.item-amt {
    width: 20%;
    text-align: right;
}

.item-amt a {
    color: red;
}
.total-shopping {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #9c9292;
    border-top: 1px solid #9c9292;
    margin-top: 16px;
}

.total-div div {
    display: inline-block;
    padding: 0 10px;
}

.total-div {
    text-align: right;
}

.paypal-div {
    width: 100%;
    padding: 30px 0;
    display: table;
}
.paypal {
    float: right;
}


.row
{
	display:table;
}
/* .thamb img { */
    /* transform: translate3d(0px, 0px, 0px); */
    /* transition: transform 5s; */
/* } */

/* .thamb:hover img { */
    /* transform: translate3d(0px, -1275px, 0px); */
    /* transition: transform 5s; */
/* } */


.Template-content .demo {
    text-align: center;
}
.features-list .bucket {
    margin-right: 0 !important;
    padding: 0px 0 1em;
}
.contact-page {
    margin: 25px 0;
}
.pricing-page {
    width: 100%;
    max-width: 800px;
    /* margin: 0 auto; */
	text-align:left;
}



.accordion1 {
    background-color: rgba(213, 5, 122, 0.7803921568627451);
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion {
    background-color: rgba(213, 5, 122, 0.7803921568627451);
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion1:hover {
    background-color: #d5057a;
}

.accordion1:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panelacc {
    padding: 4px 18px;
    background-color: #efefef;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
p.pricing-header {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}
.panelacc p {
    font-size: 15px;
}
.ecommerce-page span {
    font-size: 20px;
    font-weight: 600;
}
.selected:after {
    content: "\2713";
    color: #fff;
    display: table-caption;
    padding: 4px 10px;
}

.payment_method_paypal label img {
    width: auto !important;
}
.price {
    color: #ffffff;
    font-size: 21px;
    padding: 10px 15px;
    font-weight: 600;
	    background: #7fbc3d;
    height: 82px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.App-b .price {
   line-height: 58px;
}

/*New design css code*/
.top_bg {
    background-image: linear-gradient(to right, #553393,#5500f0,#50bd8b,#6dbe46,#ec5149,#ff0d00,#1ebff0,#00b8f0);
    height: 7px;
}
.fullonly a{
	background: #d40579;
	color: #fff;
	padding: 8px 15px 8px 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
	
	.btn-ecom a {
    width: 114px !important;
    text-align: center;
    margin-right: 10px;
}
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  body.home .banner .device-group {
    background-position: initial !important;
	height: 386px !important;
    
}
body.home .banner h3 {
 font-size: 30px !important;
 }
  .tfree-client-testimonial {
    height: 250px !important;
}
.row.fir-foot-row {
    padding: 0 20px !Important;
}
body.home .banner .device-group {
    
    background-position: none!important;

}


.bucket.ecomerce-prd {
    margin-bottom: 20px;
}
p.btn-div {
    margin-bottom: 10px;
}

.col-md-3.foot-menu {
    padding-left:0!important;
}
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

hgroup {
    padding: 0em 0em;
}
img.why-img {
    width: 225px;
    display: block;
    height: auto;
   margin: 0 auto;
    
}

.why-section-first p {
    color: #6e6e6e;
    font-weight: normal;
    font-size: 13px;
    text-align: right;
}
.why-section-first h4 {
    
    text-align: right;
}


.why-section-third p {
    color: #6e6e6e;
    font-weight: normal;
    font-size: 13px;
    text-align:left !important;
}
.why-section-third {
    position: relative;
    right: 9%;
    text-align: left;
    
}
.why-section-third-one
{
   margin-top: 64px;
    margin-bottom: 43px;
}
.why-section-third-two
{
margin-bottom: 59px;
}
.why-blindmatrix-section h4 {
    font-size: 15px;
    font-weight: bold;
        
}
.why-section-first {
    position: relative;
    left: 9%;
}
.why-section-first-one {
    margin-top: 17%;
    margin-bottom: 15%;
}
.why-section-first-two {
    margin-bottom: 13%;
}
.why-blindmatrix-section {
    margin-bottom: 10px;
}
p.why-button a.button {
    padding: 12px 30px 9px 30px !important;
    text-decoration: none !important;
    background: #d40579;
    color: #ffffff;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    
}
.socila-icon img {
    width: auto !important;
    display: inline-block !important;
    /* display: inherit; */
}
footer.main-footer h2 {
    font-size: 18px;
    color: #d2d1d1;
    text-transform: uppercase;
    font-weight:400;
}
footer.main-footer p {
    font-size: 16px;
    color: #bababa ;
    
}
footer.main-footer div {
 padding: 1em 0 0.5em ;
 }
 ul.footer-menu li a {
    font-size: 16px !important;
    color: #cacaca !important;
}
ul.footer-menu li a:hover
{
/*text-decoration: none !important;*/
}
img.address-icon {
    width: auto !important;
    float: left;
}
img.foot-phone {
    width: auto !important;
    float: left;
}
img.foot-mail{
    width: auto !important;
    float: left;
}
.col-md-3.address p {
    padding-left: 30px !important;
}
footer.main-footer p {
    margin-bottom: 0 ;
}
.col-md-3.we.work p:first-child {
    margin-bottom: 15px !important;
}
.copyright p {
    text-align: center !important;
}
p.first-para {
    margin-bottom: 15px !important;
}
ul.footer-menu li {
    padding-left: 1p;
    padding-bottom: 4px;
}
.col-md-3.address p a {
    color: #fff !important;
}
.col-md-3.address p a:hover
{
/*text-decoration: none !important;*/
}
.col-md-3.contact-form div#wpcf7-f1356-o1 {
    padding-top: 0px !important;
}
.contact-form div#wpcf7-f1356-o1 form input[type="text"], form input[type="password"], form input[type="email"]{
   border: 1px solid #353a3c;
   background-color: #353a3c;
   font-size: 14px !important;
}
.contact-form div#wpcf7-f1356-o1 form input[type="email"]
{
margin-bottom: -60px !important;
margin-top: -13px;
font-size: 14px !important;
}
.contact-form div#wpcf7-f1356-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0;
}
.contact-form div#wpcf7-f1356-o1 input[type="submit"] {
   background-color: transparent !important;
    border: none !important;
    color: #d40579 !important;
    font-size: 14px !important;
    }
    .mobile-num {
    padding-top: 7px !important;
}
.email {
    padding-top: 0px !important;
}
.col-md-3.foot-menu {
    padding-left: 35px ;
}
p.first-para span {
    color: #fff;
    font-weight: bold;
}
.copyright p span:first-child {
    color:#00c2ff !important;
}
.copyright p span:nth-child(2) {
    color: #08a9e9 !important;
}
.socila-icon img {
   
    padding-left: 5px;
}
.copyright p {
    color: #4e4e4e !important;
}
.copyright {
    background-color: #fff !important;
}
hr.foot-tit {
    width: 12%;
    margin-left: 1px;
    margin-top: -15px;
    border: 1px solid #d40579;
    margin-bottom: 45px;
}
ul.level1 li a:active {
    color: #d40579 !important;
}
.banner-button a {
    
   display: inline-block;
    background-color: #d40579;
   padding: 14px 15px 14px 15px;
    float:left !important;
    color:#fff !important;
    font-weight: bold;
}
.banner-button a
{
color:#fff !important;
text-decoration: none !important;
}
body.home .banner h2 {
   
    margin-bottom: 31px;
}
.fullonly a:hover
{
color:#fff !important;
}
 .wrapper a.button:hover {
    text-decoration: none !important;
}
.copyright a {
    color: #4e4e4e !important;
}
.copyright p a:hover {
    color: #4e4e4e !important;
   text-decoration: none !important;
}
.copyright p a {
    color: #4e4e4e !important;
}
h2.sp-testimonial-free-section-title {
    display: none !important;
}
h2.tfree-client-name
{
    font-size: 18px !important;
color:#d40579 !important;
}
.tfree-client-designation
{
font-size:16px !important;
color:#6f6f6f !important;
}
.sp-testimonial-free-section .tfree-client-rating i.fa {
        font-size: 12px !important;
    }
    .sp-testimonial-free-section .slick-dots li button {
    width:100% !important;
    height:6px !important;
    border-radius:0 !important;
    }
    .fa-angle-left:before {
    display:none !important;
}
.fa-angle-right:before {
   display:none !important;
}
.sp-testimonial-free-section .tfree-client-rating
{
margin-top:-54px !important;
}
.sp-testimonial-free-section .tfree-client-designation
{
line-height:87px !important;
}
p.tfree-testimonial-content
{
color: #6e6e6e !important;
    font-weight: normal !important;
    font-size: 16px !important;
}
.tfree-client-testimonial
{
position: relative;
background: #e9eaeb;
border: 4px solid #e9eaeb;
padding:18px !important;
}
.tfree-client-testimonial:after, .tfree-client-testimonial:before 
{
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.tfree-client-testimonial:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #e9eaeb;
	border-width: 13px;
	margin-left: -34px;
}
.tfree-client-testimonial:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #e9eaeb;
	border-width: 13px;
	margin-left: -36px;
}
.tfree-client-testimonial {
    min-height: 214px;
}
body#wpid1291 .bucket
{
border:none !important;
}
 .panelacc
{
padding: 3px 18px !important;
}
.bucket.blind-soft-bucket {
    border: none !important;
}
.banner .wrapper hgroup h1 {
    text-align: center;
}
.banner h1.Blinds.Retailers {
    text-align: left !important;
}
@media only screen and (max-width: 480px) {
    .sp-testimonial-free-section h2.tfree-client-name {
    font-size: 16px !important;
    
    }
    
    .first-price-tit {
   height: 140px !important;
   padding: 4px 0px !important;
    
}
.first-price-tit.title-header h5 {
    font-size: 13px !important;
}
.first-price-tit.title-header h4 {
    font-size: 13px !important;
}
.bucket-new-price.bucket.ecomerce-prd {
    min-height: 300px !important;
}
    

	.button ul {
    list-style-type: none;
    width: 100%;
}
.button ul li {
    float: left;
    width: 50% !important;
    margin-bottom: 19px !important;
}
.button ul li:nth-child(3) 
{
    width: 100% !important;
}
.button ul li a {
    
    padding: 10px 10px !important;
    font-size: 15px !important;
}
	.buckets-five .bucket {
    width: auto !important;
    margin: 20px !important;
}
.btn_outline_custom {
   width: 85px !important;
    
}
  body.home .banner {
    padding: 2em 0 !important;
   margin-top: 0 !important;
    
}
iframe.i-frame {
   width:100% !important;
}
body.home .banner .device-group {
    
    height: 370px !important;
}
body.home .banner h3 {
    
    text-align: center !important;
}
.banner h1.Blinds.Retailers {
    
    text-align: center !important;
}
.banner h2 {
 text-align: center !important;
 margin-bottom: 58px !important;
}
.banner-button a {
float:none !important;
}
.bucket.ecomerce-prd {
    margin-bottom: 15px !important;
}
.bucket.ecomerce-prd p.btn-div {
    margin-bottom: 10px !important;
}
.why-section-first {
   
    left: 0 !important;
}
.why-section-first h4 {
    text-align: center !imortant;
}
.why-section-first p {
 text-align: center !important;
}
.why-section-third {
    
    right:0!important;
    text-align: center !important;
}
.why-section-third p {
    
    text-align: center!important;
}
.why-section-first h4 {
    text-align: center !important;
}
.why-section-third-one {
    margin-top: 0;
    }
    .why-section-third-last p {
    margin-bottom: 35px !important;
}
.flexbox .buckets {
    display: inline-block !important;
    }
    .row.fir-foot-row {
    padding: 0 20px !important;
}
.col-md-3.foot-menu {
    padding-left: 0 !important;
}
header nav > ul > li > a {
    
    padding: 14px !important;
}
header nav:hover > ul {
   
    top: 100% !important;
}
}
@media only screen and (max-width: 767px) {
	.buckets-five .bucket {
    width: auto !important;
    margin: 20px !important;
}
	body.home .banner .device-group {
    
}
.btn_outline_custom {
   width: 85px !important;
    
}
  body.home .banner {
    padding: 2em 0 !important;
   margin-top: 0 !important;
    
}
body.home .banner h3 {
    
    text-align: center !important;
}
.banner h1.Blinds.Retailers {
    
    text-align: center !important;
}
.banner h2 {
 text-align: center !important;
 margin-bottom: 58px !important;
}
.banner-button a {
float:none !important;
}
.bucket.ecomerce-prd {
    margin-bottom: 15px !important;
}
.bucket.ecomerce-prd p.btn-div {
    margin-bottom: 10px !important;
}
.why-section-first {
   
    left: 0 !important;
}
.why-section-first h4 {
    text-align: center !imortant;
}
.why-section-first p {
 text-align: center !important;
}
.why-section-third {
    
    right:0!important;
    text-align: center !important;
}
.why-section-third p {
    
    text-align: center!important;
}
.why-section-first h4 {
    text-align: center !important;
}
.why-section-third-one {
    margin-top: 0;
    }
    .why-section-third-last p {
    margin-bottom: 35px !important;
}
.flexbox .buckets {
    display: inline-block !important;
    }
    .row.fir-foot-row{
    padding: 0 20px !important;
}
.col-md-3.foot-menu {
    padding-left: 0 !important;
}
header nav > ul > li > a {
    
    padding: 14px !important;
}
header nav:hover > ul {
   
    top: 100% !important;
}
.banner-button {
    margin-bottom: 50px !important;
}
body.home .banner .device-group {
background-position: center !important;
}
}
.col-md-3.we-work p {
    padding: 9px;
    padding-left: initial !important;
}
.col-md-4.col-sm-12.col-xs-12.why-section-first p {
    text-align: right ;
}
iframe.i-frame {
   /* width: 533px !important;*/
    /* margin: 57px; */
   /* padding: 43px;
    height: 335px !important;
    margin: -32px;
    margin-left: -122px;*/
}
@media only screen and (max-width: 1219px) 
{
	.col-md-12.why-blindmatrix-section.hidden-lg {
    display: none !important;
}

}
@media (min-width: 1220px)
{
	.hidden-sm {
    display: none !important;
}
}
body.home .banner .device-group {
    background-image: url(images/banner-bg.png) !important;
	background-repeat: no-repeat;
background-position: bottom !important;
height: 430px;
}
iframe.i-frame {
    border-bottom: solid #cdced2 2em;
    border-radius: 10px;
}
@media screen and (min-width:481px) and (max-width:767px) {
	.button ul li {
    float: left !important;
    width: 33% !important;
}
    body.home .banner .device-group {
    background-image: url(images/banner-bg.png) !important;
    background-repeat: no-repeat;
    background-position: bottom !important;
    height: 403px !important;
}
iframe.i-frame {
   width:100%!important;
}
}

.btn_outline_custom1 {
    
    background: #d40579 !important;
    color: #ffffff !important;
    padding: 9px 8px 7px 8px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.footer-button {
    border: none !important;
    background-color: transparent !important;
    color: #d40579 !important;
    font-size: 14px !important;
    padding: initial !important;
    cursor: pointer;
}
.contact-form div#wpcf7-f1356-o1 form input[type="text"], form input[type="password"], form input[type="email"] {
 color: #fff !important;
}
.test-button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
 
  
}

.test-button:hover {background-color: #3e8e41}

.test-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.sp-testimonial-free-section .tfree-client-testimonial {
    font-size: 14px !important;
    line-height: 19px !important;
}
.ripple {
  background-position: center;
  transition: background 0.8s;
}
.ripple:hover {
  background: #07aded radial-gradient(circle, transparent 1%, #4e032d 1%) center/15000% !important;
}
.ripple:active {
  background-color: #4e032d !important;
  background-size: 100%;
  transition: background 0s;
}
.bucket-new-price {
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.first-price-tit {
    text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 57%, 0 80%);
    clip-path: polygon(0 0, 100% 0%, 100% 57%, 0 80%);
    background-color: #0f80a9;
    height: 109px;
    color: #fff;
}
.button ul {
    list-style-type: none;
}
.button ul li {
    float: left;
}
.button ul li a.button.ripple {
    display: inline-block;
}
.price-list {
    padding: 1em 0px;
    font-size: 18px;
    height: 3.5em;
}
.button a {
    border: 1px solid;
	
    padding: 7px;
    
   font-size: 13.5px;
    background-color: #07aded;
    color: #fff;
    text-align: center;
    border-radius: 5px;
	background-color: white;
    background-image: linear-gradient(to bottom right, #0d84b0, #01a6e3);
}
.bucket-new-price.bucket.ecomerce-prd {
    min-height:274px;
}
hr.price-borser {
    width: 75px;
    color: #0d84b0;
    border: 0.5px solid #0d84b0;
}
.price-list {
    margin-bottom: 3.5em;
}
.price-list hr.price-borser {
    margin: 15px auto;
}
.price-list p {
    font-weight: bold;
    font-family: Ebrima;
	padding: 3px;
    font-size: 17px;
	color: #000000 !important;
}
.bucket .title-header {
    padding: 4px 2px;
    color: #fffefe;
    background-color: white;
   background-image: linear-gradient(to bottom right, #0d84b0, #01a6e3);
}
.button a:hover{
text-decoration:none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.button a {
    border: 1px solid;
    padding: 3px !important;
	}
	.price-list p {
    
    font-size: 15px !important;
    
}
  
}
.sub-page .bucket {
    border: none;
}
@media (min-width:801px) and (max-width: 1007px)
{
    .btn-ecom a {
    width: 85px !important;
    text-align: center;
    margin-right: 5px !important;
}
}
p.testimonial-str {
    font-size: 11px;
    color: #808080d6;
    margin-top: 2em;
}
article.copy h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 1em 0 0.5em 0 !important;
}
.accordion1 img {
    display: inline-block !important;
    width: 25px !important;
    margin-left: 1% !important;
    margin-bottom: -7px !important;
    
}
button.accordion1 a img {
    margin: 0;
}
.payment-img li {
    display: inline-block;
    width: 50px;
    height: auto;
}
img.payment {
    border-radius: 5px;
}
.accordion2:after
{
display:none;
}

/*ecommer css*/
h2.ecommerce-title {
    margin-bottom: 0.5em;
    letter-spacing: 0.1em
}
h2 span.ecommerce {
    color: #D40579;
    font-size: 29px;
}
span.blinds {
    color: #00A4E3;
    font-size: 29px;
}
hr.ecommerce-tit-hr {
    width: 16%;
    border: 1px solid #d40579;
}
.btn-primary {
    border-color: #d5057a;
    background: #d5057a;
    color: white;
    text-decoration: none;
    border-radius: unset !important;
}
.cnt-button {
    text-align: center;
    margin-top: 20px;
}
.Template-view {
    width: 50% !important;
    margin: 0 auto;
    
}
.grey-bg {
    background:#f9f9f9;
    /*padding: 20px;*/
    width: 100%;
}
.selling_row {
    padding: 20px;
}
.selling_list {
    margin: 2em 8em;
}
.selling_list img {
    width: auto !important;
    float: left;
}
.selling_list p {
    padding: 0.5em 0 0 2em !important;
}
.tfree-client-name {
    font-size: 18px !important;
    color: #d40579 !important;
    text-transform: uppercase;
}
.testimonials p {
    margin: 0 auto 10px auto;
    text-align: center;
    margin: 30px auto;
    color: #000;
    max-width: 800px;
}
.review-stars {
    color: #07a9e9;
    margin-bottom: 5px;
}
.tfree-client-designation {
    font-size: 16px !important;
    color: #6f6f6f !important;
}
.testimonials .tfree-client-name {
    margin: 30px auto 10px auto;
}
.wpcf7 {
    margin-top: 1.5em;
}
.wpcf7-form-control-wrap input[type="email"] {
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: unset !important;
}
.wpcf7-form-control-wrap textarea {
    min-height: unset !important;
}
.wpcf7-submit {
    border-color: #d5057a;
    background: #d5057a;
    color: white;
    text-decoration: none;
    border-radius: unset !important;
    cursor: pointer;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: unset !important;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 1em;
}
form input[type="text"], form input[type="password"], form input[type="email"], form textarea, form input[type="tel"] {
    padding: 0.2em 1em !important;
}
@media only screen and (max-device-width: 480px) {
    .Template-view {
        width: 100% !important;
    }
    .selling_list {
        margin: 1em 3em;
    }
    .selling_list p {
        padding: 0.8em 0 0 2.2em !important;
    }
}
.wpcf7-submit {
   
    margin-top: 24px;
}
span.manditry {
    color: red;
}.col-md-12.submit {
    text-align: center;
}
input[type="button"] {
    border-radius: 4px;
}
.row.cnt-form {
    margin-bottom: 10px;
}

.input-txt input[type="text"] {
    width: 65% !important;
}
.input-txt select {
    width: 65% !important;
}
.input-txt textarea
{
width: 65% !important;    
}

body#wpid1376 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 16px;
    width: 50%;
}
#wpid1376 ::placeholder {
    font-size: 12px;
     color:#80808069;
}
.col-md-12.submit p {
    text-align: center;
}
#wpid1376 input[type="button"] {
    border-color: #d5057a;
    background: #d5057a;
    color: white;
    text-decoration: none;
}
.Description {
    height: 100px;
}
body#wpid1376 .wpcf7-form-control-wrap input[type="email"] {
   
    color: #000 !important;
}
input.wpcf7-form-control.wpcf7-text.subscribe-form-field {
    margin-bottom: 20px !important;
}



/* show the placeholder when input has no content (no content = invalid) */

input[required]:invalid+label {
  display: inline-block;
}


/* hide the placeholder when input has some text typed in */

input[required]:valid+label {
  display: none;
}
.pricing {
    font-weight: bold !important;
}
