*,
* button:focus {
  outline: 0;
}

.main_color {
  color: #d18a30 !important;
}

.sub_color {
  color: #232e4e !important;
}

.bl_color {
  color: #19455F !important;
}

.main_back {
  background-color: #d18a30 !important;
  border-color: #d18a30 !important;
}

.sub_back {
  background-color: #232e4e !important;
  border-color: #232e4e !important;
}

.bl_back {
  background-color: #19455F !important;
  border-color: #19455F !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: "Tajawal", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  background-color: #F5F6F8;
  font-weight: 400;
  direction: rtl;
}

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

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

body a:focus {
  outline: 0;
}

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

.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 {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

.form-control,
.form-select {
  min-height: 50px;
  background-color: #fff;
  border: 0;
  padding: 5px 15px;
  width: 100%;
  border-radius: 0;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.brdr,
.form-select.brdr {
  border: 1px solid #9993;
  border-radius: 7px;
}

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

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

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

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

.text,
.text * {
  font-size: 15px;
  line-height: 2;
  color: #1b1b1b;
}

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

.bg_gray {
  background-color: #f5f6f8;
}

.section_padding {
  padding: 80px 0;
}

.section_head {
  margin-bottom: 40px;
}

.section_head h6 {
  font-size: 16px;
  color: #d18a30;
  font-weight: 400;
  margin-bottom: 15px;
}

.section_head h6 img {
  margin-left: 10px;
}

.section_head h2 {
  font-size: 40px;
  color: #232e4e;
}

.section_head.head_light h2 {
  color: #fff;
}

.section_head.head_light .text {
  color: #fff;
  font-size: 13px;
  line-height: 2.5;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: #232e4e;
  width: 20px;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #d18a30;
  font-size: 25px;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5%;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5%;
  left: auto;
}

.butn {
  border: 1px solid #d18a30;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
  background-color: #d18a30;
  font-size: 13px;
}

.butn span {
  color: #fff;
}

.butn:hover {
  background-color: transparent;
}

.butn:hover span {
  color: #d18a30;
}

.butn.sub_butn {
  border: 1px solid #232e4e;
  background-color: #232e4e;
}

.butn.sub_butn:hover {
  background-color: transparent;
}

.butn.sub_butn:hover span {
  color: #232e4e;
}

.butn.radius {
  border-radius: 30px;
}

.dropdown-toggle::after {
  position: relative;
  top: 5px;
  opacity: 0.5;
}

.dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  top: calc(100% + 10px);
}

.dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-size: 13px;
}

.searching {
  position: fixed;
  background: #000000f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.searching form {
  margin-top: 40vh;
  width: 100%;
}

.searching form .form-group {
  position: relative;
  width: 50%;
  min-width: 300px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

.searching form .form-group input {
  width: 100%;
  min-height: 50px;
  padding: 15px;
}

.searching form .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #d18a30;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.searching .close {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.searching input [type="text"] {
  background-color: #fff;
  height: 60px;
  padding: 16px 20px;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.searching .butn {
  background-color: #ecc235;
  border: 0;
  border-radius: 44px;
  padding: 16px 50px;
  font-size: 11px;
  color: #161414;
}

.searching .butn.sub_butn {
  background-color: #e04f3f;
  color: #fff;
}

.form-check-input:checked {
  background-color: #232e4e;
  border-color: #232e4e;
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------------- navbar --------------- */
.nav_container {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav_container_fixed {
  position: fixed;
  background-color: #19455F;
  top: -100px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  z-index: 999;
}

.nav_container_fixed .container {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.nav_container_fixed .navbar-brand img {
  width: 60px !important;
}

.nav_container_fixed .navbar-collapse {
  margin-top: 0 !important;
}

.top_navbar .content {
  padding: 15px 0;
  border-bottom: 1px solid #fff2;
}

.top_navbar .socail_icons a {
  color: #fff;
  margin: 0 5px;
  font-size: 13px;
}

.top_navbar .top_links a {
  color: #fff;
  padding: 0 15px;
  border-left: 1px solid #fff5;
  font-size: 13px;
}

.top_navbar .top_links a:last-of-type {
  border: 0;
}

.navbar {
  background: transparent;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 13px;
  margin: 5px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #d18a30;
}

.navbar .butn {
  border: 0;
}

.navbar .butn:hover {
  background: #fff;
}

/* --------------- header --------------- */
header {
  background-image: url(../images/header.png);
  background-size: cover;
  background-repeat: no-repeat;
}

header .content {
  padding: 80px 5px;
}

header .content .info h6 {
  color: #d18a30;
  font-weight: 300;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

header .content .info h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: calc(2vw + 20px);
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

header .content .info .text {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

header .content .info .butn {
  margin-top: 30px;
  background: transparent;
  border-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

header .swiper-slide-active .content .info h6,
header .swiper-slide-active .content .info h2,
header .swiper-slide-active .content .info .text,
header .swiper-slide-active .content .info .butn {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

header .swiper_nav {
  margin-bottom: 30px;
}

header .swiper_nav .swiper_next,
header .swiper_nav .swiper_prev {
  color: #fff;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

header .swiper-pagination-fraction {
  bottom: 35px;
  left: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

/* --------------- services --------------- */
.services .serv_box {
  margin: 20px 0;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: block;
}

.services .serv_box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(56.89%, rgba(35, 46, 78, 0.7)), to(#232e4e));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(35, 46, 78, 0.7) 56.89%, #232e4e 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services .serv_box:hover::after {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.services .serv_box:hover .info .pop_info {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.services .serv_box .img {
  height: 500px;
}

.services .serv_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services .serv_box .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 40px 4vw;
  z-index: 2;
}

.services .serv_box .info h5 {
  font-size: 30px;
  color: #f5f6f8;
  margin-bottom: 10px;
}

.services .serv_box .info p {
  font-size: 17px;
  color: #d9d9d9;
}

.services .serv_box .info .pop_info {
  padding: 30px;
  text-align: center;
  background: #fff;
  position: absolute;
  width: calc(100% - 8vw);
  z-index: 2;
  bottom: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.services .serv_box .info .pop_info h6 {
  font-size: 18px;
  color: #232e4e;
  margin: 15px 0;
}

.services .serv_box .info .pop_info h6 i {
  position: relative;
  bottom: -2px;
  margin: 0 5px;
  font-size: 16px;
}

/* --------------- about --------------- */
.about {
  background-color: #19455f;
}

.about .section_head h2 {
  color: #fff;
}

.about .section_head .text {
  color: #fff;
  margin: 20px 0;
  font-size: 17px;
}

.about .img {
  position: relative;
  padding-right: 60px;
}

.about .img .main_img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.about .img .sub_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px #0002;
          box-shadow: 0 0 20px #0002;
  border-radius: 5px;
}

.vision {
  position: relative;
}

.vision::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #19455f;
}

.vision .container {
  position: relative;
  z-index: 2;
}

.vision .items {
  background-color: #fff;
  text-align: center;
  padding: 70px 30px;
}

.vision .items .icon {
  color: #d18a30;
}

.vision .items .icon i {
  font-size: 40px;
}

.vision .items .info h5 {
  color: #232e4e;
  margin: 10px;
}

.vision .items .info .text {
  font-size: 14px;
  color: #757575;
}

/* --------------- features --------------- */
.features {
  padding-bottom: 150px;
}

.features .mob_img {
  position: relative;
}

.features .mob_img .main_img {
  height: 550px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}

.features .mob_img .img_crcl {
  position: absolute;
  pointer-events: none;
  max-width: none;
  max-height: none;
  height: 100%;
  width: auto;
  top: 60px;
  left: 0;
  opacity: 0.5;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: translateX(-25%) rotate(0);
    transform: translateX(-25%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-25%) rotate(360deg);
    transform: translateX(-25%) rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: translateX(-25%) rotate(0);
    transform: translateX(-25%) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-25%) rotate(360deg);
    transform: translateX(-25%) rotate(360deg);
  }
}

.feat_box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  margin: 50px 0;
  position: relative;
}

.feat_box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 30px;
  height: 30px;
  border-top: solid 15px #fff;
  border-left: solid 15px #fff;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
}

.feat_box.l_box::after {
  right: 0;
  border-right: solid 15px #fff;
  border-left: solid 15px transparent;
}

.feat_box .icon {
  margin-left: 10px;
}

.feat_box .icon img {
  width: 30px;
}

.feat_box .inf h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

.feat_box .inf .text {
  font-size: 12px;
}

/* --------------- services --------------- */
.services_sec {
  padding-top: 80px;
}

.services_sec .img img {
  height: 400px;
}

.services_box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  background-color: #fff;
  margin: 15px 0;
  position: relative;
}

.services_box .icon {
  margin-left: 15px;
  position: relative;
  top: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid #d18a30;
  padding: 7px;
}

.services_box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.services_box .inf {
  width: calc(100% - 65px);
}

.services_box .inf h6 {
  margin-bottom: 5px;
}

.services_box .inf .text {
  font-size: 12px;
}

.services_box .lnk {
  color: #232e4e;
  font-size: 11px;
  margin: 5px;
}

.services_box .lnk:hover {
  color: #d18a30;
}

/* --------------- numbers --------------- */
.numbers {
  background: url(../images/countr.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.numbers .num_content .num_box {
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
  margin: 10px 5px;
  min-height: 130px;
}

.numbers .num_content .num_box h3 {
  color: #232e4e;
  font-size: 30px;
}

.numbers .num_content .num_box p {
  color: #d18a30;
  font-size: 13px;
}

/* --------------- partners --------------- */
.partners {
  padding: 50px 0;
}

.partners .partners_slider .swiper-container {
  padding-bottom: 60px;
}

.partners .content .img {
  padding: 20px 15px;
  height: 100px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px #0001;
          box-shadow: 0 0 15px #0001;
  border-radius: 15px;
}

.partners .content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* --------------- subscribe --------------- */
.subscribe {
  position: relative;
}

.subscribe::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background-color: #102B3B;
}

.subscribe .content {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  border-radius: 20px;
}

.subscribe .content .info p {
  color: #232e4e;
  font-size: 25px;
  margin-bottom: 10px;
}

.subscribe .content .info h3 {
  color: #232e4e;
  font-size: 35px;
}

.subscribe .content .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe .content .form .form-group .form-control {
  border: 1px solid #9993;
}

.whatsapp {
  position: fixed;
  z-index: 100;
  width: 60px;
  height: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px #0003;
          box-shadow: 0 0 15px #0003;
  bottom: 30px;
  right: 30px;
  font-size: 35px;
  color: #25D366;
  background-color: #fff;
}

.whatsapp i {
  position: relative;
  top: 2px;
}

/* ------------ footer style ------------- */
footer {
  background-color: #102B3B;
  padding-top: 80px;
}

footer .title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 17px;
}

footer .info {
  text-align: center;
}

footer .info .logo {
  margin-bottom: 30px;
}

footer .info .logo img {
  width: 180px;
}

footer .info .text {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  margin: 25px 0;
}

footer .socail_icons {
  margin-top: 20px;
}

footer .socail_icons a i {
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  margin-left: 15px;
}

footer .links {
  margin-top: 30px;
}

footer .links a {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  margin: 8px 0;
}

footer .links a i {
  color: #fff;
}

footer .foot {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #9993;
}

footer .foot p {
  color: #fff;
  opacity: 0.8;
}

/* -------------------- pages style ------------------------- */
.inner_header {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 5px solid #19455F;
}

.inner_header::after {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 100px;
  height: calc(100% + 2px);
  background-color: #19455F;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}

.inner_header .inner_shap {
  position: absolute;
  right: 3%;
  top: 20px;
  height: calc(100% - 25px);
}

.inner_header .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner_header .links li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  margin: 0 10px;
}

.inner_header .links li::after {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  content: "";
  left: -20px;
  top: 5px;
  width: 20px;
  height: 12px;
  background-image: url(../images/icons/4.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.inner_header .links li a {
  color: #232e4e;
}

.inner_header .links li a i {
  font-size: 18px;
}

.inner_header .links li:last-of-type::after {
  display: none;
}

.inner_header h4 {
  text-align: center;
  color: #232e4e;
  margin-top: 20px;
}

.inner-header {
  background-image: unset;
  background-color: #21455C;
}

.inner-header .navbar-brand img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pg-header {
  background-color: #F5F6F8;
}

.pg-header .inner {
  padding: 55px 50px;
  position: relative;
  width: 100%;
  background: url(../images/pg-header-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.pg-header .inner .title {
  font-weight: bolder;
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 30px;
}

.pg-header .inner .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.register-pg {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  width: 100%;
}

.register-pg .inner {
  position: relative;
  background-color: #Fff;
  border-radius: 20px;
  overflow: hidden;
}

.register-pg .inner .text-box {
  padding: 50px;
  min-height: 540px;
}

.register-pg .inner .text-box .links-top {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.register-pg .inner .text-box .links-top .link {
  margin: 0 10px;
  color: #888;
  font-size: 20px;
}

.register-pg .inner .text-box .links-top .link.active {
  font-weight: bold;
  color: #21455C;
}

.register-pg .inner .text-box .form-group {
  margin-bottom: 1rem;
}

.register-pg .inner .text-box .form-group .form-control {
  border: 1px solid #ddd !important;
  font-size: 15px;
  border-radius: 5px;
  height: 60px;
}

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

.register-pg .inner .text-box .code-form-group .countdown-wrapper .countdown-num {
  font-weight: bolder;
  color: #E25555;
  font-size: 30px;
  direction: ltr;
}

.register-pg .inner .text-box .another_opt a,
.register-pg .inner .text-box .form-check-label a {
  color: #BC892F;
  font-weight: bold;
}

.register-pg .inner .text-box .another_opt a:hover,
.register-pg .inner .text-box .form-check-label a:hover {
  color: #19455f;
}

.register-pg .inner .text-box .butn {
  padding: 13px 30px;
  font-size: 16px;
  min-width: 160px;
}

.register-pg .inner .text-box .resend-link {
  text-align: center;
  display: block;
  text-decoration: underline;
}

.register-pg .inner .text-box .resend-link:hover {
  color: #19455F;
}

.register-pg .inner .logo-box {
  background-color: #21455C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.register-pg .inner .logo-box .logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-pg {
  background-color: #F5F6F8;
}

.about-pg .section_head {
  -webkit-padding-end: 4vw;
          padding-inline-end: 4vw;
  -webkit-padding-start: 4vw;
          padding-inline-start: 4vw;
}

.about-pg .section_head h2 {
  color: #232e4e;
}

.about-pg .section_head .text {
  color: #1b1b1b;
}

.about-pg .img-box {
  height: 375px;
  position: relative;
}

.about-pg .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 12, 12, 0.32);
}

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

.about-pg .img-box .play-btn:hover {
  color: #BC892F;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.about-pg.vision::after {
  opacity: 0;
}

.custom-list .li {
  position: relative;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  font-size: 16px;
  margin: 12px 0;
  line-height: 2rem;
}

.custom-list .li .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 2px;
  top: 5px;
}

.content-pg .inner {
  background-color: #fff;
  padding: 70px;
  margin: 50px 0;
}

.content-pg .inner .li {
  margin: 20px 0;
  line-height: 2.5rem;
}

.consultation-pg .sec-cards .item {
  padding: 45px 10px;
  text-align: center;
  min-height: 275px;
}

.consultation-pg .sec-cards .item .icon-outer {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  background-color: #F5F6F8;
  border: 1px solid #ddd;
  font-size: 35px;
}

.consultation-pg .sec-cards .item .content {
  margin-top: 20px;
}

.consultation-pg .sec-cards .item.color1 {
  background-color: #BC892F;
}

.consultation-pg .sec-cards .item.color1 .icon-outer {
  color: #BC892F;
}

.consultation-pg .sec-cards .item.color2 {
  background-color: #21455C;
}

.consultation-pg .sec-cards .item.color2 .icon-outer {
  color: #21455C;
}

.consultation-pg .sec-cards .item.color3 {
  background-color: #fff;
}

.consultation-pg .sec-cards .item.color3 .icon-outer {
  background-color: transparent;
}

.consultation-pg .form-container {
  background-color: #fff;
  padding: 50px;
}

.consultation-pg .form-container .form-control {
  border: 1px solid #E1E1E1;
}

.consultation-pg .form-container .form-control:disabled {
  background-color: #fff;
  font-weight: bold;
}

.consultation-pg .form-container input,
.consultation-pg .form-container select {
  height: 70px;
}

.consultation-pg .form-container .note {
  background-color: #fff;
  padding: 15px;
  position: relative;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  color: #333;
  font-size: 16px;
}

.consultation-pg .form-container .note i {
  color: #E93838;
  font-size: 25px;
  position: absolute;
  right: 12px;
  top: 10px;
}

.consultation-pg .form-container .date-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consultation-pg .form-container .date-inner .form-check {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.consultation-pg .form-container .date-inner .form-check .form-check-input {
  opacity: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.consultation-pg .form-container .date-inner .form-check .form-check-label {
  padding: 1.25rem 2.5rem;
  background-color: #fff;
  font-weight: bold;
  color: #21455C;
  font-size: 17px;
  margin: 5px;
  direction: ltr;
  background-color: #f5f5f5;
}

.consultation-pg .form-container .date-inner .form-check .form-check-input:checked ~ .form-check-label {
  background-color: #21455C;
  color: #fff;
}

.consultation-pg .form-container .payment_methods .form-check {
  padding: 3.4rem 3rem;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.consultation-pg .form-container .payment_methods .form-check .icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.consultation-pg .form-container .payment_methods .form-check.color1 {
  border: 1px solid #FFB1B8;
  background-color: #FFF5F5;
}

.consultation-pg .form-container .payment_methods .form-check.color2 {
  border: 1px solid #94DEFF;
  background-color: #F2F3FF;
}

.consultation-pg .form-container .payment_methods .form-check.color3 {
  border: 1px solid #ccc;
  background-color: #fff;
}

.consultation-pg .form-container .payment_methods .form-check-input {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}

.consultation-pg .form-container .payment_methods .form-check-label {
  cursor: pointer;
  font-size: 16px;
}

.consultation-pg .form-container .payment_methods .form-check-input:checked ~ .form-check-label {
  font-weight: bold;
}

.consultation-pg .form-container .copun-group {
  position: relative;
}

.consultation-pg .form-container .copun-group .butn {
  position: absolute;
  top: 14px;
  left: 14px;
}

.consultation-pg .form-container .text-dark {
  color: #1e3e51 !important;
}

.consultation-pg .form-container .total_box {
  padding: 45px 35px;
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.consultation-pg .form-container .total_box .price small {
  font-size: 50%;
}

.consultation-pg .form-container .submit-butn {
  padding: 18px 30px;
  font-size: 16px;
  width: 250px;
}

.consultation-pg .form-container .doc-wrapper .form-check {
  padding: 0;
  position: relative;
  margin-bottom: 25px;
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-label {
  width: 100%;
  padding: 45px 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-label .icon-outer {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px auto;
  border: 1px solid #ddd;
  opacity: .7;
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-label .icon-outer .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-input:checked ~ .form-check-label {
  border: 1px solid #BC892F;
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-input:checked ~ .form-check-label .icon-outer {
  border: 1px solid #BC892F;
  opacity: 1;
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-input:checked ~ .form-check-label .icon-outer .icon {
  -webkit-filter: invert(49%) sepia(89%) saturate(374%) hue-rotate(360deg) brightness(97%) contrast(84%);
          filter: invert(49%) sepia(89%) saturate(374%) hue-rotate(360deg) brightness(97%) contrast(84%);
}

.consultation-pg .form-container .doc-wrapper .form-check .form-check-input:checked ~ .form-check-label .title {
  color: #21455C;
  font-weight: bold;
}

.consultation-pg .form-container .image-uploader {
  min-height: 300px;
  border: 1px solid #E1E1E1;
  background: #fff;
}

.consultation-pg .form-container .image-uploader .upload-text i {
  opacity: .2;
  font-size: 4rem;
}

.consultation-pg .form-container .image-uploader .upload-text span {
  color: #666;
  font-weight: bold;
  font-size: 1.2rem;
  opacity: .5;
}

.consultation-pg .sec-cards .form-check {
  padding: 0;
  position: relative;
}

.consultation-pg .sec-cards .form-check .form-check-input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  background: transparent;
  border: 5px solid transparent;
}

.consultation-pg .sec-cards .form-check .form-check-input:checked {
  border: 5px solid #000;
}

.consultation-pg .sec-cards .form-check .form-check-label {
  display: block;
  padding: 15px;
}

.confirmConsult .icon {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.confirmConsult .btn-close {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.notifications-pg .inner {
  padding: 50px;
  background-color: #fff;
}

.notifications-pg .inner .noti_card {
  position: relative;
  -webkit-box-shadow: -7px 7px 5px 0px #22232f;
          box-shadow: -7px 7px 5px 0px #22232f;
  background-color: #21455C;
  position: relative;
  margin-bottom: 35px;
}

.notifications-pg .inner .noti_card .icon-outer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #22232F;
  font-size: 65px;
}

.notifications-pg .inner .noti_card .text-box {
  padding: 40px 25px 60px 25px;
}

.notifications-pg .inner .noti_card .text-box .date {
  text-align: end;
  color: #ccc;
}

.notifications-pg .inner .noti_card .text-box .data {
  color: #ddd;
}

.notifications-pg .inner .noti_card::after {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.notifications-pg .inner .noti_card.checked_box .icon-outer {
  color: #73C68C;
}

.notifications-pg .inner .noti_card.checked_box::after {
  background-color: #73C68C;
}

.notifications-pg .inner .noti_card.alert_box .icon-outer {
  color: #DBA12C;
}

.notifications-pg .inner .noti_card.alert_box::after {
  background-color: #DBA12C;
}

.notifications-pg .inner .noti_card.canceled_box .icon-outer {
  color: #E42A67;
}

.notifications-pg .inner .noti_card.canceled_box::after {
  background-color: #E42A67;
}

.contact-pg .social-links .links .icon {
  width: 45px;
  height: 45px;
  margin: 0 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-pg .social-links .links .icon:hover {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.contact-pg .contact-form {
  background-color: #fff;
  padding: 50px;
}

.contact-pg .contact-form .form-group {
  margin-bottom: 1rem;
}

.contact-pg .map-box {
  position: relative;
}

.contact-pg .map-box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 35px 15px;
  background-color: #21455C;
}

.blog-pg .blog_card {
  position: relative;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 25px 65px 0 rgba(41, 15, 0, 0.1);
          box-shadow: 0 25px 65px 0 rgba(41, 15, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blog-pg .blog_card .img-box {
  height: 400px;
  position: relative;
}

.blog-pg .blog_card .img-box .date {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: .6rem 1rem;
  border-radius: 4px;
}

.blog-pg .blog_card .card-body {
  padding: 2rem;
}

.blog-pg .blog_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-pg .blog_card:hover .title {
  color: #21455C;
}

.blog-pg .blog-det .card-body {
  padding: 3vw 5vw;
}

.blog-pg .blog-det .card-body .text {
  font-size: 16px;
  line-height: 2.3rem;
}

.blog-pg .blog-det:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.profile-pg .inner {
  padding: 50px;
  background-color: #fff;
}

.profile-pg .inner .data-group {
  margin-bottom: 1rem;
}

.profile-pg .inner .data-group .label {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: .6rem;
}

.profile-pg .inner .data-group .data {
  padding: 1.3rem 1.5rem;
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.profile-pg .inner .data-group .data .butn {
  position: absolute;
  left: 15px;
  top: 11px;
}

.profile-pg .inner .form-group {
  margin-bottom: 1rem;
}

.profile-pg .inner .form-group .form-control {
  border: 1px solid #E1E1E1;
}

.profile-pg .inner .form-group .form-control:disabled {
  background-color: #fff;
  font-weight: bold;
}

.profile-pg .inner .form-group input,
.profile-pg .inner .form-group select {
  height: 70px;
}

.profile-pg .inner .form-group .phone-key-control {
  -webkit-border-end: transparent;
          border-inline-end: transparent;
  text-align: left;
  direction: ltr;
}

.profile-pg .inner .submit-butn {
  padding: 1rem 3rem;
  min-width: 240px;
}

.profile-pg .inner .img-box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-pg .inner .img-box .img {
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.consultation-sec .table-consultation th {
  background-color: #fff;
  font-weight: bolder;
  padding: 2rem 1rem;
}

.consultation-sec .table-consultation td {
  padding: 1rem;
}

.consultation-sec .table-consultation th, .consultation-sec .table-consultation td {
  text-align: center;
  border: 1px solid #ddd !important;
  vertical-align: middle;
}

.consultation-sec .box {
  background-color: #fff;
  padding: 60px;
  -webkit-box-shadow: 0 25px 65px 0 rgba(41, 15, 0, 0.17);
          box-shadow: 0 25px 65px 0 rgba(41, 15, 0, 0.17);
}

.consultation-sec .box .item {
  padding: 0px 15px 25px 15px;
  text-align: center;
}

.consultation-sec .box .item .label {
  font-size: 17px;
}

.consultation-sec .box .item .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.consultation-sec .box .bb {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}

.consultation-sec .box .sec-img {
  height: 350px;
}

.consultation-sec .box .note {
  position: relative;
  color: #333;
  font-size: 16px;
}

.consultation-sec .box .note i {
  color: #E93838;
  font-size: 20px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.consultation-sec .box .note .bi-whatsapp {
  color: #47C757;
}

.consultation-sec .box .butns-wrapper .butn {
  padding: 17px 30px;
  min-width: 150px;
  margin: 0 5px;
  font-size: 16px;
}

.consultation-sec .box .butns-wrapper .butn.red_butn {
  background-color: #EC5555;
}

.consultation-sec .box .butns-wrapper .butn.red_butn:hover {
  color: #EC5555 !important;
  background-color: #fff;
  border: 1px solid #EC5555;
}

.consultation-sec .badge {
  padding: 0;
  width: 130px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.consultation-sec .badge.bg-success {
  background-color: #C9F3D9 !important;
}

.consultation-sec .badge.bg-danger {
  background-color: #F3C9DB !important;
}

.consultation-sec .badge.bg-secondary {
  background-color: #D9D9D9 !important;
}

.rateModal .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 3em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
  margin: auto;
}

.rateModal .stars-content .star-rating i {
  margin: 0 5px;
}

.rateModal .stars-content .star-rating input {
  display: none;
}

.rateModal .stars-content .star-rating label {
  color: #FFEEC9;
  cursor: pointer;
}

.rateModal .stars-content .star-rating :checked ~ label {
  color: #FFD06A;
}

.rateModal .stars-content .star-rating label:hover,
.rateModal .stars-content .star-rating label:hover ~ label {
  color: #FFB820;
}

.rateModal .form-control {
  border: 1px solid #ddd;
}

.rateModal .butn {
  padding: 17px 30px;
  min-width: 150px;
  font-size: 16px;
}

.rateModal .butn.red_butn {
  background-color: #EC5555;
}

.rateModal .butn.red_butn:hover {
  color: #EC5555 !important;
  background-color: #fff;
  border: 1px solid #EC5555;
}

/* ------------ modal style ------------- */
.modal .modal-content {
  padding: 20px;
}

.table > thead th {
  background-color: #19455F !important;
  color: #fff;
}

.table-consultation {
  -webkit-box-shadow: 0 25px 65px 0 #290f002b;
          box-shadow: 0 25px 65px 0 #290f002b;
}

.table-consultation .table {
  margin: 0;
  border: 0 !important;
}

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
  .top_navbar .socail_icons {
    text-align: center;
    margin-bottom: 10px;
  }
  .top_navbar .text-end {
    text-align: center !important;
  }
  .navbar-collapse {
    background-color: #232e4e;
    padding: 15px;
  }
  .vision {
    padding-bottom: 30px;
  }
  .vision::after {
    height: 100%;
  }
  .vision .items {
    margin: 7px 0;
  }
  .section_head h2 {
    font-size: 25px;
  }
  .features {
    padding-bottom: 80px;
  }
  .features .mob_img .img_crcl {
    display: none;
  }
  .numbers .num_content {
    margin-bottom: 30px;
  }
  .num_contact .text-end {
    text-align: initial !important;
    margin-top: 15px;
  }
  .partners .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partners .content .img {
    width: 48%;
    margin: 5px 0;
  }
  .subscribe .content .form .form-group {
    margin-top: 30px;
  }
  footer {
    padding-top: 30px;
  }
  footer .info {
    text-align: initial;
    margin-top: 40px;
  }
  .inner_header::after {
    display: none;
  }
}

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