/*
Theme Name: curtain-wow
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 2.1.1591264177
Updated: 2020-06-04 09:49:37

*/

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'futura_bkbook';
    src: url('fonts/futura_book-webfont.woff2') format('woff2'),
         url('fonts/futura_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
      font-display: swap;
}
@font-face {
    font-family: 'futurabook';
    src: url('fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('fonts/futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
      font-display: swap;

}
@font-face {
  font-family: "Futura-Heavy";

  src: url("fonts/FuturaHeavy.woff") format("woff"), /* Modern Browsers */
    url("fonts/FuturaHeavy.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "Futura-Medium";

  src: url("fonts/FuturaMedium.woff") format("woff"), /* Modern Browsers */
    url("fonts/FuturaMedium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "CenturyGothic";

  src: url("fonts/GOTHIC.woff") format("woff"), /* Modern Browsers */
    url("fonts/GOTHIC.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "CenturyGothic-Bold";

  src: url("fonts/GOTHICB.woff") format("woff"), /* Modern Browsers */
    url("fonts/GOTHICB.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
/*Twenty Sixteen theme css basic changes:*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    /*overflow-x:hidden;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-radius: 7px;
    border-spacing: 0;
    border:1px solid #9f9f9f;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body{
    background:none !important;
}
*:focus{ 
    outline:0;
}
.layout-978 {
    width:1200px;
    margin:0 auto;
}
.home .full-layout {
    padding-top: 0px;
}
.full-layout {
    padding-top: 0px;
}
.site-footer .site-title::after{
    content:none;
}
.site-info{
    width:100%;
    text-align: center;
    margin: 0;
}
.site-header {
    padding: 0;
}
.site-branding {
    float: left;
    width: 227px;
    margin-top: 14px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.site{
    margin:0;
}
.site-inner{
    max-width:1349px;
    margin: 0;
    width: 100%;
    display: inline;
}
.main-navigation {
    margin: 0;
}
header.site-header {
    min-width: 1349px;
    width: 100%;
}
header.site-header{
    position: relative;
}
.site-content {
    padding: 0;
}
.site-footer {
    padding: 0px;
    clear: both;
}
aside {
    margin: 0px;
}
.sidebar {
    margin-left: 0px;
    width: 100%;
}
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin-bottom: 0px;
}
.widget {
    border: none;
}
.site-header-menu {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}
.site-header-main {
	clear: both;
}
.widget .widget-title {
	display: none;
}
.home_page_slider .cycloneslider-template-standard {
	margin-bottom: 0px !important;
}
.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}
.wp-custom-logo .site-title {
    margin-top: 0;
}
/*Basic Changes in the Theme*/
a:focus,a:hover,a{
    outline: none;
    box-shadow: none;
}

/*menu*/
p {
    color: #606060;
}
.main-navigation a {
    font-size: 14px;
    color: #000000;
    padding: 0;
    font-family: "CenturyGothic";
    font-weight: 600;
    letter-spacing: 1px;
}
.main-navigation .current-menu-item a {
    color: #2651a3;
    font-family: "CenturyGothic-Bold";
    font-size: 15px;
}
.main-navigation .primary-menu>li {
    margin-left: 41px;
}
/*Home Banner*/

.n2-ss-item-content.n2-ow{
    font-family: "Futura-Heavy" !important;
    font-size: 52px !important;
    line-height: 67px !important;
    letter-spacing: 3px !important;
}
.Home-banner-button a {
    font-weight: bold !important;
    font-size: 14px !important;
    font-family: 'futurabook' !important;
    color: #000000 !important;
    letter-spacing: 2px !important;
    border: 1px solid #fff !important;
    padding: 14px 35px !important;
}
.Home-banner-button a:hover {
    border: 1px solid #fff !important;
    background: none !important;
    color: #fff !important;
}
.home-day-curtain-image figure {
    overflow: hidden;
}
.home-day-curtain-image img {
    transition: transform .3s;
}
.home-day-curtain-image img:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.Home-banner-button .n2-ss-button-container {
    margin-top: 19px !important;
	margin-bottom: 15px !important;
}
.home-title h2 {
    font-size: 34px;
    font-family: "Futura-Heavy";
    letter-spacing: 1px;
}
.home-about-us-sec {
    padding-left: 92px !important;
}
.home-about-us-sec p {
    font-family: "CenturyGothic";
    font-size: 16px;
    color: #606060;
    padding-bottom: 12px;
    line-height: 31px;
}
.home-title h1 {
    font-family: "CenturyGothic-Bold";
    font-size: 42px;
}
.how-are-sec-content-page h1 {
    font-family: 'futurabook';
    font-size: 84px;
    margin-bottom: -2px;
    font-weight: 100;
}
.how-are-sec-content-page p {
    font-family: "CenturyGothic";
    font-size: 22.8964px;
    color: #191919;
    line-height: 32px;
}
.home-about-us-sec p {
    width: 90%;
}
.home-how-are-sec-content p strong,.how-are-sec-content-page strong{
    font-family: "CenturyGothic-Bold";
}
.home-how-are-sec-content .vc_col-sm-1 {
    width: 10.333333%;  
}
.home-how-are-sec-content .vc_col-sm-3 {
    width:26.3333%;  
}
.client-says-sec p a:hover {
    color: #000000cf;
}
.how-are-button a {
    color: #fff;
    font-family: 'futurabook';
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #000 !important;
    padding: 14px 64px !important;
}
.home-title h3 {
    font-family: 'futurabook';
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 100;    
    margin-top: 0;
}
.home-fabric-selection {
    background-color:#00000080;
    color: #fff;
    padding: 50px 50px 22px;
    float: right;
    width: 42.5%;
}
.home-fabric-selection h3 {
    font-family: "Futura-Medium";
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 21px;
}
.home-day-curtain-content {
    background: rgba(0, 0, 0, 0.61);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 44%;
    padding: 19px;
    font-size: 24px;
    font-family: 'futurabook';
}
.home-day-curtain-content.blinds {
    width: 75%;
}
.get-free-quaotation-sec ul li {
    list-style-type: disc;
}

div#n2-ss-3 .nextend-bullet-bar .n2-bullet.n2-active {
    background: #fff !important;
}
div#n2-ss-3 .nextend-bullet-bar .n2-bullet {
    background: #ffffff6b !important;
}
.get-free-quaotation-sec {
    list-style-type: disc;
    font-family: "CenturyGothic";
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
    line-height: 40px;
}
.get-free-quaotation-sec p {
    color: #000;
}
.home-fabric-selection h5 {
    font-family: "Futura-Medium";
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 0px;
}
.home-fabric-selection p {
    font-size: 16px;
    font-family: "CenturyGothic";
    line-height: 26px;
    padding-bottom: 29px;
    color: #fff;
}
.get-free-quaotation-sec a, .get-free-quaotation-set p{
    color: #000;
}
.get-free-quaotation-sec.mobile.view {
    display: none;
}
.get-free-content a:hover {
    color: #606060d1;
}
.n2-ow.n2-bullet.n2-style-785355f374be86c332d4665aae819858-dot.n2-active{
    background: #fff !important;
}
.n2-ow.n2-bullet.n2-style-785355f374be86c332d4665aae819858-dot{
	background: #ffffff7a !important;
}
span.question-mark {
    font-family: 'poppinsregular';
    position: relative;
    bottom: 1px;
}
.home-curtains p {
    color: #fff;
}
.home-fabric-selection p strong {
    font-family: "CenturyGothic-Bold";
    letter-spacing: .1px;
}
.get-free-quaotation-sec {
    padding-left: 77px !important;
}
.get-free-quaotation-sec ul {
    margin-left: 18px;
}
.client-says-sec {
    padding-right: 73px !important;
    padding-left: 40px !important;
}
.client-says-home-content {
    position: relative;
    border: 2px solid #111;
    padding: 27px 25px;
    font-family: "CenturyGothic";
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 22px !important;
    line-height: 22px;
}
.client-says-home-content.one {
    margin-right: 10px;
}
.client-says-home-content.two {
    margin-left: 10px;
}
.client-says-home-content:after {
    height: 23px;
    content: "\201C";
    top: 7px;
    left: 33px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 0 #fff;
    position: absolute;
    font-family: fontAwesome;
    font-size: 42px;
    color: #111;
    background: #fff;
    width: 21px;
    font-family: "CenturyGothic-Bold";
}
div#wpfront-scroll-top-container {
    margin-bottom: 55px;
}
.client-says-sec p{
    font-family: "CenturyGothic";
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.client-says-sec h2 {
    margin-bottom: 0;
    line-height: 0;
}
.View-home-button a.vc_general.vc_btn3 {
    background: none;
    border: none;
    color: #000;
    box-shadow: none;
    font-family: "CenturyGothic";
    font-weight: bold;
}
.View-home-button a.vc_general.vc_btn3:hover,.View-home-button a.vc_general.vc_btn3:focus {
    background: none;
}
.home-about-us-sec p a {
    color: #000;
}
.home-about-us-sec p a:hover {
    color: #606060;
}
.home-about-us-sec .how-are-button a {
    padding: 14px 23px !important;
}
a.bottom-link {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clear: both;
    font-size: 0px !important;
    background: 0 0 !important;
    top: 0;
    left: 0;
    outline: none;
    box-shadow: none;
}
.client-says-sec p a {
    color: #000;
    box-shadow: none;
}
.how-are-button a:hover {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.home-title a {
    box-shadow: none;
    outline: none
}
.main-navigation li:hover > a, .main-navigation li.focus > a{
    color: #2651a3 !important;
}
.home-curtains:hover .home-day-curtain-content {
    background-color: #000;
}
.speech-bubble:after {
    border-right: 15px solid transparent;
    border-top: 16px solid #fff;
    bottom: 10px;
    content: "";
    position: absolute;
    right: 10px;
}
.speech-bubble:before {
    border-right: 19px solid transparent;
    border-top: 19px solid #000;
    bottom: 6px;
    content: "";
    position: absolute;
    right: 8px;
}
.speech-bubble {
    bottom: -25px;
    position: absolute;
}
/*Fooetr*/
.all-footer {
    color: #fff;
    background-color: #000;
    padding-top: 74px;  
    font-family: 'futura_bkbook';
    font-size: 14px;
    padding-bottom: 38px;
}
.footer-col {
    width: 20%;
    float: left;
    text-align: left;
}
.footer-col a, .footer-col i {
    color: #fff;
}
.footer-col a {
    box-shadow: none;
    outline: none;
}
.footer-col a:hover, .footer-col i:hover{
    color: #ffffffbd;
}
.footer-col a:focus{
    color: #fff;
}
.footer-col:nth-child(1) i {
    float: left;
    clear: both;
    width: 15px;
    margin-top: 3px;
}
p.content-home-quotes {
    line-height: 26px;
}
p.footer-address {
    margin-bottom: 11px;
}
p.footer-address i {
    height: 60px;
}
.contact-map-image a {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.main.footer {
    clear: both;
}
.copyrights {
    float: left;
}
.designed {
    float: right;
}
.top-footer-sec h3 {
    font-family: "CenturyGothic-Bold";
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.top-footer-sec ul li {
    position: relative;
    line-height: 30px;
}
.top-footer-sec ul li:before {
    content: "\002B";
    padding-right: 10px;
}
.footer-col.connect ul li:before{
	display:none;
}
.footer-col.connect ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 17px;

}
.footer-col.connect ul li a {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.main.footer a {
    outline: none;
    box-shadow: none;
    color: #fff;
}
.main.footer a:hover {
    opacity: .5;
}
.top-footer-sec {
    padding-bottom: 44px;
    clear: both;
    overflow: hidden;
}

/*Contact us*/
.form-control input {
    padding: 16px 13px 16px 28px;
    border: none;
    background-color: #f7f7f7;
    font-size: 14px;
    font-family: "CenturyGothic";
    color: #606060;
    width: 100% !important;
    margin: 0 !important;
}
.form-control input:hover, .form-control input:focus {
    background-color: #f7f7f7;
}
.form-control input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "CenturyGothic";
    color: #606060;
}
.form-control input:-moz-placeholder{ 
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
} 
.form-control input::-moz-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}
.form-control input:-ms-input-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}

.form-control {
    margin-bottom: 21px;
}
.form-control.message textarea {
    resize: none;
    padding: 4px;
    height: 113px;
    padding-left: 28px;
    border: none;
    font-size: 14px;
    background-color: #f7f7f7;
    font-family: "CenturyGothic";
    margin: 0 !important;
}
.contact-form-sec {
    width: 89%;
    margin: 0 auto !important;
}
.contact-map-image {
    text-align: left !important;
}
.contact-map-image img {
    width: 100%;
}
.form-control.message textarea::-webkit-input-placeholder {
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}
.form-control.message textarea:-moz-placeholder{ 
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
} 
.form-control.message textarea::-moz-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}
.form-control.message textarea:-ms-input-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}   
.contact-map-image img {
    border: 9px solid #f7f7f7;
}
.submit_bton input {
    padding: 14px 37px;
    background-color: #000;
    color: #fff;
    border: 1px solid;
    text-transform: uppercase;
    width: 100%;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: none;
    text-decoration: none;
    outline: none !important;
    font-family: "CenturyGothic";
}
.submit_bton input:hover,.submit_bton input:focus {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.contact-content h3 {
    font-family: "CenturyGothic-Bold";
    font-size: 22px;
    margin-top: 26px;
}
.contact-content p a {
    line-height: 25.0728px;
    font-family: "CenturyGothic";
    text-decoration: none;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    color: #606060;
}
.contact-email-sec img {
    width: 36px;
}
.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,.contact-form-right .wpcf7-response-output {
    border: none;
    font-family: "CenturyGothic";
    font-size: 14px;
    line-height: 19px;
    padding-left: 0;
    margin: 0;
    margin-top: 3px !important;
}
.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    color: #ff0000;
}
.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    color:#008000;
}
.contact-form-right span.wpcf7-not-valid-tip {
    font-family: "CenturyGothic";
    font-size: 13px;
    padding-top: 7px;
}
.contact-quotes h2 {
    font-family: 'futura_bkbook';
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 17px;
}
.contact-quotes p {
    width: 84%;
    font-family: "CenturyGothic";
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
}
.contact-form-sec h5 {
    font-family: 'futura_bkbook';
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 24px;
}
.contact-content p a:hover {
    color: #606060d1;
}
/*Gallery*/
.lb-details {
    display: none;
}
.hvr-float-shadow {
    border: none;
}
.contact-title h1 {
    font-family: 'futura_bkbook';
    font-size: 36px;
    font-weight: 100;
    color: #000;
}
.filter_gallery_160.row.filtr-container.filters-div ul.filtr-control-160.simplefilter.simplefilter_160 {
    margin-bottom: 50px;
}
.gallery-sec .simplefilter li.active {
    background-color: #000 !important;
	color: #fff !important;
}
.gallery-sec ul.filtr-control-160.simplefilter.simplefilter_160 {
    margin-bottom: 63px !important;
}

.gallery-sec ul.filtr-control-160 li{
	    background: none !important;
    color: #000 !important;
}
.filter_gallery_160.row.filtr-container.filters-div .simplefilter_160 li {
    color: #000 !important;
    background: none !important;
}
.filter_gallery_160.row.filtr-container.filters-div img.thumbnail.thumbnail_160.pfg-img.pfg_img_160.img-responsive.hvr-float-shadow {
    width: 100% !important;
    border: none !important;
}
.filter_gallery_160.row.filtr-container.filters-div .filtr-container .filtr-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*How are we different*/
.how-are-sec-content-page {
    width: 90%;
    margin: 0 auto !important;
}
.how-are-we-different-main p,.warranty-main-content p{
    font-family: "CenturyGothic";
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
}
.how-are-we-different-main h3,.how-are-we-different-main h5,.warranty-main-content h3 {
    font-family: 'futura_bkbook';
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 100;
    color: #000;
    margin-bottom: 17px;
}
.how-are-we-different-main h5 {
    margin-top: 20px;
    margin-bottom: 6px;
}
.how-are-we-different-main.sec p {
    width: 95%;
}
.how-are-we-different-main h3 {
    line-height: 27px;
}
/*Warranty and Guarantee*/
.warranty-main-content p {
    margin-bottom: 10px;
}
.warranty-main-content ol li, .warranty-main-content ul li{
    font-family: "CenturyGothic";
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 12px;
    color: #606060;
}
.warranty-main-content ul li {
    list-style-type: disc;
}
.warranty-main-content ol li{
    list-style-type: decimal;
}
.warranty-main-content ol, .warranty-main-content ul {
    margin-left: 17px;
}
.warranty-table-content table {
    border: none;
    font-family: "CenturyGothic";
    font-size: 16px;
    color: #606060;
}
.warranty-table-content table  tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.warranty-table-content table td {
    text-align: center;
    padding: 21px;
    border-right: 3px solid #dddddd42;
}
.warranty-table-content table td:last-child {
    border: none;
}
.warranty-main-content h3{
	margin-bottom: 	10px;
    line-height: 34px;
}
.Products-content h2 {
    text-transform: uppercase;
    font-family: 'futura_bkbook';
    font-size: 32px;
    font-weight: 100;
    color: #000;
   margin-bottom: 19px;
}
.Products-content p {
    font-family: "CenturyGothic";
    font-size: 16px;
    line-height: 32px;
}
.products-bottom-content {
    width: 88%;
    margin: 0 auto !important;
}
.products-top-content {
    width: 96%;
    margin: 0 auto !important;
}
.products-top-content p {
    width: 90%;
}
.client-says-home-content {
    height: 211px;
}
.twentytwenty-after-label,.twentytwenty-before-label{
	font-size: 30px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
  font-family: 'futura_bkbook';
    background: rgba(0, 0, 0, 0.45);
}
.twentytwenty-handle{
	background: #000;
    cursor: pointer;
    border-color: #000;
       box-shadow: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    background: #000 !important;
   }
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.12);
}
.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after {
    box-shadow: 0 3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5)
} 
ul#responsive-menu li a {
    font-family: "CenturyGothic";
}
/*testimonial*/
.full-testimonial .client-says-home-content {
    height: 235px;
}
.full-testimonial{
 	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.testimonial-author p {
    color: #000;
    font-family: 'futurabook';
    font-size: 17.534px;
}
.testi-sec .client-says-home-content p {
    color: #000;
    font-size: 14px;
    font-family: "CenturyGothic";
}
.content-testi {
    display: none;
}
a.noContent {
    display: none;
}
#loadMore {
    width: 159px;
    color: #fff;
    font-family: 'futurabook';
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 16px;
    border: 1px solid transparent;
    background-color: #000;
    transition: .3s;
    font-size: 14px;
    margin-top: 33px !important;
}
#loadMore:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
/* error page */
.not_found-title {
 font-family: "CenturyGothic-Bold";
    font-size: 34px;
    font-weight: 900;
    color: #000;
    line-height: 46px;
    padding-bottom: 10px;
}
.full-layout.l404 {
    clear: both;
    overflow: hidden;
    margin-top: 5%;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 7%;
}
.error_page_404_content p {
 font-family: "CenturyGothic";
    font-size: 16px;
    color: #606060;
    padding-bottom: 6px;
}
.error_page_404_content h4 {
 font-family: "CenturyGothic-Bold";
    font-size: 24px;
    color: #5a5a5a;
    font-weight: 900;
    line-height: 40px;
    padding-bottom: 6px;
}
aside#secondary {
    display: none;
}
/* sticky-sidebar */
div#floating-menu {
    z-index: 99999!important;
    transition: .9s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    position: fixed;
    top: 30%;
}
div#ssb-container:hover {
    right: 0px!important;
}

div#floating-menu ul{
    padding: 0;
    margin: 0;
}
div#floating-menu ul li:first-child {
    background-color: #3e5b98;
}
div#floating-menu ul li{
    list-style: none;
    margin: 0;
}
div#floating-menu ul li p {
    margin: 0;
}
div#floating-menu ul li a {
    padding: 0 15px 0 0;
    display: block;
    line-height: 45px;
    text-align: left;
    white-space: nowrap;
    font-size: 15px;
    color: #fff!important;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
div#floating-menu ul li a span {
    line-height: 45px;
    width: 50px;
    text-align: center;
    display: inline-block;
}
div#floating-menu ul li:nth-child(2) {
    background-color: #ff0000;
}
div#floating-menu ul li:nth-child(3) {
    background-color: #25d366;
}
div#floating-menu:hover {
    right: 0px!important;
}
div#floating-menu ul li:first-child:hover {
background: rgba(62,91,152,0.9);
}
div#floating-menu ul li:nth-child(2):hover {
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
}
div#floating-menu ul li:nth-child(3):hover {
background: rgba(37,211,102,.9);
}
.mobile-sidebar {
    display: none;
}
/* mobile sidebar */
.wpsr-followbar.sr-fb-bl.sr-fb-hl {
    display: block;
    bottom: -2px;
    left: 0;
}
.sr-32px {
    min-height: 32px;
}
span.sr-facebook {
    background-color: #3e5b98;
}
.socializer {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.socializer>* {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
span.sr-instagram a {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
}
.socializer.sr-followbar a {
    height: auto!important;
    padding: 5px 15px;
}
span.sr-whatsapp a {
    background: #25d366;
}
.wpsr-followbar {
    position: fixed;
    z-index: 999999;
    line-height: 0;
}
.socializer a {
    font-family: 'latoregular';
    display: inline-block;
    border: 0;
    text-align: center;
    border-style: solid;
    box-sizing: content-box;
    transition: all .5s;
    -webkit-transition: all .2s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    outline: none;
    box-shadow: none;
  }
  .sr-32px a {
    width: 32px;
    line-height: 32px;
    font-size: 16px;
}
.socializer a>* {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.wpsr-followbar.sr-fb-bl.sr-fb-hl {
    display: none;
}

/*last control--*/
@media (min-width: 1800px)
{
    .layout-978 {width: 1200px;}
}

@media (min-width:1350px) and (max-width: 1362px){}
/*Control +*/
@media (min-width:1100px) and (max-width: 1349px)
{
    .layout-978 {width: 95%;}
	header.site-header {min-width: 100%;}
	.main-navigation .primary-menu>li {margin-left: 15px;}
}

/*Control ++*/
@media (min-width: 1025px) and (max-width: 1119px)
{
    .layout-978 {width: 95%;}
     header.site-header {min-width: 100%;}
     .main-navigation .primary-menu>li {margin-left: 16px;}
	.home-title .client-says-home-content {height: 260px;}
/* 	testimonial */
	.full-testimonial .client-says-home-content {height: 275px;}

}



/*Browser reszie*/   
@media (min-width:768px) and (max-width:1024px) 
{
	 .layout-978 {width: 95%;}	
	.client-says-sec {padding-right: 25px !important;}
	.home-about-us-sec {padding-left: 32px !important;}
	.home-day-curtain-content {font-size: 16px;}
	.home-fabric-selection {width: 60.5%;}
	header.site-header {min-width: 100%;}
	.main-navigation .primary-menu>li {margin-left: 11px;}
	.client-says-home-content {height: 285px;}
	.main-navigation a {font-size: 12px;}
    /*Contact us*/
    .contact-form-sec {width: 100%;}
	/* 	testimonial */
	.full-testimonial .client-says-home-content {height: auto;}
}
@media (max-width:909px)
{
	button#menu-toggle {display: none;}
	.menu-main-menu-container {display: none;}
    /*Contact Us*/
    .contact-form-sec .vc_col-sm-8 {width: 100%;}
    .contact-map-image {text-align: center !important;}
    .contact-form-sec .vc_col-sm-4 {padding-top: 20px;width: 100%;}
/* 	testimonial */
	.full-testimonial .client-says-home-content,.client-says-home-content {height: auto;}
}
/* iPads (landscape) ----------- */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) 
{
    .home-day-curtain-content {font-size: 21px;}
    .main-navigation .primary-menu>li {margin-left: 15px;}
     header.site-header {min-width: 100%;}
     .main-navigation .primary-menu>li {margin-left: 17px;}
     nav.main-navigation {display: block !important;}
	.client-says-home-content {height: auto;}
}


/* iPads (Portrait) ----------- */
 @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait)
 {
    .home-how-are-sec-content .vc_col-sm-3 {width: 100%;}
	 button#responsive-menu-button {top: 12px !important;}
    .home-fabric-selection {float: none;width: 100%;}
    nav.main-navigation,button#menu-toggle {display: none;}
    .footer-col {width: 50%;margin-bottom: 35px;}
    .main.footer {text-align: center;}
    .copyrights{float: none;}
	 .client-says-home-content {height:auto;}
    .designed {float: none;padding-top: 14px;}
    .home-about-us-sec {padding-left: 20px !important;}
    .home-day-curtain-content {width: 60%;}
    .home-day-curtain-content {font-size: 16px;}
    .client-says-sec {padding-right: 20px !important;}
        /*How we are different*/
    .how-are-we-different-main.sec p {width:100%;}
    /*products*/
    .products-bottom-content,.products-top-content p,.products-top-content {width: 100%;}
 }
/* iPads (Portrait & landscape) ----------- */ 
@media only screen and (min-device-width:768px) and (max-device-width:1024px)
{
    .layout-978 {width: 95%;}
    header.site-header {min-width: 100%;}
}
/*Mobile Phones*/ 
@media (max-width: 767px) 
{
    .layout-978 {width: 95%;}
	button#responsive-menu-button {top: 5px !important;}
    .n2-ss-item-content.n2-ow {font-size: 33px !important;line-height: 44px !important;letter-spacing: 2px !important;}
    .client-says-sec {padding-top: 80px;}
    .client-says-sec h2 {margin-bottom: 50px;}
	.client-says-sec {padding-right: 10px !important;padding-left: 10px !important;}
	.client-says-home-content.two {margin-left: 0 !important;}
	.client-says-home-content.one {margin-right: 0px !important;}
    .home-about-us-sec,.get-free-quaotation-sec {padding: 20px !important;}
    .home-how-are-sec-content .vc_col-sm-3 {width: 100%;}
    .how-are-button a {line-height: 25px !important;padding: 13px 29px !important;}
    .home-day-curtain-content {width: 80%;}
    .home-fabric-selection {float: none;width: 100%;}
    .home-fabric-selection {padding: 50px 17px 22px;}
    nav.main-navigation,button#menu-toggle {display: none;}
    .footer-col {width: 100%;margin-bottom: 35px;}
    .main.footer {text-align: center;}
    .copyrights{float: none;}
    .designed {float: none;padding-top: 14px;}
    header.site-header {min-width: 100%;}
	.get-free-quaotation-sec.desktop-view {display: none !important;}
	.get-free-quaotation-sec.mobile.view {display: block !important;}
	/*
Theme Name: curtain-wow
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 2.1.1591264177
Updated: 2020-06-04 09:49:37

*/

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futura_bkbook';
    src: url('fonts/futura_book-webfont.woff2') format('woff2'),
         url('fonts/futura_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futurabook';
    src: url('fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('fonts/futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: "Futura-Heavy";

  src: url("fonts/FuturaHeavy.woff") format("woff"), /* Modern Browsers */
    url("fonts/FuturaHeavy.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Medium";

  src: url("fonts/FuturaMedium.woff") format("woff"), /* Modern Browsers */
    url("fonts/FuturaMedium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CenturyGothic";

  src: url("fonts/GOTHIC.woff") format("woff"), /* Modern Browsers */
    url("fonts/GOTHIC.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CenturyGothic-Bold";

  src: url("fonts/GOTHICB.woff") format("woff"), /* Modern Browsers */
    url("fonts/GOTHICB.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*Twenty Sixteen theme css basic changes:*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    /*overflow-x:hidden;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-radius: 7px;
    border-spacing: 0;
    border:1px solid #9f9f9f;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body{
    background:none !important;
}
*:focus{ 
    outline:0;
}
.layout-978 {
    width:1200px;
    margin:0 auto;
}
.home .full-layout {
    padding-top: 0px;
}
.full-layout {
    padding-top: 0px;
}
.site-footer .site-title::after{
    content:none;
}
.site-info{
    width:100%;
    text-align: center;
    margin: 0;
}
.site-header {
    padding: 0;
}
.site-branding {
    float: left;
    width: 227px;
    margin-top: 14px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.site{
    margin:0;
}
.site-inner{
    max-width:1349px;
    margin: 0;
    width: 100%;
    display: inline;
}
.main-navigation {
    margin: 0;
}
header.site-header {
    min-width: 1349px;
    width: 100%;
}
header.site-header{
    position: relative;
}
.site-content {
    padding: 0;
}
.site-footer {
    padding: 0px;
    clear: both;
}
aside {
    margin: 0px;
}
.sidebar {
    margin-left: 0px;
    width: 100%;
}
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin-bottom: 0px;
}
.widget {
    border: none;
}
.site-header-menu {
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}
.site-header-main {
	clear: both;
}
.widget .widget-title {
	display: none;
}
.home_page_slider .cycloneslider-template-standard {
	margin-bottom: 0px !important;
}
.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}
.wp-custom-logo .site-title {
    margin-top: 0;
}
/*Basic Changes in the Theme*/
a:focus,a:hover,a{
    outline: none;
    box-shadow: none;
}

/*menu*/
p {
    color: #606060;
}
.main-navigation a {
    font-size: 14px;
    color: #000000;
    padding: 0;
    font-family: "CenturyGothic";
    font-weight: 600;
    letter-spacing: 1px;
}
.main-navigation .current-menu-item a {
    color: #2651a3;
    font-family: "CenturyGothic-Bold";
    font-size: 15px;
}
.main-navigation .primary-menu>li {
    margin-left: 41px;
}
/*Home Banner*/

.n2-ss-item-content.n2-ow{
    font-family: "Futura-Heavy" !important;
    font-size: 52px !important;
    line-height: 67px !important;
    letter-spacing: 3px !important;
}
.Home-banner-button a {
    font-weight: bold !important;
    font-size: 14px !important;
    font-family: 'futurabook' !important;
    color: #000000 !important;
    letter-spacing: 2px !important;
    border: 1px solid #fff !important;
    padding: 14px 35px !important;
}
.Home-banner-button a:hover {
    border: 1px solid #fff !important;
    background: none !important;
    color: #fff !important;
}
.home-day-curtain-image figure {
    overflow: hidden;
}
.home-day-curtain-image img {
    transition: transform .3s;
}
.home-day-curtain-image img:hover{
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.Home-banner-button .n2-ss-button-container {
    margin-top: 19px !important;
	margin-bottom: 15px !important;
}
.home-title h2 {
    font-size: 34px;
    font-family: "Futura-Heavy";
    letter-spacing: 1px;
}
.home-about-us-sec {
    padding-left: 92px !important;
}
.home-about-us-sec p {
    font-family: "CenturyGothic";
    font-size: 16px;
    color: #606060;
    padding-bottom: 12px;
    line-height: 31px;
}
.home-title h1 {
    font-family: "CenturyGothic-Bold";
    font-size: 42px;
}
.how-are-sec-content-page h1 {
    font-family: 'futurabook';
    font-size: 84px;
    margin-bottom: -2px;
    font-weight: 100;
}
.how-are-sec-content-page p {
    font-family: "CenturyGothic";
    font-size: 22.8964px;
    color: #191919;
    line-height: 32px;
}
.home-about-us-sec p {
    width: 90%;
}
.home-how-are-sec-content p strong{
    font-family: "CenturyGothic-Bold";
}
.home-how-are-sec-content .vc_col-sm-1 {
    width: 10.333333%;  
}
.home-how-are-sec-content .vc_col-sm-3 {
    width:26.3333%;  
}
.client-says-sec p a:hover {
    color: #000000cf;
}
.how-are-button a {
    color: #fff;
    font-family: 'futurabook';
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #000 !important;
    padding: 14px 64px !important;
}
.home-title h3 {
    font-family: 'futurabook';
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 100;    
    margin-top: 0;
}
.home-fabric-selection {
    background-color:#00000080;
    color: #fff;
    padding: 50px 50px 22px;
    float: right;
    width: 42.5%;
}
.home-fabric-selection h3 {
    font-family: "Futura-Medium";
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 21px;
}
.home-day-curtain-content {
    background: rgba(0, 0, 0, 0.61);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 44%;
    padding: 19px;
    font-size: 24px;
    font-family: 'futurabook';
}
.home-day-curtain-content.blinds {
    width: 75%;
}
.get-free-quaotation-sec ul li {
    list-style-type: disc;
}

div#n2-ss-3 .nextend-bullet-bar .n2-bullet.n2-active {
    background: #fff !important;
}
div#n2-ss-3 .nextend-bullet-bar .n2-bullet {
    background: #ffffff6b !important;
}
.get-free-quaotation-sec {
    list-style-type: disc;
    font-family: "CenturyGothic";
    font-size: 18px;
    letter-spacing: 2px;
    color: #000;
    line-height: 40px;
}
.get-free-quaotation-sec p {
    color: #000;
}
.home-fabric-selection h5 {
    font-family: "Futura-Medium";
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 0px;
}
.home-fabric-selection p {
    font-size: 16px;
    font-family: "CenturyGothic";
    line-height: 26px;
    padding-bottom: 29px;
    color: #fff;
}
.get-free-quaotation-sec a, .get-free-quaotation-set p{
    color: #000;
}
.get-free-quaotation-sec.mobile.view {
    display: none;
}
.get-free-content a:hover {
    color: #606060d1;
}
.n2-ow.n2-bullet.n2-style-785355f374be86c332d4665aae819858-dot.n2-active{
    background: #fff !important;
}
.n2-ow.n2-bullet.n2-style-785355f374be86c332d4665aae819858-dot{
	background: #ffffff7a !important;
}
span.question-mark {
    font-family: 'poppinsregular';
    position: relative;
    bottom: 1px;
}
.home-curtains p {
    color: #fff;
}
.home-fabric-selection p strong {
    font-family: "CenturyGothic-Bold";
    letter-spacing: .1px;
}
.get-free-quaotation-sec {
    padding-left: 77px !important;
}
.get-free-quaotation-sec ul {
    margin-left: 18px;
}
.client-says-sec {
    padding-right: 73px !important;
    padding-left: 40px !important;
}
.client-says-home-content {
    position: relative;
    border: 2px solid #111;
    padding: 27px 25px;
    font-family: "CenturyGothic";
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 22px !important;
    line-height: 22px;
}
.warranty-main-content strong {
    font-weight: bold !important;
    color: #000 !important;
}
.client-says-home-content.one {
    margin-right: 10px;
}
.client-says-home-content.two {
    margin-left: 10px;
}
.client-says-home-content:after {
    height: 23px;
    content: "\201C";
    top: 7px;
    left: 33px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 0 #fff;
    position: absolute;
    font-family: fontAwesome;
    font-size: 42px;
    color: #111;
    background: #fff;
    width: 21px;
    font-family: "CenturyGothic-Bold";
}
div#wpfront-scroll-top-container {
    margin-bottom: 55px;
}

.client-says-sec p{
    font-family: "CenturyGothic";
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
	
.client-says-sec h2 {
    margin-bottom: 0;
    line-height: 0;
}
.View-home-button a.vc_general.vc_btn3 {
    background: none;
    border: none;
    color: #000;
    box-shadow: none;
    font-family: "CenturyGothic";
    font-weight: bold;
}
.View-home-button a.vc_general.vc_btn3:hover,.View-home-button a.vc_general.vc_btn3:focus {
    background: none;
}
.home-about-us-sec p a {
    color: #000;
}
.home-about-us-sec p a:hover {
    color: #606060;
}
.home-about-us-sec .how-are-button a {
    padding: 14px 23px !important;
}
a.bottom-link {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clear: both;
    font-size: 0px !important;
    background: 0 0 !important;
    top: 0;
    left: 0;
    outline: none;
    box-shadow: none;
}
.client-says-sec p a {
    color: #000;
    box-shadow: none;
}
.how-are-button a:hover {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.home-title a {
    box-shadow: none;
    outline: none
}
.main-navigation li:hover > a, .main-navigation li.focus > a{
    color: #2651a3 !important;
}
.home-curtains:hover .home-day-curtain-content {
    background-color: #000;
}
.speech-bubble:after {
    border-right: 15px solid transparent;
    border-top: 16px solid #fff;
    bottom: 10px;
    content: "";
    position: absolute;
    right: 10px;
}
.speech-bubble:before {
    border-right: 19px solid transparent;
    border-top: 19px solid #000;
    bottom: 6px;
    content: "";
    position: absolute;
    right: 8px;
}
.speech-bubble {
    bottom: -25px;
    position: absolute;
}
/*Fooetr*/
.all-footer {
    color: #fff;
    background-color: #000;
    padding-top: 74px;  
    font-family: 'futura_bkbook';
    font-size: 14px;
    padding-bottom: 38px;
}
.footer-col {
    width: 20%;
    float: left;
    text-align: left;
}
.footer-col a, .footer-col i {
    color: #fff;
}
.footer-col a {
    box-shadow: none;
    outline: none;
}
.footer-col a:hover, .footer-col i:hover{
    color: #ffffffbd;
}
.footer-col a:focus{
    color: #fff;
}
.footer-col:nth-child(1) i {
    float: left;
    clear: both;
    width: 15px;
    margin-top: 3px;
}
p.content-home-quotes {
    line-height: 26px;
}
p.footer-address {
    margin-bottom: 11px;
}
p.footer-address i {
    height: 60px;
}
.contact-map-image a {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.main.footer {
    clear: both;
}
.copyrights {
    float: left;
}
.designed {
    float: right;
}
.top-footer-sec h3 {
    font-family: "CenturyGothic-Bold";
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 13px;
}
.top-footer-sec ul li {
    position: relative;
    line-height: 30px;
}
.top-footer-sec ul li:before {
    content: "\002B";
    padding-right: 10px;
}
.footer-col.connect ul li:before{
	display:none;
}
.footer-col.connect ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 17px;

}
.footer-col.connect ul li a {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}
.main.footer a {
    outline: none;
    box-shadow: none;
    color: #fff;
}
.main.footer a:hover {
    opacity: .5;
}
.top-footer-sec {
    padding-bottom: 44px;
    clear: both;
    overflow: hidden;
}

/*Contact us*/
.form-control input {
    padding: 16px 13px 16px 28px;
    border: none;
    background-color: #f7f7f7;
    font-size: 14px;
    font-family: "CenturyGothic";
    color: #606060;
}
.form-control input:hover, .form-control input:focus {
    background-color: #f7f7f7;
}
.form-control input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "CenturyGothic";
    color: #606060;
}
.form-control input:-moz-placeholder{ 
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
} 
.form-control input::-moz-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}
.form-control input:-ms-input-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}

.form-control {
    margin-bottom: 21px;
}
.form-control.message textarea {
    resize: none;
    padding: 4px;
    height: 113px;
    padding-left: 28px;
    border: none;
    font-size: 14px;
    background-color: #f7f7f7;
    font-family: "CenturyGothic";
}
.contact-form-sec {
    width: 89%;
    margin: 0 auto !important;
}
.contact-map-image {
    text-align: left !important;
}
.contact-map-image img {
    width: 100%;
}
.form-control.message textarea::-webkit-input-placeholder {
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}
.form-control.message textarea:-moz-placeholder{ 
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
} 
.form-control.message textarea::-moz-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}
.form-control.message textarea:-ms-input-placeholder {  
    font-family: "CenturyGothic";
    color: #606060;
    font-size: 14px;
}   
.contact-map-image img {
    border: 9px solid #f7f7f7;
}
.submit_bton input {
    padding: 14px 37px;
    background-color: #000;
    color: #fff;
    border: 1px solid;
    text-transform: uppercase;
    width: 100%;
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: none;
    text-decoration: none;
    outline: none !important;
    font-family: "CenturyGothic";
}
.submit_bton input:hover,.submit_bton input:focus {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.contact-content h3 {
    font-family: "CenturyGothic-Bold";
    font-size: 22px;
    margin-top: 26px;
}
.contact-content p a {
    line-height: 25.0728px;
    font-family: "CenturyGothic";
    text-decoration: none;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    color: #606060;
}
.contact-email-sec img {
    width: 36px;
}
.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border: none;
    font-family: "CenturyGothic";
    font-size: 14px;
    line-height: 19px;
    padding-left: 0;
    margin: 0;
    margin-top: 3px !important;
}
.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    color: #ff0000;
}
.contact-form-right .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    color:#008000;
}
.contact-form-right span.wpcf7-not-valid-tip {
    font-family: "CenturyGothic";
    font-size: 13px;
    padding-top: 7px;
}
.contact-quotes h2 {
    font-family: 'futura_bkbook';
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 17px;
}
.contact-quotes p {
    width: 84%;
    font-family: "CenturyGothic";
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
}
.contact-form-sec h5 {
    font-family: 'futura_bkbook';
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 24px;
}
.contact-content p a:hover {
    color: #606060d1;
}
/*Gallery*/
.lb-details {
    display: none;
}
.hvr-float-shadow {
    border: none;
}
.contact-title h1 {
    font-family: 'futura_bkbook';
    font-size: 36px;
    font-weight: 100;
    color: #000;
}
.filter_gallery_160.row.filtr-container.filters-div ul.filtr-control-160.simplefilter.simplefilter_160 {
    margin-bottom: 50px;
}
.gallery-sec .simplefilter li.active {
    background-color: #000 !important;
	color: #fff !important;
}
.gallery-sec ul.filtr-control-160.simplefilter.simplefilter_160 {
    margin-bottom: 63px !important;
}

.gallery-sec ul.filtr-control-160 li{
	    background: none !important;
    color: #000 !important;
}
.filter_gallery_160.row.filtr-container.filters-div .simplefilter_160 li {
    color: #000 !important;
    background: none !important;
}
.filter_gallery_160.row.filtr-container.filters-div img.thumbnail.thumbnail_160.pfg-img.pfg_img_160.img-responsive.hvr-float-shadow {
    width: 100% !important;
    border: none !important;
}
.filter_gallery_160.row.filtr-container.filters-div .filtr-container .filtr-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
ul.filtr-control-160 li {
    text-transform: uppercase;
    font-family: 'futurabook';
    font-size: 14px;
	letter-spacing: 1px;
    padding: 6px 15px;
    margin-right: 50px;
}
/*How are we different*/
.how-are-sec-content-page {
    width: 90%;
    margin: 0 auto !important;
}
.how-are-we-different-main p,.warranty-main-content p{
    font-family: "CenturyGothic";
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
}
.how-are-we-different-main h3,.how-are-we-different-main h5,.warranty-main-content h3 {
    font-family: 'futura_bkbook';
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 100;
    color: #000;
    margin-bottom: 17px;
}
.how-are-we-different-main h5 {
    margin-top: 20px;
    margin-bottom: 6px;
}
.how-are-we-different-main.sec p {
    width: 95%;
}
.how-are-we-different-main h3 {
    line-height: 27px;
}
/*Warranty and Guarantee*/
.warranty-main-content p {
    margin-bottom: 10px;
}
.warranty-main-content ol li, .warranty-main-content ul li{
    font-family: "CenturyGothic";
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 12px;
    color: #606060;
}
.warranty-main-content ul li {
    list-style-type: disc;
}
.warranty-main-content ol li{
    list-style-type: decimal;
}
.warranty-main-content ol, .warranty-main-content ul {
    margin-left: 17px;
}
.warranty-table-content table {
    border: none;
    font-family: "CenturyGothic";
    font-size: 16px;
    color: #606060;
}
.warranty-table-content table  tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.warranty-table-content table td {
    text-align: center;
    padding: 21px;
    border-right: 3px solid #dddddd42;
}
.warranty-table-content table td:last-child {
    border: none;
}
.warranty-main-content h3{
	margin-bottom: 	10px;
    line-height: 34px;
}
.Products-content h2 {
    text-transform: uppercase;
    font-family: 'futura_bkbook';
    font-size: 32px;
    font-weight: 100;
    color: #000;
   margin-bottom: 19px;
}
.Products-content p {
    font-family: "CenturyGothic";
    font-size: 16px;
    line-height: 32px;
}
.products-bottom-content {
    width: 88%;
    margin: 0 auto !important;
}
.products-top-content {
    width: 96%;
    margin: 0 auto !important;
}
.products-top-content p {
    width: 90%;
}
.client-says-home-content {
    height: 211px;
}
.twentytwenty-after-label,.twentytwenty-before-label{
	font-size: 30px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
   bottom: 13px !important;
  font-family: 'futura_bkbook';
    background: rgba(0, 0, 0, 0.45);
}
.twentytwenty-handle{
	background: #000;
    cursor: pointer;
    border-color: #000;
       box-shadow: none;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    background: #000 !important;
   }
.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.12);
}
.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-horizontal .twentytwenty-handle:after {
    box-shadow: 0 3px 0 #000, 0px 0px 12px rgba(51, 51, 51, 0.5)
} 
ul#responsive-menu li a {
    font-family: "CenturyGothic";
}
/*testimonial*/
.full-testimonial .client-says-home-content {
    height: 235px;
}
.full-testimonial{
 	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#responsive-menu-container {left: -2px !important;}
.testimonial-author p {
    color: #000;
    font-family: 'futurabook';
    font-size: 17.534px;
}
.testi-sec .client-says-home-content p {
    color: #000;
    font-size: 14px;
    font-family: "CenturyGothic";
}
.content-testi {
    display: none;
}
a.noContent {
    display: none;
}
#loadMore {
    width: 159px;
    color: #fff;
    font-family: 'futurabook';
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 16px;
    border: 1px solid transparent;
    background-color: #000;
    transition: .3s;
    font-size: 14px;
    margin-top: 33px !important;
}
#loadMore:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
/* error page */
.not_found-title {
 font-family: "CenturyGothic-Bold";
    font-size: 34px;
    font-weight: 900;
    color: #000;
    line-height: 46px;
    padding-bottom: 10px;
}
.full-layout.l404 {
    clear: both;
    overflow: hidden;
    margin-top: 5%;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 7%;
}
.error_page_404_content p {
 font-family: "CenturyGothic";
    font-size: 16px;
    color: #606060;
    padding-bottom: 6px;
}
.error_page_404_content h4 {
 font-family: "CenturyGothic-Bold";
    font-size: 24px;
    color: #5a5a5a;
    font-weight: 900;
    line-height: 40px;
    padding-bottom: 6px;
}
aside#secondary {
    display: none;
}
/*last control--*/
@media (min-width: 1800px)
{
    .layout-978 {width: 1200px;}
}

@media (min-width:1350px) and (max-width: 1362px){}
/*Control +*/
@media (min-width:1100px) and (max-width: 1349px)
{
    .layout-978 {width: 95%;}
	header.site-header {min-width: 100%;}
	.main-navigation .primary-menu>li {margin-left: 15px;}
}

/*Control ++*/
@media (min-width: 1025px) and (max-width: 1119px)
{
    .layout-978 {width: 95%;}
     header.site-header {min-width: 100%;}
     .main-navigation .primary-menu>li {margin-left: 16px;}
	.home-title .client-says-home-content {height: 260px;}
/* 	testimonial */
	.full-testimonial .client-says-home-content {height: 275px;}

}



/*Browser reszie*/   
@media (min-width:768px) and (max-width:1024px) 
{
	 .layout-978 {width: 95%;}	
	.client-says-sec {padding-right: 25px !important;}
	.home-about-us-sec {padding-left: 32px !important;}
	.home-day-curtain-content {font-size: 16px;}
	.home-fabric-selection {width: 60.5%;}
	header.site-header {min-width: 100%;}
	.main-navigation .primary-menu>li {margin-left: 11px;}
	.client-says-home-content {height: 285px;}
	.main-navigation a {font-size: 12px;}
    /*Contact us*/
    .contact-form-sec {width: 100%;}
	/* 	testimonial */
	.full-testimonial .client-says-home-content {height: auto;}
}
@media (max-width:909px)
{
	button#menu-toggle {display: none;}
	.menu-main-menu-container {display: none;}
    /*Contact Us*/
    .contact-form-sec .vc_col-sm-8 {width: 100%;}
    .contact-map-image {text-align: center !important;}
    .contact-form-sec .vc_col-sm-4 {padding-top: 20px;width: 100%;}
/* 	testimonial */
	.full-testimonial .client-says-home-content,.client-says-home-content {height: auto;}
}
/* iPads (landscape) ----------- */ 
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) 
{
    .home-day-curtain-content {font-size: 21px;}
    .main-navigation .primary-menu>li {margin-left: 15px;}
     header.site-header {min-width: 100%;}
     .main-navigation .primary-menu>li {margin-left: 17px;}
     nav.main-navigation {display: block !important;}
	.client-says-home-content {height: auto;}
}


/* iPads (Portrait) ----------- */
 @media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait)
 {
    .home-how-are-sec-content .vc_col-sm-3 {width: 100%;}
	 button#responsive-menu-button {top: 12px !important;}
    .home-fabric-selection {float: none;width: 100%;}
    nav.main-navigation,button#menu-toggle {display: none;}
    .footer-col {width: 50%;margin-bottom: 35px;}
    .main.footer {text-align: center;}
    .copyrights{float: none;}
	 .client-says-home-content {height:auto;}
    .designed {float: none;padding-top: 14px;}
    .home-about-us-sec {padding-left: 20px !important;}
    .home-day-curtain-content {width: 60%;}
    .home-day-curtain-content {font-size: 16px;}
    .client-says-sec {padding-right: 20px !important;}
        /*How we are different*/
    .how-are-we-different-main.sec p {width:100%;}
    /*products*/
    .products-bottom-content,.products-top-content p,.products-top-content {width: 100%;}
 }
/* iPads (Portrait & landscape) ----------- */ 
@media only screen and (min-device-width:768px) and (max-device-width:1024px)
{
    .layout-978 {width: 95%;}
    header.site-header {min-width: 100%;}
}
/*Mobile Phones*/ 
@media (max-width: 767px) 
{
    .layout-978 {width: 95%;}
	    header.site-header {min-width: 100%;}
	button#responsive-menu-button {top: 5px !important;}
    .n2-ss-item-content.n2-ow {font-size: 33px !important;line-height: 44px !important;letter-spacing: 2px !important;}
    .client-says-sec {padding-top: 80px;}
    .client-says-sec h2 {margin-bottom: 50px;}
	.client-says-sec {padding-right: 10px !important;padding-left: 10px !important;}
	.client-says-home-content.two {margin-left: 0 !important;}
	.client-says-home-content.one {margin-right: 0px !important;}
    .home-about-us-sec,.get-free-quaotation-sec {padding: 20px !important;}
    .home-how-are-sec-content .vc_col-sm-3 {width: 100%;}
    .how-are-button a {line-height: 25px !important;padding: 13px 29px !important;}
    .home-day-curtain-content {width: 80%;}
    .home-fabric-selection {float: none;width: 100%;}
    .home-fabric-selection {padding: 50px 17px 22px;}
    nav.main-navigation,button#menu-toggle {display: none;}
    .footer-col {width: 100%;margin-bottom: 35px;}
    .main.footer {text-align: center;}
    .copyrights{float: none;}
    .designed {float: none;padding-top: 14px;}
	.get-free-quaotation-sec.desktop-view {display: none !important;}
	.get-free-quaotation-sec.mobile.view {display: block !important;}
	.site-header-main {padding-top: 3px;}
    /*How we are different*/
    .how-are-we-different-main.sec p {width:100%;}
    /*Warranty*/
    .warranty-table-content table {width: 725px;}
	.warrenty-curtain {width: 100%;margin: 0 auto;overflow-x: scroll;}
	/*Products*/
	.products-bottom-content,.products-top-content p,.products-top-content {width: 100%;}
	.Products-content h2 {font-size: 29px;}
/* 	testimonial */
	.full-testimonial .client-says-home-content {height: auto;}
	.home-title.about-sec {padding-top: 0px !important;}
    /*How we are different*/
    .how-are-we-different-main.sec p {width:100%;}
    /*Warranty*/
    .warranty-table-content table {width: 725px;}
	.warrenty-curtain {width: 100%;margin: 0 auto;overflow-x: scroll;}
	/*Products*/
	.products-bottom-content,.products-top-content p,.products-top-content {width: 100%;}
	.Products-content h2 {font-size: 29px;}
	.vc_row {margin-left: auto !important;margin-right: auto !important;}
	.mobile-sidebar, .wpsr-followbar.sr-fb-bl.sr-fb-hl{display: block;}
	div#floating-menu {display: none;}

}