* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
  
  }
  /* Nav bar css start  */
  .navbarContainer { 
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    height: 98px;
    padding: 0 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  
    position: fixed;   /* 👈 ADD THIS */
    top: 0;            /* 👈 stick to top */
    left: 0;
    width: 100%;
    z-index: 1000;     /* 👈 keep above everything */
  }
  .navbarContainer > ul {
    display: flex; 
    list-style: none;
  }
  .navbarContainer > ul > li > button {
    text-transform: uppercase;
    padding: 0 15px;
    color: #3d8b72;
    height: 98px;
    background-color: white;
    border: none;
    font-size: 14px;
  }
  
  .navbarContainer > ul > li > button:hover {
    background-color: #eee;
  }
  .navbarContainer > ul > li > button:focus {
    background: #eee;
    border-bottom: 4px solid #337ab7;
  }
  
  .login-container-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .logo_desktop {
    width: 150px;
  }
  .mobIcon {
    display: none;
  }
  .mobIcon > a {
    text-decoration: none;
  }
  
  .login-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 45px;
    border: 3px solid #3d8b72;
    background: white;
    color: #3d8b72;
    font-size: 16px;
    cursor: pointer;
  
    border-radius: 60px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
   
  .login-btn .text {
    transition: transform 0.3s ease;
  }
   
  .login-btn .arrow {
    position: absolute;
    right: 40px;
  
    opacity: 0;
    transform: translateX(0); /* start at base */
    transition: all 0.3s ease;
  }
   
  .login-btn:hover {
    background: #3d8b72;
    color: white;
  }
   
  .login-btn:hover .text {
    transform: translateX(-10px);
  }
   
  .login-btn:hover .arrow {
    opacity: 1;
    transform: translateX(8px);  
  } 
  
  .mobile-menu{
    display: none;
    text-transform: uppercase;
  }
  .hide_sm{
    margin-top: 65px;
  }
  /* Media Query  */
  @media (0px<width<426px) {
    .section_head h1 {
      font-size: 18px;
      text-align: center;
      font-weight: 100;
  }
    .wbd_sec {
      margin-top: 4em !important;
      margin-left: 0px !important;
  }
    .wbd_card {
      position: initial !important;
      margin: 0 3%;
      width: 94% !important;
      padding: 10px !important;
  }
  .wbd_card h3 {
    text-align: center;
    font-size: 18px !important;
}
.wbd_card p {
  font-size: 14px !important;
}
.wbd_sec{
       margin-left: 0%;
}
.hyphen_amber {
  margin: 10px auto !important;
}
    /* .wbd_sec{
      margin-bottom: ;
    } */
    .hide_sm{
      /* margin-top: 65px; */
display: none;
    }
    #temp1{
      padding-left: 0% !important;
    }
    .navbarContainer > ul {
      display: none;
    }
    .mobIcon {
      display: block;
    }
    .logo_desktop {
      width: 100px;
    }
    .navbarContainer {
      height: 70px;
    }
    .fa-solid { 
      font-size: 20px;
      color: black;
    }
  .partc{ 
    flex-direction: column;
  }
  
    .login-btn 
    {    padding: 16px 40%;}
  
  
  
    /* Dropdown menu in mobile view   */
  .mobile-menu {
    max-height: 0;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    transition: max-height 0.4s ease;
    border-top: 1px solid #eee;
    position: absolute;
    z-index: 1000;
    width: 100%;
  }
  
  .mobile-menu a {
    padding: 12px 20px;
    text-decoration: none;
    color: green;
    /* border-bottom: 1px solid #f1f1f1; */
    margin-bottom: 10px;
  }
  
  .mobile-menu.active {
    max-height: 300px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 70px;
  }
  
  .mobile-menu >a:focus {
    background: #eee;
    border-bottom: 4px solid #337ab7;
  }
  
  
/* PART A css Start  */
.first_quad {
    /* height: 200px !important; */
    margin-top: 70px !important;
  }
  
   
  .hg_img {
    top: 120px !important;
    right: 0;
  
    width: 80%;
  }
  .awslogo{
            height: 30px !important;
          position: absolute !important;
          top: 10px !important;
          right: 5px !important;
          z-index: 9 !important;
  }
  
  .ribbon-wrapper {
    width: 215px !important;
    height: 200px !important;
    top: -36px !important;
    right: 0 !important;
  }
  .ribbon {
    font-size: 10px !important;
    padding: 2px 0 !important;
    top: 136px !important;
    right: 52px !important;
  }
  .wbd_box {
    /*width: 90%;*/
    text-align: justify;
    height: 19em;
  }
  .wbd_box h2 {
    font-size: 20px !important;
  }
  .wbd_box p{
    font-size: 14px !important;
    margin-top: 15px !important;
  }
  .wbd_box p b {
    color: black;
  }
  
  
  .first_quad .first_quad_content {
    position: absolute !important;
    top: 5% !important;
    padding: 8% 0 0 15% !important;
  }
  .first_quad .first_quad_content p {
    font-size: 18px !important;
    font-weight: bold !important;
  }
  .second_quad .second_quad_content img {
    width: 50% !important;
  }
  .flex1>p{
    font-size: 14px !important;
    margin-top: 15px !important;
  }
  
  
  .client_box_home {
    left: 75% !important;
    top: 20% !important;
    position: absolute !important;
    font-size: 14px !important;
  }
  .client_box_home_loc {
    left: 75% !important;
    top: 70% !important;
    position: absolute !important;
    font-size: 14px !important;
  }
  .flex3{
    text-align: center !important;
  }
  .know_btn{
    font-size: 12px !important;
  }
  }
  
  
  
  /* mobile view of navbar  end*/
  
  /* Nav bar css end  */
  
  .first_quad .first_quad_content {
    padding: 7% 0 0 5%;
  }
  .first_quad .first_quad_content p {
    font-size: 50px;
    color: white;
    margin-bottom: 25px;
  }


  
  .ribbon-wrapper {
    width: 160px;
    height: 240px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 991;
  }
  .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    top: 140px;
    right: -25px;
    box-shadow: 5px 2px 5px black;
    padding: 5px 0;
    width: 250px;
    background: linear-gradient(45deg, #bfbfbf, #fff, #bfbfbf);
    background-size: 400% 400%;
    -webkit-animation: gradientBG 10s ease infinite;
    animation: gradientBG 10s ease infinite;
    position: absolute;
  }
  
  .awslogo {
    height: 50px;
    position: absolute;
    top: 1%;
    right: 5px;
    z-index: 9;
  }
  
   /* past a start  */
   .wbd_sec {
    position: relative;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: 5%;
    border-radius: 5px;
}

.wbd_card {
    background: white;
    padding: 10px 20px 20px 20px;
    width: 75%;
    position: absolute;
    top: 22%;
    left: 20%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px grey;
    text-align: justify;
}

.hyphen_amber {
    width: 5em;
    background: #ec8933;
    height: 3px;
    margin: 20px 0px;
}

.green {
    color: #3d8b72;
    font-size: 24px;
    font-weight: 100;
    padding-top: 20px;
}

.wbd_card p {
    font-size: 18px;
    line-height: 1.428571429;
}
.wbd_card{
    padding-bottom: 30px;
}

/* part c start  */

.our-team-section {
  position: relative;
  margin: 0 2%;
}

.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(/img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.our-team-section .flex1 {
  margin: 5px;
}

.our-team {
  padding: 30px 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #346da6;
  height: 100%;
  border-radius: 10px;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #346da6;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}

.our-team .team-content {
  margin-bottom: 5px;
}

.our-team .title {
  font-size: 16px;
  font-weight: 800;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  padding: 0px 6px;
}

.our-team .social {
  width: 100%;
  padding: 8px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team .social li {
  display: inline-block;
}

img {
  vertical-align: middle;
}
.partc{
  display: flex;
}

.our-team:hover .pic:after{
  background: #3d8b72;
}

.our-team:hover .pic:before{
  height: 100%;
     background: #2f2f2f;
  }

  .our-team:hover .pic:after{
    background: #3d8b72;
}
.our-team:hover .pic img{
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}




/* Footer Start  */

.footer_section {
  background-color: #333;
  color: white;
  border-top: 1px #ccc;
  padding: 20px;
  line-height: 2;
  position: relative;
}
.footer_section .col-md-6 {
  padding-left: 0px !important;
}
.footer_section h4 {
  border-bottom: 2px solid;
  padding-bottom: 5px;
  font-weight: 100;
  font-size: 21px;
}
.footer_section li {
  list-style: none;
}
.footer_section li a {
  color: white !important;
  text-decoration: none;
}
.social_icons {
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.social_icons li {
  margin-bottom: 10px;
}
.social_icons li .btn.btn-fab {
  padding: 7px !important;
  font-size: 35px !important;
}
.social_icons li .btn.btn-fab .fa {
  color: #333;
}
.social_icons li .btn.btn-fab:hover {
  background: white !important;
}
.social_icons li .btn.btn-fab:hover .fa-facebook {
  color: #4267b2;
}
.social_icons li .btn.btn-fab:hover .fa-google {
  color: #8c261e;
}
.social_icons li .btn.btn-fab:hover .fa-twitter {
  color: #38a1f3;
}
.social_icons li .btn.btn-fab:hover .fa-linkedin {
  color: #2b7bb7;
}

.footer_logo {
  width: 100%;
  text-align: center;
  padding-top: 10%;
}
.footer_logo img {
  width: 12em;
}
.row {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  display: flex;
  gap: 10px;
}
.col-md-3 {
  width: 25%;
  position: relative;
  
}
.footer_logo img {
  width: 12em;
}
.awslogof {
  height: 35px;
  position: absolute;
  top: 8%;
  right: 26px;
  z-index: 9;
  bottom: 0;
}

.social_icons li .btn.btn-fab {
  padding: 7px !important;
  font-size: 35px !important;
}

.btn.btn-fab, .input-group-btn .btn.btn-fab {
  border-radius: 50%;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  line-height: normal;
}
#fb-Container{
  background-color: #FFFFFF;
}
#facebook{
  color: black;
}

#facebook:hover{
  color: blue;
}

@media(0 < width < 426px){
  .row{
    flex-direction: column;
  }
  .col-md-3 {
    width: 100% !important;
  }
  .footer_logo img {
    width: 10em;
}
}

.section_head>h1{
  text-align: center;
  font-weight: 100 !important;
}