@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:'didot';
	src:url('../fonts/didot.eot');
	src:url('../fonts/didot.eot?#iefix') format('embedded-opentype'),url('../fonts/didot.woff') format('woff'),url('../fonts/didot.ttf') format('truetype'),font-weight: 400;
	font-style:normal
}

@font-face {
	font-family: 'news_gothic';
	src: url('../fonts/regular.eot');
	src: local('☺'), url('../fonts/regular.woff') format('woff'), url('../fonts/regular.ttf') format('truetype'), url('../fonts/regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'news_gothic';
	src: url('../fonts/bold.eot');
	src: local('☺'), url('../fonts/bold.woff') format('woff'), url('../fonts/bold.ttf') format('truetype'), url('../fonts/bold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}

*{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body{
	height: 100% !important;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'news_gothic';
	font-size: 14px;
	font-weight: 400;
	background: #fefdfc;
}

h1, h2, h3, h4, h5, h6{
	font-family:'didot';
}

h1{
	font-size: 30px;
}

a:hover, a:focus{
	text-decoration: none;
}

a:hover{
	transition: all ease 0.3s;
}

.no_pad{
	padding: 0;
}

.padd_tb_30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.padd_60{
	padding: 60px;
}

.padd_60_map{
	padding: 60px;
}


.home_img{
	position: relative;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	z-index: 20;
}

.intro_box{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 75%;
	text-align: center;
	z-index: 999;
}

.intro_box p{
	margin-top: 70px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.navigation{
}

.navi button{
	background: none;
	border: none;
	position: fixed;
	top: 50px;
	z-index: 9999;
	right: 50px;
}

.navi button i{
	font-size: 48px;
	color: #bb8732;
}

.navi ul{
	position: fixed;
	top: 50px;
	z-index: 9999;
	margin: 0;
	padding: 0;
	background: rgba(187, 135, 50, 0.8);
	opacity: 0;
	right: -200%;
	transition: all ease 0.5s;
}

.menu_show{
	opacity: 1 !important;
	right: 100px  !important;
}

.navi ul li{
	list-style: none;
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.navi ul li a{
	display: block;
	color: #fff;
	padding: 30px 20px 10px 20px;
	background: url(../images/crown.png) no-repeat;
	background-position: center -200px;
}

.navi ul li a:hover, .navi ul li.current a{
	color: #ae1a28;
	background-position: center 10px;
}

.table_block{
	display: table;
}

.table_cell{
	display: table-cell;
	vertical-align: middle;
	float: none;
}

.value_block h3{
	margin: 0;
	padding: 0;
	background: url(../images/white_stain.png) no-repeat;
	font-size: 30px;
	height: 178px;
	line-height: 178px;
	text-align: center;
	width: 184px;
}

.red_bg{
	background: #a01521;
color: #fff;
}

.object_block{
	padding: 15px 0;
	text-align: center;
}

.object_block h3{
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
}

.object_block p{
	font-size: 20px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.full_img{
	width: 100%;
}

.res_img{
	max-width: 100%;
	width: 100%;
}

.product_block h1{
	margin: 0;
	padding: 0;
	background: url(../images/white_stain_dark.png) no-repeat;
	font-size: 38px;
	height: 212px;
	line-height: 212px;
	text-align: center;
	width: 213px;
}

.white_bg{
	background: #fff;
}

.product_block p{
	font-size: 16px;
	color: #000;
	padding: 10px 25px;
}

.pad_tb_50{
	padding: 40px;
}

.golden_bg{
	background: #bb8732;
	color: #fff;
}

.golden_bg p{
	color: #fff;
}

.red_dot_list{
	margin: 0;
	padding: 0;
}

.red_dot_list li{
	list-style: none;
	position: relative;
}

.red_dot_list li:before{
	position: absolute;
	display: table;
	font-size: 10px;
	font-family: 'FontAwesome';
	content: "\f111";
	color: #a01521;
	left: -20px;
	top: 0;
}

.grey_bg{
	background: #434041;
}

.team_block h2{
	color: #fff;
	text-align: center;
	font-size: 30px;
}

.team_block h4{
	font-size: 20px;
	font-style: italic;
}

.team_block h6{
	font-size: 16px;
}

footer{
	color: #fff;
}

.footer_block h3{
	margin: 0;
	padding: 0;
	font-size: 26px;
}

.footer_block h4{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 21px;
}

.footer_block p span{
	font-size: 19px;
	font-family:'didot';
}

.footer_block p small{
	font-size: 14px;
	display: block;
	padding-left: 80px;
}

.socials{
	margin: 0;
	padding: 0;
	text-align: left;
}

.socials li{
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
}

#indian_market{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb8731+50,ffffff+50 */
background: #bb8731; /* Old browsers */
background: -moz-linear-gradient(left,  #bb8731 50%, #ffffff 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #bb8731 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #bb8731 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8731', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#core_team{
	position: relative;
}

#core_team:before{
	display: table;
	content: '';
	right: 0;
	top: -210px;
	width: 134px;
	height: 347px;
	background: url(../images/team_stain.png) no-repeat;
	position: absolute;
	z-index: 1;
}

#core_team:after{
	display: table;
	content: '';
	left: 0;
	top: 235px;
	width: 46px;
	height: 171px;
	background: url(../images/team_stain2.png) no-repeat;
	position: absolute;
}

.map_base{
	position: relative;
}

.map_base ul{
	color: #fff;
	padding: 0;
	margin: 0;
}

.map_base ul li{
	list-style: none;
	background: url(../images/white-crown.png) no-repeat left;
	padding-left: 40px;
	font-style: italic;
	font-size: 12px;
	position: absolute;
}

.map_base ul li:hover{
	background: url(../images/crown.png) no-repeat;
}

.haryana{
	top: 190px;
	left: 215px;
}

.delhi{
	left: 242px;
	top: 210px;
}

.rajasthan{
	left: 137px;
	top: 254px;
}

.up{
	left: 287px;
	top: 244px;
}

.mumbai{
	left: 150px;
	top: 425px;
}

.goa{
	left: 163px;
	top: 487px;
}

.karnataka{
	left: 170px;
	top: 525px;
}

.chennai{
	left: 270px;
	top: 550px;
}

.pondicherry{
	left: 265px;
	top: 580px;
}

.kolkata{
	left: 442px;
	top: 339px;
}

.orissa{
	left: 365px;
	top: 386px;
}

.assam{
	top: 255px;
	left: 533px;
}

.ap{
    top: 216px;
    left: 560px;
}

.gototop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.gototop:focus{
	color: #fff;
}

.gototop:hover{
	background: rgba(0,0,0,1);
	color: #fff;
}

.dialog_box{
	border-left: 20px solid #bc8834;
	border-right: 20px solid #a11824;
	padding: 30px 50px;
	text-align: center;
}

.dialog_box p .text1{
	padding: 0 100px;
	margin-bottom: 20px;
}

.dialog_box p .text2{
	font-size: 20px;
	padding: 0;
	margin: 0 0 20px 0;
}

.dialog_box p. text3{
	font-size: 24px;
	font-style: italic;
	padding: 0;
	margin: 0;
}

.dialog_btn{
	margin: 20px 0;
	padding: 0;
	text-align: center;
}

.dialog_btn li{
	list-style: none;
	display: inline-block;
}

.dialog_btn li a{
	display: block;
	width: 85px;
	height: 83px;
	background: url(../images/dialog_btn.jpg) no-repeat center;
	line-height: 83px;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	margin: 0 10px;
	color: #000;
}

.dialog_btn li a:hover{
	color: #aa0b33;
}

.footer{
	padding: 60px 0 10px 0;
}

.footer a{
	color: #fff;
}

@media (min-width: 992px){

.col-sm-2_1{
	width: 20.8333%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

}

@media (max-width: 1199px){

.product_block p{
	padding-top: 4px;
	padding-bottom: 4px;
}

.padd_60_map{
	padding: 30px;
}

.map_base ul li{
	font-size: 10px;
}

.haryana {
    top: 147px;
    left: 158px;
}

.delhi {
    left: 184px;
    top: 170px;
}

.rajasthan {
    left: 103px;
    top: 202px;
}

.up {
    left: 223px;
    top: 197px;
}

.mumbai {
    left: 113px;
    top: 338px;
}

.goa {
    left: 122px;
    top: 386px;
}

.karnataka {
    left: 152px;
    top: 415px;
}

.chennai {
    left: 223px;
    top: 436px;
}

.pondicherry {
    left: 209px;
    top: 461px;
}

.kolkata {
    left: 338px;
    top: 270px;
}

.orissa {
    left: 262px;
    top: 305px;
}

.assam {
    top: 202px;
    left: 402px;
}

.ap {
    top: 170px;
    left: 424px;
}

}

@media (max-width: 991px){

.navi ul li a{
	padding: 30px 9px 10px;
}

.table_cell{
	float: left;
}

.value_block h3{
	font-size: 23px;
	height: 116px;
	line-height: 116px;
	width: 120px;
	background-size: cover;
}

.product_block h1{
	margin: 0 auto;
}
core_team
#indian_market{
	background: none;
}

.socials{
	text-align: left;
	margin: 20px 0;
}

.footer_block p span {
    display: block;
}

.table_block {
    display: block;
}

.footer_block p small{
	padding-left: 0;
}

.map_base ul li{
	margin-left: 79px;
	margin-top: 68px;
}

.rajasthan {
    left: 70px;
    top: 202px;
}

.mumbai {
    left: 83px;
    top: 338px;
}

.goa {
    left: 83px;
    top: 386px;
}

.karnataka {
    left: 129px;
    top: 415px;
}

.ap {
    top: 170px;
    left: 530px;
}

.assam {
    top: 202px;
    left: 508px;
}

.kolkata {
    left: 394px;
    top: 270px;
}

.orissa {
    left: 381px;
    top: 305px;
}

}


@media (max-width: 767px){

.dialog_box{
	padding: 10px;
}

.dialog_box img{
	width: 25%;
}

.dialog_box p{
	margin: 0;
	font-size: 10px;
}

.dialog_btn{
	margin: 10px 0;
}

.dialog_btn li a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-size: cover;
	font-size: 15px;
}

.intro_box{
	width: 100%;
	text-align: center;
	left: 0;
	top: 0;
}

.intro_box img{
	width: 30%;
}

.intro_box p {
    margin-top: 10px;
    font-size: 12px;
}

.navi button {
    right: 10px;
    top: 10px;
}

.navi ul{
	width: 100%;
	top: -100%;
	z-index: 8000;
	right: 0px !important;
	padding: 20px;
}

.navi ul li{
	float: none;
}

.navi ul li a {
    padding: 0px 0px 0px 46px;
	background: transparent url("../images/crown.png") no-repeat scroll -100% center;
	text-align: left;
	line-height: 24px;
	border-bottom: 1px solid #E6A9AF;
}

.navi ul li a:hover, .navi ul li.current a{
	background-position: left;
}

.menu_show{
	top: 50px !important;
}

.table_cell{
	text-align: center;
}

.value_block h3{
	margin: 0 auto;
}

.red_dot_list {
    padding: 20px;
    text-align: left;
}

.map_base ul li {
    margin-left: -10px;
    margin-top: 0;
}

.rajasthan {
    left: 97px;
    top: 202px;
}

.mumbai {
    left: 115px;
    top: 292px;
}

.goa {
    left: 126px;
    top: 334px;
}

.karnataka {
    left: 171px;
    top: 366px;
}

.chennai {
    left: 212px;
    top: 386px;
}

.pondicherry {
    left: 203px;
    top: 410px;
}

.ap {
    top: 143px;
    left: 382px;
}

.assam {
    top: 180px;
    left: 388px;
}

.kolkata {
    left: 318px;
    top: 231px;
}

.orissa {
    left: 295px;
    top: 264px;
}

}

@media (max-width: 479px){

.map_base ul li {
    margin-left: -79px;
    margin-top: -60px;
}
.rajasthan {
    left: 118px;
    top: 207px;
}
.mumbai {
    left: 139px;
    top: 255px;
}

.goa {
    left: 146px;
    top: 284px;
}

.karnataka {
    left: 130px;
    top: 303px;
}

.chennai {
    left: 187px;
    top: 318px;
}

.pondicherry {
    left: 195px;
    top: 337px;
}

.kolkata {
    left: 254px;
    top: 231px;
}

.orissa {
    left: 239px;
    top: 253px;
}

.assam {
    top: 180px;
    left: 319px;
}

.ap {
    top: 143px;
    left: 299px;
}

}
#our_partner{
	position: relative;
	padding:10px 0px;
}
#our_partner img {
    max-width:50% !important;
    height:auto;
}
.partner-heading {
    padding:8px 0px;
    margin:40px auto;
    color:#ffffff;
    text-align:center;
    font-size:30px !important;
    background-color:#a01521;
}