/* CSS Document */

@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-condensed';
	src: url('../fonts/myriad-pro-condensed.ttf')  format('truetype');
}
@font-face
{
  font-family: 'lane-narrow';
  src: url('../fonts/lane-narrow.ttf')  format('truetype'); 
}

body
{
	overflow-x:hidden;
}

.wrapper
{
	max-width:1200px;
	margin:0 auto;
}
.top-bar
{
	background-color:#fbfbfb;
	border-bottom: 1px solid #eeeeee;
}

.social
{
	float:left;
	display:inline-flex;
	margin-top: 7px;
}	
ul
{
	list-style:none;
	padding:0px;
}
.social-icon{
	color:#a1a1a0;
	font-size:16px;
	padding:16px;
}
.social-icon:hover{
	color:#5e9c9c;
}
.top-font{
		font-size: 16px;
		font-family: 'myriad-pro-condensed';
    	color: #515151;
		font-weight:700;
		margin-top: 7px;
		float: right;
		display: inline-flex;
}
.top-font i
{
	color:#5cade3;
	font-size:16px;
	
}
.top-font li { padding:5px;}
.email-01 {
   font-family: 'myriad-pro-condensed';
    color: #515151;
    font-size: 16px;
	font-weight:700;
    text-decoration: none;
}
.email-01:hover {    
	color: #5e9c9c;     
}

.menu{color:#fff;}
.content
{ 
	margin-bottom: 40px;
}

.slider-font
{
	font-size:25px;
	color:#2d2d2d;
	font-family: 'myriad pro-regular';
	font-weight:bold;
	margin-left: 154px;
}

.slider-font-01
{
	font-size:30px;
	color:#2d2d2d;
	font-family: 'myriad pro-regular';
	font-weight:bold;
}


.heading
{
	font-size:25px;
	font-family: 'lane-narrow';
	color:#1f1f1f;
	font-weight: bold;
}
.h-font-01
{
	font-size: 17px;
	text-align: unset;
	color: #3e3e3e;
	line-height: 27px;
	 font-family: 'myriad pro-regular';
	letter-spacing: 1px;
}

.product-slider {
    background-color: #57850b;
    
}

/*-----------------------icon effact------------------------*/
.home-icon-01
{
		background-image: url(../images/info-1.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 58px;
		margin-top: 47px; 
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.home-icon-01:hover
{
		background-image: url(../images/info-1-b.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 58px;
		margin-top: 47px; 
	-webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
		  transition: all 0.8s ease-in;
}
.home-icon-02
{
		background-image: url(../images/info-2.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 58px;
		margin-top: 47px; 
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.home-icon-02:hover
{
		background-image: url(../images/info-2-b.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 58px;
		margin-top: 47px; 
	-webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
		  transition: all 0.8s ease-in;
}
.home-icon-03
{
		background-image: url(../images/info-3.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 58px;
		margin-top: 47px; 
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.home-icon-03:hover
{
		background-image: url(../images/info-3-b.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		height: 58px;
		margin-top: 47px; 
	-webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
		  transition: all 0.8s ease-in;
}
/*-----------------------icon effact------------------------*/


.info-03
{
	font-size:20px;
	color:#0d0d0d;
	font-weight: 700;
	font-family: 'lane-narrow';
	/*! letter-spacing: 2px; */
	/*! text-align: center; */
}
.info-04
{
	font-size:14px;
	color:#3e3e3e !important;	
	 font-family: 'myriad pro-regular';
	text-align: unset;
	/*! letter-spacing: 1px; */
}
.pro-slider
{
	background-color:#57850b;
}

.footer
{
 background-color:#f2fedd;
}
.footer-h2
{
	color:#0d0d0d;
	font-size:20px;
	font-family: 'myriad pro-regular';
	font-weight:700;
	/*! padding: 0px 15px; */
}
.footer-p
{
	color:#3e3e3e;
	font-size:14px;
	font-family: 'myriad pro-regular';	
	/*! padding: 0px 15px; */
	line-height: 21px;
}
.footer-mail
{
	color:#3e3e3e;
	font-size:14px;
	font-family: 'myriad pro-regular';
	text-decoration:none;
	line-height: 25px;
	padding: 0px 5px;
}
.footer-mail:hover 
{
	color:#3e3e3e;
}
.footer-h3{

	color:#333232;
	font-size:25px;
	font-family: 'myriad pro-regular';
	
}
.social1
{
	float:left;
	padding:0px;
	display:inline-flex;
	/*! box-shadow: 10px 10px 5px grey; */
	font-size: 20px;
}	
.social1 ul
{
	list-style:none !important;
	padding:0px;
}
/***********************about page css******************************/
.company-font-01 {
    color: #80b02e;
    font-size: 45px;
    margin-top: 10px;
    font-family: 'myriad-pro-condensed';
}
.company-font-01::after {
    height: 3px;
    display: block;
    width: 100px;
    background: #2d2d2d;
    border-bottom: 1px white;
    content: '';
    margin-top: 8px;
    margin-left: 0px;
    padding-bottom: 5px;
}

.contact-font-02 {
    color: #58646e;
    font-size: 16px;
    font-family: 'myriad-pro-condensed';
    line-height: 26px;
    text-align: justify;
    letter-spacing: 1px;
    padding: 0px 10px;
}
.about-img {
	height:400px !important;
	width:500px;
}
.slider
{
	margin-bottom:35px;
}
/***********************about page css******************************/

/***********************contact page css******************************/
.map {
    border: 5px solid #f6f5f0;
    border-radius: 40px;
    height: 400px;
    width: 550px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 15px auto;
}


.text-01 {
    font-family: 'myriad-pro-condensed';
    font-size: 25px;
    color: #1f1f1f;
    font-weight: bold;
    margin-bottom: 20px;
}
.text-04 {
    font-size: 15px;
    color: #3e3e3e;
    text-align: justify;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: 'myriad pro-regular';
}
.text-04 a:hover {
    color: #5e9c9c;
}

/***********************contact page css******************************/

/************************product page css*****************************/
.product-font-01
{
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-family: 'lane-narrow';
    color: #5e9c9c;
    font-weight: 700;
	letter-spacing: 1px;
}
.product-font-01:hover
{
	color:#000;
}
/************************product page css*****************************/

.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 2px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}


@media only screen and (max-width: 480px) {

.top-font{display:inherit;float: left;}
.email-01{ font-size:14px;}
#first-slider h1 { font-size: 20px !important;margin-left: 32px;text-align: unset !important;}
#first-slider slider-font {  margin-left: 15px !important;}
#first-slider slider-font-01 { margin-left: 15px !important;}
.slider-font{ font-size: 8px; margin-left: 32px;}
.slider-font-01{ font-size: 12px !important; margin-left: 32px !important;}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left , #first-slider .slide5 .text-left{
    margin-left: 30% !important;
     margin-bottom: -30%; 
    margin-top: -37% !important;
    /*! background-color: rgba(136, 136, 136, 0.67); */
}
#first-slider .slide2 .text-left{
  
  margin-left: 4% !important;
  margin-bottom: -40%;
  margin-top: -37% !important;
  /*! background-color: rgba(136, 136, 136, 0.67); */}
.bg-img {
	height:180px !important;
}

.footer-h3{

	color:#333232;
	font-size:20px;
	font-family: 'myriad pro-regular';
	
	margin-left: 15px;
}
.heading {
    font-size: 21px;
    /*! margin-left: 8px; */
    text-align: center;
    padding: 0px 4px;
}
.h-font-01 {
    font-size: 14px;
    margin-left: 14px;
    margin-right: 12px;
    line-height: 22px;
    text-align: unset;
    letter-spacing: 1px;
}
	
.info-04 {
	margin-left: 17px;
	margin-right: 15px;
	text-align: unset;
}
.social1 {
    float: left;
    padding: 0px;
    display: inline-flex;
    font-size: 15px;
	margin-left:15px;
}
.home-icon-01 { 
	margin-top:0px !important;
}
.home-icon-02 { 
	margin-top:0px !important;
}
.home-icon-03 { 
	margin-top:0px !important;
}
/*****************about page css*****************/
.company-font-01 {
    color: #80b02e;
    font-size: 35px;
    margin-top: 10px;
    font-family: 'myriad-pro-condensed';
    text-align: center;
    margin: ;
}
.company-font-01::after {
    height: 3px;
    display: block;
    width: 100px;
    background: #000;
    border-bottom: 1px white;
    content: '';
    margin-top: 8px;
    margin-left: 30%;
    padding-bottom: 5px;
}
.contact-font-02 {
	/*padding:0px 37%;*/
}
.about-img {
    height: 400px !important;
    width: 310px;
}

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

/*****************contact page css*****************/
.text-04 {
    font-size: 12px;
    text-align: justify;
    line-height: 25px;
    margin-left:15px;
}
.map {
    width: 290px;
    height: 390px;
}

/*****************contact page css*****************/

/*****************product page css*****************/
.product-font-01 {
    margin-top: 20px;
    font-size: 15px;
    font-family: 'lane-narrow';
    color: #5e9c9c;
    font-weight: 700;
    letter-spacing: 1px;
}
/*****************product page css*****************/
}