/* 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:33%;
}
.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:32%;
   margin-top: 12px;
}
.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:#0c90bf;
}
.social-01 i {
	/*! color:#0c90bf; */
	font-size: 20px;
	display: inline-flex;
}
.social-01 i:hover {
	color:#00a1db;
	
}

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

/************ About Index css start *************/
.about-index-text {
	color:#fff;
	font-size:50px;
	font-family: 'franklin gothic demi cond' !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: #0c90bf;
    padding-bottom: 10%;
}
.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: 36px;
    color: #202020;
    font-family: 'Questrial-Regular';
    font-weight: bold;
    font-weight: 700;
    margin-top: 50px;
    /*! text-align: center; */
}
.heading-01 img {
	margin-top: 30px;
}
.product-slider {
	margin-bottom:50px;
}
.notice {
    color: red;
    margin-top: -30px !important;
}
/************ 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;
}
.about-ftr-text-01 {
    color: #fff;
    font-size: 18px;
    font-family: 'Lane Narrow';
    font-weight: 700;
    /*! margin-left: 7% !important; */
    text-align: center;
    line-height: 9px;
    margin-bottom: 25px !important;
    letter-spacing: 1.2px;
}
.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-04 a {
    color: #d5d4d4;
}
.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: #0c90bf !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;
}
.about-index2{
    /*! margin: 5%; */
}
.prof-text2{
	color:#000;
	}
.about-index3 {
    margin: 5%;
}
.v-heading {
    font-family: 'Questrial-Regular';
    font-size: 20px;
    color: #02baff;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 4% !important;
}

.glr-heading {
    font-family: 'Questrial-Regular';
    font-size: 20px;
    color: #02baff;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 4% !important;
}
/*******************footer social icon css**********************/

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

/************************ About page css ************************/
.top-slider {
    background-color: #3b3b3b;
    margin-bottom: 50px;
}
.slider-font {
    font-size: 64px;
    color: #fff;
    font-family: 'Questrial-Regular';
    padding-top: 2%;
    /*! 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:#00a3dd;	
	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); 
}
.map {
    margin-bottom: 1%;
}
/************************ 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;
}
.margin-top {
    margin-top: 3%;
}
.abt-txt {
    margin: 3% !important;
}
.pro-txt {
    margin: 0% !important;
    margin-bottom: 2% !important;
}
.contact-spc{
    padding-top: 7%;
}
   
 /************ Product css  ************/   
 .about-index-title {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 2%;
    }
.about-textp {

    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;

}
.pro-main{

    padding: 0% 5%;
}
.margin-bottam1 {
    margin-bottom: 3%;
}
.video-size {
    width: 340px;
    height: 340px;
}
 /************ Product css over************/ 
 
 
 /************ Download ************/ 
 
 .b-image {
    border: 4px solid #187dbb;
    margin: 6% 11% 17% 11%;
    background: #eaeaea;
    height: 200px;
}

.b-title {
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #187dbb;
    margin-top: 3%;
    letter-spacing: 1px;
    padding: 2px;
}
 
  /************ Download Over************/ 
  
  
  
/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 4%;
}
table td {
  	padding: 10px;
	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: #023f88e6;
    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 ********/

/************************ services page css ************************/
