/* header */
.top_header {
  background-color: var(--mainColor);
  width: 100%;
  padding: 10px 0;
}

.top_header h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.top_header ul {
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
}

.top_header ul li {
  font-size: 20px;
  color: #fff;
  margin-left: 25px;
}

.top_header ul li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
}

.top_header ul li img {
  width: 15px;
  margin-left: 7px;
}

.navbar {
  min-height: 95px;
  align-items: baseline;
}

.navbar .navbar-brand {
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  color: var(--mainColor);
  font-size: 30px;
}

.navbar .sps {
  position: fixed;
  top: 0px;
  right: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 10;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #00000026;
}

.navbar .sps .navbar-nav .nav-item {
  padding: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.navbar .sps .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.navbar .sps .navbar-nav .nav-item a {
  color: var(--mainColor);
  font-size: 19px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 27px 15px;
}

.navbar .sps .navbar-nav .nav-item a:hover,
.navbar .sps .navbar-nav .nav-item a.active {
  color: var(--Color);
}

.navbar .sps .navbar-nav .nav-item a.active:after,
.navbar .sps .navbar-nav .nav-item a:hover:after {
  /*    display: block;*/
  background-color: #ffdb59;
}

.navbar .sps .navbar-nav .nav-item .dropdown-toggle:after {
  content: "\f107";
  font-weight: 100;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  line-height: 0;
  position: relative;
  top: 5px;
  left: -1px;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu {
  margin-top: -2px;
  border: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 0 3px #c8c8c8;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 14px;
  border-bottom: 1px solid #eee;
  color: var(--mainColor);
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: var(--Color);
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0 !important;
}

.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
.navbar .sps .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #f5f5f5;
  outline: none;
  box-shadow: none;
}

.navbar .sps.sps--abv .navbar-toggler {
  top: 4px;
}

.navbar .sps.sps--blw .navbar-toggler {
  top: 7px;
}

.navbar .sps--abv {
  top: 45px;
  transition: all 0.5s ease;
}

.navbar .sps .container {
  border-radius: 4px;
  position: relative;
}

.navbar .sps--blw .logo {
  transition: 0.5s;
}

.navbar .sps--abv .logo {
  transition: all 0.5s ease;
  height: 70px;
  max-width: 100%;
  object-fit: contain;
}

.navbar .sps--blw {
  z-index: 30;
  top: 0px;
  transition: all 0.5s ease;
}

.navbar .sps--blw .logo {
  height: 70px !important;
  transition: all 0.5s ease;
}

.navbar .navbar-toggler {
  background: var(--mainColor);
  margin: 0;
  position: absolute;
  left: 0;
  transition: 0.5s;
  border-radius: 0;
  top: 0 !important;
  height: 100%;
  min-width: 50px;
  text-align: center;
  z-index: 5;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
  display: block;
  margin: 6px 0;
  height: 2px;
  background-image: none;
}

.navbar.nav-pages .sps--abv,
.navbar.nav-pages .sps--blw {
  background-color: #fff !important;
}

.navbar.nav-pages .sps--abv .logo,
.navbar.nav-pages .sps--blw .logo {
  padding: 0 !important;
}

.navbar.nav-pages .sps .navbar-nav {
  margin-top: 8px;
}

.navbar.nav-pages .sps .navbar-toggler {
  top: 0;
}

.navbar .sps .navbar-collapse {
  justify-content: space-between;
}

@media (max-width: 992px) {
  .navbar .sps .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
    background-color: #f9f9f9;
  }

  .top_header h4,
  .top_header ul li a {
    font-size: 13px;
  }

  .navbar .sps--abv {
    top: 45px;
  }
}

@media (max-width: 768px) {
  .contact_header {
    display: none;
  }
}

/* submit_applications */
.submit_applications .app {
  background-color: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.5s;
  position: relative;
  top: 0;
}

.submit_applications .app:hover {
  background-color: var(--bgColor);
  top: -10px;
}

.submit_applications .app img {
  width: 50px;
  margin-left: 14px;
}

.submit_applications .app h4 {
  font-size: 21px;
  color: var(--mainColor);
  margin: 0;
  font-weight: bold;
}

.submit_applications .row {
  position: relative;
  top: -35px;
  z-index: 4;
}

.submit_applications .col-12:last-child .app {
  background-color: var(--mainColor);
}

.submit_applications .col-12:last-child .app h4 {
  color: #fff;
}

/* section about */
.frame_logo {
  background-image: url(../images/home/about1.jpg);
  background-size: cover;
  background-position: right;
  overflow: hidden;
  max-width: 450px;
}

.image_about {
  position: relative;
  transition: 0.5s;
  top: 0;
}

.image_about:hover {
  top: -20px;
}

@media (max-width: 768px) {
  .image_about {
    margin-top: 50px;
  }
}

/*  animation */

.banner_shape {
  position: absolute;
  z-index: 4;
  left: 75px;
  top: -10px;
  animation: movebounce 4s linear infinite;
}

.banner_shape img {
  width: 50px;
}

.banner_shape2 {
  position: absolute;
  z-index: 4;
  right: 50px;
  bottom: 20px;
  animation: moveleftbounce 4s linear infinite;
}

.banner_shape2 img {
  width: 50px;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

@media (max-width: 992px) {
  .about_us .icon {
    border: 0;
  }
}

/*   what_we_do   */
.what_we_do {
  background-image: url(../images/home/about1.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
}

.what_we_do:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #034931cc;
  z-index: -1;
}

.what_we_do .sub_title,
.what_we_do .title,
.what_we_do .text {
  color: #fff !important;
}

.what_we_do .text {
  max-width: 750px;
  margin: 33px auto;
}

/* Services */
.Services {
  background-color: #fff;
}

.Services .Description,
.Services .Description h3,
.Services .Description h6 {
  text-align: center;
}

.Services .all {
  position: relative;
  transition: 0.5s;
  border-radius: 8px;
  background-color: #fff;
}

.Services .all img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.Services .services_text {
  padding: 85px 30px 15px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to top, #000, transparent);
  text-align: right;
  transition: 0.5s;
  height: 53%;
  width: 100%;
}

.Services .services_text h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.Services .services_text p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: .5s;
}

.Services .all:hover .services_text {
  height: 100%;
  background-image: linear-gradient(to top, #000000a1, #0000007a);
  padding: 20px 30px 15px;
}

.Services .all:hover .services_text p {
  overflow: unset;
  display: block;
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--mainColor);
  border-radius: 150px;
  transition: 0.5s;
  width: 12px;
  height: 12px;
  margin: 5px;
}

.owl-carousel button.owl-dot.active span {
  background: var(--mainColor) !important;
  background-color: var(--mainColor) !important;
  width: 30px;
}

/* delivery_service  */
.delivery_service {
  background-color: var(--bgColor);
  padding: 80px 0;
}

.delivery_service .text_side {
  margin-right: -85px;
  margin-top: 64px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 7px 10px #9191916e
}

.delivery_service.right .text_side {
  margin-right: 0px;
  margin-left: -85px;
  z-index: 5;
  position: relative;
}

.delivery_service .title {
  font-size: 35px;
  text-align: right;
  margin-bottom: 30px;
}

.delivery_service ul {
  padding-right: 20px;
}

.delivery_service ul li {
  font-size: 18px;
  margin-bottom: 8px;
}

.delivery_service img {
  min-height: 110%;
  object-fit: cover;
}

@media(max-width:768px) {
  .delivery_service .text_side {
    margin-right: 0;
    margin-top: 30px;
  }

  .delivery_service.right .text_side {
    margin-left: 0;
    margin-top: 30px;
  }

  .delivery_service .right_img {
    order: 1;
  }
}

/* testimonial */
.testimonial .Description,
.testimonial .Description h3,
.testimonial .Description h6 {
  text-align: center;
}

.testimonial .testimonal_user .item {
  margin: 10px;
  margin-bottom: 30px !important;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #00000040;
  text-align: right;
  padding: 20px;
  direction: rtl;
  margin-top: 50px;
  transition: 0.5s;
}

.testimonial .testimonal_user .item:hover {
  background-color: var(--mainColor);
}

.testimonial .testimonal_user .item:hover p,
.testimonial .testimonal_user .item:hover h3 {
  color: #fff;
}

.testimonial .testimonal_user .item:hover i {
  background-color: var(--Color);
  color: #fff;
}

.testimonial .testimonal_user .center .item {
  background-color: var(--mainColor);
}

.testimonial .testimonal_user .center .item p,
.testimonial .testimonal_user .center .item h3 {
  color: #fff;
}

.testimonial .testimonal_user .center .item i {
  background-color: var(--Color);
  color: #fff;
}

.testimonial .testimonal_user .item i {
  background-color: #fff;
  color: var(--mainColor);
  font-size: 25px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px 0px #00000040;
  margin-top: -50px;
  margin-bottom: 20px;
  border-radius: 50%;
  transition: .5s;
}

.testimonial .testimonal_user .item p {
  font-size: 18px;
  color: var(--text);
  transition: 0.5s;
}

.testimonial .testimonal_user .item h3 {
  font-size: 20px;
  color: var(--Color);
  display: flex;
  align-items: center;
  text-align: right;
  margin-bottom: 0;
  transition: 0.5s;
}

.testimonial .testimonal_user .item img {
  width: 43px;
  margin-left: 14px;
}

/* partners */
.partners {
  background-color: var(--bgColor);
}

.partners .Description,
.partners .Description h3,
.partners .Description h6 {
  text-align: center;
}

.partners .partners_logo .item {
  margin: 10px;
  margin-bottom: 30px !important;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.partners .partners_logo .item img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  padding: 10px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--Color) !important;
}

/* subscribe */
.subscribe {
  border-bottom: 1px solid #fef8e780;
  padding-top: 40px;
  padding-bottom: 30px;
  justify-content: space-between;
}

.subscribe h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 17px;
}

.subscribe h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
}

.subscribe form {
  position: relative;
  margin: 20px 0;
}

.subscribe .form-control {
  background-color: #fff;
  border: 0;
  min-height: 50px;
  max-width: 100%;
  color: var(--text);
  border-radius: 0px;
}

.subscribe .form-control::placeholder {
  color: var(--text);
}

.subscribe .submit_btn {
  background-color: var(--Color);
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
  border: 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 25%;
  min-width: 100px;
}

/* footer */

footer {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: var(--mainColor);
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: cover;
}

footer .box p {
  font-size: 18px;
  text-align: justify;
  color: #fff;
  max-width: 400px;
  font-weight: 100;
}

footer h4 {
  font-size: 22px;
  color: var(--bgColor);
  margin-bottom: 30px;
  font-weight: bold;
}

footer .box ul {
  list-style: none;
  margin-top: 15px;
  padding-right: 0;
  margin-bottom: 0;
}

footer .box ul.social-icon {
  padding: 0;
}

footer .box ul.social-icon li:after {
  display: none !important;
}

footer .box ul.social-icon li i {
  padding-left: 10px;
  color: var(--Color);
  text-align: center;
  width: 30px;
  padding-top: 4px;
  font-size: 14px;
}

footer .box ul li {
  color: #fff;
  font-size: 18px;
  padding: 5px 0px;
  position: relative;
  display: inline-block;
  width: 100%;
}

footer .box ul li a {
  color: var(--bgColor);
  font-size: 16px;
  transition: 0.5s;
}

footer .box ul li a img {
  margin-left: 10px;
}

footer .box ul li a:hover {
  color: var(--Color);
}

@media (max-width: 992px) {
  footer .social {
    justify-content: center;
  }

  footer .box p {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }

  footer:after {
    background-size: cover;
    height: 25px;
  }

  footer .box.text-end {
    text-align: center !important;
    margin-top: 20px;
  }

  footer .box p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* copy-right*/

.copy-right {
  color: #fff;
  border-top: 1px solid #fef8e780;
  opacity: 0.7;
  padding: 2px 0;
  padding-top: 14px;
  margin-top: 20px !important;
}

.copy-right a {
  color: #ffdb59;
  padding: 0 4px;
}

.copy-right span {
  padding-top: 2px;
  display: block;
  font-size: 16px;
}

.copy-right .list-social li {
  display: inline-block;
  padding: 10px;
}

.copy-right .list-social li.icon {
  color: #ffffff;
  text-align: center;
  width: 28px;
  height: 30px;
  font-size: 16px;
  padding: 0;
  padding-top: 6px;
  margin: 0 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.copy-right .list-social li.icon:hover a {
  color: var(--Color);
}

.copy-right .list-social li.icon a {
  color: #fff;
  transition: .5s;
  font-size: 15px
}

.copy-right p {
  float: right;
  background-image: url(../images/footer_arrow.png);
  padding: 0px 0px 0px 50px;
  margin: 6px 7px 4px 0px;
  background-position: left 5px;
  background-size: 40px 13px;
  background-repeat: no-repeat;
  font-size: 15px;
}



/**/

.modal .btn-close {
  position: absolute;
  left: 15px;
  top: 15px;
}

/*  banner */

.banner {
  background-position: center;
  background-size: cover;
  min-height: 300px;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/about1.jpg);
  margin-top: -10px;
}

.banner:after {
  content: "";
  background: linear-gradient(to right, #00000000 10%, var(--mainColor) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.banner .text {
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.banner h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 18px;
}

.banner ul {
  list-style: none;
  padding: 0;
}

.banner ul li {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.banner ul li a {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 768px) {
  .banner h3 {
    font-size: 30px;
  }

  .banner,
  .banner .text {
    min-height: 300px;
  }
}

/* flip box */
.flip-box {
  height: 250px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.flip-box__front {
  transform: none;
  z-index: 1;
  background-color: #fff;
}

.flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.flip-box__layer__overlay {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 35px 40px;
  color: #fff;
  transform-style: preserve-3d;
  transform: translateZ(0.1px);
}

.flip-box__layer__inner {
  transform: translateZ(90px) scale(0.91);
}

.flip-box__layer__inner img {
  height: 70px;
  margin-bottom: 25px;
}

.flip-box__layer__inner p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.flip-box__layer__inner h3 {
  font-size: 23px;
  color: var(--mainColor);
  margin-bottom: 0;
  font-weight: bold;
}

.flip-box__back {
  transform: rotateX(0) rotateY(-180deg);
  background-color: transparent;
  background-image: linear-gradient(135deg,
      var(--mainColor) 0%,
      var(--Color) 100%);
  display: block;
}

.flip-box:hover .flip-box__front {
  transform: rotateX(0) rotateY(180deg);
}

.flip-box:hover .flip-box__back {
  transform: none;
}

/*  prices  */
.prices {
  padding: 50px 0;
}

.prices .prices-box {
  box-shadow: 0px 0px 30px 0px #51B5D14D;
  border-radius: 8px;
  padding: 45px 30px 80px;
  position: relative;
  height: 100%;
}

.prices .prices-box h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--mainColor);
  margin-bottom: 20px;
}

.prices .prices-box p {
  font-size: 15px;
  color: var(--text);
  text-align: justify;
  margin-bottom: 23px;
}

.prices .prices-box .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: white;
  border-radius: 50%;
  margin-top: -90px;
  border: 2px solid var(--mainColor);
  margin-bottom: 30px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prices .prices-box .icon img {
  height: 98%;
  padding: 23px;
}

.prices .prices-box .icon .wh {
  display: none;
}

.prices .prices-box:hover .icon {
  background-color: var(--mainColor);
  transform: rotateY(360deg);
}

.prices .prices-box:hover .wh {
  display: block;
}

.prices .prices-box:hover .dark {
  display: none;
}

.prices .all_prices {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

/*  news   */
.news .all {
  background-color: var(--bgColor);
  padding-bottom: 1px;
  height: 100%;
}

.news .all_news {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}

.news .all_news img {
  width: 100%;
  transition: all .5s;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.news .all_news .caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transition: 0.5s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0)
}


.news .all_news .caption h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

.news .all_news h2 {
  position: absolute;
  bottom: 0;
  padding: 12px 16px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  background-color: var(--Color);
  border-radius: 10px 0 0 10px;
  letter-spacing: 1px;
}


.news .all_news .caption p {
  font-size: 18px;
  text-transform: capitalize;
}

.news .all_news:hover .caption {
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
}

.news .all_news:hover img {
  transform: scale(1.3) rotate(10deg);
}

.news .news_title {
  font-size: 17px;
  padding: 10px 10px 0;
  text-align: right !important;
  color: var(--mainColor);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
  font-weight: bold;
}

.news_details h1 {
  font-size: 25px;
  font-weight: bold;
  color: var(--mainColor);
  padding: 10px;
  margin-bottom: 0;
  margin-top: 20px;
}

.news_details p {
  padding: 10px;
  font-size: 18px;
  text-align: justify;
}

.news_details h3 {
  padding: 5px 10px;
  color: var(--Color);
  font-size: 16px;
  font-weight: 600;
}

.news_details ul {
  list-style: circle;
}

.news_details ul li {
  font-size: 17px;
  margin-bottom: 8px;
}

/* Privacy_policy */

.Privacy_policy h1 {
  font-size: 22px;
  font-weight: bold;
  color: var(--mainColor);
  margin-top: 20px;
}

.Privacy_policy p {
  font-size: 17px;
}

.Privacy_policy h3 {
  padding: 5px 10px;
  color: var(--Color);
  font-size: 15px;
  font-weight: 600;
}

.Privacy_policy ul {
  list-style: circle;
}

.Privacy_policy ul li {
  font-size: 17px;
  margin-bottom: 8px;
}

/*  blogs_page_details  */
.blogs_page_details {
  background-color: var(--bgColor);
  padding: 30px;
  padding-bottom: 30px;
}

/* contact_us */
.contact_us {
  background-color: var(--bgColor);
  padding: 50px 30px;
}

.contact_us .form-control {
  margin-bottom: 20px;
  min-height: 52px;
  padding: 15px;
  border-radius: 8px;
  color: var(--text);
  font-size: 16px;
}

.contact_us .form-control::placeholder {
  color: var(--text);
}

/*  side_contact   */
.side_contact {
  display: flex;
  align-items: center;
  margin-bottom: 40px !important;
}

.side_contact .icon {
  background-color: var(--mainColor);
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
}

.side_contact .text_icon h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--mainColor);
  margin-bottom: 11px;
}

.side_contact .text_icon h4 {
  font-size: 20px;
  color: var(--text);
  margin-bottom: 0;
}


/*  faq */
.faq-content {
  position: relative;
}

.faq-content .title-faq-tab {
  text-align: center;
}

.faq-content .card {
  border: 0;
  margin-bottom: 8px;
}

.faq-content .card-header {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background: var(--bgColor);
}

.faq-content .card-header .btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: var(--bgColor);
  text-decoration: none;
  padding: 14px 16px;
  transition: 0.7s;
  border-bottom: 2px solid #eee;
}

.faq-content .card-header .btn-link p {
  color: var(--Color);
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}

.faq-content .card-header .btn-link i {
  color: var(--Color);
  transform: rotate(180deg);
  transition: 0.7s;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding-top: 7px;
  font-size: 17px;
}

.faq-content .card-header .btn-link.collapsed {
  background: var(--bgColor);
}

.faq-content .card-header .btn-link.collapsed p {
  color: var(--mainColor);
}

.faq-content .card-header .btn-link.collapsed i {
  color: #ffffff;
  transform: rotate(0deg);
  color: var(--mainColor);
  width: 20px;
  height: 20px;
  border-radius: 4px;
  padding-top: 4px;
  font-size: 17px;
}

.faq-content .card-header .btn-link:hover {
  text-decoration: none !important;
}

.faq-content .card-header .btn-link:focus {
  text-decoration: none !important;
}

.faq-content .card-body p {
  color: var(--text);
  margin: 0;
  font-size: 16px;
}

/* */
.online_services aside {
  position: sticky;
  top: 85px; /* the height of the header (60px) + its bottom margin (20px) */
  background:var(--bgColor);
  height: 100vh;
  margin-bottom: 20px;
  padding-top: 30px;
  overflow-y: auto;
}

.online_services main {
  flex-grow: 1;
}
.online_services .content{
  padding: 40px 30px;
}

.online_services .nav-link{
  border-right: 3px solid #ddd;
  background-color: transparent;
  color: var(--text);
  font-size: 20px;
  font-weight: bold;
  border-radius:0;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: right;
}
.online_services .nav-link  img{
  height: 35px;
  margin-left: 10px;
  width: 40px;
  object-fit: contain;
  text-align: center;
}
.online_services .nav-link.active{
  border-color:var(--mainColor);
  background-color: transparent;
  color: var(--mainColor);
}
.online_services .form-control{
  background-color: var(--bgColor);
  box-shadow: 0 1px 3px #03493136 !important;
  min-height: 45px;
}
.online_services label{
  font-size: 15px;
}
.online_services label span,
.online_services small{
  color: var(--Color);
} 

.online_services .nots p{
  font-size: 14px;
  color: var(--text);
}
.online_services .nots h4{
  font-size: 17px;
  font-weight: bold;
  color: var(--mainColor);
  margin-top: 25px;
  margin-bottom: 15px;
}
.online_services .nots ul li{
  font-size: 17px;
  color: var(--text);
  margin-bottom: 7px;
}
@media(max-width:768px){
  .online_services .title{
    text-align: right;
  }
}
@media(max-width:575px){
  .online_services aside {
    position: unset;
    height: unset ;
    padding-bottom: 40px;
  } 

}

/* dropzone */
.dropzone_div {
  width: 98%;
  margin: 1%;
  border: 2px dashed #ddd !important;
  border-radius: 5px;
  transition: 0.2s;
}

.dropzone.dz-drag-hover {
  border: 2px solid #3498db !important;
}

.dz-message.needsclick img {
  width: 50px;
  display: block;
  margin: auto;
  opacity: 0.3;
  margin-bottom: 15px;
}

span.plus {
  display: none;
}

.dropzone.dz-started .dz-message {
  display: inline-block !important;
  width: 120px;
  float: left;
  border: 1px solid rgba(238, 238, 238, 0.36);
  border-radius: 30px;
  height: 120px;
  margin: 16px;
  transition: 0.2s;
}
.dropzone.dz-started .dz-message span.text {
  display: none;
}
.dropzone.dz-started .dz-message span.plus {
  display: block;
  font-size: 70px;
  color: #AAA;
  line-height: 110px;
}
/* Uae_visa  */

.Uae_visa .all-about {
  background-color: var(--bgColor);
  box-shadow: 0px 0px 6px #e2e2e2;
  border-radius: 6px;
  padding-bottom: 10px;
}

.Uae_visa .all-about .title_text {
  background-color: var(--mainColor);
  display: inline-block;
  margin-right: -16px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  margin-top: 25px !important;
}

.Uae_visa .all-about .title_text h4 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  padding: 9px 30px;
  position: relative;
}

.Uae_visa .all-about .title_text h4:after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  transform: rotate(270deg);
  border: solid;
  border-color: #021b12 transparent;
  border-width: 16px 0 0px 16px;
}
.Uae_visa .all-about ul{
  list-style: circle;
}
.Uae_visa .all-about li{
  margin-bottom: 10px;
}
.Uae_visa .all-about li strong{
  min-width: 110px;
  display: inline-block;
}
.visa_new{
  background-image: url(../images/home/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 400px;
  z-index: 5;
  padding: 30px 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.visa_new:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--mainColor);
  opacity: .7;
  z-index: -1;

}
.visa_new h3{
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
}
.visa_new p{
  font-size: 18px;
  color: #fff;
  max-width: 700px;
  margin: 20px auto;
}

.all_forms{
  background-color: var(--bgColor);
  padding: 40px 20px;
}
.all_forms .form-control{
  background-color: #fff !important;
}

/* strategy_box */
.strategy {
  margin-top: -10px;
}
.strategy .strategy_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 300px;
}
.strategy .strategy_box h3{
  color: var(--mainColor);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: right;
}
.strategy .strategy_box .text{
  max-width: 550px;
  margin: 20px auto;
}
.strategy .strategy_box p{
  font-size: 18px;
  text-align: justify;
}

.strategy .strategy_box ul{
  list-style: circle;
  text-align: justify;
}
/* immigrant_text */
.immigrant_text{
  min-height: 420px;
  display: flex;
  align-items: center;
}
.banner.immigrant_text:after {
  background: linear-gradient(to right, #00000000 0%, var(--mainColor) 90%);
}
.immigrant_text .text{
  text-align: center;
}
.immigrant_text .text h3{
  font-weight: bold;
}
.immigrant_text .text p{
  text-align: center;
  color: #fff;
  font-size: 18px;
  max-width: 750px;
  margin: 30px auto 0px;
}
.immigrant_about ul{
  list-style: circle;
  text-align: justify;
}
.immigrant_about ul li{
  margin-bottom: 10px;
}
.vision_mision .flip-box__layer__overlay{
  padding: 35px 15px;
}
.vision_mision .flip-box__layer__inner p{
  font-size: 15px;
}

.title_text_box{
  font-weight: bold;
  font-size: 18px;
  color: var(--mainColor);
  margin-top: 20px !important;
  margin-bottom: 15px !important;
}

.steps_box .nav-link{
  border-inline-width: 1px ;
}

.inner_text h3{
  color: var(--Color);
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.inner_text ul{
  margin-bottom: 30px;
  padding-right: 20px;
}
.inner_text ul li{
  font-size: 18px;
  padding-bottom: 6px;
  list-style: circle;
}
.inner_text h5{
  color: var(--mainColor);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.inner_text .box{
  background-color: var(--mainColor);
  padding: 25px 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner_text .box:after{
  content:'';
  background-image: url(../images/logo/short-logo.png);
  background-size: 200px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -30px;
  opacity: .2;
  z-index: -1;
}
.inner_text .box h2{
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}
.inner_text .box h6{
  color: #fff;
  font-size: 18px;
}
.inner_text .box h6 span{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
}

.inner_text .box strong{
  font-size: 18px;
  color: var(--Color);
  letter-spacing: 1px;
}