/*-------------------------------------------------
= Table of Content
1.General
  1.1.Typography
2.Navigation
3.Content Home
  3.1.Intro
  3.2.Results
  3.3.Portfolio
  3.4.Call to Action
  3.5.About us
  3.6.Our Team
  3.7.Skills
  3.8.Testimoials
  3.9.From Blog
  3.10.Pricing
  3.11.Contact
  3.12.Footer
4.Blog Single
5.Buttons
6.Video Background
-------------------------------------------------*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }
.clearfix:after { clear: both; }
.clear { clear: both; }

.oh { overflow: hidden; }
.relative { position: relative; }
.section-wrap { padding: 70px 0; }
.color-white { color: #fff !important; }
.left { float: left; }
.right { float: right; }
.bg-light { background-color: #fafafa; }
.bg-color { background-color: #3f51b5; }

::-moz-selection { color: #fff; background: #3f51b5; }
::-webkit-selection { color: #fff; background: #3f51b5; }
::selection { color: #fff; background: #3f51b5; }

.transition {
  -webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

body, html {
  height: 100%;
}

/*Typography*/

a {
  text-decoration: none;
  color: #3f51b5;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color:#666;
  outline: 0;
  overflow-x: hidden;
}

video {
  height: 100%;
  width: 100%;
}
.videos 
{
	line-height:0px;
}

body img {
  border: none;
  max-width: 100%;
  height: auto;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  color: #212121;
  line-height: 1.5;
}

h1 {
  font-weight: 300;
  font-size: 38px;
}

h2 {
  font-weight: 300;
  font-size: 34px;
}

h3 {
  font-weight: 400;
  font-size: 24px;
}

h4 {
  font-weight: 400;
  font-size: 20px;
}

h5 {
  font-weight: 400;
  font-size: 18px;
}

h6 {
  font-weight: 400;
  font-size: 16px;
}


p {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 10px 0;
}

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/

.loader-mask {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; 
  z-index:99999;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  font-size: 10px;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  text-indent: -9999em;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3em;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #3f51b5;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #3f51b5;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #3f51b5;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #3f51b5;
  }
}


/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 76px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.84);
  
}

.logo-light {
  float: left;
  position: relative;
  z-index: 10;
  padding-top: 7px;
}
.home-logo
{
	padding-top:3px;
}

.logo {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav.sticky {
  position: fixed;
  width: 100%;
  height: 76px;
  background:#fff;
  border-bottom: 1px solid #EAEAEA;
}

.main-nav.sticky .logo {
  height: 75px;
}

@media (min-width: 768px) {
.navbar-toggle {
  display: block;
}
}

nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav {
  position: fixed;
  z-index: 300;
  background-color: rgba(255,255,255, 0.95);
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
}

.nav-hide { display: none; }

nav ul {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav ul li { list-style: none; }

nav ul li a {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 36px;
  color: #333;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-toggle {
  top: 10px;
  margin-right: 0;
  width: 47px;
  height: 45px;
  z-index: 300;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background-color: #333;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: #333; }

.navbar-on .bar1 {
  -moz-transform-origin: 10% 40%;
  -webkit-transform-origin: 10% 40%;
  -o-transform-origin: 10% 40%;
  transform-origin: 10% 40%;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  -moz-transform-origin: 10% 40%;
  -webkit-transform-origin: 10% 40%;
  -o-transform-origin: 10% 40%;
  transform-origin: 10% 40%;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }

nav ul li.active > a {
  color: #0a64ba;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #0a64ba;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*Go to Top*/

#back-to-top {
  display: block;
  z-index: 500;
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 32px;
  position: fixed;
  bottom: -52px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #fff;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 1px 1.732px 16px 0px rgba( 0, 0, 0, .16 ), 1px 1.732px 5px 0px rgba( 0, 0, 0, .12 );
}

#back-to-top i {
  margin-right: 2px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#back-to-top a {
  width: 52px;
  height: 52px;
  display: block;
  color: #3f51b5;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #0a64ba;
}

#back-to-top:hover i {
  color: #fff;
}

.scroll-down {
  font-size: 36px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 5px 1px 0 0;
  line-height: 36px;
  z-index: 50 !important;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -26px;
}

.scroll-down a {
  line-height: 36px;
  position: relative;
  z-index: 50 !important;
}

.scroll-down i {
  color: #3f51b5;
}



/*------------------------------style saro-------------*/
/*.product-section
{
	position:absolute;
	margin: auto;
    width: 100%;
    top: 557px;
}*/
.product-button
{
	background:#165591;
	height:110px;
	text-align:center;
	color: #fff;
	padding-top: 40px;
	text-transform:uppercase;
}
.product-intro
{
	/*height:440px;*/
}
section h2
{
	color:#ff9900;
	text-align:center;
	font-size:32px;
	margin-bottom: 35px;
}
.about-us-intro
{
	visibility: visible; animation-duration: 2s; animation-name: fadeInUp;
}
.curtains:hover
{
	background:url(../img/curtain-bg.jpg) !important;
	cursor: pointer;
}
.cushions:hover
{
	background:url(../img/cushions-bg.jpg) !important;
	cursor: pointer;
}
.throws:hover
{
	background:url(../img/throws-bg.jpg) !important;
	cursor: pointer;
}
.napkins:hover
{
	background:url(../img/napkins-bg.jpg) !important;
	cursor: pointer;
}
.towel:hover
{
	background:url(../img/towel-bg.jpg) !important;
	cursor: pointer;
}
.apron:hover
{
	background:url(../img/apron-bg.jpg) !important;
	cursor: pointer;
}
.t-cloth:hover
{
	background:url(../img/tcloth-bg.jpg) !important;
	cursor: pointer;
}
.bed:hover
{
	background:url(../img/bed-bg.jpg) !important;
	cursor: pointer;
}
.palcemats:hover
{
	background:url(../img/palcemats-bg.jpg) !important;
	cursor: pointer;
}
.rugs:hover
{
	background:url(../img/rugs-bg.jpg) !important;
	cursor: pointer;
}
.meter:hover
{
	background:url(../img/meter.jpg) !important;
	cursor: pointer;
}
.oven:hover
{
	
	background:url(../img/oven-bg.jpg) !important;
	cursor: pointer;
}
.bg-patten
{
	background:url(../img/bg-patten.png) repeat;
}

.name
{
	text-align:center;
	font-size:20px;
	padding-top:20px;
}
#about-us
{
	text-align:center;
}
h2.section-heading:after
{
	background: #ff9900;
	display: block;
    content: "";
    height: 2px;
    width: 100px;
    margin: 5px auto 20px;
    position: relative;
}
.about-sub
{
	padding-top:45px;
}
.readmore
{
	background: #0a64ba;
    color: #fff;
    font-size: 14px;
    padding: 10px 22px;
    border-radius: 20px;
	display: inline-block;
}
.readmore:hover {
    background: #ff9900;
}
.pl-0
{
	padding-left:0;
}
.entry-title
{
	/*padding-top:10px;*/
	background: #0A64BA;
    overflow: auto;
}
.fa-angle-right
{
	font-size:16px;
	padding-left:8px;
}
.faa-horizontal.animated
{
   
}

.more-product
{
	text-align:center;
	margin-top:50px;
}
.about-sub p
{
	    margin: 40px 0px;
}
.about-us-intro .social-1 .fa
{
	color: #6D6D6D;
    border: 2px solid #868686;
    padding: 10px 10px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 12px;
	font-size:13px;
    margin-right: 6px;
}
.about-sub h4
{
	font-size:24px;
}
.frame
{
	width: 360px;
	height: 217px;
	overflow:hidden;
	/*border-radius: 5px;*/
	
}
.zoomin img
{
	width: 360px; height: 217px;
	-webkit-transition: all 1s ease;
	 -moz-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	   transition: all 1s ease;
	   max-width:inherit;
}
.zoomin img:hover
{
	width: 400px; height: 240px;
}
.about-us-left {
    padding: 62px 92px 5px 107px;
}
.section-title-left {
    font-size: 30px;
    line-height: 30px;
    color: #ff9900;
    margin-bottom: 50px;
    position: relative;
	text-align:left;
}
.section-title-left:after {
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 65px;
	background: #ff9900
}
.about-us-right {
    background: #333 none repeat scroll 0 0;
    padding: 60px 80px 60px 75px;
}
.about-us-right .media {
    margin-top: 40px;
	overflow: inherit;
}
.media-body, .media-left, .media-right
{
	display: table-cell;
    vertical-align: top;
}

.about-us-right .media .fa:before {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 75px;
    line-height: 70px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 75px;
}

.dotted .fa:after {
    background: #fff;
    content: "";
    height: 69px;
    left: 36px;
    position: absolute;
    width: 2px;
}
.about-us-right .media-body {
    padding: 0 20px;
}
.about-us-right .media-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}
.about-us-right .media p {
    color: #808080;
    font-size: 16px;
    line-height: 25px;
}
.about-us-right .media:hover .fa::before {
    background-color: #ff9900;
}
.about-us-right .media:hover .fa:before {
    border: 2px solid transparent;
    color: #fff;
}
.no-padding
{
	padding:0;
}
.about-us-left p
{
	padding-top:15px;
	text-align:justify;
}
.serv_links {
    position: relative;
    min-height: 10px;
	top: 45px;
}

.serv_links .serv {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    width: 190px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    font-weight: normal;
    font-style: normal;
	z-index: 9;
}
.serv_links .serv:first-child + .serv + .serv:before {
    margin-top: -67px;
    margin-left: -67px;
}
.serv_links .serv:hover span {
        color: #fff;
}
.serv_links .serv:before {
    position: absolute;
    width: 167px;
    height: 167px;
    content: '';
	z-index:-1;
    /*border: 1px solid #727582;*/
	background: rgba(255, 255, 255, 0.91);
    left: 42%;
    margin-left: -69px;
    top: 15%;
    margin-top: -65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    text-decoration: none !important;
}
.serv_links .serv:hover:before
{
	background:#0a64ba;
}
.serv_links .serv:first-child {
    top: 320px;
    left: 0;
}
.serv_links .serv:first-child + .serv {
    left: 129px;
    top: 189px;
}
.serv_links .serv:first-child + .serv + .serv {
       left: 256px;
    top: 63px;
}

.serv_links .serv:first-child + .serv + .serv + .serv {
    left: 257px;
    top: 318px;
}
.serv_links .serv:first-child + .serv + .serv + .serv + .serv {
    left: 385px;
    top: 194px;
}
.serv_links .serv:first-child + .serv + .serv + .serv + .serv + .serv {
    left: 511px;
    top: 62px;
}
.serv_links .serv:first-child + .serv + .serv + .serv + .serv + .serv + .serv {
    left: 514px;
    top: 315px;
}
.serv_links .serv:first-child + .serv + .serv + .serv + .serv + .serv + .serv + .serv {
    left: 640px;
    top: 187px;
}
.serv_links .serv:first-child + .serv + .serv + .serv + .serv + .serv + .serv + .serv + .serv {
    left: 766px;
    top: 60px;
}

.responsible
{
	background:url(../img/csr.jpg) no-repeat fixed;
	height:700px;
}
footer

{
	background:url(../img/footerbg.jpg) repeat;
	padding:50px 0px 10px 0px;
}
footer .form-control
{
	border-radius:0px !important;
	background-color: transparent;
	border: 1px solid #6e6f75;
	height: 43px;
}
textarea.form-control
{
	height:140px !important;
}
.foot-mail .row
{
	padding-bottom:10px;
}
footer .btn-1
{
	width: 100%;
    border-radius: 0px;
    font-size: 15px;
    height: 44px;
    background: #fe9c02;
    border: none;
	color:#fff;
}
footer h3
{
	color:#fff;
	font-size:25px;
	margin: 0;
    padding-bottom: 25px;
}
footer p
{
	font-size:16px;
	color:#ccc;
}
.foot-bottom
{
	border-top:1px solid #34353C;
	padding: 13px 0px 0px 0px;
	margin-top: 30px;
	background: #212226;
}
.foot-bottom p
{
	font-size:13px;
	color:#fff;
}
.social .fa
{
	color: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 15px;
	margin-right: 6px;
}
.social .fa:hover
{
	background:#fff;
	color:#333;
}
.social, .social-1
{
	float:right;
	display:none;
}
.copy
{
	padding-top:5px;
}
.map-loc
{
/*	padding-left:0px;*/
}
.foot-mail
{
	float:right;
	width:90%;
}
.postcv
{
	text-align:center;
	background:#ededed;
	padding: 32px 0px;
}
.cv
{
	background: #ff9900;
    padding: 12px 35px;
    border-radius: 25px;
    color: #fff;
    line-height: 51px;
	font-size:22px;
}
.section-title-inner
{
	text-align:left;
	margin-bottom:0;
}
.start-about
{
	color:#ff9900;
	font-size:20px;
}
.welcome img
{
	padding:15px 0px;
}
.one h3
{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.one:after
{
	background: #666;
    display: block;
    content: "";
    height: 2px;
    width: 55px;
    margin: 26px 0px;
    position: relative;
}
.about-content p
{
	text-align:justify;
}
.welcome
{
	padding:20px 0px 40px 0px;
}
.credentials h3
{
	font-size:20px;
	color:#000;
}
.awards ul li
{
	list-style:circle;
	margin-left: 31px;
    padding-bottom: 10px;
}
.two:after
{
	background: #666;
    display: block;
    content: "";
    height: 2px;
    width: 55px;
    margin: 25px 0px;
    position: relative;
}
.mt
{
	margin-top:30px;
}
.two
{
	margin-left:20px;
}
.small-font
{
	font-size:15px;
}
.award-1
{
	padding-top:20px;
}
.award-3
{
	padding-top: 30px;
}
.award-4
{
	    padding-top: 30px;
}
.product-all
{
	padding:50px 0px;
}
.product-all img
{
	border:4px solid #fff;
	box-shadow: 0px 0px 5px #ccc;
}
.product-all h2
{
	padding-bottom:20px;
	padding-top:25px;
}
.product-all p
{
	width: 85%;
    line-height: 30px;
}
.quality-title
{
	text-align:center;
	font-size:25px;
	color:#333;
	/*padding-bottom:20px;*/
}
h4.quality-title:after
{
	background: #666;
    display: block;
    content: "";
    height: 2px;
    width: 220px;
    margin: 5px auto 20px;
    position: relative;
}
.quality-all
{
	padding:50px 0px;
}
.quality-all img
{
	border:4px solid #fff;
	box-shadow: 0px 0px 5px #ccc;
}
.quality-all h2
{
	padding-bottom:10px;
	padding-top:20px;
}
.quality-all p
{
    line-height: 30px;
}
.quality-all ul li
{
	list-style:circle;
	margin-left: 31px;
    padding-bottom: 10px;
}


.facilitie-all
{
	padding:50px 0px;
}
.facilitie-all img
{
	border:4px solid #fff;
	box-shadow: 0px 0px 5px #ccc;
}
.facilitie-all h2
{
	padding-bottom:10px;
	padding-top:10px;
}
.facilitie-all p
{
    line-height: 30px;
}
.facilitie-all ul li
{
	list-style:circle;
	margin-left: 31px;
    padding-bottom: 10px;
}

.facilitie
{
}
.menu
{
	float:right;
}
.menu ul li
{
	float:left;
}
.menu ul li a
{
	color:#000;
	padding: 23px 15px;
    display: inline-block;
}
.menu ul li a:hover
{
	background: #0a64ba;
    color: #fff;
}
.menu .active a
{
	background: #0a64ba;
    color: #fff !important;
}
.gallery-img
{
	padding-bottom:25px;
	border:1px solid #fff;
}
/*.readmore
{
	float:right;
}*/
.entry-title h4 a
{
	/*float:left;*/
	color:#fff;
}
.entry-title h4
{
	padding: 5px 17px;
	margin:0;
}

.phone
{
	padding-bottom:20px;
	padding-top:20px;
}
.dropmenu li
{
	float:none !important;
}
.dropmenu li a
{
	padding:10px 10px !important;
	background:none !important;
}
.menu .dropmenu
{
	background:#0A64BA;
	
}
.menu .dropmenu li
{
	border-bottom:1px dotted #fff;
}
.menu ul li .dropmenu
{
	display:none;
}
.menu ul li a:hover .menu li ul 
{
	display:block !important;
}
.product-button a
{
	color:#fff;
}



@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  float:right;	
 
}

#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 27px 18px;
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #0a64ba;
  /*background: rgba(0, 0, 0, 0.1);*/
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #272727;
  right: 17px;
  top: 31px;
}
.has-sub 
	{
		display:none !;
	}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
      z-index: 9;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li a:hover
{
	background:#0a64ba;
	color:#fff;
}
.inner-banner img
{
	width:100%;
}
.pb-10
{
	padding-bottom:10px;
}
.product ul li
{
	list-style:circle;
	padding-bottom:15px;
	margin-left:15px;
}
.manufact
{
	margin-bottom:80px;
	padding: 20px 0px;
}
.facilitie h1
{
	    color: #ff9900;
    font-size: 32px;
}
ul.pro-qu li
{
	    line-height: 35px;
		list-style:circle;
		margin-left:20px;
}

#meterfabrics, #curtain, #cushions, #throws, #bedspreads, #bedspreads, #rugs, #eat, #dining, #oven
{
	padding:50px 0px;
}
.serv_links .csr:before 
{
	background:url(../img/csr_center.png)!important;
}

.we_responsible
{
	padding: 50px 0px;
}
.we_responsible h2 {
    padding-bottom: 20px;
    padding-top: 25px;
}
.we_responsible p {
    width: 85%;
    line-height: 30px;
}
.believe
{	font-size:22px; color:#000;  text-align:center; width:100% !important;}

.section-title-left a {
    font-size: 30px;
    line-height: 30px;
    color: #ff9900;
    margin-bottom: 50px;
    position: relative;
    text-align: left;
}
.people ul li
{
	line-height:25px;
	list-style:circle;
	margin-left:20px;
}
.job
{
	padding:50px 0px;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #0A64BA;
}
.inputfile + label {
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.8rem 1.95rem;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.box
{
	text-align:center;
}
.chose
{
	margin-top:25px;
}

#menu-main > ul > li.has-sub > a::before
{
	display:none !important;
}

#menu-main > ul > li.has-sub > a::after
{
	display:none !important;
}

.inn-text
{
	font-size:20px !important;
}
.blog-col-3
{
	overflow:hidden;
	margin-bottom: 15px;
}
.service:before
{
position: absolute;
width: 150px;
height: 150px;
content: '';
z-index: 0;
background: rgba(255, 255, 255, 0.91);
left: 46%;
margin-left: -69px;
margin-top: -65px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.service span
{
	z-index: 9999;
	position: absolute;
	text-align: center;
	margin: auto;
	left: 132px;
	font-size: 14px;
}
.service
{
	height:220px;
	margin-bottom: 15px;
}
#myCarousel
{
	display:none;
}
.carousel-caption p
{
	color:#fff;
}
.home-video
{
	background:url(../img/home_video.jpg) no-repeat;
	height:759px;
}
.weaving_video
{
	background:url(../img/weaving_video.jpg) no-repeat;
	height:759px;
}
.about_video
{
	background:url(../img/about_video.jpg) no-repeat;
	height:759px;
}
.csr_video
{
	background:url(../img/csr_video.jpg) no-repeat;
	height:759px;
}
.winwill_video
{
	background:url(../img/winwill_video.jpg) no-repeat;
	height:312px;
}
.quality_video
{
	background:url(../img/quality_video.jpg) no-repeat;
	height:759px;
}
.manu_videos
{
	background:url(../img/manu_videos.jpg) no-repeat;
	height:759px;
}
.wet_videos
{
	background:url(../img/wet_videos.jpg) no-repeat;
	height:759px;
}