body{ margin:0px;font-family: 'Hind-Regular'; font-size:14px; background:#fff   }
iframe,player,player1,embed { position:relative; z-index:0}
a{text-decoration:none;}
a:hover{text-decoration:none;}

header{}
header .top{ background:#242424; float:left;  width:100%; padding:13px 0 5px 0;}
header .top .call{color:#dfdfdf; font-family: 'Hind-Regular'; font-size:15px;}
header .top ul{ padding:0; float:right;}
header .top ul li{ color:#dfdfdf; float:left; list-style:none; margin-left:25px; font-size:14px;font-family: 'Hind-Regular'; }
header .top ul li a{ color:#dfdfdf;}
header .bottom{ background:#fff; float:left; width:100%;padding: 15px 0px 15px 0px;}
header .bottom .logo{ margin-top:7px; margin-bottom:7px;}
header .top .social{text-transform:uppercase; color:#dfdfdf; font-family: 'Hind-Regular'; font-size:15px; float:left;}



#navwrap{
	 z-index:999;
	 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   }
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #efefef;
}

.nav-container {
  position: fixed;
  top: 60px; /* 1 */
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* 2 */
  background-color: #c0c0c0;
  -webkit-overflow-scrolling: touch; /* 3 */
}
.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}
.nav-toggle {
  line-height: 1;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: #dc162d;
  float: right;
}
.nav-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 20px;
  vertical-align: middle;
  fill: none;
}
.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #fff;
}

.icon-menu .line-1 { top: 0; }
.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}
.is-active .icon-menu .line-2 { opacity: 0; }
.icon-menu .line-3 { bottom: 0; }
.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top:1%;
}


.nav-menu {
  background-color: #dedede; /* 1 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  background:none;
  float:right;        /* 2 */
}

.nav-menu .menu-item { border-top: 1px solid #bbb; }
.nav-menu > .menu-item:last-child { border-bottom: 1px solid #bbb; }
.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { background-color: none;  }
.nav-menu .active a{color:#d44d49 !important;}
.menu-link:hover {color:#d44d49 !important;}
.no-img{ background-image:none !important;}
.no-img a{ padding-right:0 !important}
.nav-menu .menu-link {
  display: block; /* 1 */
  text-decoration: none;
  color: #434343;
  padding: 0.75rem 20px;
  font-size:15px;
  text-transform:uppercase;
}
.nav-dropdown .menu-item a:hover { color:#fff !important}

.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

.has-dropdown > .menu-link { display: inline-block; }
.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+"; /* 1 */
  color: #222;
}

.has-dropdown.is-active:after { content: "\2013"; /* 1 */ }

.nav-dropdown {
  display: none; /* 1 */
  background-color: #c0c0c0;
}

.has-dropdown.is-active > .nav-dropdown { display: block; /* 1 */ }
.nav-dropdown .nav-dropdown { background-color: #aaa; }
.nav-dropdown .menu-item { border-color: #a0a0a0; }
.nav-dropdown .nav-dropdown .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
}


.content { margin-top: 60px; }
.content .wrapper { padding: 1rem 0; }


 
 .rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.caption {
    bottom: 30%;
    color: #fff;
    display: block;
    font-size: 33px;
    right: 10%;
    margin: 0;
    max-width: none;
    padding: 15px 50px;
    position: absolute;
    text-shadow: none;
    z-index: 2;
	text-transform:uppercase;
	text-align:center; 
  }
.caption h2{
	font-family: 'Hind-Bold';
	font-size:62px;
	color:#fff;
	border-bottom:1px solid #fff;
	border-top:1px #fff solid;
	padding-top:10px;
	margin-bottom:35px;
	}
.caption h4{
	font-family: 'Hind-Bold';
	font-size:37px;
	color:#fff;
	}
	
.caption a{
	font-family: 'Hind-Semibold';
	font-size:17px;
	border:solid 1px #fff;
	padding:7px 10px;
	color:#fff;
	}
.caption a:hover{
	background:#fff;
	color:#000;
	}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  display:none;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  display:none	;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

 

 
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin-bottom:2%; margin-top:2%;
   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	margin-right:46px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:260px;
    max-height:152px;
	border:solid 5px #8c8c8c;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 16px;
    height: 30px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	margin-top:20px;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
} 


/******* Start about smk********/
.aboutSMK{
	padding:15px 15px 20px 15px;
	}
.heading{}
.heading h2{
	font-size:35px;
	text-align:center;
	color:#242424;
	text-transform:uppercase;
	font-family: 'Hind-Semibold';
	}
.heading img{
	margin:0 auto;
	padding-bottom:2%;
	}

.aboutSMK p{
	font-size:14px;
	text-align:center;
	color:#555555;
	line-height:24px;
	}
	
/******* End about smk********/


/******* Start Product Section********/

.productList{
	border:solid 1px #d3d1d1;
	}
.productList h4{
	color:#242424;
	font-size:15px;
	font-family: 'Hind-Medium';
	text-transform:uppercase;
	background:#f5f5f5;
	padding: 15px 15px;
    margin: 0;
	border-bottom:solid 1px #d3d1d1;
	}

.productList ul{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
	}
.productList ul a li{
	padding:13px 15px;
	margin:0;
	}

.productList ul a li {
	color:#555555;
	}

.productList ul a:hover li {
	color:#fff;
	background:#242424;
	}

.productList ul a li i{
	float:right;
	}

/*product listing*/
.product{
	border:solid 1px #d3d1d1;
	text-align:center;
	padding-bottom:20px;
	padding-top:15px;
	margin-bottom:30px;
	}
.product img{
	margin:0 auto;
	}
	
.product img:hover{ -webkit-filter: opacity(0.7);}

.product h3{
	color:#242424;
	font-size:15px;
	text-transform:uppercase;
	}
.product .stars{
	list-style-type:none;
	padding-left:0;
	padding-bottom:10px;
	}

.product .stars li{
	display:inline-block;
	}
.product .stars li i{ color:#ffd203;}

.product h4{
	color:#dc162d;
	font-size:18px;
	border-top:solid 5px #e3e5e7;
	padding-top:20px;
	padding-bottom:20px;
	}

.product h4 span{
	color:#8e7b7d;
	font-style:italic;
	}

.product h5{
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Hind-Medium';
	margin:25px;
	}
.product h5 a{
	color:#242424;
	border:solid #242424 1px;
	padding: 5px 40px;
    border-radius: 20px;
	}
.product h5 a:hover{
	color:#fff;
	background:#dc162d;
	border:solid 1px #dc162d;
	}

/*product listing*/

/******* End Product Section********/




/******* Start Teximonial and gallery Section********/

/*Tesimonial*/
.Alltestimonial{ margin-top:-11%;}
.Alltestimonial h4{
	color:#242424;
	font-size:25px;
	}
	
.testimonial{}
.testimonial{}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #dc162d;
  margin:0 auto;
  margin-top:-20px;
}
.testimonial p{
	color:#ffffff;
    font-size: 13px;
    line-height: 22px;
	background:#dc162d;
	text-align:center;
	padding:15px 15px;
	border-radius:7px;
	margin-top:15px;
	}
.testimonial img{
	margin:0 auto;
	padding:10px;
	border-radius: 50%;
	}
.testimonial h4{
	font-size:15px;
	color:#242424;
	text-align:center;
	}

.testimonial h4 span{
	color:#555555;
	font-size:14px;
	text-align:center;
	}


/*Gallery*/

.subheading{ padding-left:15px;}
.subheading h3{
	text-transform:uppercase;
	color:#242424;
	font-size:24px;
	font-family: 'Hind-Semibold';
	padding-top: 10px;
    padding-bottom: 30px;
	margin:0;
	}
.margin-bottom20{margin-bottom:20px;}


.hovereffect3 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect3 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect3:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect3 img {
  display: block;
  position: relative;
  width:100%;
}

.hovereffect3 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top:65px;
}

.hovereffect3:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
 
}

.hovereffect3:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect3 a.info:hover {
  box-shadow: 0 0 5px #fff;
}




.date{
	position: absolute;
    top: -10px;
    left: 25px;
    background: #f0f0f0;
    z-index: 9;
    padding: 6px 17px;
	}
.date p{
	color:#555555;
	text-align:center;
	font-size:18px;
	line-height:20px;
	margin:0;
	}
.ViewMore{
	text-align:center;
	padding-bottom:25px;
	padding-top:5px;
	}
.ViewMore a{
	color: #dc162d;
    padding: 5px 32px;
    border: solid 1px #dc162d;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
	}
.ViewMore a:hover{
	background:#dc162d;
	color:#fff;
	}

/******* End Teximonial and gallery Section********/


/* –––––––––––––––––––––Footer style start–––––––––––– */
footer{
	padding-top:25px;
	padding-bottom:25px;
	background:url('../images/footer-bg.jpg');
	background-size: cover;
    height: 100%;
	}

.address{ 
    border-right: dashed #929292 1px;
	padding-bottom: 25px;
	}
.address h4{
	color:#fff;
	font-size:18px;
	font-family: 'OpenSans-Regular';
	}

.address h4 span{ text-transform:uppercase;}

.address p{
	font-size:13px;
	color:#fff;
	font-family: 'OpenSans-Light';
	padding-right:19%;
	padding-bottom:10px;
	padding-top:10px;
	}

.icon{
	padding-bottom:7%;
	float:left;
	padding-right:10px;
	}
.padding-bottom{ padding-bottom:20px;}
.address h5{
	font-size:13px;
	color:#fff;
	font-family: 'OpenSans-Light';
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;
	}
.address h5 a{color:#fff;}	
.address h5 i{ padding-right:10px;}

.quick-links{}

.quick-links h4{
	color:#fff;
	font-size:18px;
	font-family: 'OpenSans-Regular';
	padding-bottom:10px;
	}
.quick-links ul{
	padding-left:0px;
	margin-left:15px;
	list-style-image:url('../images/ul-li-icon.png');
	}
.quick-links ul li{
	font-family: 'OpenSans-Light';
	color:#fff;
	padding-bottom:5px;
	}
.quick-links ul li a{
	color:#fff;
	}
.float-left{
	 float:left;
	 padding-right:20%;
	 }
.connect{}

.connect h4{
	font-family: 'OpenSans-Regular';
	font-size:18px;
	color:#fff;
	padding-bottom:10px;
	}
.connect ul{
	padding-left:0;
	margin-left:5px;
	list-style-type:none;
	}
.connect ul li{
	font-family: 'OpenSans-Light';
	color:#fff;
	padding-bottom:5px;
	}

.connect ul li a{ color:#fff;}

.connect ul li a i{ padding-right:10px;}

.links-social{
	border-bottom: dashed #929292 1px;
	padding-bottom:15px;
	padding-left:15px;
	}
.copyright p{
	font-family: 'OpenSans-Light';
	color:#fff;
	font-size:14px;
	padding:30px;
	}
.copyright p span{
	color:#e25263;
	}
.copyright p a{
	color:#e25263;
	}	
	


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Contact page style start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.map{ margin-bottom:25px;}
.meet-company{}
.meet-company{}
.meet-company h4{
	font-family: 'OpenSans-Regular';
	font-size:20px;
	border-bottom:dashed 1px #ccc;
	padding-bottom:5px;
	margin-top:15px;
	}
.meet-company p{
	line-height:22px;
	font-family: 'Hind-Regular';
	color:#666666;
	padding-bottom:10px;
	}

.meet-company ul{
	padding-left:0px;
	list-style-type:none;
	}

.meet-company ul li{
	display:inline-block;
	padding-right:15px;
	font-size:15px;
	}

.meet-company ul li a{color:#666666;}
.meet-company ul li a:hover{ color:#f25a42;}


.contact-form{}
.contact-form{ 
    padding-bottom:25px;
	background: #f8f9f8;
	margin-bottom:10px;
	}
.contact-form h3{
	font-family: 'OpenSans-Regular';
	margin-top:10px;
	padding-left: 10px;
	}

.contact-form .width{
	 width:50%;
	 float:left;
	 padding:10px;
	 }
.contact-form .form-group{
	padding:10px;
	}
.contact-form .form-group .form-control{
    border-radius: 0px;
	}

.contact-form .btn-default{
	margin-left:10px;
	border-radius: 0px;
    background: #242424;
    color: #ffffff;
    border: none;
	text-transform:uppercase;
	}

.contact-form .btn-default:hover{background: #dc162d;}
	

/*=============================== start Product details page css ==========================*/

.ProductDetail{
	padding:30px 0px 25px 0px;
	border-top:solid #ccc 1px;
	}

.productLeft{}
.productLeft .MagicZoomPlus{
	width:100% !important;
}
.productLeft ul{
	margin:15px 0;
	padding:0 22px;
}
.productLeft li{
	display:inline-block;
	margin-right:10px;
}
.productLeft .MagicZoomPlus img{
	width:100%;
	padding:0 22px;
}
.Selector {
   
    padding: 0 !important;
}
.Selector.Active {
    border-color: #ddd !important;
}
.productRight{}
.available h4{
	color:#e00001;
	font-size:17px;
	margin-top:15px;
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
}

.price{
	float:left;
	padding-right:25px;
	color:#464646;
}
.discount-price{
	margin-bottom:15px;
	overflow:hidden;
}
.discount-price p span{
	color:#676767;
	text-decoration:line-through;
	padding:0;
	font-size:15px;
	padding-right: 10px;
}
.discount-price p{ 
     font-size:20px !important;
	 color:#ea191e;
}
.productRight .qty {
    float: left;
    width: auto;
    margin-right: 30px;
}
.left-padding{ padding-left:0px;}

.productRight h2{
	font-size:24px;
	color:#242424;
	margin-bottom:20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.productRight p.productPrice{
	font-size:20px;
	color:#333;
}
.productRight p{
	font-size:13px;
	line-height:20px;
}
.productRight .viewProduct{
	color:#fff;
	font-weight:600;
	padding:10px 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin:10px 0;
	border-radius:5px;
	display:inline-block;
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ea191e;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	border-radius:5px;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/*============================== end product details page css =================================*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
News and Event style start
–––––––––––––––––––––––––––––––––––––––––––––––––– */ 
.AllEvents{
	padding:15px 0px 25px 0px;
	}
.event{
	padding:0;
	border: solid 1px #d3d1d1;
	margin-bottom:15px;
	}
.event h4{
	text-align:center;
	color:#242424;
	text-transform:uppercase;
	font-family: 'Hind-Medium';
	}
.event p{
	font-size: 14px;
    text-align: justify;
    color: #555555;
    line-height: 24px;
	padding:5px 20px;
	}
.date p{
	text-align:center;
	font-size:15px;
	font-family: 'Hind-Medium';
	}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
End News and Event style
–––––––––––––––––––––––––––––––––––––––––––––––––– */ 




.ProductPage{ padding-top:15px;}
.contact-page{padding-top:15px; padding-bottom:20px;}	



@font-face {
    font-family: 'Hind-Regular';
    src: url('../fonts/Hind-Regular.ttf');  
}

@font-face {
    font-family: 'Hind-Medium';
    src: url('../fonts/Hind-Medium.ttf');  
}

@font-face {
    font-family: 'Hind-Semibold';
    src: url('../fonts/Hind-Semibold.ttf');  
}


@font-face {
    font-family: 'Hind-Bold';
    src: url('../fonts/Hind-Bold.ttf');  
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.ttf');  
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');  
}



.no-package{
	padding:45px 20px;
	text-align:center;
	font-size:20px;
	color:#e14000;
}

.send-en h5{
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Hind-Medium';
	}
.send-en h5 a{
	color:#242424;
	border:solid #242424 1px;
	padding: 5px 14px;
    border-radius: 20px;
	}
.send-en h5 a:hover{
	color:#fff;
	background:#dc162d;
	border:solid 1px #dc162d;
	}
/*..........................notify session.......................*/

.overlay-new {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay-new:target {
  visibility: visible;
  opacity: 1;
      z-index:1200;
}

.popup {
  margin: 0px auto;
  /*padding: 20px;*/
  background: #fff;
 /* border-radius: 5px;*/
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  text-align:center;
  margin-top: 17%;
  height: 114px;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #E01765;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popdiv1{ float: left; display: inline-block; padding: 4%;}
.popdiv2{  padding: 4%;}


@media screen and (max-width: 700px){
  .box{
    width: 100%;
  }
  .popup{
    width: 70%;
  }
}
/*..........................notify session.......................*/