/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');

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

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

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

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

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

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

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

::selection {
    color:#fff;
    background: #c27b06;
}
/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#fff;
    border-radius:  0 !important;
    box-shadow: 4px 3px 6px 2px #929292;
    padding-top: 0px !important;
 }
.affix .menu {
	padding-top:10px !important;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
}
.affix .contact-img {
	display:block;
}
.affix .wsmenu-list { 
	margin-top: 3%;
}
.affix .wsmenu-submenu {
  top: 67px;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 30px;
}
/************ affix menu code ***********/

/************ Navigation css  **********/
.menu {
	padding-top:20px;
}
.logo {
	margin-top: 6px;
}

.top-header-01 {
   z-index: 9999;
   position: relative;
   background-color: #fff;
   border-radius: 8px;
}


/************ Navigation css  *********/

/************ slider css start *******/
.slider-01
{
	margin-top: -100px;
}
.slider {
	margin-bottom:45px;
}
/************ slider css ************/

/************ About Index css ************/
.about-index {
	margin-bottom:40px;
}
.about-index-font {
	font-family: 'Questrial-Regular';
	color:#000000;
	font-size:35px;
	line-height:60px;
	letter-spacing:1px;
	text-align:center;
}

.about-index-font-01 {
	color:#5b5b5b;
	font-size:30px;
	line-height:46px;
	text-align:center;
	font-family: 'BebasNeue-Regular';
}

/************ About Index css ************/

/************ Product Index css ************/
.product-index {
}
.product-padding {
	padding-left:0px;
	padding-right:0px;
}
/************ Product Index css ************/

/************ Services Index css ************/
.about-index-company {
	margin-bottom:40px;
}
.company-index-font {
	color:#363636;
	font-size:35px;
	font-family: 'Questrial-Regular';
	display: inline-flex;
	margin-top: 6%;
	font-weight: 700;
	line-height: 65px;
}
.company-index-font-01 {
	color:#363636;
	font-size:18px;
	line-height:35px;
	font-family: 'Questrial-Regular';
	text-align: justify;
	/*font-weight: 700;*/
}
.table-note {
	color:#363636;
	font-size:17px;
	line-height:25px;
	font-family: 'Questrial-Regular';
	float:  right;
	margin-right: 8%;
	margin-top: -4%;
}
.about-img-set {margin-left: 20%;}
/************ Services Index css ************/

/************ footer Index css ************/
.footer {
	background-color:#f7f7f7;
	padding: 4% 0px 4% 0px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.footer-font {
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight:700;
	color:#363636;
}
.fa-padding {
	padding: 0px 20px 0px 0px;
}
.footer-font-01 {
	font-family: 'Questrial-Regular';
	font-size:15px;
	font-weight:600;
	color:#363636;
	line-height:25px
}
.footer-font-01 a:hover {
	color:#F79908;
}
.footer ul {
	padding:0px;
	list-style:none;
}
.footer-font-02 {
	font-family: 'myriad pro-regular';
	font-size:15px;
	line-height:26px;
	color:#363636;
}
.footer-font-02:hover {
	color:#F79908;
}
.footer-font-03 {
	font-family: 'myriad pro-regular';
	font-size:15px;
	line-height:80px;
	color:#363636;
	letter-spacing: 0.5px;
}
.footer-font-03:hover {
	/*! color:#F79908; */
}
.footer-map {
	white-space: nowrap;
	margin-left: -15%;
}
/************ footer Index css ************/

/************ copy write Index css ************/
.copy-write {
	background-color:#efefef;
	padding: 20px;
}
.copy-write-font {
	color:#363636;
	font-size:14px;
	font-family: 'myriad pro-regular';
	margin: 0px;
}
.copy-write-font-01 {
	color:#363636;
	font-size:14px;
	font-family: 'myriad pro-regular';
	float:right;
	letter-spacing: 0.9px;
	margin: 0px;
}
.copy-write-font-01 a:hover {
	color:#F79908;
}
/************ copy write Index css ************/
/************ top arrow contant  ************/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 26px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 40px;
	width: 40px;
	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 {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 30px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.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;
    background-color: #6C3D94;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/************ top arrow contant  ************/

.heading-banner {
	color: #ffffff;
    font-size: 50px;
    text-align: right;
    letter-spacing: 4.5px;
    line-height: 60px;
	margin-top: -12%;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'BebasNeue-Regular';
}
.heading-banner::after {
    /*content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 3px;
    right: 0%;
    bottom: 24%;*/
    /*! background-color: rgb(248, 121, 8); */
}

.page-contain { padding-bottom:3%;}
.page-contain-font {
	font-size: 1.24511242em;
	line-height: 1.58421053em;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

.heading-h2 {
		color: #1d1d1d;
    font-size: 30px;
    text-align: center;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    line-height: 40px;
	
}

.heading-h3 {
		color: #1d1d1d;
    font-size: 40px;
    text-align: center;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    letter-spacing: 0.5px;
    line-height: 40px;
	
		font-weight: 700;
		font-variant: all-petite-caps;
		margin-bottom: 4%;
}
.img-title {
	color: #333;
    font-size: 17px;
    text-align: center;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    letter-spacing: 0.5px;
    /*! line-height: 35px; */
	padding-top: 18px;
	height: 65px;
}
.top-margin { margin-top:8%;}
.level-logo { display:inline;}

/******* contact page css *******/
.contact-to {
	margin-top: 0%;
}
.fream { 
border: 1px solid #e7ecee;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
padding: 1.4444444444rem 1.6666666667rem 1.1666666667rem;
height: 470px;
} 
.contact-font-1 {
   	font-family: 'Questrial-Regular';
    font-size: 22px;
    color: #454545;
    text-decoration: none;
    margin-left: 22px;
    margin-top: 20px;
   	font-weight: 700;
}
.contact-font-1::after {
   height: 1px;
display: block;
width: 100%;
background: #6c3c964d;
border-bottom: 1px white;
content: '';
margin-top: 20px;
margin-left: 0px;
padding-bottom: 1px;
}
.contact-font-2 {
   	font-family: 'myriad pro-regular';
    font-size: 17px;
    color: #777;
    text-decoration: none;
    margin-left: 55px !important;
}
.contact-font-2 a {
  	font-family: 'myriad pro-regular';
    font-size: 17px;
    color: #777;
    text-decoration: none;
    
}
.contact-font-2 a:hover {
    color: #6b3d97;
    text-decoration: none;
    /*! font-weight: 700; */
}
/******* contact page css *******/

/***** Product inner Page *****/
.product-title {
    color: #363636;
    font-size: 35px;
    font-family: 'Questrial-Regular';
    display: inline-flex;
    margin-top: 1%;
    font-weight: 700;
    line-height: 65px;
    border-bottom: 2px solid #000;
}
.m-b-10 {
	margin-bottom:30px;
}
/***** Product inner Page *****/

/******* Table Contant *******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 85%;
  	margin-bottom: 4%;
  	margin-top: 2%;
}
table td {
  	
  	border-bottom: 1px solid #747474; padding: 10px 0;
	font-family: 'Questrial-Regular';
	font-size:17px;
  	line-height: 18px;
  	text-align: center;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table td:hover {
	background-color: #f5863433;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
table th {
	font-size: 18px;
	color: #363636;
	background-color: #f5863499;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
}
.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 Contant *******/
