
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');
@font-face 
{
	font-family: 'AronGrotesque-bold';
	src: url('../../fonts/arongrotesque-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arial-roundedmt-bold';
	src: url('../fonts/arial-roundedmt-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Biko Regular';
	src: url('../fonts/Biko-Regular.otf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-bold-condensed';
	src: url('../fonts/myriad-pro-bold-condensed.ttf')  format('truetype');
}

body
{
	overflow-x:hidden;
	
}
.wrapper {
	max-width:1200px;
	margin:0px auto;
}

/**** Selection Background Color ****/
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #00a651;
}

::selection {
    color:#fff;
    background: #00a651;
}
/**** Selection Background Color ****/
/************ affix menu code ************/

.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #999;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
	width: 50%;
	padding-top: 0px;
	margin-left: 16%;
}
.affix #cssmenu{ 
	margin: 0 auto;
	margin-top: 0%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
.affix .info {
	display: none;
}
.affix .contact-img { margin-top: 0%;}
.affix #cssmenu > ul > li > a {
    font-size: 15px;}
/************ affix menu code ************/

/**** Index Page Css *****/
.google-tras {
	float: right;
	padding: 11px;
}
.padding-set { padding:0 !important;}	
/*** Navigation Css ***/
.menu {
	z-index: 9999;
	position: relative;
}
.contact-img { margin-top:25%;}
/*** Navigation Css ***/

/*** Aabout Index Css ***/
.about-index {
	margin-bottom:4%;
}
.about-index-title {
	font-family: 'AronGrotesque-bold';
	font-size:40px;
	line-height:26px;
	font-weight:700;
	color:#363636;
	text-align:center;
	margin-bottom: 5%;
}
.about-index-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 46%;
    padding-bottom: 5px;
}

.box-text-01 {
	font-family: Questrial-Regular;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	color:#59687c;
	margin-bottom: 30px !important;
}
.box-text-02 {
	font-family: 'myriad pro-regular';
	font-size:15px;
	line-height:26px;
	color:#59687c;
	font-weight:700;
	padding: 0px 13px;
	letter-spacing: 0.5px;
}
.rd-text {
    letter-spacing: 0.9px;
    padding: 0px 27px;
}
.range-text {
    padding: 0px 23px;
}
/* Box image Effect */
.hover15 figure {
	position: relative;
	/*! padding-bottom: 20px; */
	height: auto;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.hover15:hover  {
	border-radius: 15px 15px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  -moz-box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
  box-shadow: 0px 0px 10px 5px rgba(210,211,227,0.88);
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/* Box image Effect */
/*** About Index Css ***/

/*** Client Index Css ***/
.client-index {
	background-color:#f2f4f5;
}
.margin-left-img {
	margin-left: 5%;
}
.client-text {
	font-family: 'Questrial-Regular';
	font-size:50px;
	line-height:26px;
	color:#b52527;
	padding-top: 63px;
	position: relative;
	margin-bottom: 4%;
}
.client-text::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 1%;
    padding-bottom: 5px;
}
.client-text-01 {
	font-family: 'Questrial-Regular';
	font-size:16px;
	line-height:28px;
	color:#59687c;
	font-weight:700;
	text-align: justify;
	margin-bottom: 5%;
}
.position {
	position:absolute !important;
	width: 60% !important;
	z-index: 99;
}
.position-01 {
	position:relative !important;
	left: 50%;
}
.read-more-btn a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #363636;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 13px 5%;
    border-radius: 21px 21px;
    font-family: 'Arial Rounded MT Bold';
    letter-spacing: 0.6px;
    margin-left: 5%;
    margin-top: ;
}

.read-more-btn a:hover  {
    color: #fff;
	background: #d02e33;
	text-decoration:none;
}

/*** Client Index Css ***/


/*** appshowcase Index Css ***/
.appshowcase {
	background-color:#eee4d2;
	padding-bottom: 3%;
	margin-bottom: 5%;
}

/*** appshowcase Index Css ***/

/** Product slider Index Css **/
.productslider {
	margin-bottom:5%;
}
.product-slider-index{
	font-size:50px;
	line-height:60px;
	font-weight:700;
	color:#363636;
	text-align:center;
	font-family: 'Questrial-Regular';
	padding-top: 5%;
	padding-bottom: 2%;
}
.product-slider-index::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 48%;
    padding-bottom: 5px;
}
/** Product slider Index Css **/

/** Footer Index Css **/
.footer{
	background-color: #313a47;
	padding: 67px 53px;
}
.footer-head{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:25px;
	color:#fff;
}
.phone-footer{
    font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 20px;		
}
.email-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 25px;
	margin-bottom: 20px;
}
.email-footer a{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 25px;
}
.email-footer a:hover{
	color:#e03136;
	text-decoration:none;
}
.address-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:14px !important;
	color:#fff;
	line-height: 25px;
	margin-bottom:21px;
}
.links a{
	font-family: 'myriad pro-regular';
	font-size:14px;
	color:#fff;
	line-height: 26px;
}
.links a:hover{
	color:#8ae9b9;
	text-decoration:none;
}
.links li{
	list-style:none;
}
/** Footer Index Css **/

/** copyright Index Css **/	
.copy-right-text{
 	color:#fff !important;
	font-family: 'myriad pro-regular';
	font-size:14px;
 	text-transform: uppercase;
 	padding-top: 3%;
}
.copy-right-text-01 {
	  color: #fff;
    font-family: 'myriad pro-regular';
    font-size: 14px;
	  float: right;
	text-transform: uppercase;
	  padding-top: 3%;
}
.copy-right-text-01 a {
    color: #fff;
}
.copy-right-text-01 a:hover {
    color: #7be8b0;
	  text-decoration: none;
}
.copy-right{
	background-color:#141c28;
	padding: 4px 1px 4px 1px;
}
/** copyright Index Css **/	

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	right: 16px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 55px;
	width: 55px;
	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: #b3b3b3;
	overflow: hidden;
}
.scrollTop i {  
    width: 55px;
    height: 40px;
    top: 0px;
    left: 0;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
	
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent;
}
.scrollTop i, .text-small {
    font-size: 40px;    
	  line-height: 50px;
}
.scrollTop i, .text-center {
    text-align: center;
}
.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: rgba(217,57,57,1);
background: -moz-linear-gradient(top, rgba(217,57,57,1) 0%, rgba(241,197,199,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,75,75,1)), color-stop(100%, rgba(241,197,199,1)));
background: -webkit-linear-gradient(top, rgba(217,57,57,1) 0%, rgba(241,197,199,1) 100%);
background: -o-linear-gradient(top, rgba(217,57,57,1) 0%, rgba(241,197,197,1) 100%);
background: -ms-linear-gradient(top, rgba(217,57,57,1) 0%, rgba(241,197,199,1) 100%);
background: linear-gradient(to bottom, rgb(217, 57, 57) 0%, rgb(241, 197, 199) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7373', endColorstr='#fae6e7', GradientType=0 );

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

.titel-text {
	font-family: 'Anton', sans-serif;
	font-size:60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: -75px;
	text-shadow: 2px 0px 4px #760f0f;
	letter-spacing: 2px;
	font-family: 'Biko Regular';
}
.titel-text::after {
	height:6px;
	display:block;
	width:10%;
	border-left:3px;
	content: '';
	background-color: #ed1b23;
	margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}

/**** Contactus Page Css *****/	
.about-h1 { 
	font-size: 50px; 
	font-weight:700; 
	text-align: center;
	margin-top: -10%;
	color: #fff;
	font-family: 'Anton', sans-serif;
	letter-spacing: 3px;
	line-height: 75px;
}
.about-span { 
	font-size: 20px;
	line-height: 60px;
	text-transform: capitalize;
	font-family: 'Lobster', cursive;
	text-align: center;
	margin-bottom: 3%;
	color: #eee;
}
/*** Image Effect ***/
.banner-01 {
	 margin-bottom:5%;
}

.photo{
}
.photo img{
  object-fit: cover;
  box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
}

.photo:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
}

.photo .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap{
  margin-top: 0;
  filter: grayscale(100%) contrast(120%);
  cursor: pointer;
}
/*** Image Effect ***/

.contact{
	margin-bottom: 10%;
}
.border-left {
    border-left: 1px dashed rgb(149, 151, 150);
}
.margin-info {
    margin-left: 8%;
    margin-bottom: 11%;
}
.img-effect-01 {
	  z-index: 1;
}
.img-effect-01::after {
    border: 2px solid #d4d4d4;
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 60px;
    top: 25px;
    display: inline-block;
    z-index: -1;
	}
.img-effect::after {
    border: 2px solid #d4d4d4;
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 60px;
    top: 25px;
    display: inline-block;
    z-index: -1;
	}
.contact-head{
	font-family:'arial-roundedmt-bold';
	font-size:28px !important;
	color:#000000;
	line-height: 35px;
	margin-left: 8%;
}
.contact-address{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:16px;
	color:#59687c;
	line-height: 25px;
	margin-left:  19%;
}
.contact-address a{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:16px;
	color:#59687c;
	line-height:25px;
	
	letter-spacing: 1px;
}
.contact-address a:hover{
	text-decoration:none;
	color:#b13237;

}
.textpadding{
padding-top:5%;
}

.info-h2 {
    font-size: 38px;
    font-family: 'myriad pro-regular';
    color: #393939;
    line-height: 45px;
    letter-spacing: 1px;
	text-align:center;
    margin-bottom: 5%;
}
.map { border: 2px solid #eee !important;  height:350px !important;padding-bottom: 0%;}
.embed-responsive-16by9 {
    padding-bottom: 30% !important;
    margin-bottom: -5%;
}
/**** Contactus Page Css *****/	

/*** aboutus Page Css ****/	
.about-contain{
	padding-bottom:5%;
	padding-top:2%;
}
.top-text { background-color:#fff; margin-left: -20%;padding: 20px;border: 1px solid #d7dce8;margin-right: 0%;box-shadow: 4px 6px 0 #f77779;margin-bottom: 5%;}
.img-set { padding-left:8%; padding-right:8%;padding-top: 2%;} 
.about-head1{
	font-size: 30px;
	line-height: 40px;
	color: #054070;
	font-weight:900;
	text-align: center;
	font-family: 'Biko Regular';
	margin: 0;
}
.tab-margin {padding-top: 5%;}
.about-head{
	font-size: 30px;
	line-height: 40px;
	color: #054070;
	text-align:left;
	font-weight:700;
	padding-bottom:12px;
	padding-top: 2%;
	font-family: 'Biko Regular';
}

.about-head::after {
   height: 1px;
    display: block;
    width: 60px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
}
  
.about-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 27px;
	color: #59687c;
	text-align: justify;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
}
.about-paragraph-sub {
margin-left: 6%;
margin-bottom: 0;
}
/************ tab **************/
.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 10%;
}
.icon-top {
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #ffffff;
    padding: 20px 30px;
    border: 2px solid #d7dce8;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.icon-top:hover{border-color:#ffffff;-webkit-box-shadow:0 11px 21px rgba(204,204,223,0.5);-ms-box-shadow:0 11px 21px rgba(204,204,223,0.5);box-shadow:0 11px 21px rgba(204,204,223,0.5);}
.icon-top:hover .bt-icon:before{-webkit-transform:scale(1.2);transform:scale(1.2);}
.icon-top:hover .bt-icon i, .bt-featured-section3 .bt-fancy-box-element.icon-top:hover .bt-icon img{color:#ffffff;-webkit-transform:scale(0.75);transform:scale(0.75);}

.bt-element {
    margin-bottom: 30px;
}
.icon-top .bt-icon {
    position: relative;
    z-index: 0;
    color: #2b2b2b;
}
.icon-top .bt-icon {
    margin-bottom: 15px;
}
.bt-icon {
    display: inline-block;
}
.icon-top .bt-icon::before {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f77779;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.icon-top .bt-icon {
    color: #2b2b2b;
}
.icon-top .bt-icon i {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    font-size: 50px;
    line-height: 50px;
}
.bt-icon i {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
.icon-top .bt-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
}
.icon-top .bt-desc {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    color: #9fa4af;
}
.icon-top .bt-desc {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
    color: #59687c;
    text-align: justify;
}
/*******contact tab***********/
.vc_column-inner-1 {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    /*! margin-top: -12%; */
}
.icon-left {
    background: #ffffff;
    padding: 30px 20px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 0 13px rgba(0,1,1,0.1);
    height: auto;
}
.icon-left .bt-icon i {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
   font-size: 40px; line-height: 40px;
}
.icon-left:hover { background-color:#ebebeb;}
.icon-left .bt-content {
    padding-left: 60px;
    margin-top: -13%;
}
.icon-left .bt-icon {
    position: relative;
    z-index: 0;
    color: #2b2b2b;
}
.icon-left .bt-icon {
    margin-bottom: 15px;
    text-align: center;
    height: 40px;
    width: 40px;
}
.icon-left .bt-icon::before {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #959595;
    -webkit-border-radius: 50%;
    border-radius: 25%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.icon-left:hover{border-color:#ffffff;-webkit-box-shadow:0 11px 21px rgba(204,204,223,0.5);-ms-box-shadow:0 11px 21px rgba(204,204,223,0.5);box-shadow:0 11px 21px rgba(204,204,223,0.5);}
.icon-left:hover .bt-icon:before{-webkit-transform:scale(1.2);transform:scale(1.2);}
.icon-left:hover .bt-icon i, .bt-featured-section3 .bt-fancy-box-element.icon-left:hover .bt-icon img{color:#ffffff;-webkit-transform:scale(0.75);transform:scale(0.75);}

.icon-left .bt-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 700;
}
.icon-left .bt-desc {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0;
    color: #59687c;
}
.icon-left .bt-desc a {
    color: #59687c;
}
.icon-left .bt-desc a:hover {
    color: #fc7374;
	text-decoration:none;
}

/************ tab **************/

/*** aboutus Page Css ****/
/*** quility Page Css ****/
.about-pra li{
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 30px;
	color: #59687c;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0% 0% 0% 2%;
}
/*** quility Page Css ****/

.cname { text-align:right;margin-bottom: -1%;color: #9f181c;}
.thumb {
    background: transparent url(../images/history-thumb.png) no-repeat 0 0;
    width: 198px;
    height: 155px;
    margin: -17px 195px 30px;
    padding: 0;
    float: right;
}
.thumb img {
    border-radius: 150px;
    margin: 7px 8px;
    width: 117px;
    height: 117px;
}

.paragraph-bottom {
    margin-top: 7%;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

/******* Table Contant *******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	/*! margin-bottom: 4%; */
  	border-color: #8a8a8a;
  	text-align: center;
}
table td {
  	
  	/*! border-bottom: 1px solid #8a8a8a; */ /*! padding: 10px 0; */
	/*! font-family: 'Questrial-Regular'; */
	/*! font-size:16px; */
  	/*! line-height: 16px; */
  	/*! text-align: center; */
  	/*! border-color: #8a8a8a; */
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	/*! background: #efefef66; */
	/*! border-color: #8a8a8a; */
}
table td:hover {
	/*! background-color: #edadad33; */
	/*! transition: all 0.5s ease-out; */
	/*! cursor: pointer; */
}
table th {
	font-size: 18px;
	color: #1d1d1d;
    letter-spacing: 1px;
    line-height: 18px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
	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 ); border-color: #8a8a8a;
}
.table-th {
	font-family: 'Questrial-Regular';
	background-color:#202020;
	color:#fff;
	font-size:20px;
	padding:8px;
	text-align:center;
}
.table-td {
	padding:8px;
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight: 700;
	text-align:center;
	border-bottom: none;
	
}
/******* Table Contant *******/

/*********** 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: 1;
}
#accordion:before{
    content: "";
    width: 5px;
    height: 100%;
    background: #004e89;
    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 30px 15px 0;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #004e89;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    background: #cad5c2;
    text-align: center;
    font-size: 17px;
    color: #004e89;
    border: 4px solid #004e89;
    position: absolute;
    top: 0px;
    left: -80px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #fff;
}
#accordion .panel-body{
    padding: 10px 15px;
    background: #eee;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
    font-size: 15px;
    color: #59687c;
    line-height: 25px;
    font-family: 'Questrial-Regular';
}
/*******accordion************/

/***********table-subcontracting************/
.read_more
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#0c6800;
 text-decoration:none;
}
.read_more a:hover
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#a5c199;
 text-decoration:none;
} 
.title_small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #0c6800;
}
.input {   
border: 1px solid #485764 !important;
border-radius: 0px !important;
color: #000 !important;
font-family: calibri !important;
font-size: 14px !important;
line-height: 14px !important;
padding: 8px !important;
width: 90%;
-webkit-box-shadow: inset 0px 0px 10px 3px rgba(230,240,249,1);
-moz-box-shadow: inset 0px 0px 10px 3px rgba(230,240,249,1);
box-shadow: inset 0px 0px 10px 3px #D5D5D5 !important;
margin-bottom: 2%;
}
textarea {   
background: transparent none repeat scroll 0% 0% !important;
box-shadow: none !important;
border: 1px solid #485764 !important;
border-radius: 0px !important;
color: #000 !important;
font-family: calibri !important;
font-size: 14px !important;
line-height: 18px !important;
margin-bottom: 8px;
padding: 10px !important;
width: 59%;
-webkit-box-shadow: inset 0px 0px 10px 3px rgba(230,240,249,1);
-moz-box-shadow: inset 0px 0px 10px 3px rgba(230,240,249,1);
box-shadow: inset 0px 0px 10px 3px #D5D5D5 !important;
}
/***********table-subcontracting************/



