h1, h2, h3, h4, h5, h6 , stong{
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0 5px;
    line-height: 26px; 
    font-family: 'Roboto Slab', serif;
    color: #9F280C !important;
}
ul, ol {margin: 0;}
p {margin: 0; padding: 10px 0px;}
html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    background:#fff; 
}

a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
a,a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration:none;
    color: #9F280C;
}
/*--header start here--*/
.logo {
    float: left;
}
.logo h2 {
    font-family: 'Roboto Slab', serif;
}
.logo h2 a{
    color: #fff;
}
.header-main {
    padding: 1.3em 0em;
}
.banner-text {
    text-align: center;
    padding-top: 12em;
}
.banner-text h1 {
    color: #fff;
    margin-bottom: 0.5em;
    font-family: 'Roboto Slab', serif;
}
.banner-text h5 {
    color: #fff;
}
.banner-text p {
    color: #fff;
    line-height: 1.8em;
    width: 64%;
    margin: 2em auto 0em;
}
.bann-strip {
    background: rgba(0, 0, 0, 0.52);
    padding: 1em 0em;
    position: absolute;
    left: 0px;
    bottom:0px;
    width: 100%;
}
.head-social-icns {
    float: left;
    width: 55%;
}
.head-social-icns ul {
    padding: 0px;
    list-style: none;
    text-align: right;
}
.head-social-icns ul li{
    display: inline-block;
    margin-left:20px;
}
.head-social-icns ul li a {
    background: url(../images/social-icn.png)no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 30px;
}
.head-social-icns ul li a.fa {
    background-position:12px 6px;
}
.head-social-icns ul li a.tw {
    background-position: -27px 7px;
}
.head-social-icns ul li a.g {
    background-position:-66px 6px;
}
.head-social-icns ul li a.p {
    background-position:-107px 6px;
}
.head-social-icns ul li a.fa:hover {
    transform: rotateY(360deg);
    transition: 0.5s all;
}
.head-social-icns ul li a.tw:hover {
    transform: rotateY(360deg);
    transition: 0.5s all;
}
.head-social-icns ul li a.g:hover {
    transform: rotateY(360deg);
    transition: 0.5s all;
}
.head-social-icns ul li a.p:hover {
    transform: rotateY(360deg);
    transition: 0.5s all;
}
.head-search {
    float: right;
    width: 45%;
    text-align: center;
}
.search {
    border: 1px solid #fff;
    width: 45%;
    margin: 0 auto;
    padding: 0.6em 1em;
}
.search input[type="text"] {
    display: inline-block;
    background: none;
    border: none;
    width: 88%;
    padding-right: 0.9em;
    outline: none;
    color: #fff;
    font-weight: 400;
}
.search input[type="submit"] {
    background: url(../images/search.png)no-repeat;
    border: none;
    outline: none;
    width: 10%;
    vertical-align: top;
}
/*--menu bar--*/
#trigger {
    display: inline-block;
    float: right;
    cursor: pointer;
    padding: 5px 0px 0px 0px;
}
#trigger.active {
    transition: all 0.75s ease-in-out;
}
#menu {
    background:#5c571d;
    position: absolute;
    top: 0%;
    text-align: center;
    /*  padding: 0 64px;*/
    padding-left: 15px;
    padding-right:10px;

    min-height: 660px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    z-index: 10;
    transform: translate(-240%, 0px);
    transition: all 0.75s ease-in-out;
}

#menu ul {
    /*  margin: 3em 0;*/
    padding: 0;
    list-style: none;
}

#menu ul li {
    margin: 1.5em 0;
    transition: all 0.25s ease-in-out;
}
#menu ul li a{
    color:#fff;
}
#menu ul li a:hover {
    color: #000;
}
#menu.active {
    -webkit-transform: translate(0%, 0px);
    transform: translate(-140%, 0px);
    transition: all 0.75s ease-in-out;
    color: #000;
}
/*-- w3layouts --*/
#content { color: #2c3e50; }
/*--header start here--*/
/*--about start here--*/
.about {
    padding-top: 1em;
    margin: 0 auto;
    max-width: 1000px;
}
.about-top {
    text-align: center;
    padding-bottom: 20px;
}
.about-top p {
    color: #626060;
    line-height: 1.5em;
    text-align: left;
    padding: 0px 0px 10px;
}
.about-top > ul {
    padding: 0;
    text-align: left;
}
.about-top li {
    list-style: outside none none;
    padding: 2px 0px;
}
.about-top li ul li {
    list-style-type: disc;
    padding: 2px 0px;
    color: #626060;
    margin-bottom: 5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    cursor:pointer;
    border-left: 2px solid #d09601;
    border-top: none;
    border-right: none;
    border-bottom:none;
    border-radius: 0px;
    color: #d09601;
}
.nav-tabs > li > a {
    color: #5c5b5b;
    line-height:2em;
    border: 0px solid transparent; 
    border-left: 2px solid #776f12;
    padding: 0px 0px 0px 10px;
    margin-bottom:40px;
    border-radius: 0px;
    border-bottom: none;
    border-top: none;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a.active {
    border-bottom: none;
    border-top: none;
    color: #000;
    border-left: 2px solid #d09601;
    border-radius: 0px;
    background: none;
}
/*-- agileits --*/
.nav-tabs {
    border-bottom: none;
}
/*--about end here--*/
/*--what we do start here--*/
.what-we-do {
    background: url(../images/strip1.jpg)no-repeat;
    background-size: cover;
    min-height: 500px;
    padding: 5em 0em;
}
.we-do-main-top {
    text-align: center;
    padding-bottom: 3em;
}
.we-do-main-top h3 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
.we-do-grid h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.3em;
}
.we-do-main-bottom p {
    color: #fff;
    line-height: 1.9em;
}
.we-do-grid {
    padding:2em 2em;
    text-align:center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.we-do-grid:hover {
    background:#d09601;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.we-do-w3l {
    background: #c16565;
}
/*-- w3layouts --*/
.we-do-w3l-2 {
    background: #8c71a0;
}
.we-do-w3l-3 {
    background: #ab6f53;
}
.we-do-w3l-4 {
    background:#12a07f;
}
.we-do-w3l-5 {
    background:#128da0;
}
.we-do-w3l-6 {
    background:#5c571d;
}
/*--what we do end here--*/
/*--awesome start here--*/
.awesome {
    padding: 5em 0em;
} 
.awesome-grid h4 {
    color:#776f12;
    font-weight: 600;
    margin-bottom: 0.4em;
}
.awesome-top {
    text-align: center;
    padding-bottom:3em;
}
.awesome-top h3 {
    color:#d09601;
    margin-bottom: 0.2em;
    font-family: 'Roboto Slab', serif;
}
.awesome-top p {
    color: #626060;
    line-height: 1.8em;
}
.awesome-grid p {
    line-height: 1.8em;
    color:#626060;
}
.awesome-grid {
    text-align: center;
}
/*-- agileits --*/
.awesome-grid span {
    color:#5c571d;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    text-align: center;
    line-height: 2.2em;
    border:2px solid #5c571d;
    margin-bottom: 0.7em;
}
/*--commen--*/
/*--circle effect--*/
.hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 100px;
    height:100px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    line-height: 4.5em;

}
.hi-icon:after {
    position: absolute;
    width: 75%;
    height:75%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.hi-icon:before {
    display: block;
}
/* Effect 8 */
.content-grid-1:hover  .awesome-grid.hi-icon {
    background:rgba(203, 178, 92, 0.94);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.awesome-grid .hi-icon:after {
    top: 1px;
    left:12px;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(203, 178, 92, 0.81);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.awesome-grid .hi-icon:hover {

    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color:#ecb731;
    text-decoration: none;
}

.awesome-grid .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(119, 111, 18, 0.8), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(119, 111, 18, 0.8);
        transform: scale(1.5);
        opacity: 0;
    }
}
/*--awesome end here--*/
.services-grid h5 {
    color: #776f12;
    margin-bottom: 0.45em;
    font-weight: 600;
}
.services-grid p {
    color: #626060;
    line-height: 1.8em;
}
.we-do-grid span {
    background:url(../images/icn-sprite.png)no-repeat #fff;
    width: 73px;
    height: 73px;
    display: block;
    border-radius:50px;
    margin: 0em auto 1em;
}
.we-do-grid span.do-icn1 {
    background-position:0px -62px;
}
.we-do-grid span.do-icn2 {
    background-position:-75px -61px;
}
.we-do-grid span.do-icn3 {
    background-position:-156px -60px;
}
.we-do-grid span.do-icn4 {
    background-position:-237px -62px;
}
.we-do-grid span.do-icn5 {
    background-position:-322px -62px;
}
.we-do-grid span.do-icn6 {
    background-position:-403px -62px;
}
/*--under constraction--*/
.underconstructon {
    background-color: #601200;
    opacity: 0.9;
    padding: 50px 0px 30px;
}
.coming-top{
    text-align: center;
    padding-bottom:2em;
}
.coming-top h3 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
/* ---------- TIMER ---------- */
.timer_wrap {
    width: 100%;
    text-align: center;
}
#counter {
    height:160px;
    color: #FFF;
    overflow: hidden;
}
.timer{
    border-top:2px ridge #5F5F5F;
    border-bottom:2px ridge #5F5F5F;
}
.timer h4{
    color: #E5E5E5;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 20px;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    display: inline-block;
    width: 115px;
    height: 110px;   
    margin-left: 10px;
    border-radius: 5px;    
    background:none;
    padding: 15px;
    border: 2px solid #fff;
}
.points {
    float: left;
    width:40px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    line-height: 138px;
    text-shadow: none;
    color:#FFF;
    display: none;
}
.boxName {
    float: left;
    width: 100%;
    color: #fff;
    padding:9px 0px 0px 0px;
    font-weight: 600;
}
/* ---------- /TIMER ---------- */
/*--under constraction--*/
/*--customer start here--*/
.customer {
    padding: 5em 0em;
    background:rgb(37, 33, 32);
}
.customer-top{
    text-align: center;
    padding-bottom:4em;
}
.customer-top h3 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
.customer-grid p {
    color:#626060;
    line-height: 2em;
}
.customer-grid p {
    padding: 1.5em 1.5em;
    background: #fff;
    border-radius: 5px;
}
span.susan-pic {
    float: left;
    width:20%;
}
.susan-text {
    float: right;
    width:80%;
    padding: 10px 0px 0px 0px;
}
.Susan {
    padding-top: 2em;
}
.susan-text h4 {
    color:#d09601;
    font-family: 'Roboto Slab', serif;
}
.susan-text h5 {
    color: #bfbfbf;
    padding-top: 0.5em;
}
.customer-grid{
    position: relative;
}
.gd-tl-tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    border-right: 15px solid rgba(0, 0, 0, 0);
    bottom:80px; 
    left:35px;
}
span.susan-pic img {
    border-radius: 52px;
}
/*--customer end here--*/
/*--services start here--*/
.services {
    padding: 5em 0em;
}
.services-top {
    text-align: center;
    padding-bottom: 3em;
}
.services-top h3 {
    color:#776f12;
    margin-bottom: 0.2em;
    font-family: 'Roboto Slab', serif;
}
.services-top p {
    color: #626060;
    line-height: 1.8em;
}
.services-grid {
    margin-bottom: 2em;
    text-align: center;
}
.services-grid span {
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    text-align: center;
    line-height: 2.2em;
    background:#d09601;
    margin-bottom: 0.7em;
    cursor: pointer;
}
.services-grid span:hover {
    background:#776f12;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*--services end here--*/
/*--pricing start here--*/
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    background:#f5f5f5;
    text-align: center;
}
.price-block:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    background: #f5f5f5;
}
.price-list ul {
    padding: 0px;
    list-style: none;
}
.price-list ul li {
    padding: 0.8em 0em;
    color: #000;
    border-top:1px solid #d6d4d0;
}
.price-gd-top {
    text-align: center;
}
.price-gd-top h4 {
    color:#776f12;
    padding: 0.7em 1em;
    border-top:2px solid #d09601;
    font-weight: 600;
}
.price-block h3 {
    color: #fff;
    background:#d09601;
    padding: 0.5em 0em;
}
span.price-month {
    display: inline-block;
}
.price-selet.pric-sclr1 a {
    color: #fff;
    background:#d09601;
    padding:0.8em 1.5em;
    display:block;
    margin-top: 1em;
}
.price-selet.pric-sclr1 a:hover {
    background:#776f12;
}
.price {
    background-size: cover;
    padding:5em 0em 0em 0em;
}
.price-top{
    text-align: center;
    padding-bottom:3em;
}
.price-top h3 {
    color:#d09601;
    text-align: center;
    margin-bottom: 0.1em;
    font-family: 'Roboto Slab', serif;
}
/*---pop up-pricing-tabels-----*/
.payment-online-form-left{
}
form li {
    list-style: none;
}
form ul {
    padding:0;
}
h4.payment-head{
    color: #222222;
    padding: 0.5em 0;
    text-align: left;
    float: left;	
}
.payment-online-form-left span{
    vertical-align: sub;
    margin-right:7px;
}
.payment-online-form-left input[type="text"] {
    padding: 0.7em 1em;
    color: #6B6B6A;
    width:100%;
    margin: 0.8em 0;
    border: 1px solid;
    outline: none;
    display: block;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    border-color:#696766;
    -webkit-appearance: none;
}
.payment-online-form-left input[type="password"]{
    padding: 0.7em 1em;
    color: #6B6B6A;
    width: 100%;
    margin: 0.8em 0;
    display: block;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    border-color:#696766;
    -webkit-appearance: none;
}
span.checkbox1 {
    text-align: left;
    display: block;
}
/*--cheek box--*/
.remember-top{
    float:left;
}
.checkbox {
    margin-bottom: 4px;
    line-height: 27px;
    cursor: pointer;
}
.checkbox {
    position: relative;
    font-weight: normal;
    color:#797676;
    padding: 0em 0.5em 0em 2.5em;
}
.checkbox i {
    position: absolute;
    bottom:5px;
    left: 2px;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    background: #fff;
    border:1px solid #776f12;
}
.checkbox input + i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 4px 4px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input {
    position: absolute;
    left: -9999px;
}
.checkbox input:checked + i:after {
    opacity: 1;
}
/*---*/
.payment-online-form-left input[type="password"]:hover{
    border:1px solid #000;
}
input#datepicker {
    padding:0.7em 1em 0.7em 1em;
}
.payment-online-form-left input[type="text"]:hover{
    border-color:#fa6e6f;
}
.text-box-dark{
}
.text-box-light{
    background: url(../images/calender.png) no-repeat 95% 50%;
    cursor:pointer;
    position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"]{
    margin-right:0%;
}
.payment-online-form-left input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
    border-color:#000;
    color:#6B6B6A;
}
.shoppong-pay-1{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -154px -23px;
}
.payment-date-section{
    background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
    float:right;
}
.payment-sendbtns input[type="submit"]{
    background:#d09601;
    padding:10px 25px;
    border: none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline:none;
    border-radius: 3px;
}
.payment-sendbtns input[type="submit"]:hover{
    color:#FFF;
    background:#776f12;
}
a.order {
    background:#696766;
    padding: 10px 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-appearance: none;
    outline: none;
    text-decoration: none;
    border-radius: 3px;
}
a.order:hover{
    color:#fff;
    background:#68AE00;
}
.payment-sendbtns li{
    display:inline-block;
}
.payment-type li{
    display:inline-block;
}
.payment-online-form-right{
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #1A1822;
}
/*-----*/
.get-started{
    background:url(../images/get.jpg) no-repeat 0px 0px;
    min-height:400px;
    padding:8% 0 0 0;
    color:#fff;
    background-size:cover;
    text-align:center;
}
.get-started h4{
    margin-bottom:1em;
    font-weight:400;
    padding:0;
}
.payment-online-form-left h4 {
    color: #d09601;
    margin-bottom: 0.5em;
    font-family: 'Roboto Slab', serif;
}
.get-started h3{
    font-weight:400;
    margin-bottom:1em;
    padding:0;
}
.get-started a{
    padding: 12px 18px;
    border: 1px solid #FF0426;
    color: #fff;
    outline: none;
    font-weight: 400;
    text-decoration:none;
    background: #f94877;
}
.get-started a:hover{
    background:transparent;
    border: 1px solid #f94877;
}
/*-----*/
.payment-online-form-right a:hover{
    color:#1ABC9C;
}
.payment-online-form-right ul li{
    display:block;
    padding: 0.5em;
}
.payment-online-form-right ul li a{
    color:#9095AA;
}
.payment-online-form-right h4{
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(144, 149, 170, 0.22);
    padding: 0.8em;
}
.payment-online-form-right ul {
    padding: 0px 1em;
}
.payment-online-form-right h5{
    color: #FFF;
    padding: 0.5em 0.8em 0.4em;
}
.payment-type {
    margin-top: 3%;
    text-align: left;
}
input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
    display: none;
}
input[type=checkbox].css-checkbox3 + label.css-label3 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 -38px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox3:checked + label.css-label3 {
    background-position: 0px 0px;
}
input[type=checkbox].css-checkbox4 + label.css-label4 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox4:checked + label.css-label4 {
    background-position: 0px -38px;
}
input[type=checkbox].css-checkbox5 + label.css-label5 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 -38px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox5:checked + label.css-label5 {
    background-position: 0px 0px;
}
input[type=checkbox].css-checkbox6 + label.css-label6 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox6:checked + label.css-label6 {
    background-position: 0px -38px;
}

/* start state */
.my-mfp-zoom-in #small-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background:#151515;
    opacity: 0.8;
    filter: alpha(opacity=80); }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
.mfp-align-top .mfp-container:before {
    display: none; }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
.mfp-ajax-cur {
    cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
    cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; 
}
.mfp-loading.mfp-figure {
    display: none; }
.mfp-hide {
    display: none !important; 
}
.mfp-content iframe{
    width:100%;
    min-height:500px;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; 
}
.mfp-preloader a {
    color: #cccccc; 
}
.mfp-preloader a:hover {
    color: white; 
}
.mfp-s-ready .mfp-preloader {
    display: none; 
}
.mfp-s-error .mfp-content {
    display: none; 
}
button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    background:#776f12;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046; 
}
button::-moz-focus-inner {
    padding: 0;
    border: 0; 
}
.mfp-close {
    width: 35px;
    height: 35px;
    line-height: 17px;
    position: absolute;
    right: 0%;
    top:0%;
    text-decoration: none;
    text-align: center;
    color: white;
    font-style: normal;
    outline: none;
    padding: 0 !important;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; 
}
.mfp-close-btn-in .mfp-close {
    color:#FFFFFF;
    padding: 0 0 7px 0px;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; 
}
.image-top img{
    width:100%;
}
.image-top p{
    text-align: justify;
    padding:2% 0;
}
.image-top h3 {
    font-weight: 500;
    margin: 16px 0px 0px 0px;
    color:#3F4244;
}
p.bottom {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 15px 0;
    color: #999;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5 {
    background: white;
    padding: 2em 2em;
    text-align: left;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
    text-align: center;
    border: 8px solid #776f12;
    height: 420px;
    border-radius: 5px;
}
/*--commen style--*/
.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item a {
    color: #333;
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item img {
    width: 100%;
    height: 100%;
}
.ih-item.square {
    position: relative;
    width: 264px;
    height: 205px;
    border:1px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*---*/
.ih-item.square.effect3 {
    overflow: hidden;
}
.ih-item.square.effect3.colored .info {
    background: #1a4a72;
}
.ih-item.square.effect3 .img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
    height: 40px;
    background:rgba(119, 111, 18, 0.75);
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 10px 0 4px;
}
.ih-item.square.effect3 .info p {
    font-style: italic;
    position: relative;
    color: #bbb;
    padding: 5px;
    text-align: center;
}
.ih-item.square.effect3 a:hover .info {
    visibility: visible;
    opacity: 1;
}

.ih-item.square.effect3.bottom_to_top .info {
    top: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*--//gallery--*/
/*--history start here--*/
.history {
    padding: 5em 0em;
}
.history-top {
    text-align: center;
    padding-bottom: 4em;
}
.history-grid-left {
    float: left;
    width: 45%;
    padding: 2em 2em;
    border: 1px solid #999;
}
.history-grid-right {
    float: right;
    width: 45%;
    padding: 2em 2em;
    border: 1px solid #999;
    margin: 5em 0em;
}
span.devide-line {
    width: 2px;
    height:530px;
    position: absolute;
    top: 4em;
    display: block;
    left: 50%;
    background:#888585;
}
.history-bottom {
    position: relative;
}
.history-top h3 {
    color:#d09601;
    margin-bottom: 0.2em;
    font-family: 'Roboto Slab', serif;
}
.ch-bott1 {
    position: relative;
}
.bott-w3 {
    position: relative;
}
span.botted {
    background:#776f12;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: -90px;
    left: 565px;
}
span.botted2 {
    background:#776f12;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: -160px;
    left: 565px;
}
span.history-icon {
    float: left;
    width: 13%;
    padding: 1.8em 1em;
    border:1px solid #3e3c3c;
}
.history-text {
    float: right;
    width: 80%;
}
.his-icn1 {
    background: url(../images/icn-sprite.png)no-repeat -75px 5px;
}
span.history-icon.his-icn2{
    background: url(../images/icn-sprite.png)no-repeat -9px 6px;
}
span.history-icon.his-icn13{
    background: url(../images/icn-sprite.png)no-repeat -143px 5px;
}
.history-text h4 {
    color:#d09601;
    margin-bottom: 0.4em;
    font-weight: 600;
}
.history-text p {
    color: #626060;
    line-height: 1.8em;
}
span.botted h5 {
    color:#776f12;
    padding: 0em 0em 0em 1.2em;
}
span.botted2 h5 {
    color:#776f12;
    top: 0px;
    right: 20px;
    position: absolute;
}
.history-top p {
    color: #626060;
    line-height: 1.8em;
}
/*--history end here--*/
/*--contact start here--*/
.contact {
    padding: 1em 0em;
}
.contact-top {
    text-align: center;
    padding-bottom: 3em;
}
.contact-top h3 {
    color: #000;
    font-family: 'Roboto Slab', serif;
}
.contact-left input[type="text"] {
    color: #000;
    width: 32%;
    display: inline-block;
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    outline: none;
    padding: 0.8em 1em;
    margin-bottom: 0.5em;
}
.contact-left textarea {
    color: #000;
    width: 100%;
    height: 13em;
    display: inline-block;
    background: none;
    border: 1px solid #000;
    border-radius: 3px;
    outline: none;
    resize: none;
    padding: 0.8em 1em;
    margin-bottom: 0.5em;
}
.contact-left input.email {
    margin: 0% 1.2% 2.5% 1.2%;
}
.contact-left input[type="submit"] {
    color: #fff;
    background:#601200;
    padding: 0.5em 1.5em;
    border: none;
    border-radius: 3px;
    outline: none;
    text-align: center;
    display: block;
    width: 20%;
    margin: 0.5em auto 0em;
}
.contact-left input[type="submit"]:hover {
    background:#601200;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.map iframe {
    width: 100%;
    height: 300px;
    border: none;
}
::-webkit-input-placeholder{
    color:#fff !important;
}
/*--contact end here--*/ 
/*--footer start here--*/
.footer {
    padding: 5em 0em;
}
span.ftr-address-icons {
    float: left;
    width: 15%;
}
.ftr-text {
    float: right;
    width: 85%;
}
.ftr-grid strong {
    color:#fff;
    margin-bottom: 0.4em;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    line-height: 26px;
}
.ftr-grid p {
    color:#fff;
    line-height: 1.8em;

}
.ftr-grid p a{
    color:#fff;
}
.ftr-grid p a:hover{
    color:#fff;
}
.ftr-grid span.glyphicon.glyphicon-earphone {
    color:#fff;
}
.ftr-grid span.glyphicon.glyphicon-map-marker {
    color:#fff;
}
.ftr-grid span.glyphicon.glyphicon-envelope {
    color: #fff;
}
/*--footer end here--*/
/*--copy rights starts here--*/
.copy-rights {
    text-align: center;
    padding: 10px 0px;
    background:#601200;
}
.copy-rights-main p {
    color: #fff;
}
.copy-rights-main p a {
    color:#fff;
}
.copy-rights-main p a:hover{
    color: #000;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_mover.png) no-repeat 0px 0px;
}
/*--copy rights end here--*/
/*--media quiries start here--*/
@media(max-width:1600px){
    #menu.active {
        -webkit-transform: translate(0%, 0px);
        transform: translate(-120%, 0px);
        transition: all 0.75s ease-in-out;

    }
}
@media(max-width:1440px){
    #menu.active { 
        transform: translate(-72%, 0px);  
    }
    .ih-item.square {
        width: 234px;
        height: 180px;
    }
}
@media(max-width:1366px){
    #menu.active {
        transform: translate(-7%, 0px);
    }
    .ih-item.square {
        width: 222px;
        height: 174px;
    }
}
@media(max-width:1280px){
    #menu.active {
        transform: translate(-27%, 0px);
    }
    .ih-item.square {
        width: 208px;
        height: 163px;
    }
}
@media(max-width:1024px){
    .search input[type="text"] {
        width: 80%;
    }
    .search input[type="submit"] {
        width: 15%;
    }
    .banner-text {
        padding-top:8em;
    }
    .banner-text p {
        width: 60%;
        margin: 1em auto 0em;
    }
    .nav-tabs > li > a {
        margin-bottom: 20px;
    }
    span.susan-pic {
        width: 25%;
    }
    .susan-text {
        width: 74%;
    }
    span.botted {
        left: 465px;
    }
    span.botted2 {
        left: 465px;
    }
    .contact-left {
        padding: 0px;
    }
    .contact-left input.email {
        margin: 0% 1.1% 2.5% 1.1%;
    }
    span.history-icon {
        width: 17%;
    }
    .ih-item.square {
        width: 168px;
        height: 132px;
    }
}
@media(max-width:991px){
    .banner-text p {
        width: 100%;
    }
    .about-left {
        float: left;
        width: 50%;
    }
    .about-right {
        float: right;
        width: 50%;
    }
    .nav-tabs > li > a {
        margin-bottom: 15px;
    }
    .we-do-grid {
        float: left;
        width: 50%;
    }
    .awesome-grid {
        text-align: center;
        float: left;
        width: 33%;
        padding: 0px 10px 0px 0px;
    }
    .awesome-grid {
        padding-bottom: 2em;
    }
    .services-grid {
        float: left;
        width: 50%;
    }
    .customer-grid {
        float: left;
        width: 33%;
        padding: 0px 10px 0px 0px;
    }
    span.susan-pic {
        width: 30%;
    }
    .susan-text {
        width: 68%;
    }
    .price-grid {
        float: left;
        width: 50%;
        padding-bottom: 2em;
    }
    .history-grid-left {
        padding: 1em 1em;
    }
    .history-grid-right {
        padding: 1em 1em;
    }
    span.history-icon {
        width: 20%;
    }
    .history-text {
        float: right;
        width: 75%;
    }
    span.devide-line {
        height: 400px;
        top: 3em;
    }
    span.botted {
        left: 355px;
        top: -65px;
    }
    span.botted2 {
        left: 355px;
        top: -145px;
    }
    .contact-left {
        padding-bottom: 3em;
    }
    .contat-right {
        padding: 0px;
    }
    .ftr-grid {
        float: left;
        width: 33%;
    }
    #menu.active {
        transform: translate(-67%, 0px);
    }
    .gallery-grid {
        float: left;
        width: 16.5%;
    }
}
@media(max-width:768px){
    .search {
        width: 60%;
        padding: 0.5em 0.5em;
    }
    .head-social-icns ul li a {
        width: 35px;
        height: 35px;
        background-size: 400%;
    }
    .head-social-icns ul li a.fa {
        background-position:10px 5px;
    }
    .head-social-icns ul li a.tw {
        background-position:-26px 6px;
    }
    .head-social-icns ul li a.g {
        background-position: -103px 2px;
    }
    .head-social-icns ul li a.g {
        background-position:-61px 5px;
    }
    .head-social-icns ul li a.p {
        background-position:-100px 5px;
    }
    .head-social-icns ul li {
        margin-left: 20px;
    }
    .head-social-icns ul {
        padding: 5px 0px 0px 0px;
    }
    .gallery-grid {
        float: left;
        width: 33.3%;
    }
    .ih-item.square {
        width: 250px;
        height: 175px;
    }
    #menu.active {
        transform: translate(-9%, 0px);
    }
}
@media(max-width:736px){
    .ih-item.square {
        width: 240px;
        height: 165px;
    }
    span.botted {
        left: 340px;
        top: -78px;
    }
    span.botted2 {
        left: 340px;
    }	
    span.devide-line {
        height: 485px;
    }
}
@media(max-width:667px){

    .ih-item.square {
        width: 217px;
        height: 170px;
    }
    span.botted {
        left: 305px;
        top: -78px;
    }
    span.botted2 {
        left: 305px;
    }
    span.devide-line {
        height: 470px;
    }
    .ftr-text {
        float: right;
        width: 78%;
    }
}
@media(max-width:640px){

    #trigger {
        padding: 3px 0px 0px 0px;
    }
    .header-main {
        padding: 1em 0em;
    }
    .about-left {
        float: none;
        width: 100%;
    }
    .about-right {
        float: none;
        width: 100%;
        margin-top: 2em;
    }
    .about-top {
        padding-bottom: 2em;
    }
    .what-we-do {
        padding: 3em 0em;
    }
    .we-do-main-top {
        padding-bottom: 2em;
    }
    .awesome {
        padding: 3em 0em;
    }
    .awesome-top {
        padding-bottom: 2em;
    }
    .underconstructon {
        padding: 3em 0em;
    }
    .coming-top {
        padding-bottom: 1em;
    }
    .underconstructon {
        min-height: 290px;
    }
    .services {
        padding: 3em 0em;
    }
    .services-top {
        padding-bottom: 2em;
    }
    .customer {
        padding: 3em 0em;
    }
    .customer-top {
        padding-bottom: 2.5em;
    }
    .price {
        padding: 3em 0em 0em 0em;
    }
    .gallery {
        padding: 3em 0em 0em 0em;
    }
    .history {
        padding: 3em 0em;
    }
    .contact {
        padding: 3em 0em;
    }
    .footer {
        padding: 3em 0em;
    }
    .copy-rights {
        padding: 1.5em 0em;
    }
    .ftr-grid {
        float: left;
        width: 33.3%;
    }
    .ih-item.square {
        width: 207px;
        height: 160px;
    }
    span.botted {
        left: 292px;
        top: -77px;
    }
    span.botted2 {
        left: 292px;
    }
    span.devide-line {
        height: 450px;
        top: 4em;
    }
    .customer-grid p {
        line-height: 1.8em;
    }
    span.susan-pic {
        width: 35%;
    }
    .susan-text {
        width: 62%;
    }
    span.history-icon {
        width: 25%;
    }
    .history-text {
        width: 70%;
    }
    .ftr-grid {
        padding: 0px 10px 0px 0px;
    }
    .map iframe {
        height: 250px;
    }
    textarea {
        height: 10em;
    }
    .we-do-grid {
        padding: 1em 2em;
    }
    #menu {
        padding: 0 40px;
    }
}
@media(max-width:600px){
    .ih-item.square {
        width: 191px;
        height: 145px;
    }
    span.botted {
        left: 272px;
        top: -76px;
    }
    span.botted2 {
        left: 272px;
    }
}
@media(max-width:568px){
    .countDays, .countHours, .countMinutes, .countSeconds {
        width: 115px;
    }
    .ih-item.square {
        width: 184px;
        height: 140px;
    }
    span.botted {
        left: 256px;
        top: -88px;
    }
    span.botted2 {
        left: 256px;
        top: -160px;
    }
}
@media(max-width:480px){
    .banner-text {
        padding-top: 3em;
    }
    .head-social-icns ul li {
        margin-left:7px;
    }
    .head-social-icns {
        float: left;
        width: 40%;
    }
    .search {
        width: 85%;
        padding: 0.3em 0.5em;
    }
    .we-do-grid {
        float: none;
        width: 100%;
        padding: 1em 1em;
    }

    .awesome-grid {
        width: 100%;
    }
    .awesome-grid {
        padding:0em 0em 1em 0em;
    }
    .hi-icon {
        width: 80px;
        height: 80px;
    }
    .awesome-grid h4 {
        margin: 0.4em 0em;
    }
    .digit {
        line-height: 1em;
    }
    .awesome-grid .hi-icon:after {
        top: 9px;
        left:9px;
    }
    #counter {
        height: 110px;
    }
    .underconstructon {
        min-height: 245px;
    }
    .services-top h3 {
    }
    .customer-grid {
        float: none;
        width: 76%;
        margin: 0 auto 1em;
    }
    .Susan {
        padding-top: 1em;
    }
    .gd-tl-tip:after {
        bottom: 65px;
        left: 20px;
    }
    .gallery-top p {
        width: 80%;
        margin: 0 auto;
    }
    .gallery-grid {
        float: left;
        width: 50%;
    }

    .contact-left input[type="text"] {
        width: 100%;
        padding: 0.7em 0.8em;
    }
    .contact-left textarea {
        height: 10em;
    }
    .contact-top {
        padding-bottom: 2em;
    }
    .contact-left {
        padding-bottom: 2em;
    }
    .map iframe {
        height: 200px;
    }
    .ftr-grid {
        float: none;
        width: 100%;
        margin: 0em auto 1em;
    }
    .history-grid-left {
        float: none;
        width: 100%;
    }
    .price-grid {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .ih-item.square {
        width: 230px;
    }
    .history-grid-right {
        float: none;
        width: 100%;
        margin: 3em 0em;
    }
    span.history-icon {
        width: 15%;
    }
    .history-text {
        width: 80%;
    }
    span.devide-line {
        height: 0px;
        top: 0em;
    }
    span.botted {
        left: 1px;
        top: -126px;
        width: 0px;
        height: 0px;
    }
    span.botted h5 {
        padding: 0em 0em 0em 0em;
    }
    span.botted2 {
        width: 0px;
        height: 0px;
    }
    span.botted2 {
        left: 57px;
        top: -157px;
    }
    span.botted2 h5 {
        top: -18px;
    }
    .contact-left input.email {
        margin: 0% 1.1% 2.5% 0%;
    }
    span.susan-pic {
        width: 25%;
    }
    .susan-text {
        width: 75%;
    }

    #menu {
        padding: 0 30px;
    }
    #menu ul li {
        margin: 1em 0;
    }
}
@media(max-width:414px){
    .head-social-icns {
        width: 44%;
    }
    .head-social-icns ul li {
        margin-left:1px;
    }
    .head-search {
        float: right;
        width: 50%;
    }
    .bann-strip {
        padding: 0.8em 0em;
    }
    .about-top {
        padding-bottom: 1.5em;
    }
    .what-we-do {
        padding: 2em 0em;
    }
    .we-do-main-top {
        padding-bottom: 1.5em;
    }
    .awesome {
        padding: 2em 0em;
    }
    .underconstructon {
        padding: 2em 0em;
    }
    .coming-top {
        padding-bottom: 0.3em;
    }
    .underconstructon {
        min-height: 200px;
    }
    .services {
        padding: 2em 0em;
    }
    .services-grid {
        float: none;
        width: 100%;
        padding: 0px;
    }
    .services-grid span {
        width: 60px;
        height: 60px;
        line-height: 2.5em;
        margin-bottom: 0.5em;
    }
    .awesome-grid span { 
        width: 65px;
        height: 65px;   
        line-height: 2.4em;
    }
    .awesome-grid .hi-icon:after {
        top: 4px;
        left: 9px;
    }
    .ih-item.square {
        width: 198px;
    }
    .customer {
        padding: 2em 0em;
    }
    .customer-top {
        padding-bottom: 1.5em;
    }
    .price {
        padding: 2em 0em 0em 0em;
    }
    .price-top {
        padding-bottom: 1.5em;
    }
    .gallery {
        padding: 1em 0em 0em 0em;
    }
    .gallery-top p {
        width: 90%;
    }
    .gallery-top {
        padding-bottom: 2em;
    }
    .history {
        padding: 2em 0em;
    }
    .history-top {
        padding-bottom: 3em;
    }
    .contact {
        padding: 2em 0em;
    }
    .footer {
        padding: 2em 0em;
    }
    #menu.active {
        transform: translate(-15%, 0px);
    }
    .banner-text p {
        margin: 0.4em auto 0em;
    }
}

@media(max-width:384px){
    .search input[type="text"] {
        width: 77%;
    }
    .search input[type="submit"] {
        width: 18%;
    }
    .banner-text {
        padding-top: 2em;
    }
    .customer-top {
        padding-bottom: 1.8em;
    }
    .price-top {
        padding-bottom: 1.5em;
    }
    .ih-item.square {
        width: 179px;
    }
    span.history-icon {
        width: 20%;
    }
    .history-text {
        width: 75%;
    }
}
@media(max-width:320px){
    div#trigger img {
        width: 82%;
    }
    #trigger {
        padding: 0px 0px 0px 0px;
    }
    .banner-text {
        padding-top: 1em;
    }
    .head-social-icns ul li {
        margin-left: 0px;
    }
    .head-social-icns ul li a {
        width: 28px;
        height: 28px;
        background-size: 400%;
    }
    .head-social-icns ul li a.fa {
        background-position:8px 4px;
    }
    .head-social-icns ul li a.tw {
        background-position: -20px 4px;
    }
    .head-social-icns ul li a.g {
        background-position: -47px 4px;
    }
    .head-social-icns ul li a.p {
        background-position:-77px 4px;
    }
    .search {
        width: 90%;
    }
    .search input[type="submit"] {
        background: url(../images/search.png)no-repeat 2px 4px;
        background-size: 80%;
    }
    .search {
        padding: 0.2em 0.5em;
    }
    .about {
        padding: 1.5em 0em;
    }
    .about-right {
        margin-top: 1em;
    }
    .what-we-do {
        padding: 1.5em 0em;
    }
    .we-do-main-top {
        padding-bottom: 1em;
    }
    .awesome {
        padding: 1.5em 0em;
    }
    .coming-top {
        padding-bottom: 1em;
    }
    .underconstructon {
        min-height: 170px;
    }
    .underconstructon {
        padding: 1.5em 0em;
    }
    .services {
        padding: 1.5em 0em;
    }
    .services-grid {
        margin-bottom: 1.2em;
    }
    .customer-grid {
        float: none;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .customer {
        padding: 1.5em 0em;
    }
    .price {
        padding: 1.5em 0em 0em 0em;
    }
    .price-grid {
        width: 95%;
    }
    .ih-item.square {
        width: 151px;
        height: 115px;
    }
    .history {
        padding: 1.5em 0em;
    }
    .history-top {
        padding-bottom: 2em;
    }
    .history-grid-left {
        padding: 0.7em 0.7em;
    }
    span.botted2 h5 {
        top: -36px;
    }
    span.botted {
        top: -137px;
    }
    .contact {
        padding: 1.5em 0em;
    }
    .contact-top {
        padding-bottom: 1.5em;
    }
    .contact-left input[type="submit"] {
        padding: 0.5em 1em;
        width: 26%;
    }
    .footer {
        padding: 1.5em 0em;
    }
    .map iframe {
        height: 150px;
    }
    .contact-left textarea {
        height: 8em;
    }
    .contact-top {
        padding-bottom: 1em;
    }
}
/*--media quiries end here--*/

/* Style - 2 */
.site-logo {
    margin-left: 10px;
    margin-top: 2%;
    max-width: 50px;
}
.site-logo a {
    outline: 0;
}
.banner{
    background-size: cover;
    min-height: 630px;
    margin: 0 auto;
    max-width: 1000px;
}
#banner-1 {
    background: url(../images/1.jpg) no-repeat center top;
}

.bg-color{
    min-height: 650px;
}
.section-padding{
    padding: 60px 0px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #601200;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #fff;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.menu-icon
{
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.header-h {
    color: #FFB03B;
    font-weight: 300;
}
.header-p {
    color: #9699a6;
}
.msg-row {
    margin-top: 56px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.bg-13 {background-color: #f04e4e;
        width: 70px;
        height: 70px;
        border-radius: 50%;
}
.contact-icon {
    color: #fff;
    position: absolute;
    left: 34px;
    font-size: 32px;
    margin-top: 18px;
}
.bg-1 {
    background-color: #fecc17;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.bg-14 {
    background-color: #ccdb38;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.dark-blue {
    color: #31364c;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    margin-bottom: 1px;
}
.media-body {
    margin-left: 10px;
    padding-left: 13px;
}
.media-2 {
    margin-top: 30px;
}
.newinput .form-group {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form .form-control {
    color: #000 !important;
    font-weight: normal;
    height: 38px;
    line-height: 1.42857;
    padding: 7px 0;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  #FFB03B !important;
    color: #ffffff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: #000 !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.phone-in-talk, .hour-icon
{
    line-height: 70px;
    color: rgb(255, 255, 255);
}


.heading{
    font-family: 'Satisfy', sans-serif;
    color: #FFB03B;
}
.marb-35{
    margin-bottom: 35px;
}
.details-list{
    margin-top: 20px;
}
.details-list ul li i {
    margin-right: 10px;
    color: #ffb03b;
}
#about img
{
    border: 5px solid rgb(255, 176, 59);
    border-radius: 2px;
}
#event{
    background: url('../img/res02.jpg') no-repeat;
    background-size: cover;
}
.left-images img {
    height: 308px;
    width: 100%;
}
.left-images{
    padding: 0px;
}
.details-text {
    border-right: 2px solid #841b2d;
}
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 20px 20px 30px 30px;
    overflow: auto;
}
.content-holder h2 {
    color: #FFB03B;
    padding-bottom: 15px;
    font-family: 'Satisfy', sans-serif;
}
.content-holder address strong {
    color: #FFB03B;
    padding: 10px 0px;
}
.details-text p {
    color: #E8E8E8;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
}
.btn-read-more {
    background: #FFB03B;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
.btn-read-more:hover
{
    color: #000;
}
#Container .mix{
    display: none;
}
.menu-restaurant{
    width: 50%;
    float: left;
    padding: 15px;
    position: relative;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFB03B;
}
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
}
.menu-restaurant .menu-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #B1B1B1;
    font-family: Satisfy,'Open Sans',arial;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}
.gallery-trigger ul li a.active, .gallery-trigger ul li a:hover {
    background: #FFB03B;
    color: #fff;
    border: 1px solid #FFB03B;
}
.gallery-trigger ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.gallery-trigger ul li a {
    padding: 10px 20px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}
.footer {
    width: 100%;
    background-color: #222;
    position: relative;
    z-index: 1;
}
.footer a {
    color: #fff;
}

.footer .footer-top {
    padding-top: 9rem;
    padding-bottom: 5rem;
}
.footer .widget-title, .footer .widget-title a {
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #999;
}
.footer .widget-title{
    padding-bottom: 20px;
    font-family: 'Satisfy', sans-serif;
    color: #FFB03B;
}
.footer .widget, .footer address {
    color: #999;
    text-transform: none;
    font-style: normal;
    padding-bottom: 15px;
}
.footer .navigation, .footer .social-list {
    float: none;
    margin-bottom: 20px;
}
.list-horizontal li {
    display: inline-block;
}
#contact{
    background-color: rgba(221, 221, 221, 0.33);
}
.footer .social-list a {
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px;
}

@media screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    h1, h2, h3, h4, h5, h6, stong {font-size: 24px;} 
}
@media (min-width: 768px) and (max-width: 980px) {
    h1, h2, h3, h4, h5, h6, stong {font-size: 24px;}        
    .content-holder h2 {
        font-size: 23px;
    }
    .details-text p {
        line-height: 16.6px;
    }
    .site-logo {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6, stong {
        font-size: 22px;
    }
    .site-logo {
        margin-left: 10px;
        margin-top: 9%;
        max-width: 40px !important;
    }
    .banner {
        background-size: contain !important ;
        margin: 0 auto;
        max-height: 241px;
        max-width: 360px;
        min-height: 200px;
        overflow: hidden;
    }
}
@media (min-width: 451px) and (max-width: 767px) {

    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    h1, h2, h3, h4, h5, h6, stong {
        font-size: 20px;
    }
    .menu-restaurant {
        width: 100%;
    }
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
    .header-h {
        font-size: 35px;
    }
    .header-p, body{
        font-size: 14px;
    }
    .about-info, .mr-15{
        margin-bottom: 15px;
    }
    #banner h2{
        font-size: 25px;
    }
    #banner p{
        font-size: 25px;
    }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}