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

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

@font-face 
{
	font-family: 'arial-roundedmt-bold';
	src: url('../fonts/arial-roundedmt-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'britanic';
	src: url('../fonts/britanic.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arial';
	src: url('../fonts/arial.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Roboto-BoldCondensed';
	src: url('../fonts/Roboto-BoldCondensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Brush Script';
	src: url('../fonts/brush-script.ttf')  format('truetype');
}

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

/************ Index Page ************/

/****** TOp Header css  **********/
.top-nav {
	 margin-left: 0%;
	 padding-top: 3%;
}
.phone {
    font-size: 18px;
    font-family: 'arial-roundedmt-bold';
    color: #2e2e30;
}
.email {
	 font-size:20px;
	 font-family: 'arial-roundedmt-bold';
   color: #2e2e30;
	 line-height: 23px;
}
.email a {
    color: #2e2e30;
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 50px;
}
.email a:hover {
    color: #f76207;
}
.top-nav ul li img {
	/*! margin-left: 20px; */
}
.top-nav ul li {
    padding: 0px 4px;
}
.top-nav ul {
    list-style: none !important;
    padding: 0px;
    display: inline-flex;
    float: none;
}
.social-01 li a {
    font-size: 20px;
}
.social-01 li a:hover {
   color: #ff5e05;    
}
.menu {
  background: #000;
  border-bottom: 5px solid #ff5e05;
}

/************ TOp Header css  *********/

/*******  About Index css  ******/
.margin-bottom {
	margin-bottom:45px;
}
.index-about {
	margin-bottom:0;
	background-color: #eeeeee;
	padding: 3% 0px;
}
.about-index-img {
    margin-left: -16%;
}
.about-index-img-left {
    margin-left: 8%;
}
.index-about-contain {
	margin-left: -1%;
    width: 51%;
	/*! border: 1px solid #e7ecee; */
	/*! box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23); */
	/*! border-radius: 25px; */
	/*! padding: 0% 3% 3% 3%; */
	/*! margin-top: 3%; */
}
.index-title {
	font-size:53px;
	letter-spacing:1px;
	line-height:60px;
	color:#000;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: 'britanic';
	/*! padding-top: 6%; */
	margin-top: 0;
}

.about-index-font {
	color:#ff5e05;
	font-size:22px;
	line-height:35px;
	font-family: 'arial';
	margin-bottom: 3%;
	font-weight: 700;
	letter-spacing: 1px;
}
.about-index-font-02 {
    font-size: 19px;
    line-height: 30px;
    color: #000;
    font-family: 'Bookman Old Style';
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: justify;
}
.read-more-btn {
    text-transform: uppercase;
    color: #ffffff;
font-size: 23px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 7px 0%;
letter-spacing: 0.6px;
font-weight: 700;
width: 30%;
text-align: center;
border-radius: 10px;
background: linear-gradient(to right, #ff6002 0%,#f0864f 50%,#f29c70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ec9ed', endColorstr='#78d190',GradientType=1 );
}
.about-index-font-02 a {
	color: #000;
}
.about-index-font-02 a:hover {
	color: #ff5e05;
}
/*******  About Index css  ******/

/******* Product Slider css ******/
.product-slider {
	margin-bottom: 25px;
}
.product-title {   
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    margin-bottom: 4%;
    font-family: 'britanic';
    letter-spacing: 1px;
    font-size: 50px;
    text-align: center;
    line-height: 55px;
} 
.product-title::after {
  /*! height: 4px; */
  /*! display: block; */
  /*! width: 45px; */
  /*! background: #000063; */
  /*! border-bottom: 1px white; */
  /*! content: ''; */
  /*! margin-top: 10px; */
  /*! margin-left: 47%; */
  /*! padding-bottom: 5px; */
}
.product-font {
	color: #fff;
	font-size: 20px;
	font-family: 'arial-roundedmt-bold';
	text-align: center;
	letter-spacing: 0.8px;
}

.pro-slider-bg {
	background-color: #272827;
	width:388px;
	height: 65px;
	padding: 15px;
}
/******* Product Slider css ******/

/******* Client Slider css ******/
.client-slider { 
	margin-bottom:3%;
}
/******* Client Slider css ******/

/******* Testimonial css ******/
.client-testimonial {
    margin-bottom: 4%;
}
.testimonial-box {
    border: 1px solid #eee;
    padding: 9% 5% 3% 5%;
    background-color: #eeeeee;
    position: relative;
}
.testimonial-font-01 {
    font-size: 18px;
    line-height: 30px;
    color:#000;
    font-family: 'arial';
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 700;
    margin-bottom: 11%;
}
.testimonial-font-02 {
	font-size:22px;
	color:#ff5e05;
	text-align:right;
	font-family: 'Brush Script';
	letter-spacing: 2px;
	font-weight: 700;
}
.top-square {
	background:#ff5e05;
	height: 200px;
	width: 200px;
	position: absolute;
	margin-top: -20px;
	margin-left: 428px;
}
.bottom-square {
	background:#ff5e05;
	height: 200px;
	width: 200px;
	margin-top: -181px;
	margin-left: -20px;
}
/******* Testimonial css ******/

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

.footer-top {
	padding: 50px 60px;
	background-color:#1c1c1c;
}
.footer-font {
	font-size:25px;
	font-weight:700;
	color:#fff;
	margin-bottom: 13px;
	font-family: 'arial-roundedmt-bold';
	padding-top: 20px;
}
.footer-font::after {
	height: 3px;
  display: block;
  width: 55px;
  background: #fff;
  border-bottom: 1px white;
  content: '';
  margin-top: 4px;
  padding-bottom: 0px;
}
.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:#fff;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
	line-height: 25px;
	text-align: justify;
}
.footer-font-02 a {
	color: #fff;
}
.footer-font-02 a:hover { 
	color:#ff5e05;
}
.footer-font-03 {
	font-size:23px;
	color:#fff;
	font-weight:700;
	letter-spacing: 1px;
	font-family: 'arial-roundedmt-bold';
	margin-bottom: 32px;
	padding-top: 8px;
}

.footer-font-04 {
	font-size:14px;
	color:#fffefe;
	line-height: 28px;
	font-family: 'arial';
	white-space: nowrap;
	font-weight: 600;
	letter-spacing: 0.9px;
}
.footer-font-04:hover { 
	color:#ff5e05;
}
.footer-left {
	/! margin-left: -40px; /
}
.footer-top ul {
	padding:0px;
}
.footer-top ul li {
	list-style:none;
}
.footer-download {
	/! margin-top:-65px; /
}
.social-01 {
    /! float: left; /
    padding: 6px 0;
    /*! margin-left: 20px; */
}
.social-01 li {
	border-bottom: none !important;
	padding: unset !important;
}
/*** social icon ***/

.social-1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    border-radius: 100%;
    transition: all 200ms ease-in;
}
[class^="hvr-"] {
    margin: 0px 3px;
    padding: 11px;
    cursor: pointer;
    background: #898989;
    text-decoration: none;
    color: #fff;
    -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 2px #898989, 0 0 1px transparent;
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
   color: #FFF;
}
/*** social icon ***/
/*********** footer contant  ***********/

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

.font-01 {
	font-size:14px;
	color:#fff;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 1px;
	font-family: 'myriad pro-regular';
	font-weight: 700;
}
.font-01 a {
	color: #fff;
}
.font-01 a:hover {
	color: #2e9add;
}
.font-02 {
	float: right;
}

/**** copy write Index css *****/
.copy-write {
	background-color:#000000;
	padding: 20px;
}
.copy-write-font {
	color:#fff;
	font-size:15px;
	margin: 0px;
	font-family: 'arial-roundedmt-bold';
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 1px;
}
.copy-write-font a:hover {
	color:#ff5e05;
}
.copy-write-font-01 {
	color:#fff;
	font-size:15px;
	float:right;
	letter-spacing: 0.9px;
	margin: 0px;
	font-family: 'arial-roundedmt-bold';
}
.copy-write-font-01 a:hover {
	color:#ff5e05;
}
/**** copy write Index css *****/
/** 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: #ff5e05;
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/** top arrow contant **/

/*** aboutus Page ***/
.about {
    background-color: #eeeeee;
    padding: 3% 0px;
}
.inner-banner {
    margin-bottom: 0;
}
.about-h1 {
    font-size: 50px;
    font-weight: 700;
    margin-top: -11% !important;
    color: #272827;
    line-height: 55px;
    font-family: 'Roboto-BoldCondensed';
    text-shadow: 1px 1px 1px #404040;
    letter-spacing: 0.9px;
    text-align: center;
}
.about-h1 span {
    font-size: 31px;
    line-height: 55px;
    /*! margin-left: 2%; */
}
.fa-icon-style {
    color:#ff5e05;
    font-weight: 700 !important;
    padding: 5px 15px 0px 0px;
}
/*** aboutus Page ***/

/******* Testimonial Page ******/
.testimonial-white-box {
    border: 1px solid #eee;
	padding: 9% 5% 3% 5%;
	background-color:#fff;
    position: relative;
}
/******* Testimonial Page ******/

/***** FAQ's Page *****/
.faq-font {
	color:#ff5e05;
	font-size: 20px;
	font-family: 'arial';
	margin-bottom: 1%;
	font-weight: 700;
	letter-spacing: 0.9px;
	line-height: 25px;
	text-transform: capitalize;
}
/***** FAQ's Page *****/

/*** product css ***/
.prod-index {
    /*! margin-top: 10% !important; */
    margin-bottom: 3%;
}
.prod-font-02 {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-family: 'Questrial-Regular';
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: 0.9px;
}
/*** product css ***/

/*** contact css ***/
.contact-bg {
    /*! padding-top: 0%; */
}
.contact-contain {
    /*! margin-left: 0%; */
    /*! width: 53%; */
    /*! border: 1px solid #e7ecee; */
    /*! box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23); */
    /*! border-radius: 25px; */
    /*! padding: 3%; */
    /*! margin-top: 11%; */
}
.contact-font-call {
    font-family: 'Questrial-Regular';
    font-size: 22px;
    color: #000;
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 45px;
}
.contact-font {
    font-family: 'Questrial-Regular';
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
    /*! margin-left: 10px; */
}
.contact-font a { 
    color: #000;
}
.contact-font a:hover { 
    color:#ff5e05;
}
.top-square-contact {
	background:#ff5e05;
	height: 150px;
	width: 150px;
	position: absolute;
	margin-top: -17px;
	margin-left: 421px;
}
.bottom-square-contact {
	background:#ff5e05;
	height: 150px;
	width: 150px;
	margin-top: -133px;
	margin-left: -62%;
}
.contact-box {
    border: 1px solid #000;
    background-color: #eeeeee;
    position: relative;
}
/*** contact css ***/

/*** Carrer css ***/
.top-text {
    border: 5px solid #ff5e05;
}
/*** Carrer css ***/

/******* Table Contant *******/
table {
  	border-collapse: collapse;
    margin: 0;
  	padding: 0;
  	width: 90%;
  	margin-bottom: 4%;
}
table td {
  	padding: 2px 13px;
	font-family: 'Questrial-Regular';
	font-size:17px;
  	text-align: left;
  	letter-spacing: 1px;
  	line-height: 39px;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	/*! background: #efefef66; */
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #004e89;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	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;
}
.table01 {
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    margin-bottom: 4%;
}
.img-size {
	/*! margin-top: 31%; */
}
/******* Table Contant *******/
/*** contact css ***/

/*** inquiry css ***/
.top-txt {
    width: 50%;
    border: 1px solid #e7ecee;
    box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23);
    border-radius: 25px;
    padding: 3%;
}
/*** inquiry css ***/

/*application code*/

.pro-slider {
  color: #fff;
  background-color: #313131;
  padding: 10px;
}

/*** Counter Number ***/
.stats-section {

  position: relative;

  background: url("bg.jpg") center/cover no-repeat;

  padding: 110px 0;

  color: #fff;

  font-family: "Poppins", sans-serif;

  margin: 3% 0px;
}
.stats-section .container::before {
	
}
.stats-section .overlay {

  position: absolute;

  top: 0; left: 0;

  width: 100%; height: 100%;

  background: rgba(0, 0, 0, 0.70);

}
 
.stats-section .container-count {

  position: relative;

  max-width: 1180px;

  margin: auto;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 40px;

  text-align: center;

}
 
.stat img {

  width: 70px;

  margin-bottom: 22px;

  /*! filter: invert(49%) sepia(92%) saturate(1813%) hue-rotate(170deg) brightness(96%) contrast(98%); */

}
 
.stat h3 {

  font-size: 28px;

  font-weight: 600;

  margin-bottom: 18px;

}
 
.stat p {

  font-size: 34px;

  font-weight: 700;

  border: 2px solid rgba(255, 255, 255, 0.4);

  display: inline-block;

  padding: 14px 46px;

  border-radius: 6px;

  transition: 0.3s;

}
 
.stat p:hover {

  background: rgba(255, 255, 255, 0.09);

  border-color: #fb5a0c;

}

 
@media (max-width: 992px) {

  .stats-section .container-count {

    grid-template-columns: repeat(2, 1fr);

  }

}
 
@media (max-width: 600px) {

  .stats-section .container-count {

    grid-template-columns: 1fr;

  }
 
  .stat img {

    width: 56px;

  }
 
  .stat p {

    font-size: 30px;

    padding: 12px 36px;

  }

}

 
/*** Counter Number ***/