/* CSS Document */

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

@font-face 
{
	font-family: 'Lane Narrow';
	src: url('../fonts/lane-narrow.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'Magnolia Script';
	src: url('../fonts/Magnolia Script.otf')  format('truetype');
}

@font-face 
{
	font-family: 'franklin gothic demi cond';
	src: url('../fonts/franklin-gothic-demi-cond.ttf')  format('truetype');
}


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

/************************ index page css ************************/
/************ top-navigation css start ************/

/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    /*! z-index:  9999 !important; */
	background-color:#f4f4f4;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    /*! margin-left: -5px; */
    z-index: 1;
 }
.affix .top-nav {
	display: none;
}
.affix .logo { 
	margin-top: 11px;
    width:50%;
}
.affix #cssmenu { 
	margin-top: 4%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
/************ affix menu code ************/

.logo {
	margin-left:8%;
	margin-top: 20px;
}
.top-nav {
   margin-left:10%;
}
.top-nav ul {
    list-style: none !important;
    padding: 0px;
    display: inline-flex;
}
.top-nav ul li {
    padding: 30px 12px;
}
.phone {
    font-size: 20px;
    font-family: 'myriad pro-regular';
    color: #000;
}
.email {
	font-size:18px;
	 font-family: 'myriad pro-regular';
    color: #252525;
}
.email:hover
{
	color:#a8cf49;
}
.social-01 i {
	color:#707070;
	font-size: 20px;
	display: inline-flex;
}
.social-01 i:hover {
	color:#a8d04b;
	
}

/************ top-navigation css over ************/

/************ About Index css start *************/
.about-index-text {
	color:#fff;
	font-size:35px;
	font-family: 'Questrial-Regular' !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 7% !important;
	margin-top:  8% !important;
    margin-bottom:5% !important;
	display: inline-flex;
}
.about-index-text-01 {
	color:#fff;
	font-size:18px;
	font-family:'Lane Narrow';
	font-weight: 700;
	margin-left: 7% !important;
	text-align:justify;
	line-height: 30px;
	margin-bottom: 25px !important;
	letter-spacing: 1.2px;
}
.about-index {
    background-color: #92bf0f;
}
.margin-left {
    margin-left: 14% !important;
    margin-top: 30px;
}
.ower-img {
    margin-left: -40%;
    margin-top: -15%;
    margin-bottom: 30px;
}
/*** button css ***/

.btn {
  cursor: pointer !important;
  background-color: #041e42;
  width: 330px;
  height: 64px;
  line-height: 64px !important;
  position: absolute;
  left: 34%;
  top: 112%;
  transform: translate(-50%, -50%);
  z-index: 0;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34);
  padding: 0px !important;
}
.btn span {
  color: #fff;
  display: block;
  /*! padding-left: 35px; */
  /*! text-transform: uppercase; */
  /*! font: bold 18px/66px Arial; */
  transform: scaleX(0.6);
  letter-spacing: 3px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Questrial-Regular';
}
.btn em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 33%;
  right: 23px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.btn:before,
.btn:after {
  content: '';
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn:hover span {
  color: #000;
}
.btn:hover em {
  background: #000;
  transform: scaleX(1);
}
/*** button css ***/

/************ About Index css Over *************/

/************ Product slider css start *********/
.heading-01 {
    padding-top: 0px !important;
    font-size: 40px;
    color: #202020;
    font-family: 'Questrial-Regular';
    font-weight: bold;
    font-weight: 700;
    margin-top: 50px;
}
.heading-01 img {
	margin-top: 30px;
}
.product-slider {
	margin-bottom:50px;
}
/************ Product slider css over *********/

/************ info css start *********/
.info {
	background-color:#f1f1f1;
}

.info-font {
	font-family: 'Questrial-Regular';
	color:#2c2c2c;
	font-size:25px;
	font-weight:700;
	padding-top: 42px;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
/************ Info css Over *********/


/************ Footer css Start *********/
.footer {
	background-color:#3b3b3b;
}
.footer-top {
	padding-top:30px;
}
.footer-01{
    margin-left: 10%;
    margin-top: 35px;
    margin-bottom: 35px;
}
.footer-011{
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer-font {
	font-family: 'Questrial-Regular';
	font-size: 18px;
	color: #d5d4d4;
	margin-top: 20px !important;
	font-weight: 700;
	letter-spacing: 1px;
}
.footer-font-01 {
	font-family: 'Questrial-Regular';
	font-size: 30px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 700;
}
.footer-font-02
{
    font-size: 18px;
    color: #fefdfd;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
    font-weight: 700;
}
.footer-font-03 {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	color: #d5d4d4;
	font-weight: 700;
	letter-spacing: 1px;
}
.footer-font-04 {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	color: #d5d4d4;
	margin-top: 20px !important;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 6% !important;
}
.footer-font-email {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	color: #d5d4d4;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer-font-email a{
	font-family: 'Questrial-Regular';
	font-size: 15px;
	color: #d5d4d4;
	
}
.footer-font-email a:hover{
	font-family: 'Questrial-Regular';
	font-size: 15px;
	color: #ef8837 !important;
}

.footer li {
	list-style:none;
	padding-bottom: 3px;
}

/******* footer social icon css *************/
.social {
   	display: inline-flex;
    padding: 0px 16px;
    margin-top: 7px;
    list-style: none;
}
.social-icon {
    margin: 0px 4px;
    width: 40px;
    height: 40px;
    background-color: #003978;
    border-radius: 50%;
    text-shadow: 2px 2px 4px #000000;
}
.social i {
    font-size: 16px;
    color: #fff;
    padding-top: 9px;
}

.social:hover {
    background: none;
    color: #fff;
    font-weight: 700;
}
/*******************footer social icon css**********************/

/************ footer dcss over *********/
/************************ index page css ************************/

/************************ About page css ************************/
.top-slider {
    background-color: #323131;
    margin-bottom: 50px;
}
.slider-font {
    font-size: 64px;
    color: #fff;
    font-family: 'Questrial-Regular';
    /*! padding-top: 3%; */
    /*! padding-left: 4%; */
    text-shadow: 2px 2px 4px #000000;
    margin: 30px 0px 30px 0px;
    text-align: center;
}
.slider-font span {
    font-size: 42px;
}
.about {
   margin-bottom: 50px;
}
.about-text {
    font-family: 'Questrial-Regular';
    font-size: 18px;
    color: #413e3e;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 30px;
    text-align: justify;
}
/*.imgBox:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px #ccc; }*/
.imgBox:hover {
    -webkit-box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0,0,0,0.22) !important;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0,0,0,0.22) !important;
}

.about-hading-bg {
	background-color: #f1f1f1;
	margin-top: 30px;
	padding: 10px 0px 0px 0px;
	margin-left: 8%;
	background: #a8bc6c;
	background: -webkit-linear-gradient(left,rgba(168, 188, 108,1),rgba(168, 188, 108,0));
	background: -o-linear-gradient(right,rgba(168, 188, 108 ,1),rgba(168, 188, 108 ,0));
	background: -moz-linear-gradient(right,rgba(168, 188, 108 ,1),rgba(168, 188, 108 ,0));
	background: linear-gradient(to right, rgba(168, 188, 108,1), rgba(168, 188, 108,0));
}
.about-hading {
	font-family: 'Questrial-Regular';
    font-size: 43px;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
	letter-spacing: 1px;
	background-color: #313131;
	width: 70%;
	height: 80%;
	margin-left: -10px !important;
	color: #fff;
}
.about-text-01 {
    color: #3d3b3b;
    font-weight: 700;
    font-family: 'Questrial';
    font-size: 25px;
    text-align: left;
    padding-left: 10%;
}
/************************ About page css ************************/

/************************ Contact page css ************************/
.contact {
	margin-bottom:50px;
}
.contact-details {
	margin-bottom:50px;
}
.contact-font
{
	font-size:16px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	text-align: center;
	font-weight: normal;
	/*! padding-left: 20%; */
}
.contact-font-01
{
	font-size:16px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
}
.contact-font-01:hover
{	
	color:#83a539;	
	text-decoration:none;
	
}
.grow 
{
  -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;
    
}
.grow:hover
{
 -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); 
}
/************************ Contact page css ************************/

/************************ Download page css ************************/
.download {
    margin-bottom: 50px;
}
.download-link {
    border: 1px solid #000;
}

.download-text {
    background-color: #000;
    color: #f4f4f4;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
    margin: 0px !important;
}
/************************ Download page css ************************/

/************************ services page css ************************/
.services {
	margin-bottom:50px;
}
.services-text {
    font-family: 'Questrial-Regular';
    font-size: 18px;
    color: #413e3e;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: justify;
    margin-left: 6% !important;
    margin-bottom: 25px !important;
}
/************************ services page css ************************/

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

/************************ index page css Start ************************/

/************ Top-navigation css start ************/
/************ affix menu code ************/
.affix .logo { 
	width: 50%;
}  
.affix .button { 
	margin-top: -60px;
	/*! margin-right: -20px; */
} 
.affix #head-mobile { 
	padding: 0px !important;
}  
.affix {
	/*! margin-left:-6%; */
}
/************ affix menu code ************/

.logo {
    margin-left: 0px !important;
}

.top-nav ul {
    list-style: none !important;
    padding: 0;
    display:inherit;
}
.top-nav ul li {
    padding: 10px 9px;
    display: inline-flex;
}
.social li {
    padding: 0px 0px !important;
    margin-bottom: 0;
}
/************ Top-navigation css over ************/

/************ slider css start ************/
.slider-img {
    height: 230px !important;
}
.slider-font {
    font-size: 34px;
    margin: 15px 0px 15px 0px;
}
/************ slider css over ************/

/************ About index css over ************/
.about-index {
    margin-top: -70%;
}
.about-index-text {
    font-size: 16px;
}
.about-index-text-01 {
	font-size:15px;
}
.btn {
   	width: 260px;
    height: 64px;
    left: 48%;
    top: 105%;
}
.margin-left {
    margin-left: 14% !important;
    margin-top: 70px;
}
/************ About index css over ************/

/************ Product slider css start *********/
.heading-01 {
	font-size:31px;
}
element {
    width: 390px;
}
#flexiselDemo3 li {
	margin-right:15px !important;
}
/************ Product slider css over *********/

/************ Info css Start *********/
.info-font {
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 18px;
}
/************ Info css over *********/

/************ Footer css Start *********/
.footer-font {
	font-size:14px;
}
.footer-font-01 {
   font-size: 17px;
}
.footer-font-03 {
	font-size:13px;
}
.footer-01 {
    margin-left: 10%;
    margin-top: 10px;
}
.footer-011 {
    margin-left: 10%;
    margin-top: 10px;
}
/************ Footer css over *********/
/************************ index page css over ************************/

/************************ About page css ************************/
.about-text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.0px;
}
.about-hading {
    font-size: 26px;
    width: 90%;
}
.visit-box-01-btn {
	font-size:18px;
}
/************************ About page css ************************/

/************************ services page css ************************/
.services-text {
    font-family: 'Questrial-Regular';
    font-size: 15px;
    color: #413e3e;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: justify;
    margin-left: 3% !important;
    margin-bottom: 15px !important;
}
/************************ services page css ************************/
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
/************************ index page css Start ************************/

/************ Top-navigation css start ************/
.logo {
    margin-left: 0%;
}
.top-nav {
    margin-left: 0%;
}
.top-nav ul li {
    padding: 25px 11px;
}
/************ Top-navigation css Over ************/

/************ Slider css start ************/
.slider-section .carousel-caption{
	top: -0%;
	left: 20%;
}	
.slider-section .carousel-caption h4{
	font-size: 45px !important;
	margin-top: 45% !important;
	margin-bottom: 35px !important;
}
.slider-section .carousel-caption h3{
	font-size:80px !important;
	margin-bottom: 35px !important;
}
.slider-section .carousel-caption h6 {
    font-size: 25px !important;
	margin-bottom: 35px !important;
 }
 .slider-section .carousel-caption h5{
	font-size: 45px !important;
	margin-bottom: 35px !important;
}
/************ Slider css over ************/

/************ About-index css start ************/
.about-index-text {
	font-size:18px;
}
.about-index-text-01 {
	font-size:14px;
	line-height:21px;
}
.margin-left {
    margin-left: -2% !important;
}
.ower-img {
    margin-left: -12%;
}
.btn  {
	left:50%;
}
/************ About-index css Over ************/
/************************ index page css over ************************/
}