
/* .nav-2{
  background: #fff;
  padding: 15px 0;
  position: fixed;
    width: 100vw;
    z-index: 10;
}
.nav-2 nav{
  background:#3384F2;
}
.nav-2 .linktext{
  font-size:16px;
  font-weight: 500;
  text-align:center;
  position:relative;
  z-index:2;
  color:var(--dark-color);
  text-decoration:none;
  font-family: 'Righteous', Arial, sans-serif;
  text-transform:uppercase;
  transition:0.3s ease-in-out;
  -webkit-transition:0.3s ease-in-out;
  transition-delay:0s;
  -webkit-transition-delay:0s;
}
.nav-2 .linktext:before{
  display:inline-block;
  content:attr(data-text);
  position:absolute;
  top:0px;
  transition:0.3s ease-in-out;
  -webkit-transition:0.3s ease-in-out;
  transition-delay:0.15s;
  -webkit-transition-delay:0.15s;
  opacity:1;
    color:var(--dark-color);
}
.nav-2 .linktext.active {
  color:#F08A2E;
}
.nav-2 .linktext::before.active {
  color: #F08A2E;
}
.nav-2 .item{
  position:relative;
  display:inline-block;
  height:35px;
  padding-top:15px;
  margin-left:20px;
  margin-right:20px;
  background:transparent;
  z-index:2;
  color:var(--dark-color);
  text-decoration:none;
  font-family:Arial, sans-serif;
  text-transform:uppercase;
  transition:0.3s ease-in-out;
  -webkit-transition:0.3s ease-in-out;
} */
/*.nav-2 .item:hover .linktext{
  color:#236CCF;
}*/
/* .nav-2 .item:hover .linktext{
  transform:scale(1.3);
  -webkit-transform:scale(1.3);
  transition-delay:0.15s;
  -webkit-transition-delay:0.15s;
}
.nav-2 .item:hover .linktext:before{
  transform:translateY(30px);
  -webkit-transform:translateY(30px);
  transition-delay:0s;
  -webkit-transition-delay:0s;
  opacity:0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 8px;
    text-align: center;
    background-color: #fff;
    z-index: 100;
}

.rgsm-pro-header{
    background-image: url(../images/businessman-working-office-developing-plan-alternative-energy-gyre.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dropdown-item:focus, .dropdown-item:hover {
  color:var(--dark-color);
    background-color: transparent;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  min-width: 200px;
  background-color: #fff;
  padding: 10px 0;
  text-align: center;
  border: none;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
} */

/* Show only top-level dropdown when .dropdown is hovered */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
} */

/* Show submenu only when .dropdown-submenu is hovered */
/* .dropdown-submenu:hover > .dropdown-menu {
  display: block;
  top: 40px;
  left: 10%;
} */
/* .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown:hover .dropdown-menu {
  display: block;
} */
/* Keep the same styling as your main dropdown items */
/* .sub-menu .dropdown-item {
  color: var(--dark-color);
  text-transform: uppercase;
  font-family: 'Righteous', Arial, sans-serif;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.sub-menu .dropdown-item:hover {
  color: var(--dark-color);
  background-color: transparent;
  transform: scale(1.1);
} */

/*   /NAV-2   */


.left-2{
  background:var(--light-color);
    border-radius: 2px;
    display: inline-block;
    /* margin: 1rem; */
    position: relative;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  height: -webkit-fill-available;

}
/* nav-bar start */
.linktext{
  font-size:16px;
  font-weight: 500;
  text-align:center;
  position:relative;
  z-index:2;
  color:var(--dark-color);
  text-decoration:none;
  font-family: 'Righteous', Arial, sans-serif;
  text-transform:uppercase;
  transition:0.3s ease-in-out;
  -webkit-transition:0.3s ease-in-out;
  transition-delay:0s;
  -webkit-transition-delay:0s;
}
 .linktext:before{
  display:inline-block;
  content:attr(data-text);
  position:absolute;
  top:0px;
  transition:0.3s ease-in-out;
  -webkit-transition:0.3s ease-in-out;
  transition-delay:0.15s;
  -webkit-transition-delay:0.15s;
  opacity:1;
    color:var(--dark-color);
}
 .linktext.active {
  color:#F08A2E;
}
 .linktext::before.active {
  color: #F08A2E;
}
 .item{
  position:relative;
  display:inline-block;
  height:35px;
  padding-top:15px;
  margin-left:20px;
  margin-right:20px;
  background:transparent;
  z-index:2;
  color:var(--dark-color);
  text-decoration:none;
  font-family:Arial, sans-serif;
  text-transform:uppercase;
  transition:0.3s ease-in-out;
  -webkit-transition:0.3s ease-in-out;
}
 .item:hover .linktext{
  color:#236CCF;
}
.item:hover .linktext{
  transform:scale(1.3);
  -webkit-transform:scale(1.3);
  transition-delay:0.15s;
  -webkit-transition-delay:0.15s;
}
.item:hover .linktext:before{
  transform:translateY(30px);
  -webkit-transform:translateY(30px);
  transition-delay:0s;
  -webkit-transition-delay:0s;
  opacity:0;
}

.custom-navbar {
  background-color: var(--light-color);
  font-family: 'Nunito', sans-serif;
  padding: 0.5rem 1rem;
}

.custom-navbar .nav-link {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

/* .custom-navbar .nav-link:hover::before,
.custom-navbar .nav-link.active::before {
  content: '';
  background: #6d320a;
  height: 10px;
  width: 80%;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -10px;
  left: 10%;
  z-index: -1;
} */

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu-dark {
  background-color:#00000080!important;
}

.dropdown-menu-dark .dropdown-item {
  color: #fff;
}

.dropdown-menu-dark .dropdown-item:hover {
  background-color: #0d6efd40;
}

/* Submenu */
.dropdown-submenu {
  position: relative;
}

/* .dropdown-submenu  .dropdown-menu {
  top: 0;
  left: 50%;
   margin-left: 2rem;
   margin-right: 0.1rem;
  display: none;
  position: absolute;
} */


.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
/* Style for Bootstrap 5 submenu */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  position: absolute;
}

@media (max-width: 576px){
  .dropdown-submenu .dropdown-menu {
    /* top: 0;
     left: 196px;
    margin-top: 40px;
    position: absolute; */
    left: auto;
        right: 0;
        margin-left: auto;
        margin-right: 0;
        margin-top: 40px;
  }
}

@media (min-width: 577px) and (max-width: 768px){
  .dropdown-submenu .dropdown-menu {
    /* top: 0;
    left: 196px;
    margin-top: 40px;
    position: absolute; */
    left: auto;
        right: 0;
        margin-left: auto;
        margin-right: 0;
        margin-top: 40px;
  }
}


/* Optional: Prevent overflow if inside a container */
.navbar .dropdown-menu {
  overflow: visible;
}

.submenu-left {
  top: 0;
  right: auto;
  left: 50%; /* Push it to the left of the parent */
  margin-top: 100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: -70px;

    }
/* nav-bar end */

.box-im {
    position: relative;
}

.left-content{
  background: var(--light-color);
    padding: 33px 30px 33px;
}

.left-title{
  font-size: 17px;
    text-transform: none;
    color: var(  --btn-color-blue);
    line-height: 22px;
        margin-bottom: 23px;
}

.left-sub{
  font-size: 13px;
      line-height: 25px;
      font-weight: 500;
      margin-right: -22px;
}

.ser-pic{
  width: 408px;
  height: 247px;
}

.left-2 {
  background: var(--light-color);
  border-radius: 2px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
  height: -webkit-fill-available;
}

.box-im {
  position: relative;
}

.left-content {
  background: var(--light-color);
  padding: 33px 30px 33px;
}

.left-title {
  font-size: 17px;
  text-transform: none;
  color: var(--btn-color-blue);
  line-height: 22px;
  margin-bottom: 23px;
}

.left-sub {
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  margin-right: -22px;
}

.ser-pic {
  width: 408px;
  height: 247px;
}

/* --- Responsive Styles --- */

/* Small screens: phones and small devices */
@media (max-width: 576px) {
  .left-2 {
    height: auto;
    padding: 10px;
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.05);
  }

  .left-content {
    padding: 20px;
  }

  .left-title {
    font-size: 15px;
  }

  .left-sub {
    font-size: 12px;
    margin-right: 0;
  }

  .ser-pic {
    width: 100%;
    height: auto;
  }
}

/* Medium screens: tablets and small laptops */
@media (max-width: 768px) {
  .left-2 {
    height: auto;
    padding: 20px;
    box-shadow: 0 0 50px rgba(10, 10, 10, 0.06);
  }

  .left-content {
    padding: 25px;
  }

  .left-title {
    font-size: 16px;
  }

  .left-sub {
    font-size: 13px;
    margin-right: -10px;
  }

  .ser-pic {
    width: 100%;
    height: auto;
  }
}

/* Larger screens: default desktop behavior */
@media (min-width: 769px) {
  .ser-pic {
    width: 408px;
    height: 247px;
  }

  .left-content {
    padding: 33px 30px 33px;
  }
}
/* home-section-1 */
.ab-logo{
  height: 50px;
}

.rgsm-header{
  background-image: url('../images/home.jpg');
  background-position:center ;
  background-repeat:no-repeat ;
  background-size: cover;

}

.array-overlay {
  padding: 12%;
  /* background: linear-gradient(180deg, rgba(3, 34, 143, 0.8) 0%, rgb(10 97 255 / 63%) 50%, #ffffff00 100%); */
  background: linear-gradient(180deg, rgba(30, 49, 129, 0.8) 0%, #ffffff00 100%);

}

.header-title{
  font-family: "Robot";
      font-size: 50px;
      font-weight: 700;
      line-height: 60px;
      color: var(--light-color);
}

.header-subtitle{
  font-family: "Public Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;

  color: var(--light-color);
}

.btn-home{
  border-radius:40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 20px;
  color: var(--light-color);
  background-color: var(--btn-color-blue);
  border-color: var(--btn-color-blue);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
}

.btn-home:hover{
  border: solid 1px;
  border-radius: 20px;

  margin-top: 20px;
  color: var(--btn-color-blue);
  background-color: var(--light-color);
  border-color: var(--light-color);
  transition: transform 0.5s;
}


@media (max-width: 576px) {
  .array-overlay {
    padding: 23%;
  }

  .header-title {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin-top: 35px;
  }

  .header-subtitle {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .btn-home {
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .array-overlay {
    padding: 12%;
  }

  .header-title {
    font-size: 35px;
    line-height: 50px;
    text-align: center;
            margin-top: 35px;
  }

  .header-subtitle {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .btn-home {
    font-size: 15px;
    padding: 16px;
    margin-left: 40%;
  }
}
/* home-section-1 end */

/* home-section-2 */
.imgcard-title{
  font-family: "Robot";
      font-size: 32px;
      font-weight: 600;
      line-height: 30px;
      color: var(--light-color);
}

.imgcard-1{
  background-image: url('../images/solar-1.jpg');
 border-radius: 2px;
 display: inline-block;
 padding: 0px;

 position: relative;
 background-position:center ;
 background-repeat:no-repeat ;
 background-size: cover;
}

.imgcard-2{
  background-image: url('../images/solar-3.jpg');
 border-radius: 2px;
 display: inline-block;
 padding: 0px;

 position: relative;
 background-position:center ;
 background-repeat:no-repeat ;
 background-size: cover;
}



.imgcard-3{
  background-image: url('../images/solar-2.jpg');
 border-radius: 2px;
 display: inline-block;
 padding: 0px;

 position: relative;
 background-position:center ;
 background-repeat:no-repeat ;
 background-size: cover;
}

.imgcard-text{
  color:var(--light-color);
  font-family: "Montserrat"
}

.image-overlay{
  padding: 60px;
    /* background:  rgba(30,49,129, 0.6); */
    background: #3674b591;

}

.image-overlay-2{
padding: 60px;
background:#578fca8c;
}
.image-overlay-1{
  padding: 60px;
background: #a1e3f945;
}

@media (max-width: 576px) {
  .imgcard-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .imgcard-1,
  .imgcard-2,
  .imgcard-3 {
    width: 100%;

    margin-bottom: 20px;
    display: block;
  }

  .image-overlay,
  .image-overlay-1 {
    padding: 20px;
    text-align: center;
  }

  .imgcard-text {
    font-size: 14px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .imgcard-title {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .imgcard-1,
  .imgcard-2,
  .imgcard-3 {
    width: 100%;
    /* height: 250px; */
    margin-bottom: 20px;
    display: inline-block;
  }

  .image-overlay,
  .image-overlay-1 {
    padding: 30px;
    text-align: center;
  }

  .imgcard-text {
    font-size: 16px;
  }
}

/* home-section-2 end */

/* home-section-3 */

.about-bg{
  background-color: var(--primary-bg-color);
  padding: 60px;
}


.ab-title{
  font-family: "Roboto";
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
    letter-spacing: 4.8px;
    margin-bottom: 20px;
}

.ab-sub{
  font-family: "Roboto";
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 20px;
  color: var(--dark-color)
}

.ab-mar{

  margin-top: 80px;
}

.ab-para{
  font-family: "Public Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--dark-color);
}

.owl-padding{
  padding-top: 10%;
  padding-bottom: 30px;
}
.text-dark{
  color:  var(--dark-color);
}

@media (max-width: 576px) {
  .about-bg {
    padding: 30px 20px;
  }

  .ab-title {
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
  }

  .ab-sub {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
  }

  .ab-para {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

  .ab-mar {
    margin-top: 40px;
  }

  .owl-padding {
    padding-top: 5%;
    padding-bottom: 20px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .about-bg {
    padding: 40px;
  }

  .ab-title {
    font-size: 12px;
    letter-spacing: 4px;
    text-align: center;
  }

  .ab-sub {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }

  .ab-para {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
  }

  .ab-mar {
    margin-top: 60px;
  }

  .owl-padding {
    padding-top: 8%;
    padding-bottom: 25px;
  }
}
/* home-section-3 end */


/* value sec */
.home-ab-bg{
  background-color: #3C5BA0;
}

.about-title{
  font-family: "Roboto";
      font-size: 13px;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      letter-spacing: 4.8px;
      margin-bottom: 20px;
      color: var(--light-color)
}

.about-sub{
  font-family: "Roboto";
      font-size: 43px;
      font-weight: 500;
      line-height: 55px;
      margin-bottom: 20px;
      color: var(--light-color);
}

.rgsm-title{
  font-family: "Public Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 20px;
    color: var(--light-color);
}

.industry-sec{
  border: 1px solid rgba(219, 236, 252, 0.85);
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 25px;
        margin-left: 15%;
}

.industrial-flex{
  position: relative;
    z-index: 2;
    display: flex;
}

 .indus-rel{
position: relative;
left: 61px;
 }

 .indus-mr{
   margin-left: 20px;
 }
.industrial-text{
  margin-left: 20px;
}

.indus-font{
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Roboto";
  color: var(--light-color);
}

.icon-col{

}

.industrial-section svg{
    position: relative;
}


.indus-font-sub{
  transition: all .4s ease-in-out;
  font-weight: 400 !important;
  line-height: 26px;
  font-size: 16px;
  font-family: "Roboto";
  color: var(--light-color);
}

.industrial-section svg {
  position: relative; /* Make it part of a new stacking context */
  z-index: 2; /* Ensure it sits above the ::after background */
}

.industry-sec:hover svg {
  filter: brightness(0.2); /* Darken it */
  fill: var(--text-color-dark); /* Optional, if using inline SVG with fill */
}

.industry-sec::after{
  position: absolute;
      content: "";
      background: var(--light-color);
      height: 100%;
      width: 15px;
      top: 0;
      left: 0;
      border-radius: 5px;
      z-index: -1;
      transition: all .4s ease-in-out;
      color: var(--light-color);
}

.industry-sec:hover::after{
  width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .4s ease-in-out;
    color: var(--text-color-dark);
}

.industry-sec {
  position: relative; /* Make sure pseudo-element is correctly layered */
}

.industry-sec:hover {
  color: var(--text-color-dark); /* Adjust text color for visibility */
}

.industry-sec:hover .indus-font ,
.industry-sec:hover .indus-font-sub  {
  color: var(--text-color-dark); /* Ensure text inside changes too */
}

@media (max-width: 768px) {
  /* Styles for mobile and tablet (up to 768px) */

  .industry-sec {
    margin-left: 0;
    padding: 20px;
    text-align: center;
  }

  .industrial-flex {
    flex-direction: column;
    align-items: center;
  }

  .indus-rel {
    left: 0;
  }

  .industrial-text,
  .indus-mr {
    margin-left: 0;
  }

  .about-sub {
    font-size: 30px;
    line-height: 40px;
  }

  .rgsm-title {
    font-size: 18px;
    line-height: 28px;
  }

  .indus-font {
    font-size: 20px;
    line-height: 28px;
  }

  .indus-font-sub {
    font-size: 14px;
    line-height: 22px;
  }
}
/* value sec end */

/* investment-section */
  .investment-bg{
  /* background: linear-gradient(135deg, #0C54A0 0%, #4273A6 100%); */
  /* background: linear-gradient(89deg, #0c54a04a 0%, #024e9d 100%); */
      margin: 10px 0px 10px 0px;
      background: linear-gradient(297deg, #ffffff4a 45%, #024e9d 100%);
  }

  .investment-head{
    font-family: "Roboto";
    font-size: 48px;
    color: var(--text-color-dark);
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .investment-subhead{
    font-family: "Roboto";
    font-size: 22px;

    font-weight: 600;
    margin-bottom: 60px;
    color: var(--text-color-dark);
  }

  .service-item{
    background: #4E89D1;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border-left: 6px solid #ffffff80;
    border-bottom: 6px solid #ffffff80;
  }

  .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

  .service-icon{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    background-color: #ffffff69;
    text-align: center;
    border-radius: 50%;
  }

  .investment-title{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .investment-subtitle{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
  }
/* investment-section end */

/* home-section-4 */

.ab-card-title{
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;

  color: var(--dark-color)
}

.ab-card-sub{
  font-family: "Public Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;

  color: var(--dark-color);
}

.value-title{
  font-family: "Public Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 20px;
  color: var(--dark-color);
}

.card-2{
  border: 1px solid #d3d5d6;
    padding: 48px 55px 41px;
    position: relative;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    margin-top: 20px;
}

.sticky {
    position: sticky;
    top: 100px;

    height: 100%;
    max-height: 200vh;
}

.hr-mar{
  margin-top: 20px;
}

@media (max-width: 576px) {
  .ab-card-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 4px;
  }

  .ab-card-sub {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .value-title {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .card-2 {
    padding: 25px 20px;
    margin-top: 15px;
    text-align: center;

  }

  .sticky {
    position: static;
    max-height: none;
  }

  .hr-mar {
    margin-top: 15px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .ab-card-title {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-top: 4px;
  }

  .ab-card-sub {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .value-title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .card-2 {
    padding: 35px 30px;
    margin-top: 18px;
    text-align: center;
  }

  .sticky {
    position: static;
    max-height: none;
  }

  .hr-mar {
    margin-top: 18px;
  }
}
/* home-section-4 end */


/* home-section-5 */
.btn-home-2{
  border-radius:40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 20px;
  color: var(--dark-color);
  background-color: var(--light-color);
  border-color: var(--dark-color);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
}

.btn-home-2:hover{
  border: solid 1px;
  border-radius: 20px;

  margin-top: 20px;
  color: var(--btn-color-blue);
  background-color: var(--light-color);
  border-color: var(--dark-color);
  transition: transform 0.5s;
}

.btn-id{
  margin-left: 50%;
}

.hover-effect:hover{
  color: var(--btn-color-blue);
}

@media (max-width: 576px) {
  .btn-home-2 {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    text-align: center;
  }

  .btn-id {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }

  .hover-effect:hover {
    color: var(--btn-color-blue);
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .btn-home-2 {
    padding: 16px 20px;
    font-size: 15px;
  }

  .btn-id {
    margin-left: 40%;
  }
}
/* home-section-5 end */

/* ----Footer---- */
.footer-sec{
  padding: 20px;
  background-color:#6686ce;
  /* font-weight: 300 !important;
  font-size: 24px; */
}

.foot-head{
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 500;
  /* margin-top: 50px; */
  /* margin-left: 30px; */
}

.foot-sub{
  font-family: "Montserrat";
  font-size: 14px;
  margin-top: 10px;
  /* margin-left: 30px; */
  color: var(--light-color);
}

.foot-head2{
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 600;
  /* margin-top: 30px; */
  /* margin-left: 30px; */
}

.addres{
  font-family: "Montserrat";
    font-size: 14px;
    /* margin-top: 30px; */
    /* margin-left: 20px; */
    color: var(--light-color);
    line-height: 26px;
    margin-bottom: 0px;
}

/* From Uiverse.io by vinodjangid07 */
.notify-button {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(44, 44, 44);
  border-radius: 50%;
  cursor: pointer;
  transition-duration: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
  border: none;
}

.bell {
  width: 18px;
}

.bell path {
  fill: white;
}

.notify-button:hover {
  background-color: rgb(56, 56, 56);
}

.notify-button:hover .bell {
  animation: bellRing 0.9s both;
}

/* bell ringing animation keyframes*/
@keyframes bellRing {
  0%,
  100% {
    transform-origin: top;
  }

  15% {
    transform: rotateZ(10deg);
  }

  30% {
    transform: rotateZ(-10deg);
  }

  45% {
    transform: rotateZ(5deg);
  }

  60% {
    transform: rotateZ(-5deg);
  }

  75% {
    transform: rotateZ(2deg);
  }
}

.button:active {
  transform: scale(0.8);
}

@media (min-width: 577px) and (max-width: 768px) {
    .addres {
        font-size: 16px;
        margin-top: 20px;
        text-align: center;
    }
}

.social-align{
  margin-right: 10px;
}

@media (min-width: 577px) and (max-width: 768px) {
    .social-align {

        text-align: center;
    }
}

@media (min-width: 577px) and (max-width: 768px){
  li.ser-links{
    text-align: center;
    font-size: 16px;
  }
}


.social{
  color: var(--light-color);
    font-size: 17px;
    margin: 12px;
/* margin-left: 40px; */
}

.footer-padding{
  padding-left: 50px;

}

.foot-serv-head{
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 500;
  /* margin-top: 50px; */
  margin-left: 30px;
}

li.ser-links{
  color: var(--light-color);
      font-size: 14px;
      list-style-type: none;
      padding: 5px;
}

.form-control{
  border-radius: 50px;
  padding: 8px;
  width: 70%;
  margin-left: 40px;
  /* margin-right: 30px; */
  /* margin-top: 20px; */
  background-color:var(--footer-secondary);
  border-style: none;
}

.form-control:focus{
background-color:var(--footer-secondary);
box-shadow: none;
color:var(--light-color);
}

.foot-line{
  color:var(--light-color);
}

.noti{
  background-color:var(--footer-secondary);
  border-radius: 70%;
  text-align: center;
  justify-content: center;
  margin-left: 50px;
  margin-top: 40px;
  color: var(--light-color);
  align-content: center;
}

.noti-text{
  font-family: "Montserrat";
  color:var(--light-color);
  font-size: 14px;
}

@media (min-width: 577px) and (max-width: 768px){
  .noti-text{
    font-family: "Montserrat";
margin-top: 40px;
color: var(--light-color);
font-size: 13px;
text-align: center;
  }
}


/* .foot-copyrights{
  border-right: 1px solid;
}

.foot-copyrights-color{
 color: white;
 padding-left: 10px;
 padding-right: 10px;
} */

.copyright-text{
  color: white;
}

.borderr{
  border-right: 0.1px solid;
  border-color: #ffffff40;
}



@media (max-width: 576px) {
  .footer-sec {
    padding: 30px 20px;
    text-align: center;
  }

  .footer-padding {
    padding-left: 0;
  }

  .foot-head,
  .foot-head2,
  .foot-serv-head {
    font-size: 22px;
    margin-top: 30px;
    margin-left: 0;
  }

  .foot-sub,
  .addres,
  .social,
  .noti-text {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 10px;
  }

  li.ser-links {
    font-size: 13px;
    padding: 8px 0;
  }

  .form-control {
    width: 100%;
    margin: 30px 0;
    padding: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .noti {
    margin: 30px auto 0 auto;
    width: fit-content;
height: 40px;
  }

  .copyright-text,
  .foot-copyrights-color {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-right: none;
  }

  .borderr {
    border: none;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .footer-sec {
    padding: 40px;
  }

  .foot-head,
  .foot-head2,
  .foot-serv-head {
    font-size: 24px;
    margin-top: 40px;
            text-align: center;
  }

  .form-control {
    width: 90%;

    margin-right: 0;
    padding: 14px;
  }

  .noti {
    margin-left: 45%;
        margin-top: 30px;
        height: 55px;
  }

  .footer-padding {
    padding-left: 20px;
  }

  .social {
    font-size: 16px;
        padding: 24px;
  }
}

/* From Uiverse.io by aadium */
.social-buttons {
  display: flex
;
    /* justify-content: center; */
    align-items: center;
    /* background-color: #283039; */
    /* box-shadow: 0px 0px 15px #00000027; */
    padding: 6px 0px;
    border-radius: 5em;
    gap: 20px;
}

@media (max-width: 576px){
  .social-buttons{
      justify-content: center;
  }
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 20px;
  background-color: #fff;
  box-shadow: 0px 0px 4px #00000027;
  transition: 0.3s;
}

.social-button:hover {
  background-color: #f2f2f2;
  box-shadow: 0px 0px 6px 3px #00000027;
}

/* .social-buttons svg {
  transition: 0.3s;
  height: 1;
} */

.facebook {
  background-color: #3b5998;
}

.facebook svg {
  fill: #f2f2f2;
}

.facebook:hover svg {
  fill: #3b5998;
}

.github {
  background-color: #333;
}

.github svg {
  width: 25px;
  height: 25px;
  fill: #f2f2f2;
}

.github:hover svg {
  fill: #333;
}

.linkedin {
  background-color: #0077b5;
}

.linkedin svg {
  fill: #f2f2f2;
}

.linkedin:hover svg {
  fill: #0077b5;
}

.instagram {
  background: linear-gradient(72.44deg, #ff7a00 11.92%, #ff0169 51.56%, #d300c5 85.69%);
}

.instagram svg {
  fill: #f2f2f2;
}

.instagram:hover svg {
  fill: #c13584;
}


/* ----Footer---- */

/* ab-sec-1 */
.rgsm-ab-header{
  background-image: url('../images/1919.jpg');
  background-position:center ;
  background-repeat:no-repeat ;
  background-size: cover;
}

.array-overlay-1{
  padding: 9%;
    /* background: linear-gradient(180deg, rgba(3, 34, 143, 0.8) 0%, rgb(10 97 255 / 63%) 50%, #ffffff00 100%); */
    background: linear-gradient(180deg, rgba(30, 49, 129, 0.8) 0%, #ffffff00 100%);
}

.sec1-button{
  margin-top: 20px;
/* margin-left: 100px; */
font-family: "roboto";
color: var(--light-color);
padding: 0px;
}

.page-link{
  font-family: "Montserrat";
  font-size: 18px;
  color: var(--light-color);
}

@media (max-width: 576px) {
  .array-overlay-1 {
    padding: 16% 0%;
    text-align: center;
  }

  .sec1-button {
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
  }

  .page-link {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .array-overlay-1 {
    padding: 8% 6%;
    text-align: center;
  }

  .sec1-button {
    margin-top: 18px;
    font-size: 15px;
  }

  .page-link {
    font-size: 17px;
    text-align: center;
  }
}

/* ab-sec-1 end */

/* ab-sec-2 */
.sec2-bg{
  background-color:#E7E7E7;
  padding-left: 8%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.wel{
padding-left: 50px;
letter-spacing: 6px;
font-family: "Montserrat";
font-size:13px;
}
.sec2-text{
  padding-top:50px;
  /* padding-left: 50px; */
  padding-right: 50px;
  line-height: 55px;
  font-family: "Montserrat";
  font-size: 45px;
  color:var(--dark-color);
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 30px;
  justify-content: center;
}

.btn-dark{
  border-radius: 50px;
  /* margin-left: 50px; */
  width: 200px;
  padding: 10px;
}

.btn-light{
  border-radius: 50px;
  width: 200px;

    padding: 10px;
}

.sec2-bg-light{
  background-color: #F0F0F0;
  padding-left: 8%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}

.sec-bg-col{
  background-color: #f2f2f2;
}
.sec2-2-text{

  font-family: "roboto";
  color:#57665a;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  justify-content: center;
}

.margin{
  margin-top: 20px!important;
}

@media (max-width: 576px) {
  .sec2-bg,
  .sec2-bg-light {
    padding: 30px 20px;
  }

  .wel {
    padding-left: 0;
    font-size: 11px;
    letter-spacing: 4px;
    text-align: center;
  }

  .sec2-text {
    font-size: 28px;
    line-height: 38px;
    padding: 20px;
    text-align: center;
  }

  .btn-dark,
  .btn-light {
    width: 100%;
    margin: 10px 0;
    padding: 12px;
  }

  .sec2-2-text {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .sec2-bg,
  .sec2-bg-light {
    padding: 40px;
  }

  .wel {

    font-size: 12px;
    letter-spacing: 5px;
    text-align: center;
  }

  .sec2-text {
    font-size: 36px;
    line-height: 44px;
    padding-right: 20px;
    text-align: center;
  }

  .btn-dark,
  .btn-light {
    width: 90%;
    margin: 10px auto;
    display: block;
    padding: 12px;
  }

  .sec2-2-text {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
  }
}

@media (max-width: 576px) {
  .btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* ab-sec-2 end */

/* ab-sec-3 */

.mission-bg{
  background-color: #F5F5F5;
}

.sec3{
  /* margin-top: 10px; */
  /* padding-left:90px; */
  padding-top: 90px;
}

.mission{
  font-family: "roboto";
  padding: 10px;
}

.sec3-text{
  margin-top: 10px;
  font-family: "roboto";
  color:var(--dark-color);
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
}

.round-img{
  /* padding-left: 100px;
  position: relative;
  z-index: 1;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-radius: 100px 100px 100px 100px; */
  border-radius: 200px;
  position: relative;
  z-index: 1;
  width: 383px;
height: 383px;
  /* padding-left: 20px; */
}
.round-img2{
  position: absolute;
  right: 70px;
border-radius: 190px;
width: 383px;
height: 383px;

}

.round-img1{
  box-shadow: 0 0.4rem 1rem rgb(0 0 0 / 40%);
      border-radius: 0.65rem;
}

.sec3-line{
  margin-top: 50px;

}

@media (max-width: 576px) {
  .sec3 {
    padding-top: 40px;
    text-align: center;
  }

  .mission {
    padding: 5px;
    font-size: 14px;
  }

  .sec3-text {
            font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 15px;
    text-align: center;
  }

  .round-img {
    width: 80%;
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 50%;
  }

  .round-img2 {
    position: static;
    width: 80%;
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 50%;
  }

  .sec3-line {
    margin-top: 30px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .sec3 {
    padding-top: 60px;
    text-align: center;
  }

  .sec3-text {
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 25px;
  }

  .round-img {
    width: 70%;
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 180px;
  }

  .round-img2 {
    position: static;
    width: 70%;
    margin: 20px auto;
    display: block;
    border-radius: 180px;
  }

  .sec3-line {
    margin-top: 40px;
  }
}
/* ab-sec-3 end */

/* ab-sec-4 */

.large-text{
  padding-left:  90px;
  /* padding-right: 90px; */
  padding-top: 90px;

}

.sec3-side{
  font-family: "Roboto";
  margin-top: 90px;
  font-weight: 400;
  padding-top:50px;
  font-size: 13px;
  letter-spacing:6px;
}

.sec3-head{
  font-size: 45px;
  font-family: "Montserrat";
  color:var(--dark-color);
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 55px;
}

@media (max-width: 576px) {
  .large-text {
    padding-left: 20px;
    padding-top: 50px;
    text-align: center;
  }

  .sec3-side {
    margin-top: 40px;
    padding-top: 20px;
    font-size: 11px;
    letter-spacing: 4px;
    text-align: center;
  }

  .sec3-head {
    font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .large-text {
    padding-left: 40px;
    padding-top: 70px;
    text-align: center;
  }

  .sec3-side {
    margin-top: 60px;
    padding-top: 30px;
    font-size: 12px;
    letter-spacing: 5px;
    text-align: center;
  }

  .sec3-head {
    font-size: 36px;
    line-height: 48px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0 30px;
    text-align: center;
  }
}
/* ab-sec-4 end */

/* ab-sec-5 */
.top-line{
  color:var(--dark-color);
  border:solid 1px;
  border-color: var(--dark-color);
  border-radius: 2px;
}

.mission-head{
  color: var(--dark-color);
  font-family: "roboto";
  font-weight: 500;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.small-txt{
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .top-line {
    width: 60px;
    margin: 0 auto 20px auto;
    display: block;
  }

  .mission-head {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .small-txt {
    margin-bottom: 30px;

    text-align: center;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .top-line {
    width: 80px;
    margin: 0 auto 25px auto;
    display: block;
  }

  .mission-head {
    font-size: 22px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .small-txt {
    margin-bottom: 35px;
    text-align: center;
  }
}
/* ab-sec-5 end */

/* inv-sec-1 */
.rgsm-invest-header{
  background-image: url('../images/high-angle-small-tree-stack-coins.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* inv-sec-1 end */

/* inv-sec-2 */
.ser-bg{
  background-color: var(    --light-color)
}
/* .service-header{
  background-image: url('../images/Service.png');
  background-position:center ;
  background-repeat:no-repeat ;
  background-size: cover;
  padding: 10%;
} */

.service-title{
  font-family: "Roboto";
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 20px;
  color: var(--dark-color);
}

.service-sub{
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 20px;
  color: var(--dark-color);
  padding: 0 18%;
}

.ser-box{
      position: relative;
      background-color: #4e8ad1b0;
      border: 1px solid #d3d5d6;
      padding: 49px 45px 39px;
      transition: all .25s cubic-bezier(.645,.045,.355,1);
      margin-top: 25px;
      margin-left: 13px;
      height: 500px;
      border-radius: 10px;
      box-shadow: 0 3px 29px rgba(13, 110, 253, 0.25), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.count-post{
  position: absolute;
    font-size: 20px;
    color: var(--light-color);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    top: 32px;
    right: 30px;
}

.pixel-post{
  transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 99px;
    height: 99px;
    background-color: #0A54A0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;

border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-style: ridge;
}

.bi-col{
  color:var(--light-color);
}

.pixel-title{
  font-family: "Roboto";
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
  color: var(--light-color);
}

.pixel-subtitle{
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--light-color);
}

@media (max-width: 576px) {
  .service-title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    padding: 0 15px;
  }

  .service-sub {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    padding: 0 15px;
  }

  .ser-box {
    margin: 20px 10px;
    padding: 30px 20px;
    height: auto;
    text-align: center;
  }

  .count-post {
    font-size: 14px;
    top: 20px;
    right: 20px;
  }

  .pixel-post {
    width: 70px;
    height: 70px;
    margin: 20px auto;
  }

  .pixel-title {
    font-size: 20px;
    line-height: 28px;
  }

  .pixel-subtitle {
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .service-title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }

  .service-sub {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .ser-box {
    margin: 25px 15px;
    padding: 40px 30px;
    height: auto;
  }

  .count-post {
    font-size: 16px;
    top: 25px;
    right: 25px;
  }

  .pixel-post {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
  }

  .pixel-title {
    font-size: 24px;
    line-height: 32px;
  }

  .pixel-subtitle {
    font-size: 15px;
    line-height: 24px;
  }
}

/* inv-sec-2 end */

/* why-sec-1 */
.pixel-item {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: var(--dark-color);
  line-height: 61px;
  font-size: 20px;
  text-align: center;
  color: var(--light-color);
  font-weight: 500;
  margin: 0 auto 20px auto;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(185%);
}

.process-title{
  font-family: "Roboto";
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--dark-color);
  margin-top: 40px;
}

.im-center{
  text-align: center;
}

.service-steps-img{
  border-radius:  50%;
      height: 81%;
    box-shadow: 0 1px 32px rgba(13, 110, 253, 0.25), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.service-steps-img:hover{
   box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.process-subtitle{
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  color: var(--dark-color);
  margin-top: 40px;
}

.img-hr{
  padding-bottom: 5px;
    margin-top: 20px;
}

@media (max-width: 576px) {
  .pixel-item {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;

          transform: translateY(-5%);
    margin-left: auto;
    margin-right: auto;
  }

  .pixel-item {
    margin-bottom: 20px;
  }

  .process-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
  }

  .process-subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    text-align: center;
    padding: 0 15px;
  }

  .service-steps-img {
    width: 80%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 50%;
  }

  .img-hr {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .pixel-item {
    width: 55px;
    height: 55px;
    font-size: 18px;
    line-height: 55px;

    transform: translateY(22%);
    margin-left: auto;
    margin-right: auto;
  }

  .process-title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 18px;
  }

  .process-subtitle {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 0 30px;
  }

  .service-steps-img {
    width: 70%;
    height: auto;
    margin: 30px auto;
    display: block;
    border-radius: 50%;
  }

  .img-hr {
    margin-top: 15px;
  }
}
/* why-sec-1 end */



/* projects */
.corp-smallhead {
  font-family: "Montserrat";
  color: #4C545E;
  font-size: 15px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 10px;
}

.corp-head {
  font-family: "Montserrat";
  color: #000;
  font-size: 23px;
  font-weight: 500;
}

.cor-para {
  color: #4C545E;
  font-family: "DM Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding-right: 30px;
}

.read-button {
  margin: 20px 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "DM Sans";
  background: none;
  border: none;
  color: inherit;
}
.rgsm-pro-header{
    background-image: url(../images/businessman-working-office-developing-plan-alternative-energy-gyre.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.read-button-icon {
  font-size: 28px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .corp-content {
    padding: 20px 15px;
    text-align: center;
  }

  .corp-smallhead {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .corp-head {
    font-size: 20px;
    line-height: 28px;
  }

  .cor-para {
    font-size: 14px;
    line-height: 22px;
    padding-right: 0;
  }

  .read-button {
    font-size: 16px;
  }

  .read-button-icon {
    font-size: 24px;
    margin-left: 5px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .corp-content {
    padding: 30px 25px;
    text-align: left;
  }

  .corp-smallhead {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .corp-head {
    font-size: 22px;
    line-height: 32px;
  }

  .cor-para {
    font-size: 15px;
    line-height: 24px;
    padding-right: 15px;
  }

  .read-button {
    font-size: 17px;
  }

  .read-button-icon {
    font-size: 26px;
    margin-left: 8px;
  }
}
/* projects end */


.rgsm-rene-header{
  background-image: url('../images/why-renew.jpeg');
  background-position:center ;
  background-repeat:no-repeat ;
  background-size: cover;
}

.rgsm-cont-header{
  background-image: url('../images/male-hand-touching-contact-symbols-internet-communication.jpg');
  background-position:top;
  background-repeat:no-repeat ;
  background-size: cover;
}





.card-flex{
  display: flex;
}

.carousel-caption {
    position: absolute;
    right: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 46%;
}








.btn-home:hover{
  border: solid 1px;
  border-radius: 20px;

  margin-top: 20px;
  color: var(--btn-color-blue);
  background-color: var(--light-color);
  border-color: var(--light-color);
  transition: transform 0.5s;
}





/* service */



/* service-2 */
.service-1-header{
  background-image: url('../images/Service.png');
  background-position:center ;
  background-repeat:no-repeat ;
  background-size: cover;
  padding: 5%;
}


.pixel-post-v{
  transition: all .25s cubic-bezier(.645,.045,.355,1);
    width: 99px;
    height: 99px;
    background-color: var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 30px;
    margin-left: 90px;
    margin-top: 60px;
}



.head-title{
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: var(--light-color);
}

.head-subtitle{
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--light-color);
}





/* contact */
.contact-bg{
  background-color: var(--primary-bg-color);
      margin-left: 20px;
      margin-right: 20px;
    padding: 60px;
      margin-top: 20px;
      margin-bottom: 20px;
}

.contact-detail{
  display: flex;
    margin-top: 31px;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.office-info{
  width: 55px;
    height: 55px;
    background: var(--text-color-dark);
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
    color: var(--text-color-light);
}

.office-address{
  font-family: "Montserrat";
    font-size: 22px;
    font-weight: 420;
    line-height: 30px;
    color: var(--dark-color);
}

.socio-icons{
  display: flex;
  margin-top: 56px;
  margin-left: 34px;
}



.contact-form:focus{
background-color:var(--light-color);
box-shadow: none;
}

.socio-hover:hover{
color: var(--btn-color-blue);

}

.cotact-form {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select{
  padding: 16px;
  border-radius: 8px;
}
.form-select:focus{
  box-shadow: none;
  border-color: var(--dark-color);
}
.wpcf7-submit{
  border-radius: 31px;
      padding: 14px;
      background-color:var(--dark-color);
      color: var(--light-color)
}

.wpcf7-submit:hover {
  background-color: var(--accent-color); /* or slightly lighter dark */
  transform: translateY(-2px);
  color: var(--dark-color);
}
.bg-light {
    background-color: #E7E7E7;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 576px) {
  .contact-bg {
    margin: 10px;
    padding: 30px 20px;
  }

  .contact-detail {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .office-info {
    margin-bottom: 15px;
  }

  .office-address {
    font-size: 18px;
    line-height: 26px;
  }

  .socio-icons {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    margin-top: 30px;
  }

  .contact-form,
  .form-select {
    padding: 12px;
    font-size: 14px;
  }

  .wpcf7-submit {
    width: 100%;
    font-size: 16px;
    padding: 12px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .contact-bg {
    margin: 15px;
    padding: 40px;
  }

  .contact-detail {
    flex-direction: column;
        align-items: center;
        text-align: center;
  }

  .office-address {
    font-size: 20px;
  }

  .contact-form,
  .form-select {
    padding: 14px;
  }

  .wpcf7-submit {
    font-size: 17px;
  }
}

.card-container{
  background: #fff;
border-radius: 20px;
  padding: 20px;
  border: 1px solid #0000002e;
  margin: 1rem;
  position: relative;
  text-align: center;
      height: 90%;
}

.ren-img{
  height: 80px;
}

.card-ser-1{
  font-family: "Roboto";
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 21px;
    color: var(--dark-color);
    margin-top: 20px;
}

.card-ser-2{
  font-family: "Public Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    color: var(--dark-color);
}

.solar-im{
  width: 551px;
  box-shadow: 0 0.4rem 1rem rgb(0 0 0 / 40%);
    border-radius: 0.65rem;
}
/* contact-end */
/*
#navbar {
  background: white;
  color: rgb(13, 26, 38);
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  line-height: 60px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.nav-wrapper {
  margin: auto;
  text-align: center;
  width: 70%;
}

@media(max-width: 768px) {
  .nav-wrapper {
    width: 90%;
  }
}

@media(max-width: 638px) {
  .nav-wrapper {
    width: 100%;
  }
} */

/* Logo */
/* .logo img.ab-logo {
  height: 50px;
  width: auto;
  margin-left: -173px;
  margin-top: 3px;
} */

/* Navigation Items */
/* #navbar ul {
  list-style: none;
  margin-right: -115px;

  transition: transform 0.5s ease-out;
}

#navbar li {
  display: inline-block;
}

#navbar li a {
  color: rgb(13, 26, 38);
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 1px;
  margin: 0 20px;
  padding: 0 4px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

#navbar li a:hover {
  color: rgb(28, 121, 184);
  transition: all 1s ease;
} */

/* Animated underline */
/* #navbar li a:before, #navbar li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -1px;
  background: rgb(13, 26, 38);
}

#navbar li a:before {
  left: 0;
  transition: 0.5s;
}

#navbar li a:after {
  right: 0;
  background: rgb(13, 26, 38);
}

#navbar li a:hover:before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#navbar li a:hover:after {
  width: 100%;
  background: transparent;
} */

/* Hamburger Icon for Small Screens */
/* .menuIcon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
}

.icon-bars {
  height: 3px;
  width: 100%;
  background-color: rgb(13, 26, 38);
  border-radius: 2px;
  transition: all 0.4s ease;
  transform-origin: center;
} */

/* Animate to X */
/* .menuIcon.open .icon-bars:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menuIcon.open .icon-bars:nth-child(2) {
  opacity: 0;
}

.menuIcon.open .icon-bars:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
} */
/* Responsive behavior */
/* @media(max-width: 768px) {
  .menuIcon {
    display: flex;
  }

  #navbar ul {
    margin-right: 0;
    text-align: center;
  }

  #navbar li {
    display: block;
    margin: 10px 0;
  }

  .logo img.ab-logo {
    margin-left: 0;
  }
}

#navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95); /* slightly transparent or any color you want */
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.container-fluid-1{
  --bs-gutter-x: 0.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
} */
