@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@200&display=swap');
/* This will change the width of the scrollbar */
::-webkit-scrollbar {
  width: 5px;
}
.sliderimage-none
  {
    height: 50vh;
  }

@media (max-width: 768px) {
  .sub-btn {
    padding: 8px 16px;
    font-size: 10px;
  }
  .sliderImage
  {
    height: 100vh;
    width: 120%;
  }
  .sliderimage-none
  {
    height: auto;
  }
}


@media (max-width: 500px) {
  .sliderImage
{
  height: 100vh;
  width: 180%;
}
.sliderimage-none
  {
    height: auto;
  }
}

/* This will change the color and shape of the scrolling handle */
::-webkit-scrollbar-thumb {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
.what-we-do
{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
@media (min-width: 600px) {
  .what-we-do { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 600px) {
  .what-we-do { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .what-we-do { grid-template-columns: repeat(3, 1fr); }
}

::-webkit-scrollbar-thumb:hover
{
  background: rgb(22, 22, 22);
}
::-webkit-scrollbar-thumb
{
  background: rgb(58, 57, 57);
  border-radius: 10%;
}
#more {display: none;}
body {
  font-family: "arimo", sans-serif;
  color: #444444;

}

a {
  text-decoration: none;
  color: #6bcbdb;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "arimo", sans-serif;
}

#main {
  margin-top: 90px;
}

/*--------------------------------------------------------------
#whatsapp
--------------------------------------------------------------*/

#whatsapp-button {
    position: fixed;
    bottom: 14px;
    right: 70px;
    z-index: 9999;
    transition: transform 0.2s ease-in-out;
}

#whatsapp-button:hover {
    transform: scale(1.3);
}

#whatsapp-button a {
    display: block;
    background-color: #25D366;
    border-radius: 50%; 
    padding: 1px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#whatsapp-button img {
    width: 40px;
    height: auto;
}
/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .modal{
      padding-top: 75px;
      padding-bottom: 60px;
      padding-left: 0px;
      padding-right: 0;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #67b0d1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [fade-up-delay] {
    transition-delay: 5s !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#top-contact{
  background: linear-gradient(to right, #102549, #17487a);
  font-size: 0.7rem;
  width: 100%;
  
}
#top-contact p{
  padding-top: 8px;
  height: 16px;
  color: #dde3e6;
   margin-left: 30px; 
}

#header {
  transition: all 0.3s;
  z-index: 997;
  transition: all 0.3s;
  background: #F5F5F5;
  width: 100%;
}

#header.header-scrolled {
  background: white;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "arimo", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}


@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 0;
  }
  #top-contact p{
     display:none; 

  }
  #top-contact{
     height: 20px; 
  }
  
#header .logo img {
  max-height: 70px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-bar
{
  margin: 0px 140px;
  height: 4rem;
      padding: 44px 0px;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  padding: 5px;
}


.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 8px;
  font-family: "arimo", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color:  #5a5858;
  white-space: nowrap;
  transition: 0.2s;
  width: 100%;
}

.navbar a i,
.navbar a:focus i {
  font-size: 2rem;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
background: #6bcbdb;
  color: white;
  border-radius: 2%;
}
/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #000000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    margin-top: 10%;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 25%;
  bottom: 0;
  background: rgb(238, 238, 238);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 40px;
  right: 25px;
}

.navbar-mobile ul {
  display: block;
  width: 100%;
  height: 80%;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 50px 10px;
  transition: 0.3s;
}


.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1.2rem;
  color: #242222d5;
  text-align: center;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffffff;
  background: linear-gradient(to right, #6bcbdb,#3d79ab);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #67b0d1;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 150vh;
 
  background-size:cover;
  position: relative;
}
.hero-cont-home {
    background: #ffffffbf;
    padding: 3%;
}
#hero .container {
  /* background-color: #bcb9b970; */
  padding: 0px 10%;
  position: absolute;
  bottom: 200px;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

#hero .content{
  padding-top: 0%;
}


#hero h1 {
  font-size: 6rem;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-top: -1rem;
}
#hero h2
{
  margin-top: -19px;
  color: #014073;;
  font-weight: 100;
}
#hero h3 {
  color:#61b0c8;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: left;
}
#hero h4 {
  color:#ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
  
}
#hero p {
  color: #ffffff;
  text-align: left;
  font-size: 1.2rem;
}

#hero .sub-btn{
    margin-top: 30px;
    background-color: #61b0c8;

  color:rgb(0, 0, 0);
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  font-weight: 700;
}
#hero .sub-btn:hover {
  background-color: #67b0d1;
  color: #ffffffec;
}

@media (min-width: 1024px) {
  .mobile
  {
    display: none;
  }
  #hero {
    background-attachment: fixed;
    
  }
  .section-title
  .section-title p
  {
    margin-left: 20px;
  }
  .section-title h1
  {
    margin-top: -5px;
    font-size: 6rem !important;
  }
  .section-title h2
  {
    margin-top: -5px;
    font-size: 4rem !important;
  }
  .hero-container .row{
    padding-top: 10%;
    padding-left: 10%;
  }
}


/*mobile view hero*/
@media (max-width: 768px) {
  #hero
  {
    background-position: center;
    height: 125vh;
  }
  .hero-cont-home {
    background: #ffffff00;
}
  .nav-bar{
  margin: 0px 30px;
  }
  #hero h1 {
    font-size: 38px;
    line-height: 54px;
    margin-top: -25px;
  }

  #hero h3 {
    color: white;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 20px;
  }
    #hero h4 {
    font-size: 14px;
    line-height: 36px;
    
  }
  #hero p
  {
    font-size: 14px;
    width:80%;
  }
  #hero h2
  {
    margin-top: -19px;
    font-size: 15px;
    color: #8bdced;
  }
  #hero .container {
    width: 100%;
    background-color:#36363696; ;
    padding:0px 10%;
    position: absolute;
    bottom: 80px ;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #hero h1,h2,p
  {
    text-align: left;
  }
}

/*quality*/
.quality-container {
    justify-content: top;
    align-items: center;
    margin-top: -280px;
    width: 100%;
}

#quality .card-container {
    display: flex;
    justify-content: center;
}

#quality .card {
    width: 80%;
    border-radius: 10px; 
    border: 0; 
    background: linear-gradient(to bottom,#3d79ab, #6bcbdb);
    background-size: cover;
    /* background: linear-gradient(to right, #6bcbdb,#3d79ab); */
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
}

#quality .text-container {
  width: 100%;
}

#quality .image-container {
  width: 100%;
  display: flex;
}

#quality .text-container h1{
    color: white;
    text-align: left;
    font-size: 2.6rem;
    font-weight: 600;
}

#quality .text-container h2{
    font-weight: 300;
    font-size: 2.6rem;
    color: white;
    text-align: left;
}

#quality .text-info {
    margin-top: -20px;
}
#quality .text-info .row{
    width: 75%;
    padding: 0%;
}
#quality .text-info h1{
    font-weight: 700;
    font-size: 2rem;
    color: white;
    text-align: center;
}
#quality .text-info p{
    font-weight: 300;
    font-size: 1.2rem;
    color: white;
    text-align: center;
}

@media (max-width: 768px) {
    #quality .card-container {
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
    }

    #quality .card {
        width: 100%;
        background: linear-gradient(to bottom,#3d79ab, #6bcbdb);
        border-radius: 0%;
    }
    #quality .image-container {
      display: none;
    }
        
    #quality .text-container h2{
      padding-top: 30px;
      margin-bottom: -10px;
      font-weight: 400;
      font-size: 1.8rem;
      text-align: center;
    }
    #quality .text-container h1{
      font-weight: 600;
      font-size: 1.8rem;
      text-align: center;
    }
    #quality .text-info {
      margin-top: 0px;
      text-align: center;
      width: 80%;
      margin-left: 25%;
    }
    #quality .text-info .row{
      margin-top: 30px; 
    }
    #quality .text-info p{
      font-size: 0.8rem;
      margin-top: -10px;
  }
    #quality .text-info h1{
      padding-top: 20px;
      font-size: 2rem;
    }
    
}

/*welcome*/
#welcome {
  justify-content: center;
  background-color: #eeeeee;
  margin-top: -330px;
}

#welcome .container {
  padding-top: 400px;
  padding-bottom: 200px;
  width: 60%;
  
}

#welcome .row {
  align-self: center;
  justify-content: center;
  position: relative;
  height: max-content;
  padding-bottom: 20px;
}

#welcome p {
  text-align: left;
  font-size: 1rem;
}

#welcome a {
  background: #6bcbdb;
  color: #fff;
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
  font-size: 0.8rem;
}
#welcome a:hover {
  background: #3d79ab;
  color: #ffffff;
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
}

#welcome .image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#welcome .first-image {
  width: 70%;
  position: absolute;
  top: 75%;
  left: 0%;
  z-index: 2;
  border-top-left-radius: 6%;
  border-bottom-right-radius: 6%;
}

#welcome .second-image {
  width: 80%;
  position: relative;
  z-index: 1;
  left: 0px;
  border-top-left-radius: 6%;
  border-bottom-right-radius: 6%;
}

@media (max-width: 768px) {
  
  #welcome {
    padding-bottom: 50px;
  }
  #welcome .container {
    width: 98%;
  }

  #welcome .image-container {
    align-items: center;
    max-height: fit-content;
    padding-bottom: 0px;
  }
  #welcome h3{
    font-size: 1.2rem;
  }
  #welcome p{
    font-size: 0.8rem;
  }
  #welcome a {
      font-size: 0.6rem;
  }
  #welcome .image-container{
    margin-top: 40px;
  }


 #welcome .first-image{
    max-width: 40%;
    right: 0;
    border-top-left-radius: 10%;
    border-bottom-right-radius: 10%;
    
 }

 #welcome .second-image {
    width: 80%;
    margin-right: -20%;
    border-top-left-radius: 10%;
    border-bottom-right-radius: 10%;
  }
}

/*---------------------------------------------------------
#Product Section
------------------------------------------------------------*/
#products .container{
  width: 60%;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 5%;
}
#products .container h1{
  text-align: left;
  font-weight: 500;
  font-size: 2.8rem;
}
#products .container .bold{
  text-align: left;
  font-weight: 900;
}
#products .container h2{
  align-items: left;
  font-weight: 600;
  color: #000000;
  font-size: 1.2rem;
}
#products .row{
  padding-top: 3%;
  padding-bottom: 3%;
}
#products p{
  text-align: left;
  font-size: 1rem;
}
#products .content{
  padding: 20px;
}
.swiper-wrapper{
  width: 100%;
  height: 100%;
  display: flex;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
}
#products .slide{
  width: 100%;
  height: 80%;
}
#products img{
  border-radius: 5px;
}
#products a{
  background: #6bcbdb;
  color: #fff;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 0.9rem;
}

#products a:hover{
  background: #3d79ab;
}

@media (max-width: 768px){
  #products .container{
    width: 98%;
    align-items: center;
    padding-top: 10%;
  }
  #products .container h1{
    font-size: 1.8rem;
  }
  #products .container h2{
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 30px;
  }
  #products .container p{
    font-size: 0.8rem;
  }
  #products a {
    font-size: 0.6rem;
  }
  #products .content{
    padding: 0px;
    margin-top: 30px;
  }
  
}

/*--------------------------------------------------------------
# Swiper image Details
--------------------------------------------------------------*/
.portfolio-details-slider img {
    width: 100%;
}

.portfolio-details-slider .swiper-pagination {
   margin-top: -30px;
    position: relative;
}

.portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;  
    height: 8px;
    background-color: #ffffffa2;
    opacity: 1;
}

.portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ff0000;
}

@media (max-width: 768px) {
    .portfolio-details-slider .swiper-pagination {
        bottom: 0px;
    }
}
/**----------------------------------------------------
About Us
------------------------------------------------------**/

#aboutUs .container{
  width: 60%;
  background: linear-gradient(to right, #6bcbdb,#3d79ab);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 70px;
  margin-bottom: 20px;
  align-items: center;
}
#aboutUs .row{
  background-color: #eeeeee;
  border-bottom-right-radius: 60px;
  justify-content: center;

}
#aboutUs p{
  text-align: center;
  font-size: 1rem;
  padding: 50px;
}
#aboutUs .row p{
  text-align: left;
  font-size: 1rem;
  padding: 50px;
}
#aboutUs h3{
  padding-top: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 2.8rem;
}
#aboutUs .bold h3{
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
}
.selection-title{
  padding: 50px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#aboutUs a{
  background: #6bcbdb;
  color: #fff;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 0.8rem;
}
#aboutUs a:hover{
  background: #3d79ab;
  color: #fff;
}
#aboutUs .about-more{
 justify-content: center;
 padding-left: 50px;
 padding-bottom: 30px;
 margin-top: -30px;
}

@media (max-width: 768px) {
  #aboutUs .container{
    width: 100%;
    border-radius: 0%;

  }
  #aboutUs .row{
    border-bottom-right-radius: 0px;
    padding-top: 0px;
  }
  #aboutUs h3{
    padding-top: 40px;
    margin-left: 0px;
    text-align: left;
    font-weight: 300;
    font-size: 1.2rem;
    
  }
  #aboutUs .bold h3{
    text-align: left;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0px;
  }
  #aboutUs p{
    text-align: left;
    font-size: 0.8rem;
    padding: 0px;
  }
  #aboutUs .row p{
    text-align: left;
    font-size: 0.8rem;
    padding: 0px;
  }
  .selection-title{
    width: 100%;
    padding: 0px;
  }
  #aboutUs .row {
    padding: 0px;
    background-size: cover;
  }
  #aboutUs .about-more{
    justify-content: center;
    margin-top: 10px;
   }
  #aboutUs a {
    font-size: 0.6rem;
    margin-left: -40px;
  }
}

#Info {
  text-align: center;
}
#Info .info-box i{
  padding: 1px;
  text-align: center;
}

#Info .info-box p {
  color: rgba(255, 255, 255, 0.923);
  margin-left: 30px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}

#Info .bi {
  color: #ffffff;
}
#network .info-box h4{
  font-size: 1.8rem;
  color: #ffffff;
}


/**----------------------------------------------------
link-
------------------------------------------------------**/
#network {
    background: linear-gradient(to right, #6bcbdb,#3d79ab);
    padding-top: 100px;
    margin-top: 30px;
    position: relative;
    z-index: -1;
}
#network .container {
    text-align: center;
    width: 60%;
    padding-bottom: 60px;
}

#network .social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#network .social {
    margin-top: 10px;
    padding: 50px;
}

#Info .info-box i {
  padding: 1px;
  text-align: center;
}

#Info .info-box p {
  color: rgba(255, 255, 255, 0.923);
  margin-left: 30px;
  font-weight: 400;
  font-size: 0.9rem;
  text-align: center;
}

#Info .bi {
  color: #ffffff;
}

#network .info-box h4 {
  font-size: 1.6rem;
  color: #ffffff;
}


#network .social a:hover {
    color: #000000;
}
@media (max-width: 768px){
  #network .container{
    padding-top: 5%;
    align-items: center;
    margin-left: -10px;
    padding-bottom: 5%;
    }
  #network .container h4{
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 3%;
}
#network .container p{
  font-size: 0.8rem;
  color: #ffffff;
  margin-top: -10px;
}
#network .social a {
  margin: 0 0px;
  font-size: 3rem;
  color: #ffffff;
}
#network .container {
  width: 98%;
}
#network .social {
  margin-top: 10px;
  padding: 10px;
}

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  font-size: 13px;
}
#footer .container{
  width: 60%;
}


#footer .logo{
  width: 160px;
  padding-bottom: 10px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  justify-content: center;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  color: #000000dc;
  text-align: center;
  justify-content: center;
  text-align: justify;
  font-weight: 600;
  
}

#footer .footer-top .footer-info p {
  font-size: 0.9rem;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "arimo", sans-serif;
  text-align: left;
  padding-bottom: 10%;
  padding-top: 5%;
  font-weight: 400;
}

#footer .footer-top .social-links a {
  font-size: 1.6rem;
  display: inline-block;
  color: #000000dc;
  padding: 8px;
  margin-right: 4px;
  text-align: left;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover{
  background-color: #6bcbdb;
  color: #ffffff;
  transition: 0.3s;
}


#footer .footer-top h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000dc;
  position: relative;
  padding-bottom: 12px;
  text-align: left;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000000e5;
  font-size: 1.4rem;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000000e5;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 0.9rem;
}

#footer .footer-top .footer-links ul a:hover {
  color: #6bcbdb;
}


#footer .copyright {
  border-top: 1px solid #385b6b;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .container{
    width: 98%;
  }
  .title h5 a {
    font-size: 0.8rem !important;
  }
  .tags p
  {
    font-size: 0.7rem;
    font-family: 'arimo', sans-serif;
  }

  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
    font-size: 0.8rem;
    font-weight: 400;
  }
    #footer .footer-links h4 {
      font-size: 1.2rem;
    }

 #footer .footer-top .footer-links ul a {
   font-size: 0.8rem;
 }
 #footer .logo{
  width: 120px;
  padding-bottom: 10px;
}
#copyright {
  font-size: 0.5rem;
}
}
/*------copyright-------*/
#copyright {
  background: linear-gradient(to right, #102549, #17487a);
  font-size: 0.6rem;
  width: 100%;
  height: 40px;
}

#copyright p {
  padding-top: 7px;
  height: 16px;
  color: #dde3e6;
  margin-bottom: 0;
}

/****-------------------------------------
---------------Products page------------------
----------------------------------------------****/
#Products-pages {
  width: 100%;
  background-size: cover;
  position: relative;
  background: linear-gradient(to right, #6bcbdb, #3d79ab);
  justify-content: center;
}

#Products-pages .container {
  width: 60%;
  margin-top: 95px;
  height: 200px;
}

#Products-pages h2 {
  color: #ffffff;
  font-size: 2.6rem;
  margin-top: -10px;
  margin-bottom: 0px;
}

#Products-pages p {
  margin-top: 80px;
  font-size: 1.1rem;
  color: #ffffff;
}
#Products-pages a {
  color: #ffffff;
}

#Products-pages a:hover {
  color: #3d79ab;
}
#products-page .container {
  width: 60%;
  align-items: center;
  padding-bottom: 3%;
  padding-top: 3%;
  margin-top: -60px;
}

#products-page .container h1 {
  text-align: left;
  font-weight: 500;
  font-size: 2.8rem;
}

#products-page .container .bold {
  text-align: left;
  font-weight: 900;
}

#products-page .container h2 {
  align-items: left;
  font-weight: 600;
  color: #000000;
  font-size: 1.2rem;
}

#products-page .row {
  padding-top: 1%;
}

#products-page p {
  text-align: left;
  font-size: 1rem;
}

#products-page .content {
  padding: 20px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
}

#products-page .slide {
  width: 100%;
  height: 80%;
}

#products-page img {
  border-radius: 3%;
}

#products-page a {
  background: #6bcbdb;
  color: #fff;
  border-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 0.9rem;
}

#products-page a:hover {
  background: #3d79ab;
}

@media (max-width: 768px) {
  #products-pages .container {
    width: 98%;
    align-items: center;
    margin-top: -60px;
    height: 120px;
  }
  #Products-pages .container {
    width: 98%;
    margin-top: 40px;
    height: 160px;
  }
  
  #products-page .content {
    margin-top: 20px;
    padding: 0px;
  }
    #Products-pages h2 {
      font-size: 2rem;
      margin-top: -10px;
      margin-bottom: 0px;
      margin-left: 0;
    }
  
    #Products-pages p {
      margin-top: 80px;
      font-size: 0.8rem;
      margin-left: 0px;
    }
    #products-page .container {
      width: 98%;
      margin-top: -100px;
    }
  #products-page .container h1 {
    font-size: 1.8rem;
  }

  #products-page .container h2 {
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 0;
  }

  #products-page .container p {
    font-size: 0.8rem;
  }

  #products-page a {
    font-size: 0.6rem;
  }
  #products-page .row {
    padding-top: 10%;
  }
  

}

/*--------------------------------------------
--------------About Us page-----------------------
--------------------------------------------- */
#about-us{
  width: 100%;
  background-size: cover;
  position: relative;
  background: linear-gradient(to right, #6bcbdb, #3d79ab);
  justify-content: center;
}

#about-us .container {
  width: 60%;
  margin-top: 95px;
  height: 415px;
}
#about-us h2{
  color: #ffffff;
  font-size: 2.6rem;
  margin-top: -10px;
  margin-bottom: 0px;
}
#about-us p{
  margin-top: 80px;
  font-size: 1.1rem;
  color: #ffffff;
}
#about-us a {
  color: #ffffff;
}

#about-us a:hover{
  color: #3d79ab;
}
@media (max-width: 768px) {
  #about-us{
    width: 100%;
  }
  #about-us .container {
    width: 98%;
    height: 298px;
    margin-top: 80px;
  }
  #about-us p{
    font-size: 0.8rem;
    margin-top: 35px;
  }
  #about-us h2{
    font-size: 2rem;
    font-weight: 500;
  }
}


#welcome-to {
  justify-content: center;
  background-color: #eeeeee;
  margin-top: -330px;
}

#welcome-to .container {
  padding-top: 320px;
  padding-bottom: 200px;
  width: 60%;
}

#welcome-to .row {
  align-self: center;
  justify-content: center;
  position: relative;
  height: max-content;
  padding-bottom: 10px;
}

#welcome-to p {
  text-align: left;
  font-size: 1rem;
}

#welcome-to a {
  background: #6bcbdb;
  color: #fff;
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
  font-size: 0.8rem;
}
#welcome-to a:hover {
  background: #3d79ab;
  color: #ffffff;
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
}

#welcome-to .image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


#welcome-to .first-image {
  width: 40%;
  position: absolute;
  top: 65%;
  left: 0%;
  z-index: 2;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
}

#welcome-to .second-image {
  width: 80%;
  position: relative;
  z-index: 1;
  left: 0px;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
}

/*company-about us*/


#companies {
  justify-content: center;
  background-color: #eeeeee;
}

#companies .container {
  padding-top: 80px;
  width: 60%;
}

#companies.row {
  align-self: center;
  justify-content: center;
  height: max-content;
  padding-bottom: 50px;
}
#companies h2 {
  font-size: 1.2rem;
}

#companies p {
  text-align: left;
  font-size: 1.1rem;
}
#companies .image-container {
  margin-top: 100px;
  padding: 0%;
  text-align: left;
}
#companies .first-image {
  width: 50%;
  position: absolute;
  top: 75%;
  left: 10%;
  z-index: 2;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
}

#companies .second-image {
  width: 80%;
  position: relative;
  z-index: 1;
  left: 30px;
  border-top-left-radius: 10%;
  border-bottom-right-radius: 10%;
}

#companies img {
  width: 130%;
  margin-left: -130px;
}


@media (max-width: 768px) {
  #welcome-to {
    padding-bottom: 60px;
  }
  #welcome-to .container {
    width: 98%;
  }

  #welcome-to h3{
    font-size: 1rem;
    margin-top: -50px;
  }
  #welcome-to p{
    font-size: 0.8rem;
  }
  #companies .container {
    padding-top: 40px;
    width: 98%;
  }
  
  #companies .image-container {
    width: 100%;
    margin-top:0px;
  }

  #companies img {
    width: 100%;
    margin-left: 0px;
  }
  #companies h2 {
    font-size: 1.2rem;
  }
  #companies p {
    text-align: left;
    font-size: 0.8rem;
  }

}
/*end of company about us*/

/*aboutUs quality card*/
#quality-card {
  justify-content: top;
  align-items: center;
  margin-top: -70px;
  width: 100%;
}

#quality-card .card-container {
  display: flex;
  justify-content: center;
}

#quality-card .card {
  width: 80%;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(to right, #6bcbdb, #3d79ab);
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2%;
}

#quality-card .text-container {
  width: 100%;
}

#quality-card .image-container {
  width: 100%;
  display: flex;
}

#quality-card .text-container h1 {
  color: white;
  text-align: left;
  font-size: 2.6rem;
  font-weight: 600;
}

#quality-card .text-container h2 {
  font-weight: 300;
  font-size: 2.6rem;
  color: white;
  text-align: left;
}

#quality-card .text-info {
  margin-top: -20px;
}

#quality .text-info .row {
  width: 75%;
  padding: 0%;
}

#quality-card .text-info h1 {
  font-weight: 700;
  font-size: 2rem;
  color: white;
  text-align: center;
}

#quality-card .text-info p {
  font-weight: 300;
  font-size: 1.2rem;
  color: white;
  text-align: center;
}

@media (max-width: 768px) {
  #quality-cardv .card-container {
      flex-direction: column;
      margin-top: 20px;
  }

  #quality-card .card {
      width: 100%;
      background: linear-gradient(to bottom,#3d79ab, #6bcbdb);
      border-radius: 0%;
  }
  #quality-card .image-container {
    display: none;
  }
  #quality-card .text-container h2{
    padding-top: 30px;
    margin-bottom: -10px;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center;
  }
  #quality-card .text-container h1{
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
  }
  #quality-card .text-info {
    margin-top: 0px;
    text-align: center;
  }
  #quality-card .text-info .row{
    margin-top: 30px;
    width: 100%;
    padding: 0%;
  }
  #quality-card .text-info p{
    font-size: 0.9rem;
    margin-top: -10px;
}
  #quality-card .text-info h1{
    padding-top: 20px;
    font-size: 2rem;
  }
  
}/*end of about-quality*/

#plant-card .text-container h1{
  color: white;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 600;
}

#quality-card .text-container h2{
  font-weight: 300;
  font-size: 3.2rem;
  color: white;
  text-align: left;
}

#quality-card .text-info {
  margin-top: -60px;
  width: 70%;
}
#quality .text-info .row{
  width: 70%;
  padding: 0%;
}
#quality-card .text-info h1{
  font-weight: 300;
  font-size: 2.5rem;
  color: white;
  text-align: center;
}
#quality-card .text-info p{
  font-weight: 300;
  font-size: 1.2rem;
  color: white;
  text-align: center;
}

@media (max-width: 768px) {
  #quality-cardv .card-container {
      flex-direction: column;
      margin-top: 20px;
  }

  #quality-card .card {
      width: 100%;
      background: linear-gradient(to bottom,#3d79ab, #6bcbdb);
      border-radius: 0%;
      margin-top: 60px;
  }
  #quality-card .image-container {
    display: none;
  }
  #quality-card .text-container h2{
    padding-top: 30px;
    margin-bottom: -5px;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center;
  }
  #quality-card .text-container h1{
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
  }
  #quality-card .text-info {
    margin-top: 0px;
    text-align: center;
    margin-left: 60px;
  }
  #quality-card .text-info .row{
    margin-top: 30px;
    width: 100%;
    padding: 0%;
  }
  #quality-card .text-info p{
    font-size: 0.9rem;
    margin-top: -10px;
}
  #quality-card .text-info h1{
    padding-top: 20px;
    font-size: 2rem;
  }
  
}
/*aboutUs plant*/
#plant {
  align-items: center;
  padding-top: 100px;
  width: 100%;
  padding-bottom: 60px;
}
#plant .container {
  width: 60%;
  justify-content: center;
}

#plant .card-container {
  justify-content: center;
}

#plant .card {
  border-radius: 10px; 
  border: 0; 
  background: linear-gradient(to right, #6bcbdb,#3d79ab);
  
}
#plant img{
  width: 100%;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
#plant h1{
  font-size: 1.4rem;
}
#plant p{
  font-size: 1.1rem;
}

@media (max-width: 768px){
  #plant .container {
    width: 98%;
    margin-top: -90px;
  }
  #plant h1{
    font-size: 1rem;
  }
  #plant h2{
    font-size: 1.2rem;
  }
  #plant p{
    font-size: 0.8rem;
  }
}
/*warranty*/
#warranty{
  background: linear-gradient(to right, #6bcbdb,#3d79ab);
}
#warranty .container{
  justify-content: center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
#warranty .content{
  width: 60%;
  margin-left: 20%;
  text-align: center;
}
#warranty img{
  height: 250px;
  color: #ffffff;
}
#warranty h2{
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 400;
  padding-top: 10px;
}
#warranty h2 b{
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 800;
}
#warranty p{
  color: #ffffff;
  font-size: 1.1;
  font-weight: 300;
  padding-top: 30px;
}
@media (max-width: 768px){
  #warranty .content{
    width: 90%;
    margin-left: 5%;
  }
  #warranty h2{
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
  }
  #warranty h2 b{
    font-size: 1.4rem;
    font-weight: 600;
  }
  #warranty p{
    font-size: 0.8;
    text-align: center;
  }
}
/*benifits*/
#benifits {
  justify-content: center;
  background-color: #ffffff;
}

#benifits .container {
  padding-top: 80px;
  width: 60%;
}

#benifits.row {
  align-self: center;
  justify-content: center;
  height: max-content;
  padding-bottom: 50px;
}
#benifits h2 {
  font-size: 2.2rem;
}

#benifits p {
  text-align: left;
  font-size: 1.1rem;
}
#benifits .image-container {
  margin-top: 400px;
  padding: 0%;
  text-align: left;
}

#benifits img {
  width: 170%;
  margin-left: -90px;
}


@media (max-width: 768px) {
  #benifits .container {
    padding-top: 40px;
    width: 98%;
  }
  
  #benifits .image-container {
    width: 100%;
    margin-top:0px;
  }

  #benifits img {
    width: 100%;
    margin-left: 0px;
  }
  #benifits h2 {
    font-size: 1.2rem;
  }
  #benifits p {
    text-align: left;
    font-size: 0.8rem;
  }

}

/***ContactUs-page***/
/***map***/
#map-container {
  width: 100%;
 
}
#Contact-info .contact-image {
  margin: 10px 20%;
}
@media(max-width:700px) {
  #Contact-info .contact-image {
    margin:  0;
    margin-top: 110px;
  }
}

#Contact-info .container {
  width: 60%;
  padding-bottom: 30px;
}

#Contact-info .information{
 text-align: left;
 padding-top: 10px;
}

.information h4{
  font-size: 1.2rem;  
  font-weight: 800;
  color: #000000;
}

.information p{
  font-size: 0.9rem; 
  margin-top: -5px; 
}


#Contact-info .content {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}

#Contact-info h1 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  
}

#Contact-info input {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  background-color: #eeeeee;
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.8rem;
}



#Contact-info textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: vertical;
  background-color: #eeeeee;
}


#Contact-info button {
  background-color: #6bcbdb;
  color:rgba(255, 255, 255, 0.692);
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  font-weight: 400;
  border: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#Contact-info button:hover {
  background-color: #3871c6;
  color: #ffffff;
}
@media (max-width: 768px) {
  #Contact-info .container {
    width: 98%;
  }
  #Contact-info h1 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-top: 30px;
    font-weight: 700;
    text-align: left;
  }
}
/*---products details--*/

#product-details {
  width: 100%;
  z-index: 20;
}
#product-details .container{
  max-width: 100%;
  /* width: 60%; */
  justify-content: center;
  align-items: center;
  z-index: 1;
  /* padding-top: 80px; */

}

#product-details .image-container {
  width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    max-height: 460px;
    padding: 70px 50px;
    background: #164374;
    text-align: center;
    color: white;
}
#product-details .image-container p{
  text-align: center;
  color:#76e2fd;
}

#product-details .image-container img {
  max-width: 100%;
  height: auto;
}

#product-details .content {
  height: auto;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #product-details .container{
    width: 98%;
    padding-top: 90px;
  }
  #product-details h2{
    font-size: 1.8rem;
  }

}


#features .row{
  padding-top: 20px;  
  padding-bottom: 10px;
}
#features i{
 
  background-color: #ffffff;
  border-radius: 3px;
  color: #6bcbdb;

  margin-right: 10px;
}

#features h1{
  text-align: center;  
  color: #ffffff;
  width: 700;
  font-size: 2.6rem;
  margin-bottom: -20px;
}
#features h2{
  text-align: center;  
  color: #ffffff;
  margin-bottom: -4px;
}
#features p{
  text-align: left;  
  color: #ffffff;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #product-details .container{
    
    width: 100%;
    padding: 0;
  }
  
  #features{
    width: 100%;
    border-radius: 0px;
    padding: 10px;
  }
  #features h1{
    width: 600;
    font-size: 1.6rem;

  }
  #features h2{
    margin-bottom: -4px;
    font-size: 1.2rem;
  }
  #features p{
  font-size: 0.8rem;
  font-weight: 200;
  }
}

/*--specification--*/
#specification {
  display: flex;
  width: 100%;
  background: #eeeeee;
  padding-top: 220px;
  margin-top: -120px;
  z-index: -10;
  position: relative;
}
#specification .container {
  width: 60%;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
#specification h2{
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #specification .container {
    width: 90%;
    margin-top: 0;
  }
  #specification {
    margin-top: -180px;
  }
  #specification h2 {
    font-size: 1.8rem;
  }
 
  #details-page h2 {
      font-size: 2rem;
      margin-top: -10px;
      margin-bottom: 0px;
      margin-left: -60px;
    }
  
    #details-page p {
      margin-top: 80px;
      font-size: 0.8rem;
      margin-left: -60px;
    }

    #details-page .container h1 {
    font-size: 1.8rem;
  }

  #details-page .container h2 {
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 30px;
  }

  #details-page .container p {
    font-size: 0.8rem;
  }

  #details-page a {
    font-size: 0.6rem;
  }

}

.hide
{
  display: none !important;
}
.drop:hover + .hide
{
  display: block !important;
}
.hide:hover
{
  display: block !important;
}

.phide
{
  display: none !important;
}
.pdrop:hover + .phide
{
  display: block !important;
}
.phide:hover
{
  display: block !important;
}

/* grp tanks */

.product-hero
{

  background-size: cover;
}
.content-intro{padding:3% 7%}
.content-intro p li{font-size: 1rem; list-style: none;}



.product-hero .container {
  height:80%;
 
  padding: 0px 10%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
.product-hero .container .content h3 {
  text-align: center;
  font-size: 2.5rem;
  top:50px;
                  text-align: center;
                  width:100%;
                  color:#1e72ad;
                  z-index: 1000;
}
.product-hero .container .content p {
  text-align: center;
  font-size: 1.55rem;
}
@media (max-width: 768px) {

  .product-hero .container .content p {
    text-align: center;
    font-size: 1.2rem;
  }
  .product-hero .container .content h3
  {

                  font-size: 20px;
                  top:50px;
                  text-align: center;
                  width:100%;
                  color:#1e72ad;
                  z-index: 1000;
  }
  .product-hero .container {
    height: 36%;
    background-color: #ffffff85;
    padding: 0px 10% !important;
    position: absolute;
    bottom: 0;
    top: 135px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start !important;
    align-items: left;
    flex-direction: column;
  }
}