@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');


@import url('font-awesome.css');
@import url('flaticon.css');

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block}
html {font-size: 100%; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */}
html, button, input, select, textarea {
    font-family: sans-serif;
    font-family: 'Nunito', sans-serif;
}
html, body { overflow-x: hidden; width: 100%;}

body { margin: 0;  font-family: 'Poppins', sans-serif;}

html, html a { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); -webkit-font-smoothing: antialiased;}
a:focus { outline: thin dotted;  text-decoration: none;}
a:active, a:hover { outline: 0; text-decoration: none;}
h1 {margin: 0.67em 0; font-size: 2em;}
h2 { margin: 0.83em 0; font-size: 1.5em;}
h3 { margin: 1em 0; font-size: 1.17em;}
h4 {margin: 1.33em 0; font-size: 1em;}
h5 { margin: 1.67em 0; font-size: 0.83em;}
h6 { margin: 2.33em 0; font-size: 0.75em;}
abbr[title] { border-bottom: 1px dotted}
.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}
.clearfix{clear: both;}
.vtop{vertical-align: top; padding-top: 10px;}

b, strong { font-weight: bold}
blockquote { margin: 0px}
dfn { font-style: italic}
mark { background: #ff0;  color: #000;}
p, pre { margin: 1em 0}

code, kbd, pre, samp { font-size: 1em; font-family: monospace, serif; _font-family: 'courier new', monospace;}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
q { quotes: none}
q:before, q:after { content: ''; content: none;}
small { font-size: 75%}
sub, sup { position: relative;  vertical-align: baseline; font-size: 75%; line-height: 0;}
sup { top: -0.5em}
sub { bottom: -0.25em}
dl, menu, ol, ul { margin: 0}
dd {    margin: 0 0 0 40px}
menu, ol, ul { padding: 0}
nav ul, nav ol { list-style: none;  list-style-image: none;}

img { border: 0; /* 1 */  -ms-interpolation-mode: bicubic; /* 2 */}
svg:not(:root) {    overflow: hidden}
figure {margin: 0}
form {margin: 0}

fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0;}

legend {  padding: 0;  border: 0; /* 1 */ white-space: normal; /* 2 */  *margin-left: -7px; /* 3 */}
button, input, select, textarea {  margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ font-size: 100%; /* 1 */ *vertical-align: middle; /* 3 */}

button, input { line-height: normal}
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] { cursor: pointer; /* 3 */  -webkit-appearance: button; /* 2 */ *overflow: visible; /* 4 */}
button[disabled], input[disabled] {  cursor: default}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */  padding: 0; /* 2 */  *height: 13px; /* 3 */  *width: 13px; /* 3 */}
input[type="search"] {  /* 2 */ box-sizing: content-box; -webkit-appearance: textfield; /* 1 */ nowhitespace: afterproperty;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0;}
textarea {  overflow: auto; /* 1 */ vertical-align: top; /* 2 */}

.sticky {
  position: fixed;
    top: 200px;
    left: 0px;
    background-color: #ffffff;
}

.gallerywidth100{width: 100%; margin-bottom: 30px;}


/* Gallery Item */

.floorplan{background:#F7F7F7; padding: 10px 0px 80px 0px;}
.floorplan h1{text-align: center; color: #5F4739; font-weight: 300;  font-size: 30px;  font-family: 'Poppins', sans-serif; padding: 0px 0px 50px 0px; margin: 60px 0px 0px 0px;}

.gallery-item{ position:relative; margin-bottom:30px;}
.gallery-item .inner-box{ position:relative; overflow:hidden;}
.gallery-item .inner-box .image{ position:relative;}
.gallery-item .inner-box .image img{ position:relative; width:100%; display:block;}
.gallery-item .inner-box .image .borderoverin{outline: 1px solid white; outline-offset: -12px;}
.gallery-item .inner-box .image .overlay-box{ position:absolute; left:0px; top:0px; width:100%; height:100%;
    display:block; opacity:0; -webkit-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease;
    transition: all 600ms ease;}
.gallery-item .inner-box .image .overlay-box:before{ position:absolute; content:''; left:0px; top:0px; width:100%;
    height:100%; display:block; opacity:0; -webkit-transition: all 600ms ease; -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease; transition: all 600ms ease; }
.gallery-item .inner-box:hover .image .overlay-box:before{ opacity:1;}
.gallery-item .inner-box:hover .image .overlay-box{ opacity: 1;}
.gallery-item .inner-box .image .overlay-box .content{ position:absolute; left:0px; top:0px; width:100%; height:100%; display:block;}
.gallery-item .inner-box .image .overlay-box .content h2{ position:relative; color:#ffffff; font-size:18px; font-weight:700; line-height:1.4em; margin-bottom:5px;}
.gallery-item .inner-box .image .overlay-box .content h2 a{ position:relative; color:#ffffff; transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease;}
.gallery-item .inner-box .image .overlay-box .content h2 a:hover{color:#d7a449;}
.gallery-item .inner-box .image .overlay-box .content .popup-btn{position:absolute; right:140px; top:150px; color:#ffffff;
    font-size:26px; transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;}
.gallery-item .inner-box .image .overlay-box .content .popup-btn:hover{ color:#d7a449;}
.gallery-item .inner-box:hover .image .overlay-box .content .popup-btn{ top:105px;}
.gallery-item .inner-box .image .overlay-box .content .category{ position:relative; color:#d7a449; font-size:14px; font-weight:400;}

/* Gallery Item */

.specification{padding:80px 0px 60px 0px;}
.specification h1{ font-family: 'Poppins', sans-serif; font-size:32px; color:#333; padding:10px 0px 80px 0px; margin:0px; font-weight:300; text-align: center;}
.specification h4{ font-family: 'Poppins', sans-serif; font-size:18px; color:#333; padding:0px; margin:0px; font-weight:bold;}
.specification ul li{background:url(../images/lidots.png) left 27px no-repeat; color:#444444; font-family: 'Poppins', sans-serif; font-size:13px; line-height:21px; list-style:none; padding: 20px 0px 0px 20px;}
.specification p{ color:#444444; font-family: 'Poppins', sans-serif; font-size:13px; line-height:21px;}
.specification .clearfix{clear:both; margin-bottom:30px;}
.specificationwidth100{width: 100%; margin-bottom: 30px;}
.specification .miconpading{min-height: 100%;}



.button { border: none; color: white; text-align: center; text-decoration: none; display: inline-block;
  font-size: 16px; margin: 4px 2px; transition-duration: 0.4s; cursor: pointer;}
#loader{z-index:999999; display:block; position:fixed; top:0; left:0; width:100%; height:100%; background:url(../img/loader.gif) 50% 50% no-repeat #ffffff; }
.inquiry a{background:url(../images/top_mail_left.png) no-repeat 20px center; color:#FFFFFF; text-align:right; float:right;
 padding-left:45px; padding-right: 45px; margin-top:12px; display:inline-block; font-size:12px; font-family: 'Poppins', sans-serif;  font-weight: 300;
position: relative;z-index: 9;}
.inquiry a:hover{ color: #DFB566; }
.calltop{font-size:12px; font-family: 'Poppins', sans-serif; color:#FFFFFF; text-align:right; float:right; 
background:url(../images/top_phone.png) no-repeat left center; padding-left:25px; margin-top:12px; margin-left:23px; display:inline-block; font-weight: 300;
position: relative;z-index: 9;}
/* ==========================================================================
Tables
========================================================================== */
table { border-spacing: 0; border-collapse: collapse;}
/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding { margin: 0 !important;  padding: 0 !important;}
p { font-size: 14px; line-height: 25px;}
a {  color: #000000;}
a:hover, a:focus { color: #152E56; text-decoration: none;}
/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #4b98a9;
    font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
    background-color: #73d0da;
    color: #fff;
    text-decoration: none;
}
.learn-btn, .download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #73d0da;
    color: #73d0da;
    text-decoration: none;
}
.read-more-btn {
    display: inline-block;
    color: #323a45;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}

.logogap{padding-top: 35px;}

.stickydownload{position:fixed; left: 0px; top: 50px;}

/* ==========================================================================
Hero
========================================================================== */
.hero {position: absolute; color: #fff;}
.hero h1 { margin: 25% 0 6% 0; font-weight: 100; font-size:40px; line-height: 50px; color:#ffffff; font-family: 'Pacifico', sans-serif; text-align: center;}
.hero h3 { margin: 0px 20% 10px 20%; font-weight: normal; font-size: 13px; color:#FFFFFF; font-family: 'Poppins', sans-serif;
line-height: 26px; text-align: center;}
#home {  width: 100%;  height: 100%;}
.hero { width: 100%;  height: 100%;}



.hmbanner li{position:relative; left:0;}
.hmbanner li div.bannertext{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    position: absolute;
    top: 34%; 
    left: 9%;
    color:#ffffff;
    font-weight: 300;
    line-height: 55px;
}

.hmbanner li div.bannertext1{display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;  
    padding: 35px 25px;
    position: absolute;
    top: 50%;
    left: 7%;
    line-height: 20px; 
    z-index: 666666; 
    color:#f07a01;
    }

.hmbanner li div.bannertext2{display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;  
    left: 57%;
    padding: 10px 25px;
    position: absolute;
    top: 53%;
    line-height: 20px; 
    z-index: 666666; 
    color:#333333;}

.hmbanner li div.bannerbtn{
    display: block;
    position: absolute;
    top: 66%;
    z-index: 666666;
    text-align: center;
    width: -webkit-fill-available;
  }

.bannerbtncolor{
    background: none;
    border: 1px solid #D2AB47; 
    padding: 15px 30px 15px 30px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 20px;
    color: #E9C558;
font-weight: 300;}

.aboutbtncap{vertical-align: center; margin:0px auto; width: 100%; }
.aboutbtn{
    border:1px solid #444444;
    margin: 30px 0px 0px 210px ;
    padding: 15px 40px;
    color: #444444;
    vertical-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    background:none;}

.minhight250{min-height: 220px;}

/* ==========================================================================
Menu
========================================================================== */
nav{

    display: flex;
    position:sticky;
    z-index: 10;
}

/*Styling logo*/
.logo{ margin: -32px 0px 0px 0px; }
/*.fixed {position: fixed; margin: 1% 0 0 0%;}
.fixed img {width:100px;}*/

/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 15%;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.nav-links1{
    display: flex;
    list-style: none;
    width: 62vw;
    padding: 0 0.6vw;
    justify-content: space-evenly;
    align-items: center;
    margin: 2% 0% 0% 25%;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    position: fixed;}

.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
    color: #ffffff;
}
.nav-links li a:hover {
    color: #DFB566;
}
.nav-links li {
    position: relative;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #DFB566;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 25px 0 0 10%;
}
.nav-links li a:hover::before{
    width: 80%;
}


/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #DFB566;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
    nav{z-index: 3;}
    .logo{ margin:0% 0 0 1%;}
    .logo img{width: 120px;}
.hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    ul.nav-links{margin-top: 0px;}

        .nav-links{
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        margin-left: -4%;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 0;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}


/* ==========================================================================
Menu
========================================================================== */



/* ==========================================================================
aboutus
========================================================================== */
section.aboutus{background:url(../images/bg_projects.png) no-repeat top left fixed #F4F4F4; padding:40px 0px 40px 0px;}
section.aboutus h1 { color: #333333; font-weight: 300;  font-size: 30px;  font-family: 'Poppins', sans-serif; padding: 0px 0px 30px 0px; margin: 25px 0px 0px 0px;}
section.aboutus p { color: #333333;  font-weight: 300;  font-size: 14px; line-height: 28px; font-family: 'Poppins', sans-serif; margin:0px 10%; }

section.amenities h1{ text-align: center; color: #333333; font-weight: 300;  font-size: 30px;  font-family: 'Poppins', sans-serif; padding: 30px 0px 0px 0px; margin: 30px 0px 0px 0px;}
/* entire container, keeps perspective */
.flip-container {perspective: 1000px; text-align:center; margin:35px auto 0px auto;}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {transform: rotateY(180deg);}
.flip-container, .front, .back {width: 110px;height: 110px;}
/* flip speed goes here */
.flipper {transition: 0.6s; transform-style: preserve-3d;position: relative;}
/* hide back of pane during swap */
.front, .back {backface-visibility: hidden; position: absolute;top: 0;left: 0;}
/* front pane, placed above back */
.front {z-index: 2; /* for firefox 31 */transform: rotateY(0deg);}
/* back, initially hidden pane */
.back { transform: rotateY(180deg);}
.flipheading{ font-family:'Poppins', sans-serif; font-size:12px; color:#333333; margin:10px 0px 0px 0px; text-align:center;}


/* ==========================================================================
Features List
========================================================================== */
section.ourexpertise { padding: 20px 0 0px 0; background: url(../img/menutop.jpg) center top no-repeat #ffffff;}
section.ourexpertise h1{ text-align: center; color: #333333; font-weight: 300;  font-size: 30px;  font-family: 'Poppins', sans-serif; padding: 30px 0px 0px 0px; margin: 10px 0px 30px 0px;}
section.ourexpertise h2 {color: #333333; font-size: 45px;  font-family: 'Poppins', sans-serif; padding: 0px; margin: 10px 0px 40px 0px; text-align: left;}
section.ourexpertise p { color: #FFFFFF;  font-weight: 300;  font-size: 15px; line-height: 28px; font-family: 'Poppins', sans-serif;}
section.ourexpertise h3{ font-size:20px; color:#333333; font-weight:300; margin-bottom:18px; margin-top:100px; font-family: 'Poppins', sans-serif; line-height:35px; text-align: center;}
section.ourexpertise h3 span{ font-size:16px; }
section.ourexpertise h4{ font-size:26px; color:#444444; font-weight:300; margin-bottom:18px; margin-top:0px; font-family: 'Poppins', sans-serif; line-height:35px;}
section.ourexpertise p{ font-size:15px; color:#777777; font-weight:normal; margin-bottom:18px; margin-top:0px; font-family: 'Poppins', sans-serif; line-height:30px;}

/*-----------------------------------------
  3.2.  Menu
/*----------------------------------------*/
.filtr-item { display: none;}
.filtr-item.active { display: block;}
.menu_filter { margin: 40px 0px 40px 0px;}
.menu_filter ul {font-family: 'Poppins', cursive; color: #1F1F2D; font-size: 30px;}
.menu_filter .item { min-height: 40px;}
.menu_filter .item a,
.menu_filter .item.active a {font-size: 30px; line-height: 25px;}
.menu_filter .item a {color: #333; padding: 2px 20px; font-family: 'Poppins', sans-serif; display: block;}
.menu_filter .item a:focus,
.menu_filter .item a:hover{text-decoration: none; color: #DBB974; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;}
.menu_filter .item.active a {color: #f07a01;}
#menu_items {height: 100%; padding-bottom:0px;}
.filter_item_img {position: relative; float: left; margin-right: 40px; overflow: hidden;}
.filter_item_img:after {content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; opacity: 0; border-radius: 50%;
background-color: #990100; -webkit-transition: opacity 0.45s; transition: opacity 0.45s;}
#menu_items .block:hover .filter_item_img:after {opacity: .8;}
.filter_item_img .fa { position: absolute; left: 40%; top: 40%; z-index: 1; font-size: 30px; color: #fff; opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1);}
#menu_items .block:hover .filter_item_img .fa {opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
.filter_item_img img { max-width: 100%; border-radius: 50%; width: 136px; height: 136px;}
#menu_items .left,
#menu_items .right {line-height: 0; overflow: hidden;}
#menu_items .image { margin-bottom: 35px;}
#menu_items .left .image:not(:first-child),
#menu_items .right .image:not(:last-child) { width: 50%;}
#menu_items .block { display: block; text-decoration: none; margin-bottom: 35px;}
#menu_items .content { position: relative; overflow: hidden;}
#menu_items .info div { margin: 5px 0;}
#menu_items .filter_item_price {font-size: 18px; color: #990100; font-family: 'Montserrat-Bold';}
#menu_items .info .name {font-size: 23px; font-family: 'ChunkFiveEx'; color: #f6a525; text-transform: uppercase; white-space: nowrap;
    text-overflow: ellipsis; overflow: hidden;}
#menu_items .info .short {color: #838383; font-family: 'Montserrat-Regular'; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
#menu_items .left .image:not(:first-child) .info .short,
#menu_items .right .image:not(:last-child) .info .short {font-size: 10px;}
#menu_items .block * {transition: all .5s;}
#menu_items .block:hover .content {transform: scale(.87);}
#menu_items .block:hover .info {opacity: 1;}
.menu-item li{color:#000000; font-size:20px; font-family: 'Poppins', sans-serif; padding-bottom:15px; margin-bottom:15px; 
border-bottom:1px dashed #ddd; list-style:none; text-transform: uppercase;}
.menu-item li span.prize{ font-weight:bold; float:right; font-size: 20px;}
.menu-item li span.ingredients{ font-size:11px; color:#333333; display:block; text-transform:none; width: 80%;}
.sub-menu-item li{font-size:15px; color:#fff; display:inline-block; padding-right:20px; margin-right:20px; border-right:1px dashed #666; line-height:25px;}
.sub-menu-item li:last-child{ border-right:none;}

/*-----------------------------------------
  3.2.  Menu
/*----------------------------------------*/

/* ==========================================================================
Showcase
========================================================================== */

#screenshots{ background:#F2F2F2; padding: 60px 0px;}
#screenshots .rightlogo{ background: url(../images/eshanya_solitaire/icon_location.png) no-repeat left 45px; padding: 40px 0px 0px 55px; text-align: left; font-size: 18px; font-family: 'Poppins', sans-serif; }
#screenshots .rightimg{text-align: center; background:#f07a01; color:#FFF; font-family:'Poppins', sans-serif; font-size:15px; border-radius:0px; 
        padding:15px 20px;
        margin-top: 70px;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
        margin-left: 5px; width: 230px; float: left;}

#screenshots .rightimg a{color:#FFF;}
#screenshots .rightimg a:hover{color:#DFB466;}
#screenshots h1 { color: #000000; font-weight: 100; font-size: 55px;  font-family: 'Poppins', sans-serif; padding: 0px; margin: 0px 0px 40px 0px; text-align: center;}




#customerlogo{padding: 80px 0px 120px 0px; background: url(../images/solitaire_26/payment_mode.jpg) center top fixed #D07F27; font-size: 12px; color: #ffffff;}
#customerlogo span{font-size: 20px; color: #ffffff;}
#customerlogo h1 {color: #ffffff; font-size: 30px; font-family: 'Poppins', sans-serif; padding: 0px; 
margin: 0px 0px 50px 0px; text-align: center;}
#customerlogo .title{ color: #FFFFFF; font-size: 12px; font-family: 'Poppins', sans-serif; }
#customerlogo .intext{min-height: 80px; text-align: center;}


#customerlogo1{padding: 80px 0px 120px 0px; background: url(../images/eshanya_solitaire/payment_mode.jpg) center top fixed #D07F27; font-size: 12px; color: #ffffff;}
#customerlogo1 span{font-size: 20px; color: #ffffff;}
#customerlogo1 h1 {color: #ffffff; font-size: 30px; font-family: 'Poppins', sans-serif; padding: 0px; 
margin: 0px 0px 50px 0px; text-align: center;}
#customerlogo1 .title{ color: #FFFFFF; font-size: 12px; font-family: 'Poppins', sans-serif; }
#customerlogo1 .intext{min-height: 80px; text-align: center;}

#customerlogo2{padding: 80px 0px 120px 0px; background: url(../images/siddharth_saumya/payment_mode.jpg) center top fixed #D07F27; font-size: 12px; color: #ffffff;}
#customerlogo2 span{font-size: 20px; color: #ffffff;}
#customerlogo2 h1 {color: #ffffff; font-size: 30px; font-family: 'Poppins', sans-serif; padding: 0px; 
margin: 0px 0px 50px 0px; text-align: center;}
#customerlogo2 .title{ color: #FFFFFF; font-size: 12px; font-family: 'Poppins', sans-serif; }
#customerlogo2 .intext{min-height: 80px; text-align: center;}

#customerlogo3{padding: 80px 0px 120px 0px; background: url(../images/aarna_673/payment_mode.jpg) center top fixed #D07F27; font-size: 12px; color: #ffffff;}
#customerlogo3 span{font-size: 20px; color: #ffffff;}
#customerlogo3 h1 {color: #ffffff; font-size: 30px; font-family: 'Poppins', sans-serif; padding: 0px; 
margin: 0px 0px 50px 0px; text-align: center;}
#customerlogo3 .title{ color: #FFFFFF; font-size: 12px; font-family: 'Poppins', sans-serif; }
#customerlogo3 .intext{min-height: 80px; text-align: center;}

/* ==========================================================================
Download Now
========================================================================== */
.download { padding: 80px 0px 80px 0px;}
.download .contactdetials{margin-bottom: 20px;}
.download .borderrightdot{ border-right: 1px solid #cccccc;}
.download h1 {color: #333; font-size: 30px;  font-family: 'Poppins', sans-serif; padding: 0px 0px 30px 0px; margin: 0px; text-align: center;}
.download h2 { color: #ffffff; font-weight: 400;  font-size: 22px;  font-family: 'Poppins', sans-serif; padding: 0px; margin: 0px 0px 40px 10px; text-align: left;}
.download h3 { color: #ffffff; font-weight: 400;  font-size: 22px;  font-family: 'Poppins', sans-serif; padding: 0px; margin: 0px 0px 40px 10px; text-align: left;}
.download h4 { color: #ffffff; font-weight: 100;  font-size: 15px;  font-family: 'Poppins', sans-serif; padding: 0px; margin: 5px 0px 5px 10px; text-align: left;}
.download p{ font-size:15px; color:#ffffff; font-weight:normal; margin-bottom:18px; margin-top:0px; margin-left: 10px;
    font-family: 'Poppins', sans-serif; line-height:24px; text-align: left;}
.download .appoint input{ background:#ffffff; width:100%; font-family:'Poppins', sans-serif; border:1px solid #DDDDDD; 
margin:4px 0px 12px 0px; padding:23px 25px; font-size:12px; color:#D07F26; border-radius:0px;}
.download .appoint textarea{ background:#ffffff; width:100%; font-family:'Poppins', sans-serif; border:none; 
margin:4px 0px 12px 0px; padding:23px 25px; font-size:12px; color:#D07F26; border-radius:10px;}
.download .btn{ background:#f07a01; color:#FFF; font-family:'Poppins', sans-serif; font-size:15px; border-radius:0px; 
        padding:15px 40px;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear;
        margin-left: 5px;}
.download .btn a{color:#FFF;}
.download .btn:hover{ background:#211614; color:#FFF; font-family:'Poppins', sans-serif; font-size:15px;}

.copyright{color: #D07F27; font-family: 'Poppins', sans-serif; font-size: 12px; text-align: center; padding: 30px 0px 30px 0px;}


#buttontop {display: inline-block;background-color: #FF9800; width: 50px; height: 50px; text-align: center; 
    border-radius: 4px; position: fixed; bottom: 30px; right: 30px;
 transition: background-color .3s,   opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000;}
#buttontop::after { content: "\f077";
  font-family: FontAwesome;  font-weight: 100;  font-style: normal;  font-size: 15px;  line-height: 50px;  color: #fff;}
#buttontop:hover {  cursor: pointer;  background-color: #333;}
#buttontop:active {  background-color: #555;}
#buttontop.show { opacity: 1; visibility: visible;}






/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(33, 22, 20, 0.95);}

/* Menu style */
.overlay nav {position: relative; top: 45%; height: 70%; text-align: center; font-size: 54px; -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); transform: translateY(-50%);}
.overlay ul {position: relative; display: inline-block; margin: 0 auto; padding: 0; list-style: none;}
.overlay ul li {display: block; margin-right: 20px;}
.overlay ul li:last-child { margin-right: 0px}
.overlay ul li i {display: block; margin-bottom: 10px; font-size: 40px;}
.overlay ul li a {display: block; padding: 10px 0; color: #fff; font-weight: 100; font-size: 35px; -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.overlay ul li a:hover, .overlay ul li a:focus { color: #73d0da;}

/* Effects */
.overlay-boxify {visibility: hidden; opacity: 0; -webkit-transition: opacity 0.5s, visibility 0s 0.5s; transition: opacity 0.5s, visibility 0s 0.5s;}
.overlay-boxify.open {visibility: visible; opacity: 1; -webkit-transition: opacity 0.5s; transition: opacity 0.5s;}
.overlay-boxify nav ul li {opacity: 0; -webkit-transform: translate3d(0, -80px, 0); transform: translate3d(0, -80px, 0); -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;}
.overlay-boxify.open nav ul:first-child li:first-child {-webkit-transition-delay: 0.05s; transition-delay: 0.05s;}
.overlay-boxify.open nav ul:first-child li:nth-child(2) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {-webkit-transition-delay: 0.15s; transition-delay: 0.15s;}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {-webkit-transition-delay: 0.2s; transition-delay: 0.2s;}
.overlay-boxify.open nav ul li {opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}



@media screen and (max-width: 768px) {
    .hmbanner li span.bannertext {font-size: 15px; padding: 10px 0px 10px 0px; top: 40%;}
    .hmbanner li span.bannertext1 {font-size: 25px; left: 5%; padding: 20px 0px 0px 0px; top: 48%; line-height: 15px;}
    .hmbanner li span.bannertext2{display: block;  font-size: 15px;   left: 0%; top: 60%; line-height: 20px; }
section.ourexpertise .imgpadexpert {text-align: center; padding: 25px 0px 0px 0px; width: 100%;}
.background{background: none;}
.hero h1 { margin: 180px 0 0px 0; font-size: 30px; }
.hero h3 { margin: 15px 20px 10px 20px; font-size: 13px; }
.hero .button1 {margin: 4% 0px 0px 24%;}
section.ourexpertise { padding: 30px 0 100px 0;}
section.ourexpertise h1 { font-size: 30px; margin: 0px 0px 20px 0px;}
section.ourexpertise h2 {font-size: 25px;}
.menu-item li{font-size:15px;}
section.aboutus h1 {font-size: 22px;}
section.aboutus .imgpad {text-align: center; padding: 50px 0px; width: 100%;}
#customerlogo h1 {font-size: 30px;}
.showcase h1 {font-size: 30px;}
.download h1 {font-size: 30px;}
.overlay ul li { display: block; float: none; margin-right: 20px;}
.overlay ul li a {font-size: 20px;}
.specificationwidth100{width: 86px; margin-bottom: 30px; text-align: center;}
#customerlogo .title{ color: #FFFFFF; font-size: 20px; font-family: 'Poppins', sans-serif; text-align: center; padding-bottom: 50px;}
.inquiry a{display: none;}
.calltop{display: none;}


}


@media screen and (max-height: 450px){
.overlay ul li a {font-size: 20px;}
}

@media (max-width: 768px) {
    .hmbanner{height:auto;}
    .hmbanner li div.bannertext{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    position: absolute;
    top: 46%; 
    color:#BC832D;
    font-weight: 300;
    text-align: center;
    width: -webkit-fill-available;
    line-height: 20px;
    left: 0%;
}

.hmbanner li div.bannertext1{display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;  
    padding: 35px 25px;
    position: absolute;
    top: 53%;
    left: 0%;
    line-height: 18px; 
    z-index: 666666; 
    color:#FFFFFF;
    text-align: center;
    width: -webkit-fill-available;}


.displaysmall{display: block;}
}
@media (max-width: 640px) {

    .hmbanner li span.bannertext {font-size: 15px; padding: 10px 0px 10px 0px; top: 40%;}
    .hmbanner li span.bannertext1 {font-size: 25px; left: 5%; padding: 20px 0px 0px 0px; top: 48%; line-height: 15px;}
    .hmbanner li span.bannertext2{display: block;  font-size: 15px;   left: 0%; top: 60%; line-height: 20px; }
    .displaysmall{display: block;}
    }
@media (max-width: 480px) {
    .hmbanner{height:auto;}
    .hmbanner li span.bannertext {font-size: 15px; padding: 10px 0px 10px 0px; top: 40%;}
    .hmbanner li span.bannertext1 {font-size: 25px; left: 5%; padding: 20px 0px 0px 0px; top: 48%; line-height: 15px;}
    .hmbanner li span.bannertext2{display: block;  font-size: 15px;   left: 0%; top: 60%; line-height: 20px; }


    }
@media (max-width: 360px){
    .hmbanner li span.bannertext {font-size: 15px; padding: 10px 0px 10px 0px; top: 40%;}
    .hmbanner li span.bannertext1 {font-size: 25px; left: 5%; padding: 20px 0px 0px 0px; top: 48%; line-height: 15px;}
    .hmbanner li span.bannertext2{display: block;  font-size: 15px;   left: 0%; top: 60%; line-height: 20px; }
.displaysmall{display: block;}
    }
@media (max-width: 320px) {
    .hmbanner{height:auto;}

    .hmbanner li span.bannertext {font-size: 15px; padding: 10px 0px 10px 0px; top: 40%;}
    .hmbanner li span.bannertext1 {font-size: 25px; left: 5%; padding: 20px 0px 0px 0px; top: 48%; line-height: 15px;}
    .hmbanner li span.bannertext2{display: block;  font-size: 15px;   left: 0%; top: 60%; line-height: 20px; }
    .displaysmall{display: block;}
}