/**************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/frutiger-lt-arabic");
/*************************/
html,
html body {
/*   font-family: "Montserrat", sans-serif ; */
font-family: "Roboto", Sans-serif !important;
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  scroll-behavior: smooth;
  text-transform: none;
  font-size: 14px;
  color: #0b4940;
}
html[dir="rtl"],
html body[dir="rtl"] {
  font-family: "Frutiger LT Arabic", sans-serif;
}
html[dir="rtl"] body,
html body[dir="rtl"] body {
  font-family: inherit ;
}
html body {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
  /*   padding: 30px 40px; */
  background-color: #fdfeff;
scroll-behavior: smooth !important;
}
html body.modal-open,
html body.swal2-shown {
  padding: 0 !important;
  overflow-y: auto !important;
}
@media (max-width: 1200px) {
  html body {
    /*     padding: 30px 20px; */
  }
}
@media (max-width: 768px) {
  html body {
    padding: 0;
  }
}
html body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html body::-webkit-scrollbar-thumb {
  background-color: #2e625b;
  border-radius: 50px;
}
html body ul {
  list-style: none;
}
html body a,
html body a:hover,
html body a:visited,
html body a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
html body article,
html body aside,
html body details,
html body figcaption,
html body figure,
html body footer,
html body header,
html body hgroup,
html body menu,
html body nav,
html body section {
  display: block;
}
html body div,
html body body div,
html body span,
html body body span,
html body object,
html body body object,
html body iframe,
html body body iframe,
html body h1,
html body body h1,
html body h2,
html body body h2,
html body h3,
html body body h3,
html body h4,
html body body h4,
html body h5,
html body body h5,
html body h6,
html body body h6,
html body p,
html body body p,
html body blockquote,
html body body blockquote,
html body pre,
html body body pre,
html body abbr,
html body body abbr,
html body address,
html body body address,
html body cite,
html body body cite,
html body code,
html body body code,
html body del,
html body body del,
html body dfn,
html body body dfn,
html body em,
html body body em,
html body img,
html body body img,
html body ins,
html body body ins,
html body kbd,
html body body kbd,
html body q,
html body body q,
html body samp,
html body body samp,
html body small,
html body body small,
html body strong,
html body body strong,
html body sub,
html body body sub,
html body sup,
html body body sup,
html body var,
html body body var,
html body b,
html body body b,
html body i,
html body body i,
html body dl,
html body body dl,
html body dt,
html body body dt,
html body dd,
html body body dd,
html body ol,
html body body ol,
html body ul,
html body body ul,
html body li,
html body body li,
html body fieldset,
html body body fieldset,
html body form,
html body body form,
html body label,
html body body label,
html body legend,
html body body legend,
html body table,
html body body table,
html body caption,
html body body caption,
html body tbody,
html body body tbody,
html body tfoot,
html body body tfoot,
html body thead,
html body body thead,
html body tr,
html body body tr,
html body th,
html body body th,
html body td,
html body body td,
html body article,
html body body article,
html body aside,
html body body aside,
html body canvas,
html body body canvas,
html body details,
html body body details,
html body figcaption,
html body body figcaption,
html body figure,
html body body figure,
html body footer,
html body body footer,
html body header,
html body body header,
html body hgroup,
html body body hgroup,
html body menu,
html body body menu,
html body nav,
html body body nav,
html body section,
html body body section,
html body summary,
html body body summary,
html body time,
html body body time,
html body mark,
html body body mark,
html body audio,
html body body audio,
html body video,
html body body video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}
html body textarea {
  resize: none;
}
html body p {
  line-height: 1.7;
}

#magicMouseCursor {
  border-radius: 50px !important;
  border-color: #0b4940 !important;
  transition: 0.3s;
}
#magicMouseCursor.cursor-square {
  border-radius: 0 !important;
}
#magicMouseCursor.footer-hover {
  border-color: #fff !important;
}
@media (max-width: 1200px) {
  #magicMouseCursor {
    display: none;
  }
}

#magicPointer {
  z-index: 3;
  background-color: #0b4940 !important;
  transition: 0.3s;
}
#magicPointer.footer-hover {
  background-color: #fff !important;
}
@media (max-width: 1200px) {
  #magicPointer {
    display: none;
  }
}

.btn {
  background-color: #0b4940;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  min-width: 160px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
}


/*.e-con-inner {*/
/*    width: fit-content;*/
/*    max-width: 1280px !important;*/
/*}*/


@media (max-width: 1200px) {
  .btn {
    height: 40px;
    min-width: 120px;
    font-size: 13px;
  }
}
.btn.outline {
  background-color: transparent;
  color: #0b4940;
  border: 1px solid #0b4940;
}
.btn:hover {
  background-color: transparent;
  color: #0b4940;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
  transition: 0.3s;
}
.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.small-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}
@media (max-width: 768px) {
  .small-pagination {
    margin-top: 30px;
  }
}
.small-pagination .swiper-pagination-bullet {
  transition: 0.3s;
  margin: 0 !important;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: rgba(11, 73, 64, 0.2);
}
.small-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0b4940;
  width: 20px;
}

.swiper-btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: transparent;
  transition: 0.3s;
}
@media (max-width: 625px) {
  .swiper-btn {
    width: 30px;
    height: 30px;
  }
}
.swiper-btn.swiper-button-disabled {
  opacity: 0.3;
}

.main-head {
  /*   padding-inline: 110px; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
}




.toggle-scroll-top.fixed{
 z-index : 99999 !important;
 
}
@media (max-width: 1200px) {
  .main-head {
    /*     padding-inline: 100px; */
  }
}
@media (max-width: 1200px) {
  .main-head {
    /*     padding-inline: 40px; */
  }
}
@media (max-width: 768px) {
  .main-head {
    padding-inline: 0;
    position: relative;
  }
}
.main-head .inner {
  background-color: #000000;
  /*   border-radius: 0 0 20px 20px; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: end !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;

  gap: 20px;
}
@media (max-width: 1200px) {
  .main-head .inner {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .main-head .inner {
    padding: 15px;
    border-radius: 0;
  }
}

@media (max-width: 1200px) {
  .main-head .inner .logos {
    gap: 20px;
  }
}
.main-head .inner .logos img {
width: 217px;
height: 40.12px;
}
@media (max-width: 625px) {
  .main-head .inner .logos img {
         width: 100px;
        height: 30px;
  }
}
.main-head .inner .logos .ex-logo {
  padding-inline-start: 40px;
  border-inline-start: 1px solid rgba(183, 183, 183, 0.4);
}
@media (max-width: 1200px) {
  .main-head .inner .logos .ex-logo {
    padding-inline-start: 20px;
  }
}
@media (max-width: 625px) {
  .main-head .inner .logos .ex-logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-head .inner .menu {
    display: none;
  }
}
##mega-menu-wrap-menu-1 {
 font-family : inherit !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1200px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    gap: 15px;
	  
  }
}

.main-head .inner .menu ul li {
  padding-block: 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
  font-size: 18px;
/*   font-weight: 600; */
  font-weight : 100 !important;
  color: #ffff;
  transition: 0.3s;
  display: block;
  padding: 7px 0;
  border-radius: 50px;
  opacity: 0.5;

  /*   padding: 10px; */
}




.mega-menu-link:visited {
  background-color : red !important
color: green !important
}
@media (max-width: 1300px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
    font-size: 15px;
    /*     padding: 7px; */
  }
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item.mega-current-menu-item
  a.mega-menu-link {
}

.mega-menu-link {
  background: transparent !important }

.training-text a , .consultation-text a{
  text-align : justify !important ;

}
#mega-menu-wrap-menu-1 {
  background: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li a:hover {
  opacity: 1;
  /*   position relative */
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
  position: relative;
  font-size: 18px !important;
  font-weight: 400 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li a:visited {
 
  font-weight: 800 !important;
}
.home-menu a:hover{
 border : none !important ;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li:nth-child(-n + 5) a:after {
/*   content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0 !important;
  height: 2px;
  transition: width 0.5s ease !important; */
}

/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 li:nth-child(-n + 5) a:hover:after {
  width: 100% !important;
}
 */
/* ----------------------------------- */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 #mega-menu-item-2766 a {
  background-color: #ffff !important ;
  opacity: 1 !important;
  color: #000000 !important;
  border-radius: 42px !important;
  display: flex;
  align-items: center;
  padding: 10px !important;
 font-weight : 600 !important;
border: none !important;
  
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 #mega-menu-item-2766 a:hover {
  background-color:  #2e625b !important ;
  color : white !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.current_page_item a {
  color: #ffffff;
  opacity: 1;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1:not(:has(.current_page_item)) li a {
  color: #ffffff;
  opacity: 0.5;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1:not(:has(.current_page_item))
  li
  a:hover {
  opacity: 1;
}
.main-head .inner .actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media (min-width: 1200px) {
  .main-head .inner .actions {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-head .inner .actions {
    gap: 10px;
  }
}
.main-head .inner .actions .lang {
  color: #0b4940;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}
@media (max-width: 1200px) {
  .main-head .inner .actions .lang {
    font-size: 15px;
    padding: 0;
  }
}
.main-head .inner .actions .toggle-menu-sidebar {
  position: relative;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  flex-shrink: 0;
  transition: 0.3s;
  display: none;
}
@media (max-width: 1200px) {
  .main-head .inner .actions .toggle-menu-sidebar {
    display: block;
  }
}
.main-head .inner .actions .toggle-menu-sidebar span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #ffffff;
  translate: -50% -50%;
  border-radius: 50px;
  transition: 0.3s;
}
.main-head .inner .actions .toggle-menu-sidebar span:nth-of-type(1) {
  margin-top: -7px;
}
.main-head .inner .actions .toggle-menu-sidebar span:nth-of-type(3) {
  margin-top: 7px;
}
.main-head .inner .actions .toggle-menu-sidebar:hover {
  scale: 0.6;
}
.main-head .inner .actions .toggle-menu-sidebar.active span:nth-of-type(1) {
  rotate: 45deg;
  margin-top: 0;
}
.main-head .inner .actions .toggle-menu-sidebar.active span:nth-of-type(2) {
  opacity: 0;
  width: 0;
}
.main-head .inner .actions .toggle-menu-sidebar.active span:nth-of-type(3) {
  rotate: -45deg;
  margin-top: 0;
}
.main-head .inner .actions .btn {
  border: 1px solid #0b4940;
}
@media (max-width: 625px) {
  .main-head .inner .actions .btn {
    min-width: 100px;
    font-size: 11px;
    padding-inline: 10px;
  }
}
.main-head .inner .menu-item-has-children {
  position: relative;
  padding-block: 30px;
}
.main-head .inner .menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  right: auto;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: 0.3s;
  min-width: 230px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main-head .inner .menu-item-has-children .sub-menu li {
  padding: 0;
}
.main-head .inner .menu-item-has-children .sub-menu li a {
  border: 0;
  font-size: 14px;
  padding: 15px;
  display: block;
}
.main-head .inner .menu-item-has-children .sub-menu li a:hover {
  background-color: transparent;
  color: #0d7311;
}
.main-head .inner .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 103%;
  transition: 0.3s;
}
.main-head.scroll-down {
  top: -120px;
}
.elementor-element-df88680 {
  margin-left: 10%;
  display: flex !important;
  flex-direction: column !important;
  align-items: left !important;
  justify-content: center !important;
  gap: 50px;
}

.elementor-28
  .elementor-element.elementor-element-259ae9a
  .elementor-heading-title {
  color: #ffffff;
  font-size: 54px;
}
.elementor-element-f4c2fe8 p {
  font-size: 20px !important;
  max-width: 360px;
}
.elementor-element-98caf7b .elementor-button-link {
padding: 30px 32px  !important;
}

@media (max-width : 768px){
	.elementor-element-98caf7b .elementor-button-link {
    padding : 20px !important;
}

	.elementor-element-df88680{
 max-width : 90% !important;
 margin : 0 auto !important;
}
 .elementor-28
  .elementor-element.elementor-element-259ae9a
	.elementor-heading-title {
  font-size: 32px;
}

	.elementor-element-4b5ac04{
  display : none !important;
 }
}


.elementor-element-df88680 .elementor-button {
  /* width: 256px;
height: 70px;
display : flex;
align-items : center;
justify-content : center; */
}

.elementor-element-6667738 .e-con-inner {
  place-content: center !important;
}

.elementor-28 .elementor-element.elementor-element-98caf7b {
  /*     display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 76%;
    gap: 40px; */
}

.elementor-28
  .elementor-element.elementor-element-98caf7b
  .elementor-button-text {
  font-weight: 400 !important;

}

.elementor-28 .elementor-element.elementor-element-6c570e9 .elementor-button , .elementor-28 .elementor-element.elementor-element-1a5f884 .elementor-button {
font-weight: 700 !important;
    padding: 0 !important;
    min-width: 200px;
    height: 70px;
    display: flex
;
    align-items: center;
    justify-content: center;
}


@media (max-width : 467px){
.elementor-28 .elementor-element.elementor-element-6c570e9 .elementor-button , .elementor-28 .elementor-element.elementor-element-1a5f884 .elementor-button {
    min-width: 190px;
    height: 50px;
}
}
@media (max-width: 1600px) {
  .elementor-28
    .elementor-element.elementor-element-98caf7b
    .elementor-button-text {
    font-size: 16px;
  }
}

.elementor-28 .elementor-element.elementor-element-98caf7b .elementor-button-text{

  font-weight : 700 !important;
}


.elementor-28
  .elementor-element.elementor-element-6667738:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-repeat: no-repeat !important;
  background-position: center center;
  background-size: cover;
}

.home-banner {
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 1200px) {
  .home-banner {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .home-banner {
    border-radius: 0 !important;
  }


}
.home-banner .item {
  position: relative;
  /*   height: 82vh !important; */
  display: flex;
  align-items: center;
  /*   justify-content: center; */
}
@media (max-width: 1200px) {
  .home-banner .item {
    height: 100dvh;
  }
}
@media (max-width: 625px) {
  .home-banner .item {
    height: 450px;
  }
}
.home-banner .item > img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-banner .item .caption {
  text-align: left;
  position: relative;
  z-index: 1;
  max-width: 76%;
  margin-left: 60px;
}
@media (max-width: 768px) {
  .home-banner .item .caption {
    max-width: 100%;
    padding-inline: 20px;
    margin-left: 20px;
  }
}
.home-banner .item .caption h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 3.5vw;
}
@media (max-width: 1200px) {
  .hero-sec .item .caption h3 {
    font-size: 4vw;
  }
}
@media (max-width: 1200px) {
  .home-banner .item .caption h3 {
    font-size: 5vw;
  }
}
.home-banner .item .caption p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .home-banner .item .caption p {
    font-size: 17px;
  }
}
.home-banner .item .caption div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .hero-sec .item .caption div {
    gap: 10px;
  }
}
.home-banner .item .caption div .btn {
  background-color: #fff;
  color: #0b4940;
  font-size: 18px;
  color: #fff;
  font-size: 18px;
  border: 1px solid;
  width: 256px !important;
  height: 70px !important;
}
@media (max-width: 625px) {
  .home-banner .item .caption div .btn {
    font-size: 15px;
    /*     height: 50px; */
  }
}
.home-banner .item .caption div .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.home-banner .item .caption div .btn.transparent {
  background-color: transparent;
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 625px) {
  .home-banner .item .caption div .btn.transparent {
    font-size: 13px;
    padding: 0 10px;
  }
}
.home-banner .item .caption div .btn.transparent:hover {
  text-decoration: underline;
}
.home-banner .item .caption .flip-holder {
  height: 1em;
  overflow: hidden;
  display: inline-block;
  position: relative;
  will-change: transform;
}

.hero-pagination {
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .hero-pagination {
    bottom: 40px;
  }
}
.hero-pagination .swiper-pagination-bullet {
  transition: 0.3s;
  margin: 0 !important;
  opacity: 1;
  width: 150px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
@media (max-width: 1200px) {
  .hero-pagination .swiper-pagination-bullet {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .hero-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}
.hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.counter-sec {
  padding: 100px 0;
  background-color: #f7fcfb;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 1200px) {
  .counter-sec {
    border-radius: 0 0 20px 20px;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .counter-sec .row {
    row-gap: 30px;
  }
}
.counter-sec .row .col-lg-3:last-child .block::after {
  display: none;
}
.counter-sec .block {
  position: relative;
  text-align: center;
}
.counter-sec .block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 40px;
  background-color: #b7b7b7;
}
[dir="rtl"] .counter-sec .block::after {
  left: 0;
  right: auto;
}
@media (max-width: 768px) {
  .counter-sec .block::after {
    display: none;
  }
}
.counter-sec .block h3 {
  font-size: 3.6vw;
  font-weight: 600;
  color: #0b4940;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .counter-sec .block h3 {
    font-size: 4vw;
  }
}
@media (max-width: 625px) {
  .counter-sec .block h3 {
    font-size: 7vw;
  }
}
.counter-sec .block h3 span {
  color: inherit;
  font-size: inherit;
}
.counter-sec .block h3 b {
  font-weight: inherit;
  font-size: 40px;
  translate: 0 7px;
}
@media (max-width: 1200px) {
  .counter-sec .block h3 b {
    font-size: 20px;
  }
}
.counter-sec .block p {
  color: rgba(11, 73, 64, 0.4);
  font-size: 1vw;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .counter-sec .block p {
    font-size: 1.5vw;
  }
}
@media (max-width: 625px) {
  .counter-sec .block p {
    font-size: 3vw;
  }
}

.happen-sec {
  padding: 180px 0;
}
@media (max-width: 1200px) {
  .happen-sec {
    padding: 150px 0;
  }
}
@media (max-width: 1200px) {
  .happen-sec {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .happen-sec {
    padding: 40px 0;
  }
}
.happen-sec .g-head {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .happen-sec .g-head {
    text-align: initial;
  }
}
.happen-sec .g-head h3 {
  font-size: 40px;
  font-weight: 700;
  color: #0b4940;
}
@media (max-width: 1200px) {
  .happen-sec .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .happen-sec .g-head h3 {
    font-size: 20px;
  }
}
.happen-sec .row {
  flex-direction: row-reverse;
  row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.happen-sec .swiper-slide-shadow {
  border-radius: 40px;
}
.happen-sec .img {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding-top: 100%;
}
.happen-sec .img img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.happen-sec .info span {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}
.happen-sec .info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .happen-sec .info h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.happen-sec .info p {
  font-size: 24px;
}
@media (max-width: 768px) {
  .happen-sec .info p {
    font-size: 14px;
  }
}

.event-sec {
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .event-sec {
    border-radius: 20px;
  }
}
@media (max-width: 625px) {
  .event-sec {
    border-radius: 0;
  }
}
.event-sec .event-banner {
  position: relative;
  display: flex;
  height : auto !important;
  align-items: center;
  justify-content: center;
    padding: 100px 0 250px !important;
}
@media (max-width: 625px) {
  .event-sec .event-banner {
    padding-block: 50px;
  }
}
.event-sec .event-banner > img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.event-sec .event-banner .caption {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .event-sec .event-banner .caption {
    max-width: 90%;
  }
}
.event-sec .event-banner .caption h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 54px;
}
@media (max-width: 1200px) {
  .event-sec .event-banner .caption h3 {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .event-sec .event-banner .caption h3 {
    font-size: 6vw;
  }
}
@media (max-width: 625px) {
  .event-sec .event-banner .caption h3 {
    font-size: 7vw;
  }
}
.event-sec .event-banner .caption p {
  color: #fff;
  font-size: 20px !important;
  margin: 0 auto;
  max-width: 70%;
}
@media (max-width: 768px) {
  .event-sec .event-banner .caption p {
    max-width: 100%;
    font-size: 2vw;
  }
}
@media (max-width: 625px) {
  .event-sec .event-banner .caption p {
    font-size: 3vw;
  }
}
.event-sec .event-banner .caption .btn {
  background-color: #fff;
  color: #0b4940;
  margin-top: 20px;
}
.event-sec .event-banner .caption span {
  color: white !important;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  
}
.event-sec .event-features {
  background-color: #f7fcfb;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .event-sec .event-features {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .event-sec .event-features {
    padding: 50px 20px;
  }
}
.event-sec .event-features .g-head {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .event-sec .event-features .g-head {
    margin-bottom: 30px;
  }
}
.event-sec .event-features .g-head h3 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .event-sec .event-features .g-head h3 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .event-sec .event-features .g-head h3 {
    font-size: 25px;
  }
}
@media (max-width: 625px) {
  .event-sec .event-features .g-head h3 {
    font-size: 20px;
  }
}
.event-sec .event-features .row {
  row-gap: 90px;
}
@media (max-width: 1200px) {
  .event-sec .event-features .row {
    row-gap: 60px;
  }
}
@media (max-width: 768px) {
  .event-sec .event-features .row {
    row-gap: 30px;
  }
}
.event-sec .event-features .block {
  max-width: 90%;
}
@media (max-width: 768px) {
  .event-sec .event-features .block {
    max-width: 100%;
  }
}
.event-sec .event-features .block .icon {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .event-sec .event-features .block .icon {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .event-sec .event-features .block .icon {
    margin-bottom: 20px;
  }
}
.event-sec .event-features .block h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .event-sec .event-features .block h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .event-sec .event-features .block h4 {
    font-size: 18px;
  }
}
.event-sec .event-features .block p {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .event-sec .event-features .block p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .event-sec .event-features .block p {
    font-size: 14px;
  }
}

.cards-sec {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .cards-sec {
    padding: 50px 0;
  }
}
.cards-sec .sec-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cards-sec .sec-title {
    margin-bottom: 30px;
  }
}
[dir="rtl"] .cards-sec .sec-title {
  text-align: center;
}
[dir="rtl"] .cards-sec .sec-title * {
  text-align: inherit !important;
}
.cards-sec .sec-title h3 {
  font-weight: 700;
  font-size: 2.5vw;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cards-sec .sec-title h3 {
    font-size: 6.5vw;
  }
}
.cards-sec .sec-title p {
  font-size: 1.2vw;
  max-width: 48vw;
}
[dir="rtl"] .cards-sec .sec-title p {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cards-sec .sec-title p {
    font-size: 4.2vw;
    max-width: 100%;
  }
}
.cards-sec .g-head {
  text-align: center;
  z-index: 2;
}
.cards-sec .g-head.sticky {
  position: sticky;
  top: 30px;
}
@media (max-width: 768px) {
  .cards-sec .g-head {
    text-align: initial;
    position: unset;
    top: auto;
  }
}
.cards-sec .g-head .nav-tabs {
  display: inline-flex;
  margin: 0 auto;
  gap: 0;
  border: 1px solid rgba(11, 73, 64, 0.2);
  padding: 10px;
  border-radius: 50px;
  background-color: #e4f2ee;
}
@media (max-width: 768px) {
  .cards-sec .g-head .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
.cards-sec .g-head .nav-tabs .nav-item .nav-link {
  border-radius: 50px;
  border: 0;
  color: #0b4940;
  font-size: 17px;
  padding: 0 30px;
  box-shadow: none;
  height: 55px;
}
@media (max-width: 768px) {
  .cards-sec .g-head .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (max-width: 625px) {
  .cards-sec .g-head .nav-tabs .nav-item .nav-link {
    font-size: 11px;
    padding: 0 18px;
    white-space: nowrap;
    height: 40px;
  }
}
.cards-sec .g-head .nav-tabs .nav-item .nav-link.active {
  background-color: #0b4940;
  color: #fff;
}
.cards-sec .tab-content {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .cards-sec .tab-content {
    padding-top: 40px;
  }
}
.cards-sec .block {
  border: 1px solid rgba(11, 73, 64, 0.4);
  padding: 40px;
  border-radius: 40px;
  margin-bottom: 40px;
  background-color: #e4f2ee;
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.05);
  position: sticky;
}
@media (max-width: 768px) {
  .cards-sec .block {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    top: auto !important;
  }
}
.cards-sec .block .row {
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cards-sec .block .img {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding-top: 100%;
}
@media (max-width: 625px) {
  .cards-sec .block .img {
    border-radius: 20px;
    padding-top: 70%;
  }
}
.cards-sec .block .img img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cards-sec .block .info {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.cards-sec .block .info h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: none;
}
@media (max-width: 1200px) {
  .cards-sec .block .info h3 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .cards-sec .block .info h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .cards-sec .block .info h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 625px) {
  .cards-sec .block .info h3 {
    font-size: 18px;
  }
}
.cards-sec .block .info p {
  margin-bottom: 40px;
  font-size: 24px;
  flex-grow: 1;
}
@media (max-width: 1200px) {
  .cards-sec .block .info p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .cards-sec .block .info p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .cards-sec .block .info p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.cards-sec .block .info .btn {
  font-size: 17px;
  height: 55px;
}
@media (max-width: 1200px) {
  .cards-sec .block .info .btn {
    font-size: 15px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .cards-sec .block .info .btn {
    font-size: 13px;
    height: 40px;
  }
}
.cards-sec .block .info .btn:hover {
  box-shadow: 0 0 0 1px #0b4940;
}
.cards-sec .block:nth-of-type(1) {
  top: 150px;
}
.cards-sec .block:nth-of-type(2) {
  top: 170px;
}
.cards-sec .block:nth-of-type(3) {
  top: 190px;
}
.cards-sec .block:nth-of-type(4) {
  top: 210px;
}
.cards-sec .block:nth-of-type(5) {
  top: 230px;
}
.cards-sec .block:nth-of-type(6) {
  top: 250px;
}
@media (max-width: 768px) {
  .cards-sec .creator-desktop-blocks {
    display: none;
  }
}
.cards-sec .creator-mobile-blocks {
  display: none;
}
@media (max-width: 768px) {
  .cards-sec .creator-mobile-blocks {
    display: block;
  }
}

.partners-sec {
  background-color: #0b4940;
  padding: 100px 0;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .partners-sec {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .partners-sec {
    padding: 50px 0;
    border-radius: 20px;
  }
}
@media (max-width: 625px) {
  .partners-sec {
    border-radius: 0;
  }
}
.partners-sec .g-head {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .partners-sec .g-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .partners-sec .g-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 625px) {
  .partners-sec .g-head {
    gap: 20px;
  }
}
.partners-sec .g-head h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1200px) {
  .partners-sec .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .partners-sec .g-head h3 {
    font-size: 16px;
  }
}
.partners-sec .g-head div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
[dir="rtl"] .partners-sec .g-head div .swiper-btn {
  scale: -1;
}
.partners-sec .g-head div .swiper-btn img {
  filter: brightness(0) invert(1);
}
.partners-sec .g-head div .swiper-btn.patners-prev {
  scale: -1;
}
[dir="rtl"] .partners-sec .g-head div .swiper-btn.patners-prev {
  scale: 1;
}
.partners-sec .g-head div .btn {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
}
@media (max-width: 625px) {
  .partners-sec .g-head div .btn {
    font-size: 13px;
  }
}
.partners-sec .g-head div .btn img {
  filter: brightness(0) invert(1);
}
[dir="rtl"] .partners-sec .g-head div .btn img {
  scale: -1;
}
@media (max-width: 768px) {
  .partners-sec .g-head div .btn img {
    width: 15px;
  }
}
.partners-sec .g-head div .btn:hover {
  background-color: #fff;
  color: #0b4940;
}
.partners-sec .g-head div .btn:hover img {
  filter: none;
}
.partners-sec p {
  text-align: center;
  margin: 80px auto 0;
  max-width: 70%;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .partners-sec p {
    max-width: 100%;
    margin-top: 40px;
  }
}
.partners-sec .item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  height: 120px;
}
@media (max-width: 1200px) {
  .partners-sec .item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .partners-sec .item {
    height: 90px;
  }
}
.partners-sec .item img {
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.partners-sec .item:hover {
  background-color: #fff;
  border-color: #fff;
}
.partners-sec .item:hover img {
  filter: brightness(0);
}
.partners-sec .small-pagination {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .partners-sec .small-pagination {
    margin-top: 40px;
  }
}
.partners-sec .small-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
}
.partners-sec
  .small-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.testimonials-sec {
  padding: 180px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #e4f2ee;
}
@media (max-width: 1200px) {
  .testimonials-sec {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .testimonials-sec {
    padding: 70px 0;
    margin-inline: -15px;
  }
}
@media (max-width: 625px) {
  .testimonials-sec {
    margin-inline: -20px;
  }
}
.testimonials-sec .g-head {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .testimonials-sec .g-head {
    margin-bottom: 40px;
  }
}
.testimonials-sec .g-head h3 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .testimonials-sec .g-head h3 {
    font-size: 20px;
  }
}
.testimonials-sec .item {
  margin: 0 auto;
  max-width: 70%;
}
@media (max-width: 768px) {
  .testimonials-sec .item {
    max-width: 80%;
  }
}
@media (max-width: 625px) {
  .testimonials-sec .item {
    max-width: 100%;
    padding-inline: 30px;
  }
}
.testimonials-sec .item p {
  font-size: 65px;
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .testimonials-sec .item p {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .testimonials-sec .item p {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 625px) {
  .testimonials-sec .item p {
    font-size: 20px;
  }
}
.testimonials-sec .item .author .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .testimonials-sec .item .author .img {
    width: 70px;
    height: 70px;
  }
}
.testimonials-sec .item .author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-sec .item .author h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .testimonials-sec .item .author h4 {
    font-size: 20px;
  }
}
.testimonials-sec .item .author span {
  color: rgba(11, 73, 64, 0.6);
  font-size: 16px;
}
@media (max-width: 768px) {
  .testimonials-sec .item .author span {
    font-size: 14px;
  }
}

.blogs-sec {
  border-radius: 40px;
  border: 1px solid rgba(11, 73, 64, 0.4);
  padding: 100px 0;
  height: 100%;
  position: relative;
  z-index: 1;
  background: #e4f2ee;
}
@media (max-width: 1200px) {
  .blogs-sec {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .blogs-sec {
    border-radius: 20px;
    padding: 20px;
    margin-inline: -15px;
  }
}
.blogs-sec .g-head {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .blogs-sec .g-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .blogs-sec .g-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 625px) {
  .blogs-sec .g-head {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.blogs-sec .g-head h3 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .blogs-sec .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .blogs-sec .g-head h3 {
    font-size: 25px;
  }
}
.blogs-sec .g-head div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.blogs-sec .g-head div .swiper-btn {
  border-color: #0b4940;
}
[dir="rtl"] .blogs-sec .g-head div .swiper-btn {
  scale: -1;
}
.blogs-sec .g-head div .swiper-btn.blogs-prev {
  scale: -1;
}
[dir="rtl"] .blogs-sec .g-head div .swiper-btn.blogs-prev {
  scale: 1;
}
.blogs-sec .g-head div .btn {
  border: 1px solid #0b4940;
  font-size: 14px;
}
@media (max-width: 625px) {
  .blogs-sec .g-head div .btn {
    font-size: 13px;
  }
}
[dir="rtl"] .blogs-sec .g-head div .btn img {
  scale: -1;
}
@media (max-width: 768px) {
  .blogs-sec .g-head div .btn img {
    width: 15px;
  }
}
.blogs-sec .g-head div .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.blogs-sec .g-head div .btn:hover img {
  filter: brightness(0) invert(1);
}

.blog-card {
  border: 1px solid rgba(11, 73, 64, 0.4);
  border-radius: 20px;
  padding: 20px;
  transition: 0.3s;
}
.blog-card .img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  padding-top: 80%;
  margin-bottom: 30px;
}
.blog-card .img img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-card .img a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.blog-card .title-container {
  align-items: start !important;
}
.blog-card .img .tags {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 10px;
  z-index: 1;
  align-items: center;
}
[dir="rtl"] .blog-card .img .tags {
  right: auto;
  left: 20px;
}
.blog-card .img .tags span {
  background-color: #f7fcfb;
  border-radius: 5px;
  padding: 5px;
  font-weight: 600;
  font-size: 13px;
}
.blog-card .info p {
  color: rgba(11, 73, 64, 0.6);
  margin-bottom: 15px;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .blog-card .info p {
    font-size: 13px;
  }
}
.blog-card .info a {
  font-weight: 700;
  font-size: 20px;
  color: #0b4940;
}
@media (max-width: 1200px) {
  .blog-card .info a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .blog-card .info a {
    font-size: 14px;
  }
}
.blog-card:hover {
  scale: 0.95;
}

.faqs-sec {
  padding: 130px 0;
  background: #e4f2ee;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .faqs-sec {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .faqs-sec {
    padding: 70px 0;
  }
}
.faqs-sec .g-head {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .faqs-sec .g-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .faqs-sec .g-head {
    margin-bottom: 40px;
  }
}
.faqs-sec .g-head h3 {
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .faqs-sec .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .faqs-sec .g-head h3 {
    font-size: 25px;
  }
}
@media (max-width: 625px) {
  .faqs-sec .g-head h3 {
    font-size: 20px;
  }
}

.accordion .accordion-item {
  margin-bottom: 30px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 20px;
  overflow: hidden;
  background-color: transparent;
}
.accordion .accordion-item .accordion-button {
  padding: 30px 40px;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0b4940;
  box-shadow: none;
  background-color: transparent;
  transition: 0.3s;
  gap: 30px;
  text-align: initial;
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-button {
    padding: 20px 30px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-button {
    padding: 20px;
    font-size: 16px;
  }
}
.accordion .accordion-item .accordion-button::after {
  width: 25px;
  height: 25px;
  background: url("../images/plus.svg") no-repeat center center;
  background-size: contain;
}
[dir="rtl"] .accordion .accordion-item .accordion-button::after {
  margin: 0 auto 0 0;
  transform: scaleX(-1);
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: rgba(247, 252, 251, 0.3);
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: url("../images/minus.svg") no-repeat center center;
  background-size: contain;
}
.accordion .accordion-item .accordion-collapse {
  padding: 0 40px 40px;
  background-color: rgba(247, 252, 251, 0.3);
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-collapse {
    padding: 0 30px 30px;
  }
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-collapse {
    padding: 0 20px 20px;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  border-top: 1px solid rgba(11, 73, 64, 0.2);
  padding: 40px 0 0;
  color: rgba(11, 73, 64, 0.8);
  font-size: 18px;
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 30px 0 0;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body p {
  color: rgba(11, 73, 64, 0.8);
  margin-bottom: 30px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.newsletter-sec {
  background-color: #e4f2ee;
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 20px 20px 0 0;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .newsletter-sec {
    padding: 30px 60px;
  }
}
@media (max-width: 768px) {
  .newsletter-sec {
    padding: 20px 30px;
  }
}
@media (max-width: 625px) {
  .newsletter-sec {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    border-radius: 0;
  }
}
.newsletter-sec .g-head {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 625px) {
  .newsletter-sec .g-head {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.newsletter-sec .g-head .icon {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(11, 73, 64, 0.2);
}
@media (max-width: 1200px) {
  .newsletter-sec .g-head .icon {
    width: 50px;
    height: 50px;
  }
}
.newsletter-sec .g-head .icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.newsletter-sec .g-head .info h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .newsletter-sec .g-head .info h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .newsletter-sec .g-head .info h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 625px) {
  .newsletter-sec .g-head .info h4 {
    font-size: 14px;
  }
}
.newsletter-sec .g-head .info p {
  font-size: 18px;
  color: rgba(11, 73, 64, 0.8);
}
@media (max-width: 1200px) {
  .newsletter-sec .g-head .info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsletter-sec .g-head .info p {
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .newsletter-sec .g-head .info p {
    font-size: 12px;
  }
}
.newsletter-sec .btn {
  padding: 0 25px;
  min-width: 170px;
}
@media (max-width: 625px) {
  .newsletter-sec .btn {
    padding-inline: 15px;
    min-width: 150px;
  }
}
.newsletter-sec .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.newsletter-sec .btn:hover img {
  filter: brightness(0) invert(1);
}

.main-footer {
  background-color: #0b4940;
  padding: 0 80px;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .main-footer {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .main-footer {
    padding: 0 20px;
    border-radius: 0;
  }
}
.main-footer .footer-top {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .main-footer .footer-top {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .main-footer .footer-top {
    padding: 50px 0;
  }
}
.main-footer .footer-top .row {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main-footer .footer-top .row {
    row-gap: 30px;
  }
}
.main-footer .footer-top .footer-logo {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .main-footer .footer-top .footer-logo {
    gap: 20px;
  }
}
.main-footer .footer-top .footer-logo .ex-logo {
  padding-inline-start: 40px;
  border-inline-start: 1px solid #fff;
}
@media (max-width: 1200px) {
  .main-footer .footer-top .footer-logo .ex-logo {
    padding-inline-start: 20px;
  }
  .main-footer .footer-top .footer-logo .ex-logo img {
    width: 137px;
  }
}
@media (max-width: 625px) {
  .main-footer .footer-top .footer-logo .ex-logo img {
    width: auto;
  }
}
.main-footer .footer-top .footer-logo img {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .main-footer .footer-top .footer-logo img {
    width: 80px;
  }
}
.main-footer .footer-top .footer-links h4 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .main-footer .footer-top .footer-links h4 {
    font-size: 14px;
  }
}
.main-footer .footer-top .footer-links ul li {
  margin-bottom: 10px;
}
.main-footer .footer-top .footer-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .main-footer .footer-top .footer-links ul li a {
    font-size: 14px;
  }
}
.main-footer .footer-top .footer-links ul li a:hover {
  padding-inline: 5px;
  color: #fff;
}
.main-footer .footer-top .footer-newsletter h4 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .main-footer .footer-top .footer-newsletter h4 {
    font-size: 16px;
  }
}
.main-footer .footer-top .footer-newsletter .form-group {
  position: relative;
  margin-bottom: 20px;
}
.main-footer .footer-top .footer-newsletter .form-group .form-control {
  height: 60px;
  border-radius: 50px;
  padding: 0 20px 0 35px;
  font-size: 16px;
  box-shadow: none;
  outline: none;
}
@media (max-width: 1200px) {
  .main-footer .footer-top .footer-newsletter .form-group .form-control {
    font-size: 12px;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .main-footer .footer-top .footer-newsletter .form-group .form-control {
    height: 50px;
  }
}
@media (max-width: 625px) {
  .main-footer .footer-top .footer-newsletter .form-group .form-control {
    font-size: 12px;
    height: 40px;
  }
}
.main-footer
  .footer-top
  .footer-newsletter
  .form-group
  .form-control::-moz-placeholder {
  color: rgba(11, 73, 64, 0.5);
}
.main-footer
  .footer-top
  .footer-newsletter
  .form-group
  .form-control::placeholder {
  color: rgba(11, 73, 64, 0.5);
}
.main-footer .footer-top .footer-newsletter .form-group .btn {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 14px;
  min-width: auto;
  height: 47px;
}
[dir="rtl"] .main-footer .footer-top .footer-newsletter .form-group .btn {
  right: auto;
  left: 7px;
}
@media (max-width: 768px) {
  .main-footer .footer-top .footer-newsletter .form-group .btn {
    font-size: 12px;
    height: 37px;
  }
}
@media (max-width: 625px) {
  .main-footer .footer-top .footer-newsletter .form-group .btn {
    font-size: 12px;
    position: relative;
    inset: 0;
    margin-top: 10px;
    border-color: #fff;
    width: 100%;
  }
}
.main-footer .footer-top .footer-newsletter .form-group .btn:hover {
  border-color: #0b4940;
}
.main-footer .footer-top .footer-newsletter p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  text-transform: none;
}
@media (max-width: 1200px) {
  .main-footer .footer-top .footer-newsletter p {
    font-size: 12px;
  }
}
.main-footer .footer-top .footer-newsletter .gform_wrapper.gform-theme {
  padding: 0;
}
.main-footer .footer-top .footer-newsletter .gform_wrapper.gform-theme form {
  padding: 0;
  border: 0;
  border-radius: 0;
  max-width: none;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
}
.main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  form
  .gfield
  .gform-field-label {
  top: 19px;
}
.main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  form
  .gfield
  input {
  height: 60px;
  border-radius: 50px;
  padding: 0 30px;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  background-color: #fff;
}
.main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  form
  .gfield.has-value
  .gform-field-label,
.main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  form
  .gfield.has-focus
  .gform-field-label {
  translate: 0 -10px;
}
.main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  form
  .gform_footer {
  margin: 0;
  padding: 0;
  border: 0;
}
.main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  form
  .gform_footer
  .button {
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 14px;
  min-width: auto;
  height: 47px !important;
}
[dir="rtl"]
  .main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  form
  .gform_footer
  .button {
  right: auto;
  left: 7px;
}
.main-footer
  .footer-top
  .footer-newsletter
  .gform_wrapper.gform-theme
  .gform_validation_errors {
  display: none;
}
.main-footer .footer-top .footer-newsletter .gform_confirmation_message {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
}
.main-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .main-footer .footer-bottom {
    flex-direction: column;
  }
}
.main-footer .footer-bottom .rights {
  display: flex;
  align-items: center;
}
@media (max-width: 625px) {
  .main-footer .footer-bottom .rights {
    flex-wrap: wrap;
    row-gap: 10px;
    text-align: center;
    justify-content: center;
  }
}
.main-footer .footer-bottom .rights p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.4);
  padding-inline-end: 30px;
  margin-inline-end: 30px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .main-footer .footer-bottom .rights p {
    font-size: 12px;
    padding-inline-end: 20px;
    margin-inline-end: 20px;
  }
}
@media (max-width: 625px) {
  .main-footer .footer-bottom .rights p {
    padding-inline-end: 0;
    border: 0;
    width: 100%;
  }
}
.main-footer .footer-bottom .rights a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .main-footer .footer-bottom .rights a {
    font-size: 12px;
  }
}
.main-footer .footer-bottom .rights a:hover {
  color: #fff;
}
.main-footer .footer-bottom .rights a::after {
  content: "|";
  margin-inline: 30px;
}
@media (max-width: 1200px) {
  .main-footer .footer-bottom .rights a::after {
    margin-inline: 20px;
  }
}
.main-footer .footer-bottom .rights a:last-of-type::after {
  display: none;
}
.main-footer .footer-bottom .socials {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-footer .footer-bottom .socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.6;
  transition: 0.3s;
}
.main-footer .footer-bottom .socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  filter: brightness(0) invert(1);
}
.main-footer .footer-bottom .socials a:hover {
  background-color: #fff;
  opacity: 1;
}
.main-footer .footer-bottom .socials a:hover img {
  filter: none;
}

.menu-sec {
  position: fixed;
  inset: 0;
  z-index: 6;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 0 30px;
}
.menu-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 636.23px;
  right: -300px;
  bottom: -300px;
  background: linear-gradient(
    179.51deg,
    #19bdb1 17.95%,
    rgba(25, 189, 177, 0) 166.98%
  );
  opacity: 0.3;
  filter: blur(48px);
  transform: rotate(148.79deg);
}
.menu-sec .main-head {
  position: relative;
}
.menu-sec .main-head .actions .close-menu-sidebar {
  position: relative;
  background-color: transparent;
  padding: 15px;
  border: 0;
  transition: 0.3s;
}
.menu-sec .main-head .actions .close-menu-sidebar span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
  border-radius: 50px;
  transition: 0.3s;
  rotate: 45deg;
}
.menu-sec .main-head .actions .close-menu-sidebar span:nth-of-type(2) {
  rotate: -45deg;
}
.menu-sec .main-head .actions .close-menu-sidebar:hover {
  scale: 0.6;
}
.menu-sec .menu-links {
  padding-inline: 120px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .menu-sec .menu-links {
    padding-inline: 0;
    padding-top: 50px;
  }
}
.menu-sec .menu-links a {
  font-weight: 900;
  font-size: 80px;
  -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.8);
  color: transparent;
  font-family: sans-serif;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .menu-sec .menu-links a {
    font-size: 50px;
  }
}
@media (max-width: 625px) {
  .menu-sec .menu-links a {
    font-size: 35px;
  }
}
.menu-sec .menu-links a::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
  background: linear-gradient(73.84deg, #0d7311 -81.59%, #00fffb 163.42%),
    linear-gradient(185.19deg, #00ebfe -10.05%, #0077b6 113.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.menu-sec .menu-links a:hover::before {
  width: 100%;
  -webkit-text-stroke: transparent;
}
.menu-sec .menu-links .sub-menu {
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  border-inline-start: 2px solid rgba(255, 255, 255, 0.19);
}
.menu-sec .menu-links .sub-menu a {
  font-size: 35px;
  padding-inline-start: 24px;
}
@media (max-width: 625px) {
  .menu-sec .menu-links .sub-menu a {
    font-size: 20px;
  }
}
.menu-sec .menu-links .sub-menu a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.menu-sec .menu-links:hover > * {
  opacity: 0.5;
}
.menu-sec .menu-links:hover > *:hover {
  scale: 1.1;
  opacity: 1;
}
.menu-sec .menu-wrap {
  height: calc(100% - 180px);
}
.menu-sec .menu-wrap .container {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.menu-sec .social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.menu-sec .social a {
  transition: 0.3s;
}
.menu-sec .social a:hover {
  scale: 1.3;
}
.menu-sec.active {
  opacity: 1;
  visibility: visible;
}

.mobile-head {
  position: relative;
  z-index: 3;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .mobile-head {
    padding: 30px 0;
  }
}
.mobile-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-head .logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1200px) {
  .mobile-head .logo img {
    width: 90px;
  }
}
.mobile-head .menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .mobile-head .menu {
    display: none;
  }
}
.mobile-head .menu a {
  color: #fff;
  font-size: 18px;
  padding: 10px;
  border-radius: 50px;
}
.mobile-head .actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.mobile-head .actions .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 625px) {
  .mobile-head .actions .social {
    display: none;
  }
}
.mobile-head .actions .social a {
  transition: 0.3s;
  padding: 5px;
}
.mobile-head .actions .social a:hover {
  scale: 1.3;
}
.mobile-head .actions .lang .dropdown-toggle {
  background: linear-gradient(73.84deg, #0d7311 -81.59%, #00fffb 163.42%),
    linear-gradient(185.19deg, #00ebfe -10.05%, #0077b6 113.45%);
  border-radius: 8px;
  height: 25px;
  padding: 0 10px;
  min-width: 55px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1200px) {
  .mobile-head .actions .lang .dropdown-toggle {
    font-size: 16px;
  }
}
.mobile-head .actions .lang .dropdown-toggle::after {
  background-color: transparent;
  width: 10px;
  height: 10px;
  border: 0;
  margin: 0;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  border-style: solid;
  rotate: 135deg;
}
.mobile-head .actions .toggle-menu-sidebar {
  position: relative;
  background-color: transparent;
  padding: 15px;
  border: 0;
  transition: 0.3s;
  display: none;
}
@media (max-width: 1200px) {
  .mobile-head .actions .toggle-menu-sidebar {
    display: block;
  }
}
.mobile-head .actions .toggle-menu-sidebar span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
  border-radius: 50px;
  transition: 0.3s;
}
.mobile-head .actions .toggle-menu-sidebar span:nth-of-type(1) {
  margin-top: -10px;
}
.mobile-head .actions .toggle-menu-sidebar span:nth-of-type(3) {
  margin-top: 10px;
}
.mobile-head .actions .toggle-menu-sidebar:hover {
  scale: 0.6;
}
.mobile-head .actions .toggle-menu-sidebar.active span:nth-of-type(1) {
  rotate: 45deg;
  margin-top: 0;
}
.mobile-head .actions .toggle-menu-sidebar.active span:nth-of-type(2) {
  opacity: 0;
  width: 0;
}
.mobile-head .actions .toggle-menu-sidebar.active span:nth-of-type(3) {
  rotate: -45deg;
  margin-top: 0;
}
.mobile-head .actions .close-menu-sidebar {
  position: relative;
  background-color: transparent;
  padding: 15px;
  border: 0;
  transition: 0.3s;
}
.mobile-head .actions .close-menu-sidebar span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
  border-radius: 50px;
  transition: 0.3s;
  rotate: 45deg;
}
.mobile-head .actions .close-menu-sidebar span:nth-of-type(2) {
  rotate: -45deg;
}
.mobile-head .actions .close-menu-sidebar:hover {
  scale: 0.6;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.main-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #e4f2ee;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.main-loader .loader {
  animation: pulse 1.5s infinite ease-in-out;
}
.main-loader .loader img {
  width: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-loader.hidden {
  opacity: 0;
}

.creators-hero {
  background-color: transparent;
}
@media (max-width: 1200px) {
  .creators-hero {
    padding: 50px 0;
  }
}
@media (max-width: 625px) {
  .creators-hero .item {
    height: 450px;
  }
}
.creators-hero .item .caption span {
  display: block;
  color: rgba(11, 73, 64, 0.6);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.creators-hero .item .caption h3 {
  color: #0b4940;
}
.creators-hero .item .caption div .btn {
  background-color: #0b4940;
  color: #fff;
}
.creators-hero .item .caption div .btn:hover {
  background-color: #fff;
  color: #0b4940;
}
.creators-hero .item .creators-list {
  position: absolute;
  width: 100%;
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list {
    opacity: 0.15;
    z-index: -1;
  }
}
.creators-hero .item .creators-list img {
  position: absolute;
  transition: 0.3s;
  animation: pulse 1.5s infinite;
  opacity: 1;
  transform: scale(1);
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img {
    scale: 0.5;
    animation: none;
  }
}
.creators-hero .item .creators-list img:nth-of-type(1) {
  left: 24rem;
  top: -24rem;
  animation-delay: 0s;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(1) {
    left: 14rem;
    top: -18rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(1) {
    left: 4rem;
    top: -13rem;
  }
}
.creators-hero .item .creators-list img:nth-of-type(2) {
  left: 5rem;
  top: -12rem;
  animation-delay: 0.2s;
  width: 70px;
  height: 70px;
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(2) {
    left: 1rem;
    top: -14rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(2) {
    left: 0rem;
    top: -6rem;
  }
}
.creators-hero .item .creators-list img:nth-of-type(3) {
  left: 18rem;
  top: -6rem;
  animation-delay: 0.4s;
  width: 100px;
  height: 100px;
}
@media (max-width: 1600px) {
  .creators-hero .item .creators-list img:nth-of-type(3) {
    left: 14rem;
    top: 0rem;
  }
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(3) {
    left: 12rem;
    top: -2rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(3) {
    left: 3rem;
    top: -2rem;
  }
}
.creators-hero .item .creators-list img:nth-of-type(4) {
  left: 9rem;
  top: 10rem;
  animation-delay: 0.6s;
  width: 80px;
  height: 80px;
}
@media (max-width: 1600px) {
  .creators-hero .item .creators-list img:nth-of-type(4) {
    left: 7rem;
    top: 14rem;
  }
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(4) {
    left: 5rem;
    top: 10rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(4) {
    left: 1rem;
    top: 5rem;
  }
}
.creators-hero .item .creators-list img:nth-of-type(5) {
  left: 28rem;
  top: 6rem;
  animation-delay: 0.8s;
  width: 120px;
  height: 120px;
}
@media (max-width: 1600px) {
  .creators-hero .item .creators-list img:nth-of-type(5) {
    left: 25rem;
    top: 12rem;
  }
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(5) {
    left: 20rem;
    top: 10rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(5) {
    left: 7rem;
    top: 4rem;
  }
}
.creators-hero .item .creators-list img:nth-of-type(6) {
  right: 11rem;
  top: -22rem;
  animation-delay: 1s;
  width: 120px;
  height: 120px;
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(6) {
    right: 6rem;
    top: -19rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(6) {
    right: 0rem;
    top: -13rem;
  }
}
.creators-hero .item .creators-list img:nth-of-type(7) {
  right: 23rem;
  top: 0rem;
  animation-delay: 1.2s;
  width: 70px;
  height: 70px;
}
@media (max-width: 1600px) {
  .creators-hero .item .creators-list img:nth-of-type(7) {
    right: 18rem;
    top: 2rem;
  }
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(7) {
    right: 13rem;
    top: 4rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(7) {
    right: -1rem;
    top: -3rem;
    left: auto;
  }
}
.creators-hero .item .creators-list img:nth-of-type(8) {
  right: 5rem;
  top: -6rem;
  animation-delay: 1.4s;
  width: 80px;
  height: 80px;
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(8) {
    right: 1rem;
    top: -6rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(8) {
    right: 4rem;
    top: -2rem;
  }
}
.creators-hero .item .creators-list img:nth-of-type(9) {
  right: 11rem;
  top: 13rem;
  animation-delay: 1.6s;
  width: 70px;
  height: 70px;
}
@media (max-width: 1200px) {
  .creators-hero .item .creators-list img:nth-of-type(9) {
    right: 5rem;
    top: 13rem;
  }
}
@media (max-width: 625px) {
  .creators-hero .item .creators-list img:nth-of-type(9) {
    right: 1rem;
    top: 5rem;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .creators-hero .item .creators-list {
    justify-content: flex-start;
  }
}

.creators-sliders .creators-sliders-top {
  background-color: #f7fcfb;
  padding-block: 80px;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-top {
    padding: 50px 20px;
  }
}
@media (max-width: 625px) {
  .creators-sliders .creators-sliders-top {
    border-radius: 0;
    padding: 40px 0;
  }
}
.creators-sliders .creators-sliders-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-top .container {
    flex-direction: column;
    gap: 20px;
  }
}
.creators-sliders .creators-sliders-top h3 {
  font-weight: 700;
  font-size: 2.6vw;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-top h3 {
    font-size: 3vw;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-top h3 {
    max-width: 100%;
    font-size: 6vw;
  }
  .creators-sliders .creators-sliders-top h3 br {
    display: none;
  }
}
.creators-sliders .creators-sliders-top p {
  font-size: 1.2vw;
  text-transform: none;
  max-width: 48%;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-top p {
    font-size: 1.7vw;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-top p {
    max-width: 100%;
    font-size: 2.3vw;
  }
  .creators-sliders .creators-sliders-top p br {
    display: none;
  }
}
@media (max-width: 625px) {
  .creators-sliders .creators-sliders-top p {
    font-size: 3.8vw;
  }
}
.creators-sliders .creators-sliders-bottom {
  background-color: #0b4940;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom {
    border-radius: 0;
  }
}
.creators-sliders .creators-sliders-bottom .row {
  justify-content: space-between;
  gap: 30px;
}
.creators-sliders .creators-sliders-bottom .bottom-info {
  padding-block: 90px;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-bottom .bottom-info {
    padding: 50px 0;
  }
}
.creators-sliders .creators-sliders-bottom .bottom-info h3 {
  color: #fff;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 2.6vw;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-bottom .bottom-info h3 {
    font-size: 3vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom .bottom-info h3 {
    font-size: 4.5vw;
  }
}
@media (max-width: 625px) {
  .creators-sliders .creators-sliders-bottom .bottom-info h3 {
    font-size: 5.2vw;
  }
}
.creators-sliders .creators-sliders-bottom .bottom-info .accordion {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-bottom .bottom-info .accordion {
    margin-bottom: 40px;
  }
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .accordion
  .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .accordion
  .accordion-item
  .accordion-button {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 25px 40px;
  background-color: transparent !important;
}
@media (max-width: 1200px) {
  .creators-sliders
    .creators-sliders-bottom
    .bottom-info
    .accordion
    .accordion-item
    .accordion-button {
    padding: 20px;
    font-size: 13px;
    gap: 15px;
  }
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .accordion
  .accordion-item
  .accordion-button::after {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .accordion
  .accordion-item
  .accordion-collapse {
  padding: 0 40px 30px;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .creators-sliders
    .creators-sliders-bottom
    .bottom-info
    .accordion
    .accordion-item
    .accordion-collapse {
    padding: 0 20px 20px;
  }
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .creators-sliders
    .creators-sliders-bottom
    .bottom-info
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body {
    padding-top: 20px;
  }
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1200px) {
  .creators-sliders
    .creators-sliders-bottom
    .bottom-info
    .accordion
    .accordion-item
    .accordion-collapse
    .accordion-body
    p {
    font-size: 13px;
  }
}
.creators-sliders .creators-sliders-bottom .bottom-info .info-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom .bottom-info .info-btns {
    gap: 10px;
    align-items: flex-start;
  }
}
.creators-sliders .creators-sliders-bottom .bottom-info .info-btns .btn {
  background-color: #fff;
  color: #0b4940;
  font-size: 16px;
  padding-inline: 20px;
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom .bottom-info .info-btns .btn {
    font-size: 13px;
    padding-inline: 15px;
  }
  .creators-sliders .creators-sliders-bottom .bottom-info .info-btns .btn img {
    width: 12px;
  }
}
@media (max-width: 625px) {
  .creators-sliders .creators-sliders-bottom .bottom-info .info-btns .btn {
    font-size: 11px;
  }
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .info-btns
  .btn.outline {
  background-color: transparent;
  color: #fff;
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .info-btns
  .btn.outline
  img {
  filter: brightness(0) invert(1);
}
[dir="rtl"]
  .creators-sliders
  .creators-sliders-bottom
  .bottom-info
  .info-btns
  .btn.outline
  img {
  scale: -1;
}
.creators-sliders .creators-sliders-bottom .bottom-slider {
  height: 1300px;
  display: flex;
  gap: 10px;
  rotate: -2deg;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom .bottom-slider {
    height: 400px;
    rotate: 0deg;
    scale: 1;
    overflow: hidden;
  }
}
.creators-sliders .creators-sliders-bottom .bottom-slider .swiper {
  height: 100%;
  margin: 0;
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom .bottom-slider .swiper {
    width: 50%;
  }
}
.creators-sliders
  .creators-sliders-bottom
  .bottom-slider
  .swiper
  .swiper-wrapper {
  transition-timing-function: linear;
}
.creators-sliders .creators-sliders-bottom .bottom-slider .swiper .item {
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  opacity: 0.5;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .creators-sliders .creators-sliders-bottom .bottom-slider .swiper .item {
    border-radius: 10px;
  }
}
.creators-sliders .creators-sliders-bottom .bottom-slider .swiper .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.creators-sliders .creators-sliders-bottom .bottom-slider .swiper .item:hover {
  opacity: 1;
}
.creators-sliders .creators-sliders-bottom .creators-list-mobile {
  display: none;
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom .creators-list-mobile {
    display: block;
    padding: 20px 0 70px;
    margin-inline: -30px;
  }
}
.creators-sliders
  .creators-sliders-bottom
  .creators-list-mobile
  .enablers-swiper {
  padding: 0;
  rotate: -3deg;
}
@media (max-width: 768px) {
  .creators-sliders .creators-sliders-bottom .col-lg-5 {
    display: none;
  }
}

.training-programs {
  padding: 140px 0;
}
@media (max-width: 1200px) {
  .training-programs {
    padding: 100px 0;
  }
}
@media (max-width: 625px) {
  .training-programs {
    padding: 50px 0;
  }
}
.training-programs .g-head {
  margin-bottom: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1200px) {
  .training-programs .g-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .training-programs .g-head {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 625px) {
  .training-programs .g-head {
    flex-direction: column;
    gap: 20px;
  }
}
.training-programs .g-head h3 {
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .training-programs .g-head h3 {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .training-programs .g-head h3 {
    font-size: 25px;
  }
}
.training-programs .g-head p {
  margin-top: 20px;
  max-width: 70%;
  font-size: 24px;
}
@media (max-width: 768px) {
  .training-programs .g-head p {
    font-size: 14px;
    max-width: 100%;
  }
}
.training-programs .g-head div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.training-programs .g-head div .swiper-btn {
  border-color: #0b4940;
}
[dir="rtl"] .training-programs .g-head div .swiper-btn {
  scale: -1;
}
.training-programs .g-head div .swiper-btn.programs-prev {
  scale: -1;
}
[dir="rtl"] .training-programs .g-head div .swiper-btn.programs-prev {
  scale: 1;
}
.training-programs .g-head div .btn {
  color: #0b4940;
  border: 1px solid #0b4940;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 625px) {
  .training-programs .g-head div .btn {
    font-size: 13px;
  }
}
.training-programs .g-head div .btn img {
  rotate: -45deg;
}
[dir="rtl"] .training-programs .g-head div .btn img {
  scale: -1;
}
@media (max-width: 768px) {
  .training-programs .g-head div .btn img {
    width: 15px;
  }
}
.training-programs .g-head div .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.training-programs .g-head div .btn:hover img {
  filter: brightness(0) invert(1);
}
.training-programs .g-head div.left {
  display: block;
}
.training-programs .program-block {
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 40px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .training-programs .program-block {
    border-radius: 20px;
  }
}
.training-programs .program-block .block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(11, 73, 64, 0.2);
  padding: 20px 40px;
}
@media (max-width: 1200px) {
  .training-programs .program-block .block-top {
    padding: 20px;
  }
}
.training-programs .program-block .block-top span {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .training-programs .program-block .block-top span {
    font-size: 13px;
  }
}
.training-programs .program-block .block-middle {
  text-align: center;
  padding: 70px;
}
@media (max-width: 1200px) {
  .training-programs .program-block .block-middle {
    padding: 30px;
  }
}
.training-programs .program-block .block-middle .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 70px;
}
@media (max-width: 1200px) {
  .training-programs .program-block .block-middle .img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
.training-programs .program-block .block-middle .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.training-programs .program-block .block-middle .info h4 {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 78px;
}
@media (max-width: 1200px) {
  .training-programs .program-block .block-middle .info h4 {
    font-size: 18px;
  }
}
.training-programs .program-block .block-middle .info p {
  font-size: 20px;
  margin-block: 5px 30px;
}
@media (max-width: 1200px) {
  .training-programs .program-block .block-middle .info p {
    font-size: 15px;
  }
}
.training-programs .program-block .block-middle .info .btn {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .training-programs .program-block .block-middle .info .btn {
    font-size: 12px;
    width: 100%;
  }
}
.training-programs .program-block .block-middle .info .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.training-programs .program-block:hover {
  background-color: #f7fcfb;
  scale: 0.98;
}

.creators-partners-sec {
  border-radius: 40px 40px 0 0;
}
@media (max-width: 1200px) {
  .creators-partners-sec {
    border-radius: 20px 20px 0 0;
  }
}

.why-sec {
  background-color: rgba(252, 255, 254, 0.8);
  border-radius: 0 0 40px 40px;
  padding-block: 100px;
}
@media (max-width: 1200px) {
  .why-sec {
    padding: 50px 0;
    border-radius: 0 !important;
  }
}
.why-sec .row {
  justify-content: space-between;
  row-gap: 30px;
}
.why-sec .why-imgs h3 {
  font-weight: 700;
  font-size: 3vw;
}
@media (max-width: 1200px) {
  .why-sec .why-imgs h3 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .why-sec .why-imgs h3 {
    font-size: 5vw;
  }
}
@media (max-width: 625px) {
  .why-sec .why-imgs h3 {
    font-size: 9vw;
  }
}
.why-sec .why-imgs h4 {
  font-size: 2vw;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .why-sec .why-imgs h4 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .why-sec .why-imgs h4 {
    font-size: 3.5vw;
  }
}
@media (max-width: 625px) {
  .why-sec .why-imgs h4 {
    font-size: 5vw;
  }
}
.why-sec .why-imgs p {
  font-size: 1vw;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .why-sec .why-imgs p {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  .why-sec .why-imgs p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .why-sec .why-imgs p {
    font-size: 3vw;
  }
}
@media (max-width: 625px) {
  .why-sec .why-imgs p {
    font-size: 4.5vw;
  }
}
.why-sec .why-imgs div {
  display: flex;
  align-items: center;
  gap: 22px;
}
.why-sec .why-imgs div img {
  width: calc(55% - 20px);
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
  flex-shrink: 0;
}
.why-sec .why-imgs div img:last-child {
  width: calc(45% - 20px);
}
@media (max-width: 1600px) {
  .why-sec .why-imgs div img {
    height: 240px;
  }
}
@media (max-width: 625px) {
  .why-sec .why-imgs div img {
    height: 130px;
    width: calc(50% - 10px);
    border-radius: 15px;
  }
  .why-sec .why-imgs div img:last-child {
    width: calc(50% - 10px);
  }
}
.why-sec .why-info {
  padding-inline-start: 40px;
}
@media (max-width: 768px) {
  .why-sec .why-info {
    padding-inline-start: 0;
  }
}
.why-sec .why-info p {
  font-size: 1vw;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .why-sec .why-info p {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  .why-sec .why-info p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .why-sec .why-info p {
    font-size: 3vw;
  }
}
@media (max-width: 625px) {
  .why-sec .why-info p {
    font-size: 4.5vw;
  }
}
.why-sec .why-info ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.why-sec .why-info ul li {
  gap: 15px;
  display: flex;
  align-items: flex-start;
  width: calc(50% - 15px);
  font-size: 1vw;
  opacity: 0.8;
}
@media (max-width: 1200px) {
  .why-sec .why-info ul li {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  .why-sec .why-info ul li {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .why-sec .why-info ul li {
    font-size: 3vw;
  }
}
@media (max-width: 625px) {
  .why-sec .why-info ul li {
    font-size: 4vw;
  }
}
.why-sec .why-info ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 5px;
}
.why-sec .why-info .btn {
  font-size: 18px;
  border: 1px solid #0b4940;
  padding: 0 30px;
  height: 60px;
}
@media (max-width: 768px) {
  .why-sec .why-info .btn {
    font-size: 14px;
    height: 50px;
  }
}

.membership-sec {
  padding: 140px 0 0;
}
@media (max-width: 1200px) {
  .membership-sec {
    padding: 70px 0 0;
  }
}
@media (max-width: 625px) {
  .membership-sec {
    padding: 50px 0 0;
  }
}
.membership-sec .g-head {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .membership-sec .g-head {
    margin-bottom: 30px;
  }
}
.membership-sec .g-head h3 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .membership-sec .g-head h3 {
    font-size: 25px;
  }
}
.membership-sec .membership-card {
  border-radius: 30px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  padding: 60px 40px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .membership-sec .membership-card {
    padding: 20px;
  }
}
.membership-sec .membership-card .c-head {
  border-bottom: 1px solid rgba(11, 73, 64, 0.2);
  padding-bottom: 50px;
  text-align: initial;
}
@media (max-width: 1200px) {
  .membership-sec .membership-card .c-head {
    padding-bottom: 20px;
  }
}
.membership-sec .membership-card .c-head h3 {
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .membership-sec .membership-card .c-head h3 {
    font-size: 20px;
  }
}
.membership-sec .membership-card .c-head span {
  margin-top: 10px;
  font-size: 24px;
  display: block;
}
@media (max-width: 1200px) {
  .membership-sec .membership-card .c-head span {
    font-size: 18px;
  }
}
.membership-sec .membership-card .c-head p {
  margin-top: 10px;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .membership-sec .membership-card .c-head p {
    font-size: 18px;
  }
}
.membership-sec .membership-card .c-head p b {
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.membership-sec .membership-card ul {
  padding-block: 50px;
  text-align: initial;
  height: 100%;
}
@media (max-width: 1200px) {
  .membership-sec .membership-card ul {
    padding: 20px 0;
  }
}
.membership-sec .membership-card ul li {
  gap: 15px;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  padding-inline-start: 30px;
}
@media (max-width: 1200px) {
  .membership-sec .membership-card ul li {
    font-size: 14px;
  }
}
.membership-sec .membership-card ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.membership-sec .membership-card .btn {
  margin: 0 auto;
  font-size: 14px;
  padding-inline: 30px;
  flex-shrink: 0;
}
.membership-sec .membership-card .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.membership-sec .membership-card.premium {
  background-color: #fff;
  margin: 0;
}
.membership-sec .row {
  row-gap: 30px;
}

.enablers-hero {
  background-color: #0b4940;
  padding-top: 200px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .enablers-hero {
    padding-top: 0;
  }
}
.enablers-hero .item {
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .enablers-hero .item {
    height: auto;
  }
}
.enablers-hero .item .caption {
  max-width: 77%;
}
@media (max-width: 768px) {
  .enablers-hero .item .caption {
    max-width: 100%;
    padding: 100px 20px;
  }
}
@media (max-width: 625px) {
  .enablers-hero .item .caption {
    padding-inline: 20px;
  }
}
@media (max-width: 1200px) {
  .enablers-hero .item .caption p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .enablers-hero .item .caption p {
    font-size: 15px;
  }
}
.enablers-hero .item .caption span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
[dir="rtl"] .enablers-hero .item .caption span {
  color: #fff;
}
.enablers-hero .item .caption div .btn {
  border: 1px solid #fff;
}

.enablers-swiper,
.membership-swiper {
  padding-top: 100px;
  width: 100%;
  rotate: 1.5deg;
}
@media (max-width: 1200px) {
  .enablers-swiper,
  .membership-swiper {
    padding-top: 50px;
  }
}
.enablers-swiper .swiper-wrapper,
.membership-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.enablers-swiper .en-item,
.membership-swiper .en-item {
  border-radius: 15px;
  overflow: hidden;
  height: 320px;
}
@media (max-width: 1200px) {
  .enablers-swiper .en-item,
  .membership-swiper .en-item {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .enablers-swiper .en-item,
  .membership-swiper .en-item {
    height: 200px;
  }
}
.enablers-swiper .en-item img,
.membership-swiper .en-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.how-sec {
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  padding-block: 100px;
}
@media (max-width: 1200px) {
  .how-sec {
    padding: 50px 20px;
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 768px) {
  .how-sec {
    padding: 50px 0;
    border-radius: 0;
  }
}
.how-sec .row {
  justify-content: space-between;
  row-gap: 30px;
  align-items: center;
}
.how-sec .how-info h3 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .how-sec .how-info h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.how-sec .how-info p {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .how-sec .how-info p {
    font-size: 13px;
  }
}
.how-sec .blocks {
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 40px;
}
@media (max-width: 625px) {
  .how-sec .blocks {
    border-radius: 20px;
  }
}
.how-sec .blocks .row {
  row-gap: 0;
}
@media (max-width: 768px) {
  .how-sec .blocks .col-12:nth-child(2) .block {
    border: 0;
  }
}
@media (max-width: 768px) {
  .how-sec .blocks .col-12:last-child {
    width: 100%;
  }
}
.how-sec .blocks .col-12:last-child .block {
  border: 0;
}
@media (max-width: 768px) {
  .how-sec .blocks .col-12:last-child .block {
    border-top: 1px solid rgba(11, 73, 64, 0.2);
  }
}
.how-sec .blocks .block {
  padding: 50px 30px;
  text-align: center;
  border-inline-end: 1px solid rgba(11, 73, 64, 0.2);
}
@media (max-width: 625px) {
  .how-sec .blocks .block {
    padding: 20px;
    border: 0;
    border-bottom: 1px solid rgba(11, 73, 64, 0.2);
  }
}
.how-sec .blocks .block img {
  margin-bottom: 40px;
}
@media (max-width: 625px) {
  .how-sec .blocks .block img {
    margin-bottom: 20px;
  }
}
.how-sec .blocks .block p {
  font-weight: 500;
  font-size: 15px;
}

.join-steps-sec {
  border: 1px solid rgba(11, 73, 64, 0.4);
  border-radius: 40px;
  margin: 100px 0;
  padding-block: 70px;
}
@media (max-width: 1200px) {
  .join-steps-sec {
    margin: 50px 0;
    padding: 30px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .join-steps-sec {
    padding: 0;
    border-radius: 0;
    border: 0;
  }
}
.join-steps-sec .g-head {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .join-steps-sec .g-head {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .join-steps-sec .g-head {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.join-steps-sec .g-head h3 {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .join-steps-sec .g-head h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .join-steps-sec .g-head h3 {
    font-size: 18px;
    max-width: 65%;
  }
}
.join-steps-sec .g-head div {
  display: none;
}
@media (max-width: 768px) {
  .join-steps-sec .g-head div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
.join-steps-sec .g-head div .swiper-btn {
  border-color: rgba(11, 73, 64, 0.4);
}
.join-steps-sec .g-head div .swiper-btn.join-prev {
  scale: -1;
}
.join-steps-sec .join-item {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .join-steps-sec .join-item {
    margin-bottom: 30px;
  }
}
.join-steps-sec .join-item .row {
  row-gap: 20px;
}
.join-steps-sec .join-item .item-img {
  border-radius: 20px;
  height: 250px;
  overflow: hidden;
}
.join-steps-sec .join-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.join-steps-sec .join-item .item-info {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 625px) {
  .join-steps-sec .join-item .item-info {
    flex-direction: column;
    gap: 20px;
  }
}
.join-steps-sec .join-item .item-info span {
  font-weight: 600;
  font-size: 80px;
  padding-inline: 30px 45px;
}
@media (max-width: 768px) {
  .join-steps-sec .join-item .item-info span {
    font-size: 50px;
    padding-inline: 20px 30px;
  }
}
@media (max-width: 625px) {
  .join-steps-sec .join-item .item-info span {
    display: none;
  }
}
.join-steps-sec .join-item .item-info div {
  border-inline-start: 1px solid rgba(11, 73, 64, 0.2);
  padding-inline-start: 25px;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  display: flex;
}
@media (max-width: 768px) {
  .join-steps-sec .join-item .item-info div {
    width: 100%;
  }
}
@media (max-width: 625px) {
  .join-steps-sec .join-item .item-info div {
    border: 0;
    padding: 0;
  }
}
.join-steps-sec .join-item .item-info div h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .join-steps-sec .join-item .item-info div h3 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .join-steps-sec .join-item .item-info div h3 {
    font-size: 16px;
    min-height: 42px;
  }
}
.join-steps-sec .join-item .item-info div p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .join-steps-sec .join-item .item-info div p {
    font-size: 14px;
  }
}
.join-steps-sec .join-area {
  text-align: center;
}
.join-steps-sec .join-area .btn {
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #0b4940;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .join-steps-sec .join-items-list {
    display: none;
  }
}
.join-steps-sec .join-items-mobile {
  display: none;
}
@media (max-width: 768px) {
  .join-steps-sec .join-items-mobile {
    display: block;
  }
}
.join-steps-sec .join-items-mobile .join-item {
  padding: 15px;
  border: 1px solid rgba(11, 73, 64, 0.4);
  border-radius: 20px;
}
.join-steps-sec .join-items-mobile .join-item .item-img {
  border-radius: 10px;
}
.join-steps-sec .join-items-mobile .join-item .item-info {
  flex-direction: row;
}
.join-steps-sec .join-items-mobile .join-item .item-info span {
  padding-inline: 0;
  font-size: 30px;
  display: block;
}
.join-steps-sec .join-items-mobile .join-item .item-info div {
  border-inline-start: 1px solid rgba(11, 73, 64, 0.2);
  padding-inline-start: 25px;
}
.join-steps-sec .join-items-mobile .join-item .item-info div h3 {
  margin-bottom: 10px;
}
.join-steps-sec .join-items-mobile .join-item .item-info div p {
  min-height: 225px;
}

.about-hero {
  padding: 0;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .about-hero {
    border-radius: 20px;
  }
}
@media (max-width: 1200px) {
  .about-hero .item {
    height: 600px;
  }
}
@media (max-width: 625px) {
  .about-hero .item {
    height: 500px;
  }
}
.about-hero .item .caption p {
  margin: 0 auto;
  max-width: 80%;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .about-hero .item .caption p {
    font-size: 14px;
    max-width: 100%;
  }
}

.about-why {
  border-radius: 40px 40px 0 0;
}

.about-partners {
  border-radius: 0;
}
@media (max-width: 1200px) {
  .about-partners {
    margin: 0;
  }
}

.about-timeline {
  padding: 200px 0;
}
[dir="rtl"] .about-timeline {
  direction: ltr;
}
@media (max-width: 1200px) {
  .about-timeline {
    padding: 100px 0;
  }
}
@media (max-width: 625px) {
  .about-timeline {
    padding: 50px 0;
  }
}
.about-timeline .inner {
  display: flex;
}
.about-timeline .inner .item {
  display: flex;
  align-items: center;
  text-align: center;
  width: 1200px;
  flex-shrink: 0;
  position: relative;
}
.about-timeline .inner .item > div {
  width: 270px;
}
.about-timeline .inner .item .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(11, 73, 64, 0.4);
  background-color: #e4f2ee;
  z-index: 1;
  position: relative;
  margin: 0 auto 30px;
}
@media (max-width: 678px) {
  .about-timeline .inner .item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .about-timeline .inner .item .icon img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.about-timeline .inner .item p {
  font-size: 19px;
  font-weight: 500;
  margin: 0 auto;
}
.about-timeline .inner .item::after {
  content: "";
  background-image: url("../images/line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -25px;
  position: absolute;
  right: -125px;
  rotate: -3deg;
  width: 100%;
  height: 200px;
  background-size: contain;
}
.about-timeline .inner .item:last-child::after {
  display: none;
}

.empowering-sec {
  position: relative;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .empowering-sec {
    border-radius: 0 0 20px 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .empowering-sec {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.empowering-sec img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.empowering-sec .g-head {
  padding: 100px 140px 0;
}
@media (max-width: 1200px) {
  .empowering-sec .g-head {
    padding: 50px 120px 0;
  }
}
@media (max-width: 768px) {
  .empowering-sec .g-head {
    padding: 50px 20px 70px;
  }
}
.empowering-sec .g-head h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.6vw;
}
@media (max-width: 1200px) {
  .empowering-sec .g-head h3 {
    font-size: 3.2vw;
  }
}
@media (max-width: 1200px) {
  .empowering-sec .g-head h3 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .empowering-sec .g-head h3 {
    font-size: 5vw;
  }
}
@media (max-width: 625px) {
  .empowering-sec .g-head h3 {
    font-size: 6vw;
  }
}
.empowering-sec .g-head p {
  font-size: 1.25vw;
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 1200px) {
  .empowering-sec .g-head p {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  .empowering-sec .g-head p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .empowering-sec .g-head p {
    font-size: 3vw;
  }
}
@media (max-width: 625px) {
  .empowering-sec .g-head p {
    font-size: 3.9vw;
  }
}
.empowering-sec .block {
  padding: 600px 140px 100px;
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
@media (max-width: 1200px) {
  .empowering-sec .block {
    padding: 400px 120px 50px;
  }
}
@media (max-width: 768px) {
  .empowering-sec .block {
    padding: 300px 50px 50px;
    margin-top: -150px;
  }
}
@media (max-width: 625px) {
  .empowering-sec .block {
    padding: 70px 20px 50px;
    margin-top: 0;
  }
}
.empowering-sec .block h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2.1vw;
}
@media (max-width: 1200px) {
  .empowering-sec .block h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1200px) {
  .empowering-sec .block h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .empowering-sec .block h3 {
    font-size: 4vw;
  }
}
@media (max-width: 625px) {
  .empowering-sec .block h3 {
    font-size: 5.5vw;
  }
}
.empowering-sec .block p {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 20px;
  font-size: 1.25vw;
  min-height: 326px;
}
@media (max-width: 1200px) {
  .empowering-sec .block p {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  .empowering-sec .block p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .empowering-sec .block p {
    font-size: 3vw;
  }
}
@media (max-width: 625px) {
  .empowering-sec .block p {
    font-size: 4.5vw;
    min-height: auto;
  }
}
.empowering-sec .block .btn {
  background-color: #fff;
  border: 1px solid;
  color: #0b4940;
  font-size: 16px;
  margin-top: 30px;
}
.empowering-sec .overlay {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: 1s;
}
[dir="rtl"] .empowering-sec .overlay {
  right: 0;
  left: auto;
}
@media (max-width: 625px) {
  .empowering-sec .overlay {
    width: 100%;
    transform: none !important;
    height: 45%;
    top: auto;
    bottom: 0;
  }
}

.values-sec {
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .values-sec {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .values-sec {
    padding: 50px 0;
  }
}
.values-sec .g-head {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .values-sec .g-head {
    margin-bottom: 30px;
  }
}
.values-sec .g-head h3 {
  font-weight: 700;
  max-width: 71%;
  font-size: 2.5vw;
}
@media (max-width: 1600px) {
  .values-sec .g-head h3 {
    max-width: 60%;
  }
}
@media (max-width: 1200px) {
  .values-sec .g-head h3 {
    font-size: 3.2vw;
  }
}
@media (max-width: 1200px) {
  .values-sec .g-head h3 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .values-sec .g-head h3 {
    font-size: 5vw;
    max-width: 100%;
  }
}
.values-sec .row {
  row-gap: 30px;
}
@media (max-width: 768px) {
  .values-sec .row {
    display: none;
  }
}
.values-sec .row .col-12:nth-of-type(odd) .block {
  rotate: -3deg;
}
.values-sec .row .col-12:nth-of-type(even) .block {
  rotate: 3deg;
}
.values-sec .block {
  border: 2px dashed rgba(11, 73, 64, 0.2);
  border-radius: 40px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 90%;
  height: 100%;
}
@media (max-width: 768px) {
  .values-sec .block {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
  }
}
.values-sec .block span {
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
}
.values-sec .block p {
  font-weight: 500;
  font-size: 1vw;
}
@media (max-width: 1200px) {
  .values-sec .block p {
    font-size: 1.2vw;
  }
}
@media (max-width: 1200px) {
  .values-sec .block p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .values-sec .block p {
    font-size: 2vw;
  }
}
@media (max-width: 625px) {
  .values-sec .block p {
    font-size: 3vw;
  }
}
.values-sec .block p b {
  font-size: inherit;
  font-weight: 700;
}
.values-sec .block .block:hover {
  animation: tilt-shaking 1s infinite;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.values-sec .values-mobile {
  display: none;
}
@media (max-width: 768px) {
  .values-sec .values-mobile {
    display: block;
  }
}
.values-sec .values-mobile .block {
  rotate: 0deg !important;
  min-height: 250px;
  max-width: 100%;
}
.values-sec .values-mobile .block p {
  font-size: 4.3vw;
}

.about-happen {
  padding: 100px 0;
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .about-happen {
    padding: 50px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .about-happen {
    padding: 30px 20px;
    border-radius: 0;
    border: 0;
  }
}
.about-happen .info h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .about-happen .info h3 {
    font-size: 20px;
  }
}
.about-happen .info p {
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about-happen .info p {
    font-size: 14px;
  }
}
.about-happen .info ul {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .about-happen .info ul {
    margin-bottom: 20px;
  }
}
.about-happen .info ul li {
  gap: 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .about-happen .info ul li {
    font-size: 15px;
  }
}
.about-happen .info ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.about-happen .info h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 17px;
}
.about-happen .info .btn {
  font-size: 14px;
  padding-inline: 30px;
  border: 1px solid #0b4940;
}

.apportunities .g-head {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .apportunities .g-head {
    margin-bottom: 30px;
  }
}
.apportunities .g-head h3 {
  font-weight: 700;
  font-size: 2.6vw;
}
@media (max-width: 1200px) {
  .apportunities .g-head h3 {
    font-size: 3.2vw;
  }
}
@media (max-width: 1200px) {
  .apportunities .g-head h3 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .apportunities .g-head h3 {
    font-size: 5vw;
  }
}
@media (max-width: 625px) {
  .apportunities .g-head h3 {
    font-size: 5vw;
  }
}
.apportunities .row {
  row-gap: 30px;
}
.apportunities .block {
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 40px;
  background-color: #eaf5f2;
  height: 100%;
}
.apportunities .block .caption {
  padding: 30px;
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .apportunities .block .caption {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .apportunities .block .caption {
    margin-top: 0;
  }
}
.apportunities .block .caption .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.apportunities .block .caption .top .img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .apportunities .block .caption .top .img {
    width: 70px;
    height: 70px;
  }
}
.apportunities .block .caption .top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.apportunities .block .caption h3 {
  font-weight: 700;
  font-size: 2.6vw;
  display: flex;
  align-items: center;
  gap: 3px;
}
@media (max-width: 1200px) {
  .apportunities .block .caption h3 {
    font-size: 3.2vw;
  }
}
@media (max-width: 1200px) {
  .apportunities .block .caption h3 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .apportunities .block .caption h3 {
    font-size: 5vw;
  }
}
@media (max-width: 625px) {
  .apportunities .block .caption h3 {
    font-size: 6vw;
  }
}
.apportunities .block .caption h5 {
  margin-bottom: 10px;
  font-size: 1.2vw;
}
@media (max-width: 1200px) {
  .apportunities .block .caption h5 {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  .apportunities .block .caption h5 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .apportunities .block .caption h5 {
    font-size: 3vw;
  }
}
@media (max-width: 625px) {
  .apportunities .block .caption h5 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.apportunities .block .caption p {
  font-size: 0.95vw;
}
@media (max-width: 1200px) {
  .apportunities .block .caption p {
    font-size: 1.1vw;
  }
}
@media (max-width: 1200px) {
  .apportunities .block .caption p {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .apportunities .block .caption p {
    font-size: 1.6vw;
  }
}
@media (max-width: 625px) {
  .apportunities .block .caption p {
    font-size: 2.2vw;
  }
}

.visa-hero .item .caption p {
  max-width: 100%;
  margin-bottom: 30px;
}
.visa-hero .item .caption div .btn.outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.visa-hero .item .caption div .btn.outline:hover {
  background-color: #0b4940;
  border-color: #0b4940;
}

.visa-stacked-cards {
  padding: 100px 0 0;
}
@media (max-width: 1200px) {
  .visa-stacked-cards {
    padding: 50px 0 0;
  }
}
.visa-stacked-cards .v-block {
  border: 1px solid rgba(11, 73, 64, 0.4);
  padding: 60px 100px;
  border-radius: 40px;
  margin-bottom: 40px;
  background-color: #e4f2ee;
}
@media (max-width: 1200px) {
  .visa-stacked-cards .v-block {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.visa-stacked-cards .v-block .row {
  justify-content: space-between;
  row-gap: 20px;
}
.visa-stacked-cards .v-block:last-child {
  margin-bottom: 0;
}
.visa-stacked-cards .v-block .info span {
  letter-spacing: 3px;
}
.visa-stacked-cards .v-block .info h3 {
  font-weight: 700;
  font-size: 35px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .visa-stacked-cards .v-block .info h3 {
    font-size: 20px;
  }
}
.visa-stacked-cards .v-block .extra-data p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .visa-stacked-cards .v-block .extra-data p {
    font-size: 14px;
  }
}
.visa-stacked-cards .v-block .extra-data .btn {
  border: 1px solid #0b4940;
  font-size: 14px;
}
.visa-stacked-cards .v-block .extra-data .btn:hover {
  background-color: #0b4940;
  color: #fff;
}

.visa-faqs {
  position: relative;
  z-index: 1;
  background-color: #e4f2ee;
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .visa-faqs {
    padding: 70px 0;
  }
}

.visa-timeline {
  padding-top: 120px;
  position: relative;
  z-index: 1;
  background-color: #e4f2ee;
}
@media (max-width: 1200px) {
  .visa-timeline {
    padding-top: 80px;
  }
}
.visa-timeline .row {
  justify-content: space-between;
}
.visa-timeline .g-head {
  margin-bottom: 30px;
}
.visa-timeline .g-head h3 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .visa-timeline .g-head h3 {
    font-size: 25px;
    transform: none !important;
  }
}
@media (max-width: 1200px) {
  .visa-timeline .g-head .pin-spacer {
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
  }
}
.visa-timeline .timeline-cards {
  position: relative;
  padding-inline-start: 60px;
}
@media (max-width: 1200px) {
  .visa-timeline .timeline-cards {
    padding-inline-start: 30px;
  }
}
.visa-timeline .timeline-cards::before {
  content: "";
  width: 5px;
  height: calc(100% - 200px);
  position: absolute;
  left: 0;
  top: 30px;
  background: conic-gradient(
      at 1px,
      rgba(0, 0, 0, 0) 64%,
      rgba(11, 73, 64, 0.4) 0
    )
    1px/52px 15px;
}
@media (max-width: 1200px) {
  .visa-timeline .timeline-cards::before {
    top: 50px;
  }
}
[dir="rtl"] .visa-timeline .timeline-cards::before {
  right: 0;
  left: auto;
}
.visa-timeline .timeline-cards .t-card {
  border-radius: 40px;
  padding: 40px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1200px) {
  .visa-timeline .timeline-cards .t-card {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 60px;
  }
}
.visa-timeline .timeline-cards .t-card::before {
  content: "";
  position: absolute;
  left: -62px;
  top: 30px;
  width: 6px;
  height: 6px;
  background-color: #0b4940;
  border-radius: 100%;
}
[dir="rtl"] .visa-timeline .timeline-cards .t-card::before {
  left: auto;
  right: -62px;
}
@media (max-width: 1200px) {
  .visa-timeline .timeline-cards .t-card::before {
    left: -32px;
  }
  [dir="rtl"] .visa-timeline .timeline-cards .t-card::before {
    left: auto;
    right: -32px;
  }
}
.visa-timeline .timeline-cards .t-card h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .visa-timeline .timeline-cards .t-card h4 {
    font-size: 20px;
  }
}
.visa-timeline .timeline-cards .t-card p {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .visa-timeline .timeline-cards .t-card p {
    font-size: 14px;
  }
}
.visa-timeline .timeline-cards .t-card .btn {
  font-size: 15px;
  border: 1px solid #0b4940;
}
.visa-timeline .timeline-cards .t-card .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.visa-timeline .timeline-cards .t-card span {
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .visa-timeline .timeline-cards .t-card span {
    font-size: 15px;
  }
}
.visa-timeline .timeline-cards .t-card ul {
  margin-top: 30px;
}
.visa-timeline .timeline-cards .t-card ul li {
  gap: 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.visa-timeline .timeline-cards .t-card ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.visa-timeline .timeline-cards .t-card:last-child {
  margin-bottom: 0;
}
.visa-timeline .timeline-cards .filled-line {
  width: 2px;
  position: absolute;
  left: 1px;
  top: 37px;
  background: #0b4940;
  transition: 0.3s;
}
[dir="rtl"] .visa-timeline .timeline-cards .filled-line {
  right: 1px;
  left: auto;
}

.gform-theme form {
  padding: 80px;
  border: 1px solid rgba(11, 73, 64, 0.4);
  border-radius: 40px;
  max-width: 55%;
  margin: 0 auto;
}

.gform-theme .gform_heading {
  display: none;
}

.gform-theme form .field_sublabel_below p {
  font-weight: 600;
}

.gform-theme form .field_sublabel_below h2 {
  font-weight: 700;
  font-size: 35px;
}

.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select,
.gform-theme--foundation .gfield textarea {
  border-radius: 50px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  box-shadow: none;
  height: 70px;
  padding: 0 30px;
  background-color: transparent;
  transition: 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.gform-theme--foundation .gfield input[type="tel"] {
  text-align: left;
}
[dir="rtl"] .gform-theme--foundation .gfield input[type="tel"] {
  text-align: right;
}

.gform-theme--foundation .gfield select {
  background-position: right 25px center;
}
[dir="rtl"] .gform-theme--foundation .gfield select {
  background-position: left 25px center;
}

.gform-theme--foundation .gfield input:focus {
  border-color: #0b4940;
}

.gform-theme--foundation .gfield textarea {
  padding: 30px;
  border-radius: 45px;
  resize: none;
}

.gform-theme--foundation .gfield .ginput_container_fileupload input {
  border-style: dashed;
}

.gform-theme--framework
  input[type="file"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  )::file-selector-button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 5px;
}

.gform_wrapper.gform-theme {
  padding-block: 220px 80px;
}

.gform-theme--foundation .gform_footer {
  border-top: 1px solid rgba(11, 73, 64, 0.4);
  margin-inline: -80px;
  padding: 50px 80px 0;
  justify-content: center;
}

.gform-theme--foundation .gform_footer .button {
  height: 60px !important;
  border-radius: 50px !important;
  background: #0b4940 !important;
  padding: 0 30px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

#field_18_16 {
  border-top: 1px solid rgba(11, 73, 64, 0.4);
  margin-inline: -80px;
  padding: 50px 80px 0;
}

.gform_validation_errors {
  margin: 0 auto 50px !important;
  max-width: 40%;
  border-radius: 50px !important;
  box-shadow: none !important;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date {
  width: 100%;
}
.gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input {
  width: 100%;
}
.gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input::-moz-placeholder {
  font-size: 0;
}
.gform-theme--framework
  .gfield--input-type-datepicker
  .ginput_container_date
  input::placeholder {
  font-size: 0;
}

@media (max-width: 1200px) {
  .gform_wrapper.gform-theme {
    padding: 180px 0 50px;
  }
  .gform-theme form {
    max-width: 100%;
  }
  .gform-theme form {
    padding: 50px;
    border-radius: 30px;
  }
  .gform-theme form .field_sublabel_below h2 {
    font-size: 23px;
  }
  #field_18_16 {
    border-top: 1px solid rgba(11, 73, 64, 0.4);
    margin-inline: -50px;
    padding: 50px 50px 0;
  }
  .gform-theme--foundation .gform_footer {
    margin-inline: -50px;
    padding: 50px 50px 0;
  }
  .gform_validation_errors {
    margin: 0 auto 50px !important;
    max-width: 100%;
    border-radius: 30px !important;
  }
}
@media (max-width: 768px) {
  .gform_wrapper.gform-theme {
    padding: 130px 0 30px;
  }
  .gform-theme form {
    padding: 30px;
  }
  .gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
  }
  .gform-theme--foundation .gfield textarea {
    border-radius: 20px;
    padding: 20px;
    min-block-size: 13rem !important;
  }
  div#field_18_16 {
    margin-inline: -30px;
    padding: 30px 30px 0;
  }
  .gform-theme--foundation
    .gfield
    .ginput_container_radio
    .gfield_radio
    .gchoice {
    width: 100%;
  }
  .gform-theme--foundation .gform_footer {
    margin-inline: -30px;
    padding: 30px 30px 0;
  }
  .gform-theme--foundation .gform_footer .button {
    height: 50px !important;
    font-size: 14px !important;
    padding: 0 20px !important;
  }
}
.blog-hero {
  padding-bottom: 50px;
  border-radius: 40px;
  padding-inline: 80px;
}
@media (max-width: 1200px) {
  .blog-hero {
    padding-inline: 20px;
    border-radius: 20px;
    padding-bottom: 20px;
  }
}
.blog-hero .item {
  height: auto;
  flex-direction: column;
}
.blog-hero .blog-tabs {
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .blog-hero .blog-tabs {
    margin-top: 50px;
  }
}
.blog-hero .blog-tabs .row {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .blog-hero .blog-tabs .row .col-12 {
    width: 100%;
  }
}
.blog-hero .blog-tabs .blog-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 40px 50px;
  border-inline-end: 1px solid rgba(11, 73, 64, 0.3019607843);
}
@media (max-width: 1200px) {
  .blog-hero .blog-tabs .blog-search {
    padding: 20px 30px;
    border: 0;
    border-bottom: 1px solid rgba(11, 73, 64, 0.3019607843);
  }
}
.blog-hero .blog-tabs .blog-search .form-control {
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  font-size: 17px;
}
@media (max-width: 768px) {
  .blog-hero .blog-tabs .blog-search .form-control {
    font-size: 15px;
  }
}
.blog-hero .blog-tabs .blog-search img {
  width: 15px;
}
.blog-hero .blog-tabs .nav-tabs {
  gap: 30px;
  border: 0;
  padding-inline: 50px;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .blog-hero .blog-tabs .nav-tabs {
    padding: 20px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .blog-hero .blog-tabs .nav-tabs {
    gap: 20px;
    overflow: hidden;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
}
.blog-hero .blog-tabs .nav-tabs .nav-item .nav-link {
  color: rgba(11, 73, 64, 0.6);
  font-weight: 600;
  font-size: 17px;
  border: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .blog-hero .blog-tabs .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
}
.blog-hero .blog-tabs .nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: -41px;
  left: 50%;
  translate: -50% 0;
  height: 4px;
  background-color: #d7a27d;
  width: 0;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .blog-hero .blog-tabs .nav-tabs .nav-item .nav-link::before {
    top: -20px;
  }
}
.blog-hero .blog-tabs .nav-tabs .nav-item .nav-link.active {
  color: #0b4940;
}
.blog-hero .blog-tabs .nav-tabs .nav-item .nav-link.active::before {
  width: 41px;
}

.blog-wrapper {
  padding: 120px 80px;
}
@media (max-width: 1200px) {
  .blog-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 1200px) {
  .blog-wrapper {
    padding: 90px 0 40px;
  }
}
@media (max-width: 768px) {
  .blog-wrapper {
    padding: 40px 0;
  }
}
.blog-wrapper .g-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  .blog-wrapper .g-head {
    margin-bottom: 30px;
  }
}
.blog-wrapper .g-head h3 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .blog-wrapper .g-head h3 {
    font-size: 25px;
  }
}
.blog-wrapper .g-head div {
  color: rgba(11, 73, 64, 0.4);
  gap: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .blog-wrapper .g-head div {
    font-size: 14px;
    gap: 10px;
  }
}
.blog-wrapper .g-head div .form-select {
  border: 1px solid #0b4940;
  border-radius: 50px;
  height: 50px;
  padding: 0 20px;
  padding-inline-end: 30px;
  text-align: center;
  min-width: 130px;
  background-color: transparent;
  box-shadow: none;
  font-weight: 600;
  font-size: 15px;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px;
  text-transform: capitalize;
}
[dir="rtl"] .blog-wrapper .g-head div .form-select {
  background-position: left 20px center;
}
@media (max-width: 1200px) {
  .blog-wrapper .g-head div .form-select {
    font-size: 14px;
    min-width: 100px;
    height: 40px;
    background-position: right 15px center;
    background-size: 12px;
  }
  [dir="rtl"] .blog-wrapper .g-head div .form-select {
    background-position: left 15px center;
  }
}
.blog-wrapper .row {
  row-gap: 30px;
}
.blog-wrapper .load-more {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 1200px) {
  .blog-wrapper .load-more {
    margin-top: 30px;
  }
}
.blog-wrapper .load-more .btn {
  font-size: 15px;
}

.single-sec {
  border-radius: 40px;
}
@media (max-width: 768px) {
  .single-sec .item {
    height: 500px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .single-sec .item .caption {
    max-width: 100%;
    padding-inline: 20px;
    width: 100% a;
  }
}
.single-sec .item .caption span {
  display: block;
  margin-bottom: 20px;
}
.single-sec .item .caption span a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
.single-sec .item .caption span a img {
  scale: -1;
  filter: brightness(0) invert(1);
}
[dir="rtl"] .single-sec .item .caption span a img {
  scale: 1;
}
.single-sec .item .caption span a:hover {
  text-decoration: underline;
  color: #fff;
}
.single-sec .item .caption .tags {
  display: flex;
  gap: 10px;
  z-index: 1;
  align-items: center;
  margin-top: 30px;
}
.single-sec .item .caption .tags b {
  background-color: #f7fcfb;
  border-radius: 5px;
  padding: 5px;
  font-weight: 600;
  font-size: 13px;
}

.single-wrapper {
  padding: 120px 0 70px;
}
@media (max-width: 768px) {
  .single-wrapper {
    padding: 50px 20px;
  }
}
.single-wrapper .post {
  position: relative;
}
.single-wrapper .post .post-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .single-wrapper .post .post-share {
    margin-bottom: 20px;
    position: static !important;
    gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
  }
}
.single-wrapper .post .post-share span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  display: block;
}
@media (max-width: 768px) {
  .single-wrapper .post .post-share span {
    font-size: 14px;
  }
}
.single-wrapper .post .post-share div {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .single-wrapper .post .post-share div {
    flex-flow: row;
    gap: 10px;
  }
  .single-wrapper .post .post-share div a {
    width: 40px;
    height: 40px;
  }
  .single-wrapper .post .post-share div a img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.single-wrapper .post .post-date {
  margin-bottom: 30px;
}
.single-wrapper .post .post-date p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .single-wrapper .post .post-date p {
    font-size: 14px;
  }
}
.single-wrapper .post .post-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-wrapper .post .post-title {
    margin-bottom: 20px;
  }
}
.single-wrapper .post .post-title h4 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-wrapper .post .post-title h4 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .single-wrapper .post .post-title h4 {
    font-size: 21px;
  }
}
.single-wrapper .post .post-title p {
  font-weight: 700;
  max-width: 60%;
}
@media (max-width: 1200px) {
  .single-wrapper .post .post-title p {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .single-wrapper .post .post-title p {
    max-width: 100%;
  }
}
.single-wrapper .post .post-content p {
  margin-bottom: 50px;
  font-size: 17px;
  max-width: 60%;
}
@media (max-width: 1200px) {
  .single-wrapper .post .post-content p {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .single-wrapper .post .post-content p {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.single-wrapper .post .post-content .post-img {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .single-wrapper .post .post-content .post-img {
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
}
.single-wrapper .post .post-content .post-img img {
  width: calc(50% - 60px);
}
@media (max-width: 1200px) {
  .single-wrapper .post .post-content .post-img img {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .single-wrapper .post .post-content .post-img img {
    width: 100%;
  }
}
.single-wrapper .post .post-content .post-img img.full {
  width: 100%;
}
.single-wrapper .post.fixed .post-share {
  position: sticky;
  top: 20px;
  float: right;
  translate: 100px 0;
}

.related-sec {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .related-sec {
    margin-bottom: 50px;
    margin-inline: 0;
  }
}

.facilities-hero {
  padding-bottom: 0;
  overflow: visible;
}
@media (max-width: 768px) {
  .facilities-hero {
    padding-inline: 0;
  }
}
.facilities-hero .blog-tabs {
  margin-bottom: -50px;
}
@media (max-width: 768px) {
  .facilities-hero .blog-tabs {
    border-radius: 0;
    margin: 0;
  }
}
.facilities-hero .blog-tabs .nav-tabs {
  gap: 0;
  justify-content: center;
  overflow: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .facilities-hero .blog-tabs .nav-tabs {
    padding-inline: 0;
    justify-content: flex-start;
  }
}
.facilities-hero .blog-tabs .nav-tabs::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
@media (max-width: 1200px) {
  .facilities-hero .blog-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }
}
.facilities-hero .blog-tabs .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #0b4940;
  border-radius: 10px;
}
.facilities-hero .blog-tabs .nav-tabs::-webkit-scrollbar-track {
  background-color: #afc2bc;
}
.facilities-hero .blog-tabs .nav-tabs .nav-item {
  width: 20%;
  position: relative;
}
@media (max-width: 1400px) {
  .facilities-hero .blog-tabs .nav-tabs .nav-item {
    width: 25%;
  }
}
.facilities-hero .blog-tabs .nav-tabs .nav-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 1px;
  height: 60px;
  background-color: rgba(11, 73, 64, 0.2);
}
[dir="rtl"] .facilities-hero .blog-tabs .nav-tabs .nav-item::after {
  left: 0;
  right: auto;
}
.facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link {
  display: flex;
  gap: 20px;
  padding: 30px 50px;
  white-space: normal;
  justify-content: center;
}
@media (max-width: 768px) {
  .facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link {
    padding: 20px;
    gap: 10px;
  }
}
.facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link::before {
  top: 0;
}
.facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link .image {
  width: 90px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link .image {
    width: 60px;
    height: 40px;
  }
}
.facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link .info {
  font-size: 18px;
  font-weight: 600;
  color: #0b4940;
  max-width: 50px;
}
@media (max-width: 768px) {
  .facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link .info {
    max-width: none;
    font-size: 14px;
  }
}
.facilities-hero .blog-tabs .nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.facilities-hero .blog-tabs .nav-tabs .nav-item:last-child::after {
  display: none;
}

.podcast-card {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(11, 73, 64, 0.4);
  margin-bottom: 40px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .podcast-card {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.podcast-card .image {
  border-radius: 15px;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
}
.podcast-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.podcast-card .image .swiper {
  position: absolute;
  inset: 0;
}
.podcast-card .image .swiper-btn {
  top: 50%;
  position: absolute;
  translate: 0 -50%;
  z-index: 4;
}
.podcast-card .image .swiper-btn img {
  width: 15px;
  height: auto;
  position: unset;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.podcast-card .image .swiper-btn.card-next {
  right: 20px;
}
.podcast-card .image .swiper-btn.card-prev {
  left: 20px;
  scale: -1;
}
.podcast-card .image .hero-pagination {
  bottom: 30px;
}
.podcast-card .image .hero-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 50px;
}
.podcast-card .info {
  padding-inline-start: 30px;
}
@media (max-width: 768px) {
  .podcast-card .info {
    padding: 0;
  }
}
.podcast-card .info h4 {
  margin-bottom: 10px;
}
.podcast-card .info h4 a {
  font-weight: 700;
  font-size: 40px;
  color: #0b4940;
}
@media (max-width: 768px) {
  .podcast-card .info h4 a {
    font-size: 25px;
  }
}
.podcast-card .info p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 60%;
}
@media (max-width: 768px) {
  .podcast-card .info p {
    max-width: 100%;
    font-size: 14px;
  }
}
.podcast-card .info ul {
  margin-bottom: 15px;
  border-top: 1px solid rgba(11, 73, 64, 0.4);
  padding-top: 30px;
}
.podcast-card .info ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .podcast-card .info ul li {
    font-size: 14px;
  }
}
.podcast-card .info .has-btn {
  text-align: right;
}
[dir="rtl"] .podcast-card .info .has-btn {
  text-align: left;
}
.podcast-card .info .has-btn .btn {
  border: 1px solid #0b4940;
  padding: 0 30px;
}
.podcast-card .info .has-btn .btn img {
  transition: 0.3s;
}
.podcast-card .info .has-btn .btn:hover img {
  filter: brightness(0);
  translate: 5px -10px;
  opacity: 0;
}
.podcast-card:hover,
.podcast-card.selected {
  background-color: #f7fcfb;
  border-color: #f7fcfb;
}

.reviews-sec .swiper-slide {
  opacity: 0.4;
  transition: 0.3s;
}
.reviews-sec .swiper-slide .rev-item {
  border-radius: 40px;
  padding: 70px 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .reviews-sec .swiper-slide .rev-item {
    padding: 30px;
  }
}
.reviews-sec .swiper-slide .rev-item .icon {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .reviews-sec .swiper-slide .rev-item .icon {
    margin-bottom: 30px;
  }
}
.reviews-sec .swiper-slide .rev-item .icon img {
  filter: brightness(0) invert(1) opacity(0.2);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .reviews-sec .swiper-slide .rev-item .icon img {
    width: 40px;
  }
}
.reviews-sec .swiper-slide .rev-item p {
  margin: 0 0 60px;
  font-size: 30px;
  max-width: none;
  color: inherit;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .reviews-sec .swiper-slide .rev-item p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
.reviews-sec .swiper-slide .rev-item .author {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.reviews-sec .swiper-slide .rev-item .author .image {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .reviews-sec .swiper-slide .rev-item .author .image {
    width: 40px;
    height: 40px;
  }
}
.reviews-sec .swiper-slide .rev-item .author .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews-sec .swiper-slide .rev-item .author .info {
  text-align: initial;
}
.reviews-sec .swiper-slide .rev-item .author .info h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .reviews-sec .swiper-slide .rev-item .author .info h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.reviews-sec .swiper-slide .rev-item .author .info span {
  font-size: 18px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .reviews-sec .swiper-slide .rev-item .author .info span {
    font-size: 14px;
  }
}
.reviews-sec .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.reviews-sec .swiper-slide.swiper-slide-active .rev-item {
  background-color: #f7fcfb;
  border-color: #f7fcfb;
  color: #0b4940;
}
.reviews-sec .swiper-slide.swiper-slide-active .rev-item .icon img {
  filter: brightness(0) opacity(1);
}

@media (max-width: 768px) {
  .reviews-sec .g-head {
    flex-flow: row;
  }
}
@media (max-width: 768px) {
  .reviews-sec .g-head h3 {
    font-size: 17px;
  }
}

.contactus-wrap {
  padding-block: 180px;
}
@media (max-width: 768px) {
  .contactus-wrap {
    padding-block: 70px;
  }
}
.contactus-wrap .row {
  row-gap: 30px;
  justify-content: space-between;
}
.contactus-wrap .form-box .gform_wrapper.gform-theme {
  padding: 0;
}
.contactus-wrap .form-box .gform_wrapper.gform-theme form {
  max-width: none;
  padding: 60px;
}
@media (max-width: 768px) {
  .contactus-wrap .form-box .gform_wrapper.gform-theme form {
    padding: 0;
    border: 0;
  }
}
.contactus-wrap .form-box .gform_wrapper.gform-theme form h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contactus-wrap .form-box .gform_wrapper.gform-theme form h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.contactus-wrap .form-box .gform_wrapper.gform-theme form .gform_footer {
  margin-inline: -60px;
  padding: 20px 60px 0;
  justify-content: flex-end;
  border: 0;
}
.contactus-wrap
  .form-box
  .gform_wrapper.gform-theme
  form
  .gform_footer
  .button {
  height: 50px !important;
  min-width: 130px !important;
}
.contactus-wrap .form-box .gform_wrapper.gform-theme form input {
  border-radius: 50px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  box-shadow: none;
  height: 70px;
  padding: 0 30px;
  background-color: transparent;
  transition: 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.contactus-wrap
  .form-box
  .gform_wrapper.gform-theme
  form
  input::-moz-placeholder {
  opacity: 0;
}
.contactus-wrap .form-box .gform_wrapper.gform-theme form input::placeholder {
  opacity: 0;
}
.contactus-wrap .form-box .gform_wrapper.gform-theme form select {
  background-position: right 25px center;
}
[dir="rtl"] .contactus-wrap .form-box .gform_wrapper.gform-theme form select {
  background-position: left 25px center;
}
.contactus-wrap .form-box .gform_wrapper.gform-theme form .gform-grid-col {
  position: relative;
}
.contactus-wrap
  .form-box
  .gform_wrapper.gform-theme
  form
  .gform-grid-col
  .gform-field-label--type-sub {
  position: absolute;
  left: 35px;
  top: 50%;
  color: rgba(11, 73, 64, 0.6980392157);
  font-size: 16px;
  translate: 0 -50%;
  margin: 0;
  font-weight: 500;
  transition: 0.3s;
}
.contactus-wrap
  .form-box
  .gform_wrapper.gform-theme
  form
  .gform-grid-col
  input:focus
  + .gform-field-label--type-sub {
  font-size: 11px;
  translate: 0 -24px;
  font-weight: 500;
}
.contactus-wrap
  .form-box
  .gform_wrapper.gform-theme
  form
  .gform-grid-col.has-value
  .gform-field-label--type-sub {
  font-size: 11px;
  translate: 0 -24px;
  font-weight: 500;
}
.contactus-wrap .contact-card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .contactus-wrap .contact-card {
    border-radius: 20px;
  }
}
.contactus-wrap .contact-card .card-top {
  background-color: #0b4940;
  padding: 50px;
}
@media (max-width: 768px) {
  .contactus-wrap .contact-card .card-top {
    padding: 30px;
  }
}
.contactus-wrap .contact-card .card-top ul li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contactus-wrap .contact-card .card-top ul li {
    gap: 15px;
  }
}
.contactus-wrap .contact-card .card-top ul li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid rgba(228, 242, 238, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .contactus-wrap .contact-card .card-top ul li .icon {
    width: 40px;
    height: 40px;
  }
}
.contactus-wrap .contact-card .card-top ul li .icon img {
  filter: brightness(0) invert(1);
}
.contactus-wrap .contact-card .card-top ul li .info a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contactus-wrap .contact-card .card-top ul li .info a {
    font-size: 15px;
  }
}
.contactus-wrap .contact-card .card-top ul li .info p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contactus-wrap .contact-card .card-top ul li .info p {
    font-size: 15px;
  }
}
.contactus-wrap .contact-card .card-top ul li .info p + a {
  text-decoration: underline;
}
.contactus-wrap .contact-card h4 {
  margin-bottom: 40px;
  font-size: 25px;
  color: #fff;
}
.contactus-wrap .contact-card .card-bottom {
  padding: 50px;
}
@media (max-width: 768px) {
  .contactus-wrap .contact-card .card-bottom {
    padding: 30px;
  }
}
.contactus-wrap .contact-card .card-bottom h4 {
  color: #0b4940;
}
.contactus-wrap .contact-card .card-bottom .socials {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.contactus-wrap .contact-card .card-bottom .socials a {
  transition: 0.3s;
}
.contactus-wrap .contact-card .card-bottom .socials a:hover {
  translate: 0 -5px;
}

.contact-hero .item {
  height: 700px;
}
@media (max-width: 768px) {
  .contact-hero .item {
    height: 500px;
  }
}

@media (max-width: 1200px) {
  .membership-hero {
    padding: 0;
  }
}
.membership-hero .item {
  flex-flow: column;
  height: auto;
  padding-block: 160px;
}
@media (max-width: 1200px) {
  .membership-hero .item {
    padding-block: 160px 80px;
  }
}
@media (max-width: 768px) {
  .membership-hero .item {
    padding-block: 50px;
  }
}
.membership-hero .item .caption .rate-overview {
  display: block;
  margin-top: 60px;
  margin-bottom: -100px;
}
@media (max-width: 1200px) {
  .membership-hero .item .caption .rate-overview {
    margin-top: 30px;
    margin-bottom: -50px;
  }
}
@media (max-width: 625px) {
  .membership-hero .item .caption .rate-overview {
    margin-bottom: 0;
  }
}
.membership-hero .item .caption .rate-overview .stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.membership-hero .item .caption .rate-overview .stars span {
  font-weight: 800;
  color: #0b4940;
  margin: 0 10px;
  line-height: 1;
}
.membership-hero .item .caption .rate-overview p {
  color: #0b4940;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .membership-hero .item .caption div .btn {
    font-size: 14px;
    margin-top: 5px;
  }
}
.membership-hero .item .member-blocks {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks {
    justify-content: center;
    max-width: 100%;
    padding-inline: 20px;
    margin-top: 50px;
    gap: 15px;
    justify-content: space-between;
  }
}
.membership-hero .item .member-blocks .block {
  overflow: hidden;
  border-radius: 36px;
  position: relative;
  width: calc(20% - 25px);
  height: 460px;
}
@media (max-width: 1200px) {
  .membership-hero .item .member-blocks .block {
    height: 260px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block {
    height: auto;
    border-radius: 10px;
  }
}
@media (max-width: 625px) {
  .membership-hero .item .member-blocks .block {
    width: 150px;
    flex-shrink: 0;
  }
}
.membership-hero .item .member-blocks .block .full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.membership-hero .item .member-blocks .block span {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.4;
  width: calc(100% - 50px);
}
[dir="rtl"] .membership-hero .item .member-blocks .block span {
  left: auto;
  right: 25px;
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block span {
    left: 15px;
    top: 15px;
  }
  [dir="rtl"] .membership-hero .item .member-blocks .block span {
    right: 15px;
    left: auto;
  }
}
.membership-hero .item .member-blocks .block.with-text {
  height: 300px;
  width: calc(15% - 25px);
  padding: 25px;
  background-color: #0b4940;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-flow: column;
}
@media (max-width: 1200px) {
  .membership-hero .item .member-blocks .block.with-text {
    height: 200px;
    width: calc(20% - 25px);
  }
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block.with-text {
    height: 120px;
    padding: 10px;
    width: calc(30% - 15px);
  }
  .membership-hero .item .member-blocks .block.with-text > img {
    width: 20px;
  }
}
.membership-hero .item .member-blocks .block.with-text h4 {
  color: #fff;
  font-size: 1.3vw;
  max-width: 180px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block.with-text h4 {
    font-size: 2.3vw;
  }
}
.membership-hero .item .member-blocks .block.has-enablers {
  width: calc(25% - 25px);
  background-color: #fff;
  padding: 40px 0 0 0;
}
@media (max-width: 1200px) {
  .membership-hero .item .member-blocks .block.has-enablers {
    width: calc(20% - 25px);
  }
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block.has-enablers {
    padding-top: 20px;
    width: calc(40% - 15px);
  }
}
.membership-hero .item .member-blocks .block.has-enablers h4 {
  color: #0b4940;
  padding: 0 25px 25px;
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block.has-enablers h4 {
    padding: 0 10px 10px;
  }
}
.membership-hero .item .member-blocks .block.has-enablers .membership-swiper {
  padding: 0;
  rotate: 2deg;
}
.membership-hero
  .item
  .member-blocks
  .block.has-enablers
  .membership-swiper
  .en-item {
  border-radius: 4px;
  height: 103px;
}
@media (max-width: 1200px) {
  .membership-hero
    .item
    .member-blocks
    .block.has-enablers
    .membership-swiper
    .en-item {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block:first-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .membership-hero .item .member-blocks .block:last-of-type {
    display: none;
  }
}

.membership-plans {
  padding-block: 160px;
}
@media (max-width: 1200px) {
  .membership-plans {
    padding-block: 70px;
  }
}
@media (max-width: 768px) {
  .membership-plans {
    padding-block: 40px;
  }
}
.membership-plans .row {
  row-gap: 30px;
}
.membership-plans .sec-head {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .membership-plans .sec-head {
    margin-bottom: 40px;
  }
}
.membership-plans .sec-head h3 {
  font-weight: 700;
  font-size: 2.5vw;
}
@media (max-width: 768px) {
  .membership-plans .sec-head h3 {
    font-size: 5.5vw;
  }
}
.membership-plans .block {
  background-color: #eaf5f2;
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 40px;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .membership-plans .block {
    border-radius: 20px;
    padding: 20px;
  }
}
.membership-plans .block > img {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}
@media (max-width: 625px) {
  .membership-plans .block > img {
    display: none;
  }
}
[dir="rtl"] .membership-plans .block > img {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}
.membership-plans .block .title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(11, 73, 64, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .membership-plans .block .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 625px) {
  .membership-plans .block .title {
    flex-wrap: wrap;
  }
}
.membership-plans .block .title h3 {
  font-size: 2.6vw;
  font-weight: 700;
}
[dir="rtl"] .membership-plans .block .title h3 {
  font-size: 1.6vw;
}
@media (max-width: 1200px) {
  [dir="rtl"] .membership-plans .block .title h3 {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  [dir="rtl"] .membership-plans .block .title h3 {
    font-size: 1.6vw;
  }
}
@media (max-width: 625px) {
  [dir="rtl"] .membership-plans .block .title h3 {
    font-size: 5vw;
  }
}
@media (max-width: 1200px) {
  .membership-plans .block .title h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .membership-plans .block .title h3 {
    font-size: 2.2vw;
  }
}
@media (max-width: 625px) {
  .membership-plans .block .title h3 {
    font-size: 6vw;
  }
}
.membership-plans .block .title span,
.membership-plans .block .title p {
  font-size: 1.3vw;
}
@media (max-width: 1200px) {
  .membership-plans .block .title span,
  .membership-plans .block .title p {
    font-size: 1.2vw;
  }
}
@media (max-width: 768px) {
  .membership-plans .block .title span,
  .membership-plans .block .title p {
    font-size: 1.1vw;
  }
}
@media (max-width: 625px) {
  .membership-plans .block .title span,
  .membership-plans .block .title p {
    font-size: 3.5vw;
  }
}
.membership-plans .block .title span b,
.membership-plans .block .title p b {
  font-size: 20px;
  font-weight: normal;
}
.membership-plans .block .title .plan-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}
@media (max-width: 625px) {
  .membership-plans .block .title .plan-switcher {
    justify-content: center;
    width: 100%;
    order: -1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.membership-plans .block .title .plan-switcher .percent {
  display: flex;
  flex-flow: column;
  gap: 5px;
  rotate: -7deg;
  translate: 0 -20px;
}
[dir="rtl"] .membership-plans .block .title .plan-switcher .percent {
  rotate: 7deg;
}
@media (max-width: 625px) {
  .membership-plans .block .title .plan-switcher .percent {
    position: absolute;
    right: -15px;
    scale: 0.7;
    top: 0;
  }
}
.membership-plans .block .title .plan-switcher .percent b {
  font-size: 14px;
  font-weight: normal;
  font-family: "Atma";
}
.membership-plans .block .title .plan-switcher .percent img {
  rotate: 5deg;
}
[dir="rtl"] .membership-plans .block .title .plan-switcher .percent img {
  transform: scaleX(-1);
  rotate: -5deg;
}
.membership-plans .block .title .plan-switcher .switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.membership-plans .block .title .plan-switcher .switcher span {
  font-size: 17px;
}
@media (max-width: 1200px) {
  .membership-plans .block .title .plan-switcher .switcher span {
    font-size: 14px;
  }
}
.membership-plans .block .title .plan-switcher .switcher label input {
  display: none;
}
.membership-plans
  .block
  .title
  .plan-switcher
  .switcher
  label
  input:checked
  + span::before {
  left: 50%;
}
[dir="rtl"]
  .membership-plans
  .block
  .title
  .plan-switcher
  .switcher
  label
  input:checked
  + span::before {
  right: 50%;
  left: auto;
}
@media (max-width: 625px) {
  .membership-plans
    .block
    .title
    .plan-switcher
    .switcher
    label
    input:checked
    + span::before {
    left: 42%;
  }
  [dir="rtl"]
    .membership-plans
    .block
    .title
    .plan-switcher
    .switcher
    label
    input:checked
    + span::before {
    right: 42%;
    left: auto;
  }
}
.membership-plans .block .title .plan-switcher .switcher label span {
  position: relative;
  width: 63px;
  height: 34px;
  border-radius: 50px;
  background-color: #74fb94;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
@media (max-width: 625px) {
  .membership-plans .block .title .plan-switcher .switcher label span {
    width: 50px;
    height: 30px;
  }
}
.membership-plans .block .title .plan-switcher .switcher label span::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #0b4940;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: 0.3s;
}
[dir="rtl"]
  .membership-plans
  .block
  .title
  .plan-switcher
  .switcher
  label
  span::before {
  left: auto;
  right: 2px;
}
@media (max-width: 625px) {
  .membership-plans .block .title .plan-switcher .switcher label span::before {
    width: 27px;
    height: 27px;
  }
}
.membership-plans .block .features {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .membership-plans .block .features {
    margin-bottom: 40px;
  }
}
.membership-plans .block .features p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .membership-plans .block .features p {
    font-size: 16px;
  }
}
.membership-plans .block .features ul {
  text-align: initial;
}
.membership-plans .block .features ul li {
  gap: 15px;
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
  padding-inline-start: 30px;
}
@media (max-width: 1200px) {
  .membership-plans .block .features ul li {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.membership-plans .block .features ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
[dir="rtl"] .membership-plans .block .features ul li::before {
  right: 0;
  left: auto;
}
.membership-plans .block .features ul li b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .membership-plans .block .btns {
    text-align: center;
  }
}
.membership-plans .block .btns .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .membership-plans .block .btns .btn {
    width: auto;
  }
}
.membership-plans .block.premium {
  background-color: #0b4940;
  color: #fff;
}
.membership-plans .block.premium::before {
  content: "";
  position: absolute;
  border: 85px solid rgba(228, 242, 238, 0.0509803922);
  width: 700px;
  height: 700px;
  border-radius: 100%;
  right: -200px;
  bottom: -260px;
  z-index: -1;
}
[dir="rtl"] .membership-plans .block.premium::before {
  left: -200px;
  right: auto;
  transform: scaleX(-1);
}
@media (max-width: 625px) {
  .membership-plans .block.premium::before {
    width: 500px;
    height: 500px;
    right: -300px;
    bottom: -50px;
  }
  [dir="rtl"] .membership-plans .block.premium::before {
    left: -300px;
    right: auto;
  }
}
.membership-plans .block.premium .title {
  border-color: rgba(255, 255, 255, 0.1019607843);
}
.membership-plans .block.premium .title > span {
  min-width: 160px;
  text-align: right;
}
[dir="rtl"] .membership-plans .block.premium .title > span {
  text-align: left;
  min-width: 140px;
}
.membership-plans .block.premium .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
}
.membership-plans .block.premium .features ul li {
  width: calc(50% - 50px);
}
.membership-plans .block.premium .features ul li::before {
  filter: brightness(0) invert(1);
}
@media (max-width: 625px) {
  .membership-plans .block.premium .features ul li {
    width: 100%;
  }
}
.membership-plans .block.premium .btns .btn {
  background-color: #e4f2ee;
  color: #0b4940;
}

.community-sec {
  padding: 0;
  border: 0;
}
@media (max-width: 625px) {
  .community-sec .g-head {
    flex-flow: row;
  }
}
.community-sec .blog-card {
  padding: 0;
  border: 0;
  position: relative;
}
.community-sec .blog-card .img {
  border-radius: 30px;
  margin-bottom: 20px;
}
.community-sec .blog-card .info {
  transition: 0.3s;
}
.community-sec .blog-card .info p {
  margin-bottom: 5px;
}
.community-sec .blog-card .info h4 {
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 1200px) {
  .community-sec .blog-card .info h4 {
    font-size: 20px;
  }
}
.community-sec .blog-card .content {
  background-color: #0b4940;
  border-radius: 30px;
  padding: 40px;
  position: absolute;
  top: 130px;
  opacity: 0;
  visibility: hidden;
  rotate: 0deg;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .community-sec .blog-card .content {
    padding: 30px;
    border-radius: 15px;
  }
}
.community-sec .blog-card .content .stars {
  margin-bottom: 20px;
}
.community-sec .blog-card .content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .community-sec .blog-card .content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.community-sec .blog-card .content h4 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .community-sec .blog-card .content h4 {
    font-size: 16px;
  }
}
.community-sec .blog-card .content span {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
.community-sec .blog-card:hover {
  scale: 1;
}
.community-sec .swiper-slide {
  padding: 0 20px 100px;
}
@media (max-width: 625px) {
  .community-sec .swiper-slide {
    padding: 0 10px 0;
  }
}
.community-sec .swiper-slide.swiper-slide-active .blog-card .content {
  opacity: 1;
  visibility: visible;
  top: 100px;
  rotate: -4deg;
}
.community-sec .swiper-slide.swiper-slide-active .blog-card .info {
  opacity: 0;
}

.interests-sec .row {
  row-gap: 30px;
}
@media (max-width: 768px) {
  .interests-sec .row {
    row-gap: 0;
  }
}
.interests-sec .interest-info {
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(11, 73, 64, 0.2);
  background-color: #fff;
  height: 100%;
}
@media (max-width: 1200px) {
  .interests-sec .interest-info {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-info {
    border-radius: 20px 20px 0 0;
  }
}
.interests-sec .interest-info .top {
  background-color: #0b4940;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 900px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .interests-sec .interest-info .top {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top {
    height: 280px;
  }
}
.interests-sec .interest-info .top .caption img {
  height: 150px;
}
@media (max-width: 1200px) {
  .interests-sec .interest-info .top .caption img {
    height: 80px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .caption img {
    height: 60px;
  }
}
.interests-sec .interest-info .top .caption h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 25px;
  color: #fff;
}
@media (max-width: 1200px) {
  .interests-sec .interest-info .top .caption h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .caption h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.interests-sec .interest-info .top .imgs-list {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.interests-sec .interest-info .top .imgs-list img {
  position: absolute;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  animation: pulseBlur 1.5s infinite;
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(1) {
  width: 100px;
  height: 100px;
  left: -40px;
  top: 130px;
  animation-delay: 0;
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(1) {
    width: 40px;
    height: 40px;
    left: 60px;
    top: -10px;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(2) {
  width: 200px;
  height: 200px;
  left: 50%;
  top: -30px;
  translate: -50% 0;
  animation-delay: 0.2s;
}
@media (max-width: 1200px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(2) {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(2) {
    width: 60px;
    height: 60px;
    left: 30px;
    translate: 0;
    top: 60px;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(3) {
  width: 80px;
  height: 80px;
  right: 50px;
  top: -30px;
  animation-delay: 0.4s;
}
@media (max-width: 1200px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(3) {
    right: 20px;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(4) {
  width: 80px;
  height: 80px;
  right: 50px;
  top: 110px;
  animation-delay: 0.6s;
}
@media (max-width: 1200px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(4) {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(4) {
    right: 20px;
    width: 60px;
    height: 60px;
    top: 160px;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(5) {
  width: 100px;
  height: 100px;
  left: -70px;
  bottom: 130px;
  animation-delay: 0.8s;
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(5) {
    width: 40px;
    height: 40px;
    left: -10px;
    bottom: 110px;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(6) {
  width: 70px;
  height: 70px;
  left: -10px;
  bottom: 10px;
  animation-delay: 1s;
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(6) {
    left: 20px;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(7) {
  width: 120px;
  height: 120px;
  left: 40%;
  bottom: 50px;
  translate: -40% 0;
  animation-delay: 1.2s;
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(7) {
    display: none;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(8) {
  width: 70px;
  height: 70px;
  right: 50px;
  bottom: -30px;
  animation-delay: 1.4s;
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(8) {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: -20px;
  }
}
.interests-sec .interest-info .top .imgs-list img:nth-of-type(9) {
  width: 100px;
  height: 100px;
  right: -20px;
  bottom: 100px;
  animation-delay: 1.6s;
}
@media (max-width: 768px) {
  .interests-sec .interest-info .top .imgs-list img:nth-of-type(9) {
    width: 40px;
    height: 40px;
    right: -10px;
    bottom: 150px;
  }
}
.interests-sec .bottom {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 1200px) {
  .interests-sec .bottom {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .interests-sec .bottom {
    display: none;
  }
}
.interests-sec .bottom h4 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .interests-sec .bottom h4 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .interests-sec .bottom h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.interests-sec .bottom .socials {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .interests-sec .bottom .socials {
    gap: 10px;
  }
}
.interests-sec .bottom .socials a {
  width: 55px;
  height: 55px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .interests-sec .bottom .socials a {
    width: 33px;
    height: 33px;
  }
}
.interests-sec .bottom .socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.interests-sec .bottom .socials a:hover {
  translate: 0 -5px;
}
.interests-sec .bottom.interest-bottom {
  display: none;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .interests-sec .bottom.interest-bottom {
    display: block;
  }
}
.interests-sec .interest-form {
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(11, 73, 64, 0.2);
  padding: 40px;
}
@media (max-width: 1200px) {
  .interests-sec .interest-form {
    border-radius: 20px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-form {
    border-radius: 0;
    border-block: 0;
    padding: 40px 20px;
  }
}
.interests-sec .interest-form h4 {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .interests-sec .interest-form h4 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .interests-sec .interest-form h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.interests-sec .interest-form .gform_wrapper.gform-theme {
  padding: 0;
}
.interests-sec .interest-form .gform_wrapper.gform-theme form {
  padding: 0;
  max-width: none;
  border: 0;
  border-radius: 0;
}
.interests-sec .interest-form .gform_wrapper.gform-theme form .gfield input {
  border-radius: 50px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  box-shadow: none;
  height: 70px;
  padding: 0 30px;
  background-color: transparent;
  transition: 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .interests-sec .interest-form .gform_wrapper.gform-theme form .gfield input {
    height: 60px;
    padding: 0 20px;
  }
}
.interests-sec .interest-form .gform_wrapper.gform-theme form .gform_footer {
  margin: 80px -40px 0;
}
@media (max-width: 768px) {
  .interests-sec .interest-form .gform_wrapper.gform-theme form .gform_footer {
    margin: 0;
    border: 0;
  }
}
.interests-sec
  .interest-form
  .gform_wrapper.gform-theme
  form
  .gform_footer
  .button {
  min-width: 130px !important;
  height: 50px !important;
}
@media (max-width: 768px) {
  .interests-sec .interest-form .bottom {
    border-radius: 0 0 20px 20px;
    padding: 30px 40px;
    display: block;
  }
  .interests-sec .interest-form .bottom h4 {
    font-weight: 400;
  }
}

@keyframes pulseBlur {
  0% {
    transform: scale(0.9);
    filter: blur(0);
  }
  70% {
    transform: scale(1.05);
    filter: blur(5px);
  }
  100% {
    transform: scale(0.9);
    filter: blur(0);
  }
}
.golden-visa-hero .item {
  padding: 160px 80px 120px;
  height: auto;
}
@media (max-width: 1200px) {
  .golden-visa-hero .item {
    padding: 160px 40px 70px;
  }
}
@media (max-width: 768px) {
  .golden-visa-hero .item {
    padding: 70px 20px;
  }
}
.golden-visa-hero .item .row {
  align-items: center;
  row-gap: 30px;
  width: 100%;
  flex-direction: row-reverse;
}
.golden-visa-hero .item .caption {
  max-width: 100%;
  text-align: initial;
  padding-inline-end: 50px;
}
@media (max-width: 1200px) {
  .golden-visa-hero .item .caption {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .golden-visa-hero .item .caption {
    text-align: center;
  }
}
.golden-visa-hero .item .caption h3 {
  font-size: 3.4vw;
}
@media (max-width: 625px) {
  .golden-visa-hero .item .caption h3 {
    font-size: 6vw;
    line-height: 1.5;
  }
}
.golden-visa-hero .item .caption p {
  max-width: 100%;
  margin-bottom: 40px;
}
.golden-visa-hero .item .caption div {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .golden-visa-hero .item .caption div {
    justify-content: center;
  }
}
.golden-visa-hero .item .img {
  text-align: center;
}
.golden-visa-hero .item .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.golden-tabs {
  padding-block: 160px;
}
@media (max-width: 1200px) {
  .golden-tabs {
    padding-block: 70px;
  }
}
.golden-tabs .tabs-box {
  border: 1px solid rgba(11, 73, 64, 0.4);
  border-radius: 40px;
}
@media (max-width: 768px) {
  .golden-tabs .tabs-box {
    display: none;
  }
}
.golden-tabs .tabs-box .nav-tabs {
  border: 0;
}
@media (max-width: 625px) {
  .golden-tabs .tabs-box .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
    flex-wrap: nowrap;
  }
}
.golden-tabs .tabs-box .nav-tabs .nav-item {
  width: 33.33%;
}
@media (max-width: 625px) {
  .golden-tabs .tabs-box .nav-tabs .nav-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.golden-tabs .tabs-box .nav-tabs .nav-item .nav-link {
  border: 0;
  background-color: #e4f2ee;
  border-radius: 0;
  font-weight: 500;
  font-size: 1.3vw;
  color: #0b4940;
  padding: 25px;
  margin: 0;
  text-align: center;
  border-radius: 0 40px 0 0;
}
@media (max-width: 1200px) {
  .golden-tabs .tabs-box .nav-tabs .nav-item .nav-link {
    font-size: 1.5vw;
  }
}
@media (max-width: 625px) {
  .golden-tabs .tabs-box .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 26px 40px;
    white-space: nowrap;
  }
}
.golden-tabs .tabs-box .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  font-weight: 700;
  background-color: #0b4940;
  border-color: #0b4940;
  margin-top: -1px;
  padding-bottom: 26px;
  --r: 40px; /* control the curvature*/
  border-inline: var(--r) solid rgba(0, 0, 0, 0);
  border-radius: calc(2 * var(--r)) calc(2 * var(--r)) 0 0 / var(--r);
  -webkit-mask: radial-gradient(
        var(--r) at var(--r) 0,
        rgba(0, 0, 0, 0) 98%,
        #000 101%
      )
      calc(-1 * var(--r)) 100%/100% var(--r) repeat-x,
    conic-gradient(#000 0 0) padding-box;
  mask: radial-gradient(var(--r) at var(--r) 0, rgba(0, 0, 0, 0) 98%, #000 101%)
      calc(-1 * var(--r)) 100%/100% var(--r) repeat-x,
    conic-gradient(#000 0 0) padding-box;
}
.golden-tabs .tabs-box .nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
  border-top-left-radius: 40px;
}
[dir="rtl"] .golden-tabs .tabs-box .nav-tabs .nav-item:first-child .nav-link {
  border-inline: var(--r) solid rgba(0, 0, 0, 0);
  border-radius: calc(2 * var(--r)) calc(2 * var(--r)) 0 0 / var(--r);
  border-right: 0;
  border-top-right-radius: 40px;
}
.golden-tabs .tabs-box .nav-tabs .nav-item:last-child .nav-link {
  border-right: 0;
  border-top-right-radius: 40px;
  margin-inline-end: -1px;
}
[dir="rtl"] .golden-tabs .tabs-box .nav-tabs .nav-item:last-child .nav-link {
  border-inline: var(--r) solid rgba(0, 0, 0, 0);
  border-radius: calc(2 * var(--r)) calc(2 * var(--r)) 0 0 / var(--r);
  border-left: 0;
  border-top-left-radius: 40px;
  margin-inline-end: 0;
}
.golden-tabs .tabs-box .tab-content {
  background-color: #0b4940;
  border-radius: 0 40px 40px 40px;
}
[dir="rtl"] .golden-tabs .tabs-box .tab-content {
  transform: scaleX(-1);
}
.golden-tabs .tabs-box .tab-content .tab-pane {
  padding: 150px 50px;
  border-radius: 30px;
}
[dir="rtl"] .golden-tabs .tabs-box .tab-content .tab-pane {
  transform: scaleX(-1);
}
@media (max-width: 1200px) {
  .golden-tabs .tabs-box .tab-content .tab-pane {
    padding: 50px 30px;
    border-radius: 20px;
  }
}
.golden-tabs .tabs-box .tab-content .tab-pane .row {
  flex-direction: row-reverse;
  row-gap: 30px;
}
.golden-tabs .tabs-box .tab-content .tab-pane .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.golden-tabs .tabs-box .tab-content .tab-pane .desc {
  padding-inline-end: 50px;
}
@media (max-width: 625px) {
  .golden-tabs .tabs-box .tab-content .tab-pane .desc {
    padding: 0;
  }
}
.golden-tabs .tabs-box .tab-content .tab-pane .desc p,
.golden-tabs .tabs-box .tab-content .tab-pane .desc a,
.golden-tabs .tabs-box .tab-content .tab-pane .desc li {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .golden-tabs .tabs-box .tab-content .tab-pane .desc p,
  .golden-tabs .tabs-box .tab-content .tab-pane .desc a,
  .golden-tabs .tabs-box .tab-content .tab-pane .desc li {
    font-size: 16px;
  }
}
.golden-tabs .tabs-box .tab-content .tab-pane .desc a {
  color: #f0b92b;
}
.golden-tabs .tabs-box .tab-content .tab-pane .desc ul,
.golden-tabs .tabs-box .tab-content .tab-pane .desc ol {
  padding-inline-start: 20px;
  padding-block: 20px;
}
.golden-tabs .tabs-box .tab-content .tab-pane .desc ul li,
.golden-tabs .tabs-box .tab-content .tab-pane .desc ol li {
  margin-bottom: 12px;
}
.golden-tabs .tabs-box .tab-content .tab-pane .desc ul {
  list-style: disc;
}
.golden-tabs .tabs-box .tab-content .tab-pane .desc ol {
  list-style: decimal;
}
.golden-tabs .tabs-mob {
  display: none;
}
@media (max-width: 768px) {
  .golden-tabs .tabs-mob {
    display: block;
  }
}
.golden-tabs .tabs-mob .row {
  flex-direction: row-reverse;
  align-items: center;
  row-gap: 70px;
}
.golden-tabs .tabs-mob .img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.golden-tabs .tabs-mob .desc {
  padding-inline-end: 50px;
}
@media (max-width: 625px) {
  .golden-tabs .tabs-mob .desc {
    padding: 0;
  }
}
.golden-tabs .tabs-mob .desc p,
.golden-tabs .tabs-mob .desc a,
.golden-tabs .tabs-mob .desc li {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .golden-tabs .tabs-mob .desc p,
  .golden-tabs .tabs-mob .desc a,
  .golden-tabs .tabs-mob .desc li {
    font-size: 16px;
  }
}
.golden-tabs .tabs-mob .desc a {
  color: #f0b92b;
}
.golden-tabs .tabs-mob .desc ul,
.golden-tabs .tabs-mob .desc ol {
  padding-inline-start: 20px;
  padding-block: 20px;
}
.golden-tabs .tabs-mob .desc ul li,
.golden-tabs .tabs-mob .desc ol li {
  margin-bottom: 12px;
}
.golden-tabs .tabs-mob .desc ul {
  list-style: disc;
}
.golden-tabs .tabs-mob .desc ol {
  list-style: decimal;
}
@media (max-width: 1200px) {
  .golden-tabs .tabs-mob .accordion .accordion-item .accordion-button {
    font-size: 22px;
    padding: 30px;
  }
}
@media (max-width: 625px) {
  .golden-tabs .tabs-mob .accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding: 20px;
  }
}
.golden-tabs .tabs-mob .accordion .accordion-item .accordion-button::after {
  background: url("../images/angle-right.svg") no-repeat center center;
  transition: 0.3s;
}
.golden-tabs
  .tabs-mob
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  background-color: #0b4940;
  color: #fff;
}
.golden-tabs
  .tabs-mob
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
}
.golden-tabs .tabs-mob .accordion .accordion-item .accordion-collapse {
  background-color: #0b4940;
  padding: 50px 25px;
}
@media (max-width: 625px) {
  .golden-tabs .tabs-mob .accordion .accordion-item .accordion-collapse {
    padding: 30px 20px;
  }
}

.golden-process {
  padding-bottom: 180px;
}
@media (max-width: 1200px) {
  .golden-process {
    padding-bottom: 70px;
  }
}
.golden-process .g-head {
  margin-bottom: 160px;
  text-align: center;
}
@media (max-width: 1200px) {
  .golden-process .g-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .golden-process .g-head {
    margin-bottom: 40px;
    text-align: initial;
  }
}
.golden-process .g-head h3 {
  font-size: 2.5vw;
  font-weight: 700;
}
@media (max-width: 625px) {
  .golden-process .g-head h3 {
    font-size: 5vw;
  }
}
@media (max-width: 1200px) {
  .golden-process .row {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .golden-process .row {
    flex-wrap: wrap;
    overflow: visible;
    flex-direction: column;
    gap: 20px;
    padding-top: 0;
    margin: 0;
  }
}
.golden-process .row .block {
  flex: 1 0 0;
  position: relative;
}
@media (max-width: 1200px) {
  .golden-process .row .block {
    width: 35%;
    flex: none;
  }
}
@media (max-width: 768px) {
  .golden-process .row .block {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
    padding: 0;
  }
}
.golden-process .row .block .inner {
  border-radius: 40px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  padding: 30px;
  background-color: #eaf5f2;
  height: 100%;
}
@media (max-width: 768px) {
  .golden-process .row .block .inner {
    border-radius: 20px;
    padding: 20px;
  }
}
.golden-process .row .block .inner span {
  font-weight: 500;
  font-size: 22px;
}
.golden-process .row .block .inner h4 {
  font-weight: 500;
  font-size: 22px;
  margin-block: 25px 15px;
}
@media (max-width: 768px) {
  .golden-process .row .block .inner h4 {
    font-size: 18px;
  }
}
.golden-process .row .block .inner p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .golden-process .row .block .inner p {
    font-size: 14px;
  }
}
.golden-process .row .block .inner .btn-holder {
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .golden-process .row .block .inner .btn-holder {
    margin-top: 30px;
    text-align: initial;
  }
}
.golden-process .row .block .inner .btn-holder .btn {
  font-size: 14px;
  min-width: 130px;
  height: 45px;
  border: 1px solid #0b4940;
}
.golden-process .row .block .inner h5 {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
}
.golden-process .row .block .inner ol {
  font-size: 15px;
  padding-inline-start: 20px;
}
.golden-process .row .block .inner ol li {
  margin-bottom: 12px;
  font-weight: 500;
}
.golden-process .row .block .tooltipy {
  position: absolute;
  top: -60px;
  right: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 60px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}
[dir="rtl"] .golden-process .row .block .tooltipy {
  right: auto;
  left: -75px;
}
@media (max-width: 768px) {
  .golden-process .row .block .tooltipy {
    font-size: 14px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    inset: 0 !important;
  }
}
.golden-process .row .block .tooltipy svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.golden-process .row .block .tooltipy svg.mob-svg {
  display: none;
  width: 150px;
  height: 75px;
  top: -16px;
}
@media (max-width: 768px) {
  .golden-process .row .block .tooltipy svg {
    display: none;
  }
  .golden-process .row .block .tooltipy svg.mob-svg {
    display: block;
  }
}

.why-golden .row {
  row-gap: 30px;
}
.why-golden .imgs {
  display: flex;
  align-items: center;
  gap: 40px 21px;
  flex-wrap: wrap;
}
.why-golden .imgs img {
  -o-object-fit: cover;
  object-fit: cover;
}
.why-golden .imgs img:nth-of-type(1) {
  width: 100%;
  border-radius: 40px;
  height: 600px;
}
@media (max-width: 1200px) {
  .why-golden .imgs img:nth-of-type(1) {
    height: 400px;
    border-radius: 20px;
  }
}
@media (max-width: 625px) {
  .why-golden .imgs img:nth-of-type(1) {
    height: 300px;
  }
}
.why-golden .imgs img:nth-of-type(2) {
  width: 100%;
  border-radius: 21px;
  height: 280px;
  width: 354px;
}
@media (max-width: 1200px) {
  .why-golden .imgs img:nth-of-type(2) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .why-golden .imgs img:nth-of-type(2) {
    width: calc(50% - 11px);
  }
}
@media (max-width: 625px) {
  .why-golden .imgs img:nth-of-type(2) {
    height: 180px;
  }
}
.why-golden .imgs img:nth-of-type(3) {
  border-radius: 21px;
  height: 280px;
  width: calc(100% - 375px);
}
@media (max-width: 1200px) {
  .why-golden .imgs img:nth-of-type(3) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .why-golden .imgs img:nth-of-type(3) {
    width: calc(50% - 11px);
  }
}
@media (max-width: 625px) {
  .why-golden .imgs img:nth-of-type(3) {
    height: 180px;
  }
}
.why-golden .info {
  padding-inline-start: 20px;
}
@media (max-width: 768px) {
  .why-golden .info {
    padding: 0;
  }
}
.why-golden .info span {
  font-size: 18px;
  font-weight: 600;
  color: rgba(11, 73, 64, 0.6);
}
.why-golden .info h3 {
  font-size: 3.9vw;
  margin-block: 20px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 625px) {
  .why-golden .info h3 {
    font-size: 6vw;
    line-height: 1.4;
  }
  .why-golden .info h3 br {
    display: none;
  }
}
.why-golden .info .desc {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .why-golden .info .desc {
    margin-bottom: 0;
  }
}
.why-golden .info .desc p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .why-golden .info .desc p {
    font-size: 16px;
  }
}
.why-golden .info ul li {
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-inline-start: 30px;
  font-weight: 500;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .why-golden .info ul li {
    font-size: 16px;
  }
}
.why-golden .info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
[dir="rtl"] .why-golden .info ul li::before {
  right: 0;
  left: auto;
}
.why-golden .info ul li:last-child {
  margin-bottom: 0;
}

.services-hero {
  padding-block: 300px 200px;
}
@media (max-width: 1200px) {
  .services-hero {
    padding-block: 180px 100px;
  }
}
@media (max-width: 1200px) {
  .services-hero {
    padding-block: 70px;
  }
}
@media (max-width: 768px) {
  .services-hero {
    padding-inline: 30px;
  }
}
.services-hero .item {
  height: auto;
}
@media (max-width: 1200px) {
  .services-hero .item .caption {
    padding: 0;
  }
}

.services-wrap {
  border: 1px solid rgba(11, 73, 64, 0.4);
  border-radius: 0 0 40px 40px;
  padding-bottom: 80px;
}
@media (max-width: 625px) {
  .services-wrap {
    padding-bottom: 40px;
    border-radius: 0;
  }
}
.services-wrap .services-head {
  border-bottom: 1px solid rgba(11, 73, 64, 0.4);
  margin-bottom: 60px;
}
@media (max-width: 625px) {
  .services-wrap .services-head {
    margin-bottom: 40px;
  }
}
.services-wrap .services-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 625px) {
  .services-wrap .services-head .container {
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
.services-wrap .services-head h3 {
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 768px) {
  .services-wrap .services-head h3 {
    font-size: 25px;
  }
}
@media (max-width: 625px) {
  .services-wrap .services-head h3 {
    display: none;
  }
}
.services-wrap .services-head .nav-tabs {
  border: 0;
  gap: 50px;
}
@media (max-width: 768px) {
  .services-wrap .services-head .nav-tabs {
    gap: 30px;
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.services-wrap .services-head .nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 45px 0;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 20px;
  color: rgba(11, 73, 64, 0.6);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .services-wrap .services-head .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 20px 0;
    white-space: nowrap;
  }
}
.services-wrap .services-head .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 4px;
  background-color: #0b4940;
  transition: 0.3s;
}
.services-wrap .services-head .nav-tabs .nav-item .nav-link.active {
  color: #0b4940;
}
.services-wrap .services-head .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.services-wrap .row {
  row-gap: 24px;
}
.services-wrap .block {
  border: 1px solid rgba(11, 73, 64, 0.4);
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.services-wrap .block .img {
  position: relative;
  overflow: hidden;
  padding-top: 73%;
  border-radius: 15px;
}
.services-wrap .block .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  inset: 0;
}
.services-wrap .block .img a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.services-wrap .block .data {
  padding-top: 20px;
}
.services-wrap .block .data .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b4940;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.services-wrap .block .data p {
  font-size: 16px;
  font-weight: 500;
  min-height: 173px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
}
.services-wrap .block .data div {
  text-align: right;
}
.services-wrap .block .data div .btn {
  font-size: 16px;
  min-width: 120px;
  height: 45px;
}
.services-wrap .load-more {
  margin-top: 60px;
  text-align: center;
}

.pin-spacer {
  pointer-events: auto !important;
}

.book-modal .modal-content {
  background-color: #0b4940;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  border: 0;
  box-shadow: none;
  color: #fff;
}
@media (max-width: 1200px) {
  .book-modal .modal-content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .book-modal .modal-content {
    padding: 20px;
  }
}
.book-modal .modal-content .modal-header {
  border: 0;
  padding: 0;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.book-modal .modal-content .modal-header button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .book-modal .modal-content .modal-header button {
    width: 40px;
    height: 40px;
  }
  .book-modal .modal-content .modal-header button img {
    width: 15px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.book-facility {
  position: relative;
  z-index: 1;
}
.book-facility::before {
  content: "";
  position: absolute;
  border: 85px solid rgba(228, 242, 238, 0.0509803922);
  width: 700px;
  height: 700px;
  border-radius: 100%;
  right: -200px;
  bottom: -260px;
  z-index: -1;
}
.book-facility h3 {
  font-size: 2.5vw;
  font-weight: 700;
  margin-bottom: 30px;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .book-facility h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .book-facility h3 {
    font-size: 6vw;
    max-width: 100%;
  }
}
.book-facility p {
  font-size: 2.1vw;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .book-facility p {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .book-facility p {
    font-size: 4vw;
    margin-bottom: 30px;
  }
}
.book-facility .btns {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 625px) {
  .book-facility .btns {
    flex-direction: column;
  }
}
.book-facility .btns .btn {
  background-color: #e4f2ee;
  color: #0b4940;
  height: 55px;
  padding: 0 30px;
  border: 1px solid;
}
@media (max-width: 625px) {
  .book-facility .btns .btn {
    width: 100%;
  }
}
.book-facility .btns .btn.outline {
  background: transparent;
  color: #fff;
}
.book-facility ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.book-facility ul li {
  width: calc(50% - 50px);
  gap: 15px;
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
  padding-inline-start: 30px;
}
@media (max-width: 1200px) {
  .book-facility ul li {
    font-size: 16px;
  }
}
.book-facility ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
  filter: brightness(0) invert(1);
}
[dir="rtl"] .book-facility ul li::before {
  right: 0;
  left: auto;
}
.book-facility ul li b {
  font-weight: 600;
}
@media (max-width: 625px) {
  .book-facility ul li {
    width: 100%;
  }
}

.mission-sec {
  padding-bottom: 160px;
}
@media (max-width: 1200px) {
  .mission-sec {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .mission-sec {
    padding-bottom: 40px;
  }
}
.mission-sec .row {
  row-gap: 24px;
}
.mission-sec .row .col-lg-12 {
  border-top: 1px solid rgba(11, 73, 64, 0.2);
  padding-top: 40px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .mission-sec .row .col-lg-12 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .mission-sec .row .col-lg-12 h3 {
    margin-bottom: 0;
  }
}
.mission-sec .row .col-lg-6 .block {
  border-inline-end: 1px solid rgba(11, 73, 64, 0.2);
  padding-inline-end: 30px;
}
@media (max-width: 768px) {
  .mission-sec .row .col-lg-6 .block {
    padding: 0 0 30px;
    border: 0;
    border-bottom: 1px solid rgba(11, 73, 64, 0.2);
  }
}
.mission-sec .row .col-lg-6:last-of-type .block {
  padding-inline: 30px 0;
  border: 0;
}
@media (max-width: 768px) {
  .mission-sec .row .col-lg-6:last-of-type .block {
    padding: 0;
    border: 0;
  }
}
.mission-sec .inner {
  border-radius: 40px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  padding: 90px 60px;
}
@media (max-width: 768px) {
  .mission-sec .inner {
    padding: 40px 0 0;
    border-radius: 0;
    border: 0;
  }
}
.mission-sec .inner h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 2.1vw;
}
@media (max-width: 1200px) {
  .mission-sec .inner h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1200px) {
  .mission-sec .inner h3 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .mission-sec .inner h3 {
    font-size: 4vw;
  }
}
@media (max-width: 625px) {
  .mission-sec .inner h3 {
    font-size: 5.5vw;
  }
}
.mission-sec .inner p {
  font-size: 0.95vw;
}
@media (max-width: 1200px) {
  .mission-sec .inner p {
    font-size: 1.1vw;
  }
}
@media (max-width: 1200px) {
  .mission-sec .inner p {
    font-size: 1.3vw;
  }
}
@media (max-width: 768px) {
  .mission-sec .inner p {
    font-size: 1.6vw;
  }
}
@media (max-width: 625px) {
  .mission-sec .inner p {
    font-size: 3.5vw;
  }
}
.mission-sec .inner h4 {
  font-size: 1.25vw;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .mission-sec .inner h4 {
    font-size: 1.5vw;
  }
}
@media (max-width: 1200px) {
  .mission-sec .inner h4 {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .mission-sec .inner h4 {
    font-size: 2.2vw;
  }
}
@media (max-width: 625px) {
  .mission-sec .inner h4 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
.mission-sec .inner .block {
  height: 100%;
}
.mission-sec .inner .block.sm {
  border-radius: 40px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  padding: 40px;
}
@media (max-width: 768px) {
  .mission-sec .inner .block.sm {
    padding: 20px;
    border-radius: 20px;
  }
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
  font-family: "Frutiger LT Arabic", sans-serif;
}

.toggle-scroll-top {
z-index : 9999999 !important;
  position: fixed;
  bottom: 125px !important;
  right: -50px;
  width: 50px;
  height: 50px;
  background-color: #2e625b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 0 3px #e4f2ee;
  transition: 0.3s;
  z-index: 3;
  border: 0;
  padding: 0;
}
[dir="ltr"] .toggle-scroll-top {
  right: auto;
  left: -50px;
}
@media (max-width: 768px) {
  .toggle-scroll-top {
    width: 40px;
    height: 40px;
  }
}
.toggle-scroll-top img {
  width: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
  rotate: 180deg;
}
.toggle-scroll-top.fixed {
  right: 20px;
  bottom: 20px;
}
@media (max-width: 768px) {
  .toggle-scroll-top.fixed {
    bottom: 50px;
  }
}
[dir="ltr"] .toggle-scroll-top.fixed {
  left: 20px;
  right: auto;
}

@media (max-width: 1200px) {
  .gform-theme--framework form {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .gform-theme--framework form {
    max-width: 90%;
  }
}
.gform-theme--framework form .gfield--type-choice .gfield_checkbox {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.gform-theme--framework form .gfield--type-choice .gfield_checkbox .gchoice {
  width: calc(33.33% - 15px);
  align-items: center;
  border: 1px solid rgba(11, 73, 64, 0.2);
  border-radius: 50px;
  padding: 20px 30px;
}
@media (max-width: 1600px) {
  .gform-theme--framework form .gfield--type-choice .gfield_checkbox .gchoice {
    width: calc(50% - 15px);
  }
  .gform-theme--framework
    form
    .gfield--type-choice
    .gfield_checkbox
    .gchoice
    .gform-field-label {
    font-size: 13px !important;
  }
}
@media (max-width: 625px) {
  .gform-theme--framework form .gfield--type-choice .gfield_checkbox .gchoice {
    width: 100% !important;
  }
}
.gform-theme--framework
  form
  .gfield--type-choice
  .gfield_checkbox
  .gchoice
  input {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 5px;
}
.gform-theme--framework
  form
  .gfield--type-choice
  .gfield_checkbox
  .gchoice:last-of-type {
  width: calc(100% - 5px);
}

.social-accounts + .gfield h2 {
  border-top: 1px solid rgba(11, 73, 64, 0.4);
  padding-block: 50px 20px;
  font-weight: 400 !important;
  font-size: 25px !important;
  margin-top: 30px;
}

.contact-hero.blog-hero {
  padding-block: 200px;
  padding-inline: 0;
}
@media (max-width: 1200px) {
  .contact-hero.blog-hero {
    padding-block: 70px;
  }
}
@media (max-width: 768px) {
  .contact-hero.blog-hero {
    padding-inline: 30px;
  }
}
.contact-hero.blog-hero .item {
  height: auto;
}
@media (max-width: 1200px) {
  .contact-hero.blog-hero .item .caption {
    padding: 0;
  }
}

.golden-visa-form .gform_wrapper.gform-theme {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .golden-visa-form .gform_wrapper.gform-theme {
    padding: 70px 0;
  }
}

#creators-sliders.about-hero .item {
  height: 100dvh;
}
@media (max-width: 625px) {
  #creators-sliders.about-hero .item {
    height: 400px;
  }
}

.terms-hero {
  border-radius: 40px;
}
.terms-hero p {
  margin-bottom: 0 !important;
}

.gform-theme--framework .nice-select {
  width: 100%;
  border-radius: 50px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  box-shadow: none;
  height: 70px;
  padding: 0 30px;
  background-color: transparent;
  transition: 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.gform-theme--framework .nice-select .list {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.gform-theme--framework .nice-select .list li {
  padding: 20px 30px;
  min-height: auto;
  height: auto;
  line-height: normal;
  font-size: 15px;
}
.gform-theme--framework .nice-select::after {
  width: 10px;
  height: 10px;
  right: 25px;
  margin-top: -6px;
}

.flip4 {
  display: flex;
  flex-direction: column;
  animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite;
}
.flip4 li {
  line-height: 1em; /* Matches font size */
  display: inline-block;
  white-space: nowrap;
}

@keyframes flip4 {
  0% {
    transform: translateY(0); /* Start at the first item */
  }
  25% {
    transform: translateY(-5px);
  }
  33% {
    transform: translateY(-1.1em); /* Move to the second item */
  }
  58% {
    transform: translateY(-1.1em);
  }
  66% {
    transform: translateY(-2em); /* Move to the third item */
  }
  91% {
    transform: translateY(-2em);
  }
  100% {
    transform: translateY(0); /* Loop back to the first item */
  }
}
.terms-wrap {
  padding-block: 180px;
}
@media (max-width: 1200px) {
  .terms-wrap {
    padding-block: 70px;
  }
}
@media (max-width: 768px) {
  .terms-wrap {
    padding-block: 40px;
  }
}
.terms-wrap .terms-sidebar {
  position: sticky;
  top: 50px;
}
@media (max-width: 768px) {
  .terms-wrap .terms-sidebar {
    position: relative;
    top: auto;
    margin-bottom: 50px;
  }
}
.terms-wrap .terms-sidebar h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .terms-wrap .terms-sidebar h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .terms-wrap .terms-sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.terms-wrap .terms-sidebar ul li {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .terms-wrap .terms-sidebar ul li {
    margin-bottom: 0;
  }
}
.terms-wrap .terms-sidebar ul li a {
  color: #0b4940;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  font-size: 1.2vw;
}
@media (max-width: 1200px) {
  .terms-wrap .terms-sidebar ul li a {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .terms-wrap .terms-sidebar ul li a {
    font-size: 2vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(11, 73, 64, 0.2);
    padding-block: 14px;
    position: relative;
  }
  .terms-wrap .terms-sidebar ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    background-image: url("../images/angle-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 625px) {
  .terms-wrap .terms-sidebar ul li a {
    font-size: 4vw;
  }
}
.terms-wrap .terms-sidebar ul li a.active {
  border-color: #0b4940;
}
.terms-wrap .terms-box {
  border-radius: 40px;
  border: 1px solid rgba(11, 73, 64, 0.4);
}
@media (max-width: 768px) {
  .terms-wrap .terms-box {
    border-radius: 20px;
  }
}
.terms-wrap .terms-box .item {
  padding: 80px;
  border-bottom: 1px solid rgba(11, 73, 64, 0.4);
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .terms-wrap .terms-box .item {
    padding: 60px;
  }
}
@media (max-width: 768px) {
  .terms-wrap .terms-box .item {
    padding: 40px;
  }
}
@media (max-width: 625px) {
  .terms-wrap .terms-box .item {
    padding: 30px;
  }
}
.terms-wrap .terms-box .item h3 {
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .terms-wrap .terms-box .item h3 {
    font-size: 3vw;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .terms-wrap .terms-box .item h3 {
    font-size: 3vw;
  }
}
@media (max-width: 625px) {
  .terms-wrap .terms-box .item h3 {
    font-size: 5.5vw;
  }
}
.terms-wrap .terms-box .item p,
.terms-wrap .terms-box .item b,
.terms-wrap .terms-box .item span,
.terms-wrap .terms-box .item a {
  margin-bottom: 20px;
  font-size: 1.2vw;
}
@media (max-width: 1200px) {
  .terms-wrap .terms-box .item p,
  .terms-wrap .terms-box .item b,
  .terms-wrap .terms-box .item span,
  .terms-wrap .terms-box .item a {
    font-size: 1.4vw;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .terms-wrap .terms-box .item p,
  .terms-wrap .terms-box .item b,
  .terms-wrap .terms-box .item span,
  .terms-wrap .terms-box .item a {
    font-size: 2vw;
  }
}
@media (max-width: 625px) {
  .terms-wrap .terms-box .item p,
  .terms-wrap .terms-box .item b,
  .terms-wrap .terms-box .item span,
  .terms-wrap .terms-box .item a {
    font-size: 4vw;
  }
}
.terms-wrap .terms-box .item ul {
  list-style: disc;
  padding-inline-start: 20px;
  margin-bottom: 20px;
  font-size: 1.2vw;
}
@media (max-width: 1200px) {
  .terms-wrap .terms-box .item ul {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .terms-wrap .terms-box .item ul {
    font-size: 2vw;
  }
}
@media (max-width: 625px) {
  .terms-wrap .terms-box .item ul {
    font-size: 4vw;
  }
}
.terms-wrap .terms-box .item ul li {
  margin-bottom: 12px;
}
.terms-wrap .terms-box .item:last-child {
  border-bottom: 0;
}

.single-service-wrap {
  padding: 160px 160px 0;
}
@media (max-width: 768px) {
  .single-service-wrap {
    padding: 50px 24px 0;
  }
}
.single-service-wrap .row {
  row-gap: 30px;
}
.single-service-wrap .service-show {
  padding-inline-end: 50px;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show {
    padding-inline-end: 0;
  }
}
.single-service-wrap .service-show .back-services {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show .back-services {
    margin-bottom: 40px;
  }
}
.single-service-wrap .service-show .back-services .btn {
  border-color: rgba(11, 73, 64, 0.2);
  font-size: 16px;
  padding-inline: 30px;
}
.single-service-wrap .service-show .back-services .btn img {
  rotate: 90deg;
  transition: 0.3s;
}
[dir="rtl"] .single-service-wrap .service-show .back-services .btn img {
  scale: -1;
}
.single-service-wrap .service-show .back-services .btn:hover {
  background-color: #0b4940;
  color: #fff;
}
.single-service-wrap .service-show .back-services .btn:hover img {
  filter: brightness(0) invert(1);
}
.single-service-wrap .service-show .item .img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 75%;
  margin-bottom: 40px;
}
.single-service-wrap .service-show .item .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-service-wrap .service-show .item .info h3 {
  font-size: 2.1vw;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show .item .info h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .single-service-wrap .service-show .item .info h3 {
    font-size: 4vw;
  }
}
@media (max-width: 625px) {
  .single-service-wrap .service-show .item .info h3 {
    font-size: 5.5vw;
  }
}
.single-service-wrap .service-show .item .info p {
  font-size: 1.2vw;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show .item .info p {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .single-service-wrap .service-show .item .info p {
    font-size: 2vw;
  }
}
@media (max-width: 625px) {
  .single-service-wrap .service-show .item .info p {
    font-size: 4vw;
  }
}
.single-service-wrap .service-show-box {
  background-color: #0b4940;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(11, 73, 64, 0.4);
}
@media (max-width: 768px) {
  .single-service-wrap .service-show-box {
    border-radius: 20px;
  }
}
.single-service-wrap .service-show-box .book-facility {
  padding: 60px;
  color: #fff;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show-box .book-facility {
    padding: 40px;
  }
}
.single-service-wrap .service-show-box .book-facility::before {
  bottom: auto;
  top: -480px;
}
.single-service-wrap .service-show-box .book-facility h3 {
  font-size: 2.1vw;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show-box .book-facility h3 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .single-service-wrap .service-show-box .book-facility h3 {
    font-size: 4vw;
  }
}
@media (max-width: 625px) {
  .single-service-wrap .service-show-box .book-facility h3 {
    font-size: 5.5vw;
  }
}
.single-service-wrap .service-show-box .book-facility p {
  font-size: 1.25vw;
  margin: 0;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show-box .book-facility p {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .single-service-wrap .service-show-box .book-facility p {
    font-size: 2vw;
  }
}
@media (max-width: 625px) {
  .single-service-wrap .service-show-box .book-facility p {
    font-size: 4vw;
  }
}
.single-service-wrap .service-show-box .book-facility ul {
  padding-top: 0;
  border: 0;
}
.single-service-wrap .service-show-box .book-facility .extra-info {
  padding-block: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single-service-wrap .service-show-box .book-facility .extra-info {
    margin-top: 20px;
    padding-block: 20px;
  }
}
@media (max-width: 625px) {
  .single-service-wrap .service-show-box .book-facility .extra-info {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.single-service-wrap .service-show-box .book-facility .extra-info .price {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-service-wrap .service-show-box .book-facility .extra-info .price span {
  font-size: 1.6vw;
  text-decoration: line-through;
}
@media (max-width: 1200px) {
  .single-service-wrap
    .service-show-box
    .book-facility
    .extra-info
    .price
    span {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .single-service-wrap
    .service-show-box
    .book-facility
    .extra-info
    .price
    span {
    font-size: 2.2vw;
  }
}
@media (max-width: 625px) {
  .single-service-wrap
    .service-show-box
    .book-facility
    .extra-info
    .price
    span {
    font-size: 4vw;
  }
}
.single-service-wrap .service-show-box .book-facility .extra-info .price b {
  font-weight: 400;
  border: 1px solid rgba(116, 251, 148, 0.4);
  border-radius: 50px;
  min-width: 160px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6vw;
  color: #74fb94;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show-box .book-facility .extra-info .price b {
    font-size: 1.8vw;
    min-width: 140px;
    min-height: 50px;
  }
}
@media (max-width: 768px) {
  .single-service-wrap .service-show-box .book-facility .extra-info .price b {
    font-size: 2.2vw;
    min-width: 120px;
    min-height: 40px;
  }
}
@media (max-width: 625px) {
  .single-service-wrap .service-show-box .book-facility .extra-info .price b {
    font-size: 4vw;
  }
}
.single-service-wrap .service-show-box .book-footer {
  padding: 40px 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-show-box .book-footer {
    padding: 30px 40px;
  }
}
.single-service-wrap .service-show-box .book-footer .btn {
  width: 100%;
  background-color: #e4f2ee;
  color: #0b4940;
}
.single-service-wrap .service-box-form {
  border: 1px solid rgba(11, 73, 64, 0.4);
  padding: 60px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .single-service-wrap .service-box-form {
    padding: 30px;
  }
}
.single-service-wrap .service-box-form h3 {
  font-size: 2.1vw;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .single-service-wrap .service-box-form h3 {
    font-size: 2.5vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-service-wrap .service-box-form h3 {
    font-size: 4vw;
  }
}
@media (max-width: 625px) {
  .single-service-wrap .service-box-form h3 {
    font-size: 5vw;
  }
}
.single-service-wrap .service-box-form .gform_wrapper.gform-theme {
  padding: 0;
}
.single-service-wrap .service-box-form .gform_wrapper.gform-theme form {
  padding: 0;
  max-width: 100%;
  border: 0;
}
.single-service-wrap
  .service-box-form
  .gform_wrapper.gform-theme
  form
  .gfield
  input {
  border-radius: 50px;
  border: 1px solid rgba(11, 73, 64, 0.2);
  box-shadow: none;
  height: 70px;
  padding: 0 30px;
  background-color: transparent;
  transition: 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.single-service-wrap
  .service-box-form
  .gform_wrapper.gform-theme
  form
  .gform_footer {
  margin-inline: -60px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .single-service-wrap
    .service-box-form
    .gform_wrapper.gform-theme
    form
    .gform_footer {
    margin-inline: -30px;
    margin-top: 40px;
  }
}
.single-service-wrap
  .service-box-form
  .gform_wrapper.gform-theme
  form
  .gform_footer
  .button {
  width: 100% !important;
}

.service-box-confirm {
  background-color: #0b4940;
  border-radius: 40px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .service-box-confirm {
    border-radius: 20px;
  }
}
.service-box-confirm .top {
  padding: 100px 50px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .service-box-confirm .top {
    padding: 40px 30px;
  }
}
.service-box-confirm .top img {
  margin: 0 auto 40px;
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .service-box-confirm .top img {
    width: 100px;
  }
}
@media (max-width: 625px) {
  .service-box-confirm .top img {
    width: 80px;
  }
}
.service-box-confirm .top h4 {
  font-size: 2.1vw;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .service-box-confirm .top h4 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .service-box-confirm .top h4 {
    font-size: 4vw;
    line-height: 1.4;
  }
}
@media (max-width: 625px) {
  .service-box-confirm .top h4 {
    font-size: 4.5vw;
  }
}
.service-box-confirm .top p {
  font-size: 1.2vw;
}
@media (max-width: 1200px) {
  .service-box-confirm .top p {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .service-box-confirm .top p {
    font-size: 2vw;
  }
}
@media (max-width: 625px) {
  .service-box-confirm .top p {
    font-size: 4vw;
  }
}
.service-box-confirm .top h5 {
  margin-top: 30px;
  font-weight: 700;
}
.service-box-confirm .socials {
  padding: 40px;
  border-top: 1px solid #8daea9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .service-box-confirm .socials {
    padding: 20px;
  }
}
.service-box-confirm .socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.6;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .service-box-confirm .socials a {
    width: 30px;
    height: 30px;
    padding: 7px;
  }
}
.service-box-confirm .socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.service-box-confirm .socials a:hover {
  opacity: 1;
  background-color: #fff;
}
.service-box-confirm .socials a:hover img {
  filter: none;
}
.service-box-confirm.layout-2 .top {
  height: 100%;
}

/* ****about-timeline new script style ****/
.section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .section {
    padding-block: 60px;
    min-height: 60vh;
    display: none !important;
  }
}
.section.four {
  z-index: 4;
}
.section.four.section_to-pin {
  height: 100vh;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section.four.section_to-pin {
    height: 60vh;
  }
}
.section.four.section_to-pin .section_pin {
  padding: 120px 12vw 120px 12vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
}
@media (max-width: 768px) {
  .section.four.section_to-pin .section_pin {
    height: 60vh;
  }
}
.section.four.section_to-pin .section_pin .content_wrapper {
  min-width: 400px;
  padding: 0vw 6vw 0vw 6vw;
}
.section.four.section_to-pin .section_pin .image_wrapper {
  min-width: 60vw;
  position: relative;
}
.section.four.section_to-pin .section_pin .image_wrapper .item {
  display: flex;
  align-items: center;
  text-align: center;
  width: 1200px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 768px) {
  .section.four.section_to-pin .section_pin .image_wrapper .item {
    width: 600px;
  }
}
.section.four.section_to-pin .section_pin .image_wrapper .item > div {
  width: 270px;
}
.section.four.section_to-pin .section_pin .image_wrapper .item .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(11, 73, 64, 0.4);
  background-color: #e4f2ee;
  z-index: 1;
  position: relative;
  margin: 0 auto 30px;
}
@media (max-width: 678px) {
  .section.four.section_to-pin .section_pin .image_wrapper .item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .section.four.section_to-pin .section_pin .image_wrapper .item .icon img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.section.four.section_to-pin .section_pin .image_wrapper .item p {
  font-size: 19px;
  font-weight: 500;
  margin: 0 auto;
}
.section.four.section_to-pin .section_pin .image_wrapper .item::after {
  content: "";
  background-image: url("../images/line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: -25px;
  position: absolute;
  right: -125px;
  rotate: -3deg;
  width: 100%;
  height: 200px;
  background-size: contain;
  display: block;
}
[dir="rtl"]
  .section.four.section_to-pin
  .section_pin
  .image_wrapper
  .item::after {
  right: auto;
  left: -125px;
}
@media (max-width: 678px) {
  .section.four.section_to-pin .section_pin .image_wrapper .item::after {
    rotate: 0;
    height: 111px;
  }
}
.section.four.section_to-pin
  .section_pin
  .image_wrapper:last-child
  .item::after {
  display: none;
}
.section.four.section_to-pin .section_pin .image_wrapper.active {
  opacity: 1;
}
.section .grid-container {
  width: 100%;
}

.about-pin-mobile {
  display: none;
  padding: 60px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .about-pin-mobile {
    display: block;
  }
}
.about-pin-mobile .item {
  margin-bottom: 60px;
}
.about-pin-mobile .item .icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(11, 73, 64, 0.4);
  background-color: #e4f2ee;
  z-index: 1;
  position: relative;
  margin: 0 auto 30px;
}
@media (max-width: 678px) {
  .about-pin-mobile .item .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .about-pin-mobile .item .icon img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.about-pin-mobile .item p {
  font-size: 19px;
  font-weight: 500;
  margin: 0 auto;
}

.creators-list-marquee {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 270px;
  flex-shrink: 0;
  animation: marqueeTop 30s linear infinite;
  height: 100%;
}
.creators-list-marquee .item {
  overflow: hidden;
  border-radius: 15px;
  opacity: 0.5;
  transition: 0.3s;
  height: 310px;
  min-height: 310px;
  background-position: center;
  background-size: cover;
}
.creators-list-marquee .item:hover {
  opacity: 1;
}
.creators-list-marquee.marquee-bottom {
  animation: marqueeTop 30s linear reverse infinite;
}

@keyframes marqueeTop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes marqueeBottom {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.gform_wrapper.gform-theme form .gfield {
  position: relative;
}
.gform_wrapper.gform-theme form .gfield .gform-field-label {
  position: absolute;
  left: 30px;
  top: 25px;
  transition: 0.3s;
  margin: 0;
  display: block;
  color: #0b4941;
}
[dir="rtl"] .gform_wrapper.gform-theme form .gfield .gform-field-label {
  left: auto;
  right: 30px;
}
.gform_wrapper.gform-theme form .gfield .gform-field-label > span {
  margin: 0 7px;
}
.gform_wrapper.gform-theme form .gfield input {
  transition: 0.3s;
}
.gform_wrapper.gform-theme form .gfield.has-value .gform-field-label,
.gform_wrapper.gform-theme form .gfield.has-focus .gform-field-label {
  translate: 0 -17px;
  font-size: 11px;
}
.gform_wrapper.gform-theme form .gfield.has-value input,
.gform_wrapper.gform-theme form .gfield.has-focus input {
  padding-top: 12px !important;
}
.gform_wrapper.gform-theme form .gfield.gfield--type-select .gform-field-label,
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-fileupload
  .gform-field-label,
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-checkbox
  .gform-field-label {
  translate: 0 0 !important;
  position: unset !important;
  font-size: 15px !important;
  margin-bottom: 7px !important;
}
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-textarea
  .gform-field-label {
  width: calc(100% - 40px);
}
.gform_wrapper.gform-theme form .gfield.gfield--type-textarea textarea {
  padding-top: 55px;
}
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-textarea.has-value
  .gform-field-label,
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-textarea.has-focus
  .gform-field-label {
  translate: 0 -5px;
}
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-checkbox
  .gform-field-label {
  margin: 0 10px !important;
}
.gform_wrapper.gform-theme form .gfield.gfield--type-checkbox input {
  width: 25px;
  height: 25px !important;
  padding: 0 !important;
  border-radius: 5px !important;
  flex-shrink: 0;
}
.gform_wrapper.gform-theme form .gfield.gfield--type-select .gfield_label {
  position: absolute !important;
  translate: 0 -17px !important;
  font-size: 12px !important;
  margin: 0 !important;
}
.gform_wrapper.gform-theme form .gfield.gfield--type-select select {
  padding-top: 12px !important;
}
.gform_wrapper.gform-theme form .gfield_required.gfield_required_text {
  font-size: 0;
  display: inline-flex;
  align-items: center;
}
.gform_wrapper.gform-theme form .gfield_required.gfield_required_text::after {
  content: "*";
  font-size: 20px;
}

.social-accounts ~ .gfield {
  margin-bottom: 20px;
}

.gform_wrapper.gform-theme form .gfield.gfield--type-radio .gfield_label {
  position: unset;
  translate: 0 0;
  margin-bottom: 7px;
  font-size: 15px;
}
.gform_wrapper.gform-theme form .gfield.gfield--type-radio .gfield_radio {
  gap: 20px;
}
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-radio
  .gfield_radio
  .gchoice {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-radio
  .gfield_radio
  .gchoice
  input {
  padding: 0 !important;
  width: 25px;
  height: 25px;
}
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-radio
  .gfield_radio
  .gchoice
  input::before {
  background: #0b4940;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.gform_wrapper.gform-theme
  form
  .gfield.gfield--type-radio
  .gfield_radio
  .gchoice
  .gform-field-label {
  position: unset;
  translate: 0 0;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 625px) {
  .elementor-element {
    overflow: hidden;
  }
} /*# sourceMappingURL=style.css.map */

/* Phone icon  */



.phone-number img {
  width: 24px;
  height: auto;
}


/* Banner */

.home-banner {
  padding-top: 30px !important;
  padding-bottom: 30px !important;

  /*   height: 82vh !important; */
}
.hero-sec .item .caption {
  text-align: left;
  position: relative;
  z-index: 1;
  max-width: 67%;
}

.home-banner .item .caption p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: left;

  max-width: 400px;
}
.caption a.transparent img[src="https://aacmena.3alammash.com/wp-content/themes/creators-hq/assets/images/play.svg"]
{
  display: none;
}
.home-banner .item .caption div .btn.transparent {
  background-color: #fff;
  color: #000000;
  border: 1px solid transparent;
}
.home-banner .item .caption div .btn {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  height: 55px;
  border: 1px solid;
}
.home-banner .item .caption div .btn.transparent:hover {
  text-decoration: none;
}
.home-banner .item .caption div {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 30px;
}
.image-box-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;

  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.image-box-list li {
  margin-bottom: 8px;
}
ul.training-list {
  list-style-type: disc;
}

ul.training-list li {
  margin-left: 20px;
  font-size: 16px !important;
}
ul.custom-bullets {
  list-style-type: none;
/*   padding-left: 20px; */
}

ul.custom-bullets li {
  position: relative;
  padding-left: 15px;
}



ul.custom-bullets li::before {
  content: "•";
  font-size: 1em;
  color: black;
  position: absolute;
  left: 0;
  top: 0.2em;
}
/* Footer style */
.footer-widgets {
  background-color: black;
}
.footer-widgets p {
  color: white;
}

.elementor-button-content-wrapper {
  justify-content: left !important;
  padding-left: 5px !important;
}

.wpcf7-form-control .wpcf7-email {
  height: 73.5px !important;
  width: 733px !important;
  border-radius: 51px !important;
  border: none !important;
}



.elementor-28 .elementor-element.elementor-element-eed39e8 {
/*   /* display : flex !important; */
  /* flex-direction : column !important */
  /*     justify-content: center !important; */
  /* gap : 10px !important */ 
}

.elementor-28 .elementor-element.elementor-element-8a11b43 {
  /* width: 344px !important */
}

.elementor-element-b5949d5 div div {
  /* gap : 0px !important;  */
}
.elementor-28 .elementor-element.elementor-element-b5949d5.e-con {
  /*  gap :  15px !important  ; */
}
.training-list li {
  color: black !important;
}
ul.training-list li {
  font-size: 15px !important;
}
.elementor-element-b5949d5 .elementor-widget-container img {
  width: 263px !important;
  height: 178px !important;
}

.elementor-element-b5949d5
  .elementor-widget-container
  .elementor-icon-box-wrapper {
  max-width: 344px !important;
  text-align : left !important;
}
.wpcf7-form-control-wrap {
  /* display : none !important;*/
}
/* 
.elementor-element-8cf8c8b{
height: 773px;
justify-content: center;
}


.elementor-element-8cf8c8b form{
    display: flex;
    justify-content: center;

} */

.Subscribers {
width: 62%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 50px;
}

.elementor-28 .elementor-element.elementor-element-e33c6c9 > .elementor-widget-container{
 margin-top : 5px !important;
 margin-bottom : 0!important;
}





.elementor-28 .elementor-element.elementor-element-33b58dd.e-con{
    padding: 10px 0 ;
}


@media (max-width : 768px){

.elementor-element-b5949d5 div {
  /*    box-shadow : none !important;
   background : #ffffff !important */
  /* width: 631.26px !important; */
   height: fit-content !important;
 /* display : flex !important */
}

/* .elementor-element-b5949d5 .elementor-widget-container img {
  height: 100% !important;
}
 */
	#wpcf7-f302-p28-o1 form .wpcf7-response-output {
  width : 100% ; 
   text-align : left;
   margin-bottom : 5px !important;
  padding : 0 !important;
}

	.Subscribers label .subscribe-input{
     padding-right : 48% !important;
     

}
	.subscribe-button{
   width : 40% !important;
}
	.elementor-28 .elementor-element.elementor-element-e33c6c9 > .elementor-widget-container{
  width : 100% !important;

}
 .Subscribers{
  padding : 0 !important;
 }

.elementor-28 .elementor-element.elementor-element-33b58dd.e-con{
    padding: 10px 5% !important;
}



.elementor-element-b5949d5{
place-items : flex-end !important;
}
}



#wpcf7-f302-p28-o1 form {
  display: flex;
  align-items: center;
  justify-content: right;
}

#wpcf7-f302-p28-o1 form .wpcf7-response-output {
  color: white;
}

.Subscribers label {
  width: 100%;
}

.Subscribers label .subscribe-input {
  width: 100%;
/*   max-width: 733px; */
  height: 73.5px;
  padding: 0px 10px;
  border-radius: 51.5px;
  border: none;
  font-size: 20px;
  padding-right: 240px;
  padding-left : 25px ;
}

.wpcf7-response-output{
border: none !important;
margin-bottom: 5px !important;
margin-top : 0!important;
 width: 62%;
}

.Subscribers .wpcf7-form-control-wrap {
  display: block;
/*   height: 53px; */
  height: 70px;

}

.Subscribers .wpcf7-not-valid-tip {
 margin-top : 10px !important;
}
.elementor-element-33b58dd {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.Subscribers p {
position: relative;
    width: 100%;
    line-height: 14px;
 display : flex; 
  flex-direction : column;
}

.Subscribers p br:nth-of-type(2) , 
.Subscribers p br:nth-of-type(1) {
    display: none !important;
}
.subscribe-button {
  background-color: black;
  color: white;
  font-weight: 600;
  border: none;
  width: 206px;
  height: 50.67px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-68%);
  right: 12px;
}


.subscribe-button:hover{
 background: transparent;
    color: black;
    border: 1px solid;
}



@media (max-width : 450px){

	.Subscribers .wpcf7-form-control-wrap {
   height : 50px;
}

.Subscribers .wpcf7-form-control-wrap
	.subscribe-button{
    width: 94.55px !important;
    height: 45.67px !important;
    font-size: 12px !important;
}
	.Subscribers label .subscribe-input{
 font-size : 16px !important;
/*     padding-right: 40% !important; */
    height: 100%; !important;

}

.subscribe-button {
        width: 100px !important;
        height: 40px;
        font-size: 14px;
        top: 50%;
        transform: translateY(-78%);
        right: 6px;
}


}





/* ------------------------- */

.elementor-1302 .elementor-element.elementor-element-2608882 .elementor-heading-title {
  /* font-size: 64px;*/
  /*padding-left: 5%;*/
/*   margin-top: 20px; */
/*   margin-bottom: 30px; */
   /*margin: 20px 0px 30px 0 !important;*/
}

.elementor-1302 .elementor-element.elementor-element-f08c5e2 div {
  font-size:26px !important;
  margin : 0 !important;
  padding-left: 5%;
}

.elementor-1302 .elementor-element.elementor-element-0e202fd{
 margin-top : 60px !important;
}

.elementor-1302 .elementor-element.elementor-element-61c0a53{

justify-content : space-between !important
}
.container-partners-certificate{
/*  width : 90% !important; */
}


.partners-certificate > div > div {

 padding : 0 8px !important;
}
@media (max-width : 768px){
	.elementor-element-61c0a53  {
  padding :  0 5% !important;
}

	.partners-certificate{
 gap : 10px !important;
}

	.container-partners-certificate{
/*  width : 100% !important; */
/*  align-items : center; */
 margin-top : 10px !important;
}

	.elementor-element-2aa9584{
 height : auto !important;
 margin-bottom : 10px !important;
 }

.elementor-1302 .elementor-element.elementor-element-2608882 .elementor-heading-title {
   font-size: 32px !important;
}

.elementor-1302 .elementor-element.elementor-element-f08c5e2 div {
  font-size:18px !important;
}

}
/* ------------------------- */




/* --------------------------- START section PECP HOME PAGE -------------- */
/* ---------------------------START section PECP HOME PAGE -------------- */
/* ---------------------------START section PECP HOME PAGE -------------- */

.elementor-element-ac6583b {
  align-items: end !important;
}
.elementor-element-1d0f89b {
  position: relative;
  top: 7vw;
  z-index: 1;
  left: 0 ;
}

.elementor-28 .elementor-element.elementor-element-e33c6c9 {
	font-size : 24px !important;
    display: flex;
    flex-direction: column;
    align-items: end;
   
}
.elementor-28 .elementor-element.elementor-element-e33c6c9 p {
 text-align : left ;
 margin-bottom : 5px !important;
 
}

.elementor-28 .elementor-element.elementor-element-e33c6c9 > .elementor-widget-container {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    width: 62%;
}
.elementor-element-435259a{
margin-bottom : 100px ;
}
.elementor-28 .elementor-element.elementor-element-33b58dd.e-con{
 width : 100% !important;
}

.elementor-element-e151cbf {
 padding : 0 5% !important;
}

.elementor-28 .elementor-element.elementor-element-fc071a7{
 font-size : 20px !important;
}





.elementor-element-16e7573 p {
  font-size: 18px !important;
  margin-bottom: 30px;
 
}
.elementor-element.elementor-element-ac6583b{
/*  line-height : 0 !important; */
/*   margin-top : 60px !important ; */
padding: 0 5% !important;
}
#wpcf7-f302-p28-o1 form {
  display: flex;
  align-items: flex-end;
  /* justify-content: right; */
  /* min-height: fit-content; */
  flex-direction: column;
}

.elementor-element-e151cbf {
  /*   min-height : 206px !important; */
  /*   height : 206px !important ; */
  max-height: auto !important ;
}
.elementor-element-1d0f89b img {
 width: 25vw !important;
    height: 30.135vw !important;
}

.elementor-element-168f114 {
  justify-content: center;
  /*   margin-top: 130px; */
}

.elementor-element-168f114 div {
  font-size: 16px;
  max-width: 798px;
  line-height: 26px;
  font-size: 16px !important;
/*   margin-left: 40px; */
}
.elementor-element-2a225b9 div , .elementor-element-8d1059a div{
font-size:16px !important;
max-width : 500px;
}

.elementor-1302 .elementor-element.elementor-element-6681fae{
color : #2e625b !important;
font-size: 64px !important;
}

@media (max-width: 1300px) {
	.elementor-element-16e7573 p{
   margin-top : 60px !important;
}
}
@media (max-width: 768px) {


.elementor-element-435259a{
margin-bottom : 70px !important ;
}
.elementor-element-16e7573 p {
  margin-bottom: 0 !important;;
 
}
.elementor-28 .elementor-element.elementor-element-e33c6c9 p {

 font-size : 18px !important;
}
  .elementor-element-1d0f89b {
    position: static !important;
  }

.elementor-1302 .elementor-element.elementor-element-6681fae{
font-size: 32px !important;
}

	.elementor-element-16e7573 p{
   margin-top : 0 !important;
}

  .elementor-element-1d0f89b img {
    width: 250px !important;
    height: 270px !important;
  }

  .elementor-element-ac6583b {
    margin: 50px 0 !important ;
  }

  .elementor-element-168f114 {
    margin-top: 50px !important;
  }

  .Subscribers {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}

/* ---------------------------END section PECP HOME PAGE -------------- */
/* ---------------------------END section PECP HOME PAGE -------------- */

/* ---------------------------END section PECP HOME PAGE -------------- */
/* @media (max-width : 950px){
	.swiper-container{
        width: 80% !important;
} */

/* ---------------------------start section  testimonials HOME PAGE -------------- */
/* ---------------------------start section  testimonials HOME PAGE -------------- */
/* ---------------------------start section  testimonials HOME PAGE -------------- */

/* .testimonials-subtitle {
  padding-left: 5%;
} */
/* testimonials-subtitle
testimonials-title */
.testimonials-subtitle p {
  font-size: 26px !important;
  padding:0 5%;
}

.testimonials-title h2 {
  font-size: 50px !important;
  padding-left: 5%;
  margin-top: 20px;
  margin-bottom: 30px !important;
}



@media (max-width : 768px){
	.testimonials-title h2{
		
 font-size : 32px !important
}
.testimonials-subtitle p {
  font-size: 18px !important;
}

}
.testimonials__container {
  background: black !important;
  height: 625px !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  width: 90%;
  margin: 0 auto;
/*   padding : 50px 50px 0 50px !important; */
padding : 50px 3% 0 3% !important;
}

.swiper-container {
/*   width: 50% !important;
  max-width: 800px !important;
  margin: auto !important;
  height: 100% !important;
  position: relative !important; */
/*  width: 50% !important; */
/*   max-width: 800px; */
  margin: auto;
  height: 100%;
}

.my-swiper {
  height: 625px !important;
}

.swiper-wrapper {
  display: flex !important;
  align-items: center !important;
}

.swiper-slide {
  color: white !important;
  height : 90% !important;
/*   width : 100% !important; */
}

.container-border {
  border: 1px solid #2e625b !important;
  padding: 15px;
  border-radius: 20px !important;
  position: relative !important;
}

.over-flow-container-card-testimonial__content{
padding: 10px 20px;
overflow-y: auto;
height: 300px;
}

.over-flow-container-card-testimonial__content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.over-flow-container-card-testimonial__content::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
	border-radius: 10px;

}

.over-flow-container-card-testimonial__content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2E625B;
}

.testimonial__content {
  border-radius: 10px !important;
  position: relative !important;
}

.testimonial__content p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  text-align: justify !important;
}

.testimonial__content .testimonial-subtitle {
  font-size: 16px !important;
}

.testimonial__author .testimonial-subtitle:first-child {
  margin: 15px 0 5px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #2e625b !important;
}
.testimonial__author p {
  margin: 0 !important;
  font-size: 12px !important;
  color: #aaa !important;
}

.testimonial-subtitle.testimonial-position{
 color : white !important;
}

.swiper-button-next ,
.swiper-button-prev {
  cursor: pointer !important;
  position: static !important;
  color: white !important;
}

.swiper-button-next svg,
.swiper-button-prev svg{
  font-size: 40px !important;
  color: white !important;
}

.swiper-button-next svg:hover,
.swiper-button-prev svg:hover{
  color: #2e625b !important;
}

.swiper-pagination {
width: fit-content !important;
left: 50% !important;
transform: translatex(-50%) !important;
z-index: 9999 !important;
 position: absolute !important;
  bottom: 35px !important;
}

.swiper-pagination-bullet {
  background-color: white !important;
  border-radius: 2px !important;
  width: 14px !important;
  height: 14px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #2e625b !important;
}

.container-next-prev {
  position: absolute !important;
  z-index: 99 !important;
   width : 70%;
  max-width: 32% !important;
  bottom: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row-reverse !important;
  height: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 14px !important;
}

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

.testimonial__author {
  margin: 50px 0 0 74px !important;
}

.testimonial__author h4 {
  font: 20px !important;
  text-align: start !important;
}

.testimonial__author p {
  font: 18px !important;
  text-align: start !important;
}

.container-border:after,
.container-border:before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
}

.container-border:after {
  position: absolute !important;
  bottom: -41px !important;
  left: 50px !important;
  rotate: 90deg !important;
  border-color: transparent transparent transparent rgb(0, 0, 0) !important;
  border-width: 21px !important;
}

.container-border:before {
  position: absolute !important;
  bottom: -44px !important;
  left: 49px !important;
  rotate: 90deg !important;
  border-color: transparent transparent transparent #2e625b !important;
  border-width: 22px !important;
}



.elementor-image-carousel-wrapper .swiper-pagination {
  display: none !important;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.vertical-line {
  border-left: 2px solid #e7e7e7;
  height: 90%;
}
.training-list ul {
  list-style-type: none;
  padding-left: 0;
}

.training-list ul li::before {
  content: "- ";
  color: #000;
  margin-right: 5px;
}
.link-other {
  color: #2e625b;
}
 



@media (max-width: 1000px) {
  .swiper-container {
/*     width: 70% !important; */

 
  }


}


@media (max-width: 768px) {
  .swiper-container {
/*     width: 100% !important; */

    
  } 

	.container-next-prev {
    max-width : 70% !important;
}
  .container-border {
    padding: 20px !important ;
  }

  .testimonial__content p {
  }
}


/* ---------------------------end section  testimonials HOME PAGE -------------- */
/* ---------------------------end section  testimonials HOME PAGE -------------- */
/* ---------------------------end section  testimonials HOME PAGE -------------- */

.elementor-28 .elementor-element.elementor-element-0ec5a0f {
  padding-left: 5%;
}
.elementor-28 .elementor-element.elementor-element-0ec5a0f p {
  font-size: 26px;
}



/*.elementor-28*/
/*  .elementor-element.elementor-element-a8b3454*/
/*  .elementor-heading-title {*/
/*  font-size: 64px;*/
/*  padding-left: 5%;*/
/*  margin-top: 20px;*/
/*  margin-bottom: 30px;*/
/*}*/


@media (max-width : 768px){




.elementor-28 .elementor-element.elementor-element-0ec5a0f p {
  font-size: 18px;
}

.elementor-28
  .elementor-element.elementor-element-a8b3454
  .elementor-heading-title {
  font-size: 32px;  
  margin-bottom : 0 !important;
}


@supports (-webkit-touch-callout: none) {
.elementor-28 .elementor-element.elementor-element-a8b3454 .elementor-heading-title {
   margin-bottom : 20px !important;
	

}
}
}

/* ---------------------------start section Proudly Serving  HOME PAGE -------------- */
/* ---------------------------start section  Proudly Serving HOME PAGE -------------- */
/* ---------------------------start section  Proudly Serving HOME PAGE -------------- */

.elementor-28 .elementor-element.elementor-element-11a8577 {
  padding: 0 5%;
}


.proudly-serving-slider svg {
fill : black !important;
}
.elementor-28 .elementor-element.elementor-element-6173ef9 {
  padding: 0 5%;
}

.elementor-28 .elementor-element.elementor-element-6173ef9 p {
  font-size: 26px !important;
}
.elementor-28
  .elementor-element.elementor-element-bf8c89b
  .elementor-heading-title {
  /*font-size: 64px;*/
  /*padding-left: 5%;*/
  /*margin-top: 20px;*/
  /*margin-bottom: 30px;*/
}


@media (max-width : 768px){
.elementor-28 .elementor-element.elementor-element-6173ef9 p {
  font-size: 18px !important;
}
.elementor-28
  .elementor-element.elementor-element-bf8c89b
  .elementor-heading-title {
  font-size: 32px;
  
}


}


/* ---------------------------end section  Proudly Serving HOME PAGE -------------- */
/* ---------------------------end section  Proudly Serving HOME PAGE -------------- */
/* ---------------------------end section  Proudly Serving HOME PAGE -------------- */




/* ----------------request call------------------ */

.request-call{
 margin-bottom : 100px !important;
}

.request-call .subtitle-request-call{

 font-size: 26px !important;
  padding-left: 5% !important;
}

.request-call .title-request-call h2{

 font-size: 50px !important;
  padding-left: 5% !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  margin-left: 0 !important;
}

.request-call-contact img {
    margin-right: 20px;
    width : 24px;
    height : 24px;
    
}

.intl-tel-input .iti{
width : 100% !important;
}

.request-call-contact .row-phone .phone-number{
display : flex ;
align-items : flex-start;
color : #ffffff  !important;
}

.request-call-contact .row-text span {
 font-size : 18px !important;
}
.request-call-contact .row-phone,
.request-call-contact .row-email {
  display:flex;
  align-items: flex-start;
 font-size : 50px !important
}
.request-call-contact .row-phone{
 flex-direction : column !important;
}

.request-call-contact .number-list-2{
padding-left : 45px;
color : white !important;
}

.request-call-contact .number-list{
 color : white !important;
}

.request-call-contact .number-list a {
 color : white !important;
}

.number-list-2 a  , .number-list a{
 color : white  !important;
}
.request-call-contact .row-location, 
.request-call-contact .row-phone,
.request-call-contact .row-email{
font-size: 18px !important;
color : white !important;
}
.request-call-contact .row-location > :nth-child(2) {
/*   display:flex;
  align-items: center; */
/*  font-size : 18px !important */
padding-left : 45px;

}

.request-call-contact .row-location .icon-title{
 display : flex;
  align-items : center;
}


.request-call-contact .row-email .email-request{
display:flex ;
align-items :center;
}

.request-call-form{
     padding: 55px 0px !important;
    place-items: end !important;
    align-items: center !important;
/*    width : 90%;
 */
}

.request-call-shortcode{
   width : 90%;
}

.request-call-shortcode .wpcf7-response-output {
font-size : 18px !important;
width : 100% !important;
color : black;
}


.request-call .wpcf7-not-valid-tip{

font-size : 20px !important;

}

@media (max-width : 768px){


.request-call-shortcode .wpcf7-response-output {
font-size : 16px !important;
}



.request-call .wpcf7-not-valid-tip{

font-size : 16px !important;

}

.request-call .subtitle-request-call{

 font-size: 18px !important;
}

.request-call .title-request-call h2{
 font-size: 32px !important;
 margin-bottom : 0 !important;
}

@supports (-webkit-touch-callout: none) {
.request-call .title-request-call h2{ 
  margin-bottom : 30px !important;
	}
}
 


	.request-call-shortcode{
  width : 100%;
}
	.request-call-inner{
  padding : 0 5% ;
  }

	.request-call-inner  .wpcf7-response-output{
     width : 100% !important ;
  }

 	.request-call-form{
padding : 5% !important;
}



}

.request-call-contact {
  padding: 10% 7% !important;
/*   place-items: end !important; */
  display: flex;
   flex-direction: column;
   gap:30px;
}

.row-icon {
 padding-left : 45px;
}
.row-icon .elementor-social-icon {
  width: 30px !important;
  height: 30px !important;
  
}

.row-icon .elementor-social-icon svg:hover {
  opacity : 0.5 ;
}

.request-call form {
    display: flex;
    flex-direction: column;
/*     gap: 15px; */
    width: 100%;
}

.request-call form label {
    width: 100%;
    color: black !important;
    font-size: 18px !important;
    font-weight: 800;
	padding-bottom: 15px;
}


.request-call form label br {
  width: 100%;
  color : black !important;
   font-size: 18px !important
}

.request-call form label br {
    display: none !important;
}

.request-call .wpcf7-response-output {

color : #2e625b !important;
}
.request-call form input  ,.request-call form select {
 border-radius: 60px;
    border: 1px solid black;
    padding: 0 20px;
    height: 55.6px;
    width: 100%;
    margin-top: 1%;
  outline : none ;
}
.request-call form select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  appearance : none;
-webkit-appearance: none;
   
}

.request-call form select:hover{
 cursor : grab;
}



.request-call textarea {
  border-radius: 32px;
  border: 1px solid black;
  width: 100%;
  padding: 5px 20px;
  font-size: 20px;
  height : 275px;
}
@media(max-width: 450px){

	.request-call form input  ,.request-call form select {
 font-size : 15px !important;
 height : 45px !important;
}

	.request-call textarea {
height : 150px !important;
 font-size : 15px !important;

}
}

.request-call form .submit-class {
/*   background-color: black;
  color: white;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700; */

    margin-top: 15px;
    background-color: black;
    color: white;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px !important;
}

.request-call form .submit-class:hover{
  background : transparent;
  color :  #2e625b;
 border-color :  #2e625b
}

.request-call form .first{
margin : 0 10px 0 0 !important;
}
.request-call form .first label , .request-call form .last label {
    display: flex;
    align-items: center;
    gap: 15px;

}

.request-call form .first label span , .request-call form .last label span{
 min-width : fit-content;
}

.request-call form .first label input , .request-call form .last label input{
    width: 28px;
    height: 28px;
    accent-color: #2e625b;}
/* ----------------new request call------------------ */


/* ----------about us page--------------- */

.about-us-main .container {
  justify-content: left !important;
}




.event-sec .event-banner .caption {
  text-align: left !important;
  z-index: 1 !important;
  margin: 0 !important;
  /*     width : 100% */
  max-width: 100%;
 margin-bottom : 40px !important;
}

.about-us-main .event-banner {
/*   height: 90vh; */
}
.event-sec .event-banner .caption p {
  margin: 0 !important;
  max-width: 921.81px !important;
text-align : justify;
}

.elementor-element-6a5b301 div {
  background-color: white !important;
  border-radius: 42px;
  margin-top : 0 !important;
}

.elementor-element-6a5b301 {
  top: -20vh;
  z-index: 1 !important;
  
}

 
.about-us-card-content {
  padding : 20px 20px 30px 20px !important;
}

.elementor-element-6a5b301 li {
font-size: 23px !important;
}


/* 
.training-list{
 margin-left : 20px !important;
} */


.about-us-card-subtitle p{
 text-align : left ;
 padding-left : 10% !important;
font-size: 26px;
}


.training-subpoints{
 margin-left : 5% !important;
}
.about-aac {
 padding : 20px !important;
}

.elementor-835 .vertical-line{
align-self : center !important ; 
 border-radius : 0 !important;
height : 80%;
}

@media (max-width : 768px){



	.request-call textarea {
     height : 180px !important;
}
	.event-sec .event-banner {
    padding: 43px 0 179px !important

}
	.about-us-cards .elementor-widget-text-editor{
   width : 100% !important;
}
	.about-us-cards img{
  object-fit : contain !important;
   height: 100% !important;  
}

	.about-us-cards .container-vertical-line {
 display : none;
}
.elementor-element-6a5b301 li {
font-size: 18px !important;
}

 .about-us-cards{
    padding: 0 5% 20px 5% !important; 
}
.about-us-cards > div {
  /* خصائص CSS هنا */
padding : 0 5% !important;
box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.5) !important;
}

.about-us-cards .elementor-widget-container{
  margin : 0 0 0 0 !important;
/*  padding : 5% 0 !important */
}

.about-us-card-image > div {
 padding : 0px !important;
}
.about-us-card-subtitle p {
  padding : 0 0 0 10px !important;
 margin : 0 !important;
  font-size : 20px !important;
}

	.about-us-cards > div {
     padding : 8% !important;
 }

	.about-us-card-image  {
   margin-bottom : 20px !important;
}

}

@media (max-width : 500px){
	.about-us-card-image img {
 width : 100% !important;
}

/* 	.about-us-cards > div {
   padding : 10px !important;
} */

}



/* -------WHY SHOULD YOU WORK WITH AAC?----- */



.elementor-835 .elementor-element.elementor-element-eef4454{
 font-size : 26px !important;
}

.elementor-835 .elementor-element.elementor-element-0c2419e .elementor-heading-title{
/*  font-size : 64px !important; */
}

.about-aac p{
 font-size : 20px !important;
}



.about-aac .about-aac-number p , .about-aac .about-aac-number div {

 font-size : 70px !important;
}

.elementor-element-f46c472 {
  margin-bottom: 100px;
}
@media (max-width : 768px){

.about-aac .about-aac-number p , .about-aac .about-aac-number div {
 text-align : left ; 
 font-size : 55px !important; ;

}
 .elementor-835 .elementor-element.elementor-element-eef4454{
 font-size : 18px !important;
}

.elementor-835 .elementor-element.elementor-element-0c2419e .elementor-heading-title{
 font-size : 32px !important;
 padding-right : 5% !important;
}

	.elementor-element-ef3a25f{
 padding : 0 5% !important;
}

.about-aac p{
 font-size : 18px !important;
}

.elementor-element-f46c472 {
/*   margin-bottom: 70px !important;; */
  margin : 0 !important;
}
}

.elementor-element-ef3a25f div {
   }


.elementor-element-7eb022e{
transform: translateY(-13vh) !important;
}
/* .vertical-about {
 height : 100% !important;
} */
/* .elementor-element-ef3a25f div:nth-of-type(2) {
  height: 70% !important;
}

.elementor-element-ef3a25f > div:nth-child(2) {
  height: 70% !important;
}

.elementor-element-fd55a48 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 21vh;
} */

/* .elementor-element-fd55a48 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 21vh;
} */
/* ----------SHOULD YOU WORK----------- */
.elementor-element-ef3a25f{
/* margin-bottom : 100px ; */
}
/* ----------SHOULD YOU WORK----------- */

/* -------.proudly-serving-------- */
.elementor-1304 .elementor-element.elementor-element-939825f .elementor-heading-title , .elementor-835 .elementor-element.elementor-element-291fadb .elementor-heading-title ,  .elementor-element-939825f h2{ 
 /*font-size: 50px !important;*/
 /* padding: 0 5% !important;*/
 /* margin-top: 20px !important;*/
 /* margin-bottom: 30px !important;*/
 /* margin-left: 0 !important;*/
}



.elementor-10006 .elementor-element.elementor-element-4119d50 , .elementor-835 .elementor-element.elementor-element-3224b2d p , .elementor-10006 .elementor-element.elementor-element-4119d50 > .elementor-widget-container ,.elementor-element-4119d50 p {
font-size : 26px !important;
padding: 0 5% !important;
}




.elementor-element-4119d50 p , .elementor-element-939825f h2 {
padding : 0 5% !important

}



.elementor-10006 .elementor-element.elementor-element-4119d50 {
display: flex
;
    flex-direction: column;
    justify-content: center;
}
@media (max-width : 768px){


	.elementor-835 .elementor-element.elementor-element-3224b2d p {
  font-size : 18px !important;

}

	.elementor-835 .elementor-element.elementor-element-3224b2d {
display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.elementor-1304 .elementor-element.elementor-element-939825f .elementor-heading-title , .elementor-835 .elementor-element.elementor-element-291fadb .elementor-heading-title{ 
 font-size: 32px !important;
  margin-bottom : 0 !important;
	}

	.elementor-835 .elementor-element.elementor-element-291fadb .elementor-heading-title {
 margin-top : 0 !important
}


 .elementor-element-939825f h2 , .elementor-element-291fadb h2 {
 font-size: 32px !important;
  margin-bottom : 0 !important;
margin-top: 0 !important;
}
	.elementor-element-4119d50 p {
font-size : 18px !important;

}



.elementor-1304 .elementor-element.elementor-element-4119d50 , .elementor-835 .elementor-element.elementor-element-3224b2d{
font-size : 18px;
}

@supports (-webkit-touch-callout: none) {
.elementor-1304 .elementor-element.elementor-element-939825f .elementor-heading-title , .elementor-835 .elementor-element.elementor-element-291fadb .elementor-heading-title{ 
  margin-bottom : 30px !important;

	}
}
 
}

.elementor-element-2c9f866{
margin : 80px 0 !important
}

.elementor-element-663c240 , .elementor-element-27fcdfb{
padding : 0 3% !important;
}
/* -------.proudly-serving-------- */


/*  -----testimonials about us------- */
.elementor-835 .elementor-element.elementor-element-ae98aeb > .elementor-widget-container  , .elementor-835 .elementor-element.elementor-element-3fb59e3 > .elementor-widget-container {
 margin: 0 !important;

}

.elementor-835 .elementor-element.elementor-element-3fb59e3 .elementor-heading-title{
/*  font-size: 64px !important; */
  /*padding-left: 5% !important;*/
  /*margin-top: 20px !important;*/
  /*margin-bottom: 30px !important;*/
  /*margin-left: 0 !important;*/
}

.elementor-835 .elementor-element.elementor-element-ae98aeb{
font-size : 26px;
padding-left: 5% !important;
}
.elementor-element-7121eb8{
 margin-bottom : 50px !important;

}

.elementor-element-f46c472 {
 margin-bottom : 100px !important;
}




@media (max-width : 768px){
.elementor-835 .elementor-element.elementor-element-3fb59e3 .elementor-heading-title{
 font-size: 32px !important;
 
}

	.elementor-835 .elementor-element.elementor-element-e1f0d61 .elementor-heading-title{
 line-height : 60px !important;
}

.elementor-835 .elementor-element.elementor-element-ae98aeb{
font-size : 18px;
}
 
}
/*  -----testimonials about us------- */



/* WHY DO WE EXIST */
/* about-us-exist
about-image-subtitle
about-image-title
about-image-paragraph */

.about-us-exist .about-image-subtitle {
font-size : 26px !important;
}

.about-us-exist .about-image-title h2{
font-size : 32px !important;
}
.about-us-exist-content{
/*  align-items : center !important; */
}

.about-us-exist-content .about-us-image-container .elementor-widget-container {
 display : flex ; 
 align-items : center; 
justify-content : center;
}
.about-us-exist-content img {
 height : 90% !important;
}
.about-us-exist .about-image-paragraph {
font-size : 20px !important;
}


@media (max-width : 768px){
 	.about-us-exist{
    padding : 0 5% !important;
}

	.elementor-835 .elementor-element.elementor-element-e1f0d61 > .elementor-widget-container{

 margin :  0 !important;
}


	.about-us-exist .about-image-title h2{
     font-size : 26px !important;
}
.about-us-exist .about-image-subtitle {
font-size : 20px !important;
}
.about-us-exist .about-image-paragraph {
font-size : 18px !important;
}

	.about-us-exist .elementor-widget-container {
    margin: 15px 0 0 0 !important;
}
	.about-us-exist-content{
  padding : 8% 8% !important
}
}




/* WHY DO WE EXIST */


/* ----------------------------------------------------------------------------------------- */
/* -------------------------consultancy page training----------------------------------------- */
/* -------------------------consultancy page training----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */


.elementor-764 .elementor-element.elementor-element-bdebc88 > .elementor-widget-container , .elementor-764 .elementor-element.elementor-element-6d35fe5 > .elementor-widget-container{

margin: 0 !important;
}
.consultancy-container {
  /*     display: flex !important;
    align-items: normal !important;
    height: 100%;
    flex-direction: column !important; */
}

.consultancy-container {
  padding: 0 !important;
  display: block !important;
  margin-bottom: 100px !important;
}
.consultancy-container .image-container {
  /* min-height: 207px !important; */
  height: 207px;
  border-radius: 12px;
  overflow: hidden;
}
.consultancy-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  min-height: 207px;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #e7e9eb;
  margin: 20px 0 10px 0;
}

.consultancy-container .card {
  border-radius: 12px;
  border: none;
  background: transparent;
  box-shadow: 0 0 20px 2px #bbbbbb;
}

.consultancy-col {
  /*     box-shadow: 0 0 20px 2px #bbbbbb; */
  border-radius: 30px;
}
.consultancy-container .footer-card a {
  font-size: 24px;
  background-color: transparent !important;
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.consultancy-container .card-body {
  padding: 0 !important;
  margin-top: 20px !important;
flex: 1 1 auto !important;
  display : flex ; 
flex-direction : column;
}
.consultancy-container .card-body h5 {
  font-size: 20;
  background-color: transparent !important;
  color: black;
  font-weight: 600;

}
.consultancy-container .card-body p {
  font-size: 14px;
  font-weight: 400;
   color : black;
 line-height : normal;
  text-align : justify;
  display : flex;
  align-items : center
}

.consultancy-container .footer-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-container {
  width: 44px;
  height: 44px;
  background-color: #2e625b;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.arrow-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 10px;
  object-fit: cover;
/*   background-color: #2e625b; */
  border-radius: 50% !important;
}

.view-all-button {
  height: 40px;
  min-width: 137px;
  background-color: rgb(0, 0, 0) !important;
  font-weight: 800;
  color: rgb(255, 255, 255) !important;
  border: none;
  border-radius: 28px;
  margin: 5px auto;
}

.view-all-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.footer-card-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer-card-container a , .consultation-footer-learn-more a {
  font-size: 24px;
  background-color: transparent !important;
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.elementor-element-cb5fb0f h2 {
  font-size: 45px !important;
  font-weight : 600 !important;
  margin-bottom : 15px !important;
}



@media (max-width : 768px){

.elementor-element-cb5fb0f h2 {
  font-size: 32px !important;
}
	.elementor-element-cb5fb0f .subcategory-name{
 font-size : 23px !important;
}

	.elementor-element-cb5fb0f .category-description {
  margin : 15px 0 40px 0 !important;
 font-size :  22px !important;
 }

	.consultancy-container {
   margin-bottom : 70px !important;
}
}


@media (max-width : 500px){

.elementor-element-cb5fb0f h2 {
  font-size: 26px !important;
}
	.elementor-element-cb5fb0f .subcategory-name{
 font-size : 18px !important;
}

	.elementor-element-cb5fb0f .category-description {
 font-size :  18px !important;
 }

/* 	.consultancy-container {
   margin-bottom : 70px !important;
} */
}

/* ---------training-categories---------------------- */

.training-categories {
  margin-bottom: 100px;
}

/* ---------training-categories---------------------- */

/*----------------page training programs ---------------------*/

/* Cyber Security Courses  */

.training-banner {
  margin-top: 60px !important;
  margin-bottom: 100px !important;
overflow : visible;
}
.elementor-element-cb5fb0f {
  padding: 0 5%;
}
.elementor-element-f2fd3bf {
    width: 100%;
    padding: 0 5%;
}

.program-search {
    position: absolute;
    bottom: -3vw;
    left: 50%;
    transform: translateX(-50%);
}

 .search-container {
  margin : 0 auto ;
  background-color: #026e5d;
    padding: 20px;
    min-width: 50vw;
    width: 608px;
    border-radius: 100px;

}
    .container-input-search {
      position: relative;
    }

    .container-input-search input {
      padding: 0 20px;
      height: 58px;
      border: none;
      /* width: 400px; */
      width: 100%;
      border-radius: 30px;
      font-size: 18px;
      outline: none;
    }
    .container-input-search button {
       border : none ;
      text-decoration: none;
      color: white;
      font-size: 18px;
      position: absolute;
      right: 0;
      background-color: black;
      border-radius: 30px;
      height: 40px;
      width: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      font-size: 18px;
      font-weight: 800;
    }

    .container-input-search button:hover {
  color : black ;
  background-color : white;
border:1px solid black;
}

.elementor-1642 .elementor-element.elementor-element-7a1d3f4 {
  padding: 0 5%;
}
.elementor-1642 .elementor-element.elementor-element-7a1d3f4 p {
  font-size: 26px !important;
font-weight: 500 !important
}

.elementor-element-a3fb4b5 .elementor-widget-container {
  margin: 0 !important;
}
.elementor-1642
  .elementor-element.elementor-element-a3fb4b5
  .elementor-heading-title {
/*   font-size: 64px !important; */
  padding: 0 5% !important;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  margin-left: 0 !important;
}



.elementor-element-2de3fbc {
padding : 0 5% ;
}

@media (max-width : 768px){
	.search-container {
   margin: 0 auto;
    width: 90% !important;
}
	
.program-search {
    bottom: -45px;
   
}

 
.elementor-1642 .elementor-element.elementor-element-1339bb9 img {
  min-height : 200px !important;
border-radius: 30px !important;
}


	.training-banner {
margin-top: 45px !important;
  margin-bottom: 90px !important;

}

.elementor-1642 .elementor-element.elementor-element-7a1d3f4 p {
  font-size: 18px !important;
}
.elementor-1642
  .elementor-element.elementor-element-a3fb4b5
  .elementor-heading-title {
  font-size: 32px !important;
  margin-bottom : 0 !important;

}

}

@media (max-width : 450px){


	.container-input-search button {
font-size: 14px;
        width: 73px;
        right: 5px;
        height: 30px;


}
.container-input-search input {
     font-size : 14px ;
     padding-right: 40%;
    height: 40px
	}
 .search-container {
       padding: 16px !important
    }

}


@media (max-width : 365px){


.elementor-1642
  .elementor-element.elementor-element-a3fb4b5
  .elementor-heading-title {
  font-size: 32px !important;
  margin-bottom : 30px !important;

}

}


.elementor-element-cb5fb0f .category-description {
  font-size: 26px;
  color: black;
  margin: 40px 0px;
  max-width : 90% !important;
 line-height : 30px !important;
 text-align : justify !important;
}

.elementor-element-cb5fb0f .subcategory-name {
  font-size: 26px;
  background: #2e625b;
  color: white;
  padding: 6px 20px;
  width: fit-content;
  border-radius: 100px;
  font-weight: 700;
}
/* Start Suggest a new course you’re interested in */

#wpcf7-f571-p1642-o1 .wpcf7-submit {
  width: 150.55px;
  height: 50.67px;
  border-radius: 35px;
  color: white;
  background-color: black !important;
  border: none;
  position: absolute;
  right: 14px;
  transform: translateY(-45%);
  top: 50%;
font-size: 16px;
border : none;

}


#wpcf7-f571-p1642-o1 .wpcf7-submit:hover , .submit-number-country-code:hover {
color : black !important;
background-color : transparent !important;
border:1px solid black !important;
}
#wpcf7-f571-p1642-o1 .wpcf7-text,
#wpcf7-f571-p1642-o1 .wpcf7-email {
  height: 73.5px;
  border-radius: 50px;
  border: none;
  padding: 0 20px;
  width: 100%;
  font-size : 20px !important;
margin-top : 2px !important;
}


#wpcf7-f571-p1642-o1 .wpcf7-email {
padding-right : 180px !important;

}

.elementor-element-0c2261d{
 margin-bottom : 50px !important;
 padding : 0 5% !important;
}

.elementor-element-8bc2c55{
 width : 100% !important;
}



.elementor-element.elementor-element-044cbd0{
 font-size : 26px !important;
}



}
.elementor-1642 .elementor-element.elementor-element-044cbd0 > .elementor-widget-container{
 margin : 0 25px 20px 25px !important; 
}



.elementor-1642 .elementor-element.elementor-element-8bc2c55.e-con {
justify-content : center ;
}

#wpcf7-f571-p1642-o1 form div:nth-of-type(2) {
  display: flex;
  /* align-items : center ;  */
  justify-content: space-around;
  gap: 20px;
  padding: 0 25px;
}
#wpcf7-f571-p1642-o1 form div:nth-of-type(2) p {
  width: 50%;
}

.email-submit-container {
  width: 50%;
}
#wpcf7-f571-p1642-o1 .email-submit-container p {
  width: 100% !important;
}


.wpcf7-response-output{
    margin-bottom: 20px !important
}
	.elementor-1642 .elementor-element.elementor-element-044cbd0 > .elementor-widget-container {
 margin : 0 !important;
 padding: 10px 25px !important;
}


#wpcf7-f571-p1642-o1 .wpcf7-response-output {
 padding : 0 25px !important;
 width : 100% !important;
font-size : 18px !important;
margin-top : 10px !important;
}

@media (max-width : 768px){

#wpcf7-f571-p1642-o1 .wpcf7-response-output {
   padding : 0 0 !important;
   font-size: 14px !important;
}

	.elementor-1642 .elementor-element.elementor-element-044cbd0 > .elementor-widget-container {
 padding : 10px 0 !important;
}


	.elementor-element.elementor-element-044cbd0 {
 font-size : 18px !important;

}

	#wpcf7-f571-p1642-o1 form div:nth-of-type(2) {
 padding : 0 !important;
}

	.elementor-1642 .elementor-element.elementor-element-8bc2c55.e-con {
 padding : 10px 5% !important;
}
}
@media (max-width : 900px){
	#wpcf7-f571-p1642-o1 form div:nth-of-type(2){
   flex-wrap:wrap !important;
}

	#wpcf7-f571-p1642-o1 form div:nth-of-type(2) p , #wpcf7-f571-p1642-o1 .email-submit-container {
  width : 100% !important;
}

#wpcf7-f571-p1642-o1 .wpcf7-response-output {
   margin-top : 26px !important;


}

}


@media (max-width : 450px){
#wpcf7-f571-p1642-o1 .wpcf7-submit {
    width: 100.55px;
    height: 40px;
    font-size : 14px;
    right: 6px;
transform: translateY(-73%)
}

	.elementor-element-0c2261d .wpcf7-response-output {
  margin-top :5px !important;
}



/*     #wpcf7-f571-p1642-o1 form div:nth-of-type(2) p, #wpcf7-f571-p1642-o1 .email-submit-container {
    } */

#wpcf7-f571-p1642-o1 .wpcf7-text,
#wpcf7-f571-p1642-o1 .wpcf7-email{
font-size : 14px !important;
height : 50px  !important;
}

	#wpcf7-f571-p1642-o1 .wpcf7-email {
padding-right : 110px !important;
}



#wpcf7-f571-p1642-o1 .wpcf7-response-output{
/*   margin-top : 10px !important; */
/*   color : white !important; */
  
}
}

.email-submit-container p {
  position: relative;
  width: 100%;
  height: 74px;
}

/* End Suggest a new course you’re interested in */

.elementor-element-a050b42 {
  width: 784px !important;
  position: relative;
  top: -65px;
}
.elementor-element-0df5b57 {
  height: 126px;
  padding: 0 40px !important;
  gap: 15px;
  /*  display : flex; */
}

.elementor-element-0df5b57 .elementor-widget-container {
  /*   display : flex ; 
  align-items : center; */
  height: fit-content !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.elementor-element-0df5b57 .elementor-widget-container .elementor-shortcode {
  /*display : none ;*/
}

.elementor-element-0df5b57 div {
  width: 100%;
  display: flex;
  align-items: center;
}

.elementor-element-0df5b57 form {
  width: 100%;
}

.elementor-element-0df5b57 form input[type="text"],
.elementor-element-0df5b57 form input[type="search"] {
  width: 100%;
  height: 58px;
  border-radius: 50px;
  font-size: 18px;
  padding: 0 10px;
  border: none;
}

.elementor-element-0df5b57 form input[type="text"] {
  /*width : 408px !important;*/
}

.elementor-element-0df5b57 form {
  position: relative;
}

.elementor-element-6d337d8 {
  width: 408px !important;
}
.elementor-element-d29a3f6 {
  width: 272px !important;
}

.elementor-element-0df5b57 form .filter-button {
  cursor: pointer;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 50%;
  height: 40px !important;
}

#searchsubmit,
.elementor-element-0df5b57 form .filter-button {
  z-index: 9999;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#searchsubmit {
  background-color: black;
  color: white;
  font-weight: 600;
  border: none;
  width: 120px;
  height: 40px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* -----------start partner page ------------------ */
/* -----------start partner page---------------- */
.partner-container {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #333;
}
.elementor-element-f08c5e2 .elementor-widget-container {
  margin: 10% 0% 0% 6% !important;
}

.elementor-element-2aa9584 {
  width: 419px;
  aspect-ratio: auto 419 / 506;
  height: 506px;
}
.partner-container .partner-title {
  color: #3b755f;
  text-transform: uppercase;
  font-size: 26px;
}

.partner-container h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

.badge-section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.badge-section .content {
  max-width: 500px;
}

.badge {
  max-height: 418.16;
  max-width: 505.73px;
}
.badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.badge p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.badge h2 {
  font-size: 24px;
}

.badge h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
}

.content h2 {
  color: #2a5c3e;
  font-size: 64px;
  margin: 0;
}

.content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 480px;
  gap: 15px 20px;
  justify-content: space-between;
}

.tags span {
  border: 1px solid black;
  color: black;
  padding: 11px 29px;
  border-radius: 25px;
  font-size: 14px;
  width: fit-content;
}
/* -----------end partner page ------------------ */
/* -----------end partner page---------------- */

/* ---------------- start single training page------------------- */
/* ---------------- start single-training----------------- */


.container-single-training {
    padding: 0px 5%;
    justify-content: flex-end;/*     gap: 70px; */
  display: flex;
  flex-direction: row-reverse;
/*   align-items: center; */
gap : 10%;
/*   justify-content: space-around; */
/*   flex-wrap : wrap !important; */
}




.container-single-training .single-training-card {
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width:  350px !important;
  text-align: center;
  padding: 20px;
  height: auto;
}

.container-single-training .single-training-card-image {
  height: 246.82px;
  width: 100%;
}
.container-single-training .single-training-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-bottom: 1px solid #eee;
  border-radius: 12px;
}

.container-single-training .single-training-card-content h3 {
font-size: 20px;
    margin: 10px 0;
    color: black;
    text-align: left;
    font-weight: 500;
}

.container-single-training .single-training-card-content p {
  font-size: 14px;
  color: black;
  line-height: 1.5;
  text-align: justify;
  margin-bottom : 15px ;
  
}

.container-single-training .single-training-card-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0 10px;
    gap: 15px;
    border-top: 1px solid #eee
}

.container-single-training .single-training-card-icons img {
  width: 40px;
  height: 40px;
}

 .single-training-breadcrumb.mobile{
display : none;
} 

@media (max-width : 900px){
	.container-single-training{
/*   flex-wrap : wrap; */
 }

 .single-training-breadcrumb.mobile{
display : none;
} 

.container-single-training {
  /*   align-items: center; */
gap : 7%  !important;
/*   justify-content: space-around; */
/*   flex-wrap : wrap !important; */
}



	.container-single-training .single-training-card-title{
   font-size : 30px !important ;
}

	.container-single-training .tag-single-training {
 font-size : 20px !important;
  text-align : center ;
}
}

.single-training-breadcrumb.mobile{
display : none !important;
/* display : block; */
}
@media (max-width : 768px){
	.container-section-single-training .description {
    font-size : 18px !important;
  
}



	.single-training-breadcrumb.desktop {
/*  display : none */
text-align : justify;
}

	.container-section-single-training .title {
     font-size : 32px !important;
}

	.container-single-training {
   flex-wrap : wrap-reverse !important;
    gap : 40px !important;
   
}

	.container-single-training .content-single-training{
 max-width : 90% !important;

} 

	.container-single-training .single-training-card {
 margin : 0 auto !important;
}
}


@media (max-width : 507px){
	.container-section-single-training .description {
    font-size : 16px !important;
  
}
	.container-single-training .tag-single-training {
  font-size : 16px !important;
}

	.container-single-training .single-training-card-title {
     font-size : 26px !important;
}
	.single-training-breadcrumb a{
/*  font-size : 20px !important; */
line-height: 27px;
}
	.container-single-training .content-single-training{
    max-width : 100% !important;
}

}


/* ------section right--- */

.container-single-training .content-single-training {
  max-width: 57%;
display : flex;
justify-content : center;
flex-direction : column;
gap  : 15px; 
}
.single-training-breadcrumb  {
/*   font-size: 14px; */
/*   color: #667085; */
  margin-bottom: 10px;
}

.single-training-breadcrumb a{
  color: #667085;
  text-decoration: none;
  margin-right: 5px;
  font-size: 20px;
  color: #026e5d;
  display:inline;
 
}


.single-training-card-description {
font-size: 18px;
 line-height: 23px;
  color: #2E625B;
margin-bottom : 10px;
text-align : justify;
}
/* .breadcrumb a:hover {
  text-decoration: underline;
} */


@media(max-width : 500px){



.single-training-card-description {
font-size: 16px;
display : none

}

	.single-training-card-title{
 display : none;
}

	.container-single-training{
 margin-bottom : 30px !important
}
}
.container-single-training .single-training-card-title {
  font-size: 32px;
/*   font-size: 4vw; */
  font-weight: bold;
  margin-bottom: 15px;
  color : black;
 line-height : normal ;
  
}

.container-section-single-training .title{
 font-size: 50px;
     padding-left: 5%;
  margin-top: 20px;
  margin-bottom: 30px;
  color : black;
font-weight: 600;
}

.container-section-single-training .description{
 font-size : 26px ;
  padding-left: 5%; 
 color: #026e5d;
  margin-top : 60px;
  font-weight: 500;
}

.container-single-training .tag-single-training {
  display: inline-block;
  background-color: #026e5d;
 
  padding: 5px 25px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
.container-single-training .tag-single-training a {
 color: white;
}

/* .container-single-training .button-download {
  display: flex;
  justify-content: center;.single-training-card-description
  gap: 15px;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 5px 0px;
  width: 270px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
} */

.container-single-training .button-content-single {
  display: flex;
/*   align-items: center; */
  justify-content: space-between;
}

/* .container-single-training .button-content-single .button-download img {
  width: 25px;
  height: 25px;
} */



.container-single-training,
 .tabs-section,
  .what-business-section,
  .why-business-section,
  .benefits-section,
  .image-section,
  .contact-form-section,
  .single-testimonials-section,
  .similar-courses-section {
    margin-bottom: 100px;
/*   width : 100% !important; */
  }

@media (max-width : 768px){

.container-single-training,
 .tabs-section,
  .what-business-section,
  .why-business-section,
  .benefits-section,
  .image-section,
  .contact-form-section,
  .single-testimonials-section,
  .similar-courses-section {
    margin-bottom: 70px;
/*   width : 100% !important; */
  }

}


.elementor-3233 div:first-child {
/*     width: 100% !important; */
}


/* .elementor-3233 div:not(:first-of-type) {
 */
/* .elementor-3233 > div:not(:first-of-type)  {
  
    background-color: green; 
 
} */

.elementor-3233 > div:not(:first-of-type):nth-of-type(-n+6) {
    padding: 0 5% !important;
}
.elementor-3233 > div:not(:first-of-type) > div:first-child {
  width : 100% !important;
}


.elementor-element-c738ff9 {
border : none !important;
padding: 0 5%;

}
.elementor-element-c738ff9 > .e-con-inner:first-child {
    border: 2px solid #2E625B;
    border-radius: 20px;
overflow : hidden;
/*      padding: 20px !important; */
}

/* ------------- start calender page single training--------------- */

.tabs-section .e-n-tabs-heading {
background-color: #2E625B;
justify-content : space-around !important;
padding: 20px 0 !important;
}

.tabs-section .e-n-tabs-heading button {
  background-color : transparent !important;
}


.tabs-section .e-n-tabs-heading button {
/*  max-width : 300px; */
--n-tabs-title-white-space: auto !important;
}
.tabs-section .e-n-tabs-heading button span {
color: white !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    text-align: center;
    position: relative;
    padding: 8px 20px !important;
    border-radius: 30px;
    line-height: 28px;
/*    min-width : fit-content;
 */
}

.tabs-section .e-n-tabs-heading button[aria-selected="true"] span {
   font-weight: 500 !important;
   background-color : white;
   color : #026e5d !important;
}

.tabs-section .e-n-tabs-heading button[aria-selected="false"] span {
   font-weight: 500 !important;
   border : 1px solid white 
}




/* .tabs-section .e-n-tabs-heading button[aria-selected="true"] span:after{
content : "";
background-color: white;
width : 100%;
height : 2px ;
position :absolute ;
right : 0 ;
bottom : 5px;
}

 */
/* .tabs-section .e-n-tabs-heading button span:hover:{
font-weight : 600 !important;
} */

.training-mood-section{
 display: flex ; 
 align-items :center;
flex-wrap : wrap !important;
row-gap : 10px;
}

.training-mood-section .training-mood-icon {
 display : flex ;

}







.tabs-section .e-n-tabs-heading button {
  padding : 0 !important;
}

.training-item .svg-inline--fa.fa-clock{
margin-left : 60px !important;
}

.tabs-section .training-mood {
 font-size : 24px !important;
 margin-right : 15px !important;
}
.tabs-section .date-time {
  color : black ;
    display: flex;
    align-items: center;
font-size : 20px ;
}


@media (max-width : 768px){


}
.tabs-section .date-time svg{
color : #2E625B;
font-size: 20px;
margin-right : 10px ;
}
.tabs-section .training-image {
margin-left : 5px !important;

}


.tabs-container-one,
.tabs-container-two{
padding: 0 5% !important
}

.tabs-container-one .training-item{
 margin-top : 10px !important;
/*   flex-wrap : wrap !important; */
}

.tabs-container-three{
margin-bottom : 30px ;
margin-top : 50px ;
}
.tabs-container-three span {
min-width : fit-content !important;
}
.tabs-container-three a{
 height: 41px !important;
 padding : 0 15px ;
 display : flex;
  align-items : center ; 
  justify-content : center ;
  width 100% !important;
}

.elementor-4098 .elementor-element.elementor-element-c6e8405{
 width : 100% !important;

}
.tabs-container-three > div:nth-of-type(2){
  align-items : end !important;
}
.tabs-container-one h5{
     font-size: 26px !important;
    margin: 20px 0 !important;
}

 .tabs-container-three a{
   min-width : 220px !important;
 padding : 0 !important;
}

.tabs-container-three > :first-child {
/*         justify-content: space-between; */
/*         gap: 0; */
/*         flex-wrap: wrap; */
}

.tabs-container-three a:hover {
  border-color : #0b4940 !important;
  background-color : transparent !important;
 color : #0b4940 !important;
}

.tabs-container-three a:hover svg path {
 stroke : #0b4940 !important;

}



.button-download a:hover {
  border-color : #0b4940 !important;
  background-color : #0b4940  !important;
 color : white !important;
}

.button-download a:hover svg path {
 stroke : white !important;

}


@media (max-width : 900px){
	.tabs-container-three {
flex-direction : column !important;
/*     flex-wrap : wrap; */
} 
	.tabs-container-three > div:first-of-type  {
     width  : 100% !important;
     justify-content : space-between !important;
      gap : 5px  !important;
}
	.tabs-container-three > div:nth-of-type(2){
   align-items : flex-start !important;
/*   margin-top : 15px !important ; */
}

.tabs-section .training-image {
    margin-left: 5px !important;
    width: 40px;
    height: 40px;
}

.tabs-section .training-mood{
   font-size : 18px !important;
   
}
}

.tabs-paragraph{
 font-size : 18px !important;
}

.tabs-container-one ul , .tabs-container-two ul{
 font-size : 18px !important;
list-style: disc !important;
margin-left : 25px !important;
   line-height: 22px;
   margin-bottom: 10px;
}


.tabs-container-one ol , .tabs-container-two ol{
list-style: decimal !important;
font-size : 18px !important;
margin-left : 25px !important;
line-height: 22px;
 margin-bottom: 10px;
}


.learning-mode-card-title{
 font-size : 22px !important;	
  font-weight : 800 !important;
}

.tabs-container-three > div:nth-of-type(1) div{
 margin-bottom : 8px !important
}

@media (max-width : 768px){

	.tabs-section .date-time {
font-size : 16px 
}
	.tabs-section .date-time svg{
font-size : 17px;
}

	.tabs-section .e-n-tabs-heading {
 padding : 0 20px;
}

	.tabs-section .e-n-tabs-heading button {
 width : 100% !important
}
.tabs-section .e-n-tabs-heading button span {
max-width : 75% !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.tabs-container-three > div:nth-of-type(2){
/*   align-items : start !important; */
}

	.tabs-container-three {
/* flex-direction: column !important;
    align-items: start; */
}
	.tabs-paragraph {
 font-size : 16px !important
}

	.tabs-container-one{
  padding : 0 5% !important;
}
.tabs-container-one ul , .tabs-container-two ul ,.tabs-container-one ol, .tabs-container-two ol {
 margin-bottom : 20px !important;
}

.tabs-container-one img , .tabs-container-two img{
  display : flex !important;
}

	.tabs-container-one .training-item {
   flex-direction : column !important;
   gap : 20px !important;
 align-items : flex-start !important;
  
}



}


@media (max-width : 560px){
	.tabs-section .e-n-tabs-heading {
  flex-direction : column !important;
   align-items : center !important;
  
}

	.tabs-section .e-n-tabs-heading button span  {
 font-size : 20px !important;
}
	  
}

@media( max-width :507px ){
.tabs-container-one h5{
     font-size: 22px !important;
line-height : 30px;
}

    .tabs-paragraph {
        text-align: justify;
    }

.tabs-container-one li , .tabs-container-two li , .tabs-container-one ol , .tabs-container-two ol{
 font-size : 16px !important;
}


	.learning-mode-card-title  , .learning-mode-card-title p{
 font-size : 22px !important;
line-height: 23px;
    margin-bottom: 10px;
}
	.tabs-container-three {
  margin : 15px 0 !important;
 }


 .tabs-container-three a{
   min-width : 100% !important;
}
	.tabs-container-three .enroll-now-button > div{
width : 85% !important;
align-self : center !important;
 }
.tabs-container-three > div:nth-of-type(2){
  align-items : right !important;
}

	.tabs-container-three > div:nth-of-type(1) div{
   margin : 2px !important;
}




    .tabs-container-three > div:first-of-type {
        justify-content: space-between !important;
        align-items: right !important;
        flex-flow: column !important;
        gap : 0 !important;
    }


.tabs-container-three a {
    margin-top: 2px !important;
}


.tabs-container-three .elementor-button-wrapper:hover{
color : white !important;
background-color : #2e625b !important;
}
	.tabs-container-three a:hover svg path{
   stroke : white !important;

}
	.tabs-container-three span {
 gap : 15px !important;
}





	.button-download {
 overflow : initial !important;
}

	.button-download a {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 40px 40px 40px 40px;
    padding : 0 !important;
height : 41px !important;
display : flex ; 
align-items : center ;
justify-content :center;
margin : 4px ;
min-width : 200px ;
}


	.card-available-text-learning-mode  , .card-available-image-text-learning-mode{
  overflow : visible !important;
}
	.button-download .elementor-button-wrapper {
display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

}
/* ------------- end calender page single training--------------- */



/* --------Why is Business , What is Business------------- */

.elementor-element-1a6c2a8 , .elementor-element-9d2fc44 {
  background-color : #F9F9F9;
   border-radius : 42px;
    padding: 60px !important;
}

.what-business-section > div{
 width : 100% !important;
 padding : 60px !important;
}
/* .elementor-element-1a6c2a8 h3   , .elementor-element-9d2fc44 h3  */
.what-business-section h3
{
 line-height : 45px !important;
  font-size : 35px  !important;;
}

.elementor-element-1a6c2a8 p , .elementor-element-9d2fc44 .elementor-widget-container{
  font-size : 20px !important;
/* text-align : justify; */
 
}


@media (max-width : 768px){
	.what-business-section > div {
 padding : 30px !important;
}
.what-business-section h3 {
 font-size : 30px !important;
  line-height : 32px !important;
}
	.card-available-learning-mode {
 flex-wrap : nowrap !important;
 gap : 10px !important;
}

	.card-available-image-learning-mode{
 width : fit-content !important;
}




	.tabs-section{
   flex-direction : column !important;
}
	.tabs-section .e-n-tabs-heading button {
 background-color : #2E625B !important;
  padding : 10px 0 !important;
}

/* .elementor-element-1a6c2a8 h3  , .elementor-element-9d2fc44 h3 {
  font-size : 30px !important; */
/*   color : black !important; */
}


@media (max-width : 507px){

	.elementor-element-1a6c2a8 p, .elementor-element-9d2fc44 .elementor-widget-container {
 font-size : 16px !important;
}
.what-business-section h3 {
 font-size : 23px !important;
  line-height : 30px !important;
}
}
.elementor-element-1a6c2a8 p ,{
  font-size : 16px !important;
/* text-align : justify; */
}

.why-business-section , .what-business-section{
 padding : 0 5% !important;
}

	.elementor-element-1a6c2a8  , .elementor-element-9d2fc44{
     padding : 20px 8% !important;
}
}
/* --------Why is Business , What is Business------------- */

/* --------Benefits------------- */

.benefits-section > :first-child{
   padding: 60px !important; 
}



.benefits-section h3 {
  font-size : 35px;
  margin-bottom : 50px !important;
line-height : 44px !important;
}
.single-program-benefit-list li , .single-program-benefit-title {
  font-size : 20px;
    font-weight: 400;
line-height: 23px;
margin-bottom: 12px;
}

.single-program-benefit-list li {
list-style : disc !important;
margin-left: 20px;
}




@media (max-width : 768px ){

.benefits-section h3 {
  font-size : 30px !important;
  margin-bottom : 50px !important;
line-height : 32px !important;

}

.single-program-benefit-list li , .single-program-benefit-title {
  font-size : 18px !important;
}

.single-program-benefit-list li {
list-style : disc !important;
margin-left: 22px;
}

.benefits-section {
  padding : 0 5% !important;
}

.benefits-section > :first-child{
   padding: 30px !important; 
/*     gap : 80px ; */
 border-radius: 42px; 

}


}

@media (max-width : 507px ){
	.benefits-section h3 {
        font-size: 23px !important;
        margin-bottom: 50px !important;
        line-height: 26px !important;

}
.single-program-benefit-list li , .single-program-benefit-title {
  font-size : 16px !important;
}




}


/* --------Benefits------------- */





/* ----------start request call single training page-------------- */
/* ----------start request call single training page-------------- */


.elementor-element-6a21645  , .contact-form-section > div{
     padding: 55px 0px !important;
    place-items: end !important;
    align-items: center !important;
    border-radius: 42px;
}


.elementor-3233 .elementor-element.elementor-element-8ef170c{
 align-items : flex-start !important;
}

.elementor-element-6a21645 .phone-number:nth-of-type(1),
.elementor-element-6a21645 .phone-number:nth-of-type(2) {
  /* التنسيقات المطلوبة */
  display:flex;
  align-items: flex-start;
}

.elementor-element-6a21645 .phone-number:nth-of-type(3) {
  display:flex;
  align-items: center;
}
.elementor-element-6a21645 img {
    margin-right: 20px;
}


.elementor-3233 .elementor-element.elementor-element-ea77dae{
  font-size : 18px !important;
}

.elementor-element-ea77dae div div:nth-of-type(1){
display : flex ;
align-items : center;
}

.elementor-element-ea77dae div div:nth-of-type(2){
padding-left: 45px;
margin-top : 5px;
}




.elementor-28 .elementor-element.elementor-element-9fbab34 {
/*   width: 77% !important; */
}

.elementor-3233 .elementor-element.elementor-element-814135d{
 align-items : end !important;
}

.elementor-element-8ef170c {
  align-items: center;
  max-height: 600px;
  gap: 30px;
  padding: 55px 40px !important;
}

.elementor-element-8ef170c div div span {
  font-size: 18px !important;
}

.elementor-element-8ef170c .elementor-social-icon {
  width: 30px !important;
  height: 30px !important;
}

.elementor-element-8ef170c .number-list-2 {
  padding-left: 45px;
 color : white !important

  
}

.elementor-element-8ef170c .number-list {
 color : white !important
}



.elementor-element-22d5eb0 {
  padding-left: 45px !important;
  margin-top: 30px;
}

.contact-form-section form  {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 60px;
}
.contact-form-section form label {
  width: 100%;
  color : black;
  font-size : 18px !important;
  margin-top: 2% !important;
font-weight : 800;
}


.label-phone-request-call {
display : flex ;
flex-direction : column;
}

.label-phone-request-call .iti {
width : 100% !important;
}
.contact-form-section .label-phone-request-call {
margin-bottom : 20px !important;
}

.contact-form-section form input {
  border-radius: 60px;
  border: 1px solid black;
/*   padding: 15px 15px; */
  width: 100%;
  font-size: 20px;
}
	.contact-form-section .wpcf7-response-output{
  width : 100% !important;
font-size : 18px !important;
  padding : 0 !important;
  margin : 0 0 30px 0 !important;
color : #2e625b;
}
.contact-form-section .wpcf7-not-valid-tip {
font-size : 18px !important;
}

.contact-form-section br {
display : none !important}


@media (min-width : 768px){
	
.contact-form-section > dvi > div:first-child {
  width: 53% !important;
}
}
@media(max-width:768px){

.contact-form-section form {
 padding-left : 0 !important;
}
.contact-form-section .wpcf7-not-valid-tip {
    font-size: 16px !important;
}
	.contact-form-section {
 padding : 0 5% !important;
}
	.contact-form-section .wpcf7-response-output {
   font-size : 16px !important;
}
	.contact-form-section > div {
  gap : 0 !important;
}
	.elementor-element-027a088 .elementor-widget-container .wpcf7-form{
  padding : 0 !important;
}


	.contact-form-section > div {
  padding :40px 5% !important
}

	.elementor-element-027a088 .elementor-widget-container .wpcf7-form .wpcf7-submit  , .submit-number-country-code{
 margin : 0 !important;
}
}


.contact-form-section form  .wpcf7-list-item
  label {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* .elementor-element-027a088
  .elementor-widget-container
  .wpcf7-form
  .wpcf7-list-item
  label */
.contact-form-section form label .wpcf7-list-item-label  {
  min-width: fit-content;
  margin-right: 30px;
}

/* .contact-form-section form label input {
  width: 28px;
  height: 28px;
  accent-color: #2e625b;
} */
.contact-form-section form textarea {
  border-radius: 32px;
  border: 1px solid black;
  width: 100%;
  padding: 5px 20px !important;
  font-size: 20px;
  height : 150px;
margin-bottom: 15px;
}

.contact-form-section form .wpcf7-submit , .submit-number-country-code {
  margin-top : 15px ;
  background-color: black;
  color: white;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size : 20px !important;
}
.contact-form-section form input , .contact-form-section form .wpcf7-textarea  , .contact-form-section form select {
  padding : 0 20px;
  font-size : 15px !important;
/*  padding : 10px !important; */
}

.contact-form-section form input   , .contact-form-section form select {
 margin-bottom : 20px ;
/*  padding : 10px !important; */
height : 59px ;
}
.contact-form-section form select {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border: 1px solid black;
  width: 100%;
  font-size: 20px;
  color: black !important;
  background-color: white !important;
  /* Fix for Safari */
   appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none; 
/*    position : relative; */
}



.contact-form-section form select {
  border-radius: 60px;
  border: 1px solid black;
  width: 100%;
  font-size: 20px;
  color: black !important;
  background-color: white !important;
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 10px; /* إضافة مساحة للسهم */
  outline : none !important

  /* إضافة سهم كصورة خلفية */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}


.contact-form-section form select {
  border-radius: 60px;
  border: 1px solid black;
  width: 100%;
  font-size: 20px;
  color: black !important;
  background-color: white !important;
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 10px; /* إضافة مساحة للسهم */
  outline : none !important;

  /* إضافة سهم كصورة خلفية */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}


.contact-form-section form select {
    background-color: white !important;
}

.contact-form-section form select:hover {
cursor: grab;}



/* .elementor-element-027a088 select:focus {
    background-color: white !important;
}f
 */

.contact-form-section form .input-course-name p {
 display : flex ;
column-gap : 5px;
}

.contact-form-section form .input-course-name p > :nth-of-type(2) {
  width : 40% !important;
}
.contact-form-section form .input-course-name p > :nth-of-type(1){
  width : 60% !important;

}




@media(max-width:450px){

	.contact-form-section form .wpcf7-textarea {
    height : 130px !important
}
.contact-form-section form input   , .contact-form-section form select {
 margin-bottom : 20px ;
/*  padding : 10px !important; */
height : 45px !important;
}
	.contact-form-section form .input-course-name p {
   flex-wrap : wrap !important;
   row-gap : 5px !important;
   column-gap : 0px !important;
   
}

.contact-form-section form .input-course-name p > :nth-of-type(2) {
  width : 100% !important;
}

.contact-form-section form .input-course-name p ,
.contact-form-section form .input-course-name p > :nth-of-type(1){
  width : 100% !important;
 margin-bottom : 0 !important;

}
}
/* 
.elementor-element-489f18c{
min-height: 773px
}

.elementor-element-74f167f .elementor-widget-container{
    display: flex;
    align-items: center;
    justify-content: end;
}

.elementor-element-74f167f .elementor-widget-container .wpcf7-form{
   display: flex;
    flex-direction: column;
    gap: 15px;
    width : 556px
}

 */









/* ----------end request call single training page-------------- */
/* ----------end request call single training page-------------- */


/* --------section under Benefits------------- */

.elementor-element-c170a4b {
padding : 60px !important ;
align-items: center;
    gap: 50px;
background-color: #F9F9F9;
border-radius: 42px;
}



.elementor-element-4e317a0 .elementor-widget-container{
font-size : 26px;
}


/* --------section under Benefits------------- */


/* ---------Explore our Special ------------ */

.elementor-element-a15ff2b p {
font-size : 26px !important;
}

.elementor-1642 .elementor-element.elementor-element-bada64d .elementor-heading-title{
font-size : 50px !important
}




.calender {
margin-bottom : 100px !important;
}
.elementor-element-fb2864a {
padding : 0 5% !important;
margin-bottom : 100px !important;
}


@media (max-width : 768px){
	.calender {
  margin-bottom : 70px !important;
}
}

/* ---------Explore our Special ------------ */



/*  ------------ single program paragraph ----*/


.single-program-list ,
.single-program-title{
font-size : 26px !important;
color : black;
font-weight : normal !important;

}
.single-program-list{
margin-left : 10px  !important;
}









@media(max-width : 768px ){
	.single-program-list ,
.single-program-title{
font-size : 18px !important;

}

.image-section{
  padding : 0 5% !important;
}

	.elementor-element-c170a4b{
 padding : 30px !important;
}
}

/*  ------------ single program paragraph ----*/




/* ---------------- end single training page------------------- */
/* ---------------- end single-training----------------- */

/* ----------------------------------------------------------------------------------------- */
/* ------------------------- start blog card page ----------------------------------------- */
/* ------------------------- start blog card page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.blog-container {
  display: block !important;
  margin-top : 60px !important;
margin-bottom: 100px !important;
}
.blog-container .image-container {
  /* min-height: 207px !important; */
  height: 240px;
  overflow: hidden;
}

.blog-container .blog-title {
font-size : 26px !important;
font-weight : 500 !important;
}


.blog-container .image-container img {
  min-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
  min-height: 207px;
}
.blog-card {
  box-shadow: 0px 4px 8px 0px #00000014;
  border: none !important;
}

.blog-card .image-container {
height: 240px !important;
    overflow: hidden !important;
}
.blog-container .card-body h5,
.blog-card h5 {
  color: black !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: flex;
}

.blog-container .card-body h5 a,
.blog-card h5 a {
  color: black !important;
}
.blog-container h1 {
  font-size: 64px;
  margin-bottom: 20px !important;
  color: black;
  font-weight: 700;
   margin-top: 20px !important;
    margin-bottom: 30px !important;
}

@media (max-width : 768px){
	.blog-container .blog-title {
   font-size : 18px !important;
}
	.blog-container h1{
     font-size:32px;
    margin-bottom : 10px !important;
}

	.blog-container .card-body h5{
  font-size : 18px !important;
}


	.blog-container {
   margin-top : 45px !important;
}


.blog-container .card-body h5,
	.blog-card h5{
  font-size : 18px !important;
}
}



.blog-container .subtitle-blog {
  color: #2e625b;
  font-weight: 600;
  font-size: 14px;
}

.blog-container .card {
  border-radius: 12px;
  border: none;
}

.blog-container .footer-card a {
  font-size: 24px;
  background-color: transparent !important;
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.blog-container .card-body {
  padding: 0 !important;
  margin-top: 20px !important;
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.blog-container .card-body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
   flex : 1 ;
}
.blog-container .card-body div img,
.blog-card .card-body div img {
  width: 25px;
  height: 25px;
}
.blog-container .card-body h5 {
  /*   font-size: 26px !important;
  background-color: transparent !important;
  color: black;
  font-weight: 600; */
}
.blog-container .card-body .card-text,
.elementor-element-c1c4bff .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: black;
line-height: 20px;
}

.blog-container .footer-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-container .container-image-auther {
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  margin-top: 4px;
  cursor: pointer;
}
.blog-container .container-image-auther img {
  object-fit: cover;

  border-radius: 50% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-container .view-all-button {
  height: 40px;
  min-width: 137px;
  background-color: rgb(0, 0, 0) !important;
  font-weight: 800;
  color: rgb(255, 255, 255) !important;
  border: none;
  border-radius: 28px;
  margin: 5px auto;
}

.blog-container .view-all-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.blog-container .footer-card-container {
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  /* justify-content: space-between; */
  margin-top: 28px;
  gap: 10px;
}
.blog-container .container-auther .auther-name,
.blog-container .container-auther .auther-date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.blog-container .container-auther .auther-name {
  font-weight: 700;
}
.blog-container .container-auther .auther-date {
  color: #667085;
}

.blog-container .footer-card-container a {
  font-size: 24px;
  background-color: transparent !important;
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.elementor-element-3d39180.featured-training-programs {
margin-bottom : 0 !important;
}

.elementor-element-c1c4bff{
margin-bottom : 50px !important;
}
/* ----------------------------------------------------------------------------------------- */
/* ------------------------- end blog card page ----------------------------------------- */
/* ------------------------- end blog card page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------- */
/* ------------------------- start  CONSULTATION page ----------------------------------------- */
/* ------------------------- start CONSULTATION card page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
/*  .elementor-element-0c40279 p    , .elementor-element-0c40279 .elementor-widget-container {
font-size: 16px !important;
padding-right : 50px ;
}
.elementor-element-0c40279 .elementor-button-content-wrapper{
  padding : 0px !important;
}

.elementor-element-0c40279 .elementor-widget-container   , .elementor-element-0c40279 .quote-btn-right{
  padding : 0px !important;
  width : fit-content !important;

}

.elementor-button-wrapper{
width : fit-content ;
min-width : fit-content;
background-color : red ;
}
 */
.elementor-element-0c40279 .e-con-inner > div{
align-items : center !important;
}

.elementor-element-0c40279 .e-con-inner img{
 width : 100% !important;

}



.elementor-764 .elementor-element.elementor-element-6d35fe5 p {
  font-size: 26px;
}

.elementor-element-0c40279 .elementor-widget-container p {
  font-size : 16px !important;
  margin : 10px 0 ;
/*   max-width : 80% ; */
}



.elementor-element-0c40279 h2 {
 font-size : 32px !important;
 line-height : 35px !important;
}


.elementor-element-0c40279 a:hover{
 background : transparent !important;
 border : 2px solid #0b4940 !important;
 color : #0b4940  !important;

}


.elementor-element-0c40279 .elementor-button-wrapper{
margin-right : 20px !important;
}

.elementor-764 .elementor-element.elementor-element-6d35fe5 {
 padding: 0 5% !important;
}

.elementor-764
  .elementor-element.elementor-element-bdebc88
  .elementor-heading-title {
  /*font-size: 64px;*/
  /*padding-left: 5%;*/
  /*margin-top: 20px;*/
  /*margin-bottom: 30px;*/
}

.elementor-element-93f1483 {
  margin-top: 60px !important;
  margin-bottom: 100px !important;
 
}

.read-btn-right a  , .read-btn-left a{
border : 2px solid black !important;
/* background-color : red !important; */
}


@media (max-width : 768px){
.elementor-element-0c40279 .e-con-inner img{
 width :  auto !important;
	margin-bottom : 20px;


}

	.elementor-764 .elementor-element.elementor-element-6d35fe5 p {
 font-size : 18px !important
}

.elementor-element-0c40279{
 padding : 0 5% !important;
}

.elementor-764
  .elementor-element.elementor-element-bdebc88
  .elementor-heading-title {
  font-size: 32px !important;
 
}


.elementor-element-0c40279 h2 {
 font-size : 26px !important;

}

	.elementor-element-93f1483 {
 margin-top : 45px !important;
 margin-bottom : 70px !important;
}


}

@media (max-width:500px) {

	.elementor-element-0c40279 h2 {
 font-size : 24px !important;
}
}

@media (max-width : 340px){
	.elementor-element-0c40279 a{
   margin-top : 20px !important;
}
	.elementor-element-0c40279 a{
  padding : 0 !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
}
}

/* -------------------------------------------------------------------------------------- */
/* ------------------------- End  CONSULTATION page ----------------------------------------- */
/* ------------------------- End CONSULTATION card page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------- */
/* ------------------------- start single blog  ----------------------------------------- */
/* ------------------------- start single blog ----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.single-blog-container {
  width: 100% !important;
  margin: 60px 0 100px  0 !important;
padding : 0 5% !important;
}


@media(max-width : 768px ){

	.single-blog-container {
  margin: 60px 0 70px  0 !important;

}

}

.single-blog-container .card-body {
  padding : 0 !important;
  margin-top : 10px !important;

}



.single-blog-container .single-blog-title {
  color: #3b755f;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
}

.single-blog-container h1 {
  font-size: 40px;
  margin-bottom: 50px !important;
  color: black !important;
  font-weight : 600 !important;
  margin-top :20px !important;
max-width : 800px !important;
}


.subtitle-related-articles {
 font-size : 28px !important
}
.title-related-articles h2 {
 font-size : 50px !important;
}



/* in-this-article-section */

.in-this-article-section div{
 
}

.in-this-article-section  {
        width: 80% !important;
        margin-left: 20%;
}
.in-this-article-section div{
  font-size : 14px !important;
 
}

.in-this-article-section .in-this-article-title p{
font-size : 22px !important;

}


 

.section1 h2, #section6 h2 {
 line-height : 30px !important;
}

#section1
{
  margin: 40px 0 !important;
}
.trust-list li  {
 font-size : 14px !important;
}
/* in-this-article-section */
@media (max-width: 768px) {
#section1
{
  margin: 0 !important;
}



 	.in-this-article-section{
  gap : 10px !important;
  margin-top : 30px !important;
  margin-left : 0 !important;
}
.in-this-article-section div{
  font-size : 16px !important;
 
}
   .single-blog-container .single-blog-title {
    font-size : 18px !important;
    }
.single-blog-container h1 {
  font-size: 32px !important;
margin-bottom : 20px !important;

 
}



.subtitle-related-articles {
 font-size : 18px !important
}
.title-related-articles h2 {
 font-size : 32px !important;
}

}





@media (max-width : 450px){
	.single-blog-container h1 {
margin-bottom : 20px !important;
}
}






#section6 {
  margin: 40px 0 0 0;

}

#section1,
#section2,
#section3,
#section4,
#section2,
#section5,
#section6,
#section7,
#section8,
#section9 {
  font-size: 14px !important;
}

.single-blog-container .custom-bullet-list li{
   font-size : 14px !important;
}

.elementor-element-6760a15,
.elementor-element-9db5df3 {
  font-size: 14px !important;
}
.elementor-element-317d123 .elementor-heading-title {
  margin-bottom: 50px;
  margin-top: 20px;
}
/* .elementor-element-eec029a .elementor-widget-container {
  font-size: 27px;
  max-width: 600px;
  line-height : 32px !important;; 
}


 */
.single-blog-container .blog-row {
padding-bottom : 15px !important;
}
.single-blog-container .container-image {
  max-width: 782px;
  max-height: 501px;
  border-radius: 42px;
  margin-bottom: 30px;
  overflow: hidden;
}

.single-blog-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* ----------------------------------------------------------------------------------------- */
/* ------------------------- end single blog ----------------------------------------- */
/* ------------------------- end single blog----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
.event-sec {
  border-radius: 0 !important;
}
.elementor-element-f08c5e2 .elementor-widget-container {
  margin: 10% 0% 0% 6% !important;
}

.elementor-1302
  .elementor-element.elementor-element-2608882
  .elementor-heading-title {
/*   margin: 1% !important; */
}
.main-head {
  position: static !important;
}

/* ----------------------------------------------------------------------------------------- */
/* ------------------------- start section training home page  ----------------------------------------- */
/* ------------------------- start section training home page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.elementor-28
  .elementor-element.elementor-element-2646b67
  .elementor-heading-title {
  font-size: 64px;
  padding-left: 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.elementor-28 .elementor-element.elementor-element-5bab1db {
  padding: 0 5% !important;
}

.elementor-28 .elementor-element.elementor-element-5bab1db p {
  font-size: 26px !important;
}


@media (max-width: 768px) {
.elementor-28 .elementor-element.elementor-element-5bab1db p {
  font-size: 20px !important;
}

.elementor-28
  .elementor-element.elementor-element-2646b67
  .elementor-heading-title {
  font-size: 32px;
}

}
.section__training {
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
}

.section__training .container-title {
  padding: 0 100px;
}

.section__training .container_template_web_view {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section__training .subt_title_training {
  color: var(--green-dark) !important;
  font-size: 26px !important;
  font-weight: 500 !important;
}

.section__training .title_training {
  font-weight: 800;
  font-size: 64px;
  color: black;
  margin-top: 10px !important;
  /* width: 100%; */

  /* text-align: left; */
}

.section__training .container_template_web_view h2 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.section__training .container_template_web_view p {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1px;
  /*   margin-top: 70px; */
  /*   padding: 0 15px; */
}

.section__training .training_grid_row_1,
.section__training .training_grid_row_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  /* width: 100%; */
  padding: 0 5% !important;
}

.section__training .card {
  position: relative;
  display: flex;
  /* height: 556px; */
  /* width: 100%;
    height: 100%; */
}

.section__training .card img {
  /*   width: 738.88px;
  height: 600px; */
  z-index: 1;
  max-width: none !important;
}

.section__training .elementor img {
  max-width: none !important;
}

.section__training .card-content {
  /* width: 370px;
    padding: 20px; */
  padding: 5px 20px 20px 20px;
  height: 100%;
}

.section__training .training_grid_row_1 .card:nth-child(1) .card-content,
.section__training .training_grid_row_2 .card:nth-child(2) .card-content {
  position: absolute;
  left: 0;
  width: 467px;
  z-index: 2 !important;
}

.section__training .training_grid_row_1 .card:nth-child(1) .card-content h2,
.section__training .training_grid_row_2 .card:nth-child(2) .card-content h2 {
  width: 600px !important;
}

/* .section__training  .training_grid_row_1 .card:nth-child(1) .image__card-content,
.section__training  .training_grid_row_2 .card:nth-child(2) .image__card-content {
  margin: 90px auto 10px auto;
} */

.section__training
  .training_grid_row_1
  .card:nth-child(1)
  .image__card-content
  img,
.section__training
  .training_grid_row_2
  .card:nth-child(2)
  .image__card-content
  img,
.section__training
  .training_grid_row_2
  .card:nth-child(1)
  .image__card-content
  img,
.section__training
  .training_grid_row_1
  .card:nth-child(2)
  .image__card-content
  img {
  object-fit: cover !important;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  border-radius: 15px;
}

.section__training .training_grid_row_1 .card:nth-child(1) p,
.section__training .training_grid_row_2 .card:nth-child(2) p {
  width: 381px !important;
  /* padding: 20px; */
  padding: 0 !important;
text-align : justify;
}

.section__training .training_grid_row_2 .card:nth-child(1) .card-content {
  position: absolute;
  left: 0;
  z-index : 9999 !important
}

.section__training .training_grid_row_1 .card:nth-child(2) .card-content {
  position: absolute;
  left: 0;
  z-index: 1;
}

.section__training .card-content:nth-child(2) {
  position: absolute;
  right: 0;
  z-index: 1;
}
.section__training .card-content:nth-child(1) {
  position: absolute;
  left: 0;
  z-index: 1;
}
.section__training .card-content button {
  margin-top: 10px;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  height: 42px;
  min-width: 118.46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 10px;
  font-weight: 800;
  color: black;
  border: none;
  border-radius: 28px;	
}


.section__training .training_grid_row_1 .card:nth-child(1) {
  position: relative;
  left: 138px;
  border: none !important;
}

.section__training .training_grid_row_1 .card:nth-child(2) {
  position: relative;
  right: 138px;
  border: none !important;
}

.section__training .training_grid_row_2 .card:nth-child(1) img,
.section__training .training_grid_row_2 .card:nth-child(2) img {
  position: relative;
  transform: scaleX(-1);
}

.section__training .training_grid_row_2 .card:nth-child(1) {
  left: 138px;
  border: none !important;
}

.section__training .training_grid_row_2 .card:nth-child(2) {
  right: 138px;
  border: none !important;
}

.section__training .image__card-content {
  border-radius: 15px;
  width: 100%;
  height: 188px;
  /*   margin-top: 90px; */
  margin-bottom: 10px;
}
.section__training
  .training_grid_row_2
  .card:nth-child(1)
  .card-content
  .image__card-content,
.section__training
  .training_grid_row_1
  .card:nth-child(2)
  .card-content
  .image__card-content {
  height: 249px;
  margin-top: 30px !important;
}

.section__training
  .training_grid_row_2
  .card:nth-child(2)
  .card-content
  .image__card-content,
.section__training
  .training_grid_row_1
  .card:nth-child(1)
  .card-content
  .image__card-content {
  margin-top: 30px !important;
}

.section__training .training_grid_row_2 .card:nth-child(1) .card-content h2{
 width : 65%;
}

.section__training .training_grid_row_1 .card:nth-child(2) .card-content h2 {
  margin-left: 274px;
}
.section__training .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.section__training .card .card-content p {
  font-weight: 400 !important;
text-align : justify !important;
}


.section__training .training_grid_row_1 .card:nth-child(2) .card-content p , 
.section__training .training_grid_row_2 .card:nth-child(1) .card-content p {
   
	color : black !important;
}
.section__training .training_grid_row_2 .card:nth-child(2) .card-content p,
.section__training .training_grid_row_2 .card:nth-child(2) .card-content .image__card-content {
  margin-left: 64%;
  width: 100%;
  padding: 0;
}



.section__training .container_button_view_details {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.section__training
  .training_grid_row_2
  .card:nth-child(2)
  .card-content
  .container_button_view_details {
  width: calc(100% + 64%);
}

/* .section__training  .training_grid_row_1 .card:nth-child(2) .card-content p, */
.section__training  .training_grid_row_1 .card:nth-child(2) .card-content h2,
.section__training  .training_grid_row_2 .card:nth-child(1) .card-content h2
/* .section__training  .training_grid_row_2 .card:nth-child(1) .card-content p */ {
  color: black !important;
  margin-top: 30px;
}



.section__training .view__all , .featured-training-programs-full-card .view__all{
  background-color: #0b4940 !important;
  color: white !important;
  border-radius: 50px !important;
  height: 50px !important;
  min-width: 160px !important;
  padding: 0 20px !important;
  border: 1px solid transparent !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important ;
  height: 50px !important;
  min-width: 160px !important;
  font-size: 18px !important;
  margin-top: 40px !important;
}
.section__training .view__all a , .featured-training-programs-full-card .view__all a {
  color: white !important;
}


.section__training .view__all:hover , .featured-training-programs-full-card .view__all:hover  {
  background-color: transparent !important;
  border : 1px solid #0b4940 !important;
}

.section__training .view__all:hover a , .featured-training-programs-full-card .view__all:hover a {
 color : #0b4940 !important;
}



/* ------------------------- end section training home page  ----------------------------------------- */
/* ------------------------- end section training home page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.home-banner {
  border-radius: 0 !important ;
}
/* ------------------------- start What makes us special home page  ----------------------------------------- */
/* ------------------------- start What makes us special home page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

.elementor-element-74ee542 img {
  width: 70px !important ;
  height: 77px !important;
}

.elementor-28 .elementor-element.elementor-element-966b4e4 > .elementor-widget-container{
 padding : 0 5% !important;
}

.elementor-element-8b47258 {
  margin-top: 50px;
}

.special-section{
 padding : 0 5% !important;
}
.special-section h2 {
  font-size: 64px !important;
  margin-bottom: 20px !important;
}

/* @media (max-width: 768px) {
  .elementor-element-8b47258 .elementor-widget-container {
    padding: 0% 0% 5% 10% !important;
    margin: 20px 0px 0px 0px !important;
  }
 */


  /* @media (max-width : 1200px){
	.elementor-28 .elementor-element.elementor-element-966b4e4 .elementor-heading-title{
font-size : 64px !important
}
 */
@media (max-width : 768px){
.special-section h2 {
font-size : 32px !important ;
    /* font-size : 4vw !important */
  }
}

	.special-card {
  margin-bottom : 20px;
  padding : 0 !important;
}
}

.elementor-element-74ee542 {
  gap: 40px !important;
}

.elementor-element-8b47258 .elementor-widget-divider {
  padding: 0% 0% 2% 0% !important;
}

/* ------------------------- end What makes us special home page  ----------------------------------------- */
/* ------------------------- end What makes us special home page----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */

/* ------------------ start foundation section single page ------------------------ */
/* -------------------start foundation section single page ----------------------- */
/* --------------------start foundation section single page ---------------------- */

.foundation_container {
  width: 80%;
  margin: 0 auto;
  /* padding: 20px; */
}

.container-training-mode-icon span {
  font-size: 24px;
  color: #2e625b;
  font-weight: 600;
}
.container-training-mode-icon img {
  width: 44px;
  height: 44px;
}

.foundation_container-header {
  padding: 0 20px;
}
.foundation_container section {
  padding: 0 20px;
}
.foundation_container h2 {
  font-size: 26px;
  font-weight: bold;
  color: black;
  margin: 50px 0;
}

.why-subscribe p,
.learning-objectives ul li {
  font-size: 26px;
  line-height: 36px;
}

.learning-objectives ul {
  list-style-type: none;
  padding: 0;
}

.learning-objectives ul > li:before {
  content: "-";
}

.foundation_container .learning-mode {
  display: flex;
  /* align-items: center; */
  gap: 20px;
  margin: 20px 0;
}
.foundation_container .content-learning-mode ul {
  /* padding: 0px 30px !important; */
  margin: 0 !important;
}

.foundation_container .content-learning-mode h4 {
  margin-bottom: 5px !important;
}
.foundation_container .content-learning-mode ul li {
  line-height: 23px;
  font-size: 18px;
}

.foundation_container .cta-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap !important;
  margin-top: 50px;
}
.foundation_container .cta-buttons-button {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  text-decoration: none;
  padding: 10px 0px;
  width: 270px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.foundation_container .cta-buttons-left {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.foundation_container .cta-buttons-button.button-download-1 {
  background-color: white;
  color: black;
  border: 1px solid black !important;
  justify-content: start;
  padding-left: 30px;
  gap: 30px;
}
.foundation_container .cta-buttons-button.enroll {
  background-color: #2e625b;
  color: rgb(255, 255, 255);
}

.foundation_container .cta-buttons-button.button-download-2 {
  background-color: #000;
  color: #fff;
  justify-content: start;
  padding-left: 30px;
  gap: 30px;
}

/* ------------------ end foundation section single page ------------------------ */
/* -------------------end foundation section single page ----------------------- */
/* --------------------end foundation section single page  ---------------------- */

.training-modes h3 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

/* Training Modes */

.elementor-28
  .elementor-element.elementor-element-1efe8c2
  .elementor-heading-title {
  font-size: 64px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.elementor-28 .elementor-element .elementor-element-c381cf0 {
  font-size: 26px !important;

}


.elementor-28 .elementor-element.elementor-element-b5949d5{
 width : 100% !important;
 padding-bottom : 15px !important;
}
.training-modes{
 padding : 0 5% !important;
}


.elementor-element-b5949d5 > div {
 padding : 10px 20px 10px 20px !important;
}
.training-modes h3 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.elementor-element-cf77c83 {
  gap: 0px !important;
  
}
/* Training Modes */


.training-modes .elementor-icon-box-title {
 font-size : 20px !important ;
}


@media (max-width: 768px) {



.elementor-28
  .elementor-element.elementor-element-1efe8c2
  .elementor-heading-title {
  font-size: 32px;
}


.elementor-28 .elementor-element .elementor-element-c381cf0 {
  font-size: 18px !important;
}

	.training-modes img {
  margin-top : 20px !important;
}


	.elementor-element-b5949d5 .elementor-icon-box-wrapper {
   display : flex !important; 
   gap: 10px !important;
   margin-top : 25px !important;
/*    flex-wrap : wrap !important; */
}
	.training-modes h3 {
   margin-top : 0 !important;
}

	.training-modes .elementor-icon-box-icon{
  margin : 0 !important;

}
}
.home-banner,
.special-section,
.featured-training-programs,
.training-modes,
.consultancy-services,
.elementor-element-e151cbf,
.testimonials,
.proudly-serving{
  margin-bottom: 40px !important;
}

.special-section,
.featured-training-programs,
.training-modes,
.consultancy-services,
.testimonials,
.proudly-serving,
.request-call {
  margin-top: 50px;
}


@media (max-width : 768px ){
.request-call,
.home-banner,
.special-section,
.featured-training-programs,
.training-modes,
.consultancy-services,
.elementor-element-e151cbf,
.testimonials,
.proudly-serving{
  margin-bottom: 70px !important;
}

}


@media(max-width : 450px){

	.elementor-28 .elementor-element.elementor-element-b5949d5{
/*   display : flex !important; */
/*   overflow : scroll !important; */
}

	.elementor-28 .elementor-element.elementor-element-b5949d5 > div{
/*      min-width : 350px !important; */
}
}
/* --------------------- start consltation home page ---------------------- */
/* --------------------- start consltation home page ---------------------- */
/* --------------------- start consltation home page ---------------------- */

.elementor-28
  .elementor-element.elementor-element-0dedfd5
  .elementor-heading-title {
  font-size: 64px;
  padding-left: 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.elementor-28 .elementor-element.elementor-element-70c224a {
  font-size: 26px !important;
  padding: 0 5%;

}

@media (max-width : 768px ){


.elementor-28
  .elementor-element.elementor-element-0dedfd5
  .elementor-heading-title {
  font-size: 32px;

}


@supports (-webkit-touch-callout: none) {

.elementor-28
  .elementor-element.elementor-element-0dedfd5
  .elementor-heading-title {
   margin-bottom : 20px !important;
}


}
 

.elementor-28 .elementor-element.elementor-element-70c224a {
  font-size: 18px !important;
}

}
/* style */
.conyainer_consultancy .container__Image {
  /* min-height: 207px !important; */
  max-height: 300px;
  min-height: 207px;
  border-radius: 12px;
  overflow: hidden;
}
.conyainer_consultancy .container__Image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center center;
  min-height: 207px;
}

.conyainer_consultancy {
  margin-top: 0 !important;
  margin-bottom : 0 !important;
}

.line__footer {
  width: 100%;
  height: 1px;
  background-color: #e7e9eb;
  margin: 20px 0 10px 0;
}

.conyainer_consultancy .card {
  border-radius: 12px;
  border: none;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
}

.conyainer_consultancy .cotainer__footer__card a {
  font-size: 24px;
  background-color: transparent !important;
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.conyainer_consultancy .cotainer__footer__card .arrow-image-card-footer {
width: 44px;
    height: 44px;
    background-color: #2e625b;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    cursor: pointer;
}

/* .conyainer_consultancy .cotainer__footer__card .arrow-image-card-footer .arrow-container  {
width: 44px;
    height: 44px;
    background-color: #2e625b;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    cursor: pointer;
}

.conyainer_consultancy .cotainer__footer__card .arrow-image-card-footer a img {
    font-size: 10px;
    object-fit: cover;
    background-color: #2e625b;
    border-radius: 50% !important
}
 */



.elementor-element-2232f6a .container {
  display: block !important;
}
.conyainer_consultancy .card-body {
  padding: 0 !important;
  margin-top: 20px !important;
display: flex;
    flex-direction: column;
}

.conyainer_consultancy .card-title {
/*  flex : 1; */

}

.card-title {
font-weight: 600;
min-height: 70px !important;
}
.conyainer_consultancy .card-body h5 {
  font-size: 20px;
  background-color: transparent !important;
  color: black;
  /* text-decoration: none; */
  font-weight: 600;
}


.consultancy-card-link {
display : flex;
flex-direction : column;
flex : 1;
}
.conyainer_consultancy .card-body p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height : normal !important;
text-align : justify ;
}

.footer-card-container .consultancy-card-link {
 display : none !important;
}

.conyainer_consultancy .cotainer__footer__card ,  .consultation-footer-learn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container_arrow   , .arrow-image-card-footer   {
  width: 44px !important;
  height: 44px !important;
  background-color: #2e625b;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  cursor: pointer;
position: relative !important;
    z-index: 9999 !important;
}

.container_arrow:hover  , .arrow-image-card-footer:hover{

background:transparent !important;
border: #0b4940 1px solid ;
    scale: 1.07!important;
  transition : 0.5;

}

.container_arrow:hover img  , .arrow-image-card-footer:hover img{
filter :brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(4687%) hue-rotate(124deg) brightness(96%) contrast(91%);
}
.container_arrow a  , .arrow-image-card-footer a{
   width : 30px !important;
   height : 30px !important;
   display : flex;
   align-items : center:
   justify : center;

}

.container_arrow img  , .arrow-image-card-footer img{
 object-fit : cover;
  font-size: 10px;
  object-fit: cover;
/*   background-color: #2e625b; */
  border-radius: 50% !important;
}

.conyainer_consultancy button {
  background-color: #0b4940;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  min-width: 160px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px !important;
}

@media(max-width : 1200px ){

	.conyainer_consultancy button   , .section__training .view__all, .featured-training-programs-full-card .view__all{
height: 40px !important;
        min-width: 120px !important ;
        font-size: 13px !important;}
}


.conyainer_consultancy button:hover{
border : 1px solid #0b4940 !important
}
.container__view__all  {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

#consultancy-cards {
  margin-bottom: 40px !important;
}



@media(max-width : 768px){
	.conyainer_consultancy button{
  margin-top : 0 !important;
}
}
/* --------------------- end consltation home page ---------------------- */
/* --------------------- end consltation home page ---------------------- */
/* --------------------- end consltation home page ---------------------- */
/* --------------------- end consltation home page ---------------------- */

/* --------------------- start section download home page ---------------------- */
/* --------------------- start section download home page ---------------------- */
/* --------------------- start section download home page ---------------------- */

/* .elementor-element-9fc339e{
display : none 
} */
.elementor-28 .elementor-element.elementor-element-5ad7b2b{
  width : 90% !important;
}
.elementor-28 .download p { 
font-size : 20px !important;
}



.elementor-28 .elementor-element.elementor-element-e88e477 > .elementor-widget-container {
  display : flex;
   justify-content:center;
 margin : 0 !important;
}
.elementor-28 .download img{
 object-fit : contain !important;
}

.elementor-28 .download .elementor-widget-button { 
width : 100% !important
}
.elementor-28 .elementor-element.elementor-element-2849ee6 {
  align-items: baseline !important;
  padding: 0 20px !important;
}



@media (max-width : 1020px){

 .elementor-28 .elementor-element.elementor-element-2849ee6 {
   width : 100% !important;
}

}

@media (max-width : 768px){


 .elementor-28 .elementor-element.elementor-element-2849ee6 {
   width : 80% !important;
}

 .elementor-28 .elementor-element.elementor-element-e88e477 img  {
   margin-top : 20px !important;

}

	.elementor-28 .download p {
  font-size : 18px !important;
}

	.elementor-28 .download span{
 font-size : 16px !important;
} 
}



@media (max-width : 450px){
 .elementor-28 .elementor-element.elementor-element-2849ee6 {
   width : 100% !important;
}
}


.download a  {
font-size : 20px !important;
/*   max-width: 32vw !important;
  width: 39vw !important; */
}

.download .elementor-button:hover path,
.download  .elementor-button:hover path{
 stroke : black !important;
/*   max-width: 32vw !important;
  width: 39vw !important; */
}

.download .elementor-button{
border: 1px solid black !important;
}
.download .elementor-button:hover {
 background-color : white !important ;
 color : black !important;
}


.download .elementor-button span  {
  gap: 15px !important;
}

/* --------------------- end  section download home page ---------------------- */
/* --------------------- end  section download home page ---------------------- */
/* --------------------- end  section download home page ---------------------- */










/* ----------------------------------------------------------------------------------------- */
/* -------------------------sstart single training cards----------------------------------------- */
/* -------------------------sstart single training cards----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */


.elementor-element.elementor-element-7fab785{
margin-bottom : 0 !important;
}
.single-training-cards.container{
 display : block !important;
margin-top : 0 !important
}
.single-training-cards .container__Image {
  height: 207px;
  width: 100%;
}


.single-training-cards h2 {

 font-size : 50px !important;
 color : black;
 margin-bottom: 30px;
 font-weight : 600 !important; 
margin-top : 0 !important

}
.similar-program-card .cotainer__footer__card .consultancy-card-link {
    display: none !important;

}


.single-training-cards .container__Image{
min-height : 207px !important;
}


@media (max-width : 768px ){
.single-training-cards h2 {

 font-size : 32px !important;
 
}
}


.single-training-cards .container__Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
  /* object-fit: fill; */
}

.single-training-cards .line__footer {
  width: 100%;
  height: 1px;
  background-color: #e7e9eb;
  margin: 20px 0 10px 0;
}

.single-training-cards .card {
  border-radius: 12px;
  border: none;
  box-shadow: 0 0 20px 2px #bbbbbb;
}

.single-training-cards .cotainer__footer__card a , .cotainer__footer__card span  {
  font-size: 24px;
  background-color: transparent !important;
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}



.single-training-cards .card-body {
  padding: 0 !important;
  margin-top: 20px !important;
  display:flex;
  flex-direction : column;
  flex : 1 !important;
}
.single-training-cards .card-body h5 {
  font-size: 20px;
  background-color: transparent !important;
  color: black;
  /* text-decoration: none; */
  font-weight: 600;
}
.elementor-1642 .elementor-element.elementor-element-00dbc6c > .elementor-widget-container {
 margin : 0 !important;
}

.single-training-cards .card-body p {
  font-size: 14px;
  font-weight: 500;
  color : black ;
  text-align : justify;
}


.single-training-cards .card-body .card-date {
 margin-bottom : 20px !important;
}
.single-training-cards .cotainer__footer__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-training-cards .container_arrow {
  width: 44px;
  height: 44px;
  background-color: #2e625b;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  cursor: pointer;
}
.single-training-cards .container_arrow img {
width: 100%;
    height: 100%;
    font-size: 10px;
    object-fit: cover;
/*     background-color: #2e625b; */
    border-radius: 50% !important;
}

.single-training-cards .view__all {
  height: 40px;
  min-width: 137px;
  background-color: rgb(0, 0, 0) !important;
  font-weight: 800;
  color: rgb(255, 255, 255) !important;
  border: none;
  border-radius: 28px;
  margin: 5px auto;
}


.container__footer__card__button {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.elementor-element-00dbc6c h2 {
font-size: 50px ;
    padding: 0 5% !important;
    margin-left: 0 !important;
}

.elementor-element-00dbc6c {
display : flex;
align-items : center;
}
.elementor-1642 .elementor-element.elementor-element-00dbc6c > .elementor-widget-container {
width : 100% !important;
}
.container__footer__card__button a {
  background-color: #2e625b;
  border-radius: 30px;
  padding: 4px 15px;
  text-decoration: none;
  color: white;
  border: 1px solid #2e625b !important;
  font-weight: 600;
  height : auto !important;
width : auto !important;
min-width : auto !important;
font-size : 14px !important;
}


.container__footer__card__button a:hover {
  text-decoration: none;
  color: #2e625b;
  background-color: white !important;
outline : none !important;
  border: 1px solid #2e625b !important;

}

.single-training-cards .container__view__all {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.single-training-cards .container__view__all a:hover{
 border-color : #2e625b !important;
 color : #2e625b !important;
 background-color : transparent !important;
}


@media (max-width : 768px ){
	 .cotainer__footer__card a  , .footer-card-container a   , .consultation-footer-learn-more a {
 font-size : 16px !important;


}
.elementor-element-00dbc6c h2{
font-size: 26px !important;
}

	.container_arrow , .arrow-image-card-footer {
    width : 36px !important ;
    height : 36px !important;
}
}




@media (min-width : 1300px){
	.container__footer__card__button a{
 width : 45% !important;
font-size : 16px !important;
}
}
/* ----------------------------------------------------------------------------------------- */
/* -------------------------end single training cards----------------------------------------- */
/* -------------------------end single training cards----------------------------------------- */
/* ----------------------------------------------------------------------------------------- */













/* -----------------------Start Footer---------------------------------- */
/* -----------------------Start Footer---------------------------------- */
/* -----------------------Start Footer---------------------------------- */
/* -----------------------Start Footer---------------------------------- */
.footer-container {
  background-color: #000;
  color: #fff;
    padding: 5vw 15vw 1vw 15vw;
  border-radius: 40px 40px 0 0;

}

.footer-container .footer-content {
  display: flex;
  justify-content: space-between;
/*   flex-wrap: wrap; */
  margin-bottom: 20px;
/*   padding-right: 39px; */
/*   align-items:center ; */
}




.footer-container .wpcf7-response-output{
   width: 100%;
    margin: 26px 0 0 0 !important;
    padding: 0 !important;

}
.footer-container .newsletter h3 {
  margin: 50px 0 40px 0;
  font-size: 22px;
  font-weight: 400;
  max-width: 200px;
}

.footer-container .newsletter form {
  display: flex;
  width: 289px;
  margin-bottom: 50px;
 flex-direction : column;
}



@media (min-width : 1196px ){
.footer-container .newsletter form{
   margin : 0 !important;
}
}
@media (max-width : 1196px){

.footer-container .newsletter form{
   margin : 0 !important;
}
}
.email-footer-input{
width : 100%;
}
.footer-container .newsletter form .email-footer p {
  display: flex;
}


 .footer-container .newsletter .email-footer-input {
width: 100%;
 border: none;
    outline: none;
    border-radius: 5px 0 0 5px;
    padding: 0px 0 0 10px ;
    background-color : white  ;
    height: 100%;
    font-size: 16px;
    color: black;
/*     border-bottom: 0.1px solid #333;
 */
}
 
.footer-container .newsletter .email-footer-submit {
  padding: 10px 20px;
  border: none;
  background-color: #bfcbc0;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.footer-container .newsletter .email-footer-submit:hover {
  background-color:  #2e625b;
}

.footer-container .newsletter button:hover {
  background-color: #7e7e7e;
}

.footer-container .footer-links {
  display: flex;
    /* column-gap: 12vw; */
    justify-content: space-between;
    width: 100%;
    row-gap: 20px;
    /* flex-wrap: wrap; */

}

.footer-container .footer-links h4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 22.13px;
  color: #bfcbc0;
  margin-bottom: 20px !important;
}

.footer-container .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  
}
.footer-container .footer-links div {
  margin-top:50px !important;

}
.footer-container .footer-links ul li {
  margin-bottom: 20px;
}

.footer-container .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.53px;
  letter-spacing: -0.20454545319080353px;
}

.footer-container .footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-container .footer-bottom {
   display: flex
;
    justify-content: space-between !important;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
    row-gap: 50px;
    margin-bottom: 14px;
   padding-right : 25px ;
}

.footer-container .terms {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 40px;
  margin-right : 40px; 

}
.footer-container .terms a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}

.footer-container .terms a:hover {
  text-decoration: underline;
}

.footer-container .social-icons {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* .social-icons img:nth-of-type(2) {
   width: 34px !important;
} */
.footer-container .social-icons a {
  /*   margin-right: 15px; */
}

.footer-container .social-icons img:hover{
 opacity : 0.5 ;
    scale: 1.1 !important;
}
.footer-container .social-icons img {
/*   object-fit: cover;
  object-position: center center; */
/*   height: 25px;
  width: 25px; */
}
.social-icons a:first-child img {
/*   height: 60px;
  width: 45px; */
/*   height: 25px;
  width: 25px;
  object-fit: cover; */
}

@media(max-width : 915px){
	.footer-container .footer-content {
   flex-wrap : wrap !important;
}


}

@media(max-width : 768px){
	.footer-container .footer-content {
  padding-right: 0 ;

}

.footer-container {
    padding: 5vw 9vw 1vw 9vw;

}
}



@media(max-width : 500px){
	.footer-container {

padding-top : 40px !important;
}
	.footer-container .logo-link img{
   width : 163px;
}
	.footer-content {
  flex-direction : column;
  
}
.footer-container .footer-links {
 width : 100%;
 margin-top : 20px; 
  row-gap: 20px;
  column-gap : 20px ; 
row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
	.footer-container .footer-links div {
      margin-top : 0 !important;
}

	.footer-container .footer-bottom {
    margin-top: 20px;
    row-gap: 10px;}

}

/* -----------------------End Footer---------------------------------- */
/* -----------------------End Footer---------------------------------- */
/* -----------------------End Footer---------------------------------- */
/* -----------------------End Footer---------------------------------- */







/* -------- start hr consultation page---------------- */
/* -------- start hr consultation page---------------- */
/* -------- start hr consultation page---------------- */




/* -------first section ------ */

.elementor-element-e5e08d7{
 align-items : center;
}
.elementor-element-9a9dc12{
  margin-top : 60px ;
  margin-bottom : 100px;
}
.elementor-2329 .elementor-element.elementor-element-17a5db2 > .elementor-widget-container{
margin : 0 !important;
}
.single-consultation-subtitle{
padding : 0 5% !important;;
font-size : 26px ;
}

.single-consultation-title h2{
 font-size : 50px !important;
 padding : 0 5%;
 margin: 20px 0px 30px 0 !important;

}

.hero-consultation-title h2 {
line-height : 32px !important;
}


.consultation-hero-image img {
 width : 100% !important;
}
/* --section right -- */

.elementor-2329 .elementor-element.elementor-element-04f39a8 .elementor-heading-title{
 font-size : 32px ;
}

.elementor-2329 .elementor-element.elementor-element-e3b95c2{
 font-size : 16px;
}


@media(max-width : 768px){

.hero-consultation-title h2 {
line-height : 28px !important;
}
	.elementor-element-9a9dc12 {
 margin-bottom : 40px !important;
}
	.elementor-2329 .elementor-element.elementor-element-836993a {
  margin-bottom : 40px !important;
}

	.consultation-hero-image img {
   width : auto !important;
   margin-bottom : 20px !important;
}

.single-consultation-subtitle{
font-size : 18px ;
}
.single-consultation-title h2{
 font-size : 32px !important;
}

	.elementor-element-10cd169 {
 padding : 0 5% !important;
}
}

@media (max-width : 500px ){
	.single-consultation-title h2 {
  font-size : 22px !important;
}
}



/* --section right -- */


/* -------first section ------ */




/* --second section accordion section -- */




.elementor-element-836993a{
 padding : 0 5%;
}

.accordion-section .e-n-accordion-item-title-text{
 font-size :28px ;
}
.accordion-section .e-n-accordion-item-title{
 justify-content : space-between !important;
 padding : 5px 3% !important
}


.accordion-section .e-n-accordion-item-title-icon .e-closed , .accordion-section .e-n-accordion-item-title-icon .e-opened {
 width : 24px !important;
 height : 24px !important;
}

.accordion-section .e-n-accordion-item-title-icon .e-closed svg , .accordion-section .e-n-accordion-item-title-icon .e-opened svg{
 width : 100% !important ; 
height : 100% !important;
}



/* accordion-subtitle
accordion-title
accordion-list
accordion-paragraph */
.accordion-section{
margin-bottom : 100px ;
}
.accordion-section .accordion-title h2 {
 font-size : 24px !important;
}

.accordion-section .accordion-subtitle {
 font-size : 18px !important;
font-weight : 400;

}

.accordion-section .accordion-paragraph{
 font-size : 16px !important;
}

.accordion-section .accordion-list ul {
    list-style: disc;
    font-size: 16px;
    margin-left: 20px;
/*  font-size : 50px !important; */
}

.accordion-section .accordion-open-tab{
padding: 20px 28px;}



@media(max-width : 768px){

	.accordion-section .e-n-accordion-item-title { 
    padding : 10px 25px !important;

}

	.accordion-section .e-n-accordion-item-title-text{
  font-size : 20px !important;
}

	.accordion-section .accordion-title h2{
  font-size : 18px !important;
}

	.accordion-section .accordion-subtitle p {

 font-size : 18px  !important;}
}


@media(max-width : 450px){

	.accordion-section .e-n-accordion-item-title { 
    padding : 10px 25px !important;

}

	.accordion-section .e-n-accordion-item-title-text{
  font-size : 16px !important;
  font-weight : 500 !important;
}


	.accordion-section .accordion-title h2{
  font-size : 16px !important;
}

	.accordion-section .accordion-subtitle p  , .accordion-section .accordion-subtitle{

 font-size : 16px  !important;}
}
/* --second section accordion section  -- */


/* --third section card -- */
.other-consultation-title h2
{
font-size : 50px !important;
    margin-bottom: 30px !important;
    margin-top: 20px;
padding : 0 5% !important

}

/* .arrow-image-card-footer {
 background: #2E625B;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
} */


.other-consultation-subtitle div p {
font-size : 26px !important;
padding :0 5% !important
}




.other-consultation-section{
margin-bottom : 100px;
}

.elementor-element-b038e90 {
 padding: 20px 5% !important; 
}
.other-consultation-card{
padding : 14px !important ;
width: 100% !important;
justify-content : space-between;
/* gap : 50px; */
}
.other-consultation-card h3{
 text-align : left;
}


.other-consultation-card .elementor-image-box-description  ,.other-consultation-card  .text-consultation-link
 {
 color : black  !important;
/*  line-height : 20px !important; */
font-size: 14px !important;
 line-height :18px ;
}
.other-consultation-card .elementor-image-box-title{
 font-size : 20px !important;
    margin-bottom: 10px !important;

}
.special-section .special-card{
padding: 20px 24px 19px 25px !important;
display : flex ;
flex-direction : column;
}

.special-section .special-card .special-line {
flex : 1 ;
}

.special-section .special-card .special-text{
text-align : justify !important;
}



@media (max-width : 768px){

	.other-consultation-section {
  margin-bottom : 70px !important;
}

.elementor-2329 .elementor-element.elementor-element-b038e90 {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }
.special-section .special-card{
padding : 10px 25px 20px 26px !important
}

.other-consultation-subtitle div p {
font-size : 18px !important;
}

.other-consultation-title h2
{
font-size : 32px ;
}
	.other-consultation-card {
        padding: 0 5% !important;
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.5) !important;
}

.other-consultation-card {
padding : 4% !important;
}
}





@media (max-width : 576px){

.elementor-2329 .elementor-element.elementor-element-b038e90 {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
    }
}


@media (max-width : 500px){

.other-consultation-title h2{
font-size : 22px !important ;
}
}




.other-consultation-card p{
text-align : left;
color : black;
}

/* .other-consultation-card .consultation-footer-learn-more a{
display : flex;
align-items : center ; 
justify-content : space-between;
} */

/* .other-consultation-card .consultation-section-card-footer a {
 font-size : 24px !important;
}
 */
/* .other-consultation-card .consultation-section-card-footer a {
 font-size : 24px !important;
} */
/* .other-consultation-card .consultation-section-card-footer img {
    width: auto !important;
    height: auto !important;
object-fit : cover !important;
}
 */

.other-consultation-card figure ,.other-consultation-card figure img{
 width : 100% !important;
}


/* --third section card -- */



/* --special section -- */







/* special-image
special-title
special-line
special-text */
.special-card .special-image img{
 width: 70px;
    height: 77px;
}
.special-card .special-title ,.special-card .special-image{
margin-bottom : 15px !important;
} 

.special-card .special-line{
margin-bottom : 5px !important;
}
/* --special section -- */

/* -------- end hr consultation page---------------- */
/* -------- end hr consultation page---------------- */
/* -------- end hr consultation page---------------- */





.training_categories_wrapper h1  ,.single-item a {
 font-family : inherit !important
}


.container {
  max-width: 100%;
  padding-left: 5%;

  padding-right: 5%;
}
.container {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.home-banner {
  padding-top: 30px !important;
  padding-bottom: 30px !important /* height: 82vh !important; */;
}


.inner .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  left: 5% !important;
  
}


.section__training .card-content button:hover {
  background-color: transparent !important;
  border : 1px solid white !important;
  color : white !important;
}



.training_categories_inner{
 padding : 5% 0 !important;
}

.training_categories_inner .single-item{
 padding : 15px 23px !important;
}



@media (max-width : 768px){

	.training_categories_wrapper h1  {

 font-size : 32px !important;
 line-height : 36px !important;
}

 .single-item a {

 font-size : 18px !important;
}

}


@media (max-width : 450px){
	.training_categories_inner .single-item {
   min-height : 70px !important;
}
	.training_categories_wrapper h1 {
  font-size : 22px !important;
}
}






/* -----------start featured training programs responsive--------- */
/* -----------start featured training programs responsive--------- */
/* -----------start featured training programs responsive--------- */
/* -----------start featured training programs responsive--------- */



.elementor-element-ae246fe {
margin-top : 40px ;
}

.featured-training-programs-full-card {
  padding: 0 5%;
  display: flex ;
    /* align-items: center; */
    flex-direction: column !important;
  align-items : center !important;
   justify-content : center !important;
   display : none;
}

.featured-training-programs-full-card .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-auto-rows: 1fr;
  width: 100%;
  align-items: stretch;
}

.featured-training-programs-full-card .card.card-1-right {
  background: #bfcbc0 !important;

}

@media (max-width : 768px){

.featured-training-programs-full-card .card.card-1-right:nth-of-type(2) {
  order : 2 !important;
}

}

.featured-training-programs-full-card .card.card-1-right p,
.featured-training-programs-full-card .card.card-1-right h2 {
  color: rgb(0, 0, 0);
}

.featured-training-programs-full-card .card.card-1-right .container__Image {
/*   max-height: 250px; */

}

.featured-training-programs-full-card .card.card-1-left .container__Image {
/*   max-height: 250px; */
}
.featured-training-programs-full-card .card.card-1-left p,
.featured-training-programs-full-card .card.card-1-left h2 {
  color: rgb(255, 252, 252);
}

.featured-training-programs-full-card .card.card-1-left {
  background: #2e625b !important;

}

.featured-training-programs-full-card .container__Image {
  aspect-ratio: 16 / 9; /* Example: 16:9 aspect ratio */
  width: 100%; /* Optional, ensures the width takes up the container */
  border-radius: 15px;
  overflow: hidden;
}

.featured-training-programs-full-card .container__Image img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.featured-training-programs-full-card .card {
  background-color: #eaf0eb;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  justify-content: space-between;
}

.featured-training-programs-full-card .card h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.featured-training-programs-full-card .card p {
  font-size: 16px;
  line-height: 1.5;
 margin-top : 10px;
text-align : justify;
}

.featured-training-programs-full-card .card button {
  align-self: flex-end;
  background-color: white;
  color: #000000;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 0.9em;
  transition: background-color 0.3s;
  font-weight: 800;
  border-radius: 28px;
  margin-top : 20px;
}

.featured-training-programs-full-card .card button:hover {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important;
}


@media (max-width: 1300px) {
	.container_template_web_view {
   display : none !important;
}
.featured-training-programs-full-card {
  display : flex;
}

}


@media (max-width: 768px) {
  .featured-training-programs-full-card .grid-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .featured-training-programs-full-card .card {
    padding: 10px;
  }
}



.elementor-element-0c2261d .wpcf7-response-output{
 color : white !important;
  margin : 25px 0 0 0  !important;
  padding: 0 25px !important;
 width : 100% !important;
 }

input , textarea {
 outline : none !important;
}

/* ------------end featured training programs responsive--------- */
/* ----------- end featured training programs responsive--------- */
/* ------------end featured training programs responsive--------- */
/* ------------end featured training programs responsive--------- */
/* .number-list-2, .number-list , .phone-number {
  color: #ffffff !important;
}

.request-call-contact .row-location, 
.request-call-contact .row-phone,
.request-call-contact .row-email {
  color: #ffffff !important;
}


@supports (-webkit-touch-callout: none) {
  .request-call-contact .row-location,
  .request-call-contact .row-phone,
  .request-call-contact .row-email {
    color: #ffffff !important; 
  }

.number-list-2, .number-list , .phone-number {
  color: #ffffff !important;
}
} */


@media (max-width : 768px){

}
.number-list-2, .number-list , .phone-number {
  color: #ffffff !important;
/*   background-color : red !important; */
}
 



span.number-list {
  color : red !important ;
}


.section-heading-title h2 {
 font-size : 45px !important;
}


@media (max-width : 768px){
.section-heading-title h2 {
 font-size : 32px !important;
}

	.elementor-28 .elementor-element.elementor-element-6173ef9 {
 font-size : 18px !important;
}
}

/* ------What makes AAC the right choice------------- */
#title-learning-journey h2  {
font-size: 32px !important;
  padding: 0 5% !important;
line-height: 45px 
;}

.image-section {
 padding : 0 5% !important;
}


.image-section img {
 width :50% !important;
 margin-bottom : 15px !important;
}

	.image-section h2 {
  padding : 0 5% !important;
}


 .benefits-section > :first-child {
        padding: 60px !important;
        /* gap: 80px; */
        border-radius: 42px;
    }
@media (max-width : 768px){

#title-learning-journey h2  {
font-size: 26px !important;
line-height : 26px ;
}

 .benefits-section > :first-child {
        padding: 30px !important;
        /* gap: 80px; */
        border-radius: 42px;
    }
.image-section img {
 width :180px !important;
height : 180px !important;
}

	.image-section {
margin-top: 30px;
}


.image-section .e-con-inner {
 gap : 40px
}

.image-section p {
font-size : 18px !important;
}
}

@media (max-width : 507px){
#title-learning-journey h2  {
font-size: 22px !important;
line-height : 20px ;
}
}
/* ------What makes AAC the right choice------------- */

   

/* ----------search title--------- */
.title-search {
font-size: 35px;
    color: black;
    font-weight: 800;
   margin-bottom: 30px;
    vertical-align : middle;
line-height : 30px
}


.title-search-result{
    color: #2E625B;
    font-weight: 400;
font-size : 32px;
}


@media (max-width : 768px) {
.title-search {
font-size: 26px;
}

.title-search-result{
    color: #2E625B;
    font-weight: 400;
font-size : 23px;
}
} 










/* ----------search title--------- */



.elementor-5325 , .elementor-3369 ,  .elementor-5501 {
padding : 0 5% !important;
}


 .elementor-5501 form {
background-color: #bfcbc0;
    border-radius: 30px !important;
    padding: 55px 40px 15px 40px !important;
    margin-bottom: 100px !important;
}

.terms-subtitle {
margin-top : 60px !important;
}
.terms-subtitle p {
    color: #2E625B;
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 500;
   
}


.terms-title h2{
font-size: 50px !important;
 margin-top: 20px;
    margin-bottom: 30px;
}


.last-update-section .terms-date {
font-size : 26px;
}
.last-update-section .terms-description{
font-size : 16px
text-align : justify;



}

.terms-box  , .policy-box{
 margin-top : 40px;
margin-bottom : 40px;
padding: 35px 50px !important;

}
 

.terms-box-title  , .policy-box-title  {
 font-size : 26px;
font-weight : 500 !important;
margin-bottom : 10px !important ;
}

.terms-box-paragraph , .policy-box-paragraph , .terms-box-paragraph p, .policy-box-paragraph p {
margin : 10px 0 !important;
text-align : justify;


}



.terms-box-list  {
margin-left : 15px !important;
}

.ul-terms-list {
    list-style: disc;
    margin-left: 15px;
}

.terms-box-list ul {
 list-style: disc;

}
.ul-terms-list li ,  {
    margin-bottom : 3px;
}
	.terms-box-title br {
 display : none !important;
}


.elementor-5501 form .wpcf7-response-output  , .elementor-5501 form .wpcf7-not-valid-tip{
width : 100% !important;
font-size : 18px !important;
padding : 0 !important;
}

@media(max-width : 768px ){
.elementor-5501 form .wpcf7-response-output  , .elementor-5501 form .wpcf7-not-valid-tip{
font-size : 16px !important;
}


 .elementor-5501 form {
    border-radius: 50px;
    padding: 5% !important;
    margin-bottom: 100px !important;
}

.last-update-section .terms-date {
font-size : 18px
}
.terms-subtitle {
margin-top : 45px !important;
}
.terms-subtitle p {
    font-size: 18px;
}

.terms-title h2{
font-size: 32px !important;
}

	.terms-box-title, .policy-box-title   , .terms-box-title p, .policy-box-title p{
  font-size : 20px !important;
   line-height : 26px;
   text-align : justify ;
}

.terms-box  , .policy-box{
padding: 20px 30px !important;
}


}




.custom-file-upload br{
display : none ;
}
.custom-file-upload {
 margin-bottom : 20px !important;
}
.careers-form input  {

    border-radius: 60px;
    border: 1px solid black;
    padding: 0 20px;
    padding: 12px 20px;
    width: 100%;
    outline: none;
    font-size: 18px !important;
    color: black;

}




.careers-form label {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500 !important;
    color: black;
}

.careers-form > p:not(:last-child) {
    margin-bottom: 20px !important;
}


.careers-form input[type = "submit"] {
  
    margin-top: 15px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px !important;
}



.careers-form input[type = "submit"]:hover {
  
    background: transparent;
    color: #2e625b;
    border-color: #2e625b;
}

.careers-form  input[type = "file"]{
 cursor : pointer;
}
.careers-form input[type = "file"]::file-selector-button {
  background-color: black;
  border-radius : 30px;
  color : white ;
  border : 1px solid black;
  outline : none !important;
  padding : 4px 15px;
  
 
}
/* .about-us-card-list {
overflow : visible !important;
} */
@media (max-width: 625px) {
    .about-us-card-list , .about-us-card-list>div {
overflow : visible !important; 
        overflow: visible !important;
        overflow-x:  visible !important;
        overflow-y: visible !important;
    }
}




@media (min-width: 768px) and (max-width: 1024px) {
    .card-available-learning-mode .elementor .elementor-hidden-tablet {
        display: block !important;
    }
}



/*  --------------- new-event page------------- */
.evocard_box.time,  .evocard_box.addtocal , #eventon_comments {
 display : none !important;
}






#tidio-chat-iframe {
/* height : 180px !important;  */
}

#button {
bottom : 100px !important;
height : 50px !important;
}

.grecaptcha-badge {
 display : none !important;
}



#tidio-chat-iframe {
  bottom: -15px !important
  
}

 ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
  }