    	ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}
        
		.content-slider li {
    background-color: #c1c1c1;
    text-align: center;
    color: #FFF;
    border: 1px solid red;
}
		.content-slider h3 {
		    margin: 0;
		    padding: 70px 0;
		}
		.demo{
			width: 800px;
		}
		
		
		
		.box-wrap {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 280px;
}
.top-sec, #popEvnt>li:nth-child(9) .top-sec, #popEvnt>li:nth-child(14) .top-sec {
    background: #eba15b;
    background: -moz-linear-gradient(left,rgba(235,161,91,1) 47%,rgba(126,224,181,1) 100%,rgba(126,224,181,1) 100%);
    background: -webkit-linear-gradient(left,rgba(235,161,91,1) 47%,rgba(126,224,181,1) 100%,rgba(126,224,181,1) 100%);
    background: linear-gradient(to right,rgba(235,161,91,1) 47%,rgba(126,224,181,1) 100%,rgba(126,224,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba15b',endColorstr='#7ee0b5',GradientType=1);
}
homeGroup.css?0.334:1
#popEvnt .top-sec {
    padding: 18px 20px 6px;
    min-height: 100px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.crd-ttl {
    color: #666;
    text-transform: uppercase;
    font-family: opensans-bold;
    font-size: 12px;
    padding: 3px 4px;
    background-color: #fff;
    display: inline-block;
    line-height: 12px;
    letter-spacing: 1px;
}
#popEvnt .crd-para {
    font-family: opensans-semibold;
    font-size: 16px;
    padding: 5px 30px 0 0;
    height: 110px;
    overflow: hidden;
}#popEvnt .crd-date {
    font-size: 12px;
    position: relative;
}

.my{
background-image: url('img/bg.png');
background-color:#b44c44;
padding:20px;
}

.mytext h1{
font-size:80px;
font-weight:bold;
color:white;
}
.mytext p{
font-size:20px;
font-weight:bold;
color:rgba(255, 255, 255, 0.49);
}
li.mylipopup {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
}


.hd{
font-weight:bolder;	
	
}

#dd{
	
	width:500px;
	padding:20px;
	
}

#dd2{
	height:200px;
	width:250px;
	padding:20px;
	
}

.con {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
        width: 31px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0 0px 2px;
    transition: 0.4s;
    color: white!important;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}


.btt li a{color:white!important;}

.btt li a:hover {
   
    background-color: rgba(0, 0, 0, 0.88)!important;
}
.btt li a:active {
   
    background-color: rgba(0, 0, 0, 0.88)!important;
}
.btt li a:focus {
   
    background-color: rgba(0, 0, 0, 0.88)!important;
}



.a{
	    margin-top: -55px;
}









/* * Copyright (c) 2012 Thibaut Courouble
 * Licensed under the MIT License
   ================================================== */

body {
    background: #eee!important;
    color: #404040;
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px!important;
    font-weight: normal;
    line-height: 20px;
}

a {
    color: #1e7ad3;
    text-decoration: none;
}

a:hover { text-decoration: underline }

.container, .main {
    width: 640px;
    /*margin-left: auto;
    margin-right: auto;
    height: 300px;*/
}

.main { margin-top: 50px }

input {
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #555860;
}

.search {
    position: relative;
    margin: 0 auto;
    width: 300px;
}

.search input {
    height: 44px;
    width: 100%;
    padding: 0px 27px 0 25px;
    background: white url(http://cssdeck.com/uploads/media/items/5/5JuDgOa.png) 8px 6px no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #a8acbc #babdcc #c0c3d2;
    /* border-radius: 13px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -moz-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -ms-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    -o-box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
    box-shadow: inset 0 1px #e5e7ed, 0 1px 0 #fcfcfc;
}

.search input:focus {
    outline: none;
    border-color: #66b1ee;
    -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
    box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
}

.search input:focus + .results { display: block }

.search .results {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eceef4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(top, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.search .results li { display: block }

.search .results li:first-child { margin-top: -1px }

.search .results li:first-child:before, .search .results li:first-child:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}

.search .results li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}

.search .results li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}

.search .results li:first-child:hover:before, .search .results li:first-child:hover:after { display: none }

.search .results li:last-child { margin-bottom: -1px }

.search .results a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-shadow: 0 1px #fff;
    border: 1px solid transparent;
    border-radius: 3px;
}

.search .results a span { font-weight: 200 }

.search .results a:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url("http://cssdeck.com/uploads/media/items/7/7BNkBjd.png") 0 0 no-repeat;
}

.search .results a:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border-color: #2380dd #2179d5 #1a60aa;
    background-color: #338cdf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #59aaf4), color-stop(100%, #338cdf));
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -ms-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(top, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}

:-moz-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

::-webkit-input-placeholder {
    color: #a7aabc;
    font-weight: 200;
}

.lt-ie9 .search input { line-height: 26px }





.btt li {
    float: left;
    padding: 0px;
    list-style: none;
    color: white;
    border: 1px solid;
    width: 166px;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  font-family: 'Open Sans', 'sans-serif';
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
div#footerli li {
    color: #999;
}
div#footerco p,#fooadd {
    color: #999;
}
.dots li{
    list-style: none!important;
	
}
.dots li a{
	color:black;
}

@font-face {
   font-family: myFirstFont;
   src: url('segoe-ui-light.woff');
   
}
 
.ff{
	font-family: myFirstFont!important;
	font-weight:700;
} 
#paginate{margin:auto!important;}

	body{ margin-top:30px; }

        .file-input-wrapper {
            height: 35px;
            overflow: hidden;
            position: absolute;
            width: 123px;
            background-color: #fff;
            cursor: pointer;
        }
        
        .file-input-wrapper > input[type="file"] {
            font-size: 40px;
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0;
            cursor: pointer;
        }
		.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px!important;
}
.errormess {
font:bold 12px Tahoma;
margin-left:5px;
color:#BC3F40;
}	
#purpose option:nth-child(10),#purpose option:nth-child(2),#purpose option:nth-child(20) {
    font-weight:bold;
	color:black!important;
}
.dots li{
    list-style: none!important;
	
}
.dots li a{
	color:black;
}

@font-face {
   font-family: myFirstFont;
   src: url('segoe-ui-light.woff');
   
}
 
.ff{
	font-family: myFirstFont!important;
	font-weight:700;
} 

	body{ margin-top:30px; }

        .file-input-wrapper {
            height: 35px;
            overflow: hidden;
            position: absolute;
            width: 123px;
            background-color: #fff;
            cursor: pointer;
        }
        
        .file-input-wrapper > input[type="file"] {
            font-size: 40px;
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0;
            cursor: pointer;
        }
		/*HOME PAGE CSS*/
		img.img-responsive.hovereim {
    max-width: 100%;
    -moz-transition: all 0.3s!important;
    -webkit-transition: all 0.3s!important;
    transition: all 0.3s!important;
}
ul.btt.nav.navbar-nav>li {
    rgba(128, 128, 128, 0.66)!important
}


body { font-family:'Open Sans'; background-color:#fafafa;}
h2 { margin:30px auto;}

#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 24.8%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  
  text-align: center;
  letter-spacing: 2px;
  color: #252525;
 
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 50px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}



<!-- lightslider css start demo1-->

		ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}
		.btm-sec a {
    color: white;
}
        .demo1 .item1{
            margin-bottom: 60px;
        }
		.content-slider1 li{
		    background-color: white;
		    text-align: center;
		    color: #FFF;
		}
		.content-slider1 h3 {
		    margin: 0;
		    padding: 70px 0;
		}
		.demo1{
			width: 100%;
		}
		
		li.swiper-slide.swiper-slide-active.lslide {
    width: auto!important;
}
li.swiper-slide.swiper-slide-active.clone.right {
    width: auto!important;
}
li.swiper-slide.swiper-slide-active.clone.left{ width: auto!important;}

<!-- demo2 -->
	ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}
		.btm-sec a {
    color: white;
}
        .demo2 .item2{
            margin-bottom: 60px;
        }
		.content-slider2 li{
		    background-color: white;
		    text-align: center;
		    color: #FFF;
		}
		.content-slider2 h3 {
		    margin: 0;
		    padding: 70px 0;
		}
		.demo2{
			width: 100%;
		}
		
		li.swiper-slide.swiper-slide-active.lslide {
    width: auto!important;
}
li.swiper-slide.swiper-slide-active.clone.right {
    width: auto!important;
}
li.swiper-slide.swiper-slide-active.clone.left{ width: auto!important;}

.dots li{
    list-style: none!important;
	
}
.dots li a{
	color:black;
}

@font-face {
   font-family: myFirstFont;
   src: url('segoe-ui-light.woff');
   
}
 
.ff{
	font-family: myFirstFont!important;
	font-weight:700;
} 
div#viewp1 {
    height: 190px;
}div#viewp {
    height: 153px;
	    background-color: #d8cfcf;
    border-bottom: 1px solid #e2e2e2;
}
.hove:hover {
   -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
@media screen and (max-width: 699px) and (min-width: 200px) {
   div#viewp {
    height: 100%;
	    background-color: #d8cfcf;
    border-bottom: 1px solid #e2e2e2;
}
}
/*END HOME PAGE CSS */
/* LOGIN.PHP*/
.signUp li{
list-style:none;
margin-bottom:30px;
color:rgba(255, 255, 255, 0.65);
}
.form-control_textbox bottom_line_css {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc!important;
    border-bottom: 1px solid;
}
.ii {
    font-size:20px;
}/*END LOGIN.PHP*/
/* SHOW DETAILS */
.blockHeading {
    padding: 11px 15px;
    margin: 0;
    font-size: 18px;
    color: #000;
    font-family: 'opensans-semibold';
    border-bottom: 1px solid #eaeaea;
}
.left.carousel-control {
    left: 1px!important;
    left: inherit;
}
.carousel-control {
    width: 30px;
    height: 100%;
    top: -35px;
}
.rerDis {
    color: #666;
    font-size: 14px;
    line-height: 21px;
}

.propDescription {
    padding: 15px;
    margin: 0;
}

@media screen and (max-width: 699px) and (min-width: 200px) {
   .respo {
       width:100%;
	   height:200px!important;
    }
}
.thumbnail{
	position:relative;
}
.cap {
        bottom: .1rem;
		position:absolute;
}
 .affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
  }
  .morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.nav>li>a {
    padding: 14px 15px;
	
}
.nav>li>a:hover{
    padding: 14px 15px;
	color: black;
}
#dline {
    border-top: 1px dashed grey;
}/*END SHOW DETAILS*/

.ff{
	font-family: myFirstFont!important;
	font-weight:700;
} 
img#searchimg{border:2px solid grey;}
img#searchimg:hover {
    transition: all .3s ease-in;
	box-shadow: 0px 0px 14px #000000;
}
span.prodet {
    font-size: 16px;
   
}

#promaind{    border: 1px solid #dedede;}
#manfirstcol{text-align: right;}
.navbar-default .navbar-nav>.active>a {
    color: #fff;
    background-color: #808dbe;
}
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;    background-color: #fff;}

/* Style the tab */
div.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 100%;
}

/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding:10px 0px 10px 10px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.tab button.active {
    background-color: #808dbe;
	color:white;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 80%;
    border-left: none;
  
}
.navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 12px;
}
div#promaind input {
    border: 1px solid #63B3AC;
    background-color: #E6F3FF;
}/* END MANAGE PROFILE*/
p#btotop {
    padding: 5px;
    margin-top: 10px;
}.logo img {    padding-bottom: 14px;}.item {  position: relative;  overflow: hidden;}.item img {  max-width: 100%;    -moz-transition: all 0.3s;  -webkit-transition: all 0.3s;  transition: all 0.3s;}.item:hover img {  -moz-transform: scale(1.1);  -webkit-transform: scale(1.1);  transform: scale(1.1);}#buyp {    margin: 0 0 10px;    font-size: 14px;}@media screen and (max-width: 1000px) and (min-width: 300px) {   #buyp{    margin: 0 0 5px;    font-size: 10px;}}@media screen and (max-width: 1000px) and (min-width: 300px) {   #locadd{    font-size: 10px!important;}}@media screen and (max-width: 1000px) and (min-width: 300px) {   #headre{    font-size: 16px!important;}}#plord{    background: #5ac6cd63!important;    padding: 12px!important;}		select#sf-size-min{    padding:6px 4px 6px 9px;    margin: 0px !important;    background: #ffffff;    border: 1px solid #d7d7d7;    width: 85px;      float: left;}select#sf-size-max {    padding:6px 4px 6px 9px;    margin: 0px !important;    background: #ffffff;    border: 1px solid #d7d7d7;    width: 85px;       float: right;}