 /* css class*/

.topbar{
    background-color: #e7c437;
    /*background-color: #10999d;*/
    padding: 1rem;
    
}

.navbar{
    padding: 1rem;
    background-color: white;
}

.nav-link-color-margin{
    color: black;
    margin: 1rem;
    font-weight: bold;
}

.nav-link-color-weight{
  color: black;
  font-weight: bold;
  padding: 1rem;
  text-align: left;
  background-color: #f5efef;
}

.nav-link-color-weight2{
  color: black;
  font-weight: bold;
  padding: 1rem;
  text-align: left;
}

.section1{
    padding: 3rem;
    background-color: #EDEFF1;
}

.section1-subsection{
    text-align: center;
    margin-bottom: 1rem;
}

.section1-subsection h3{
    font-weight: 600;
    font-size: 3vw;
}

.dot1 {
  position: absolute;
  left: 5rem;
  bottom: 12rem;
  height: 9rem;
  width: 9rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: #afdaf7;
  opacity: 0.4;
}

.dot2 {
  position: absolute;
  left: 5rem;
  bottom: 11rem;
  height: 9rem;
  width: 9rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: #afdaf7;
  opacity: 0.4;
}

.dot3 {
  position: absolute;
  left: 5rem;
  bottom: 11rem;
  height: 9rem;
  width: 9rem;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: #afdaf7;
  opacity: 0.4;
}

  .dot4 {
    position: absolute;
    left: 5rem;
    bottom: 11rem;
    height: 9rem;
    width: 9rem;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    background-color: #afdaf7;
    opacity: 0.4;
  }

.section2{
    background-color: #cacdd1;
}

.section2 img{
    width: 100%;
}

.sect3-img img{
    width: 100%;
}

.sect3-img{
    padding-inline: 0rem;
    background-color: #EDEFF1;
    
}

.sect3-subsect{
    /* background-color: #10999d; */
    background-color: #e7c437;
    padding:3rem;
}

.sect3-subsect h2{
    /* color: white; */
    color: black;
}

.sect3-subsect p{
    font-size: 20px;
    /* color: white; */
    color: black;
    text-align: justify;
}


.section4 {
  padding-inline: 2rem;
  padding-block: 4rem;
  background-color: #EDEFF1;
}

.section4-subsection{
  text-align: center;
  margin-bottom: 1rem;
}

.sect4-col-subsect{
    padding: 1rem;
}

.sect4-col-subsect h5{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.sect4-col-subsect p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sect4-col-subsect a{
    text-decoration: none;
    color: #6e7070;
}

.sect4-button{
    text-align: center;
    margin: 2rem;
}

.sect4-button a{
    text-decoration: none;
    color: black;
    background-color: #e7c437;
    padding: 1rem;
    font-size: 1rem;
}


.section4-subsection h3 {
  font-weight: 650;
  font-size: 3vw;
}

.sect4-col-subsect

.col-margin-padding-sect1 {
  position: relative;
  margin: 2rem;
  padding-top: 4rem;
  width: 19rem;
  height: 23rem;
  background-color: white;
  box-shadow: 10px 10px 10px #BBBEC0;
}

.col-margin-padding-sect1 img{
     position: absolute;
     left: 80px;
}

.col-margin-padding-sect4{
    margin: 2rem;
    padding: 1rem;
    width: 19rem;
    height: 27rem;
    background-color: white;
    border: 1px solid rgb(119, 122, 121);
    border-radius: 10px;
}


.heroContent{
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
  }

.hero-button{
    background-color: #10999d;
    padding: 1rem;
    width: 1rem;
    color: white;
    font-size: 1rem;
    text-decoration: none;
}

.hero-h1{
  font-weight: 400;
  font-size: 3vw;
}

.hero-h1-sub{
  font-weight: 400;
  font-size: 2vw;
}

.carousel-h{
  height: 500px;
}

.pHero{
    font-size: 1vw;
}

.sect3-button{
    background-color: #f5f6f8;
    color: black;
    /* color: #e7c437; */
    text-decoration: none;
    padding-inline: 30px;
    padding-block: 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
}



.sect5{
    background-image: url('../images/home/sect5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 9rem;
    padding: 1rem;
}

.sect5-subsect{
    background-color: rgb(231, 237, 243);
    width: 100%;
    height: 100;
    padding: 2rem;
    opacity: 1;
    position: relative;
}

.sect5-subsect a {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  text-decoration: none;
  color: black;
  /* background-color: #10999d; */
  background-color: #e7c437;
  padding: 1rem;
  font-size: 1rem;
}

.footer-section{
    padding: 2rem;
    margin: 0px;
}


.footer-section p{
    text-align: justify;
}



.footer-col-heading{
    /* color: #10999d; */
    color: #e7c437;
    
}

.footer-section-links li{
    list-style-type: none;
}

.footer-section-ul{
    padding-left: 0rem;
}

.footer-section-links a{
    text-decoration: none;
    color: black;
    margin-block: 1rem;
    font-size: 1rem;

}

.footer-section-newsLetter{
    padding: 1rem;
}

.footer-section-textfield{
    position: relative;
}

.footer-section p{
    text-align: justif;
}

.textfield-icon {
  position: absolute;
  right: 0rem;
  top: 1rem;
  /* color: #118d68; */
  color: #e7c437;
  font-size: 1.5rem;
}

.bottom-bar{
    /* background-color: #10999d;  */
    background-color: #e7c437;
    padding: 1rem;
}

.bottom-bar-element{
    color: black;
}

#bottom-bar-element-1{
    margin-left: 1rem;
}

/* About page classes */
.about-sect1{
    padding: 0rem;
}

  .about-sect1-img{
    height: 28rem;
}

  .about-sect1-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3vw;
    font-weight: 500;
  }

  .about-sect1-text2 {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .about-section2{
    margin-inline: 6rem;
  }
  
  .about-section2 h1{
   text-align: center;
  }

  .about-sect2-col{
    padding: 2rem;
  }
  
  .about-sect2-col p{
    text-align: justify;
    font-size: 18px;
  }
  
    .about-sect2-col img{
    margin-top: 0rem;
  }

  .about-sect2-col h1{
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
  }

  .about-sect2-button {
    background-color: #10999d;
    color: white;
    text-decoration: none;
    padding-inline: 2rem;
    padding-block: 1rem;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1rem;
}

  .about-section3 {
    padding: 1rem;
    background-color: #e7c437;
  }

  .about-section3-col{
    padding: 3rem;
  }

  .about-section3-col h1{
    color: black;
  }

  .about-section3-col p{
    color: black;
    font-size: 1rem;
  }

  .about-sect3-button{
    background-color: white;
    color: #10999d;
    text-decoration: none;
    padding-inline: 1rem;
    padding-block: 1rem;
    border-radius: 2rem;
    font-weight: 700;
    font-size: 1rem;
  }

  .about-section3-space{
    border-right-style: 5px solid white;
  }

  .about-section4 {
    padding: 2rem;
  }

  .about-section4 h1{
    text-align: center;
    font-weight: 700;
    
  }

  .about-section4 h4{
    text-align: center;
    font-style: italic;
    
  }

  .about-sect4-col {
    padding: 2rem;
  }

  .about-sect4-col h2{
    font-weight: 700;
  }

  .about-section4-list{
    font-size: 1.4rem;
  }

  .evisa-sol-section2 {
    padding: 5rem;
  }

  .evisa-sol-section2 h1{
    font-weight: 700;
  }
  
  .evisa-sol-section2-col {
    padding: 1rem;
    font-size: 20px;
    text-align: justify;
  }

  .evisa-sol-section2-list li {
    margin: 1.4rem;
  }

  .evisa-sol-section3{
    padding-inline: 9rem;
    padding-block: 4rem;
    background-color: #EDEFF1;
  }

.evisa-sol-col-margin-padding-sect3 {
    margin: 0rem;
    padding: 0rem;
    width: 21rem;
    height: 33rem;
    background-color: #EDEFF1;
    box-shadow: 1rem 1rem 1rem #BBBEC0;
}

.ss-sect2-col {
  margin: 2rem;
  padding-top: 0rem;
  width: 20rem;
  height: 24rem;
  background-color: #F8F9F9;
  box-shadow: 2px 2px #BFC9CA;
}


.ss-sect2-img {
  position: relative;
  left: 1rem;
  top: 1rem;
}

.ss-sect2 {
  padding-inline: 0rem;
  padding-block: 2rem;
}


.ss-sect2-product {
  padding-inline: 24rem;
  padding-block: 2rem;
}


.ss-sect3 {
  background-color: #EDEFF1;
  padding-left: 9rem;
  padding-block: 1rem;
}

.ss-sect3-col{
  padding: 2rem;
  margin: 2rem;
}

.ss-section4{
  background-color: #cacdd1;
}

.cu-section2{
  padding: 5rem;
}

.cu-col {
  padding: 4rem;
  background-color: #e7c437;
  border-radius: 2rem;
}

.cu-col-form {
  padding: 4rem;
  /* background-color: #e7c437; */
  border: 0.1rem solid #e7c437;
  border-radius: 2rem;
}

.gear-icon {
  transform-origin: center;
  animation: spinGear 3s;
}

@keyframes spinGear {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

.our-working-process{
  text-align: center;
  padding: 5rem;
  background-color: #e0e5e9;
}


.carousel-control-next{
  right: 0px !important;
  color: #6e7070;
}

.carousel-control-prev{
  left: 0px !important;
  color: #6e7070;
}

.our-services{
  text-align: center;
  font-weight: 650;
  font-size: 3vw
}

.our-clients{
  text-align: center;
  font-weight: 650;
  font-size: 3vw;
  padding-block: 2rem;
}

.client-list-row{
  padding-block: 2rem;
}

.client-list-container-mobile{
  display: none;
}

.client-list-col{
  padding-inline: 8rem;
  margin: 2rem;
}

body{
  overflow-x: hidden;
}

.sbtn{
  border: none;
  background: none;
}

.product-links{
  text-decoration: none;
  color: black;
}

.post{
  padding: 3rem;
}

.post-img{
  width: 40%;
  height: 400px;
  float: inline-start;
  margin-right: 1.5rem;
}

.mobile{
  display: none;
}

.client{
  display: none;
}

.ss-sect2-col-product {
  margin-left: 7rem;
  padding: 1rem;
  width: 11rem;
  height: 12rem;
  background-color: #e7eded;
  box-shadow: 2px 2px #BFC9CA;
}

.next-p, .prev-p {
  width: 2rem;
  margin: -2rem;
  filter: invert(100%);
}

.ci-p{
    filter: invert(50%);
}

.post-text{
    font-size: 20px;
    padding: 5rem;
    text-align: justify;
}

.center {
  display: block;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.product-heading{
    text-align: center; 
    font-size: 2.5rem;
}

.zoom-img {
  transition: transform 0.3s ease-in-out;
}

.zoom-img:hover {
  transform: scale(1.5);
}

.backToTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #e7c437;
  color: black;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1;
}

.backToTop:hover {
  background-color: #e7c437;
}


.client{
  display: none;
}

.product-mobile{
    display: none;
}


.gallery{
    margin: 1rem;
}


/*.carousel{*/
/*    padding: 2rem;*/
/*}*/

/* .carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
  color: red;
  font-size: 20px;
} */

/* .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  position: absolute;
  right: 2%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  position: absolute;
  left: 2%;
} */


/* .post{
  border: 1px solid #10999d;
  border-radius: 15px;
} */
/*============================ Media Query ==========================*/

@media only screen and (max-width: 600px) {
    
body{
    margin-right: 0px;
}

.about-section2 img{
    width: 100%;
  }

.about-section2{
    margin-inline: 0rem;
  }
    
.topbar{
  display: none;
}

.logo{
  width: 75%;
  height: 30%;
}
    
.carousel .carousel-item {
  height: 400px;
}

.carousel-item-image {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}


.heroContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

.hero-button{
    background-color: #10999d;
    padding: 1rem;
    width: 1rem;
    color: white;
    font-size: 1rem;
    text-decoration: none;
}

.hero-h1{
  font-weight: 400;
  font-size: 1.5rem;
}

.hero-h1-sub{
  font-weight: 400;
  font-size: 1rem;
}

.carousel-h{
  height: 500px;
}

.pHero{
    font-size: 0.7rem;
}

.our-services{
  text-align: center;
  font-weight: 650;
  font-size: 6vw
}

.services-title-mobile{
  font-size: 80%;
}

.services-content-mobile{
  display: none;
}

.ss-sect2{
  overflow-x: hidden;
  margin: 0rem;
}

.service-row{
    margin: 4rem;
}


.ss-sect2-col {
  margin: 0rem;
  padding: 0rem;
  width: 5rem;
  height: 5rem;
  background-color: #F8F9F9;
  /*box-shadow: 2px 2px #BFC9CA;*/
}

.ss-sect2-img {
  position: relative;
  left: 1.2rem;
  top: 0.2rem;
  width: 5rem;
  height: 5rem;
}

.sect5-subsect a{
    visibility: hidden;
}

.sect3-subsect p{
    font-size: 18px;
    color: black;
    text-align: justify;
}


.center {
  display: block;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.product-heading{
    text-align: center; 
    font-size: 1.5rem;
}

.evisa-sol-section2 {
    padding: 2rem;
}


.evisa-sol-section2 img{
    width: 100%;
}


.our-clients {
    text-align: center;
    font-weight: 650;
    font-size: 6vw;
    padding-bottom: 2rem;
}

.client-list-container{
  display: none;
}

.client-list-container-mobile{
  display: contents;

}

.client-list-col {
  padding-inline: 3rem;
}

.carousel-h{
  height: 100%;
}

.mobile{
  display: contents;
  margin: 0rem;
  padding: 0rem;
}
.client{
  display: contents;
}

.client-carousel-inner{
  margin-left: 1%;
  margin-right: 0;
}



.section1{
    padding: 0rem;
    margin: 0rem;
    background-color: #EDEFF1;
}


.logo{
  width: 50%;
  height: 30%;
}

.product-mobile{
    display: content;
}

.screen{
    display: none;
}

.ss-sect2 {
    padding: 1rem;
}

.ss-sect2-img-client{
    margin-top: 2rem;
}

.post{
  padding: 2rem;
}

.post-img{
  width: 100%;
  height: 200px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.post-text{
    font-size: 20px;
    padding: 0rem;
}

.cu-section2 {
    padding: 2rem;
}

.iata{
    display: none;
}

}



