/* 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
{
	margin:0px auto; 
}

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

/************ top-navigation css start ************/

/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    background-color:#f4f4f4;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
}
.affix .top-nav {
	display: none;
}
.affix .logo {
    margin-top: 7px;
    width: 45%;
    margin-left: 16%;
}
.affix .logo-1 {
    margin-top: 5px;
    width: 70%;
}
.affix #cssmenu { 
	margin-top: 2%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
/************ affix menu code ************/
 .logo-1 {margin-top: 10%;margin-left: -18%;}   
.logo {
	
	margin-top: 7px;
}
.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: 20% !important;
	color: #141313;
}
.about-font-01 {
	font-size:80px;
	font-weight:700;
	font-family: 'Questrial-Regular';
	color: #000;
	margin-bottom: 10% !important;
}
.about-font-02 {
	font-size:25px;
	color: #414141;
	font-family: 'Questrial-Regular';
	margin-top: -10% !important;
}
.about-font-03 {
	font-family: 'Questrial-Regular';
	font-size:25px;
	color: #414141;	
	line-height: 35px;
	letter-spacing: 0.7px;
	margin-bottom: 8px;
}
.product-img {
	margin-left: 10%;
	margin-top: 13%;
} 
/*** button css ***/
.btn-1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    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: 250px;
  height: 65px;
  line-height: 65px !important;
  position: relative;
  right: -8%;
  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: 0%;
  float: right;
}
.btn-1 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: 25px;
  font-family: 'Ubuntu-B';
}
.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 ***/

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

/************ fecture-box css ************/
.fecture-box  {
	background-color:#b0d7fc;
	border: 2px solid #fff;
	height: 645px;
}
.info-btn {
    width: 99%;
    height: 52px;
    font-family: 'Questrial-Regular';
    color: #fff;
    background-color: #414141;
    border: 1px solid #414141;
    font-weight: 700;
 	font-size:30px;
    margin-left: -17px;
    margin-top: 55px;
    text-align: left;
    padding-left: 9px;
    margin-bottom: 15px;
}
.fecture-text {
	font-family: 'Questrial-Regular';
	font-size:20px;
	padding: 15px 30px 0px 30px;
	color:#141313;
    text-align: justify;
	/*! letter-spacing: 1px; */
}
.fecture-text-01 {
	font-family: 'Questrial-Regular';
	font-size:16px;
	padding: 15px 30px 0px 30px;
	font-weight:700;
	color:#141313;
    text-align: justify;
}
/************ fecture-box css ************/

/************ 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;
}
.video-text-01 {
	color:#141313;
	font-size:70px;
	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 {
	
}
.footer-logo {
	margin-bottom:3%;
	/*! margin-top: 2%; */
}
.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:28px;
	font-family: 'Questrial-Regular';
	color:#141313;
}
.footer-font-02 a{ 
	color:#141313;
}
.footer-font-03 {
	font-size:20px;
	font-family: 'Questrial-Regular';
	color:#535354;
	margin-bottom: 1% !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 {
 }
 
header,footer {
  position: fixed;
  width: 100%;
}
 
header {
  top: 0;
  background: #c2c2c2;
  height: 115px;
  z-index: 2;
}
 
footer {
  bottom: 0;
  height: 540px;
  z-index: -2;
}
 
.content {
  position: relative;
  z-index: 1;
  background: white;
  min-height: 600px;
  margin-top: -2%;
  padding: 0px;
}
.content-01 {
  position: relative;
  z-index: 1;
  background: white;
  min-height: 600px;
  margin-top: -2%;
  padding: 0px;
}
.wrapper-parallax {
  margin-top: 0px;
  margin-bottom: 600px;
  
}
/************ parallex effect ************/
/************ index page over ************/

/************  product page Start ************/
.product-font-01 {
	font-size:80px;
	font-weight:700;
	font-family: 'Questrial-Regular';
	color: #000;
	padding-top: 9%;
	line-height: 95px;
	letter-spacing: 0.8px;
}
.product-font-02 {
    font-size: 25px;
    font-family: 'Questrial-Regular';
    padding: 0px 0px 0px 2%;
    color: #000;
    line-height: 35px;
    margin-bottom:  4% !important;
}
.product-font-03 {
	font-size:40px;
	color: #414141;
	font-family: 'Ubuntu-B';
	margin-bottom:20px !important;
}

/**** Product box *****/
.product-box  {
	background-color:#cdcdcd;
	border: 2px solid #fff;
	height: 325px;
}
.product-box-01  {
	background-color:#cdcdcd;
	border: 2px solid #fff;
	height: 325px;
}
.info-btn-01 {
    width: 99%;
    height: 52px;
    font-family: 'Questrial-Regular';
    color: #fff;
    background-color: #414141;
    border: 1px solid #414141;
    font-weight: 700;
 	font-size:30px;
    margin-left: -17px;
    margin-top: 55px;
    text-align: left;
    padding-left: 9px;
    margin-bottom: 15px;
}
.product-text {
	font-family: 'Questrial-Regular';
	font-size:15px;
	padding: 15px 30px 0px 30px;
	color:#141313;
    text-align: justify;
	line-height: 30px;
	letter-spacing: 1px;
}
.product-text-01 {
	font-family: 'Questrial-Regular';
	font-size:15px;
	padding: 15px 30px 0px 30px;
	color:#141313;
    text-align: justify;
	line-height: 22px;
	letter-spacing: 1px;
}
.product-text-02 {
	font-family: 'Questrial-Regular';
	font-size:22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}
.product-text-03 {
    font-family: 'Questrial-Regular';
    font-size: 18px;
    color: #141313;
    letter-spacing: 1px;
    line-height: 25px;
}
.product-text-04 {
   font-size: 25px;
	color: #414141;
	font-family: 'Ubuntu-B';
	margin-bottom: 20px !important;
}
/**** Product box *****/

/**** 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: #000;
    line-height: 35px;
    letter-spacing: 1px;
	 text-align: center;
}
.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 {
	color:#fff;
	background-color:#192d65;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
/**** Table box *****/
/************  product page Over  ************/

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

.set-margin { 
	width: 100%;
}

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

.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 {    
    padding: 40px;
    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 {    
    padding: 40px !important;
    border-bottom: 3px solid #000;
}

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

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

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

.contact03
{
    font-size: 35px;
	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%;
	margin-left: 0%;
}  
.affix .button { 
	margin-top: 0px;
	margin-right: -5px;
} 
.affix #head-mobile { 
	padding: 0px !important;
}  
.affix .logo-1 {
  display: none;
}
/************ affix menu code ************/

/************ parallex effect ************/
header {
    top: 0;
    background: #c2c2c2;
    height: 350px;
    z-index: 2;
}
.content {
    position: relative;
    z-index: 1;
    background: white;
    min-height: 600px;
    padding: 10% 0px 0px 0px;
    margin-top: -52%;
}
.content-01 {
    position: relative;
    z-index: 1;
    background: white;
    min-height: 600px;
   	margin-top: 0%;
    padding: 0% 0px 0px 0px;
}
/************ parallex effect ************/
.logo-1 {
    margin-top: 4%;
    margin-left: 20%;
}
.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;
}

#cssmenu > ul > li::after {
    content: '';
    display: block;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: 0px;
    margin-bottom: -1px;
}
/************ Top-navigation css start ************/

/************ slider css ************/
.slider {
	margin-bottom:0px;
}
/************ slider css ************/

/************ About css start ************/
.about-font {
   
    font-size: 25px;
    margin-bottom: -3% !important;
    margin-top: 0% !important;
}
.about-font-01 {
    font-size: 42px;
}
.about-font-02 {
    font-size: 12px;
}
.about-font-03 {
    font-size: 12px;
    line-height: 22px;
}
.product-img {
	margin-left:0px;
	margin-top:0px;
}
.btn-1 {
    width: 208px;
    height: 50px;
    line-height: 50px !important;
    margin-top: 10%;
}
/************ About css over ************/

/************ feacture css ************/
.info-btn {
    height: 35px;
    font-size: 14px;
    margin-top: 25px;
}
.fecture-text {
	font-size:14px;
}
.fecture-text-01 {
	font-size:13px;
}
.fecture-box {
    height: 615px;
}
/************ feacture css ************/

/************ Video css start ************/
.video-text-01 {
	font-size:37px;
}
/************ Video css Over ************/

/************ Footer 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;
}
/************ Footer css Over ************/
/************ index page over ************/

/************ Product page css start ************/
.product-font-01 {
    font-size: 35px;
	padding-top:0%;
}
.product-font-03 {
    font-size: 25px;
}
.product-font-02 {
    font-size: 15px;
}
.info-btn-01 {
    height: 40px;
    font-size: 21px;
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.product-text {
    font-size: 14px;
    padding: 10px 15px 0px 15px;
    line-height: 23px;
}
.product-text-01 {
    font-size: 13px;
    padding: 10px 15px 0px 15px;
    line-height: 18px;
}
.product-text-02 {
	font-size:16px;
}
.product-text-03 {
	font-size:15px;
}
.product-text-04 {
	font-size:20px;
}
/************ Product page css over ************/

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

.about01 {
	font-size: 65px;
    margin-top: 0px;
}

.about02 {
	font-size: 60px;
}

.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 {    
    padding: 0px !important;
}
.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 {    
    padding: 0px !important;
}

.box-3 {    
   padding: 0px !important;
}

.box-4 {    
   padding: 0px !important;
}

.box-5 {    
   padding: 0px !important;
}
 
.box-6 {    
   padding: 0px !important;
}
/************ about page over ************/

/************ Conatct page start ************/
.contact01
{
     font-size: 27px;
}

.contact02
{
     font-size: 16px;
}

.contact03
{
     font-size: 25px;
}

.contact04
{
     font-size: 23px;
}
.contact04 a {
	font-size: 23px; 
	font-family: 'Questrial-Regular'; 
	color: #040404;
}
.contact04 a:hover { 
	color:#003878;
}

.contact06
{
     font-size: 16px;
}

.btn
{
    font-size: 20px !important;
    font-family: 'Questrial-Regular';
    color: #fffefe;
    background-color: #000;
    width: 280px;
    border-radius: none !important;
    margin-top: 8% !important;
}

.social-icon {
    width: 50px;
    height: 50px;
 }
.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;
}

.social-icon i { font-size: 30px;}

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

.video-slider {
	height: 250px;
}

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

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

.video-font
{
    font-size: 18px !important;
    width: 255px;
    margin-top: 6% !important;
}

.video-set { width: 260px; height: 205px; margin-top: 2%;}
    
/************ video page over ************/

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
/************************ index page css Start ************************/
/********************** top nav **********************/
.footer-logo {
    margin-bottom: 3%;
    margin-top: -4%;
}
.top-nav {
    margin-left: 0px;
    margin-top: 0px;
}
.top-nav ul li {
    padding: 12px 6px;
}
.phone {
    font-size: 15px;
}
.email {
    font-size: 15px;
}
/********************** top nav **********************/

/********************** Slider **********************/
.slider-section .col-md-7.ow-pull-left {
    left: 50% !important;
    top:    280px !important;
}
/********************** Slider **********************/

/********************** About index **********************/
.about-font {
	font-size:25px;
	line-height: 35px;
}
.about-font-01 {
    font-size: 40px;
}
.about-font-02 {
    font-size: 17px;
	line-height:27px;
    width: 468px;
}
.about-font-03 {
    font-size: 14px;
    line-height: 19px;
}
/********************** About index **********************/

/********************** Feacture **********************/
.info-btn {
    height: 40px;
    font-size: 17px;
    margin-top: 25px;
}
.features-box-011 {
	margin-right:44px;
}
.feature-text-01 {
	font-size:14px;
	line-height:22px;
}
.fecture-text {
    font-size: 14px;
    padding: 12px 25px 0px 25px;
}
.fecture-text-01 {
    font-size: 13px;
    padding: 12px 25px 0px 25px;
}
.fecture-box {
	height:570px;
}
/********************** Feacture **********************/

/********************** video **********************/
.video-text-01 {
	font-size:44px;
}
/********************** video **********************/
/************************ index page css over ************************/

/************ Product page css Start ************/
.product-font-01 {
    font-size: 40px;
}
.product-font-02 {
    font-size: 17px;
}
.info-btn-01 {
	font-size:25px;
	margin-top: 25px;
}
.product-text {
    font-size: 13px;
    padding: 5px 20px 0px 20px;
    line-height: 22px;
}
.product-text-01 {
    font-size: 13px;
    padding: 10px 10px 0px 10px;
}
/************ Product page css over ************/

/************ About page css ************/
.about-logo {
    margin-left: 19%;
    position: absolute;
    margin-top: 10%;
}
.about04 {
	margin-left:28% !important;
	margin-top: 0% !important;
	line-height:35px;
}
.about02 {
    font-size: 70px;
}
/************ About page css ************/
.btn { 
	width:100%;
}
.social-icon i {
    font-size: 25px;
}
.social-icon {
	width: 50px;
	height: 45px;
}
/************ Video page css ************/
.video-slider {
   height: 290px;
}
.video-set {
   margin-top: -5%;
    height: 283px; 
}

/************ Video page css ************/
}
