@import url('../../css2');

body {
  background: #fff;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif !important;;
  overflow-x: hidden;
  color: #242424;
}

a,
li {
  text-decoration: none !important;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif !important;;
  list-style: none;
  color: #242424;
}

button {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif !important;; 
  color: #242424;
  font-weight: 400;
}

p {
  font-family: 'Montserrat', sans-serif !important;;
  font-size: 17px;
  font-weight: 500;
  /* text-align: justify; */
  color: #000000;
}

.green {
  color: #2eff8e;
}

.text_green {
  color: #0097f0;
}
.text_blue {
    background: linear-gradient(to right, #008aed, black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 45px;
   
  }


.mt_30 {
  margin-top: 30px;
}

.width100 {
  width: 100%;
}

.px_0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.desk_hidden {
  display: none;
}

/*================= Header======== */

.header_section {
  width: 100%;
  z-index: 100;
  position: relative;
}

.logo_headers {
  padding-top: 10px;
}

.logo_headers img {
  width: 175px;
}

.main_menus {
  padding-top: 20px;
}

.main_menus ul {
}

.main_menus ul li {
  padding: 10px 14px;
  text-transform: uppercase;
  z-index: 10;
  display: inline-block;
}

.main_menus ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.4px;
}

.main_menus ul li a i {
  font-size: 10px;
  padding-left: 0px;
}

.dropdpwnmenu {
  position: absolute;
  padding-top: 0px;
  opacity: 0;
  visibility: hidden;
  min-width: 240px;
  transition: 0.3s ease-in;
  transform: translateY(7px);
  -webkit-transition: 0.3s ease-in;
  right: 0;
  left: -22px;
}

.submenus {
  background-color: #fff;
  z-index: 100;
  border-radius: 8px;
}

.submenus ul {
  background: #fff;
  /* transform: translateY(7px); */
  margin-top: 28px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0.3125rem 1rem -0.1875rem rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 11px rgb(0 0 0 / 17%);
  padding: 10px 0px;
  min-width: 370px;
  transition: 0.5s ease-in;
  border-radius: 8px;
}

.submenus ul li {
  display: block;
  font-size: 14px;
}

.main_menus ul li:hover .dropdpwnmenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*============Home PAGE HERO SECTION================ */
.hero_section {
  width: 100%;
  position:relative;
}

.hero_sectionText {
  position: absolute;
  /* text-align: center; */
  top: 50%;
  z-index: 10;
  /* left: 50%; */
  transform: translate(-10%, -50%);
}

.hero_sectionText h4 {
  text-transform: uppercase;
  width: max-content;
  /* margin: 0 auto; */
  border-radius: 5px;
  background: #fff;
  font-size: 35px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.hero_sectionText h5 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.hero_sectionText h6 {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
}

.hero_sectionText h4 span {}

.hero_section video{
  width: 100%;
  height: 100vh;
  /*background-color: #409fdd;*/
  object-fit: cover;
}

.trust_section {padding: 80px 0px;overflow: hidden;position: relative;}

.site_title {
  text-align: center;
  margin-bottom: 30px;
}

.site_title h5 {
  margin: 0;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
}

.site_title h6 {

  font-size: 35px;

  font-weight: 800;

  text-transform: uppercase;
}

.boxes_grids {

  display: grid;

  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box_wraps {
  width: 70%;
  text-align: center;
}

.box_wraps .images_boxes {box-shadow: 0 1px 5px 0 rgb(0 0 0 / 13%);width: 80%;padding: 25px 30px 25px 30px;position: relative;margin: 0 auto;border-radius: 8px;border: 2px solid #0097f0;}

.box_wraps .images_boxes img {
  width: 93%;
}

.box_text {}

.box_text h4 {
  color: #289258;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding-top: 35px;
}

.trust_section p {

text-align: center;

width: 80%;

margin: 0 auto;

margin-top: 40px;

font-size: 16px;
}

.funfacts {
  background-image: url(../img/banner2.jpg);
  padding: 80px 0px;
  background-position: center;
  background-size: cover;
  position:
  relative;
}
.funfacts::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #020404c9 85%, #0204049e 100%);
    top: 0;
    left: 0;
}
.upper_row {
    position: relative;
    z-index: 10;
}

.upper_row h4 {
  color: #289258;
  font-size: 80px;
  font-weight: 800;
}

.upper_row p {
  color: #fff;
  width: 60%;
  font-weight: 300;
  margin-bottom: 40px;
}

.lower_row {width: 75%;position: relative;z-index: 10;}

.funfact__box {margin-right: 15px;}

.funfact__box h6 {
  color: #289258;
  font-size: 25px;
  font-weight: 700;
}

.funfact__box p {
  color: #fff;
}

.lower_row .col-md-3 {
  padding: 0px;
}

.border_right {
  border-right: 1px solid #ffffffcc;
}

.text__centers p {

  text-align: center;

  width: 70%;

  margin: 0 auto;
}

.text__centers {padding: 80px 0;overflow: hidden;position: relative;}

.manufacturing_grid {}

.what__webox {

  position: relative !important;
}

.front {

  height: 100%;
}

.front .front_images {
  object-fit: cover;
  height: 100%;
  width: 100% !important;
}

.text_frontbox {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px 30px;
}

.text_frontbox h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 29px;
}

.arrow {
  width: 50px;
  margin: 0 auto;
  display: block;
  margin-top:35px;
}

.back {
  height: 100%;
}

.short_iamegs {
  padding: 20px;
}

.market_serve {
  background-image: url(../img/marketserve.jpg);
  background-position: center;
  height: 500px;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}

.market_serve h5 span {
  color: #f0ff9e;
}

.market_serve h5 {
  position: relative;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.market_serve p {
  color: #fff;
  position: relative;
  z-index: 10;
  width: 45%;
}



.we_servers {
 background-image: url(../img/Market-we-serve.jpg);
  padding: 80px 0px;
}

.server_boxs {
  position: relative;
  margin-bottom: 50px;
}

.main_images {
  width: 100%;
  height: 240px;
  object-fit: cover;
  position: relative;
}

.serve_box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  width: 100%;
}

.serve_box h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.we_servers p {
  color: #fff;
  text-align: center;
}

.main_footer {
  background-image: linear-gradient(to top, rgb(1 144 245 / 38%), rgba(0, 0, 255, 0)), url(https://img.freepik.com/premium-photo/low-poly-dark-background-with-abstract-polygonal-shapes-connecting-dots-lines-concept-abstract-art-low-poly-design-dark-background-geometric-shapes-connecting-dots-lines_918839-356528.jpg?w=900);
  background-position: center;
  background-size: cover;
  padding: 80px 0px;
  position: relative;



}



.hide {
  display: none;
}

.foot_logo {
  position: relative;
  z-index: 10;
}

.foot_logo img {
  width: 100%;
    margin-bottom: 20px;
    border-radius: 10px
}

.foot_content {
  position: relative;
  color: #fff;
  z-index: 10;
  text-align: justify;
  /* padding-right: 30px; */
  font-size: 15px;
}

.foot_quick_links {
  position: relative;
  z-index: 10;
  padding-top: 27px;
}

.foot_quick_links h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.foot_quick_links ul li {
  position: relative;
}

.foot_quick_links ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 10px;
}

.foot_quick_links ul li img {
  width: 20px;
}

#white_textfoot ul li img {
  height: 20px;
  position: relative;
  top: 2px;
}

#white_textfoot ul li a {
  padding-left: 15px;
}

.pt_tops {
  padding-top: 40px;
}

#white_textfoot ul li {
  display: flex;
  margin-bottom: 10px;
}

.footer_bottom {
  background: #002551;
  padding: 20px 0px 10px;
}

.footer_bottom p {

  margin: 0;
  color: #fff;
}

.social_icons ul {
  float: right;
  margin: 0;
}

.social_icons ul li {
  display: inline-block;
  padding-left: 20px;
}

.social_icons ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border: 1.5px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.border_rights {
  padding-right: 18px;
  position: relative;
}
.border_rights::before{
    content:
    "";
    position: absolute;
    width: 1.5px;
    height: 57%;
    background: #fff;
    top: 8px;
    right: 0;
}
.foot_quick_links h6 {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;

}

/*=================== about us */
.about_usbreadcumb {
  background-image: url(../img/about-Us.jpg) !IMPORTANT;
}

.about_usbreadcumb h2 {
  position: relative;
  z-index: 10;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

/*.about_usbreadcumb::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: transparent;*/
/*  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 4, 4, 0)), color-stop(50%, rgba(2, 4, 4, 0.58)), color-stop(85%, #020404), to(#020404));*/
/*  background-image: -webkit-linear-gradient(top, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #020404 85%, #020404 100%);*/
/*  background-image: linear-gradient(to bottom, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #020404 85%, #020404 100%);*/
/*}*/

.about_usbreadcumb h4 {
  margin-bottom: 30px;
}

.our_vission {padding: 60px 0px;position: relative;}

.vission_title{
    padding: 20px 0px;
} 
.vission_title h5 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}

.main__textVision h6 {
  font-size: 19px;
  font-weight: 400;
  margin-top: 15px;
    line-height: 25px;
  text-align: justify;
  margin-bottom: 26px;
}

.main__textVision h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 18px;
}

.main__textVision ul {
  margin: 0;
  padding-left: 20px;
}

.main__textVision ul li {
  font-size: 15px;
  font-weight: 500;
  list-style-type: disc;
}

.line_dividerinner {

  border-bottom: 2px solid #c1c1c1;
}

.about_ikioImages {
  margin-top: 10px;
}

.about_ikio3 {
  padding: 80px 0px;
  position: relative;
  /* margin-top: 4rem; */
  background: #ffffff url(../img/about/about_us_bg.png) bottom right no-repeat;
}

.about_ikio3 h4 {
  font-size: 30px;
  font-weight: 800;
  padding-right: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.about_ikio3 p {
  /* padding-right: 40px; */
  text-transform: capitalize;
}

.about_ikioImages::before {
  content:
    " ";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 400px;
  height: 400px;
  background: url(../img/yellowstrip.svg) no-repeat center center / 100% 100%;
}

.Small_images {
  background-size: cover !important;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 25%);
  border-radius: 82px;
  /*top: -40px;*/
  position: relative;
}

.about_ikio3 .row {
  align-items: center;
}

.oustanding_sec {
  padding: 0px 0px 60px 0px;
}

.oustanding_sec h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

.oustanding_sec p {
  margin: 0 auto;
  font-size: 18px;
  padding-bottom: 40px;
}

.oustanding_sec ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 20px;
}

.oustanding_sec li {
  text-align: left !important;
  margin-bottom: 13px;
  font-size: 16px;
  list-style-type: disc;
}

.tab_containerWrap {
  margin-bottom: 50px;
  border-top: 1px solid #0097f0;
  border-bottom: 1px solid #0097f0;
  position: sticky;
  top: -1px;
  z-index: 10;
  background: #fff;
}

.tab_containerWrap ul {
  gap: 20px;
  margin: 0px !important;
}

.tab_containerWrap ul li a {
  border-radius: 0px !important;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 0 !important;
  color: #767676;
}

.tab_containerWrap ul li a.active {
  background: transparent !important;
  color: #0097f0 !important;
  border-bottom: 3px solid;
  font-weight: 600;
}

.procut_innerwraps {
  padding-bottom: 70px;
}

.product__leftSide h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.product__leftSide h6 {
  font-size: 18px;
  margin-bottom: 20px;
}

.text__icons h3 {
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}

.text__icons img {

  width: 50px;
}

.product_rightSides {
  padding-left: 40px;
}

.images__products img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  object-position: center;
}

.product_rightSides .owl-nav {
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}

.product_rightSides .owl-nav button img {
  width: 20px;
}

.product_rightSides .owl-nav .owl-prev img {
  left: -23px;
  position: absolute;
}

.product_rightSides .owl-nav .owl-next img {
  right: -22px;
  position: absolute;
  transform: rotate(178deg);
}

.product_rightSides .owl-dots {
  position: relative;
  margin-top: 22px;
}

.product_rightSides .owl-dots .owl-dot {
  outline: none !IMPORTANT;
  border: 0px !important;
}

.product_rightSides .owl-dots .owl-dot.active span {
  background: #0097f0 !important;
}

.product_rightSides .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #0097f0 !important;
  position: relative;
  margin: 5px 10px !important;
}

.product_rightSides .owl-dots .owl-dot span::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -5px !important;
  left: -5px !important;
}

.product_rightSides .owl-dots .owl-dot.active span::after {
  border: 2px solid;
  box-shadow: -1px 3px 8px 1px rgb(13 78 15 / 27%);
  width: 22px;
  height: 22px;
  top: -7px !important;
  left: -7px !important;
}

.product__tiles {
  margin: 12px 0px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
}

.product__tiles::after {
  background-color: #d8d8d8;
  bottom: 0;
  content: "";
  display: block;
  margin-left: 1.5rem;
  position: absolute;
  right: 0px;
  top: 0;
  width: 1.5px;
}

.investors_breacdumb {
  background-image: url(../img/inveestor.jpg);
  width: 100%;
  padding: 6rem 10px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 5;
}
#conact_breadcumb{
    background-image:url(../img/Contactus.jpg);
}

/*.investors_breacdumb::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-image: -webkit-linear-gradient(top, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #020404 85%, #020404 100%);*/
/*  background-image: linear-gradient(to bottom, rgba(2, 4, 4, 0) 0%, rgba(2, 4, 4, 0.58) 50%, #020404c9 85%, #0204049e 100%);*/
/*}*/

.Small_images img{
    width:100%;
    border-radius: 20px;
}
.investors_breacdumb h4 {
  font-size: 35px;
  font-weight: 600;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.investors_breacdumb p {
  color: #ffffff;
  line-height: 23px;
  position: relative;
  z-index: 10;
  font-weight: 400;
  width: 60%;
  text-align: justify;
  font-size: 19px;
  line-height: 27px;
}

.investor_page1 {
  padding: 60px 0px;
}

.investor_page1 h5 {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
}

.investor_page1 h6 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.investor_page1 p {
  font-size: 16px;
  font-weight: 500;
  padding-right: 50px;
}

.invsstor_pageright h4 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #0097f0;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.invsstor_pageright ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.invsstor_pageright ul li img {
  width: 30px;
}

.invsstor_pageright ul li .list_text {
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
}

.investor_page2 {
  padding: 60px 0px;
}

.invertor_tabs ul {
  grid-gap: 30px;
  width: 100%;
  place-content: center;
}

.invertor_tabs {
  margin-bottom: 30px;
}

.invertor_tabs ul li a {
  color: #848588;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid #dad7d7 !important;
  padding: 8px;
}

.invertor_tabs ul li a.active {
  background: transparent !important;
  color: #242424 !important;
  border-bottom: 3px solid #337741 !important;
}

.investor_page2 .container {
  max-width: 70%;
  margin: 0 auto;
}

.invertors_detailsPage .card {
  border: 0pc !important;
  margin-bottom: 15px;
}

.invertors_detailsPage .card-header {
  border: 1px solid #ddddde;
  border-radius: 0px !important;
  background: #fff !important;
  padding: 5px 12px;
}

.invertors_detailsPage .card-header i {
  display: none;
}

.invertors_detailsPage .card-link {
  font-size: 20px;
  font-weight: 600;
  color: #242424 !important;
  margin-bottom: unset;
  text-transform: capitalize;
}

.grid_cols {
  margin-bottom: 30px;
}

.grid_cols h5 {
  font-size: 18px;
  font-weight: 600;
}

.grid_colsInner a {
  display: flex;
  align-items: center;
}

.grid_colsInner img {
  width: 30px;
  margin-right: 18px;
}

.upper_grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 25px;
  padding-bottom: 20px;
}

.lower_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 15px;
}

.invertors_detailsPage .card-header .card-body {
  padding: 20px;
}

.upper_grids h5 {
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}

.invertors_detailsPage .card .card-body {
  padding: 0px 10px;
}

.grid_colsInner span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.investor_imageBoxes {
  width: 95%;
  margin: 0 auto;
}

.image_boxes {
  padding: 20px;
  border: 1px solid #ddddde;
}

.image_boxes img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.investor_imageBoxes h6 {
  padding: 10px;
  background: #000;
  text-align: center;
  font-size: 17px;
  color: #fff !important;
  font-weight: 600;
}

.invertor_ImgesWraps {
  width: 95%;
  margin: 0 auto;
}

.invsetor_Page3 {
  padding-bottom: 60px;
}

.form__wrap {
  margin-bottom: 20px;
}

.form__wrap label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.career_form p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}

.career_formSubmit button {
  background: transparent !important;
  padding: 10px 29px !important;
  border: 2px solid #00b7f1;
  color: #0f6f97;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 26px;
  box-shadow: 4px 4px 0px 0px #2e8dff;
  letter-spacing: 1px;
}

.career_formSubmit button i {
  padding-left: 10px;
}


.contact_wraps {
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  position: relative;
  top: -120px;
  background: #fff;
  z-index: 10;
}

.follow_us span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.follow_us {
  padding-top: 2rem;
}

.follow_us a i {
  font-size: 20px;
  margin-right: 20px;
}

.breadcumb_box ul li a {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 11px;
  text-transform: uppercase;
}

.breadcumb_box ul li i {
  padding: 0px 15px;
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 10px;
}

.breadcumb_box ul {
  display: flex;
}

.career_pagebreadcumb {
  background-image: url(../img/career_page.png);
}

.career_pagebreadcumb::after {
  content: '';
  display: none;
}

.career_section1 {
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}

.short_title h6 span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 58px;
}

.short_title h6 span::before {
  content:
    '';
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0px;
  background-color: #001033;
  top: 9px;
}

.short_title h4 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 25px;
}

.short_title h4 span {
  margin-right: 11px;
  position: relative;
}

.short_title h4 span::after {
  content: "";
  height: 16px;
  width: calc(100% + 10px);
  position: absolute;
  bottom: 19%;
  left: -5px;
  background-color: rgba(0, 0, 0, .06);
  z-index: -1;
}

.text_titles {
  padding-bottom: 30px;
  font-size: 17px;
  font-weight: 400;
}

.perk_plate {
  margin-bottom: 60px;
}

.perk_title {
  display: flex;
  position: relative;
}

.perk_num {
  position: relative;
}

.perk_num h6 {
  margin: 0;
  z-index: 1;
  position: relative;
  font-size: 35px;
  font-weight: 800;
}

.perk_tit {
  font-size: 25px;
  font-weight: 700;
  padding-left: 10px;
  padding-top: 3px;
}

.perk_desc {
  padding-top: 10px;
  font-size: 19px;
}

.perk_num.perk_two::before {
  content: '';
  background-color: #9985ff;
}

.perk_num.perk_three::before {
  content: '';
  background-color: #a0e4d5;
}

.perk_num.perk_four::before {
  content: '';
  background-color: #ffd45e;
}

.perk_num.perk_five::before {
  content: '';
  background-color: #ffb4bc;
}

.perk_num::before {
  content:
    '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -7px;
  background-color: #a0e4d5;
}

.perk_num::after {
  content:
    '';
  background-color: #fff;
  width: 25px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: -7px;
}

.rell_Images {
  background-image: url(../img/about/DJI_20250111174319_0123_D.jpg);
  background-size: 800px;
  background-attachment: fixed;
  background-position-x: -120px;
  height: 450px;
  max-width: 450px;
  margin-left: auto;
  width: 100%;
  position: relative;
  /* -webkit-animation: slideback 12s infinite alternate;
  animation: slideback 12s infinite alternate; */
}

@keyframes slideback {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 200px;
  }
}

#rell_imagesleft {
  background-image: url(../img/about/ZNP03108.jpg);
  margin-left: 0px;
  margin-right: auto;
}

.pt_50 {
  padding-top: 5rem;
}

.work_why {
  background-image: url(../img/about/026A0733.jpg);
  padding: 15rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.bg_after::after {
  background: linear-gradient(to bottom, rgb(2 4 4 / 61%) 0%, rgba(2, 4, 4, 0.58) 50%, #0204048f 85%, #0204049e 100%);
  content:
    '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work_why h6 {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: 800;
}

.work_why p {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}

.career_form {
  background: #FFFFFF url(../img/background.svg) bottom right no-repeat;
}

.animate-label {
  position: relative;
  margin-top: 31px;
}

.animate-label label {
  position: absolute;
  bottom: 6px;
  left: 0;
  transition: 0.3s all ease;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
}

.animate-label input:valid+label,
.animate-label input:focus+label {
 
}

.animate-label input:focus+label {
  color: #4285f4;
   bottom: 30px;
  font-size: 12px;
}

.animate-label line:before {
  content: "";
  position: absolute;
  background: #1062e9;
  width: 0px;
  height: 2px;
  right: 50%;
  bottom: 0px;
}

.animate-label input:focus~line:before {
  width: 100%;
  right: 0;
  transition: all 0.3s ease;
}

.animate-label input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e6e4e4;
  padding-bottom: 6px;
  z-index: 2;
  background: transparent !IMPORTANT;
  font-size: 14px;
  color: #242424;
}
.career_form {
    background: #FFFFFF url(../img/background.svg) bottom right no-repeat;
}

.animate-label input:focus,
.animate-label textarea {
  outline: none;
}

.animate-label textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e6e4e4;
  padding-bottom: 6px;
  z-index: 2;
  background: transparent !IMPORTANT;
  font-size: 14px;
  color: #242424;
  padding: 20px 10px 80px 10px;
}

.careerFiled {
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
  background: #fff;
  padding: 50px 40px;
  background-color: #fff;
  position: relative;
  margin-left: 50px;
  overflow: hidden;
  border-bottom-right-radius: 48px;
  z-index: 4;
  margin-bottom: 30px;
}

.careerFiled h5 {
  font-size: 27px;
  font-weight: 700;
}

.file-upload {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}

.file-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select {
  display: block;
  border: 2px dashed #e6e4e4;
  color: #000;
  cursor: pointer;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 5px 7px;
  border-radius: 8px;
  text-align: center;
  margin: auto;
  height: 144px;
}

.file-upload .file-select ul li {
  font-size: 14px;
  color: #969696;
  line-height: 18px;
  cursor: inherit;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 99%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload h6 {
  font-size: 12px;
  font-weight: 600;
  text-align: left !important;
  opacity: 0.9;
  display: block;
  padding-top: 10px !important;
}

.file-select span i {
  font-size: 18px;
}

.file-select h4 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}

.file-select h3 {
  color: #0097f0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}

.file-select h2 {
  font-size: 15px;
  font-weight: 600;
}

.file-upload.active .file-select .file-select-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carerform_left h3 {
  font-size: 18px;
  font-weight: 500;
  padding-right: 30px;
  margin-bottom: 20px;
  display: none;
}

.carerform_left p {}

.carerform_left h6 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 80px;
  padding-bottom: 20px;
}

.dash {
  max-width: 160px;
  opacity: 0.4;
  width: 200px;
  height: 1px;
  margin: 20px 0;
  border-top: 1px dashed #090909;
  margin-top: 40px;
  margin-bottom: 25px;
}

.carerform_left h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content_creation {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  font-style: italic;
}

.careerFiled::before {
  background: url(../img/bg_shape_6.png) 50%/contain no-repeat;
  content: "";
  position: absolute;
  top: -6px;
  left: -3px;
  z-index: -1;
  width: 125px;
  height: 125px;
  transform: rotate(270deg);
}

.careerFiled::after {
  content: "";
  background: url(../img/bg_shape_6.png) 50%/contain no-repeat;
  content: "";
  position: absolute;
  bottom: -6px;
  right: -3px;
  z-index: 1;
  width: 125px;
  height: 125px;
  transform: rotate(90deg);
}

.circuit-no-fill,
.circuits,
.circuit-top-group {
  width: 145px;
}

.circuits path {
  fill: none;
  stroke: #08bbff;
  stroke-width: 0.5px;
  fill-opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation-name: draw, fill;
  animation-fill-mode: forwards;
  animation-duration: 15s, 3s;
  animation-delay: 1s, 9s;
  animation-direction: alternate;
  animation-iteration-count: infinite, initial;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill {
  from {
    fill-opacity: 0;
  }

  to {
    fill-opacity: 1;
  }
}

@keyframes drawPath {
  to {
    stroke-dashoffset: -100;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.circuit_bgRight svg {
  position: absolute;
  left: 15px;
  top: -58px;
}

.circuit_bgRightbottom svg {
  position: absolute;
  right: 15px;
  bottom: -65px;
  z-index: -1;
}

.contact_header {
  display: flex;
  align-items: center;
  background: #F4F4F6;
  padding: 29px 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.contact_header img {
  width: 60px;
}

.contact_header h4 {
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.ikio_contactInner {
  padding: 25px 0px;
}

.contact_left {
  padding-top: 70px;
  padding-right: 25px;
}

.contact_left ul li {
  display: flex;
  position: relative;
}

.contact_left ul {}

.circlewrap {}

.circle_wrapInner {

  width: 25px;

  height: 25px;

  background: #0097f0;

  border-radius: 50%;

  box-shadow: 0px 9px 8px -5px rgb(0 0 0 / 47%);

  display: flex;

  align-items: center;

  justify-content: center;
}

.small_circle {

  justify-content: center;

  width: 15px;

  height: 15px;

  background: #fff;

  border-radius: 50%;

  box-shadow: 0 1px 2px 0 rgb(16 24 40 / 28%);

  display: flex;

  align-items: center;

  position: relative;
}

.small_circle::after {
  content:
    " ";
  width: 8px;
  height: 8px;
  background: #0097f0;
  position: absolute;
  border-radius: 50%;
  top: 4px;
}

.contact_left h6 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 20px;
}

.contact_left h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
}

.ikio_contactInner .animate-label {}

.ikio_contactInner .animate-label {

  margin-bottom: 35px;
}

.ikio_contactInner .text_areafiled label {
  top: 0px !important;
}

.animate-label textarea {
  position: relative;
}

.animate-label textarea:focus~line:before {
  width: 100%;
  right: 0;
  transition: all 0.3s ease;
}

.text_areafiled line:before {
  bottom: 8px;
}

.circle_content {
  font-size: 17px;
  font-weight: 500;
  padding-left: 20px;
  padding-bottom: 10px;
}

.circle_content p {
  font-size: 15px;
  font-weight: 400;
}

.border_lefts::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 10px;
  background: #0097f024;
  z-index: -1;
}

.contact_left ul:nth-last-child():before {
  display: n;
}

.circuit_topright svg {

  position: absolute;

  right: 30px;

  top: -60px;
}

.contact_main {
  position: relative;
}
.ikio_contactMap .container{

max-width: 1420px;
}
.c_map iframe{

height: 473px;

position: relative;

z-index: 1;
}
.c_mapContent{

position: absolute;

top: -130px;

display: flex;

justify-content: flex-start;

z-index: 10;

right: 70px;
}
.cc_mapContentInner{

width: 460px;

background: #fff;

padding: 40px;

box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);

margin-top: 0;

border-bottom-right-radius: 48px;
}
.cc_contentSummary{
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid hsla(0,0%,85.1%,.5);
}
.c_images{}
.c_images img{
    align-self: flex-start;
    margin-top: 2px;
    max-width: none;
    width: 20px;
    flex-shrink: 0;
}
.c_textContact {
    margin-left: 16px;
}
.c_textContact p{
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}
.c_textContact a{
    display: block;
    margin-top: 6px;
    color: #0067b9;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.c_textContact a img{
    width: 25px;
    padding-top: 12px;
    margin-left: 11px;
}
.circle::before{
  content:
  '';
  width: 50px;
  height: 50px;
  border: 1px solid #0067b9;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0px;
}
.body_small{
    display: block;
    font-size: 15px;
}
.ikio_contactMap{

position: relative;

padding-top: 6rem;

padding-bottom: 6rem;
}
.c_map{
    position: relative;
}
.ikio_contactMap .container{
  position: relative;
}
.border_none{
  border:0px;
}
.circle{
  display: flex !IMPORTANT;
  align-items: center;
  justify-self: center;
  margin-bottom: 10px;
}
.circuit_bootomleft svg{
  position: absolute;
  right: 22px;
  bottom: 0;
}
.fixed_header{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999 !important;
    box-shadow: 0 2px 5px rgb(0 0 0 / 36%);
    animation: smoothScroll 1s forwards;
    webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}
.makein_India{}
.makein_India img{
    width: 200px;
}
.makein_India h5{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}


.what__webox .front, .what__webox .back {
  backface-visibility: hidden;
}

.what__webox {
  cursor: pointer;
  transition: 1s;
  transform-style: preserve-3d;
}
.what__webox .front {
  transform: rotateY(0deg);
}
.what__webox .back {
  transform: rotateY(180deg);
    position: absolute;
    top: 0;
}
.what__webox .back {
    top: 0;
    transition: all .5s ease-in-out;
    padding: 3rem 3rem;
}
.what__webox.active-tab {
  transform: rotateY(180deg);
}
.what_details h5{font-size: 25px; font-weight:700;margin-bottom: 20px;}
.what_details p{ font-size:16px;}
.backbtn{}
.backbtn{ width:50px; display:none;}
.remove_activetab{
    
}


.dots-animate {
  position: relative
}

.dots-animate .dc1 {
  top: 0;
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #0097f0
}

.dots-animate .dc2 {
  position: absolute;
  border-radius: 50%;
  top: 100px;
  left: 50px;
  width: 6px;
  height: 6px;
  background-color: #0097f0
}

.dots-animate .dc3 {
  position: absolute;
  border-radius: 50%;
  top: 160px;
  left: 100px;
  width: 8px;
  height: 8px;
  border: 2px solid #0097f0
}

.dots-animate .dc4 {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 8px;
  height: 8px;
  border: 2px solid #0097f0
}

.dots-animate .dc4 {
  position: absolute;
  top: 300px;
  left: 30px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #0097f0
}

.dots-animate .dc5 {
  position: absolute;
  top: 70px;
  left: 60px;
  width: 8px;
  height: 8px;
  border: 1px solid #0097f0
}
.dots-animate .dc7 {
  position: absolute;
  top: 70px;
  left: 300px;
  width: 10px;
  height: 10px;
  background-color: #0097f0;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#right_bottomdots{
    position: absolute;
    bottom: 37%;
    right: 21%;
}
.p_relative{
    position:
    relative;
}
.serve_box img{
    width: 80px;
    margin: 0 auto;
    display: block;
}
.icons_industries{
     width: 80px;
    margin: 0 auto;
    display: block;
}
.about_ikio3 h3{
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
}
.oustanding_sec h6{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}
.oustanding_sec h4{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: -50px;
}


.makein_India{background:  url(../img/gray-abstract-wireframe-technology-background.jpg);padding: 59px 0px;background-position: center;background-size: cover;}
.makein_India img{
    width: 200px;
}
.makein_India h5{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.rlux_contactwrapper {
  position: relative;
  overflow: hidden;
}
.contact_overlay {
  background-image: url(../images/world_contact.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.rlux_contactLeft {padding-top: 80px;}
.rlux_contactLeft h2 {font-size: 30px;line-height: 22px;}
.rlux_contactLeft p {font-size: 20px;margin-bottom: 24px;}
.contact_formWraaper {
}
.formfield_wrapper {margin-bottom: 15px;color: #041a57;}
.formfield_wrapper input {
}
.formfield_wrapper select {
}
.formfield_wrapper textarea {height: 140px;}
.rlux_contactright {background: linear-gradient(135deg, rgb(0 149 255) 0, rgb(39 70 116) 59%, #254675 59%, #0f2d57 100%) !important;padding: 80px 50px 80px 50px;color: #fff;border-bottom-right-radius: 46px;box-shadow: 0 4px 10px 0 rgb(0 0 0 / 24%);}
.contactright_box {
}
.contactright_box h5 {color: #fff;font-size: 30px;font-weight: 700;}
.contactright_box p {font-size: 17px;margin: 25px 0px;color: white;}
.contact_addboxes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.contact__righticons {position: relative;padding-top: 20px;}
.iconboxes {}
.iconboxes svg {width: 1em;height: 1em;position: relative;display: block;font-size: 44px;fill: #fff !important;}
.iconboxes_content {padding-left: 20px;}
.iconboxes_content h6 {color: #fff;font-size: 16px;text-transform: uppercase;font-weight: 700;margin-bottom: 2px;}
.iconboxes_content p {color: #fff;margin: 7px 0px !important;}
#email_icons {width: 44px;height: 44px;filter: brightness(3.5);}
.dots-animate{
}
.oustanding_sec ul li{display:flex;align-items: center;}
.oustanding_sec ul li img{
    width: 60px;
    margin-right: 15px;
}

.rows{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.megamenus {
    width: 70%;
    right: 0;
    left: 0;
    min-width: unset;
    margin: 0 auto;
    z-index: 100;
}
.megamenus .submenus ul {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 0;
    padding: 20px 0px;
}

.submenus ul li a::before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 74px;
    width: 1px;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgb(33 135 37), rgba(0, 0, 0, 0) );
    position: absolute;
    left: -2.1px;
    top: -20px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
}
.submenus ul li a svg {
    fill: #0097f0;
    width: 18px;
    opacity: 0;
    left: 5px;
    -webkit-transition: left 0.1s;
    transition: left 0.1s;
    position: relative;
}
.submenus ul li a:hover::before {
    opacity: 1;
}
.submenus ul li a:hover svg {
    opacity: 1;
    left: 10px;
}
.submenus ul li{line-height: 25px;}
.submenus ul li a{
    position: relative;
    display: flex;
    width: 100%;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-left: 4px solid;
    border-color: transparent;
    position: relative;
    align-items: center;
    letter-spacing: 0px !important;
}
.submenus ul li a:hover {
    border-color: #0097f0;
}
.main_menus ul li img{
    width: 25px;
    margin-right: 5px;
}
.main_menus ul li{}
.p_static{
    position:static;
}
.location_wraps{
    padding: 70px 0px;
}
.location_wraps h5{
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.location_wraps p{
    margin-bottom: 40px;
}
.f_adressbox{
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 26%);
    padding: 35px 20px 35px 20px;
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    border: 2px solid #0097f0;
    min-height: 220px;
    z-index: 10;
    background: #fff;
}
.f_head{
    display: flex;
    align-items: center;
}
.f_head img{
    width: 26px;
}
.f_head h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.f_adressbox h6{
    padding-top: 20px;
    font-weight: 500;
    border-bottom: 1px dashed;
    width: max-content;
    margin-bottom: 16px;
}
.f_adressbox span{
    display: block;
    font-size: 15px;
}

#left_topdots{
    position: absolute;
    top: 1%;
    left: 0%;
}
.career_form{
    position:relative;
}
.flex_Box{
    display: flex;
    align-items: center;
    grid-column-gap: 23px;
}
.error{
    font-size:13px !important;
    margin-top:2px;
    color:red !important;
    font-weight:400 !important;
}
.swiper-button-prev{
    left:-40px !important;
}
.swiper-button-next{
    right:-40px !important;
}
.new_home2, .new__comphersev{
    /* background:
    url(../img/pattern_design.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.rlux_contactright .social_icons ul{
    float:none;
    margin-left: -20px;
}
.card-pink{
border-radius: 6px; 
  border-bottom:4px solid #ff2c95!important;
}
.card-blue{
border-radius: 6px; 
  border-bottom:4px solid #1c68b3 !important;
}

.col .card img{
aspect-ratio: 1 / 1;
  object-fit:cover;
}
.card-body{
  padding:1rem 1.5rem;
}
.card-body p{font-size: 14px;margin-top: 15px;text-align: justify;}
.card-blue svg{
  fill:#1c68b3 ;
}
.card-pink svg{
  fill:#ff2c95;
}
.card-blue .card-footer p{
  color:#1c68b3 ;
}
.card-pink .card-footer p{
  color: #ff2c95;
}
.card-shape{
  position:relative;
}
.custom-shape-divider-bottom-1634717805 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634717805 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

.custom-shape-divider-bottom-1634717805 .shape-fill {
    fill: #FFFFFF;
}

}
.modal button {
  margin: 0px auto;
  margin-top: 20px;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s;
  background: #e6e6e6e0;
  right: 0;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
  display:block;
}
.modal.active .box {
}
.modal#success h1 {
  font-size: 1.5em;
}
.modal .close {
  position: absolute;
  top: -11px;
  right: -20px;
  cursor: pointer;
  color: #fff !important;
  background: linear-gradient(198deg, #5EC02D 34%, #00925E 100%);
  opacity: 1 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 19px;
  padding: 8px 5px 8px 14px;
}
.modal .box {
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
  width: 75%;
  position: absolute;
  top: 80px;
  transform: translate(-50%,0)!important;
  padding-bottom: 80px;
  left: 50%;
}
.board_membersWrap{
    
}
.boar_membersWrap{
    background: #fff;
    -webkit-box-shadow: 1px 3px 5px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 3px 8px 1px rgb(0 0 0 / 34%);
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.boardIMgae{
    padding: 8px 8px 0px  8px;
}
.boardIMgae img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}
.board_boxContent{
    position: relative;
    height: 130px;
}
.info {
    padding: 15px;
}
.info h5{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.info h6{
    font-size: 15px;
    margin-top: 2px;
}
.left_Arrow{
    background: linear-gradient(198deg, #5EC02D 34%, #00925E 100%);
    max-width: 38px;
    padding: 9px;
    position: absolute;
    bottom: 0px;
}
.hoverclic_Modal {
    display: block;
    background: linear-gradient(198deg, #5EC02D 34%, #00925E 100%);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -300px;
    left: -300px;
    padding: 43px 15px;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.right_Arrow{
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(177deg);
    width: 33px;
    padding: 6px;
}
.hoverclic_Modal  span{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.boar_membersWrap:hover .hoverclic_Modal {
    opacity: 1;
    left: 0;
    bottom: 0;
}
.board_membersModal{
    box-shadow: 0px 2px 6px #00000059;
    background: #fff;
    padding: 40px 30px;
}
.modal_images{
    position: relative;
}
.Main_PagesImage{
    width: 100%;
    border-radius: 9px;
}
.dots_MainPage{
    position: absolute;
    right: -56px;
    bottom: -48px;
    width: 100%;
    z-index: -1;
    display: none;
}
.board_membersContent{
    
}
.bg_comma{
    top: 0;
    left: 0;
}
.right_comma{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #07955A;
    width: 38px;
    height: 35px;
    padding: 0 3px 3px 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: 700;
}
.board_membersContent{
    text-align: left;
    border-top: 8px solid #07955A;
    border-bottom: 4px solid #07955A;
    position: relative;
    padding-left: 40px;
    padding-right: 22px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.board_membersContent h6{
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    padding-top:40px;
}
.board_membersContent h5{
    font-size: 16px;
    margin: 0;
    color: #06834f;
}
.board_membersContent p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}
.btm_comma{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    top: -6px;
}
.em_rotate{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    top: -7px;
}
.boardmemebrs_Wrapper{}
.boardmemebrs_Wrapper h1{
    font-size: 35px;
    font-weight: 800;
    margin: 0;
    text-shadow: 1px 1px 4px rgb(3 90 43 / 71%);
}
.boardmemebrs_Wrapper p{
    font-size: 16px;
    color: #0097f0 !important;
    font-weight: 500 !important;
}
.boarmembersTabs{}
.boarmembersTabs ul{
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
}
.boarmembersTabs ul li{}
.boarmembersTabs ul li a{}
.not_hoverclickButton{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #0097f0 !important;
    padding-left: 16px;
    margin-top: -10px;
}
.not_hoverclickButton img{
    position: relative;
    right: unset;
    transform: rotate(0deg);
    width: 25px !important;
}
.not_hoverclickButton span{}
.leadership_TeamContainer .boar_membersWrap{
    box-shadow:none !important;
}
.modal::-webkit-scrollbar {
  width: 6px;
}

.modal::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.modal::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-image: linear-gradient(
    to right bottom,
    #62cd00,
    #51c100,
    #3fb501,
    #2caa00,
    #109e00
  );
  height: 5px !important;
}
.visionImages{
    display: inline;
}
.visionImages img{
    width: 100px;
    margin-top: -3rem;
    margin-right: 30px;
}
section{
    overflow:hidden;
}
.location_wraps{
    position:relative;
}

.certification_row {
  display: grid;
  grid-template-columns:33% 33% 33%;
  grid-gap: 33px;
  width: 100%;
}
.certification_boxes {
  padding: 6px;
  width: unset;
}
.boxes_images {
}
.boxes_images img {
  width: 192px;
}
.cer_section{
    position:relative;
    top:-4rem;
}
.pt_top60{
    padding-top:60px;
}
.mt_not30{margin-bottom: -30px !important;}

.explore-img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #3498db; /* Just an example background color */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions for transform and box-shadow */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 33%); /* Initial subtle shadow */
}

.explore-img:hover {
  transform: scale(1.03) rotate(0deg); /* Slightly scale and rotate */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4); /* Larger shadow for more depth */
}