* {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,li,ul {
	margin:0px;
	padding:0px;
}
body {
	font-size:14px;
	color:#545454;
	box-sizing:border-box;
	font-family: 'Poppins', sans-serif;
}
/**************/
.header-top-left h4 {
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-weight:bold;
	letter-spacing:1px;
}
.header-top-left {
	padding:8px 0;
	background:#F2F2F2;
	visibility:visible;
	position:relative;
}
.header:before {
	position: absolute;
    left: -215px;
    height: 100%;
    content: '';
    display: block;
    width: 231px;
    background: #F2F2F2;
}
/**************/
.middle-section {
	padding-top:10px;
	/* padding-bottom:20px; */
}
.logo img {
	cursor:pointer;
}
.header-add {
	padding-bottom:10px;
	padding-top:20px;
}
.hm-icon {
	float:left;
	border:1px solid #000;
	width:30px;
	height:30px;
	margin-right:10px;
	line-height:30px;
	text-align:center;
}
.hm-icon i {
	color:#11aa35;
	font-size:18px;
}
.icon-detail p a {
	font-size:14px;
	color:#545454;
	font-family: 'Poppins', sans-serif;
}
.icon-detail span {
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	font-size:15px;
}
.request {
	margin:0 auto;
	display:table;
	padding:30px 0;
}
.request a {
	padding:12px 12px;
	color:#fff;
	background:#363b4c;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	border-radius:5px;
	font-weight:bold;
}
/**************/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.carousel-inner .item > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/**************/
.navbar-toggle {
	background:#000;
	border:1px solid #fff;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
.navbar {
	border:none;
	border-radius:0px;
	height:60px;
	background-color: transparent;
    background-image: linear-gradient(to right, transparent 33% , #009e3f 70%);
	margin: 0px 0 -15px 0;
	z-index:1111;
	top:10px;
}
.menu-bg:before {
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    /* width: 256px; */
    /* margin-right: -206px; */
	width: 138px;
    margin-right: -89px;
    content: '';
    display: block;
    background: #009e3f;
}
.menu-top:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 100%;
    border-right: 50px solid rgba(255,255,255,0);
    border-bottom: 60px solid red;
    border-bottom-color: #363b4c;
}
.menu-bg {
	z-index: 2; 
    width: 100%;
    margin: 0px 0 -38px 0;
    position: relative;
    float: left;
	background:#363b4c;
}
.menu-top li a {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	color:#fff !important;
	letter-spacing:1px;
	padding:20px 25px;
	text-align:center;
}
.menu-top li a:hover {
	color:#009e3f !important;
	font-weight:bold;
}
.dropdown-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#fff !important;
	letter-spacing:1px;
	padding:0px 15px;
	text-align:left;
}
.dropdown-menu li a:hover {
	background:#363b4c;
	color:#fff;
	font-weight:bold;
}
.dropdown-menu {
	top:100%;
	left: 5%;	
	opacity:0;
	visibility:none;
	border-left:4px solid #363b4c;
	border-radius:10px 0 0 10px;
	background:#333;
}
.dropdown:hover .dropdown-menu{
	opacity:1;
	visibility:visible;
}
.dropdown-menu {
	top:100%;
	left:10px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
.menu-right li a i {
	border:1px solid #fff;
	width:30px;
	height:30px;
	padding:0 5px;
	line-height:30px;
	text-align:center;
	color:#fff;
}
/**************/
.hm-abt {
	padding:50px 0;
}
.hm-abt-head {
	padding-bottom:18px;
}
.hm-abt-head h1 {
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-style:italic;
	font-size:35px;
	text-transform:capitalize;
	color:#5f5f5f;
}
.hm-abt-head h1 span {
	color:#fb6e02 ;
}
.hm-abt-main h3 {
	font-size:25px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color:#000;
	position:relative;
	padding-bottom:20px;
}
.hm-abt-main h3:after {
	position:absolute;
	content:'';
	bottom:0;
	height:2px;
	width:10%;
	background:#fb6e02;
	left:45%;
}
.hm-abt-main h3:before {
	position:absolute;
	content:'';
	bottom:8px;
	height:2px;
	width:10%;
	background:#363b4c;
	left:47%;
}
.hm-abt-main {
	padding-bottom:10px;
}
.abt-detail p {
	font-size:14px;
	line-height:24px;
	text-align:center;
}
.abt-anch {
	margin:0 auto;
	display:table;
}
.btn {
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 50px;
    border: 2px solid #fb6e02;
    color: #000;
    padding: 8px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.btn:hover {
    background: #fb6e02;
    border-color: #fb6e02;
    color: #fff;
}
/**************/
.hm-prod {
	padding:60px 0;
	background:#f2f2f2;
}
h2 .block {
	margin: 0 auto 20px auto;
    overflow: hidden;
    display: block;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
}
h2.block span.sub-title {
	font-size:16px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
}
h2.block .main-title {
    padding: 0 45px 0 0;
    position: relative;
    z-index: 1;
	font-size:28px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	background-color: #F2F2F2;
}
h2.block:after {
    position: absolute;
    bottom: 15px;
    left: 40px;
    right: 0;
    width: auto;
    height: 1px;
    content: '';
    display: block;
    border-bottom: 4px solid #e2e2e2;
}
h2.block span.sub-title {
    padding: 0 0 10px 0;
    display: block;
    z-index: 2;
}
.prod-gap {
	padding-top:30px;
}
.prod-main {
	background:#fff;
	padding:20px 25px;
	margin-bottom:8px;
}
.prod-main h3 {
	font-size:22px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
.prod-box {
	margin-bottom:8px;
}
.prod-box img {
	width:100%;
	height:auto;
}
.prod-detail {
	background:#fff;
	padding:15px 18px;
}
.prod-detail p {
	font-size:14px;
	color:#333;
	line-height:22px;
	padding-bottom:15px;
}
.prod-detail a {
	color:#000;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
.prod-detail a:hover {
	color:#009e3f;
}
.hm-prod-gap {
	margin-bottom:25px;
}
/**************/
.hm-client {
	padding:60px 0;
	background:#fff;
}
h2.block .main-title1 {
    padding: 0 45px 0 0;
    position: relative;
    z-index: 1;
	font-size:28px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	background-color: #fff;
}
.client-gap {
	margin-top:50px;
}
.why-detail a {
	color:#000;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	padding:10px 0;
}
.why-detail a:hover {
	color:#009e3f;
}
/**************/
.hm-footer {
	padding:50px 0 30px 0;
	/* background:#363b4c; */
	background: #84f489; /* Old browsers */
	background: -moz-linear-gradient(top, #84f489 0%, #24bf3e 45%, #11aa35 73%);
	background: -webkit-linear-gradient(top, #84f489 0%,#24bf3e 45%,#11aa35 73%);
	background: linear-gradient(to bottom, #84f489 0%,#24bf3e 45%,#11aa35 73%);
}
.footer-icon ul {
	margin:0 auto;
	display:table;
}
.footer-icon ul li {
	float:left;
	padding:0 10px;
}
.footer-icon ul li a i {
	border:1px solid #fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
}
.footer-logo {
	margin-bottom:20px;
}
.footer-logo img {
	margin:0 auto;
	display:table;
}
.footer-link {
	padding-bottom:30px;
}
.footer-link ul {
	margin:0 auto;
	display:table;
}
.footer-link ul li {
	float:left;
}
.footer-link ul li a {
	padding:0 15px;
	font-size:18px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:1px;
	font-weight:bold;
}
.footer-bottom {
	padding:20px 0;
	border-top:1px solid #999;
	margin-top:30px;
}
.footer-bottom h5 {
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:24px;
	letter-spacing:1px;
}
.footer-bottom h5 a {
	font-size:16px;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:1px;
	font-weight:600;
}
/**************/
.hm-why {
	padding:50px 0;
}
.why-gap {
	margin-bottom:30px;
}
.why-main {
	margin-bottom:25px;
	margin-top:10px
}
.why-main img {
	margin:0 auto;
	display:table;
}
.why-detail {
	text-align:center;
}
.why-detail h3 {
	color:#000;
	padding-bottom:15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	font-size:20px;
}
.why-detail p {
	color:#aaaaaa;
	line-height:24px;
	font-size:15px;
}
/****************/
.inn-ant-banner {
	box-shadow:4px 4px 4px #ccc;
	position:relative;
}
.inn-abt {
	padding:70px 0;
}
.abt-details p {
	font-size:14px;
	line-height:24px;
	text-align:justify;
	padding-bottom:10px;
}
.abt-left-box {
	position: relative;
    margin: 20px;
}
.abt-up {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    left: 30px;
    bottom: 20px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 3px 3px 3px rgba(0,0,0,0.15);
    text-align: center;
    width: 85%;
    padding: 40px 30px;
}
.abt-up h3 {
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    margin: 50px 0 0;
    line-height: 100%;
	font-weight:bold;
	padding-bottom:10px;
}
.abt-up h4 {
    font-size: 26px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.abt-down::after {
    content: '';
    position: absolute;
    border-left: 340px solid transparent;
    border-bottom: 345px solid #363b4c;
    border-right: 0px solid transparent;
    bottom: -30px;
    z-index: -1;
}
hr.tall {
    margin: 16px 0;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
.abt-inn-gap {
	padding:30px 0;
}
.abt-pro {
	padding-bottom:15px;
}
.abt-pro h4 {
	font-size:20px;
	color:#fb6e02;
	font-family: 'Montserrat', sans-serif;
	padding:5px 10px;
	text-transform:capitalize;
	border-left:3px solid #fb6e02;
	letter-spacing:1px;
}
.abt-pro-para p i {
	margin-right:5px;
	font-size:16px;
	font-weight:bold;
}
.abt-pro-para p b {
	padding-right:5px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}
.abt-pro-para p {
	padding-bottom:10px;
	text-align:justify;
}
.list p {
	float:left;
	padding:5px 10px;
}
.list p i {
	margin-right:10px;
}
.facts_logo {
    animation: 8s ease 0s alternate-reverse none infinite running mymove;
    position: relative;
    text-align: center;
}
.facts_logo {
	margin:0 auto;
	display:table;
}
/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove {
    from {
        top: 0px;
    }
    to {
        top: 200px;
    }
}
@keyframes mymove {
    from {
        top: 0px;
    }
    to {
        top: 200px;
    }
}
.team-icon img {
	margin:0 auto;
	display:table;
}
.team-icon {
	margin-top:10px;
}
.abt-gap {
	padding-bottom:10px;
}
/********************/
.pro-text h4 {
	text-align:right;
	font-size:20px;
	color:#fb6e02;
	font-family: 'Montserrat', sans-serif;
	padding:5px 10px;
	text-transform:capitalize;
	border-right:3px solid #fb6e02;
	letter-spacing:1px;
}
.pro-text {
	padding-bottom:15px;
}
.pro-text-para p {
	text-align:justify;
	padding-bottom:10px;
}
/********************/
.video-box {
	box-shadow:4px 4px 4px #ccc;
}
.gallery-box img {
	width:100%;
	height:270px;
	background:#f5f5f5;
	padding:8px;
}
.gallery-head {
	padding-bottom:10px;
}
.gallery-head h4 {
	font-size:18px;
	color:#009e3f;
	font-family: 'Montserrat', sans-serif;
	padding:10px 0px;
	text-transform:capitalize;
	letter-spacing:0.5px;
	font-weight:bold;
}
.gallery-head h4:before {
	position:absolute;
	content:'';
	bottom:0;
	left:16px;
	top:38px;
	width:50px;
	height:2px;
	background:#009e3f;
}
.gallery-gap {
	margin-bottom:20px;
}
/*****************/
.add h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #363b4c;
    font-weight: 600;
	padding-bottom:20px;
	letter-spacing:0.5px;
}
.add p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
	padding-bottom:10px;
}
.add i {
	float:left;
	font-size:22px;
	color:#363b4c;
}
.add {
	padding-bottom:10px;
}
.phone {
	padding-bottom:10px;
}
.phone i {
	float:left;
	font-size:22px;
	color:#363b4c;
}
.phone p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
}
.email {
	padding-bottom:10px;
}
.email i {
	float:left;
	font-size:20px;
	color:#363b4c;
}
.email p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
}
.contact-left input {
	padding:10px 20px;
	width:100%;
	color:#000;
	border:1px solid #333;
	font-size:16px;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
}
.form-control option {
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
}
.contact-left textarea {
	width:100%;
	color:#363b4c;
	border:1px solid #363b4c;
	font-size:16px;
	margin-bottom:20px;
	height:80px;
	padding:10px 20px;
	font-family: 'Montserrat', sans-serif;
	margin-left:0px;
	border-radius: :0px !important;
}
.contact-left button {
	padding:10px 22px;
	background:#363b4c;
	color:#fff;
	font-size:16px;
	border:1px solid #363b4c;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.contact-left button:hover {
	padding:10px 22px;
	background:#000;
	color:#fff;
	font-size:16px;
	border:1px solid #363b4c;
}
.contact-head h4 {
	text-align:center;
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #363b4c;
	padding-bottom:5px;
	font-weight:bold;
}
.contact-head {
	padding-bottom:30px;
}
.cont-inn-head h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#000;
	padding-bottom:10px;
	font-weight:bold;
}
.cont-left {
	padding-bottom:20px;
}
.contact-head p {
	font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
	text-align:center;
}
/********************/
.prod-inn-gap {
	padding-bottom:30px;
}
.wrapper {
    height: 50px;
    width: 100%;
    border-radius: 50px;
}
.inputbox {
    box-sizing: border-box;
    width: 80%;
    height: 100%;
    font-size: 18px;
    background-color: #FFFFFF;
    border: 2px solid #E1E8ED;
    border-right: 0;
    border-radius: 50px;
    padding: 10px;
    float: left;
    display: block;
}
.submit {
    height: 100%;
    width: 50px;
    float: left;
    border: 2px solid #E1E8ED;
    border-left: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 50px;
    text-indent: -200em;
    overflow: hidden;
    display: block;
    cursor: pointer;
    background-image: url(../images/magnifier.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px;
}
input:focus {
    outline: none;
}
.wrapper input::placeholder {
    color: #000 !important;
    opacity: 1;
}
.wrapper input {
	padding-left: 30px;
}
.search__top-opaque-white-line {
	position: absolute;
	top: 10%;
	left: 60px;
	width: 1px;
	height: 36%;
	background: #fff;
	animation-name: top-opaque-white-line;
	animation-delay: 1s;
	animation-duration: 5s;
	animation-fill-mode: forwards;
}
.search__bottom-opaque-white-line {
	position: absolute;
	top: 54%;
	left: 60px;
	height: 36%;
	width: 1px;
	background: #fff;
	animation-name: bottom-opaque-white-line;
	animation-delay: 1.5s;
	animation-duration: 0.667s;
	animation-fill-mode: forwards;
}
.search-nav__popular p {
	width:200px;
	height:50px;
	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */
	color: #fff;
}
.prod-details {
	padding-top:20px;
}
.prod-details p {
	padding-bottom: 10px;
    text-align: justify;
}
.prod-anch {
	margin-top: 15px;
}
.prod-anch a {
    display: inline-block;
    padding: 10px 45px 9px 45px;
    vertical-align: middle;
    border-radius: 45px;
    font-size: 18px;
    color: #fb6e02;
    background: #fff;
    background: linear-gradient(to left,#fff 50%,#fb6e02 50%);
    background-size: 205% 100%;
    background-position: 98% bottom;
    transition: all .5s ease;
    cursor: pointer;
	border:1px solid #fb6e02;
	font-family: 'Montserrat', sans-serif;
}
.prod-anch a:hover {
	background: linear-gradient(to left,#fff 50%,#a6be45 50%);
    background-size: 205% 100%;
    background-position: 0% bottom;
    text-decoration: none;
	color:#fff;
	border:1px solid #a6be45;
}
.prod-inn-box {
	margin:0 auto;
	display:table;
	height: 270px;
    overflow: hidden;
	border: 2px solid #ccc;
	padding:10px;
	border-radius:5px;
	margin-bottom:15px;
	background:#A6BE45;
}
.prod-inn-box:hover img{
	 transform: scale(1.2)
}
.prod-inn-box img {
	width:100%;
	height:100%;
	transition: all 2s ease;
}
.pro-head h5 {
	font-size:18px;
	color:#000;
	padding-bottom:15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
	font-weight:bold;
}
.pro-head h5:before {
	position:absolute;
	content:'';
	width:30px;
	height:2px;
	background:#000;
	bottom:0;
	margin-bottom:10px;
}
.prod-gap-inn {
	padding-bottom:15px;
}
.table thead tr th {
	background:#a6be45;
	color:#fff;
	text-align:center;
	font-size:16px;
	letter-spacing:0.5px;
	border-color:#a6be45;
	font-weight:normal;
	border:1px solid #ccc;
}
.prod-inn-head {
	border:2px solid #ccc;
	padding:15px;
	border-radius:5px;
	margin-bottom:15px;
}
.prod-inn-head h4 {
	text-align:center;
	padding-bottom:10px;
	font-size:20px;
}
.prod-inn-head h5 {
	text-align:center;
	padding-bottom:10px;
	font-size:18px;
}
.prod-anch1 {
	margin:10px auto;
	display:table;
}
.prod-anch1 a {
	font-size:16px;
	color:#A6BE45;
	border:1px solid #A6BE45;
	padding:5px 15px;
	border-radius:25px;
}
/************************/
.gallery-box {
	margin-bottom:20px;
	border:1px solid #363b4c;
}
.tabl th {
	background:#fb6e02 !important;
	color:#fff;
	text-align:center;
	border:1px solid #fb6e02 !important;
}
.main-table tbody tr td i {
	margin-right:10px;
}
.gallery-box1 {
	padding-bottom:15px;
}

.highlight h3 {
	text-align:center;
	padding-bottom:25px;
	font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	animation:high 3s infinite;
}

@keyframes high {
	0%{
		color:#039e29;
	}
	25% {
		color:#fb6e02;
	}
	75% {
		color:#039e29;
	}
	100% {
		color:#fb6e02;
	}
}

.product-bg {
	border:2px solid #000;
	margin-bottom:10px;
}
.product-bg img {
	margin:0 auto;
	display:table;
}

/****************/
.hm-certificate {
	padding:50px 0 20px 0;
}

/****************/


.max input[type=text], [type=email], [type=number], textarea, select {
        font-size: 13px;
    margin-bottom: 10px;
    margin-left: 7px;
	width:95%;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #000;
    border-bottom: 1px solid #000;
    background: #f8f8f8;
}

.quickcontact textarea {
	    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 7px;
	width:95%;
    padding: 6px;
    border: none;
    border-radius: 4px;
    color: #000;
    border-bottom: 1px solid #000;
    background: #f8f8f8;
	box-shadow:none;
}

}
.form-text {
    border:1px solid #3e3e3e;
}
.hm-submit {
     display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    cursor: pointer;
    color: #fff !important;
    border: none;
    background: #fb6e02;
}
.max:hover {
     background-color:#1c7896;
     color:white;
     max-width:100%;
}
.btn-1{
     width:100%;
     max-width:100%;
     background: #fb6e02;
    font-size: 13px;
    padding: 5px 18px;
    color: #fff;
    border-radius: 10px 10px 0 0;
     cursor:pointer;
}
.quickcontact {
     right:0px;
     bottom:0px;
     max-width:100%;
     background-color: #f8f8f8;
	 padding:10px;
}
.quickcontact input,textarea::placeholder{
    font-size: 13px !important;
}
.max {
     z-index:1000;
     position:fixed;
     width:280px;
     right:0px;
     bottom:0px;
     border-radius: 10px 10px 0 0;
     max-width:100%;
     background-color: #fb6e02;
	 margin-right:10px;
}
.max p {
    font-size: 13px;
    margin: 0;
    color: #000;
	padding:0 10px 8px 10px;
}