@import url(https://fonts.googleapis.com/css?family=Cookie);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);

@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Basic&display=swap');



body {
    font-family: 'Open Sans', sans-serif;	
}
p {
    line-height: 22px;
    font-size: 14px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

a {
    color: #46752f!important; 
}

header a {
  color: white;
}
header .navbar-light {
	background-color:#FFF;
  
}
header .navbar-light a {
  color: black !important;
}

/*header .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}*/
header .navbar-nav {
  padding-top: 1rem;
}
@media (min-width: 1000px) {
  header .navbar-nav {
    padding-top: 0;
  }
}
header .navbar-toggler:focus,
header .navbar-toggler:active {
  outline: 0;
}
header .navbar-toggler {
  height: 45px;
}
header .navbar-toggler span {
  display: block;
  background-color: white;
  height: 2px;
  width: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}
header .navbar-toggler span:nth-child(1),
header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}
header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}
header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}




#header {
  width: 100%;
  height: 100vh;
}
#header .carousel {
  height: 95%;
}
#header .carousel .carousel-inner {
  height: 100%;
}
#header .carousel .carousel-inner .carousel-item {
  height: 100%;
}
#header .carousel .carousel-inner .carousel-item .title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#header .carousel .carousel-inner .carousel-item .title h1 {
  font-size: 50px;
}
#header .carousel .carousel-inner .carousel-item .title .animated {
  animation-duration: 1.3s;
  animation-delay: .5s;
}
#header .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 100%;
}
.logo {
    width: 370px;
	padding-left: 20px;
}


header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 30px;
    text-transform: uppercase;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 20%;
    height: 2px;
    width: 0%;
    background: #66be4d;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.navbar-light .navbar-nav .nav-item:hover a:before {
    width: 60%;
    
}

.lm {
     background: #fff;
    padding: 10px 35px;
    margin-top: 15px;
    display: inline-block;
}
.wel-sec {
    <!--background-image: linear-gradient(90deg,#383838 0%,#282828 100%);-->
    padding: 100px 0;
    color: #fff;
}
.wel-sec h2 {
        font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
}
.wel-sec p {
    font-size: 18px;
    line-height: 30px;
	color:#000;
}
.lm-btn {
background: #153510;
    padding: 10px 30px;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    color: #fff;
}
.lm-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #ED1C24;
}






.home-ser {
    padding: 0px 0;
    position: relative;
}
.home-ser:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: url(../images/left-img.jpg);
    background-size: cover;
    height: 100%;
}
.home-ser:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #ddffde;
    height: 100%;
    z-index: -1;
}
.middle-content {
    text-align: center;
    color: #fff;
    padding: 80px 100px;
}

.middle-content  p {
        font-size: 18px;
    line-height: 30px;
    font-weight: 300;
	color:#000;
}


.middle-content h4, .middle-content2 h4 {
        font-weight: 600;
    font-size: 26px;
	color:#004c29!important;
}

.home-ser2 {
    padding: 50px 0;
    position: relative;
}
.home-ser2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #ddffde;
    width: 50%;
    height: 100%;
}
.home-ser2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: url(../images/right-img.jpg);
    background-size: cover;
    height: 100%;
    z-index: -1;
}




footer {
    background: #282828;
    padding: 50px 0 0 0;
}
footer h4 {
        color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 6px;
}
footer h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #66be4d;
}


.link-list li a {
    color: #fff!important;
    text-decoration: none;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    padding-left: 15px;
}
.link-list li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: -6px;
    font-family: 'FontAwesome';
    color: #66be4d;
}
.link-list1 li a {
    color: #000!important;
    text-decoration: none;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    padding-left: 15px;
}
.link-list1 li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: -6px;
    font-family: 'FontAwesome';
    color: #66be4d;
}
.cont-list li {
    color: #fff;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 12px;
}
.cont-list li i {
position: absolute;
    left: 0;
    top: 3px;
    color: #66be4d;
    font-size: 18px;
}
.cont-list li span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}




.copyright {
    color: #fff;
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #fff;
    font-weight: 300;
}
.copyright p {
    margin-bottom: 0;
}
.inner-b-sec {
    position: relative;
}
.inner-b-sec:before {
content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,.8);
    width: 75%;
    z-index: 0;
    height: 100%;
}
.inner-banner-cont {
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    z-index: 9;
    width: 75%;
    padding: 130px 170px;
    transform: translateY(-50%);
	vertical-align: top;
}
.inner-banner-cont p {
    line-height: 24px;
    font-size: 18px;
    text-align: justify;
}
.inner-banner-cont h2 {
font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 7px;
    position: relative;
}
.inner-banner-cont h2:before {
        content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #66be4d;
}
.full-height {
        height: 100vh;
    width: 100%;
    object-fit: cover;
}


.i-bc2 {
    padding: 75px 75px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
}
.address-list li {
position: relative;
    padding-left: 36px;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 24px;
}
.address-list i {
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 16px;
    background: #66be4d;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}

.cont-form-page input, .cont-form-page select, .cont-form-page textarea {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.cont-form-page textarea {
    height: 90px;
}
.cont-form-page button {
    background: #153510;
    color: #fff;
    border: 0px;
    padding: 8px 40px;
}
.cont-form-page {
        padding: 50px;
 }

 .inner-head {
        font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 7px;
    position: relative;
 }
 .inner-head:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: #66be4d;
}
.about-box {
        width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
}
.about-det {
    padding: 50px 0;
}
.ab-btn {
        background: #153510;
    padding: 5px 15px;
    color: #fff;
}
.about-box h4 {
        font-weight: 700;
    font-size: 22px;
}
.about-box img {
    width: 80px;
    margin-bottom: 10px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.about-box:hover img {
    transform: rotateY(180deg);
}
.pro-head {
    margin-bottom: 5px;
    margin-top: 5px;
}
.pro-head strong {
    color: #0c0c0c;
    font-size: 15px;
    text-transform: uppercase;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mtb-15 img {
    border: 5px solid #ffffff;
    box-shadow: 0 0 5px #797979;
}
table {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}
table tr:first-child{
    background: #66be4d;
    font-weight: 600;
    color: #fff;
}
table tr td {
    padding: 5px;
    font-size: 14px !important;
}
p {
      line-height: 24px;
    font-size: 18px;
    text-align: justify;
}
.pro-list {

}
.pro-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.pro-list li:before {
    content: "\f00c";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    color: #009a21;
}


@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    

}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    

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

}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    
.i-bc2 {
    padding: 0 15px;
    transform: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    position: relative;
    width: 100%;
}
.inner-banner-cont h2 {
  font-size: 22px;
    margin-top: 15px;
}
.cont-form-page {
    padding: 30px 0;
}
.inner-b-sec:before {
  display: none;
}
.logo {
    width: 250px;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    background: #ff6a00;
}

header .navbar-nav {
    padding-top: 1rem;
    background: #fff;
}
.full-height {
    height: 50vh;
    }
.nav-link {
      line-height: 30px;
}
footer h4 {
    margin-top: 30px;
}
footer {
    padding: 20px 0 0 0;
}

.home-ser:before {
    display: none;
}
.home-ser:after {
    width: 100%;
}
.home-ser:before, .home-ser2:before {
    width: 100%;
}
.middle-content {
    padding: 0;
}

}
/*----------------Product home page-------------------*/
.gallery-area{display:block; overflow:hidden; min-height:100px; clear:both; background:#2c4607 url('../images/gallery-blur-bg.jpg') 50% 50% no-repeat; background-blend-mode:soft-light; position:relative; text-align:center; padding:20px 0 50px;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*.gallery-area:after{ content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; mix-blend-mode:soft-light;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}*/

.gallery-area > div{position:relative; z-index:100;}
.gallery-area > div h4{font-family:'Cookie'; font-size:60px; line-height:1.2; padding:0; margin-bottom:0px; position:relative; text-align:center; color:#fff;}
.gallery-area > div h4:after{
	display:block; 
	content:url(../images/headre-after-bg2.png); 
	mix-blend-mode: screen;
	margin-top:-50px;
	}
.gallery-area > div > a{clear:both; display:inline; font-weight:700; text-transform:uppercase; color:#fff; padding:10px 15px; background:#153510;}
.gallery-area > div > a:hover{text-decoration:none; color:#000; background:#fff;}

.gallery-area > div ul{display:block; overflow:hidden; clear:both; padding:0 0 35px;}
.gallery-area > div ul li{width:25%; float:left; position:relative; overflow:hidden;padding: 2px; background:#2c4607;}
.gallery-area > div ul li img{width:100%; float:left; -webkit-transition: 0.3s ease-in-out; /* Safari */ transition: 0.3s ease;}
.gallery-area > div ul li:hover img{opacity:0.2;}
.gallery-area > div ul li:after{content:'\f00e'; font-family:'FontAwesome'; display:block; width:30px; height:30px; left:50%; top:0%; opacity:0; margin-left:-15px; margin-top:-15px; position:absolute; font-size:30px; color:#fff;
-webkit-transition: 0.5s ease-in-out; /* Safari */ 
transition: 0.5s ease;
}
.gallery-area > div ul li:hover:after{top:50%; opacity:1;}

.gallery-area p{
	color:#fff;
	text-align: center;
	margin-bottom:40px;
	font-family: math;
	font-size:18px;
	
	}
.message2{
	font-family:'Gentium Book Basic', serif;
	font-size:40px!important;
	}
	
/*	-----------------------Mission/vision start---------------------------------*/
.gallery-area1{display:block; overflow:hidden; min-height:100px; clear:both; background:#a9e299 url('../images/mission_bg.jpg') 50% 50% no-repeat; background-blend-mode:soft-light; position:relative; text-align:center; padding:20px 0 50px;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*.gallery-area:after{ content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; mix-blend-mode:soft-light;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}*/

.gallery-area1 > div{position:relative; z-index:100;}
.gallery-area1 > div h4{font-family:'Cookie'; font-size:60px; line-height:1.2; padding:0; margin-bottom:0px; position:relative; text-align:center; color:#fff;}
.gallery-area1 > div h4:after{
	display:block; 
	content:url(../images/headre-after-bg2.png); 
	mix-blend-mode: screen;
	margin-top:-50px;
	}
.gallery-area1 > div > a{clear:both; display:inline; font-weight:700; text-transform:uppercase; color:#fff; padding:10px 15px; background:#153510;}
.gallery-area1 > div > a:hover{text-decoration:none; color:#000; background:#fff;}

.gallery-area1 > div ul{display:block; overflow:hidden; clear:both; padding:0 0 35px;}
.gallery-area1 > div ul li{width:25%; float:left; background:#000; position:relative; overflow:hidden;}
.gallery-area1 > div ul li img{width:100%; float:left; -webkit-transition: 0.3s ease-in-out; /* Safari */ transition: 0.3s ease;}
.gallery-area1 > div ul li:hover img{opacity:0.2;}
.gallery-area1 > div ul li:after{content:'\f00e'; font-family:'FontAwesome'; display:block; width:30px; height:30px; left:50%; top:0%; opacity:0; margin-left:-15px; margin-top:-15px; position:absolute; font-size:30px; color:#fff;
-webkit-transition: 0.5s ease-in-out; /* Safari */ 
transition: 0.5s ease;
}
.gallery-area1 > div ul li:hover:after{top:50%; opacity:1;}

.gallery-area1 p{
	color:#fff;
	text-align: center;
	margin-bottom:40px;
	/*font-family: math;*/
	font-size:17px;
	
	}
	

.content-area1{display:block; color:#fff; overflow:hidden;}
.content-area1 h1{text-transform:uppercase; display:block; clear:both; margin-bottom:30px; font-size:35px; color:#92da19;}
.content-area1 h2{display:block; clear:both; margin-bottom:15px; padding:10px 0; font-size:26px; border-bottom:1px rgba(255,255,255,0.3) dotted; position:relative;}
.content-area1 h2:after{content:""; display:block; position:absolute; left:0; bottom:-2px; width:70px; height:3px; background:#84ca11;}
.content-area1 p{display:block; text-align:justify; margin-bottom:25px; clear:both;}

.content-area1 ol{list-style-type:none; float:left; margin:0 0 15px 0;}
.content-area1 ol li{float:left; clear:both; padding-left:18px; margin-bottom:5px; text-align:justify; position:relative;}
.content-area1 ol li:before{content:'\f054'; display:block; position:absolute; font-family:'FontAwesome'; left:0; top:1px; font-size:13px;}

.projects-box{display:block; overflow:hidden; clear:both; padding:30px 0;}
.projects-box li{display:block; overflow:hidden; margin-bottom:50px; position:relative; clear:both;}
.projects-box li:last-child{margin-bottom:0;}
.projects-box li img{float:left;}
.projects-box li > div{width:42%; background:#2c2a2b; padding:40px; z-index:100; position:absolute; right:0px; top:8%;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.projects-box li > div h2{margin-bottom:20px; color:#fff;}
.projects-box li:nth-child(even) img{float:right;}
.projects-box li:nth-child(even) > div{left:5px;}
/*	-----------------------Mission/vision  end---------------------------------*/
/*------------Product Page--------------------*/
.product-box div{ display:block; text-align:center; background:#fff;  }
.product-box div img{ display:block; /*margin-bottom:5px;*/}
.product-box h3{ display:block; font-size:18px;}
.product-box span{ padding:13px 10px; display:block; overflow:hidden; clear:both; background:#f3f3f3; z-index:2; font-size:15px;text-align: center;}
.product-box span strong{ display:block; margin-bottom:7px;}
.product-box .table{ margin-bottom:0;}
.product-box .table th, .table td{ padding:5px; border-top: 1px solid #c5c5c5;}
.show-more{display:block; overflow:hidden; padding:8px; text-align:center; background:#eee; cursor:pointer; text-transform:uppercase; font-size:13px;}

.loadMore1 span{ padding:13px 10px; display:block; overflow:hidden; clear:both; background:#f3f3f3; z-index:2; font-size:15px;text-align: center;}
.loadMore1 span strong{ display:block; margin-bottom:7px;}

.fixed-bg {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2200px;
}
.fixed-bg_trendy {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2425px;
}
.fixed-bg_gift_packaging {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2875px;
}
.fixed-bg_apron {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1450px;
}
.fixed-bg_yoga {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1225px;
}
.fixed-bg_table {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1225px;
}
.fixed-bg_laundry {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1200px;
}
.fixed-bg_foldable {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1750px;
}
.fixed-bg_other {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1850px;
}
.fixed-bg_backpack {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1525px;
}
.fixed-bg_beachbag {
  background-image: url("../images/side_bg-3.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4875px;
}
.fixed-bg_wine {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3325px;
}
.fixed-bg_cosmatic {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4800px;
}
.fixed-bg_drawstring {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3300px;
}
.fixed-bg_celebration {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6200px;
}
.fixed-bg_file {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2075px;
}
.fixed-bg_corporate {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3700px;
}
.fixed-bg_shopping {
  background-image: url("../images/side_bg_shopping.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12800px;
}
.fixed-bg_flower {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2000px;
}
.fixed-bg_pp {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3375px;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.navbar
{padding: 0!important;
	}
	
.banner2 img
{height:300px;
width:100%;}

.c-head {
    float: left;
    width: 100%;
}
.c-head h2 {
    position: relative;
    margin: 0;
}
.c-head span {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    position: relative;
    width: 150px;
    margin: 0 auto;
}
.c-head span:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ed2225;
    left: 16px;
    top: 12px;
}
.c-head span:after {
content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ed2225;
    right: 16px;
    top: 12px;
}
.text-center {
    text-align: center !important;
}
.about-page {
  padding: 50px 0;
}
.inner-banner-cont1 {
    /*position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    z-index: 9;
    width: 75%;
    padding: 130px 170px;
    transform: translateY(-50%);
	vertical-align: top;*/
}
.inner-banner-cont1 p {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
}
.inner-banner-cont1 h2 {
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 7px;
    position: relative;
	margin-left:-14px;
	
	
}
.social-ul {
    display: flex;
    justify-content: flex-start;
}
.social-ul li {
    float: left;
    margin-right: 15px;
}
.social-ul li a {
    border-radius: 50px;
    color: #fff;
    width: 25px;
    height: 25px;
    float: left;
    background: #3b5998;
    text-align: center;
    line-height: 25px;
	color:#FFF;
}
/*#demos .item img{
  display: block;
  width: 100%;
  height: auto;
}*/

.demos .owl-carousel .owl-nav {
    margin-top: 5px;
    text-align: center;
}
.demos .owl-carousel .owl-nav .owl-prev {
    font-size: 34px;
    font-weight: 600;
    margin-right: 20px;
}

.cont-form-page1 {
    padding: 30px 0;
}

.cont-form-page1 input, .cont-form-page1 select, .cont-form-page1 textarea {
    width: 100%;
    height: 36px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.cont-form-page1 textarea {
    height: 80px;
}
.cont-form-page1 button {
    background: #153510;
    color: #fff;
    border: 0px;
    padding: 8px 40px;
}
.cont-form-page1 {
        padding: 0px;
 }






.table {
    font-size: 14px !important;
}
 #slider {
    position: fixed !important;
    top: 120px !important;
}
.nav-slider .owl-nav .owl-next {
background: #fff !important;
    height: 40px;
    width: 40px;
    position: absolute;
    text-align: center;
    line-height: 40px !important;
    font-size: 34px !important;
    right: 0;
    top: 70px;
    outline: none;
}
.nav-slider .owl-nav .owl-prev {
background: #fff !important;
    height: 40px;
    width: 40px;
    position: absolute;
    text-align: center;
    line-height: 40px !important;
    font-size: 34px !important;
    left: 0;
    top: 70px;
    outline: none;
}
.pad-t-50 {
    padding-top: 150px;
}
#header, #header .carousel .carousel-inner .carousel-item img {
height: auto;
}
#header2 {
    width: 280px !important;
    height: auto  !important;
}
#header2 h2 {
    font-size: 18px;
    font-weight: 700;
    color: #55af30;
    margin-bottom: 2px; 
}
#header2 p {
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}
#header2 {

}
@media only screen and (min-width: 768px) and (max-width: 2400px) {
    header .dropdown:hover > .dropdown-menu {
      display: block;
    }
}
/*header .dropdown:hover > .dropdown-menu {
      display: block;
    }*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .small-t-15 {
        margin-top: 15px;
    }
    footer iframe {
        margin-top: 20px;
    }
    .projects-box li > div {
    position: relative;
    right: 0px;
    display: flex;
    width: 100%;
    flex-direction: column;
    top: 0;
    left: 0 !important;
}
.projects-box img {
    width: 100%;
}
.pad-t-50 {
    padding-top: 0px;
}
table tr td {
    font-size: 14px !important;
}
#header, #header .carousel .carousel-inner .carousel-item img {
height: auto;
}

#header2 {
    width: 280px !important;
    height: auto  !important;
}
#header2 h2 {
    font-size: 18px;
    font-weight: 700;
    color: #55af30;
    margin-bottom: 2px; 
}
#header2 p {
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
}
#sidebar1 {
    left: 175px !important;
}
#sidebar {
    left: 174px !important;
}
#slider {
    right: 280px important;
}
#header2 {
    padding: 15px !important;
}
/*#header2 {
width:280px;
}*/

}
