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

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	margin-bottom:158px;
	margin-bottom:171px;
	padding: 0px !important;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	color: #333;
	font-family: 'montserratlight', sans-serif;
	font-size: 0.9vw;
	background: #fff;
	line-height: 1.6;
	
}
html {
	min-height: 100%;
	position: relative;
}
/************************************** short codes ************************************/



ul {
	margin: 0;
	padding: 0;
	list-style: none
}
a, button {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline-style: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline-style: none;
}
i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
h1 {
	font-size: 5.8vw;
	color: #fff;
	padding: 0;
	margin: 0 0 15px;
	font-family: 'montserratbold';
	font-weight: normal;
	line-height: 1;
	text-shadow: 1px 2px 3px #333;
	text-transform: uppercase;
}
h2 {
	font-size: 3vw;
	margin: 0;
	font-family: 'montserratregular', sans-serif;
	line-height: 1;
	font-weight: normal;
}
h3 {
	font-weight: normal;
	font-size: 25px;
	line-height: 1.6;
	padding-bottom: 0px;
	font-family: 'montserratbold', sans-serif;
}
h4 {
	font-size: 20px;
	padding: 0px;
	font-family: 'muliregular', sans-serif;
	margin: 0;
	font-weight: normal;
}
h5 {
	font-size: 1.6vw;
	padding-bottom: 6px;
	font-family: 'montserratregular', sans-serif;
	font-weight: normal;
	line-height: 1.4;
}
h6 {
	font-size: 16px;
	padding: 0;
	font-family: 'montserratbold', sans-serif;
	font-weight: normal;
}
strong {
	font-family: 'montserratbold';
	font-weight: normal;
}
label {
	display: inline-block;
	font-weight: 100;
	width: auto;
	font-family: 'montserratregular';
	text-transform: capitalize;
	font-size: 14px;
	color: #333;
}
small {
	font-family: 'montserratregular', sans-serif;
}
.upperCase {
	text-transform: uppercase !important
}
.tshadow {
	text-shadow: 2px 7px 4px rgba(0, 0, 0, 0.5)
}
section {
	width: 100%;
	float: left;
}
.relative {
	position: relative
}
.absolute {
	position: absolute
}
.full, .imgContainer {
	float: left;
	width: 100%;
}
.imgContainer img {
	width: 100%;
}
.autowidthL {
	width: auto;
	float: left;
}
.autowidthR {
	width: auto;
	float: right;
}
.formiddle {
	float: none;
	margin: 0 auto
}
.halfw, .blankPart {
	width: 50%;
}
.halfw {
	float: left;
}
.fordisplay {
	display: block;
}
.forHide {
	display: none;
}
.dTable {
	display: table;
	width: 100%;
}
.dcell {
	display: table-cell;
	vertical-align: middle;
}
.dis_I_block {
	display: inline-block;
	float: none !important;
}
.bordr {
	border: #fff double;
}
.noborder {
	border: none !important
}
.noborderTop {
	border-top: none !important
}
.noborderB0ttom {
	border-bottom: none !important
}
.noborderleft {
	border-left: none !important
}
.noborderRight {
	border-right: none !important
}
.borderTop {
	border-top: #ddd 1px solid !important
}
.borderB0ttom {
	border-bottom: #ddd 1px solid !important
}
.borderleft {
	border-left: #ddd 1px solid !important
}
.borderRight {
	border-right: #ddd 1px solid !important
}
.radius5 {
-moz- border-radius:5px;
-ms- border-radius:5px;
-o- border-radius:5px;
-webkit- border-radius:5px;
	border-radius: 5px;
}
.radius3 {
-moz- border-radius:3px;
-ms- border-radius:3px;
-o- border-radius:3px;
-webkit- border-radius:3px;
	border-radius: 3px;
}
.topRadius5 {
-moz- border-radius:5px 5px 0 0;
-ms- border-radius:5px 5px 0 0;
-o- border-radius:5px 5px 0 0;
-webkit- border-radius:5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.radius30 {
-moz- border-radius:30px;
-ms- border-radius:30px;
-o- border-radius:30px;
-webkit- border-radius:30px;
	border-radius: 30px;
}
.fullradius {
-moz- border-radius:100%;
-ms- border-radius:100%;
-o- border-radius:100%;
-webkit- border-radius:100%;
	border-radius: 100%;
}
.o_hidden {
	overflow: hidden;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p30 {
	padding: 30px;
}
.p15 {
	padding: 15px;
}
.p3020 {
	padding: 30px 20px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-25 {
	padding-top: 25px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-25 {
	padding-bottom: 25px;
}
.p-v-10 {
	padding: 10px 0;
}
.p-v-15 {
	padding: 15px 0;
}
.p-v-20 {
	padding: 20px 0;
}
.p-v-30 {
	padding: 30px 0;
}
.p-v-40 {
	padding: 40px 0;
}
.p-v-50 {
	padding: 50px 0;
}
.p-v-4020 {
	padding: 40px 0 20px;
}
.p-v-5025 {
	padding: 50px 0 25px;
}
.p-h-10 {
	padding: 0 10px;
}
.p-h-15 {
	padding: 0 15px;
}
.p-h-20 {
	padding: 0 20px;
}
.p_l_15 {
	padding-left: 15px;
}
.p_l_5 {
	padding-left: 5px;
}
.noppding {
	padding: 0 !important
}
.noRightpadding {
	padding-right: 0em !important
}
.noLeftpadding {
	padding-left: 0em !important
}
.noTopPadding {
	padding-top: 0em !important
}
.nobtmPadding {
	padding-bottom: 0em !important;
}
.m_l_30 {
	margin-left: 30px;
}
.m_l_10 {
	margin-left: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m_l_50 {
	margin-left: 50px;
}
.m_t_25 {
	margin-top: 25px;
}
.m_t_35 {
	margin-top: 35px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m_t_15 {
	margin-top: 15px;
}
.m-t-5 {
	margin-top: 5px;
}
.m-t-8 {
	margin-top: 8px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-v-10 {
	margin: 10px 0;
}
.m-v-15 {
	margin: 15px 0;
}
.m-v-20 {
	margin: 20px 0;
}
.m-v-30 {
	margin: 30px 0;
}
.m-v-40 {
	margin: 40px 0;
}
.m-v-50 {
	margin: 50px 0;
}
.m-v-60 {
	margin: 60px 0;
}
.m-v-70 {
	margin: 70px 0;
}
.m-v-100 {
	margin: 100px 0;
}
.m-v-150-80 {
	margin: 150px 0 80px;
}
.m-t-300 {
	margin-top: 300px;
}
.m-v-150-00 {
	margin: 150px 0 0px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-v-5 {
	margin: 5px 0;
}
.noMargin {
	margin: 0px !important
}
.noTop-margin {
	margin-top: 0px !important
}
.noBottom-margin {
	margin-bottom: 0px !important
}
.noLeft-margin {
	margin-left: 0px !important
}
.noRight-margin {
	margin-right: 0px !important
}
.gap60 {
	height: 60px
}
.gap25 {
	height: 25px
}
.gap100 {
	height: 100px
}
.gap160 {
	height: 160px
}
.darkbg {
	background: #350015;
	color: #ddd;
	padding: 20px;
}
.nobg {
	background: none !important
}
.lightbg {
	background: #f1f1f1 !important;
}
.whitebg {
	background: #fff;
}
.lightbg2 {
	background: #eee;
}
.f-pink {
	color: #d88af8 !important;
}
.textBox {
	background: rgba(255,255,255,0.75);
	color: #333;
	font-size: 14px;
	display: block;
	height: 40px;
	padding: 0 15px 0;
	border: none;
	width: 100%;
	font-weight: normal;
	font-style: normal;
	float: left;
}
.textBox.selecttext {
	background: url(../images/arrow.png)#fff right 3px center no-repeat !important;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 25px 0 12px;
	-moz-background-size: contain !important;
	-ms-background-size: contain !important;
	-webkit-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important;
}
 .textBox.selecttext:select {
border:none;
}
.selecttext option {
	background: #fff;
	padding: 5px 12px;
	border-bottom: #ddd 1px solid;
	text-transform: capitalize;
}
 select::-ms-expand {
 display: none;
}
.textBox.txtaea {
	height: 120px !important;
	resize: none;
	padding: 12px 15px;
	line-height: normal;
}
.textBox::-webkit-input-placeholder {
color:#666;
opacity:1;
}
.textBox:-moz-placeholder {
color:#666;
opacity:1;
}
.textBox::-moz-placeholder {
color:#666;
opacity:1;
}
.textBox:-ms-input-placeholder {
color:#666;
opacity:1;
}
.commonBtn {
	width: auto;
	display: inline-block;
	color: #fff;
	background: #350015;
	border: none;
	padding: 0px 20px;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	text-transform: uppercase;
}
.commonBtn:hover {
	background: #333;
}
.bCover .item {
	-moz-background-size: cover !important;
	-ms-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
.clear {
	clear: both;
}
/*********************************** short codes ***************************************/


header {
	width: 100%;
	float: left;
	background: #350015;
	padding: 10px 0;
}
.mainWrapper {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 0;
}
.moveBody {
	left: -280px;
}
.logo {
  float: left;
  width: 190px;
}
.info_nav {
	width:230px;
	float:left;
	}
.info_nav ul {
	float: left;
	width:100%;
}
.info_nav ul li {
	width: auto;
	float: left;
	padding: 0 20px;
	position: relative;
}
.info_nav ul li:after {
	position: absolute;
	right: 0;
	content: "|";
	color: #ddd;
	top: 5px;
}
.info_nav ul li:last-child:after {
	content: "";
}
.info_nav ul li a {
	display: block;
	color: #ddd;
	padding: 5px 0;
}
.info_nav ul li a:hover {
	color: #fff;
}
nav {
	width: auto;
	float: right;
}
.menuBtn {
	width: auto;
	float: right;
	padding: 10px 10px;
	cursor: pointer;
}
.info_nav nav .slide_menu {
	padding: 40px 0 15px;
	position: fixed;
	width: 280px;
	right: -280px;
	height: 100%;
	top: 0;
	background: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.info_nav nav ul li {
	width: 100%;
	float: left;
	padding: 8px 0 8px 22px;
	position: relative;
	border-bottom: #666 1px dotted
}
.info_nav nav ul li:after {
	content: "";
}
.menuBtn span {
	width: 24px;
	height: 2px;
	background: #fff;
	margin-bottom: 4px;
	display: block;
}
.info_nav nav .slide_menu.openMenu {
	right: 0;
}
.info_nav nav ul li a {
	font-size: 16px;
	font-family: 'montserratlight';
	text-transform: uppercase;
}
.info_nav nav ul li a i {
	position: absolute;
	left: 0;
	top: 17px;
}
.slide_menu .fa-window-close {
	color: #ddd;
	float: right;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 28px;
	cursor: pointer;
}
.homebanner .item {
	height: calc(100vh - 200px);
}
.homebanner {
	position: relative;
}
/*.leftPart {}
.bootSlider .homebanner {height:40vh;}*/
.homebanner .item:before {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(53,0,21,0.4);
	width: 100%;
	height: 100%;
	content: "";
}
/*.overlay2:after {position:absolute; left:0; top:0; background:rgba(53,0,21,0.8); width:100%; height:100%; content:"";}
.overLay {position:absolute; left:0; top:0; background:url(../images/circles.png) repeat; width:100%; height:100%;}
.leftPart , .rightPart {width:50%; padding:0 15px; position:absolute; z-index:1; top:50%; -moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}*/
.leftContent {
	width: 100%;
	padding: 0 15px;
	position: absolute;
	z-index: 1;
	top: 5%;/* -moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);*/
}
.leftPart h2 {
	color: #fff;
}
.leftPart .fieldBox {
	width: 100%;
	margin: 15px 0 0;
	position: relative;
	float: left;
}
.searchBtn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
}
.leftPart .fieldBox .textBox {
	padding-right: 55px;
	border: #ddd 1px solid;
	height: 50px;
	background: rgba(255,255,255,0.85);
}
.rightPart {
	right: 0;
}
.circleBox {
	margin-top: 15px;
	text-transform: capitalize;
}
.circleBox span {
	background: #333;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	line-height: 80px;
	display: inline-block;
	margin-bottom: 10px;
	border: #666 5px solid;
}
.circleBox span img {
	width: 55px;
}
.circleBox h5 {
	width: 100%;
	float: left;
	;
}
.m-t-80 {
	margin-top: 65px;
}
.p-l-15 {
	padding-left: 15px;
}
.bannerRight {
	height: 21vw;
	position: relative;
	margin-top: 10px
}
.homeBannerMain .row {
	margin-left: -5px;
	margin-right: -5px;
}
.homeBannerMain .col-xs-3 .col-xs-6:last-child .bannerRight {
	margin: 0
}
.bannerRight:before {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	content: "";
}
.homeBannerMain [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.homeBannerMain .container-fluid {
	padding-left: 5px;
	padding-right: 5px;
}
.homeBannerMain .col-xs-4.styleOne {
	padding: 0 0 0 10px;
}
.bannerRight .vMiddle {
	position: absolute;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	top: 50%;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	color: #fff;
	text-transform: uppercase;
}
.bannerRight .vMiddle h3 {
	font-family: 'montserratregular';
	font-size: 1.7vw;
}
.bannerRight .fieldBox {
	margin-top: 10px;
}
.bannerRight .searchBtn {
	right: 10px;
	top: 9px;
	color: #333;
}
footer {
	width: 100%;
	float: left;
	padding: 40px 0 20px;
	background: #350015;
	color: #999;
	margin-top: 10px;
}

.footerArea {
  bottom: 0;
  display: block;
  font-family: "Open Sans",Helvetica,Arial;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}


.f_info ul li {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.f_info ul li a {
	padding: 0;
	color: #999;
}
.f_info h6 {
	color: #fff;
}
.f_info.socials ul li {
	float: none;
	width: auto;
	display: inline-block;
	margin: 5px 5px 0 5px;
}
.f_info.socials ul li a {
	color: #ddd;
	font-size: 35px;
}
.f_info p {
	position: relative;
	padding-left: 25px;
	color: #999;
	padding-top: 5px;
}
.f_info p i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 18px;
}
/*.innerFooter {background:#000;color:#999; position:static; float:left;}*/
.innerFooter .f_info ul li a {
	color: #999;
}
.m-t-100 {
	margin-top: 100px;
}
.p_30_15 {
	padding: 30px 10px;
}
/*inner pages*/
header.innerHead {
	position: static;
	float: left;
	width: 100%;
	background: #350015;
}
header .info_nav {
	float: right;
	width: auto;
	margin-top: 18px;
}
/*header.innerHead .info_nav ul li a {color: #333;}
header.innerHead .info_nav ul li::after {color: #999;}
header.innerHead .menuBtn span {background: #333;}
header.innerHead .info_nav nav ul li a {color: #ddd;}
*/

.contactBox {
	position: relative;
	padding: 0;
	background: #f1f1f1;
}
.contactBox .textBox {
	border-bottom: #ccc 1px dotted;
	color: #666;
	font-size: 14px;
	height: 45px;
	padding-left: 35px;
	background-color: transparent;
	box-shadow: none
}
.infos {
	background: #350015;
	padding: 25px;
	width: 35%;
	color: #ccc;
	font-family: 'montserratlight';
}
.infos h6 {
	margin: 15px 0 5px;
	color: #ddd;
}
.contactBox .dcell {
	vertical-align: top;
}
.contactBox .fieldBox {
	position: relative;
	margin-bottom: 20px;
}
.contactBox .fieldBox i {
	position: absolute;
	top: 14px;
	left: 5px;
	color: #999;
	font-size: 16px;
}
.videoBx {
	width: 50%;
	float: left;
}

.aboutImg {
	position:relative;
	z-index:1;
	padding:10px 20px 20px;
	}
.aboutImg::after {
  border: 2px solid #ddd;
  content: "";
  height: calc(100% - 30px);
  left: 30px;
  position: absolute;
  top: 37px;
  width: calc(100% - 40px);
  z-index: -1;
}
.aboutImg::before {
  border: 2px solid #350015;
  content: "";
  height: calc(100% - 30px);
  left: 38px;
  position: absolute;
  top: 45px;
  width: calc(100% - 40px);
  z-index: -2;
}
.aboutImg img{
	width:100%;
	display:block;
	}	
.videoBx iframe {
	width: 100%;
	height: 350px;
}
.aboutContnt {
  font-size: 16px;
  padding: 20px;
  width: 100%;
  float: left;
}

.aboutContnt img {
  float: left;
  margin-right: 30px;
  max-width: 334px;
  width: 100%;
}
.terms .panelMain h4 {
	margin: 0;
}
.terms .panelMain h4 i {
	float: right;
}
.terms .panelMain h4 a {
	display: block;
	font-size: 18px;
	color: #333;
}
.terms .panelMain .panel {
	border-color: #ddd;
	color: #666;
}
.terms .panelMain h4 a i {
	font-size: 16px;
}
.terms ul {
	margin-top: 15px;
}
.terms ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}
.terms ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #666;
}
.terms ul li strong {
	padding-right: 10px;
	color: #333;
}
.terms h4 {
	margin-bottom: 10px;
}
.teamBox {
	text-align: center;
	margin-top: 20px;
}
.teamBox span {
	width: 85%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: #ddd 5px solid;
	display: inline-block;
	margin-bottom: 0;
}

.teamBox span img {
	width:100%;
	display:block}


/*============== mithun ==============*/

.p-v-75 {
	padding: 75px 0;
}
.frameMaking {
	background: url(../images/bg1.png) left top repeat;
}
.accorArea .panel-default>.panel-heading {
	color: #35001;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.accorArea .panel-default>.panel-heading a {
	display: block;
	padding: 15px;
	font-family: 'montserratbold';
	color: #666;
}
.accorArea .panel-default {
	border-color: #e5e5e5;
}
.accorArea .panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}
.accorArea .panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #510e12;
	color: #fff;
}
.accorArea .panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-moz--webkit-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accorArea .panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-moz--webkit-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #510e12;
}
.frameWrap {
	padding: 80px 50px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}
.accorArea .panel-body {
	padding: 15px 5px;
}
/*.mainFrame {
	max-width:536px;
	margin:0 auto;
	}*/	
	
.mainFrameLand, .cerOuterLand, .frameBitLand, .certificateLand, .cerTopLand, .cerBottomLand, .frameBdrLand {
	max-width: 536px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cerOuterLand {
	z-index: 2;
}
.frameBitLand {
	z-index: 3;
}
.frameBdrLand {
	z-index: 5;
}
.certificateLand {
	z-index: 4;
	text-align: center
}
.cerTopLand {
	z-index: 5;
}
.cerBottomLand {
	z-index: 6;
}
.mainFramePort, .cerOuterPort, .frameBitPort, .certificatePort, .cerTopPort, .cerBottomPort, .frameBdrPort {
	max-width: 420px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cerOuterPort {
	z-index: 2;
}
.frameBitPort {
	z-index: 3;
}
.certificatePort {
	z-index: 4;
	text-align: center
}
.frameBdrPort {
	z-index: 5;
}
.cerTopPort {
	z-index: 6;
}
.cerBottomPort {
	z-index: 7;
}
.mouSelection ul li, .outerMatColor ul li, .innerMatColor ul li {
	float: left;
	width: 33.333333%;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
}
.mouSelection ul li.active a, .outerMatColor ul li.active a, .innerMatColor ul li.active a {
	background: #f1fcfa;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.mouSelection ul li a, .outerMatColor ul li a, .innerMatColor ul li a {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	display: block;
	padding: 10px 0;
	position: relative;
}
.mouSelection ul li a img, .outerMatColor ul li a img, .innerMatColor ul li a img {
	max-width: 100%;
	padding: 0 10px;
}
.mouSelection ul li a span.fName, .outerMatColor ul li a span.fName, .innerMatColor ul li a span.fName {
	color: #000;
	font-size: 11px;
	padding: 5px 0;
}
.mouSelection ul li a span.fPrice, .outerMatColor ul li a span.fPrice, .innerMatColor ul li a span.fPrice {
	color: #000;
	font-size: 11px;
	padding: 5px 0;
}
.sealMedallion ul li {
	float: left;
	margin: 5px 0 !important;
	padding: 0 18px;
	width: 50%;
}
.progressArea {
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.progressInner {
	border-bottom: 1px dashed #fff;
	padding: 10px 0;
}
.progressArea h6 {
	color: #510e12;
}
.progressArea p {
	color: #000;
}
.progressTop {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.progressTop h4 {
	font-family: 'montserratbold';
}
.accorArea .panel-body {
	background: #f6f6f6;
}
.frameCreator {
	padding: 15px 0;
}
.fromeselect {
	float: right;
	width: 300px;
}
.framecap {
	/*float: left;*/
	width: auto;
}
.m-t-100 {
	margin-top: 100px;
}
.qty-input-text {
	float: left;
	margin-left: 10px;
}
button.items-count {
  color: #510e12;
  font-size: 0.8vw;
  line-height: 2.1vw;
}
.items-count {
	background-color: #fff;
	border: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #fff;
	font-size: 10px;
	line-height: normal;
	/*padding: 15px 15px 12px 15px;*/
	height: 2.1vw;
	width: 2.1vw;
	line-height: 2.1vw;
	text-align: center;
	line-height: normal;
	border-radius: 999px;
	margin-top: 3px;
}
.items-count:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
	box-shadow: inset 0 -45px 0 0 #0c5b4b;
	border: none;
	color: #fff;
	background-color: #0c5b4b;
}
.add-to-cart .qty {
	background-color: #510e12;
	border: 1px solid #fff;
	border-radius: 0px;
}
.add-to-cart .qty {
	height: 2.5vw;
	border: none;
	text-align: center;
	width: 2.5vw;
	color: #fff;
	vertical-align: top;
	background: #510e12;
	border-radius: 999px;
	line-height: 2.5vw;
	text-align: center;
}
.progressArea h5 {
	font-family: 'montserratregular';
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: #fff 1px solid;
}
.priceArea {
	border-bottom: #fff 1px dashed;
	padding: 10px 0;
}
.progressArea .commonBtn {
	background: #510e12;
	color: #fff;
	font-size: .9vw;
	height: 2.4vw;
	padding: 0 1vw;
}
.progressArea .commonBtn:hover {
	background: #333;
}
.addTocart ul li {
	float: left;
	width: auto;
	margin-right: 10px;
}
.addTocart ul li a {
	background: #fff;
	border: 1px solid #bababa;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 2.2vw;
	line-height: 2.2vw;
	text-align: center;
	width: 2.2vw;
	color: #333;
}
.addTocart ul li a:hover {
	background: #510e12;
	border-color: #510e12;
	color: #fff;
}
.priceArea span {
	font-size: 1.2vw;
	font-family: 'montserratbold';
}
.frameInfoLand {
	bottom: 25px;
	left: 50%;
	max-width: 542px;
	position: absolute;
	transform: translate(-50%, 0px);
	width: 100%;
}
.frameInfoLand h5 {
	color: #510e12;
	font-size: 16px;
	font-family: 'montserratbold';
}
.frameInfoPort {
	bottom: 25px;
	left: 50%;
	max-width: 420px;
	position: absolute;
	transform: translate(-50%, 0px);
	width: 100%;
}
.frameInfoPort h5 {
	color: #510e12;
	font-size: 16px;
	font-family: 'montserratbold';
}
.frameselect {
	float: right;
	/*margin: 20px 58px 0 0;*/
	margin: 4px 58px 0 0;
	width: auto;
}
.frameselect ul li {
	float: left;
	width: auto;
	margin-left: 20px;
	position: relative;
	text-align: center;
}
.frameselect img {
	width: 32px;
	display: inline-block;
}
.frameselect ul li a {
	color: #000;
	font-size: 14px;
	padding: 8px;
	font-family: 'montserratregular';
}
.frameselect ul li a:hover, .frameselect ul li.active a {
	color: #510e12;
	background: #ddd;
}
.frameType {
	background: #f2f2f2 none repeat scroll 0 0;
	box-shadow: 0 6px 5px -4px rgba(0, 0, 0, 0.2);
	left: 0;
	margin: 0 auto;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 20px;
	width: calc(100% - 40px);
}
/*============== mithun ==============*/


/*21-02-2018*/
.cartMain .frameWrap {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 0;
	height: 86px;
	margin: 0;
	border: none;
}
.cartMain table {
	border: #ddd 1px solid;
	font-size: 13px;
}
.cartMain tr th {
	padding: 10px 10px;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
}
.cartMain tr td {
	padding: 10px 10px;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
}
/*.cartMain tr th:nth-child(5){
 text-align:right !important
}
.cartMain tr td:nth-child(5){
text-align:right !important
}
*/.cartMain tr th:last-child {
	text-align: right !important
}
.cartMain .mainFramePort, .cartMain .cerOuterPort, .cartMain .frameBitPort, .cartMain .certificatePort, .cartMain .cerTopPort, .cartMain .cerBottomPort, .cartMain .frameBdrPort {
	left: 0;
	max-width: 420px;
	position: absolute;
	transform: translate(0%, 0%);
	width: 100%;
	top: 0;
	margin-top: 5px;
}
.cartMain .subTable {
	border: none;
	background: #eee;
}
.cartMain .subTable tr td {
	border: none;
	padding: 10px 10px;
	font-size: 14px;
}
.cartMain .subTable tr:last-child td {
	border-top: #ddd 1px solid;
	background: #fff
}
.text1 {
	width: 65px;
	border: #ddd 1px solid;
	text-align: center;
	padding: 0 10px;
	height: 30px;
}
.forremove {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #C00;
	line-height: 30px;
	color: #fff !important;
	display: inline-block;
	text-align: center;
}
.btnss span {
	display: inline-block;
}
.btnss span a {
	line-height: 40px;
	border: #350015 1px solid;
}
.btnss span a:hover {
	color: #fff;
	background: #333;
}
.commonBtn.onlyBorder {
	border: #350015 1px solid;
	color: #350015;
	background: none;
}
.priceDetails {
	background: #f1f1f1;
	padding: 15px;
	position: relative;
}
.priceDetails:before {
	background: url(../images/pattern1.png) repeat-x;
	position: absolute;
	top: -6px;
	left: 0;
	height: 6px;
	width: 100%;
	content: "";
}
.priceDetails small {
	color: #333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #ddd 1px dashed;
	display: block;
}
.priceDetails small i {
	color: #393;
}
.priceDetails h5 span {
	float: right;
}
.btnPart .commonBtn {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.priceDetails h6 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 10px;
}
.pTable tr td {
	padding: 7px 0px;
}
.f-green {
	color: #390;
}
.pTable tfoot tr td {
	border-top: #ddd 1px solid;
	font-size: 15px;
}
.pTable small {
	color: #666;
	margin: 10px 0 0;
	border-bottom: none;
	display: block;
	text-align: right;
}
/*login signup*/

.login h6 {
	font-family: 'montserratregular';
	margin-top: 0;
}
.login .contactBox a {
	color: #666;
}
.fieldBox2 {
	position: relative;
	margin-bottom: 20px;
}
.fieldBox2 input {
	outline: none;
	z-index: 1;
	position: relative;
	background: none;
	width: 100%;
	height: 50px;
	border: 0;
	color: #212121;
	font-size: 18px;
	font-weight: 400;
}
.fieldBox2 input:focus ~ label {
	color: #7d7d7d;
	-webkit-transform: translate(-12%, -35%) scale(0.85);
	transform: translate(-12%, -38%) scale(0.85);
}
.fieldBox2 input:focus ~ .bar:before, .fieldBox2 input:focus ~ .bar:after {
	width: 50%;
}
.fieldBox2 input:valid ~ label {
color: #7d7d7d;
-webkit-transform: translate(-12%, -35%) scale(0.85);
transform: translate(-12%, -35%) scale(0.85);
}
.fieldBox2 label {
	position: absolute;
	top: 0;
	left: 0;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	line-height: 50px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	z-index: 1;
	text-transform: capitalize;
}
.fieldBox2 .bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e1e1e1;
	width: 100%;
	height: 1px;
}
.fieldBox2 .bar:before, .fieldBox2 .bar:after {
	content: '';
	position: absolute;
	background: #00ABF1;
	width: 0;
	height: 2px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.fieldBox2 .bar:before {
	left: 50%;
}
.fieldBox2 .bar:after {
	right: 50%;
}
.fieldBox2 label {
	text-transform: capitalize;
}
.checkbox, .radio {
	margin-bottom: 0;
	margin-top: 0;
}
.borderBtn {
	border: #00ABF1 1px solid;
	padding: 9px 45px;
	color: #00ABF1;
	background: none;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
}
.borderBtn:hover {
	color: #fff;
	background: #00ABF1;
}
.login .dcell {
	width: 50%;
	padding: 0 20px;
}
.commonBtn.whitebtn {
	background: #fff;
	color: #333;
	padding: 8px 15px;
}
.login {
	background: #fff2f2;
}
.middleBox {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 25px;
	-webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.08);
}
.middleBox h3 {
	text-align: center;
	margin-bottom: 0;
}
.middleBox small {
	text-align: center;
	color: #999;
	display: block;
}
.btnPart .commonBtn.whitebtn {
	width: 100%;
	float: left;
}
.l-info {
	font-size: 12px;
}
.l-info a {
	color: #350015;
}
.login .fieldBox .textBox {
	box-shadow: none;
	border-bottom: #ddd 1px solid;
	padding: 0 15px 0 35px;
}
.login .fieldBox i {
	right: auto;
	left: 0px;
	color: #999;
	top: 2px;
}
.login.checkOut .fieldBox i {
	right: auto;
	left: 10px;
	color: #999;
	top: 12px;
	position: absolute;
}
/*22-2-2018*/
.orientation_opt ul {
	border-bottom: #ddd 1px solid;
	width: 100%;
	float: left;
}
.orientation_opt ul li {
	width: 50%;
	float: left;
	text-align: center;
	border-right: #ddd 1px solid;
	margin-bottom: 5px;
}
.orientation_opt ul li:last-child {
	border-right: none;
}
.orientation_opt ul li img {
	display: inline-block;
	width: 32px;
	margin-right: 4px;
	position: relative;
	top: -8px;
}
.orientation_opt ul li a {
	display: block;
	font-size: 11px;
	color: #510E12;
	text-transform: capitalize;
	line-height: normal;
	padding: 10px 5px 0;
}
.orientation_opt ul li a:hover, .orientation_opt ul li.active a {
	background: #ddd;
}
.orientation_opt span {
	display: inline-block;
	width: 58px;
}
.dimentions_opt ul {
	width: 100%;
	float: left;
	margin: 10px 0;
}
.dimentions_opt ul li {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 15px;
}
.dimentions_opt ul li a {
	display: block;
	border: #350015 1px solid;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 13px;
	color: #350015;
}
.dScroll {
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.dimentions_opt ul li a:hover, .dimentions_opt ul li.active a {
	background: #350015;
	border: #350015 1px solid;
	color: #fff;
}
.accordianMain .mCustomScrollbar {
	height: 300px;
}
.accordianMain .scroll_content {
	margin-top: 15px;
}
.accordianMain .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(81, 14, 18, 0.5);
}
.mCSB_inside > .mCSB_container {
	margin-right: 15px;
}
.checkbox label::after {
	top: -1px;
}
.p-r-15 {
	padding-right: 15px;
}
.fieldbox .radio + .radio, .checkbox + .checkbox {
	margin: 0;
}
.info_r span {
	padding-right: 15px;
}
.tablemain {
	border: #ddd 1px solid;
	margin: 15px 0;
	font-size: 13px;
}
.tablemain tr th {
	padding: 6px 10px;
	border-right: #ddd 1px solid;
}
.tablemain tr th:last-child {
	border-right: none;
}
.tablemain tr td {
	padding: 8px 15px;
	border-top: #ddd 1px solid;
}
.tablemain tr td:last-child {
	border-right: none;
}
.login .fieldBox .textBox.txtaea {
	padding-top: 10px;
	height: 80px;
}
.darkbg2 {
	background: #ddd none repeat scroll 0 0;
	color: #666;
	padding: 20px;
}
/*.accoMain.accorArea .panel-heading a{
  background-color: #510e12;
  color: #fff;
}
.accoMain.accorArea .panel-heading:after {
  color: #fff !important;
  content: "+";
}*/
.creditradio .m-b-10 {
	margin-bottom: 10px !important;
}


.product-grid .col-item {
  margin-bottom: 16px;
  text-align: center;
  padding:0 8px;
  width:20%;
  float:left;
}

.product-grid .row {
	margin-left:-8px;
	margin-right:-8px;
	}


.product-grid .item-inner {
  background: #fff none repeat scroll 0 0;
  -moz- box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.15);
  -webkit- box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px -4px rgba(0, 0, 0, 0.15);
  color: #525252;
  position: relative;
}


.item-inner .imgContainer {
	padding:10px;
	}
.item-inner .imgContainer a {
	position:relative;
	display:block;
	z-index:1
	}	
.item-inner .imgContainer a::after {
  background: rgba(255, 255, 255, 0.85);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.item-inner:hover .imgContainer a::after {
  opacity: 1;
  visibility: visible;
}	

.item-title a {
  color: #350015;
  font-size: 16px;
  font-family: 'montserratregular';
}
.productPrice {
	margin:5px 0 10px;
	color:#444;
	font-family: 'montserratregular';
	text-align:center;
	}
.viewDetails ul {
	display:inline-block;
	}	
.viewDetails ul li {
	display:inline-block;
	margin:5px 0;
	}	
.viewDetails ul li a {
  background: #350015;
  color: #fff;
  padding: 5px 20px;
  font-size: 0.9vw;
}
.viewDetails ul li a:hover {
	background:#f2f2f2 !important;
	color:#333;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}
.viewDetails ul li:last-child a {
	background:#890b3b;
	}		
.listGrid ul li{
	float:left;
	width:auto;
	margin-left:10px;
	}
.listGrid ul li a {
	color:#333;
}

.brateCamp {
  background: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 15px;
}
.product-grid .col-md-12 {
	padding:0 8px;
	}
	
.product-content-3 p {
  font-size: 15px;
  margin-bottom: 20px;
}
.product-content-3 .price {
  margin-bottom: 15px;
}
.product-content-3 .price ul li {
  display: inline-block;
  margin-right: 8px;
}
.product-title h2 {
	font-size:30px;
	color:#350015;
	font-family: 'montserratbold';
	}
.product-content-3 .price ul li.new-price {
  color: #333132;
  font-size: 18px;
  font-weight: 600;
}
.product-content-3 .price ul li.old-price {
  color: #f52b26;
  text-decoration: line-through;
}

.social-sharing {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 13px 0;
}
.social-sharing span {
  font-size: 15px;
  text-transform: capitalize;
}
.social-sharing a {
  color: #333132;
  font-size: 20px;
  margin: 0 15px;
  transition: all 0.3s ease 0s;
}
.quantityText {
	line-height:40px;
	}
.m-r-20 {
	margin-right:20px;
	}
.brateCamp .selectPortLand {
	float:left;
	margin: 15px 0 0;
	}
.brateCamp .frameselect.selectPortLand ul li {
  float: left;
  margin:0 20px 0 0;
}
.brateCamp .textBox	{
	border:#ddd 1px solid;
	}
.thankYou {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz- box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.15);
  -webkit- box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 800px;
  padding: 60px 30px;
}
.sucWrap span {
  border: 1px solid #350015;
  border-radius: 50%;
  color: #350015;
  display: block;
  font-size: 26px;
  height: 60px;
  line-height: 58px;
  margin: 0 auto;
  width: 60px;
}
.thankYou p {
	font-size:16px;
	font-family: 'montserratregular';
	}
.thankYou p span {
	color:#350015;
	}
.creditradio .radio label::before {
  top: 11px;
}
.creditradio .radio label::after {
  top: 14px;
}

.navMenu {
  float: left;
  text-align: center;
  width: calc(100% - 462px);
  margin-top:15px;
}
.navMenu ul {
  display: inline-flex;
}
.navMenu ul li {
	float:left;
	width:auto;
	margin-right:2px;
	}
.navMenu ul li a {
	color:#fff;
	display:block;
	padding:10px 20px;
	font-family: 'montserratbold';
	font-size:15px;
	text-transform:uppercase
	}
.navMenu ul li a:hover {
	background:rgba(255,255,255,0.4);
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	}
.m-b-5 {
	margin-bottom:5px;
	}
.box::after {
  background: #989898;
  content: "";
  height: 22px;
  left: -63px;
  position: absolute;
  top: 28px;
  width: 1px;
}

.lightbg .col-md-4:first-child .box::after ,
.lightbg .last .box::after {
  display: none;
}

.frame_opt ul li {
  border-right: 1px solid #ddd;
  float: left;
  margin-bottom: 5px;
  text-align: center;
  width: 50%;
}
.frame_opt ul li:last-child {
  border-right: none;
}
.frame_opt ul {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
}

.frame_opt ul li a {
  color: #510e12;
  display: block;
  font-size: 12px;
  line-height: normal;
  padding: 10px;
  text-transform: capitalize;
  border-radius:0;
}
	
.frame_opt ul li a:hover, .frame_opt ul li.active a {
  background: #ddd;
  box-shadow:none;
  
}
.frame_opt ul li img {
  display: inline-block;
  margin-right: 10px;
  padding: 0 !important;
  position: relative;
  width: 24px;
}
.frame_opt span {
    display: inline-block;
}

.aboutUs {
	/*background: url(../images/aboutBg.png) center center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;*/
	position:relative;
	z-index:1
	}
.aboutUs::after {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.94;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.innerCOn {
  float: left;
  font-size: 16px;
  padding: 20px;
  width: 100%;
}
.innerCOn img {
  float: left;
  margin-right: 30px;
  max-width: 380px;
  width: 100%;
  border:#eee 5px solid;
  padding:5px;
}

.proInfInnerLeft {
	/*float:left;*/
	width:150px;
	padding-right:20px;
	border-right:#ddd 1px solid
	}

.proInfInnerRight {
	width:calc(100% - 150px);
	padding-left:20px;
	vertical-align:middle;
	}
.proInfInnerLeft img {
	width:100%;
	display:block;
	}
.proInfInner {
  background: #fff;
  border: 1px solid #e8e8e8;
  -moz-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.11);
  padding: 20px;
}	

.framing h3 {
	font-family: 'Cookie', cursive;
	font-size:42px;
	text-align:center;
	}
.framing h5 {
	text-align:center;}	
.submitBtn {
  background: #350015;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 34px;
  text-transform: uppercase;
  width: 100%;
}
	
.rmvMdl {
  margin-top: 0;
  position: absolute;
  right: 16px;
  top: 15px;
  opacity:1;
}
.rmvMdl span {
  font-size: 36px;
  line-height: 36px;
  color:#fff;
  
}

.customBg {
	background:#350015 ;
	}
.sloganContaint {
	font-family: "montserratregular";
	}
.max-400{
	max-width:400px;
	}
.g-recaptcha > div {
	display:inline-block;
	}
.aboutSlider {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 450px;
  width:100%;
}

.aboutSlider .carousel-control.right ,
.aboutSlider .carousel-control.left {
  background-image: none;
}
.commonBtn.btnT2 {
  height: 36px;
  line-height: 36px;
}

.accepr {
	border:rgba(255,255,255,.4) 3px double;
	padding:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	max-width: 263px;
	float: right;
	
	/*background: rgb(255,255,255);
background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,175,175,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,175,175,1) 100%);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,175,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffafaf',GradientType=1 );*/
	}
.accepr p {
  background: #350015;
  color: #fff;
  display: block;
  font-family: "montserratbold",sans-serif;
  left: 22px;
  padding: 0 15px;
  position: absolute;
  top: -13px;
  width: auto;
}
.accepr img {
	width:100%;
	display:block;
	}
				

/*font-family: 'Meie Script', cursive;*/
.inlineBtn {
	width: auto;
	display: inline-block;
	color: #fff;
	background: #350015;
	border: none;
	padding: 2px 10px;
	font-style: normal;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.inlineBtn:hover {
	background: #333;
	color: #fff;
}		

/*dashboard*/

.deshMenu {
	width: 240px;
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% + 10px);
	padding: 0 0 50px 0;
	
	z-index:99;
	height:100%;
	background:#fff;
	box-shadow: 1px 3px 5px 1px #DDDDDD;
-webkit-box-shadow: 1px 3px 5px 1px #DDDDDD;
-moz-box-shadow: 1px 3px 5px 1px #DDDDDD;
-o-box-shadow: 1px 3px 5px 1px #DDDDDD;
}
.dashBoardamin {position:relative; padding-left:265px; min-height:400px;  padding-top:30px;}
.dashBoardamin h4{text-transform:capitalize;}
.deshMenubox {background: #fff; padding:15px; margin-bottom:15px; }
.deshMenubox.nav {background: #fff; padding:0; margin-bottom:15px;}
.deshMenubox ul { width:100%; float:left;}
.deshMenubox ul li{ width:100%; float:left;}
.deshMenubox ul li a{ display:block; padding:10px 15px; text-transform:capitalize; color:#666;border-bottom:#e6e6e6 1px solid;}
.deshMenubox ul li a i{margin-right:8px;}
.deshMenubox ul li a:hover , .deshMenubox ul li a:focus, .deshMenubox ul li.active a{ background:#350015; color:#fff;}
.dashBoardamin .contactBox {background:none;}
.dashBoardamin .radio label::before {
  top: 3px;
}
.dashBoardamin .radio label::after {
  top: 6px;
}
.dashBoardamin .radio {
  padding-right:20px;
}
.dashBoardamin .radio + .radio, .dashBoardamin .checkbox + .checkbox {
  margin:0;
}
.tableMain thead th {text-transform:capitalize; border-bottom:#333; padding:8px 15px !important;}
.tableMain tbody td {text-transform:capitalize; border-bottom:#ddd 1px solid; background:#fff; padding:8px 15px !important;}
.tableMain tbody td a{padding:0 10px; font-size:16px; color:#350015;}

.dashBoardamin  .commonBtn {
  height: 40px; line-height:40px; color:#fff !important;
}
.addressPanel {margin:10px 0;}
.addressbox { background:#fff; padding:15px; border:#ddd 1px solid; width:280px; margin-right:15px; float:left;box-shadow: 1px 3px 5px 1px #DDDDDD;
-webkit-box-shadow: 1px 3px 5px 1px #DDDDDD;
-moz-box-shadow: 1px 3px 5px 1px #DDDDDD;
-o-box-shadow: 1px 3px 5px 1px #DDDDDD;}
.addressbox:last-child { margin:0}
.addressbox p {line-height:22px !important;}
.addressbox strong { color:#350015;}
.addressbox .btnhere.detele { background:#e67d7d; color:#fff; font-size:14px; padding:2px 8px; margin:0; border:none;}
.addressbox .btnhere.edit { background:#350015; color:#fff; font-size:14px; padding:2px 8px; margin:0; border:none; margin-right:5px;}
.addressbox label { margin:3px 0; font-size:13px; }
.addressPanel .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .addressPanel .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(53, 0, 21, 0.1);
}
.addressPanel .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .addressPanel .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
   background-color: rgba(53, 0, 21, 0.75);
}
.cusModal .close {
  color: #000;
  float: right;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  margin-top: -7px !important;
  opacity: 0.2;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}

.dropDown {position:relative;}
.info_nav ul li a i.fa-caret-down {margin-left:6px; color:#999; margin-right:0;}
.info_nav ul.dDown {position:absolute; right:0; top:calc(100% + 31px); width:200px; padding:5px 0; -webkit-box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08);-moz-box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08);-o-box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08); box-shadow:0 6px 9px 0 rgba(0, 0, 0, 0.08); z-index:4; background:#452025;}
.info_nav ul.dDown:after {width: 0;height: 0;border-style: solid;border-width: 0 7.5px 10px 7.5px;border-color: transparent transparent #452025 transparent; position:absolute; right:25px; top:-10px; content:"";}

.info_nav ul.dDown li{width:100%; float:left; border-bottom:#350015 1px dotted;}
.info_nav ul.dDown li a {display:block; padding:10px 10px; color:#fff; text-transform:capitalize; font-size:13px;}
.info_nav ul.dDown li a i {margin-right:10px; color:#fff;}
.info_nav ul.dDown li:last-child{border-bottom:none;}
.info_nav ul li ul.dDown li::after {
  color: #ddd;
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
}
.pagination_wrap .pagination > li > a {
    color: #350015;
}
.pagination_wrap .pagination {
    margin: 0px;
}
.pagination_wrap .pagination > .active > a, .pagination_wrap .pagination > .active > span, .pagination_wrap .pagination > .active > a:hover, .pagination_wrap .pagination > .active > span:hover, .pagination_wrap .pagination > .active > a:focus, .pagination_wrap .pagination > .active > span:focus {
    color: #fff;
    background-color: #350015;
    border-color: #350015;
}
