/*

TemplateMo 546 Sixteen Clothing

https://templatemo.com/tm-546-sixteen-clothing

*/
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.HP_lgsimg{
	width:100%;
	max-height:700px;
	max-width:1080px;
}

.HP_pntp{
    padding-left: 40px;
    text-align: center;
    text-indent: 0px;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 300;
	color: #959595;
	line-height: 1.6;
	padding-top: 40px;
	font-family: Open Sans regular;
	
}

.HP_pntp2{
	font-weight: 700; 
	margin-bottom: 0px; 
	margin-top: 180px; 
	font-size: 20px;
	font-family: Bahnschrift;
}

/*footer css*/
footer {
  /* background: #ff5f6d; */
  /* background: -webkit-linear-gradient(to right, #ff5f6d, #ffc371); */
  /* background: linear-gradient(to right, #ff5f6d, #ffc371); */
  /* min-height: 100vh; */
  background: #595959;
  color:white;
  margin-top:50px;
}

#button-addon1 {
  color: #ffc371;
}

i {
  color: #ffc371;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}

.form-control.shadow-0:focus {
  box-shadow: none;
}
/*footer css end*/



/* langCss */
#HPLang{
	position: absolute; 
	right: 40px; 
	flex-direction: row;
}

div .Lnav-item {
    margin: -4px 15px;
}

a.Lnav-link {
    text-transform: capitalize;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color:white;
    transition: all 0.5s;
    margin-top: 5px;
}

.Lnav-item .Lactive{
	color:Black;
	font-weight:700;
}

.Lnav-item::hover{
	color:blue;
}

/* LangCss End */
.Hph2 {
    color: red;
	padding-top:15%;
  }

@media screen and (max-width: 1000px) {
  h2.Hph2{
	padding-top:25%;
  }
}

@media screen and (max-width: 700px) {
  div.HpmySlides {
    height: 400px;
  }
  
  div.products-heading {
    height: 400px;
  }
  
  div.about-heading {
    height: 400px;
  }
  
}

@media screen and (max-width: 500px) {
  h2.Hph2{
	padding-top:35%;
  }
}

/*Facility Tab Css*/


/* Style the tab */
.Ftab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;

}

/* Style the buttons inside the tab */
.Ftab button {
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

}


.Ftablinks{
}

@media screen and (max-width: 800px) {
  button.Ftablinks{
	position:relative;
    left:25%;
  }
}

@media screen and (max-width: 600px) {
  button.Ftablinks{
	position:relative;
    left:15%;
  }
}

@media screen and (max-width: 520px) {
  button.Ftablinks{
	width:100%;
	left:0%;
  }
}

@media screen and (max-width: 390px) {
#HPLang{
	position: absolute; 
	right: 0px; 
	flex-direction: row;
}

}


/* Change background color of buttons on hover */
.Ftab button:hover {

}

/* Create an active/current tablink class */
.Ftab button.Factive {
  background-color: orange;
}


/* Style the tab content */
.Ftabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/*Facility Tab Css end*/




/* Product Image Css */

.Pdimg{
	width:208px;
	height:240px;
}

/* Product Image Css end*/




/*video Content Css*/

.Vrow {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.Vresponsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*video Content Css end*/



/* Three box Css */

.TBcolumn {
  box-sizing: border-box;
  float: left;
  width: 33%;
  
}

.TBoutbox{
  padding-left: 15px;
  padding-right: 15px;
  
}

.TBbox{
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	text-align:center;
	float:left;
	height:350px;
    width:100%;
	
}

.TBdiv{
	letter-spacing: 2px;
	color: inherit;
}

.CNTBdiv{
	letter-spacing: 1px;
}

.TBrow::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 768px){
.TBcolumn {
  box-sizing: border-box;
  float: left;
  width: 100%;
  
}
}

/* Three box Css end*/



/*G7 Picture CSS*/
.G73column {
  box-sizing: border-box;
  float: left;
  width: 35%;
  padding: 5px;
}

.G77column {
  box-sizing: border-box;
  float: left;
  width: 65%;
  padding: 5px;
}

.G7row::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
/*G7 Picture CSS end*/

/* CSR 2:8 pic & text CSS */
.CSR2column {
  box-sizing: border-box;
  float: left;
  width: 15%;
  padding: 5px;
}

.CSR8column {
  box-sizing: border-box;
  float: left;
  width: 80%;
  padding: 5px;
}

.CSRrow::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
  margin-bottom:2%;
}

.CSR_p {
	margin-top: 4%;
	text-align: left; 
	/* padding-left: 40px;  */
	text-indent: 0px; 
	letter-spacing: 0.5px; 
	line-height: 1.3; 
	font-size: 13.8px; 
	font-family: Open Sans regular;
	font-weight: 600;
}

.CSR_28p {
	text-align: left; 
	text-indent: 0px; 
	letter-spacing: 0.5px; 
	padding-top: 15px; 
	line-height: 1.3; 
	font-size: 20px; 
	color: inherit;
	margin-top: 20px;
	font-family: Open Sans regular;
}

.CSR_28img {
	width: 70%; 
	/* margin-left: 40%; */
}
/* CSR 2:8 pic & text CSS END*/

/*LPRT Picture CSS*/
.LPRT3column {
  box-sizing: border-box;
  float: left;
  width: 35%;
  padding: 5px 20px 5px 5px;
}
@media (max-width: 1200px) {
.CSR_p {
	line-height: 1; 
	margin-top: 0px;
}
	
.HP_pntp {
    padding-left: 40px;
    text-align: center;
    text-indent: 0px;
    letter-spacing: 0px;
	font-size: 17.68px;
    font-weight: 500;
    color: #959595;
    padding-top: 40px;
}

.HP_pntp2{
	font-weight: 700; 
	margin-bottom: 0px; 
	margin-top: 130px; 
	font-size: 17.68px;
}
}

.LPRT7column {
  box-sizing: border-box;
  float: left;
  width: 65%;
  padding: 5px;
}

.LPRTrow::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#t4TPS{
	text-align:center;
	padding-left: 150px;
	padding-right: 150px;
}

.t4TPSL{
	width: 320px;
	height: 3px;
	background: red;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 40px ;
	margin-right:500px;
}

.PSPTYBredline{
	width: 300px;
	height: 3px;
	background: red;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 40px ;
}

.CPredline{
	width: 120px;
	height: 3px;
	background: red;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
.HP_lgsimg {
    margin-left: 2%;
}
	
.CSR_28p {
	text-align: left; 
	text-indent: 0px; 
	letter-spacing: 0.5px; 
	padding-top: 15px; 
	line-height: 1.3; 
	font-size: 15.8px; 
}
	
#t4TPS{
	text-align:center;
	
}
	
.PSPTYBredline{
	width: 320px;
	height: 3px;
	background: red;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 40px ;
	margin-right:0px;
}
}


@media screen and (max-width: 991px) {
.TBbox{
	height:420px;
}
	
.HP_pntp{
	text-align: center;
	padding-left:0px;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 2;
	font-size: 19.6px;
	margin-bottom: 3%;
}

.HP_pntp2{
	font-weight: 700; 
	margin-bottom: 0px; 
	margin-top: 130px; 
	font-size: 19.6px;
}
	
.HP_lgsimg {
    margin-left: 0.1%;
    height: 350px;
}
	
.CSR_28img {
	width: 25%; 
	margin-left: 40%;
}
	
.CSR_28p {
	text-align: center; 
	text-indent: 0px; 
	letter-spacing: 0.5px; 
	padding-top: 15px; 
	line-height: 1.3; 
	font-size: 14.4px; 
}
	


.CSR2column {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 5px;
}

.CSR8column {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 5px;
}

.CSRrow::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
  margin-bottom:2%;
}
	
.LPRT3column {
  box-sizing: border-box;
  float: left;
  width: 100%;
  height:100%;
  padding: 5px;
}

.LPRT7column {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 5px;
}

.LPRTrow::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

#t4TPS{
	text-align:center;
	padding-left: 0px;
	padding-right: 0px;
}

.t4TPSL{
	width: 620px;
	height: 3px;
	background: red;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 40px ;
	margin-right:0px;
}
.PSPTYBredline{
	width: 320px;
	height: 3px;
	background: red;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 40px ;
	margin-right:0px;
}
.CPredline{
	width: 300px;
	height: 3px;
	background: red;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 40px;
}

}

@media screen and (max-width: 767px) {
.HP_pntp{
	text-align: center;
	padding-left:0px;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 2;
	font-size: 13.9px;
	margin-bottom: 3%;
}

.HP_pntp2{
	font-weight: 700; 
	margin-bottom: 0px; 
	margin-top: 70px;
	font-size: 13.9px;
}

.HP_lgsimg {
    margin-left: 0%;
    height: 250px;
}
	
.CSR_28p {
	text-align: center; 
	text-indent: 0px; 
	letter-spacing: 0.5px; 
	padding-top: 15px; 
	line-height: 1.3; 
	font-size: 10.34px; 
}
}

/*LPRT Picture CSS end*/


/*Honors*/
.hncolumn {
  float: left;
  width: 25%;
  padding: 50px;
}

/* Clearfix (clear floats) */
.hnrow::after {
  content: "";
  clear: both;
  display: table;
  
}

/*Honors end*/

/*About us image css*/

* {
  box-sizing: border-box;
}

.img-container {
  float: left;
  width: 50%;
  padding: 5px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*hover effact*/

.hcontainer {
  position: relative;
  width: 50%;
}

.himage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hcontainer:hover .himage {
  opacity: 0.3;
}

.hcontainer:hover .hmiddle {
  opacity: 1;
}

.htext {
  background: #ff5f6d;
  background-color: -webkit-linear-gradient(to right, #ff5f6d, #ffc371);
  background: linear-gradient(to right, #ff5f6d, #ffc371);
  color: white;
  font-size: 16px;
  padding: 16px 50px;
}

/*-----------------------------------------------------------------*/

p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 24px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: #eee;
	color: #121212;
	font-size: 18px;
	text-align: center;
	transition: all .3s;
}

ul.social-icons li a:hover {
	background-color: #f33f3f;
	color: #fff;
}

a.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.section-heading {
	text-align: left;
	margin-bottom: 60px;
	border-bottom: 1px solid #eee;
}

.section-heading h2 {
	font-size: 28px;
	font-weight: 400;
	color: #1e1e1e;
	margin-bottom: 15px;
}

.products-heading {
	background-image: url(../images/products-heading.jpg);
	height: 655px;
	width:100%;
}

.about-heading {
	height: 658px;
	width:100%;
}

.contact-heading {
	background-image: url(../images/contact-heading.jpg);
	
	
}

.Fpage-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: 0px 85px;
	background-repeat: no-repeat;
	background-size: cover;
}

.Fpage-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.Fpage-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
@media screen and (max-width: 1050px) {
.Fpage-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: -600px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
}

@media screen and (max-width: 900px) {
.Fpage-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: -800px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
}

@media screen and (max-width: 700px) {
.Fpage-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: -500px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}
}

.page-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: center 81px;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* .solution-heading { */
	/* padding: 210px 0px 130px 0px; */
	/* text-align: center; */
	/* background-position: 0px 85px; */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* background-image: url(../images/DCP0059.jpg); */
/* } */

.solution-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.solution-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.CSR-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: 0px 85px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/CSR/pexels-pixabay-158780.jpg);
}

.CSR-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.CSR-heading .text-content h2 {
	color: #fff;
	margin-top:10%;
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 0px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.CU-heading {
	padding: 210px 0px 130px 0px;
	text-align: center;
	background-position: 0px 81px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/ContactUs/22222.jpg);
}

.CU-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.CU-heading .text-content h2 {
	color: #fff;
	margin-top:10%;
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 0px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

@media (max-width: 768px){
.solution-heading .text-content h2 {
    font-size: 36px;
    letter-spacing: 0.5px;
}

.CSR-heading .text-content h2 {
    font-size: 36px;
    letter-spacing: 0.5px;
}
}

@media screen and (max-width: 530px) {
.HP_lgsimg {
    margin-left: 0%;
    height: 200px;
}
}

@media screen and (max-width: 450px) {
.HP_lgsimg {
    margin-left: 0%;
    height: 150px;
}
}

@media screen and (max-width: 390px) {
.HP_lgsimg {
    margin-left: 0%;
    height: 150px;
}
}


#preloader {
  overflow: hidden;
  background: #f33f3f;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: 80px;
	background-color: #232323;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 17px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #f33f3f!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: -12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #f33f3f;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 3px solid #f33f3f;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 0px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #f33f3f;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
	
}
/*Testing CSS*/



/*Cert and four image CSS*/
/*
.section-title{
	text-align: center;
	padding: 0;
	margin: 50px;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "微软雅黑";
	display: block;

}

.section6-garousel{
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
    font-family: "微软雅黑";
	
}

.garousel1{
	width: 100%;
    background: #F7F7F7;
	padding: 0;
    margin: 0;
	box-sizing: border-box;

}

.garousel-act{
	display: none;
	width: 100%;
	list-style: none;
	padding: 0;
    margin: 0;
	box-sizing: border-box;
	text-align: -webkit-match-parent;
	
}

.garousel1-left{
	height: 420px;
	width: 50%;
    float: left;
	padding: 0;
    margin: 0;
    background-size: cover;
    background-position: center top;
	
}

.garousel1-right{
	width: 50%;
    float: left;
	padding: 0;
    margin: 0;
	box-sizing: border-box
	list-style: none;
	text-align: -webkit-match-parent;
	
}

.garousel1-right-title{
	width: 100px;
    margin-top: 30px;
    margin-left: 8%;
	padding: 0;
    margin: 0;
	box-sizing: border-box;
	display: block;
	list-style: none;
	text-align: -webkit-match-parent;
	
}

.garousel1-right-txt{
	margin-left: 8%;
	padding: 0;
    margin: 0;
	box-sizing: border-box;
	display: block;
	list-style: none;
	text-align: -webkit-match-parent;
	
}

.garousel2{
	width: 100%;
    height: 167px;
    display: inline-block;
	padding: 0;
    margin: 0;
	box-sizing: border-box;
	
}
*/
/* Cert image*/

.img-container {
  float: left;
  width: 50%;
  padding: 0px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.cert01 {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	border: 0;
	box-sizing: border-box;
	width: 595px;
	aspect-ratio: auto 595 / 842;
	background-image: url(../images/cert-1.png);
	
}
	
.cert02 {
	padding: 300px 0px;
	background-image: url(../images/cert-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:50px;
	
}

/*TimeLine css*/

$primary: #fc5a7d
$secondary: #7d6dfb
$dark: #18294f
$timeline-1: #fec541
$timeline-2: #36d484
$timeline-3: #32ccf4
$timeline-4: #fd9252
$bg-mild: #f5f7f6
$bg-reg: #dfe3e6
$bg-dark: #7f9298
$text-black: #4A4A4A


.tlbody-wrap
  background-color: #fff
  width: 600px
  min-height: 500px
  margin: 0 auto
  font-size: 12px
  
.tlpres-timeline
  font-family: roboto, helvetica, sans-serif
  font-size: 12px
  color: $text-black
  width: 100%
  margin: 30px 0
  > div > div 
    // this is  fixing the padding bug
    padding: 1em 0
    box-sizing: border-box
  
  .tlperiods-container, .tlcards-container
    overflow: hidden
    box-sizing: border-box
    position: relative
    min-height: 100px
    transition: height .5s ease-in-out
    background-color: #FFF
  .tltimeline-container
    
.tlperiods-container
  &:before
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0))
    left: 0
    content: ''
    position: absolute
    z-index: 2
    top: 0
    height: 100%
    width: 100px
  &:after
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0))
    right: 0
    content: ''
    position: absolute
    z-index: 2
    top: 0
    height: 100%
    width: 100px
  .tlbtn-back, .tlbtn-next
    // background-color: 
    // border: 2px solid $bg-reg
    display: inline-block
    width: 15%
    height: 100%
    position: absolute
    cursor: pointer
    z-index: 10
    transition: 0.3s ease-in-out
    &:hover
      background-color: rgba(0,0,0,.05)
    &.tlhide
      display: none
  .tlbtn-back
    left: 0
  .tlbtn-next
    right: 0
  section
    width: 70%
    height: 0
    position: absolute
    margin-left: 15%
    // border: 1px solid $bg-mild
    border-bottom: 5px solid $bg-reg
    padding: 1.5em
    box-sizing: border-box
    transition: transform .3s ease-in-out, opacity .2s ease, height .3s ease
    bottom: 0
    opacity: 0
    background-color: #fff
    &.tlactive
      height: auto
      opacity: 1
      transform: translateX(0)
      z-index: 5
      .tltitle, p
        display: block
    &.tlprev
      height: auto
      opacity: 0.4
      transform: translateX(-100%)
      z-index: 0
      .tlyear
        text-align: right
    &.tlnext
      height: auto
      opacity: 0.4
      transform: translateX(100%)
      z-index: 0
    .tlyear
      font-size: 20px
      font-weight: 400
    .tltitle
      color: $text-black
      font-size: 28px
      font-weight: 400
      display: none
    p
      display: none
// Timeline styles
.tltimeline-container
  position: relative
  width: 100%
  height: 50px
  overflow: hidden
  &:before
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0))
    left: 0
    content: ''
    position: absolute
    z-index: 2
    top: 0
    height: 100%
    width: 100px
  &:after
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0))
    right: 0
    content: ''
    position: absolute
    z-index: 2
    top: 0
    height: 100%
    width: 100px
  .tltimeline
    position: absolute
    display: block
    height: 50px
    transition: left .3s ease-in-out
    ol
      display: block
      width: 100%
      height: 2px
      background-color: $bg-reg
      list-style: none
      padding-left: 210px
      padding-right: 300px
      li
        display: inline-block
        padding: 5px
        margin-top: -11px
        margin-left: 80px
        border-radius: 50%
        border: 3px solid $bg-dark
        background-color: #FFF
        position: relative
        cursor: pointer
        box-shadow: 0 2px 5px rgba(0,0,0,.2)
        &.tlactive
          box-shadow: none
        &.tlactive:before
          content: ""
          display: block
          height: 25px
          width: 1px
          position: absolute
          top: -25px
          transition: opacity .3s ease-in-out
          // opacity: 0
        &.tlactive:after
          content: ""
          display: block
          height: 25px
          width: 1px
          position: absolute
          bottom: -25px
          transition: opacity .3s ease-in-out
          // opacity: 0
  .tlbtn-back, .tlbtn-next
    display: inline-block
    position: absolute
    cursor: pointer
    margin-top: -2px
    z-index: 11
    transition: all .3s ease
    &.tlhide
      display: none
      
    &:hover
      border-color: $bg-dark
  .tlbtn-back
    left: 1em
    // background: url('data:image/svg+xml;utf8,<svg width="14" height="22" viewBox="6 4 14 22" xmlns="http://www.w3.org/2000/svg"><path fill="#D8D8D8" fill-rule="evenodd" d="M11.828 15l7.89-7.89-2.83-2.828L6.283 14.89l.11.11-.11.11L16.89 25.72l2.828-2.83"/></svg>') no-repeat
  .tlbtn-next
    right: 1em
    // background: url('data:image/svg+xml;utf8,<svg width="14" height="23" viewBox="10 3 14 23" xmlns="http://www.w3.org/2000/svg"><path fill="#D8D8D8" fill-rule="evenodd" d="M18.172 14.718l-7.89-7.89L13.112 4l10.606 10.607-.11.11.11.11-10.608 10.61-2.828-2.83 7.89-7.89"/></svg>') no-repeat
    
// Cards
.tlcards-container
  // &:after
  //   content: ""
  //   display: block
  //   width: 100%
  //   height: 2em
  //   background-image: linear-gradient(bottom, #FFF, rgba(248, 248, 248, 0))
  //   position: absolute
  //   bottom: 0
  &:before
    background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0))
    left: 0
    content: ''
    position: absolute
    z-index: 2
    top: 0
    height: 100%
    width: 100px
  &:after
    background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0))
    right: 0
    content: ''
    position: absolute
    z-index: 2
    top: 0
    height: 100%
    width: 100px
  section
    width: 70%
    position: absolute
    margin-left: 15%
    margin-bottom: 2em
    border: 1px solid $bg-mild
    padding: 1.5em
    box-sizing: border-box
    transition: transform .3s ease-in-out
    top: 0
    opacity: 0
    border-radius: 8px
    background-color: #fff
    box-shadow: 0 10px 15px rgba(0,0,0,.15)
    &.tlactive
      height: auto
      opacity: 1
      transform: translateX(0)
      z-index: 5
    &.tlprev
      height: auto
      opacity: 0.4
      transform: translateX(-105%)
      z-index: 0
    &.tlnext
      height: auto
      opacity: 0.4
      transform: translateX(105%)
      z-index: 0
    .tlyear
      text-align: center
      font-size: 16px
      margin: 0
    .tltitle
      font-weight: 400
    img
      width: 100%

/*TimeLine css end*/

/* Banner Style */
.chengh6{
	color: white;
}

.chengh5 {
        text-shadow: 3px 0px 7px rgba(81,67,21,0.8), -3px 0px 7px rgba(81,67,21,0.8), 0px 4px 7px rgba(81,67,21,0.8);
}

.banner {
	position: relative;
	text-align: center;
	padding-top: 80px;
}

.banner-01 {
	padding: 300px 0px;
	background-image: url(../images/slide_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-02 {
	padding: 300px 0px;
	background-image: url(../images/slide_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-03 {
	padding: 300px 0px;
	background-image: url(../images/slide_03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-04 {
	padding: 300px 0px;
	background-image: url(../images/slide_04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
  border-radius: 3px;
}
.owl-banner .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.owl-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: black;
    opacity: 0.5;
}
.owl-banner .owl-dots .owl-dot:focus {
    outline: none
}
.owl-banner .owl-dots .owl-dot.active {
    background-color: red;
    opacity: 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.product-item {
	margin-bottom: 0px;
}

.product-item .down-content {
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}

.product-item img {
	width: 100%;
	overflow: hidden;
}

.product-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 0px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #f33f3f;
	font-size: 14px;
}

.product-item .down-content span {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
}




/* Best Features */

.about-features {
	margin-top: 100px!important;
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px!important;
	border-bottom: none!important;
}

.best-features {
	margin-top: 50px;
}

.best-features .container .row {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}

/* .best-features img { */
	/* width: 100%; */
	/* overflow: hidden; */
/* } */

.best-features h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	/* margin-bottom: 25px; */
	color: #595959;
}

.best-features ul.featured-list li a {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #f33f3f;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #f33f3f;
}

.best-features .filled-button {
	margin-top: 20px;
}





/* Call To Action */

.call-to-action .inner-content {
	margin-top: 60px;
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}




/* Footer */

footer {
	text-align: center;
}

footer .inner-content {
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: #f33f3f;
	margin-left: 3px;
}




/* Product Page */

.products {
	margin-top: 100px;
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
  color: #f33f3f;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #f33f3f;
	border-color: #f33f3f;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243,63,63,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #fff;
	color: #f33f3f;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}




/* Clients */

.happy-clients {
	margin-top: 100px;
	margin-bottom: 40px;
}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* Find Us */

.find-us {
	margin-top: 100px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 14px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 14px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #f33f3f;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #121212;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692!important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #f33f3f!important;
}

.accordion a.active {
  color: #f33f3f!important;
}

.accordion li .content {
  display: none;
  margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

/* Responsive Style */
@media (max-width: 768px) {
	.banner .text-content {
		width: 90%;
		margin-left: 5%;
	}
	.banner .text-content h4 {
		font-size: 22px;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	}
	.Fpage-heading .text-content h4 {
		font-size: 22px;
	}

	.Fpage-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}
	.product-item .down-content h4 {
		margin-bottom: 20px!important;
	}
	.product-item .down-content h6 {
		position: absolute!important;
		top: 30px!important;
		right: 30px!important;
	}
	.product-item .down-content span {
		position: absolute!important;
		right: 30px!important;
		bottom: 30px!important;
	}
	.best-features .left-content {
		margin-bottom: 30px;
	}
	.call-to-action .inner-content {
		text-align: center;
	}
	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}
	.about-features img {
		margin-bottom: 30px;
	}
	.service-item {
		margin-bottom: 30px;
	}
	.find-us #map {
		margin-bottom: 30px;
	}
	.find-us .left-content {
		margin-left: 0px;
	}
	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 991px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 32px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #f33f3f!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.product-item .down-content h4 {
		margin-bottom: 10px;
	}
	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}
	.product-item .down-content span {
		position: relative;
		right: 0;
		bottom: 0;
	}
}