@font-face {
  font-family: arb_bold;
  src: url(../fonts/ArbFont/ArbFONTS-4_F4.ttf);
}
@font-face {
  font-family: arb_regular;
  src: url(../fonts/ArbFont/ArbFONTS-4_F5.ttf);
}.about .vision .vision_card
*,
* button:focus {.
  outline: 0;
}

:root {
  --mainColor: #06487D;
  --subColor: #448EF6;
  /* --subColor2: #77643d; */
}

    .loader {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .loader img {
        width: 30vw;
    }

.mainColor {
  color: var(--mainColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

.subColor {
  color: var(--subColor) !important;
}

.subBack {
  background-color: var(--subColor) !important;
  border-color: var(--subColor) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: arb_regular;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
  color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
  font-family: arb_bold;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

[name=phone] {
      direction: ltr;
    text-align: end;
}

.code-form-group {
    direction: ltr;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--mainColor);
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

.sec_title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: var(--mainColor);
  padding: 5px 80px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.sec_title span {
  position: relative;
  z-index: 10;
}
.sec_title .shap {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* --------------- to_top button --------------- */
.butn {
  position: relative;
  padding: 12px 30px;
  transform: skew(-12deg);
  background-color: var(--mainColor);
  outline: 1px solid var(--mainColor);
  outline-offset: -1px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
}
.butn:hover {
  background-color: #fff;
  color: var(--mainColor);
}
.butn:hover::before {
  right: -10px;
}
.butn::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--mainColor);
  transition: all 0.3s ease;
}
.butn span {
  transform: skew(12deg);
}
.butn.wh_butn {
  background-color: #fff;
  color: var(--mainColor);
  outline-color: #fff;
}
.butn.wh_butn::before {
  background-color: #fff;
}
.butn.wh_butn:hover {
  background-color: var(--mainColor);
  color: #fff;
}
/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- navbar --------------- */
.navbar {
  padding: 20px 0;
}
.navbar .navbar-brand {
  max-width: 130px;
}
.navbar .navbar-nav .nav-link {
  font-size: 20px;
  margin: 0 20px;
  color: #1a1a1a;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--mainColor);
}
.navbar .nav_side .n_link {
  font-size: 20px;
  margin-inline-end: 40px;
}
.navbar .nav_side .n_link:hover {
  color: var(--mainColor);
}
.navbar .nav_side .bttn {
  font-size: 24px;
  color: var(--mainColor);
  padding: 15px 30px;
  border: 1px solid var(--mainColor);
  border-radius: 5px;
}
.navbar .nav_side .bttn:hover {
  background-color: var(--mainColor);
  color: #fff;
}

/* --------------- Mobile Nav --------------- */

/* Mobile Nav Container */
.mobile-nav {
    position: fixed;
    bottom: 10px;
    width: 90%;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    right: 50%;
    transform: translateX(50%);
    border-radius: 70px;
    padding: 5px;
    border: 1px solid #f5f5f5;
}

/* Nav Item */
.mobile-nav .nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  width: calc(100% / 3);
  border-radius: 70px;
  padding: 10px 0;
}

/* Icon */
.mobile-nav .icon {
  /*font-size: 20px;*/
  margin-bottom: 0px;
  color: #888;
  margin-inline-end: 5px;
}

/* Active State */
.mobile-nav .nav-item.active {
  color: #233d78;
  background: #233d7817;
}

/* Highlight active item circle */
.mobile-nav .nav-item.active .icon {
  color: #233d78;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}



/* --------------- header --------------- */
header {
  position: relative;
  overflow: hidden;
  color: #fff;
}
header .patt {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100vw;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: 20;
}
header .float_text_content {
  position: absolute;
  left: calc((100vw - 1320px) / 2);
  bottom: 0;
  z-index: 20;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 100px;
}
header .float_text_content h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
header .float_text_content p {
  font-size: 14px;
  padding: 3px 10px;
  transform: skew(10deg);
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
}
header .float_text_content p:nth-of-type(1) {
  background-color: var(--mainColor);
  color: #fff;
}
header .float_text_content p:nth-of-type(2) {
  background-color: #fff;
  color: var(--mainColor);
}
header .header_slider {
  position: relative;
  overflow: hidden;
}
header .header_slider .swiper-pagination {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: calc((100vw - 1320px) / 2);
  z-index: 20;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 50px;
}
header .header_slider .swiper-pagination * {
  display: block;
}
header .header_slider .swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 22px;
  background-color: #fff;
  margin: 15px 0;
  border-radius: 0;
  display: block;
  -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);
          clip-path: polygon(80% 0, 100% 50%, 80% 100%, 20% 100%, 0 50%, 20% 0);
}
header .header_slider .swiper-slide-active .slider_card .content .info {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}
header .header_slider .slider_card {
  position: relative;
  height: 680px;
}
header .header_slider .slider_card .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header_slider .slider_card .content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header_slider .slider_card .content .info {
  padding: 50px 0 100px;
  color: #fff;
  filter: blur(5px);
  opacity: 0;
  transform: scale(0.7);
  transition: all 1s ease;
  transition-delay: 0.5s;
}
header .header_slider .slider_card .content .info h1 {
  font-size: 40px;
  font-family: arb_regular;
}
header .header_slider .slider_card .content .info h1 span {
  font-size: 60px;
}
header .header_slider .slider_card .content .info p {
  font-size: 25px;
  margin-top: 5px;
}

/* --------------- about --------------- */
.about {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.about .img-side {
    position: relative;
}

.about .img-side .img-title {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    text-align: center;
    font-size: 18px;
    z-index: 20;
    color: #000;
    padding: 30px 0;
    background-color: #fff5;
    backdrop-filter: blur(10px);
}

.about .img-side .img {
    height: 400px;
}

.about .img-side .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.about .info h3 {
  font-size: 28px;
}
.about .info .text {
  font-size: 16px;
  line-height: 30px;
  color: #282728;
  margin-top: 30px;
}
.about .vision {
  margin-top: 80px;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 5px;
}
.about .vision .vision_card {
  display: block;
  padding: 50px 30px;
  position: relative;
  z-index: 10;
  background-color: #f4f4f4;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 100%;
}
.about .vision .vision_card:hover {
  background-color: #060E1C;
}
.about .vision .vision_card:hover .icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(259deg) brightness(107%) contrast(106%);
}
.about .vision .vision_card:hover * {
  color: #fff !important;
}
.about .vision .vision_card:hover * p {
  color: #A4A4A4 !important;
}
.about .vision .vision_card:hover small::before {
  background-color: #fff;
}
.about .vision .vision_card .icon {
  width: 58px;
  height: 58px;
  margin-bottom: 15px;
}
.about .vision .vision_card .icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about .vision .vision_card small {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #233d78;
  padding-inline-start: 15px;
  display: block;
}
.about .vision .vision_card small::before {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: var(--mainColor);
}
.about .vision .vision_card h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-top: 15px;
  font-family: arb_regular;
}
.about .vision .vision_card .text {
  font-size: 16px;
  color: #7a7a7a;
  margin-top: 10px;
}
.about .vision .vision_card .butn {
  background-color: var(--mainColor) !important;
}

/* --------------- programs --------------- */
.programs {
  position: relative;
  padding: 70px 0;
}
.programs .title h6 {
  font-size: 18px;
  margin-top: 30px;
}
.programs .title a {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
/*.programs .programs_content {*/
/*  margin-top: -100px;*/
/*}*/
/*.programs .programs_content .row .prog_colmn:nth-of-type(1) .prrgram_card .img {*/
/*  height: 275px;*/
/*}*/
/*.programs .programs_content .row .prog_colmn:nth-of-type(2) .prrgram_card .img {*/
/*  height: 330px;*/
/*}*/
/*.programs .programs_content .row .prog_colmn:nth-of-type(3) .prrgram_card .img {*/
/*  height: 455px;*/
/*}*/
/*.programs .programs_content .row .prog_colmn:nth-of-type(4) .prrgram_card .img {*/
/*  height: 240px;*/
/*}*/
.programs .programs_content .prog_colmn {
    /*min-height: 430px;*/
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.programs .programs_content .prrgram_card {
  position: relative;
  display: block;
  margin-top: 24px;
  width: 100%;
}
.programs .programs_content .prrgram_card .tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
}
.programs .programs_content .prrgram_card:hover .title {
  background-color: var(--mainColor);
  color: #fff;
}
.programs .programs_content .prrgram_card:hover .title::after {
  border-top: 6px solid var(--mainColor);
  border-right: 6px solid var(--mainColor);
}
.programs .programs_content .prrgram_card .img {
  border-radius: 5px;
  overflow: hidden;
  height: 350px;
}
.programs .programs_content .prrgram_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programs .programs_content .prrgram_card .title {
  position: absolute;
  left: -12px;
  bottom: 50px;
  padding: 15px 30px;
  background-color: rgba(244, 244, 244, 0.8784313725);
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.programs .programs_content .prrgram_card .title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 12px;
  height: 12px;
  border-top: 6px solid rgba(244, 244, 244, 0.8784313725);
  border-right: 6px solid rgba(244, 244, 244, 0.8784313725);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all 0.3s ease;
}

/* --------------- process --------------- */
.process {
  position: relative;
  padding-bottom: 80px;
}
.process .cards {
  display: flex;
  margin-top: 50px;
}
.process .cards > div {
  width: 14.2857142857%;
}
.process .process_card {
  position: relative;
  text-align: center;
}
.process .process_card .icon {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px dashed #B6B6B6;
}
.process .process_card .icon img {
  height: 38px;
}
.process .process_card h6 {
  font-size: 14px;
  color: #282728;
  margin-top: 30px;
  font-weight: bold;
}
.process .arrow_card {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --------------- faq --------------- */
.faq {
  position: relative;
  padding: 80px 0;
  background-color: #f6f6f6;
}
.faq .imgs {
  position: relative;
  height: 460px;
  padding: 0 110px 30px 30px;
}
.faq .imgs .main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.faq .imgs .sub_img {
  position: absolute;
  width: 195px;
  height: 210px;
  top: 50px;
  right: 0;
  border-radius: 10px;
  border: 5px solid #fff;
  z-index: 5;
}
.faq .imgs .exp_card {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #448EF6;
  background-image: url(../images/lines_pat.png);
  background-size: cover;
  border-radius: 6px;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  width: 235px;
}
.faq .imgs .exp_card h2 {
  font-size: 40px;
  line-height: 1.2;
}
.faq .imgs .exp_card h6 {
  font-size: 18px;
}
.faq .sec_title {
  margin-bottom: 35px;
}
.faq .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
.faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
}
.faq .accordion .accordion-item .accordion-button {
  background-color: #fff !important;
  box-shadow: none !important;
  font-weight: bold;
  color: #000;
}
.faq .accordion .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f060";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #CFCFCF;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  background-color: #448EF6;
  color: #fff;
}

/* --------------- footer --------------- */
.footer {
  background-color: #1A1A1A;
  color: #fff;
  padding-top: 60px;
}
.footer .foot-info .text {
  font-size: 20px;
}
.footer .logo {
  height: 120px;
  margin-bottom: 10px;
}
.footer .foot_title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.footer .foot_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 40px;
  height: 3px;
  background-color: var(--subColor);
}
.footer .links a {
  font-size: 20px;
  margin: 5px 0;
}
.footer .links a:hover {
  color: var(--subColor);
}
.footer .subscribe .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 6px;
}
.footer .subscribe .form-group input {
  background: transparent;
  border: 0;
  color: #fff;
  outline: 0;
}
.footer .social_links {
  margin-top: 20px;
}
.footer .social_links a {
  margin-inline-end: 15px;
}
.footer .social_links a:hover {
  color: var(--subColor);
}
.footer .foot {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3333333333);
  margin-top: 60px;
  text-align: center;
}

/* --------------- pages style --------------- */

.page-heading {
  background-color: #1A468E;
  padding: 30px 0 60px 0;
  position: relative;
}

.page-heading .breadcrumb {
  background-color: transparent;
}

.page-heading .breadcrumb .home-icon {
  width: 19px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(91%) sepia(0%) saturate(7485%) hue-rotate(43deg) brightness(115%) contrast(100%);
          filter: invert(91%) sepia(0%) saturate(7485%) hue-rotate(43deg) brightness(115%) contrast(100%);
}

.page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #eee;
}

.page-heading .breadcrumb .breadcrumb-item.active {
  color: #BFFFFF;
}

.page-heading .pattern {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-content {
  padding: 15px;
  border-radius: 20px;
}

.modal-content .main-img {
    height: 150px;
    display: block;
    margin: 15px auto;
}

.modal-content h4 {
    font-size: 16px;
}


.sec-heading .title {
  font-weight: bold;
}

.sec-heading .title::after {
  content: '';
  width: 100px;
  height: 3px;
  background: url(../images/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto 0 auto;
  -webkit-filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
          filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}


.main-butn {
  padding: .6rem 3rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.main-butn span {
  position: relative;
  z-index: 2;
}

.main-butn::before, .main-butn::after {
  content: '';
  width: 100%;
  height: 51%;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: #1A468E;
  display: block;
}

.main-butn::before {
  top: 0;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
}

.main-butn::after {
  bottom: 0;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
}

.main-butn.border-butn {
  border: 1px solid #06487d;
  color: #06487d;
}

.main-butn.dark-butn {
  background-color: #06487d;
  border: 1px solid #06487d;
  color: #fff;
}

.main-butn:hover {
  border: 1px solid #1A468E;
  color: #fff !important;
}

.main-butn:hover::before, .main-butn:hover::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}




/* --------------- about page --------------- */
.about-pg {
  position: relative;
  padding: 70px 0;
}

.about-pg .play-btn {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.about-pg .play-btn:before, .about-pg .play-btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1A468E;
}

.about-pg .play-btn:hover:before {
  background-color: #091D2F;
}

.about-pg .play-btn:before {
  z-index: 1;
}

.about-pg .play-btn:after {
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: pulsecust 1.8s linear;
          animation: pulsecust 1.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  background-color: #fff;
}

.about-pg .play-btn i {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-pg .about_card .box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  margin-bottom: 35px;
}

.about-pg .about_card .box-item .flip-box {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.about-pg .about_card .box-item .flip-box-front,
.about-pg .about_card .box-item .flip-box-back {
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.about-pg .about_card .box-item .flip-box-front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: #bbd0f1;
}

.about-pg .about_card .box-item .flip-box:hover .flip-box-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.about-pg .about_card .box-item .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.about-pg .about_card .box-item .flip-box:hover .flip-box-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.about-pg .about_card .box-item .flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 35px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
          transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.about-pg .about_card .text-box {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.about-pg .about_card .text-box .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 15px;
  display: block;
  margin: auto;
  background-color: #1A468E;
}

.about-pg .about_card .text-box .icon img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(75deg) brightness(108%) contrast(105%);
          filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(75deg) brightness(108%) contrast(105%);
}

.about-pg .about_card .text-box .content {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all 0.1s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
  transition: all 0.1s cubic-bezier(0.5, 0.12, 0.46, 0.88) 0.2s;
}

.about-pg .about_card .text-box .content .title {
  font-weight: bold;
  color: #333;
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

.about-pg .about_card .text-box .content .p {
  margin-bottom: 0;
  color: #333;
  font-size: 12px;
  line-height: 2rem;
}

.about-pg .about_card .back_inner::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}

.about-pg .about_card .back_inner .content {
  position: relative;
  z-index: 2;
}

.about-pg .about_card .back_inner .content .title {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

.about-pg .about_card .back_inner .content .p {
  color: #ddd;
  font-size: 12px;
}

.about-pg .about_card .back_inner .content .more-butn {
  text-align: center;
  display: block;
  color: #1A468E;
  font-weight: bold;
}

.about-pg .about_card .back_inner .content .more-butn:hover {
  color: #0A7499;
}

.about-pg .row {
    align-items: center;
}


.about-sec {
  padding: 100px 0 70px 0;
  position: relative;
}

.about-sec .img-box {
  position: relative;
  height: 600px;
}

.about-sec .img-box::before {
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  background-color: #1A468E;
}

.about-sec .img-box .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.about-sec .text-box {
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
}

.about-sec .text-box .title {
  font-size: calc(35px + 2vw);
  font-weight: 600;
}

.about-sec .text-box .title b {
  font-weight: 600;
  color: #1A468E;
}

.about-sec .text-box .p {
  font-size: 13px;
}




/* --------------- contact us --------------- */
.contact-sec {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.contact-sec .form-group {
    margin-bottom: 2rem;
}

.contact-sec .form-group label {
    margin-bottom: 10px;
}

.contact-sec .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-sec .form-container {
  padding: 25px 0;
}

.contact-sec .form-container .label {
  font-weight: bold;
  font-size: 13px;
  color: #888;
}

.contact-sec .form-container .form-control {
  font-size: 13px;
  background-color: #f3f3f3;
  border: 1px solid #eee;
}

.contact-sec .form-container .form-control:focus {
  border: 1px solid #1A468E !important;
}

.contact-sec .form-container select, .contact-sec .form-container input {
  height: 55px;
}

.contact-sec .contact_item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.contact-sec .contact_item .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 15px;
  text-align: center;
  background-color: #1A468E;
  color: #Fff;
  position: relative;
  z-index: 2;
}

.contact-sec .contact_item .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #1A468E11;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}

.contact-sec .contact_item .text-box {
  padding: 0 10px;
}

.contact-sec .contact_item .text-box .title {
  font-weight: bold;
}



/* --------------- register page --------------- */
.register-pg {
  background-color: #091D2F;
  position: relative;
}

.register-pg .register-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 800px;
}

.register-pg .inner {
  padding: 120px 0;
}

.register-pg .inner .reg_heading .img-box {
  width: 170px;
  height: 100px;
  display: block;
  margin: auto;
}

.register-pg .inner .reg_heading .img-box::after {
  content: '';
  width: 100px;
  height: 3px;
  background: url(../images/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto 0 auto;
}

.register-pg .inner .reg_heading .img-box .logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.register-pg .inner .form-wrapper .form-group .iti {
    width: 100% !important ;
}
.register-pg .inner .form-wrapper .form-group .iti__country-list {
    left: 0;
}
.register-pg .inner .form-wrapper .form-group {
  position: relative;
  margin-bottom: 1.6rem;
}

.register-pg .inner .form-wrapper .form-group .label {
  font-size: 12px;
  color: #ddd;
  font-weight: bold;
  display: block;
  margin-bottom: .6rem;
}

.register-pg .inner .form-wrapper .form-group .form-control {
  background-color: #091D2F;
  border: 1px solid #888;
  color: #fff;
}

.register-pg .inner .form-wrapper .form-group.phone_group  .form-control {
    text-align: left;
}

.register-pg .inner .form-wrapper .form-group.phone_group .form-select {
    background-position: right .75rem center;
    padding-left: 2.5rem;
}

.register-pg .inner .form-wrapper .form-group.phone_group  .flag {
    position: absolute;
    top: 48px;
    left: 10px;
    width: 20px;
    object-fit: contain;
}

.register-pg .inner .form-wrapper .form-group .form-control::-webkit-input-placeholder {
  color: #888;
}

.register-pg .inner .form-wrapper .form-group .form-control:-ms-input-placeholder {
  color: #888;
}

.register-pg .inner .form-wrapper .form-group .form-control::-ms-input-placeholder {
  color: #888;
}

.register-pg .inner .form-wrapper .form-group .form-control::placeholder {
  color: #888;
}

.register-pg .inner .form-wrapper .form-group .form-control:focus {
  border: 1px solid #fff;
}

.register-pg .inner .form-wrapper .form-group .togglePassword {
  color: #f5f5f5;
  position: absolute;
  left: 15px;
  top: 43px;
  cursor: pointer;
}

.register-pg .inner .form-wrapper .form-group .forget_pass {
  display: block;
  color: #ccc;
  font-size: 13px;
}

.register-pg .inner .form-wrapper .form-group .forget_pass:hover {
  color: #1a468e;
}

.register-pg .inner .form-wrapper .radios-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control {
  padding: 0;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control-label {
  cursor: pointer;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control-label::after, .register-pg .inner .form-wrapper .radios-wrapper .custom-control-label::before {
  display: none;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control-label .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 0 auto 5px auto;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control-label .icon .img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control-label .title {
  text-align: center;
  color: #ddd;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control-input:checked ~ .custom-control-label .icon {
  border: 1px solid #1a468e;
  background-color: #1a468e;
}

.register-pg .inner .form-wrapper .radios-wrapper .custom-control-input:checked ~ .custom-control-label .title {
  color: #1a468e;
}

.register-pg .inner .form-wrapper .code-form-group .form-control {
  padding: 0;
  text-align: center;
  width: 70px;
  margin: 0 5px;
}

.register-pg .inner .form-wrapper .code-form-group .resend_link {
  display: block;
  color: #fff;
  text-decoration: underline;
}

.register-pg .inner .form-wrapper .code-form-group .resend_link:hover {
  text-decoration: none;
  color: #1a468e;
}

.register-pg .inner .form-wrapper .code-form-group .timer {
  color: #ddd;
}

.register-pg .inner .form-wrapper .submit-butn {
  padding: .85rem 3rem;
  border: 1px solid #1a468e;
  background-color: #1a468e;
  color: #fff;
  border-radius: 18px;
  width: 100%;
}

.register-pg .inner .form-wrapper .submit-butn::before, .register-pg .inner .form-wrapper .submit-butn::after {
  background-color: #fff;
}

.register-pg .inner .form-wrapper .submit-butn:hover {
  color: #091D2F !important;
  border: 1px solid #1a468e;
}

.register-pg .inner .form-wrapper .another_act {
  color: #ddd;
}

.register-pg .inner .form-wrapper .another_act a {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  color: #1a468e;
  text-decoration: underline;
}

.register-pg .inner .form-wrapper .another_act a:hover {
  text-decoration: none;
  color: #1a6b84;
}

.register-pg .col-md-6 {
    padding: 0;
}


.form-wrapper .form-control {
    font-size: 13px;
    color: #000;
    border: 1px solid transparent;
    background-color: #8A8E95;
    border-radius: 15px;
}

.form-wrapper input, .form-wrapper select {
    min-height: 55px;
}

.custom-checkbox {
    display: flex;
}

.custom-checkbox input {
    min-height: 25px !important;
    margin-inline-end: 15px !important;
}


/* --------------- to_top --------------- */
.package-det {
  position: relative;
  padding: 70px 0;
}

.package-det .vid_box {
    height: 450px;
    position: relative;
    border-radius: 10px;
}
.package-det .vid_box .sec-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.package-det .vid_box .play-btn {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1A468E;
    color: #fff ;
    font-size: 20px;
    border: 1px solid #1B3463 ;
}


.package-det .custom-control {
  padding-right: 0rem;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.package-det .custom-control .custom-control-label {
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 20px;
}

.package-det .custom-control .custom-control-label::before,
.package-det .custom-control .custom-control-label::after {
  display: none;
}

.package-det .custom-control .pkg_card {
  padding: 0 !important;
  border-radius: 15px !important;
  overflow: hidden;
}

/*.package-det .custom-control .pkg_card::before {*/
/*  top: 110px;*/
/*  -webkit-transform: translateY(0);*/
/*          transform: translateY(0);*/
/*}*/

.package-det .custom-control .pkg_card .card-body {
  position: relative;
  z-index: 5;
}

.package-det .custom-control .custom-control-input {
  width: 100%;
  height: 100%;
}

.package-det .custom-control .custom-control-input:checked ~ .custom-control-label,
.package-det .custom-control .custom-control-input:checked ~ .custom-control-label .package-det-card {
  background-color: #06487d;
  color: #fff;
}

.package-det .custom-control .custom-control-input:checked ~ .custom-control-label .package-det-card .card-body .list .li {
  color: #ccc;
}

.package-det .custom-control .custom-control-input:checked ~ .custom-control-label .package-det-card .text-dark {
  color: #fff !important;
}

.package-det .custom-control .custom-control-input:checked ~ .custom-control-label .package-det-card .det {
  color: #fff !important;
}

.package-det .label {
  font-weight: bold !important;
  color: #555;
}

.package-det .box_wrapper {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
}

.package-det .package-det-card {
  padding: 30px 2vw;
  text-align: center;
  cursor: pointer;
  background-color: #f5f5f5;
}

.package-det .package-det-card .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #1A468E;
}

.package-det .badge {
  background-image: -webkit-gradient(linear, left top, right top, from(#9F2B31), color-stop(#CB2228), to(#A32B31));
  background-image: linear-gradient(to right, #9F2B31, #CB2228, #A32B31);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .7rem 1.5rem;
  position: relative;
  border-radius: 25px 0;
  font-size: 19px;
  color: #fff;
  margin: 0 auto 20px 0;
}

.package-det .badge small {
  font-size: 70%;
}

.package-det-card {
  padding: 55px 6vw;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
}

/*.package-det-card::before {*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 90%;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*  left: 0;*/
/*  right: 0;*/
/*  background: url(../images/pattern-3.png);*/
/*  background-size: contain;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*}*/

.package-det-card .bg {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.package-det-card .content {
  position: relative;
  z-index: 2;
}

.package-det-card .content h4 {
    margin-top: 20px;
}

.package-det-card .content i {
  color: #139dc7;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.package-det-card.dark-bg {
  background-color: #06487d !important;
}

.package-det .custom-control .custom-control-input {
    display: none;
}

/**********************************************
    Start Edit Package checkout Page 
**********************************************/
.checkout-pg {
  position: relative;
  padding: 0 0 70px 0;
}

.checkout-pg .pkg-header {
  position: relative;
  padding: 50px 0 90px 0;
}

.checkout-pg .pkg-header .bg, .checkout-pg .pkg-header::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.checkout-pg .pkg-header::before {
  content: '';
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.checkout-pg .pkg-header .content {
  position: relative;
  z-index: 3;
}

.checkout-pg .pkg-header .content .badge {
  background-image: -webkit-gradient(linear, left top, right top, from(#9F2B31), color-stop(#CB2228), to(#A32B31));
  background-image: linear-gradient(to right, #9F2B31, #CB2228, #A32B31);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2.5rem;
  position: relative;
  top: 10px;
  right: 10px;
  border-radius: 25px 0;
  font-size: 25px;
  color: #fff;
}

.checkout-pg .pkg-header .content .badge small {
  font-size: 70%;
}

.checkout-pg .package-det-card {
  margin-top: -40px;
  position: relative;
  z-index: 30;
}

.checkout-pg .pay-wrapper .custom-control {
  position: relative;
  margin-bottom: 25px;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-input {
    display: none;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  padding: 30px 15px;
  border-radius: 10px;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-label::after, .checkout-pg .pay-wrapper .custom-control .custom-control-label::before {
  display: none;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-label .icon {
  width: 90px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-label .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-label .circle::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #139dc7;
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  display: block;
  border-radius: 50%;
  opacity: 0;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-input:checked ~ .custom-control-label {
  background-color: #06487d;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-input:checked ~ .custom-control-label .circle::after {
  opacity: 1;
}

.checkout-pg .pay-wrapper .custom-control .custom-control-input:checked ~ .custom-control-label .title {
  color: #fff;
  font-weight: bold;
}

.checkout-pg .pay-wrapper .pay_logos_box .payLogo {
    width: 100px;
    height: 70px;
    object-fit: contain;
    margin: 0 7px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}

.checkout-pg .pay-wrapper .discount-code {
  position: relative;
  margin-bottom: 25px;
}

.checkout-pg .pay-wrapper .discount-code .form-group {
  position: relative;
}

.checkout-pg .pay-wrapper .discount-code .form-control {
  height: 55px;
  background-color: transparent;
}

.checkout-pg .pay-wrapper .discount-code .disc-butn {
  height: 45px;
  width: 100px;
  background-color: #06487d;
  border: 1px solid #06487d;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 5px;
  top: 5px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.checkout-pg .pay-wrapper .discount-code .disc-butn:hover {
  border: 1px solid #000;
  background-color: #000;
}

.checkout-pg .pay-wrapper .discount-code .disc {
    position: absolute;
    bottom: -30px;
    right: 0;
    color: red;
}

.checkout-pg .pay-wrapper .active-butn {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.checkout-pg .pay-wrapper .active-butn::before, .checkout-pg .pay-wrapper .active-butn::after {
  background-color: #06487d;
}

.checkout-pg .pay-wrapper .active-butn:hover {
  border: 1px solid #000;
}

.file-input-group .wrap {
  background-color: #eee;
}

.file-input-group .file {
  position: relative;
  font-weight: 600;
}

.file-input-group .file__input,
.file-input-group .file__value {
  background-color: #eee;
  border-radius: 0px;
  color: #666;
  padding: 0.475rem 1.0625rem;
}

.file-input-group .file__input--file {
  position: absolute;
  opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.file-input-group .file__input--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.file-input-group .file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 0px;
  background-color: #06487d;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 0.5375rem 1.0625rem;
  color: #fff;
  cursor: pointer;
}

.file-input-group .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555;
}

.file-input-group .file__value:hover:after {
  color: #B39465;
}

.file-input-group .file__value:after {
  content: "X";
  cursor: pointer;
}

.file-input-group .file__value:after:hover {
  color: #000;
}

.file-input-group .file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

/**********************************************
    Start Edit Package schedule Page 
**********************************************/
.schedule-sec .table-responsive {
  border-radius: 25px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 25px 0 rgba(51, 197, 243, 0.3);
          box-shadow: 0 0 25px 0 rgba(51, 197, 243, 0.3);
}

.schedule-sec .table-responsive::-webkit-scrollbar {
  height: 5px;
}

.schedule-sec .table {
  margin-bottom: 0;
}

.schedule-sec .table td {
  padding: 0;
  text-align: center;
  border: none;
  min-width: 100px;
}

.schedule-sec .table .day-label {
  background-color: #f8f8f8;
  border: 1px solid #eee !important;
  display: block;
  padding: 2rem 1rem;
  color: #666;
  height: 100%;
  font-weight: bold;
  font-size: 15px;
}

.schedule-sec .table .day-label:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.schedule-sec .table .day-label.disable-td {
  color: #888;
  background-color: #f5f5f5;
}

.schedule-sec .table .day-label.disable-td:hover {
  color: #888 !important;
  background-color: #f5f5f5 !important;
}



/*---------------*/
.bank_accounts {
    padding: 50px;
    border: 1px solid #9994;
    border-radius: 30px;
}

.acc_items {
    width: 100%;
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 25px;
    background-color: #F5F6F8;
    border-radius: 20px;
}

.acc_items p {
    font-size: 16px;
    color: #202020;
    font-weight: bold;
}

.acc_items span {
    font-weight: bold;
    color: #888;
}

.acc_items h6 {
    color: #091D2F;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.9rem;
}

.acc_items h6.ipan {
    color: #666;
    font-weight: 500;
}


/* --------------- newsletter-sec --------------- */
.newsletter-sec {
    display: none;
}

.fancybox-content {
    height: 80vh !important;
}


/**********************************************
    Start Edit Profile Page 
**********************************************/
.profile-pg {
  position: relative;
  background-color: #F5F6F8;
  overflow: hidden;
}

.profile-pg .side-nav {
  background-color: #091D2F;
  padding: 5rem 8vw 5rem 0;
  height: 100%;
  position: relative;
}

.profile-pg .side-nav .prof-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.profile-pg .side-nav .prof-info .avatar {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-pg .side-nav .prof-info .text-content {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.profile-pg .side-nav .nav {
  position: relative;
  z-index: 2;
}

.profile-pg .side-nav .nav .nav-link {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 1.8rem 1.5rem;
  border-radius: 0 20px 20px 0;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.profile-pg .side-nav .nav .nav-link::after, .profile-pg .side-nav .nav .nav-link::before {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  display: none;
}

.profile-pg .side-nav .nav .nav-link::before {
  bottom: -31px;
  left: -27px;
  background: url(../images/nav-b.png);
}

.profile-pg .side-nav .nav .nav-link::after {
  top: -16px;
  left: -27px;
  background: url(../images/nav-t.png);
}

.profile-pg .side-nav .nav .nav-link.active {
  color: #091D2F;
  background-color: #fff;
}

.profile-pg .side-nav .nav .nav-link.active::after, .profile-pg .side-nav .nav .nav-link.active::before {
  display: block;
}

.profile-pg .side-nav .pattern {
  position: absolute;
  bottom: 15px;
  width: 66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.profile-pg .tab-wrapper {
  padding: 70px 0;
  background-color: #fff;
}

.profile-pg .tab-wrapper .sec-heading .title::after {
  -webkit-filter: unset;
          filter: unset;
}

.profile-pg .tab-wrapper .info-butn {
  padding: 1rem 3rem;
  border: 1px solid #EE3E56;
  background-color: #EE3E56;
  color: #fff;
  border-radius: 18px;
  width: 100%;
  text-align: center;
}

.profile-pg .tab-wrapper .info-butn i {
  -webkit-margin-end: 6px;
          margin-inline-end: 6px;
}

.profile-pg .tab-wrapper .info-butn::before, .profile-pg .tab-wrapper .info-butn::after {
  background-color: #091D2F;
}

.profile-pg .tab-wrapper .info-butn:hover {
  border: 1px solid #EE3E56;
}

.profile-pg .tab-wrapper.data-tab .data-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.profile-pg .tab-wrapper.data-tab .data-group .label {
  display: block;
  margin-bottom: .4rem;
  font-size: 13px;
  font-weight: bold;
  color: #888;
}

.profile-pg .tab-wrapper.data-tab .data-group .data {
  background-color: #F6F6F9;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12.5px 20px;
  font-size: 14px;
}

.profile-pg .tab-wrapper.data-tab .form-wrapper .form-control {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  padding: 18px 15px;
}

.profile-pg .tab-wrapper.pkg-tab .content_card {
    padding: 15px;
    border-radius: 15px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.profile-pg .tab-wrapper.pkg-tab .package-det-card {
  padding: 55px 3vw;
}

.profile-pg .tab-wrapper.pkg-tab .pkg_card {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}

.profile-pg .tab-wrapper.pkg-tab .pkg_card .card_t img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.profile-pg .tab-wrapper.pkg-tab .butns-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.profile-pg .tab-wrapper.pkg-tab .butns-wrapper .main-butn {
  margin: 0 3px !important;
}



/**********************************************
    Start Edit Package exercise Page 
**********************************************/
.exercise-sec {
	 position: relative;
	 padding: 70px 0;
}
 .exercise-sec .exercise_card {
	 position: relative;
	 overflow: hidden;
	 height: 300px;
	 border-radius: 10px;
	 margin-bottom: 30px;
}
 .exercise-sec .exercise_card .video-img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .exercise-sec .exercise_card .more-butn {
	 width: 50px;
	 height: 50px;
	 line-height: 50px;
	 background-color: #1a468e;
	 color: #fff;
	 font-size: 20px;
	 display: block;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 z-index: 5;
	 text-align: center;
	 border-radius: 10px;
	 opacity: 0.6;
	 transition: all 0.5s ease;
}
 .exercise-sec .exercise_card .more-butn:hover {
	 transform: translate(-50%, -50%) scale(1.1);
}
 .exercise-sec .exercise_card .overlay-text {
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 width: 100%;
	 margin-bottom: 0;
	 text-align: center;
	 padding: 0 15px 6px;
	 transform: perspective(500px) rotateX(90deg);
	 transition: all 0.5s;
	 transform-origin: bottom;
	 z-index: 1;
	 height: 110px;
	 align-items: center;
	 justify-content: center;
	 display: flex;
	 flex-direction: column;
	 background-color: #091d2f;
}
 .exercise-sec .exercise_card .overlay-text .subtitle {
	 color: #ccc;
	 font-size: 15px;
}
 .exercise-sec .exercise_card .overlay-text .title {
	 font-weight: bold;
	 color: #fff;
	 margin-bottom: 0;
	 margin-top: 0.5rem;
}
 .exercise-sec .exercise_card::before {
	 content: "";
	 bottom: 0;
	 position: absolute;
	 max-width: 100%;
	 height: 0;
	 left: 0;
	 right: 0;
	 top: 0;
	 background: rgba(0, 0, 0, .5);
	 opacity: 0;
	 transition: all 0.3s ease-in-out;
}
 .exercise-sec .exercise_card:hover .video-img {
	 animation: imagemove 3s ease-out alternate infinite running;
}
 .exercise-sec .exercise_card:hover .more-butn {
	 opacity: 1;
	 margin-top: -20px;
}
 .exercise-sec .exercise_card:hover::before {
	 opacity: 1;
	 z-index: 1;
	 transition: all 0.3s ease-in-out;
	 height: 100%;
}
 .exercise-sec .exercise_card:hover .overlay-text {
	 transform: perspective(500px) rotateX(0);
}
 




/**********************************************
    Start Edit questionnaire Page 
**********************************************/
.questionnaire-pg {
  padding: 70px 0;
  position: relative;
  background-color: #F5F6F8;
}

.questionnaire-pg .questionnaire_card {
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem;
  position: relative;
  -webkit-box-shadow: 0 0 15px 0 #eee;
          box-shadow: 0 0 15px 0 #eee;
  margin-bottom: 20px;
}

.questionnaire-pg .questionnaire_card .card_t {
  border-bottom: 1px dashed #ddd;
  padding: 1.25rem 1.25rem 2rem 1.25rem;
  position: relative;
}

.questionnaire-pg .questionnaire_card .card_t .date {
  text-align: end;
  font-size: 14px;
  color: #888;
  margin-bottom: .3rem;
}

.questionnaire-pg .questionnaire_card .card_t::after, .questionnaire-pg .questionnaire_card .card_t::before {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F5F6F8;
  display: block;
  position: absolute;
  bottom: -18px;
}

.questionnaire-pg .questionnaire_card .card_t::after {
  right: -32px;
}

.questionnaire-pg .questionnaire_card .card_t::before {
  left: -32px;
}

.questionnaire-pg .questionnaire_card .card-body {
  padding: 1.25rem 2rem;
}

.questionnaire-pg .questionnaire_card .card-body .custom-control {
  margin-bottom: 1rem;
}

.questionnaire-pg .questionnaire_card .card-body .custom-control .custom-control-label {
  color: #666;
}

.questionnaire-pg .questionnaire_card .card-body .file-input-group .wrap {
  background-color: transparent !important;
  border: 1px solid #eee;
  border-radius: 10px;
}

.questionnaire-pg .questionnaire_card .card-body .file-input-group .wrap .file__input {
  background-color: transparent !important;
}

.questionnaire-pg .questionnaire_card .card-body .form-control {
  border-radius: 10px;
}

.questionnaire-pg .questionnaire_card .card-body textarea {
  background: transparent;
  border: 1px solid #ddd;
}

.questionnaire-pg .questionnaire_card .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 29, 47, 0.2);
          box-shadow: 0 0 0 0.2rem rgba(9, 29, 47, 0.2);
}

.questionnaire-pg .questionnaire_card .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #091D2F;
  background-color: #091D2F;
}

.questionnaire-pg .active-butn {
  border: 1px solid #EE3E56;
  background-color: #EE3E56;
  color: #fff;
}

.questionnaire-pg .active-butn::before, .questionnaire-pg .active-butn::after {
  background-color: #091D2F;
}

.questionnaire-pg .active-butn:hover {
  border: 1px solid #EE3E56;
}



.image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #EE3E56;
    margin: auto;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.image-container input {
    position: absolute;
    bottom: 0;
    left: 64%;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
    z-index: 10;
}

.image-container button {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
    background-color: #EE3E56;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer !important;
    border: 1px solid #ddd;
    position: absolute;
    right: 2px;
    bottom: 0px;
}


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

.up_group {
    position: relative;
}

.up_group .input-group-append {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 150px;
    padding: 13px;
    font-size: 12px;
    min-height: calc(100% - 4px);
    text-align: center;
    display: inline-block;
    background-color: #000;
    /*border-top-right-radius: 50px;*/
    /*border-bottom-right-radius: 50px;*/
    color: #fff;
    pointer-events: none;
}

.up_group .file {
    position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    z-index: 20;
    cursor: pointer;
}

.up_group .input_ques {
    min-height: 50px;
    width: 100% !important;
    display: block !important;
    border-radius: 0;
    border: 0;
    padding: 8px 20px;
    font-size: 13px;
    background-color: #f9f9f9;
    padding-right: 170px !important;
}

.up_group .input_ques::-webkit-input-placeholder {
    color: #9999;
}

.up_group .input_ques:-ms-input-placeholder {
    color: #9999;
}

.up_group .input_ques::-ms-input-placeholder {
    color: #9999;
}

.up_group .input_ques::placeholder {
    color: #9999;
}

.input_ques {
    min-height: 50px;
    width: 100% !important;
    display: block !important;
    border-radius: 20px;
    border: 2px solid #9992;
    padding: 8px 20px;
    font-size: 13px;
    background-color: #fff;
    /* box-shadow: 3px 5px 0px #00000003; */
}

.input_ques:focus {
    border-color: #00040;
}

.programs_slider {
    position: relative;
    overflow: hidden;
}

.programs .arrows {
    display: flex;
    align-items: center;
}

.programs .arrows .swiper-button-next,
.programs .arrows .swiper-button-prev {
    position: static;
    margin: 0;
    width: 45px;
    height: 45px;
    border-radius: 6px;
    background-color: #f5f5f5;
    margin-inline-start: 15px;
}

.programs .arrows .swiper-button-next:after,
.programs .arrows .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
}

.programs .arrows .swiper-button-next:hover,
.programs .arrows .swiper-button-prev:hover {
    background-color: var(--mainColor);
}

.programs .arrows .swiper-button-next:hover:after,
.programs .arrows .swiper-button-prev:hover:after {
    color: #fff;
}





/* ======== */
@media screen and (max-width: 991px) {
  .sec_title {
    font-size: 20px;
  }
  .about .img {
    margin-bottom: 50px;
  }
  .programs .programs_content {
    margin-top: 30px;
  }
  .programs .programs_content .img {
    height: 350px !important;
  }
  .process .cards {
    display: block;
  }
  .process .cards > div {
    width: 100%;
  }
  .process .cards .arrow_card {
    transform: rotate(-90deg);
  }
  .faq .imgs {
    margin-bottom: 50px;
    height: 400px;
    padding: 0 60px 30px 15px;
  }
  footer .foot p {
    font-size: 12px;
  }
  
  .navbar {
        padding: 10px 0;
        overflow: hidden;
    }

  .navbar .nav_side {
      padding: 0 20px;
  }
  
  .navbar .nav_side .n_link {
      display: block;
      margin: 10px 0;
  }
  
  .navbar .nav_side .bttn {
      margin-top: 20px;
      font-size: 16px;
  }
  
  .about .vision .vision_card {
      border-bottom: 1px solid #ccc;
  }
  
  .about-sec .img-box {
        position: relative;
        height: 300px;
        margin-bottom: 30px;
    }
    
    .contact-sec .contact_item {
        margin-bottom: 20px;
        margin-inline-start: 20px;
    }
    
    .register-pg .form-wrapper {
        padding: 20px;
    }
    
    .profile-pg .tab-wrapper {
        padding: 70px 20px;
    }
    
    .profile-pg .tab-wrapper.pkg-tab .pkg_card .content {
        padding: 20px;
    }
    
    .package-det .custom-control .custom-control-input:checked ~ .custom-control-label .package-det-card {
        margin-bottom: 15px;
    }
    
    .about .img-side .img-title {
        position: static;
    }
    
    .progress-wrap {
        bottom: 75px;
        height: 30px;
        width: 30px;
    }
    .progress-wrap::after {
        left: 7px;
        top: 9px;
        height: 15px;
        width: 15px;
    }
    
    .navbar .navbar-nav .nav-link {
        width: 100%;
    }
    .register-pg .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: 13px;
        margin-top: -12px;
    }
  
    .profile-pg .tab-wrapper.pkg-tab .package-det-card {
            padding: 25px 15px !important;
    }
    .package-det-card .content p.label ,
    .package-det-card .content .det  {
        font-size: 10px;
    }
    
    section {
        overflow: hidden ;
    }
}
/* ======= */
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */