:root {
  --font-main: "Fira Sans", serif;
  --font-k2d: "Fira Sans", serif;
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 6px;
  /* Smaller width */
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  /* Custom thumb color */
  border-radius: 5px;
}

/* Optional: Custom scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html {
  font-size: 1rem;
}

body {
  font-size: 0.875rem;
  color: #6B7A7A;
}

html,
body {
  font-family: var(--font-main);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.w-20 {
  min-width: 100px;
  width: 20%;
}

.w-80 {
  width: 80%;
}

.w-95 {
  width: 95%;
}

.slideanim {
  visibility: hidden;
}

.slideanim-block {
  animation: slide 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.form-label {
  font-size: 0.875rem;
}

.form-control,
.form-select {
  font-size: 0.8125rem;
  border-color: #9e9e9e;
}

.gb-anchor-navigation-margin {
  display: block;
  height: 130px;
  visibility: hidden;
}

.gb-navbar {
  position: fixed;
  top: 0;
  flex-direction: column;
  padding: 0;
}

.gb-navbar.gb-navbar-scroll {
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.gb-navbar .gb-navbar-active {
  background-color: #cee9da;
}

.top-nav-bg .gb-navbar {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.gb-nav-space .gb-navbar {
  top: 0;
}

.gb-navbar-top {
  background-color: transparent;
  border-bottom: 1px solid #ffdace;
  height: 26px;
  max-height: 26px;
  justify-content: center !important;
  align-items: center;
  text-align: right;
}

.gb-navbar-top a {
  text-decoration: underline !important;
  color: #000 !important;
  padding: 0 10px;
  cursor: pointer;
  transition: all 1s;
}

.gb-navbar-top a:hover {
  color: #5BB381 !important;
  text-decoration: none !important;
}

.gb-navbar .nav-item .nav-link {
  color: #221061;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2vw;
  cursor: pointer;
  transition: all 1s;
  text-transform: uppercase;
}

.gb-navbar .nav-item .nav-link:hover, .gb-navbar .nav-item .nav-link.active {
  color: #01ABEC;
}

.gb-navbar .navbar-nav .dropdown-menu{
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}

.gb-navbar .dropdown-item:focus, .gb-navbar .dropdown-item:hover{
  background-color: #221061;
  color: #fff;
}

.gb-navbar .gb-btn {
  background-color: #0D2D79;
  color: white;
  padding: 0.3vw 1vw;
  letter-spacing: normal;
  border-radius: 33px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 2vw;
  cursor: pointer;
  transition: all 1s;
}

.gb-navbar .gb-btn:hover {
  background-color: #E3B44C;
}

.gb-navbar .gb-btn.gb-btn-green {
  background-color: #5BB381;
}

.gb-navbar .gb-btn.gb-btn-green:hover {
  background-color: #E3B44C;
}

.scrollspy-example {
  scroll-behavior: smooth;
}

/* Home Section */
.gb-home .gb-home-banner .gb-home-banner-heading-label {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 130%;
  width: 86%;
}

.gb-home .gb-home-banner img {
  width: 70%;
}

.gb-home .main-section {
  /* background: url("../images/circle_bg.png"); */
  /* background: url("../images/lines_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 36%; */
  background: rgb(13,45,121);
  background: linear-gradient(180deg, rgba(13,45,121,1) 0%, rgba(1,170,236,1) 100%);
  border-radius: 20px;
  color: #fff;
  padding-bottom: 50px;
}

.gb-home .right-heading {
  margin-bottom: 15px !important;
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 500;
  font-family: "K2D", serif;
}

.gb-home .main-section .carousel p {
  color: #A3B7B7;
}

.gb-home .main-section .carousel .carousel-indicators {
  left: 50%;
  bottom: -50px;
  width: 30%;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  margin-left: -15%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.gb-home .main-section .carousel .carousel-indicators::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  left: -60px;
  box-shadow: 24px 36px 0 0 #fff;
}

.gb-home .main-section .carousel .carousel-indicators::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  right: -60px;
  box-shadow: -24px 36px 0 0 #fff;
}
.gb-home .main-section .carousel .carousel-indicators [data-bs-target]{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #CBD5E0;
  background-color: #fff;
}

.gb-home .main-section .carousel .carousel-indicators .active{
  background-color: #029BDE;
  border-color: #029BDE;
}

.gb-home .btn {
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2;
}

.gb-home .btn:after {
  content: "";
  position: absolute;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gb-home .request-btn {
  padding: 8px 20px 8px 40px;
  border: 0;
  background: #0D2D79;
  min-height: 40px;
  color: #fff;
  border-radius: 40px;
  position: relative;
  transition: all 1s;
  font-size: 0.875rem;
  line-height: 2vw;
}

.gb-home .request-btn:hover {
  background: #E3B44C;
  color: #fff;
}

.gb-home .request-btn::before {
  content: "";
  background: url("../images/play_btn.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

/* Feature Section */
.gb-features-section {
  background: url("../images/service_bg.png") no-repeat left top;
  background-size: 20%;
}

.gb-features-section .sub-heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0D2D79;
  position: relative;
  line-height: 180%;
  margin-bottom: 10px;
}

.gb-features-section .sub-heading-label {
  font-size: 1.75rem;
  color: #222;
  font-weight: 500;
  line-height: 120%;
  font-family: var(--font-k2d);
}

.gb-features-section .carousel .carousel-control-next,
.gb-features-section .carousel .carousel-control-prev {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #718096;
  transition: all 1s;
  top: 100%;
  margin-top: -100px;
  margin-left: -200px;
  transition: all 1s;
}

.gb-features-section .carousel .carousel-control-next:hover,
.gb-features-section .carousel .carousel-control-prev:hover {
  background-color: #0D2D79;
  border-color: #0D2D79;
}

.gb-features-section .carousel .carousel-control-next:hover .carousel-control-prev-icon,
.gb-features-section .carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background: url("../images/arrow_right.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(180deg);
}

.gb-features-section .carousel .carousel-control-next:hover .carousel-control-next-icon,
.gb-features-section .carousel .carousel-control-prev:hover .carousel-control-next-icon {
  background: url("../images/arrow_right.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(0deg);
}

.gb-features-section .carousel .carousel-control-next {
  left: 80px;
}

.gb-features-section .carousel .carousel-control-prev-icon {
  background: url("../images/arrow_left.png") no-repeat center center;
  background-size: 58%;
}

.gb-features-section .carousel .carousel-control-next-icon {
  background: url("../images/arrow_left.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(180deg);
}

.gb-features-section .carousel .carousel-indicators {
  margin-bottom: -2rem;
}

.gb-features-section .carousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #666;
  background: transparent;
  opacity: 1;
}

.gb-features-section .carousel .carousel-indicators .active {
  background: #E3B44C;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 0;
  margin-top: -2px;
}

.gb-features-section .carousel .carousel-item{
  min-height: 360px;
}

.gb-features-section .carousel .carousel-item .card {
  width: calc(50% - 40px);
  min-height: 100%;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  border-radius: 6px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.5s;
  /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02); */
}

.gb-features-section .carousel .carousel-item .card .card-title {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.02);
  padding: 10px 20px 10px 10px;
  border-radius: 6px;
}

.gb-features-section .carousel .carousel-item .card:hover {
  opacity: 0.9;
}

.gb-features-section .carousel .carousel-item .card .card-body{
  align-items: center;
}

.gb-features-section .carousel .carousel-item .card .card-title {
  display: flex;
  flex-direction: column;
}

.gb-features-section .carousel .carousel-item .card h5 {
  color: #222222;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  font-family: var(--font-k2d);
}

.gb-features-section .carousel .carousel-item .card .card-title img {
  width: 60px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.gb-features-section .carousel .carousel-item .card .gb-card-img img{
  width: 180px;
  right: 20px;
  position: relative;
}

.gb-features-section .carousel .carousel-item .card .card-title span{
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.gb-features-section .carousel .carousel-item .card .card-title span.gb-card-blue{
  color: #01AAEC;
}

/* How Section */
.gb-how-section {
  position: relative;
  background: url("../images/sections_bg.png") repeat-y center top;
  background-size: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* .gb-how-section::before {
  content: "";
  position: absolute;
  background: url("../images/how_bg.png") no-repeat center bottom;
  opacity: 0.1;
  background-size: 100%;
  opacity: 0.1;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
} */

.gb-gettouch{
  background: url("../images/getintouch.png") no-repeat center center;
  background-size: 100%;
  border-radius: 10px;
  padding: 0;
}

.gb-gettouch .gb-gettouch-section{
  background-color: rgba(13, 45, 121, 0.8);
  padding: 20px 50px;
  border-radius: 10px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}

.gb-gettouch .gb-gettouch-section .btn{
  background-color: #fff;
  color: #000;
  padding: 5px 20px;
  min-width: 150px;
  font-weight: 500;
}

.gb-how-section .gb-how-section-container {
  position: relative;
  z-index: 1;
}

.gb-how-section .sub-heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0D2D79;
  position: relative;
  margin-bottom: 10px;
  line-height: 180%;
}

.gb-how-section .sub-heading-label {
  font-size: 1.75rem;
  font-family: var(--font-k2d);
  color: #222;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}

.gb-how-section .gb-how-img {
  position: relative;
}

.gb-how-section .gb-how-img .gb-how-img-text{
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 130px;
  height: 100px;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  font-size: 0.875rem;
}

.gb-how-img-top-text{
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #0D2D79;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}

.gb-how-section .gb-how-img span{
  color: #333333;
}

.gb-how-section .gb-how-img span.blue{
  color: #01AAEC;
  font-size: 1.5rem;
  font-weight: 500;
}

.gb-how-section .gb-how-card {
  display: flex;
  align-items: start;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 24px;
  margin-bottom: 20px;
}

.gb-how-section .gb-how-card img {
  width: 60px;
}

.gb-how-section p {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  color: #6B7A7A;
}

.gb-how-section ul.gb-how-points {
  list-style: none;
  padding: 0;
}

.gb-how-section ul.gb-how-points li{
  color: #000;
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
}

.gb-how-section ul.gb-how-points li::before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: url("../images/about_list.png") no-repeat center center;
  background-size: 100%;
}

.gb-how-section p span {
  font-weight: 500;
  font-family: var(--font-k2d);
  margin-bottom: 6px;
  font-size: 1.25rem;
  color: #222;
}

.gb-anim-msg{
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #fff;
}

.gb-anim-msg span{
  background: -webkit-linear-gradient(left, #02A0E3, #0C3682);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gb-products-section .gb-product-card{
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  padding: 6px 10px;
  margin-bottom: 16px;
  margin-left: 5px;
}

.gb-products-section .gb-product-card img{
  width: 24px;
  margin-right: 10px;
}

.gb-products-section .carousel .carousel-control-next,
.gb-products-section .carousel .carousel-control-prev {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
  transition: all 1s;
  top: -45px;
  transition: all 1s;
}

.gb-products-section .carousel .carousel-control-prev {
  left: 150px;
}

.gb-products-section .carousel .carousel-control-next {
  right: unset;
  left: 200px;
}

.gb-products-section .carousel .carousel-control-next:hover,
.gb-products-section .carousel .carousel-control-prev:hover {
  background-color: #0D2D79;
  border-color: #0D2D79;
}

.gb-products-section .carousel .carousel-control-next:hover .carousel-control-prev-icon,
.gb-products-section .carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background: url("../images/arrow_right.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(180deg);
}

.gb-products-section .carousel .carousel-control-next:hover .carousel-control-next-icon,
.gb-products-section .carousel .carousel-control-prev:hover .carousel-control-next-icon {
  background: url("../images/arrow_right.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(0deg);
}

.gb-products-section .carousel .carousel-control-prev-icon {
  background: url("../images/arrow_left.png") no-repeat center center;
  background-size: 58%;
}

.gb-products-section .carousel .carousel-control-next-icon {
  background: url("../images/arrow_left.png") no-repeat center center;
  background-size: 58%;
  transform: rotate(180deg);
}

.gb-products-section .carousel .carousel-indicators {
  margin-bottom: -2rem;
}

.gb-products-section .carousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #666;
  background: transparent;
  opacity: 1;
}

.gb-products-section .carousel .carousel-indicators .active {
  background: #E3B44C;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 0;
  margin-top: -2px;
}

.gb-products-section .carousel .carousel-item .card {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
}

.gb-products-section .carousel .carousel-item .card .card-title a img{
  height: 60px;
  margin: 10px;
}

.gb-banner{
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 50px;
  position: relative;  
}

.gb-banner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 0;
}

.gb-banner .container{
  z-index: 1;
}

.gb-banner h1{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.gb-banner p{
  font-size: 1.5rem;
  text-align: center;
}

.gb-banner.gb-banner-it{
  background: url("../images/it_banner.png") no-repeat center center;
  background-size: 100%;
}

.gb-banner.gb-banner-staffing{
  background: url("../images/staffing_banner.png") no-repeat center center;
  background-size: 100%;
}

.gb-banner.gb-banner-trainig{
  background: url("../images/training_banner.png") no-repeat center center;
  background-size: 100%;
}

.gb-banner.gb-banner-center{
  background: url("../images/center_banner.png") no-repeat center center;
  background-size: 100%;
}

.gb-banner.gb-banner-contact{
  background: url("../images/contact_banner.png") no-repeat center center;
  background-size: 100%;
}

.gb-inner-body.gb-inner-body-bg{
  background: url("../images/circles_bg.png") no-repeat left 100px, url("../images/dots_bg.png") no-repeat right 50px;
  background-size: 20%, 10%;
}

.gb-inner-body h2{
  color: #0C3782;
  padding-bottom: 30px;
}

.gb-inner-body .card{
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  color: #6B7A7A;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}

.gb-inner-body .card strong{
    background-color: #0C3782;
    color: #fff;
    border-radius: 20px;
    padding: 3px 16px;
    font-weight: 400;
}

.gb-inner-body .card .btn{
  background: rgb(13, 45, 121);
  background: linear-gradient(to right, rgba(1, 170, 236, 1) 0%, rgba(13, 45, 121, 1) 100%);
  border: 0;
  margin: 10px 0;
  min-width: 60%;
  max-width: 100%;
  color: #fff;
  font-weight: 400;
}

.gb-inner-body .card .btn:hover{
  color: #fff;
}

.gb-inner-body .card h5{
  color: #000;
  margin: 0 0 20px;
}

.gb-inner-body .card a{
  text-decoration: none;
  color: #0C3A85;
  font-weight: 500;
}

.gb-inner-body .card a:hover{
  color: #2875f2;
}

.gb-inner-body .card a img{
  width: 16px;
  transform: rotate(180deg);
  margin-left: 5px;
}

.gb-inner-body .card .btn:hover{
  opacity: 1;
}

.gb-contact-form .form-label{
  color: #000;
}

.gb-contact-form .form-label span{
  color: #FF0000;
}
.gb-contact-form .form-error {
  color:#FF0000;
}
.footer-body-right .input-group .form-error{
  color:#FF0000;
}
.gb-contact-form .form-control{
  border: 0;
  border-bottom: 1px solid #CACACA;
  border-radius: 0;
}

.gb-contact-form textarea.form-control{
  border: 1px solid #CACACA;
}

.gb-contact-form .btn{
  background: rgb(13, 45, 121);
  background: linear-gradient(to right, rgba(1, 170, 236, 1) 0%, rgba(13, 45, 121, 1) 100%);
  border: 0;
  color: #fff;
  font-weight: 400;
  padding: 10px 30px;
}

.gb-contact-bottom{
  background: rgba(255,255,255,0.8) url("../images/contact_bottom_bg.png") no-repeat center top;
  background-size: 100%;
  padding: 50px 0 30px;
  margin-bottom: 50px;
  color: #000;
}

.gb-contact-bottom .gb-address{
  position: relative;
  margin-bottom: 30px;
}
.gb-contact-bottom .gb-address::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}

.gb-contact-bottom .bold{
  font-weight: 500;
}

.gb-features-section .carousel .carousel-item .card:hover {
  opacity: 0.9;
}

.gb-features-section .carousel .carousel-item .card .card-title {
  display: flex;
  flex-direction: column;
}

.gb-features-section .carousel .carousel-item .card h5 {
  color: #222222;
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  font-family: var(--font-k2d);
}

.gb-features-section .carousel .carousel-item .card .card-title img {
  width: 60px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.gb-features-section .carousel .carousel-item .card .gb-card-img img{
  width: 180px;
}

.gb-features-section .carousel .carousel-item .card .card-title span{
  color: #333333;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.gb-features-section .carousel .carousel-item .card .card-title span.gb-card-blue{
  color: #01AAEC;
}

.gb-features-section .carousel .carousel-item .card a {
  color: #01AAEC;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  padding-top: 10px;
}

.gb-features-section .carousel .carousel-item .card a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 65px;
  background: url("../images/services_arrow.png") center center;
  transform: rotate(60deg);
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.gb-features-section .carousel .carousel-item .card a:hover::after {
  left: 70px;
}

.gb-clients-section .card {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  text-decoration: none;
  transition: all 0.5s;
  background-color: transparent;
}

.gb-clients-section .card .card-body .rating {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.gb-clients-section .card .card-body .rating .gb-rating-text{
  color: #0C3682;
  font-size: 2rem;
  font-weight: 700;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin-right: 20px;
}

.gb-clients-section .card .card-body .rating .gb-rating-star{
  display: flex;
  flex-direction: column;
}

.gb-clients-section .card .card-body .rating .gb-rating-star span.material-symbols-outlined{
  color: #DFB300;
}

.gb-clients-section .gb-product-card{
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.5s;
  margin-bottom: 20px;
  min-height: 100px;
  max-height: 100px;
}

.gb-clients-section .gb-product-card:hover{
  width: 105%;
}

.gb-clients-section .gb-product-card img{
  width: auto;
  max-width: 90%;
  max-height: 80px;
}

/* HRMS */
.gb-hrms-section .container {
  background: url("../images/arrows_bg.png") no-repeat right top;
  background-size: 50px;
}

.gb-hrms-section .sub-heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0D2D79;
  position: relative;
  margin-bottom: 10px;
  line-height: 180%;
}

.gb-hrms-section .sub-heading-label {
  font-size: 1.75rem;
  font-family: var(--font-k2d);
  color: #222;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0;
}

.gb-hrms-section .sub-heading-label span {
  color: #5BB381;
}

.gb-hrms-section .gb-hrms-feature {
  border: 1px solid #5BB381;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  min-width: 130px;
  min-height: 130px;
  position: relative;
  text-align: center;
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0% {    
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.gb-hrms-section .gb-hrms-feature.pink {
  border: 1px solid #0D2D79;
}

.gb-hrms-section .gb-hrms-feature.yellow {
  border: 1px solid #E3B44C;
}

.gb-hrms-section .gb-hrms-feature:nth-child(odd) {
  margin-top: 100px;
  animation: float 3s ease-in-out infinite;
}

.gb-hrms-section .gb-hrms-feature:hover, .gb-hrms-section .gb-hrms-feature:nth-child(odd):hover {
  animation-play-state: paused;
}

.gb-hrms-section .gb-hrms-feature .gb-hrms-feature-icon {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background-color: #5BB381;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-hrms-section:hover .gb-hrms-feature .gb-hrms-feature-icon {
  animation: zoom-in-zoom-out 3s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }

  50% {
    scale: 70%;
  }

  100% {
    scale: 100%;
  }
}

.gb-hrms-section .gb-hrms-feature.pink .gb-hrms-feature-icon {
  background-color: #0D2D79;
}

.gb-hrms-section .gb-hrms-feature.yellow .gb-hrms-feature-icon {
  background-color: #E3B44C;
}

.gb-hrms-section .gb-hrms-feature .gb-hrms-feature-icon span {
  color: #fff;
  font-size: 1.5rem;
}

.gb-hrms-section .gb-hrms-feature-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gb-hrms-section h5 {
  font-weight: 500;
  font-family: var(--font-k2d);
  margin-bottom: 7px;
  font-size: 0.875rem;
  color: #222;
  padding-left: 5px;
  padding-right: 5px;
}

.gb-hrms-section p {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  color: #718096;
  text-align: justify;
  padding-left: 21px;
  padding-right: 11px;
}

/* About Section */
.gb-about-section {
  background: url("../images/circle_bg02.png") no-repeat right top, url("../images/stars_bg.png") no-repeat 98% 0;
  background-size: 10%, 7%;
}

.gb-about-section .gb-about-section-container01 {
  position: relative;
  padding: 50px 20px;
  margin: 75px 50px 100px;
  background-color: rgba(250, 205, 73, 0.08);
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.gb-about-section .gb-about-section-container01::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 180px;
  height: 180px;
  background: url("../images/dots_bg.png") no-repeat;
  background-size: 100%;
}

.gb-about-section .gb-about-section-container01::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  background: url("../images/dots_bg.png") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}

.gb-about-section .gb-about-section-container02 {
  margin: 100px 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
}

.gb-about-section .gb-about-section-container02 .gb-about-vision-img {
  position: relative;
  height: 300px;
}

.gb-about-section .gb-about-section-container02 .gb-about-vision-img img {
  height: 400px;
  position: absolute;
  left: 0;
  top: -50px;
}

.gb-about-section .gb-about-section-container02 .accordion {
  position: relative;
  display: flex;
  justify-content: center;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item {
  border: 0;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-button {
  border-radius: 0;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--font-k2d);
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-button::after {
  background: none;
  transform: none;
  height: 0;
  background-color: #5BB381;
  width: 60px;
  bottom: 2px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  height: 4px;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-button:focus-visible {
  outline: none;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-collapse {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
}

.gb-about-section .gb-about-section-container02 .accordion .accordion-item .accordion-collapse .accordion-body {
  text-align: justify;
  color: #718096;
}

.gb-about-section .sub-heading {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0D2D79;
  position: relative;
  margin-bottom: 10px;
  line-height: 180%;
}

.gb-about-section .sub-heading-label {
  font-size: 1.75rem;
  font-family: var(--font-k2d);
  color: #222;
  font-weight: 500;
  line-height: 120%;
  width: 70%;
  text-align: center;
  margin-bottom: 0;
}

.gb-about-section .sub-heading-label span {
  color: #5BB381;
}

.gb-about-section p {
  font-weight: 400;
  display: flex;
  color: #718096;
  text-align: justify;
}

.gb-about-section p span {
  font-weight: 500;
  min-width: 20%;
  padding-right: 10px;
}

.gb-about-section .card {
  border: 0;
  background-color: #EDF8F1;
  padding: 0;
  border-radius: 0;
}

.gb-about-section .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
}

.gb-about-section .card .card-body .card-title {
  padding: 10px 0 20px 0;
  text-transform: uppercase;
  font-weight: 500;
}

.gb-about-section .card.card-left {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.gb-about-section .card.card-right {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.gb-about-section .card .about-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(91, 179, 129, 0.15);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-about-section .card .about-icon img {
  width: 30px;
}

/* .gb-footer {
  color: #222;
}

.gb-footer .footer {
  border-top: 1px solid #ffdace;
  padding: 5px;
  font-size: 0.75rem;
}

.gb-footer .gb-heart {
  background: url(../images/heart.png) no-repeat center center;
  background-size: 90%;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.gb-footer .footer.gb-footer-main {
  background-color: #fff;
  color: black;
}

.gb-footer .footer.gb-footer-main .footer {
  border-top: 0;
  padding: 0
} */

.gb-footer-top {
  color: #fff;
  background:rgba(13,45,121,0.8);
  position: relative;
  z-index: 1;
}

.gb-footer-top-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background:url(../images/curves_bg.png) center center;
  background-size: 100%;
}

.gb-footer-top .gb-footer-top-section a{
  color: #fff;
  text-decoration: none;
}

.gb-footer-top .gb-footer-top-section a:hover{
  text-decoration: underline;
}

.gb-footer-top .footer-body .footer-body-left .logo .logo-img {
  width: 40%;
}

.gb-footer-top .footer-body .footer-body-left .gb-social-icons a{
  width: 36px;
  transition: all 0.2s;
  opacity: 1;
}

.gb-footer-top .footer-body .footer-body-left .gb-social-icons a img{
  width: 100%;  
}

.gb-footer-top .footer-body .footer-body-left .gb-social-icons a:hover{
  opacity: 0.6;
}

.gb-footer-top .footer-body .gb-footer-links h6{
  font-size: 1rem;
  padding-bottom: 16px;
}

.gb-footer-top .footer-body .gb-footer-links ul{
  list-style: none;
  padding: 0;
}

.gb-footer-top .footer-body .gb-footer-links ul li{
  padding-bottom: 10px;
}

.gb-footer-top .footer-body .gb-footer-links ul li a{
  color: #fff;
  text-decoration: none;  
}

.gb-footer-top .footer-body .gb-footer-links ul li a:hover{
  text-decoration: underline;
}

.gb-footer-top .footer-body .footer-body-right h5{
  font-size: 1rem;
}

.gb-footer-top .footer-body .footer-body-right .input-group .form-control{
  border-radius: 30px;
  z-index: 0 !important;
  padding-right: 50px;
}

.gb-footer-top .footer-body .footer-body-right .input-group .btn{
  border: 0;
  background-color: #EC605A;
  color: #fff;
  border-radius: 30px !important;
  margin-left: -40px !important;
}

.gb-footer-top .footer-body .footer-body-right .input-group .btn:hover{
  background-color: #e92d27;
}

.gb-footer-top .gb-footer-bottom{
  font-size: 0.875rem;
}

.gb-footer-top .gb-footer-bottom a{
  color: #fff;
  margin: 0 20px;
  text-decoration: none;
}

.gb-footer-top .gb-footer-bottom a:hover{
  text-decoration: underline;
}

.gb-footer-top h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

.gb-footer-top p {
  font-size: 0.875rem;
  font-weight: 300;
}

.gb-footer-top p span {
  font-weight: 500;
  padding-right: 4px;
}

.gb-footer-top p a {
  color: #222;
  text-decoration: none;
}

.gb-footer-top p a:hover {
  color: #5BB381;
}

.gb-footer-top a {
  transition: all 1s;
}

.gb-footer-top a:hover {
  opacity: 0.8;
}

.gb-toast {
  top: 20px;
  right: 20px;
  z-index: 9999
}

.gb-toast .toast {
  position: relative;
  overflow: hidden;
  padding: 7px 0;
}

.gb-toast .toast .toast-body {
  padding: 5px 20px;
  font-size: 13px;
}

.gb-toast .toast::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 5px;
  height: 100%;
  border-radius: 0;
}

.gb-toast .toast .btn-close {
  --bs-btn-close-bg: none;
  min-width: 30px;
  min-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 0;
  opacity: 1;
}

.gb-toast .toast .btn-close:hover {
  opacity: 0.7;
}

.gb-toast .toast .btn-close::before {
  content: "X";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

/* Video */
.gb-video{
  border-radius: 20px;
}

/* Modal */
.gb-modal .modal-header,
.gb-modal .modal-footer {
  border: 0;
}

.gb-modal .modal-header,
.gb-modal .modal-body,
.gb-modal .modal-footer {
  padding-left: 24px;
  padding-right: 24px;
}

.gb-modal .modal-body {
  padding-top: 0;
}

.gb-modal.gb-video-modal .modal-content {
  background: transparent;
  border: 0;
}

.gb-modal.gb-video-modal .modal-body {
  padding: 0;
  position: relative;
}

.gb-modal.gb-video-modal .modal-body .btn-close {
  --bs-btn-close-bg: none;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #0D2D79;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
  transition: all 1s;
}

.gb-modal.gb-video-modal .modal-body .btn-close:hover {
  opacity: 0.7;
}

.gb-modal .modal-header h5 {
  font-size: 1.5rem;
  color: #000;
}

.gb-modal .modal-header .btn-close {
  font-size: 1rem;
}

.gb-modal .modal-footer .gb-modal-btn {
  background-color: #5bb381;
  padding: 0.5rem 1rem;
  height: 36px;
  font-size: 0.875rem;
  color: #fff;
}

.gb-modal .modal-footer .gb-modal-btn:hover {
  opacity: 0.8;
}

.gb-modal .modal-footer .gb-modal-btn.gb-modal-btn-pink {
  background-color: #0D2D79;
}

/* Register Success Popup */
.gb-home-success-popup .modal-dialog {
  width: 600px;
  max-width: 75%;
}

.gb-home-success-popup .modal-content {
  background: #fff url("../images/circle_bg.png") left top no-repeat;
  background-size: 90%;
  border-radius: 20px;
  border: 0;
  color: #fff;
  padding: 0;
  font-size: 1rem;
  overflow: hidden;
}

.gb-home-success-popup .modal-content .modal-body {
  padding: 0;
  text-align: center;
}

.gb-home-success-popup .gb-home-sucess-msg {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #333;
}

.gb-home-success-popup .gb-home-success-title {
  font-size: 1.25rem;
  font-weight: 300;
  background-color: #5BB381;
  padding: 20px 20px 30px;
}

.gb-home-success-title span {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}

.gb-home-success-title b {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 500;
  display: block;
  color: #fff;
}

.gb-home-success-text {
  margin-top: 20px;
  padding: 0 20px 0;
}

.gb-home-success-popup .modal-footer {
  margin-top: 0;
}

.gb-home-success-popup-button {
  background-color: #5bb381;
  color: white;
  padding: 6px 30px;
  border-radius: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gb-home-success-popup-button:hover {
  background-color: #2f9059;
}

.gb-success-piece {
  position: absolute;
  width: 6px;
  height: 20px;
  background: #E3B44C;
  top: 0;
  opacity: 0;
}

.gb-success-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 182ms;
  animation-duration: 1116ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 182ms;
  -webkit-animation-duration: 1116ms;
}

.gb-success-piece:nth-child(2) {
  left: 14%;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 161ms;
  animation-duration: 1076ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 161ms;
  -webkit-animation-duration: 1076ms;
}

.gb-success-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-51deg);
  -webkit-transform: rotate(-51deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 481ms;
  animation-duration: 1103ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 481ms;
  -webkit-animation-duration: 1103ms;
}

.gb-success-piece:nth-child(4) {
  left: 28%;
  transform: rotate(61deg);
  -webkit-transform: rotate(61deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 334ms;
  animation-duration: 708ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 334ms;
  -webkit-animation-duration: 708ms;
}

.gb-success-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-52deg);
  -webkit-transform: rotate(-52deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 302ms;
  animation-duration: 776ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 302ms;
  -webkit-animation-duration: 776ms;
}

.gb-success-piece:nth-child(6) {
  left: 42%;
  transform: rotate(38deg);
  -webkit-transform: rotate(38deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 180ms;
  animation-duration: 1168ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 180ms;
  -webkit-animation-duration: 1168ms;
}

.gb-success-piece:nth-child(7) {
  left: 49%;
  transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 395ms;
  animation-duration: 1200ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 395ms;
  -webkit-animation-duration: 1200ms;
}

.gb-success-piece:nth-child(8) {
  left: 56%;
  transform: rotate(49deg);
  -webkit-transform: rotate(49deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 14ms;
  animation-duration: 887ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 14ms;
  -webkit-animation-duration: 887ms;
}

.gb-success-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-72deg);
  -webkit-transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 149ms;
  animation-duration: 805ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 149ms;
  -webkit-animation-duration: 805ms;
}

.gb-success-piece:nth-child(10) {
  left: 70%;
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 351ms;
  animation-duration: 1059ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 351ms;
  -webkit-animation-duration: 1059ms;
}

.gb-success-piece:nth-child(11) {
  left: 77%;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 307ms;
  animation-duration: 1132ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 307ms;
  -webkit-animation-duration: 1132ms;
}

.gb-success-piece:nth-child(12) {
  left: 84%;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 464ms;
  animation-duration: 776ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 464ms;
  -webkit-animation-duration: 776ms;
}

.gb-success-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-72deg);
  -webkit-transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.gb-success-piece:nth-child(14) {
  left: 95%;
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.gb-success-piece:nth-child(15) {
  left: 98%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}

.gb-success-piece:nth-child(odd) {
  background: #8cf8ba;
}

.gb-success-piece:nth-child(even) {
  z-index: 1;
}

.gb-success-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms;
}

.gb-success-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  animation-duration: 2500ms;
  animation-delay: 1000ms;
  -webkit-animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
}

.gb-success-piece:nth-child(4n-7) {
  background: #0D2D79;
}

@keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(350px);
  }
}

@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: translateY(350px);
  }
}

/* Media Queries */
@media screen and (max-width:576px) {
  .gb-navbar .logo-img {
    width: 50%;
  }

  .gb-navbar .navbar-collapse {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 90px;
    right: 30px;
  }

  .gb-navbar .buttons {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
  }

  .gb-navbar .gb-btn {
    padding: 8px 16px;
  }

  .gb-home .gb-home-banner img {
    width: 100%;
  }

  .gb-home .right-heading {
    background-image: none !important;
    width: 100%;
    font-size: 1.5rem;
  }

  .gb-home .right-section-1 p {
    text-align: justify !important;
    font-size: 1.5rem;
  }

  .gb-features-section .carousel .carousel-item .card .gb-comingsoon {
    font-size: 0.875rem;
  }

  .gb-features-section .carousel .carousel-item .card .gb-comingsoon .gb-coming-arrow {
    right: -25px;
  }

  .gb-about-section .gb-about-section-container01 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
  }

  .gb-about-section .gb-about-section-container01::after {
    right: -10px;
    background-position: bottom;
    background-size: 50%;
  }

  .gb-about-section .gb-about-section-container01::before {
    left: -10px;
    background-size: 50%;
  }

  .gb-about-section .gb-about-section-container02 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
  }

  .gb-about-section .gb-about-section-container02 .gb-about-vision-img img {
    width: 100%;
    height: auto;
  }

  .gb-about-section .gb-about-section-container02 .accordion {
    min-height: 300px;
  }

  .gb-features-section .container {
    background-size: 30px;
  }

  .gb-features-section .carousel .carousel-control-next,
  .gb-features-section .carousel .carousel-control-prev {
    margin-top: 0;
    margin-left: calc(50% - 70px);
  }

  .gb-features-section .carousel .carousel-item .card {
    width: calc(100% - 40px);
    min-height: 310px;
  }

  .gb-features-section .carousel .carousel-item .card:last-child {
    display: none;
  }

  .gb-hrms-section .gb-hrms-feature {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin-top: 20px;
    padding: 20px;
  }

  .gb-hrms-section .gb-hrms-feature:nth-child(odd) {
    margin-top: 20px;
  }

  .gb-hrms-section h5 {
    font-size: 0.75rem;
  }

  .gb-hrms-section p {
    font-size: 0.625rem;
    line-height: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-body {
    gap: 6vw;
  }

  .gb-footer-top .footer-body .footer-body-left .logo .logo-img {
    width: 60%;
  }

  .gb-home-success-popup .modal-dialog {
    width: 97%;
    max-width: 97%;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .gb-navbar .logo-img {
    width: 30%;
  }

  .gb-navbar .navbar-collapse {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 90px;
    right: 30px;
  }

  .gb-navbar .buttons {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
  }

  .gb-navbar .gb-btn {
    padding: 8px 16px;
  }

  .gb-home .gb-home-banner .left-section img {
    width: 100%;
  }

  .gb-home .right-heading {
    background-image: none !important;
    width: 100%;
    font-size: 1.25rem;
  }

  .gb-home .right-section-1 p {
    font-size: 1rem;
  }

  .gb-about-section .gb-about-section-container01 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gb-about-section .gb-about-section-container01::after {
    right: -40px;
  }

  .gb-about-section .gb-about-section-container02 {
    margin-left: 10px;
    margin-right: 30px;
    padding-bottom: 30px;
  }

  .gb-about-section .gb-about-section-container02 .gb-about-vision-img img {
    left: -30px;
  }

  .gb-about-section .gb-about-section-container02 .accordion {
    min-height: 300px;
  }

  .gb-features-section .container {
    background-size: 40px;
  }

  .gb-features-section .carousel .carousel-control-next,
  .gb-features-section .carousel .carousel-control-prev {
    margin-top: 0;
    margin-left: calc(50% - 70px);
  }

  .gb-features-section .carousel .carousel-item .card {
    width: calc(100% - 40px);
    min-height: 310px;
  }

  .gb-features-section .carousel .carousel-item .card:last-child {
    display: none;
  }

  .gb-features-section .carousel .carousel-item .card .gb-comingsoon {
    font-size: 0.875rem;
  }

  .gb-features-section .carousel .carousel-item .card .gb-comingsoon .gb-coming-arrow {
    right: -25px;
  }

  .gb-hrms-section .gb-hrms-feature {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }

  .gb-hrms-section .gb-hrms-feature:nth-child(odd) {
    margin-top: 100px;
  }

  .gb-hrms-section h5 {
    font-size: 0.75rem;
  }

  .gb-hrms-section p {
    font-size: 0.675rem;
  }

  .footer-body {
    gap: 6vw;
  }

  .gb-home-success-popup .modal-dialog {
    width: 500px;
    max-width: 90%;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .gb-navbar .logo-img {
    width: 40%;
  }

  .gb-navbar .navbar-collapse {
    background-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 90px;
    right: 30px;
  }

  .gb-navbar .gb-btn {
    padding: 8px 16px;
  }

  .gb-navbar .buttons {
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 20px;
  }

  .gb-home .gb-home-banner .left-section img {
    width: 100%;
  }

  .gb-home .right-heading {
    background-image: none;
    width: 100%;
  }

  .gb-about-section .gb-about-section-container01 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gb-about-section .gb-about-section-container01::after {
    right: -40px;
  }

  .gb-about-section .gb-about-section-container02 {
    margin-left: 10px;
    margin-right: 30px;
    padding-bottom: 30px;
  }

  .gb-about-section .gb-about-section-container02 .gb-about-vision-img img {
    left: -30px;
    width: 120%;
  }

  .gb-features-section .carousel .carousel-item .card .gb-comingsoon {
    font-size: 0.875rem;
  }

  .gb-features-section .carousel .carousel-item .card .gb-comingsoon .gb-coming-arrow {
    right: -25px;
  }

  .footer-body {
    gap: 4vw;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .gb-navbar .nav-item {
    padding: 0;
  }

  .gb-navbar .nav-item .nav-link {
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }

  .gb-home .gb-home-banner .left-section img {
    width: 90%;
  }

  .gb-about-section .gb-about-section-container02 .gb-about-vision-img img {
    left: -35px;
  }

  .gb-hrms-section .gb-hrms-feature {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }

  .gb-hrms-section .gb-hrms-feature:nth-child(odd) {
    margin-top: 90px;
  }

  .gb-hrms-section h5 {
    font-size: 0.875rem;
    margin-bottom: 5px;
    line-height: 100%;
  }

  .gb-hrms-section p {
    font-size: 0.75rem;
    line-height: 100%;
    padding-left: 16px;
    padding-right: 6px;
  }
}
@media screen and (min-width:1401px) {
  .gb-home .gb-home-banner .left-section img{
    width: 96%;
  }
  .gb-home .right-heading{
    font-size: 3.5rem;
  }
  .gb-home .gb-home-banner .gb-home-banner-heading-label{
    font-size: 2.5rem;
  }
  .gb-home .request-btn{
    font-size: 1.5rem;
    padding: 12px 40px 12px 60px;
  }
  .gb-home .request-btn::before{
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}