﻿@charset utf-8;
*{margin: 0px; padding: 0px;}

body,p,h5,h6{/*font-family:nexa-light;*/ font-family: 'Source Sans Pro', sans-serif;}

/*a, span{font-family: 'Oswald';}*/

p{font-size: 16px;}

/*h1,h2,h3{font-family: 'Oswald';}*/

.make-it-slow:hover {
  box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

.lb-closeContainer{position: absolute;
    top: 0px;
    right: 33.5%;
    z-index: 99;
    border: 2px solid #AED64B;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    float: none;
}

.form-heading{font-size:17px;}

.line-space{line-height:26px;}

.btn-width{width:100%;}
.label-font{font-size:16px; text-transform:capitalize;}
.bold-font{font-weight:bold;}

/*........CHECK BOXES......*/

.form-group input[type="radio"],
.form-group input[type="checkbox"]{
	display: none;
}
.form-group .radio-inline input[type="radio"]{display: block;}
.form-group input[type="checkbox"] + .btn-group > label,{
	white-space: normal;
}

.form-group input[type="checkbox"] + .btn-group > label.btn-success,
{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	border-radius:5px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child{
	display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child + span{
	display: inline-block;
}

.form-group input[type="radio"]:checked + .btn-group > label span:first-child,
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child{
	display: inline-block;
}


.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child + span{
	display: none;  
}

.form-group input[type="checkbox"] + .btn-group > label span[class*="fa-"]
/*.form-group input[type="radio"] + .btn-group > label span[class*="fa-"]*/{
	width: 10px;
	float: left;
	margin: 4px 0px 2px 0px;
}

.form-group input[type="checkbox"] + .btn-group > label span.content
/*.form-group input[type="radio"] + .btn-group > label span.content*/{
	margin-left: 10px;
}


.left .content{float:left;display:inline-block}
.left .fa-square-o{float:left; margin:5px 0px 2px 0px;}
.left .btn{padding:6px 6px;}
/*.......CHECK BOXES END.......*/


.btn-enquiry1, .btn-enquiry1:hover, .btn-enquiry1:focus{
    background-color: rgb(103,162,20);
    color: #fff;
    border-radius: 5px;
    width: 70%;
    border: none;
    font-size: 18px;
    outline: none;
	margin:0 13px;
}

.btn-enquiry, .btn-enquiry:hover, .btn-enquiry:focus{
    background-color: rgb(103,162,20);
    color: #fff;
    border-radius: 5px;
    width: 180px;
    border: none;
    font-size: 18px;
    outline: none;
	margin:0 13px;
}

.btn-submit, .btn-submit:hover, .btn-submit:focus{
    background-color: rgb(103,162,20);
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    outline: none;
	margin:0 13px;
	float:right;
}

.product-head{font-size:15px;  background-color: rgb(232,255,200); color:#000; font-weight:600;}

.types h2 a{
    color: #c4161c !important;
    font-size: 24px;
	text-decoration:none;
	font-weight:bold;
}

/*effect-underline*/
a.effect-underline:after {
	content: '';
  position: absolute;
  left: 38px;
  display: inline-block;
  height: 1em;
  width: 80%;
  border-bottom: 2px solid #c4161c;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.types h2::before, .types h2::after {
    border: 1px solid #CCC;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}

h2{color:#c4161c; font-weight:700;}

.title{font-size:36px; color: #c4161c; font-weight:bold; text-align: center;}

.title::before, .title::after{
	border: 1px solid #c4161c;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 10%;}
	
.modal-lg{width:1200px;}
	
.text-padding{padding-right:65px; text-align:justify;}

img{
  max-width: 100%;
}
/*new css change on 15/04/2017 AKS*/
a:focus{
  outline: none;
}
.narrow_menu p {
  line-height: 2.8em;
  margin: 0;
}
.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  margin-bottom: 0;
}

.social {margin: 0; }
.social li {
  margin: 4px 0;
  padding: 0px;
}
.social li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #002900;
  border-radius: 50%;
  color: #777;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  width: 30px;
}
.social li a:hover{background: #9ecc2e; color: #fff;  transition: all 0.3s ease-out 0s;}

.no-padding{padding:0 !important;margin:0 !important;}
.no-radious{border-radius: none!important;}
.no-border{border: none!important}
.bdrbtn{border-top: 8px solid #c4161c;}
.no-padding_right{padding-right: 0px;}
.no-padding_left{padding-left: 0px;}
.padding_left70{padding-left: 70px;}
.clrred{color: #c4161c!important;}
.clrwht{color: #fff!important;}
.padding-tp10{padding-top: 10px;}
.padding-btn10{padding-bottom: 10px;}
.padding-tpbtn{padding: 25px 0px; width: 100%;}
.padding-tp-img{padding: 105px 0px; width: 60%;}

.no-margin{margin: 0px;}
.margin_top10{margin-top: 10px;}
.margin_top20{margin-top: 20px;}
.margin_top30{margin-top: 30px;}
.margin_top40{margin-top: 40px;}

.margin_btn10{margin-bottom: 10px;}
.margin_btn20{margin-bottom: 20px;}
.margin_btn30{margin-bottom: 30px;}
.margin_tpbtn{margin: 15px 0px;}
/*=====================================================HEHADER=======================================================*/
/*header menu css */

.menu_items li a {
  border-radius: 0 !important;
  color: #727273;
  font-size: 15px;
  padding: 10px 7px; 
  transition: all 0.3s ease-out 0s;
  font-family: "Source Sans Pro",sans-serif;
}
.main_menu {display: block; float: left; width: 100%; }
#submenu {padding: 15px 0;text-align: right; }


ul.innermenu a {
  border-top: 1px solid #ccc;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding: 10px;font-family: "Source Sans Pro",sans-serif;
  text-align: left;
  text-decoration: none;
}

.innermenu > li {list-style: outside none none; }

ul#submenu ul.innermenu {background: #8bc600 none repeat scroll 0 0;
display: none; left: 0;
position: absolute; top: 100%; width: 264px; z-index: 999; }

#submenu > li { position: relative; display: inline-block; float: none; }
.achal_logo {padding-bottom: 5px; padding-top: 5px; }
.nav-pills > li + li {
margin-left: 0px;
}
.achal_logo img {height: 60px; } 


/*hover efects on menu bar*/

/*hover efects*/
ul.innermenu li:first-child > a{border-top: none;}
ul.innermenu li:hover > a {padding-left: 14px;}
ul.menu_items ul.innermenu li a::after, 
ul.menu_items ul.innermenu li a:hover::before
{display: none!important;  transform: scale(0)!important;}

#submenu li:last-child a::after {display: none; }

ul#submenu li:hover > ul.innermenu {display: block; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background-color: #c4161c; color: #fff; } 
ul.innermenu a:hover{ color: #000; transition:ease-in 0.2s;}
/*
ul.menu_items li a:hover, ul.menu_items li a:focus, ul.menu_items li a:active{
  background: transparent none repeat scroll 0 0;
  color: #000; outline: none;
}*/
/*hover efects*/

/*ul.menu_items li a:hover, ul.menu_items li a.active{
  background-color: transparent !important;
  color: #000;
}*/

ul.menu_items li a.active::before, 
ul.menu_items li a:hover::before,
 ul.menu_items li a:active,
  ul.menu_items li a:focus::before {
  transform: scale(1);
}

ul.list-position{list-style:inside; font-size: 16px; line-height: 26px; padding-left:29px;}
ul.discription-list{list-style:inside; font-size: 16px; line-height: 26px;}
.inside-text{padding-left:22px;}
ul.list-position1{list-style:inside; font-size: 16px; line-height: 26px; padding-left:4px;}

/*ul.menu_items li a::before {
  background: #c4161c none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 37px !important;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 100%;
}*/
ul.menu_items li a::after{
  border-color: #50b848;
  border-right: 1px solid #50b848;
  color: #50b848;
  content: "";
  left: 7px;
  margin-left: 1px;
  position: relative;
}
.dropdown-menu > li > a:hover, .nav > li > a:focus, .nav > li > a:active, .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
background: #9ECC2E;
color: #fff; 
}
/*hover efects on menu bar*/
/*header menu css */
/*=====================================================ACHAL=======================================================*/
/*achal new css for header*/
.gra_bg {
  background: #ccc url("../images/bg/bg-gray.jpg") repeat scroll 0 0;}
.main_header {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.2);
}
.leaf_bg{  background: #8bc600;}
.product img {
  height: 300px;
  max-height: 306px;
  max-width: 100%;
  width: 100%;
}
/*.product_name h4{font-family: 'Oswald';}*/

.product_name {
  background: #fff none repeat scroll 0 0;
  height: 55px;
  margin: 0px;
  max-height: 100px;
  overflow: hidden;
  padding: 0 10px;
  text-transform: uppercase;
  display: table;
  width: 100%;
  border-radius: 2px;
}
.product_name h4 {
  font-size: 14px;
  font-family: "Source Sans Pro",sans-serif;
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
}

.our_products h1::before, .our_products h1::after {
    border: 1px solid #c4161c;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 8%;
}
.our_products1 h1::before, .our_products1 h1::after {
    border: 1px solid #c4161c;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 8%;
}
/*.brief li {
  margin: 15px 5px;
  padding: 0;
  width: 18.5%;
}*/

.brief li {
    margin: 15px 10px;
    padding: 0;
    width: 18.1%;
}

.img_container{width: 100%;}
/*.brief li img {
height: 200px;
width: 100%;

}*/
/*bg color*/
.product_deading {  color: #fff; font-size: 20px; font-weight: bold; }
/*.bg_soft{background-color: #50b848;} */
.bg_soft{background-color: #74af06;} 
.bg_normal{background-color: #8bc600;} 
/*.bg_hard{background-color: #309828;} */
.bg_hard{background-color: #67a214;} 
.bg_darken_hard{background-color: #488300;}
.bg_darken{background-color: #2f6a00;}
.bg_red{background-color: #c4161c;} 
.bg_white{background-color: #fff;} 
/*.bg_wht{background-color: #ffffff;} */

.bg_wht {
  background-color: #ffffff;
  display: block;
  float: left;
  height: 100%;
  padding: 0 15px 15px;
  width: 100%;
}
/*bg color*/
/*achal new css for header*/


/*=====================================================FOOTER=======================================================*/
/*footer css starts here*/
.quick_links ul li {
  list-style: outside none none !important;
}
.quick_links ul li a {
  color: #000; font-family: 'Source Sans Pro', sans-serif;
  line-height: 24px;
  text-decoration: none;
}
.quick_links ul li a:hover{color: #eee; padding-left: 10px; transition: all 0.2s ease-in-out 0s; }
/*.footer_heading {
  border-bottom: 3px double #eee;
  border-width: 3px;
  color: #444;
  font-family: Oswald;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 5px;
}*/
.footer_heading {
  border-bottom: 1px solid #eee;
  border-width: 3px 3px 1px;
  color: #000;
  font-family: Oswald;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 5px;
}
.quick_links ul li a::before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 14px;
  padding-right: 5px;
}
.footer_area {
  background: #67a214 none repeat scroll 0 0;
  padding: 7px 15px;
}

.darken{/*background: #4a4a4a;*/   border-top: 1px solid #777; }

.icon_bx {width: 100%; }
.icon_bx i {color: #000; float: left; font-size: 22px; height: 30px; vertical-align: middle; }

.icon_bx p {color: #000; float: left; font-size: 12px; padding-top: 5px; font-family:
 'Source Sans Pro', sans-serif;margin-bottom: 0px;}

.grey_clr {color: #eee; }

.product_menu ul, .icon_bx {display: inline-flex; }
/*footer ends*/
/*=====================================================ABOUT US=======================================================*/
/*about us page*/
.about_henna {
  background: #333 url("../images/bg/leaf_bg.jpg") repeat scroll 0 0;

  color: #fff;
  padding: 30px 0;
}


/*Image Popup*/

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
   /* z-index: 1;*/ /* Sit on top */
    /*padding-top: 100px;*/ /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */*/
}

/* Modal Content (image) */

.noorani-products{max-width:150px; max-height:200px;}


/*Image Popup End*/

/*.products_img img {
  height: auto;
  max-width: 100%;
}
*/
.products_img img {
  max-height: 375px;
  width:100%;
}

.heena_based .products_img img {
  width: 180px;
}
.gra_bg{  background: #ccc url("../images/bg/bg-gray.jpg") repeat scroll 0 0;}
h1.heading::after, h1.heading::before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 12px;
  margin-right: 12px;
  vertical-align: middle;
  width: 10%;
}
h1.heading, h3.heading {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.head{font-size: 25px;}

.discripttion b{color: #c4161c !important}
.copy-right {
  color: #000;
  font-size: 12px;
  line-height: 10px;
}
.types h3 {
  color: #c4161c !important;
  font-size: 17px;
  text-align: center;
}
.types h3::before, .types h3::after {
  border: 1px solid #c4161c;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 12px;
  position: relative;
  vertical-align: middle;
  width: 8%;
}

.bdr {
    margin-bottom: 30px;
    border: 3px solid #9ecc2e;
    /* margin: 9px; */
    padding: 20px;
	 min-height: 230px;
}

.types p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 30px;
}

/*.types {
    border-bottom: 3px double #ccc;
    background: #fff;
    padding: 90px 10px 10px;
    margin-top: -100px;
	margin-bottom: 30px;
	}*/
#submenu.menubar li a:hover, #submenu.menubar li a:active, #submenu.menubar li a:focus{
  background: transparent none repeat scroll 0 0;
  color: #c4161c;
}
.adres{color:#eeeeee; text-decoration: none;}
.adres:hover{color:#c4161c; text-decoration: none; }
/*about us page ends*/
/*=====================================================FAQS=======================================================*/
/*faq starts*/
.question {
  color: #222;
  font-size: 19px;
  font-weight: bold;
}
/*faq ends*/

/*testimonials starts*/
.tesimonila_text {
/*  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;*/
  height: 150px;
  padding: 20px;
  width: 100%;
}
.carousel-caption > h3, p {
  text-shadow: none;
}
/*testimonials ends*/


/*contact us page starts*/
.action-heading::before {
  background:rgba(0, 0, 0, 0) url("../images/bg/array-down.png") no-repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

.action-heading {
  position: relative;
  top: 0;
  transition: all 0.3s ease 0s;
}

.pad-30-60 {
  padding: 30px 60px;
}
.action-heading span {
  color: #fff;
  font-size: 24px;
}
.form-action {

  margin-top: 30px;
  padding: 35px 50px;
}
.form-action form input{
  border: 1px solid #ddd;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}
.form-action textarea{
  height: 75px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 100%;
}
.form-action form button {
  background: #c4161c none repeat scroll 0 0;
  border: medium none;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff;
  height: 40px;
  text-transform: uppercase;
  width: 100%;
}

.form-action form button:hover {
  box-shadow: 0 1px 4px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in 0s;
}
.coaching-action:hover .action-heading {
  top: 30px;
}
/*contact us page ends*/

/*date 04-27-2017 aks edit */
.title_span1, .title_span2 {color: #fff; } 
.title_span1{font-weight: bold;}
/*.title_span2{ color: #f00;}*/

.thumbs img.active + .sname .title_span2{
  color: #c4161c;
}

.thumbs img.active + .sname .title_span1 {
  color: #c4161c;
}

.sname {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}


/*thimbnail*/

.thumbs > li {
  display: inline-block;
  left: 0;
  position: relative;
  top: 0;
  width: 19.796% !important;
}
.thumbs li img {
  height: auto;
  width: 100%;
}
.thumb-box .thumbs li img.active {
  border-color: #c4161c;
  opacity: 1;
}

.thumb-box .thumbs li img {
  border-bottom: 4px solid transparent;
  opacity: 0.8;
  transition: opacity 0.32s ease 0s;
  width: 100%;
}
/*thimbnail*/
/*date 04-27-2017 aks edit */

.about_us .head{
  text-transform: uppercase;
} 
.about_us .middle_area a{
  display: inline-block;
}
.main_menu .navbar-brand img{
    width: 160px;
  }
  .main_menu .navbar-brand{
    padding: 6px 15px;
  }

  /*new_slider*/
  .banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .photos {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 19% 0;
}
.banner .photos .photo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 30%;
  opacity: 0;
  transition: opacity 2s;
}
.photo img{
    width: 100%;
}
.banner .photos .photo.active {
  opacity: 1;
}
.banner .grid {
  display: table;
  table-layout: fixed;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 0 25px 5px;
  box-sizing: border-box;
  text-align: center;
}
.banner .grid .col {
  display: inline-block;
  list-style-type: none;
}
.banner .info {
  display: inline-block;
  position: relative;
  margin: 15px 10px;
  opacity: .25;
  transition: opacity 1s;
  cursor: pointer;
  width: 50px;
}
.banner .info .loader {
  position: relative;
  width: 100%;
  height: 7px;
  margin: 0 50% 1%;
  background: #67A214;
  overflow: hidden;
  transition: background .5s;
  border-radius: 5px;
}
.banner .info .loader .bar {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.banner .info .text {
  margin: 0 0 30px;
}
.banner .info .text h1 {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.banner .info .text p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.banner .info .more {
  height: 0;
  overflow: hidden;
  font-weight: 700;
  transition: height .5s, margin .5s, color .5s;
}
.banner .info .more:after {
  content: '►';
  display: inline-block;
  margin-left: 9px;
  color:#67A214;
  font-size: 10px;
  transition: margin .5s;
}
.banner .info.active {
  opacity: 1;
  transition: opacity .5s;
}
.banner .info.active .loader .bar {
  background: #8CC600;
}
.banner .info.active .more {
  height: 52px;
  margin-top: -15px;
}
.banner .info.active:hover .loader {
  background:#67A214;
}
.banner .info.active:hover .more {
  color:#67A214;
}
.banner .info.active:hover .more:after {
  color: #fff;
  margin-left: 12px;
}
.banner .info.active:hover:after {
  background: #fff;
}
#back-top{
  margin-bottom: 0px;
}
/*profile*/
.profile p{
  text-align: justify;
}
.profile .our_products ul{
  padding-left: 15px;
  margin-bottom: 20px;
}
.profile .our_products ul li{
  font-size: 16px;
  margin-bottom: 10px;
}
.exports #mapdiv{
  margin-bottom: 20px;
}
.tips_fashion .yellow_circle{
    background: #9ecc2e;
    border-radius: 50%;
    box-sizing: border-box;
    height: 60px;
    text-align: center;
    width: 60px;
    display: inline-block;
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    left: -20px;
    top: -35px;
	color: #fff;
}
/*.tips_fashion .our_products{
  margin-bottom:40px;
}*/
.tips_fashion .head{
  /*margin: 40px 0;*/
  text-transform: uppercase;
} 
.tips_fashion .text_block {
       margin-bottom: 20px;
    background: #fff;
    text-align: center;
    margin: 10px 13px;
    width: 31%;
}
.tips_fashion .text_block h3{
  margin-top: 0px;
}
.our_products > .head{
  text-transform: uppercase;
}
.tips_app .left_block .row,.tips_app .right_block .row{
  margin-bottom: 20px;
}
.tips_app .subhead{
    font-size: 24px;
    margin-bottom: 35px;
}
.tips_app .icon_block p{
  padding-top: 10px;
}
.tips_color .product_block{
  margin-top: 30px;
  padding: 30px 0px 10px;
}
.tips_color .product_block p{
  margin-top: 10px;
  font-weight: 700;
}
.infrastructure .our_products .infra_txt{
  margin-top: 10px;
}
/*.testimonial .main_block{
    background-image: url("../images/sliders/s4.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
/*.overlay {
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(103,162,20,0.4); 
    z-index: 2; 
    cursor: pointer; 
}*/
.testimonial .each_block{
  background-color: rgb(158,204,46);
  color:#fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
/*.testimonial .main_block{
  padding: 20px;
}*/
.testimonial .user{
  margin-bottom: 0px;
  text-align: right;
}
.contact_us .contact_form{
  padding: 20px 20px 10px;
  background-color: rgb(158,204,46);
  font-family: "Source Sans Pro",sans-serif;
}
.contact_us .btn-sbmit,
.contact_us .btn-sbmit:hover,
.contact_us .btn-sbmit:focus{
  background-color: rgb(103,162,20);
  color: #fff;
  border-radius: 0px;
  width: 100%;
  border:none;
  font-size: 18px;
  outline: none;
}
.exhibition .image_block{
  margin-bottom: 20px;
}
.exhibition_one span{
  background-color: #9ecc2e;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 24px;
  font-size: 24px;
}
.natural_henna .container .natural_block{
  box-shadow: 0 0 5px #727273;
  padding: 0 20px;
}

.natural_henna .container .natural_block1{
  box-shadow: 0 0 5px #727273;
  padding:20px 0px;
  margin-top:20px;
}

.types h3.head3{font-size:16px;}

.natural_henna .products_img{
  text-align: center;
}
.natural_henna .left_product{
  text-align: left;
}
.que_block h4{
  font-weight: 700;
}
#collapseheadingSeventeen ol{
  padding-left: 15px;
}
.query .panel-heading{
  background-color: #67a214;
  color: #fff;
  padding: 10px 20px 10px 15px;
  position: relative;
}
.query .panel-heading .fa{
  position: absolute;
  right: 5px;
  top: 7px;
}
.query .panel-group{
  margin-bottom: 0px;
}
.query .panel-body{
  background-color: #9ecc2e;
  color: #fff;
}
.query .panel-title a{
  display: block;
  text-decoration: none;
}
.srt_about .head{
  margin-top: 0px;
} 

.padding-bottom{padding-bottom:159px;}
.padding-bottom2{padding-bottom:130px;}
.padding-bottom3{padding-bottom:38px;}
.padding-bottom4{padding-bottom:241px;}
.padding-left{padding-left:21px;}

.our_products  .col-md-12
{
    background: #fff;
    margin: 40px auto;
    border: 5px solid #67a214;
    width: 80%;
    /* margin: 0 auto; */
    text-align: center;
    padding: 20px;
    position: relative;
    margin-left: 10%;
	}
	.our_products  .col-md-12 h3
	{
	font-size:22px;
	}
	/*.block-height .col-md-4 .col-md-12
	{
	height:250px;
	}*/
	.our_products_haircare  .text_block {
    margin-bottom: 20px;
    background: transparent;
    text-align: justify;
    margin: 10px 13px;
    width: auto;
    padding: 35px 35px 5px;
	border:3px solid #9ecc2e;
	/*height:330px;*/
	min-height:305px;
}
.our_products_haircare  .yellow_circle {
     border-radius: 0%;
    box-sizing: border-box;
    height: 60px;
    text-align: center;
    width: 60px;
    display: inline-block;
    font-size: 50px;
    line-height: 60px;
    position: absolute;
    left: -20px;
    top: -35px;
    color: #fff;
	background:#9ecc2e;
}
.our_products_haircare p{
    padding-top: 35px;
}
.our_products_haircare h1::before, .our_products_haircare h1::after {
    border: 1px solid #c4161c;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 8%;
}
.our_products_haircare  .yellow_circle :after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 2px solid transparent;
    border-top: 10px solid #62CFC1;
}
.tips_app .subhead:before{
    border: 1px solid #c4161c;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 8%;
	}
	.tips_app .subhead:after
	{
	border: 1px solid #c4161c;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 8%;
	}
	.left_block  .col-md-3
	{
	margin-bottom:30px;
	}
.products_description  .products_img {
    float: left;
    margin: 0 20px;
}
.types1 h3 
{
    margin-bottom: 20px;
    font-size: 20px;
    color: #67a214;
}
.types1 h3  b
{
    border-bottom: 3px solid #67a214;
}
.types1 {

    margin-bottom: 35px;
    border: 1px solid #67a214;
    padding-right: 20px;
	padding-bottom:20px;
    border-radius: 4px;
    border-top: 4px solid #67a214;
}
.types3 {
    border-bottom: 3px double #ccc;
	}
	.types3 h3:before, .types3 h3:after {
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 8%;
}
	.types3 h3 {
    color: #c4161c !important;
    font-size: 18px;
    padding-bottom: 12px;
    text-align: center;
	font-weight:600;
}


.types h3 {
    color: #c4161c !important;
    font-size: 18px;
    padding-bottom: 12px;
    text-align: center;
	font-weight:600;
}



.types h3::before, .types h3::after {
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    position: relative;
    vertical-align: middle;
    width: 8%;
}

.our_products_haircare  .yellow_circle:before {
   content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid #9ecc2e;
    border-bottom: 15px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 29%;
    border-left: 15px solid transparent;
    bottom: -25px;
}
.pd-btm-35 h3
{
padding-top:35px;
}
.pd-btm-35 p
{
padding-top:0;
}
ul.submenu {
    position: absolute;
    top: 5px;
    left: 260px;
    width: 250px;
    background: #8bc600;
    list-style-type: none;
	display:none;
}
ul.innermenu li:hover > ul.submenu
{
	display:block;
	}

.edit_img{
  max-width: 130px;
}
.products_img{
  text-align: center; 
}
.tips_hair .our_products_haircare .text_block{
  min-height: 345px
}
ul.submenu {
    position: absolute;
    top: 0px;
    left: 260px;
    width: 100%;
  }
.lightbox .lb-image{
  padding: 10px;
  background-color: #fff;
}
.natural_henna .list-position{
  padding-left: 0px;
}
.leaf_img img{
  max-width: 120px;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus{
  outline: none;
}
.product_edit .form-group input[type="radio"]{
  display: block;
  float: left;
  margin-right: 5px;
}
.nameBlock .select{
  float: left;
  width: 20%;
}
.nameBlock select{
  height: 34px;
  width: 100%;
}
.firstname{
  width: 38%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.lastname{
  width: 38%;
  float: left;
}
.code{
  width: 20%;
  float: left;
  margin-right: 2%;
}
.number{
  width: 78%;
  float: left;
}
#myModalHorizontal{background-color: rgba(0,0,0,0.5);}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.modal-lg{width:1000px;}
.left .content{float:none;}
.label-font {
    font-size: 13px;}
}
 
@media screen and (max-width: 1199px) {
  .bdr{
    padding: 5px;
  }
  .our_products_haircare .text_block{
      min-height: 365px
    }
    .tips_hair .our_products_haircare .text_block{
      min-height: 435px;
    }
}
@media screen and (max-width: 991px) {
  #submenu.menu_items li a{
    padding: 8px 4px;
  }
  .product_name h4 {
    margin:0px;
  }
  .brief li {
    margin: 15px 3px;
  }
  .banner .info .loader {
    margin: 0 50% 1%;
  }
  .banner .info {
    width: 50px;
  }
  .product_name {
    padding: 5px;
    height: auto;
  }
  .types p{
    line-height: 22px;
  }
  .tips_app .icon_block p{
    padding-top: 5px;
  }
  .main_menu .navbar-brand{
    padding: 15px 15px 0;
  }
  
   .modal-lg{width:940px;}
  .head-small{font-size:22px;}
  .left .content{float:none;}
 .label-font {
    font-size: 12px;}
    .contact_us .contact_form{
      padding: 20px 0 10px;
    }
    .bdr{
      min-height: 220px;
    }
    .our_products_haircare .text_block{
      padding: 35px 10px 0;
      margin: 10px 5px;
    }
    .tips_fashion .text_block{
      min-height: 345px;
    }
    .our_products_haircare .yellow_circle{
      height: 30px;
      width: 30px;
      font-size: 24px;
      line-height: 30px;  
      left: 2px;
    }
    .our_products_haircare .yellow_circle::before{
      left: 2px;
    }
    .pd-btm-35 h3{
      padding-top: 5px;
    }
    .tips_hair.tips_fashion .text_block{
      min-height: 400px;
    }
    .tips_fashion .text_block{
      min-height: 325px
    }
    .tips_hair .our_products_haircare p{
      padding-top: 5px;
    }
    .exhibition_one span{
      font-size: 20px;
      line-height: 20px;
    }
    ul.submenu {
    left: 0px;
  }
    


    
}
@media screen and (max-width: 767px) {
  #submenu > li{
    width: 100%;
  }
  .main_menu .navbar-brand {
    padding: 5px;
  }
  .main_menu .navbar-brand img{
    width: 110px;
  }
  .brief li{
    width: 18.5%;
  }
  .our_products{
    padding: 0 5px;
  }
  .banner .info{
    width: 30px;
    margin: 0px 5px;
  }
  .brief li{
    width: 47%;
    text-align: center;
  }
  .product_name {
    margin: 0px auto 0;
    max-width: 225px;
  }
  .product_name {
    padding: 10px;
    height: 50px;
  }
  .banner .grid{
    padding: 0 25px 5px;
  }
  .about_henna{
    padding: 0px;
  }
  .tips_app  .left_block,.tips_app .right_block{
      text-align: center;
    }
  .tips_fashion .head{
    margin: 30px 0 20px;
  }
  .tips_fashion .yellow_circle{
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .tips_fashion .text_block{
    margin-bottom: 10px;
  }
  .tips_fashion .text_block h3{
    margin-bottom: 0px;
  }
  
  .modal-lg{width:750px;}
  .our_products1{
    padding: 0 5px;
  }
  .head{
    font-size: 20px;
  }
  .our_products{
    font-size: 14px;
    line-height: 20px
  }
  .btn-enquiry1,
  .btn-enquiry1:hover{
    width: 170px;
  }

  .natural_block1 .types .head3{
    padding-bottom: 0px;
  }
  .types h3{
    padding-bottom: 0px;
    margin-top: 10px;
  }
  .bdr{
      min-height: auto;
    }
    .left_block .col-md-3{
      margin-bottom: 0px;
    }
    .tips_fashion .text_block{
      min-height: auto;
    }
    .our_products_haircare .yellow_circle{
      left: 3px;
    }
    .our_products_haircare .yellow_circle::before{
      left: 8%;
    }
    .our_products_haircare p{
      padding-top: 5px;
    }
    .tips_hair.tips_fashion .text_block{
      min-height: auto;
    }
    .infrastructure img{
      margin-bottom: 10px 
    }



}
@media screen and (max-width: 480px) {
	/*.img-center{padding-right:98px;}*/
	.img-center1{padding-left:100px;}
	.types h3{font-size:19px !important;}
	.modal-lg{width:390px;}
	.head-small{font-size:22px;}
	.types p{padding:0 10px;}
  .tips_app .subhead::after,.tips_app .subhead::before,
  .types h3::before, .types h3::after{
    border: none;
    content: initial;
  }
}




@media screen and (max-width: 384px) {
	/*.img-center{padding-right:55px;}*/
	.img-center1{padding-left:78px;}
	.types h3{font-size:19px !important;}
	.modal-lg{width:350px;}
	.types p{padding:0 5px;}
    
}


@media screen and (max-width: 321px) {
	/*.img-center{padding-right:55px;}*/
	.img-center1{padding-left:45px;}
	.types h3{font-size:19px !important;}
	.modal-lg{width:300px;}
	.types p{padding:0 0px;}

}