@charset "utf-8";
/* CSS Document */

@font-face {
    font-family:'roboto-reg';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'roboto-light';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'roboto-bold';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'century-reg';
    src: url('../fonts/century.ttf');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'century-book';
    src: url('../fonts/century-book.TTF');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'century-bold';
    src: url('../fonts/century-bold.TTF');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'robot-it';
    src: url('../fonts/robot-it.TTF');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'keplerstd-it';
    src: url('../fonts/KEPLERSTD-MEDIUM.OTF');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'keplerstd-reg';
    src: url('../fonts/KEPLERSTD-REGULAR.OTF');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

html, body {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
/*font-family: 'Lato', sans-serif;*/
body {
	font-family: 'roboto-light';
	font-size: 14px;
}
.ft-light{font-family: 'roboto-light'; font-weight: 300; }
.ft-itt{font-family:'robot-it'; font-weight: 400;}
.ft-reg { font-family: 'roboto-reg'; font-weight: 400; }
.ft-cen { font-family: 'century-reg';font-weight: 400; }
.ft-bold{font-family: 'century-bold';font-weight: 600; }
.ft-sbold{font-family:'roboto-bold'; font-weight: 600;}

.ft-rotbold{font-family:'roboto-bold'; font-weight: 600;}
.ft-skep{font-family:'keplerstd-it'; font-weight: 600;}
.ft-skreg{font-family:'keplerstd-reg'; font-weight: 400;}

p, .cms-page li {
	font-size: 16px;
	font-family: 'Gotham Light';
	font-weight: 300;
	line-height: 26px;
	color: #333;
}

a:hover, a:active, a:focus {
	text-decoration: none !important;
	outline: none !important;
}

.btn-def, .t-set a:before, .spons-slide .slick-slide img, footer .social-li li {
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
}

.own-clear:after {
	display: table;
	content: '';
	clear: both;
}
.no-padd{
	padding-left: 0px;
	padding-right: 0px;
}

/* Header starts 
.bg-banner{
	 background: url("../images/banner.png") no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 670px;
}*/
.banner-slider img{
	 width: 100%;
    height: 670px;
    background-size: cover;
     object-fit: cover;
     background-position: center;
}
.banner-slider{
	position: relative;
}
.bg-banner .banner-text{
	
	    margin: 20% auto;
    width: 80%;
}
.bg-banner .slick-next{
	right:16px;
}

.bg-banner .slick-prev{
	z-index: 1;
    left: 14px;
}
.bg-banner .slick-prev, .bg-banner  .slick-next{
	top:45%;
}
header {
	background-color: #fff;
	/*border-bottom: 1px solid #fff;*/
	width: 100%;
	z-index: 100;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
}

header.header-fixed {
	background-color: #fff;
	height: 80px;
	position: fixed;
	top:0;
	z-index: 100;
}
header.header-fixed .logo-img{
    width: 165px;
    height: 70px;
}
.header-fixed .navbar-brand .logo-img {
	width: 60px;
    height: 45px;
    margin-top: 5px;
}
.header-fixed .feed-menu {
	height: 80px;
	top:-13px;
}
.header-fixed .navbar-default .navbar-nav > li.feed-menu a {
	padding: 27.5px 26px;
}
.header-fixed .feed-menu:before {
	border-bottom: 80px solid #cb1a2b;
}
.header-fixed .navbar-default .navbar-nav {
	margin-top: 13px;
}

.navbar{
	margin-bottom: 0px !important;
}


.navbar-default {
	background-color: transparent;
	border:0;
	border-radius: 0;
}
.navbar-brand {
	padding: 0;
	margin-left: 15px !important;
}
.navbar-nav{
	float:right;
}
.logo-img {
	background: url('../images/logo.png') no-repeat;
	background-size: 100%;
	width: 250px;
    height: 80px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	margin-top: 12px;
}
.navbar-default .navbar-nav {
	margin-top: 20px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
}
.navbar-default .navbar-nav > li {
	padding: 15px 3px;
}
.navbar-default .navbar-nav > li > a {
	padding: 0 14px;
	color: #000;
	line-height: 26px;
	font-size: 14px;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a {
	
}
.feed-menu {
	height: 95px;
	padding: 0 !important;
	top:-20px;
	right: -15px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
}
.navbar-default .navbar-nav > li.feed-menu {
	margin-left: 30px;
}
.navbar-default .navbar-nav > li.feed-menu a {
	padding: 35px 26px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: none;
	color:#1ca461;
}
.sms-banner{

}	
.sms-home-banner img{
	width: 100%;
}
.banner-let{
	position: absolute;
	top: 220px;
    padding: 38px 30px;
	
}
.banner-let h4,.banner-let h2{
	color: #fff;
}
.banner-let h2{
	font-size: 70px;
    padding: 8px 0px;
}
.banner-let h4{
	    letter-spacing: 3px;
    font-size: 20px;
}
.ms-title h2{
	text-align: center;
	color: #000;
	font-size:38px;
	padding-bottom: 60px;
}
.center-wapper{
	padding: 55px 0px;
}
.sms-product .pd-space a{
	color: #000;
    box-shadow: #ddd 2px 4px 17px 0px;
    display: block;
}
.center-wapper .ms-title h2 span{
	font-weight: 500;
}

.sms-product .pd-space h4{
    width: 100%;
    padding: 12px 0px;
    text-align: center;
}
.sms-product .pd-space img{
	width: 100%;
}
.pd-space{
	float: left;
    width: 33%;
	padding: 12px;
}
.pd-space:focus{
	outline: none;
}
.sms-product button{
	background: #d7a601;
    width: 45px;
    height: 45px;
}
.slick-next:before,.slick-prev:before{
	display: none;
}
.sms-product .slick-next{
	    right: -76px;
}
.sms-product .slick-prev{
	    left: -76px;
}
header ul li .dropdown{
	padding-top: 6px;
}
header ul li .dropdown a{
	color: #fff;
	    padding: 0 14px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #000;
}
.nav .open > a:focus{
	background-color: #000;
}
.sms-product .slick-prev:hover,.sms-product .slick-next:hover{
	background: #d7a601;
}
.sms-product .slick-prev:focus,.sms-product .slick-next:focus{
	background: #d7a601;
}
.row-wapper .ms-title h2{
	color: #ba2232;
       font-size: 38px;
    padding-top: 13px;
    padding-bottom: 90px;
    margin: 0 auto;
    width: 75%;
    /*padding: 18px 0px;*/
}
.row-wapper{
	width: 100%;
/*	height: 750px;
	padding: 60px 0px;*/
}
.row-wapper .ms-title{
	position: relative;
}
/*.row-wapper .ms-title h2:after{
	 content: "";
    display: block;
    border: 1px solid #d7a601;
    padding: 39px 0px;
    position: absolute;
    width: 62%;
    margin: 0 auto;
    top: -8px;
    margin-left: 6px;
}
.row-wapper .ms-title h2:before{
	 content: "";
    display: block;
    border: 1px solid #d7a601;
    padding: 39px 0px;
    position: absolute;
    width: 62%;
    margin: 0 auto;
    top: 0px;
    margin-left: -2px;
}*/
.eve-text h2{
	color: #000;
	padding-bottom: 16px;
}
.sms-jew{
	float: left;
	width: 50%;
	background: #f7f7f7;
	padding: 50px;
	height: 560px;
}
.sms_span{
	    margin: 0 auto;
    width: 88%;
    position: relative;
    overflow: hidden;
}
.sms-jew img{
	width: 100%;
}
.sms-jew .eve-text{
	position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.sms-jew .eve-text p{
	color:#000;
	font-size: 14px;
	width: 70%;
	padding-bottom: 20px;
}
.border-bt{
	border: 1px solid #fff;
	    width: 50%;
    margin: 22px auto;
}
.eve-text a{
	color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 5px;
    display: inline-block;
    padding: 13px 21px;

}
.eve-text a:hover{
	color: #fff;
}

.jel-video{
	float: left;
	width: 50%;
	background: #ba2232;
    padding: 50px 50px;
    height: 560px;
}
.jel-video h2{
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
	font-size: 26px;
}
.jel-video iframe{
	width: 100%;
}
.jel-video{
	padding-left: 30px;
}
.jel-video p{
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}
.every-content{
	/*padding: 30px 0px;*/
}
.row-wapper .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.img-cap{
	float: left;
	width: 50%;
}
.cap-text{
	    float: left;
    width: 50%;
    /*text-align: center;*/
    padding: 160px 70px;
}
.first_slide{
	float: left;
	width: 50%;
	overflow:hidden;
}
.first_slide img{
	width: 100%;
}
.cap-text h2{
	padding-bottom: 15px;
	font-size: 40px;
}
.ft-smsfooter{
	background: #000;
}
.copy-rights .social-icons ul li{
	    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    padding-top: 10px;
    border-radius: 50%;
    margin-right: 6px;
}
.our_his{
	display: inline-block;
    background: #ba2232;
    color: #fff;
    margin-top: 30px;
    padding: 14px 22px;
}
.copy-rights .social-icons ul li a{
	    color: #000;
    text-align: center;
}
.copy-rights .social-icons ul li:hover{
	background: #c6a021;
	color: #fff;
}
.copy-rights .social-icons ul li a:hover{
	color: #fff;
}
.copy-rights .social-icons {
	float: left;
	width: 50%;
}
.copy-rights .rights_et{
	float: right;
	color: #fff;
	font-size: 14px;
} 
.copy-rights {
	border-top: 1px solid #686868;
	padding: 18px 0px;
}
.our_historypd{
	padding: 50px 0px;
}
.pro-navimg:focus{
	outline: none;
}
.slick-slide:focus{
	outline: none;
	border: 0;
}
.pro-navimg img{
	width: 80%;
	margin: 0 auto;
}
.pro-navimg{
	box-shadow: #a09b9b 2px 4px 12px 0px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    height: 180px;
}
.footer-top{
	/*background: #d6a600;*/
    padding: 20px;
    /*margin-top: -50px;*/
    border-radius: 5px;
    text-align: center;
}
.sms-address{
	float: left;
	width: 100%;
	margin-top: 8px;
}
.sms-address .foot-img{
	width: 300px;
	padding-bottom: 20px;
}
.foot_subscripe{
	padding: 50px 0px;
}
.foot_nav{
	list-style: initial;
	padding: 20px 0px;
}
.foot_nav li{
	display: inline-block;
}
.foot_nav li a{
	color: #fff;
	padding-right: 15px;
}
.newsletter{
	margin: 0 auto;
	width: 60%;
	background: #fff;
	padding: 40px;
	box-shadow: #333 2px 4px 17px 0px;
}
.sms-address h5{
	    font-size: 35px;
    padding-bottom: 11px;
    color: #fff;
    text-align: center;
}
.sms-address h5 span{
	color: #fff;
}
.newsletter .sub_ft{
	 font-size: 30px;
	 margin-bottom: 50px;
	 margin-left: 10px;
	 color: #ba2232;
	 text-align: center;
}
.newsletter span{
	color: #000;
}
.sms-address p{
	color: #fff;
    padding: 8px 0px;
    margin: 0 auto;
    width: 50%;
    font-size: 14px
}
.rowaddress{
	padding-top: 10px;
}
.rowaddress h5{
	padding: 5px 0px;
	font-size: 14px;
	color: #ba2232;
}
.rowaddress h5 span{
	color: #000;
}
.mb_updates a img
{
    position: relative;
    margin-left: -39px;
    margin-top: -5px;
}
.mb_updates{
	text-align: center;
}
.mb_updates input{
    width: 85%;
    height: 38px;
    border-radius: 0px;
        border: 0;
    font-size: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #ba2232;
}
.mb_updates input:focus{
	outline: none;
}
.mb_updates a{
	color: #000;
    font-size: 30px;
    position: relative;
    right: 25px;
}
.rowaddress{
	text-align: center;
}
.gl-img{
	border: 1px solid #d6a600;
}
.sms-home-banner .banner-let{
	display: none;
}
.sms-home-banner .slick-active  .banner-let{
	display: block !important;
}
.sms-product .pd-space a{

}
.first_slide:hover img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.first_slide img{
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.sms-jew span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.sms-jew span:nth-child(1)
{
  transform:rotate(0deg);
}

.sms-jew span:nth-child(2)
{
  transform:rotate(90deg);
}

.sms-jew span:nth-child(3)
{
  transform:rotate(180deg);
}

.sms-jew span:nth-child(4)
{
  transform:rotate(270deg);
}

.sms-jew span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 3px;
  background: #d6a600;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  75%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 
.sec_kuviyal{
	float: left;
	width: 46%;
	position: relative;
	margin: 20px;
}
.wap_saving{
	margin: 30px 0px;
}
.sec_kuviyal a{
	display: block;
	overflow: hidden;
	position: relative;
}
.sec_kuviyal img{
	width: 100%;
}
.scheme_wapper{
	padding: 30px 0px 100px;
}
.bg-color{
	 position: absolute;
    bottom: 0;
    background: rgb(0,0,0,0.5);
    width: 100%;
    padding: 16px;
}
.bg-color h3{
	color: #fff;
}
.sec_kuviyal a:before{
	background: transparent linear-gradient(to right,rgba(214,166,0,.2) 0%,rgba(214,166,0,.4) 100%) repeat scroll 0 0;
	content: "";
    display: block;
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    transform: skewX(-40deg);
    transition: all 1s ease 0s;
    width: 50%;
    z-index: 9;
}
.sec_kuviyal a:hover:before{
	left: 150%;
}
.modal_theam .modal-dialog{
	width: 55%;
}
.act_wapper img{
	width: 100%;
}
.modal_theam .atc_theam{
	padding: 20px 0px;
}
.modal_theam .act_wapper{
	width: 48%;
	float: left;
}
.atc_theam .act_wapper:nth-child(1){
	margin-right: 30px;
}
.modal_theam .modal-header h3{
	text-align: center;
	color: #d6a600;
}
.modal_theam .modal-content{
	border-radius: 0px;
}
.modal_theam .close {
	top: 0;
    position: absolute;
    right: 5px;
    font-size: 30px;
}
.modal_theam .close:focus{
	outline: none;
}
.articles_background img{
	width: 100%;
}
.articles_background{
	position: relative;
}
.at_textwapper{
	    position: absolute;
    top: 34%;
    margin-left: 150px;

}
.at_textwapper h3{
	font-size: 36px;
	color: #fff;
}
.gift_arproducts{
	margin-bottom: 78px;
}
.gift_tit h3{
	text-align: center;
	color: #d5a500;
	padding: 34px 0px;
}
.gift_gallery .images-cap{
	/*float: left;
    width: 22%;
    padding: 10px 12px 12px;
    
    margin: 0px 16px 30px;*/
        /*border: 1px solid #333;*/
        box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
}
.gift_gallery .images-cap img{
	width: 100%;
}
.text_pd{
	text-align: center;
}
.text_pd h5{
	font-size: 15px;
    font-weight: 600;
    padding: 10px 0px;
}
.images-cap:hover img{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.images-cap img{
    transition: ease 0.4s;
}
.images-cap {
	overflow: hidden;
}
.images-cap:hover .text_pd h5{
	color: #daa700;
}
.contact_title,.con_address{
}
.contact_title h3{
	color: #727272;
	padding-bottom: 24px;
	text-transform: uppercase;
}
.contactpage-wapper{
	padding: 40px 0px;
	margin-bottom: 75px;
}
.left_sideform{
	width: 50%;
	float: left;
}
.con_address{
	width: 50%;
	float: left;
}
.con_address h3{
	padding-bottom: 24px;
}
.form-supp{
	padding-right: 50px;
}
.form-supp input{
	height: 42px;
	box-shadow:none;
}
.form-supp .form-control{
		box-shadow:none;
}
.form-supp .form-group{
	padding-right: 0px; 
	padding-left: 0px;
}
.left_sideform h3{
	padding-bottom: 20px;
}
.full_addressdiv {
	margin-bottom: 30px;
}
.con_address p span{
	font-weight: 600;
}
.check-btn button{
	padding: 12px 24px;
    display: inline-block;
    background: #c23141;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 13px;
    border:none;
}
.contact_social{
	padding-top: 30px;
}

.contact_social ul li{
	display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #000;
    padding-top: 10px;
    border-radius: 50%;
    margin-right: 6px;
 }
.contact_social ul li a{
     color: #fff;
    text-align: center;
    display: block;
}
.contact_social ul li:hover{
	background: #c6a021;
    color: #fff;
}
.contact_title h3:after{
	content: "";
    display: block;
    width: 80px;
    margin-top: 10px;
    background-color: #d6a600;
    height: 2px;
    margin-left: 4px;
}
.product_listing{
	margin-bottom:75px; 
	padding: 50px 0px;
}
.product-title h3{
	    text-align: center;
}
.hrrule{
	text-align: center;
}
.hrrule h3{
    background-color: white;
    z-index: 9;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
   padding-bottom: 30px;

}
.hrrule hr{
	margin: 0 auto;
    position: relative;
    top: -40px;
    height: 1px;
    z-index: 8;
    width: 40%;
    border-top: 2px solid #d6a600;
}
.promo-banner{
	position: relative;
}
.text-container{
	position: absolute;
    padding: 20px;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.margin-bottom30{
	margin-bottom: 30px;
}
.view-more button{
	background: #fff;
	color: #000;
	border: none;
	border-radius: 0px;
}
.view-more button span{
	font-size: 14px;
}
.view-more button:focus{
	outline: none;
}
.promo-banner:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.promo-banner a img{
 	transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.promo-banner{
	overflow: hidden;
}
.promo-banner:hover .view-more button{
	background: #ffc90e;
	color: #fff;
}
.breadcream_theam .breadcrumb{
	padding: 14px 15px;
	border-radius: 0px;
}
.breadcream_theam .breadcrumb li a{ 
	color: #000;
}
.breadcream_theam .breadcrumb .active{ 
	color: #d6a600 !important;
}
.product-top a img{
	width: 100%;
}
.product-griding .item{
	margin-bottom: 30px;
}
.product_nametit h2{
	margin-bottom: 20px;
    margin-top: 35px;
}
.product_nametit h2:after{
	content: "";
    display: block;
    width: 60px;
    margin-top: 8px;
    background-color: #d6a600;
    height: 2px;
    margin-left: 4px;
}

.product_det{
	margin-bottom: 75px;
}
.product-top h4{
	color: #000;
	padding: 12px 0px;
}
.product-top
{
	overflow: hidden;
}
.product-top a img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.product-top a img{
 	transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.product-top .item-pre{
	display: block;
	overflow: hidden;
}
.product-top .item-sec{
	display: block;
}
.pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    padding: 20px;
    text-align: center;
}

.page {
    display: inline-block;
    padding: 8px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.lt_detleft{
	float: left;
	width: 40%;
}
.rt_detright{
	float: right;
	width: 60%;
}
.picture-frame img{
	width: 100%;
}
.sms_prodwapper{
	margin: 55px 0px;
}

/*.social_sharing{
	width: 150px;
	float: left;
}
.picture-frame{
	width: calc(100% - 170px);
    float: right;
}*/
.smstitle_product{
}
.smstitle_product h3{
	padding-bottom: 20px;
}
.product_features h3{
	text-align: center;
}
.product_features{
	margin-top: 30px;
}
.product_features h4{
	padding-bottom: 12px;
}
.product_features ul li{
	line-height: 24px;
}
.product_features ul{
	width: 40%;
}
.product_features ul li .pd-ss{
	width: 50%;
	float: left;
}
.product_features ul li .ass-ss{
	float: left;
	width: 50%;
}
.enquiry_now{
	padding: 30px 0px;
}
.enquiry_now a{
	background: #fff;
	border: 1px solid #d6a600;
	color: #000;
	border-radius: 20px;
	padding: 12px 16px;
	letter-spacing: 1px;
	font-weight: 600;
	 transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
    margin-right: 10px;
    display: inline-block;
}
.enquiry_now a:hover{
	background: #d6a600;
	color: #fff;
}
.ssocial-icons{
	padding-top: 8px;
}
.ssocial-icons li{
	display: inline-block;
	padding:10px;
}
.ssocial-icons li a{
	font-size: 18px;
}

.ssocial-icons li .fb{
	background-color: #3b5998;
	color: #fff;
}
.ssocial-icons li .tw
{
	background: #38A1F3;
	color: #fff;
}
.ssocial-icons li .rss
{
	color: #fff; 
	background: #ee802f;
}
.ssocial-icons li .in
{
	color: #fff; 
	background: #C13584;
}
.ssocial-icons li a{
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
}
.related_produts h2{
	padding-bottom: 26px;
}
.prodetails_wppaer{
	margin-bottom: 60px;
}
.related_produts h2:after{
    content: "";
    display: block;
    width: 60px;
    margin-top: 8px;
    background-color: #d6a600;
    height: 2px;
    margin-left: 4px;
}
.ab_img img{
	width: 100%;
}
.abt_ttit h2{
	text-transform: uppercase;
	text-align: center;
}
.abt_ttit{
	padding: 30px 0px;
}
.abt_ttit h2{
	 padding: 30PX 0px
}
.abt_ttit p{
	color: #a8a7aa;
	padding-bottom: 18px; 
}
.vi_logo{
	float: left;
	width: 30%;
	text-align: center;
}
.vi_content{
	float: left;
	width: 70%;
}
.pt-one p{
	color: #a8a7aa;
	padding-bottom: 8px;
}
.pt-one h3{
	display: inline-block;
    border-bottom: 3px solid #d6a600;
    line-height: 33px;
    margin-bottom: 20px;
}
.pt-one{
	margin-bottom: 20px;
}
.vi_logo img{
	    width: 75%;
    margin: 82px auto;
    text-align: center;
}
.customer_services .tit-cus h3{
	text-align: center;
	border-bottom: 3px solid #d6a600;
	margin:30px 0px;
	display: inline-block;
	line-height: 28px;
}
.customer_services .tit-cus{
	text-align: center;
}
.test-slide{
	background: #fff9e6;
	padding: 20px;
}
.client-slide{
	background: #fff;
	margin: 20px;
	padding: 22px 18px;
	box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
}
.client-slide:focus{
	outline: none;
}
.test-slide .slick-slide:focus{
		outline: none;
}
.client-slide h5{
	margin-bottom: 16px;
	text-align: center;
	color: #d4a300;
}
.test-slide .client-slide h5 span{
	color: #000;
}
.test-slide .slick-dots li button:before{
	font-size: 34px;
}
.test-slide .slick-dots{
	bottom: 6px;
}
.customer_services{
	margin-bottom: 70px;
}



nav ul {
	-webkit-font-smoothing: antialiased;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
nav a {
	color: #444;
	display: block;
	padding: 0 25px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav .dropdown {
	/*background:url('../images/arrow.jpg') no-repeat right center;*/
}
nav li:hover a {
	/*background: #000;*/
	color:#FFF;
	padding: 8px 10px;
    width: 100%;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #c23141;
}
nav li:hover ul{
	background: #000;
}
nav li ul {
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav li:hover ul {
	opacity: 1;
	top: 50px;
	visibility: visible;
	width: 200%;
}
nav li ul li {
	float: none;
	width: 100%;
}
nav li ul a:hover {
	background: #d4a300;
}
/* Clearfix */
.cf:after, .cf:before {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
#eq_form .modal-dialog {
	width: 345px;
}
#eq_form .form-supp{
	padding-right: 0;
}
#eq_form .modal-header h3{
	text-align: center;
	font-size: 18px;
}
#eq_form .modal-header{
	background: #c23141;
	color: #fff;
}
#eq_form .check-btn{
	text-align: center;
}
#top-navbar ul li .dropdown i{
	display: none;
}
.sec_kuviyal{
	width: 44%;
}
.atc_video video{
	width: 100%;
    height: 300px;
    position: relative;
    /*top: -17px;*/
}


.live_priceamount{
	padding: 40px 0px;
}
.price-tit h3{
	text-align: center;
	font-size: 38px;
}
.price-tit{
	margin-bottom: 24px;
}
.gold_price,.silver_price{
	float: left;
	width: 46%;
	text-align: center;
	/*box-shadow: #ddd 2px 4px 17px 0px;*/
	/*background: #e5b81e;*/
	margin: 10px;
	padding: 20px;
	/*border: 2px solid #e5b81e;*/
}

.tit-gold{

}
.subgg-img{
	position: relative;
	margin: 20px 0px;
}
.subgg-img img{
	width: 100%;
}

.price_det{
	width: 75%;
	margin: 0 auto;
}
.gold_price h4,.silver_price h4{
	padding-bottom: 5px;
	font-size: 32px;
	color: #ba2232;
}
.gold_price p,.silver_price p{
	font-size: 20px;
	color: #000;
}
.atc_video iframe
{
 width:488px;   
height:305px;
}
.bg-background{
	position: absolute;
	top: 44%;
    margin: 20px;
    border: 2px solid #ffff;
	left: 45%;
    width: 75%;
    transform: translate(-50%, -50%);
}
.bg-background h2{
	padding: 50px 30px;
    background: rgb(255,255,255,0.9);
    height: 150px;
    margin: 20px;
 /*   overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;*/
}
.gl-img{
	position: relative;
}
.on_hover{
	position: absolute;
    top: 0;
    left: 0;
    /*overflow: hidden;*/
    width: 100%;
    background: rgb(186, 34, 50, 0.8);
    height: -100%;
    display: none;
     -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sms-product .pd-space h4{
	color: #fff;
	font-size: 24px;
	width: 100%;
    padding: 50px 0px;
    text-align: center;
    position: relative;
    top: 30%;
}
.pd-space a:hover .on_hover{
	display: block !important;
	height: 100%;
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sms-product .pd-space{
	position: relative;
}
.pd-space .on_hover:after{

}
.bann-images{
	position: relative;
}
.banner-let{
	position: absolute;
	width: 100%;
}

