@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  body {
    overflow-x: hidden !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    overflow-x: hidden !important;
  }
}

.custmnav-bar {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.custmnav-bar .headlogo {
  width: 110px;
}
@media (max-width: 575.98px) {
  .custmnav-bar .headlogo {
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .custmnav-bar .headlogo {
    width: 100px;
  }
}
.custmnav-bar .iconbt {
  border: 1px solid #ff5900;
  border-radius: 4px;
  padding: 0px;
}
.custmnav-bar .iconbt:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .custmnav-bar .iconbt {
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.custmnav-bar .iconbt .mobileicon {
  width: 20px;
  height: 20px;
}
.custmnav-bar .custmclps {
  width: 100% !important;
}
@media (max-width: 575.98px) {
  .custmnav-bar .custmclps {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .custmnav-bar .custmclps {
    margin-top: 20px;
  }
}
.custmnav-bar .custmclps .custm-navitem {
  margin: 0px 20px;
}
.custmnav-bar .custmclps .custm-navitem .custm-navlink {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #201f1f;
  margin: 0px;
}
.custmnav-bar .custmclps .custm-navitem .custm-navlink:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .custmnav-bar .custmclps .custm-navitem .custm-navlink {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .custmnav-bar .custmclps .custm-navitem .custm-navlink {
    font-size: 14px;
  }
}
.custmnav-bar .custmclps .custm-navitem .custm-navlink:hover {
  color: #ffd526;
}
.custmnav-bar .custmclps .custm-navitem .custm-navlink.active {
  color: #ffc01f; /* Active link color */
}
.custmnav-bar .custmclps .custm-navitem .drop-sec {
  border: 1px solid #ffd526;
}
.custmnav-bar .custmclps .custm-navitem .drop-sec .custmdrp-txt {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #201f1f;
}
.custmnav-bar .custmclps .custm-navitem .drop-sec .custmdrp-txt.active {
  color: #ffc01f; /* Active link color */
  background-color: transparent !important;
}
.custmnav-bar .custmclps .headcustmbtn {
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  border: 0px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 20px;
}
.custmnav-bar .custmclps .headcustmbtn:hover {
  box-shadow: none;
  outline: none;
}
@media (max-width: 575.98px) {
  .custmnav-bar .custmclps .headcustmbtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .custmnav-bar .custmclps .headcustmbtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.home-mainsection {
  margin-top: 6%;
}
.home-mainsection .owl-theme .owl-dots {
  text-align: left; /* Align dots to the left */
  position: absolute; /* Position the dots absolutely within the carousel */
  left: 8%; /* Adjust the left position as needed */
  bottom: 10%;
  transform: translateY(-50%); /* Center vertically */
}
@media (max-width: 575.98px) {
  .home-mainsection .owl-theme .owl-dots {
    position: relative !important;
    text-align: center !important;
    margin-top: 30px !important;
    left: 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-mainsection .owl-theme .owl-dots {
    position: relative !important;
    margin-top: 30px !important;
    left: 0%;
  }
}
.home-mainsection .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #c7c1c1;
  transition: background-color 0.3s;
}
@media (max-width: 575.98px) {
  .home-mainsection .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
.home-mainsection .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #009dde;
}
.home-mainsection .owl-theme .owl-dots .owl-dot.active span {
  background-color: #009dde; /* Change this to your desired active color */
}
.home-mainsection .homeaimain-left {
  padding-right: 20%;
}
@media (max-width: 575.98px) {
  .home-mainsection .homeaimain-left {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-mainsection .homeaimain-left {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.home-mainsection .homeaimain-left .homeslide-title {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #000000;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 36%;
}
@media (max-width: 575.98px) {
  .home-mainsection .homeaimain-left .homeslide-title {
    font-size: 26px;
    margin-top: 20%;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-mainsection .homeaimain-left .homeslide-title {
    font-size: 26px;
    margin-top: 20%;
    margin-bottom: 20px;
  }
}
.home-mainsection .homeaimain-left .homeslide-subtxt {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #949090;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .home-mainsection .homeaimain-left .homeslide-subtxt {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .home-mainsection .homeaimain-left .homeslide-subtxt {
    font-size: 14px;
  }
}
.home-mainsection .homeaimain-left .home-slidebt1 {
  border: 0px;
  background-color: #d1cccc;
  border-radius: 100px;
  margin-right: 20px;
  padding: 8px 30px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
}
.home-mainsection .homeaimain-left .home-slidebt1.home-slidebt2 {
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  margin-right: 0px;
  color: #ffffff;
}
.home-mainsection .homaimain-right {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-mainsection .homaimain-right img {
  width: 100%;
}

.homesection2-main {
  margin-top: 40px;
  padding: 30px 0px;
}
@media (max-width: 575.98px) {
  .homesection2-main {
    padding: 20px 0px;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .homesection2-main {
    padding: 20px 0px;
    margin-top: 10px;
  }
}
.homesection2-main .homesection2-left {
  margin-top: 10%;
}
@media (max-width: 575.98px) {
  .homesection2-main .homesection2-left {
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection2-main .homesection2-left {
    margin-top: 5%;
  }
}
.homesection2-main .homesection2-left .section2-txt {
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #20a2c9;
  margin: 0px;
}
@media (max-width: 575.98px) {
  .homesection2-main .homesection2-left .section2-txt {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection2-main .homesection2-left .section2-txt {
    font-size: 16px;
  }
}
.homesection2-main .homesection2-left .lineim {
  width: 60px;
  margin-top: -10px;
}
@media (max-width: 575.98px) {
  .homesection2-main .homesection2-left .lineim {
    width: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection2-main .homesection2-left .lineim {
    width: 50px;
  }
}
.homesection2-main .homesection2-left .section2-head {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .homesection2-main .homesection2-left .section2-head {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection2-main .homesection2-left .section2-head {
    font-size: 20px;
  }
}
.homesection2-main .homesection2-left .section2-txt2 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  margin-top: 18px;
}
.homesection2-main .homesection2-left .section2-txt2.section2-txt3 {
  color: #20a2c9;
}
.homesection2-main .homesection2-left .section2-bt {
  border: 0px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 60px;
  margin-top: 30px;
}
.homesection2-main .section2-right {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .homesection2-main .section2-right {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection2-main .section2-right {
    margin-top: 50px;
  }
}
.homesection2-main .section2-right img {
  width: 80%;
  display: flex;
  margin: 0 auto;
}

.section3-main {
  background-image: url("../images/section3im.jpg");
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 13% 0% 6% 0%;
  margin-top: -8%;
}
@media (max-width: 575.98px) {
  .section3-main {
    margin-top: 13%;
    background-position: center;
    padding: 6% 0% 6% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section3-main {
    margin-top: 13%;
    background-position: center;
    padding: 6% 0% 6% 0%;
  }
}
.section3-main .section3-subhead {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #20a2c9;
  margin: 0px;
  text-align: center;
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .section3-main .section3-subhead {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section3-main .section3-subhead {
    font-size: 14px;
  }
}
.section3-main .section3-head {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #1e1a1a;
  margin: 0px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .section3-main .section3-head {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section3-main .section3-head {
    font-size: 20px;
  }
}
.section3-main .textline {
  width: 60px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .section3-main .textline {
    width: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section3-main .textline {
    width: 50px;
  }
}
.section3-main .first-step {
  width: 100%;
  height: auto;
}
.section3-main .first-step .second-step {
  width: 100%;
  height: 300px;
  background-image: url("../images/slidewhiteleft.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  cursor: pointer;
  padding: 16px 30px;
  transition: background-image 0.8s ease, color 0.5s ease;
}
@media (max-width: 575.98px) {
  .section3-main .first-step .second-step {
    height: 360px;
    padding: 16px 46px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section3-main .first-step .second-step {
    height: 360px;
    padding: 16px 46px;
  }
}
.section3-main .first-step .second-step.second-step1 {
  background-image: url("../images/slidewhite.png");
  z-index: -1;
  transition: background-image 0.8s ease, color 0.5s ease;
}
.section3-main .first-step .second-step.second-step1:hover {
  background-image: url("../images/slidecolorright.png");
}
.section3-main .first-step .second-step.second-step1:hover h3 {
  color: #ffffff;
}
.section3-main .first-step .second-step.second-step1:hover p {
  color: #ffffff;
}
.section3-main .first-step .second-step.second-step1:hover .white-data {
  display: none !important;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3-main .first-step .second-step.second-step1:hover .white-data .img1 {
  width: 50px;
  height: 50px;
}
.section3-main .first-step .second-step.second-step1:hover .red-data {
  display: block !important;
}
.section3-main .first-step .second-step.second-step1:hover h3 {
  color: #ffffff;
}
.section3-main .first-step .second-step.second-step1:hover p {
  color: #ffffff;
}
.section3-main .first-step .second-step:hover {
  background-image: url("../images/slidecolor.png");
}
.section3-main .first-step .second-step:hover h3 {
  color: #ffffff;
}
.section3-main .first-step .second-step:hover p {
  color: #ffffff;
}
.section3-main .first-step .second-step:hover .third-step {
  text-align: center;
}
.section3-main .first-step .second-step:hover .third-step .white-data {
  display: none !important;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3-main .first-step .second-step:hover .third-step .white-data .img1 {
  width: 50px;
  height: 50px;
}
.section3-main .first-step .second-step:hover .third-step .red-data {
  display: block !important;
}
.section3-main .first-step .second-step .third-step {
  width: 100%;
  height: auto;
  text-align: center;
}
.section3-main .first-step .second-step .third-step:hover h3 {
  color: #ffffff;
}
.section3-main .first-step .second-step .third-step:hover p {
  color: #ffffff;
}
.section3-main .first-step .second-step .third-step .white-data {
  width: 50px;
  height: 50px;
  margin: 0px auto;
  margin-bottom: 14px;
}
.section3-main .first-step .second-step .third-step .red-data {
  width: 50px;
  height: 50px;
  margin: 0px auto;
  display: none;
  margin-bottom: 14px;
}
.section3-main .first-step .second-step .third-step h3 {
  font-family: Poppins-Medium;
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  font-family: tahoma;
}
.section3-main .first-step .second-step .third-step p {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #000;
  font-family: tahoma;
  margin: 0;
  margin-top: 10px;
}
.section3-main .first-step .second-step .third-step .readmore {
  font-family: Poppins-Regular;
  color: #004c73;
  font-size: 10px;
  text-align: right;
  margin: 0px;
  margin-top: 16px;
  margin-right: 6px;
}

.homesection4-main {
  background-image: url("../images/homebgsection4.webp");
  background-color: #ffffff;
  height: auto;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6%;
  padding: 4% 0%;
}
@media (max-width: 575.98px) {
  .homesection4-main {
    padding: 16% 0% 8% 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection4-main {
    padding: 16% 0% 8% 0%;
  }
}
.homesection4-main .section-head {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #ffffff;
  margin: 0px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .homesection4-main .section-head {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection4-main .section-head {
    font-size: 20px;
  }
}
.homesection4-main .section-subhead {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.homesection4-main .seaction-head4bt {
  border: 0px;
  background: linear-gradient(180deg, #ffd526, #ff5900);
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  border-radius: 100px;
  padding: 10px 40px;
}
.homesection4-main .section4-subsec {
  margin-top: 80px;
}
@media (max-width: 575.98px) {
  .homesection4-main .section4-subsec {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection4-main .section4-subsec {
    margin-top: 40px;
  }
}
.homesection4-main .section4-subsec .section4-seci {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.homesection4-main .section4-subsec .section4-seci .section4-secim {
  width: 70px;
}
.homesection4-main .section4-subsec .section4-seci .section4-secim.section4-secim2 {
  width: 56px;
}
.homesection4-main .section4-subsec .section4-sechead {
  font-family: Poppins-Bold;
  font-size: 26px;
  color: #ffc01f;
  text-align: center;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 14px;
}
@media (max-width: 575.98px) {
  .homesection4-main .section4-subsec .section4-sechead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection4-main .section4-subsec .section4-sechead {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.homesection4-main .section4-subsec .section4-secsubhead {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}
@media (max-width: 575.98px) {
  .homesection4-main .section4-subsec .section4-secsubhead {
    margin-bottom: 30px;
  }
}

.homesection5-main {
  margin-top: 80px;
}
.homesection5-main .section5-head {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .homesection5-main .section5-head {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection5-main .section5-head {
    font-size: 20px;
  }
}
.homesection5-main .lineims {
  width: 80px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .homesection5-main .lineims {
    width: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection5-main .lineims {
    width: 60px;
  }
}
.homesection5-main .section5-subtxt {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #464141;
  margin: 0px;
  text-align: center;
  padding: 0px 60px;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .homesection5-main .section5-subtxt {
    padding: 0px;
  }
}
.homesection5-main .homesection5-slidesec {
  background-image: url(../../assets/images/home/section5.jpg);
  background-color: #ffffff;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 20px;
  position: relative;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .homesection5-main .homesection5-slidesec {
    overflow: visible;
    background-image: url(../../assets/images/home/section5.jpg);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection5-main .homesection5-slidesec {
    overflow: visible;
  }
}
.homesection5-main .homesection5-slidesec .slidesec {
  padding-left: 20%;
}
@media (max-width: 575.98px) {
  .homesection5-main .homesection5-slidesec .slidesec {
    padding-left: 10%;
    width: 100%;
  }
}
.homesection5-main .homesection5-slidesec .slidesec .owl-carousel .owl-nav {
  position: absolute;
  top: 0%;
  right: 6%;
  margin-top: -5%;
}
@media (max-width: 575.98px) {
  .homesection5-main .homesection5-slidesec .slidesec .owl-carousel .owl-nav {
    margin-top: -14%;
    right: 0%;
  }
}
.homesection5-main .homesection5-slidesec .slidesec .owl-carousel .owl-nav .owl-prev {
  background-color: transparent !important;
}
.homesection5-main .homesection5-slidesec .slidesec .owl-carousel .owl-nav .owl-prev img {
  width: 20px !important;
}
.homesection5-main .homesection5-slidesec .slidesec .owl-carousel .owl-nav .owl-next {
  background-color: transparent !important;
  cursor: pointer !important;
}
.homesection5-main .homesection5-slidesec .slidesec .owl-carousel .owl-nav .owl-next img {
  width: 20px !important;
  cursor: pointer !important;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec1 {
  background-color: #20a2c9;
  overflow: hidden;
  border-radius: 21px;
  width: 90%;
  height: 300px;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .homesection5-main .homesection5-slidesec .slidesec .slidesec1 {
    width: 100%;
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection5-main .homesection5-slidesec .slidesec .slidesec1 {
    width: 100%;
    margin-right: 20px;
  }
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec1:hover {
  background-color: #ffc01f;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec1 .slide2im {
  width: 140px;
  height: 140px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec1 .slide2im img {
  width: 100%;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec1 .slidesec1-head {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 10px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec1 .slidesec1-subhead {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec2 {
  background-color: #20a2c9;
  overflow: hidden;
  border-radius: 21px;
  width: 90%;
  height: 300px;
  margin-right: 30px;
  padding: 15px 20px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .homesection5-main .homesection5-slidesec .slidesec .slidesec2 {
    width: 100%;
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .homesection5-main .homesection5-slidesec .slidesec .slidesec2 {
    width: 100%;
    margin-right: 20px;
  }
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec2:hover {
  background-color: #ffc01f;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec2 .slide2im2 {
  width: 140px;
  height: 140px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec2 .slide2im2 img {
  width: 90%;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec2 .slidesec1-head {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 10px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec2 .slidesec1-subhead {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec3 {
  background-color: #20a2c9;
  overflow: hidden;
  border-radius: 21px;
  width: 90%;
  height: 300px;
  margin-right: 30px;
  padding: 15px 20px;
  text-align: center;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec3:hover {
  background-color: #ffc01f;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec3 .slide2im2 {
  width: 140px;
  height: 140px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec3 .slide2im2 img {
  width: 90%;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec3 .slidesec1-head {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 10px;
}
.homesection5-main .homesection5-slidesec .slidesec .slidesec3 .slidesec1-subhead {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
}

.section6-main {
  background-image: url("../images/section6bgim.png");
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 6% 0%;
  margin-top: 8%;
}
@media (max-width: 575.98px) {
  .section6-main {
    margin-top: 11%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section6-main {
    margin-top: 11%;
  }
}
.section6-main .section6-left {
  margin-top: 14%;
  padding-right: 10%;
}
.section6-main .section6-left .section6-head {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .section6-main .section6-left .section6-head {
    font-size: 20px;
  }
}
.section6-main .section6-left .section6-subhead {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
}
.section6-main .section6right-im {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section6-main .section6right-im {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section6-main .section6right-im {
    margin-top: 30px;
  }
}
.section6-main .section6right-im img {
  width: 80%;
  display: flex;
  align-self: flex-end;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .section6-main .section6right-im img {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section6-main .section6right-im img {
    width: 100%;
  }
}

.section7-main {
  margin-top: 6%;
}
@media (max-width: 575.98px) {
  .section7-main {
    margin-top: 20%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section7-main {
    margin-top: 20%;
  }
}
.section7-main .section7-subhead {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #00a542;
  margin: 0px;
  margin-bottom: 10px;
}
.section7-main .section7-head {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .section7-main .section7-head {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section7-main .section7-head {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.section7-main .contactbg-mainsection {
  background-image: url(../../assets/images/contactbg.png);
  background-color: #ffffff;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4% 0%;
}
@media (max-width: 575.98px) {
  .section7-main .contactbg-mainsection {
    padding: 4% 0% 10% 0%;
  }
}
.section7-main .contactbg-mainsection .section7-left {
  margin-top: 5%;
}
.section7-main .contactbg-mainsection .section7-left .formsec-lefthead {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 30px;
}
.section7-main .contactbg-mainsection .section7-left .formsec-leftsub {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 30px;
}
.section7-main .contactbg-mainsection .section7-left .contactinfo {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 30px;
}
.section7-main .contactbg-mainsection .section7-left .contactinfo img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.section7-main .contactbg-mainsection .section7-left .contactinfo .spn {
  font-family: Poppins-Medium;
  font-size: 12px;
  margin-right: 6px;
}
.section7-main .contactbg-mainsection .section7-right {
  background-color: #f8f8f8;
  border-radius: 27px;
  box-shadow: rgba(0, 0, 0, 0.1882352941) 0px 3px 20px;
  padding: 20px;
  margin-top: -24%;
}
@media (max-width: 575.98px) {
  .section7-main .contactbg-mainsection .section7-right {
    margin-top: 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section7-main .contactbg-mainsection .section7-right {
    margin-top: 0%;
  }
}
.section7-main .contactbg-mainsection .section7-right .section7-righthead {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .section7-main .contactbg-mainsection .section7-right .section7-righthead {
    font-size: 20px;
  }
}
.section7-main .contactbg-mainsection .section7-right .contactfrmsec {
  margin-bottom: 20px;
}
.section7-main .contactbg-mainsection .section7-right .contactfrmsec .formsec-intext {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #4b4a4a;
  margin: 0px;
  margin-bottom: 8px;
}
.section7-main .contactbg-mainsection .section7-right .contactfrmsec .formsec-inp {
  height: 36px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #bebdbd;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #000;
}
.section7-main .contactbg-mainsection .section7-right .contactfrmsec .formsec-inp.formsec-inp2 {
  height: auto;
  padding: 8px 10px;
}
.section7-main .contactbg-mainsection .section7-right .contactfrmsec .formsec-inp:focus {
  outline: none;
  box-shadow: none;
}
.section7-main .contactbg-mainsection .section7-right .formbt {
  border: 0px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  border-radius: 100px;
  padding: 10px 40px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
}

.section8-main {
  margin-top: 6%;
}
@media (max-width: 575.98px) {
  .section8-main {
    margin-top: 15%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section8-main {
    margin-top: 15%;
  }
}
.section8-main .section8-head {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .section8-main .section8-head {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section8-main .section8-head {
    font-size: 20px;
  }
}
.section8-main .lineims {
  width: 80px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .section8-main .lineims {
    width: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section8-main .lineims {
    width: 50px;
  }
}
.section8-main .section8-subtxt {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #464141;
  margin: 0px;
  text-align: center;
  padding: 0px 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .section8-main .section8-subtxt {
    margin-top: 10p;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section8-main .section8-subtxt {
    margin-top: 10p;
  }
}
.section8-main .section8-subsec {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.section8-main .section8-subsec .section8-subsecim {
  width: 100%;
  margin-bottom: 14px;
}
.section8-main .section8-subsec .section8-subsechead {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  margin-bottom: 5px;
}
.section8-main .section8-subsec .section8-subsecdate {
  font-family: Poppins-Medium;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  margin-bottom: 15px;
}
.section8-main .section8-subsec .section8-subsectxt1 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #141414;
  margin: 0px;
  margin-bottom: 6px;
}
.section8-main .section8-subsec .section8-bt {
  border: 0px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  border-radius: 100px;
  padding: 8px 26px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .section8-main .section8-subsec .section8-bt {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section8-main .section8-subsec .section8-bt {
    margin-bottom: 50px;
  }
}

.section9-main {
  margin-top: 8%;
}
.section9-main .section9-head {
  font-family: Poppins-Medium;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .section9-main .section9-head {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section9-main .section9-head {
    font-size: 20px;
  }
}
.section9-main .lineims {
  width: 80px;
  display: flex;
  margin: 0 auto;
}
.section9-main .section9-sec2 {
  margin-top: 50px;
}
.section9-main .section9-sec2 .owl-theme .owl-dots {
  margin-top: 50px !important;
  transform: translateY(-50%); /* Center vertically */
}
@media (max-width: 575.98px) {
  .section9-main .section9-sec2 .owl-theme .owl-dots {
    margin-top: 30px !important;
  }
}
.section9-main .section9-sec2 .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background-color: #c7c1c1;
  transition: background-color 0.3s;
}
@media (max-width: 575.98px) {
  .section9-main .section9-sec2 .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}
.section9-main .section9-sec2 .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #009dde;
}
.section9-main .section9-sec2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #009dde; /* Change this to your desired active color */
}
.section9-main .section9-sec2 .comment-sec1 {
  border: 1px solid #bebdbd;
  border-radius: 16px;
  margin: 0px 30px;
  padding: 20px 14px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.section9-main .section9-sec2 .comment-sec1::after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 0px solid #bebdbd;
  border-right: 1px solid #bebdbd;
  border-bottom: 1px solid #bebdbd;
  border-left: 0px solid #bebdbd;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  content: "";
  transform: rotate(45deg);
  margin-top: -14px;
  background: #fff;
}
.section9-main .section9-sec2 .comment-sec1 .comment-secim {
  font-size: 80px;
  color: #009dde;
  margin: 0px;
  margin-top: 0px;
}
.section9-main .section9-sec2 .comment-sec1 .comment-cmnt {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  margin-top: -20px;
  margin-bottom: 30px;
}
.section9-main .section9-sec2 .comment-sec1 .comment-name {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #009dde;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .section9-main .section9-sec2 .comment-sec1 .comment-name {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section9-main .section9-sec2 .comment-sec1 .comment-name {
    font-size: 16px;
  }
}
.section9-main .section9-sec2 .cmnt-im {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}
.section9-main .section9-sec2 .comment-sec2 {
  border: 1px solid #bebdbd;
  border-radius: 16px;
  margin: 0px 30px;
  padding: 20px 14px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.section9-main .section9-sec2 .comment-sec2::after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 1px solid #bebdbd;
  border-right: 0px solid #bebdbd;
  border-bottom: 0px solid #bebdbd;
  border-left: 1px solid #bebdbd;
  bottom: 95%;
  left: 50%;
  margin-left: -15px;
  content: "";
  transform: rotate(45deg);
  margin-top: -10px;
  background: #fff;
}
.section9-main .section9-sec2 .comment-sec2 .comment-secim2 {
  font-size: 80px;
  color: #009dde;
  margin: 0px;
  margin-top: 0px;
}
.section9-main .section9-sec2 .comment-sec2 .comment-cmnt2 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  margin-top: -20px;
  margin-bottom: 30px;
}
.section9-main .section9-sec2 .comment-sec2 .comment-name2 {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #009dde;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .section9-main .section9-sec2 .comment-sec2 .comment-name2 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .section9-main .section9-sec2 .comment-sec2 .comment-name2 {
    font-size: 16px;
  }
}
.section9-main .section9-sec2 .cmnt-im2 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footermain-section {
  width: 100%;
  background-color: #2d2d2d;
  padding: 30px 0px;
  margin-bottom: 0px;
}
.footermain-section .footermainleft {
  padding-right: 30%;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .footermain-section .footermainleft {
    padding-right: 0%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footermain-section .footermainleft {
    padding-right: 0%;
  }
}
.footermain-section .footermainleft .footermainleft-txt {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #f1ebeb;
  margin: 0px;
  margin-bottom: 30px;
}
.footermain-section .footermainleft .footer-in {
  background-color: #ffffff;
  border-radius: 6px;
  height: 40px;
  width: 100%;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #000000;
}
.footermain-section .footermainleft .footer-in:active {
  border: 0px;
  box-shadow: 0px;
}
.footermain-section .footermainleft .footer-bt {
  border: 0px;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
}
.footermain-section .footermainleft .error-message {
  color: red;
  font-family: Poppins-Regular;
  font-size: 12px;
  margin-top: 8px;
}
.footermain-section .footermainright {
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .footermain-section .footermainright {
    margin-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footermain-section .footermainright {
    margin-top: 50px;
  }
}
.footermain-section .footermainright .right-header {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #f1ebeb;
  margin: 0px;
}
.footermain-section .footermainright .socialicon-sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
}
.footermain-section .footermainright .socialicon-sec .socialicon {
  width: 40px;
  height: 40px;
  margin: 0px 7px;
}
.footermain-section .footermain-sec2 {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  padding: 20px 0px;
  margin-top: 30px;
}
.footermain-section .footermain-sec2 .footerlogo {
  margin-top: 25%;
  width: 60%;
}
@media (max-width: 575.98px) {
  .footermain-section .footermain-sec2 .footerlogo {
    width: 180px;
    margin-top: 0%;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .footermain-section .footermain-sec2 .footerlogo {
    width: 180px;
    margin-top: 0%;
    margin-bottom: 30px;
  }
}
.footermain-section .footermain-sec2 .footersec-2 .footerTitle {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: #f1ebeb;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .footermain-section .footermain-sec2 .footersec-2 .footerTitle {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.footermain-section .footermain-sec2 .footersec-2 .footer-u {
  list-style: none;
  padding-left: 0px;
  line-height: 37px;
}
.footermain-section .footermain-sec2 .footersec-2 .footer-u .footer-ltext {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #f1ebeb;
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
}
.footermain-section .footermain-sec2 .footersec-2 .footer-u .footer-ltext:hover {
  color: #ffd526;
}
.footermain-section .footermain-sec2 .footersec-2 .footer-u .footer-ltext .footer-ic {
  width: 10px;
  margin-right: 6px;
}
.footermain-section .copyrighttxt {
  font-family: Poppins-Regular;
  font-size: 10px;
  color: #f1ebeb;
  margin: 0px;
  margin-top: 26px;
}

.aboutmain-section {
  margin-top: 8%;
}
@media (max-width: 575.98px) {
  .aboutmain-section {
    margin-top: 22%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section {
    margin-top: 22%;
  }
}
.aboutmain-section .aboutus-title {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #000000;
  margin: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutus-title {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutus-title {
    font-size: 26px;
  }
}
.aboutmain-section .abouttxt2 {
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #464141;
  margin: 0px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .abouttxt2 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .abouttxt2 {
    font-size: 16px;
  }
}
.aboutmain-section .about-txt3 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  margin-top: 30px;
  text-align: center;
  padding: 0px 40px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .about-txt3 {
    padding: 0px;
    text-align: start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .about-txt3 {
    padding: 0px;
    text-align: start;
  }
}
.aboutmain-section .about-txt4 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  margin-top: 30px;
  text-align: center;
  padding: 0px 40px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .about-txt4 {
    padding: 0px;
    text-align: start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .about-txt4 {
    padding: 0px;
    text-align: start;
  }
}
.aboutmain-section .aboutusim {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutusim {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutusim {
    margin-bottom: 15px;
  }
}
.aboutmain-section .aboutus-section2 {
  margin-top: 40px;
}
.aboutmain-section .aboutus-section2 .section2-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutus-section2 .section2-box {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutus-section2 .section2-box {
    margin-bottom: 40px;
  }
}
.aboutmain-section .aboutus-section2 .section2-box .section2-boxim {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutus-section2 .section2-box .section2-boxim {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutus-section2 .section2-box .section2-boxim {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}
.aboutmain-section .aboutus-section2 .section2-box .section2-boxhead {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  color: #8636b9;
  margin: 0px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutus-section2 .section2-box .section2-boxhead {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutus-section2 .section2-box .section2-boxhead {
    font-size: 20px;
  }
}
.aboutmain-section .aboutus-section2 .section2-box .section2-boxsub {
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #2b2a2a;
  margin: 0px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutus-section2 .section2-box .section2-boxsub {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutus-section2 .section2-box .section2-boxsub {
    font-size: 14px;
    margin-top: 10px;
  }
}
.aboutmain-section .aboutsection3-main {
  background-color: #20a2c9;
  padding: 4% 0%;
  margin-top: 6%;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutsection3-main {
    padding: 4% 0% 10% 0%;
  }
}
.aboutmain-section .aboutsection3-main .aboutsection3-head {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #ffffff;
  margin: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-head {
    font-size: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-head {
    font-size: 26px;
    margin-top: 20px;
  }
}
.aboutmain-section .aboutsection3-main .aboutsection3-left {
  width: 100%;
  height: 450px;
  background-color: rgba(0, 0, 0, 0.23);
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left {
    margin-top: 30px;
    height: auto;
    padding: 40px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left {
    margin-top: 30px;
    height: auto;
    padding: 40px 20px;
  }
}
.aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5bcbee;
  border-radius: 100%;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim {
    width: 80px;
    height: 80px;
  }
}
.aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim .backgroundim-ic {
  width: 70px;
  height: 70px;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim .backgroundim-ic {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim .backgroundim-ic {
    width: 50px;
    height: 50px;
  }
}
.aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim-head {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim-head {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim-head {
    font-size: 18px;
  }
}
.aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim-txt1 {
  font-family: Poppins-SemiBold;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim-txt1 {
    font-family: Poppins-Regular;
  }
}
.aboutmain-section .aboutsection3-main .aboutsection3-left .backgroundim-txt2 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  margin-top: 16px;
  text-align: center;
}

.services-mainsection {
  margin-top: 5%;
  padding-bottom: 4%;
}
@media (max-width: 575.98px) {
  .services-mainsection {
    margin-top: 22%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-mainsection {
    margin-top: 22%;
  }
}
.services-mainsection .service-main {
  background-image: url(../../assets/images/waveimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 5% 0%;
}
.services-mainsection .service-main .service-head {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0% 20%;
}
@media (max-width: 575.98px) {
  .services-mainsection .service-main .service-head {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-mainsection .service-main .service-head {
    font-size: 26px;
  }
}
.services-mainsection .service-main .service-subhead {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #464141;
  margin: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .services-mainsection .service-main .service-subhead {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-mainsection .service-main .service-subhead {
    font-size: 14px;
  }
}
.services-mainsection .service-main .services-bt {
  border: 0px;
  background-color: transparent;
  border: 1px solid #8636b9;
  border-radius: 100px;
  margin-top: 30px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #8636b9;
  padding: 8px 30px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .services-mainsection .service-main .services-bt {
    padding: 6px 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-mainsection .service-main .services-bt {
    padding: 6px 20px;
    margin-bottom: 20px;
  }
}
.services-mainsection .services2-head {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  color: #000000;
  margin: 0px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .services-mainsection .services2-head {
    font-size: 20px;
    margin-top: 2%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-mainsection .services2-head {
    font-size: 20px;
    margin-top: 2%;
  }
}
.services-mainsection .services2-txt {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #464141;
  margin: 0px;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: justify;
}
@media (max-width: 575.98px) {
  .services-mainsection .services2-txt {
    text-align: justify;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-mainsection .services2-txt {
    text-align: justify;
  }
}
.services-mainsection .services-imsec {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-mainsection .services-imsec.services-imsec2 img {
  width: 90%;
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
}
.services-mainsection .services-imsec img {
  width: 70%;
  display: flex;
  margin: 0 auto;
}

.contactus-section {
  margin-top: 4%;
  margin-bottom: 8%;
}
@media (max-width: 575.98px) {
  .contactus-section {
    margin-top: 16%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section {
    margin-top: 16%;
  }
}
.contactus-section .contactus-titlesection {
  background-image: url(../../assets/images/contactus.png);
  background-size: cover;
  background-position: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 6% 0%;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-titlesection {
    padding: 20px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-titlesection {
    padding: 20px 0px;
  }
}
.contactus-section .contactus-titlesection .service-txt {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-titlesection .service-txt {
    font-size: 26px;
    font-family: Poppins-Regular;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-titlesection .service-txt {
    font-size: 26px;
    font-family: Poppins-Regular;
  }
}
.contactus-section .contactus-titlesection .service-txt.contactus {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-titlesection .service-txt.contactus {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-titlesection .service-txt.contactus {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-titlesection .service-txt {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-titlesection .service-txt {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
.contactus-section .contactus-icpic {
  width: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-icpic {
    width: 40px;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-icpic {
    width: 40px;
    margin-top: 10px;
  }
}
.contactus-section .contactus-left {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-left {
    padding: 0px 10px;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-left {
    padding: 0px 10px;
    margin-top: 10px;
  }
}
.contactus-section .contactus-left .contact-text1 {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #000;
  margin: 0px;
  margin-bottom: 9px;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-left .contact-text1 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-left .contact-text1 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.contactus-section .contactus-left .contact-text2 {
  font-family: Poppins-Regular;
  font-size: 30px;
  color: #000;
  margin: 0px;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-left .contact-text2 {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-left .contact-text2 {
    font-size: 26px;
  }
}
.contactus-section .contactus-left .contact-se2frm {
  margin-top: 26px;
  border: 1px solid #cec7c7;
  height: 40px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #000;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-left .contact-se2frm {
    margin-top: 15px;
  }
}
.contactus-section .contactus-left .contact-se2frm option {
  font-family: Poppins-Regular;
}
.contactus-section .contactus-left .contact-se2frm.contact-se2frm2 {
  height: auto;
}
.contactus-section .contactus-left .contact-se2frm:focus {
  outline: none !important;
  box-shadow: none !important;
}
.contactus-section .contactus-left .validtxt {
  font-family: Poppins-Regular;
  font-size: 10px;
  margin: 0px;
}
.contactus-section .contactus-left .contact-se2bt {
  margin-top: 30px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  font-family: Poppins-Light;
  font-size: 14px;
  border-radius: 40px;
  padding: 10px 60px;
  color: #fff;
  border: 0px;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-left .contact-se2bt {
    width: 100%;
    border-radius: 5px;
    padding: 12px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-left .contact-se2bt {
    width: 100%;
    border-radius: 5px;
    padding: 12px 0px;
  }
}
.contactus-section .contactus-left .contact-se2bt .disabled-button {
  background-color: red;
  /* Add any other styles you want for the disabled button */
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-left .contact-se2bt .disabled-button {
    background-color: yellow;
  }
}
.contactus-section .contactus-right {
  margin-top: 80px;
  position: relative;
}
.contactus-section .contactus-right .contactus-rightim2 {
  width: 200px;
  position: absolute;
  right: 0;
  z-index: 9988;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-right .contactus-rightim2 {
    margin-top: -50px;
  }
}
.contactus-section .contactus-right .contactus-rightse3 {
  position: absolute;
  margin-left: 40px;
  margin-top: 50px;
  background-color: #ffc01f;
  border-radius: 6px;
  padding: 60px 50px 90px 50px;
  width: 84%;
  z-index: 9989;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-right .contactus-rightse3 {
    position: relative;
    margin-left: 0px;
    padding: 30px;
    margin-top: 130px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contactus-section .contactus-right .contactus-rightse3 {
    position: relative;
    margin-left: 0px;
    padding: 30px;
    margin-top: 130px;
  }
}
.contactus-section .contactus-right .contactus-rightse3 .contactusrightse3txt1 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000;
  margin: 0px;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-right .contactus-rightse3 .contactusrightse3txt1 {
    margin-bottom: 20px;
  }
}
.contactus-section .contactus-right .contactus-rightse3 .contactusrightse3txt2 {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  color: #fff;
  margin: 0px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .contactus-section .contactus-right .contactus-rightse3 .contactusrightse3txt2 {
    font-size: 24px;
  }
}
.contactus-section .contactus-right .contactus-rightse3 .contactusrightse3txt3 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #fff;
  margin: 0px;
  margin-bottom: 30px;
}
.contactus-section .contactus-right .contactus-rightse3 .contactusrightse3txt3 img {
  width: 15px;
  margin-right: 7px;
}

.blog-section {
  margin-top: 4%;
  margin-bottom: 8%;
}
@media (max-width: 575.98px) {
  .blog-section {
    margin-top: 16%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section {
    margin-top: 16%;
  }
}
.blog-section .blog-titlesection {
  background-image: url(../../assets/images/blog.webp);
  background-size: cover;
  background-position: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 10% 0%;
}
@media (max-width: 575.98px) {
  .blog-section .blog-titlesection {
    padding: 50px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section .blog-titlesection {
    padding: 50px 0px;
  }
}
.blog-section .blog-titlesection .blog-txt {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .blog-section .blog-titlesection .blog-txt {
    font-size: 26px;
    font-family: Poppins-Regular;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section .blog-titlesection .blog-txt {
    font-size: 26px;
    font-family: Poppins-Regular;
  }
}
.blog-section .blog-titlesection .blog-txt.blog {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .blog-section .blog-titlesection .blog-txt.blog {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section .blog-titlesection .blog-txt.blog {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .blog-section .blog-titlesection .blog-txt {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section .blog-titlesection .blog-txt {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
.blog-section .section8-subsec {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .blog-section .section8-subsec {
    margin-top: 20px;
  }
}
.blog-section .section8-subsec .section8-subsecim {
  width: 100%;
  margin-bottom: 14px;
}
.blog-section .section8-subsec .section8-subsechead {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #000000;
  margin: 0px;
  margin-bottom: 5px;
}
.blog-section .section8-subsec .section8-subsecdate {
  font-family: Poppins-Medium;
  font-size: 12px;
  color: #000000;
  margin: 0px;
  margin-bottom: 15px;
}
.blog-section .section8-subsec .section8-subsectxt1 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #141414;
  margin: 0px;
  margin-bottom: 6px;
}
.blog-section .section8-subsec .section8-bt {
  border: 0px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  border-radius: 100px;
  padding: 8px 26px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .blog-section .section8-subsec .section8-bt {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-section .section8-subsec .section8-bt {
    margin-bottom: 50px;
  }
}

.CAREERS-section {
  margin-top: 4%;
  margin-bottom: 8%;
}
@media (max-width: 575.98px) {
  .CAREERS-section {
    margin-top: 15%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section {
    margin-top: 15%;
  }
}
.CAREERS-section .CAREERS-titlesection {
  background-image: url(../../assets/images/CAREERS.webp);
  background-size: cover;
  background-position: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 12% 0%;
}
@media (max-width: 575.98px) {
  .CAREERS-section .CAREERS-titlesection {
    padding: 35px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .CAREERS-titlesection {
    padding: 35px 0px;
  }
}
.CAREERS-section .CAREERS-titlesection .CAREERS-txt {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-txt {
    font-size: 26px;
    font-family: Poppins-Regular;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-txt {
    font-size: 26px;
    font-family: Poppins-Regular;
  }
}
.CAREERS-section .CAREERS-titlesection .CAREERS-txt.CAREERS-sub {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-txt.CAREERS-sub {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-txt.CAREERS-sub {
    margin-bottom: 0px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-txt {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-txt {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
.CAREERS-section .CAREERS-titlesection .CAREERS-sub {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-sub {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .CAREERS-titlesection .CAREERS-sub {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
  }
}
.CAREERS-section .CAREERS-titlesection .careers-bt {
  border: 0px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  border-radius: 100px;
  padding: 10px 36px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .CAREERS-section .CAREERS-titlesection .careers-bt {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .CAREERS-titlesection .careers-bt {
    margin-top: 10px;
  }
}
.CAREERS-section .careers-section2 {
  margin-top: 30px;
  background-image: url(../../assets/images/WorkingProcess.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  margin-top: 5%;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-section2 {
    margin-top: 12%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-section2 {
    margin-top: 12%;
  }
}
.CAREERS-section .careers-section2 .section2-head1 {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-section2 .section2-head1 {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-section2 .section2-head1 {
    font-size: 16px;
  }
}
.CAREERS-section .careers-section2 .section2-head2 {
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #ffffff;
  margin: 0px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-section2 .section2-head2 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-section2 .section2-head2 {
    font-size: 20px;
  }
}
.CAREERS-section .careers-section2 .section2-subsec {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-section2 .section2-subsec {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-section2 .section2-subsec {
    margin-bottom: 30px;
  }
}
.CAREERS-section .careers-section2 .section2-subsec .animaion-sec {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex; /* Hide it by default */
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.CAREERS-section .careers-section2 .section2-subsec .animaion-sec .section2-subsecimdot {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background-color: transparent;
  transition: transform 0.2s, background-color 0.2s;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.CAREERS-section .careers-section2 .section2-subsec .animaion-sec .section2-subsecim {
  width: 80px;
  height: 80px;
  display: flex;
  margin: 0 auto;
  position: absolute;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-section2 .section2-subsec .animaion-sec .section2-subsecim {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-section2 .section2-subsec .animaion-sec .section2-subsecim {
    width: 70px;
    height: 70px;
  }
}
.CAREERS-section .careers-section2 .section2-subsec .section2-subsechead {
  font-family: Poppins-Regular;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-section2 .section2-subsec .section2-subsechead {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-section2 .section2-subsec .section2-subsechead {
    font-size: 18px;
  }
}
.CAREERS-section .careers-section2 .section2-subsec .section2-subsectxt {
  font-family: Poppins-Regular;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin: 0px;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-section2 .section2-subsec .section2-subsectxt {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-section2 .section2-subsec .section2-subsectxt {
    margin-top: 10px;
  }
}
.CAREERS-section .careers-section2 .section2-subsec:hover .section2-subsecimdot {
  transform: scale(1.5);
  border: 1px dashed #1fa2c9;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.CAREERS-section .careers-sec {
  margin-top: 5%;
}
.CAREERS-section .careers-sec .careers-secleft {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.CAREERS-section .careers-sec .careers-secleft .careers-leftim {
  width: 100%;
  height: auto;
  position: relative;
}
.CAREERS-section .careers-sec .careers-secleft .careers-lefttxtsec {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: rgba(3, 3, 3, 0.6117647059);
  bottom: 0;
  overflow: hidden;
  padding: 20px 20px;
}
.CAREERS-section .careers-sec .careers-secleft .careers-lefttxtsec .careers-title {
  font-family: Poppins-Medium;
  font-size: 24px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-sec .careers-secleft .careers-lefttxtsec .careers-title {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-sec .careers-secleft .careers-lefttxtsec .careers-title {
    font-size: 18px;
  }
}
.CAREERS-section .careers-sec .careers-secleft .careers-lefttxtsec .careers-title2 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-sec .careers-secleft .careers-lefttxtsec .careers-title2 {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .careers-sec .careers-secleft .careers-lefttxtsec .careers-title2 {
    font-size: 12px;
  }
}
.CAREERS-section .careers-sec .careers-rightim {
  width: 100%;
  height: 490px;
  position: relative;
}
.CAREERS-section .careers-sec .careers-rightim img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .CAREERS-section .careers-sec .careers-rightim {
    margin-top: 30px;
    height: auto;
  }
}
.CAREERS-section .apply-head {
  font-family: Poppins-SemiBold;
  font-size: 26px;
  color: #111111;
  margin: 0px;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .apply-head {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .apply-head {
    font-size: 20px;
  }
}
.CAREERS-section .applysec {
  margin-top: 20px;
  align-items: center;
}
@media (max-width: 575.98px) {
  .CAREERS-section .applysec {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .applysec {
    margin-top: 10px;
  }
}
.CAREERS-section .applysec .apply-lbl {
  margin: 0px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #111111;
  margin-top: 14px;
}
.CAREERS-section .applysec .apply-lbl.apply-lbl2 {
  margin: 0px;
}
@media (max-width: 575.98px) {
  .CAREERS-section .applysec .apply-lbl.apply-lbl2 {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .CAREERS-section .applysec .apply-lbl.apply-lbl2 {
    margin-top: 10px;
  }
}
.CAREERS-section .applysec .apply-inp {
  background-color: #f9faff;
  border: 1px solid #dfdada;
  border-radius: 6px;
  height: 42px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #111111;
}
.CAREERS-section .applysec .apply-inp:focus {
  outline: none;
  box-shadow: none;
}
.CAREERS-section .applysec textarea {
  background-color: #f9faff;
  border: 1px solid #dfdada;
  border-radius: 6px;
  padding: 10px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #111111;
}
.CAREERS-section .applysec textarea:focus {
  outline: none;
  box-shadow: none;
}
.CAREERS-section .applysec .applybt {
  border: 0px;
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  border-radius: 100px;
  padding: 10px 36px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #ffffff;
  margin-top: 30px;
}
.CAREERS-section .applysec .custom-file-input {
  position: relative;
  display: inline-block;
}
.CAREERS-section .applysec .custom-file-input .file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.CAREERS-section .applysec .custom-file-input .upload-button {
  background-color: #e4e5e9;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #111111;
  padding: 0px 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  border: 1px solid #707070;
  cursor: pointer;
}
.CAREERS-section .applysec .custom-file-input .upload-button:hover {
  background-color: #45a049;
}

.job-seaction {
  background-color: #eeeeee;
  padding-bottom: 30px;
}
.job-seaction .jobs-mainsection {
  margin-top: 4%;
  padding: 100px 0px;
  margin-bottom: 40px;
  background-image: url(../../assets/images/im.jpg);
  background-size: cover;
  background-position: contain;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 575.98px) {
  .job-seaction .jobs-mainsection {
    padding: 50px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .job-seaction .jobs-mainsection {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .job-seaction .jobs-mainsection {
    margin-top: 16%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .job-seaction .jobs-mainsection {
    margin-top: 16%;
  }
}
.job-seaction .jobs-mainsection .jobs-title {
  font-family: Poppins-Medium;
  font-size: 36px;
  color: #ffffff;
  margin: 0px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .job-seaction .jobs-mainsection .jobs-title {
    font-size: 26px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .job-seaction .jobs-mainsection .jobs-title {
    font-size: 26px;
  }
}
.job-seaction .job-section2 .job-in {
  background-color: #ffffff;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #414141;
}
@media (max-width: 575.98px) {
  .job-seaction .job-section2 .job-in {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .job-seaction .job-section2 .job-in {
    margin-bottom: 20px;
  }
}
.job-seaction .job-section2 .job-in:focus {
  box-shadow: none;
  outline: none;
}
.job-seaction .job-section2 .job-bt {
  background-image: linear-gradient(180deg, #ffd526, #ff5900);
  width: 100%;
  height: 40px;
  border: 0px;
  border-radius: 8px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #ffffff;
}
.job-seaction .job-section2 .job-deatilssection {
  margin-top: 40px;
  background-color: #fafafa;
  padding: 20px 40px 20px 20px;
  border-radius: 12px;
}
.job-seaction .job-section2 .job-deatilssection .job-detim {
  width: 70%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .job-seaction .job-section2 .job-deatilssection .job-detim {
    width: 30%;
    margin: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .job-seaction .job-section2 .job-deatilssection .job-detim {
    width: 30%;
    margin: 0px;
    margin-bottom: 10px;
  }
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .job-dethead {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #1d1c1c;
  margin: 0px;
  margin-bottom: 15px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .jobdet1 {
  background-color: rgba(255, 192, 31, 0.5019607843);
  padding: 6px 13px;
  border-radius: 4px;
  margin-right: 14px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .jobdet1 p {
  font-family: Poppins-Regular;
  font-size: 10px;
  color: #f39200;
  margin: 0px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .jobdet2 {
  background-color: #87c15e;
  padding: 6px 13px;
  border-radius: 4px;
  margin-right: 20px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .jobdet2 p {
  font-family: Poppins-Regular;
  font-size: 10px;
  color: #2e600a;
  margin: 0px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 {
    line-height: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 {
    line-height: 40px;
  }
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 .job-secim {
  width: 24px;
  margin-right: 10px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 .job-secim.job-secim3 {
  width: 25px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 .job-secim.job-secim2 {
  width: 27px;
  height: 24px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 .job-sectxt {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #414141;
  margin: 0px;
}
.job-seaction .job-section2 .job-deatilssection .job-det2sec .job-sec1 .job-sectxt.job-sectxt2 {
  color: #008000;
}
.job-seaction .job-section2 .job-deatilssection .jobbt {
  background-color: #ffc01f;
  width: 100%;
  height: 40px;
  border: 0px;
  border-radius: 8px;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #ffffff;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .job-seaction .job-section2 .job-deatilssection .jobbt {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .job-seaction .job-section2 .job-deatilssection .jobbt {
    margin-top: 30px;
  }
}
.job-seaction .job-section2 .location-job {
  width: 15px;
  height: 21px;
  margin-right: 10px;
}
.job-seaction .job-section2 .location-jobtxt {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #414141;
  margin: 0px;
}

.custm-mdl {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #1d1c1c;
  margin: 0px;
}
@media (max-width: 575.98px) {
  .custm-mdl {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .custm-mdl {
    font-size: 16px;
  }
}

.custm-mdltxt2 {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #1d1c1c;
  margin: 0px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .custm-mdltxt2 {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .custm-mdltxt2 {
    font-size: 14px;
  }
}

.custm-mdltxt3 {
  font-family: Poppins-Regular;
  font-size: 12px;
  color: #414141;
  margin: 0px;
}/*# sourceMappingURL=style.css.map */