@font-face {
  font-family: rbFont;
  src: url(../fonts/rb_font/ArbFONTS-BR.ttf);
}

*,
* button:focus {
  outline: 0;
}

.mainColor {
  color: var(--mainColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !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: rbFont;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  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: 5px;
}

.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;
  line-height: 1.7;
  margin: 0;
}

.card {
  border: 0;
  padding: 30px;
  border-radius: 10px;
}

.text,
.text * {
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

small.text {
  font-size: 12px;
}

.bg_gray {
  background-color: #F9FBFF;
}

.section_padding {
  padding: 80px 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 20px;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--mainColor);
  font-size: 15px;
  font-weight: bold;
  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;
}

.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;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  background: #f5f5f5;
  border-radius: 50%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--mainColor);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

.butn {
  border: 1px solid var(--mainColor);
  padding: 10px 40px;
  text-align: center;
  background-color: var(--mainColor);
  font-size: 14px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.butn span {
  color: #fff;
}

.butn:hover {
  background-color: transparent;
}

.butn:hover span {
  color: var(--mainColor);
}

.butn.butn_line {
  background: transparent;
}

.butn.butn_line span {
  color: var(--mainColor);
}

.butn.butn_line:hover {
  background-color: var(--mainColor);
}

.butn.butn_line:hover span {
  color: #fff;
}

.butn.butn_light {
  background: #f0f0f0;
  border: 0;
}

.butn.butn_light span {
  color: #000;
}

.butn.butn_light:hover {
  background-color: var(--mainColor);
}

.butn.butn_light:hover span {
  color: #fff;
}

.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;
}

.form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-head {
  display: inline-block;
  position: relative;
}

.section-head h2 {
  position: relative;
  font-size: 40px;
}

.section-head .line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* --------------- navbar --------------- */
.navbar {
  background: transparent;
  padding: 25px 15px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
  margin: 0 10px;
  text-transform: capitalize;
}

/* --------------- header --------------- */
header {
  position: relative;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  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: 70px 0 100px;
  overflow: hidden;
}

header .info {
  width: 140%;
  margin-right: -20%;
  position: relative;
  z-index: 10;
  padding-top: 30px;
}

header .info h1 {
  font-size: calc(3vw + 50px);
  text-transform: capitalize;
  line-height: 1.1;
  font-weight: 500;
}

header .info .text {
  color: #616161;
  line-height: 2;
  margin: 25px 0;
  font-size: 15px;
}

header .info .input-group {
  margin-top: 40px;
}

header .info .input-group .butn i {
  font-size: 20px;
}

header .info .head_socail {
  margin-top: 20px;
  position: relative;
}

header .info .head_socail .socail_icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding: 0 15px;
}

header .info .head_socail .socail_icons a {
  margin: 7px;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .img_r {
  height: 600px;
  position: relative;
}

header .img_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

header .img_r::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffab00;
}

header .img_r::before {
  position: absolute;
  content: "";
  top: -25px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #512da8;
}

header .img_l {
  height: 600px;
  position: relative;
}

header .img_l::before {
  position: absolute;
  content: "";
  bottom: -25px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00c853;
}

header .img_l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

/* --------------- about --------------- */
.about {
  background-color: #fafafa;
  padding: 110px 0;
  overflow: hidden;
}

.about .info .text {
  font-size: 15px;
  color: #757575;
  border-bottom: 1px dashed #9995;
  padding-bottom: 15px;
}

.about .info ul {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #9995;
}

.about .info ul li {
  margin: 5px 0;
  width: 50%;
  color: #424242;
  font-weight: bold;
  font-size: 18px;
}

.about .info ul li i {
  color: var(--mainColor);
}

.about .img {
  position: relative;
}

.about .img::after {
  position: absolute;
  content: "";
  right: -30px;
  top: -30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ffab00;
}

.about .img::before {
  position: absolute;
  content: "";
  right: calc(50% + 25px);
  bottom: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #512da8;
}

.about .img img {
  height: 400px;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- numbers --------------- */
.numbers {
  padding: 60px 0;
}

.numbers .num_box .icon i {
  font-size: 30px;
  margin-bottom: 5px;
}

.numbers .num_box .icon i.fa-instagram {
  color: #d81b60;
}

.numbers .num_box .icon i.fa-twitter {
  color: #1e88e5;
}

.numbers .num_box .icon i.fa-facebook {
  color: #0d47a1;
}

.numbers .num_box .icon i.fa-youtube {
  color: #b71c1c;
}

.numbers .num_box h2 {
  color: var(--mainColor);
  font-size: 72px;
}

.numbers .num_box p {
  color: #616161;
  font-size: 17px;
}

/* --------------- gallery --------------- */
.gallery-sec {
  position: relative;
  padding: 70px 0;
}

.gallery-sec .img-box {
  height: 250px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.gallery-sec .img-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2c175c));
  background-image: linear-gradient(to bottom, transparent, #2c175c);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .img-box .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  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: var(--mainColor);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) scale(0);
          transform: translate(-50%, -60%) scale(0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery-sec .img-box:hover::before {
  opacity: 1;
}

.gallery-sec .img-box:hover .icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.gallery-sec .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.container {
  position: relative;
  z-index: 4;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- blog --------------- */
.blog-sec {
  padding: 40px 0 70px 0;
  position: relative;
}

.blog-sec .blog_card {
  border-radius: 15px 0 !important;
  overflow: hidden;
  background-color: #f7f7f7;
  border-bottom: 2px solid var(--mainColor);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blog-sec .blog_card .blog-img {
  height: 200px;
}

.blog-sec .blog_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 3px 6px 15px 0 #eee;
          box-shadow: 3px 6px 15px 0 #eee;
}

.blog-sec .blog_card:hover .title {
  color: var(--mainColor);
}

/* --------------- partners --------------- */
.partners-sec {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.partners-sec .partner_logo {
  width: 80%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.partners-sec .swiper-pagination {
  bottom: 0;
}

/* --------------- newsletter --------------- */
.newsletter-sec {
  padding: 50px 0 0 0;
}

.newsletter-sec .inner {
  width: 100%;
  background: url(../images/newsletter-bg.png);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 45px 0;
  padding-top: 50px;
}

.newsletter-sec .inner .form-box {
  background-color: #fff;
  border-radius: 35px 0 0 0;
  padding: 40px;
}

.newsletter-sec .inner .form-box .form-control, .newsletter-sec .inner .form-box .form-select {
  background-color: #f5f5f5;
  padding: 15px 15px;
  border-radius: 25px 0;
  font-size: 13px;
}

.newsletter-sec .inner .p {
  font-size: 13px;
}

/* ------------ footer style ------------- */
footer {
  padding: 20px 0;
  background-color: #f5f5f5;
}

footer .socail_icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  padding: 0 10px;
}

footer .socail_icons a {
  margin: 7px;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
  footer {
    padding-top: 30px;
  }
  footer .info {
    text-align: initial;
    margin-top: 40px;
  }
}

/* ======== */
@media screen and (max-width: 787px) {
  header .info h1 {
    font-size: 40px;
  }
  header .info .text {
    font-size: 12px;
  }
}

/* ======= */
/*# sourceMappingURL=styles.css.map */