@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700");

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");


html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #222222;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.pad0{
	padding:0;
}

.mT80{
	margin-top:80px;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 30px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f4f4f4;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.btn {
  font-size:12px;
  padding: 12px 50px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius:0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #000000;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color:#FFF;
  font-weight:600;
  position:relative;
}

.btn-common:hover {
  color: #000000;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-common i{
  -ms-transform: rotate(230deg); /* IE 9 */
  -webkit-transform: rotate(230deg); /* Safari 3-8 */
  transform: rotate(230deg);
  position:absolute;
  top:0;
  right:0;
}

.btn-border {
  color: #F63854;
  background-color: transparent;
  border: 1px solid #F63854;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-border:focus {
  color: #fff;
  border-color: #F63854;
  background-color: #F63854;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #F63854;
  text-transform: capitalize;
}

.btn-rm:hover {
  color: #F63854;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #F63854;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

/* ScrollToTop */
a.back-to-top {
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display:inline-block;
  font-size: 22px;
  width:50px;
  height:50px;
  line-height:50px;
  color: #fff;
  background: #ff9845;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top span{
	color:#FFF;
	font-size:12px;
	margin-right:10px;
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #567773;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

hr {
  border-top: 1px solid #ddd;
}

.industriesWeServeAbout .productListing{
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  background:#FFF;
  margin-top:50px;
  padding:40px 30px 40px 30px;
}

.industriesWeServeAbout .productListing  ul{
	text-align:left;
}

.industriesWeServeAbout .productListing li {
	display:block;
	font-size:16px;
	color:#494949;
	margin-bottom:15px;
}

.industriesWeServeAbout .productListing li:before{
	content: "";
	background-image: url(../img/check-Tick.jpg);
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}

.contUsToday{
	padding:0px 0px 50px 0;
	text-align:center;
	
}

.contUsToday h2{
	font-size:45px;
	color:#494949;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:15px;
}

.customFilmpack{
	padding:80px 0;
}

.customFilmpack .ourMission{
	background:#e7f0c7;
	padding:50px;
}

.customFilmpack .scienceBheind{
	background:#e0e6ea;
	padding:50px;
}

.customFilmpack .health{
	background:#c3d5c1;
	padding:50px;
}

.customFilmpack .organic{
	background:#f2ed9e;
	padding:50px;
}

.customFilmpack .section-title{
	font-size:25px;
    text-transform: uppercase;
    color: #000;
    font-weight:700;
    margin-bottom: 24px;
}

.customFilmpack p {
    color: #666666;
    margin-bottom: 20px;
	font-size:14px;
}



.customFilmpack .mobileView{
	display:none;
}

.customFilmpack .padLR{
	padding:0 15px;
}
	


.goodToknow{
	text-align:center;
	padding:20px 0 40px 0;
}

.goodToknow h3{
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
	width:100%;
	margin-bottom:40px;
}

.goodToknow .caption{
	font-size:15px;
	color:#000;
	margin-top:20px;
	margin-bottom:20px;
}

.goodToknow p{
	width:100%;
}

.industriesWeServe{
	padding:90px 0;
	text-align:center;
	background:#fdfdfd;
}

.industriesWeServe h2{
	font-size:38px;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
}

.industriesWeServe .thumbnail{
	display:table-cell;
}

.industriesWeServe .thumbnail img{
	margin-bottom:15px;
}

.industriesWeServe .thumbnail:last-child{
	margin-right:0;
}

.industriesWeServe .thumbnail .caption{
	width:160px;
}

.industriesWeServe h6{
	font-size:15px;
	font-weight:600;
	color:#494949;
	text-transform:uppercase;
}

.industriesWeServe p{
	color:#000;
	font-size:15px;
}

.industriesWeServe .mT70{
	margin-top:70px;
}

.custPacking{
	 background: url(../img/customerSay-Bg.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width:100%;
	text-align:center;
	padding:80px 0 0 0;
	color:#FFF;
	min-height:430px;
}

.custPacking .section-title{
	font-weight:700;
	font-size:35px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:35px;
}

.custPacking .col-offset-2{
	margin-left:16.666667%
}

.custPacking p{
	margin-bottom:30px;
	font-size:15px;
	color:#000;
}

.custPacking em{
	font-style:normal;
	color:#779f84;
	font-weight:700;
}

.instagramSec{
	padding:100px 0;
}

.instagramSec h2{
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:15px;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

.instagramSec img{
	padding:5px;
}

.ourJourney{
	padding:0px 15px 80px 15px;
	text-align:center;
	position:relative;
	color:#000;
}

.ourJourney:before{
   content:'';
   background-image: url(../img/spoonBg.jpg);
   background-repeat: no-repeat;
   min-height:375px;
   width:656px;
   display:inline-block;
}


.ourJourney h2{
   position:absolute;
   width: 100%;
   top: 36%;
   text-transform:uppercase;
   font-size:30px;
}

.ourJourney h3{
	text-transform:uppercase;
	font-size:35px;
	color:#70957c;
	font-weight:400;
	position:absolute;
	width: 100%;
	top: 46%;
}

.ourJourney p.mT20{
	margin-top:20px;
}

.shop-header-bg{
   background: url(../img/shop-header-bg.jpg) repeat !important;
   margin-top:100px !important;
   height:250px;
   text-align:center;
   padding: 150px 0 0 0;
}

.shop-header-bg h2{
	font-size:25px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:30px;
	font-weight:700;
}

.shop-header-bg p{
	font-size:15px;
	color:#000;
	
}

.shop-header-bg p span{
	width:600px;
	display: inline-block;
	margin-bottom:25px;
}

.hght62{
	height:62px;
}

.flipSec{
	padding:90px 0 80px 0;
}

.flipSec h2{
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
}

.flipSec p{
	font-size:13px;
	color:#000;
	line-height:26px;
}

.flip-card {
  background-color: transparent;
  width: 292px;
  height: 390px;
  perspective: 1000px;
  margin-bottom:25px;
  margin-top:25px;
}


.flip-card.newCard{
	width:540px !important; 
	height:590px !important;
}

.flip-card.newCard img{
	width:540px !important; 
	height:590px !important;
}


.shopnow {
	color:#000;
	font-size:25px;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	top:50%;
    left: 50%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  z-index: 2;
}

.flip-card-back {
  background-color: #c5e8d1;
  color: #000;
  transform: rotateY(180deg);
  z-index: 1;
  padding:20px;
}

.add-Product{
	position:relative;
}

.add-Product .leftProduct{
	background:#ebebeb;
	height:930px;
	padding-top:197px;
}

.add-Product .leftProduct .rightPrice{
	padding-top:100px;
}

.add-Product .leftProduct .rightPrice p{
	max-width:200px;
	margin-left:50px;
	color:#000;
}

.add-Product .leftProduct .rightPrice p.price{
	font-size:24px;
	font-weight:900;
	color:#000;
	font-family: 'Lato', sans-serif;
	padding-bottom:15px;
	text-align:center;
	border-bottom:3px solid #000;
}

.add-Product .leftProduct .rightPrice p span{
	text-align:left;
	color:#000;
	text-transform:uppercase;
	display:inline-block;
	border-right:1px solid #000;
	padding:12px;
}

.add-Product .leftProduct .rightPrice p a{
	padding:0 15px;
	color:#000;
	font-size:25px;
	vertical-align:middle;
	margin-left:25px;
}

.add-Product .leftProduct .rightPrice p a:last-child{
	margin-left:0;
}

.add-Product .leftProduct .rightPrice p.btmBrd{
	border-top:1px solid #000;
}

.add-Product .leftProduct .rightPrice em{
	font-style:normal;
	margin-left:68px;
}

.add-Product .rightProductDesc{
	padding-top:200px;
}

.add-Product .rightProductDesc .star-rating .fa-star{
	color: orange;
}

.add-Product .rightProductDesc .circle{
	border-radius: 50%;
	width:40px;
	height:40px;
	background:#f3f1f3;
	line-height:40px;
	text-align:center;
	color:#959393;

}
.add-Product .rightProductDesc h2{
	text-transform:uppercase;
	font-size:25px;
	font-weight:700;
	margin:15px 0 20px 0;
}

.add-Product .rightProductDesc p{
	font-size:14px;
	margin-bottom:36px;
}

.add-Product .rightProductDesc h3{
	margin:10px 0 15px 0;
	color:#8dc63f;
	text-transform:uppercase;
	font-size:20px;
	font-weight:300;
}

.review{
	border:1px solid #cfdbd3;
	padding:20px;
	margin:100px 0;
}

.review h3{
	color:#8dc63f;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

.review h3 small{
	float:right;
	font-size:10px;
	color:#000;
}

.review h3 small a{
	color:#000;
}

.review p{
	color:#000;
	margin-bottom:30px;
}

#review textarea{
	height:200px;
}

.sciencBehind{
	background:#e0e6ea;
	padding:80px 0;
	position:relative;
}

.sciencBehind h2{
	font-size:28px;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	width:100%;
}

.sciencBehind li{
	font-size:23px;
	color:#a4b0b8;
	font-style:italic;
	line-height:40px;
	text-transform:uppercase;
	font-weight:400;
}

.curve-Line{
   background: url(../img/curve-line.png) repeat;
   height:250px;
}

.sciencBehind .rightCaoursal h3{
	font-size:25px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	margin:20px 0;
}


.sciencBehind .rightCaoursal .carousel-inner p{
	color:#000;
	line-height:30px;
	font-size:14px;
}

.sciencBehind .rightCaoursal a {
	color:#bfcbd2;
	font-size:30px;
	opacity:1 !important;
}

.sciencBehind .rightCaoursal a:hover, .sciencBehind .rightCaoursal a.active {
	color:#848d97;
}

.sciencBehind .rightCaoursal .carousel-control-next, .sciencBehind .rightCaoursal .carousel-control-prev{
	position:inherit;
	display:inline;
}


.navbar-brand {
  position: relative;
  padding: 0px;
}

.fixed-top{
	top:50px !important;
	position:absolute;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 80%;
  margin-top:10px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #FFF !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #FFF !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #FFF !important;
}

.navbar-expand-lg .navbar-toggler {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 0px;
  cursor: pointer;
}

.navbar-brand img {
  width: 80%;
  margin-top:10px;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #FFF !important;
  border-color: #FFF;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding-left:35px;
  color:#FFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding:0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*border-top:2px solid #0752b8;*/
}

.navbar-nav li a{
	height: 50px;
    line-height: 50px;
    top:0px;
    position: relative;
}

.navbar-nav li.nav-item .contUs{
  border: 2px solid #FFF;
    border-radius: 30px;
    height: auto;
    width: 120px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
	text-transform:uppercase;
}


.navbar-expand-lg .navbar-nav .nav-link:before {
  background-color: transparent;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  width: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #fff;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #8dc63f !important;
  width: 100%;
  border-bottom:2px solid #8dc63f;

}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #8dc63f;
  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #preset;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #F63854;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */

.topBar{
	background:#000;
	color:#8dc63f;
	font-size:12px;
	text-align:center;
	height:40px;
	line-height:40px;
}

#hero-area {
  background-image: url(../img/hero-Bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:690px;
  position: relative;
  overflow: hidden;
  padding: 200px 0 0px;
  text-align:center;
    color: #000;
}

#hero-area h2 {
  font-size:60px;
  font-weight:700;
  margin-bottom: 10px;
  text-transform:uppercase;
}

#hero-area p {
	text-transform:uppercase;
	font-size:25px;
	font-weight:500;
}

#hero-area p a{
	margin-top:20% !important;
}


.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  font-size: 14px;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #9f9f9f;
  text-transform:uppercase;
}

.form-control:focus {
  border-color: #F63854;
  box-shadow: none;
  outline: none;
}

select.form-control:not([size]):not([multiple]){
	height: calc(2.25rem + 5px);
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #F63854;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.h3 {
  float: right;
  font-size: 16px;
}


/* Footer Area Start */
.footer-area {
  position: relative;
  padding:80px 0px 0 0px;
  background: #000;
  color: #FFF;
}

.footer-area .widgetImg img{
	margin-bottom:20px;
}


.footer-area .foot-mid-content{
	text-align:center;
	color:#FFF;
	position:relative;
}

.footer-area .foot-mid-content h2{
	text-transform:uppercase;
	font-size:30px;
	font-weight:700;
	margin-bottom:10px;
	color:#FFF;
}

.footer-area .foot-mid-content h3{
	text-transform:uppercase;
	font-size:32px;
	font-weight:400;
	margin-bottom:40px;
	color:#70957c;
}


.footer-area .foot-mid-content p{
	font-size:15px;
	text-transform:uppercase;
	line-height:30px;
	
}

.footer-area .foot-mid-content p a{
	color:#70957c;
}

.footer-area .foot-mid-content p strong{
	font-size:20px;
	font-weight:700;
	color:#FFF;
}

.footer-area .foot-mid-content p.imgBtn{
	position:absolute;
	bottom:20%;
	width:100%;
}

.footer-area .foot-mid-content p.R100{
	position:relative;
	right:100px;
}

.footer-area .foot-mid-content p.L100{
	position:relative;
	left:100px;
}


#copyright .copyright-content {
  padding: 15px 0;
  text-align:center;
  text-transform:uppercase;
}

#copyright p {
  line-height: 42px;
  color: #FFF;
  margin: 0;
  font-size:11px;
  color:#81a481;
}

#copyright p a {
  color: #81a481;
}

.social-icon a {
  color: #000;
  background: #FFF;
  width:35px;
  height:35px;
  line-height:37px;
  display: inline-block;
  text-align: center;
  border-radius:10px;
  font-size:24px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #FFF;
  background: #70957c;
  
  
}


/* Carousel CSS  */
.carousel-indicators li{
  background-color:transparent;
   margin-left: 140px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   /* Rotate Origin */
   -webkit-transform-origin: 0 100%;
   -moz-transform-origin: 0 100%;
   -ms-transform-origin: 0 100%;
   -o-transform-origin: 0 100%;
   transform-origin: 0 100%;
	width:10px;
	height:10px;
	border:1px solid #aae6ba;
	margin-left:12px;
	
}


 
.carousel-indicators .active{
	background-color:#aae6ba;
}

.carousel-indicators{
	justify-content:center;
	margin-left:0;
	margin-right:0;
	bottom:-100px;
}


/* About US Page CSS  */

#About-us {
  background-image: url(../img/aboutBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 304px;
  position: relative;
  overflow: hidden;
  padding: 160px 0 0px;
  color:#FFF;

}

#About-us h2 {
  color: #FFF;
  font-size:55px;
  font-weight:400;
  line-height: 60px;
  margin-bottom: 10px;
  text-transform:uppercase;
}

.about-content-area{
	padding:65px 0;
}

.about-content-area .section-title{
	font-size:45px;
	text-transform:uppercase;
	color:#494949;
	font-weight:400;
	margin-bottom:24px;
}

.about-content-area p{
	color:#666666;
	margin-bottom:20px;
}

.productDetail{
   padding: 60px 0;
}

.productDetail h2{
	font-size: 45px;
    text-transform: uppercase;
    color: #494949;
    font-weight: 400;
    margin-bottom: 24px;
}

.productDetail h3{
	font-size: 25px;
    text-transform: uppercase;
    color: #494949;
    font-weight:700;
    margin-bottom: 50px;
	text-align:center;
	width:100%;
}

.productDetail h4{
	font-weight:600;
	font-size:16px;
	color:#494949;
	text-transform: uppercase;
}

.productDetail p {
    color: #666666;
    margin-bottom: 20px;
}



.carousel-thumbnails .carousel-indicators {
    position: relative !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin:0;
    list-style: none;
	margin-top:20px !important;
	margin-bottom:20px !important;
}

.carousel-thumbnails .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
}

.carousel-thumbnails .carousel-item img{
	border:1px solid #e3e3e3;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    width:181px;
    max-width: 181px;
}

.carousel-thumbnails .carousel-indicators img {
	border:1px solid #e3e3e3;
}

.carousel-thumbnails .carousel-indicators .active{
	border:0px;
}

.mobileSmView{
	display:none;
}



#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #FFF;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

#iw-container .iw-title {
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height:230px;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
	text-transform:uppercase;
}

.iw-content p{
	margin-bottom:10px;
}


.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-ui-hover-effect{
	border-radius:0px !important;
	box-shadow:none !important;
	border:0px !important;
	top: 14px !important;
    right: 50px !important;
}




