/* CSS Document */

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

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

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

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

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

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

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

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

.top-bar
{
	position:relative;
	z-index:9999;
}

.top-bar ul
{
	list-style: none !important;
    padding: 14px;
	display: inline-flex;
	margin-bottom: 0px;
}
.top-bar ul li {
     padding: 0px 12px; 
}
.info {
	float:right;
}
.phone
{
	font-size:17px;
	font-family: 'Questrial-Regular';
	color:#fffefe;
}
.email
{
	font-size:17px;
	font-family: 'Questrial-Regular';
	color:#fffefe;
}
.email:hover
{
	color:#9f9f9f;
}
.ladies
{
	font-size:15px;
	font-family: 'Questrial-Regular';
	color:#fffefe;
}

/************ navigation css start ************/
.top-header-01 {
   z-index: 9999;
    position: relative;
}

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

/************ slider css start ************/
.slider-01
{
	margin-top: -188px;
}
.text-right {
    text-align: right;
    margin-right: 55%;
    margin-top: 25%;
    background-color: #000;
    padding: 20px;
    border-bottom: 20px solid #909090;
}
/************ slider css start ************/

/************ slogan css start ************/
.slogan-img-01
{
	margin-top:-31px;
	margin-bottom: -38px;
}
/************ slogan css start ************/

/************ about-contant css start ************/
.about-text {
	font-family: 'Questrial-Regular';
	font-size:55px;
	color:#000;
	text-align: center;
	margin-top: -32%;
	font-weight:700;
	margin-bottom: 3%;
}
.about-text-01 {
	font-family: 'Questrial-Regular';
	font-size:20px;
	color:#474747;
	text-align: center;
	line-height: 35px;
	margin-bottom: 6%;
}
/************ about-contant css over ************/

/************ map contant start  ************/
.map {
    margin-bottom: 20px;
}
.map-font {
	font-size:20px;
	color:#000;
	font-family: 'Questrial-Regular';
	margin-top: 125%;
	line-height: 36px;
}
.map-font-01 {
	font-size:20px;
	color:#000;
	font-family: 'Questrial-Regular';
	margin-top: 125%;
	line-height: 36px;
	text-align: right;
}
.info-btn-03 {
    width: 340px;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    letter-spacing: 1px;
    font-weight: 700;
    /*! margin-left: 20%; */
    font-family: 'Questrial-Regular';
    font-size: 20px;
}
/************ map contant over  ************/

/************ product slider start  ************/
.product-slider {
	background-color: #f5d500;
	height: 442px;
	margin-bottom: 60px;
}
.product-text {
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Questrial-Regular';
	color: #000;
	background-color: #f5d500;
	padding: 20px;
	/*! height: 100px; */
	width: 93%;
	margin-top: 3px;
}
.info-btn-04 {
    width: 340px;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
    font-size: 20px;
    margin-top: -24px;
    margin-bottom: 7%;
}
/************ hover effect ************/
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.product-img:hover .image {
 opacity: 1;
}

.product-img:hover .middle {
  opacity: 1;
}

.text {
  background-color: #7f7f7fe0;
  color: #fff;
  font-size: 20px;
  /*! padding: 5px 63px; */
  font-family: 'myriad-pro-condensed';
  width: 242px;
  height: 127px;
  text-align: center;
  margin-top: -75% !important;
  /*! padding-top: 100px; */
}
/*.image-hover {
	! background-color:#202020; 
}

.image-hover:hover img {
	opacity:0.2;
}
*/


/*.image-hover img:hover {
      -webkit-filter: hue-rotate(240deg) saturate(3.3); 
	  background-color:#ccc;
   }*/
  

/************hover effect ************/

/************ product slider over  ************/

/************ info contant start ************/
.info-text {
	 font-family: 'Questrial-Regular';
	 font-size:55px;
	 color:#000;
	 /*! text-align: center; */
	 padding-top: 12%;
}
.info-text-01 {
	font-family: 'Questrial-Regular';
	color:#474747;
	font-size:20px;
	line-height: 35px;
	text-align: justify;
	letter-spacing: 1.1px;
}
.company-info-img {
	background-image:url(../images/info-img.png);
	height: 416px;
	width: 120%;
	/*! background-position: center; */
	background-repeat: no-repeat;
	/*! background-size: 100%; */
	margin-top: 45px;
}
/************ info contant over  ************/

/************ footer contant  ************/
.footer {
	background-color:#000;
	padding-top: 55px;
	padding-bottom: 45px;
}
.footer-font {
	font-size:16px;
	color:#fff;
	font-family: 'myriad pro-regular';
	line-height: 25px;
	margin-left: -70px;
}
.footer-font a{
	font-size:16px;
	color:#fff;
	font-family: 'myriad pro-regular';
	line-height: 25px;
	/*! margin-left: -70px; */
}
.footer li {
	text-decoration:none;
	list-style: none;
}
.footer-font-01 {
	font-size:16px;
	color:#fff;
	font-family: 'myriad pro-regular';
	line-height: 30px;
}
.footer-link {
	margin-left: -55px;
}
.footer-logo {
	margin-left:-100%
}
/**** social icon ****/
.social {
    padding-top: 30px;
    display: inline-flex;
}
.social-1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    font-size: 20px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    margin: 0px 5px;
}
[class^="hvr-"] {
    margin: -6px -5px;
    padding: 11px 9px;
    cursor: pointer;
    background: #898989;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #898989, 0 0 1px transparent;
}
.social-2 {
    color: #FFFFFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    font-size: 20px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    margin: 0px 5px;
}
.social-3 {
    color: #FFFFFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    font-size: 20px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    margin: 0px 5px;
}
.social-4 {
    color: #FFFFFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 29px;
    font-size: 19px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    margin: 0px 5px;
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
   color: #FFF;
}
/**** social icon ****/
.footer-download {
	margin-top:8%;
}
/************ footer contant  ************/

/************ last footer contant  ************/
.copy-wirte {
	background-color:#373737;
}

.font-01 {
	font-size:14px;
	color:#f5d500;
	text-transform:uppercase;
	font-family: 'franklin-gothic-demi-cond';
	letter-spacing: 1px;
	font-weight: lighter;
	padding-top: 15px;
}
/************ last footer contant  ************/

/************ top arrow contant  ************/
.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;
    font-size: 14px;
}
.scrollTop a {
    color: #ccc !important;
}
/************ top arrow contant  ************/

/************ About page css start ************/
.about-info-01 {
	margin-bottom:50px;
}
.photo-01 {
	margin-bottom:5%;
}
h1.short {
    margin-bottom: 35px;
    font-family: 'Pristina';
    font-size: 60px;
    font-weight: 500;
    color: #025b70;
    text-transform: none;
    border-left: 7px solid #2c4a51;
    padding-left: 18px;
    text-align: left;
}
h3.short {
    margin-bottom: 35px;
    font-family: 'Pristina';
    font-size: 60px;
    font-weight: 500;
    color: #025b70;
    text-transform: none;
    border-left: 7px solid #2c4a51;
    padding-left: 18px;
}
.about-font {
    color: #777777;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'myriad pro-regular';
}
hr.tall {
    margin: 44px 0 44px 0;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
}
.push-top {
    margin-top: 15px;
}
ul.history {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
ul.history li {
    margin: 25px 0;
    padding: 0;
    clear: both;
}
ul.history li .thumb {
    background: transparent url(../images/history-thumb.png) no-repeat 0 0;
    width: 227px;
    height: 160px;
    margin: 0 0 30px;
    padding: 0;
    float: left;
}
ul.history li .thumb img {
    border-radius: 150px;
    margin: 7px 8px;
    width: 145px;
    height: 145px;
}
ul.history li .featured-box {
    text-align: left;
    margin-left: 225px;
    margin-bottom: 50px;
    min-height: 115px;
}
.featured-box {
    background: #F5F5F5;
    background-color: transparent;
    background: -webkit-linear-gradient(top, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
ul.history li .featured-box .box-content {
    border-top-color: #025b70 !important;
}
ul.history li .featured-box .box-content {
    border-top-color: #CCC;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 3px solid #33B8FF;
        border-top-width: 3px;
        border-top-color: rgb(51, 184, 255);
    border-top-width: 4px;
    padding: 40px;
}
ul.history li h4 {
    margin: 0 0 -17px 0;
        margin-top: 0px;
    padding: 0;
}
/************ About page css  ************/

/************ Contact page css  ************/
.map-info {
	margin-bottom:60px;
}
.contact-font
{
	font-size:16px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	text-align: center;
	font-weight: normal;
}
.contact-font-01
{
	font-size:16px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
}
.contact-font-01:hover
{	
	color:#14a5a7;	
	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-detail {
	margin-bottom:40px;
}
/************ Contact page css  ************/

/************ Product page css  ************/
h6.slider-font-01 {
    font-size: 17px;
    text-decoration: none;
    color: #fff !important;
    background-color: #797979;
    /*! height: 55px; */
    width: 100%;
    text-align: center;
    padding: 12px;
    margin-top: 0px !important;
    font-family: 'Questrial-Regular';
    /*! border-bottom-right-radius: 15px; */
    /*! border-bottom-left-radius: 15px; */
    margin-bottom: 0px;
    
    /*! display: none; */
    font-weight: 700;
}

.pro-det-img {
	margin-bottom:50px;
}
.product-font {
    font-size: 21px;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
    font-weight: 700;
    color: #393939;
}
.product-font-01 {
	 font-size: 25px;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
    font-weight: 700;
    color: #13a5a7;
}
/************ Product page css  ************/

/************ download page css  ************/
.download {
	margin-bottom:30px;
}
/************ download page css  ************/

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

/************ index page css  ************/
.slider-01 {
    margin-top: -273px;
}

.top-bar ul {
	display: block;
	float: left;
}


.carousel-inner .item img {
    width: 100% !important;
    height: 450px !important;
}
.text-right {
    text-align: right;
   	margin-top: 50%;
    background-color: #000;
    margin-right: 0px;
}

#first-slider .carousel .item {
    min-height: 470px !important;
  	 width: 100%;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
    font-size: 22px !important;
}

#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
    font-size: 15px !important;
}

.slogan-img-01 {
    margin-top: -11px;
    margin-bottom: -38px;
}

.about-text {
	font-size:13px;
}

.about-text-01 {
    font-size: 7px;
    line-height: 13px;
}

.info-btn-03 {
    width: 170px;
    height: 30px;
    font-size: 11px;
}

.map-font {
   text-align: center;
   margin-top:0px !important;
}

.map-font-01 {
    margin-top: 0px !important;
    text-align: center !important;
}

.info-btn-04 {
    width: 185px;
    height: 35px;
    font-size: 12px;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 85% !important;
}

.product-slider {
    background-color: #f5d500;
    height: 275px;
    margin-bottom: 60px;
}

.product-text {
    font-size: 20px;
    padding: 15px;
    height: 50px;
    width: 100%;
    margin-top: -8px;
}

.info-text {
	font-size:23px;
}

.info-text-01 {
	font-size:15px;
	line-height:25px;
}

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

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

.footer-link {
    margin-left: 0px !important;
}
/************ index page css  ************/


/************ About page css  ************/
h1.short {
	font-size:42px;
	text-align:center;
}
.about-font {
	font-size:15px;
	line-height:25px;
	text-align:justify;
}
.featured-box .box-content {
	padding:5px;
}
/************ About page css  ************/



}