/* CSS Document */

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-condensed';
	src: url('../fonts/myriad-pro-condensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'tahoma-bold';
	src: url('../fonts/tahoma-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-bold';
	src: url('../fonts/myriad-pro-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'aller-lt';
	src: url('../fonts/aller-lt.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'jersey-m54';
	src: url('../fonts/jersey-m54.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'tw-cen-mt-condensed-extra-bold';
	src: url('../fonts/tcceb.TTF')  format('truetype');
}
@font-face 
{
	font-family: 'allerdisplay';
	src: url('../fonts/allerdisplay.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'montserrat-bold';
	src: url('../fonts/montserrat-bold.ttf')  format('truetype');
}


body
{
	overflow-x: hidden;
    /*! background-color: #f2f2f2; */
}

.wrapper{
	margin: 0 auto;
	max-width: 1275px;
    padding-left: 15px;
    padding-right: 15px;
}

/********  Index page  ********/
/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    border-radius:  0 !important;
    z-index: 1;
    background-color: rgba(253, 253, 253, 0.88);
    -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.79);
 }
.affix .social-share{
	display: none;
}
.affix .glow{
	display: none;
}
.affix .logo-set { 
  width:50%;
	margin-bottom: 11px;
}
.affix .menu-01 {
	margin-top:0 !important;
	margin-bottom: 0;
}
.affix .wsmenu {
	
	margin-top: -6%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}

/************ affix menu code ************/
/**** Top-Header ****/
.menu-01 {
    position: relative;
    z-index: 1;
}
.social-share{
 display: inline-flex;
 list-style: none;
 margin: 0;
 margin-bottom: 5%;
 padding: 0;
 margin-top: 15%;
}
ul.social-share li {
  color: #ffffff;
  background-color:#898989;
  border-radius:50%;
  width: 30px;
	height: 30px;
  text-align: center;
  margin-left: 5px;
  padding-top: 4px;
}

ul.social-share li:hover {
  background-color:#940000;
}
.logo-set { /*! margin-left: 24px; */ margin-bottom: 10px;padding-top: 6%;}

/**** Top-Header ****/

/**** slider css *****/

.slider-01
{
	margin-top: -180px;
}
.slider {
	/*! margin-bottom:45px; */
}
.contact-btn a {
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 11%;
    font-family: 'oswald-regular';
    letter-spacing: 0.6px;
    line-height: 35px;
    background: #fc8a03; /* Old browsers */
    background: -moz-linear-gradient(left, #fc8a03 0%, #fc7b04 50%, #fc5a05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fc8a03 0%,#fc7b04 50%,#fc5a05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fc8a03 0%,#fc7b04 50%,#fc5a05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc8a03', endColorstr='#fc5a05',GradientType=1 ); /* IE6-9 */
    box-shadow: 3px 3px 4px #3e3e3e;
}

.contact-btn a:hover  {
    color: #373535;
	 background: #fea481;
	 text-decoration:none;
}
.text-right {
    margin-top: 14%;
    /*! margin-left: -59%; */
}

/**** slider css *****/

/**** About-index css *****/

.about-index {
	background-image: url(../images/about-index-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.about-paddingbottom {
	padding-top: 12%;
	margin-bottom: 12%;
}
.about-title {
    margin-bottom: 40px;
    letter-spacing: 0.05em;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	font-size: 50px;
	line-height: 90px;
	color: #42404e;
}
.about-subfont {
	color: #383838;
	font-weight: 700;
	font-family: aller-lt;
	font-size: 25px;
	line-height: 37px;
	letter-spacing: 0.7px;
	margin-bottom: 25px;
}	
.about-subfont-01 {
	color: #1d1d1d;
	line-height: 32px;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
}
.btn-readmore a {
	height: 64px;
	line-height: 60px; 
	padding: 0px 45px;
	border-radius: 50px;
	background-color: #bfbfbf;
	color: #950001;
	font-weight: 700;
	font-family: 'myriad-pro-bold';
	font-size: 20px;
	margin: 30px;
	display: inline-block;
	box-shadow: 0 12px 40px rgba(150, 0, 1, 0.4);
}
.btn-readmore a:hover {
	background-color: #3c3950;
	color: #fff;
}
/**** About-index css *****/

/**** Product slider Css *****/
.product-slider {
	margin-top: -5%;
}
/**** Product slider Css *****/

/**** Footer Css *****/
.footer {
	/*! background-color:#0c0413; */
	background-image: url(../images/footer-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-top: -8%;
}
.footer-padding {
	padding:11% 3% 1% 3%;
}
.footer-font {
  font-family: 'Questrial-Regular';
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-font-call {
  font-family: 'Questrial-Regular';
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  letter-spacing: 1px;  
  font-weight: 700;
}
.footer-font-call a:hover {
	color:#960001;
}
.footer-heading {
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Questrial-Regular';
  color: #fff;
  font-size: 25px;
}
.footer-heading a:hover {
  color:#007cc2;
}
.mar-top {
  /*! margin-top: 0%; */
}
.padding-lf {
  padding-left: 0;
}
.footer-ul li {
  list-style: none;
}
.footer-ul a {
    font-family: 'Questrial-Regular';
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 0.9px;
    font-weight: 700;
}
.footer-ul a:hover {
  color:#960001;
}
.download-footer {
    margin-top: 19px;
}
/**** social icon ****/
.social-01 {
    float: left;
    padding: 25px 0px;
    margin: -6px;
}
.social-01 li {
	border-bottom: none !important;
}
.social-01 li a{
  /*! color: #a0a0a1; */
}
.social-1 {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    padding: 6px;
}
.social-1 a:hover {
  color:#960001;
}
/**** social icon ****/
/**** Footer Css *****/

/***** copy write Index css ******/
.copy-write {
	background-color:#181415;
	padding: 20px;
}
.copy-write-font {
	color:#acacac;
	font-size:15px;
	letter-spacing: 1px;
	margin: 0px;
	font-family: 'Questrial-Regular';
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.copy-write-font-01 {
	color:#acacac;
	font-size:15px;
	float:right;
	letter-spacing: 1px;
	margin: 0px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	text-transform: uppercase;
}
.copy-write-font-01 a {
  color: #acacac;
}
.copy-write-font-01 a:hover {
	color:#960001;
}
/***** copy write Index css ******/

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 20px;
	bottom: 0;
	color: #2e2e2e;
	border-radius: 100px;
	z-index: 999;
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #7d7c7c;
	overflow: hidden;
}
.scrollTop i {
    line-height: 41px !important;
    width: 40px !important;
    height: 40px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 30px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;   
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
	  background: #960001;

}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/**** social icon ****/

.social-1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    border-radius: 100%;
    transition: all 200ms ease-in;
}
[class^="hvr-"] {
    margin: 0px -3px;
    padding: 11px;
    cursor: pointer;
    background: #898989;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 2px #898989, 0 0 1px transparent;
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
   color: #FFF;
}
/**** social icon ****/
/********  Index page  ********/

/********  About Page ********/
.about-page {
    background-image: url(../images/about-page-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}
.about-page-padding {
	padding-top: 20%;
	padding-bottom: 175px;
	position: relative;
}
.menu-bg {
	background-color: #fff;
	border-radius: 0px;
	-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.79);
}
.aboutpage-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    font-size: 50px;
    line-height: 90px;
    color: #42404e;
    display: inline-flex;
    font-family: 'montserrat-bold';
    white-space: nowrap;
}
.about-title-border {
	height: 0;
	display: block;
	width: 25%;
	border-left: 2px;
	content: '';
	background-color: #42404e;
	margin-top: 9px;
	margin-left: 0;
	padding-bottom: 5px;
	margin-bottom: 10%;
}
.about-subtitle{
	font-family: 'Cagliostro', sans-serif;
    font-size: 45px;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    margin-left: 20px;
    padding-top: 10px;

	color: #960001;
	font-weight: 600;
}
.about-subfont-02 {
    text-align: justify;
    color: #575757;
    line-height: 31px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
   
}
.margin-bottom {
    margin-bottom: 10%;
}
/********  About Page ********/

/********  quality Page ********/
.quality-page {
    background-image: url(../images/quality-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}
/********  quality Page ********/

.infa-subfont-02 {
	text-align: justify;
    color: #1d1d1d;
    line-height: 31px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
	list-style: none;
}
/********  Conatact Page ********/
.contact-page {
    background-image: url(../images/contact-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}
.contact-font {
	font-family: 'Questrial-Regular'; 
	font-size: 19px; color:#000; 
	line-height: 20px; 
	font-weight: 700;
	text-align: start;
	letter-spacing: 1px;
}
.contact-font-call {
	font-family: 'Questrial-Regular'; 
	font-size: 23px; 
	color:#000; 
	font-weight: 700;
	text-align: end;
	letter-spacing: 1px;
}
.contact-font a { 
	color:#000; 
}
.contact-font a:hover {
	color:#9c245e;
}
.contact-padding {
	/*! padding-top:9%; */
	/*! padding-bottom: 9%; */
}
.con-mar {
	margin-bottom:5%;
}
.table-design tr {
background-color: transparent;	
}
.table-design td {
border-bottom: none;
}
/********  Conatact Page ********/

/********  Product Page ********/
.product-page {
    background-image: url(../images/product-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}
.productpage-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    font-size: 34px;
    line-height: 55px;
    color: #940000;
    display: inline-flex;
    font-family: 'montserrat-bold';
}
.product-page-padding {
	padding-top: 20%;
	position: relative;
}
.product-page-01 {
margin-bottom: 10%;
}
.pro-font-01 {
    color: #9c245e;
	line-height: 35px;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;  
}

/* Zoom In #1 */
.column {
	/*! margin: 15px 15px 0; */
	padding: 0;
	cursor: pointer;
}
.column:last-child {
	/*! padding-bottom: 60px; */
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	/*! position: relative; */
	/*! float: left; */
	/*! width: 300px; */
	/*! height: 200px; */
	/*! margin: 0 0 0 25px; */
	/*! padding: 0; */
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 161px;
	height: 154px;
	margin: 0;
	padding: 0;
	/*! background: #883a3a; */
	overflow: hidden;
}
figure:hover+span {
	bottom: -100px;
	opacity: 1;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.ind-font {
    text-align: center;
    color: #1d1d1d;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
    list-style: none;
}
/********  Product Page ********/
/********** application Page **********/
/********** tab **********/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #e7e7e7;
  padding: 2px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  background: rgba(250,127,127,1);
  background: -moz-linear-gradient(top, rgba(250,127,127,1) 0%, rgba(194,17,17,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,127,127,1)), color-stop(100%, rgba(194,17,17,1)));
  background: -webkit-linear-gradient(top, rgba(250,127,127,1) 0%, rgba(194,17,17,1) 100%);
  background: -o-linear-gradient(top, rgba(250,127,127,1) 0%, rgba(194,17,17,1) 100%);
  background: -ms-linear-gradient(top, rgba(250,127,127,1) 0%, rgba(194,17,17,1) 100%);
  background: linear-gradient(to bottom, rgba(250, 127, 127, 0.45) 0%, rgba(194, 17, 17, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7f7f', endColorstr='#c21111', GradientType=0 );
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #181818;
  font-size: 20px;
  font-weight: 600;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  /*! border: 0; */
  background: #fef3f3;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 3px solid #c97149;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  /*! border: 0; */
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -2px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
/*********** tab *********/
.bg-color { background:#7d7d7d; color: #fff;}

/*******accordion************/
#accordion{
    padding-left: 80px;
    /*! overflow: hidden; */
    position: relative;
    z-index: 0;
}
#accordion:before{
    content: "";
    width: 5px;
    height: 100%;
    background: #9c245e;
    position: absolute;
    top: 0;
    left: 22px;
    z-index: -1;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 10px;
    background: none;
    font-size: 27px;
    font-weight: 700;
    color: #9c245e;
    position: relative;
    transition: all 0.5s ease 0s;
    text-align: center;
    border: 2px solid #9c245e;
    font-family: 'montserrat-bold';
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    font-size: 17px;
    color: #9c245e;
    border: 4px solid #9c245e;
    position: absolute;
    top: 0px;
    left: -80px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #fff;
}
.panel-group {
    margin-bottom: 12%;
}
#accordion .panel-body{
    padding: 25px 25px;
    background: #fbf2f6;
    border: none;
    /*! border-radius: 5px; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
    font-size: 18px;
    color: #59687c;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
}

#accordion .panel-body p {
    padding: 13px 0px;
}

#accordion .panel-body p a{
    font-size: 17px;
    color: #59687c;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
}
#accordion .panel-body p a:hover{
    color: #e40613;
}
/*******accordion************/
/********** tab **********/

/************ application Page ************/

/************ Inquery Page ************/
.img-set {
    margin-top: 18%;
}
.top-text {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d7dce8;
    box-shadow: 4px 6px 6px #960001;
    margin-top: 8%;
}
.inquiry-page { 
	background-image: url(../images/inquiry-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}

/******** Tab Contant ********/
.tab-pane ul {list-style: none;}
.nav-tabs > li {
	/*! width:50%; */
}
.nav-tabs > li > a {
	color: #9b3726;
    cursor: default;
    border: 1px solid #9b3726;
    /*! border-bottom-color: rgb(221, 221, 221); */
    /*! border-bottom-color: transparent; */
 	font-size: 20px;
 	text-align: center;
 	font-weight: 700;
	font-family: 'Questrial-Regular';
	cursor: pointer;
	letter-spacing: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
 	color: #fff;
    cursor: default;
    background-color: #9b3726;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
 	font-size: 20px;
 	text-align: center;
 	font-weight: 700;
	font-family: 'Questrial-Regular';
 	letter-spacing: 1px;
}
.panel {
    margin-bottom: 12%;
    background-color: #fff;
    border: 1px solid #ebccd1;
        border-top-color: #ebccd1;
        border-right-color: #ebccd1;
        border-bottom-color: #ebccd1;
        border-left-color: #ebccd1;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    /*! margin-top: 7%; */
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border: 1px dotted;
}
.nav-tabs {
    border-bottom: none;
}
/******** Tab Contant ********/

/******* Table Contant *******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 4%;
  	border-color: #8a8a8a;
}
caption {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #a0362f;
	color: #fff;
}
table td {
  	
  	border-bottom: 1px solid #8a8a8a; padding: 6px 0;
	font-size:14px;
  	line-height: 14px;
  	text-align: center;
  	border-color: #8a8a8a !important;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
	border-color: #8a8a8a;
}
table th {
	font-size: 15px;
	color: #1d1d1d;
    line-height: 15px;
	font-weight: 700;
	padding: 6px 0;
	text-align: center;
	background: rgb(236, 216, 197);        
}

/******* Table Contant *******/

