/* 
    Created on : Dec 30, 2015, 1:08:12 PM
    Author     : Enrich
    Design By: Enrich Web Technologies Pvt.Ltd.
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
body>section{
    padding: 60px 0px;
    /*background: #fdcd2d;*/

}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/*----*****---- << 1.6. Transition >> ----*****----*/

a { -webkit-transition:all 300ms linear 0s; -moz-transition:all 300ms linear 0s; -o-transition:all 300ms linear 0s; -ms-transition:all 300ms linear 0s; transition:all 300ms linear 0s; }
header{
    border-bottom: 1px solid #d1d1d1;
}
.m-t-5{
    margin-top: 5px;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-15{
    margin-top: 15px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-25{
    margin-top: 25px;
}
.m-t-30{
    margin-top: 30px;
}
.m-t-35{
    margin-top: 35px;
}
.m-t-40{
    margin-top: 40px;
}
.PLNone{
    padding-left: 0px;
}
.PRNone{
    padding-left: 0px;
}
.PANone{
    padding: 0px;
}
h1, .h1 {
    font-size: 40px;
    margin-bottom: 25px;
}

#header .search{
    display: inline-block;
}

.navbar>.container .navbar-brand{
    margin-left: 0;
}
.navbar-brand {
    padding: 0;
    margin:0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding-bottom: 0;
    min-height: 90px;
}
.navbar-header {
    padding-top: 12px !important;
}

.navbar-nav{
    margin-top: 12px;
}

.navbar-nav>li{
    display: block;
    width: 100%;
    padding: 10px 10px 10px 30px;
}

.navbar-inverse .navbar-nav > li > a :hover {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #000;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
    background-color: #ffcc33;
    color: #fff;

}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #ffcc33;
    color: #000;

}

.navbar-inverse .navbar-nav .dropdown-menu{
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
    position: absolute;
    top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a{
    padding: 8px 15px;
    color: #fff;
    display: block;

}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #ffcc33;
    color: #fff;

}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
.navbar-collapse.collapse {
    float: right !important;
    padding-top:22px;
}
/*nav*/

.property{
    background-color: #ffcc33;
    margin-top: 8px;
    font-weight: 500;
}
#slidersection{
    padding:0px;
}
.slider-caption{
    color:#fdcd2d;
    font-weight: 500;
}
.navbar-default {
    background-color: #f3f1f2 !important;
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 78px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}
.carousel-caption h1{
    font-size: 36px;
}
/*content*/



/*Two column structure css*/
.content{
    width: 100%;
    height: auto;
    background-color: #fff;
    border:3px solid #ddd;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-left: 0px;
}

ul#content-menu{
    margin:0;
    padding:0;
    background-color: #f5f5f5;
    clear: both;
    width:100%;
    border-top:1px solid #ddd;
}
ul#content-menu li{
    display:inline-block;
    list-style-type: none;
    border-right: 2px solid #ddd;
    color:#000;
    padding:10px 78px;
}
ul#content-menu li:last-child{
    border-right:none;
    color:#000;
    padding:10px 12px;
}
ul#content-menu li a{
    color:#000;
    padding:10px 12px;
    display:block;
}
#sectionyellow{
    background-color: #e4be30;
}
/* About kasliwal */

.kasliwal_grp{
    padding-top: 0px;
}
.kasliwal_grp p{
    font-size: 15px;
    line-height: 30px;
    color: #737373;
    text-align: justify;
}
.p{
    color: #737373; 
    font-size: 15px;
    line-height: 30px;
}
.parallax {
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    background-color: #f5e79e;
    background-position: center center;
}
.aboutus-background {
    background-image: url("../images/aboutus-title-bg.jpg");
}
.career-background {
    background-image: url("../images/career-title-bg.jpg");
}
.service-parallax{
    background-image: url("../images/aboutus-title-bg.jpg");
}
.contact-parallax{
    background-image: url("../images/contact.jpg");
}

.parallax-aboutus-background{
    background-attachment: fixed;
    background-image: url("../images/caree.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 320px;
    background-color: #f5e79e; 
    background-position: center center;
}
.firm-logo{
    border-radius: 25px 25px 25px 25px;
}

.h3{
    padding: 20px;
    padding-left: 30px;
    font-size: 20px;
}
.parallax h1{
    margin-top: 10px;
}


/*Equipments Page Start*/
.spacing.md {
    padding: 0px 0;
}
.content--white {
    background: #fff none repeat scroll 0 0;
}
*, *::before, *::after, *::before, *::after {
    box-sizing: border-box;
}

.equipment--strip .equipment--description {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
}
*::-moz-selection {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #1860a3;
    text-shadow: none;
}
.content--white h2 {
    color: #666;
}
h2 {
    font-size: 1.75em;
    font-weight: 400;
}
.equipment--strip .equipment--image {
    display: inline-block;
    margin-top: 0;
    text-align: right;
    vertical-align: middle;
    width: 48%;
}
.equipment--strip .equipment--image img {
    max-width: 80%;
}
img, video, audio, embed, object, canvas, input, iframe {
    max-width: 100%;
    vertical-align: middle;
}
img {
    border: 0 none;
}
.equipment--description p{
    text-align: justify;
}
.img-right{
    float: right;
}
.img-left{
    float: left;
}

/* services*/
.section-service{
    padding: 42px 20px 20px;
}
.m-b-70{
    margin-bottom: 150px;
}
.services h3{
    margin-bottom: 20px;
    font-size: 30px;
}
.services p{
    color: #888;
}
.img-left{float: left}
.img-right{float: right}
.services .services-info{
    padding:80px 0;
}
.content-kasliwal{
    width: 100%;
    height: auto;
    background-color: #fff;
    border:3px solid #ddd;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-left: 0px;
    max-height: 555px;
}
.section-kasliwal {
    padding: 3px 0px;
    overflow: hidden;
}
.m-b-20{
    margin-bottom: 20px;
}



/* careear*/

.career-parallax1 h1 {
    margin-top: 40px;
}
.careear {
    margin-bottom: 20px;
    margin-top: -28px;
    background-color: #FFF;
}
.careear-section {
    padding: 15px 0px;
    overflow: hidden;
}

.careear h1,h4{
    padding-top: 20px;
    padding-bottom: 20px;
}
.careear h1{
    border-bottom: 2px solid #bfbfbf;  
    color: #ffca01;
}
.careear h4{
    border-bottom: 2px solid #bfbfbf;
}
.careear img{
    width: 100%;
    height: 550px;
}
.form{

    padding: 20px;
    border-radius: 25px 25px 25px 25px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left !important;
    color: #797979;
    font-weight: normal;
}
/*contact*/
.section-contact{
    padding-top: 0px !important;
    background-color: #fff;
}
.section-contact h1{
    font-size: 40px;
    background-color: #fff;
    border-bottom: 2px solid #bfbfbf; 
    padding-bottom: 20px;
    padding-top: 26px;
}
.yellowtext{
    color: #ffca01;
}
.contact{
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact-right-border{
    border-right: 2px solid #bfbfbf; 
}
.contact h2{
    padding-bottom: 10px;
}

.wc-address-wrapper p {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0 14px 30px 80px;
}
.icon{
    padding-bottom:  15px;
}
.contact-icon {
    border: 4px solid #fdcd2d;
    border-color: #797979;
    border-radius: 50%;
    height: 50px;
    width: 48px;
    text-align: center;
    float: left;
    margin-top: 2px;

}
.contact-icon i {
    color: #797979;
    font-size: 26px;
    line-height: 45px;
    margin-left: 0;
    margin-top: 0px;
}
.contact-form{
    font-size: 20px;
    margin-right: 24px;
    margin-left: 37px;

}
.contact-form label{
    font-size: 15px !important;
    color:#797979
}

/*on-up project Slider Css*/

#ongoingproject{
    background: #f8f8f8;
}
#upcomingproject{
    background: #f8f8f8;
}

.contact-info i{
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2{
    margin-top: 0;
    color: #000;
}

.contact-info{
    color:#000;
}

#carousel-slider {
    position: relative;
}

#carousel-slider .carousel-indicators {
    bottom: -25px;
}

#carousel-slider .carousel-indicators li {
    border: 1px solid #ffbd20;
}
#carousel-slider a i:hover {
    background:#bfbfbf;
    color:#fff;
}

#carousel-slider .carousel-control {
    width:inherit;
    opacity: 0.9 !important;
}

#carousel-slider .carousel-control.left i {
    left:1050px;
    font-size: 30px;
    height: 32px;
    padding: 0px;
    position: absolute;
    top: -3%;
    width: 32px;
    color:#000;
    background: #ffca01;
}
#carousel-control.left i .carousel-slider a i:hover {
    background:#bfbfbf;
    color:#fff;
}

#carousel-slider .carousel-control.right i {
    right: 16px;
    font-size: 30px;
    height: 32px;
    padding: 0px;
    position: absolute;
    top: -3%;
    width: 32px;
    color:#000;
    background: #ffca01;
}

#carousel-slider.carousel-control.left, #carousel-slider.carousel-control.right {
    background: none;
}
.project-img{
    padding: 4px;    
}
.project-info{
    padding:12px 0;
}
.project-info h2{
    margin:0 0 8px 0;
    text-transform: uppercase;
    font-size:22px;
    font-weight: 600;
}
.skill_text {
    display: block;
    margin-bottom: 60px;
    margin-top: 25px;
    overflow: hidden;
}
.carousel-inner > .item > img {
    display: block !important;
    height:600px;
    width: 100%;
}

.introtext{
    font-size: 17px;
    line-height: 26px;
    text-align: center;
}
.small-btn{
    font-size: 14px;
    padding:6px 8px;
    background: #ffca01;
    color: #000;
}
.small-btn:hover,.small-btn:focus,.small-btn:active{
    outline: none;
    text-decoration: none;
    background: #000;
    color: #FFF;
}

/*About us */

/*-------- Inner Header -----------*/
.inner-navbar-brand {
    margin: 0;
    padding: 10px 0;
}
/* Sidebar Navigation*/
.sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 999;
    left: 0;
    width: 264px;
}
.redsidebar{
    background-color: #ed1c24;
}
.sidebar .kasliwallogo{
    display: block;
    text-align: center;
    background: #FFF;
    padding: 14px 0;
}
.sidebar .projectlogo{
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sidebar .navbar-nav {
    display: block;
    margin: 0px;
    padding: 0px;   
}
.sidebar .navbar-nav > li {
    padding: 0px;
    margin: 0px;
}
.sidebar .navbar-nav > li > a {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
    padding: 10px 10px 10px 20px;
    line-height: 30px;
    display: block;
}
.sidebar .navbar-nav > li > a:hover {
    outline: none;
    background-color: #000;
}    

/* Laxmi Data*/
.section{
    padding: 60px 0px;
    overflow: hidden;
}
.sectiongray{
    background: #d4d4d4;
}
.fancytitle{
    font-size: 40px;
    color: #030000;
    margin: 15px 0 30px 0;
}
.redtext{
    color: #ed1c24;
}
.white-txt {
    color: #FFF;
}
.laxmi_div{
    padding-top: 30px;
    padding-bottom: 30px;
    size: 40px;
    padding-left:  200px;
}
ul{
    color:  #797979;
}


/*footer*/

.text-black{
    color:black;
}
.text-white{
    color:white;
}
.bg-black{
    background-color: #000;
    border-radius:0;
}
.subscribe:hover{
    background-color: #000;
    color:#fff;
}
.footer-btn:hover,
.footer-btn:focus{
    color:#fff;
}
.footer1{
    background-color: #fdcd2d;
    color:#000 !important;
    padding:0px;

}
.sidebar-footer {
    background-color: #fdcd2d;
    color: #000;
    padding: 0;
}
ul#footer-icon{
    }
ul#footer-icon li{
    display:inline-block;
    list-style-type: none;
}

ul#footer-icon li a{
    background: #ffca01 none repeat scroll 0 0;
    border-radius: 4px;
    color: #000;
    display: block;
    padding: 2px 10px;

}
ul#footer-icon li a i.fa {
    font-size: 16px !important;
}
#footer-icon h5{
    margin-right: 5px;
}

.text-bold{
    font-weight: 600;
}
.bottombar{
    padding:15px;
    background-color: #000;
}
ul#bottombar-menu{
    margin: 0;
    padding:0;
}
ul#bottombar-menu li{
    display: inline-block;
    list-style-type: none;
    border-right: 1px solid #fff;
    line-height: 10px;
    font-size: 12px;
}
ul#bottombar-menu li:last-child{
    border-right: none;
}
ul#bottombar-menu li a{
    color:#fff;
    padding:6px 6px;
}
.copyright{
    color:#fff;
    font-size: 14px;
    margin-top: 15px;
}
.pLnone{
    padding-left:0;
}
.pRnone{
    padding-right: 0;
}
/* Shendra smart city*/
.shendra{
/*    background:url(images/shendra/smart-city.jpg) no-repeat;*/
    background-image: url(../images/shendra/smart-city.jpg) ;
    height: 500px;
    width: 100%; 
}
.smart-city{
    padding: 15px;
}
.para{
    font-size: 15px;
    line-height: 30px;
    color: #737373;
    text-align: justify;
}
.padding-top{
    padding-top: 20px;
}
/*.carousel-control.right {
    background-image: none !important;
 }
 .carousel-control {
    top: -175px !important;
    width: 3%;
 }*/
.body {
  background-color: #333333;
}

.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}
.text-carousel-control.left {
    background-image:none;
}
.parallax-shendra{
    background-attachment: fixed;
    background-image: url("../images/shendra/smart.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-color: #f5e79e; 
    background-position: center center;
}
.news_content{
    width: 100%;
    background-color: #fff;
    border:3px solid #ddd;
    margin-bottom: 20px;
/*    margin-top: 25px;*/
/*   min-height: 200px;;*/
     height: 154px;
}
.news_content_project-info{
    padding: 10px 15px;
    text-align:center;
    color: #797979;
}
.about-smart-city{
    margin-bottom: 30px;
}
/*Auric Page*/
    .auric{
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
        }
  .parallax-auric-background{
    background-attachment: fixed;
    background-image: url("../images/auric-bkg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 535px;
    background-color: #f5e79e; 
    background-position: center center;
}
.parallax-info-background{
    background-attachment: fixed;
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 535px;
    background-color: #f5e79e; 
    background-position: center center;
}
.parallax-qaulitylife-background{
    background-image: url("../images/qulity-life.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 659px;
    margin-top: -98px;
    width: 100%;
    z-index: 9999;
}
.parallax-masterplan-background{
    background-attachment: fixed;
    background-image: url("../images/bg5.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 535px;
    background-color: #f5e79e; 
    background-position: center center;
}
.scroll-to-target {
    background: url("scroll-bg.png") no-repeat center center;
    float: left;
    height: 26px;
    margin: -77px 0 0;
    width: 100%;
}
.auric-logo-section{
    text-align: center;   
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .navbar-toggle {
        background-color: #ffca01 !important;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 10px;
        margin-top: 20px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
    .navbar-nav > li > a {
        font-size: 16px;
        padding-top:0;
        text-align: center;
    }
    .nav, .navbar-nav, .navbar-right .btn{

        text-align: center;
        margin:0 !important;
    }
    .collapse, .navbar-collapse {
        line-height: 62px;
    }
    .navbar-nav > li > a {
        font-size: 16px;
        padding-top: 20px !important;
    }
    ul#content-menu li {
        border-right: 2px solid #ddd;
        display: block;
        list-style-type: none;
        text-align: center;
    }

    .carousel-inner > .item > img {
        display: block !important;
        height: 200px !important;
        max-width: 100% !important;
    }
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 50% !important;

    }
    .parallax-aboutus-background {
        height: auto;
    }
    .navbar-brand > img {
        display: block;
        height: 50px;
        margin-left: 20px;
        margin-top: 8px;
    }
  .carousel-caption h1 {
        font-size: 18px;
    }
    .services .services-info {
        padding: 0;
    }
    ul#content-menu li {
        border:none;
        color: #000;
        display: inline-block;
        list-style-type: none;
        padding: 9px 7px;
        text-align: center;
        width: 100%;
    }
    .padding-top{
    padding-top: 20px;
}
   .carousel-caption {
        width: 263px;
        margin-bottom: 8px !important;
    }
	.parallax-auric-background {
    height: auto;
  }
  .parallax-qaulitylife-background {
    margin-top: -9px;
    height: auto;
	}
   
}   
  @media(min-width:768px) {
        #wrapper {
            padding-left: 250px;
        }

        #wrapper.toggled {
            padding-left: 0;
        }

        #sidebar-wrapper {
            width: 250px;
        }

        #wrapper.toggled #sidebar-wrapper {
            width: 0;
        }

        #page-content-wrapper {
            padding: 20px;
            position: relative;
        }

        #wrapper.toggled #page-content-wrapper {
            position: relative;
            margin-right: 0;
        }
    }

    @media(min-width:768px) {
        #wrapper {
            padding-left: 250px;
        }

        #wrapper.toggled {
            padding-left: 0;
        }

        #sidebar-wrapper {
            width: 250px;
        }

        #wrapper.toggled #sidebar-wrapper {
            width: 0;
        }

        #page-content-wrapper {
            padding: 20px;
            position: relative;
        }

        #wrapper.toggled #page-content-wrapper {
            position: relative;
            margin-right: 0;
        }
		.navbar-collapse{
        padding-left: 0px !important;

    }
	.menu {
    display: block;
    padding-left: 0;
}
    }
}
@media only screen and (min-width:768px) and (max-width:1280px) {
    .menu ul li a {
        font-size: 11px;
        font-weight: normal;
        display: block;
        color: #797979;
        background: #fff;
        text-align: left;
    }
    #media-icon li a{
        width: 47px !important;
    }
    .carousel-caption{
        margin-bottom:125px !important;
    }
    ul#content-menu li {
        border:none;
        color: #000;
        display: inline-block;
        list-style-type: none;
        padding: 9px 7px;
        text-align: center;
        width: 100%;
    }
	.navbar-collapse{
        padding-left: 0px !important;

    }
	.menu {
    display: block;
    padding-left: 0;
}

}
/*new mmenu css with responsive*/
nav {
    display: block;

}

.menu { display: block;}

.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {

    padding: 7px 14px 11px 12px;
    text-decoration: none;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    outline: none;
    font-size: 14px;
    text-align: center;
    /* border-radius: 30%;*/
}
.menu li a:hover,
.menu li:hover>a {
    color: #fff;
    background: #fdcd2d;
    border-radius:8px;
}
.enquirybtn{
    color: #000;
    background: #ffca01;  
    border-radius: 8px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
    text-align: left;
}
.menu ul li a:hover,
.menu ul li:hover>a {
    background: #fdcd2d;
    color: #fff;

}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: block;
    width: 100%;
    padding: 20px 15px;
    background: #E95546;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #fdcd2d;
    color: #fff;
    text-decoration: none;
}
/*auric page css*/



@media (min-width: 768px) and (max-width: 979px) {

    .mainWrap { width: 768px; }

    .menu ul { top: 30px; }

    .menu li a { font-size: 12px; }
	.navbar-collapse{
        padding-left: 0px !important;

    }
	.menu {
    display: block;
    padding-left: 0;
}

}
@media (min-width: 320px) and (max-width: 640px){
    .navbar > .container .navbar-brand{
        margin-left: 10px !important;
    } 
    .navbar-collapse.collapse {
        height: auto !important;
    }
    .navbar-collapse.collapse {
        float: none !important;
        padding-top: 0px !important;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-bottom: 0px !important;
    }
    .navbar-collapse {
        padding-left: 0px;
    }
    .menu{
        padding:0 !important;
    }
    container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0px;
        margin-right: -15px;
    }
    .menu ul {
        width: 100% !important;
    }
    h1, .h1 {
        font-size: 25px;
        margin:0;
        padding:0;
    }
    .content1 p{
        font-size: 14px !important;
        line-height: 25px !important;
        margin-top:-20px;
    }

    ul#bottombar-menu {
        text-align: center;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 10px;
    }
    .copyright {
        text-align: center;
        font-size: 14px;
    }
	.parallax-auric-background {
    height: auto;
}
	.parallax-qaulitylife-background {
   margin-top: -10px;
 }
.parallax-info-background {
     height: auto;
 }
 .parallax-qaulitylife-background {
   height:none;
   }
 
}
@media (max-width: 767px) {
    .menu { display: block;}
    .menu li {
        display: block;
        margin: 0;
    }
    .menu li a {
        background: #fff;
        color: #797979;
    }
    .menu li a {
        color: #000;
        font-size: 14px;
        outline: medium none;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        text-align: center;
        transition: all 0.2s ease-in-out 0s;
    }
    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
	.navbar-collapse{
        padding-left: 0px !important;

    }
	.menu {
    display: block;
    padding-left: 0;
}

}
.menu li.active a.homer{
    background: #fdcd2d;
}    
.modal-header h2 {
    font-size: 22px;
    margin: 0px;
    color: #FFF;
    padding-left: 15px;
}.address{
    padding-left: 50px;

}
@media only screen and (min-width:768px) and (max-width:1280px) {

    .navbar-right{
        float: none;
    }
    .navbar-nav{
        margin-top: -40px !important;
    }
	.navbar-collapse{
        padding-left: 0px !important;

    }
	.menu {
    display: block;
    padding-left: 0;
}
}
