* {
    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;
  }
  .c_flex {
    flex-direction: column;
  }

  .mobile-menu .active{

  }
  }
  
  
  
  /* 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;
  }
  .contact-us-container {
    padding: 1em;
    margin-top:69px;
}
.c_flex { 
    display: flex;
}

.contact-us-container .flex1, .contact-us-container .flex2 {
    box-shadow: 0px 0px 5px 0px grey;
    border-radius: 5px;
    margin: 10px;
}
.flex2 {
    
    flex: 2;
}
.shape1 {
    background: #346da6;
}
.css-shapes-preview, .shape3, .shape2, .shape1 {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
}
.css-shapes-preview h4, .shape3 h4, .shape2 h4, .shape1 h4 {
    margin: 0px;
    padding: 10px;
}
.css-shapes-preview, .shape3, .shape2, .shape1 {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
}
.p10 {
    padding: 10px;
}

.form-group .form-control {
    margin-bottom: 7px;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688),-o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.t_a_c {
    text-align: center;
}

.btn_border_sea {
    background-color: transparent;
    color: #346da6;
}
.tt_btn_sea {
    font-size: 1.3rem;
    /* color: white; */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 21px;
    border-radius: 50px;
    border: 3px solid #346da6;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: inline-block;
    cursor: pointer;
    width: 100%;
    min-width: 200px;
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 30%;
    font-size: 15px;
}

.checkbox label, .radio label, label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400;
}

.contact-us-container .flex1, .contact-us-container .flex2 {
    box-shadow: 0px 0px 5px 0px grey;
    border-radius: 5px;
    margin: 10px;
}
.shape2 {
    background: #3d8b72;
}

.connect-us {
    height: 85%;
    text-align: center;
    display: flex;
    align-items: center;
}
.full_width {
    width: 100%;
}


/* footer start  */


/* 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;
  }
  .full_width{
    padding: 15px;
    
  }
  .full_width>h3{
    font-size: 20px;

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

  .full_width>h3{
    font-size: 15px;
    font-weight: 100;

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


.form-group {
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
}

.form-control {
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background: transparent;
}

/* Default label */
.form-group label {
  position: absolute;
  left: 5px;
  top: 10px;
  color: #aaa;
  font-size: 14px;
  transition: 0.3s ease;
  pointer-events: none;
}

/* Move label when focused OR has value */
.form-control:focus + label,
.form-control:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: #009688;
}

