
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');
@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');
}
@font-face 
{
	font-family: 'AgencyFB';
	src: url('../fonts/AgencyFB.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arial';
	src: url('../fonts/arial.ttf')  format('truetype');
}



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 ***/
.index-about {
    margin-bottom: 50px;
}
.about-index-img {
    margin-left: -33%;
}
.index-about-contain {
    margin-left: -8%;
    width: 58% !important;
}
.index-title {
    font-size: 50px;
    line-height: 65px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'arial-roundedmt-bold';
    padding-top: 11px;
}
.about-index-font {
    color: #000;
    font-size: 36px;
    line-height: 50px;
    font-family: 'arial-roundedmt-bold';
    margin-bottom: 4%;
    letter-spacing: 1px;
}
.about-index-font-01 {
    font-size: 25px;
    line-height: 40px;
    color: #000;
    font-family: 'arial-roundedmt-bold';
    letter-spacing: 0.5px;
    margin-bottom: 22px;
}
.about-index-font-02 {
    font-size: 18px;
    line-height: 33px;
    color:  #000;
    margin-bottom: 20px;
    font-family: 'arial';
    text-align: justify;
    letter-spacing: 0.6px;
    font-weight: 400;
}

/*** About Index Css ***/

/** Product slider Index Css **/
.product-slider {
	/*! padding: 3% 0px; */
	margin-bottom: 35px;
}
.product-slider-01 {
	background-image: url(../images/product-bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.product-title {
    color: #264e06;
    font-weight: 700;
    margin-bottom: 3%;
    font-family: 'arial-roundedmt-bold';
    letter-spacing: 1px;
    font-size: 50px;
    text-align: center;
}


.product-font {
	color: #fff;
	font-size: 16px;
	font-family: 'arial';
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	/*! text-transform: uppercase; */
}
.product-font a {
	color: #000;
	font-size: 22px;
	font-family: 'Questrial-Regular';
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}
.pro-slider-bg {
	background-color: #717171;
	width:298px;
	height: 50px;
	padding: 15px;
}
/** Product slider Index Css **/

/************ footer contant  ************/

.footer-top {
	padding: 50px 0px;
	background-color:#212121;
}
.footer-font {
	font-size:25px;
	font-weight:700;
	color:#fff;
	margin-bottom: 22px;
	font-family: 'arial-roundedmt-bold';
}
.footer-font-01 {
	font-family: 'myriad pro-regular';
	font-size:30px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.footer-font-02 {
	font-size:15px;
	color:#fff;
	font-weight: 700;
	font-family: 'arial';
	letter-spacing: 0.5px;
	line-height: 25px;
	margin-bottom: 15px;
}
.footer-font-02 a {
	color: #fff;
}
.footer-font-02 a:hover { 
	color:#ed3230;
}
.footer-font-03 {
	font-size:25px;
	color:#fff;
	font-weight:700;
	letter-spacing: 1px;
	margin-top: 0px;
	font-family: 'arial-roundedmt-bold';
	margin-bottom: 10px;
}
.footer-font-06 {
	font-size:25px;
	color:#fff;
	font-weight:700;
	letter-spacing: 1px;
	margin-top: 0px;
	font-family: 'arial-roundedmt-bold';
	margin-bottom: 10px;
	margin-left: -30px;
}

.footer-font-04 {
	font-size:15px;
	color:#fff;
	line-height: 32px;
	font-family: 'arial';
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
}
.footer-font-05 {
	font-size:15px;
	color:#fff;
	line-height: 32px;
	font-family: 'arial';
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	margin-left: -30px;
}
.footer-font-04:hover { 
	color:#ed3230;
}
.footer-top ul {
	padding:0px;
}
.footer-top ul li {
	list-style:none;
}
.footer-download {
	margin-top:15px;
}
/**** social icon ****/
.social-01 {
    /*! float: left; */
    padding: 19px 0px;
    margin: 0;
    margin-right: 20%;
}
.social-01 li {
	border-bottom: none !important;
}
.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 2px;
    padding: 11px;
    cursor: pointer;
    background: #303030;
    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 #303030, 0 0 1px transparent;
}

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

/****** last footer contant *****/
.copy-wirte {
	background-color:#264e06;
}

.font-01 {
	font-size:15px;
	color:#fff;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 1px;
	font-family: 'arial-roundedmt-bold';
	font-weight: 700;
}
.font-01 a {
	color: #fff;
}
.font-01 a:hover {
	color: #73a543;
}
.font-02 {
	float: right;
}


/******* last footer contant ******/

/*** 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: rgb(243, 113, 33);
	background: -moz-linear-gradient(top, rgb(243, 113, 33) 0%, rgb(243, 113, 33, 0.47) 100%);
	background: -webkit-linear-gradient(top, rgba(243, 113, 33,1) 0%, rgba(243, 113, 33, 0.47) 100%);
	background: linear-gradient(to bottom, rgb(243, 113, 33) 0%, rgba(243, 113, 33, 0.47) 100%);
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/

/**** about Page Css *****/	
.about-index {
    margin-bottom: 40px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.slider-border {
    border: 5px solid #264e06;
}
.slider {
    margin-bottom: 45px;
}
.titel-text {
    font-family: 'Anton', sans-serif;
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: -70px;
    text-shadow: 2px 2px 4px #000;
    letter-spacing: 2px;
}
.titel-text::after {
    height: 6px;
    display: block;
    width: 10%;
    border-left: 3px;
    content: '';
    background-color: #264e06;
    margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}
.about-paragraph {
    font-family: 'Questrial-Regular';
    font-size: 16px;
    line-height: 27px;
    color: #202020;
    text-align: justify;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    font-weight: 700;
}
.top-text {
    /*! background-color: #fff; */
    /*! margin-right: -20%; */
    padding: 20px;
    border: 1px solid#73a543;
    box-shadow: -4px 6px 0#264e06;
    margin-bottom: 5%;
}

/**** about Page Css *****/

/******** product Page Css ********/
.tab-font {
    font-family: 'Questrial-Regular';
    font-size: 25px;
    list-style: none;
    color: #1b1b1b;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}
.tab-font::after {
    content: "";
    border-bottom: 5px solid #2e2e2e;
    width: 4%;
    height: 12px;
    display: block;
    margin-bottom: 23px;
}
.product-top-text {
    background-color: #fff;
    padding: 20px;
    border: 1px solid#d7dce8;
    box-shadow: -4px 6px 0#264e06;
    margin-bottom: 5%;
}
/******** 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: #2e2e2ee8;
    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 Css ********/

/************ Contact Page ************/
.contact-head{
	font-family: 'Questrial-Regular';
	font-size: 22px;
	line-height: 0;
	color: #264e06;
	/*! text-align:center; */
	padding-top: 2%;
	font-weight:700;
	padding-bottom:10px;
	
}
/*.contact-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #73a543;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    padding-bottom: 5px;
   /*! margin-left: 46%; 
}*/
  
.contact-font {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 25px;
	color: #202020;
	text-align: justify;
	letter-spacing: 0.8px;
	/*! margin-bottom: 15px; */
	font-weight: 700;
}
.contact-font a {
	color: #202020;
}
.contact-font a:hover {
	color: #264e06;
}
.contact-icon {
    width: 55px;
    height: 45px;
}

/************ Contact Page ************/
