@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Roboto:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Roboto:wght@100;300;400&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
  
  
}
header .navBar img{
  width: 11rem;
}

/* Heading */
header{
  background-color: #027b9a;
  
}

li{
  list-style: none;
  
}

a{
  color: #ffffff;
  text-decoration: none;

}

.navBar{
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.nav_menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}


.nav-link{
  transition: 0.7s ease;
}

.nav-link:hover{
  color: #ffff00;
}

.hamburger{
  display: none;
  cursor: pointer;
}

.bar{
  display: block;
  width:25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

@media (max-width:768px){
  .hamburger{
    display: block;
  }
  .hamburger.active .bar:nth-child(2){
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav_menu{
    z-index: 2;
    opacity: 0.9;
    position:fixed;
    left: -100%;
    top:70px;
    gap:0;
    flex-direction: column;
    background-color: #004658;
    text-align: center;
    transition: 0.3s;
    width: 100%;
    margin-top: 0;
  }

  .nav-item{
    margin: 16px 0;
  }

  .nav_menu.active{
    left:0;
    width: 100vw;
  }
}

/* Main Container */


/* .mainContainer{
  width: 100vw;
}
.heading h1{
  font-size: ;
}
.heading{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.heading h4{
  margin-top: 20px;
}
.headingContainer{
  margin-top: 30px;
  display: grid;
  grid-template-columns: 349px 605px auto;
  justify-content: center;
}

.bifercation p{
  text-align: justify;
  color:#676b6d;
}
.headingImage img{
  width: 280px;
  margin-left:10vh;
}
.shortInfo{
  margin-top: 50px;
}


.headingContent ul li{
  list-style-type: disc;
  padding: 5px;
  color:#676b6d;
}

.moreInfoContainer{
  text-align: center;
}

.processDetail p{
  text-align: justify;
}
.shortInfo{
  text-align: center;
}

.shortInfoContent{
  color:#676b6d;
  display: grid;
  justify-content: center;
  grid-template-columns:779px 490px;
  column-gap: 77px;

}
.listContent{
  justify-content: center;

}
.shortInfoContent{
  margin-top: 30px;
}


.listContent ul li{
  list-style: disc;
  color:#676b6d;
}

.shortInfo .process h4{
  margin-top: 50px;
  font-size: 3vh;
}
.shortInfo .process h2{
  margin-top: 50px;
  font-size: 5vh;
} */


/* Services */

.cardRow{
  width: 20%;
  background-color: #fff;
  border: 1px solid #ccc ;
  margin-bottom: 50px;
  transition: 0.3s;
}



.card-header{
  text-align: center;
  padding: 50px 10px;
  background: linear-gradient(to right, #ff416c, #ff4b2b );
  color: #fff;
}


@media only screen and (max-width:1300px){
  .headingContainer{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 40vh auto auto;
    /* column-gap: 8vh; */
    justify-content: center;
    margin-left: 5vh;
  }

}
  



/* Fotter */
a {
  color: #fff;
  text-decoration: none;
}
.pg-footer {
  font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #004658;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #ffffff;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 1px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #027b9a;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}





.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 44px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 45px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 45px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 8px;
    width: 45px;
}

.footer-copyright {
    background-color: #027b9a;
    color: #fff;
    padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

.footer-content .companyLogo img{
  margin-top: 4rem;
  margin-left: -4rem;
  width: 15rem;
}







/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 800px;
    position: relative;
    
  }
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }

}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }
  
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }
}




@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 0px 55px 290px;
      position: relative;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }
}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
  .footer-content .companyLogo img{
    margin-left: 0rem;
  }
}


