
/* CSS Document */

@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('opentype');
}



body
{
	overflow-x:hidden;
	
}
.wrapper {
	max-width:1250px;
	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: 10px;
	padding-bottom: 10px;
}
.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;
	margin-top: 3%;
}
.padding-set { 
	padding:0 !important;
}	

/*** Navigation Css ***/
.menu {
	z-index: 9999;
}
/*** Navigation Css ***/

/*** Aabout Index Css ***/
.value-index {
	margin-bottom: 4%;
}
.about-index {
	margin-bottom:4%;
}
.about-index-title {
	font-size:45px;
	line-height:26px;
	font-weight:700;
	color:#002946;
	text-align:center;
	margin-bottom: 5%;
	font-family: 'Questrial-Regular';
	font-variant: small-caps;
	text-shadow: 1px 1px #002946;
	letter-spacing: 1px;
}
.about-index-title::after {
    height: 4px;
    display: block;
    width: 50px;
    background: #002946;
    border-bottom: 1px white;
    content: '';
    margin-top: 25px;
    margin-left: 48%;
    padding-bottom: 5px;
}
.about-index { 
    /* The image used */
    background-image: url(../images/about-index.png);

    /* Set a specific height */
    height: 425px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-heading {
    color: #000;
	margin-top: 6%;
}
.about-text {
	font-size: 17px;
    color: #000;
	text-align: center;	
	font-family: 'Questrial-Regular';
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 700;
}
.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;
}
/* Box image Effect */
.hover15 figure {
	position: relative;
	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 ***/

/** Product slider Index Css **/
.productslider {
	margin-bottom:5%;
}
.product-slider-index{
	font-size: 45px;
	line-height: 26px;
	font-weight: 700;
	color:#002946;
	text-align: center;
	margin-bottom: 4%;
	font-family: 'Questrial-Regular';
	font-variant: small-caps;
	text-shadow: 1px 1px #002946;
	letter-spacing: 1px;
}
.product-slider-index::after {
    height: 4px;
	display: block;
	width: 50px;
	background:#002946;
	border-bottom: 1px white;
	content: '';
	margin-top: 25px;
	margin-left: 48%;
	padding-bottom: 5px;
}
.titel-text-1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -53px;
    text-shadow: 2px 0px 4px#00a651;
    letter-spacing: 2px;
    font-family: 'Biko Regular';
}
.titel-text-1::after {
    height: 6px;
    display: block;
    width: 10%;
    border-left: 3px;
    content: '';
    background-color: #00a651;
    margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}
/** Product slider Index Css **/

/** Footer Index Css **/
.footer{
	background-color: #313a47;
	padding: 67px 0px;
}
.footer-head{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:25px;
	color:#fff;
	white-space: nowrap;
}
.phone-footer{
    font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 20px;		
    letter-spacing: 0.9px;
}
.email-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 25px;
}
.email-footer a{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#fff;
	line-height: 25px;
	letter-spacing: 0.9px;
}
.email-footer a:hover{
	color:#00a85a;
	text-decoration:none;
}
.address-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:14px;
	color:#fff;
	line-height: 25px;
	margin-bottom:21px;
	letter-spacing: 0.6px;
}
.links a{
	font-family: 'myriad pro-regular';
	font-size:14px;
	color:#fff;
	line-height: 26px;
}
.links a:hover{
	color:#00a85a;
	text-decoration:none;
}
.links li{
	list-style:none;
}
/** Footer Index Css **/

/** copyright Index Css **/	
.copy-right-text {
 	color:#fff !important;
	font-family: 'Questrial-Regular';
	font-size:15px;
 	text-transform: uppercase;
 	padding-top: 3%;
 	font-weight: 700;
 	letter-spacing: 1px;
}
.copy-right-text-01 {
	color: #fff;
    font-family: 'Questrial-Regular';
	font-size:15px;
	float: right;
	text-transform: uppercase;
	padding-top: 3%;
	font-weight: 700;
 	letter-spacing: 1px;
}
.copy-right-text-01 a {
    color: #fff;
}
.copy-right-text-01 a:hover {
    color: #00a85a;
	  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(0, 41, 70) 0%, rgb(219, 219, 219) 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 *****/	

/*********** about page **********/
.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 #00a651;
    letter-spacing: 2px;
    font-family: 'Biko Regular';
}
.titel-text::after {
    height: 6px;
    display: block;
    width: 10%;
    border-left: 3px;
    content: '';
    background-color: 
    #00a651;
    margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}
.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-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-01 li {
  margin-bottom: 15px;
  /*! list-style: square; */
  list-style-position: inside;
  text-align: left;
}
.about-paragraph-01 li i::before {
    content: "\f0a4";
    font-size: 18px;
    color:#00a85a;
    font-weight: 700;
}
.about-paragraph li {
  margin-bottom: 15px;
}
.about-paragraph li i::before {
	   content: "\f0a4";
	   /*! content: url(images/arrow.png) !important; */
	   position:  absolute;
	   margin-top: -2%;
	   left: -10px;
	   font-size: 18px;
	   color: #00a85a;
	   font-weight: 700;
}
.about-head::after {
    height: 2px;
    display: block;
    width: 60px;
    background: #00a85a;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
}
.tab-margin {
	margin-bottom:2%;
}

/*********** about page **********/

/*********** Qulity page **********/
.about-head1 {
    font-size: 30px;
    line-height: 40px;
    color: 
    #054070;
    font-weight: 900;
    text-align: center;
    font-family: 'Biko Regular';
    margin: 0;
}
.img-set {
    padding-left: 5%;
    padding-right: 8%;
    padding-top: 2%;
}
.about-contain {
    margin-bottom: 5%;
}
.border-box {
	border:1px solid #000;
	
}
/*********** Qulity page **********/

/********** Product Page *********/
.pro-text {
	height: 70px;
	padding: 10px;
	background-color: #002946;
}
.product-font a {
    color:#fff;
    font-size: 20px;
    font-family: 'Questrial-Regular';
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
}
.product-font a:hover {
    color:#00a85a;
}
/******* Button Css *******/
.brk-btn {
  position: relative;
  color: #00a85a;
  text-decoration: none;
  border: 0.2em solid #00a85a;
  padding: 0.5em 1em;
  /*! background-color: #002946; */
  margin: 0px 8%;
	font-family: 'Biko Regular';
	font-weight: 700;  
	letter-spacing: 1px;
	font-size: 18px;
}
.brk-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #fff;
  height: 0.3em;
  right: 20%;
  top: -0.21em;
  transform: skewX(-45deg);
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.brk-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #fff;
  height: 0.3em;
  left: 20%;
  bottom: -0.25em;
  transform: skewX(45deg);
  -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.brk-btn:hover::before {
  right: 80%;
}
.brk-btn:hover::after {
  left: 80%;
}
/******* Button Css *********/
/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 4%;
}
table td {
  	padding: 10px 15px;
	font-family: 'Questrial-Regular';
	font-size:17px;
  	text-align: left;
  	line-height: 24px;
  	letter-spacing: 0.8px;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #002946;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
	text-transform: capitalize;
}
.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-width {
	width:90%;
}
.table-shadow {
    box-shadow: 1px 2px 7px 2px #58514b;
}
/******** Table Contant ********/
/********** Product Page *********/

/*********** contcat page **********
/**** Tab 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;
    width: 80%;
}
#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';
}
/**** Tab Accordion ****/
/*********** contcat page **********/

/*********** Inquery page **********/
.top-txt {
    border: 1px solid #e7ecee;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.49);
    padding: 10px 33px;
}
/*********** Inquery page **********/