@import url(bootstrap.min.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(font-awesome.min.css);
body {
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
  height: 100vh;
}
html {
  scroll-behavior: smooth;
}
header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

nav {
  background: white;
  width: 100%;
}

.nav-item {
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link {
  color: #381460 !important;
}

.navbar-text {
  margin-left: 5px;
}

.navbar-brand {
  margin-right: 45px;
}

.sign-up-btn {
  background-color: #f0bc5e;
  color: white;
  border: none;
  border-radius: 22px;
  width: 190px;
  height: 41px;
}
.sign-up-btn a {
  text-decoration: none;
  color: white;
}
.nav-item .active {
  border-bottom: 2.6px solid #381460;
}

/* home section */

.home-section {
  background-image: url("../img/Slider_curve.png");
  height: 110vh;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-section .carousel {
  width: 100%;
}

.carousel-item1 {
  margin-top: 50px;
  margin-bottom: 120px;
}

.carousel-inner-home {
  text-align: center;
  height: 100%;
}

.carousel-indicators li {
  border-radius: 50%;
  height: 13px;
  width: 13px;
  background-color: #ffffff;
  border: 2px solid transparent !important;
}

.carousel-indicators .active {
  border: 2px solid #ffffff !important;
  background-color: #f0bc5e;
}

.carousel-item1 {
  color: white;
}

.carousel-item1 h2 {
  font-size: 4rem;
  font-weight: bold;
}

.carousel-item1 h3 {
  font-size: 2rem;
  font-weight: bold;
}

/* news section */

.news-section {
  min-height: 500px;
  background-color: transparent;
  padding: 0;
}

.news-section .row {
  padding: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.news-section .col-md-1 {
  padding: 0;
}

.news-slider {
  text-align: center;
  margin-top: 100px;
}

.news-header {
  color: #381460;
  font-weight: bold;
}

.news-header-line {
  margin: auto;
  width: 90px;
  height: 7px;
  background-color: #381460;
}

@media only screen and (max-width: 767px) {
  .news-bg .col-md-1 {
    display: none;
  }
}

/* news slider area */

.world-catagory-area .nav-tabs {
  padding: 10px 0;
  border-bottom: 2px solid #f1f1f1;
}

.world-catagory-area .nav-tabs .title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  margin-right: auto;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.world-catagory-area .nav-tabs .nav-link {
  padding: 0 1em;
  position: relative;
  z-index: 1;
}

.world-catagory-area .nav-tabs .nav-link:hover,
.world-catagory-area .nav-tabs .nav-link:focus {
  color: #000000;
  border: 1px solid transparent;
  font-weight: 400;
}

.world-catagory-area .nav-tabs .nav-link.active {
  color: #000000;
  border: 1px solid transparent;
}

.world-catagory-area .nav-tabs .nav-link.active:after {
  position: absolute;
  left: 15px;
  bottom: -17px;
  content: "";
  background-color: #0000ff;
  width: calc(100% - 30px);
  height: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .world-catagory-area .nav-tabs .nav-link.active:after {
    width: calc(100% - 10px);
    left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .world-catagory-area .nav-tabs .nav-link.active:after {
    width: calc(100% - 10px);
    left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .world-catagory-area .nav-tabs .nav-link.active:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .world-catagory-area .nav-tabs .nav-link {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .world-catagory-area .nav-tabs .nav-link {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .world-catagory-area .nav-tabs .nav-link {
    padding: 0 5px;
  }
}

.world-catagory-area .nav-tabs .nav-item.show .nav-link {
  border: 1px solid transparent;
}

.world-catagory-area .nav-tabs .nav-item .dropdown-menu {
  margin-top: 15px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border: none;
}

.world-catagory-area .tab-content {
  padding-top: 30px;
}

.world-catagory-slider .owl-item,
.world-catagory-slider2 .owl-item {
  padding: 0 0 10px 0;
}

.world-catagory-slider .owl-nav,
.world-catagory-slider2 .owl-nav {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .world-catagory-slider .owl-nav,
  .world-catagory-slider2 .owl-nav {
    margin-bottom: 30px;
  }
}

.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider .owl-nav .owl-next,
.world-catagory-slider2 .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-next {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 2px solid #d8d8d8;
  color: #d8d8d8;
  font-size: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.world-catagory-slider .owl-nav .owl-prev:hover,
.world-catagory-slider .owl-nav .owl-prev:focus,
.world-catagory-slider .owl-nav .owl-next:hover,
.world-catagory-slider .owl-nav .owl-next:focus,
.world-catagory-slider2 .owl-nav .owl-prev:hover,
.world-catagory-slider2 .owl-nav .owl-prev:focus,
.world-catagory-slider2 .owl-nav .owl-next:hover,
.world-catagory-slider2 .owl-nav .owl-next:focus {
  border-color: #0000ff;
  color: #ffffff;
  background-color: #0000ff;
}

.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-prev {
  margin-right: 15px;
}

.single-blog-post {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}

.single-blog-post .post-thumbnail {
  position: relative;
  z-index: 1;
}

.single-blog-post .post-thumbnail img {
  width: 100%;
}

.single-blog-post .post-thumbnail .post-cta {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 10;
}

.single-blog-post .post-thumbnail .post-cta a {
  padding: 0 10px;
  display: inline-block;
  height: 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  color: #0000ff;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.75px;
}

.single-blog-post .post-thumbnail .post-cta a:hover,
.single-blog-post .post-thumbnail .post-cta a:focus {
  background-color: #0000ff;
  color: #ffffff;
}

.single-blog-post .post-thumbnail .video-btn {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
}

.single-blog-post .post-thumbnail .video-btn i {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 36px;
}

.single-blog-post .post-thumbnail .video-btn:hover i,
.single-blog-post .post-thumbnail .video-btn:focus i {
  color: #0000ff;
}

.single-blog-post .post-content {
  padding: 20px 30px;
}

.single-blog-post .post-content .headline h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-blog-post .post-content p {
  margin-bottom: 20px;
}

.single-blog-post .post-content .post-meta p {
  margin-bottom: 0;
  font-size: 12px;
}

.single-blog-post .post-content .post-meta p a {
  font-size: 12px;
}

.single-blog-post.post-style-2 {
  margin-bottom: 25px;
  border-radius: 10px;
}

.single-blog-post.post-style-2 .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97px;
  flex: 0 0 97px;
  /* min-width: 97px; */
  margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.post-style-2 .post-thumbnail {
    margin-left: 5px;
  }
}

.single-blog-post.post-style-2 .post-content {
  padding: 5px 0px 5px 5px;
  text-align: right;
}

.single-blog-post.post-style-2 .post-content .headline h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.post-style-2 .post-content .headline h5 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-2 .post-content .headline h5 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog-post.post-style-2 .post-content {
    padding: 5px;
  }
}

.single-blog-post.post-style-2:last-of-type {
  margin-bottom: 0;
}

.single-blog-post.post-style-2.widget-post .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  min-width: 70px;
  margin-right: 15px;
}

.single-blog-post.post-style-3 .post-thumbnail {
  position: relative;
  z-index: 1;
}

.single-blog-post.post-style-3 .post-thumbnail::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: auto;
  content: "";
  position: absolute;
}

.single-blog-post.post-style-3 .post-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}

.single-blog-post.post-style-3 .post-content .post-tag a {
  padding: 0 10px;
  display: inline-block;
  height: 20px;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  color: #0000ff;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.75px;
}

.single-blog-post.post-style-3 .post-content .post-tag a:hover,
.single-blog-post.post-style-3 .post-content .post-tag a:focus {
  background-color: #0000ff;
  color: #ffffff;
}

.single-blog-post.post-style-3 .post-content .headline h5 {
  font-size: 18px;
  color: #ffffff;
}

.single-blog-post.post-style-4 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post.post-style-4 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.single-blog-post.post-style-4 .post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  min-width: 200px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    min-width: 250px;
  }
}

.single-blog-post.post-style-4 .post-content {
  padding: 5px 30px 5px 5px;
}

.single-blog-post.post-style-4 .post-content .headline h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-content {
    padding: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post.post-style-4 .post-content {
    padding: 5px;
  }
}

.single-blog-post.post-style-4:last-of-type {
  margin-bottom: 0;
}

.single-blog-content .post-meta {
  border-bottom: 2px solid;
  border-color: #f1f1f1;
  margin-bottom: 30px;
}

.single-blog-content .post-meta p {
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 0;
}

.single-blog-content .post-meta p a {
  font-size: 14px;
}

.single-blog-content .post-meta.second-part {
  border-bottom: none;
  border-top: 2px solid;
  border-color: #f1f1f1;
  margin-bottom: 0;
  margin-top: 30px;
}

.single-blog-content .post-content {
  padding: 60px 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .single-blog-content .post-content {
    padding: 30px 25px;
  }
}

.single-blog-content .post-content h6 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #8d8d8d;
  font-family: "Ubuntu", sans-serif;
}

.single-blog-content .post-content blockquote {
  border-left: 2px solid;
  border-color: #0000ff;
  padding-left: 30px;
}

.single-blog-content .post-content blockquote h6 {
  margin-bottom: 10px;
  color: #000000;
}

.single-blog-content .post-content blockquote p {
  margin-bottom: 0;
}

.single-blog-content .post-content .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-blog-content .post-content .post-tags a {
  display: block;
  padding: 0 15px;
  line-height: 28px;
  height: 30px;
  border: 1px solid;
  border-color: #f1f1f1;
  margin: 5px;
}

.owl-item {
  width: 100 !important;
}

.owl-controls {
  display: none;
}

.news-big {
  position: absolute;
  bottom: 8px;
  right: 16px;
  text-align: right;
  color: white;
  padding: 20px;
}

/* stat section */

.stat-section {
  background-image: url("../img/stat-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  margin-top: 180px;
  text-align: center;
}

.stat-header {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.stat-header-line {
  margin: auto;
  width: 90px;
  height: 7px;
  background-color: white;
}

.stat-first-part {
  max-width: 100%;
  margin-top: 80px;
}

.stat-first-part .col-md-6 {
  text-align: right;
}

.stat-second-part {
  max-width: 100%;
  margin-top: 120px;
}

.stat-second-part .col-md-6 {
  text-align: right;
}

.second-stat {
  text-align: center !important;
  margin-bottom: 40px;
}
.first-stat {
  margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  .first-stat {
    padding-right: 110px;
  }
}

.stat-icon {
  display: inline-block;
  margin-left: 35px;
}

.stat-content {
  display: inline-block;
  position: relative;
  top: 45px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .stat-second-part {
    margin-top: 0px;
  }
  .second-stat {
    text-align: right !important;
  }
}

/* groups section */

.groups-section {
  background-image: url("../img/groups-pg.png");
  background-repeat: no-repeat;
  color: #381460;
  margin-top: 180px;
  text-align: center;
  padding-bottom: 100px;
  direction: ltr;
}

.groups-header {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.groups-header-line {
  margin: auto;
  width: 90px;
  height: 7px;
  background-color: #381460;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.btn-primary:hover {
  border-color: #f8b642;
}

.pad15 {
  border-radius: 26px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 30px;
}
.groups-section .owl-stage-outer {
  padding: 25px 25px 25px 0;
}
/* about us section */

.about-section {
  background-image: url("../img/about.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}

.about-header {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.about-header-line {
  margin: auto;
  width: 90px;
  height: 7px;
  background-color: white;
}

.about-part-1 {
  text-align: right;
  height: 126px;
  border: 0 0 1 0 solid white;
  border-bottom: 1px white dashed;
  border-right: 1px white dashed;
  border-radius: 0 0 23px 0;
  width: 160px;
  margin-bottom: 30px;
}

.about-badge {
  background: #f0bc5e;
  display: inline-block;
  height: 50px;
  width: 92px;
  border-radius: 50px 0 0 50px;
  text-align: center;
  font-size: 1.6rem;
}

.about-badge-text {
  display: inline-block;
  width: 275px;
  margin-right: 20px;
  margin-top: 20px;
}

.about-badge p {
  margin-top: 5px;
}

.about-logo {
  width: 560px;
}

@media only screen and (max-width: 767px) {
  .about-logo {
    width: inherit;
  }
}

/* start of footer */

footer {
  position: relative;
  height: 700px;
  background-color: #381460;
  top: -230px;
  z-index: -1;
  color: white;
}

footer .container-fluid {
  position: relative;
  top: 290px;
}

.footer-logo {
  width: inherit;
  max-width: 400px;
}

.vl {
  border-left: 5px solid white;
  height: 300px;
  margin-right: -80px;
}

.footer-info {
  padding-right: 70px;
}

.earth {
  width: 35px;
  margin-bottom: 18px;
}

.earth-content {
  max-width: 435px;
}

.post-image-static {
  min-width: 145px;
  border-radius: 10px;
}
.mobile-slider-img-1 {
  width: 100%;
  max-height: 500px;
}
.mobile-slider-img {
  width: 100%;
  max-height: 500px;
  height: 450px;
  display: none;
}
.stat-icon .stat-icon-img {
  width: 97px;
  height: 95px;
}
.news-slider-text {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .carousel-indicators {
    margin-bottom: -1rem;
  }
  .news-slider-part-2,
  .news-slider-part-2 .world-catagory-slider,
  .world-catagory-slider .owl-stage-outer,
  .owl-stage-outer .owl-stage,
  .owl-carousel .owl-item,
  .owl-item .single-blog-post,
  .single-blog-post .post-thumbnail,
  .post-thumbnail img {
    min-height: 250px !important;
  }
}
@media only screen and (max-width: 767px) {
  .stat-icon .stat-icon-img {
    width: 80px;
    height: 78px;
    margin-top: 35px;
  }
  .vl {
    display: none;
  }
  .footer-info {
    padding-right: 0;
  }
  .earth {
    margin-top: -54px;
    width: 35px;
    margin-bottom: 18px;
  }
  .earth-content {
    max-width: 222px;
    margin-top: -2px;
    margin-right: 7px;
  }
  footer {
    height: 950px;
  }
  .post-image-static {
    min-width: auto;
  }

  .news-slider-part-2 {
    order: 1;
  }
}
@media only screen and (max-width: 319px) {
  .stat-icon .stat-icon-img {
    width: 67px;
    height: 85px;
  }
}
@media only screen and (max-width: 768px) {
  .news-slider-part-1 {
    order: 2;
    display: none;
  }
  .stat-section {
    margin-top: 0;
  }
  .pad15 {
    margin-right: 24px !important;
  }
  .groups-header {
    font-size: 1.5rem;
  }
  .stat-content h5 {
    font-size: 1rem;
  }
  .stat-content h3 {
    font-size: 1rem;
  }
}

/* modal design  */
.modal-content {
  border-radius: 35px;
}
.cascading-modal {
  margin: auto;
  margin-top: 120px;
}
.modal-tap {
  width: 100%;
  text-align: center;
  margin: 0;
}
.navbar-light .navbar-text a {
  color: white;
  text-decoration: none;
}
.tablist {
  height: 55px;
}
.modal-tap .nav-link {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #fbebcf;
  border: none;
}
.modal-tap .active {
  background-color: #f0bc5e !important;
  color: white !important;
}
.modal-tap .single-modal-tab-1 {
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}
.modal-tap .single-modal-tab-2 {
  border-top-left-radius: 35px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50%;
  }
}
.form-container {
  padding: 0 45px 20px 45px;
  color: #381460;
}
.form-lable {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.form-input {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #381460;
  padding: 10px;
}
input {
  color: #381460;
}
input::placeholder {
  color: #381460;
}
.input-container {
  margin-bottom: 20px;
  margin-top: 20px;
}
.about-content {
  max-width: 100%;
  text-align: right;
  margin-top: 100px;
}

@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner2 .active,
  .carousel-inner2 .active + .carousel-item,
  .carousel-inner2 .active + .carousel-item + .carousel-item,
  .carousel-inner2 .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner2
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner2
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .carousel-inner2
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item,
  .carousel-inner2
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    transition: none;
  }

  .carousel-inner2 .carousel-item-next,
  .carousel-inner2 .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner2
    .active.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner2 .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item,
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
 
}

/* Bootstrap Lightbox using Modal */

#profile-grid {
  overflow: auto;
  white-space: normal;
}
#profile-grid .profile {
  padding-bottom: 40px;
}
#profile-grid .panel {
  padding: 0;
}
#profile-grid .panel-body {
  padding: 15px;
}
#profile-grid .profile-name {
  font-weight: bold;
}
#profile-grid .thumbnail {
  margin-bottom: 6px;
}
#profile-grid .panel-thumbnail {
  overflow: hidden;
}
#profile-grid .img-rounded {
  border-radius: 4px 4px 0 0;
}

.clients_slider .item {
  text-align: center;
}
.clients_slider .item img {
  width: auto;
  text-align: center;
  display: block;
  margin: auto;
  line-height: 70px;
}
.clients_slider .item:hover img {
  opacity: 1;
}
/*/////////////////////////Style////////////////////////////////////////////*/
a {
    color: #381460;
}
.title {
    margin-right:-63px;
    margin-top:97px;
    margin-left:17px;
    text-align: right;
    background-color: #381460;
    color:#f1f1f1;
    padding:3px 11px;
}
.home_title {
   margin-right:-63px;
    margin-left:17px;
    text-align: right;
    background-color: #381460;
    color:#f1f1f1;
    padding:3px 11px;
}
.title2 {
    border: 4px double White;
    border-radius: 11px;
    padding: 5px 20px;
    font-weight: 500;
    color: #f1f1f1;
    background-color: #775e94;
    text-align: center;
    margin-bottom: 15px;
}
.button {
 
    text-align: center;
    background-color: #381460;
    color: #f1f1f1;
    padding: 5px 21px;
}
.Content{
    padding:15px;
    background-color:#fcf7ee;
    margin-right:-3px;
}
.ddl {
    padding: 1px;
}


.Grid table td {
    padding:1px 5px;
    font-weight:600;
}
.Grid table span {
    padding:0 9px;
    background-color:#f0bc5e;
}
Grid a{
    text-decoration:none;
}
a:hover {
    color: #525252;
}
.mGrid {
    width: 100%;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #050505;
        font: 11px Tahoma;
        font-weight: bold;
    }

    .mGrid th {
        padding: 9px 7px;
        color: #fff; /*background: #424242 url(grd_head.png) repeat-x top;*/
        background: #381460;
        border-left: solid 1px #525252;
        font-size: 0.9em;
        font-family: Tahoma;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .mGrid td input[type="submit"] {
        background: #775e94;
        outline: none;
        padding: 6px 9px;
        border: 0px;
        color: #fff;
        margin: 1px 4px;
    }
    .sectionTitle {
    background-color: #381460 !important;
    color: #fff;
    padding: 7px 5px;
    font-size: 11pt;
    direction: rtl;
    width: 100%;
}
    .stars{
        color:red;
    }

    .btn-outline-primary {
    color: #381460;
    border-color: #381460;
    padding:20px;

}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #381460;
        border-color: #381460;
    }


        .table-borderless td {
            vertical-align: middle;
        }

        .card {
            background-color: transparent;
            border:none;
        }

@media only screen and (max-width: 768px) {
  .form-container {
    padding: 0;
  }
  .form-input {
    width: 100%;
  }
  .modal-tap .nav-link {
    font-size: 1.3rem;
  }
  .tablist {
    height: 55px;
  }
  .carousel-item1 h2 {
    font-size: 3rem;
  }
  .carousel-item1 h3 {
    font-size: 1.5rem;
  }
  .stat-header {
    font-size: 2.2rem;
  }
  .about-header {
    font-size: 2.2rem;
  }
  .about-section > .container-fluid {
    margin-top: -210px;
  }
  .about-content {
    margin-top: 34px !important;
  }
  footer > .container-fluid {
    margin-top: -85px;
  }
  .groups-section {
    margin-top: 0;
  }
  .mobile-slider-img-1 {
    display: none;
  }
  .mobile-slider-img {
    display: inline;
    margin-top: 70px;
  }
   .title{
      margin-right:0px
  }
}


