/* CSS Document */

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

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

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

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

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

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

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

body
{
	overflow-x:hidden;
}
.container
{
	/*! width: 1200px; */
	 margin:0px auto; 
}

/************ index page start ************/

/************ 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; */
 }
.affix .top-nav {
	display: none;
}
.affix .logo { 
	margin-top: 7px;
	width: 40%;
}
.affix #cssmenu { 
	margin-top: 2%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
.affix .logo-1 {
    margin-top: 5px;
    width: 60%;
}
/************ affix menu code ************/
.logo-1 {
    margin-top: 10%;
    margin-left: -18%;
}   
.logo {
	
	margin-top: 11px;
}
.top-nav {
	 margin-left: 2%;
	
}
.phone {
    font-size: 20px;
    font-family: 'myriad pro-regular';
    color: #000;
}
.email {
	font-size:18px;
	 font-family: 'myriad pro-regular';
    color: #000;
}
.email:hover
{
	color:#003878;
}
.email a {
        color: #000;
}
.email a:hover {
        color: #003878;
}
.top-nav ul li {
    padding: 25px 12px;
}
.top-nav ul {
    list-style: none !important;
    padding: 0px;
    display: inline-flex;
    margin-bottom: 0px !important;
}

.social-01 i {
	color:#707070;
	font-size: 20px;
	display: inline-flex;
}
.social-01 i:hover {
	color:#003878;
	
}
header.smaller {
    height: 75px;
}
/************ top-navigation css over ************/

/************ slider css ************/
.slider {
    margin-bottom: 2%;
}
/************ slider css ************/

/************ About css start ************/
.about {
    margin-bottom: 3%;
}
.about-font {
	font-family: 'JosefinSlab-Regular';
	font-size:40px;
	letter-spacing:1px;
	margin-top: 15% !important;
	color: #141313;
}
.about-font-01 {
	font-size:80px;
	font-weight:700;
	font-family: 'Questrial-Regular';
	color: #000;
}
.about-font-02 {
	font-size:30px;
	/*! font-weight:700; */
	font-family: 'Questrial-Regular';
	text-align: left;
	color: #000;
	margin-top: -19% !important;
    line-height: 45px;  
}
.about-font-03 {
	font-family: 'Questrial-Regular';
	font-size:23px;
	color:#141313;
	letter-spacing: 1px;
	line-height: 40px;
	padding-left: 2%;
}
.about-font-04 {
    font-family: 'Questrial-Regular';
    font-size: 24px;
    color: #141313;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0px 0px 0px 12%;
}
.product-img {
	margin-left: -12%;
	margin-top: 9%;
}

/*** button css ***/
.btn-1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-1 {
  cursor: pointer !important;
  background-color: #414141;
  width: 230px;
  height: 55px;
  line-height: 50px !important;
  position: relative;
  left: 10%;
  top: 0%;
  transform: translate(-50%, -50%);
  z-index: 0;
  /*! box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.34); */
  padding: 0px !important;
  border-radius: 0px !important;
  margin-top: 5%;
}
.btn-1 span {
  color: #fff;
  display: block;
  padding-left: 0px;
  text-transform: uppercase;
  /*! font: bold 18px/66px Arial; */
  transform: scaleX(0.6);
  letter-spacing: 2px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-family: 'Ubuntu-B';
  margin-left: -15px;
}
.btn-1 em {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 25%;
  right: 18px;
  top: 50%;
  transform: scaleX(0.25);
  transform-origin: center right;
  transition: all 0.3s ease;
  z-index: 1;
}
.btn-1:before,
.btn-1:after {
  content: '';
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-1:before {
  top: 0;
  left: 0;
  right: auto;
}
.btn-1:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn-1:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.btn-1:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-1:hover span {
  color: #414141;
}
.btn-1:hover em {
  background: #414141;
  transform: scaleX(1);
}
/*** button css ***/
.pro-padd { margin-left: 12%;margin-top: 2%;}
/************ About css Over ************/

/************ Features css start ************/
.features-box {
    margin-bottom: 56px;
}
.features-box-01 {
	border:2px solid #cdcdcd;
	border-radius:4px;
	padding:  40px !important;
	width: 47% !important;
	border-bottom-width: 5px;
		cursor: pointer;
}
.features-box-01:hover { 
	border-bottom-color: #353939 !important;
	border-bottom-width: 5px;
	border-radius: 4px;
}
.features-box-011 {
	border:2px solid #cdcdcd;
	border-radius:4px;
	padding: 40px !important;
	width: 47% !important;
	margin-right: 56px;
	border-bottom-width: 5px;
	cursor: pointer;
}
.features-box-011:hover { 
	border-bottom-color: #353939 !important;
	border-bottom-width: 5px;
	border-radius: 4px;
}
.feature-text {
	font-family: 'Ubuntu-B';
	font-size:20px;
	color:#141313;
}
.feature-text-01 {
	font-family: 'Questrial-Regular';
	font-size:16px;
	color:#141313;
	line-height: 30px;
	text-align: justify;
}
.feacture-hover-btn {
    float: right;
    margin-top: -6%;
    /*! display: none !important; */
}
.feature-img {
}
/*#img1, #img2{
 display:none;   
}*/
/***** hover image *****/
.features-box-011 img:last-child {
  display: none;  
}
.features-box-011:hover img:last-child {
  display: block;  
}
,features-box-011:hover img:first-child {
  display: none;  
}
.features-box-01 img:last-child {
  display: none;  
}
.features-box-01:hover img:last-child {
  display: block;  
}
,features-box-01:hover img:first-child {
  display: none;  
}
/***** hover image *****/
/************ Features css Over ************/
/************ video css start ************/
.video-box {
	background-color:#f4f4f4;
	margin-bottom: 6%;
}
.video-text {
	color:#141313;
	font-size:40px;
	font-family: 'JosefinSlab-Regular';
	margin-top: 25% !important;
	line-height: 5px;
}
.video-text-01 {
	color:#141313;
	font-size:80px;
	font-family: 'Questrial-Regular';
}
.videoooo-01 {
	margin-top: 15%;
	margin-bottom: -10%;
	border: 10px solid #fefefe;
	border-radius: 10px;
	width: 100%;
	/*! height: auto; */
}
/************ video css Over ************/

/************ Footer css Start ************/
.footer-box {
	/*! padding-top: 20px; */
}
.footer-logo {
	margin-bottom:1%;
	margin-top: 1%;
}
.footer-font {
	font-family: 'Questrial-Regular';
	font-size:20px;
	color:#000;
	font-weight: 700;
}
.footer-font-01 {
	font-family: 'myriad pro-regular';
	font-size:50px;
	color:#000;
	font-weight: 700;
}
.social-footer-01 {
    display: inline-flex;
    /*! margin-bottom: 2%; */
}
.social-icon-011 {
    color: #FFFFFF !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    line-height: 25px;
    font-size: 30px;
    border-radius: 100%;
    transition: all 200ms ease-in;
}
.social-icon-011:hover {
    color: #cbd4d4 !important;
    background: #eaeaea;
    background-color: rgb(234, 234, 234);
    border: 2px solid #898989;
    border: none;
    background-color: #3b3b3b !important;
    background: url(../images/insta-bg-hover.png) !important;
}
li {
    list-style-type: none;
}
.footer-font-02 {
	font-size:29px;
	font-family: 'Questrial-Regular';
	color:#141313;
}
.footer-font-02 a{ 
	color:#141313;
}
.footer-font-03 {
	font-size:17px;
	font-family: 'Questrial-Regular';
	color:#535354;
	/*! margin-bottom: 5% !important; */
}
.footer-font-03 a{ 
	color:#141313;
}
.footer-font-04 {
	font-family: 'Questrial-Regular';
	font-size:20px;
	color:#000;
	font-weight: 700;
}
.footer-font-04:hover {
	color:#325CB6;
}
.footer-font-05 {
	font-size:20px;
	font-family: 'Questrial-Regular';
	color:#003878;
	
	text-align: center;
}
.footer-font-06 {
	font-size:17px;
	font-family: 'Questrial-Regular';
	float: right;
	color: #000;
}
.footer-font-06 a{
	color: #000 ;
}
.footer-font-06 a:hover {
	color:#325CB6;
}
/************ Footer css Over ************/

/************ parallex effect ************/
header,
footer,
.content {
  /*! padding: 1em; */
 }
 
header,
footer {
  position: fixed;
  width: 100%;
}
 
header {
  top: 0;
  background: #c2c2c2;
  height: 125px;
  z-index: 2;
}
 
footer {
  bottom: 0;
  /*! background: #858585; */
  height: 540px;
  z-index: -2;
}
 
.content {
  position: relative;
  z-index: 1;
  background: white;
  min-height: 600px;
  /*! box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); */
  margin-top: -2%;
  padding: 0px;
}
.content-01 {
  position: relative;
  z-index: 1;
  background: white;
  min-height: 600px;
  /*! box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); */
  margin-top: -3%;
  padding: 0px;
}
.wrapper-parallax {
  margin-top: 0px;
  margin-bottom: 600px;
  
}
/************ parallex effect ************/
/************ index page over ************/


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

.set-margin {  width: 100%;}

.about01 {font-size: 80px;
    color:#040404;
font-family: 'myriad pro-regular';
margin-bottom: 4% !important;
margin-top: 5%;
}

.about02 {font-size: 100px;
    /*! color:#040404; */
font-family: 'Questrial-Regular';
/*! margin-bottom: 10% !important; */}

.about-logo {
margin-left: 12%;
position: absolute;
margin-top: 24%;
}

.about03 {
    font-size: 16px;
font-family: 'Questrial-Regular';
text-align: left;
color: #141313;
text-align: justify;
margin-right: 12% !important;
line-height: 30px;
}

.about04{
    font-size: 25px;
font-family: 'Questrial-Regular';
color: #141313;
text-align: justify;
margin-top: -3% !important;
    margin-left: 41% !important;
    line-height: 45px;
}

.box-1 {    
    /*! background-color: #bfe5ea; */
    padding: 40px;
    /*! margin-right: 12%; */
	  border-bottom: 3px solid #000;
}
.about-title 
{
    font-size: 20px;
    font-family: 'Questrial-Regular';
    color: #fffefe;
    background-color: #000;
    width: 200px;
    margin-left: -5%;
    margin-top: -43px;
    padding: 12px;
    padding-left: 12px;
    padding-left: 22px;
}

.about05 {
    font-family: 'Questrial-Regular';
font-size: 16px;
color: #141313;
line-height: 30px;
text-align: justify;
margin-top: 4% !important;
}

.box-2 {    
    /*! background-color: #8edbe5; */
    padding: 40px !important;
    /*! margin-right: 12%; */
	 border-bottom: 3px solid #000;
}

.box-3 {    
   /*! background-color: #35cbda;*/
    padding: 40px !important;
   /*! margin-right: 12%;*/
    border-bottom: 3px solid #000;
}
.box-4 {    
   /*! background-color: #35cbda;*/
    padding: 40px !important;
   /*! margin-right: 12%;*/
    border-bottom: 3px solid #000;
}
.box-5 {    
   /*! background-color: #35cbda;*/
    padding: 40px !important;
   /*! margin-right: 12%;*/
    border-bottom: 3px solid #000;
}
.box-6 {    
   /*! background-color: #35cbda;*/
    padding: 40px !important;
   /*! margin-right: 12%;*/
    border-bottom: 3px solid #000;
}
.box-7 {    
   /*! background-color: #35cbda;*/
    padding: 40px !important;
   /*! margin-right: 12%;*/
    /*! border-bottom: 3px solid #000;*/
}
.man-img {
	margin-top: 19%;
}
/************ about page over ************/

/************ product page start ************/
/**** Table box *****/
table {
    border-collapse: separate !important;
    width: 100%;
    text-align: center;
    padding: 4px;
    border: 1px solid #000;
    margin-bottom: 15px;
}
.about-table-font-01 {
    font-family: 'Questrial-Regular';
    font-size: 17px;
	   color: #414141;
    line-height: 35px;
    letter-spacing: 1px;
	 text-align: center;
    background-color: #cdcdcd;
}
.about-table-font {
    font-family: 'Questrial-Regular';
    font-size: 17px;
	color: #58646e;
    line-height: 35px;
    letter-spacing: 1px;
	text-align: center;
}
.about-table-font:hover {
	background-color:#75757533;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.table-text { 
	font-size: 17px;
font-family: 'Questrial-Regular';
text-align: left;
color: #000;
line-height: 27px;
padding: 0% 0px 0px 2%;
}
/**** Table box *****/

.Plate-box-info {
	margin-bottom:8%;
}
.about-01 {
    margin-bottom: 2%;
}
.product-font {
	font-size:80px;
	color:#040404;
	font-family: 'myriad pro-regular';
	padding: 6% 0px 0px 0%;
}
.product-detail {
    font-family: 'Questrial-Regular';
    font-size: 25px;
    color: #141313;
    letter-spacing: 1px;
    line-height: 40px;
}
.product-detail-01 {
    font-family: 'Questrial-Regular';
    font-size: 20px;
    color: #141313;    
    line-height: 30px;
}
.product-font-01 {
	font-size:100px;
	color:#040404;
	font-family: 'Questrial-Regular';
	margin-bottom: 6% !important;
}
 .product-img-01 {
	margin-left: -5%;
	position: absolute;
	margin-top: 25px;
}
.product-font-detail {
    font-size: 45px;
    color: #040404;
    font-family: 'Questrial-Regular';
}
.product-detail-03 {
    font-size: 30px;
    color: #040404;
    font-family: 'Questrial-Regular';
	  font-weight: 600;
}
.product-img-02 {
	position: unset;
	margin-top: 25px;
}
.product-font-02 {
    font-size: 24px;
    font-family: 'Questrial-Regular';
    text-align: left;
     padding: 0px 0px 0px 0%;
    color: #000;
    margin-bottom: 4%;
    font-weight: 600;
}

.product-font-03 {
    font-size: 17px;
    font-family: 'Questrial-Regular';
    color: #000;
    padding: 0% 0% 0% 2%;
    font-weight: 300;
}
.tips-text {
	font-size:80px;
	font-family: 'Questrial-Regular';
	color:#040404;
}

.flexo-plate-box {
    background-color: #e4f5fe;
    border: 2px solid #fff;
}
.letterpress-box {
	background-color:#fef3e4;
	border: 2px solid #fff;
}
.info-btn {
    width: 78%;
    height: 52px;
    font-family: 'Questrial-Regular';
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    letter-spacing: 1px;
    font-weight: 700;
 	font-size:25px;
    margin-left: -40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.flexo-box {
	/*! border-bottom:2px solid #fff; */
	margin-top: 15px;
}
table {
    border-collapse: separate !important;
    width: 100%;
    text-align: center;
    padding: 4px;
    border: 1px solid #000;
    margin-bottom: 15px;
}
.flexo-box-font {
	font-size: 15px;
	font-family: 'Questrial-Regular';
	color: #000000;
	padding-top: 8px;
}
.border {	
	border-top: 3px solid #fff;
}
.flexo-box-font-01 {
	font-size:15px;
	 font-family: 'Questrial-Regular';
	 color:#000000;
}
.letter-box-img {
	margin-top: 10%;
}
.letter-box-img-01 {
	margin-top: 20%;
}
.image-info-text {
	font-size:20px;
	color:#141313;
	font-family: 'myriad pro-regular';
	letter-spacing: 1px;
	margin-bottom:  3% !important;
}
.about-011 {
	 margin-bottom: 3%;
}
.margin-font {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    list-style-image: url('../images/list-icon.png');
    font-family: 'Questrial-Regular';
    list-style-position: inside;
	color:#141313;
}
.image-info-text-01 {
	 font-size: 16px;
	 font-family: 'Questrial-Regular';
	 color:#141313;
	 letter-spacing: 1px;
	 margin-top: 4% !important;
	 margin-bottom: 4% !important;
	 line-height: 35px;
}
.image-info-text-02 {
	font-family: 'myriad pro-regular';
	font-size:30px;
	 color:#141313;
	letter-spacing: 1px;
}
.image-detail-box {
	margin-bottom:6%;
}
/************ image hover effect ************/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
   background-color: rgba(72, 19, 21, 0.7);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  /*! text-transform: uppercase; */
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 15px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Questrial-Regular';
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 6px 14px !important;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 100px 100px !important;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
/************ image hover effect ************/
.image-box {
	margin-bottom: 6%;
}
.image-box-01 {
	background-color:#f8f8f8;
	padding: 40px 0px 40px 0px;
}
.product-font-011 {
    font-size: 65px;
    color: #040404;
    font-family: 'Questrial-Regular';
    padding: 0px 0px 0px 12%;
    margin-bottom: 10% !important;
}
/************ productx page over ************/

/************ Conatct page start ************/
.contact01
{
     font-size: 30px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12%;
margin-top: 10%;
}

.contact02
{
     font-size: 20px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12% !important;
}

.contact03
{
     font-size: 40px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12% !important;
margin-top: 4%;
}

.contact04
{
     font-size: 30px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12%;
margin-top: 0%;
}
.contact04 a {font-size: 30px; font-family: 'Questrial-Regular'; color: #040404;}
.contact04 a:hover { color:#003878;}

.contact05
{
     font-size: 30px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12%;
margin-top: 4%;
}
.contact06
{
     font-size: 20px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12% !important;
margin-top: 4% !important;
}

.btn
{
    font-size: 20px !important;
    font-family: 'Questrial-Regular';
    color: #fffefe;
    background-color: #000;
    width: 380px;
    border-radius: none !important;
    margin-top: 8% !important;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
    text-decoration: none;
}
.social01 {
    display: inline-flex;
    margin-bottom: 4%;
}
.social-icon {
    color: #FFFFFF !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    line-height: 25px;
    font-size: 30px;
    border-radius: 100%;
    transition: all 200ms ease-in;
}
.social-icon:hover {
    color: #cbd4d4 !important;
    background: #eaeaea;
    background-color: rgb(234, 234, 234);
    border: 2px solid #898989;
    border: none;
    background-color: #3b3b3b !important;
    background: url(../images/insta-bg-hover.png) !important;
}
li {
    list-style-type: none;
}
.social-icon i { font-size: 45px;}

/************ Conatct page over ************/


/************ video page start ************/

.video-slider {background-color: #f5f5f5; margin-top: 8%; height: 415px;}

.left-01 {
    left: -27px !important;
    margin-top: 24%;
    margin-bottom: 30%;
}

.right-01 {
	right: -32px !important; 
    margin-top: 24%;
	margin-bottom: 30%;
}

.video-font
{
    font-size: 25px !important;
    font-family: 'Questrial-Regular';
    color: #fffefe;
    background-color: #000;
    width: 380px;
    border-radius: none !important;
    margin-top: 3% !important;
}
.video-set { width: 90%; height: 350px; margin-top: 4%;}

/************ video page over ************/


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

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

/************ Top-navigation css start ************/

/************ affix menu code ************/
.affix .logo { 
	width: 75%;
}  
.affix .button { 
	/*! margin-top: -60px; */
	/*! margin-right: -5px; */
} 
.affix #head-mobile { 
	padding: 0px !important;
}  
.affix {
	/*! margin-left:-6%; */
}
.affix .logo-1{
	display:none;
}
/************ affix menu code ************/
.logo-1 {
    margin-top: 4%;
    margin-left: 20%;
}

/************ parallex effect ************/
header {
    top: 0;
    background: #c2c2c2;
    height: 335px;
    z-index: 2;
}
.content {
    position: relative;
    z-index: 1;
    background: white;
    min-height: 600px;
    /*! box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); */
    /*! margin-top: -25%; */
    padding: 10% 0px 0px 0px;
}
	.content-01 {
    position: relative;
    z-index: 1;
    background: white;
    min-height: 600px;
    /*! box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); */
    margin-top: -4%;
    padding: 6% 0px 0px 0px;
}
/************ parallex effect ************/

.logo {
    margin-left:0%;
}

.top-nav { 
	margin-top:0px;
	margin-left: 0px;
}

.top-nav ul {
    list-style: none !important;
    padding: 0;
    display: inherit;
}

.top-nav ul li {
    padding: 8px 9px;
    display: inline-flex;
}
/************ Top-navigation css start ************/

/************ About css start ************/
.about-font {
   
    font-size: 25px;
    margin-bottom: 2% !important;
    margin-top: 8% !important;
    line-height: 45px;
}
.about-font-01 {
    font-size: 42px;
}
.product-img {
    margin-left: 0%;
    position: relative;
    margin-top: -9%;
}
.about-font-02 {
    font-size: 16px;
    width: 295px;
    line-height: 30px;
    margin-top: 10% !important;
}
.about-font-03 {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding-left: 0px;
    text-align: inherit;
}
.cd-product-viewer-handle { 
	margin: 2em auto 3em !important;
}
.about-table-font {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.product-font-detail {
    font-size: 35px;
}
.product-detail-03 {
    font-size: 24px;
	}
.product-detail {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
}
.product-detail-01 {
    font-size: 16px;
    line-height: 24px;
}
.pro-padd {
    margin-left: 2%;
    margin-top: 0%;
}
/************ About css over ************/

/************ Features css Start ************/
.features-box-011 {
	width:95% !important;
	margin-bottom: 2%;
	margin-left: 2%;
}
.features-box-012 {
	width:95% !important;
	margin-bottom: 2%;
	margin-left: 2%;
}
.features-box-013 {
	width:95% !important;
	margin-bottom: 2%;
	margin-left: 2%;
}
.features-box-01 {
	width:100% !important;
}
.feature-text {
	font-size:19px;
}
.feature-text-01 {
	font-size:15px;
}
/************ Features css Over ************/

/************ Video css start ************/
.video-text-01 {
	font-size:55px;
}
/************ Video css Over ************/
.footer-font {
	font-size:16px;
}
.footer-font-01 { 
	font-size:26px;
}
.footer-font-02 {
    font-size: 18px;
}
.footer-font-03 {
    font-size: 15px;
}
/************ index page over ************/

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

.about01 {font-size: 65px;
    color:#040404;
font-family: 'myriad pro-regular';
margin-bottom: -6% !important;
margin-top: 0px;
}

.about02 {font-size: 60px;
    color:#040404;
font-family: 'Questrial-Regular';
margin-bottom: 10% !important;}

.about-logo {
margin-left: 9%;
position: absolute;
margin-top: -9%;
}

.about03 {
    font-size: 16px;
font-family: 'Questrial-Regular';
text-align: left;
color: #141313;
text-align: justify;
margin-right: 12% !important;
line-height: 30px;
    margin-top: 30% !important;
}

.about04{
    font-size: 20px;
font-family: 'Questrial-Regular';
color: #141313;
text-align: justify;
margin-top: -3% !important;
margin-left: 18% !important;
line-height: 30px;
}

.box-1 {    
    /*! background-color: #bfe5ea; */
    padding: 0px !important;
/*! margin-right: 1%; */

}
.about-title 
{
     font-size: 20px;
     margin-top: -1%;
}

.about05 {
    font-family: 'Questrial-Regular';
font-size: 16px;
color: #141313;
line-height: 30px;
text-align: justify;
margin-top: 4% !important;
}

.box-2 {    
    /*! background-color: #8edbe5; */
    padding: 0px !important;
/*! margin-right: 1%; */

}

.box-3 {    
   /*! background-color: #35cbda;*/
    padding: 0px !important;
  /*!  margin-right: 1%;*/
}

.box-4 {    
   /*! background-color: #35cbda;*/
    padding: 0px !important;
  /*!  margin-right: 1%;*/
}

.box-5 {    
   /*! background-color: #35cbda;*/
    padding: 0px !important;
  /*!  margin-right: 1%;*/
}
 
.box-6 {    
   /*! background-color: #35cbda;*/
    padding: 0px !important;
  /*!  margin-right: 1%;*/
}
/************ about page over ************/

/************ product page Start ************/

.product-font {
    font-size: 30px;
    padding: 0% 0px 0px 4%;
    line-height: 15px;
}
.product-font-01 {
    font-size: 22px;
    padding: 0px 0px 0px 4%;
}
.about-font-04 {
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 38px;
    padding: 0px 0px 0px 7%;
}
.product-img-01 {
    margin-left:0%;
    position:unset;
    margin-top: -20px;
}
.product-font-02 {
    font-size: 18px;
}
.product-font-03 {
    font-size: 14px;
}
.tips-text {
    font-size: 35px;
}
.info-btn {
    width: 100%;
	font-size:18px;
}
.letter-box-img-01 {
    margin-top: 0%;
}
.image-info-text-02 {
   font-size: 18px;
}
.product-font-011 {
    font-size: 27px;
}
/************ product page over ************/
/************ Conatct page start ************/
.contact01
{
     font-size: 27px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12%;
margin-top: 18%;
}

.contact02
{
     font-size: 16px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12% !important;
}

.contact03
{
     font-size: 25px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12% !important;
margin-top: 10%;
}

.contact04
{
     font-size: 23px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12%;
margin-top: 0%;
}
.contact04 a {font-size: 23px; font-family: 'Questrial-Regular'; color: #040404;}
.contact04 a:hover { color:#003878;}

.contact05
{
     font-size: 30px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12%;
margin-top: 8%;
}
.contact06
{
     font-size: 16px;
font-family: 'Questrial-Regular';
color: #040404;
margin-left: 12% !important;
margin-top: 8% !important;
}

.btn
{
    font-size: 20px !important;
    font-family: 'Questrial-Regular';
    color: #fffefe;
    background-color: #000;
    width: 280px;
    border-radius: none !important;
    margin-top: 8% !important;
}
.social01 {
    display: inline-flex;
    margin-bottom: 4%;
}
.social-icon {
    color: #FFFFFF !important;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 25px;
    font-size: 30px;
    border-radius: 100%;
    transition: all 200ms ease-in;
}
.social-icon:hover {
    color: #cbd4d4 !important;
    background: #eaeaea;
    background-color: rgb(234, 234, 234);
    border: 2px solid #898989;
    border: none;
    background-color: #3b3b3b !important;
    background: url(../images/insta-bg-hover.png) !important;
}
li {
    list-style-type: none;
}
.social-icon i { font-size: 30px;}

/************ Conatct page over ************/  
/************ video page start ************/

.video-slider {background-color: #f5f5f5; margin-top: 8%; height: 250px;}

.left-01 {
    left: -23px !important;
    margin-top: 36%;
}

.right-01 {
	right: -32px !important; 
    margin-top: 36%;
}

.video-font
{
    font-size: 18px !important;
    font-family: 'Questrial-Regular';
    color: #fffefe;
    background-color: #000;
    width: 255px;
    border-radius: none !important;
    margin-top: 6% !important;
}

.video-set { width: 260px; height: 205px; margin-top: 2%;}
 .btn-1 {
    width: 240px;
    height: 50px;
    line-height: 46px !important;
    top: 0%;
    left: 45%;
    margin-top: 15%;
} 
/************ video page over ************/
}

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

.top-nav {
    margin-left: 0px;
    margin-top: 0px;
}
.top-nav ul li {
    padding: 12px 6px;
}
.phone {
    font-size: 15px;
}
.email {
    font-size: 15px;
}

.about-font {
	font-size:25px;
	line-height: 60px;
}
.about-font-01 {
    font-size: 50px;
}
.about-font-02 {
    font-size: 15px;
	line-height:25px;
    width: 352px;
}
	
.about-font-03 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding-left: 18px;
}
.pro-padd {
    margin-left: 2%;
}
.btn-1 {
    width: 230px;
    height: 55px;
    line-height: 50px !important;
    left: 37%;
}
.features-box-011 {
	margin-right:24px;
	margin-left: 12px;
}
.feature-text {
	font-size:14px;
}
.feature-text-01 {
	font-size:13px;
	line-height:22px;
}
.video-text-01 {
	font-size:60px;
}

/************************ index page css over ************************/

/************ About Page css ************/
.about01 {
    font-size: 60px;
}
.about02 {
    font-size: 70px;
}
.about-logo {
	margin-top:19%;
}
.about04 {
    margin-top: 0% !important;
    margin-left: 28% !important;
    line-height: 35px;
}
.box-2 {
	padding: 40px 32px !important;
}
.box-3 {
	padding: 40px 32px !important;
}
.box-4 {
	padding: 40px 32px !important;
}
.box-5 {
	padding: 40px 32px !important;
}
.box-6 {
	padding: 40px 32px !important;
}

/************ About Page css ************/

/************ Contact Page css ************/
.contact01 {
	margin-left:20%;
}
.contact02 {
	margin-left:20% !important;
}
.contact03 {
	margin-left:20% !important;
	font-size: 32px;
}
.contact04 {
	margin-left:20%;
}
.contact05 {
	margin-left:20%;
	font-size: 23px;
}
.contact06 {
	margin-left:20% !important;
	font-size: 20px;
	line-height: 35px;
}
/************ Contact Page css ************/

/************ Product Page css ************/
.info-btn {
	font-size:18px;
}
.product-font-01 {
    font-size: 70px;}
.product-font {
    font-size: 60px;}
.product-font-02 {
    font-size: 20px;}
.product-font-03 {
    font-size: 14px;}	
.tips-text {
    font-size: 50px;}
.flexo-box-font {
    font-size: 13px;}
.about-table-font {
    font-size: 15px; }
/************ Product Page css ************/
}
