.footer-bar {
  padding: 1em;
  background: #0F84BA !important;
  text-align: center;
  color: white;
}

button{
	direction: ltr !important;
}

.email {
  color: white !important;
 	transition: all .5s;
}

.email:hover {
  color: black !important;
}

.email-header {
    color: black !important;
 	transition: all .5s;
	font-size:1em  !important;
}

.email-header:hover {
  color: #0F84BA  !important;
}

.emai-div {
    width: 100%;
    text-align: left;
}

button{
	font-weight: normal !important;
}
.site-branding {
  padding: 1.5em !important;
  background: #f8f8f8 !important;
  color: white !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.site-branding-buttons-holder {
  text-align: center;
}

.site-branding-buttons-holder button {
  background: #0F84BA !important;
  transition: all 0.5s;
  margin: 0 auto !important;
}

.site-branding-buttons-holder button:hover {
  color: #000 !important;
}

.site-branding a {
  font-size: 2rem;
  font-weight: normal;
  color: #0F84BA !important;
}

h6{
	letter-spacing:-1px !important;
}
.site-title {
  margin-bottom: 0.2em !important;
letter-spacing:-1px !important;
}

.site-branding a:hover {
  color: #49b0c1 !important;
  opacity: 1;
}

.site-branding a span {
  color: #000 !important;
  font-size: 2rem;
  font-weight: bold;
}

.site-branding p {
  color: #000 !important;
  line-height: 1.2;
  font-size: 0.9rem;
	    text-align: right !important;
    direction:ltr  !important;
}

.navigation-top .wrap {
  padding: 0em 02em;
}

.navigation-top,
.navigation-top ul {
  background: #0F84BA !important;
}

.navigation-top a {
  color: white !important;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.5s;
}

.navigation-top a:hover {
  color: #000 !important;
}
 
.about-img {
  padding: 1em;
  width: 100%  !important;
}
.about-img img {
    width: 100%  !important;;
  }
 
.about-slider {
  max-width: 80% !important;
  text-align: center !important;
  margin: 0 auto !important;
  margin-bottom: 4em !important;
}

button svg {
  fill: #fff !important;
  transition: all 0.5s !important;
   padding-right:3px;
}


button:hover {
	color:#000 !important;
}

button:hover svg {
  fill: #000 !important;
}

.menu-toggle {
  color: white !important;
  border: none !important;
}

.menu-toggle:hover {
  color: black !important;
}

.card-gallery {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  text-align: center;
}

.card:hover {
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.2);
}

.img-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    text-align: center;
  }
  
  .img-card:hover {
    box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.2);
  }

.section-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000 !important;
  margin-top: 1em;
}

.section-title span {
  color: #0F84BA !important;
  font-weight: normal;
}

.section-title:after {
  content: " ";
  display: block;
  border: 6px solid #0F84BA;
  width: 8rem;
  text-align: center;
  margin: auto;
}

.subsection-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  color: #000 !important;
  margin-top: 0.5em;
}

.subsection-title span {
  color: #0F84BA !important;
  font-weight: normal;
}

.subsection-body {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1.5em;
  line-height: 170%;
}

.read-more {
  color: #0F84BA !important;
  cursor: pointer;
}

.read-more a {
  color: #0F84BA !important;
  transition: all 0.5s !important;
}

.read-more a:hover {
  color: #000 !important;
}

.lang-link {
  display: block;
  margin: 2em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  font-family:"Cairo" !important;
  font-weight: bold;
  transition: all 0.5s !important;
}

.lang-link:hover {
  color: #0F84BA !important;
}

.site-content {
      padding:0 !important;  
}

 
.subsection-body-inside {
 	color:#333 !important;  
	font-size:1.7em;
}

@media (max-width: 60em) {
.emai-div {
    width: 100%;
    text-align: center;
}
  .site-branding-buttons-holder button {
    margin-top: 1rem !important;
    margin-bottom:0rem !important;
    width:70% !important;
    margin: auto;
  }
 
  .about-slider {
    max-width: 100% !important;
  }

  .lang-link {
    margin: 1em;
  }

  .wp-block-column {
    flex-basis: 85%;
    flex-grow: 0;
    justify-content: center;
  }

  .wp-block-columns {
    justify-content: center !important;
  }

  .wp-block-column:not(:first-child) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-block-column:not(:last-child) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .site-description,
  .site-title {
    text-align: right !important;
   }
  .card{
    margin-right: 1em !important;
    margin-left: 1em !important;
  }

  
  .about-img {
    margin-right: 0em !important;
    margin-left: 0em !important;
}
	
	 .wp-block-column {
	  flex-basis: 95% !important;
	}
		.card {
		max-width: 60%  !important;
		margin: 0 auto !important;
	}
}


@media (max-width: 45em) {
  .site-branding-buttons-holder button {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    width:70% !important;
    margin: auto;
  }

  .subsection-body-inside {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
 }


  .about-slider {
    max-width: 100% !important;
  }

  .lang-link {
    margin: 1em;
  }

  .wp-block-column {
    flex-basis:100%;
    flex-grow: 0;
    justify-content: center;
  }

  .wp-block-columns {
    justify-content: center !important;
  }

  .wp-block-column:not(:first-child) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-block-column:not(:last-child) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .site-description,
  .site-title {
    text-align: right !important;
  }
  
  .about-img {
	  max-width:90%;
	  margin: auto  !important;
}
	 .wp-block-column {
	  flex-basis: 100% !important;
	}
	
	.card {
		max-width: 60%  !important;
		margin: 0 auto !important;
	}
}

@media (max-width: 30em) {
	.card {
		max-width: 80%  !important;
		margin: 0 auto !important;
	}
  .wp-block-column {
	  flex-basis: 92%;
	}
	.subsection-body{
		 margin-left: 1em!important;
   		 margin-right: 1em!important;
	}

  .site-branding-buttons-holder button {
    width:75% !important;
    margin-bottom: 1em;
    margin: auto;
  }

  .wrap,
  .subsection-body,
  .subsection-title,
  .subsection-title {
    padding-left: .3rem!important;
    padding-right: .3rem!important;
  }
 

  .about-slider {
    max-width: 100% !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 0.1em 0 0 !important;
    color: #333;
	   margin-left: 0.5em;
   		 margin-right: 0.5em;
  }

  .site-branding {
    margin-top: 2rem !important;
    text-align: left !important;
  }

  .site-description,
  .site-title {
    text-align: right !important;
  }

  .site-branding-buttons-holder button {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    width: 100%;
  }

  .lang-link {
    margin: 1em;
  }

  .section-title {
    font-size: 1.8rem;
  }
  
  .section-title span {
    font-size: 1.8rem;
  }

  .site-branding a {
    font-size: 1.8rem;
  }


  .site-branding a span {
    font-size: 1.82rem;
  }
  
  .site-branding p {
    font-size: 0.8rem;
  }
  .about-img {
	  max-width:90%;
	  margin: auto  !important;
}
}

@media (min-width: 600px)
{
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
       margin-left: 0px;
	   margin-right: 32px;
	}
}
