/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');

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

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


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

/************ Index Page ************/
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #2e2e2e;
}

::selection {
    color:#fff;
    background: #2e2e2e;
}
/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 6px 15px #333;
}

.affix .logo { 
	margin: 0px;
	width: 50%;
}
.affix #cssmenu{ 
	margin-top: 0;
}
.affix #cssmenu > ul > li > a {
	color: #000;
}
/************ affix menu code ************/


/************ Navigation css  ************/
.menu {
	padding-top: 13px;
}
.top-header-01 {
   z-index: 9999;
   position: relative;
}
.logo {
	float: left;
}
/************ Navigation css  ************/

/************ slider css start ************/
.slider {
	margin-bottom: 30px;
}
.slider-01
{
	margin-top: -14%;
}
/************ slider css ************/

/************ About Title Index ************/
.about-title {
	margin-bottom: 40px;
}
.about-title-font {
	font-family:'Questrial-Regular';
	margin: 0;
	font-size: 40px;
	letter-spacing: 1px;
	color: #000;
	margin-top: -23px;
}
/************ About Title Index ************/

/************ About Index ************/
.about-index {
	background-image: url("../images/about-index.png");
  	background-color: #cccccc;
  	height: 461px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	  /*! margin-bottom: 40px; */
}
.about-index-sub {
	font-size: 20px;
	line-height: 35px;
	font-family: 'Questrial-Regular';
	text-align: justify;
	letter-spacing: 1px;
	font-weight: 700;
}
.about-logo {
	margin: 40px 0px;
}
/************ About Index ************/

/****** footer contant *****/
.border {
	float: right;
	margin-top: 50px;
	/*! margin-right: 50px; */
}
.footer-title-font {
	font-size: 50px;
	font-family: Questrial-Regular;
	color: #000;
}

.hr {
	border: 2px solid #2e2e2e;
    margin-bottom: 20px;
}
.footer-top {
	padding: 20px 0px;
}
.footer-font {
	font-size:30px;
	font-weight:700;
	color:#2e2e2e;
	margin-bottom: 13px;
	font-family: 'Questrial-Regular';
}
.footer-font-01 {
	font-family: 'myriad pro-regular';
	font-size:30px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.footer-font-02 {
	font-size:15px;
	color:#000;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
	line-height: 25px;
	margin-bottom: 20px;
}
.footer-font-022 {
    font-size:25px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
    margin-bottom: 0px;
}
.footer-font-02 a {
	color: #000;
}
.footer-font-02 a:hover { 
	color:#fb8c51;
}
.footer-font-03 {
	font-size:25px;
	color:#1b1b1b;
	font-weight:700;
	margin-top: 30px;
	font-family: 'Questrial-Regular';
	margin-bottom: 10px;
}

.footer-font-04 {
	font-size:15px;
	color:#1b1b1b;
	line-height: 25px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	letter-spacing: 0.9px;
	white-space: nowrap;
}
.footer-font-04:hover { 
	color:#f7793c;
}
.footer-font-04:focus {
    color: #2e2e2e;
}
.footer-top ul {
	padding:0px;
	margin-top: 20px;
}
.footer-top ul li {
	list-style:none;
	/*! margin-left: -15px; */
}
.footer-download {
	margin-top:9px;
	/*! margin-bottom: 26px; */
}
.footer-font-left {
	margin-left: 25px !important;
	/*! border-bottom: 1px dotted#2e2e2e; */
}

/*** Social Icon Css ***/
.social-buttons {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  padding-bottom: 5px;
  border-radius: 7px;
  text-align: center;
  margin: -2px -19px;
  /* Helper class to divide the icons */
}
.social-buttons .social-margin {
  margin-right: 5px;
}
.social-buttons a,
.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {
  text-decoration: none;
}
.social-buttons .social-icon {
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 1px;
  padding-top: 11px;
  transition: all 0.5s;
  /* Facebook Button Styling */
  /* Twitter Button Styling */
  /* Google+ Button Styling */
  /* Linkedin Button Styling */
  /* Pinterest Button Styling */
  /* Behance Button Styling */
  /* Github Button Styling */
  /* Youtube Button Styling */
  /* Soundcloud Button Styling */
}
.social-buttons .social-icon:hover {
  transform: rotate(360deg) scale(1.3);
}
.social-buttons .social-icon.facebook {
  font-size: 17px;
  padding-top: 7px;
  border-color: #141c28;
  background-color: #fff;
  color: #494949;
}
.social-buttons .social-icon.facebook:hover {
  background-color: #ffffff;
  color: #494949;
}
/*** Social Icon Css ***/
/****** footer contant *****/


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

.font-01 {
	font-size:15px;
	color:#fff;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 1px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
}
.font-01 a {
	color: #fff;
}
.font-01 a:hover {
	color: #f1592a;
}
.font-02 {
	float: right;
}


/******* last footer contant ******/

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	right: 16px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 55px;
	width: 55px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #b3b3b3;
	overflow: hidden;
}
.scrollTop i {  
    width: 55px;
    height: 40px;
    top: 0px;
    left: 0;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent;
}
.scrollTop i, .text-small {
    font-size: 40px;    
	  line-height: 50px;
}
.scrollTop i, .text-center {
    text-align: center;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;   
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
	background: rgb(243, 113, 33);
	background: -moz-linear-gradient(top, rgb(243, 113, 33) 0%, rgb(243, 113, 33, 0.47) 100%);
	background: -webkit-linear-gradient(top, rgba(243, 113, 33,1) 0%, rgba(243, 113, 33, 0.47) 100%);
	background: linear-gradient(to bottom, rgb(169, 169, 169) 0%, rgba(169, 169, 167, 0.64) 100%);
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/************ Index Page ************/

/************ about Page start ************/
.title {
	margin-bottom: 50px;
}
.main-title {
    color: #000;
    font-size: 50px;
    text-align: center;
    font-family: 'BebasNeue';
    line-height: 60px;
    margin-top: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    
}
.top-text {
    background-color: #fff;
    margin-right: -20%;
    padding: 20px;
    border: 1px solid #d7dce8;
    box-shadow: -4px 6px 0 #f69356;
    margin-bottom: 5%;
}
.about-paragraph {
	font-size: 16px;
	line-height: 25px;
	color: #59687c;
	font-family: 'Questrial-Regular';
	margin-bottom: 28px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: justify;
}
.img-set {
    margin-top: 10%;
    margin-left: 16%;
    position: relative;
    z-index: -1;
}
.company-certificate {
	font-size: 16px;
	line-height: 25px;
	color: #59687c;
	font-family: 'Questrial-Regular';
	margin-top: 28px;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center
}
/************ about Page complete ************/

/************ product Page start ************/
.margin-bottom {
	margin-bottom: 30px;
}
.product-top-text {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d7dce8;
    box-shadow: -4px 6px 0 #f69356;
    margin-bottom: 5%;
}
.info-font-2 {
	font-family: 'Questrial-Regular';
	font-size: 16px;
	line-height: 25px;
	color: #59687c;
	/*! margin-bottom: 12px; */
	letter-spacing: 1px;
	font-weight: 600;
	text-align: justify;
}
/************ product Page complete ************/

/************ faclty Page ************/
.margin-left {
    margin: 0px !important;
}
.fac-heading {
	font-family: 'Questrial-Regular';
	font-size: 20px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 9% !important;
}
/************ faclty Page ************/

/************ contact Page ************/

.contact-head {
    font-family: 'Questrial-Regular';
    font-size: 30px;
    line-height: 26px;
    color: #000;
    /*! text-align: center; */
    padding-top: 2%;
    font-weight: 700;
    padding-bottom: 10px;
}
.contact-head::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #f69356;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    padding-bottom: 5px;
    /*! margin-left: 46%; */
}
.contact-font {
    font-family: 'Questrial-Regular';
    font-size: 16px;
    line-height: 27px;
    color: #59687c;
    text-align: justify;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
 }
.contact-font a {
    color: #59687c;
}
.contact-font a:hover, a:focus {
    color: #f69356;
}
/************ contact Page ************/

/************ Inquery Page ************/
.img-set-inquiry {
    margin-top: 8%;
}
.top-text-01 {
    background-color: #fff;
    margin-left: -17%;
    padding: 20px;
    border: 1px solid #d7dce8;
    margin-right: 0%;
    box-shadow: 4px 6px 0 #f69356;
    margin-bottom: 5%;
}
/************ Inquery Page ************/