
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /* font-family: 'Raleway', sans-serif !important; */
  font-family: "Mulish", sans-serif !important;
  scroll-behavior: smooth;

}

.bg_cream{
  background-color: #fff2f2;
}

.widget ul li a{
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

body {
  position: relative;
}

.brt {
  border-right: 1px solid #80808038;
}

#main {
  width: 100%;
  height: auto;
}

.display_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.display_flex_col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.display_flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.col_end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}


.display_flex_end {
  display: flex;
  justify-content: flex-end;
  align-items: center;

}


.display_flex_space {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.circle {
  background: rgb(23 118 176 / 50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 2s cubic-bezier(.02, 1.23, .79, 1.08);
  z-index: .9;

}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
}

/* s2 */

.mobile_menu_list ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile_menu_list ul li a {
  padding: 18px 0px !important;
  font-size: 12px;
  color: #ffffff !important;

  font-weight: 700;
  background-color: #fff0;
  text-transform: uppercase;
}


.mobile_menu_list ul li {
  border-bottom: 1px solid #d7d2d23d;
  padding-bottom: 13px;
}

.subhead {
  /* max-width: 521px; */
}

.s2_logo img {
  width: 120px;
}


.s2_logo2 img {
  width: 94px;

}

.s2_logo2 {
  display: none;
}

.s2_logo2.active {
  display: block;
}

.s1_add_text p {
  margin-bottom: 0px;
  padding-left: 8px;
  font-size: 13px;
  color: #000000;
}

.s1-header_section {
  padding: 5px 0px;
  border-bottom: 1px solid #00000014;
}

.s-header_section {
  padding: 0px 0px;
  transition: all 1s linear;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.s1-header_section.active {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
  background-color: #fff;
}

.s-menuwrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s2_menu ul {
  display: inline-flex;
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
  gap: 39px;
}

.s2_address_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s2_add_icon {
  width: 35px;
  height: 35px;
  background-color: #3f91e387;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #000000;
}

.con_bt a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}

.about_core_icons_ser {
  display: flex;
  box-shadow: rgb(50 50 93 / 35%) 0px 6px 12px -2px, rgb(0 0 0 / 0%) 0px 3px 7px -3px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
  height: 100%;
  padding: 24px;

}

.core_icon_ser h6 {
  font-size: 16px;
  color: #0069d2;
  font-weight: 700;
  /* padding-left: 10px; */
}

.about_core_icons_ser img{
  width:50px;
  padding: 5px 5px;
  margin-bottom: 10px;
}

/* .subhead span {
  font-weight:600;
  color: #0069d2;
  padding: 2px;
} */

blockquote {
  margin: 0 0 0rem !important;
}

blockquote {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  
}

blockquote::before,
blockquote::after {
  color: #ffffff5e;
  font-size: 9em;
  font-weight: 400;
  line-height: 0.1em;
}

blockquote::before {
  position: absolute;
  left: 0;
  content: open-quote;
  margin-right: 0.15em;
  vertical-align: -0.15em;
}

blockquote::after {
  content: close-quote;
  vertical-align: -0.7em;
}

.nvlink li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0px;
}

.s2_con_btn {
  height: 100%;
  background-color: #0067ce;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nvlink li a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;

}

.nvlink li a:hover {
  color: #0069d2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 1s linear all;
}

.nvlink li a.active {
  color: #0069d2;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 1s linear all;
}

.beacon .nvlink li a.active {
  color: #ed1826;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 1s linear all;
}

.biogeny .nvlink li a.active {
  color: #00a0e3;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 1s linear all;
}

.vector .nvlink li a.active {
  color: #3d307e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 1s linear all;
}

.mobile_menu {
  display: none;
}

.bea .mobile_menu i {
  color: #ed1826;
  font-size: 32px;
  font-weight: 700;
  background-color: #fff;
}

.bea_side_bg {
  background-color: #a71717ab !important;
}

.vec .mobile_menu i {
  color: #3d307e;
  font-size: 32px;
  font-weight: 700;
  background-color: #fff;
}

.vec_side_bg {
  background-color: #3d307ec9 !important;
}

.bio .mobile_menu i {
  color: #00a0e3;
  font-size: 32px;
  font-weight: 700;
  background-color: #fff;
}

.bio_side_bg {
  background-color: #00a0e3ad !important;
}

.mobile_menu i {
  color: #0069d2;
  font-size: 32px;
  font-weight: 700;
  background-color: #fff;
}


.bea .mobile_menu i {
  color: #ed1826;
  font-size: 32px;
  font-weight: 700;
  background-color: #fff;
}

.vec .mobile_menu i {
  color: #3d307e;
  font-size: 32px;
  font-weight: 700;
  background-color: #fff;
}

.bio .mobile_menu i {
  color: #00a0e3;
  font-size: 32px;
  font-weight: 700;
  background-color: #fff;
}



/* s2 end */

#main_scroll {
  width: 100%;
  height: auto;
}

.dlogo img {
  width: 123px;
}

.logo_sec img {
  width: 100px;
  filter: drop-shadow(1px 7px 6px #000);
}

.logo_sec .l img {
  width: 260px;
   filter: drop-shadow(1px 7px 6px #000);
}

.logo_sec {
  position: absolute;
  content: "";
  width: 100%;
  /* top: 10px;
  left: 0px; */
  z-index: 9;
}

.mainbanner_section {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}


.mainbanner_section::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #50060600, #ffffff8a);
  clip-path: polygon(0 49%, 0% 100%, 39% 100%);
}

.main_banner_img {
  position: relative;
  width: 100%;
  height: 580px;
  background-color: black;
}

.main_banner_img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_banner_img:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0069d2b0, #000000a1);
}




.desktop_menu {
  position: fixed;
  content: "";
  top: 24px;
  left: 0px;
  width: 100%;
  height: 20px;
  z-index: 999;
}

.menu_icon i {
  color: #fff;
  font-size: 26px;
}



.menu_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 126px; */
  background-color: #0069d2;
  padding: 1px 22px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
}



.banner_text {
  position: absolute;
  width: 100%;
  z-index: 99;

}

.banner_text h2 {
  font-size: 69px;
  line-height: 84px;
  transition: all .1s linear;
  color: #ffffff;
  text-transform: capitalize;
  max-width: 702px;
}


.banner_text h3 {
  font-size: 34px;
  margin-top: 24px;
  color: #ffffff;
  transition: 1s linear;
}

.banner_side_text p {
  color: #fff;
  font-size: 15px;
  max-width: 375px;
  line-height: 31px;
  font-weight: 100;
  margin-top: 10px;
}

.mainheadings {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.logo_warpper {
  width: 120px;
}

.mission_bhag {
  background-color: #ffffff;
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), url(../images/service_bg.jpg);
  background-size: cover;
}

.mision_details {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.core_cover p {
  max-width: 250px;
  font-size: 12px;
}

.core_text h6 {
  font-size: 16px;
  color: #0069d2;
  margin-bottom: 4px;
  font-weight: 700;
}

.core_icon h6 {
  font-size: 16px;
  color: #0069d2;
  font-weight: 700;
  padding-left: 10px;
}


.core_text {
  max-width: 292px;
}

.our_core_value {
  max-width: 550px;
}

.core_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10px;
}


.core_icon img {
  width: 53px;
}


.about_core_icons {
  display: flex;
  box-shadow: rgb(50 50 93 / 0%) 0px 6px 12px -2px, rgb(0 0 0 / 22%) 0px 3px 7px -3px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}

.cover_core {
  padding: 10px;
  background-color: #000000;
  min-height: 304px;
  width: 300px;
  margin: auto;
  border: 2px solid #ffff;
}

.company_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.com_icon {
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  border: 1px solid #ffeff000;
  object-fit: cover;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  margin-left: 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logo_wrapper {
  /* background-color: #ffffff; */
  padding: 15px;
  border-radius: 61px;
  max-width: 350px;
  margin-bottom: 14px;
}

.clogo h6 {
  color: #ffffff;
  font-weight: 700;
  font-size: 23px;
}

.clogo {
  background-color: #fff0;
  border-radius: 50%;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.clogo .actives {
  visibility: none !important;
}


.clogo img {
  width: 187px;

}



.about_company_icons img {
  width: 71px;
}

.clogo_text {
  padding: 5px;
}

.clogo_text h6 {
  text-transform: capitalize;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0px;
}

.clogo_text p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #000000;
}

.mask-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 1s;
}


.mask-content {
  position: absolute;
  background-image: url(../images/banner.jpg);
  background-size: contain;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  font-weight: bold;
  right: 0px;
  -webkit-font-smoothing: antialiased;
}

.mask-content h2 {
  font-size: 600px;
}

.policy_texts h5 {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;

}

.bio .policy_text h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #40c7ff;
}

.bea .policy_text h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #f95c67;
}

.vec.policy_text h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #a494f6;
}

.policy_texts h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #a494f6;
}

.policy_texts p {
  font-size: 15px;
  margin-top: 10px;
  /* max-width: 257px; */
  text-align: left;
  line-height: 26px;
  padding: 1px 3px;
  color: #000;
}

.policy_texts {
  height: 233px;
  overflow-y: scroll;
}


.social_media_banner {
  position: absolute;
  content: "";
  bottom: 10%;
  right: 44px;
  z-index: 99;
}

.social_media_banner ul {
  padding-left: 0px;
}

.social_media_banner ul li {
  list-style-type: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-left: 0px;
  margin-top: 20px;
  color: #007fff;
  font-weight: 700;
  font-size: 18px;
}

.social_media_banner li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
}

.social_media_banner li a {
  width: 23px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
}

.social_media_banner li a img {
  width: 16px;
  margin-right: 10px;
}

.about_text {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.beacon_product_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.beacon_product_img img {
  max-width: 200px !important;
  height: 200px !important;
  object-fit: contain !important;
}



.beacon_product_img {
  position: relative;
  min-width: 90%;
  min-height: 344px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff00;
  border-bottom: 3px solid #00a0e35e;
  border-radius: 0px;
  padding: 6px;
}

.vec .beacon_product_img {
  position: relative;
  min-width: 90%;
  min-height: 344px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff00;
  border-bottom: 3px solid #6456aba1;
  border-radius: 0px;
  padding: 6px;
}


.beac .beacon_product_img {
  position: relative;
  min-width: 90%;
  min-height: 344px;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff00;
  border-bottom: 3px solid #fb444a40;
  border-radius: 0px;
  padding: 6px;
}

.beac .view_btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 12px;
  background-color: #f95c67;
  padding: 6px 10px;
  border-radius: 13px;
}


.beacon_product_img:hover {
  background-color: #fafafa;
}

.table_wrapper_point {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.table_card {
  position: relative;
  max-width: 300px;
  background-color: #3c348729;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 6px;
}

.ribbon span {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 17px;
  right: -29px;
}

.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.blue span {
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.blue span::before {
  border-left-color: #1e5799;
  border-top-color: #1e5799;
}

.blue span::after {
  border-right-color: #1e5799;
  border-top-color: #1e5799;
}

.code_namehead {
  background-color: #fff7f7e6;
  margin-bottom: 13px;
  padding: 10px;
  border-radius: 10px;
}

.code_namehead p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
}

.code_namehead h6 {
  font-size: 13px;
}

.code_name p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
}

.code_name h6 {
  font-size: 13px;
}

.code_name {
  margin-bottom: 13px;
}

/* .view_btn {
  position: absolute;
  content: "";
  top: -2px;
  right: -6px;
  background-color: #a10c0c;
  padding: 8px 29px;
  border-radius: 8px;
} */



.view_btn a {
  color: #ffffff;
  text-decoration: none;
  margin-top: 12px;
}

.video_text h6 {
  font-weight: 700;
  color: #e43239;
}

.video_text p {
  font-weight: 700;
  color: #000000;
}

.call_any {
  text-align: right;
  max-width: 349px;
  margin-left: auto;
}

.video_text {
  padding-right: 15px;
}

#more {display: none;}

.beacon_pro_text h6 {
  color: #000000;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 700;
  height: 15px;
  overflow: hidden;
  /*text-transform: uppercase;*/
  text-align: center;
  margin-top: 16px;
}

a {
  text-decoration: none;
}

.about_text_in {
  position: relative;
  padding-top: 27px;
  padding-bottom: 60px;

}



#movableImage {
  position: absolute;
}

.ser_arrow {
  width: 30px;
  height: 30px;
  background-color: black;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}



.about_text_wrapper {
  margin: auto;
  max-width: 530px;

}

.about_text_wrapper h6 {
  background-color: #e43239;
  padding: 15px 20px;
  object-fit: inherit;
  width: fit-content;
  background-color: white;
  border-radius: 20px;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 21px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about_text_wrapper h1 {
  font-size: 30px;
  font-weight: 600;
}

.ser .about_text_wrapper h2 {
  font-size: 25px;
  font-weight: 600;
}

.about_text_wrapper h1 span {
  color: #0069d2;
  text-transform: uppercase;
  font-weight: 400;
}



.about_company_icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #80808042;
  border-bottom: 1px solid #80808038;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 450px;
}

.abt_icon_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_text_wrapper p {
  margin-bottom: 22px;

}

.abt_icon_text p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #000000;
  font-weight: 700;
}


.abt_btn_wrapper_footer button {
  border: none;
  background-color: #d51e24;
  padding: 7px;
  border-radius: 6px;
}



.abt_btn_wrapper_footer button a {
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  padding: 9px;
}

.abt_btn_wrapper_footer button a i {
  font-size: 16px;
  color: #ffffff;
}



.abt_btn_wrapper button {
  border: none;
  background-color: #50505000;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  margin-top: 24px;
}

.abt_btn_wrapper button a {
  font-size: 20px;
  text-decoration: none;
  color: #000000 !important;
  font-weight: 600;
}

.abt_btn_wrapper button a i {
  font-size: 35px;
  color: #0069d2;
}

.about_left_wrapper {
  position: relative;
  padding: 2px;
  max-width: 450px;
  margin: auto;
}

.about_left_wrapper img {
  border-radius: 8px;
}

.about_left_wrappers img {
  border-radius: 8px;
  width: 280px;
  z-index: 9;
}

.about_left_wrappers {
  position: relative;
  padding: 2px;
  max-width: 350px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.abt_icon {
  position: absolute;
  content: "";
  top: -20px;
  right: 36px;
  animation: float 5s ease-in-out infinite;
  z-index: -1;
}


.menua a {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;

}

.bea .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #a44a4b;
}


.bea .btn-primary {
  color: #fff;
  background-color: #ed1826 !important;
  border-color: #ed1826 !important;
}



.vec .btn-primary {
  color: #fff;
  background-color: #3d307e !important;
  border-color: #3d307e !important;
}

.menu_icon button {
  display: flex;
  justify-content: space-between;

  background-color: #ffebcd00;
  align-items: center;
  border: none;
  color: #fff;


}

.nvlink {
  transition: all 2s linear !important;
}

.nvlink li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nvlink li a img {
  width: 42px;
}

.menu_icon:hover i {
  color: #ffffff;
  font-size: 26px;
}

.menu_link_list {
  display: none;

}

.menu_link_list.opened {
  display: block;
  opacity: 1;
  transition: all 2s linear;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(0px);
  }
}

.menu_link_list ul {
  display: inline-flex;
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.menu_link_list ul li a {
  padding: 0px 17px;
}

.third_sec {
  padding: 60px 0px;
  background-color: #eaf4f9;
  height: auto;
  overflow: hidden;
}

.we-stand__top {
  position: relative;
  display: block;
}

.we-stand__top-title-box-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

h2.we-stand__top-title {
  font-size: 54px;
  font-weight: 900;
  line-height: 72px;
  color:#740f0f;
  background-color: #000;
  background: linear-gradient(to right, #ef2f3c, #eb757c, #6e0e02, #fa1504);
    -webkit-text-fill-color: transparent;
  /* mix-blend-mode: lighten; */

  background-clip: text;

}

.text p {
  max-width: 450px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}

.text2 p {
  max-width: 541px;
  color: #000000;
}


.third_abt {
  position: relative;
  margin: auto;
  max-width: 440px;
}

.our_core_wrapper {
  position: absolute;
  content: "";
  bottom: -79px;
  right: -4px;
  /* max-width: 364px;
  padding: 22px 20px 24px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 1px 1px 27px 3px rgba(31, 31, 31, .2);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff8a), url(../images/core.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.pn a {
  font-weight: 700;
  cursor: pointer;
}

.our_core_wrapper p {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 21px;
  text-align: left;
}

.our_core_wrapper h3 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-align: left;

}

.our_core_wrapper h3 span {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
  color: #000000;
}

.video_box {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: hard-light;
}


.video-main {
  position: relative;
  display: inline-block;
  z-index: 99;
}

.video-main a {
  text-decoration: none;
  z-index: 999;
}

.video-main a:hover {
  text-decoration: none;
  color: #fff;
  z-index: 999;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;

  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;

  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(210 1 1 / 30%);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}




.testimonial_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff91, #ffffffb0), url(../images/testmonial.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


.testmonial_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: end;
}

.testmonial_images {
  position: relative;
  max-width: 240px;
  padding: 12px;
}

.testmonial_text {
  max-width: 400px;
  padding: 2px;
}

.testmonial_text p {
  font-size: 16px;
  text-align: left;

}

.clientanme_text h6 {
  font-size: 16px;
  color: #14a7e5;
  text-align: left;
}

.clientanme_text p {
  color: #4b4949;
  font-size: 14px;
  font-weight: 700;

}

.quotes {
  display: flex;
  justify-content: start;
  align-items: end;
}

.quotes i {
  font-size: 41px;
  color: #14a7e5;
}


.quotes2 {
  display: flex;
  justify-content: end;
  align-items: end;
}

.quotes2 i {
  font-size: 41px;
  color: #14a7e5;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {

  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #14a7e5 !important;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000000;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #14a7e5;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.test_head h2 {
  font-size: 32px;
  font-weight: 600;
}

.test_head h2 span {
  color: #14a7e5;
  text-transform: uppercase;
  font-weight: 400;
}

.test_arrow i {
  font-size: 32px;
}

.policy_wrapper {
  color: #fff;
  padding: 9px;
  /* margin: 10px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 230px;
  margin: 7px;
}

.policy_text h5 {
  margin-top: 10px;
}

.policy_icon {
  width: 50px;
  margin-top: 30px;


}

.policy_text p {
  font-size: 15px;
  margin-top: 10px;
  max-width: 300px;
  color: #868282;
}

.policy_text h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  /* margin-bottom: 0px; */
  margin-left: 9px;
  color: black;
}

.lead {
    font-size: 1.1rem !important;
    font-weight: 300;
}

.abt_icon_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.chair_man_section {
  position: relative;
  display: flex;
  align-items: center;
  min-height:100vh;
  justify-content: center;
  padding: 100px 0px;
  overflow: hidden;
  background-color: #adc3d0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding-bottom: 70px; */
}

.chair_person{
  max-width:450px;
  margin: auto;
}


.chairmen_deatils p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: -0.5;
  text-align: justify;
}

.chairmen_deatil p {
  font-size: 16px;
  color: #000000;
  font-weight: 100;
  line-height: 1.5;
  text-align: justify;
}

.chairmen_deatils h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 33px;
  margin-bottom: 68px;
}

.chairmen_deatils h6 {
  text-transform: uppercase;
  color: #000000;
  width: 250px;
  animation: slide 10s infinite;
  font-weight: 700;
}

@keyframes slide {
  50% {
    background-position: 100%;
  }
}

.service_section {
  padding: 60px 0px;
  background-color: #eaf4f9;
  /* background-image: linear-gradient(to bottom, #ffffff3b, #ffffff3d), url(../images/s.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.services_box {
  position: relative;
  width: 200px;
  min-height: 186px;
  background-color: #ffffff;
  border-bottom: 1px solid #0067ce6e;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
  padding: 35px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.ser_no {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 13px;
}

.service_text p {
  margin-bottom: 0px;
}

.service_text h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.service_text h2 span {
  font-weight: 600;
  color: #0069d2;
}

.service_text h6 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #0069d2;
  text-transform: uppercase;
}

.ser-imgs_contact {
  max-width: 450px;
  margin: auto;
}

.servicesdepapp {
  padding-top: 60px;
  padding-bottom: 0px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgb(255 255 255 / 77%) 0%, #cae5ff 100%);
}

.ser_dev_text p i{
  font-size: 30px;
}

.ser_dev_text p a{
  color:#000000;
}


.ser_dev_text p a:hover{
  color:#000000;
}

.ser-imgs_contacts {
  max-width: 500px;
  margin: auto;
}
.ser-imgss {
  position: relative;
  margin-top: 37px;

}

.ser-imgss::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(180deg, rgba(237, 21, 80, 0) 34%, rgb(255 255 255) 81%);
}

.ser-grade {
  position: relative !important;
  display: inline-block !important;
}




.ser-imgss img {
  position: relative;
  /* background-image: url(../images/bg_white_paint.png); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

.chiar_mn_wrapper_sep {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  border-bottom: 6px solid #fff;
}

.sep_img {
  max-width: 261px;
  background-color: #ffffff47;
  height: 264px;
  display: flex;
}

.sep_img img {
  object-fit: contain;
  width: 300px;
}

.service_wrapper_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 37px;
  gap: 12px;
}

.services_box h6 {
  margin-bottom: 10px;
  color: #000000;
  font-size: 15px;
}

.services_box p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
  line-height: 2;
}

.services_box h3 {
  font-weight: 700;
  color: #0069d2;
}

.servicesdep {
  padding-top: 60px;
  padding-bottom: 0px;
  border-radius: 10px;
}

.contactdep {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}

.service_bg {

  /* background-image: url(../images/service_bg.jpg); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.ser_dev_text {
  max-width: 450px;
  padding: 39px 10px;
}

.ser .address_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}


.ser .add_icon {
  width: 52px;
  height: 52px;
  background-color: #0069d2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.icon {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 63px;
  height: 65px;
  background-color: #5b9de0;
  border-radius: 50%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.news-letter-form input::placeholder {
  color: #fff;
}

.icon img {
  width: 32px;
}

.services_box:hover .icon {
  background-color: #0069d2;
}

.bea .inptFld::placeholder {
  color: #fff;
}

.home_contact {
  position: relative;
  padding: 118px 0px 118px 0px;
  background-color: #0069d2;
  background-image: linear-gradient(to bottom, #0109116b, #014c97d1), url(../images/contact.jpeg);
  background-size: cover;
  color: #ffffff;
  background-attachment: fixed;
}

.bea_home_contacts {
  position: relative;
  padding: 70px 0px 70px 0px;
  background-color: #ffffff;
  /* background-image: url(../images/contact-bg.png); */
  background-size: cover;
  overflow-x: hidden;
  /* color: #999b9f; */
}
/* .bea_home_contacts::after {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url(../images/shape-top.png);
  background-position: center center;
  background-size: cover;
} */

form.contFrm {
  max-width: 440px;
  margin: auto;
}

.export_img img {
  width: 100px;
}

.export_ul ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 10px;
}

.inptFld input::placeholder {
  color: #fff !important;
}

.btn-primary {
  color: #fff;
  background-color: #00a0e3 !important;
  border-color: #0d6efd !important;
}

.inptFld {
  width: 100%;
  border: none;
  height: 50px;
  border-bottom: 1px solid #80808059;
  margin: 0 0 10px;
  /* border: none; */
  border-radius: -1px;
  padding: 0 20px;
  font-size: 13px;
  color: #ffffff;
  background-color: #ffffff0a;
}

.inptFld:focus {
  outline-offset: -4px;
  outline: 1px solid rgba(255, 153, 51, 0);
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}

.inptBtn {
  height: 50px;
  border: 0;
  background: #00b055;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
}

.home_contact_text {
  max-width: 450px;
  color: #ffffff;
}

.address_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 36px;
}

.add_icon {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #BE0101;
  font-weight: 400;
  font-size: 20px;
}

.add_text p {
  margin-bottom: 0px;
  padding-left: 8px;
  font-size: 15px;
  color: #000000;
}

.fixed_icon_bar {
  position: fixed;
  z-index: 99;
  /* background-color: #0069d2; */
  bottom: 11px;
  left: 11px;
  border-radius: 12px;
  overflow: hidden;
}

.fixed_icon img {
  width: 22px;
  border: 1px solid #ffffff2e;
  padding: 0px;
  border-radius: 50%;
  background-color: #fff;
}

.news_width {
  max-width: 350px;
  margin: auto;
}

.fixed_icon {
  padding: 22px;
  background-color: #000000;
  color: #fff;
}

.fixed_icon a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
}
.fixed_icon {
  padding: 9px;
  background-color: #0069d2;
  color: #fff;
}

.fixed_icon:hover {
  padding: 22px;
  background-color: #0069d2;
  color: #fff;
}

.fixed_icon2 {
  padding: 22px;
  background-color: #000000;
  color: #fff;
}

.fixed_icon2 a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
}

.fixed_icon2 {
  padding: 22px;
  background-color: #0069d2;
  color: #fff;
}

.fixed_icon2 {
  display: none;
}

.logo_wrappers {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 61px;
  max-width: 350px;

  margin: auto;
}


.custom-shape-divider-bottom-1713181304 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1713181304 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 0px;
}

.custom-shape-divider-bottom-1713181304 .shape-fill {
  fill: #FFFFFF;
}



.custom-shape-divider-bottom-1702355490 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1702355490 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1702355490 .shape-fill {
  fill: #FFFFFF;
}


.custom-shape-divider-bottom-1713180733 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1713180733 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1713180733 .shape-fill {
  fill: #FFFFFF;
}

.section-0 {
  margin-top: 2vh;
  text-align: center;
}

.section-0 p {
  font-size: 20px;
  margin-bottom: 1px;
}

.section-0 cite {
  font-size: 3vw;
}

.section-1 {
  height: 100vh;
  display: grid;
  place-content: center;
  padding: 0 1rem;
}

.section-1 .image-mask {
  width: 80vw;
  height: 80vh;
  /* background: url("https://firebasestorage.googleapis.com/v0/b/hashnode-tutorials.appspot.com/o/bwimages%2Ftumblr_n92tblyC8d1s3sziio1_1280.jpg?alt=media&token=c5d75884-4bc3-46bb-815d-414d2ec68e4b"); */
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 90%;
  background-size: 100%;
}

.section-1 .image-mask img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-1 blockquote {
  font-size: 9vmin;
  font-weight: 300;
}

.section-1 blockquote span {
  font-style: italic;
  font-weight: 400;
}

.section-1 blockquote cite {
  font-weight: 300;
  font-style: italic;
  font-size: 7.5vmin;
  display: block;
  padding: 8px 0;
}

.product_stop {
  position: sticky !important;
  top: 0 !important;
}

.innerservices {
  position: relative;
  padding: 70px 0px;
  background-color: black;
  margin-top: -1px;
  background-image: url(../images/new-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

.services_col {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
  border-bottom: 1px solid #80808040;
}

#moving-image {
  position: absolute;
  pointer-events: none;
  /* Ensures the image doesn't interfere with mouse events */
}

.ser_img {
  position: absolute;
  content: "";
  top: -50%;
  left: 50%;
  width: 250px;
  scale: 0;
  transition: 1s all linear;
}

.services_col:hover .ser_img {
  scale: 1;
}

.ser_no_and_name {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ser_no p {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 700;
}

.ser_name p {
  margin-bottom: 0px;
  font-size: 18px;
  margin-left: 17px;
  text-transform: uppercase;
}

.section_more_details {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff2f2;
  background-image: linear-gradient(to bottom, #ffffffed, #ede9ecf7), url(../images/Logistics-picture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.section_more_mision {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
  background-image: url(../images/mision_pln.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_text_wrapper p span {
  color: #e31e24;

}

.export_pro {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;

}

.what_title h4 {
  font-size: 13px;
  text-align: left;
  margin-left: 6px;
  font-weight: 700;
  margin-bottom: 0px;
}

.what_title {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  border: 1px solid #c7c7c700;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.img_tit {
  width: 46px;
  background-color: #000;
  padding: 6px;
  border-radius: 50%;
}

.reason {
  max-width: 450px;
  /* text-align: right; */
  margin-left: auto;
  padding-right: 15px;
}


.reason p:nth-child(1) {
  font-weight: 700;
  font-size: 28px;
}


.reason h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #e43239;
}

.reason h3 span {
  color: #000000;
}

.reason_r {
  text-align: left;
  padding-right: 15px;
  font-size: 14px;
}

/* .reason_r p:nth-child(1) {
  font-weight: 700;
  font-size: 28px
} */

.reason_r h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #e43239;
}

.reason_r h3 span {
  color: #000000;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus.png);
  transform: rotate(0deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/minus.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #000000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion {

  margin: auto;
}

.newsletter {
  padding: 31px 20px 31px 20px;
  border-radius: 10px;
  margin-top: 65px;
  background-image: url(../images/new-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.newsletter .content h2 {
  color: #f7f7f7;
  margin-bottom: 18px;
  font-size: 20px;
}

.newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
}

.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}

.newsletter .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #e31e24;
  color: #fff;
  font-weight: 600;
}

/* bea start */
.bea_footer-section {
  background-color: #c55357;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.bea_footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(255 255 255 / 8%);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}

.bea_footer-section:after {
  position: absolute;
  content: '';
  background-color: rgb(255 255 255 / 8%);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}

.bea_innerservices {
  position: relative;
  padding: 70px 0px;
  background-color: #ff454b;
  margin-top: -1px;

  background-size: contain;
  background-repeat: no-repeat;
}

.bea_newsletter {
  padding: 31px 20px 31px 20px;
  border-radius: 10px;
  margin-top: 65px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffa7a9;
  /* background-image: linear-gradient(to bottom, #ff5f64, #ff787d), url(../images/timeline_ba.jpg); */
}

.bea_news-letter-form {
  margin-top: 15px;
}

.bea_news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  background-color: #ffffff0a;
}

.bea_news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #e21f27;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}

.bea_newsletter .content h2 {
  color: #f7f7f7;
  margin-bottom: 18px;
  font-size: 20px;
}

.bea_newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.bea_newsletter .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #ff454b;
  color: #fff;
  font-weight: 600;
}


.bea .service_text h6 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #000000;
}

.bea .abt_btn_wrapper button a i {
  font-size: 35px;
  color: #9c0f0f;
}

.bea .about_text_wrapper h1 span {
  color: #ed1826;
  text-transform: uppercase;
  font-weight: 400;
}

/* .bea .policy_wrappers::after {
  position: absolute;
  content: "";
  top: -125px;
  right: 159px;
  width: 100px;
  height: 117px;
  border-radius: 60%;
  transition: all .5s linear;
  background-color: #f22e34;
}


.bea .policy_wrappers:hover.policy_wrappers::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-color: #f22e34;
} */

/* .bea .policy_wrappers:hover .policy_texts p {
  color: #ffffff;
} */



.bea .menu_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 126px; */
  background-color: #ed1826;
  padding: 1px 22px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
}

.bea .fixed_icon {
  padding: 9px;
  background-color: #ed1826;
  color: #fff;
}

.bea .fixed_icon:hover {
  padding: 22px;
  background-color: #ed1826;
  color: #fff;
}

.bea .fixed_icon2 {
  padding: 22px;
  background-color: #ed1826;
  color: #fff;
  display: none;
}


/* bea end */

/* biogeny start */

.bio .about_text_wrapper h2 span {
  color: #00a0e3;
  text-transform: uppercase;
  font-weight: 400;
}

.bea .img_tit {
  width: 46px;
  background-color: #ed1826;
  padding: 6px;
  border-radius: 50%;
}

.bio .menu_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 126px; */
  background-color: #00a0e3;
  padding: 1px 22px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
}

.bio .abt_btn_wrapper button a i {
  font-size: 35px;
  color: #00a0e3;
}

.bio_home_contacts {
  position: relative;
  padding: 70px 0px 70px 0px;
  background-color: #ffffff;
  background-size: cover;
  overflow-x:hidden;

}



.bio .policy_texts h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #40c7ff;
}

.bio .policy_texts p {
  font-size: 15px;
  margin-top: 10px;
  max-width: 257px;
  line-height: 26px;
  padding: 1px 3px;
}

.bio .reason h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #00a0e3;
}

.bio .reasons h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #00a0e3;
  text-align: center;
}

.bio .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(57 49 133);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.bio .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.bio .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bio .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bio .video_text h6 {
  font-weight: 700;
  color: #00a0e3;
}

.bio .img_tit {
  width: 46px;
  background-color: #00a0e3;
  padding: 6px;
  border-radius: 50%;
}

.bio .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #00a0e3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.bio .accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus_bio.png);
  transform: rotate(0deg);
}

.bio .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/minus_bea.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.bio .about_text_wrapper p span {
  color: #00a0e3;
}

.display_flex_col_s {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.display_flex_col_m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bio_innerservices {
  position: relative;
  padding: 90px 0px;
  /* background-color: #393185; */
  margin-top: -1px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #daf3fd;
  background-image: url(../images/contact-bg.png);
}


/* .bio_innerservices::after {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url(../images/shape-top.png);
  background-position: center center;
  background-size: cover;
} */

.bio .service_text h6 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #000000;
}


/* .bio .view_btn {
  position: absolute;
  content: "";
  top: 0px;
  right: 1px;
  background-color: #00a0e3;
  padding: 8px 29px;
  border-radius: 8px;
} */

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.details_ul li{
  list-style-type: none;
  padding-left: 0px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  font-weight: 600;

}

.details_ul ul{
  padding-left: 0px !important;
}

.details_ul li a{
  font-size: 13px;
  color: #585757;

}





.dow_3_bio {
  background-color: #40c7ff;
  width: fit-content;
  padding: 11px 11px;
  border-radius: 16px;
  cursor: pointer;
}

.bio .view_btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 12px;
  background-color: #40c7ff;
  padding: 6px 10px;
  border-radius: 13px;
}

.dow_3_vec {
  background-color: #3d307e;
  width: fit-content;
  padding: 11px 11px;
  border-radius: 16px;
  cursor: pointer;
}

.vec .view_btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 12px;
  background-color: #a494f6;
  padding: 6px 10px;
  border-radius: 13px;
}

.bio .about_text_wrapper h3 span {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #00a0e3;
}

.bio_newsletter {
  padding: 31px 20px 31px 20px;
  border-radius: 10px;
  margin-top: 65px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #98dffd;
  
}

.bio_news-letter-form {
  margin-top: 15px;
}

.bio_news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  background-color: #ffffff0a;
}

.bio_news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #e21f27;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}

.bio_newsletter .content h2 {
  color: #f7f7f7;
  margin-bottom: 18px;
  font-size: 20px;
}

.bio_newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.bio_newsletter .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #00a0e3;
  color: #fff;
  font-weight: 600;
}

.bio_footer-section {
  background-color: #378db1;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.bio_widget-title {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 16px;
}

.bio_footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(181 204 222 / 62%);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}

.bio_footer-section:after {
  position: absolute;
  content: '';
  background-color: rgb(181 204 222 / 62%);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}

.bio .inptFld::placeholder {
  color: #fff;
}

.bio_main_banner_img {
  width: 100%;
  height: 441px !important;
  background-color: #0000000f;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bio_main_banner_img:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #00000000, #0000001a);
}

.bio_main_banner_img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.policy_wrappers_group {
  /* max-width: 269px; */
  height: 350px;
  position: relative;
  background-color: #0076d600;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  backdrop-filter: blur(1px);

}

.policy_wrappers {
  max-width: 269px;
  height: 350px;
  position: relative;
  background-color: #fff2f2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;

}


.bio .policy_wrappers {
  max-width: 269px;
  height: 350px;
  position: relative;
  background-color: #daf3fd;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;

}

/* .policy_wrappers::after {
  position: absolute;
  content: "";
  top: -117px;
  right: 205px;
  width: 100px;
  height: 117px;
  border-radius: 60%;
  transition: all .5s linear;
  background-color: #009fe2;
} */

/* .policy_wrappers:hover.policy_wrappers::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-color: #009fe2;
} */

/* .policy_wrappers:hover.bio .policy_texts p {
  color: #fff;
} */

.policy_icon {
  z-index: 99;
  margin: auto;
}

.policy_icon_bg {
  z-index: 99;
}

.policy_icon_bg {
  width: 50px;
  /* animation: float 5s ease-in-out infinite; */
  /* margin-top: 30px; */
}

.policy_texts {
  z-index: 99;
}

.contFrm::placeholder {
  color: #fff;
}


.video_btn i {
  font-size: 30px;
}



.new_one {
  max-width: 339px;
  margin: auto;
}

.bio .reasons h3 span {

  font-weight: 600;
  margin-top: 12px;
  color: #000000;

}

.bio .reasons h3 {
  font-size: 46px;
  font-weight: 600;
  margin-top: 12px;
  color: #00a0e3;
  text-align: right;
}

.bio .reasonsn h3 span {

  font-weight: 600;
  margin-top: 12px;
  color: #000000;

}

.bio .reasonsn h3 {
  font-size: 46px;
  font-weight: 600;
  margin-top: 12px;
  color: #00a0e3;
  text-align: center;
}


.new_para h4{
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top:10px;
}

.new_para p {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_images {
  position: relative;
}

.date_box {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 67px;
  height: 35px;
  background-color: #00a0e3;
  /* border-radius: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-direction: row;
}

.date_box p,
h6 {
  margin-bottom: 0px;
}

.date_box h6 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.reasons p {
  text-align: left;
  max-width: 525px;
  margin-left: auto;
}


.swiper-containers {
  width: 100%;
  overflow: hidden;
}

.bio_pro .bio_main_banner_img {
  width: 100%;
  height: 480px;
  background-color: black;
}


.banner_inner {
  position: relative;
  overflow: hidden;
}

.inner_banner {
  width: 100%;
  /*height: 480px;*/
  background-color: black;
}

.inner_banner img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_banner:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #19191c, #3931854f);
}

.bio_pro_head h5 {
  font-size: 21px;
  text-transform: uppercase;
}


.about_text_wrapper h5 {
  font-size: 23px;
  font-weight: 600;
}


.bioproduct_btn {
  background-color: #007ec8;
  padding: 10px 25px;
  color: #fff;
  border-radius: 3px;
  display: none;
}

.beaproduct_btn {
  background-color: #007ec8;
  padding: 10px 25px;
  color: #fff;
  border-radius: 3px;
  display: none;
}

.vecproduct_btn {
  background-color: #007ec8;
  padding: 10px 25px;
  color: #fff;
  border-radius: 3px;
  display: none;
}

.bio_product_ul ul {
  padding-left: 0px;
  list-style-type: none;
}

.bio_product_ul ul li {
  color: #403889;
  margin-top: 10px;
  font-weight: 600;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #00000027 !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(10px) !important;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

.bio_btn_wrapper button a {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: 600;
}

.bio_btn_wrapper button {
  border: none;
  background-color: #50505000;
}

/* biogeny end */



/* vector start */

.vec .reasons h3 {
  font-size: 46px;
  font-weight: 600;
  margin-top: 12px;
  color: #403380;
  text-align: right;
}

.vec .reasonsn h3 {
  font-size: 46px;
  font-weight: 600;
  margin-top: 12px;
  color: #403380;
  text-align: center;
}

.vec .reasonsn h3 span {
  font-weight: 600;
  margin-top: 12px;
  color: #000000;
}

.vec .reasons h3 span {
  font-weight: 600;
  margin-top: 12px;
  color: #000000;
}

/* .vec .view_btn {
  position: absolute;
  content: "";
  top: -2px;
  right: -6px;
  background-color: #403380;
  padding: 8px 29px;
  border-radius: 8px;
} */

.vec .date_box {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 67px;
  height: 35px;
  background-color: #403380;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.vec_innerservices {
  position: relative;
  padding: 90px 0px;
  /* background-color: #393185; */
  margin-top: -1px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #3d307e;
  background-image: url(../images/contact-bg.png);
}

.vec .about_text_wrapper h1 span {
  color: #3d307e;
  text-transform: uppercase;
  font-weight: 400;
}


  .about_text_wrapper.ser h1 {
    font-size: 25px;
    font-weight: 600;
}


.vec_menu_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 126px; */
  background-color: #3d307e;
  padding: 1px 22px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
}

.vec_menu_icon i {
  color: #fff;
  font-size: 26px;
}

.vec_menu_icon button {
  display: flex;
  justify-content: space-between;
  background-color: #ffebcd00;
  align-items: center;
  border: none;
  color: #fff;
}

.vec .abt_btn_wrapper button a i {
  font-size: 35px;
  color: #3d307e;
}

.vec .policy_wrappers::after {
  position: absolute;
  content: "";
  top: -125px;
  right: 159px;
  width: 100px;
  height: 117px;
  border-radius: 60%;
  transition: all .5s linear;
  background-color: #3f3380;
}


.vec .policy_wrappers {
  max-width: 269px;
  height: 350px;
  /* position: relative; */
  background-color: #f3f0ff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}



/* .vec .policy_wrappers:hover.policy_wrappers::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-color: #3f3380;
}

.vec .policy_wrappers:hover.policy_texts p {
  color: #fff;
} */

.vec_home_contacts {
  position: relative;
  padding: 70px 0px 70px 0px;
  background-color: #ffffff;
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  color: #999b9f;
}

/* .vec_home_contacts::after {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url(../images/shape-top.png);
  background-position: center center;
  background-size: cover;
} */

.vec_innerservices {
  position: relative;
  padding: 90px 0px;
  /* background-color: #393185; */
  margin-top: -1px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f3f0ff;
  background-image: url(../images/contact-bg.png);
}


/* .vec_innerservices::after {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url(../images/shape-top.png);
  background-position: center center;
  background-size: cover;
} */

.vec .img_tit {
  width: 46px;
  background-color: #e43239;
  padding: 6px;
  border-radius: 50%;
}

.vec .about_text_wrapper h3 span {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #3d307e;
}

.vec .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #3d307e;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.vec .reason h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #dd2f24;
}

.ves .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #3f3380;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/* .vec .view_btn {
  position: absolute;
  content: "";
  top: 0px;
  right: 1px;
  background-color: #e43239;
  padding: 8px 29px;
  border-radius: 8px;
} */

.vec_footer-section {
  background-color: #6a57c9;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.vec_footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(255 255 255 / 33%);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}

.vec_footer-section:after {
  position: absolute;
  content: '';
  background-color: rgb(255 255 255 / 33%);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}

.vec_newsletter {
  padding: 31px 20px 31px 20px;
  border-radius: 10px;
  margin-top: 65px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cdc3ff;
 
}

.vec_news-letter-form {
  margin-top: 15px;
}

.vec_news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  background-color: #ffffff0a;
}

.vec_news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #e21f27;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}

.vec_newsletter .content h2 {
  color: #f7f7f7;
  margin-bottom: 18px;
  font-size: 20px;
}

.vec_newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.vec_newsletter .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #e43239;
  color: #fff;
  font-weight: 600;
}

.vec_btn_wrapper button a {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: 600;
}

.vec_btn_wrapper button {
  border: none;
  background-color: #50505000;
}

.vec .inptFld::placeholder {
  color: #fff;
}

.vec_fixed_icon {
  padding: 9px;
  background-color: #3d307e;
  color: #fff;
}

.vec_fixed_icon:hover {
  padding: 22px;
  background-color: #3d307e;
  color: #fff;
}

.vec_fixed_icons {
  padding: 22px;
  background-color: #3d307e;
  color: #fff;
  display: none;
}
.vec_fixed_icons a {
  color: #3d307e;
  text-decoration: none;
  font-size: 21px;
}

.vec_fixed_icon a {
  color: #ffffff;
  font-size: 26px;
}

/* vector end */


.contact_img img {
  max-width: 472px;
  height: 80%;
}

.df-btn-text {
  border-radius: 20px !important;
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: "center" !important;
  font-weight: 500 !important;
  letter-spacing: .25px !important;
  transition: all .08s linear !important;
  cursor: pointer !important;
  padding-right: 15px !important;
  padding-left: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: 12px !important;
  margin-top: 15px !important;
  background-color: #000000;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px !important;
}

.df-svg-icon {
  height: 31px !important;
  width: 31px !important;
  fill: white !important;
}

/* footersection */

.footer-section {
  background-color: #0b4a8a;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.footer-section:before {
  content: '';
  position: absolute;
  top: -146%;
  left: -18%;
  width: 44%;
  height: 257%;
  transform: rotate(54deg);
  background-color: rgb(255 255 255 / 9%);
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  z-index: -10;
}

.footer-section:after {
  position: absolute;
  content: '';
  background-color: rgb(255 255 255 / 9%);
  top: -24%;
  right: 4%;
  width: 26%;
  height: 264%;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  z-index: -10;
}

.footer-top {
  padding-top: 96px;
  padding-bottom: 50px;
}

.footer-top p,
.company-footer-contact-list li {
  color: #ffffff;
  font-size: 15px;
}

.company-footer-contact-list {
  margin-top: 10px;
}

.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;

  align-items: baseline;
}

.company-footer-contact-list li+li {
  margin-top: 5px;
}

.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}



.footer-top .site-logo {
  margin-bottom: 25px;
  display: block;
  max-width: 114px;
}

.widget ul {
  list-style-type: none;
  margin-left: -29px;

}

.widget ul li a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.widget ul li  {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.widget-title {
  text-transform: capitalize;
}

.footer-top .widget-title {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 15px;
  text-transform: uppercase;
}

.courses-link-list li+li {
  margin-top: 10px;
}

.courses-link-list li a {
  color: #ffffff;
  text-transform: capitalize;
  font-family: var(--para-font);
  font-weight: 400;
}

.courses-link-list li a:hover {
  color: #ffffff;
}

.courses-link-list li i {
  margin-right: 5px;
}

.footer-top .small-post-title a {
  font-family: var(--para-font);
  color: #ffffff;
  font-weight: 400;
}

.small-post-item .post-date {
  color: #ffb606;
  margin-bottom: 3px;
  font-family: var(--para-font);
  font-weight: 400;
}

.small-post-list li+li {
  margin-top: 30px;
}

.news-letter-form {
  margin-top: 15px;
}

.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  background-color: #ffffff52;
}

.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #ffffff;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #e21f27;
  font-weight: 700;
  margin-top: 10px;
}

.navbar-nav {
  display: flex;
  flex-direction: row !important;
  justify-content: space-around !important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
  color: #ffffff;
  font-size: 12px;
}

.copy-right-text a {
  text-decoration: none;
  color: #ffffff;
}

.terms-privacy li {
  list-style-type: none;
}

.terms-privacy li+li {
  margin-left: 30px;
}

.terms-privacy li a {

  color: #ffffff;
  position: relative;

  text-decoration: none;

}

.terms-privacy li a:after {
  position: absolute;
  content: '-';
  color: #ffffff;
  display: inline-block;
  top: 0;
  right: -18px;
}

.terms-privacy li+li a:after {
  display: none;
}

.footer {

  padding-top: 80px;
  padding-bottom: 10px;
  background-image: linear-gradient(to bottom, #084298cc, #0d6efddb), url(../images/health.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


}

.topions a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}


.footercontainer h3 {
  color: rgb(255, 255, 255) !important;
  font-family: 'Water Brush', cursive;
  font-size: 19px;
  font-weight: 600;
}

.footercontainer p {
  color: #ffffff;

}

.ouicklinkstext {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ouicklinkstexts {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ouicklinkstext h3 {
  color: #021c42 !important;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.ouicklinkstext .fas {
  font-size: 5px;
}

.ouicklinkstexts h3 {
  color: #021c42 !important;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.ouicklinkstexts ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  margin-top: 5px;
  display: inline-flex;
}

.ouicklinkstexts ul {
  margin-left: -28px !important;
}

.ouicklinkstexts ul a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}

.ouicklinkstext ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  margin-top: 5px;
  display: flex;

  justify-content: flex-start;
  align-items: center;
}

.ouicklinkstext ul {
  margin-left: -28px !important;
}

.ouicklinkstext ul a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}

.ouicklinkstext p {
  color: #ffffff;
}

.ouicklinkstext p a {
  color: #ffffff;
  text-decoration: none;
}

.bottom_icon_section {
  position: fixed;
  bottom: 21px;
  right: 2px;
  z-index: 99;
}

.bottom_social_icon ul li {
  background-color: #1f6daa;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px;
  padding: 9px;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
}


/* footer end */



.top_management {
  padding: 60px 0px;
  background-image: url(../images/bg-khow-us.png);
  background-size: cover;
  background-position: center;
}




.team_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 33px;
}


.team_name h6 {
  font-size: 16px;
  text-transform: capitalize;
  color: #0069d2;
  font-weight: 700;
  margin-top: 10px;
}

.team_name p {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
}

.team_pic img {
  position: relative;
  border-radius: 0px;
  min-height: 364px;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;

}

.team_pic {
  position: relative;
  border-radius: 23px;
  padding: 6px;
}


.team_pic::before {
  position: absolute;
  content: "";
  /* top: 5px; */
  /* left: 4px; */
  width: 98%;
  height: 98%;
  background-color: #ffffff;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}





.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 0rem;
  overflow-y: auto;
  background-color: #ff000000 !important;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 363px !important;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
  background-color: #0069d2b0 ;
}

.bea_side_bg{
  background-color: #a71717ab!important;
}

.bio_side_bg{
  background-color: #00a0e3ad!important;
}
.vec_side_bg{
  background-color: #3d307ec9!important;
}

.offcanvas-body nav ul {
  background: #ffffff00;
  height: 100%;
  width: 100%;
  list-style: none;
  padding-left: 0px;
}

.offcanvas-body nav ul li {
  line-height: 50px;
  border-top: 1px solid rgb(58 58 58 / 16%);
}

.offcanvas-body nav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.offcanvas-body nav ul li a {
  position: relative;
  color: rgb(0 0 0);
  text-decoration: none;
  font-size: 13px;
  padding-left: 4px;
  display: block;
  width: 100%;
  border-left: 3px solid #00000017;
  margin-left: 2px;

}

.offcanvas-body nav ul li.active a {
  color: #000000;
  background: #ffffff00;
}

.offcanvas-body nav ul li a:hover {
  background: #ffffff00;
}

.offcanvas-body .feat-show {
  transition: all 0.5s;
}

.offcanvas-body nav ul li.active ul {
  transition: all 0.5s;
}

.offcanvas-body nav ul ul {
  position: static;
  display: none;
}

.offcanvas-body nav ul.show {
  display: block;
  transition: all 0.5s;
}

.offcanvas-body nav ul ul li {
  line-height: 42px;
  border-top: none;
}

.offcanvas-body nav ul ul li a {
  font-size: 15px;
  color: #000000;

}

.offcanvas-body nav ul li.active ul li a {
  color: black;
  font-size: 17px;
  background: #9a929229;
  border-left-color: transparent;
}

.offcanvas-body a:hover {
  color: #000000;
  background: #66171700;
  border-left-color: #ffffff;
}

.offcanvas-body nav ul ul li a:hover {
  color: #000000;
  background: #ffffff00;
  border-left-color: #ffffff;
}

.offcanvas-body nav ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 15px;
  transition: transform 0.4s;
}

.offcanvas-body nav ul li a span.rotate {
  transform: translateY(-50%) rotate(-180deg);
}


.timeline {
  padding: 0 2rem;
  position: relative;
}

.timeline-dates {
  padding-bottom: .5rem;
  box-sizing: border-box;
  margin: 3rem 0 3.5rem;
}

.timeline-dates .swiper-slide {
  color: #fff;
  cursor: pointer;
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  font-style: italic;
  min-height: 37px;
  width: auto;
  height: 100%;
}

.timeline-dates .swiper-slide div {
  position: relative;
  font-size: 1.5rem;
  opacity: 0.4;
  top: 0;
}

.timeline-dates .swiper-slide-active div {
  font-size: 2rem;
  opacity: 1;
  top: -.5rem;
}

.timeline-dates.swiper-container:after {
  content: "";
  width: 99%;
  height: 2px;
  position: absolute;
  top: 49px;
  left: 4px;
  opacity: .5;
  border-bottom: 2px dotted #ffffff;
}

.timeline-dates .swiper-slide:after {
  content: "";
  width: .4rem;
  height: .4rem;
  position: absolute;
  bottom: -.55rem;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translateY(-50%);
}

.timeline-dates .swiper-slide-active:after {
  background-color: #e31e24;

}

.timeline-contents {
  height: 80%;
  width: 100%;
}

/* Arrows */
.timeline-buttons-container {
  position: absolute;
  top: 58px;
  right: 1.5rem;
  left: 1.5rem;
}

.timeline-button-next,
.timeline-button-prev {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: 0;
  z-index: 2;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 13px;
  padding: 5px;
}

.timeline-button-next {
  right: 0;
}

.timeline-button-prev {
  left: 0;
}

.timeline-button-next:hover,
.timeline-button-prev:hover {
  background-color: #fff;
}

.timeline-button-next:before,
.timeline-button-prev:before {
  font-family: remixicon !important;
  font-style: normal;
  color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  margin-right: -50%;
}

.timeline-button-next:before {
  content: "\ea6e";
  left: 53%;
  color: #0069d2;
}

.timeline-button-prev:before {
  content: "\ea64";
  left: 47%;
  color: #0069d2;
}

.timeline-button-next:hover:before,
.timeline-button-prev:hover:before {
  color: #e39034;
}

.wrapper {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: center;
  background-color: #eaf4f9;
}

.time_line_wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

.headinding h5 {
  color: #ffffff;
}

.content_text p {
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 2rem;
}

.fot_bg_flex {
  display: flex;
  justify-content: center;
}

.career_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.career_scroll{
  max-height: 350px;
  overflow-y: scroll;
  background-color: #eaf4f9;
}

.career_sec {
  padding: 60px 0px;
  background-color: #eaf4f9;
  height: auto;
  overflow: hidden;
}

.career_wrappr {
  position: relative;
  height: 100%;
  max-width: 96%;
  padding: 30px;
  border-radius: 0px;
  box-shadow: rgb(0 0 0 / 22%) 0px 3px 8px;
  overflow: hidden;
  border: 1px solid #80808038;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #ffffff;
}

.join_img img {
  max-width: 350px;
}

.book input {
  display: none;
}

img {
  width: 100%;
  height: 100%;
}

.book {
  display: flex;
}

#cover {
  width: 236px;
  height: 323px;
  background-color: #ffffff00;
  padding: 10px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0);
}

.flip-book {
  width: 236px;
  height: 323px;
  position: relative;
  perspective: 1500px;
}

.flip {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  transition: .5s;
  color: #000;
}

.book h2 {
  font-size: 13px;
  color: white;
  font-weight: 400;
  background-color: red;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
}

.front {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 15px -9px rgb(0 0 0 / 15%);
  background-color: #fafafa;
  box-sizing: border-box;
  padding: 10px;
  /* box-shadow: inset 20px 0 50px r; */
}

.back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 12px;
  top: 0;
  left: 0;
  z-index: 99;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background-color: #ffffff;
}

.next-btn {
  position: absolute;
  bottom: 13px;
  right: 13px;
  cursor: pointer;
  color: #056cd3;
  font-size: 14px;
  font-weight: 700;
}

.back-btn {
  position: absolute;
  bottom: 13px;
  right: 13px;
  cursor: pointer;
  color: #056cd3;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#p1 {
  z-index: 3;
}

#p2 {
  z-index: 2;
}

#p3 {
  z-index: 1;
}

#p4 {
  z-index: 0;
}

#c1:checked~.flip-book #p1 {
  transform: rotateY(-180deg);
  z-index: 1;
}

#c2:checked~.flip-book #p2 {
  transform: rotateY(-180deg);
  z-index: 2;
}

#c3:checked~.flip-book #p3 {
  transform: rotateY(-180deg);
  z-index: 3;
}

#c4:checked~.flip-book #p4 {
  transform: rotateY(-180deg);
  z-index: 4;
}

.book {
  display: flex;
}

.book-section {
  /* height: 100vh; */
  width: 100%;
  padding: 0px 0;
  text-align: center;
}

/* .book-section > .container{
  height: 282px;
  width: 384px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2%;
  margin-bottom: 30px;
  perspective: 1200px;
}
.container > .right{
  position: absolute;
  height: 100%;
  width: 50%;
  transition: 0.7s ease-in-out;
  transform-style: preserve-3d;
}
.book-section > .container > .right{
  right:0;
  transform-origin: left;
  border-radius: 10px 0 0 10px;
}
.right > figure.front, .right > figure.back{
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left:0;
  top:0;
  background-size: 200%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-color: white;
  overflow: hidden;
}
.right > figure.front{
  background-position: right;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.2);
  padding: 9px;
}
.right > figure.back{
  background-position: left;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 15px -2px rgba(0,0,0,0.2);
  transform: rotateY(180deg);
  padding: 9px;
}
.flip{
  transform: rotateY(-180deg);
}
.flip::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: rgba(0,0,0,0.1);
}
.book-section > button{
  border: 2px solid #076dd3;
  background-color: transparent;
  color: #096ed4;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: 0.3s ease-in-out;
}
.book-section > button:focus, .book-section > button:active{
  outline: none;
}
.book-section > p{
  color: rgba(0,0,0,0.7);
  font-family: calibri;
  font-size: 24px;
}
.book-section > p > a{
  text-decoration: none;
  color: #ef9f00;
}
.book-section > button:hover{
  background-color: #086ed4;
  color: #fff;
}
.front#cover, .back#back-cover{
  background-color: #086ed4;
  font-family: calibri;
  text-align: center;
  padding: 0 30px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.front#cover h1{
  color: #fff;
  font-size: 20px;
}

.front#cover p{
  color: rgba(0,0,0,0.8);
  font-size: 14px;
} */

.career_img {
  position: absolute;
  content: "";
  top: -38px;
  right: -54px;
  width: 100px;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.career_wrappr:hover .career_img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


.career_title {
  width: 100%;
}


.career_title h6 {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.career_title p {
  margin-bottom: 6px;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.apply_btn {
  margin-top: 10px;
  /* background-color: brown; */
  border: none;
  background-color: #0069d2;
  padding: 7px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}

.apply_btn p {
  font-size: 15px;
  margin-bottom: 2px;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;

}

.career_para p {
  width: 100%;
  display: -webkit-box;
  font-size: 12px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffffff;
  font-weight: 500 !important;
}

.career_title i {
  font-size: 18px;
  color: #0069d2;
}

.career .inptFld {
  width: 100%;
  border: none;
  height: 50px;
  border-bottom: 1px solid #80808059;
  margin: 0 0 10px;
  /* border: none; */

  padding: 0 20px;
  font-size: 13px;
  border-radius: 12px;
  color: #000000;
  background-color: #ededed;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.career input::placeholder {
  color: #000000 !important;
}

.career textarea::placeholder {
  color: #000000 !important;
  padding-top: 10px;
}

.career .abt_btn_wrapper_footer button {
  border: none;
  background-color: #d51e24;
  padding: 7px;
  border-radius: 22px;
}

.career textarea {
  height: 99px !important;
  padding-top: 5px;
}

.career input[type="file" i] {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e600 !important;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0%) !important;
  border-radius: 2.3rem;
  outline: 0;
}

.map_image {
  position: relative;
}

.white_dot {
  position: absolute;
  content: "";
  padding: 2px;
  top: 57%;
  right: 16.9%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ffffff00;
  background-color: #ffffff00;
  color: gray;
  cursor: pointer;
  transition: 1s all linear;
}

.white_dot_3 {
  position: absolute;
  content: "";
  padding: 2px;
  top: 40%;
  right: 50.5%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ffffff00;
  background-color: #ffffff00;
  color: gray;
  cursor: pointer;
  transition: 1s all linear;
}

.white_dot_4 {
  position: absolute;
  content: "";
  padding: 2px;
  bottom: 43.4%;
  right: 31.9%;

  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ffffff00;
  background-color: #ffffff00;
  color: gray;
  cursor: pointer;
  transition: 1s all linear;
}


.white_dot_5 {
  position: absolute;
  content: "";
  padding: 2px;
  bottom: 28%;
  left: 43%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ffffff00;
  background-color: #ffffff00;
  color: gray;
  cursor: pointer;
  transition: 1s all linear;
}

.white_dot_2 {
  position: absolute;
  content: "";
  top: 44%;
  left: 44%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ffffff00;
  background-color: #ffffff00;
  color: gray;
  cursor: pointer;
  transition: 1s all linear;
}



.about_tool .tooltip-text {
  visibility: visible;
  position: absolute;
  z-index: 2;
  width: 160px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#bottom_p {
  bottom: -111px;
  left: -273%;
}
.p_tool .tooltip-text::before {
  content: "";
  position: absolute;
  bottom: 97px;
  left: 39%;
  transform: rotate(45deg);
  background-color: #ffffff;
  padding: 5px;
  z-index: 1;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 160px;
  color: rgb(0, 0, 0);
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 39%;
  transform: rotate(45deg);
  background-color: #ffffff;
  padding: 5px;
  z-index: 1;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}



#top {
  top: -95px;
  left: -273%;
}

#bottom {
  bottom: -95px;
  left: -273%;
}

.tool_falg img{
  width:30px;
  height:30px;
}

.spain_tool .tooltip-text::before {
  content: "";
  position: absolute;
  bottom: 78px;
  left: 39%;
  transform: rotate(45deg);
  background-color: #ffffff;
  padding: 5px;
  z-index: 1;

}

.plus_boxs i {
  font-size: 22px;
  color: #d51e24;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 255, 255);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.plus_boxs {
  background-color: #ffffff00;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all linear;
}

.plus_box i {
  font-size: 22px;
  color: #141313;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #0069d2;
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.plus_box {
  background-color: #ffffff00;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s all linear;
}

.tool_text p {
  font-size: 11px;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 800;
}

.tool_text h6 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
}

.tool_text h6 span {
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #043b72;
  font-weight: 700;
}

.tool_text {
  padding: 3px;
}

.tool_img {
  padding: 1px;
}

.plus_box p {
  margin-bottom: 0px;
}

.icon_item a {
  color: rgb(0 0 0 / 71%);
  text-decoration: none;
  font-size: 18px !important;
}

.side_desk_menu ul {
  padding-left: 0px;
  list-style-type: none;
}

.desk_pro_detail {
  max-width: 550px;
  max-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_wrapper_imgg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
}

.about_wrapper_imgg img {
  width: 300px;
  object-fit: contain !important;
}

.dow_icon i {
  color: #ed1826;
  font-weight: 600;
}

.down_ico_bea a {
  text-decoration: none;
  color: #ed1826;
}

.dow_text {
  font-weight: 500;
  font-size: 14px;
  color: black;
}

.pro_detil {
  position: absolute;
  content: "";
  width: 139%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro_del_nav .nav {
  display: inline-flex;
  flex-wrap: inherit;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}

.product_detail_wrapper {
  width: 100%;
}

.product_detail_wrapper h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  /*text-transform: uppercase;*/
}

.product_detail_wrapper p {
  font-size: 16px;
}

.details {
  font-size: 16px;
  color: #585757;
  line-height: 29px;

}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff0;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #0094da;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e600;
  justify-content: flex-start;
}

.nav.nav-tabs .nav-link {
  margin-top: 5px;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
  color: #0069d2;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.side_desk_menu ul li {
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  cursor: pointer;
}

.side_desk_menu ul li:hover {
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  background-color: #007ec8;
  color: #fff;
}

.side_desk_menu ul li:hover a {
  color: #fff;
}

.dow_1 {
  background-color: #2196f3;
  width: fit-content;
  padding: 11px 11px;
  border-radius: 16px;
}

.dow_text p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #ffffff;
}


.dow_2 {
  background-color: #3d307e;
  width: fit-content;
  padding: 11px 11px;
  border-radius: 16px;
}

.dow_text p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #ffffff;
}

.dow_3 {
  background-color: #ed1826;
  width: fit-content;
  padding: 11px 11px;
  border-radius: 16px;
  cursor: pointer;
}

.dow_text p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #ffffff;
}


.nav.nav-tabs.vec .nav-link .vec .active {
  border-bottom: 2px solid #3d307e;
}

.side_desk_menu ul li.active {
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  background-color: #007ec8;
}

.vec.side_desk_menu ul li.active {
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  background-color: #3d307e;
}

.vec.side_desk_menu ul li:hover {
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  background-color: #3d307e;
  color: #fff;
}

.vec.nav.nav-tabs .nav-link {
  margin-top: 5px;
  transition: 1s;
  font-size: 12px;
  text-transform: uppercase;
  color: #3d307e;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.vec .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #3d307e;
}

.bea .policy_texts h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #f95c67;
}

.bea.side_desk_menu ul li.active {
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  background-color: #a10c0c;
}

.bea.side_desk_menu ul li:hover {
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  background-color: #a10c0c;
  color: #fff;
}

.bea.nav.nav-tabs .nav-link {
  margin-top: 5px;
  transition: 1s;
  font-size: 15px;
  text-transform: capitalize;
  color: #a10c0c;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.bio.nav.nav-tabs .nav-link {
  margin-top: 5px;
  transition: 1s;
  font-size: 16px;
  text-transform: capitalize;
  color: #2196f3;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.vec.nav.nav-tabs .nav-link {
  margin-top: 5px;
  transition: 1s;
  font-size: 16px;
  text-transform: capitalize;
  color: #3d307e;
  border: none;
  border-bottom: 2px solid #e2e2e2;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.bea .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #a10c0c;
}

.bea_innerservices {
  position: relative;
  padding: 90px 0px;
  /* background-color: #393185; */
  margin-top: -1px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ff454b;
  background-image: url(../images/contact-bg.png);
}

.bea_innerservices::after {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  top: -2px;
  left: 0;
  /* background-image: url(../images/shape-top.png); */
  background-position: center center;
  background-size: cover;
}

.bea .view_btn {}

.bea .reasonsn h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #0069d2;
  text-transform: uppercase;
  text-align: center;
}


.beas .policy_texts h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    color: #0076d6;
}

.bea .reasonsn h3 span {
  font-weight: 600;
  margin-top: 12px;
  color: #000000;
}

.bea .reasons h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  text-transform: uppercase;
  color: #0069d2;
  text-align: left;
}

.bea .reasons h3 span {
  font-weight: 600;
  margin-top: 12px;
  color: #000000;
}

.bea .date_box {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 39%;
  height: 21px;
  font-size: 10px;
  background-color: #0069d2;
  color: #fff;
  /* border-radius: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.bea_innerservices {
  position: relative;
  padding: 60px 0px;
  /* background-color: #393185; */
  margin-top: -1px;
  /* background-image: url(../images/new-bg.jpg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff2f2;

}

.side_desk_menu ul li.active a {
  color: #ffffff;
  font-size: 15px;
}

.pro_tabs {
  width: 100%;
}

.side_desk_menu {
  background-color: #0069d203;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.side_desk_menu ul li a {
  color: #000;
  font-size: 15px;
}

.pro_img {
  width: 54px;
  height: 54px;
  background-color: #0000001c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.pro_img img {
  object-fit: contain;
}

.pro_pre p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 2px;
}

.about_wrapper {
  position: relative;
}

.pro_left a {
  color: #000;
}

.pro_right a {
  color: #000;
}

.career_scroll {
  max-height: 380px;
  overflow-y: scroll;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #0d62c4;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #0069d200;
}

#style-3::-webkit-scrollbar {
  width: 2px;
  background-color: #0069d200;
}

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #0069d200;
}

/* .scrollbar2 {
  float: left;
  height: 420px;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 25px;
  padding-right: 3px;
} */

.vec .enq_btn a {
  background-color: #3d307e;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}

.vec_icon i {
  color: #3d307e;
  font-weight: 600;
}



.vec .enq_btn a:hover {
  background-color: #fff;
  border: 1px solid #3d307e;
  padding: 10px;
  color: #3d307e;
  font-size: 14px;
}

.vec .enq_btn a {
  background-color: #3d307e;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}



.bio .enq_btn a {
  background-color: #2196f3;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}

.bio_icon i {
  color: #2196f3;
  font-weight: 600;
}



.bio .enq_btn a:hover {
  background-color: #fff;
  border: 1px solid #2196f3;
  padding: 10px;
  color: #2196f3;
  font-size: 14px;
}

.bea .enq_btn a {
  background-color: #ed1826;
  padding: 10px;
  color: #ffffff;
  font-size: 14px;
}

.bea .enq_btn a:hover {
  background-color: #fff;
  border: 1px solid red;
  padding: 10px;
  color: #ed1826;
  font-size: 14px;
}

.enq_btn {
  margin-top: 21px;
  margin-bottom: 21px;
}

.scrollbar2 {
  float: left;
  height: 96px;
  background: #ffffff;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 25px;
  cursor: grab;
}

#style-4::-webkit-scrollbar-track {
  height: 2px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
  width: 2px;
  height: 4px;
  background-color: red;
}

#style-4::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #d6292923;
}

.proo .fw-bold {
  font-weight: 700 !important;
  font-size: 12px;
  color: #000000;
}

.proo img {
  width: 36px !important;
  height: 36px;
  object-fit: contain;
  border-radius: 29px;
}

.pro_tabs .nav {
  display: inline-flex;
  flex-wrap: wrap !important;
  justify-content: flex-start;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tp {
  position: sticky !important;
  top: 95px;
  z-index: 9;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
  height: 62px;
  width: 200px;
  display: flex;
}

.bea .nav-pills .nav-link.active {
  color: #fff;
  background-color: #ff6268;
}

.bio .nav-pills .nav-link.active {
  color: #fff;
  background-color: #00a0e3;
}

.vec .nav-pills .nav-link.active {
  color: #fff;
  background-color: #3d307e;
}

.vec .nav-pills .nav-link.active .proo .fw-bold {
  font-weight: 700 !important;
  font-size: 12px;
  color: #fff;
}

.bea .nav-pills .nav-link.active .proo .fw-bold {
  font-weight: 700 !important;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.bio .nav-pills .nav-link.active .proo .fw-bold {
  font-weight: 700 !important;
  font-size: 12px;
  color: #fff;
}

.bio .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #2196f3;
}

.vec .nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid #3d307e;
}


.inner_pro .align-items-start {
  align-items: flex-start !important;
  flex-direction: column;
}

.career_bx {
  flex-wrap: wrap;
}

.services_box {
  max-width: 200px;
}

.bbb img {
  width: 130px;
 
}

@media only screen and (max-width:1030px) {
  .beacon_product_img {
    position: relative;
    min-width: 219px;
    min-height: 344px;
    background-color: #ffffff;
    box-shadow: rgb(255 255 255 / 21%) 0px 3px 8px;
    margin-top: 60px;
    display: flex;
    background-image: url(../images/contact-bg.png);
    flex-direction: column;
    border: 1px solid #ffffff00;
    border-radius: 11px;
    overflow: hidden;
  }



}


@media only screen and (max-width:1010px) {
  .desktop_menus {
    display: none;
  }

  .s1-header_section {
    padding: 13px 0px;
    border-bottom: 1px solid #00000014;
  }
  .team_pic img {
    position: relative;
    border-radius: 0px;
    min-height: 372px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 5px 15px;
}
  .s1-header_section.active {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    background-color: #fff;
  }

  .mobile_menu {
    display: block;
  }

  #bottom {
    bottom: -93px;
    left: -582%;
}

.spain_tool .tooltip-text::before {
  content: "";
  position: absolute;
  bottom: 78px;
  left: 80%;
  transform: rotate(45deg);
  background-color: #ffffff;
  padding: 5px;
  z-index: 1;
}

}

@media only screen and (max-width: 900px) {

  .about_left_wrapper {
    position: relative;
    padding: 2px;
    max-width: 224px;
    margin: auto;
  }

  .fot_bg_flex {
    display: flex;
    justify-content: flex-start !important;
  }

}

@media only screen and (max-width:895px) {
  .bioproduct_btn {
    background-color: #007ec8;
    padding: 10px 25px;
    color: #fff;
    border-radius: 3px;
    display: block;
  }

  .beaproduct_btn {
    background-color: #ed1826;
    padding: 10px 25px;
    color: #fff;
    border-radius: 3px;
    display: block;
  }

  .vecproduct_btn {
    background-color: #393185;
    padding: 10px 25px;
    color: #fff;
    border-radius: 3px;
    display: block;
  }

  .sidemenu {
    display: none;
  }


}

@media only screen and (max-width: 830px) {
  #site-timeline .site-center-line {
    margin-left: 0;
    left: 50px;
  }

  .logo_sec img {
    width: 72px;
    display: block;
  }

  .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-top: 48px;
  }

  .news_width {
    max-width: 350px;
    margin: auto;
    margin-top: 53px;
  }

  .social_media_banner {
    position: absolute;
    content: "";
    bottom: 10%;
    right: 7px;
    z-index: 99;
  }

  .timeline-article .meta-dot {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 39px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 770px) {
  .menua a {
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }

  .fixed_icon{
    padding: 22px !important;
    background-color: #0069d2;
    color: #fff;
}

  .services_box {
    position: relative;
    width: 165px;
    min-height: 186px;
    background-color: #ffffff;
    border-bottom: 1px solid #0067ce6e;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    padding: 18px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  }

  .s1-header_section.active {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    background-color: #fff;
  }

  .bio_footer-section:before {
    content: '';
    position: absolute;
    top: -125%;
    left: -18%;
    width: 70%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(181 204 222 / 62%);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
  }

  .chair_man_section {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 40px;
    background-color:#b0c6d3;
    /* background: linear-gradient(to bottom, rgb(114 184 255) 0%, rgb(0 0 0) 43%); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding-bottom: 70px; */
  }

  .vec_footer-section:before {
    content: '';
    position: absolute;
    top: -125%;
    left: -18%;
    width: 65%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(255 255 255 / 33%);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
  }

  .align-items-start {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .pro_del_nav .nav {
    display: inline-flex;
    flex-wrap: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    height: 62px;
    width: 185px;
    display: flex;
  }

  .scrollbar2 {
    float: left;
    height: 96px;
    background: #ffffff;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 25px;
  }

  #style-4::-webkit-scrollbar-track {
    height: 2px;
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  #style-4::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: red;
  }

  #style-4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d6292923;
  }


  .s1-header_section {
    padding: 13px 0px;
    border-bottom: 1px solid #00000000;
  }

  .tp {
    position: sticky !important;
    top: 87px;
    z-index: 9;
}

  #style-4::-webkit-scrollbar-track {
    height: 2px;
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  #style-4::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    background-color: red;
  }

  #style-4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d6292923;
  }

  .bea_footer-section:before {
    content: '';
    position: absolute;
    top: -124%;
    left: -18%;
    width: 73%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(255 255 255 / 8%);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
  }

  .about_wrapper_imgg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 212px;
  }

  .menu_link_list ul {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0px;
  }

  .bio .menu_icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* width: 126px; */
    background-color: #00a0e3;
    padding: 1px 22px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    z-index: 999;
  }

  .vec_menu_icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* width: 126px; */
    background-color: #3d307e;
    padding: 1px 22px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    z-index: 999;
  }

  .bea .menu_icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* width: 126px; */
    background-color: #ed1826;
    padding: 1px 22px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    z-index: 999;
  }

  .menu_icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* width: 126px; */
    background-color: #0069d2;
    padding: 1px 22px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    z-index: 999;
  }

  .team_pic img {
    position: relative;
    border-radius: 23px;
    min-height: 250px;
  }

  .chairmen_deatils p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: -0.5;
    text-align: justify;
  }

  h2.we-stand__top-title {
    font-size: 49px;
    font-weight: 900;
    line-height: 43px;
    background-color: #000;
    /* mix-blend-mode: lighten; */
    color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    background-position: center center;
    background-attachment: fixed;
  }

  .social_media_banner {
    position: absolute;
    content: "";
    bottom: 10%;
    right: 23px;
    z-index: 99;
  }
}

@media only screen and (max-width: 660px) {
  .bio_home_contacts {
    position: relative;
    padding: 7px 0px 70px 0px;
    background-color: #ffffff;
    background-size: cover;
    overflow-x: hidden;
}

.bea_home_contacts {
  position: relative;
  padding: 7px 0px 70px 0px;
  background-color: #ffffff;
  /* background-image: url(../images/contact-bg.png); */
  background-size: cover;
  overflow-x: hidden;
  /* color: #999b9f; */
}

.bio_home_contacts {
  position: relative;
  padding: 7px 0px 70px 0px;
  background-color: #ffffff;
  background-size: cover;
  overflow-x: hidden;
}

.testimonial_section {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff91, #ffffffb0), url(../images/testmonial.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
  .testimonial_section {
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff91, #ffffffb0), url(../images/testmonial.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
  .team_pic img {
    position: relative;
    border-radius: 23px;
    min-height: 225px;
  }
  .mySwiper .vec.swiper-button-next  {
    position: absolute;
    top: var(--swiper-navigation-top-offset,41%) !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.mySwiper .vec.swiper-button-prev{
  position: absolute;
  top: var(--swiper-navigation-top-offset,41%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 19px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #14a7e5 !important;
}

.mySwiper .bea.swiper-button-next{
  position: absolute;
  top: var(--swiper-navigation-top-offset,41%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.bea.swiper-button-next:after, .bea.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-size: 19px !important;
  font-variant: initial;
  line-height: 1;
  color: #a10c0c !important;
}

.vec.swiper-button-next:after, .vec.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-size: 19px !important;
  font-variant: initial;
  line-height: 1;
  color: #4c4088 !important;
}

.mySwiper .bea.swiper-button-prev  {
position: absolute;
top: var(--swiper-navigation-top-offset,41%) !important;
width: calc(var(--swiper-navigation-size)/ 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.bio.swiper-button-next,.bio.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset,41%) !important;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.bio.swiper-button-next,.bio.swiper-button-next {
position: absolute;
top: var(--swiper-navigation-top-offset,41%) !important;
width: calc(var(--swiper-navigation-size)/ 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.card .card-title {
  font-weight: 800;
  font-size: 19px;
}
  .testmonial_text {
    max-width: 400px;
    padding: 2px;
    margin-top: 52px;
}
.abt_icon {
  position: absolute;
  content: "";
  top: -20px;
  right: 84px;
  animation: float 5s ease-in-out infinite;
  z-index: -1;
}

  .fixed_icon2 {
    display: block;
  }

  .bea .fixed_icon2 {
    padding: 12px;
    background-color: #ed18266b;
    color: #fff;
    display: block;
  }

  .vec_fixed_icons {
    padding: 12px;
    background-color: #3d307e57;
    color: #fff;
    display: block;
}

.vec .fixed_icon2 a {
  color: #3d307e;
  text-decoration: none;
  font-size: 21px;
}
.vec_fixed_icons:hover {
  padding: 12px;
  background-color: #3d307e;
  color: #fff;
  display: block;
}

.fixed_icon2 a {
  color: #0069d2;
  text-decoration: none;
  font-size: 21px;
}

.bea .fixed_icon2 a {
  color: #ed1826;
  text-decoration: none;
  font-size: 21px;
}


  .fixed_icon2 {
    padding: 12px;
    background-color: #0069d269;
    color: #fff;
    display: block;
  }

  .about_left_wrappers img {
    border-radius: 8px;
    width: 185px;
    z-index: 9;
  }

  .ribbon3_bea:after {
    height: 0;
    width: 0;
    right: -14.5px;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ed1826;
  }

  .ribbon3_vec:after {
    height: 0;
    width: 0;
    right: -13.5px;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #6456ab;
  }

  .ribbon3_bio:after {
    height: 0;
    width: 0;
    right: -13.5px;
    border-top: 16px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #40c7ff;
  }

  .white_dot_4 {
    position: absolute;
    content: "";
    padding: 2px;
    bottom: 43.4%;
    right: 30%;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #ffffff00;
    background-color: #ffffff00;
    color: gray;
    cursor: pointer;
    transition: 1s all linear;
  }

  .white_dot_3 {
    position: absolute;
    content: "";
    padding: 2px;
    top: 33%;
    left: 45%;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #ffffff00;
    background-color: #ffffff00;
    color: gray;
    cursor: pointer;
    transition: 1s all linear;
}


.testmonial_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: end;
  padding: 10px;
}


  .white_dot_2 {
    position: absolute;
    content: "";
    top: 36%;
    left: 41.5%;
    right: 75.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #ffffff00;
    background-color: #ffffff00;
    color: gray;
    cursor: pointer;
    transition: 1s all linear;
  }

}

@media only screen and (max-width: 460px) {
  .book-section>.container {
    height: 282px;
    width: 345px;
    position: relative;
    left: 42%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 30px;
    perspective: 1200px;
  }

  .beacon_product_img {
    position: relative;
    min-width: 70%;
    min-height: 343px;
    background-color: #fff;
    box-shadow: rgb(255 255 255 / 0%) 0px 3px 8px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ffffff00;
    border-bottom: 3px solid #00a0e3;
    border-radius: 0px;
    padding: 6px;
  }

  .vec .beacon_product_img {
    position: relative;
    min-width: 70%;
    min-height: 344px;
    background-color: #fff;
    box-shadow: rgb(255 255 255 / 0%) 0px 3px 8px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ffffff00;
    border-bottom: 3px solid #6456ab;
    border-radius: 0px;
    padding: 6px;
  }

  .beac .beacon_product_img {
    position: relative;
    min-width: 70%;
    min-height: 344px;
    background-color: #fff;
    box-shadow: rgb(255 255 255 / 0%) 0px 3px 8px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ffffff00;
    border-bottom: 3px solid #fb444a;
    border-radius: 0px;
    padding: 6px;
  }

  .book h2 {
    font-size: 13px;
    color: white;
    font-weight: 600;
    background-color: red;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
  }

  .nav.nav-tabs .nav-link {
    margin-top: 5px;
    transition: 1s;
    font-size: 12px;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #0069d2;
    border: none;
    border-bottom: 2px solid #e2e2e2;
    font-weight: 700;
    transition: all .3s ease-in-out;
  }

  .test_head h2 {
    font-size: 32px;
    font-weight: 600;
  }


  .team_name h6 {
    font-size: 11px;
    text-transform: capitalize;
    color: #0069d2;
    font-weight: 700;
    margin-top: 10px;
  }

  .team_name p {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .service_text h2 span {

    font-weight: 600;
    color: #0069d2;
  }

  .footer-top .widget-title {
    color: #fff;
    margin-bottom: 9px;
    margin-top: 10px;
  }

  .custom-shape-divider-bottom-1702355490 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 157%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
  }

  .social_media_banner ul li {
    list-style-type: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-left: 0px;
    margin-top: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
  }

  .circle {
    background: #0069d270;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    transition: transform 2s cubic-bezier(.02, 1.23, .79, 1.08);
    z-index: .9;

  }

  .testmonial_text p {
    font-size: 17px;
    text-align: left;
  }

  .policy_wrapper {
    color: #fff;
    padding: 13px;
    /* margin: 10px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #8080800d;
    width: 179px;
    margin: 7px;
  }

  .home_contxt_field {
    margin-top: 40px;
  }

  .service_text h2 {
    font-size: 29px;
    font-weight: 600;
  }

  .about_text_wrapper h2 {
    font-size: 29px;
    font-weight: 600;
  }

  .banner_text h2 {
    font-size: 41px;
    line-height: 50px;
    transition: all .1s linear;
    color: #ffffff;
    text-transform: capitalize;
  }



  .service_text h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
  }

  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 39px;
    min-height: 0px;
  }

  .timeline-article .content-left-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 39px;
    min-height: 0px;
  }

  .timeline-article.odd .line {
    left: 50%;
    background: #be010100;
  }

  .timeline-article.even .line {
    right: 50%;
    background: #00000000;
  }

  .timeline-title {
    margin-top: -6px;
  }

  h1.timeline-year {
    margin: 0;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 21px;
    color: #fff;
    font-size: 15px;
  }

  .our_core_wrapper p {
    font-size: 11px;
    color: #000000;
    line-height: 16px;
  }

  .our_core_wrapper {

    position: absolute;
    content: "";
    bottom: -68px;
    right: 2px;

  }

  .logo_sec {
    position: absolute;
    content: "";
    /* top: 23px; */
    z-index: 9;
  }

  #cover {
    width: 236px;
    height: 301px;
    background-color: #ffffff00;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 2px 2px 15px 5px rgb(0 0 0 / 0%);
  }

  .flip-book {
    width: 236px;
    height: 301px;
    position: relative;
    perspective: 1500px;
  }

  .clogo img {
    width: 104px;
  }

  .front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 10px;
  }

  .book {
    display: flex;
    width: 344px;
  }

}



@media only screen and (max-width: 330px) {
  .book {
    display: flex;
    width: 299px;
  }

  .social_media_banner {
    position: absolute;
    content: "";
    bottom: 10%;
    right: 13px;
    z-index: 99;
  }

  .our_core_wrapper {
    position: absolute;
    content: "";
    bottom: -79px;
    right: -2px;
  }

  .flip-book {
    width: 279px;
    height: 303px;
    position: relative;
    perspective: 1500px;
  }
}

.bea.swiper-button-next:after,
.bea.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #a10c0c !important;
}

.bea.clientanme_text h6 {
  font-size: 16px;
  color: #a10c0c;
  text-align: left;
}

.bea.quotes i {
  font-size: 41px;
  color: #a10c0c;
}

.bea.quotes2 i {
  font-size: 41px;
  color: #a10c0c;
}

.bea.test_head h2 span {
  color: #a10c0c;
  text-transform: uppercase;
  font-weight: 400;
}



.vec.swiper-button-next:after,
.vec.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #4c4088 !important;
}

.vec.clientanme_text h6 {
  font-size: 16px;
  color: #4c4088;
  text-align: left;
}

.vec.quotes i {
  font-size: 41px;
  color: #4c4088;
}

.vec.quotes2 i {
  font-size: 41px;
  color: #4c4088;
}

.vec.test_head h2 span {
  color: #4c4088;
  text-transform: uppercase;
  font-weight: 400;
}

/* loader style start*/

#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000000d1;
  z-index: 9999;
  padding-top: 10px;
}

.mesh-loader {
  overflow: hidden;
  height: inherit;
  width: inherit;
  display: none;
}

.mesh-loader .circle {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #0D694C;
  border-radius: 50%;
  margin: -15px;
  -webkit-animation: mesh 3s ease-in-out infinite -1.5s;
  animation: mesh 3s ease-in-out infinite -1.5s;
}

.mesh-loader>div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.mesh-loader>div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
}

.mesh-loader>div:last-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  50.1% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.moretext {
  display: none;
}

.moreless-button1 {
  display: none;
}

.vid-wrapper {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.vid {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid transparent;
  padding: 2px;
  cursor: pointer;
}

.vid::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h2.vid-head {
  font-size: 20px;
  color: #333;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  background: rgba(0, 0, 0, .7);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
}

.iframe-wrapper .close-video {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  right: 0;
  background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
  border-radius: 50%;
  background-size: cover;
}


/* ribbon */

.bio_stamp img {
  width: 50px;
  height: 50px !important;
}

.bea_stamp img {
  width: 50px;
  height: 50px !important;
}

.bea_stamp {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.bio_stamp {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}


.vec_stamp img {
  width: 50px;
  height: 50px !important;
}

.vec_stamp {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.ribbon3_bea {
  width: 95px;
  height: 31px;
  line-height: 34px;
  padding-left: 15px;
  position: absolute;
  left: -10px;
  top: 20px;
  font-size: 12px;
  color: #ffffff;
  background: #ed1826;
}

.ribbon3_bea:before,
.ribbon3_bea:after {
  content: "";
  position: absolute;
}

.ribbon3_bea:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3_bea:after {
  height: 0;
  width: 0;
  right: -15.5px;
  border-top: 16px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ed1826;
}


.ribbon3_vec {
  width: 95px;
  height: 31px;
  line-height: 34px;
  padding-left: 15px;
  position: absolute;
  left: -10px;
  top: 20px;
  font-size: 12px;
  color: #ffffff;
  background: #6456ab;
}

.ribbon3_vec:before,
.ribbon3_vec:after {
  content: "";
  position: absolute;
}

.ribbon3_vec:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3_vec:after {
  height: 0;
  width: 0;
  right: -15.5px;
  border-top: 16px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #6456ab;
}


.ribbon3_bio {
  width: 95px;
  height: 31px;
  line-height: 34px;
  padding-left: 15px;
  position: absolute;
  left: -10px;
  top: 20px;
  font-size: 12px;
  color: #ffffff;
  background: #40c7ff;
}

.ribbon3_bio:before,
.ribbon3_bio:after {
  content: "";
  position: absolute;
}

.ribbon3_bio:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon3_bio:after {
  height: 0;
  width: 0;
  right: -15.5px;
  border-top: 16px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #40c7ff;
}

/* ribbon */


/* ribbon2 */
.ribbon-wrapper-vec {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

.ribbon-vec {
  font: bold 15px Sans-Serif;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  right: -5px;
  top: 15px;
  width: 120px;
  font-size: 10px;
  font-weight: 100;
  float: right;
  background-color: #6456ab;
  color: #ffffff;

}

.ribbon-vec:before,
.ribbon-vec:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-vec:before {
  left: 0;
}

.ribbon-vec:after {
  right: 0;
}


.ribbon-wrapper-bio {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

.ribbon-bio {
  font: bold 15px Sans-Serif;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  right: -5px;
  top: 15px;
  width: 120px;
  font-size: 10px;
  font-weight: 100;
  float: right;
  background-color: #40c7ff;
  color: #ffffff;

}

.ribbon-bio:before,
.ribbon-bio:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-bio:before {
  left: 0;
}

.ribbon-bio:after {
  right: 0;
}

/* ribbon2 */






/* cards start*/


.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 390px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}
.card.card-has-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card.card-has-bg:hover .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #ffba21;
  background: linear-gradient(0deg, rgb(20 143 255 / 77%) 0%, #000000 100%);
}
.card .card-footer {
  background: none;
  border-top: none;
  position: absolute;
  bottom: 0;
}
.card .card-footer .media img {
  border: solid 2px rgb(255 255 255);
}
.card .card-title {
  font-weight: 800;
}
.card .card-meta {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.card .card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover .card-body {
  margin-top: 3px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #ffba21;
  background: linear-gradient(0deg, rgb(0 0 0 / 77%) 0%, #0069d2 100%);
}