@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');
*{
    margin: 0;
    padding: 0;    
    font-family: 'Poppins',  'Karla', sans-serif;

}
ul {
    list-style: none;
  }


  
  a {
    text-decoration: none;
    color: inherit;
  }
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.1)), url(img/banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 100px;

}
nav img{
    width: 250px;
}

.menu{
  width: 1170px;
  margin: auto;
  background-color: #fff;
}
.menu>ul{
  display: flex;
}
.menu>ul>li{
  padding: 12px 12px;
  border-right: solid white;
  color: #68696b;
  position: relative;
  font-size: 13px;
}

.menu>ul>li a{
  color: #68696b;
  text-decoration: none;
  font-size: 13px;

}


.menu ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.5s;

}
.menu ul li:hover::after{
  width: 100%;

}


.submenu{
  position: absolute;
  width: 250px;
  background-color: #ecebed;
  left: -100%;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease-in-out;
  z-index: 1;
}

.submenu li{
  padding: 10px;
  
}
.submenu li a{
  align-items: flex-start;
  text-align: left;
}


.menu>ul>li:hover .submenu{
     opacity: 1; 
     visibility: visible;
     left: 0px;
}



  


.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h6{
    font-size: 62px;
    font-weight: bold;
    color: #fff;

}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #fff;


}



nav .fas{
    display: none;
}

@media(max-width: 700px){
  .text-box h6{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
  }

  .menu ul{
    padding: 5px;
    align-items: center;
    display: block;
  }

  .menu>ul>li{
    padding: 12px 12px;
    border-right: solid #f44336;
    color: #fff;
    position: relative;
    font-size: 13px;
  }

  .menu{
    position: fixed;
    background: #f44336;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;

}
   
    .menu ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    }
    
    nav .fas{
        display: block;
        color: #6b4199;
        margin: 10px;
        font-size: 30px;
        cursor: pointer;

    }
   
  

    .submenu{
      position: absolute;
      width: 250px;
      background-color: #6b4199;
      left: -100%;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      transition: 0.8s ease-in-out;
      z-index: 1;
    }
    
    .submenu li{
      padding: 10px;
      
    }
    .submenu li a{
      align-items: flex-start;
      text-align: left;
    }
    

    

}

/*---------- About Us ----------*/

.About{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}
h1{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #68696b;   
    
}

.About p{
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 10px;
    text-justify: auto;
}

p{
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 10px;
    text-align: center;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.About-col{
    flex-basis: 31%;
    background: #e5e0f0;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.About-col p3{
    color: #6b4199;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
    text-align: center;
}

h3{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin: 10px 0;

}
.About-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);

}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
    .About-col p3{
      color: #6b4199;
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      padding: 10px;
      text-align: center;
  }
  
  h3{
      text-align: center;
      font-weight: 600;
      font-size: 30px;
      margin: 10px 0;
  
  }
}

/*---------------Global Presence----------*/

.Global Presence{
    width: 100%;
    margin: auto;
    margin-top: 50px;
    text-align: center;
    padding-top: 100px;
}

.img-fluid{
  max-width: 1000px;
  height: auto;
  background-position: center;
  margin: 50px auto;
}

/*responsive*/
@media(max-width: 767px){
  .img-fluid{
    max-width: 350px;
    background-position: center;
    }
}



/*--------------- Products -----------*/

/*=============== VARIABLES CSS ===============*/
:root {
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --first-color: hsl(82, 60%, 28%);
    --title-color: hsl(0, 0%, 15%);
    --text-color: hsl(0, 0%, 35%);
    --body-color: hsl(0, 0%, 95%);
    --container-color: hsl(0, 0%, 100%);
  
    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: "Poppins", sans-serif;
    --h2-font-size: 1.25rem;
    --small-font-size: 16px;
  }
  
  /*========== Responsive typography ==========*/
  @media screen and (min-width: 1120px) {
    :root {
      --h2-font-size: 1.5rem;
      --small-font-size: .875rem;
    }
    
    
  }
  
  /*=============== BASE ===============*/
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  body {
    font-family: var(--body-font);
    background-color: var(--body-color);
    color: var(--text-color);
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  /*=============== CARD ===============*/

.container {
    display: grid;
    place-items: center; 
    margin-inline: 1.5rem;   
    padding-block: 5rem;
  }
  
  
  .card__container {
    display: grid;
    row-gap: 3.5rem;
  }
  
  
  .card__article {
    position: relative;
    overflow: hidden;
  }
  
  .card__img {
    width: 328px;
    border-radius: 1.5rem;
  }
  .card__img:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.4);
}
  
  .card__data {
    width: 280px;
    background-color: var(--container-color);
    padding: 1.5rem 2rem;
    box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
    border-radius: 1rem;
    position: absolute;
    bottom: -9rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 1s 1s;
  }
  
  .card__description {
    display: block;
    font-size: var(--small-font-size);
    margin-bottom: .25rem;
  }
  
  .card__title {
    font-size: var(--h2-font-size);
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: .75rem;
  }
  
  .card__button {
    text-decoration: none;
    font-size: var(--small-font-size);
    font-weight: 500;
    color: var(--first-color);
  }
  
  .card__button:hover {
    text-decoration: underline;
  }
  
  /* Naming animations in hover */
  .card__article:hover .card__data {
    animation: show-data 1s forwards;
    opacity: 1;
    transition: opacity .3s;
  }
  
  .card__article:hover {
    animation: remove-overflow 2s forwards;
  }
  
  .card__article:not(:hover) {
    animation: show-overflow 2s forwards;
  }
  
  .card__article:not(:hover) .card__data {
    animation: remove-data 1s forwards;
  }
  
  /* Card animation */
  @keyframes show-data {
    50% {
      transform: translateY(-10rem);
    }
    100% {
      transform: translateY(-7rem);
    }
  }
  
  @keyframes remove-overflow {
    to {
      overflow: initial;
    }
  }
  
  @keyframes remove-data {
    0% {
      transform: translateY(-7rem);
    }
    50% {
      transform: translateY(-10rem);
    }
    100% {
      transform: translateY(.5rem);
    }
  }
  
  @keyframes show-overflow {
    0% {
      overflow: initial;
      pointer-events: none;
    }
    50% {
      overflow: hidden;
    }
  }
  
  /*=============== BREAKPOINTS ===============*/
  /* For small devices */
  @media screen and (max-width: 340px) {
    .container {
      margin-inline: 1rem;
    }
  
    .card__data {
      width: 250px;
      padding: 1rem;
    }
   
  }
  
  /* For medium devices */
  @media screen and (min-width: 768px) {
    .card__container {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 1.5rem;
    }
    
  }
  
  /* For large devices */
  @media screen and (min-width: 1120px) {
    .container {
      height: 100vh;
    }
  
    .card__container {
      grid-template-columns: repeat(3, 1fr);
    }
    .card__img {
      width: 348px;
    }
    .card__data {
      width: 316px;
      padding-inline: 2.5rem;
    }
  }

/*-------------------- Infrastructure --------------*/

.Infrastructure{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 80px;

}

.Infrastructure-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;

}

.Infrastructure-col img{
    width: 100%;
    border-radius: 10px;    

}
.Infrastructure-col p5{
    padding: 0;
    text-align: left;


}
.Infrastructure-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;

}

/*-------------------- Certifications --------------*/

.Certifications{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 80px;

}

.Certifications-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;

}

.Certifications-col img{
  width: 100%;
  border-radius: 10px;    

}
.Certifications-col p5{
  padding: 0;
  text-align: left;


}
.Certifications-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;

}


/*------------------Testimonials-------------*/
.Testimonials{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align:center;

}

.Testimonials-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #e5e0f0;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.Testimonials-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;

}
.Testimonials-col p{
    padding: 0;

}
.Testimonials-col h3{
    margin-top: 15px;
    text-align: left;

}
.Testimonials-col .fa-solid{
    color: #f44336;
}
.Testimonials-col .fa-regular{
    color: #f44336;
}

@media(max-width: 700px){
    .Testimonials-col img{
        margin-left: 0px;
        margin-right: 15px;
    }
}

/*-----------------------Contact Us-------------*/


.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(#);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;

}
@media(max-width: 700px){
    .cta h1{
        font-size: 24px;
    }
   
}




/*----------------------Footer---------------------*/
.container2{
	max-width: 1170px;
	margin:auto;
}
.row2{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #6b4199;
    padding: 25px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 0%;
}
.footer-col h4:hover::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 40%;
    transition: 0.5s ease;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


/*----------------------------Career page---------------*/

.bodyText{
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: 100px;
 justify-items: center;


}
.career{
  width: 100%;
  max-width: 1600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 30px;
}

.career .left{
  overflow: hidden;
}

.career .left img{
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 20px;
    
}


.career .right{
  display: flex;
  align-items: center;

}

.career .right .content{
  padding-left: 0;

}

.career .right .content p{
  font-size: 16px;
  line-height:26px ;
  padding-bottom: 15px;
  text-align: justify ;
  }

  .career .right .content em{
    font-size: 16px;
    line-height:26px;
    color: #6b4199;
    padding-bottom: 15px;
    text-align: justify ;
    }  
.career .right .content button{
  margin-top: 25px;
  background-color: #6b4199;
  color: rgb(240, 243, 246);
  border-radius: 10px;
  height: 70px;
  width: 200px;
  font-size: 18px;
 }

 .career .right .content button:hover{
  margin-top: 25px;
  background: transparent;
  color:#000;
  border-radius: 10px;
  height: 70px;
  width: 200px;
  font-size: 18px;
  transition: 0.5s ease;
}



@media (max-width: 991px){
  .career .right .content{
    padding-left: 0;
  
  }
  .career .left img{
    width: 100%;
    height: 100%;
    padding-left: 0;
   
    
  }

}

@media (max-width: 768px){

  .bodyText{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 5px;
   justify-items: center;
   
  }
  .career{
    width: 100%;
    max-width: 1170px;
    display: grid;
    grid-template-columns: 1fr;
    
  } 
  .career .right .content p{
    font-size: 16px;
    line-height:26px ;
    padding-bottom: 15px;
    text-align: justify;
  
    
  }

}


/*-------------------------------About Us Page----------------*/

.headline h1{
  color: #fff;
}
.wrapper{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-container{
  width: 100%;
  min-height: 200vh;
  display: flex; 
}
.bg-1{
  flex: 1;
  background-color:#6b4199;
}
.bg-2{
  flex: 1;
  background-color: #e5e0f0;
}
.about-container{
  width: 85%;
  min-height: 80vh;
  position: absolute;
  background-color: white;
  box-shadow: 12px 12px 15px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 5px; 
  
}
.image-container{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-container img {
  width: 600px;
  height: auto;
  margin: 20px;
  border-radius: 10px;
}
.text-container{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 22px;
}
.text-container h2{
  font-size: 40px;
  padding: 20px 0px;
  color: #777;
  text-align: left;
}
.text-container h3{
  font-size: 40px;
  padding: 20px 0px;
  color: #777;
  text-align: left;
}
.text-container p1{
  font-size: 20px;    
  color: #777; 
  margin-bottom: 20px;
}
.text-container p3{
  font-size: 20px;   
  color: #777; 
}
.text-container p4{
  font-size: 20px;    
  color: #777; 
}
.text-container p2{
  font-size: 16px;
  padding: 20px 0px;
  color: #777; 
  line-height: 1.5;
}
.text-container ul{
  font-size: 16px;
  padding: 20px 0px;
  color: #777; 
  line-height: 1.5;
  margin-bottom: 20px;
}
.text-container ul li{
  font-size: 16px; 
  color: #6b4199; 
  
}
.text-container a{
  text-decoration: none;
  padding: 12px;
  margin: 50px 0px;
  background-color: rebeccapurple;
  border: 2px solid transparent;
  color: white;
  border-radius: 5px;
  transition: .3s all ease;
}
.text-container a:hover{
  background-color: transparent;
  color: black;
  border: 2px solid rebeccapurple;
}

@media screen and (max-width: 700px){
  .about-container{
      flex-direction: column;
      padding: 10px 20px;
      box-shadow: 12px 12px 15px rgba(0,0,0,0.2);    
     
      
  }
  .image-container{
    margin-top: 200px;
  }
  .image-container img{
      width: 300px;
      height: auto;
  }
  .text-container {
      align-items: center;
  }
  .text-container h2{
      font-size: 30px;        
      color: #777;
      text-align: left;
  }
  .text-container h3{
      font-size: 30px;        
      color: #777;
      text-align: left;
  }
}


.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/About\ Us\ Header.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;

}
.sub-header h1{
    margin-top: 100px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;

}

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;


}
.about-col{
    flex-basis: 25%;
    padding: 0;

}

.about-col h1{
    padding-top: 0;

}
.about-col p{
    padding: 15px 0 25px;

}
@media screen and (max-width: 768px){
    .heading h1{
        font-size: 45px;
        margin-top: 30px;
    } 
    .hero{
        margin: 0px;
    }
    .container{
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px 0px;

    }
    .hero-content{
        width: 100%;
        margin: 35px 0px;
        
    }
    .hero-content h2{
        font-size: 24px;
       
    }
    .hero-content p{
        font-size: 12px;
        margin-bottom: 20px;

    }
    .hero-content button{
        font-size: 16px;
        padding: 8px 16px;
    }
    .hero-image{
        width: 300px;
        height: auto;       
        
    }
    img.responsive{width: 300px;}

}
@keyframes fadeInUp {
    0%{
        opacity: 0;
        transform: translateY(50px);
                    
    }
    100%{
        opacity: 0;
        transform: translateY(0px);
    }
}
@keyframes fadeInRight {
    0%{
        opacity: 0;
        transform: translateY(-50px);
                    
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

/*-------------------contact us page----------------*/

.sub-header-contact{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/contactus\ header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;

}
.sub-header-contact h1{
  margin-top: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;

}
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;

}
.location iframe{
    width: 100%;

}
.contact-us{
    width: 80%;
    margin: auto;
    

}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;

}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;

}
.contact-col div .fa-solid{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;

}
.contact-col div .fa-regular{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;

}
.contact-col div p{
    padding: 0;
    text-align: left;

}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
    
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #6b4199;
    padding: 12px 34px;
    font-size: 13px;
    background-color: #9f86bf;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}
.hero-btn:hover{
    border: 1px solid #fff;
    background: #6b4199;
    text-decoration-color: #fff;   
    transition: 1s;
}
@media(max-width: 700px){
    .contact-col div h5{
        font-size: 14px;
        margin-bottom: 5px;
        color: #555;
        font-weight: 400;

}
}


 /*---------------- product pages cards------------------*/
 /* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #ecf9ff;
}

body {
  color: #272727;
  font-family: 'Quicksand', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem;
}

.main{
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
    font-size: 30px;
    font-weight: bold;  
    text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}



.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_diagram{
  margin-left: 90px;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: #e5e0f0;
  border-radius: 0.25rem;  
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card:hover {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
 
}
.card_content_comm {
  padding: 1rem;
 
}

.card_title {
  color: #6b4199;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
  margin: 0px;
}

.card_text {
  color: #777;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
  text-align: justify;
}



.card_text_locations {
  color: #777;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
  text-align: justify;
}


.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}
@media(max-width: 700px){
  .main{
    max-width: 300px;
    margin: 0 auto;
  } 
  .card_text_locations {
    color: #777;
    font-size: 0.7rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;    
    font-weight: 400;
    text-align: center;
  } 
}

.sub-header-ms{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.2), rgba(4,9,30,0)), url(img/ms_header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;

}
.sub-header-ss{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.2), rgba(4,9,30,0)), url(img/ss_header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub-header-gen{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/general_header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub-header-spares{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/spares_header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub-header-commodities{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/General_commodities_Header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub-header-saw{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/Saw_Header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.sub-header-clients{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/Clients_Header.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub-header-career{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0)), url(img/career_header2.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sub-header-ss h1{
  margin-top: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.sub-header-ms h1{
  margin-top: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.sub-header-gen h1{
  margin-top: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.sub-header-spares h1{
  margin-top: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.sub-header-commodities h1{
  margin-top: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.sub-header-saw h1{
  margin-top: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.sub-header-clients h1{
  margin-top: 150px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}




.bullet-list ul{
  list-style: none;
  
  }

.bullet-list ul li{
font-size: 25px;
font-weight: 600;
position: relative;

}

.bullet-list ul li:before{
  content: normal;
  position: absolute;
  left: -20px;
  color: #6b4199;
  
  }

 .li{
  list-style-type: disc;
  padding: 10px 0;
  padding-left: 20px;
 }

 .btn{
  background-color: #6b4199;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border-radius: 5000px;
  transition: all 0.3s;
 }

 .btn:hover{
  transform: scale(1.15);
 }
 .btn--download {
  padding: 16px 32px;
  font-size: 16px;
  position: fixed;
  bottom: 27px;
  z-index: 100;

 }


 /*** Client List ***/

.client-wrap{
  width: 100%;
  height: auto;
  text-align: center;
  align-items: center;
  }

.client-wrap h1{
      font-size: 60px;
      color: #555;
     margin-left: 50px;
      
      }    

.client-wrap h3{
        font-size: 30px;
        color: #555;
       margin-left: 0;
        
        }          

.client-wrap hr{
  width: 15%;
  height: 5px;
  border: none;
  background: #26ccca;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;

          
} 

.client-in{
  width: 100%;
  height: auto;
  align-items: center;
  margin-left: 0;

}
.client-in ul{
  padding: 0;
  margin: 0;
  align-items: center;
  margin-left: 0;

  
}

.client-in ul li{
list-style: none;
display: inline-block;
width: 250px;
height: 129px;
position: relative;
overflow: hidden;
cursor: pointer;
margin: 10px;
box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
transition: .5s;
   
  
}
.client-in ul li img{
width: 100%;
height: 100%;
}

.client-in ul li img:nth-child(1){
 transform: translateY(0);
 transition: .5s;

  }
.client-in ul li img:nth-child(2){
      transform: translateY(0);
      transition: .5s;
   
       }

/* Hover section */

.client-in ul li:hover img:nth-child(1){
  transform: translateY(-100%);
  transition: .5s;

   }
.client-in ul li:hover img:nth-child(2){
       transform: translateY(-100%);
       transition: .5s;
    
        }

@media (max-width :768px){
  .client-in ul{
      padding: 0;
      align-items: center;
     margin-left: 0;              
  }

  .client-in ul li{
      list-style: none;
      display: inline-block;
      width: 125px;
      height: 65px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      margin: 10px;
      box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
      transition: .5s;
                  
    }

    .client-wrap h1{
      font-size: 40px;
      color: #555;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
      
      }  

      .client-wrap h3{
        font-size: 22px;
        color: #555;
       margin-left: 0;
        
        }    



}         

/*----------------Long Products-----------*/
.semi-finished{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 25px;

}

/*--------------------------Exhibitions----------------------*/
.exhibitions{
  margin-top: 100px;
}

   


 



























