/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Variables Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
@keyframes flag {
  from,
  to {
    transform: perspective(500px) translate3d(0px, 0px, 0px);
  }
  50% {
    transform: perspective(500px) translate3d(5px, 5px, 35px);
  }
}
/* ====================================== _____________ Mixin Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Functions Styles _____________ ====================================== */
/* ====================================== _____________ Classes Styles _____________ ====================================== */
.m-container {
  width: 85%;
  margin: auto;
}
@media (max-width: 767px) {
  .m-container {
    width: 98%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-container {
    width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-container {
    width: 90%;
  }
}

section:not(.banner) {
  padding: 50px 0;
}
@media (max-width: 767px) {
  section:not(.banner) {
    padding: 25px 0;
  }
}

.section_link {
  padding: 20px 0;
  text-align: center;
}
.section_link a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #b454af;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-bottom: 3px;
}
.section_link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b454af;
  transition: all 0.3s ease-in-out;
}
.section_link a span {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.section_link a img {
  max-width: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.section_link a:hover::before {
  width: 100%;
}
.section_link a:hover img {
  transform: rotate(360deg);
}

.mainColor {
  color: #b454af;
}

.secColor {
  color: #000;
}

.whtColor {
  color: #fff !important;
}

.mainBgColor {
  background-color: #b454af;
}

.grayBgColor {
  background-color: #565656;
}

.secBgColor {
  background-color: #000;
}

.a_card {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.a_card:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .a_card {
    margin-bottom: 1.5rem;
  }
  .a_card:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}

.big_title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #b454af;
  margin-bottom: 20px;
}
.big_title_underLine {
  position: relative;
  display: inline-block;
  color: #000;
  text-transform: capitalize;
  font-size: 1.2rem;
  font-weight: 300;
  padding-bottom: 5px;
  top: -5px;
}
.big_title_underLine::before,
.big_title_underLine::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(112, 112, 112, 0.5);
}
.big_title_underLine::after {
  background-color: #b454af;
  width: 50%;
}

.tips_list {
  padding: 0 0 25px;
}
.tips_list_item {
  position: relative;
  padding: 8px 0;
  padding-left: 15px;
}
.tips_list_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b454af;
}

/* ====================================== _____________ Classes Styles _____________ ====================================== */
/* ====================================== _____________ Reset Styles _____________ ====================================== */
* {
  outline: 0 !important;
  box-shadow: none !important;
}

html {
  font-size: 100%;
}
@media (max-width: 576px) {
  html {
    font-size: 85%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 88%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

body {
  font-family: "Nimbus Sans L";
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
}

/* ====================================== _____________ Reset Styles _____________ ====================================== */
/* ====================================== _____________ Fonts Styles _____________ ====================================== */
@font-face {
  font-family: "Nimbus Sans L";
  src: url("fonts/NimbusSanL-Reg.eot");
  src: url("fonts/NimbusSanL-Reg.eot?#iefix") format("embedded-opentype"),
    url("fonts/NimbusSanL-Reg.woff2") format("woff2"),
    url("fonts/NimbusSanL-Reg.woff") format("woff"),
    url("fonts/NimbusSanL-Reg.ttf") format("truetype"),
    url("fonts/NimbusSanL-Reg.svg#NimbusSanL-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nimbus Sans L";
  src: url("fonts/NimbusSanL-Bol.eot");
  src: url("fonts/NimbusSanL-Bol.eot?#iefix") format("embedded-opentype"),
    url("fonts/NimbusSanL-Bol.woff2") format("woff2"),
    url("fonts/NimbusSanL-Bol.woff") format("woff"),
    url("fonts/NimbusSanL-Bol.ttf") format("truetype"),
    url("fonts/NimbusSanL-Bol.svg#NimbusSanL-Bol") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GE SS Two";
  src: url("fonts/GESSTwoMedium-Medium.eot");
  src: url("fonts/GESSTwoMedium-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/GESSTwoMedium-Medium.woff") format("woff2"),
    url("fonts/GESSTwoMedium-Medium.woff") format("woff"),
    url("fonts/GESSTwoMedium-Medium.ttf") format("truetype"),
    url("fonts/GESSTwoMedium-Medium.svg#GESSTwoMedium-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GE SS Two";
  src: url("fonts/GESSTwoLight-Light.eot");
  src: url("fonts/GESSTwoLight-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/GESSTwoLight-Light.woff") format("woff2"),
    url("fonts/GESSTwoLight-Light.woff") format("woff"),
    url("fonts/GESSTwoLight-Light.ttf") format("truetype"),
    url("fonts/GESSTwoLight-Light.svg#GESSTwoLight-Light") format("svg");
  font-weight: 100;
  font-style: normal;
}
/* ====================================== _____________ Fonts Styles _____________ ====================================== */
/* ====================================== _____________ Global Styles _____________ ====================================== */
.content_title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .content_title {
    margin-top: 15px;
  }
}
.content_title span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.content_title span::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1.5px;
  background-color: #b454af;
  z-index: 2;
}
.content_title span::after {
  position: absolute;
  content: "";
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/global/o.png);
  background-size: contain;
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.banner .content_title {
  font-size: 2.7rem;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.content_secTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}
.content_smTitle {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.content_text {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 10px;
}
.footer .content_text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.card {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  border: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  z-index: 1;
}
.card_header {
  border-radius: 6px;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.card_header img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card_body {
  position: absolute;
  top: calc(100% - 50px);
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: rgba(86, 86, 86, 0.7);
  color: #fff;
  border-radius: 0 0 6px 6px;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.card_body_title {
  font-size: 1.4rem;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.card_body_link {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.card:hover::before {
  opacity: 1;
}
.card:hover .card_body {
  top: 50%;
  transform: translateY(-50%) scaleX(0.85) scaleY(0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  height: 100%;
}
.card:hover .card_body_title {
  margin-bottom: 20px;
}
.card:hover .card_body_link {
  opacity: 1;
}

/* ______________________________ Latest news Section ______________________________ */
.latestNews {
  padding: 50px 0 0;
}
.latestNews_card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  border-radius: 4px;
  height: 100%;
  background-color: #faf9f9;
  position: relative;
}
.latestNews_card_header {
  border-radius: 4px 4px 0 0;
}
.latestNews_card_body {
  padding: 25px 60px 50px 25px;
  background-color: #faf9f9;
  border-radius: 0 0 4px 4px;
}
.latestNews_card_body .content {
  color: #000;
}
.latestNews_card_body .content_date {
  color: #b454af;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1rem;
}
.latestNews_card_body .content_smTitle {
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}
.latestNews_card_body .content_smTitle::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 70%;
  height: 1.5px;
  background-color: #000;
  z-index: 1;
}
.latestNews_card_body .content_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #9b278f;
  padding: 15px;
  border-radius: 0 0 4px 0;
  transition: all 0.3s ease-in-out;
}
.latestNews_card_body .content_link:hover {
  background-color: #000;
}

/* ______________________________ Latest news Section ______________________________ */
/* ====================================== _____________ Global Styles _____________ ====================================== */
/* ====================================== _____________ Grids Styles _____________ ====================================== */
/* ====================================== _____________ Grids Styles _____________ ====================================== */
/* ====================================== _____________ Header Styles _____________ ====================================== */
/* ____________________________________________ Navbar ____________________________________________ */
header .navbar {
  padding: 20px 0;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  header .navbar .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
header .navbar_brand img {
  width: 150px;
}
header .navbar_collapse {
  padding: 0;
}
header .navbar_collapse_list {
  align-items: center;
}
@media (max-width: 991px) {
  header .navbar_collapse_list {
    align-items: flex-start;
    padding: 25px 0;
  }
}
header .navbar_collapse_list_item {
  margin: 0 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar_collapse_list_item {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  header .navbar_collapse_list_item {
    margin: 0;
    margin-bottom: 10px;
  }
}
header .navbar_collapse_list_item_link {
  font-size: 0.9rem;
  color: #000 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  header .navbar_collapse_list_item_link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
header .navbar_collapse_list_item_link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #b454af;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
header .navbar_collapse_list_item_link:hover,
header .navbar_collapse_list_item_link.active {
  color: #b454af !important;
}
header .navbar_collapse_list_item_link:hover::before,
header .navbar_collapse_list_item_link.active::before {
  width: 100% !important;
}
header .navbar_collapse_list_item_link.dropdown-toggle::after {
  border: none;
  background-image: url(../img/global/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  margin-left: 5px;
  vertical-align: 0;
  margin-top: 1px;
}
header .navbar_collapse_list_item_search {
  position: relative;
}
header .navbar_collapse_list_item_search .form-group .form-control {
  border-radius: 24px;
  padding: 8px 15px;
  padding-left: 50px;
  width: 200px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
header .navbar_collapse_list_item_search .form-group .form-control:focus {
  border: 1px solid #b454af;
  padding-left: 30px;
}
header .navbar_collapse_list_item_search_submit {
  position: absolute;
  left: 25px;
  top: 5px;
  background-color: transparent;
  border: none;
  color: #b454af;
}
header .navbar_collapse_list_menu {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
@media (max-width: 991px) {
  header .navbar_collapse_list_menu {
    background-color: transparent;
    width: 95%;
  }
}
header .navbar_collapse_list_menu_item {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #b3b3b3;
  display: flex;
  align-items: center;
}
header .navbar_collapse_list_menu_item:hover {
  background-color: #ececec;
  color: #b454af;
}
header .navbar_collapse_list_menu_item img {
  width: 15px;
  margin-right: 5px;
  font-size: 0.9rem;
}

/* ____________________________________________ Navbar ____________________________________________ */
/* ====================================== _____________ Header Styles _____________ ====================================== */
/* ====================================== _____________ Footer Styles _____________ ====================================== */
footer .footer {
  background-image: url(../img/global/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 15px;
}
footer .footer_content_title {
  color: #000;
  font-size: 1.1rem;
  font-size: 400;
  margin-bottom: 20px;
}
footer .footer_content_title span {
  display: inline-block;
  border-bottom: 1px solid #b454af;
  padding-bottom: 10px;
  padding-right: 10px;
}
footer .footer_content_text {
  font-size: 0.9rem;
  margin-bottom: 15px;
  color: #000;
}
footer .footer_content_list {
  padding: 0;
  margin: 0;
}
footer
  .footer_content_list.footer_content_list-border
  .footer_content_list_item_link {
  border-bottom: 1px solid rgba(90, 90, 90, 0.4);
}
footer .footer_content_list_item {
  margin-bottom: 20px;
}
footer .footer_content_list_item_link {
  display: block;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 0.9rem;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease-in-out;
}
footer .footer_content_list_item_link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #5a5a5a;
  transition: all 0.3s ease-in-out;
}
footer .footer_content_list_item_link:after {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #b454af;
  transition: all 0.3s ease-in-out;
}
footer .footer_content_list_item_link:hover {
  color: #b454af;
}
footer .footer_content_list_item_link:hover::before {
  background-color: #b454af;
}
footer .footer_content_list_item_link:hover::after {
  width: 100%;
}
footer .footer_content_list_item_linkInfo {
  font-size: 0.9rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footer_content_list_item_linkInfo.marketing_sales {
  margin-left: 25px;
}
footer .footer_content_list_item_linkInfo i {
  color: #b454af;
}
footer .footer_content_list_item_linkInfo span {
  line-height: 1.3;
}
footer .footer_content_list_item_linkInfo span b {
  margin: 8px 0;
  display: block;
}
footer .footer_content_form .group {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 15px;
}
footer .footer_content_form .group .form-group {
  margin-bottom: 0;
  flex: 0 0 80%;
  max-width: 80%;
}
footer .footer_content_form .group .form-group .form-control {
  height: 100%;
  border: none;
  border-radius: 5p 0 0 5p;
  background-color: #fff;
  padding: 8px 10px;
  height: 35px;
  font-size: 0.8rem;
}
footer .footer_content_form .group .submit {
  height: 100%;
  flex: 0 0 20%;
  max-width: 20%;
}
footer .footer_content_form .group .submit button {
  background-color: #b454af;
  margin: 0;
  border: 0;
  height: 100%;
  height: 35px;
  display: block;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
footer .footer_content_form .group .submit button:hover {
  background-color: #000;
}
footer .footer_content_form .group .submit button svg {
  width: 20px;
}
footer .footer_content_socialList {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer_content_socialList_item {
  margin-right: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer_content_socialList_item {
    margin-right: 5px;
  }
}
footer .footer_content_socialList_item:last-of-type {
  margin-right: 0;
}
footer .footer_content_socialList_item_link {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
footer .footer_content_socialList_item_link:hover {
  transform: scale(1.25);
}
footer .footer_content_socialList_item_link span {
  width: 50%;
  height: 50%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
footer .footer_content_socialList_item_link span.pinterest {
  background-color: #cb2027;
}
footer .footer_content_socialList_item_link i.fa-facebook {
  color: #3b5999;
}
footer .footer_content_socialList_item_link i.fa-pinterest-p {
  color: #f1f2f2;
  font-size: 0.7rem;
}
footer .footer_content_socialList_item_link i.fa-linkedin {
  color: #0077b5;
}
footer .footer_content_socialList_item_link i.fa-youtube-play {
  color: #ff0000;
}
footer .footer_link {
  color: #b454af;
  text-decoration: underline;
  font-size: 0.9rem;
}
footer .copyright {
  padding: 10px 0;
}
footer .copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
}
footer .copyright p a {
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
footer .copyright p a:hover {
  border-bottom: 1px solid #b454af;
}
footer .copyright p a img {
  max-width: 45px;
}

/* ====================================== _____________ Footer Styles _____________ ====================================== */
/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
/* ====================================== _____________ Sidebar Styles _____________ ====================================== */
/* ====================================== _____________ Forms Styles _____________ ====================================== */
.form .form-control {
  width: 100%;
  display: block;
  padding: 10px 20px;
  border: none;
  margin-bottom: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.form .form-control::placeholder {
  color: #a2a2a2;
}
.form .form-control:focus {
  border: 1px solid #b454af;
}

/* ====================================== _____________ Forms Styles _____________ ====================================== */
/* ====================================== _____________ Toolbar Styles _____________ ====================================== */
.toolbar {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.toolbar_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.toolbar_box_lang {
  color: #b3b3b3;
}
.toolbar_box_lang_link {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.toolbar_box_lang_link::after {
  border: none;
  background-image: url(../img/global/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 8px;
  margin-left: 5px;
  vertical-align: 0;
  margin-top: 1px;
}
.toolbar_box_lang_link img {
  margin-right: 5px;
  width: 15px;
}
.toolbar_box_lang_menu {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
.toolbar_box_lang_menu_item {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #b3b3b3;
  display: flex;
  align-items: center;
}
.toolbar_box_lang_menu_item:hover {
  background-color: #ececec;
  color: #b454af;
}
.toolbar_box_lang_menu_item img {
  width: 15px;
  margin-right: 5px;
  font-size: 0.9rem;
}
.toolbar_box_list_item {
  margin: 0 5px;
}
.toolbar_box_list_item_link {
  padding: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #b3b3b3;
}
.toolbar_box_list_item_link:hover {
  color: #b454af;
  background-color: #ececec;
}
.toolbar_box_list_item_link.hotline {
  padding: 0;
}
.toolbar_box_list_item_link.hotline:hover {
  transform: scale(0.8);
  background-color: transparent;
}
.toolbar_box_list_item_link.hotline img {
  width: 80px;
}
@media (max-width: 576px) {
  .toolbar_box_list_item_link {
    padding: 12px 5px;
  }
}

/* ====================================== _____________ Toolbar Styles _____________ ====================================== */
/* ====================================== _____________ Buttons Styles _____________ ====================================== */
*:before,
*:after {
  z-index: -1;
}

.btn {
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #b454af;
  color: #fff;
  background-color: #b454af;
  transition: all 0.5s ease-in-out;
  padding: 10px 50px;
  z-index: 1;
  font-size: 0.9rem;
  border-radius: 0;
}
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn::before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  transform: translateX(-100%);
}
.btn::after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #000;
  transform: translateX(100%);
}
.btn:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn:hover::before {
  transform: translateX(-49%);
}
.btn:hover::after {
  transform: translateX(49%);
}

/* ====================================== _____________ Buttons Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Slider Styles _____________ ====================================== */
.banner {
  overflow: hidden;
}
@media (max-width: 991px) {
  .banner {
    height: 85vh;
  }
}
.banner_swiper {
  height: 100%;
  width: 100% !important;
}
.banner_swiper_slide {
  width: 100% !important;
  height: 100%;
  position: relative;
}
.banner_swiper_slide_mainImg {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.banner_swiper_slide_body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_swiper_slide_body_img {
  padding-left: 15px;
}
@media (max-width: 576px) {
  .banner_swiper_slide_body_img {
    padding: 0 15px;
  }
}
.banner_swiper_slide_body_content {
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.banner_swiper_slide.swiper-slide-active .banner_swiper_slide_mainImg {
  animation-name: slideInDown;
  animation-delay: 0.1s;
  animation-duration: 1.5s;
}
.banner_swiper_slide.swiper-slide-active .banner_swiper_slide_body_img {
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
  animation-duration: 3s;
}
.banner_swiper_slide.swiper-slide-active
  .banner_swiper_slide_body_content_title {
  animation-name: slideInRight;
  animation-delay: 0.7s;
  animation-duration: 2s;
}
.banner_swiper_slide.swiper-slide-active
  .banner_swiper_slide_body_content_link {
  animation-name: slideInDown;
  animation-delay: 0.5s;
  animation-duration: 2s;
}
.banner_swiper_containerArrow {
  position: absolute;
  left: calc((100vw - 1140px) / 2);
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .banner_swiper_containerArrow {
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner_swiper_containerArrow {
    left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner_swiper_containerArrow {
    left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_swiper_containerArrow {
    left: calc((100vw - 960px) / 2);
  }
}
.banner_swiper_containerArrow .swiper-button-next,
.banner_swiper_containerArrow .swiper-container-rtl .swiper-button-prev {
  right: -10px;
  color: #fff;
}
@media (max-width: 576px) {
  .banner_swiper_containerArrow .swiper-button-next,
  .banner_swiper_containerArrow .swiper-container-rtl .swiper-button-prev {
    right: -5px;
  }
}
.banner_swiper_containerArrow .swiper-button-next::after,
.banner_swiper_containerArrow .swiper-container-rtl .swiper-button-prev::after {
  display: none;
}
.banner_swiper_containerArrow .swiper-button-prev,
.banner_swiper_containerArrow .swiper-container-rtl .swiper-button-next {
  left: -10px;
  color: #fff;
}
@media (max-width: 576px) {
  .banner_swiper_containerArrow .swiper-button-prev,
  .banner_swiper_containerArrow .swiper-container-rtl .swiper-button-next {
    left: -5px;
  }
}
.banner_swiper_containerArrow .swiper-button-prev::after,
.banner_swiper_containerArrow .swiper-container-rtl .swiper-button-next::after {
  display: none;
}
.banner_swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.banner_swiper .swiper-pagination {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.banner_swiper .play_slider,
.banner_swiper .puse_slider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  z-index: 10;
  margin-right: 4px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner_swiper .play_slider,
  .banner_swiper .puse_slider {
    bottom: 15px;
  }
}
.banner_swiper .play_slider span,
.banner_swiper .puse_slider span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_swiper .play_slider span i,
.banner_swiper .puse_slider span i {
  font-size: 0.6rem;
  color: #fff;
}

.featureProducts_swiper {
  padding: 50px 0;
}
.featureProducts_swiper_slide_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}
.featureProducts_swiper_slide_link .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  max-width: 75%;
}
@media (max-width: 1199px) {
  .featureProducts_swiper_slide_link .title {
    font-size: 14px;
  }
}
.featureProducts_swiper_slide_link .type {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .featureProducts_swiper_slide_link .type {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featureProducts_swiper_slide_link {
    height: 225px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .featureProducts_swiper_slide_link {
    height: 225px;
  }
}
.featureProducts_swiper_slide_link img {
  filter: drop-shadow(0 18px 7px rgba(0, 0, 0, 0.35));
  transition: all 0.3s ease-in-out;
  max-width: 100px;
}
.featureProducts_swiper_slide_link:hover img {
  transform: scale(1.15);
}
.featureProducts_swiper .swiper-pagination-bullet-active {
  background-color: #b454af;
}
.featureProducts_swiper .swiper-button-next,
.featureProducts_swiper .swiper-button-prev {
  background-color: #b454af;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.featureProducts_swiper .swiper-button-next::after,
.featureProducts_swiper .swiper-button-prev::after {
  display: none;
}
.featureProducts_swiper .swiper-button-next i {
  margin-right: -5px;
}
.featureProducts_swiper .swiper-button-prev i {
  margin-left: -5px;
}

.latestNews {
  padding: 0 60px;
  position: relative;
}
.latestNews_swiper {
  padding: 50px 0;
}
.latestNews_swiper_slide {
  height: auto;
}
.latestNews_swiper_slide .latestNews_card_header img {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.1s;
}
.latestNews_swiper_slide .content_date {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
.latestNews_swiper_slide .content_smTitle {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.latestNews_swiper_slide .content_text {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.7s;
}
.latestNews_swiper_slide .content_link {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.9s;
}
.latestNews_swiper_slide.swiper-slide-active .latestNews_card_header img {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.1s;
}
.latestNews_swiper_slide.swiper-slide-active .content_date {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
.latestNews_swiper_slide.swiper-slide-active .content_smTitle {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.latestNews_swiper_slide.swiper-slide-active .content_text {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.7s;
}
.latestNews_swiper_slide.swiper-slide-active .content_link {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-delay: 0.9s;
}
.latestNews_swiper .swiper-pagination-bullet-active {
  background-color: #b454af;
}
.latestNews_swiper .swiper-button-next,
.latestNews_swiper .swiper-button-prev {
  background-color: #b454af;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.latestNews_swiper .swiper-button-next::after,
.latestNews_swiper .swiper-button-prev::after {
  display: none;
}
.latestNews_swiper .swiper-button-next {
  right: -30px;
}
.latestNews_swiper .swiper-button-next i {
  margin-right: -5px;
}
.latestNews_swiper .swiper-button-prev {
  left: -30px;
}
.latestNews_swiper .swiper-button-prev i {
  margin-left: -5px;
}
.latestNews .swiper-button-next,
.latestNews .swiper-button-prev {
  background-color: #b454af;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.latestNews .swiper-button-next::after,
.latestNews .swiper-button-prev::after {
  display: none;
}
.latestNews .swiper-button-next {
  right: 0;
}
.latestNews .swiper-button-next i {
  margin-right: -5px;
}
.latestNews .swiper-button-prev {
  left: 0;
}
.latestNews .swiper-button-prev i {
  margin-left: -5px;
}

.timeline {
  height: 152vh;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .timeline {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline {
    height: 125vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline {
    height: 110vh;
  }
}
.timeline .center_line {
  position: absolute;
  height: 100%;
  left: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../img/aboutPage/line.png") center center no-repeat;
  transform: translateX(-50%);
  z-index: 5;
}
.timeline .center_line svg {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.timeline .center_line svg path {
  transition: all 0.3s ease-in-out;
}
.timeline .center_line svg circle {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .timeline .center_line {
    display: none;
  }
}
.timeline_swiper {
  height: 100%;
}
@media (max-width: 767px) {
  .timeline_swiper {
    padding: 25px 0;
  }
}
.timeline_swiper .swiper-wrapper {
  height: 100%;
}
.timeline_swiper_slide {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.timeline_swiper_slide.swiper-slide-next {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .timeline_swiper_slide.swiper-slide-next {
    padding-top: 0;
  }
}
.timeline_swiper_slide.swiper-slide-active {
  padding-top: 80px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .timeline_swiper_slide.swiper-slide-active {
    padding-top: 0;
  }
}
.timeline_swiper_slide_left .one_story,
.timeline_swiper_slide_right .one_story {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_left .one_story,
  .timeline_swiper_slide_right .one_story {
    margin-bottom: 30px;
    text-align: center;
    align-items: center;
  }
}
.timeline_swiper_slide_left .one_story p,
.timeline_swiper_slide_right .one_story p {
  color: #000;
  opacity: 0.8;
  font-size: 14px;
}
.timeline_swiper_slide_left .one_story .date,
.timeline_swiper_slide_right .one_story .date {
  background: #9b278f;
  color: #fff;
  width: 150px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_left .one_story .date,
  .timeline_swiper_slide_right .one_story .date {
    font-size: 20px;
  }
}
.timeline_swiper_slide_left .one_story .title,
.timeline_swiper_slide_right .one_story .title {
  background: #dbdbdb;
  color: #9b278f;
  width: 300px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_left .one_story .title,
  .timeline_swiper_slide_right .one_story .title {
    font-size: 18px;
  }
}
.timeline_swiper_slide_left .one_story p,
.timeline_swiper_slide_right .one_story p {
  margin-bottom: 0;
}
.timeline_swiper_slide_left .one_story::before,
.timeline_swiper_slide_right .one_story::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f6f6f6;
  border: 1px solid #707070;
  position: absolute;
  top: 15px;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_left .one_story::before,
  .timeline_swiper_slide_right .one_story::before {
    content: none;
  }
}
.timeline_swiper_slide_right {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_right {
    width: 100%;
    padding-top: 0;
  }
}
.timeline_swiper_slide_right .one_story {
  padding-left: 40px;
}
.timeline_swiper_slide_right .one_story::before {
  left: -10px;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_right .one_story {
    padding-left: 0;
    text-align: center;
    align-items: center;
  }
}
.timeline_swiper_slide_left {
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_left {
    width: 100%;
  }
}
.timeline_swiper_slide_left .one_story {
  padding-right: 40px;
  align-items: flex-end;
}
.timeline_swiper_slide_left .one_story::before {
  right: -10px;
}
@media (max-width: 767px) {
  .timeline_swiper_slide_left .one_story {
    padding-right: 0;
    text-align: center;
    align-items: center;
  }
}
.timeline_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #b454af;
  background-color: transparent;
  opacity: 1;
}
.timeline_swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b454af;
}

.newsDetails_swiper {
  padding: 30px 0;
}
.newsDetails_swiper .swiper-slide img {
  width: 100%;
  height: 400px;
  object-position: center;
  object-fit: cover;
}
.newsDetails_swiper .swiper-pagination-bullets {
  bottom: 0;
}
.newsDetails_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #b454af;
  opacity: 1;
  background-color: transparent;
}
.newsDetails_swiper
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b454af;
}

.products_details_swiper {
  padding: 0 30px;
}
.products_details_swiper .swiper-slide img {
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.products_details_swiper .swiper-button-next,
.products_details_swiper .swiper-button-prev {
  background-color: #b454af;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.products_details_swiper .swiper-button-next::after,
.products_details_swiper .swiper-button-prev::after {
  display: none;
}
.products_details_swiper .swiper-button-next {
  right: 0;
}
.products_details_swiper .swiper-button-next i {
  margin-right: -5px;
}
.products_details_swiper .swiper-button-prev {
  left: 0;
}
.products_details_swiper .swiper-button-prev i {
  margin-left: -5px;
}

/* ====================================== _____________ Slider Styles _____________ ====================================== */
/* ====================================== _____________ Map Section Styles _____________ ====================================== */
.map {
  padding: 50px 0;
  position: relative;
}
.map_markers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map_markers_marker {
  position: absolute;
  cursor: pointer;
}
.map_markers_marker.india {
  right: 28.5%;
  top: 55%;
}
.map_markers_marker_pin {
  transition: all 0.3s ease-in-out;
}
.map_markers_marker_pin img {
  width: 1.5em;
  max-width: 2em;
}
.map_markers_marker_pin img.active_pin {
  opacity: 0;
  transform: scale(0);
  display: none;
}
@media (max-width: 767px) {
  .map_markers_marker_pin img {
    width: 1.2em;
  }
}
.map_markers_marker_flag {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: all 1s ease-in-out;
  transform-style: preserve-3d;
  margin-top: 50%;
  margin-left: 50%;
  background-color: #fff;
  padding: 10px 15px;
  width: auto;
  color: #b454af;
  border-radius: 10px;
  background-image: url(../img/homePage/map.png);
  background-size: cover;
  background-position: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  z-index: 1;
}
.map_markers_marker_flag_country {
  text-transform: capitalize;
  text-align: center;
  display: block;
}
.map_markers_marker_flag img {
  -webkit-animation: flag 2s infinite ease-in-out;
  -moz-animation: flag 2s infinite ease-in-out;
  -ms-animation: flag 2s infinite ease-in-out;
  -o-animation: flag 2s infinite ease-in-out;
  animation: flag 2s infinite ease-in-out;
}
.map_markers_marker_details {
  position: absolute;
  background: #fff;
  width: 350px;
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
  cursor: default;
  bottom: 200%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  z-index: 99;
}
.map_markers_marker_details::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .map_markers_marker_details {
    width: 200px;
    padding: 15px 10px;
  }
}
.map_markers_marker:hover .map_markers_marker_pin {
  opacity: 0;
  transform: scale(0);
}
.map_markers_marker:hover .map_markers_marker_flag {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

/* ====================================== _____________ Map Section Styles _____________ ====================================== */
.inner_banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.inner_banner .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.inner_banner .text .title {
  font-weight: bold;
  color: #fff;
  font-size: 35px;
}
@media (max-width: 767px) {
  .inner_banner .text .title {
    font-size: 20px;
  }
}

.breadcrumb {
  background: none;
  text-align: center;
  justify-content: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 15px;
  }
}
.breadcrumb a {
  color: #fff;
  opacity: 0.5;
  font-weight: 100;
}
.breadcrumb a.current {
  opacity: 1;
}
.breadcrumb span {
  color: #fff;
  display: inline-block;
  margin: 0 15px;
  opacity: 0.5;
}
.breadcrumb span.current {
  opacity: 1;
}

/* ====================================== _____________ Popup Page Styles _____________ ====================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
  cursor: auto;
  overflow-y: auto;
  padding: 50px 0;
}
.popup_close {
  position: absolute;
  right: 5%;
  top: 5%;
  color: #000;
  cursor: pointer;
}
.popup_box {
  width: 80%;
  height: 80%;
  margin: auto;
}

.modal-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #b454af;
  text-align: center;
}

.modal-body {
  background-color: #f6f6f6;
}

.modal-header {
  border-bottom: 0;
  background-color: #f6f6f6;
}

.modal.show .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

/* ====================================== _____________ Popup Page Styles _____________ ====================================== */
/* ====================================== _____________ accordion Styles _____________ ====================================== */
.accordion {
  padding: 30px 0;
}
.accordion_card {
  background-color: transparent;
}
.accordion_card::before {
  z-index: -1;
}
.accordion_card:hover {
  background-color: transparent;
}
.accordion_card:hover::before {
  opacity: 0 !important;
}
.accordion_card_header {
  background-color: transparent;
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.4);
  margin-bottom: 15px !important;
}
.accordion_card_header_link {
  width: 100%;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.accordion_card_header_link.collapsed {
  color: #b454af;
}
.accordion_card_header_link.collapsed svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}
.accordion_card_header_link.collapsed svg path {
  fill: #b454af;
}
.accordion_card_header_link.collapsed:hover {
  color: #b454af;
}
.accordion_card_header_link:hover {
  color: #000;
  margin-left: 10px;
  text-decoration: none;
}
.accordion_card_header_link svg {
  transition: all 0.3s ease-in-out;
}
.accordion_card_header_link span {
  margin-left: 12px;
}
@media (max-width: 991px) {
  .accordion_card_body {
    width: 100%;
    overflow: auto;
  }
}
.accordion_card_body_table {
  width: 100%;
  padding-top: 50px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .accordion_card_body_table {
    width: 900px;
  }
}
.accordion_card_body_table thead th {
  color: #b454af;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: center;
  border-top: 0;
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.4);
  border-right: 0.5px solid rgba(112, 112, 112, 0.4);
}
.accordion_card_body_table thead th:last-of-type {
  border-right: none;
}
.accordion_card_body_table tbody td {
  vertical-align: middle;
  align: center;
  border-top: none;
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.4);
  border-right: 0.5px solid rgba(112, 112, 112, 0.4);
}
.accordion_card_body_table tbody td:last-of-type {
  border-right: none;
}

/* ====================================== _____________ accordion Styles _____________ ====================================== */
/* ====================================== _____________ Home Page Styles _____________ ====================================== */
.homePage {
  /* ______________________________ Products Section ______________________________ */
  /* ______________________________ Products Section ______________________________ */
  /* ______________________________ About Section ______________________________ */
  /* ______________________________ About Section ______________________________ */
  /* ______________________________ Feature products Section ______________________________ */
  /* ______________________________ Feature products Section ______________________________ */
  /* ______________________________ Mido Gravito Section ______________________________ */
  /* ______________________________ Mido Gravito Section ______________________________ */
  /* ______________________________ Mido Worldwide Section ______________________________ */
  /* ______________________________ Mido Worldwide Section ______________________________ */
  /* ______________________________ Follow Latest news Section ______________________________ */
  /* ______________________________ Follow Latest news Section ______________________________ */
}
.homePage .products {
  padding: 50px 0 0;
}
.homePage .about {
  padding: 50px 0;
  position: relative;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .homePage .about {
    padding: 25px 0;
  }
}
.homePage .about_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 48%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .homePage .about_img {
    position: static;
    width: 100%;
    margin-bottom: 1.5rem;
    height: auto;
  }
}
.homePage .featureProducts {
  padding: 50px 0;
}
.homePage .featureProducts_nav {
  text-align: center;
}
.homePage .featureProducts_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.homePage .featureProducts_nav_list_item_link {
  color: #707070;
  font-size: 1rem;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.homePage .featureProducts_nav_list_item_link::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.homePage .featureProducts_nav_list_item_link .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  max-width: 75%;
}
@media (max-width: 1199px) {
  .homePage .featureProducts_nav_list_item_link .title {
    font-size: 14px;
  }
}
.homePage .featureProducts_nav_list_item_link .type {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .homePage .featureProducts_nav_list_item_link .type {
    font-size: 12px;
  }
}
.homePage .featureProducts_nav_list_item_link:hover,
.homePage .featureProducts_nav_list_item_link.active {
  color: #b454af;
}
.homePage
  .featureProducts_nav_list_item:last-of-type
  .featureProducts_nav_list_item_link::before {
  display: none;
}
.homePage .featureProducts_p:not(.active) {
  display: none;
}
.homePage .midoGravito {
  background-image: url(../img/homePage/mdioGravito.png);
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.homePage .midoGravito::before {
  position: absolute;
  content: "";
  right: 0;
  top: 60px;
  width: 75%;
  height: calc(100% - 140px);
  background-color: rgba(157, 29, 150, 0.8);
  z-index: 1;
}
@media (max-width: 991px) {
  .homePage .midoGravito::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homePage .midoGravito::before {
    width: 80%;
  }
}
.homePage .midoGravito_img {
  position: relative;
  z-index: 2;
}
.homePage .midoGravito_img img {
  filter: drop-shadow(0 18px 7px rgba(0, 0, 0, 0.35));
}
.homePage .midoGravito_content {
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
.homePage .midoGravito_content::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(157, 29, 150, 0.8);
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .homePage .midoGravito_content::before {
    display: block;
    width: calc(100% + 30px);
    right: -15px;
  }
}
.homePage .midoGravito .content_secTitle {
  color: #fff;
  position: relative;
  z-index: 2;
}
.homePage .midoGravito .content_text {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
}
.homePage .midoGravito .content_link {
  background-color: transparent;
  border: 4px solid #fff;
}
.homePage .followLatestNews {
  padding: 60px 0;
  background-image: url(../img/homePage/latestNews.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.homePage .followLatestNews .content_smTitle {
  color: #fff;
}
.homePage .followLatestNews .content_text {
  color: #fff;
}
.homePage .followLatestNews .content_link {
  background-color: transparent;
  border: 3px solid #fff;
}

/* ====================================== _____________ Home Page Styles _____________ ====================================== */
.productsPage {
  /* ______________________________ Feature products Section ______________________________ */
  /* ______________________________ Feature products Section ______________________________ */
  /* ______________________________  Products Details ______________________________ */
  /* ______________________________  Products Details ______________________________ */
}
.productsPage .inner_banner {
  background-image: url("../img/productsPage/banner.jpg");
}
.productsPage .inner_banner.resin {
  background-image: url("../img/productsPage/products_bg5.jpg");
}
.productsPage .featureProducts {
  padding: 50px 0 0;
}
.productsPage .featureProducts_swiper {
  padding: 50px 0;
}
.productsPage .featureProducts_swiper_slide_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  flex-direction: column;
  margin: 10% 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .productsPage .featureProducts_swiper_slide_link {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .productsPage .featureProducts_swiper_slide_link {
    margin: 5% 0;
  }
}
.productsPage .featureProducts_swiper_slide_link img {
  filter: drop-shadow(0 18px 7px rgba(0, 0, 0, 0.35));
  transition: all 0.3s ease-in-out;
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .productsPage .featureProducts_swiper_slide_link img {
    max-height: 80px;
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .productsPage .featureProducts_swiper_slide_link img {
    margin-bottom: 10px;
  }
}
.productsPage .featureProducts_swiper_slide_link:hover img {
  transform: scale(1.15);
}
.productsPage .featureProducts_swiper_slide_link .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  max-width: 75%;
}
@media (max-width: 1199px) {
  .productsPage .featureProducts_swiper_slide_link .title {
    font-size: 14px;
  }
}
.productsPage .featureProducts_swiper_slide_link .type {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .productsPage .featureProducts_swiper_slide_link .type {
    font-size: 12px;
  }
}
.productsPage .featureProducts_swiper .swiper-pagination-bullet-active {
  background-color: #b454af;
}
.productsPage .featureProducts_swiper .swiper-button-next,
.productsPage .featureProducts_swiper .swiper-button-prev {
  background-color: #b454af;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.productsPage .featureProducts_swiper .swiper-button-next::after,
.productsPage .featureProducts_swiper .swiper-button-prev::after {
  display: none;
}
.productsPage .featureProducts_swiper .swiper-button-next i {
  margin-right: -5px;
}
.productsPage .featureProducts_swiper .swiper-button-prev i {
  margin-left: -5px;
}
.productsPage .featureProducts_nav {
  text-align: center;
  margin-bottom: 50px;
}
.productsPage .featureProducts_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.productsPage .featureProducts_nav_list_item_link {
  color: #707070;
  font-size: 1rem;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.productsPage .featureProducts_nav_list_item_link::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.productsPage .featureProducts_nav_list_item_link:hover,
.productsPage .featureProducts_nav_list_item_link.active {
  color: #b454af;
}
.productsPage
  .featureProducts_nav_list_item:last-of-type
  .featureProducts_nav_list_item_link::before {
  display: none;
}
.productsPage .featureProducts .allProducts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.productsPage .featureProducts_swiper_slide {
  width: 33.3%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .productsPage .featureProducts_swiper_slide {
    width: 100%;
  }
}
.productsPage .featureProducts_p:not(.active) {
  display: none;
}

.productsDetails .inner_banner {
  background-image: url("../img/productsPage/banner.jpg");
}
.productsDetails .aboutProduct {
  display: flex;
  flex-wrap: wrap;
}
.productsDetails .aboutProduct .img {
  width: 40%;
  background: #f6f6f6;
  text-align: center;
  padding: 20px;
}
@media (max-width: 991px) {
  .productsDetails .aboutProduct .img {
    width: 100%;
  }
}
.productsDetails .aboutProduct .img img {
  height: 100%;
}
.productsDetails .aboutProduct .text {
  flex-grow: 1;
  width: 60%;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .productsDetails .aboutProduct .text {
    width: 100%;
    padding-left: 0;
  }
}
.productsDetails .aboutProduct .text .title {
  margin-top: -30px;
}
@media (max-width: 991px) {
  .productsDetails .aboutProduct .text .title {
    margin-top: 40px;
    padding-left: 33px;
  }
}
.productsDetails .aboutProduct .text .title .content_title {
  text-align: left;
  margin-bottom: 0;
}
.productsDetails .aboutProduct .text .title .content_title span::before {
  content: none;
}
.productsDetails .aboutProduct .text .title .content_title span::after {
  left: -35px;
}
.productsDetails .aboutProduct .text .title .content_title p {
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 0;
}
.productsDetails .aboutProduct .text .title .tag {
  display: inline-block;
  background: #9b278f;
  color: #fff;
  padding: 5px 20px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .productsDetails .aboutProduct .text .title .tag {
    font-size: 13px;
  }
}
.productsDetails .aboutProduct .text .details {
  color: rgba(0, 0, 0, 0.7);
}
.productsDetails .download a {
  display: flex;
  align-items: baseline;
  margin-top: 15px;
  color: #000;
}
.productsDetails .download a img {
  margin-right: 10px;
  width: 20px;
}
.productsDetails .download a span {
  text-decoration: underline;
  font-size: 16px;
}
.productsDetails .title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .productsDetails .title {
    font-size: 18px;
  }
}

.ceoPage .inner_banner {
  background-image: url("../img/ceoPage/banner.jpg");
}
.ceoPage .messageGrid {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .ceoPage .messageGrid {
    justify-content: center;
  }
}
.ceoPage .messageGrid .img {
  width: 32%;
  text-align: center;
}
@media (max-width: 991px) {
  .ceoPage .messageGrid .img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .ceoPage .messageGrid .img {
    width: 100%;
  }
}
.ceoPage .messageGrid .text {
  width: 68%;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .ceoPage .messageGrid .text {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.ceoPage .messageGrid .text p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .ceoPage .messageGrid .text p {
    font-size: 14px;
  }
}

.visionPage .inner_banner {
  background-image: url("../img/visionPage/banner.jpg");
}
.visionPage .vision_and_mission .item {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .visionPage .vision_and_mission .item {
    margin: 20px 0;
  }
}
.visionPage .vision_and_mission .item .img {
  width: 50%;
}
@media (max-width: 991px) {
  .visionPage .vision_and_mission .item .img {
    width: 100%;
    margin: 10px 0;
  }
}
.visionPage .vision_and_mission .item .text {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .visionPage .vision_and_mission .item .text {
    width: 100%;
    padding-left: 0;
  }
}
.visionPage .vision_and_mission .item .text .title {
  color: #9b278f;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .visionPage .vision_and_mission .item .text .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .visionPage .vision_and_mission .item .text .title {
    margin-bottom: 10px;
  }
}
.visionPage .vision_and_mission .item .text p {
  margin-bottom: 5px;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 1200px) {
  .visionPage .vision_and_mission .item .text p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .visionPage .vision_and_mission .item:last-of-type .text {
    order: 2;
  }
  .visionPage .vision_and_mission .item:last-of-type .img {
    order: 1;
  }
}
.visionPage .vision_and_mission .item:last-of-type .text {
  padding-left: 0;
  padding-top: 30px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .visionPage .vision_and_mission .item:last-of-type .text {
    padding-right: 0;
    padding-top: 0;
  }
}

.teamPage .inner_banner {
  background-image: url("../img/teamPage/banner.jpg");
}
.teamPage .all_team {
  display: flex;
  flex-wrap: wrap;
}
.teamPage .all_team .item {
  width: 30%;
  margin: 0 1.1%;
  text-align: center;
}
@media (max-width: 767px) {
  .teamPage .all_team .item {
    width: 100%;
    margin: 20px 0;
  }
}
.teamPage .all_team .item .text {
  background: #efefef;
  padding: 30px 20px;
  color: #000;
}
.teamPage .all_team .item .text .name {
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 991px) {
  .teamPage .all_team .item .text .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .teamPage .all_team .item .text .name {
    font-size: 18px;
  }
}
.teamPage .all_team .item .text .title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
@media (max-width: 767px) {
  .teamPage .all_team .item .text .title {
    font-size: 13px;
  }
}
.teamPage .all_team .item .text .details {
  font-size: 12px;
  margin-bottom: 0;
}

.awardsPage .inner_banner {
  background-image: url("../img/awardsPage/banner.jpg");
}
.awardsPage .awardsSlider .swiper-slide img {
  width: 100%;
}
.awardsPage .awardsSlider .swiper-slide .text {
  background: #efefef;
  border: 1px solid #707070;
  padding: 12px 0;
  color: #000;
}

.newsPage .inner_banner {
  background-image: url("../img/newsPage/banner.jpg");
}
.newsPage .news .text .time {
  color: #9b278f;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
}
.newsPage .news .text .title {
  color: #000;
  font-weight: bold;
  margin: 20px 0;
  font-size: 25px;
}
@media (max-width: 767px) {
  .newsPage .news .text .title {
    font-size: 18px;
  }
}
.newsPage .news .text p {
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newsPage .news .text p {
    font-size: 13px;
  }
}
.newsPage .news .text .english_text {
  opacity: 0.8;
  margin-bottom: 15px;
}
.newsPage .news .text .arabic_text {
  text-align: right;
  direction: rtl;
  padding-right: 10px;
  border-right: 2px solid #9b278f;
  margin-bottom: 20px;
}

.aboutPage .inner_banner {
  background-image: url("../img/aboutPage/banner.jpg");
}
.aboutPage .about_text p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .aboutPage .about_text p {
    font-size: 14px;
  }
}
.aboutPage .about_text .top_text .content_title {
  padding-left: 65px;
  padding-bottom: 30px;
}
.aboutPage .about_text .top_text .text_grid {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.aboutPage .about_text .top_text .img {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .aboutPage .about_text .top_text .img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 0;
  }
}
.aboutPage .about_text .top_text .text {
  width: 50%;
}
@media (max-width: 991px) {
  .aboutPage .about_text .top_text .text {
    width: 100%;
  }
}
.aboutPage .about_text .top_text p {
  line-height: 1.5;
}
.aboutPage .about_text .bot_text {
  background: #efefef;
  padding: 50px 0;
  margin-top: 50px;
}
.aboutPage .about_text .bot_text .text_grid {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.aboutPage .about_text .bot_text .img {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .aboutPage .about_text .bot_text .img {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding: 15px 0;
  }
}
.aboutPage .about_text .bot_text .text {
  width: 50%;
}
@media (max-width: 991px) {
  .aboutPage .about_text .bot_text .text {
    width: 100%;
  }
}
.aboutPage .about_text .bot_text .text .big {
  font-size: 25px;
  font-weight: bold;
  color: #9b278f;
}
.aboutPage .story .sub_title {
  padding-top: 15px;
}
.aboutPage .story .time_line {
  position: relative;
  margin-top: 30px;
}
.aboutPage .story .time_line .center_line {
  position: absolute;
  height: 100%;
  left: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../img/aboutPage/line.png") center center no-repeat;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .center_line {
    display: none;
  }
}
.aboutPage .story .time_line .stories_grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.aboutPage .story .time_line .stories_grid .one_story {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .one_story {
    margin-bottom: 30px;
    text-align: center;
    align-items: center;
  }
}
.aboutPage .story .time_line .stories_grid .one_story:last-of-type {
  margin-bottom: 50px;
}
.aboutPage .story .time_line .stories_grid .one_story p {
  color: #000;
  opacity: 0.8;
  font-size: 14px;
}
.aboutPage .story .time_line .stories_grid .one_story .date {
  background: #9b278f;
  color: #fff;
  width: 150px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .one_story .date {
    font-size: 20px;
  }
}
.aboutPage .story .time_line .stories_grid .one_story .title {
  background: #dbdbdb;
  color: #9b278f;
  width: 300px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .one_story .title {
    font-size: 18px;
  }
}
.aboutPage .story .time_line .stories_grid .one_story::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f6f6f6;
  border: 1px solid #707070;
  position: absolute;
  top: 15px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .one_story::before {
    content: none;
  }
}
.aboutPage .story .time_line .stories_grid .left_stories {
  width: 50%;
  text-align: right;
  padding-top: 250px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .left_stories {
    width: 100%;
    padding-top: 30px;
  }
}
.aboutPage .story .time_line .stories_grid .left_stories .one_story {
  padding-right: 40px;
  align-items: flex-end;
}
.aboutPage .story .time_line .stories_grid .left_stories .one_story::before {
  right: -10px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .left_stories .one_story {
    padding-right: 0;
    text-align: center;
    align-items: center;
  }
}
.aboutPage .story .time_line .stories_grid .right_stories {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .right_stories {
    width: 100%;
    padding-top: 0;
  }
}
.aboutPage .story .time_line .stories_grid .right_stories .one_story {
  padding-left: 40px;
}
.aboutPage .story .time_line .stories_grid .right_stories .one_story::before {
  left: -10px;
}
@media (max-width: 767px) {
  .aboutPage .story .time_line .stories_grid .right_stories .one_story {
    padding-left: 0;
    text-align: center;
    align-items: center;
  }
}

.exportPage .inner_banner {
  background-image: url("../img/exportPage/banner.jpg");
}
.exportPage .content_title {
  margin-left: 65px;
  margin-bottom: 65px;
}

.contactPage .inner_banner {
  background-image: url("../img/contactPage/banner.jpg");
}
.contactPage .contact_grid {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.contactPage .contact_grid h3 {
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 767px) {
  .contactPage .contact_grid h3 {
    font-size: 18px;
  }
}
.contactPage .contact_grid .contact_info {
  width: 40%;
}
@media (max-width: 767px) {
  .contactPage .contact_grid .contact_info {
    width: 100%;
  }
}
.contactPage .contact_grid .contact_info .info_title {
  color: #9b278f;
  display: block;
  margin-bottom: 10%;
}
.contactPage .contact_grid .contact_info .separator {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contactPage .contact_grid .contact_info .separator {
    width: 75px;
  }
}
.contactPage .contact_grid .contact_info .one_info {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  width: 90%;
}
.contactPage .contact_grid .contact_info .one_info a {
  font-size: 14px;
  transition: all 0.35s ease-in-out;
}
.contactPage .contact_grid .contact_info .one_info a:hover {
  color: #9b278f;
}
.contactPage .contact_grid .contact_info .one_info:first-of-type {
  align-items: flex-start;
}
.contactPage .contact_grid .contact_info .one_info:first-of-type .img {
  padding-top: 20px;
}
.contactPage .contact_grid .contact_info .one_info.location_info .loc_title {
  color: #9b278f;
  font-size: 20px;
}
.contactPage
  .contact_grid
  .contact_info
  .one_info.location_info
  .loc_title:last-of-type {
  font-size: 18px;
}
@media (max-width: 767px) {
  .contactPage .contact_grid .contact_info .one_info.location_info .loc_title {
    font-size: 16px;
  }
  .contactPage
    .contact_grid
    .contact_info
    .one_info.location_info
    .loc_title:last-of-type {
    font-size: 14px;
  }
}
.contactPage .contact_grid .contact_info .one_info.mail_info a {
  color: #9b278f;
  text-decoration: underline;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contactPage .contact_grid .contact_info .one_info.mail_info a {
    font-size: 16px;
  }
}
.contactPage .contact_grid .contact_info .one_info .title {
  color: #9b278f;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contactPage .contact_grid .contact_info .one_info .title {
    font-size: 16px;
  }
}
.contactPage .contact_grid .contact_info .one_info .img {
  width: 20%;
}
.contactPage .contact_grid .contact_info .one_info .text {
  width: 80%;
  padding-left: 30px;
}
.contactPage .contact_grid .contact_info .one_info .text p {
  margin-bottom: 0;
}
.contactPage .contact_grid .contact_form {
  width: 60%;
  background: #f6f6f6;
  padding: 5%;
}
@media (max-width: 767px) {
  .contactPage .contact_grid .contact_form {
    width: 100%;
  }
}
.contactPage .contact_grid .contact_form h3 span {
  color: #9b278f;
}
.contactPage .contact_grid .contact_form .separator {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contactPage .contact_grid .contact_form .separator {
    width: 75px;
  }
}
.contactPage .contact_grid .contact_form input[type="text"],
.contactPage .contact_grid .contact_form input[type="email"],
.contactPage .contact_grid .contact_form textarea {
  width: 100%;
  display: block;
  padding: 10px 20px;
  border: none;
  margin-bottom: 25px;
}
.contactPage .contact_grid .contact_form input[type="text"]::placeholder,
.contactPage .contact_grid .contact_form input[type="email"]::placeholder,
.contactPage .contact_grid .contact_form textarea::placeholder {
  color: #a2a2a2;
}
.contactPage .contact_grid .contact_form textarea {
  height: 300px;
}
.contactPage .contact_grid .contact_form .btn-submit {
  background: #9b278f;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin-top: 10px;
}
.contactPage .contact_grid .contact_form .btn-submit:hover {
  background: #000;
}
.contactPage .contact_map {
  padding-top: 0;
}
.contactPage .contact_map #map {
  height: 500px;
  width: 100%;
}

.csrPage .inner_banner {
  background-image: url("../img/csrPage/banner.jpg");
}
.csrPage .csr1 .details {
  width: 90%;
  margin: 20px auto 30px;
  line-height: 2;
}
.csrPage .csr1 .csr_banner .title {
  margin: 25px 0;
  font-size: 23px;
  width: 85%;
}
@media (max-width: 767px) {
  .csrPage .csr1 .csr_banner .title {
    font-size: 18px;
    width: 100%;
  }
}
.csrPage .csr1 .csr1_grid {
  margin-top: 50px;
}
.csrPage .csr1 .csr1_grid .item .text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .csrPage .csr1 .csr1_grid .item .text {
    margin-top: 10px;
  }
}
.csrPage .csr1 .csr1_grid .item:nth-of-type(2) {
  padding-top: 5%;
}
.csrPage .csr2 .details {
  width: 90%;
  margin: 20px auto 30px;
  line-height: 2;
}
.csrPage .csr2 .csrSlider .swiper-slide {
  border: 1px solid #e6dee5;
}
.csrPage .csr2 .csrSlider .swiper-slide:hover .colored_space {
  background: #9b278f;
  opacity: 1;
}
.csrPage .csr2 .csrSlider .swiper-slide:hover .text .explore-btn {
  background: #9b278f;
  color: #fff;
}
.csrPage .csr2 .csrSlider .swiper-slide .colored_space {
  height: 15px;
  background: #e6dee5;
  opacity: 0.6;
  transition: all 0.35s ease-in-out;
}
.csrPage .csr2 .csrSlider .swiper-slide img {
  width: 95%;
  display: block;
  margin: 2.5% auto;
}
.csrPage .csr2 .csrSlider .swiper-slide .text {
  width: 90%;
  margin: 10px auto;
}
.csrPage .csr2 .csrSlider .swiper-slide .text .explore-btn {
  background: #efefef;
  color: #9b278f;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
  transition: all 0.35s ease-in-out;
}

/* ====================================== _____________ Vacancies Page Styles _____________ ====================================== */
/* ______________________________ Banner Section ______________________________ */
.vacanciesPage .inner_banner {
  background-image: url(../img/vacanciesPage/banner.jpg);
}

.partenrsPage .inner_banner {
  background-image: url(../img/parteners/bg.png);
}

/* ______________________________ Banner Section ______________________________ */
/* ______________________________ Join Team Section ______________________________ */
.join_cards {
  padding: 25px 0;
}
.join_cards_card {
  padding: 30px 20px;
  background-color: #f5f5f5;
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
}
.join_cards_card:hover {
  box-shadow: 0 3px 6px rgba(180, 84, 175, 0.16) !important;
  border-color: #b454af;
}
.join_cards_card-here:hover {
  box-shadow: none !important;
  border-color: transparent;
}
.join_cards_card_header_title {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
}
.join_cards_card_header_title-big,
.join_cards_card_header_title.big {
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .join_cards_card_header_title-big,
  .join_cards_card_header_title.big {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .join_cards_card_header_title-big,
  .join_cards_card_header_title.big {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .join_cards_card_header_title {
    font-size: 1rem;
  }
}
.join_cards_card_header_location,
.join_cards_card_header_date {
  color: rgba(112, 112, 112, 0.5);
  font-size: 0.8rem;
  margin-bottom: 0;
}
.join_cards_card_header_date {
  text-align: right;
}
.join_cards_card_body {
  padding: 25px 0 0;
}
.join_cards_card_body p {
  color: #565656;
}
.join_form {
  padding: 30px 20px;
  background-color: #f5f5f5;
}
.join_form_title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.join_form_title span {
  color: #b454af;
}
.join_form form .form-group {
  margin-bottom: 15px;
}
.join_form form .form-group .form-control {
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 4px;
  color: #a2a2a2;
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.3s ease-in-out;
}
.join_form form .form-group .form-control:focus {
  border-color: #b454af;
}
.join_form form .form-group .form-control.form-control-file {
  padding: 3px 15px;
}
.join_form form .form-group .invalid-feedback {
  background-color: #dc3545;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
}

/* ______________________________ Join Team Section ______________________________ */
/* ====================================== _____________ Vacancies Page Styles _____________ ====================================== */
/* ====================================== _____________ Events Page Styles _____________ ====================================== */
/* ______________________________ Banner Section ______________________________ */
.eventsPage .inner_banner {
  background-image: url(../img/eventsPage/banner.jpg);
}

/* ______________________________ Banner Section ______________________________ */
/* ______________________________ Event Section ______________________________ */
.events_all {
  padding: 25px 0;
}
.events_all_event {
  background-color: #f5f5f5;
}
.events_all_event_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.events_all_event_content {
  padding: 20px 0;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .events_all_event_content {
    padding: 20px 15px;
  }
}
.events_all_event_content_title {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.events_all_event_content_dateLocation {
  color: rgba(112, 112, 112, 0.5);
  margin-bottom: 30px;
  font-size: 0.8rem;
}
.events_all_event_content_dateLocation_date {
  margin-right: 2rem;
}
.events_all_event_content_dateLocation_location i {
  margin-right: 5px;
}
.events_all_event_content_link {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .events_all_event_content_link {
    position: static;
  }
}
.events_all_event_content_link span {
  transition: all 0.3s ease-in-out;
}
.events_all_event_content_link svg {
  transition: all 0.3s ease-in-out;
}
.events_all_event_content_link a {
  font-size: 1rem;
}
.events_all_event_content_link a svg {
  margin-top: 4px;
}
.events_all_event_content_link a:hover {
  color: #b454af;
}
.events_all_event_content_link a:hover span {
  margin-right: 20px;
}

/* ______________________________ Event Section ______________________________ */
/* ====================================== _____________ Events Page Styles _____________ ====================================== */
/* ====================================== _____________ Video Page Styles _____________ ====================================== */
/* ______________________________ Banner Section ______________________________ */
.videoPage .inner_banner {
  background-image: url(../img/videoPage/banner.jpg);
}

/* ______________________________ Banner Section ______________________________ */
/* ______________________________ Video Section ______________________________ */
.videos_all {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.videos_all_video_header {
  position: relative;
  display: block;
}
.videos_all_video_header_img img {
  object-fit: cover;
  object-position: center;
}
.videos_all_video_header_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
}
.videos_all_video_header_date {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 8px 15px;
  background-color: #b454af;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}
.videos_all_video_body {
  padding-top: 15px;
}
.videos_all_video_body p {
  margin-bottom: 0;
  color: #565656;
  font-size: 0.9rem;
  line-height: 1.4;
  width: 75%;
}
@media (max-width: 576px) {
  .videos_all_video_body p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .videos_all_video_body p {
    width: 100%;
  }
}

/* ______________________________ Video Section ______________________________ */
/* ====================================== _____________ Video Page Styles _____________ ====================================== */
.arabicPage {
  font-family: "GE SS Two";
  direction: rtl;
  text-align: right;
}
.arabicPage .toolbar_box_lang_link img,
.arabicPage .toolbar_box_lang_menu_item img {
  margin-right: 0;
  margin-left: 5px;
}
.arabicPage .banner_swiper_containerArrow .swiper-button-prev {
  right: auto;
}
.arabicPage .banner_swiper_slide_body_img {
  padding-left: 0;
}
.arabicPage .banner_swiper_slide_body_content {
  padding-left: 15px;
  text-align: right;
  direction: rtl;
}
.arabicPage .banner .content_title {
  text-align: right;
  direction: rtl;
}
.arabicPage .section_link a span {
  margin-right: 0;
  margin-left: 15px;
}
.arabicPage.homePage .about_img {
  right: auto;
  left: 0;
  top: 0;
}
.arabicPage.homePage .featureProducts_nav_list_item_link::before {
  right: auto;
  left: 0;
}
.arabicPage .swiper-button-prev {
  left: 10px;
  right: auto;
}
.arabicPage .swiper-button-next {
  right: 10px;
  left: auto;
}
.arabicPage.homePage .midoGravito::before {
  right: auto;
  left: 0;
}
.arabicPage .latestNews_card_body {
  padding: 25px 25px 50px 60px;
}
.arabicPage .latestNews_card_body .content_smTitle::before {
  left: auto;
  right: 0;
}
.arabicPage .latestNews_card_body .content_link {
  right: auto;
  left: 0;
  border-radius: 0 4px 0 0;
  transform: rotate(180deg);
}
.arabicPage footer .footer_content_title span {
  padding-left: 10px;
  padding-right: 0;
}
.arabicPage footer .footer_content_form .group .submit button {
  transform: rotate(180deg);
}
.arabicPage .timeline_swiper_slide_right {
  margin-left: 0;
  margin-right: auto;
}
.arabicPage .timeline_swiper {
  direction: ltr;
}
.arabicPage .timeline_swiper_slide {
  direction: rtl;
}
.arabicPage .timeline_swiper_slide_left {
  text-align: left;
}
.arabicPage .timeline_swiper_slide_right .one_story {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .arabicPage .timeline_swiper_slide_right .one_story {
    padding-right: 0;
  }
}
.arabicPage .timeline_swiper_slide_right .one_story::before {
  left: auto;
  right: -10px;
}
.arabicPage .timeline_swiper_slide_left .one_story {
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .arabicPage .timeline_swiper_slide_left .one_story {
    padding-left: 0;
  }
}
.arabicPage .timeline_swiper_slide_left .one_story::before {
  right: auto;
  left: -10px;
}
.arabicPage.visionPage .vision_and_mission .item .text {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .arabicPage.visionPage .vision_and_mission .item .text {
    padding-right: 0;
  }
}
.arabicPage.visionPage .vision_and_mission .item:last-of-type .text {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .arabicPage.visionPage .vision_and_mission .item:last-of-type .text {
    padding-left: 0;
  }
}
.arabicPage.ceoPage .messageGrid .text {
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .arabicPage.ceoPage .messageGrid .text {
    padding-right: 0;
  }
}
.arabicPage.productsPage .featureProducts_nav_list_item_link::before {
  right: auto;
  left: 0;
}
.arabicPage.productsDetails .aboutProduct .text {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .arabicPage.productsDetails .aboutProduct .text {
    padding-right: 0;
  }
}
.arabicPage.productsDetails .aboutProduct .text .title .content_title {
  text-align: right;
}
.arabicPage.productsDetails .download a img {
  margin-left: 10px;
  margin-right: 0;
}
.arabicPage .join_cards_card_header_date {
  text-align: left;
}
.arabicPage .content_text {
  font-size: 0.9rem;
}
.arabicPage.contactPage .contact_grid .contact_info .one_info .text {
  padding-left: 0;
  padding-right: 30px;
}
.arabicPage .events_all_event_content_dateLocation {
  direction: ltr;
}
.arabicPage .events_all_event_content_link a svg {
  transform: rotate(180deg);
}

/* ====================================== _____________ Theme Styles _____________ ====================================== */

.productsDetails .aboutProduct .img img {
  height: auto;
}
.swiper-container-free-mode > .swiper-wrapper {
  align-items: center;
}

.thumb_products_swiper .swiper-slide {
  cursor: pointer;
  border: 1px solid #b454af;
}
.thumb_products_swiper .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #b454af;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.thumb_products_swiper2 .swiper-button-next,
.thumb_products_swiper2 .swiper-button-prev {
  background-color: #b454af;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.swiper-button-next i {
  margin-right: -5px;
}
.swiper-button-prev i {
  margin-left: -5px;
}

.thumb_products_swiper2 .swiper-slide .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #b454af;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #b454af;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popup_cust {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1009;

  display: none;
  justify-content: center;
  align-items: center;
}

.popup_cust_box {
  width: 80%;
  height: 80%;
  background-color: transparent;
  padding: 0;
  position: relative;
  border-radius: 0;
}

.popup_cust_close {
  position: absolute;
  right: 5%;
  top: 5%;
  color: #b454af;
  cursor: pointer;
  border: 1px solid #b454af;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toolbar_box_list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.toolbar_box_list_item {
}

.toolbar_box_list_item_link {
  display: inline-flex;
  /* justify-content: center; */
  align-items: center;
  padding: 10px;
}

.toolbar_box_list_item_link img {
  margin-right: 0.25rem;
}

.toolbar_box_webList {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-left: auto;
}

.toolbar_box_webList_item {
  margin: 0 10px;
}

.toolbar_box_webList_item_link {
  font-size: 0.9rem;
  color: #000 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0;
  padding-bottom: 5px;
}

.toolbar_box_webList_item_link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #b454af;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.toolbar_box_webList_item_link:hover {
  color: #b454af !important;
}

.toolbar_box_webList_item_link:hover::before {
  width: 90%;
}

@media (max-width: 576px) {
  .toolbar_box_list_item_link {
    padding: 5px;
  }
  .toolbar_box_list_item {
    margin: 0 0;
  }
  .toolbar_box_webList_item {
    margin: 0 5px;
  }
  .toolbar_box_list_item_link img {
    width: 19px;
    margin-right: 0.15rem;
  }
}

.form-control {
  border-color: transparent;
}

.form-control:focus {
  border-color: #b454af;
}

.popup_flex {
  display: flex;
}

.popup_box_content_img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.featureProducts_swiper_slide_link .title {
  text-transform: uppercase;
}

.featureProducts_swiper_slide_link img {
  max-width: 150px;
  margin-bottom: 10px;
}

.productsPage .featureProducts_swiper_slide_link img {
  max-width: 200px;
  max-height: 200px;
}

main.chairman_message {
  background-image: url(../img/aboutPage/bg.jpg);
  background-size: cover;
  background-position: center;
}

main.chairman_message .message_content {
  background-color: #fff;
  padding: 40px 50px;
  width: 80%;
  margin: auto;
  border-radius: 15px;
}

@media (max-width: 991px) {
  main.chairman_message .message_content {
    width: 100%;
    padding: 25px 15px;
  }
}

main.chairman_message .message_content_img,
.img_border {
  position: relative;
  z-index: 2;
}
main.chairman_message .message_content_img::before,
.img_border::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 4px solid #b454af;
  z-index: 1;
  left: -5%;
  top: -5%;
}
@media (max-width: 767px) {
  main.chairman_message .message_content_img::before,
  .img_border::before {
    left: -3%;
    top: -3%;
  }
}

main.chairman_message .message_content_img img,
.img_border img {
  position: relative;
  z-index: 2;
}

.message_content_text p {
  margin: 1rem;
  font-size: 0.95rem;
  color: #000;
}

.whtBgColor {
  background-color: #fff !important;
}

.popup_box_content_text .name {
  font-weight: bold;
}

.contact_map_locations {
  background-color: #efefef;
  padding: 20px 15px;
  height: 700px;
  overflow-y: auto;
}
/* Scrollbar */
/* width */
.contact_map_locations::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.contact_map_locations::-webkit-scrollbar-track {
  border-radius: 2px;
}
/* Handle */
.contact_map_locations::-webkit-scrollbar-thumb {
  background: #b454af;
  border-radius: 2px;
}
/* Handle on hover */
.contact_map_locations::-webkit-scrollbar-thumb:hover {
  background: #9b278f;
}

.contact_map_locations_img {
  text-align: center;
}
.contact_map_locations_img img {
  text-align: center;
  max-width: 60%;
}

.contact_map_locations_list {
  padding: 0;
  margin: 0;
}

.contact_map_locations_list_item {
  padding: 10px 0;
  border-bottom: 0.5px solid rgba(112, 112, 112, 0.4);
}

.contact_map_locations_list_item_link,
.contact_map_locations_list_item_link3 {
  display: flex;
  /* align-items: center; */
  font-size: 0.95rem;
  text-transform: capitalize;
}

.contact_map_locations_list_item_link i,
.contact_map_locations_list_item_link3 i {
  margin-right: 0.5rem;
  color: #b454af;
  font-size: 1.25rem;
  position: relative;
  top: 4px;
}

.contact_map_locations_list_item_link2 {
  font-size: 0.95rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.contact_map_locations_list_item_link2 span {
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.contact_map_locations_list_item_link2:hover span {
  margin-left: 0.8rem;
}

.contact_map_locations_list_item_link {
  margin-bottom: 0.8rem;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.rtl .contact_map_locations_list_item_link i {
  margin-right: 0;
  margin-left: 0.5rem;
}

.rtl .contact_map_locations_list_item_link2 span {
  margin-left: 0;
  margin-right: 0.5rem;
}

.rtl .contact_map_locations_list_item_link2 svg {
  transform: rotate(180deg);
}

.nav-tabs {
  border-bottom: 0;
  justify-content: center;
}

.nav-tabs .nav-item:first-of-type {
  margin-right: 10px;
}

.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid #b454af;
  color: #b454af;
  font-size: 0.9rem;
  font-weight: 400;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #b454af;
  color: #fff;
}

.parteners_img {
  text-align: center;
}

.parteners_content_title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}

.parteners_content_text {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #000;
}
.parteners_content *:last-child {
  margin-bottom: 0;
}

.parteners_content_link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #b454af;
  font-size: 0.95rem;
  transition: all 0.3s ease-in-out;
}

.parteners_content_link span {
  margin-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.parteners_content_link:hover {
  color: #b454af;
}

.parteners_content_link:hover span {
  margin-right: 0.85rem;
}

.parteners_col:nth-of-type(even) {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f7f7f7;
}
.parteners_col {
  padding-top: 25px;
  padding-bottom: 25px;
}

.parteners_col:nth-of-type(even) .parteners_col_content {
  order: 1;
}

.parteners_col:nth-of-type(even) .parteners_col_img {
  order: 2;
}

footer .footer_content_list_item_linkInfo img {
  width: 60%;
}

/* ====================================== _____________ Theme Styles _____________ ====================================== */

/*# sourceMappingURL=style.css.map */
