﻿/* Globals */
@font-face {
  src: url(../fonts/din-next-lt-arabic-light.ttf);
  font-family: 'din';
}
html,body{
  font-family: 'din';
  /*direction: rtl;*/
}
body::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  outline: 1px solid slategrey;
  background-color:#88c13a;
}
h1,h2,h3,h4,h5,h6,p{
  color: #fff;
}
h1{
  font-size: 40px;
}
h2{
  font-size: 24px;
}
h3{
  font-size: 22px;
}
h4{
  font-size: 17px;
  line-height: 1.6;
}
a:hover{
  text-decoration: none;
}
.p-relative{
  position: relative;
}
.w-80{
  width: 80%;
}
.main-btn{
  transition: 0.2s;
  color: #fff;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 22px;
  /* box-shadow: 0 0px 15px 0 rgba(46, 60, 93, 0.36); */
  background-image: linear-gradient(to left, #d2a433 50%, #f1c560 110%);
  display: inline-block;
}
.main-btn:hover{
  color: #fff;
  box-shadow: 0 1px 15px 0 rgba(46, 60, 93, 0.36);
}
.section{
  margin: 50px 0px;
}
/* ==== Loading Spinner Styls === */
.spin-wrapper {
    position: fixed;
    width: 100%;
    display: flex;
    height: 100vh;
    /*background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);*/
    background: #88c13a;
    z-index: 2000;
    top: 0;
}

.spin-wrapper .spinner {
  margin:auto;
  height: 60px;
  width: 60px;
  background-color: #fff;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}





/*================================*/
/* magnific Styel */
.mfp-bottom-bar{
  display: none;
}
/* ==== NavBar ==== */
nav{
  background:transparent;
}
nav.bg-white{
  box-shadow: 0 32px 84px 0 rgba(14, 86, 124, 0.07);
}
nav img{
  max-width: 170px;
}
.nav-options{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
.navs-btns span{
  width: 45px;
  height: 45px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 23px;
  color: #fff;
  padding: 6px 0px;
  cursor: pointer;
  display: inline-block;
}
.nav-options .menu-btn{
    display:none;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  border-radius: 32px;
  padding: 8px 25px;
  border: 2px solid #fff;
}
.nav-options.scrolled .menu-btn{
  color: #425685;
}
.nav-options.scrolled .menu-btn p{
  color: #425685;
}
.nav-options.scrolled span , .nav-options.scrolled > a{
  color: #425685;
  border: solid 2px #425685;
}
.navs-btns small{
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  border-radius: 50%;
  font-size: 12px;
  top: -2px;
  right: -2px;
  /*background-image: linear-gradient(to left, #d2a433 100%, #fdb73d 0%);*/
  background-color:#529E02;
  color:#fff;
}
/* ================ */
/* ==== Menu ==== */
.menu-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1200;
  display: none;
  overflow: auto;
}
#close-btn {
    cursor: pointer;
    margin: 70px 70px 0px 70px;
}
.back-btn{
  cursor: pointer;
  margin: 20px 0px;
}
.menu-wrapper .links{

}
.menu-wrapper .links .link{
  font-size: 19px;
  text-align: center;
  padding: 30px 0px;
  border-radius: 13px;
  border: solid 2px #8e9bb6;
  color: #8d9ab6;
  margin: 10px;
  cursor: pointer;
}
.menu-wrapper .links .link.active{
  box-shadow: 0 8px 41px 0 rgba(0, 158, 253, 0.3);
  background-image: linear-gradient(313deg, #88c13a 0%, #38b2f3 100%);
  border-color: #38aff2;
  color: #fff;
}
.menu-wrapper .links .link.active img{
  filter: invert(6) sepia(4) saturate(0) hue-rotate(360deg) brightness(6);
}
.menu-wrapper .links .link img{
  display: block;
  margin: auto;
  width:40px;
}
.second-level-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.second-level-links p{
  text-align: center;
  padding: 20px 0px;
  width: 210px;
  margin: 25px 15px;
  border-radius: 32px;
  border: solid 2px #8e9bb6;
  color: #8e9bb6;
  cursor: pointer;
}
.menu-wrapper .nav-options span, .menu-wrapper .nav-options .menu-btn {
    color: #425685;
    border: solid 2px #425685;
}
.menu-wrapper .nav-options a, .menu-wrapper .nav-options .menu-btn p {
    color: #425685;
}
/* ============== */
/* ==== Menu ==== */
.social_links_bar {
    width: 50px;
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 1030;
    background-color: #fff;
    text-align: center;
    padding: 25px 5px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: 0 0 23px 0 rgba(46, 60, 93, 0.1);
}
.social_links_bar a{
    margin: 5px 0px;
    display: block;
    transition:0.2s all;
}
.social_links_bar a:hover{
    transform:scale(1.2);
}
.social_links_bar img{
    width:38px;
}
.social_links_bar .fast{
    transform: scale(2.3)translateX(-8px);
    margin: 18px 0px;
}
/* ============= */
/* Main Slider Section */
.page-container {
    /*margin-top: 88px;*/
}
.main_slider_home {
    overflow: hidden;
    /*padding-bottom: 200px;*/
}
.main_slider_home .item {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 77%;
    height: 85vh;
    margin: auto;
}
.yellow-overlay{
  background-color: rgba(210, 164, 51, 0.85);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.yellow-overlay.home{
    /*background-image:linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));*/
    background-color:transparent;
}
.blue-overlay {
    background-image: url(../images/blue-bg.svg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 13%;
    width: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.85;
}
.gray-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
    width: 100%;
    z-index: 3;
}
.transparent-1-overlay {
    background-image: url(../images/transparent_bg_1.svg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.85;
}
.transparent-2-overlay {
    background-image: url(../images/transparent_bg_2.svg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.85;
}
.transparent-3-overlay {
    background-image: url(../images/transparent_bg_3.svg);
    height: 100%;
    position: absolute;
    top: 0;
    right: -10%;
    width: 100%;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.85;
}
.transparent-ball-overlay {
    background-image: url(../images/transparent_bg_ball.svg);
    height: 100%;
    position: absolute;
    top: 10%;
    right: 30%;
    width: 80px;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.85;
}
.slider-section {
    height: 85vh;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 70% 70% / 320px;
    width: 135%;
    left: 16%;
}
.inner-page {
    overflow: hidden;
}
.inner-page .slider-section{
    height: 280px;
    border-radius: 0 0 100% 100% / 285px;
}
.inner-page .slider-section > img{
    position: absolute;
    top: -70%;
    width: 100%;
}
.item img{
  width: 100%;
}
#main-carousel-dots{
  position: absolute;
  top: 50%;
  z-index: 12;
  transform: rotate(-90deg);
  left: 15%;
}
#main-carousel-dots .owl-dot{
  padding: 4px;
  border-radius: 50%;
  outline: none;
  border: none;
  background-color: #ffffff4d;
  margin: 0px 5px;
  cursor: pointer;
}
.owl-dot:focus{
  outline: none;
}
#main-carousel-dots .owl-dot.active{
  border-radius: 9px;
  background-color: #ffffff;
  padding: 4px 12px;
}
.blue-side {
    display: none;
    background-image: url(../images/blue-side.svg);
    height: 100%;
    position: absolute;
    top: 15%;
    right: 0;
    width: 8%;
    z-index: 12;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner-page .blue-side{
  top: 45px;
  width: 80px;
}
.blue-side div{
  cursor: pointer;
  color: #fff;
  text-align: center;
  position: relative;
  left: 30px;
}
.blue-side div:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 120px;
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(255, 255, 255, 0.6));
    top: -150px;
    left: 17px;
}
.blue-side span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.blue-top-bg {
    display: none;
    background-image: url(../images/blue-top-bg.svg);
    height: 60px;
    position: absolute;
    top: 0;
    right: 40%;
    width: 120px;
    z-index: 6;
    background-repeat: no-repeat;
    background-size: 100%;
}
.yellow-left-bg {
    display: none;
    background-image: url(../images/blue-top-bg.svg);
    height: 90px;
    position: absolute;
    top: 66vh;
    left: -45px;
    width: 180px;
    transform: rotate(-90deg);
    z-index: 6;
    background-repeat: no-repeat;
    background-size: 100%;
}
.inner-page .yellow-left-bg{
  top: 260px;
}
.caption-carousel{
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
}
.caption-carousel .caption{
  margin: 20% auto;
  width: 50%;
}
.caption-carousel .caption h4{
  margin: 25px 0px;
  opacity: 0.5;
}
.inner-page .caption-carousel .caption {
  margin: 50px auto;
}
/* =================== */
/* Second Section */
.second-section {
    position: relative;
    z-index: 20;
    margin: 0px auto;
}
#menu-carousel .item {
    margin: 20px auto;
    transition: 0.2s;
    text-align: center;
    height: 160px;
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    max-width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
#menu-carousel .item:hover{
  transform: translateY(-15px);
}
/*#menu-carousel .item:hover h3, #menu-carousel .item:hover small{
    color:#fff;
}*/
#menu-carousel .item h3 {
    color: #fff;
}
#menu-carousel .item a{
    border-radius: 20px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
#menu-carousel .item img{
    width:auto;
}
/*
.menu-bg-carousel1{
  background: linear-gradient(235deg, #88c13a, #38b2f3cc 0%), linear-gradient(235deg, #88c13a 196%, #38b2f3cc -8%), url(../images/helping-slider.svg) no-repeat;
}
.menu-bg-carousel2{
  background: linear-gradient(235deg, #88c13a, #38b2f3cc 0%), linear-gradient(235deg, #88c13a 196%, #38b2f3cc -8%), url(../images/kfalat-slider.svg) no-repeat;
}
.menu-bg-carousel3 {
  background: linear-gradient(235deg, #88c13a, #38b2f3cc 0%), linear-gradient(235deg, #88c13a 196%, #38b2f3cc -8%), url(../images/family-slider.svg) no-repeat;
}
.menu-bg-carousel1:hover {
    background: linear-gradient(235deg, #d2a433, rgba(210, 164, 51, 0.8) 0%), linear-gradient(235deg, rgba(210, 164, 51, 0.95) 196%, #d4a636 -8%), url(../images/helping-slider.svg) no-repeat;
}

.menu-bg-carousel2:hover {
    background: linear-gradient(235deg, #d2a433, rgba(210, 164, 51, 0.8) 0%), linear-gradient(235deg, rgba(210, 164, 51, 0.95) 196%, #d4a636 -8%), url(../images/kfalat-slider.svg) no-repeat;
}

.menu-bg-carousel3:hover {
    background: linear-gradient(235deg, #d2a433, rgba(210, 164, 51, 0.8) 0%), linear-gradient(235deg, rgba(210, 164, 51, 0.95) 196%, #d4a636 -8%), url(../images/family-slider.svg) no-repeat;
}*/
#menu-carousel .owl-dot.active span{
  background-image: linear-gradient(to right, #88c13a , #38b2f3);
  width: 30px;
}
#menu-carousel .inner_slide_menu {
    display: flex;
    padding: 30px 0px;
    border: 2px solid #fff;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    width: 90%;
    justify-content: center;
}
/* =============== */
/* Third Section */
.third-section {
    background-image: linear-gradient(to bottom, #fff, #cccccc4d);
    position: relative;
    padding: 10px 0px;
}
.third-section::after{
  content: none;
  width: 100%;
  height: 200px;
  left: 0;
  position: absolute;
  background-image: url(../images/waves.png);
  bottom: -30px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.heading {
    text-align: center;
    width: 50%;
    margin: 20px auto 50px;
}
.heading > div{
    background-image: url(../images/circle_bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px 0px;
}
.heading h2{
  color: #88c13a;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  top: -20px;
}
.heading h2 span{
  color: #d2a433;
}
.heading h4{
  color: #b9c7d4;
  margin-top: -25px
}
.counters{
  margin:0px 0px 100px 0px;
  /*background-image: url(../images/waves.png);*/
}
.counters .wrapper{
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content:center;
  font-size: 16px;
  font-weight: bold;
}
.counters .count{
    font-size:22px;
}
.top-100{
    top:100px;
}
.top-40 {
    top: 40px;
}
.counters .blue-first{
  background-image: url(../images/ballon-blue-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  width: 120px;
  height: 160px;
  padding: 25px 0px;
}
.counters .yellow-first{
  background-image: url(../images/ballon-yellow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 120px;
  color: #fff;
  padding: 30px 0px;
  text-align: center;
  color: #fff;
}
.counters .yellow-second{
  background-image: url(../images/ballon-yellow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  width: 90px;
  height: 120px;
  padding: 30px 0px;
  color: #fff;
}
.counters .blue-second{
  background-image: url(../images/ballon-blue-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 160px;
  color: #fff;
  padding: 25px 0px;
  text-align: center;
}
/* ======================= */
/* Fourth Section */
.helping-slider{
  margin: 0px 0px;
}
.helping-slider .item{
  cursor: pointer;
  margin: 20px 30px;
  transition: 0.2s;
}
.helping-slider .item .pic{
  width: 100%;
  height: 200px;
  border-radius: 30px;
  border-bottom-left-radius: 5px;
}
.helping-slider .item .caption-data{
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 2;
}
.helping-slider .item .caption-data p{
  font-size: 17px;
  margin: 0;
}
.helping-slider .item .caption-data small{
  font-size: 11px;
}
.helping-slider .item .targeted_price{

}
.helping-slider .item .targeted_price small{
    font-size:11px;
    color: #2e3c5d;
}
.helping-slider .item .targeted_price small span{
    color:#009efd;
}
.helping-slider .item .price{
  display: flex;
  justify-content: space-around;
  border: solid 2px #2e3c5d;
  border-radius: 30px;
  border-top-left-radius: 5px;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 7px 5px;
  width: 170px;
  align-items: center;
}
.helping-slider .item .price p{
  color: #009efd;
}
.helping-slider .item .price input{
  height: calc(1.8rem + 2px);
  width: 55%;
  padding: 0px;
  text-align: center;
}
.helping-slider .item .price span{
  color: #8ba3b8;
}
.helping-slider .item .icon{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 44px;
  display: inline-block;
  z-index: 2;
}
.helping-slider .item .icon img:first-of-type{
  display: inline-block;
}
.helping-slider .item .icon img:last-of-type{
  display: none;
}
.helping-slider .item .options{
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.helping-slider .item .options a{
  color: #fff;
  padding: 12px 0px;
  background-color: #2e3c5d;
  width: 110px;
  border-radius: 30px;
  font-size: 11px;
}
.helping-slider .item .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
  border-radius: 30px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}
.helping-slider .item:hover .p-relative{
  transform: translateY(-7px);
}
.helping-slider .item:hover .icon img:first-of-type{
  display: none;
}
.helping-slider .item:hover .icon img:last-of-type{
  display: inline-block;
}
.helping-slider .item:hover .overlay{
  background-image: linear-gradient(to left, rgba(43, 98, 253, 0.8), rgba(56, 178, 243, 0.8));
}
#helping-carousel .owl-dot.active span{
  background:#2e3c5d;
  width: 30px;
}
.fourth-section .main-btn{
  background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
}
/* ======================= */
/* Fifth Section */
.fifth-section{
  position: relative;
  padding: 35px 0;
  margin: 10px 0px 120px 0px;
}
.offers{
  color: #fff;
  text-align: center;
  z-index: 5;
  position: relative;
}
.offers h2{
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0px;
}
.offers p{
  font-size: 15px;
  color: rgba(255, 255, 255, 0.69);
  margin: 0;
}
.offers .pic{
  background-image: url(../images/fifthsection-bg.svg);
  width: 100px;
  height: 100px;
  margin: auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fifth-section::after{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 300px;
  top: -15%;
  left: 0;
  background-image: url(../images/yellow-slicer.png);
  display: block;
  background-size: 100% 100%;
  z-index: 2;
}
.fifth-section::before{
  content: ' ';
  position: absolute;
  height: 325px;
  width:100%;
  top: 15%;
  left: 0;
  background-image: url(../images/blue-slicer.png);
  display: block;
  background-size: 100% 100%;
  z-index: 1;
}
/* ============== */
/* New Fifth Section */
.new-fifth-section {
    position: relative;
    padding: 20px 0px 150px 0px;
}
.new-fifth-section .gate{
    display:flex;
    text-align: center;
    height: 260px;
    box-shadow: 10px 12px 64px 0 rgba(0, 0, 0, 0.25);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    max-width: 250px;
    margin:10px auto;
    position: relative;
}
.new-fifth-section .gate img{

}
.new-fifth-section .gate h2{
    font-size:20px;
    margin:20px 0px;
}
.new-fifth-section .gate a{
    border-radius: 20px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.new-fifth-section .gate .inner_gate{
    margin: auto;
    padding: 30px 45px;
    border: 2px solid #fff;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.new-fifth-section::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/new-fifth-section-blue-slicer.png);
    display: block;
    background-size: 100% 100%;
    z-index: -1;
}
.new-fifth-section .gate .over , #menu-carousel .item .over ,  .over{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-image:  url(../images/pattern_2.png);
}
.first_color_bg, .menu-bg-carousel1 {
    background-image: linear-gradient(225deg, #fb7206 30%, #fdb73d 110%);
}
.second_color_bg, .menu-bg-carousel2 {
    background-image: linear-gradient(225deg, #88c13a 30%, #00c9ff 110%)
}
.third_color_bg, .menu-bg-carousel3 {
    background-image: linear-gradient(224deg, #3cd500 30%, #f9f047 110%)
}
.first_color {
    color: #fd891b;
}
.second_color {
    color: #0ab2df;
}
.third_color {
    color: #51d80b;
}
/* ============== */
/* Sixth Section */
.sixth-section {
    /*margin: 100px 0px 50px 0px;*/
}
.success-slider{
  margin: 50px 0px;
}
.success-slider .item{
  width: 455px;
  height: 295px;
  margin: 20px auto;
  transition: 0.2s;
  border-radius: 45px;
}
.success-slider .item .pic{
  width: 100%;
  height: 100%;
  border-radius: 45px;
}
.success-slider .item .caption-data{
  color: #fff;
  position: absolute;
  bottom: 25px;
  width: 80%;
  right: 30px;
  z-index: 2;
}
.success-slider .item .caption-data a{
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
}
.success-slider .item .caption-data p{
  font-size: 17px;
  margin: 5px 0px;
}
.success-slider .item .caption-data small{
  font-size: 11px;
  display: block;
}
.success-slider .item .icon{
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  z-index: 2;
}
.success-slider .item .icon img{
  margin: 0px 6px;
  cursor: pointer;
}
.success-slider .item .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 45px;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(56, 178, 243, 0.7),rgba(43, 98, 253, 0.85));
}
.item .flag{
    display: flex;
    margin: 0;
}
.item .flag img{
    width:20px;
}
.success-slider .item:hover .overlay{
  background-image: linear-gradient(to right, rgba(241, 197, 96, 0.8),rgba(210, 164, 51, 0.8));
}
.success-slider .item .overlay.blue{
  background-image: linear-gradient(to right, rgba(56, 178, 243, 0.8),rgba(43, 98, 253, 0.8));
}
#success-carousel .owl-dot.active span{
  background:#2e3c5d;
  width: 30px;
}
.sixth-section .main-btn{
  background: #fff;
  border: solid 2px #2e3c5d;
  color: #2e3c5d;
  font-weight: bold;
}
.international-slider {
    margin: auto;
}
.international-slider .item{
  margin: 20px auto;
  height: 75px;
}
.international-slider .item img{
  width: auto;
  margin: auto;
  height: 100%;
}
#international-carousel .owl-nav{
  position: absolute;
  top: 25px;
  margin: 0;
  width: 100%;
}
#international-carousel .owl-nav button{
  font-size: 40px;
  color: #8ba3b8;
  background: transparent;
  outline: none;
  position: absolute;
  padding: 0px 10px!important;
  margin: 0;
}
#international-carousel .owl-nav .owl-next{
  left: 0px;
}
#international-carousel .owl-nav .owl-prev{
  right: 0px;
}
#international-carousel .owl-dot.active span{
  width: 30px;
}
/* ============== */
/* Seventh Section */
.seventh-section{
  text-align: center;
  position: relative;
  margin-bottom: 200px;
}
.seventh-section::after{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 320px;
  top: 41%;
  left: 0;
  background-image: url(../images/yellow-slicer.png);
  transform: rotate(180deg);
  display: block;
  background-size: 100% 100%;
  z-index: -2;
}
.seventh-section::before{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 390px;
  top: 5%;
  left: 0;
  background-image: url(../images/blue-slicer.png);
  transform: rotate(180deg);
  display: block;
  background-size: 100% 100%;
  z-index: -1;
}
.seventh-section .chairman-head{
  display: inline-block;
  padding: 15px 67px;
  background-image: url(../images/man-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  text-align: center;
}
.seventh-section .chairman-head div{
  position: relative;
  top: 38px;
}
.seventh-section .chairman-content{
  width: 60%;
  text-align: center;
  margin: 30px auto;
  color: #fff;
}
.seventh-section .chairman-content small{
  display: block;
  font-size: 17px;
  line-height: 1.8;
  opacity: 0.8;
}
.seventh-section .chairman-content a{
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 15px;
}
/* ============ */
/* Eighth Section */
.map {
    /*margin: 50px 0px 160px 0px;*/
}
.contact_us input{
    height: calc(2.25rem + 30px);
    padding: .375rem 1.5rem;
    border-width: 2px;
}
.contact_us textarea {
    padding: .375rem 1.5rem;
    border-width: 2px;
}
.contact_us input::placeholder, .contact_us textarea::placeholder{
    color: rgb(206, 212, 218);
}
.contact_us button {
    background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
    padding: 10px 50px;
    cursor:pointer;
    font-size:18px;
}
.news-slider {
    margin: 50px 0px;
}
.news-slider .item{
  height: 420px;
  transition: 0.2s;
  border-radius: 45px;
  margin:10px;
}
.news-slider .item .pic{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.news-slider .item .caption-data{
    position: absolute;
    padding: 25px 30px;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
}
.news-slider .item .caption-data .info {

}
.news-slider .item .caption-data .info p{
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
.news-slider .item .caption-data .info i{
  font-size: 14px;
}
.news-slider .item .caption-data .info span{
  color: #fff;
}
.news-slider .item .caption-data a{
    display: inline-block;
    font-size: 10px;
    color: #2e3c5d;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    border: solid 1px #fff;
    border-radius: 0px;
    padding: 10px 25px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.news-slider .item .caption-data h4{
  font-size: 17px;
  margin: 5px 0px;
  color: #fff;
  font-weight: bold;
}
.news-slider .item .caption-data small{
  font-size: 11px;
  display: block;
  opacity: 0.5;
  line-height: 1.79;
  letter-spacing: 0.02px;
  color: #fff;
  margin: 10px 0px;
}
.news-slider .item .icon{
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  z-index: 2;
}
.news-slider .item .icon img{
  margin: 0px 6px;
  cursor: pointer;
}
.news-slider .item .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
  top: 0;
  left: 0;
  border-radius: 5px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
}
.news-slider .home_news .item .overlay{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-slider .home_news .item img{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-slider .home_news .item{
    height:200px;
}
.news-slider .label_news{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #e5b952;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -10px;
    padding: 10px;
    right: 35px;
}
#news-carousel .owl-nav, #videos-carousel .owl-nav {
    position: absolute;
    top: 15px;
    margin: 0px;
    right: 30px;
    font-size: 25px;
    color: #fff;
}
#news-carousel .owl-nav button, #videos-carousel .owl-nav button {
    outline: none;
}
#news-carousel .owl-dots, #videos-carousel .owl-dots{
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0;
}
#news-carousel .owl-dot.active span, #videos-carousel .owl-dot.active span {
    background: #fff;
    width: 30px;
}
/* ============= */
/* Pages Bar  */
.pages-bar{
  margin: 0px 0px 0px 0px;
  position: relative;
  top: -70px;
  z-index: 16;
}
.pages-content{
  border-radius: 100px;
  /*background-image: linear-gradient(to left, #d2a433 50%, #f1c560 110%);*/
  background-color:#529E02;
  /*width: 80%;*/
  padding: 20px 40px;
  margin: auto;
}
.pages-content .page{
  text-align: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* width: 85px;
  height: 85px; */
  margin: auto;
  padding: 10px 0px;
}
.pages-content .page p{
  margin: 5px 0px 0px 0px;
}
.pages-content .page.active{
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 1px 19px 0 rgba(0, 91, 234, 0.15);
}
.pages-content .page.active img{
  /*filter: invert(40%) sepia(81%) saturate(295%) hue-rotate(357deg) brightness(94%) contrast(94%);*/
  filter: invert(48%) sepia(21%) saturate(3177%) hue-rotate(54deg) brightness(95%) contrast(103%);
}
.pages-content .page.active p{
  font-weight: bold;
  color: #529E02;
}
.responsive_submenu{
    text-align:center;
}
.responsive_submenu .dropdown-menu.show{
    text-align: center;
    left: 40px!important;
    max-height: 300px;
    overflow: auto;
}
#inner_menu .page img{
    max-width:31px;
}
#inner_menu .owl-nav {
    margin: 0;
    position: absolute;
    top: -15px;
    width:100%;
}
#inner_menu .owl-nav button{
    background: transparent;
    color: #fff;
    outline: none;
    font-size:65px;
    position: absolute;
}
#inner_menu .owl-nav button.owl-prev,#inner_menu .owl-nav button.owl-next{
}
#inner_menu .owl-nav button.owl-prev{
    right: -55px;
}
#inner_menu .owl-nav button.owl-next{
    left: -55px;
}
/* ============ */
/* Gallery Section */
.gallery-section {
    margin-bottom: 100px;
}
.gallery-filter{
  padding: 5px 20px;
  border-radius: 26px;
  border: solid 2px #2e3c5d;
  display:inline-block;
}
.gallery-filter p{
  font-size: 13px;
  font-weight: bold;
  color: #2e3c5d;
  padding: 4px 10px;
  margin: 2px;
  cursor: pointer;
  border-radius: 13px;
  display: inline-block;
}
.gallery-filter p.active{
  background-color: #2e3c5d;
  color: #fff;
}
.grid-main{
  margin: 0px;
}
.grid-item{
  position: relative;
  border-radius: 15px;
  height: 250px;
  margin: 25px;
}
.grid-item .img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.grid-caption{
  position: absolute;
  bottom: 10px;
  padding: 0px 20px;
  z-index: 2;
}
.grid-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image:linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
  z-index: 1;
  border-radius: 15px;
}
.grid-overlay-blue{
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image:linear-gradient(to right, rgba(56, 178, 243, 0.8),rgba(43, 98, 253, 0.8));
  z-index: 3;
  border-radius: 15px;
  transform: scale(0);
}
.grid-overlay-blue a{
  margin: 0px 10px;
}
.grid-overlay-blue img{
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.grid-item:hover .grid-overlay-blue{
  transform: scale(1);
}
.pagination{
  margin: 40px 0px 10px 0px;
  justify-content: center;
}
.pagination .page-link {
  border:1px solid #fff;
  color: #2e3c5d;
  font-weight: bold;
  border-radius: 50%;
  margin: 0px 3px;
  box-shadow: none;
  cursor:pointer;
}
.pagination .page-link.next , .pagination .page-link.prev{
  border-radius: 22.7px;
  background-image: linear-gradient(to right, rgba(56, 178, 243, 0.8),rgba(43, 98, 253, 0.8));
  color: #fff;
}
.pagination .disabled .page-link.next , .pagination .disabled .page-link.prev{
  border-radius: 22.7px;
  background: rgba(46, 60, 93, 0.12);
  color: rgba(46, 60, 93, 0.14);
}
.pagination .page-link.num:hover {
  background-color: #fff;
  border: 1px solid #2e3c5d;
}

/*Pagination plug*/
.pajinatify__button {
    color: #2e3c5d;
    font-weight: bold;
    border-radius: 50%;
    margin: 0px 10px;
    box-shadow: none;
    cursor: pointer;
    padding: 4px 4px 0px 4px;
    text-align: center;
    min-width: 30px;
}
.pajinatify__current {
    color: #fff;
    background-color: #007bff;
}
.arrow__next, .arrow__prev {
    width: auto;
    height:auto;
    padding: 3px 10px;
    border-radius: 22.7px;
    background-image: linear-gradient(to right, rgba(56, 178, 243, 0.8),rgba(43, 98, 253, 0.8));
    color: #fff;
}
/*Search area input inner pages*/
.search-area {
    background-image: url('../images/searchareabg.jpg');
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: 100% 100%;
    display:flex;
}
.yellow_side{
    position:relative;
    display:inline-block
}
.yellow_side > div{
    position: absolute;
    top: 15%;
    right: 12%;
    text-align: center;
}
.yellow_side img{
    max-width:200px;
}
.not_yellow_side {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.not_yellow_side .search-by-name {
    position: relative;
    display: inline-block;
}
.not_yellow_side .search-by-name input, .not_yellow_side .nationality {
    height: 50px;
    border-radius: 25px;
    border: solid 2px #ffffff;
    padding: 5px 20px 0px 20px;
    background: transparent;
    color: #fff;
    min-width: 190px;
    outline: none;
    -webkit-border-radius: 25px; 
    -moz-border-radius: 25px; 
}
.not_yellow_side .search-by-name input::placeholder{
    color:#fff;
}
.not_yellow_side .search-by-name img {
        position: absolute;
    top: 16px;
    left: 20px;
}
.not_yellow_side button{
    height: 50px;
    color: #2e3c5d;
    border-radius: 25.5px;
    border: solid 2px #ffffff;
    background-color: #ffffff;
    padding: 0px 30px;
}
/* ============ */
/* New Section */
.news-wrapper {
    margin-bottom: 100px;
}
.news-main{
  margin: 200px 0px;
}
.news-wrapper .item{
  height: 270px;
  margin: 70px 20px;
  transition: 0.2s;
  border-radius: 15px;
}
.news-wrapper .item .pic{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.news-wrapper .item .caption-data{
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  width: 85%;
  right: 7%;
  bottom: -25%;
  z-index: 1;
  box-shadow: 9px 9px 42px 0 rgba(46, 60, 93, 0.11);
  color: #2e3c5d;
  height: 230px;
}
.news-wrapper .item .caption-data .info {

}
.news-wrapper .item .caption-data .info p{
  color: #88c13a;
  font-size: 7px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
.news-wrapper .item .caption-data .info i{
  font-size: 14px;
}
.news-wrapper .item .caption-data .info span{
  color: #2e3c5d;
}
.news-wrapper .item .caption-data a{
  display: inline-block;
  margin-top: 10px;
  font-size: 9px;
  color: #2e3c5d;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  border: solid 1px #2e3c5d;
  border-radius: 22px;
  padding: 10px 25px;
}
.news-wrapper .item .caption-data h4{
  font-size: 15px;
  margin: 5px 0px;
  color: #2e3c5d;
  font-weight: bold;
}
.news-wrapper .item .caption-data small{
  font-size: 9px;
  display: block;
  opacity: 0.5;
  line-height: 1.79;
  letter-spacing: 0.02px;
  color: #2e3c5d;
  margin: 10px 0px;
}
.news-wrapper .item .icon{
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
  z-index: 2;
}
.news-wrapper .item .icon img{
  margin: 0px 6px;
  cursor: pointer;
  width: 35px;
}
.news-wrapper .item .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 1;
}
.news-wrapper .item .grid-overlay-blue{
  z-index: 1;
}

/* ============ */
/* About Us Section */
.aboutus-section{
  margin: 100px 0px;
}
.aboutus-content {
  display: flex;
  align-items: flex-start;
}
.aboutus-content h2{
  color: #2e3c5d;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
.aboutus-content span{
  color: #88c13a;
  font-size: 26px;
}
.aboutus-content p{
  opacity: 0.5;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.76;
  color: #2e3c5d;
  margin: 20px 0px;
}
.aboutus-content .main-btn{
  background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
}
.aboutus-service{
  padding: 80px 40px;
  margin: 30px;
  border-radius: 28px;
  box-shadow: 9px 9px 42px 0 rgba(46, 60, 93, 0.11);
  background-image: linear-gradient(to right, rgba(56, 178, 243, 0.8),rgba(43, 98, 253, 0.8));
}
.aboutus-service:hover{
  background-image: linear-gradient(to left, #d2a433 50%, #f1c560 110%);
}
.aboutus-service:hover h3 , .aboutus-service:hover small{
  color: #fff;
}
.aboutus-service h3{
  color: #fff;
  margin-bottom: 14px;
}
.aboutus-service small{
  opacity: 0.5;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.76;
  color: #fff;
}
.aboutus-section .words p{
  font-size: 25px;
  opacity: 0.68;
  line-height: 1.67;
  text-align: center;
  color: #2e3c5d;
}
.move-top{
  top: -130px;
}
.aboutus-management-section{
  margin-bottom: 100px;
}
.aboutus-management-head{
  text-align: center;
}
.aboutus-management-head .grid-overlay{
  border-radius: 50px;
}
.aboutus-management-head img{
  border-radius: 50px;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.aboutus-management-head .blue-shape{
  background-image: url('../images/aboutus-management-blueshape.png');
  padding: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  top: -65px;
  z-index: 2;
}
.aboutus-management-head h3{
  font-size: 25px;
  opacity: 0.68;
  line-height: 1.67;
  text-align: center;
  color: #2e3c5d;
}
.aboutus-team{

}
.team-wrapper .grid-item{
  height: 300px;
  border-radius: 8px;
  margin: 10px 0px;
}
.team-wrapper .grid-item img{
  border-radius: 8px;
}
.team-wrapper .grid-caption{
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 30px;
}
.team-wrapper .grid-overlay{
  border-radius: 8px;
}
.grid-overlay-white{
  transition: 0.2s;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #2e3c5d;
  z-index: 3;
  display: none;
  border: solid 1px #e8be5c;
  text-align: center;
  padding: 50px 10px;
}
.grid-overlay-white h3,.grid-overlay-white p{
  color: #2e3c5d;
  display: block;
  font-size: 18px;
}
.grid-overlay-white small{
  font-size: 11px;
  opacity: 0.6;
}
.grid-item:hover .grid-overlay-white{
  display: flex;
}
.aboutus-message-section{
  margin: 0px 0px 100px 0px;
}
.our-message h1{
  font-weight: bold;
  margin-bottom: 30px;
}
.our-message h4{
  opacity: 0.68;
  line-height: 1.67;
  color: #2e3c5d;
}
.our-message .content span{
  color: #2e3c5d;
}
.accordion-item{
  border-radius: 13px;
  border: 2px solid rgba(176, 182, 194, 0.5);
  padding: 15px;
  margin-bottom: 15px;
}
.accordion-item .header{
  cursor: pointer;
  display: flex;
}
.accordion-item .header h4{
  color: #2e3c5d;
  opacity: 1;
  margin: 0;
  display: inline-block;
}
.content p{
  opacity: 0.68;
  line-height: 1.67;
  color: #2e3c5d;
  font-size: 13px;
  margin: 15px 0px 0px 0px;
}
.accordion-item .header > img{
  transition: 0.2s;
  transform: rotate(-90deg);
  filter: invert(20%) sepia(37%) saturate(3855%) hue-rotate(185deg) brightness(50%) contrast(65%);
}
.accordion-item .header.collapsed h4{
  opacity: 0.5;
}
.accordion1 .accordion-item .header.collapsed > div >img{
  filter: none;
}
.accordion1 .accordion-item .header > div >img{
  filter: invert(46%) sepia(80%) saturate(604%) hue-rotate(175deg) brightness(97%) contrast(101%);
}
.accordion2 .accordion-item .header.collapsed > div >img{
  filter: none;
}
.accordion2 .accordion-item .header > div >img{
  filter: invert(50%) sepia(40%) saturate(5194%) hue-rotate(395deg) brightness(103%) contrast(82%)
}
.accordion-item .header.collapsed > img{
  transform: rotate(0);
  filter: none;
}
.b-opend-blue{
  border:2px solid #88c13a!important;
}
.b-opend-yellow{
  border:2px solid #e8be5c!important;
}
.donation-section{
  margin-bottom: 100px;
}
.donation-section .helping-slider .item{
  /*margin: 30px auto;*/
}
/*Inner pages Modal*/
.modal.sponsorship .modal-header, .modal.sponsorship .modal-footer {
    border: none;
}
.modal.sponsorship .first_data img {
    width: 100%;
    border-radius: 30px;
    border-bottom-left-radius: 5px;
    height: 200px;
    margin: auto;
    display: block;
}
.modal.sponsorship h2, .modal.sponsorship h4, .modal.sponsorship p {
    color: #2e3c5d;
    margin-top: 10px;
}
.modal.sponsorship .first_data p{
  padding:10px;
  border-radius: 25px;
  background-color: rgba(194, 210, 237, 0.16);
}
.modal.sponsorship .first_data .desc {
    color: #b0b6c2;
    font-size:13px;
}
.modal.sponsorship .second_data{
    /*padding:15px;*/
}
.modal.sponsorship .second_data h4{
    /*margin:22px 0px 0px 0px;*/
}
.modal.sponsorship .price {
    display: flex;
    justify-content: space-around;
    border: solid 1.5px #2e3c5d;
    border-radius: 30px;
    border-top-left-radius: 5px;
    padding: 5px;
    width: 170px;
    align-items: center;
    color: #5b6c94;
    margin-top: 5px;
}
.modal.sponsorship .price p{
    color: #009efd;
}
.modal.sponsorship .second_data .months select{
    border-radius: 19px;
    border: solid 1.5px #2e3c5d;
    padding: 10px 15px;
    outline: none;
    color: #2e3c5d;
}
.modal.sponsorship .second_data .months span{
    border-radius: 19px;
    background-color: #2e3c5d;
    padding: 14px 10px;
    font-size: 12px;
    color: #fff;
    margin: 0px 10px;
}
.modal.sponsorship .second_data input{
    border-radius: 19px;
    border: solid 1.5px #2e3c5d;
    height:40px;
    text-align: center;
    outline: none;
    color: #2e3c5d;
}
.modal.sponsorship .second_data textarea {
    border-radius: 14px;
    border: solid 1.5px #2e3c5d;
    text-align: center;
    outline: none;
    color: #2e3c5d;
}
.modal.sponsorship .third_data small {
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 22px;
    margin: 3px;
    flex: 1
}
.modal.sponsorship .modal-footer{
    display:flex;
    justify-content:center;
}
.modal.sponsorship .modal-footer button {
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    margin: 0px 10px;
}
.modal.sponsorship .modal-footer .add_to_card {
    background-color: #2e3c5d;
}
.modal.sponsorship .modal-footer .pay_now {
    background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
}
/* ============== */
/* Login And Register */
.login-section, .register-section {
    margin: 50px 0px 160px 0px;
}
.login, .register {
    max-width: 500px;
    margin: auto;
    padding: 25px 40px;
    box-shadow: 0 2px 10px -2px #cccccc;
}
.login i{
  font-size: 100px;
  padding: 50px 0px;
  width: 200px;
  height: 200px;
  display: block;
  color: #fff;
  border-radius: 50%;
  margin: auto;
  background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
}
.login .p-relative label , .register .p-relative label {
  position: absolute;
  top: 20px;
  margin: 0px 25px;
  color: #ced4da;
  cursor: text;
  transition: 0.25s ease;
  background-color: #fff;
  padding: 0px 15px;
}
.login .p-relative input , .register .p-relative input{
  height: calc(2.25rem + 30px);
  margin: 0px 0px 35px 0px;
  padding: .375rem 1.5rem;
  border-width: 2px;
}
.login .p-relative input::placeholder , .register .p-relative input::placeholder{
  color: #ced4da;
}
.new-member-btn{
  font-size: 22px;
  display: block;
  width: 50%;
  text-align: center;
  margin: 25px auto 0px;
  border-radius: 40px;
  padding: 20px;
}
.login .main-btn , .register .main-btn{
  background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
  border: none;
  outline: none;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
  font-size: 20px;
  border-radius: 40px;
}
.datepicker {
    top: 60px !important;
    left: auto !important;
}
.datepicker-dropdown.datepicker-orient-bottom:before, .datepicker-dropdown.datepicker-orient-bottom:after, .datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after {
    content: none;
}
/* ============================== */
/* ======  Zakat ========== */
.zakat-section {
    margin: 0px 0px 160px 0px;
}
.zakat{
  margin: auto;
  padding: 30px 50px;
  box-shadow: 0 2px 10px -2px #cccccc;
}
.zakat i{
  font-size: 145px;
  padding: 50px 0px;
  display: block;
  color: #fff;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  margin: auto;
  background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
}
.zakat .p-relative label {
  position: absolute;
  top: 20px;
  margin: 0px 25px;
  color: #ced4da;
  cursor: text;
  transition: 0.25s ease;
  background-color: #fff;
  padding: 0px 15px;
}
.zakat .p-relative input{
  height: calc(2.25rem + 30px);
  margin: 0px 0px 35px 0px;
  padding: .375rem 1.5rem;
  border-width: 2px;
}
.zakat .p-relative input::placeholder{
  color: #ced4da;
}
.zakat .main-btn{
    background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    border-radius: 40px;
    width: auto;
    margin: auto;
    display: block;
    padding: 14px 60px;
}
.zakat .select2-container {
    width:100%!important;
}
.zakat .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: calc(2.25rem + 30px);
    padding: 1.1rem 1.5rem;
    border-width: 2px;
}
.zakat .select2-container--default .select2-selection--single .select2-selection__arrow{
    width:30px;
    top: 15px;
}
.zakat .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 6px 0 6px;
}
.zakat .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 10px 6px;
}
/* ============================== */
/* ====== helping gate ========== */
.main_color {
    background-image: none;
    color: #fff;
    background-color: #88c13a;
}
.main_color:hover{
    /*background-image: linear-gradient(to left, #d4af37 50%, #edcb5d 110%)!important;    
    color: #fff;*/
    background-color: #fff;
    color: #88c13a;
}
.modal-dialog.top-200{
    margin-top:200px;
}
.helping-gate-signup .select2-container {
    width: 100% !important;
}
.helping-gate-section {
    margin-bottom: 110px;
}
.helping-gate-login {
    max-width: 600px;
    margin: auto;
    padding: 20px 6%;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    background-color: #88c13a;
}
.helping-gate-login .icon-wrapper{
    background-image: url(../images/helping-gate-login-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px 30px 30px 30px;
    text-align: center;
    margin-bottom: 40px;

}
.helping-gate-login .icon-wrapper i {
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.helping-gate-login input{
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    padding: 15px 25px;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
}
.helping-gate-login p{
    color:#fff;
    display:block;
    text-align:center;
}
.helping-gate-login input::placeholder,.helping-gate-signup input::placeholder, .helping-gate-signup select::placeholder{
    color:#fff;
}
.helping-gate-login #login{
    width: 100%;
    background: #fff;
    border: 0;
    padding: 15px 25px;
    color: #124a6b;
    font-weight: bold;
    border-radius: 40px;
    cursor:pointer;
    margin-top: 15px;
}
.helping-gate-login .forget-pass{
    color:#fff;
}
.helping-gate-new-user {
    display: block;
    padding: 20px;
    margin: 25px auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position:relative;
}
.helping-gate-new-user img {
        height: 55px;
        margin-left: 10px;
 }

.helping-gate-signup p {
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
    text-align:center;
}
.helping-gate-new-user:hover {
    color: #fff;
}
.helping-gate-new-user-bg1, .helping-gate-new-user-bg2 {
    background-image: url(../images/helping-gate-new-user-bg.png);
    position: absolute;
    width: 83px;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.helping-gate-new-user-bg1 {
    background-position: right;
    z-index: 1;
}
.helping-gate-new-user-bg2 {
    background-position: left;
    z-index: 0;
    left: -1px;
    transform: rotateY(180deg);
}
.helping-gate-signup {
    margin: auto;
    /*background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);*/
    background-size: cover;
    padding: 20px 6%;
    border-radius: 30px;
    padding-top: 0;
    background-color: #88c13a;
}
.helping-gate-signup .icon-wrapper{
    display: flex;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    align-items: center;
    padding: 20px 0px;
}
.helping-gate-signup input, .helping-gate-signup select{
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}
.helping-gate-signup .action_btns{
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 20px 0px;
    z-index: 2;
    position: relative;
}
.helping-gate-signup .action_btns a{
    border: solid 3px #ffffff;
    border-radius: 40px;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    margin: 10px;
    padding: 15px 50px;
}
.helping-gate-signup .action_btns a#submit_signup , .helping-gate-signup .action_btns a#submit_update{
    background-image: linear-gradient(to bottom, #d4af37 0%, #edcb5d 94%);
    border: none;
    padding: 17px 50px;
}
.helping-gate-section .select2-selection.select2-selection--single {
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}
.helping-gate-section .select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#fff;
}
.helping-gate-section .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:25px;
    width:50px;
}
.helping-gate-section .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
}
.helping-gate-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.nationality_wrapper .select2-selection.select2-selection--single {
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}
.nationality_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.nationality_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25px;
    width: 50px;
}
.nationality_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.nationality_wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
/*================================*/
/* ====Helping Gate ==== */
.gate_side_menu {
    width: 280px;
    background: #88c13a url(../images/pattern_1.png) repeat;
    height: 100%;
    position: fixed;
    z-index: 10;
    right: 0;
    border-bottom-left-radius: 120px;
    top: 0;
    transition: 0.5s all;
}
.gate_side_menu .close{
    position: absolute;
    left: 25px;
    width: 50px;
    top: 25px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    opacity: 1;
}
.gate_logo {
    background: #fff;
    width: 90%;
    border-bottom-left-radius: 120px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 40px 20px 20px;
    margin-top: 30px;
    text-align:center;
}
.gate_menu_links {
    margin:auto;
}
.gate_menu_links a {
    margin: 25px 20px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.05);
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
}
.gate_menu_links a.active{
    /*background-image: linear-gradient(to left, #d4af37 50%, #edcb5d 110%);*/
    background-color: #fff;
    color: #88c13a;
}
.gate_menu_links span{
    margin: 0px 10px;
}
.gate_menu_links a.active i {
    /*background-image: linear-gradient(to left, #e1efb0 50%, #e1efb0 110%);
    color: #409e7c;*/
    color: #88c13a;
}
.gate_menu_links a i {
    font-size: 25px;
}
.gate_page_home {
    /*margin-top:60px;*/
}
.gate_page_home .menu_btn{
    padding: 10px 25px;
    color: #fff;
    background: #04b5c0;
    border-radius: 20px;
    display: inline-block;
}
.gate_number_wrapper {
    display: flex;
    border-radius: 23px;
    color: #fff;
    align-items: center;
    padding: 20px 10px;
    margin: 10px auto;
    max-width: 240px;
    box-shadow: 0 2px 10px 0 rgba(3,12,28,.2);
    position: relative;
    width: 210px;
}
.gate_number_wrapper .icon{
    position: absolute;
    top: -5px;
    left: -8px;
    width: 85px!important;
}
.gate_number_wrapper.total{
    background: linear-gradient(67deg,#098b9f 13%,#00e3e4 94%);
}
.gate_number_wrapper.accepted{
    background: linear-gradient(67deg,#0a9e15 13%,#22ea29 94%)
}
.gate_number_wrapper.temporary{
    background: linear-gradient(67deg,#af7600 13%,#eaaa22 94%);
}
.gate_number_wrapper.rejected{
    background: linear-gradient(67deg,#cd1f24 13%,#f06e21 94%);
}

.gate_number {
    font-size: 40px;
    background-color: hsla(0, 0%, 100%, 0.10);
    padding: 0em .5em;
    margin: 0px 15px;
    font-weight: bold;
    border-radius: 15px
}
.gate_number_labels p {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
}
.gate_page_home .table-wrapper{
    margin-top:50px;
}
.gate_page_home .data-heading {
    padding: 10px 0px;
    border-radius: 5px;
    background-color: #ebf2f6;
    text-align: center;
    max-width: 140px;
    margin: auto;
}
.gate_page_home .data-heading p,.data-content p{
    margin: 0;
    font-weight: bold;
    color: #124a6b;
}
.gate_page_home .data-row {
    margin: 10px 0px;
    border-radius: 40px;
    box-shadow: 0 0px 5px 0 rgba(19, 58, 81, 0.2);
    background-color: #ffffff;
    padding: 10px 0px;
}
.gate_page_home .data-content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 5px 0px;
}
.gate_page_home .data-content .badge{
    border-radius: 15px;
    padding: 9px 23px;
    background-color: #ffc107;
    color: #fff;
}
.gate_page_home .data-content .ico{
    margin: 0px 5px;
    cursor: pointer;
    color: #fff;
    background-color:#88c13a;
    padding: 7px;
    border-radius: 5px;
}
.gate_page_home .data-content .ico:hover{
    background-image: linear-gradient(to left, #d4af37 50%, #edcb5d 110%);
}
.gate_logout {
    display: block;
    text-align: center;
    font-size: 26px;
    background: #fff;
    /*position: absolute;*/
    width: 80%;
    margin-bottom: 70px;
    bottom: 50px;
    padding: 10px 40px;
    right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    color: #88c13a;
}
.gate_page_home{
    margin-right:280px;
}


i.arrow {
    width: 1.4em;
    height: 1.4em;
    border-color: #8ac23e;
    transform: rotate( 133deg );
}


.request_section .card{
    margin: 10px;
    box-shadow: 0px 0px 10px 3px rgba(204, 204, 204, 0.4);
}
.request_section #notAllowed {
    display:none;
}
.request_section h2 {
    color: #38b2f3;
}
.request_section label {
    display: block;
    margin: 0;
    font-size: 0.8rem;
}
.request_section .att-img{
    width:100px;
}
.request_section .custom-file {
    width: 97px;
}
.request_section .send{
    cursor:pointer;
    margin:10px 0px;
    border:none;
}
.request_section .add_tabel {
    font-size: 30px;
    color: #88c13a;
    cursor: pointer;
}
.request_section .add_tabel:hover{
    /*color: #d4af37;*/
}
.request_section .table i {
    margin: 0px 5px;
}
.request_section .custom-file-label::after {
    width: 100%;
    text-align: center;
    content: 'اختار'; 
}
.request_section .datepicker{
    text-align:right;
}
.is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
}


.request_section .select2-container {
    width: 100% !important;
}
.request_section .select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
}
.request_section .select2-container--default .select2-selection--single .select2-selection__rendered , .request_section .select2-container--default .select2-selection--single .select2-selection__arrow{
    margin:4px;
}
.req:after {
    content: " *";
    color: red;
}
#checkProfile {
    font-size: 18px;
    display: none;
}
/*===========================*/
/* ======== Inner Page ========== */
.inner_page h1 {
    color: #425685;
    margin-bottom: 30px;
}
.inner_page p {
    font-size: 25px;
    opacity: 0.68;
    line-height: 1.67;
    text-align: center;
    color: #2e3c5d;
}
.inner_page .flag{
    font-size:18px;
}
.inner_page img {
    border-radius: 50px;
}
/* ============================== */
/* Cart Section */
.cart-section {
    margin: 50px 0px 220px 0px;
}
.items-head{
  border-radius: 40px;
  background-color: rgba(185, 199, 212, 0.14);
  padding: 10px 0px;
  text-align: center;
}
.items-head p{
  color: #5b6c94;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: rgba(91, 108, 148, 0.09);
}
.items-body{
  text-align: center;
}
.items-body p{
  margin: 0;
  display:inline-block;
  margin: 10px 0px 0px 0px;
}
.del-icon{
  cursor: pointer;
}
.cart-item {
    margin: 10px 0px;
    padding: 10px 0px;
    border-radius: 40px;
}
.cart-item.even , .data-row.even{
    background-color:#f5f7f9;
}
.cart-item .col{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item .item-img{
  width: 95px;
  border-radius: 10px;
  max-height: 75px;

}
.cart-item .item-name{
  color: #2e3c5d;
  font-size: 17px;
}
.cart-item .item-price{
  border-radius: 17px;
  border: solid 1px #2e3c5d;
  background-color: #ffffff;
  color: #2e3c5d;
  font-size: 11px;
  padding: 10px 20px;
}
.cart-item .item-amount{
  color: #2e3c5d;
  border: solid 1px #2e3c5d;
  border-radius: 50%;
  padding: 2px 10px;
}
.cart-item .item-total{
  border-radius: 17px;
  border: solid 1px #2e3c5d;
  background-color: #2e3c5d;
  color: #fff;
  font-size: 11px;
  padding: 10px 20px;
}
.total-items{
  margin-top: 40px;
}
.total-items p{
  color: #2e3c5d;
  border-radius: 34.5px;
  background-color: #f5f7f9;
  display: inline-block;
  margin: auto;
  padding: 20px 85px;
  font-size: 20px;
}
.total-items p span{
  color: #b9c7d4;
}
.cart-options{
  text-align: center;
  margin: 20px 0px;
}
.cart-options a{
  display: inline-block;
  padding: 15px 20px;
  font-size: 13px;
  color: #fff;
  background-color: #2e3c5d;
  width: 180px;
  margin: 10px;
  border-radius: 25px;
}
.main-btn.pay-btn{
  background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
  margin: auto;
  width: 250px;
  padding: 20px 30px;
  border-radius: 30px;
}
.cart-info{
  display: none;
  position: absolute;
  cursor: auto;
  width: 320px;
  top: 55px;
  left: 0px;
  background-color: #fff;
  padding: 12px;
  border-radius: 10px;
  text-align: right;
  box-shadow: 9px 9px 42px 0 rgba(46, 60, 93, 0.2);
  border-top-left-radius:0;
  z-index: 1040;
}
.cart-info .head{
  color: #2e3c5d;
  font-size: 15px;
  margin: 0;
  background: #2e3c5d1c;
  border-radius: 5px;
  padding: 5px 20px;
  font-weight: bold;
}
.cart-info .head span{
  color: #2e3c5d;
  font-size: 15px;
  border: 1px solid #2e3c5d;
  width: 35px;
  height: 35px;
  padding: 8px 0px;
  margin: 0px 5px;
  cursor: auto;
}
.cart-info .cart_icon_items_show{
    max-height: 180px;
    overflow: auto;
    margin: 10px 0px;
}
.cart-info .total{
  color: #2e3c5d;
  font-size: 15px;
  text-align: center;
  width: 80%;
  margin: 15px auto;
  border: 2px solid #2e3c5d;
  border-radius: 40px;
  padding: 10px;
  font-weight: bold;
}
.cart-info > a{
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  padding: 10px;
  background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
}
.one-item {
  margin: 15px 0px;
  display: flex;
  align-items: center;
}
.one-item img{
  width: 95px;
  border-radius: 10px;
  height: 70px;
}
.one-item-data{
  padding: 0px 10px;
  display: flex;
}
.one-item-data span{
  color: #2e3c5d;
  font-size: 15px;
  border: 1px solid #2e3c5d;
  width: 35px;
  height: 35px;
  padding: 8px 0px;
  margin: 0px 10px;
  font-weight: bold;
  cursor: auto;
  border-radius: 6px;
}
.one-item-data h5{
  color: #2e3c5d;
  font-size: 13px;
}
.one-item-data p{
  color: #b9c7d4;
  margin: 0;
  font-size: 11px;
}
/* ============================== */
.eighth-section {
    /*margin-top: -140px;*/
}
/* Ninth Section */
.ninth-section {
    margin-top: 80px;
}
.ninth-section::before{
  content: ' ';
  position: absolute;
  width: 100%;
  top: -110px;
  height: 250px;
  left: 0;
  background-image: url(../images/blue2-slicer.png);
  display: block;
  background-size: 100% 100%;
  z-index: -1;
}
.subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.subscribe h2{
  margin: 0px 20px!important;
}
.subscribe-form input{
  border-radius: 23px;
  border: solid 2px #ffffff;
  padding: 13px 20px;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 13px;
  width: 300px;
}
.subscribe-form input::placeholder{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.subscribe-form button{
  border-radius: 23px;
  background: #fff;
  font-size: 13px;
  color: #2e3c5d;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 79px;
  height: 38px;
  border: none;
  outline: none;
  cursor: pointer;
}
.join-us{
  display: flex;
  padding: 10px;
  background-image: linear-gradient(to left, #d2a433 50%, #f1c560 110%);
  border-radius: 100px;
  margin: 25px 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-us .pic{
  background-image: url(../images/fifthsection-bg.svg);
  width: 115px;
  height: 115px;
  margin: auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-us .data {
  /*width: 60%;*/
  display: flex;
  align-items: center;
}
.join-us .data .pic-wrapper{
  margin: 0px 15px;
}
.join-us .data h2{

}
.join-us .data p{
  margin: 10px 0px;
  line-height: 1.56;
  letter-spacing: 0.03px;
  opacity: 0.5;
}
.download-file{
  display: flex;
  margin: 0px 30px;
}

.download-file a{
  padding: 12px 25px;
  color: #d2a433;
  background: #fff;
  border-radius: 25px;
  display: inline-block;
  margin: auto;
}
/*SMS Page*/
.sms_wrapper {
    margin-bottom: 150px;
}
.sms_wrapper .sms_item{
    /*background: #e2b54a;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 12px;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    min-width: 200px;*/
}
.sms_wrapper .sms_item.active{
    background-color:#453715;
}
.sms_wrapper .options_wrapper{
    display: flex;
    text-align: center;
    justify-content: center;
}
.sms_wrapper .sms_price{
    background: #00abe4;
    color: #fff;
    padding: 10px 20px;
    margin: 10px;
    min-width: 130px;
    font-size:22px;
    border-radius: 12px;
}
.sms_wrapper .sms_price.dis{
    background-color:#005571;
}
.sms_wrapper img{
    max-width:100%;
    border-radius: 50px;
}

/*=====================================*/
/* Footer Section  */
.footer {
    padding: 50px 0px 50px 0px;
    background-image: linear-gradient(to bottom, #ffffff, rgba(185, 199, 212, 0.3));
}
.footer .first .links-wrapper h3{
  color: #5b6c94;
  margin: 0px 10px;
  vertical-align: bottom;
  display: inline-block;
}
.footer .first .links-wrapper h3 span{
  color: #8e9bb6;
}
.footer .first .links-wrapper .links{
  margin-right: 50px;
}
.footer .first .links-wrapper .links a{
  display: block;
  margin: 10px 0px;
  color: #8e9ab6;
}
.footer .first .links-wrapper .links a:hover{
  color: #5b6c94;
}
.footer .footer-logo p{
  color: #5b6c94;
  font-size: 14px;
  font-weight: bold;
}
.footer .first {
  text-align:center;
}
.footer .second {
  
}
.footer .second .social-icons a{
  color: rgba(91, 108, 148, 0.64);
  display: inline-block;
  width: 48px;
  margin: 10px;
  height: 48px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
  box-shadow: 15px 15px 31px 0 #d3dbe6, -15px -15px 31px 0 #ffffff, -1px -1px 1px 0 rgba(255, 255, 255, 0.6);
}
.footer .second .footer-social{
  text-align: center;
  margin-top: 20px;
}
.footer .second .social-icons a:hover{
  color: #fff;
  background-image: linear-gradient(to top, #4481eb, #04befe);
}
.footer .second .cards img{
  margin: 0px 5px;
}
.footer .second .footer-social .cards{
  margin-top: 30px;
}











/* From 992px To 1200px */
@media only screen and (max-width: 1200px) {
    .join-us {
        justify-content: center;
    }
}


/* From 768px To 991px */
@media only screen and (max-width: 991px) {
    .caption-carousel .caption {
        margin: 50% auto;
    }
    .top-100 {
        top: auto;
    }
    .top-40{
        top: auto;
    }
    .move-top{
        top:auto;
    }
    .slider-section {
        border-radius: 0 0 80% 90% / 120px;
        /*left: 20%;*/
        height: 55vh;
    }
    .main_slider_home .item {
        height: 55vh;
    }
    .fifth-section {
        background-image: linear-gradient(to left, #d2a433 50%, #f1c560 110%);
    }
    .fifth-section::before , .fifth-section::after{
        content:none;
    }
    .new-fifth-section::before {
        background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
    }
    .yellow_side {
        display: none;
    }
    .join-us .data p{
        display:none;
    }
    .join-us {
        text-align: center;
        border-radius: 10px;
        padding: 30px 0px;
    }
    .join-us .data{
        flex-direction: column;
    }
    .aboutus-section {
        margin: 0px;
    }
    .aboutus-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .search-area {
        /*border-radius: 10px;
        background-image: url(../images/searchareabg_responsive.jpg);
        background-attachment: fixed;*/
    }
    .not_yellow_side{

    }

}


/* From 576px To 767px */
@media only screen and (max-width: 767px) {
    .cart-info {
   
    }
    .nav-options {
        justify-content: center;
    }
    .menu-wrapper .links .link {
        padding: 5px 20px;
        margin: 5px;
        border-radius: 27px;
        border: none;
        text-align: initial;
        font-size: 16px;
    }
    .menu-wrapper .links .link img{
        display:inline-block;
        width: 25px;
    }
    #close-btn {
        margin: 10px 0px 10px 10px;
        width: 50px;
    }
    .login i {
        font-size: 90px;
        padding: 25px 0px;
        max-width: 150px;
        height: auto;
    }
    .ninth-section::before {
        top: -65px;
        background-image: linear-gradient(to left, #88c13a 50%, #38b2f3 110%);
    }
    .blue-side, .yellow-left-bg, .blue-top-bg, .transparent-1-overlay, .transparent-3-overlay, .transparent-ball-overlay, .social_links_bar {
        display: none;
    }
    .pages-content {
        /*border-radius:10px;*/
        padding: 20px 40px;
    }
    .pages-bar{
        top:-40px;
    }
    .inner-page .slider-section > img {
        top: 0px;
    }
    .modal.sponsorship .modal-footer button {
        font-size: 14px;
    }
    .modal.sponsorship .first_data img{
        width:80%;
    }
    .new-member-btn {
        width: auto;
    }
    .footer {
        padding: 0px 0px 50px 0px;
    }
    .inner-page .slider-section{
        border-radius:0;
    }
    .gate_page_home{
        margin:0;
    }
    .gate_side_menu {
        width: 100%;
        border-radius: unset;
        right: -100%;
    }
    .gate_side_menu .gate_logo{
        margin: 0 auto;
        background: #fff;
        border-bottom-left-radius: 110px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 110px;
        border-top-right-radius: 0px;
        padding: 5px 30px 35px 30px;
        width: 225px;
    }
    .gate_side_menu .gate_menu_links{
        margin:40px auto;
    }
    .gate_logout {
        width: 220px;
        margin: 0 auto;
        border-radius: 5px;
    }

   /**/


    .school_one_kind img {
        width: 175px;
    }

    .stepper_kind {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }

        .stepper_kind p {
            padding: 5px 25px;
            border-radius: 50%;
            color: #fff;
            background-color: #3a9b78;
            margin: 0px 20px 0px;
            font-size: 40px;
            font-weight: bold;
        }

            .stepper_kind p.selected {
                background-color: #e1efb0;
                color: #3a9b78;
            }

    #nextBtn, #nextBtnFirst, #prevBtn {
        background-image: none;
        color: #fff;
        background-color: #3a9b78;
        /*background-image: linear-gradient(to left, #d4af37 50%, #edcb5d 110%);*/
        display: block;
        margin: 40px auto 0;
        padding: 10px 30px;
        border: none;
        font-size: 20px;
        color: #fff;
        border-radius: 10px;
        cursor: pointer;
    }

        #nextBtn:hover, #nextBtnFirst:hover, #prevBtn:hover {
            background-image: linear-gradient(to left, #e1efb0 50%, #e1efb0 110%);
            color: #409e7c;
        }



   /**/


}

/* Phones Width */
@media only screen and (max-width: 575px) {
    .success-slider .item {
        width: 100%;
    }
    .slider-section {
        border-radius: 0 0 80% 90% / 120px;
        /*left: 20%;*/
        height: 45vh;
    }
    .main_slider_home .item {
        height: 45vh;
    }
}



