@font-face {
  font-family:Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}





.topbar-wrap {
	background: #742232;
	 padding: 5px ;
}

#carouselExampleIndicators {
	padding-top: 5em;
}




.about-img img {
	max-height: 100%;
	padding: 10px;
}

.small-about {
	margin-top:20px;
}



.small-about p {

	    font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: justify;
	

}


.small-about .small-img img  {
	
	position: relative;
	max-width: 100%;
}


.about h3 {
	    font-size: 24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 500;
    text-align: center;
    margin: 10px 0;
}


.about-img img {
	max-height: 100%;
	padding: 10px;
}

.small-about {
	margin-top:20px;
}

.small-about h6 {

	font-size: 16px;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	color: #742232;
	font-weight: 600;
	text-align:justify;
	margin-top: 5px;
	

}



.small-about .small-img img  {
	
	position: relative;
	max-width: 100%;
}


.about-1 h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	color: #742232;
	font-weight: 600;
	text-align:center;
	margin: 10px 0;
}


.about-img-1 img {
	max-height: 100%;
	padding: 10px;
    border-radius: 20px;
    position: relative;
}

.small-about-1 {
	margin-top:20px;
}

.small-about-1 h6 {

	font-size: 16px;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	color: #742232;
	font-weight: 600;
	text-align:justify;
	margin-top: 5px;
	

}

.small-about-1 p {

	    font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: justify;
	

}


.small-about-1 .small-img img  {
	
	position: relative;
	max-width: 100%;
}


.col-small {
	position: relative;
	left: -20px;
}



.col-small-1 {
	position: relative;
	left: -10%;
}


.about-1 {
	background: #fff;
}

.products-section {

	background: #fff;

}


.circular h3 {

	font-size: 24px;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	color: #742232;
	font-weight: 600;
	text-align:center;
	margin: 10px 0;

}

.circular .circular-img {
	position: relative;
	max-width: 100%;
	margin-top: 40px;
}


.products-section h3 {

	font-size: 24px;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	color: #742232;
	font-weight: 600;
	text-align:center;
	margin: 10px 0;

}

.products-section h6 {

	        font-size: 17px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}


.key-applications h3 {

	font-size: 24px;
	text-transform: uppercase;
	font-family: Poppins-Bold;
	color: #742232;
	font-weight: 600;
	text-align:center;
	margin: 10px 0;

}


.key-applications h6 {

	      font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}


.key-applications .key-img img {
	position: relative;
	max-width: 100%;
	margin: 10px 0;
}

.footer-info img {
	    max-height: 70px;
	    position: relative;
	    max-width: 100%;
}


.footer-links p strong i {

	    padding-right: 5px;
    color: #fff;
      font-size: 16px;
    line-height: 1.5;

}


.home-banner .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #742232;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.home-banner .carousel-indicators .active {
    opacity: 1;
}

.home-banner .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}

.home-banner .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
}


.home-banner .carousel-control-next-icon, .home-banner .carousel-control-prev-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


.products-section p  {

	    font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;

}

.about-page h3 {

	    font-size:24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;

}


.about-page .about-page-content h4  {

	font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 10px;
    
}


.about-page .about-page-content p  {

	    font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: justify;
    line-height: 28px;

    
}

.about-page .about-page-img img {

	   position: relative;
	   max-width: 100%;
	   top: 20px;
	   border-radius: 20px;

    
}


.about-row {
	margin-top: 20px;
}

.about-page-1 {
	background-color: #e1e1e1f1;
}


.about-page-1 h4 {

	font-size: 22px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
  
    margin-bottom: 10px;

}


.about-page-1 p {

	      font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;

}


.about-page-2 {

    padding: 6rem 0;
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(../img/about/mlp-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}


.about-page-2 h4 {
	    font-size: 25px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.about-page-2 .about-page-content h6 {
	font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #fff;
    font-weight: 500;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-page-2 .about-page-content p {
	   font-size: 14px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 500;
    text-align: justify;
    line-height: 28px;
}


.about-page-2 .about-page-content-1 p {

	      font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 28px;

}


.mlp-row {
	margin-top: 20px;
}


.about-page-2 .about-page-img img {
	position: relative;
	max-width: 100%;
	border-radius: 20px;
}


.about-page-3 h4 {

	 font-size: 25px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;

}


.about-page-3 h6 {

	 font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;

}


.about-page-3 p {

	      font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;

}

.about-page-3 .about-page-img iframe {
	position: relative;
}

.about-page-3 .end-section ul li {
	list-style: none;
	     font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: justify;
    line-height: 32px;
}

.about-page-3 .end-section ul li i {
	padding-right: 5px;
	color: #742232;
}

.about-page-3 {
	background-color: #e1e1e1f1;
}


.about-page-3  .nav-tabs .nav-link {

	 font-size: 15px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #742232;
    font-weight: 600;
    text-align: center;
   border-bottom: 1px solid #666;
    background-color: #fff;
    margin-top: 20px;

}


.about-page-3  .nav-tabs .nav-link:hover {

	 font-size: 15px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 600;
    text-align: center;
    
    background-color: #742232;

}


.about-page-3  .nav-tabs .nav-link.active {

	 font-size: 15px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 600;
    text-align: center;
    
    background-color: #742232;

}

.about-page-3 .tab-content {
	background-color: #fff;
}


.about-page-3 .tab-pane {

	     font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 15px;
   

}

.about-row-1 {
	margin-top: 30px;
	background-color: #fff;
	border-radius: 10px;
}

.about-page-3 .about-row-2 {
	margin-top: 40px;
}

.about-page-3 iframe {
	max-width: 100%;
}

.products-page h5 {


	 font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;

}


.products-page p {


	    font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: justify;
    line-height: 26px;

}


.products-page .card {
	margin: 15px;
}


.products-page h3 {

	    font-size:24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;

}


.product-button a {
    color: #fff;
    
    background: #5a0b1b;
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    letter-spacing: 1px;
}

.product-button {
	text-align: center;
	margin-top: 30px;
}



.applications-page h3 {

	    font-size:24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;

}


.applications-page #v-tabs-tab a  {

	    font-size: 20px;
    text-transform: capitalize;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 10px;
     border: 1px solid #742232;
     border-radius: 0px;


}


.applications-page #v-tabs-tab   {

	  border-top: 2px solid #742232;
	   
	     margin-top: 30px;
	 


}

.applications-page #v-tabs-tab a.active  {

	    font-size: 20px;
    text-transform: capitalize;
    font-family: Poppins-Bold;
    color: #fff;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 10px;
    background-color: #742232;
      border-radius: 0px;

}


.applications-page #v-tabs-tab a:hover  {

	    font-size: 20px;
    text-transform: capitalize;
    font-family: Poppins-Bold;
    color: #fff;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 10px;
    background-color: #742232bb;
        border-radius: 0px;

}


.applications-page .tab-content-applications .overlay-image img {
	max-width: 100%;
	position: relative;
	display: block;
}

.applications-page .tab-content-applications .overlay-image  {
	 position: relative;
  width: 100%;
  max-width: 400px;
}


.applications-page .overlay-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: transparent;
}

.applications-page .overlay-image:hover .overlay {
  opacity: 1;
  background-color: #00000061;
}



.applications-page .overlay-image .overlay .icon {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.applications-page .overlay-image .overlay .icon i:hover {
  color: #eee;
}

.applications-page .tab-content-applications {
	margin-top: 30px;

}


.applications-page .tab-content-applications .card {
	border-radius: 0px;
}

.applications-page .tab-content-applications h5 {

	      font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    
    
}


.contacts-page .address-info h5 {

	    font-size:22px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;

}

.contacts-page .address-info h5 i {

	    font-size: 24px;
    
    color: #742232;
    padding-right: 5px;
    
    
}


.contacts-page .address-info p  {

	      font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    position: relative;
    
    margin-top: 10px;

}


.contacts-page .address-info p a {

	        font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    position: relative;
    
    margin-top: 10px;
    

}

.contacts-page .address-info {
	padding: 10px;
	border: 2px solid #fff;
	    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
	    height: auto;
}



.contacts-page .mail-info h5 {

	    font-size:22px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;

}

.contacts-page .mail-info h5 i {

	    font-size: 24px;
    
    color: #742232;
    padding-right: 5px;
    
    
}


.contacts-page .mail-info p  {

	     font-size: 14px;
    /*text-transform: capitalize;*/
    font-family: Poppins-Regular;
    color: #000;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    position: relative;
    
    margin-top: 10px;

}


.contacts-page .mail-info p a {

	       font-size: 13px;
   /* text-transform: capitalize;*/
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    position: relative;
  
    margin-top: 10px;
    

}

.contacts-page .mail-info {
	padding: 10px;
	border: 2px solid #fff;
	    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
	    height: 182px;
}





.contacts-page .phone-info h5 {

	    font-size:22px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;

}

.contacts-page .phone-info h5 i {

	    font-size: 24px;
    
    color: #742232;
    padding-right: 5px;
    
    
}


.contacts-page .phone-info p  {

	      font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    position: relative;
    
    margin-top: 10px;

}


.contacts-page .phone-info p a {

	        font-size: 13px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #444;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    position: relative;
    
    margin-top: 10px;
    

}

.contacts-page .phone-info {
	padding: 10px;
	border: 2px solid #fff;
	    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
	    height: 182px;
}


.contactsrow {
	margin-top: 30px;
}



.contacts-page h3 {
    font-size:24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}


#contactForm .form-label {
    margin-bottom: 0.5rem;
    font-size: 14px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #000;
    font-weight: 600;
    text-align: justify;
    line-height: 25px;
}


#contactForm .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5a0b1be8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#contactForm .form-control::placeholder {
  color: #5a0b1b!important;
  font-weight: 500;
  font-size: 14px;
}



#contactForm .button-form a {
    background-color: #5a0b1b;
    color: #fff;
    border: 1px solid #5a0b1b;
    font-weight: 600;
}

#contactForm .button-form a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #5a0b1b;
}


#contactForm .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5a0b1b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(90 11 27 / 37%);
}



.contacts-page-1 .form-info h4 {

        font-size: 22px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}


.contacts-page-1 .form-info  {

        border-radius: 10px;
         box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
         border: 2px solid #fff;
}


.contacts-page-1 .form-info form {

    margin: 15px;

}



.contact-img img {
    padding: 10px;
    max-width: 100%;
    position: relative;
    border-radius: 20px;
}


.contacts-page-1 .iframe-info iframe {
    margin-top: 30px;
    border-radius: 10px;
}


.about-page .about-row h5 {

        font-size: 24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: justify;
    
    margin-bottom: 10px;

}

.about-page .about-row h6 {
    
      font-size: 16px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #333;
    font-weight: 600;
    text-align: justify;
    

}



.media-page h3  {

        font-size:24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

.media-page .nav-tabs {

    border: none;
        --bs-nav-tabs-border-radius: 0!important;
}


.media-page .nav-tabs li a.active {

         font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #742232;
    letter-spacing: 1px;
    border-radius: 10px;
    

}

.media-page .nav-tabs li .facebook  {

         font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 500;
    text-align: center;
       background-color: #3b5998;
    letter-spacing: 1px;
    border-radius: 10px;
     

}



.media-page .nav-tabs li .youtube  {

         font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 500;
    text-align: center;
         background-color: #FF0000;
    letter-spacing: 1px;
    border-radius: 10px;
   

}


.media-page .nav-tabs li .instagram  {

         font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 500;
    text-align: center;
       background: radial-gradient( circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf );
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;

}

.media-page .nav-tabs li .instagram  {

         font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #fff;
    font-weight: 500;
    text-align: center;
       background: radial-gradient( circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf );
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;

}


.media-page .nav-tabs li .articles  {

         font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins-Regular;
    color: #000;
    font-weight: 600;
    text-align: center;
       background:#fff;
    letter-spacing: 1px;
    border: none;

}



.media-page .nav-tabs li a i {

         font-size: 16px;
    

}

.media-page .nav-tabs li.nav-item {
    padding: 10px;
}


.whatsapp-float .float{
        position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    /* right: 40px; */
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 40px;
}

.whatsapp-float .my-float{
       position: relative;
    top: 8px;
}

.whatsapp-float .vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}




.client-section h3 {
        font-size:24px;
    text-transform: uppercase;
    font-family: Poppins-Bold;
    color: #742232;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}


.about-page-img img {

        position: relative;
    max-width: 100%;
    border-radius: 20px;
}


.products-img  img {
    position: relative;
    margin: 25px 0 10px 20px;
    max-width: 100%;
    border-radius: 10px;
}



.key-img img {
    position: relative;
    border-radius: 10px;
    
    padding:5px;
}