* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif !important;
  scroll-behavior: smooth;

}

body {
  position: relative;
}


#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;

}

.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;
}


#main_scroll {
  width: 100%;
  height: auto;
}

.dlogo img {
  width: 123px;
}

.logo_sec img{
  width:130px;
}

.logo_sec{
  position: absolute;
  content: "";
  width: 100%;
  top: 10px;
  left: 0px;
  z-index: 999;
}

.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: 780px;
  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, #0069d2, #000000a1);
}

.main_banner_img:before {
  position: absolute;
  content: "";
  top: -79px;
  left: 42%;
  width: 104px;
  height: 79%;

  background-image: linear-gradient(to right, #00000000, #1a75ac40);
  rotate: 21deg;
  z-index: 99;
}


.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: 45px;
  line-height: 57px;
  transition: all .1s linear;
  color: #ffffff;
  text-transform: capitalize;
}






.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;
}

.logo_warpper {
  width: 120px;
}



.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 {
  background-color: #fff0;
  border-radius: 50%;
  visibility: visible;
}

.clogo .actives{
  visibility: none !important;
}


.clogo img {
  width: 123px;
 
}



.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;

}

.policy_texts h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #fff;
}

.policy_texts p {
  font-size: 13px;
  margin-top: 10px;
  max-width: 257px;
  line-height: 26px;
}

.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: 22px;
  border: 1px solid #ffffff2e;
  padding: 0px;
  border-radius: 50%;
  background-color: #fff;
}

.about_text {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to bottom, #ffffff94, #ffffffb5), url(../images/abt_bg.png);
  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 {
  width: 200px !important;

}


.beacon_product_img {
  position: relative;
  min-width: 90%;
  min-height: 344px;
  background-color: #fff;
  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;
}

.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;
}

.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;
}

.beacon_pro_text h6 {
  color: #000000;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

a {
  text-decoration: none;
}

.about_text_in {
  position: relative;
  padding-top: 60px;
  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 {
  max-width: 500px;
  margin: auto;
}

.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 h2 {
  font-size: 42px;
  font-weight: 600;
}

.about_text_wrapper h2 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;
}

.abt_icon_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_text_wrapper p {
  max-width: 374px;
  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: 16px;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  padding: 9px;
}

.abt_btn_wrapper_footer button a i {
  font-size: 22px;
  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: 350px;
  margin: auto;
}

.about_left_wrapper img {
  border-radius: 8px;
}

.about_left_wrappers img {
  border-radius: 8px;
  width: 250px;
  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: -10px;
  right: -30px;
  animation: float 5s ease-in-out infinite;
}


.menua a {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;

}

.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: 80px 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: 82px;
  font-weight: 900;
  line-height: 72px;
  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;
}

.text p {
  max-width: 450px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}

.text2 p {
  max-width: 541px;
  color: #000000;
}


.third_abt {
  position: relative;
  max-width: 450px;
}

.our_core_wrapper {
  position: absolute;
  content: "";
  bottom: -79px;
  right: -28px;
  /* 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: #0069d2;
  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%;
  width: 25%;
  background-color: #043452;
  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: 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: 288px;
  padding: 12px;
}

.testmonial_text {
  max-width: 400px;
  padding: 2px;
}

.testmonial_text p {
  font-size: 22px;
  text-align: left;
}

.clientanme_text h6 {
  font-size: 20px;
  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;
  border: 1px solid #064c7a26;
  width: 206px;
  margin: 7px;
}

.policy_text h5 {
  margin-top: 10px;
}

.policy_icon {
  width: 50px;
  animation: float 5s ease-in-out infinite;
  margin-top: 30px;
  margin-right: auto;

}

.policy_text p {
  font-size: 15px;
  margin-top: 10px;
  max-width: 300px;
  color: #868282;
}

.policy_text h5 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: 9px;
  color: black;
}


.abt_icon_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.chair_man_section {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  background-color: #0069d2;
  background-image: linear-gradient(to bottom, #0069d2, #0069d224), url(../images/chair_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding-bottom: 70px; */
}

.chairmen_deatils {
  padding-top: 20px;
  padding-bottom: 20px;
}

.chairmen_deatils p {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 100;
  line-height: 2;
}

.chairmen_deatils h2 {
  text-transform: uppercase;
  color: #ffffff;
}

.chairmen_deatils h6 {
  text-transform: uppercase;
  color: #ffffff;
}


.service_section {
  padding: 80px 0px;
  background-image: linear-gradient(to bottom, #ffffffe3, #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: 283px;
  min-height: 186px;
  background-color: #0069d2;
  padding: 85px 23px 40px 23px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: 67px;
  border-radius: 5px;
  cursor: pointer;
}

.ser_no {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 13px;
}

.service_text p {
  margin-bottom: 0px;
}

.service_text h2 {
  font-size: 32px;
  font-weight: 600;
}

.service_text h2 span {
  font-weight: 600;
  color: #0069d2;
}

.service_text h6 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #0069d2;
}


.service_wrapper_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 67px;
  gap: 12px;
}

.services_box h6 {
  margin-bottom: 10px;
  color: #ffffff;
}

.services_box p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
}

.services_box h3{
  font-weight: 700;
  color: #ffffffd6;
}

.servicesdep{
  padding: 60px 0px;
  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;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background-color: #3ca5c2;
  border-radius: 50%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.news-letter-form input::placeholder {
  color: #fff;
}

.icon img {
  width: 47px;
}

.services_box:hover .icon {
  background-color: #c00707;
}

.home_contact {
  position: relative;
  padding: 118px 0px 70px 0px;
  background-color: #0069d2;
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  color: #ffffff;
}

.home_contacts {
  position: relative;
  padding: 118px 0px 70px 0px;
  background-color: #000000;
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  color: #999b9f;
}

.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;
}

.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: #BE0101;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.add_text p {
  margin-bottom: 0px;
  padding-left: 8px;
  font-size: 13px;
}

.fixed_icon_bar {
  position: fixed;
  z-index: 999;
  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;
}

.fixed_icon {
  padding: 22px;
  background-color: #0069d2;
  color: #fff;
}

.logo_wrappers {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 61px;
  max-width: 350px;

  margin: auto;
}

.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;
}


.section-0 {
  margin-top: 2vh;
  text-align: center;
}

.section-0 p {
  font-size: 30px;
  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: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.about_text_wrapper p span {
  color: #e31e24;

}

.export_pro {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  align-items: 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;
}

.reason h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 12px;
  color: #e43239;
}

.reason h3 span {
  color: #000000;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus.png);
  transform: rotate(-180deg);
}

.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 {
  max-width: 450px;
  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;
}





/* biogeny start */

.bio .about_text_wrapper h2 span {
  color: #00a0e3;
  text-transform: uppercase;
  font-weight: 400;
}


.bio .abt_btn_wrapper button a i {
  font-size: 35px;
  color: #00a0e3;
}

.bio_home_contacts {
  position: relative;
  padding: 118px 0px 70px 0px;
  background-color: #00a0e3;
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  color: #999b9f;
}

.bio_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;
}

.bio .policy_texts h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  color: #000;
}

.bio .policy_texts p {
  font-size: 13px;
  margin-top: 10px;
  max-width: 257px;
  line-height: 26px;
  color: #000000;
}

.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(-180deg);
}

.bio .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(../images/minus_bio.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.bio .about_text_wrapper p span {
  color: #393185;
}

.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: #00a0e3;
  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: #ffffff;
}


.bio .view_btn {
  position: absolute;
  content: "";
  top: -2px;
  right: -6px;
  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;
}

.bio .view_btn a {
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}

.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: #0069d2;
  background-image: url(../images/contact-bg.png);
}

.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: #00a0e3;
  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(255 255 255 / 8%);
  -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(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;
}

.bio .inptFld::placeholder {
  color: #fff;
}

.bio_main_banner_img {
width: 100%;
    height: 644px;
    background-color: black;
    margin-top: -44px;
}

.bio_main_banner_img:after {
  position: absolute;
  content: "";
    top: -45px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000000fa, #3931854f);
}

.bio_main_banner_img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.policy_wrappers {
  max-width: 250px;
  position: relative;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 2px;
  overflow: hidden;
}

.policy_wrappers::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 147px;
  width: 46%;
  height: 37%;
  border-radius: 60%;
  transition: all .5s linear;
  background-color: #0069d2;
}

.policy_wrappers:hover.policy_wrappers::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-color: #0069d2;
}


.policy_icon {
  z-index: 99;
}

.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 p {
  font-size: 15px;
  text-align: left;
}

.new_images {
  position: relative;
}

.date_box {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  background-color: #00a0e3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.date_box p,
h6 {
  margin-bottom: 0px;
}

.date_box h6 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
}

.reasons p {
  text-align: right;
}


.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, #393185, #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;
}

.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;
 }


/* biogeny end */



/* vector start */

.vec .about_text_wrapper h2 span {
  color: #3d307e;
  text-transform: uppercase;
  font-weight: 400;
}


.vec .abt_btn_wrapper button a i {
  font-size: 35px;
  color: #3d307e;
}

.vec .policy_wrappers::after {
  position: absolute;
  content: "";
  top: -20px;
  right: 147px;
  width: 46%;
  height: 37%;
  border-radius: 60%;
  transition: all .5s linear;
  background-color: #dd2f24;
}


.vec .policy_wrappers:hover.policy_wrappers::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background-color: #dd2f24;
}


.vec_home_contacts {
  position: relative;
  padding: 118px 0px 70px 0px;
  background-color: #3d307e;
  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: #3d307e;
  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);
}

/* vector end */





/* footersection */

.footer-section {
  background-color: #0069d2;
  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;
  align-items: center;
  align-items: flex-start;
}

.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: 89px;
}

.widget ul {
  list-style-type: none;
  margin-left: -29px;

}

.widget ul li a {
  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: #ffffff0a;
}

.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;
}

.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: 13px;
}

.team_pic img {
  position: relative;
  border-radius: 23px;
  max-height: 334px;

}

.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: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team_pic:hover.team_pic::before {
  position: absolute;
  content: "";
  /* top: 5px; */
  /* left: 4px; */
  width: 98%;
  height: 98%;
  background-color: #0069d2;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
  background-color: #ff000000 !important;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 263px !important;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
  background-color: #2196F3 !important;
}



.offcanvas-body nav ul {
  background: #ffffff00;
  height: 100%;
  width: 100%;
  list-style: none;
  padding-left: 0px;
}

.offcanvas-body nav ul li {
  margin-top: 14px;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.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(255, 255, 255);
  text-decoration: none;
  font-size: 15px;
  padding-left: 0px;

  display: block;
  width: 100%;
  border-left: 3px solid transparent;
  margin-left: 6px;

}

.offcanvas-body nav ul li.active a {
  color: #ffffff;
  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-image: linear-gradient(to bottom, #1777d6, #ffffffdb), url(../images/timeline_ba.jpg);
}

.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;
}


.career_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.career_sec {
  padding: 50px 0px;
  background-color: #eaf4f9;
  height: auto;
  overflow: hidden;
}

.career_wrappr {
  position: relative;
  padding: 11px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  /* background-image: url(../images/circles_new.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain; */
}

.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: 72%;
}


.career_title h6 {
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.career_title p {
  margin-bottom: 6px;
  font-size: 11px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.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;
  margin-bottom: 10px;
  color: #ffffff;
  margin-top: 10px;
  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: #ffffff;
  background-color: #0069d2;
}

.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: #ffffff !important;
}

.career textarea::placeholder {
  color: #ffffff !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: #0069d2 !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: 60%;
  right: 13%;
  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: 37%;
  right: 46%;
  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: 47%;
  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_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: 39%;
  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;
}

.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: -64px;
  left: -273%;
}


.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(240, 104, 122);
  }
  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: #0069d2;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(32, 106, 216);
  }
  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: 11px;
  margin-bottom: 0px;
  font-weight: 500;
}

.tool_text h6 span {
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #0069d2;
  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;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_wrapper_imgg{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_detil{
  position: absolute;
  content:"";
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.product_detail_wrapper{
  width: 100%;
}

.product_detail_wrapper h4{
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.product_detail_wrapper p {
  font-size: 16px;
  max-width: 579px;
  color: #8d8d8d;
}

.details{
  font-size: 16px;
  color: #8d8d8d; 
}

.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: 12px;
  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;
}
.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;
}

.side_desk_menu ul li.active{
  padding: 14px 10px;
  width: 100%;
  border-bottom: 1px solid #80808038;
  background-color: #007ec8;
}

.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;
}

.pro_img img{
  object-fit: cover;
}

.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: 476px;
  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: 6px;
	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: #0069d2;
}


@media only screen and (max-width:1030) {
  .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: 900px) {

  .about_left_wrapper {
    position: relative;
    padding: 2px;
    max-width: 224px;
    margin: auto;
  }
}

@media only screen and (max-width:895px) {
  .bioproduct_btn {
    background-color: #007ec8;
    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;
  }

  .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: 660px) {
  .book-section > .container {
    height: 282px;
    width: 345px;
    position: relative;
    left: 42%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 30px;
    perspective: 1200px;
}
  .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-size: 35px;
    font-weight: 600;
    color: #0069d2;
}

  .footer-top .widget-title {
    color: #e31e24;
    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;
  }

  .services_box {
    position: relative;
    max-width: 291px;
    min-height: 231px;
    background-color: #0069d2;
    padding: 85px 23px 40px 23px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 67px;
    border-radius: 5px;
    cursor: pointer;
  }

  .service_text h2 {
    font-size: 28px;
    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: 14px;
    color: #000000;
    line-height: 27px;
  }

  .logo_sec {
    position: absolute;
    content: "";
    top: 23px;
    z-index: 999;
}

.clogo img {
  width: 104px;
}

}