/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');
@font-face 
{
	font-family: 'AronGrotesque-bold';
	src: url('../../fonts/arongrotesque-bold.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: 'arial-roundedmt-bold';
	src: url('../fonts/arial-roundedmt-bold.ttf')  format('truetype');
}

body
{
	overflow-x:hidden;
	
}
.container {
	width:1300px !important;
	margin:0px auto;
}

/**** Selection Background Color ****/
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #b13336;
}

::selection {
    color:#fff;
    background: #b13336;
}
/**** Selection Background Color ****/

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

/**** Index Page Css *****/	
/*** Navigation Css ***/
.top-header {
	background-color:#212832;
	padding: 10px;
}
.top-header-font {
	font-family: 'Questrial-Regular';
	font-size:17px;
	color:#fff;
	letter-spacing:1px;
	margin: 0;
	font-weight: 700;
	line-height: 34px;
}
.menu {
	z-index: 9999;
	position: relative;
	background-color: #ecebee;
	box-shadow: 5px 7px 15px #212832;
}
.top-nav {
    float: right;
    margin-top: 28%;
}

/*** Soliacl Icon Top Header ***/
.social {
    position: fixed;
    top: 40%;
    z-index: 999;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
  width: 35px;
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.5);
  width: 305px;
  text-align: right;
  padding: 0px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li a{
	font-family: 'Questrial-Regular'; 
	font-size: 19px;
	font-weight: 700;
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: #0b61aa;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 0px;
  color: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

/*** Social Icon Top Header ***/
/*** Navigation Css ***/

/*** About Section ***/
.about-index {
	background-color:#202731;
	margin-bottom: 2%;
}
.margin-left-img {
	margin-left: -12%;
}
.about-text {
	font-family: arial-roundedmt-bold;
	font-size:30px;
	color:#fff;
	padding-top: 50px;
	margin-bottom: 4%;
}
.about-text::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #1e73c1;
    border-bottom: 1px white;
    content: '';
    margin-top: 11px;
    padding-bottom: 5px;
}
.about-text-01 {
	font-family: 'Questrial-Regular';
	font-size:16px;
	line-height:28px;
	color:#fff;
	font-weight:700;
	text-align: justify;
	margin-bottom: 3%;
	letter-spacing: 1px;
}
/*** About Section ***/

/*** Product Section ***/
.our-product {
	margin-bottom: 3%;
}
.product-title {
	font-family: arial-roundedmt-bold;
	font-size:40px;
	color:#1a1a1a;
	margin-bottom: 4%;
	/*! text-align: center; */
}
.product-title::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #1e73c1;
    border-bottom: 1px white;
    content: '';
    margin-top: 5px;
    padding-bottom: 5px;
    /*! margin-left: 48%; */
}
/*** Product Section ***/

/*** Industries Section ***/
.industries-slider {
	margin-bottom:3%;
}
/*** Industries Section ***/

/** Footer Index Css **/
.footer{
	background-color:#313a47;
	padding:67px 53px;
}
.footer-head{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:25px;
	color:#ffffff;
}
.phone-footer{
    font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#ffffff;
	line-height: 14px;		
    letter-spacing: 1px;
}
.email-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#ffffff;
	line-height: 25px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.email-footer a{
	font-weight:700;
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#ffffff;
	line-height: 25px;
}
.email-footer a:hover{
	color:#47bcc5;
	text-decoration:none;
}
.address-footer{
	font-weight:700;
	font-family: 'Questrial-Regular';
    font-size:15px;
	color:#ffffff;
	line-height: 25px;
	margin-bottom:21px;
	letter-spacing: 1px;
}
.links a{
	font-family: 'Questrial-Regular';
	font-size:15px;
	color:#ffffff;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 1px;
}
.links a:hover{
	color:#47bcc5;
	text-decoration:none;
}
.links li{
	list-style:none;
}
/** Footer Index Css **/

/** copyright Index Css **/	
.copy-right-text{
 	color:#ffffff !important;
	font-family: 'Questrial-Regular';
	font-size:15px;
 	font-weight: 700;
 	letter-spacing: 1px;
}
.copy-right-text-01 {
	  color: #fff;
    font-family: 'Questrial-Regular';
    font-size: 15px;
	  float: right;
	  font-weight: 700;
	  letter-spacing: 1px;
}
.copy-right-text-01 a {
    color: #ffffff;
}
.copy-right-text-01 a:hover {
    color: #47bcc5;
	  text-decoration: none;
}
.copy-right{
	background-color:#0e1217;
	padding: 15px 1px 10px 1px;
}
/** copyright Index Css **/	

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 0 !important;
	right: 26px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 50px;
	width: 50px;
	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: 47px !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: 35px !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: #16558a;
    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 ***/
/**** Index Page Css *****/	

/*** aboutus Page Css ****/	
.banner{
	 margin-bottom: 5%;
}
.about{
	margin-bottom: 3%;
}
.about-head1{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	font-weight:700;
	padding-bottom:21px;
}
.about-head1::after {

    height: 4px;
    display: block;
    width: 45px;
    background: #0b61aa;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 1%;
    padding-bottom: 5px;
}
.about-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	text-align:center;
	padding-top: 0%;
	font-weight:700;
	padding-bottom:10px;
	
}

.about-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #b03335;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 48%;
    padding-bottom: 5px;
}
  
.about-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 16px;
	line-height: 31px;
	color: #59687c;
	font-weight: 700;
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 35px;
}
.about-h1 { 
	font-size: 50px; 
	font-weight:700; 
	text-align: center;
	margin-top: -10%;
	color: #fff;
	font-family: 'Anton', sans-serif;
	letter-spacing: 3px;
	line-height: 75px;
	text-shadow: 2px 2px #000;
}
.about-h1 span { 
	font-size: 20px;
	line-height: 40px;
	text-transform: capitalize;
	font-family: 'Lobster', cursive;
}
/*** Image Effect ***/
.banner-01 {
	 margin-bottom:5%;
}

.photo img{
  object-fit: cover;
  box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
}

.photo:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
}

.photo .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap{
  margin-top: 0;
  filter: grayscale(100%) contrast(120%);
  cursor: pointer;
}
/*** Image Effect ***/

.border-left {
    border-left: 1px dashed rgb(149, 151, 150);
}
.margin-info {
    margin-left: 8%;
    margin-bottom: 11%;
}
.img-effect-01 {
	  z-index: 1;
}
.img-effect-01::after {
    border: 2px solid #d4d4d4;
    content: "";
    position: absolute;
    width: 85%;
    height: 100%;
    left: 80px;
    top: 25px;
    display: inline-block;
    z-index: -1;
	}
.img-effect::after {
    /*! border: 2px solid #d4d4d4; */
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 80px;
    top: 25px;
    display: inline-block;
    z-index: -1;
	}

/*** aboutus Page Css ****/

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

.product {
	margin-bottom: 3%;
}
.carousel-01 {
	top: 50% !important;
	bottom: 50% !important;
}
.product-head{
	font-family: 'Questrial-Regular';
	font-size: 28px;
	line-height: 26px;
	color: #054070;
	font-weight:700;
	padding-bottom:0;
}
.product-head::after {

    height: 4px;
    display: block;
    width: 45px;
    background: #0b61aa;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 0%;
    padding-bottom: 5px;
}
.product-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 15px;
	line-height: 31px;
	color: #59687c;
	font-weight: 700;
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.margin-bottom {
	margin-bottom:2%;
}
.pro {
    font-family: 'Questrial-Regular';
    font-size: 16px;
    line-height: 31px;
    color: 
    #59687c;
    font-weight: 700;
    text-align: justify;
    letter-spacing: 1px;
    margin-bottom: 5px;
    list-style: none;
}

/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 2%;
}
table td {
  	padding: 5px 5px;
	font-family: 'Questrial-Regular';
	/*! font-size:81px; */
  	/*! text-align: left; */
  	line-height: 24px;
  	letter-spacing: 1px;
  	font-size: 16px;
  	font-weight: 700;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	/*! background: #efefef66; */
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #2e2e2e;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 38px;
	text-align: center;
	text-transform: capitalize;
}
.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-width {
	width:90%;
}
.table-shadow {
    box-shadow: 1px 2px 7px 2px #58514b;
}
.inq-box {
    padding: 3% 5%;
	border: 1px solid #d7dce8;
	box-shadow: -4px 6px 0 #f69356;
}
/******** Table Contant ********/

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

/******** video page ********/
.video-gallery {

    font-size: 18px;
    color: #000;
    background-color: #ecebee;
    text-align: center;
    padding: 10px;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;

}
/******** video page ********/

/*** contact Page Css ****/
.contact {
    margin-bottom: 5%;
}
.textpadding {
    padding-top: 5%;
}
.margin-info {
    margin-left: 8%;
    margin-bottom: 11%;
}
.border-left {
    border-left: 1px dashed rgb(149, 151, 150);
}
.contact-address {
    font-weight: 700;
    font-family: 'Questrial-Regular';
    font-size: 16px;
    color: #59687c;
    line-height: 26px;
    margin-left: 15%;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact-head {
    font-family: 'arial-roundedmt-bold';
    font-size: 28px !important;
    color:  #000000;
    line-height: 35px;
    margin-left: 8%;
}
.contact-address a {
    font-weight: 700;
    font-family: 'Questrial-Regular';
    font-size: 16px;
    color: #59687c;
    line-height: 25px;
    letter-spacing: 1px;
}
.info-h2 {
    font-size: 38px;
    font-family: 'myriad pro-regular';
    color: #393939;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 5%;
}
/*** contact Page Css ****/
/*** Inquiry *****/
.top-text {

    border: 2px solid #158dd0;
    /*! margin-top: 12%; */
    margin-bottom: 50px;
}
.img-block-left {
    padding-left: 90px;
}
.ts-padding {
    padding: 50px 50px;
        padding-left: 50px;
}
/*** Inquiry *****/
