@import url('https://fonts.googleapis.com/css?family=Belgrano|Josefin+Sans:300,400,600,700|Quicksand:300,400,500,700');
body { font-family: 'Josefin Sans', sans-serif; font-size: 16px; }
h1, h2, h3, h4, h5 { padding: 0px; margin: 0px; font-family: 'Belgrano', serif; }
ul, li { padding: 0px; margin: 0px; list-style: none; }
a { text-decoration: none !important; transition: all 0.3s ease 0s; }
p { padding: 0px; margin: 0px; font-family: 'Josefin Sans', sans-serif; font-weight: 300; }
::-moz-selection { /* Code for Firefox */ color: #fff; background: #000;}
::selection { color: #fff; background: #000;}

/** ================================================ **/
    /* Navigation */
/** ================================================ **/
.navbar { width: 100%; min-height: inherit; margin: 0px; padding: 10px 0; position: absolute; z-index: 4; }
.navbar .container { max-width: 690px; margin: 0 auto; padding: 0px; }
.navbar-header { display: block; float: none; text-align: center; }
.navbar-nav > li > a { display: inline-block; padding-top: 20px; padding-bottom: 20px; }
.navbar-nav > li:after { width: 1px; height: 27px; display: inline-block; vertical-align: middle; margin-top: -2px; font-weight: 300; background: #000; content: " "; }
.navbar-nav > li:last-child:after { display: none; }
.navbar-brand { height: auto; display: inline-block; float: none; }
.navbar > .container .navbar-brand { margin: 0 0 40px 0; }
.inner-nav > .container .navbar-brand{ margin-bottom: 15px;}
.navbar-nav { float: none; text-align: center; }
.navbar-nav > li { display: inline-block; float: none; font-family: 'Josefin Sans', sans-serif; font-size: 24px; font-weight: 300; }
.navbar-default { background: none; border: none; }
.navbar-default .navbar-nav > li > a { color: #000; }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { color: #ab9763; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background: none !important; color: #ab9763; }
.navbar-collapse { background: rgba(252, 252, 242, 0.8); box-shadow: 0 0 50px rgba(24, 24, 25, 0.2); }
.how-work-menu{  background-position: right bottom;}
.about-menu{ background-position: left top;}
.dropdown-menu { padding: 0px; box-shadow: none; border: none; border-radius: 0px; background-color: #d2c299; background-repeat: no-repeat; }
.how-work-menu:after, 
.about-menu:after{ width: 0; height: 0; position: absolute; bottom: 100%; left: 110px; border: solid transparent; content: " "; pointer-events: none; border-color: rgba(210, 194, 153, 0); border-bottom-color: #d2c299; border-width: 12px; margin-left: -12px; }
.about-menu:after{ left: 71%;}
.how-work-menu .menu-left { padding: 22px 24px 20px 40px; position: relative; overflow: hidden; padding-right: 150px; display: inline-block; margin-bottom: -7px;}
/*.how-work-menu .menu-left { width: 45%; padding: 22px 24px 20px 40px; position: relative; background: #d2c299; }*/
/*.how-work-menu .menu-left:after,
.about-menu .menu-left:after{ width: 0; height: 0; display: block; position: absolute; left: 100%; top: 0; border: solid transparent; content: " "; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-left-color: #d2c299; border-top: 0; border-width: 153px 55px; }*/
/*.about-menu .menu-left { width: 49%; float: right; padding: 22px 20px; position: relative; }
.about-menu .menu-left:after { left: -88px; border-left-color: transparent; border-right-color: #d2c299;}*/
.how-work-menu .menu-left:after,
.about-menu .menu-left:after{ 
    display: block;
    position: absolute;
    top: -160px;
    right: 20%;
    content: " ";
    pointer-events: none;
    background: #d2c299;
    width: 100%;
    height: 190%;
    z-index: -1;
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
}


.about-menu .menu-left {float: right; padding: 22px 24px 20px 40px; position: relative; overflow: hidden; padding-left: 150px; display: inline-block; }
.about-menu .menu-left:after { 
    left: 20%; 
    right: inherit; 
    -webkit-transform: rotate(-16deg); 
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.dropdown-menu li ul li { font-size: 15px; font-weight: 300; line-height: 36px; text-transform: uppercase;}
.dropdown-menu li ul li span { display: inline-block; margin-right: 10px; font-size: 20px; vertical-align: sub;}
.dropdown-menu li ul li a { color: #333; }
.dropdown-menu li ul li a:hover { color: #000; }
.dropdown-toggle .caret { display: none; }
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown { position: static; }
.yamm .container { position: relative; }
.yamm .dropdown.yamm-fw .dropdown-menu { left: 0; right: 0; }

.header-fixed .navbar-nav > li > a{ padding-top: 29px; padding-bottom: 29px;}
.header-fixed{ width: 100%; background: #fff; position: fixed; top: 0px; z-index: 999; animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;}
.header-fixed .navbar{ padding: 0px; background: none; position: relative;}
.header-fixed .navbar .container{ max-width: 100%;}
.header-fixed .navbar-header{ float: left;}
.header-fixed .navbar-brand{ width: 120px; padding-top: 5px; padding-bottom: 5px; margin-bottom: 0px !important; float: left;}
.header-fixed .navbar-collapse{ background: none; box-shadow: none;}
.header-fixed .dropdown-menu{ width: 60%; right: 0px;}
.header-fixed .yamm .dropdown.yamm-fw .dropdown-menu{ 
    left: auto;
    right: 5%;
    background-size: 60% 100%;
}
.header-fixed .yamm .dropdown.yamm-fw .dropdown-menu.how-work-menu{ 
    right: auto;
}
/*.header-fixed .how-work-menu .menu-left:after{ left: 112%;}*/
/*.header-fixed .about-menu .menu-left{ width: 55%;}*/
.header-fixed .about-menu .menu-left:after{ left: 6%;}
.header-fixed .about-menu:after { left: 53%;}
.header .review-sec{ opacity: 0; visibility: hidden;}
.header-fixed .review-sec{ padding: 18px 0; background: #3f3c3c; position: relative; opacity: 1; visibility: visible; z-index: auto;}
.header-fixed .about-menu .menu-left{
    padding-left: 100px;
}
.about-menu.allmenuopen,
.how-work-menu.allmenuopen{
    background-size: auto 100%;
}
.secondry_submenu .dropdown-toggle .caret{
    display: none;
}
/*.about-menu.allmenuopen .menu-left:after,
.how-work-menu.allmenuopen .menu-left:after{
    border-width: 300px 90px;
}
.secondry_submenu .dropdown-toggle .caret{
   margin-top: -4px !important;
   border-top: 6px solid transparent !important;
   border-bottom: 6px solid transparent !important;
   border-right: 6px solid transparent;
   border-left: 6px dashed;
} 
.secondry_submenu.opensub .dropdown-toggle .caret{
   margin-top: 2px !important;
   border-left: 6px solid transparent !important;
   border-top: 6px dashed !important;
}*/
.secondry_submenu .sub-dropdown-menu{
    position: relative;
    padding: 0;
    margin: 0;
   /* opacity: 0;
    visibility: hidden;*/
    transition: .4s all;
    padding-left: 30px;
}
.secondry_submenu .sub-dropdown-menu li{
    font-size: 16px;
    text-transform: none;    
    font-weight: 400;
    position: relative;
    line-height: 30px;
    padding-left: 12px;
}
.secondry_submenu .sub-dropdown-menu li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}
.secondry_submenu .sub-dropdown-menu li a{
    color: #000;
}
.secondry_submenu .sub-dropdown-menu li a:hover{
    color: #fff;
}
/*.secondry_submenu.opensub .sub-dropdown-menu{
    opacity: 1;
    visibility: visible;
    position: relative;
}
.secondry_submenu .dropdown-toggle .caret{
   display: inline-block;
   vertical-align: middle;
   margin-top: -5px;
}*/
.secondry_submenu.opensub .dropdown-toggle{
    color: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: none;
}

@keyframes stickyhead {
    0% {
     opacity: 0;
     transform: translateY(-100%);
    }
    100% {
     opacity: 1;
     transform: translateY(0px);
    }
    }
     @keyframes stickyhead {
    0% {
     opacity: 0;
     transform: translateY(-100%);
    }
    100% {
     opacity: 1;
     transform: translateY(0px);
    }
}

/** ================================================ **/
    /* Banner */
/** ================================================ **/
.banner { min-height: 860px; padding: 335px 0 0 0; text-align: center; position: relative; overflow: hidden; background-size: cover; background-repeat: no-repeat;}
.banner:after{ width: 100%; height: 100%; display: block; position: absolute; content: ""; left: 0px; top: 0px; background: rgba(255, 255, 255, 0.8); z-index: 2;}
.banner .container{ position: relative; z-index: 3;}
.banner h1 { max-width: 950px; margin: 0 auto; padding-bottom: 80px; font-size: 48px; color: #000; line-height: 70px; text-shadow: 0 1px 6px rgba(24, 24, 25, 0.2); }
.banner h1 span { color: #ab9762; }
a.start-design { padding: 10px 22px; display: inline-block; background: #000; font-family: 'Belgrano', serif; font-size: 24px; color: #fff; text-transform: uppercase; line-height: 48px; }
a.start-design span { display: inline-block; vertical-align: middle; padding-right: 8px; font-size: 46px; }
a.start-design:hover { background: #ab9762; }
.banner a.start-design { margin-bottom: 20px; }
.banner .quote { display: block; font-family: 'Quicksand', sans-serif; font-size: 18px; font-weight: 700; color: #000; text-transform: uppercase; letter-spacing: -1px; }
.banner .quote span { display: inline-block; vertical-align: middle; padding-right: 8px; font-size: 25px; }
.banner video{ width: 100%; position: absolute; left: 0px; top: 0px; z-index: 1;}
.review-sec { width: 100%; padding: 24px 0; position: absolute; bottom: 0px; left: 0px; background: rgba(61, 60, 60, 0.6); color: #fff; text-align: left; z-index: 3;}
.review-sec ul.rating { display: inline-block; vertical-align: middle }
.review-sec ul.rating li { display: inline-block; }
.review-sec span { display: inline-block; vertical-align: middle; padding-left: 10px; font-family: 'Josefin Sans', sans-serif; font-size: 24px; font-weight: 300; }
.review-sec .btn-outer { display: block; }
.review-sec a.btn { width: 145px; height: 34px; line-height: 24px; color: #fff; border: 1px #fff solid; border-radius: 0px; font-family: 'Josefin Sans', sans-serif; font-size: 16px; font-weight: 300; }
.review-sec a.btn:hover { background: #fff; color: #3f3c3c; }
.review-sec a.btn.contact { margin-left: 44px; }

/** ================================================ **/
    /* How Work */
/** ================================================ **/
.how-work { padding: 80px 0 0; text-align: center; }
.how-work h2 { font-size: 30px; padding-bottom: 15px; }
.how-work h2:before { width: 44px; height: 4px; display: block; margin: 0 auto 12px; background: #ab9762; content: ""; }
.how-work p { font-size: 18px; line-height: 30px; color: #666; }
ul.how-work-list { margin-top: 80px; margin-bottom: 125px; }
ul.how-work-list li { display: block; }
ul.how-work-list li .inner { margin: 15px; box-shadow: 0 0 16px rgba(24, 24, 25, 0.15); }
ul.how-work-list li .inner .top { padding: 35px 20px 30px 20px; position: relative; }
ul.how-work-list li .inner .top:after { width: 0; height: 0; position: absolute; top: 100%; left: 50%; border: solid transparent; content: " "; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-top-color: #fff; border-width: 15px; margin-left: -15px; }
ul.how-work-list li .inner .icon { display: inline-block; margin-bottom: 25px; font-size: 73px; color: #ab9762; }
ul.how-work-list li .inner h3 { font-size: 18px; color: #333; text-transform: uppercase; line-height: 24px; }
ul.how-work-list li .inner h3 span { display: block; }
ul.how-work-list li .cnt-block { padding: 30px 20px 40px 20px; background: #f8f8f8; }
ul.how-work-list li .cnt-block ul { padding-bottom: 20px; }
ul.how-work-list li .cnt-block ul li { display: block; font-family: 'Josefin Sans', sans-serif; font-size: 14px; font-weight: 300; color: #ab9762; line-height: 27px; text-transform: uppercase; }
ul.how-work-list li .cnt-block p { font-size: 16px; line-height: 20px; color: #999; }
.how-work a.ready-made { display: inline-block; padding: 14px 40px; border: 1px #181819 solid; font-family: 'Belgrano', serif; font-size: 30px; color: #000; }
.how-work a.ready-made span { color: #ab9762; }
.how-work a.ready-made:hover { background: #181819; color: #fff; }

/** ================================================ **/
    /* Benefits of StylingPoint */
/** ================================================ **/
.benefits { padding: 180px 0 100px 0; position: relative; overflow: hidden; }
.benefits .inner { max-width: 850px; padding: 150px 0 125px 95px; background: #f7f7f7; position: relative; }
.benefits .inner .compass { width: 386px; position: absolute; left: -22%; top: -20px; }
.benefits .inner h2 { font-size: 30px; padding-bottom: 60px; }
.benefits .inner h2:before { width: 44px; height: 4px; display: block; margin-bottom: 12px; background: #ab9762; content: ""; }
ul.benefits-list { max-width: 460px; padding-bottom: 25px; }
ul.benefits-list li { padding: 0 0 45px 50px; font-family: 'Josefin Sans', sans-serif; font-size: 24px; font-weight: 300; color: #333; line-height: 30px; position: relative; }
ul.benefits-list li:before { width: 28px; height: 29px; display: block; position: absolute; left: 0; top: 2px; content: ""; background: url(../images/tick.png) no-repeat left top / 100%; }
.benefits .container-lg { max-width: 1920px; margin: 0 auto; }
.benefits .right-img { width: 43%; position: absolute; right: 0px; top: 0px; }

/** ================================================ **/
    /* Our showcase */
/** ================================================ **/
.showcase-outer { }
.showcase-outer h2 { padding-bottom: 70px; font-size: 30px; text-align: center; }
.showcase-outer h2:before { width: 44px; height: 4px; display: block; margin: 0 auto 12px; background: #ab9762; content: ""; }
.showcase { display: block; }
ul.showcase-list { margin: 0px; }
ul.showcase-list li { padding: 0px; text-align: center; position: relative; }
ul.showcase-list li figure img { width: 100%; }
ul.showcase-list li .overly { width: 100%; height: 100%; padding: 20px; position: absolute; left: 0px; top: 0px; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 14px rgba(24, 24, 25, 0.4); opacity: 0; transition: all 0.3s ease 0s; }
ul.showcase-list li:hover .overly { opacity: 1; }
ul.showcase-list li .inner { max-width: 390px; margin: 0 auto; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.container ul.showcase-list li .inner{ max-width: 320px;}
ul.showcase-list li .inner .icon { display: inline-block; margin-bottom: 20px; top: -20px; font-size: 44px; color: #ab9763; position: relative; }
ul.showcase-list li:hover .inner a.icon { top: 0px; }
ul.showcase-list li .inner p { font-size: 16px; color: #000; bottom: -20px; position: relative; transition: all 0.3s ease 0s; }
ul.showcase-list li:hover .inner p { bottom: 0px; }

/** ================================================ **/
    /* NO.1 Interior Design */
/** ================================================ **/
.design-bureau { padding: 110px 0; text-align: center; }
.design-bureau .head-block { padding-bottom: 60px; }
.design-bureau .head-block h2 { padding-bottom: 10px; font-size: 30px; }
.design-bureau .head-block h2:before { width: 44px; height: 4px; display: block; margin: 0 auto 12px; background: #ab9762; content: ""; }
.design-bureau .head-block h2 span { color: #ab9762; }
.design-bureau .head-block p { font-size: 18px; line-height: 30px; }
.design-bureau .left { position: relative; }
.design-bureau .left figure { position: relative; z-index: 2; }
.design-bureau .left:after { width: 88%; height: 14px; position: absolute; left: 50%; top: 56px; background: #6a6864; content: ""; z-index: 1; }
.design-bureau .review-cnt { margin: 70px 0 0 -80px; padding-top: 84px; padding-bottom: 70px; background: #fff; box-shadow: 0 0 35px rgba(24, 24, 25, 0.15); z-index: 3; }
ul.review-slider { max-width: 480px; margin: 0 auto; }
ul.review-slider .icon-women { font-size: 20px; }
ul.review-slider h4 { padding: 10px 0 35px 0; font-size: 14px; text-transform: uppercase; }
ul.review-slider p { padding-bottom: 30px; font-size: 18px; line-height: 24px; }
ul.review-slider ul { display: block; margin-bottom: 42px; }
ul.review-slider ul li { display: inline-block; }
.design-bureau .reviews-gold { padding-bottom: 10px; font-family: 'Belgrano', serif; font-size: 12px; color: #ab9763; text-transform: uppercase; }
.design-bureau a.read-reviews { display: inline-block; padding: 10px 24px; font-family: 'Belgrano', serif; font-size: 12px; color: #000; text-transform: uppercase; border: 1px #000 solid; }
.design-bureau a.read-reviews:hover { background: #000; color: #fff; }
.review-slider .owl-dots { width: 100%; position: absolute; bottom: -35px; }
.review-slider .owl-dots .owl-dot { display: inline-block; }
.review-slider .owl-dots .owl-dot span { width: 6px; height: 6px; display: block; margin: 0 2px; backface-visibility: visible; background: #cebfae; border-radius: 50%; transition: opacity 0.2s ease 0s; }
.review-slider .owl-dots .owl-dot.active span, .review-slider .owl-dots .owl-dot:hover span { background: #aba093; }

/** ================================================ **/
    /* Trusted by */
/** ================================================ **/
.trusted-by { padding: 120px 0 60px 0; background: #f9f9f9; }
.trusted-by h2 { padding-bottom: 35px; font-size: 30px; text-align: center; }
.trusted-by h2:before { width: 44px; height: 4px; display: block; margin: 0 auto 12px; background: #ab9762; content: ""; }
.trusted-by ul { text-align: center; }
.trusted-by ul li { display: block; }
.trusted-by ul li a { display: inline-block; }

/** ================================================ **/
    /* 100& Satisfaction Guarantee */
/** ================================================ **/
.sgl-outer { display: block; text-align: center; background: #6a6864; background: -moz-linear-gradient(left, #6a6864 0%, #6a6864 50%, #d2c299 50%, #d2c299 100%); background: -webkit-linear-gradient(left, #6a6864 0%, #6a6864 50%, #d2c299 50%, #d2c299 100%); background: linear-gradient(to right, #6a6864 0%, #6a6864 50%, #d2c299 50%, #d2c299 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6864', endColorstr='#d2c299', GradientType=1 );
}
.sat-guarantee { max-width: 435px; margin: 0 auto; padding: 35px 0 40px 0; color: #d2c299; }
.sat-guarantee span { font-size: 90px; }
.sat-guarantee h2 { padding: 30px 0 20px 0; font-size: 30px; }
.sat-guarantee p { font-size: 18px; line-height: 24px; }
.lp-guarantee { color: #000; }

/** ================================================ **/
    /* Ready made design */
/** ================================================ **/
.ready-made-design { width: 100%; height: 330px; background: url( ../images/ready-made-bg.jpg) no-repeat center top / cover; background-attachment: fixed; position: relative; }
.ready-made-design .container { height: 330px; }
.ready-made-design a.rm-design { max-width: 595px; height: 70px; line-height: 70px; background: #000; font-family: 'Belgrano', serif; font-size: 30px; color: #fff; text-align: center; position: absolute; margin: 0 auto; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.ready-made-design a.rm-design span { color: #d2c299; }
.ready-made-design a.rm-design:hover { background: #d2c299; }
.ready-made-design a.rm-design:hover span { color: #000; }

/** ================================================ **/
    /* about us */
/** ================================================ **/
.innerbanner { min-height: 520px; padding: 255px 0 100px; }
.innerbanner:after{ display: none;}
.innerbanner h1 { padding-bottom: 25px; font-size: 36px; }
.innerbanner a.start-design{ font-size: 18px; line-height: 28px;}
.innerbanner a.start-design span{ font-size: 35px;}
.aboutcontents { padding: 80px 0; }
.aboutcontents h2:before { margin: 0 0 12px; }
.aboutcontents p + p { margin-top: 20px; }
.aboutfeaturelist { background: #f9f6ed; padding: 50px 0; }
.aboutfeaturelist h2 { text-align: center; }
.aboutfeaturelist .feature-list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; margin-top: 50px; }
.aboutfeaturelist .feature-list li { font-size: 24px; line-height: 30px; color: #333; font-weight: 300; margin-bottom: 20px; position: relative; padding-left: 45px; letter-spacing: -0.020em; padding-right: 20px; }
.aboutfeaturelist .feature-list li:before { position: absolute; content: ''; left: 0; top: 3px; width: 24px; height: 26px; background: url(../images/tickicon.png) no-repeat center / 100%; }
.aboutfeaturelist figure.headtop-icon { width: 60px; margin: 0 auto 20px; }
.aboutfeaturelist figure.headtop-icon img { width: 100%; }
.aboutfeaturelist .compass { width: 386px; position: absolute; left: -22%; top: -130px; }
.aboutfeaturelist .compass.right { left: inherit; right: -10%; width: 27%; overflow: hidden; }
.aboutfeaturelist .compass.right img { width: 100%; }
.aboutwork { padding: 100px 0 30px; }
.aboutwork .styleoffice { margin-bottom: 70px; }
.aboutwork .styleoffice figure { overflow: hidden; width: calc(100% - 15px); -webkit-box-shadow: 15px -15px 0px #ab9762; -moz-box-shadow: 15px -15px 0px #ab9762; -ms-box-shadow: 15px -15px 0px #ab9762; box-shadow: 15px -15px 0px #ab9762; }
.aboutwork .styleoffice figure img { width: 100%; }
.aboutwork .styleoffice h2 { margin: 30px 0 15px; }
.aboutwork p { font-size: 18px; line-height: 30px; color: #666; }
.abt-benefit { padding-top: 50px; padding-bottom: 130px; }
.abt-benefit .inner { background: #fff; padding-top: 0; }
.abt-benefit ul.benefits-list li:before { background: url(../images/tickicon.png) no-repeat left top / 100%; }
.right-img.left-pos { right: inherit; left: 0; overflow: hidden; }
.abt-showcase { background: #f9f9f9; padding: 50px 0 150px; }

/** ================================================ **/
    /* blog */
/** ================================================ **/
.blogcontents { padding-bottom: 80px; position: relative; }
.rightposimg { position: absolute; right: 0; top: 0; max-width: 500px; overflow: hidden; }
.rightposimg img { max-width: 100%; }
.blogcontents .bloghead { margin-bottom: 60px; }
.blogcontents .bloghead h2 { font-size: 30px; padding-bottom: 15px; }
.blogcontents .bloghead h2:before { width: 44px; height: 4px; display: block; margin: 0 0 12px; background: #ab9762; content: ""; }
.aboutwork .styleoffice h3 { font-size: 24px; color: #ab9762; margin: 30px 0 20px 0; }
.aboutwork .styleoffice h3 a { color: #ab9762; }
.blogcontents .styleoffice .abt_post { margin-top: 30px; }
.blogcontents ul li .styleoffice { padding-bottom: 80px; margin-bottom: 100px; border-bottom: 1px solid #ccc; }
.blogcontents ul li:last-child .styleoffice { margin-bottom: 0px; border-bottom: 0; }
.blogcontents .styleoffice .abt_post ul li { display: inline-block; margin-right: 60px; white-space: nowrap; font-family: 'Belgrano', serif; font-size: 14px; color: #000; }
.blogcontents .styleoffice .abt_post ul li img { margin-right: 10px; max-width: 24px; width: 100%; }
.blogcontents .blogpagination { display: block;}
.blogcontents .blogpagination ul li a { border-radius: 6px; background-color: rgb( 210, 194, 153 ); width: 45px; height: 45px; border: 0; text-align: center; color: #000; font-size: 20px; line-height: 37px; }
.blogcontents .blogpagination ul li a:hover { background-color: rgb(106, 104, 100); color: rgb( 210, 194, 153 ); }
.blogcontents .blogpagination ul li.prev-page a, .blogcontents .blogpagination ul li.next-page a { background: #dfdfdf; font-size: 32px; line-height: 34px; color: #000; }
.blogcontents .blogpagination ul li + li a { margin-left: 8px; }
.blog-single h3 { font-size: 30px; color: #ab9762; position: relative; margin-bottom: 40px; }
.blog-single h3:before { width: 44px; height: 4px; display: block; margin: 0 0 12px; background: #ab9762; content: ""; }
.blog-single p { margin-bottom: 30px; }
.blog-single p img.flot-left { float: left; margin-right: 50px; -webkit-box-shadow: 4px 0 38px rgba(0,0,0,.24); -moz-box-shadow: 4px 0 38px rgba(0,0,0,.24); -ms-box-shadow: 4px 0 38px rgba(0,0,0,.24); box-shadow: 4px 0 38px rgba(0,0,0,.24); width: 100%; max-width: 480px; }
.blog-single p img.flot-right { float: right; margin-left: 50px; -webkit-box-shadow: 4px 0 38px rgba(0,0,0,.24); -moz-box-shadow: 4px 0 38px rgba(0,0,0,.24); -ms-box-shadow: 4px 0 38px rgba(0,0,0,.24); box-shadow: 4px 0 38px rgba(0,0,0,.24); width: 100%; max-width: 480px; }
.blog-single .abt_post { padding: 20px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.blog-single .abt_post ul li { display: inline-block; font-size: 14px; color: #000; margin-right: 55px; }
.blog-single .abt_post ul li img { max-height: 24px; margin-right: 6px; }
.blogcontents .pagination{ margin: 0px;}

/** ================================================ **/
/* Clients */
/** ================================================ **/
.clientpagesec .bloghead { margin-bottom: 25px; }
.clientabt-review { height: 320px; background-color: #f7f7f7; position: relative; padding: 60px 0 40px; }
.clientabt-review:before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-image: url(../images/client-abt-bg.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%; opacity: .20; }
.clientabt-review h4 { font-size: 34px; color: #adadad; line-height: 70px; margin-bottom: 30px; }
.clientabt-review h4 span { color: #ab9762; }
.clientabt-review .btn-rev { width: 170px; height: 40px; color: #000; background: transparent; border: 1px solid #181819; border-radius: 0; box-shadow: none; font-size: 12px; padding: 0; text-align: center; line-height: 40px; white-space: nowrap; font-family: 'Belgrano', serif; }
.clientabt-review .btn-rev:hover { background: #000; color: #fff; }
.clientabt-review .rate-box { float: right; height: 50px; border-radius: 34px; box-shadow: 0px 2px 6px rgba(0,0,0,.2); }
.clientabt-review .rate-box span { float: left; height: 100%; width: 50px; color: #fff; font-size: 20px; text-align: center; line-height: 50px; background: #000; border-radius: 34px 0 0 34px; }
.clientabt-review .rate-box label { float: left; background: #f9f9f9; border-radius: 0 34px 34px 0; text-align: center; height: 100%; width: calc(100% - 50px); white-space: nowrap; margin: 0; padding: 12px 30px; }
.clientabt-review .rate-box label a { display: inline-block; width: 26px; height: 26px; }
.clientabt-review .rate-box label a img { width: 100%; }
.clientabt-review .rev-right-img figure img { max-width: 190px; width: 100%; }
.clientcontents { padding-top: 30px; padding-bottom: 30px; }
.owl-carousel.off { display: block; }
.clientcontents .customers-box { border-bottom: 1px solid #a9a9a9; margin-bottom: 50px; padding-bottom: 20px; }
.customers-box ul li .box-datas { width: 320px; height: 320px; background: #fefdf8; margin: auto; margin-bottom: 50px; position: relative; padding-bottom: 50px; -webkit-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.19 ); -moz-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.19 ); -ms-box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.19 ); box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.19 ); }
.customers-box ul li .box-datas figure { width: 100%; margin: auto; text-align: center; overflow: hidden; height: 100%; line-height: 270px; }
.customers-box ul li .box-datas figure img { max-height: 190px; }
.customers-box ul li .box-datas span { display: block; position: absolute; bottom: 0; left: 0; right: 0; height: 50px; text-align: center; border-top: 1px solid #d3d3d3; line-height: 50px; white-space: nowrap; font-family: 'Belgrano', serif; font-size: 18px; color: #333; }
.customers-box ul li .box-datas span a { display: block; font-size: 18px; color: #333; text-transform: uppercase; }
.clientslider #slider-client { }
.clientslider #slider-client ul.slides li { position: relative; }
.clientslider #slider-client ul.slides li figure { max-width: 560px; -webkit-box-shadow: 48px -48px 0px -30px rgba(106,104,100,1); -moz-box-shadow: 48px -48px 0px -30px rgba(106,104,100,1); -ms-box-shadow: 48px -48px 0px -30px rgba(106,104,100,1); box-shadow: 48px -48px 0px -30px rgba(106,104,100,1); margin-top: 18px; margin-right: 18px; }
.clientslider #slider-client ul.slides li .slidects { position: absolute; bottom: 0; left: calc(100% - 560px); padding-left: 50px; }
.clientslider #slider-client ul.slides li .slidects h4 { font-size: 24px; color: #333; margin-bottom: 15px; }
.clientslider #slider-client ul.slides li .slidects h4:before { width: 40px; height: 4px; display: block; margin: 0 0 12px; background: #ab9762; content: ""; }
.clientslider #slider-client ul.slides li .slidects p { line-height: 24px; }
.clientslider #slider-client .flex-direction-nav { position: absolute; right: 0; bottom: 170px; width: 120px; }
.clientslider #slider-client .flex-direction-nav .flex-nav-prev .flex-prev, .clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next { width: 60px; height: 60px; background: #ededed; opacity: 1 !important; z-index: 9; cursor: pointer; }
.clientslider #slider-client .flex-direction-nav .flex-nav-prev .flex-prev:after, .clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next:after { width: 30px; height: 20px; background-image: url(../images/carousel-arrow.png); background-repeat: no-repeat; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
.clientslider #slider-client .flex-direction-nav .flex-nav-prev .flex-prev:after { background-position: 0 0; }
.clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next:after { background-position: -63px 0px; }
.clientslider #slider-client .flex-direction-nav .flex-nav-prev .flex-prev:before, .clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next:before { display: none; }
.clientslider #slider-client .flex-direction-nav .flex-nav-prev .flex-prev { left: 0px; background: #515151; }
.clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next { right: 0px; }
.clientslider #thumb-box-cli { position: absolute; top: 0; right: 0; width: calc(100% - 579px); padding-left: 50px; z-index: 9; border: 0; background: none; }
.clientslider #thumb-box-cli ul.slides { width: 100% !important; transform: translate3d(0px, 0px, 0px) !important; }
.clientslider #thumb-box-cli ul.slides li { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; width: calc(100% / 3) !important; }

/** ================================================ **/
/* Footer */
/** ================================================ **/
.footer { font-family: 'Josefin Sans', sans-serif; font-weight: 300; color: #fff; }
.footer .container { position: relative; }
.footer .ruler { position: absolute; left: 16px; top: 77px; }
.footer .top { padding: 80px 0 145px 0; background: #363636; }
.footer ul.foot-nav { padding-bottom: 70px; }
.footer ul.foot-nav > li { width: 19%; float: left; font-size: 24px; }
.footer ul.foot-nav > li:first-child { width: 26%; }
.footer ul.foot-nav > li:nth-child(2), .footer ul.foot-nav > li:nth-child(3) { width: 15%; }
.footer ul.foot-nav > li:nth-child(4) { width: 25%; }
.footer ul.foot-nav > li a { color: #fff; }
.footer ul.foot-nav > li a:hover { color: #d2c299; }
.footer ul.foot-nav li ul.sub { padding: 8px 0 0 0; }
.footer ul.foot-nav li ul.sub li { display: block; font-size: 18px; line-height: 36px; }
.footer ul.foot-nav li ul.sub li a { display: block; }
.footer .address { margin-bottom: 5px; font-size: 18px; line-height: 36px; position: relative; }
.footer .address:before { font-family: 'icomoon'; font-size: 20px; color: #9f9374; content: "\e910"; position: absolute; left: -35px; top: 3px; }
.footer .address .head { display: block; font-size: 24px; }
.footer .address .head span { }
.footer address a { margin-left: -33px; font-size: 24px; color: #fff; }
.footer address a:hover { color: #d2c299; }
.footer address a span { display: inline-block; vertical-align: middle; margin-right: 15px; font-size: 18px; color: #9f9374; }
.footer a.sign-up { max-width: 330px; display: block; padding: 10px 25px; margin-bottom: 28px; background: #1f1f1f; color: #fff; text-transform: uppercase; border-radius: 25px; }
.footer a.sign-up span { display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; }
.footer a.sign-up:hover { background: #d2c299; color: #000; }
.footer a.sign-up.login { margin-bottom: 50px; background: #e7e7e7; color: #000; }
.footer a.sign-up.login:hover { background: #d2c299; }
.footer a.sign-up.login span { font-size: 24px; }
.footer ul.social { display: block; }
.footer ul.social li { display: inline-block; padding: 0 8px; }
.footer ul.social li a { display: block; }
.footer ul.social li a:hover { opacity: 0.7; }
.footer .bottom { padding: 35px 0; background: #d2c299; }
.footer .bottom ul { display: block; text-transform: uppercase; }
.footer .bottom ul li { display: inline-block; padding: 0 10px; }
.footer .bottom ul li a { color: #363636; }
.footer .bottom ul li a:hover { color: #fff; }

/** ================================================ **/
/* How it Works */
/** ================================================ **/
.clientslider #slider-client ul.slides li .slidects p:before { width: 40px; height: 4px; display: block; margin: 0 0 20px; background: #ab9762; content: ""; }
.recentwork .bloghead { margin-bottom: 60px; }
.works-benefits .inner { padding-bottom: 0px; padding-left: 105px; padding-top: 55px; }
.works-benefits .inner h2 { padding-bottom: 20px; }
.works-benefits .inner p { font-size: 18px; line-height: 30px; }
.works-benefits ul.benefits-list { width: 100%; max-width: inherit; padding-top: 20px; }
.boxes-panel { width: 100%; background: #f9f9f9; padding: 90px 30px 30px 30px; }
.inn_boxes_panel { width: 100%; display: inline-block; }
.pic_boxex_panel { width: 70px; height: 70px; }
.pic_boxex_panel img { max-width: 100%; }
.inn_boxes_panel h3 { font-size: 30px; line-height: 48px; padding: 20px 0px 10px 0px; }
.inn_boxes_panel p { font-size: 18px; line-height: 30px; padding-bottom: 36px; }
.rt_panel { padding-left: 50px; }
.gray_panel { width: 100%; background: #6a6864; position: relative; }
.gray_panel .how-work { padding: 80px 0px; }
.gray_panel .how-work h2 { color: #fff; }
.gray_panel .how-work h2:before { background: #fff; }
.gray_panel .how-work p { color: #d2c299; line-height: 24px; padding-top: 15px; }
.abs_pipe_panel { width: 280px; position: absolute; right: 0; top: 0; }
.abs_pipe_panel img { width: 100%; }
.work-white-panel h2:before { margin: 0 auto 12px; }
.work-white-panel h2 span { color: #ab9762; }
.work-white-panel p span { color: #ab9762; }
.work-white-panel-boxes { width: 100%; display: inline-block; padding-top: 60px; }
.work-white-panel-box { width: 100%; display: inline-block; position: relative; }
.work-white-panel-box img { max-width: 100%; }
.abs_panel_box { width: 235px; position: absolute; right: -77px; top: 40px; }
.abs_panel_box img { width: 100%; }
.abs_panel_box_one { width: 466px; position: absolute; right: -100px; top: 0; }
.abs_panel_box_one img { width: 100%; }
.inn_content_box { position: relative; z-index: 99; margin-top: 160px; text-align: left; padding-left: 30px; padding-top: 70px; }
.abspanel-line { position: absolute; left: -30px; top: 0; width: 260px; }
.inn_content_box h3 { font-family: 'Belgrano', serif; font-size: 30px; line-height: 40px; color: #000; }
.inn_content_box p { font-size: 16px; line-height: 24px; padding-top: 15px; }
.panel-boxes2 { padding-top: 120px; }
.panel-boxes2 .abs_panel_box { width: 306px; position: absolute; right: -60px; top: -30px; }
.abs_panel_box2 { width: 518px; position: absolute; left: -255px; bottom: -85px; }
.panel-boxes2 .abs_panel_box_one { width: 466px; position: absolute; right: inherit; top: 0; left: -100px; }
.panel-boxes2 .abspanel-line { position: absolute; left: inherit; top: 0; width: 260px; right: -30px; }
.panel-boxes3 { padding-top: 120px; }
.abs_panel_boxthree { position: absolute; right: -220px; top: -20px; width: 440px; z-index: 99; }
.abs_panel_boxthree img { width: 100%; }
.work-white-panel .ready-made { margin-top: 100px; }
h2.sub-heading { font-size: 24px; text-transform: uppercase; }
.sub-heading:before { background: none !important; padding: 25px 0px; }
.price-bg-panel { width: 100%; min-height: 652px; background-size: cover !important; padding: 100px 0px; }
.price-panel { padding-bottom: 50px; }
.inn_white_boxes { width: 100%; display: inline-block; padding: 60px 100px; }
.price-bg-panel .blog-single p { font-size: 18px; line-height: 30px; color: #fff; }
.inn_white_box_lt { width: 100%; display: inline-block; }
.inn_white_box_lt img { max-width: 100%; }
.inn_white_box_rt { width: 100%; display: inline-block; }
.inn_white_box_rt .blog-single p { color: #666666; font-size: 18px; line-height: 30px; padding-right: 50px; margin-bottom: 0px; }
.gray-price-boxes { width: 100%; background: #f9f9f9; padding: 60px 0px; }
.inn_gray-price-boxes { width: 100%; display: inline-block; background: url(../images/work-line.png) no-repeat top 40px center; }
.inn_gray-price-box { width: 100%; display: inline-block; text-align: center; }
.price-box-pic { width: 80px; height: 80px; margin: 0 auto; }
.price-box-pic img { width: 100%; }
.inn_gray-price-box h4 { color: #333333; font-family: 'Belgrano', serif; font-size: 18px; line-height: 24px; padding-top: 15px; }
.contact-ban { min-height: 826px; }
.contact-ban h1 { background: rgba(174,161,133,0.7); padding: 30px 60px !important; font-size: 48px; margin-top: 50px; }
.contact-ban h1 span { display: block; color: #fff; font-size: 36px; line-height: 60px; }
.contact-ban .start-design { margin-top: 70px; }
.contact-panel { width: 100%; background: #fff; padding: 0px; }
.inn_cont_box { width: 100%; }
.inn_cont_box1 { width: 100%; background: #f6f6f6; position: relative; float: right; }
.inn_cont_box ul { width: 550px; display: inline-block; float: right; padding: 70px 0px; min-height: 520px; }
.inn_cont_box ul li { width: 100%; display: inline-block; padding: 30px 0px; }
.inn_cont_box ul li a { color: #333333; font-family: 'Belgrano', serif; font-size: 24px; line-height: 48px; padding-left: 80px; }
.inn_cont_box ul li:nth-child(1) { background: url(../images/cont-icon1.png) no-repeat left center; }
.inn_cont_box ul li:nth-child(2) { background: url(../images/cont-icon2.png) no-repeat left center; }
.inn_cont_box ul li:nth-child(3) { background: url(../images/cont-icon3.png) no-repeat left center; }
.abs_inn_cont_box1 { width: 300px; position: absolute; right: 0; top: 0; }
.abs_inn_cont_box1 img { width: 100%; }
.inner_cont_box1 { width: 500px; float: left; padding: 70px 0px; text-align: center; min-height: 520px; }
.inner_cont_box1 p { color: 333333; font-family: 'Belgrano', serif; font-size: 18px; line-height: 40px; padding-top: 15px; }
.inner_cont_box1 p span { color: #ab9762; font-size: 24px; display: block; }
.pic_cont_box1 { width: 150px; }
.map-sec { width: 100%; position: relative; }
.map_panel { width: 100%; }
.map-box { width: 100%; height: 490px; }
.map-box iframe { height: 490px; }
.abs-shadow { width: 827px; position: absolute; height: 43px; left: 50%; margin-left: -413.5px; z-index: 999; }
.abs-shadow img { width: 100%; }

/** ================================================ **/
/* FAQ */
/** ================================================ **/
.faqpagesec{ padding-bottom: 100px; overflow: hidden;}
.faqpagesec .faq-img{ width: 17%; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.faqpagesec h3{ padding-bottom: 15px; font-family: 'Josefin Sans', sans-serif;  font-size: 24px; font-weight: 300; color: #666;}
.faqpagesec .panel-group .panel{ border: none; box-shadow: none;}
.faqpagesec .panel-heading{ padding: 18px 20px;}
.faqpagesec .panel-default > .panel-heading{ background: #f3f3f3; border:none;}
.faqpagesec .panel-title{ font-family: 'Josefin Sans', sans-serif;  font-size: 24px; font-weight: 300; color: #ab9762;}
.faqpagesec .panel-title a{ display: block; position: relative;}
.faqpagesec .panel-title a:after{ width: 30px; height: 30px; display: block; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); content: ""; background: url(../images/plus-ico.png) no-repeat left top / 100%;}
.faqpagesec .panel-heading.active .panel-title a:after{ background: url(../images/minus-ico.png) no-repeat left top / 100%;}
.faqpagesec .panel-default > .panel-heading + .panel-collapse > .panel-body{ border: none;}
.faqpagesec .panel-body{ padding: 25px 0px;}

/** ================================================ **/
/* Start Designing */
/** ================================================ **/
.container.sd{ width: auto; max-width: 1352px;}
.banner_blbox{
    max-width: 510px;
    height: 160px;
    border: 1px solid #181819;
    margin: 50px auto 80px;
    padding: 25px 15px;
    text-align: center;
}
.banner_blbox figure img{
    max-height: 54px;
}
.sd-banner{ 
    position: relative;
    padding: 250px 0;
    text-align: center;
    overflow: hidden;
}
.sd-banner:before{
    content: '';
    position: absolute;
    width: 30%;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/sd-banner-left-icon.png) no-repeat left top / auto;
}
.sd-banner:after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(../images/sd-banner-bg-right.png) no-repeat right top / auto;
}
.sd-banner h1{ max-width: inherit; margin: 0; font-size: 28px; line-height: normal; padding-bottom: 0; padding-top: 18px;}
/*.sd-banner h1:before { width: 44px; height: 4px; margin: 0 auto; display: block; background: #ab9762; content: "";}*/
.sdpagesec{ padding: 0px; position: relative;}
.compassleft{ position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 260px; overflow: hidden; height: 220px;}
.compassleft img{ width: 100%; margin-left: -100px; transform: rotate(15deg);}
.grey-box{ margin-top: -250px; padding: 95px 115px 20px 115px; margin-bottom: 120px; background: #f7f7f7; position: relative; z-index: 2;}
.grey-box:after{ content: ''; position: absolute; right: -200px; bottom: 7%; width: 330px; height: 250px; background: url(../images/sd-pen-icon.png) no-repeat center / 90%; }
.what-kind-space{ padding-bottom: 55px; /*border-bottom: 1px #d0d0d0 solid;*/}
.what-kind-space h2{ padding-bottom: 70px;}
ul.space-listing{ display: block;}
ul.space-listing li{ padding: 12px 0; float: left;}
ul.space-listing li.col1{ width: 23%;}
ul.space-listing li.col2{ width: 27%;}
ul.space-listing li.col3{ width: 16%;}
ul.space-listing li.col4{ width: 16%;}
ul.space-listing li.col5{ width: 18%;}
.radio-outer { display: block;}
.radio-outer input[type="radio"] { display: none;}
.radio-outer label { padding-left: 25px; margin: 0px; position: relative; font-family: 'Belgrano', serif; font-weight: 400; font-size: 24px; color: #ab9762;}
.radio-outer input[type="radio"] + label:before { width: 13px; height: 13px; display: block; content: ' '; background: url(../images/radio-button.png) no-repeat center top / 100%; position: absolute; top: 0px; left: 0px; top: 50%; transform: translateY(-50%);}
.radio-outer input[type="radio"]:checked + label:before { background-position: center bottom;}
.style-suits{ padding: 65px 0 40px 0; /*border-bottom: 1px #d0d0d0 solid;*/}
.style-suits h2{ padding-bottom: 55px;}
ul.suits-listing{ display: block;}
ul.suits-listing li{ margin-bottom: 50px; text-align: center;}
ul.suits-listing li .inner{ max-width: 300px; padding: 20px 20px 60px 20px; background: #fff; box-shadow: 1px 0 38px rgba(0, 0, 0, 0.1); position: relative;}
ul.suits-listing li .inner h3{ padding-bottom: 14px; font-size: 24px; color: #ab9762;}
ul.suits-listing li .inner figure{ max-width: 140px; margin: 0 auto; border: 3px #c4b695 solid; border-radius:3px;}
ul.suits-listing li .inner p{ padding: 20px 0 10px 0; line-height: 20px;}
ul.suits-listing li .bottom{ width: 100%; padding: 8px 40px; position: absolute; bottom: 0px; left: 0px; border-top: 1px #e2e2e2 solid; font-family: 'Belgrano', serif; font-size: 12px; line-height: 18px;}
ul.suits-listing li .checkbox-outer { width: 20px; height: 20px; position: absolute; top: 18px; right: 18px;}
.checkbox-outer input { margin: 0px; position: absolute; opacity: 0;}
.checkbox-outer input + label { position: relative; cursor: pointer; padding: 0; font-size: 24px;
color: #ab9762; font-weight: 400; font-family: 'Belgrano', serif;}
.checkbox-outer input + label:before { width: 20px; height: 19px; content: ''; margin-right: 10px; display: inline-block; vertical-align: unset; background: url(../images/checkbox-button.png) no-repeat center top / 100%;}
.checkbox-outer input:checked + label{ color: #000;}
.checkbox-outer input:checked + label:before { background-position: center bottom;}
.need-to-know{ padding: 70px 0; /*border-bottom: 1px #d0d0d0 solid;*/}
.need-to-know h2{ padding-bottom: 40px;}
.need-to-know label{ min-height: 70px; padding-bottom: 10px; font-family: 'Belgrano', serif; font-size: 24px; font-weight: normal; color: #ab9762; line-height: 30px;}
.need-to-know .text-area{ position: relative;}
.need-to-know .text-area:after{ width: 41px; height: 28px; display: block; position: absolute; top: 15px; right: 20px; content: ""; background: url(../images/pen-ico-blk.png) no-repeat left top / 100%;}
.need-to-know .text-area textarea{ width: 100%; padding: 15px 80px 15px 20px; font-size: 18px; font-family: 'Belgrano', serif; font-weight: 300; border: none; resize: none; box-shadow: 0px 1px 38px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s;}
.text-area textarea::-webkit-input-placeholder{color: #d4d4d4;}
.text-area textarea:-webkit-input-placeholder{color: #d4d4d4;}
.text-area textarea::-moz-placeholder{color: #d4d4d4;}
.text-area textarea:-ms-input-placeholder{color: #d4d4d4;}
.text-area textarea:-moz-placeholder{color: #d4d4d4;}
.need-to-know .text-area textarea:focus{ box-shadow: 0px 1px 38px rgba(0, 0, 0, 0.15);}
.need-to-know .text-area p{ padding-top: 8px; font-size: 14px; color: #949494; line-height: 24px;}
.new-interior{ padding: 60px 0; /*border-bottom: 1px #d0d0d0 solid;*/}
.new-interior h2{ padding-bottom: 25px; line-height: 48px;}
.new-interior ul.select-opt{ display: block; padding-bottom: 45px;}
.new-interior ul.select-opt li{ padding: 10px 0;}
.furniture-outer{ margin-bottom: 30px;}
.furniture-outer label{ font-family: 'Belgrano', serif; font-size: 18px; font-weight: normal; margin-bottom: 12px;}
.furniture-outer input{ width: 100%; height: 68px; padding: 0 20px; font-weight: 300; line-height: 68px; border: none; box-shadow: 0px 1px 38px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s;}
.furniture-outer input:focus{ box-shadow: 0px 1px 38px rgba(0, 0, 0, 0.15);}
.furniture-outer .input-outer{ display: block; position: relative;}
.furniture-outer .input-outer:after{ width: 39px; height: 27px; display: block; position: absolute; right: 30px; top: 22px; content: "";  background: url(../images/furniture-ico.png) no-repeat right top / 100%;}
.furniture-outer .input-outer input{ padding-right: 80px;}
.new-interior a.add-furniture{ display: inline-block; margin-top: 10px; font-family: 'Belgrano', serif; font-size: 18px; color: #000; text-transform: uppercase;}
.new-interior a.add-furniture span{ display: inline-block; vertical-align: middle; margin: 0 10px 0 0;}
.new-interior a.add-furniture:hover{ color: #ab9762;}
.interior-pic{ padding: 70px 0; border-bottom: 1px #d0d0d0 solid;}
.interior-pic h2{ padding-bottom: 65px;}
.interior-pic .upload-outer{ display: block;}
.interior-pic .upload-outer h2{ padding-bottom: 24px;}
.interior-pic .upload-btn{ height: 92px; line-height: 92px; float: left; padding: 0 44px 0 60px; background: #000; border: none; font-family: 'Belgrano', serif; font-size: 30px; color: #c8c8c8; text-transform: uppercase; transition: all 0.3s ease 0s;}
.interior-pic .upload-btn:after{ width: 60px; height: 56px; display: inline-block; vertical-align: middle; margin: -4px 0 0 64px; content: ""; background: url(../images/upload-ico.png) no-repeat center top / 100%;}
.interior-pic .upload-btn:hover{ background: #6a6864; color: #fff;}
.interior-pic .upload-outer ul{ display: block; padding-left: 45px; float: left;}
.interior-pic .upload-outer ul li{ display: block; font-family: 'Belgrano', serif; font-size: 18px; line-height: 30px; color: #000;}
.interior-pic .upload-outer ul li:before{ width: 17px; height: 17px; display: inline-block; vertical-align: middle; margin-right: 12px; content: ""; background: url(../images/upload-tick.png) no-repeat left top / 100%;}
.enter-details{ padding: 70px 0; border-bottom: 1px #d0d0d0 solid;}
.enter-details h2{ padding-bottom: 60px;}
.enter-details .mb{ margin-bottom: 50px;}
.enter-details label{ padding-bottom: 20px; font-family: 'Belgrano', serif; font-size: 18px; font-weight: normal; color: #8a8a8a;}
.enter-details input{  width: 100%; height: 46px; padding: 0 20px; font-weight: 300; line-height: 46px; border: none; box-shadow: 0px 1px 38px rgba(0, 0, 0, 0.1); transition: all 0.3s ease 0s;}
.ready-send{ padding: 70px 0 0 0;}
.ready-send h2{ padding-bottom: 60px;}
.ready-send .cnt-block{ margin-bottom: 60px;}
.ready-send .cnt-block .ico{ display: block; padding-right: 15px; float: left;}
.ready-send .cnt-block p{ padding: 10px 50px 0 0; line-height: 24px;}
.quick-quote-btn{ width: 100%; padding: 18px 0; background: #ab9762; border: none; border-radius:10px; font-family: 'Belgrano', serif; font-size: 30px; color: #fff; box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.2); transition: all 0.3s ease 0s;}
.quick-quote-btn:hover{ background: #000;}
.receive-offer{ display: block; padding: 10px 0 0 0; text-align: center;}
.receive-offer p{ display: block; padding-bottom: 30px;}
.receive-offer .privacy-guarantee{ display: block; font-size: 10px; color: #dfd5b9; text-transform: uppercase;}
.receive-offer .privacy-guarantee span{ display: inline-block; vertical-align: middle; margin: -2px 5px 0 0;}
.sd-top{ padding: 40px 0 90px 0; background: #f7f5ef;}
.sd-top a{ max-width: 60px; display: block; margin: 0 auto;}

/** ================================================ **/
/*  Landing Page */
/** ================================================ **/
.landing_banner{
    padding-top: 200px;
}
.landing_banner:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/banner_prints_icon.png) no-repeat top left / auto;
    z-index: 3;
}
.landing_banner:after{
    background: rgba(255, 255, 255, 0.9);
}
.landing_banner h1{
    padding-bottom: 70px;
}
.landing_banner .top_lists ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: inline-block;
    margin-bottom: 70px;
    padding-left: 70px;
}
.landing_banner .top_lists ul li{
    font-size: 24px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    padding-right: 70px;
    margin-bottom: 5px;
    text-align: left;
}
.landing_banner .top_lists ul li:before{
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../images/tickicon.png) no-repeat center / 100%;
}

.landing_benefit_sec{
    padding: 80px 0 30px;
}
ul.benifit-list { margin-top: 80px;}
ul.benifit-list li { display: block; }
ul.benifit-list li .inner { background: #fff; margin-bottom: 50px;}
ul.benifit-list li .inner .icon { display: inline-block; margin-bottom: 25px; font-size: 73px; color: #ab9762; }
ul.benifit-list li .inner h3 { font-size: 18px; color: #333; text-transform: uppercase; line-height: 24px; }
ul.benifit-list li .inner h3 span { display: block; }
ul.benifit-list li .inner p { font-size: 16px; line-height: 20px; color: #999; max-width: 320px; margin: auto;}

.floorplan_img_sec{
    padding: 70px 0 30px;
    background: #6a6864;
    text-align: center;
    position: relative;
}
.floorplan_img_sec:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.07;
    background: url(../images/landpage_floor_bg_img.jpg) no-repeat center center / cover;
}
.floorplan_img_sec:after{
    content: '';
    position: absolute;
    right: 0;
    top: -110px;
    bottom: 0;
    width: 40%;
    background: url(../images/landpage_floor_icon.png) no-repeat top right / auto;
}
.floorplan_img_sec .container{
    position: relative;
    z-index: 10;
}
.floorplan_img_sec h2{
    font-size: 30px;
    color: #d7ceb5;
    font-weight: 400;
}
.floorplan_img_sec h2:before{
    width: 44px;
    height: 4px;
    display: block;
    margin: 0 auto 12px;
    background: #000000;
    content: "";
}
.floorplan_img_sec p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 40px 0;
}
.floorplan_img_sec a.rm-design{
    max-width: 595px;
    height: 70px;
    display: block;
    line-height: 70px;
    background: #000;
    font-family: 'Belgrano', serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: auto;
}
.floorplan_img_sec a.rm-design:hover {
    background: #d2c299;
}

.floorplan_showcase{
    padding: 100px 0;
    position: relative;
    background: #f9f9f9;
}
.floorplan_showcase:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 400px;
    width: 200px;
    height: 265px;
    background: url(../images/landpage_left_icon.png) no-repeat left center / auto;
}

.floorplan_showcase .showcase-list2 li{
    padding: 3px;
    text-align: center;
}
.floorplan_showcase .showcase-list2 li .inner{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 320px;
}
.floorplan_showcase .showcase-list2 li .inner .icon{
    color: #fff;
    top: 0;
    font-size: 32px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.floorplan_showcase .showcase-list2 li p{
    font-size: 16px;
    color: #000;
    position: relative;
    transition: all 0.3s ease 0s;
}
.floorplan_showcase .showcase-list2 li figure{
    height: 100%;
    overflow: hidden;
}
.floorplan_showcase .showcase-list2 li figure img{
    height: 100%;
    width: auto;
    min-width: 100%;
}
.floorplan_showcase .showcase-list2 li .overly{
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    padding: 20px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.floorplan_showcase .showcase-list2 li:hover a{
    background: rgba(206,194,163,0.9);
    opacity: 1;
}
.show_grid_item{
    height: 200px;
}
.height--2{
    height: 300px;
}
.height--3{
    height: 400px;
}
.height--4{
    height: 600px;
}

.client_sec_landing{
    padding: 100px 0 150px;
    position: relative;
}
.client_sec_landing:before{
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   opacity: 0.66;
   background: url(../images/landpage_client_bg.png) no-repeat center center / auto 85%;
}
.client_sec_landing h2{
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    position: relative;
}
.client_sec_landing h2:before{
    width: 44px;
    height: 4px;
    display: block;
    margin: 0 auto 12px;
    background: #000000;
    content: "";
}
.client_say ul li{
    background: none;
    text-align: center;
    height: auto;
    padding-bottom: 0;
}
.client_say ul li:before{
    display: none;
}
.client_say ul li.clientabt-review img{
    max-height: 25px;
    display: inline-block;
    width: auto;
}
.client_say ul li.clientabt-review .rate-box label a img{
    width: 100%;
}
.client_say ul li h5{
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin: 15px 0;
}
.client_say ul li p{
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-bottom: 30px;
}
.client_say ul li .rate-box{
    float: none;
    max-width: 270px;
    margin: auto;
    margin-bottom: 75px;
}


/** ================================================ **/
/* Responsive */
/** ================================================ **/
@media (max-width:1440px) {
    .aboutfeaturelist .compass.right { right: -6%; width: 20%; }
}

@media (max-width: 1750px) {
    .grey-box:after {
        right: -50px;
        bottom: 8%;
        width: 250px;
    }
}

@media (min-width: 1600px) and (max-width: 1750px) {
    .faqpagesec .faq-img{ left: -4%;}
}

@media (min-width: 1400px) and (max-width: 1599px) {
    
    .banner video{ width: 106%;}
    .abs_panel_box_one { width: 350px; right: -30px; }
    .panel-boxes2 .abs_panel_box_one { width: 350px; left: -30px; }
    .abs_panel_boxthree { right: -80px; top: -20px; width: 310px; }
    .abs_pipe_panel { width: 230px; }
    .gray_panel .how-work p { padding: 15px 100px 0px 100px; font-size: 15px; line-height: 24px; }
    .panel-boxes3 { padding-top: 90px; }
    .panel-boxes2 { padding-top: 90px; }
    .faqpagesec .faq-img{ left: -9%;}
}

@media (min-width: 1200px) and (max-width: 1399px) {
    
    .abs_panel_box_one { width: 350px; right: -30px; }
    .panel-boxes2 .abs_panel_box_one { width: 350px; left: -30px; }
    .abs_panel_boxthree { right: -80px; top: -20px; width: 310px; }
    .abs_pipe_panel { width: 230px; }
    .gray_panel .how-work p { padding: 15px 100px 0px 100px; font-size: 15px; line-height: 24px; }
    .panel-boxes3 { padding-top: 90px; }
    .panel-boxes2 { padding-top: 90px; }
    .faqpagesec .faq-img{ left: -15%;}
}

@media (max-width:1440px) {
    .grey-box:after {
        right: 0;
        width: 200px;
        height: 200px;
        background-size: 100%;
    }
    .sd-banner:before{
        background-size: auto 45%;
    }
}

@media (min-width: 1200px) and (max-width:1439px) {
     
    .banner video{ width: 128%;}
    .aboutfeaturelist .compass.right { right: 0; width: 15%; top: -74px; }
}

@media (max-width: 1199px) {
    
    .banner{ background: url("../images/banner-bg.jpg") no-repeat scroll center top / cover;}
    .banner:after, .banner video{ display: none;}
    .aboutfeaturelist .compass.right { right: 0; top: -250px; }
    .aboutfeaturelist .compass.right img { width: auto; }
    .rightposimg { max-width: 290px; }
    .blog-single p img.flot-left,  .blog-single p img.flot-right { max-width: 400px; }
    .customers-box ul li .box-datas { width: 260px; height: 260px; }
    .customers-box ul li .box-datas figure { line-height: 210px; }
    .customers-box ul li .box-datas figure img { max-height: 120px; }
    .clientslider #slider-client ul.slides li figure { max-width: 480px; }
    .clientslider #slider-client ul.slides li .slidects { left: 480px; }
    .clientslider #thumb-box-cli { width: calc(100% - 500px); }
    
    .landing_banner:after{
        display: block;
    }
    .landing_banner .top_lists ul{
        padding-left: 50px;
    }
    .landing_banner .top_lists ul li{
        font-size: 20px;
        padding-right: 50px;
    }
    .floorplan_img_sec:after{
        background-size: 50% auto;
    }
    .sd-banner:before{
        background-size: auto 35%;
    }
    .sd-banner:after{
        background-size: auto 50%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width:1199px) {
    
    
    .header-fixed .dropdown-menu{ width: 76%;}
/*    .header-fixed .how-work-menu .menu-left:after { left: 326px;}*/
    .header-fixed .about-menu:after { left: 450px;}
/*    .header-fixed .about-menu .menu-left { width: 52%;}
    .header-fixed .about-menu .menu-left:after { left: -23%;}*/
    
    .benefits .right-img { right: -8%; top: 108px;}
    .footer .top { padding-bottom: 108px; }
    .abs_panel_box_one { width: 300px; right: -5px; }
    .panel-boxes2 .abs_panel_box_one { width: 300px; left: -5px; }
    .abs_panel_boxthree { right: 0px; top: -20px; width: 215px; }
    .abs_pipe_panel { width: 190px; }
    .gray_panel .how-work p { padding: 15px 100px 0px 100px; font-size: 15px; line-height: 24px; }
    .panel-boxes3 { padding-top: 60px; }
    .panel-boxes2 { padding-top: 60px; }
    .inn_content_box h3 { font-size: 24px; line-height: 26px; }
    .inn_content_box { padding-left: 5px; margin-top: 140px; }
    .inn_content_box p { font-size: 13px; line-height: 19px; padding-top: 10px; }
    .panel-boxes2 .abs_panel_box { width: 220px; right: -12px; top: -15px; }
    .work-white-panel .ready-made { margin-top: 60px; }
    .boxes-panel { padding: 60px 15px 30px 15px; }
    .inn_boxes_panel h3 { font-size: 22px; line-height: 36px; padding: 15px 0px 10px 0px; }
    .inn_boxes_panel p { font-size: 16px; line-height: 27px; padding-bottom: 20px; }
    .rt_panel { padding-left: 15px; }
    .works-benefits .inner { padding-left: 40px; }
    .works-benefits ul.benefits-list li { font-size: 20px; }
    .price-bg-panel { min-height: 610px; padding: 60px 0px; }
    .inn_cont_box ul { width: 450px; padding: 40px 0px; min-height: inherit; }
    .inn_cont_box ul li { padding: 20px 0px; background-size: 35px !important; }
    .inn_cont_box ul li a { font-size: 20px; line-height: 40px; padding-left: 60px; }
    .inner_cont_box1 { width: 450px; padding: 40px 0px; min-height: inherit; }
    .pic_cont_box1 { width: 80px; }
    .abs_inn_cont_box1 { width: 160px; }
    .inner_cont_box1 p span { font-size: 20px; }
    .inner_cont_box1 p { font-size: 16px; line-height: 35px; }
    .contact-ban h1 { margin-top: 5px; }
    .contact-ban { min-height: 775px; }
    .grey-box{ padding: 60px 45px 20px;}
    ul.space-listing li{ width: 25% !important;}
    .radio-outer label{ font-size: 18px;}
    .what-kind-space h2{ padding-bottom: 40px;}
}

/*Medium devices (tablets, 991px and down)*/
@media (max-width: 991px) {

    .navbar-nav > li { font-size: 18px; }
    
    .header-fixed .yamm .dropdown.yamm-fw .dropdown-menu{ width: calc(100% + 30px); left: -15px;}
    .header-fixed .how-work-menu:after { left: 31%;}
/*    .header-fixed .how-work-menu .menu-left:after{ left: 105%;}*/
    .header-fixed .about-menu:after { left: 73%;}
   /* .header-fixed .about-menu .menu-left:after { left: -20%;}*/
   .how-work-menu .menu-left:after, .about-menu .menu-left:after{
        right: 12%;
    }
    .banner h1 { font-size: 40px; line-height: 62px; }
    a.start-design, .innerbanner a.start-design { padding: 8px 22px; font-size: 20px; line-height: 46px; }
    a.start-design span, .innerbanner a.start-design span { font-size: 40px; }
    .review-sec span { font-size: 20px; }
    .review-sec a.btn { width: 136px; }
    .review-sec a.btn.contact { margin-left: 2px; }
    .how-work { padding: 80px 0 60px 0; }
    ul.how-work-list { margin-top: 50px; }
    ul.how-work-list { margin-bottom: 80px; }
    ul.how-work-list li .inner h3 { font-size: 16px; }
    ul.how-work-list li .inner .top { padding: 35px 15px 30px; }
    .how-work a.ready-made { font-size: 26px; padding: 12px 33px; }
    .benefits { padding: 60px 0 80px 0; }
    .benefits .right-img { left: 80%; right: inherit; top: 108px; }
    ul.showcase-list li .inner { padding: 15px; }
    ul.showcase-list li .inner .icon { margin-bottom: 0px; font-size: 30px; }
    ul.showcase-list li .inner p { font-size: 15px; }
    .design-bureau { padding: 80px 0; }
    .design-bureau .left { width: 55%; }
    .design-bureau .left:after { top: 26px; }
    .design-bureau .review-cnt { width: 45%; padding-top: 50px; margin-left: -40px; margin-top: 40px; }
    .trusted-by { padding: 60px 0 40px; }
    .trusted-by h2 { padding-bottom: 20px; }
    .footer .top { padding: 60px 0 114px; }
    .footer ul.foot-nav { padding-bottom: 60px; }
    .footer ul.foot-nav > li { font-size: 20px; }
    .footer ul.foot-nav li ul.sub li { font-size: 17px; line-height: 32px; }
    .footer address a { font-size: 22px; }
    .aboutfeaturelist h2 br { display: none; }
    .abt-benefit .inner { padding-left: 0; }
    .right-img.left-pos { left: 0; }
    .blog-single p img.flot-left,  .blog-single p img.flot-right { max-width: 300px; }
    .blog-single p { margin-bottom: 30px; }
    .clientabt-review { height: auto; }
    .clientabt-review h4 { font-size: 24px; line-height: 32px; }
    .clientabt-review .rate-box { height: 40px; }
    .clientabt-review .rate-box span { line-height: 44px; }
    .clientabt-review .rate-box label { padding: 7px 30px; }
    .clientslider #thumb-box-cli { display: none; }
    .clientslider #slider-client ul.slides li figure { width: 100%; max-width: inherit; }
    .clientslider #slider-client ul.slides li .slidects { left: 0; padding: 20px; max-width: calc(100% - 140px); background: rgba(248,248,248,0.85); }
    .clientslider #slider-client ul.slides li .slidects p { font-size: 14px; color: #000; line-height: 18px; }
    .clientslider #slider-client .flex-direction-nav { bottom: 50px; }
    .customers-box ul li .box-datas { width: 210px; height: 210px; margin-bottom: 35px; }
    .customers-box ul li .box-datas figure { line-height: 160px; }
    .customers-box ul li .box-datas figure img { max-height: 100px; max-width: 150px; }
    .customers-box ul li .box-datas span a { font-size: 14px; }
    .flexslider{ margin-bottom: 20px;}
    .banner h1{ font-size: 30px;}
    .grey-box{ padding: 60px 30px 20px; margin-bottom: 60px;}
    ul.space-listing li{ width: 33.3% !important;}
    .radio-outer label{ font-size: 18px;}
    .what-kind-space h2,
    .style-suits h2,
    .need-to-know h2,
    .new-interior h2,
    .interior-pic h2,
    .enter-details h2,
    .ready-send h2{ padding-bottom: 40px; font-size: 24px;}
    .style-suits{ padding: 45px 0 20px;}
    ul.suits-listing li .inner h3{ font-size: 18px;}
    ul.suits-listing li .bottom{ padding: 8px 15px;}
    .need-to-know, .interior-pic, .enter-details, .ready-send{ padding: 40px 0;}
    .need-to-know label{ font-size: 16px; line-height: 26px;}
    .new-interior h2{ line-height: 36px;}
    .furniture-outer label{ font-size: 15px;}
    .furniture-outer input{ height: 56px; line-height: 56px;}
    .furniture-outer .input-outer:after{ right: 20px; top: 15px;}
    .new-interior a.add-furniture{ font-size: 16px;}
    .new-interior a.add-furniture span{ width: 36px;}
    .interior-pic .upload-outer ul{ padding-left: 25px;}
    .interior-pic .upload-outer ul li{ font-size: 16px;}
    .interior-pic .upload-btn{ font-size: 26px;}
    .enter-details label{ padding-bottom: 10px; font-size: 16px;}
    .enter-details .mb { margin-bottom: 30px;}
    .ready-send .cnt-block p{ padding-right: 0px;}
    .quick-quote-btn{ padding: 14px 0; font-size: 24px;}
    .sd-top{ padding: 30px 0 50px;}
    ul.space-listing li{ padding: 10px 0;}
    
    .landing_banner:before{
        width: 250px;
        height: 250px;
        background-size: 70% auto;
    }
    
    .landing_banner .top_lists ul{
        margin-bottom: 40px;
        padding-left: 25px;
    }
    .landing_banner .top_lists ul li{
        font-size: 18px;
        padding-right: 25px;
        padding-left: 28px;
    }
    .landing_banner .top_lists ul li:before{
        width: 16px;
        height: 16px;
    }
    ul.benifit-list li .inner .icon{
        font-size: 60px;
    }
    .show_grid_item{
        height: 150px;
    }
    .height--2{
        height: 200px;
    }
    .height--3{
        height: 250px;
    }
    .height--4{
        height: 400px;
    }
    .floorplan_showcase .showcase-list2 li p{
        font-size: 14px;
        line-height: 18px;
    }
    .floorplan_showcase .showcase-list2 li .inner .icon{
        font-size: 24px;
        margin-bottom: 0;
    }
    .floorplan_showcase:before{
        width: 100px;
        height: 150px;
        background-size: 100% auto;
    }
    .floorplan_showcase{
        padding: 50px 0;
    }
    .floorplan_showcase h2{
        padding-bottom: 40px;
    }
    .client_sec_landing{
        padding: 80px 0;
    }
    .grey-box:after{
        display: none;
    }
    .compassleft{
        display: none;
    }
}

 @media (min-width: 768px) {

    .dropdown-menu { display: block; opacity: 0; visibility: hidden; transition: all 0.3s ease 0s; }
    .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .abs_panel_box_one { width: 220px; right: -5px; }
    .panel-boxes2 .abs_panel_box_one { width: 220px; left: -5px; }
    .abs_panel_boxthree { right: 0px; top: -20px; width: 215px; }
    .abs_pipe_panel { width: 130px; }
    .gray_panel .how-work p { padding: 15px 70px 0px 70px; font-size: 14px; line-height: 22px; }
    .panel-boxes3 { padding-top: 60px; }
    .panel-boxes2 { padding-top: 60px; }
    .inn_content_box h3 { font-size: 19px; line-height: 22px; }
    .inn_content_box { padding-left: 0px; margin-top: 70px; padding-top: 45px; }
    .inn_content_box p { font-size: 13px; line-height: 19px; padding-top: 10px; }
    .panel-boxes2 .abs_panel_box { width: 220px; right: -12px; top: -15px; }
    .work-white-panel .ready-made { margin-top: 25px; font-size: 20px !important; }
    .boxes-panel { padding: 60px 15px 30px 15px; }
    .inn_boxes_panel h3 { font-size: 22px; line-height: 36px; padding: 15px 0px 10px 0px; }
    .inn_boxes_panel p { font-size: 15px; line-height: 24px; padding-bottom: 15px; }
    .rt_panel { padding-left: 15px; }
    .works-benefits .inner { padding-left: 40px; }
    .works-benefits ul.benefits-list li { font-size: 20px; }
    .work-white-panel { padding: 40px 0px; }
    .abs_panel_box { width: 150px; position: absolute; right: -50px; top: 25px; }
    .abspanel-line { left: -30px; top: 15px; width: 160px; }
    .panel-boxes2 .abspanel-line { top: 0; width: 160px; right: -30px; }
    .abs_panel_box2 { width: 400px; left: -220px; bottom: -90px; }
    .gray_panel .how-work h2 { font-size: 24px; }
    .gray_panel .how-work { padding: 40px 0px; }
    .price-bg-panel { min-height: 610px; padding: 60px 0px; }
    h2.sub-heading { font-size: 22px; }
    .sub-heading:before { margin: 0px !important; }
    .price-bg-panel .blog-single p { font-size: 16px; line-height: 28px; color: #fff; margin-bottom: 15px; }
    .inn_white_boxes { padding: 40px 0px; }
    .inn_white_box_rt .blog-single p { font-size: 16px; line-height: 25px; padding-right: 0px; }
    .price-box-pic { width: 60px; height: 60px; }
    .inn_gray-price-box h4 { font-size: 16px; }
    .gray-price-boxes { padding: 40px 0px; }
    .inn_gray-price-boxes { background-size: 50% 1px; }
    .inn_gray-price-boxes .how-work { padding: 50px 0 10px 0; }
    .inn_cont_box ul { width: 100%; padding: 40px 20px; min-height: inherit; }
    .inn_cont_box ul li { padding: 15px 0px; background-size: 35px !important; }
    .inn_cont_box ul li a { font-size: 18px; line-height: 35px; padding-left: 50px; }
    .inner_cont_box1 { width: 100%; padding: 40px 20px; min-height: inherit; }
    .pic_cont_box1 { width: 60px; }
    .abs_inn_cont_box1 { width: 120px; }
    .inner_cont_box1 p span { font-size: 20px; }
    .inner_cont_box1 p { font-size: 16px; line-height: 30px; }
    .contact-ban h1 { margin-top: 5px; font-size: 34px; }
    .contact-ban { min-height: 775px; }
    .contact-ban h1 span { font-size: 28px; line-height: 36px; }
    .map-box { width: 100%; height: 360px; }
    .map-box iframe { height: 360px; }
    .abs-shadow { width: 600px; position: absolute; height: 43px; left: 50%; margin-left: -300px; z-index: 999; }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

    .navbar .container { padding-left: 15px; padding-right: 15px; }
    .navbar-collapse { background: #f6f6f6; position: relative; z-index: 1; }
    .navbar-nav { margin-top: 0px; margin-bottom: 0px; }
    .navbar-nav > li { display: block; border-bottom: 2px #fff solid; font-size: 18px; }
    .navbar-nav > li:last-child { border-bottom: none; }
    .navbar-nav > li:after { display: none; }
    .navbar-nav > li > a { display: block; padding-top: 12px !important; padding-bottom: 12px !important; }
    .navbar-nav > li.open { background: #000; }
    .navbar-nav .open .dropdown-menu { background: #737373 !important; }
    .about-menu .menu-left{ float: none;}
    .dropdown-menu .menu-left { width: 100% !important; padding: 0px; }
    .dropdown-menu .menu-left:after { display: none; }
    .dropdown-menu li.menu-left ul li { border-bottom: 2px #262626 solid; font-size: 16px; text-transform: none;}
    .dropdown-menu li.menu-left ul li:last-child { border-bottom: none; }
    .dropdown-menu li.menu-left ul li a { display: block; padding: 2px 40px; color: #f6f6f6;}
    .dropdown-menu li.menu-left ul li a:hover { color: #fff; }
    .navbar-default .navbar-nav > .active > a{ color: #000;}
    .navbar-default .navbar-toggle { border: none; position: absolute; right: 0px;}
    .navbar-default .navbar-toggle .icon-bar { width: 34px; height: 5px; background: #000; border-radius: 5px; }
    .navbar > .container .navbar-brand { width: 110px; float: none; position: relative; margin: 0 auto; left: 0; right: 0; z-index: 1; }
    .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li.active > a:hover { background: #000; }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background: #000; color: #ab9763; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; }
    .dropdown-menu { margin-top: 0px !important; }
    .dropdown-menu:after { display: none; }
    .dropdown-toggle .caret { display: inline-block; margin-left: 3px; margin-top: -2px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px dashed; }
    .navbar-nav > li.open .dropdown-toggle .caret { margin-top: 2px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px dashed; }
    .navbar-toggle { transform: rotate(90deg); transition: all 0.3s ease 0s; }
    .navbar-toggle.collapsed { transform: rotate(0deg); }
    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown { position: relative; z-index: 2; }
    .header-fixed .navbar-header{ float: inherit;}
    .header-fixed .yamm .dropdown.yamm-fw .dropdown-menu { width: 100%; left: 0px;}
    .header-fixed .review-sec{ padding: 8px 0 10px 0;}
    .header-fixed .navbar-toggle{ margin-top: 18px;}
    .banner { min-height: inherit; background: url(../images/banner-bg-mob.jpg) no-repeat left top / cover; padding: 140px 0 140px 0; }
    .banner h1 { padding-bottom: 30px; font-size: 26px; line-height: 38px; }
    .banner .quote { font-size: 16px; }
    .banner .quote span { font-size: 20px; }
    .review-sec { padding: 15px 0; text-align: center; }
    .review-sec .btn-outer { margin: 15px 0 0; }
    .how-work { padding: 60px 0 40px; }
    .work-white-panel p{ text-align: left;}
    .how-work a.ready-made { font-size: 20px; padding: 12px 25px; }
    ul.how-work-list { margin-top: 30px; margin-bottom: 40px; }
    .how-work-list .owl-nav div { font-family: 'icomoon'; }
    .how-work-list .owl-nav div:hover { background: #000; color: #fff; }
    .how-work-list .owl-nav .owl-prev,  .how-work-list .owl-nav .owl-next { width: 19px; height: 47px; line-height: 47px; background: #bdbdbd; position: absolute; top: 50%; transform: translateY(-50%); }
    .how-work-list .owl-nav .owl-prev { left: 5px; }
    .how-work-list .owl-nav .owl-next { right: 5px; }
    .how-work h2,  .benefits .inner h2,  .showcase-outer h2,  .design-bureau .head-block h2,  .trusted-by h2 { font-size: 24px; }
    .benefits { padding: 40px 0 80px; }
    .benefits .inner { padding: 100px 0 60px 35px; }
    .benefits .inner h2 { padding-bottom: 30px; }
    .benefits .inner .compass { width: 220px; }
    ul.benefits-list li { padding: 0 0 15px 45px; font-size: 20px; }
    .benefits { padding: 40px 0 60px; }
    .benefits .right-img { width: 590px; left: 95%; top: 108px; }
    .benefits .right-img img { width: 100%; }
    a.start-design, .innerbanner a.start-design { padding: 6px 22px; font-size: 16px; line-height: 40px; }
    a.start-design span, .innerbanner a.start-design span { font-size: 30px; }
    .showcase-outer h2 { padding-bottom: 30px; }
    .showcase-list .owl-dots { width: 100%; position: absolute; bottom: 10px; text-align: center; }
    .showcase-list .owl-dots .owl-dot { display: inline-block; }
    .showcase-list .owl-dots .owl-dot span { width: 7px; height: 7px; display: block; background: rgba(255, 255, 255, 0.5); border-radius: 50%; margin: 0px 3px; transition: opacity 0.2s ease 0s; }
    .showcase-list .owl-dots .owl-dot.active span,  .showcase-list .owl-dots .owl-dot:hover span { background: #fff; }
    .design-bureau { padding: 40px 0 220px 0; }
    .design-bureau .cnt-block { position: relative; }
    .design-bureau .left { width: 80%; }
    .design-bureau .left:after { widows: 60%; height: 6px; top: 24px; left: 22%; }
    .design-bureau .review-cnt { width: 88%; padding-top: 30px; padding-bottom: 50px; position: absolute; right: 15px; top: 30px; margin: 0px; }
    ul.review-slider h4 { padding: 10px 0 15px; }
    ul.review-slider ul { margin-bottom: 10px; }
    ul.review-slider ul li { width: 20px; }
    .sgl-outer { background: none; }
    .sat-guarantee span { font-size: 70px; }
    .sat-guarantee h2 { font-size: 24px; }
    .sgl-outer .left { background: #6a6864; }
    .sgl-outer .right { background: #d2c299; }
    .ready-made-design, .ready-made-design .container { height: 230px; }
    .ready-made-design a.rm-design { max-width: 400px; height: 56px; line-height: 56px; font-size: 20px; }
    .footer { text-align: center; }
    .footer .top { padding: 30px 0; }
    .footer a.foot-logo { display: inline-block; margin-bottom: 10px; }
    .footer a.sign-up { margin: 0 auto 20px; }
    .footer ul.foot-nav { padding-bottom: 30px; }
    .footer ul.foot-nav > li { line-height: 30px; }
    .footer ul.foot-nav li ul.sub { display: none; }
    .footer ul.foot-nav > li { width: 100% !important; float: none; display: block; }
    .footer a.sign-up.login { margin-bottom: 20px; }
    .footer ul.social { margin-bottom: 35px; }
    .footer .bottom { padding: 15px 0; }
    .footer .bottom ul li { font-size: 12px; padding: 0 4px; }
    .aboutfeaturelist figure.headtop-icon { width: 40px; margin: 0 0 15px; }
    .aboutfeaturelist h2 { font-size: 24px; text-align: left; }
    .aboutfeaturelist .feature-list { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; margin-top: 20px; padding: 0 15px; }
    .aboutfeaturelist .feature-list li:before { top: 0; }
    .aboutfeaturelist .feature-list li { padding-right: 0; font-size: 20px; line-height: 24px; }
    .aboutwork { padding: 50px 0 0; }
    .aboutwork .styleoffice{ margin-bottom: 40px;}
    .aboutwork .styleoffice figure { height: 320px; margin-right: -15px; width: auto; }
    .aboutwork .styleoffice figure img { width: auto; height: 100%; }
    .aboutwork .styleoffice h2 { font-size: 20px; }
    .abt-benefit .inner { padding-top: 0; padding-left: 60px; }
    .right-img.left-pos { left: inherit; right: 90%; }
    .abt-showcase { padding: 50px 0; }
    .blogcontents .bloghead{ margin-bottom: 30px;}
    .blogcontents .bloghead h2 { font-size: 24px; }
    .blogcontents .styleoffice .abt_post ul li:first-child { display: block; margin-right: 0; margin-bottom: 15px; }
    .rightposimg { display: none; }
    .aboutwork .styleoffice h3 a { color: #000; }
    .blogcontents ul li .styleoffice { padding-bottom: 35px; margin-bottom: 45px; border-bottom: 1px solid #ab9762; }
    .blog-single h3 { font-size: 20px; margin-bottom: 10px; }
    .blog-single .abt_post ul li:first-child { display: block; margin-right: 0; margin-bottom: 15px; }
    .blog-single p img.flot-left,  .blog-single p img.flot-right { max-width: 220px; margin-right: 30px; }
    .blog-single .abt_post { padding: 15px 0; border: 0; }
    .clientabt-review h4 { font-size: 20px; }
    .clientabt-review h4 br { display: none; }
    .clientabt-review .btn-rev { display: block; margin: 30px auto 0; }
    .clientabt-review .rate-box { float: left; }
    .customers-box ul li .box-datas figure img { display: inline; width: auto; }
    .customers-box .owl-carousel .owl-dots { text-align: center; display: block; }
    .customers-box .owl-carousel .owl-dots .owl-dot { display: inline-block; margin: 0 2px; }
    .customers-box .owl-carousel .owl-dots .owl-dot span { width: 6px; height: 6px; background: #d6d6d6; border-radius: 50%; display: block; }
    .customers-box .owl-carousel .owl-dots .owl-dot.active span { background: #666; }
    .abs_panel_box_one { width: 220px; right: -5px; }
    .panel-boxes2 .abs_panel_box_one { width: 280px; right:inherit; top:35px; opacity: 0.9; left: -150px;}
    .abs_panel_boxthree { right: 0px; top: 0px; width: 140px; }
    .abs_pipe_panel { width: 100px; }
    .gray_panel .how-work p { padding: 15px 40px 0px 40px; font-size: 15px; line-height: 22px; }
    .panel-boxes3 { padding-top: 60px; }
    .panel-boxes2 { padding-top: 60px; }
    .inn_content_box h3 { font-size: 16px; line-height: 22px; }
    .inn_content_box { padding-left: 0px; margin-top: 70px; padding-top: 45px; }
    .inn_content_box p { font-size: 13px; line-height: 19px; padding-top: 10px; }
    .panel-boxes2 .abs_panel_box { width: 160px; right: -12px; top: -15px; }
    .work-white-panel .ready-made { margin-top: 65px; font-size: 20px !important; }
    .boxes-panel { padding: 40px 15px 20px 15px; }
    .inn_boxes_panel h3 { font-size: 18px; line-height: 28px; padding: 10px 0px 10px 0px; }
    .inn_boxes_panel p { font-size: 15px; line-height: 22px; padding-bottom: 15px; }
    .rt_panel { padding-left: 15px; }
    .works-benefits .inner { padding-left: 40px; }
    .works-benefits .inner p{ font-size: 16px; line-height: 22px;}
    .work-white-panel { padding: 40px 0px; }
    .abs_panel_box { width: 150px; position: absolute; right: -50px; top: 25px; }
    .abspanel-line { left: -30px; top: 15px; width: 160px; }
    .panel-boxes2 .abspanel-line { top: 0; width: 160px; right: -30px; }
    .abs_panel_box2 { width: 230px; left: -40px; bottom: 20px; }
    .gray_panel .how-work h2 { font-size: 16px; }
    .gray_panel .how-work { padding: 40px 0px; }
    .work-white-panel p { font-size: 16px; line-height: 26px; }
    .work-white-panel-boxes { padding-top: 30px; }
    .abs_panel_box { width: 110px; right: -5px; top: 25px; }
    .abspanel-line { left: inherit; top: inherit; width: 160px; position: inherit; margin-bottom: 15px; }
    .inn_content_box { padding-left: 0px; margin-top: 0px; padding-top: 10px; }
    .panel-boxes2 .abspanel-line { top: inherit; width: 160px; right: inherit; position: inherit; margin-bottom: 15px; }
    .boxes-panel { padding: 40px 0px 20px 0px; }
    .price-bg-panel { min-height: 610px; padding: 60px 0px; }
    h2.sub-heading { font-size: 18px; }
    .sub-heading:before { margin: 0px !important; padding: 10px 0px; }
    .price-bg-panel .blog-single p { font-size: 15px; line-height: 22px; margin-bottom: 10px; }
    .price-bg-panel .blog-single { margin-bottom: 0px; padding-bottom: 0px; }
    .inn_white_boxes { padding: 40px 0px; }
    .inn_white_box_rt .blog-single p { font-size: 15px; line-height: 22px; padding-right: 0px; }
    .inn_white_box_rt .blog-single { padding-bottom: 0px; }
    .price-box-pic { width: 60px; height: 60px; }
    .gray-price-boxes { padding:0px; padding-bottom:35px;}
    .inn_gray-price-boxes { background: url(../images/work-line2.png) no-repeat top 120px center; }
    .inn_gray-price-boxes .how-work { padding: 20px 0 10px 0; }
    .price-bg-panel { padding: 40px 0px; }
    .inn_gray-price-box { padding: 35px 0px; }
    .inn_gray-price-box h4 { font-size: 16px; line-height: 18px; padding-top: 10px; }
    .inn_white_box_lt img { width: 100%; }
    .inn_cont_box ul { width: 100%; padding: 40px 20px; min-height: inherit; }
    .inn_cont_box ul li { padding: 8px 0px; background-size: 35px !important; }
    .inn_cont_box ul li a { font-size: 18px; line-height: 35px; padding-left: 50px; }
    .inner_cont_box1 { width: 100%; padding: 40px 20px; min-height: inherit; }
    .pic_cont_box1 { width: 60px; }
    .abs_inn_cont_box1 { width: 120px; }
    .inner_cont_box1 p { font-size: 14px; line-height: 30px; }
    .inner_cont_box1 p span { font-size: 14px; }
    .contact-ban h1 { margin-top: 5px; font-size: 22px; }
    .contact-ban { min-height: 550px; }
    .contact-ban h1 span { font-size: 20px; line-height: 26px; }
    .map-box { width: 100%; height: 166px; }
    .map-box iframe { height: 166px; }
    .abs-shadow { width: 480px; position: absolute; height: 43px; left: 50%; margin-left: -240px; z-index: 999; }
    .inn_cont_box ul { padding: 20px 20px; }
    .faqpagesec h3{ font-size: 18px;}
    .faqpagesec .panel-heading { padding: 15px 20px;}
    .faqpagesec .panel-title{ font-size: 18px;}
    .faqpagesec .panel-body p{ line-height: 24px;}
    .faqpagesec .panel-title a:after{ width: 24px; height: 24px; right: 0;}
    .sd-banner h1{ padding-bottom: 30px; font-size: 18px; margin: 0;}
    .grey-box{ padding: 32px 20px 20px; margin-top: 0; margin-bottom: 0px; margin-left: -15px; margin-right: -15px;}
    ul.space-listing li{ width: 50% !important;}
    .what-kind-space{ padding-bottom: 25px;}
    .style-suits, .need-to-know, .new-interior, .interior-pic, .enter-details, .ready-send{ padding: 25px 0;}
    .what-kind-space h2, .style-suits h2, .need-to-know h2, .new-interior h2, .enter-details h2, .ready-send h2{ padding-bottom: 20px; font-size: 16px; line-height: 24px;}
    .radio-outer label{ padding-left: 20px; font-size: 13px;}
    ul.space-listing li{ padding: 2px 0;}
    .checkbox-outer input + label:before{ width: 18px; height: 18px; vertical-align: sub;}
    ul.suits-listing li .checkbox-outer{ width: 10px; height: 10px; top: 12px;}
    ul.suits-listing li .checkbox-outer input + label:before{ width: 10px; height: 10px;}
    ulsuits-listing{ margin: 0 -6px;}
    ul.suits-listing li{margin-bottom: 20px;}
    ul.suits-listing li .inner{ padding: 10px 10px 40px;}
    ul.suits-listing li .inner h3{ padding-bottom: 5px; font-size: 14px;}
    ul.suits-listing li .inner figure{ border-width: 1px;}
    ul.suits-listing li .inner p{ line-height: 14px;}
    ul.suits-listing li .bottom{ padding: 8px 5px; font-size: 9px; line-height: 14px;}
    .need-to-know label { min-height: inherit; padding-bottom: 8px; font-size: 13px; line-height: 20px;}
    .need-to-know .text-area{ margin-bottom: 35px;}
    .need-to-know .col-sm-offset-1 .text-area{ margin-bottom: 0px;}
    .need-to-know .text-area:after{ width: 22px; height: 15px; right: 14px; top: 10px;}
    .need-to-know .text-area textarea{ height: 76px; padding: 10px 40px 10px 10px; font-size: 12px;}
    .need-to-know .text-area p{ padding-top: 15px; font-size: 12px; line-height: 16px;}
    .new-interior h2{ padding-bottom: 10px;}
    .new-interior ul.select-opt{ padding-bottom: 20px;}
    .new-interior ul.select-opt li{ padding: 5px 0;}
    .furniture-outer{ margin: 0 -5px;}
    .furniture-outer > div{ padding-left: 5px; padding-right: 5px;}
    .furniture-outer label{ margin-bottom: 8px; font-size: 14px;}
    .furniture-outer input { height: 40px; line-height: 40px;}
    .furniture-outer .input-outer{ margin-bottom: 15px;}
    .furniture-outer .input-outer:after{ width: 24px; height: 17px; right: 10px;}
    .new-interior a.add-furniture{ display: block; margin-top: 20px; font-size: 14px; text-align: center;}
    .interior-pic h2{ padding-bottom: 15px; font-size: 14px; line-height: 20px;}
    .interior-pic .upload-outer h2{ padding-bottom: 15px;}
    .interior-pic .upload-btn{ height: 55px; line-height: 55px; font-size: 17px; padding: 0 25px 0 36px;}
    .interior-pic .upload-btn:after{ width: 36px; height: 33px; margin: -4px 0 0 35px;}
    .interior-pic .upload-outer ul li{ font-size: 12px; line-height: 22px;}
    .interior-pic .upload-outer ul li:before{ width: 11px; height: 11px; margin-right: 8px;}
    .enter-details{ padding-bottom: 40px;}
    .enter-details .mb{ margin-bottom: 25px;}
    .enter-details label{ padding-bottom: 5px; font-size: 14px;}
    .enter-details input{ height: 44px; line-height: 44px;}
    .ready-send .cnt-block{ margin-bottom: 35px;}
    .ready-send .cnt-block div{ padding-bottom: 20px;}
    .ready-send .cnt-block .ico{ width: 60px;}
    .ready-send .cnt-block p{ padding-top: 0px; font-size: 12px; line-height: 14px; overflow: hidden;}
    .ready-send .cnt-block .col-sm-6:last-child p{ padding-top: 10px;}
    .quick-quote-btn{ padding: 7px 0; font-size: 12px;}
    .receive-offer p{ padding-bottom: 10px;}
    .price-box-pic { width: 50px; height: 50px; }
    .work-white-panel-box { text-align: left; overflow: hidden; }
    .work-white-panel-box img{ width:75%; position: relative; z-index: 9999;}
    .box_pic .abspanel-line{ position:absolute; right:inherit; top: 45%; text-align:right; z-index: 99; left: 70%; width: 100px; }
    .panel-boxes2 .work-white-panel-box { text-align: right; }
    .panel-boxes2.box_pic .abspanel-line{ display:block; position:absolute; left:inherit; top: 45%; text-align:left; right:inherit; right: 72%; }
    .abs_panel_box2{ display:none;}
    .box_pic .abs_panel_box_one { width: 280px; right: -150px; top:35px; opacity: 0.9;}

    .secondry_submenu .sub-dropdown-menu{
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
    .secondry_submenu.opensub .sub-dropdown-menu{
        opacity: 1;
        visibility: visible;
        position: relative;
    }
    .secondry_submenu .dropdown-toggle .caret{
        display: inline-block;
       margin-top: -4px !important;
       border-top: 6px solid transparent !important;
       border-left: 6px dashed !important;
    } 
   .secondry_submenu.opensub .dropdown-toggle .caret{
       margin-top: 2px !important;
       border-left: 6px solid transparent !important;
       border-top: 6px dashed !important;
    }
    .landing_banner:before{
        width: 120px;
        height: 120px;
        background-size: 150%;
        background-position: -70px -110px;
    }
    .landing_banner .top_lists ul {
        margin-bottom: 40px;
        padding-left: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .landing_banner .top_lists ul li{
        padding-right: 0;
    }
    .floorplan_img_sec a.rm-design{
        max-width: 400px;
        height: 56px;
        line-height: 56px;
        font-size: 20px;
    }
    .floorplan_img_sec p{
        font-size: 16px;
        line-height: 22px;
        margin: 30px 0;
    }
    .floorplan_img_sec:after{
        top: -45px;
    }
    ul.benifit-list li{
        padding: 15px;
    }
    ul.benifit-list li .inner{
        box-shadow: 0px 0px 18px 0px rgba( 24, 24, 25, 0.15 );
        margin-bottom: 0;
        padding: 40px 20px;
    }
    ul.benifit-list li .inner .icon{
       font-size: 66px;
    } 
    ul.benifit-list .owl-nav .owl-prev,
    ul.benifit-list .owl-nav .owl-next{
        width: 20px;
        height: 48px;
        background: #bdbdbd;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #333;
        line-height: 52px;
        text-align: center;
    }
    ul.benifit-list .owl-nav .owl-prev{
        left: 0;
    }
    ul.benifit-list .owl-nav .owl-next{
        right: 0;
    }
    .floorplan_showcase .showcase-list2 li .overly{
        padding: 10px;
    }
    .floorplan_showcase .showcase-list2 li p{
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }
    .floorplan_showcase .showcase-list2 li .inner .icon{
        font-size: 22px;
    }
    .show_grid_item{
        height: 150px;
    }
    .height--2{
        height: 200px;
    }
    .height--3{
        height: 250px;
    }
    .height--4{
        height: 400px;
    }
    .sd-banner:before{
        background-size: auto 50%;
        width: 50%;
    }
    .sd-banner:after{
        display: none;
    }
    .sd-banner{
        padding: 110px 0 30px;
        min-height: inherit;
    }
    .banner_blbox{
        margin: 25px auto 0;
    }
    .sdpagesec{
        padding: 0;
    }
    .checkbox-outer input + label{
        font-size: 15px;
    }
    .secondry_submenu .sub-dropdown-menu li{
        font-size: 14px;
    }
    .secondry_submenu.opensub .dropdown-toggle{
        background: #967f44;
        color: #fff;
    }
    .secondry_submenu.opensub .sub-dropdown-menu{
        background: #e2d7b9;
        padding: 0;
    }
    .secondry_submenu.opensub .sub-dropdown-menu li{
        border-bottom: 1px solid #fff;
        padding-left: 20px;
    }
    .secondry_submenu.opensub .sub-dropdown-menu li a{
        color: #000;
    }
    .secondry_submenu.opensub .sub-dropdown-menu li a:before{
        position: relative;
        top: -2px;
        display: inline-block;
        margin-right: 10px;
    }
    .how-work-menu .menu-left{
        background-color: transparent;
    }
    #navbar{
        max-height: 85vh;
        overflow-x: visible;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 499px) {
    
    .boxes-panel .col-xs-6 { width: 100%; }
    .work-white-panel p { font-size: 14px; line-height: 22px; }
    .abs_panel_box { width: 80px; }
    .abs_panel_box_one { width: 120px; right: 0px; }
    .panel-boxes2 .abs_panel_box { width: 125px; }
    .panel-boxes2 .abs_panel_box_one { width: 120px; }
    .abs_panel_boxthree { display: none; }
    .work-white-panel .ready-made { margin-top: 30px; font-size: 14px !important; }
    .abs_pipe_panel { width: 70px; }
    .gray_panel .how-work p { padding: 15px 15px 0px 15px; }
    .inn_white_boxes .col-xs-4, .inn_white_boxes .col-xs-8 { width: 100%; }
    .inn_white_box_rt { padding-top: 30px; }
    .contact-ban h1 { padding: 20px 20px !important; }
    .contact-ban .start-design { margin-top: 50px; }
    .contact-ban { min-height: 490px; }
    .inn_cont_box ul li { background-size: 25px !important; }
    .inn_cont_box ul li a { font-size: 15px; line-height: 35px; padding-left: 35px; }
    .abs_inn_cont_box1 { width: 100px; display: block; top: -50px; }
    .abs-shadow { width: 300px; height: 43px; left: 50%; margin-left: -150px; top: -2px; }
    .sd-top{ padding: 20px 0;}
   .footer a.sign-up { text-align:left;}
   .inn_white_box_lt { width: 118px; display:block; margin: 0 auto; }
   .inn_white_box_rt {  text-align:center; }
   .inn_white_box_rt .blog-single h3{ color:#333333; font-size:18px;}
   .inn_white_box_rt .blog-single h3::before { margin: 0 auto 12px; }
   .box_pic .abspanel-line{ position:absolute; right: 0px; top: 45%; text-align:right; }
   .panel-boxes2.box_pic .abspanel-line{ display:block; position:absolute; left: 0px; top: 45%; text-align:left; right:inherit; }
   .abs_pipe_panel { width: 50px; top: -20px; }
   .rt_panel { padding-left: 0px; }
   .pic_boxex_panel { width: 60px; height: 60px; }
   .box_pic .abspanel-line { left: 69%;  width: 90px; }
   .box_pic .abs_panel_box_one {  width: 170px; right: -80px;  top: 10px; }   
   .panel-boxes2 .abs_panel_box_one { width: 170px !important; right: inherit; top: 10px; left: -65px; }
   .abs_pipe_panel { width: 70px; top: -35px; }
    
    .floorplan_showcase .showcase-list2 li{
        padding: 2px;
    }
    .floorplan_showcase .showcase-list2 li p{
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
    }
    .floorplan_showcase .showcase-list2 li .inner .icon{
        font-size: 18px;
    }
    .show_grid_item{
        height: 100px;
    }
    .height--2{
        height: 150px;
    }
    .height--3{
        height: 200px;
    }
    .height--4{
        height: 300px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

    .banner { padding: 110px 0 120px; }
    .banner h1 { line-height: 34px; }
    .banner a.start-design { margin-bottom: 10px; }
    a.start-design, .innerbanner a.start-design { padding: 4px 18px;}
    a.start-design span, .innerbanner a.start-design span { font-size: 26px; }
    .banner .quote { font-size: 13px; }
    .banner .quote span { font-size: 16px; }
    .review-sec { padding: 10px 0 15px 0; }
    .review-sec span { font-size: 14px; }
    .review-sec ul.rating li { width: 12px; }
    .review-sec ul.rating li img { width: 100%; }
    .review-sec a.btn { width: 126px; height: 28px; font-size: 15px; line-height: 14px; }
    .how-work { padding: 30px 0 10px; }
    .how-work h2, .benefits .inner h2, .showcase-outer h2, .design-bureau .head-block h2, .trusted-by h2 { font-size: 18px; line-height: 24px; }
    .how-work p { font-size: 16px; line-height: 24px; }
    ul.how-work-list { margin-bottom: 20px; }
    ul.how-work-list li .inner .top { padding: 25px 15px; }
    ul.how-work-list li .inner .icon { margin-bottom: 15px; font-size: 63px; }
    ul.how-work-list li .inner h3 { font-size: 14px; }
    ul.how-work-list li .cnt-block ul li { font-size: 12px; }
    .how-work a.ready-made { font-size: 15px; padding: 10px 15px }
    .benefits { padding: 40px 0 30px; }
    .benefits .inner { padding: 50px 0 30px 15px; }
    .benefits .inner h2 { padding-bottom: 20px; }
    .benefits .inner .compass { width: 120px; }
    .benefits .right-img { width: 450px; left: 88%; top: 108px; }
    .benefits .right-img img { left: 80%; }
    ul.benefits-list { max-width: inherit; width: 75%; padding-bottom: 10px; }
    ul.benefits-list li { padding: 0 0 15px 26px; font-size: 16px; line-height: 22px; }
    ul.benefits-list li:before { width: 18px; height: 19px; }
    .design-bureau .head-block p { font-size: 16px; line-height: 22px; }
    ul.review-slider p { font-size: 16px; line-height: 22px; padding-bottom: 15px; }
    ul.review-slider ul li { width: 14px; }
    .design-bureau a.read-reviews { font-size: 11px; padding: 8px 14px; }
    .trusted-by { padding: 60px 0 20px; }
    .sat-guarantee { padding: 30px 0; }
    .sat-guarantee h2 { font-size: 18px; }
    .sat-guarantee p { font-size: 16px; line-height: 22px; }
    .sat-guarantee span { font-size: 60px; }
    .sat-guarantee h2 { padding: 20px 0 10px; }
    .ready-made-design, .ready-made-design .container { height: 120px; }
    .ready-made-design a.rm-design { max-width: 300px; height: 44px; line-height: 44px; font-size: 16px; }
    .footer .top { padding: 20px 0; }
    .footer ul.foot-nav > li { font-size: 18px; }
    .footer ul.social li a img { width: 36px; }
    .footer a.sign-up { font-size: 12px; }
    .footer a.sign-up.login { margin-bottom: 0px; }
    .footer a.sign-up.login span { font-size: 18px; }
    .footer .bottom { padding: 10px 0; }
    .footer .bottom ul li { font-size: 8px; padding: 0 4px; }
    .aboutfeaturelist .compass.right { width: 28%; top: -280px; }
    .aboutfeaturelist .compass.right img { width: 350px; }
    .aboutfeaturelist h2 { font-size: 18px; line-height: 24px; }
    .aboutfeaturelist .feature-list li { padding-left: 30px; font-size: 16px; line-height: 20px; margin-bottom: 15px; }
    .aboutfeaturelist .feature-list li:before { width: 14px; height: 14px; }
    .abt-benefit .inner { padding: 0 0 0 40px; }
    .right-img.left-pos { left: inherit; right: 90%; }
    .aboutwork p { font-size: 15px; line-height: 22px; }
    .aboutwork .styleoffice h2 { font-size: 13px; line-height: 24px; }
    .aboutwork .styleoffice figure { height: 200px; }
    .aboutwork .styleoffice h3 { margin: 15px 0; font-size: 16px; }
    .blogcontents{ padding-bottom: 30px; }
    .blogcontents .bloghead h2 { font-size: 18px; line-height: 24px; }
    .blogcontents .styleoffice .abt_post ul li { font-size: 11px; margin-right: 15px; }
    .blogcontents .styleoffice .abt_post ul li:first-child { font-size: 12px; }
    .blogcontents .styleoffice .abt_post ul li img { max-width: 18px; margin-right: 5px; }
    .blogcontents .blogpagination ul li a { width: 28px; height: 28px; padding: 0; line-height: 33px; border-radius: 3px; font-size: 12px; }
    .blogcontents .blogpagination ul li.prev-page a,  .blogcontents .blogpagination ul li.next-page a { font-size: 24px; line-height: 29px; }
    .blog-single h3 { font-size: 18px; line-height: 24px; }
    .blog-single .abt_post ul li { font-size: 11px; margin-right: 15px; }
    .blog-single .abt_post ul li img { max-width: 18px; margin-right: 5px; }
    .blog-single .abt_post ul li:first-child { font-size: 12px; }
    .blog-single p img.flot-left,  .blog-single p img.flot-right { max-width: 120px; margin-right: 20px; }
    .blog-single p { margin-bottom: 20px; }
    .clientpagesec .bloghead { margin-bottom: 0; }
    .clientabt-review { padding: 30px 0; }
    .clientabt-review:before { background-position: 85% 50%; background-size: cover; }
    .clientabt-review h4 { font-size: 16px; line-height: 24px; }
    .clientabt-review .rate-box { height: 30px; }
    .clientabt-review .rate-box label a { width: 14px; height: 14px; }
    .clientabt-review .rate-box label { padding: 5px 15px; width: calc(100% - 40px); }
    .clientabt-review .rate-box span { width: 40px; line-height: 34px; font-size: 14px; }
    .clientcontents { padding-top: 0px; }
    .clientcontents .customers-box { margin-left: -10px; margin-right: -10px; }
    .customers-box ul li { padding-left: 10px; padding-right: 10px; }
    .customers-box ul li .box-datas { width: 100%; margin-bottom: 20px; margin-top: 5px; padding-bottom: 40px; height: 150px; }
    .customers-box ul li .box-datas figure { line-height: 110px; }
    .customers-box ul li .box-datas figure img { max-height: 50px; max-width: 90px; }
    .customers-box ul li .box-datas span { height: 40px; line-height: 40px; }
    .customers-box ul li .box-datas span a { font-size: 11px; }
    .clientslider #slider-client ul.slides li .slidects h4 { display: none; }
    .clientslider #slider-client ul.slides li .slidects p:before { width: 36px; height: 4px; display: block; margin: 0 0 12px; background: #ab9762; content: ""; }
    .clientslider #slider-client .flex-direction-nav { width: 70px; }
    .clientslider #slider-client .flex-direction-nav .flex-nav-prev .flex-prev,  .clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next { width: 35px; height: 35px; }
    .clientslider #slider-client .flex-direction-nav .flex-nav-prev .flex-prev:after,  .clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next:after { width: 18px; height: 12px; background-size: 60px; }
    .clientslider #slider-client .flex-direction-nav .flex-nav-next .flex-next:after { background-position: -42px 0px; }
    .clientslider #slider-client ul.slides li .slidects { max-width: calc(100% - 80px); padding: 10px; }
    .clientcontents .customers-box { border-bottom: 1px solid #eee; margin-bottom: 10px; }
    .sd-banner h1{ padding-bottom: 0px; font-size: 16px;}
    .contact-ban h1 { margin-top: 0px; font-size: 18px; }
    .contact-ban h1 { padding: 8px !important;}
    .contact-ban h1 span { font-size: 18px; line-height: 20px; color:#000; }
    .abs_inn_cont_box1 { width: 90px; top: -40px; }
    .work-white-panel h2{ text-align:left;}
    .work-white-panel h2:before {  margin: 0px 0px 12px 0px; }
    .work-white-panel h2.sub-heading{ font-size: 14px; text-align:center; line-height: 24px;}
    .price-bg-panel .blog-single p { margin-bottom: 15px; }
    
    .banner_blbox{
        height: auto;
        padding: 10px;
    }
    .landing_banner{
        padding: 100px 0;
    }
    .landing_banner h1{ 
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .landing_banner .top_lists ul li{
        font-size: 15px;
    }
    .landing_banner .top_lists ul li:before {
        width: 14px;
        height: 14px;
        top: 0;
    }
    .landing_banner .top_lists ul{
        margin-bottom: 15px;
    }
    .landing_banner:before{
        width: 105px;
    }
    .landing_benefit_sec{
        padding: 30px 0 60px;
    }
    .landing_benefit_sec p{
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
    }
    ul.benifit-list{
        margin-top: 30px;
    }
    ul.benifit-list li .inner p{
        font-size: 14px;
        line-height: 18px;
    }
    .floorplan_img_sec{
        padding: 40px 0 30px;
    }
    .floorplan_img_sec h2{
        font-size: 18px;
        line-height: 24px;
    }
    .floorplan_img_sec:after {
        background-size: 80% auto;
    }
    .floorplan_img_sec p{
        font-size: 14px;
        margin: 15px 0;
    }
    .floorplan_img_sec a.rm-design{
        font-size: 15px;
    }
    .floorplan_showcase{
        padding: 50px 0 0;
    }
    .floorplan_showcase h2{
        padding-bottom: 25px;
    }
    .floorplan_showcase:before {
        width: 60px;
        height: 120px;
        background-size: 100% auto;
        bottom: inherit;
        top: 8px;
        left: inherit;
        right: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .client_sec_landing{
        padding: 30px 0 40px;
    }
    .client_sec_landing h2{
        font-size: 18px;
    }
    .client_say ul li img{
        max-height: 18px;
    }
    .client_say ul li h5{
        font-size: 12px;
        margin: 10px 0 15px;
    }
    .client_say ul li p{
        font-size: 14px;
        line-height: 20px;
    }
    .client_say ul li .rate-box{
        max-width: 200px;
        margin-bottom: 30px;
    }
    .clientabt-review .btn-rev{
        width: 160px;
        height: 36px;
        font-size: 12px;
        line-height: 36px;
    }
    .client_sec_landing:before{
        background-size: auto 74%;
    }
    .checkbox-outer input + label{
        font-size: 12px;
    }
    .checkbox-outer input + label:before{
        width: 14px;
        height: 14px;
    }
    ul.suits-listing li .checkbox-outer input + label:before{
        vertical-align: text-top;
    }
    ul.suits-listing li{
        padding-left: 7px;
        padding-right: 7px;
    }
    .need-to-know .text-area {
        margin-bottom: 0;
    }
    .interior-pic .upload-outer ul {
        padding-left: 0;
        padding-top: 5px;
    }
    .banner_blbox figure img {
        max-height: 44px;
    }
    .navbar-default .navbar-nav > li > a .caret{
        margin-top: -5px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: #333;
        padding-top: 16px !important;
    }
    .dropdown-menu li.menu-left ul li a {padding: 2px 30px;}
    
}



/* EDITED BY JSR IT B.V. */
/* J. Rooijmans - 30-08-2018 */
ul.suits-listing li .inner figure { max-width: unset; height: 275px; }
ul.suits-listing li .inner figure img { max-height: 100%; margin: 0 auto; }
/* J. Rooijmans - 04-09-2018 */
.how-work { margin-bottom: 2em; }
.landing_banner { padding-top: 250px; }
.page-id-409 .banner { min-height: 930px; }
.page-id-418 .banner { min-height: 930px; }
/* J. Rooijmans - 06-09-2018 */
.clientslider #slider-client .flex-direction-nav { bottom: 145px; }
.page-id-7 .clientslider #slider-client .flex-direction-nav { bottom: 115px; }
/* J. Rooijmans - 11-09-2018 */
.aboutfeaturelist .compass.right { width: 50%; }