@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Amiri);@import url(https://fonts.googleapis.com/css?family=Cairo:400,600,700);/*---- Define fonts -----*/

/*---- colors ----*/

@font-face {
  font-family: "Tahoma";
  src: url("/fonts/Tahoma.eot");
  src: url("/fonts/Tahoma.eot?#iefix") format("embedded-opentype"), url("/fonts/Tahoma.woff2") format("woff2"), url("/fonts/Tahoma.woff") format("woff"), url("/fonts/Tahoma.ttf") format("truetype"), url("/fonts/Tahoma.svg#Tahoma") format("svg");
  font-weight: normal;
  font-style: normal;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  word-wrap: break-word;
}

.form-singup {
	display:none;
}	
.signup 
{
	background:url('../11.jpg');
	background-size:100%;
	height: 278px;
}
.singup h3 {
	display:none;
}
.singup img {
	display:none;
}
/*---------------- Center Element -----------------------*/

/*  body {
    @include font-size(14px);
  }*/

/*@include clearfix;*/

/* Transitions --- */

/* Transforms ----- */

/* Box Shadow ----- */

/* Border Radius ----- */

/*.container {
  background: tomato;
  width: 600px;
  height: 300px;
  text-align: center;
}
.box {
  display: inline-block;
  background: gold;
  width: 100px;
  height: 40px;
  @include vertical-align();
}*/

/*<div class="container">
  <div class="box"></div>
</div>*/

.faded-text {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* Usage */

/* Usage */

body {
  font-size: 16px;
  line-height: 20px;
  color: black;
  font-family: "Cairo", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  outline: 0;
  vertical-align: top;
  border: 0;
  height: auto;
}

textarea {
  resize: none;
}

h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  font-family: "cairo", sans-serif;
  text-transform: uppercase;
  color: #000;
  padding: 30px 0 15px;
  text-align: right;
}

h2 .big-line {
  display: inline-block;
  width: 152px;
  height: 5px;
  background-color: #ED2079;
}

h2 .small-line {
  display: inline-block;
  width: 8px;
  height: 5px;
  background-color: #ED2079;
}

h2.makalat-h2 .big-line {
  width: 170px;
}

h2.programs-h2 .big-line {
  width: 83px;
}

.raduis-border {
  border-radius: 4px;
  border: 1px solid #B3B3B3;
}

.raduis-border2 {
  border-radius: 2px;
  border: 1px solid #B3B3B3;
}

@media screen and (max-width: 768px) {
  .raduis-border2 {
    margin-bottom: 15px;
  }
}

.raduis-border3 {
  border-top: 3px solid black;
}

.container {
  max-width: 1170px;
}

.btn-pink {
  background-color: #ED2079;
  color: white;
  font-family: "Amiri", arial, sans-serif;
  font-weight: bold;
}

.btn-pink:focus {
  box-shadow: none;
}

.btn-blue {
  background-color: #36B3BC;
  color: white;
  font-family: "Amiri", arial, sans-serif;
  font-weight: bold;
}

.btn-blue:focus {
  box-shadow: none;
}

.navbar {
  align-items: flex-end;
  padding: 0.5rem 0;
}

.navbar-brand {
  margin: 0;
}

.navbar-brand img {
  display: block;
  width: 470px;
}

@media screen and (max-width: 1090px) {
  .navbar-brand img {
    width: 100%;
  }
}

.span-volunteer {
  font-family: "Cairo", sans-serif;
  color: #4D4D4D;
}

@media screen and (max-width: 576px) {
  .form-inline .form-control {
    width: inherit;
    margin-right: 0.5rem !important;
  }
}

.form-inline button {
  width: 25px;
  height: 25px;
  background: url("/images/svg/search-btn.svg") no-repeat;
  border: none;
  background-color: transparent;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 2px solid #4D4D4D;
  border-radius: 0px;
}

.form-inline button:hover {
  background-color: transparent;
}

.form-inline input[type=search] {
  height: 20px;
  border: 1px solid #4D4D4D;
  outline: none;
}

.form-inline input[type=search]:focus {
  outline: none;
  box-shadow: none;
}

.bg-light {
  background-color: white !important;
}

header .navbar-nav > li {
  border-right: 1px solid #4D4D4D;
}

header .navbar-nav > li:first-child {
  border-right: none;
}

@media screen and (max-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}

header .navbar-nav .nav-item .nav-link {
  padding: 0 0.5rem;
}

header .navbar-nav .nav-item .nav-link img {
  width: 25px;
}

.carousel-indicators {
  position: absolute !important;
  right: 0 !important;
  bottom: 10px !important;
  left: 0 !important;
  z-index: 15 !important;
  display: flex !important;
  justify-content: center !important;
  padding-left: 0 !important;
  margin-right: 15% !important;
  margin-left: 15% !important;
  list-style: none !important;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slider {
  background-color: #4D4D4D;
  padding: 30px 0;
}

.slider .carousel-control-prev,
.slider .carousel-control-next {
  display: none;
}

.slider .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 335px;
}

.slider .carousel-caption h1 {
  font-size: 24px;
  line-height: 34px;
  padding: 15px 15px;
  text-align: right;
  font-family: "cairo", "sans serif";
  font-weight: bold;
  margin-bottom: 20px;
  background-color: RGBA(0, 0, 0, 0.64);
}

.slider .carousel-caption .main-content {
  background-color: RGBA(0, 0, 0, 0.64);
  padding: 15px;
}

@media screen and (max-width: 992px) {
  .slider .carousel-caption .main-content {
    display: none;
  }
}

.slider .carousel-caption .main-content p {
  text-align: right;
}

.slider .carousel-caption .main-content p:first-child {
  margin-bottom: 15px;
}

.second-navbar {
  position: relative;
}

.second-navbar .closebtn {
  transition: all 0.4s ease-in-out;
}

.second-navbar .closebtn span {
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  width: 70% !important;
  margin-left: 10px;
}

.second-navbar .closebtn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.second-navbar .closebtn span:nth-child(2) {
  opacity: 0;
}

.second-navbar .closebtn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.second-navbar .togglenav {
  transition: all 0.4s ease-in-out;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #4d4d4d;
  z-index: 10;
  padding: 10px;
}

.second-navbar .togglenav::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 9;
  background-color: #4d4d4d;
  width: 200px;
  height: 100%;
  top: 0;
  left: 100%;
}

@media screen and (min-width: 992px) {
  .second-navbar .togglenav {
    display: none;
  }
}

.second-navbar .togglenav span {
  transition: all 0.4s ease-in-out;
  display: block;
  width: 85%;
  height: 4px;
  background-color: #ED2079;
  margin-bottom: 5px;
  float: right;
}

.second-navbar nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 10;
  display: none;
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
  .second-navbar nav {
    display: flex;
    align-items: center;
    position: initial;
    width: auto;
  }
}

.second-navbar nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .second-navbar nav ul {
    display: flex;
    align-items: center;
  }
}

.second-navbar nav ul li {
  position: relative;
}

.second-navbar nav ul li a {
  color: #ED2079;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 20px;
  border-left: 1px solid black;
  font-weight: bold;
}

@media screen and (max-width: 1170px) {
  .second-navbar nav ul li a {
    border-left: none;
  }
}

@media screen and (max-width: 992px) {
  .second-navbar nav ul li a {
    margin: 10px 0;
    padding: 0;
  }
}

.second-navbar nav ul li a:hover {
  text-decoration: none;
}

.second-navbar nav ul li:last-of-type a {
  border-left: 0;
  padding-left: 0;
}

.second-navbar nav ul li:first-of-type a {
  padding-right: 0;
}

.resposinve-nav {
  -webkit-animation: shownav 0.4s ease-in-out 0s;
          animation: shownav 0.4s ease-in-out 0s;
  display: block !important;
  width: 300px !important;
  background-color: #4d4d4d !important;
  text-align: right;
  right: 0;
  left: inherit;
  position: relative;
  z-index: 10;
}

.resposinve-nav::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 9;
  background-color: #4d4d4d;
  width: 200px;
  height: 100%;
  top: 0;
  left: 100%;
}

.resposinve-nav ul li {
  width: 100%;
  margin-bottom: 10px;
}

@-webkit-keyframes shownav {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes shownav {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes heightanimate {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes heightanimate {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

.banner-content {
  overflow-x: hidden;
  width: 100%;
  background-color: #4D4D4D;
  margin: 0 15px;
  margin-top: 20px;
}

.banner-content img {
  width: 100%;
}

.sidebar .form-group {
  margin-bottom: 5px;
}

.sidebar .form-group .form-control {
  border: 1px solid #B3B3B3 !important;
  color: black;
}

.sidebar .form-group .form-control:focus {
  box-shadow: none !important;
  border-color: none !important;
}

.sidebar .form-group .form-control::-webkit-input-placeholder {
  color: black;
  font-family: "Amiri", arial, sans-serif;
}

.sidebar .form-group .form-control:-ms-input-placeholder {
  color: black;
  font-family: "Amiri", arial, sans-serif;
}

.sidebar .form-group .form-control::-ms-input-placeholder {
  color: black;
  font-family: "Amiri", arial, sans-serif;
}

.sidebar .form-group .form-control::placeholder {
  color: black;
  font-family: "Amiri", arial, sans-serif;
}

.sidebar .signup {
  position: relative;
}

.sidebar .signup .submitjobs {
  position: absolute;
  left: 0;
  bottom: 0;
}

.sidebar .signup h3 {
  text-align: center;
}

.sidebar .signup h3 img {
  display: none;
  margin: 0 auto;
}

.sidebar .signup .form-singup {
  padding: 0 15px 40px;
}

.aside-ads {
  margin: 30px 0;
}

.aside-ads img {
  width: 100%;
}

.news-letter h3 {
  font-size: 20px;
  font-family: "Amiri", arial, sans-serif;
  font-weight: bold;
  color: #4D4D4D;
  text-align: center;
  padding: 15px 0;
}

.news-letter form {
  padding: 0 15px;
}

.news-letter form .btn-blue {
  margin: 15px 0 0px -15px;
}

#mainContent {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.isdarat-content article {
  padding: 15px;
  min-height: 200px;
}

@media screen and (max-width: 768px) {
  .isdarat-content article {
    margin-bottom: 15px;
  }
}

.isdarat-content article figure {
  padding: 0;
  margin: 0;
}

.isdarat-content article figure .wrrap-img {
  height: 0;
  padding-bottom: 156%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.isdarat-content article figure .wrrap-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.isdarat-content article figure figcaption {
  border-top: 1px solid #B3B3B3;
  padding: 15px 0 0;
  text-align: right;
}

.isdarat-content article figure figcaption h3 {
  font-size: 16px;
}

.makalat-article {
  text-align: right;
  background-color: #36B3BC;
  color: white;
}

.makalat-article h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}

.makalat-calendar {
  padding-bottom: 5px;
  border-bottom: 5px solid #4D4D4D;
}

.inner-calendar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start !important;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #f2f2f2;
}

.inner-calendar .days {
  flex-grow: 1;
}

.days .makalat-article2 {
  border-left: 1px dashed #4D4D4D;
  border-bottom: 1px dashed #4D4D4D;
  background-color: transparent;
  color: black;
  height: 120px;
}

.days .makalat-article2.last-child {
  border-left: none;
  border-bottom: 1px dashed #4D4D4D;
}

.makalat-article2 {
  text-align: right;
}

.makalat-article2.active-article {
  background-color: white;
}

.makalat-article2.active-article p {
  background-color: #ED2079;
  color: white;
}

.makalat-article2 p {
  background-color: #4D4D4D;
  padding: 10px;
  color: white;
  font-size: 14px;
}

.makalat-article2 p .num-day {
  font-size: 18px;
  font-weight: bold;
}

.makalat-article2 .event-name {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.makalat-article2 .event-place {
  padding: 5px;
  font-size: 14px;
}

.makalat-article2 .event-place .content-time {
  font-size: 10px;
}

.makalat-article2 .event-place .content-time .place-icon img {
  width: 12px;
  display: inline-block;
}

.inner-atakam-article img {
  display: block;
}

.inner-atakam-article .detail-takam-article .name-atakam {
  margin-top: 10px;
}

.inner-atakam-article .detail-takam-article .email {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-atakam-article .detail-takam-article .email .icon {
  margin-right: 15px;
}

.inner-atakam-article {
  text-align: center;
}

.inner-atakam-article img {
  margin: 0 auto;
}

.inner-atakam-article .detail-takam-article {
  margin-bottom: 30px;
}

.inner-atakam-article .detail-takam-article p .name-atakam {
  color: white;
  background-color: black;
  display: inline-block;
  padding: 5px 15px;
  font-family: "Amiri", arial, sans-serif;
  border-radius: 4px;
}

.support-content h3 {
  text-align: right;
  color: black;
  font-weight: bold;
  font-size: 22px;
  font-family: "Amiri", arial, sans-serif;
  margin-bottom: 30px;
}

.support-content p {
  text-align: right;
  color: black;
  font-family: "Amiri", arial, sans-serif;
}

.payment-methode {
  margin-bottom: 30px;
}

.payment-methode img {
  display: block;
  width: 100%;
}

.isdarat-vtwo article {
  border-bottom: none !important;
}

.isdarat-vtwo article figure img {
  display: block;
  width: 100%;
}

.isdarat-vtwo article figure figcaption {
  text-align: center;
  padding: 10px 0px;
  font-family: "Amiri", arial, sans-serif;
}

.gallery-content .slider-item img {
  display: block;
  width: 100%;
}

.gallery-content .slider-thumb img {
  display: block;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.flexslider ul li img {
  display: block;
  width: 100%;
}

.flex-control-thumbs li {
  width: 15%;
  float: left;
  margin: 0 7px !important;
}

.flex-control-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexslider ul li {
  margin: 0px 0 7px !important;
}

.flex-direction-nav a {
  text-indent: -99999px;
}

.flex-direction-nav a:before {
  color: white;
}

.flex-direction-nav .flex-next {
  background: url("/images/next.png") no-repeat;
  background-size: cover;
}

.flex-direction-nav .flex-prev {
  background: url("/images/prev.png") no-repeat;
  background-size: cover;
}

.flex-direction-nav a {
  width: 33px !important;
  height: 68px !important;
}

#Quote.bgquote-pink {
  background-color: #ED2079;
}

#Quote.bgquote-blue {
  background-color: #272361;
}

#Quote.bgquote-skyblue {
  background-color: #1072ba;
}

#Quote.darkblue-yellow {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, #16142f 0%, #f9e1a6 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( 				startColorstr="#f9e1a6", 				endColorstr="#16142f", 				GradientType=1 			);
  /* ie6-9 */
}

#Quote.bgquote-pink {
  background-color: #ED2079;
}

#Quote.dark-green {
  background-color: #00a99d;
}

#Quote.light-green {
  background-color: #8cc63f;
}

#Quote.white-quote .inner-quote blockquote {
  color: white !important;
}

#Quote.white-quote .inner-quote blockquote:after {
  content: "";
  display: block;
  width: 50px;
  height: 43px;
  background: url("/images/quoterightwhite-icon.gif") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -60px;
}

@media screen and (max-width: 992px) {
  #Quote.white-quote .inner-quote blockquote:after {
    top: -50px;
    right: 0px;
  }
}

#Quote.white-quote .inner-quote blockquote:before {
  content: "";
  display: block;
  width: 50px;
  height: 43px;
  background: url("/images/quoteleftwhite-icon.gif") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: -60px;
}

@media screen and (max-width: 992px) {
  #Quote.white-quote .inner-quote blockquote:before {
    bottom: -50px;
    left: 0px;
  }
}

#Quote .inner-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

#Quote .inner-quote blockquote {
  font-size: 30px;
  line-height: 44px;
  color: black;
  font-family: "Amiri", arial, sans-serif;
  font-weight: bold;
  position: relative;
}

#Quote .inner-quote blockquote:after {
  content: "";
  display: block;
  width: 50px;
  height: 43px;
  background: url("/images/quoterightblack-icon.gif") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -60px;
}

@media screen and (max-width: 992px) {
  #Quote .inner-quote blockquote:after {
    top: -50px;
    right: 0px;
  }
}

#Quote .inner-quote blockquote:before {
  content: "";
  display: block;
  width: 50px;
  height: 43px;
  background: url("/images/quoteleftblack-icon.gif") no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: -60px;
}

@media screen and (max-width: 992px) {
  #Quote .inner-quote blockquote:before {
    bottom: -50px;
    left: 0px;
  }
}

.sidebar-right .inner-sidebar-right {
  padding: 20px 0;
  background-color: #4d4d4d;
  margin-top: 15px;
}

.sidebar-right .inner-sidebar-right nav ul {
  list-style: none;
}

@media screen and (max-width: 992px) {
  .sidebar-right .inner-sidebar-right nav ul {
    padding-right: 0;
  }
}

.sidebar-right .inner-sidebar-right nav ul li a {
  display: block;
  text-align: right;
  padding: 10px 50px 10px 20px;
  font-family: "cairo", sans-serif;
  font-weight: bold;
  color: white;
  position: relative;
}

.sidebar-right .inner-sidebar-right nav ul li a.active {
  background-color: #005b6e;
}

.sidebar-right .inner-sidebar-right nav ul li a.active:before {
  content: "";
  position: absolute;
  display: block;
  width: 2000px;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1000;
  background-color: #005b6e;
}

.sidebar-right .inner-sidebar-right nav ul li a.active:after {
  background-color: transparent !important;
}

.sidebar-right .inner-sidebar-right nav ul li a.active2 {
  background-color: white;
  color: #005b6e;
}

.sidebar-right .inner-sidebar-right nav ul li a.active2:after {
  background-color: #005b6e;
}

.sidebar-right .inner-sidebar-right nav ul li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: white;
  position: absolute;
  right: 30px;
  top: 19px;
}

.isdarat-content2 .getacopy {
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}

.isdarat-content2 ol {
  padding: 0;
}

.isdarat-content2 ol li {
  text-align: right;
  font-family: "Amiri", arial, sans-serif;
}

.isdarat-content2 h1 {
  text-align: right;
}

.isdarat-content2 .wrrap-bibimg {
  overflow: hidden;
  margin-bottom: 20px;
}

.isdarat-content2 .wrrap-bibimg img {
  display: block;
  width: 100%;
}

.isdarat-content2 ul li {
  margin: 20px 0;
  font-family: "Amiri", arial, sans-serif;
  font-weight: 600;
  text-align: right;
  font-family: "Amiri", arial, sans-serif;
}

.isdarat-content2 p {
  text-align: right;
  margin-bottom: 30px;
  font-family: "Amiri", arial, sans-serif;
}

.isdarat-content2 article {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dashed #36B3BC;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

@media screen and (max-width: 568px) {
  .isdarat-content2 article {
    flex-direction: column;
  }
}

.isdarat-content2 article figure {
  margin: 0;
}

.isdarat-content2 article figure figcaption h3 {
  font-size: 18px;
}

.isdarat-content2 article .article-main {
  text-align: right;
  font-family: "Amiri", arial, sans-serif;
}

@media screen and (min-width: 568px) {
  .isdarat-content2 article .article-main {
    padding: 0 30px;
  }
}

.isdarat-content2 article .article-main h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .isdarat-content2 article .article-main h3 {
    margin-top: 15px;
  }
}

.isdarat-content2 article .article-main p {
  font-size: 15px;
  line-height: 16px;
}

@media screen and (max-width: 568px) {
  .isdarat-content2 article .wrrapimg {
    width: 100%;
  }
}

.isdarat-content2 article .wrrapimg a img {
  display: block;
  width: 100%;
}

#bigBanner .wrapp-bigbanner img {
  display: block;
  width: 100%;
}

.top-footer {
  background-color: #CCCCCC;
  padding: 30px 0;
  border-top: 1px solid black;
  *zoom: 1;
}

.top-footer:before,
.top-footer:after {
  content: " ";
  display: table;
}

.top-footer:after {
  clear: both;
}

.footer-article {
  text-align: right;
  font-size: 15px;
  padding: 15px;
  background-color: white;
}

@media screen and (max-width: 992px) {
  .outer-footer-article {
    margin-bottom: 15px;
  }
}

.outer-footer-article .social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.outer-footer-article .social-icon img {
  width: 30px;
}

.outer-footer-article .social-icon .social-name {
  margin: 0 5px;
  font-weight: bold;
  color: #333333;
}

.social-twetts p {
  margin-bottom: 15px;
}

.bottom-footer {
  *zoom: 1;
}

.bottom-footer:before,
.bottom-footer:after {
  content: " ";
  display: table;
}

.bottom-footer:after {
  clear: both;
}

.bottom-footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: right;
}

.bottom-footer nav ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  list-style: none;
  padding: 0;
}

.bottom-footer nav ul li {
  margin: 5px 0px;
  border-left: 2px solid white;
}

.bottom-footer nav ul li:last-child {
  border-left: 0;
}

.bottom-footer nav ul li a {
  padding: 5px 10px;
  font-weight: bold;
}

.bottom-footer {
  background-color: #333333;
  color: white;
  padding: 18px 15px;
}

@media screen and (max-width: 992px) {
  .bottom-footer {
    margin-top: 20px;
  }
}

.bottom-footer .inner-bottom-footer {
  padding: 12px 0;
  border-top: 1px dashed white;
}

.bottom-footer .right-part {
  border-left: 1px dashed white;
  text-align: right;
  font-size: 15px;
  font-family: "Amiri", arial, sans-serif;
  padding-top: 10px;
}

@media screen and (max-width: 992px) {
  .bottom-footer .right-part {
    border-left: 0px;
    order: 2;
  }
}

.bottom-footer .right-part h6 {
  background-color: white;
  color: black;
  font-weight: bold;
  display: inline;
  padding: 8px 20px;
  border-radius: 2px;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}

.bottom-footer .right-part h6:after {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: 100%;
  left: 98%;
  top: 0;
  z-index: 9;
  background-color: white;
}

.bottom-footer .right-part .first {
  margin-top: 30px;
}

.ltr .form-inline a {
  display: inline-block;
  margin: 0 15px;
}

.ltr .form-inline button {
  border-right: none;
}

.ltr .navbar-nav li:first-of-type {
  border-right: 1px solid #4D4D4D !important;
}

.ltr .navbar-nav li:last-child {
  border-right: none;
}

.ltr .second-navbar .togglenav::before {
  left: inherit;
  right: 100%;
}

.ltr .second-navbar nav {
  justify-content: center;
}

.ltr .second-navbar nav.resposinve-nav::before {
  left: -50px;
  z-index: -1;
}

.ltr .second-navbar nav ul li {
  text-align: left;
}

.ltr .second-navbar nav ul li:first-of-type a {
  padding-right: 15px !important;
  border-left: 0;
}

.ltr .second-navbar nav ul li:last-child a {
  border-left: 1px solid #4D4D4D;
  padding-left: 15px;
}

@media screen and (max-width: 1170px) {
  .ltr .second-navbar nav ul li:last-child a {
    border-left: 0px;
  }
}

.ltr .second-navbar nav ul li a {
  padding-left: 15px;
}

.ltr .slider .carousel-caption {
  left: 0;
}

.ltr .slider .carousel-caption h1 {
  text-align: left;
}

.ltr .slider .carousel-caption .main-content p {
  text-align: left;
}

.ltr h2 .big-line {
  width: 50px;
}

.ltr h2.makalat-h2 .big-line {
  width: 58px;
}

.ltr h2.programs-h2 .big-line {
  width: 36px;
}

.ltr .makalat-article {
  text-align: left;
}

.ltr .makalat-article2 p {
  text-align: left;
}

.ltr .makalat-article2 .event-name {
  text-align: left;
}

.ltr .makalat-article2 .event-place {
  text-align: left;
}

.ltr .makalat-article2 .event-place .place-icon {
  display: none;
}

.ltr .isdarat-content article figure figcaption {
  text-align: left;
}

.ltr .social-twetts p {
  text-align: left;
}

.ltr .sidebar .signup .submitjobs {
  right: 0;
  left: inherit;
}

.ltr .sidebar .news-letter {
  position: relative;
}

.ltr .sidebar .news-letter form {
  padding: 0 15px 52px;
}

.ltr .sidebar .news-letter .btn-blue {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ltr .sidebar-right .inner-sidebar-right nav ul li a {
  text-align: left;
}

.ltr .sidebar-right .inner-sidebar-right nav ul li a.active::before {
  left: inherit;
  right: 100%;
}

.ltr .sidebar-right .inner-sidebar-right nav ul li a.active::after {
  left: 0px;
  top: 19px;
  z-index: 1000;
}

.ltr .isdarat-content2 h2 {
  text-align: left;
}

.ltr .isdarat-content2 p {
  text-align: left;
}

.ltr .isdarat-content2 h3 {
  text-align: left;
}

.ltr .isdarat-content2 ul li {
  text-align: left;
}

.ltr .bottom-footer .right-part {
  border-left: none;
  border-right: 1px dashed white;
}

@media screen and (max-width: 992px) {
  .ltr .bottom-footer .right-part {
    border-right: 0;
  }
}

.ltr .bottom-footer .right-part h6 {
  text-align: left;
  display: block;
  padding: 8px;
  max-width: 200px;
}

.ltr .bottom-footer .right-part h6::after {
  right: 98%;
  left: inherit;
}

.ltr .bottom-footer .right-part p {
  text-align: left;
}

.ltr .bottom-footer nav ul li:first-child {
  border-left: none;
}

.ltr .bottom-footer nav ul li:last-child {
  border-left: 2px solid white;
}

.rtl header .navbar-nav {
  padding-right: 0 !important;
}

.form-control {
  height: 33px;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

