 /*
  ***********************************************************
  * Code By : Ahmed Faheem                                  *
  * Facebook ==> fb/a7medfaheem                             *
  * Github ===> https//github.com/ahmedfaheem               *
  * Phone ==> +201099492053 // +201019626403                *
  ***********************************************************                                                          
*/


 /* Main Color in Style */

 :root {

  --heading-content-color: #403e3f;
  --icon-social-color: #252122;
  --gold-color: #9a7840;
  --red-color: #ee1d23;
  --sky-color: #1983a1;
  --gray-color: #3e3e43;
 }

 /* End Color */


 /* FONTS */

 @font-face {

  font-family: bukrabold;
  src: url(../webfonts/29ltbukrabold.ttf)
 }

 @font-face {

  font-family: bukraregular;
  src: url(../webfonts/29ltbukraregular.ttf)
 }

 @font-face {

  font-family: MATEEN;
  src: url(../webfonts/MATEEN.ttf)
 }

 @font-face {

  font-family: arial;
  src: url(../webfonts/arial.ttf)
 }



 /* End Fonts */

 body {
  direction: rtl;
  font-family: bukrabold
 }




 .headline {
  background-color: #9a7840;
  width: 175px;
  margin: 0 auto;
  color: #fff;
  padding: 5px;
  font-size: 20px !important;
  font-weight: 200
 }

 .shape {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 18px solid #9a7840;
  border-left: 86px solid transparent;
  border-right: 86px solid transparent;

 }

 textarea {
  left: 50% !important;
  right: 50%;
  position: static;
  z-index: -10000
 }


 /* Nav */
 .nav-top {
  padding-top: 30px;
  padding-bottom: 30px
 }

 .nav-top ul li {
  float: left;
  margin-right: 15px;
  font-size: 18.5px;
  border: 1px solid #252122;
  border-radius: 50%;
  text-align: center;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
 }

 .nav-top ul li a {
  color: #252122;
 }

 .nav-top ul li:hover {
  border: 1px solid #9a7840;
  background-color: #9a7840
 }

 .nav-top ul li:hover a {

  color: #fff;

 }

 .navbar {
  background-color: #9a7840;
 }

 .navbar a {
  color: #fff !important;
  font-size: 12px;
  padding-left: 0px !important;
  padding-right: 0px !important;
 }

 .navbar .devider {
  background-color: #fff;
  width: 1px;
  display: inline-block;
  margin: 0 20px 0 20px
 }

 .navbar-collapse::before {
  content: " ";
  height: 1.2px;
  background-color: #fff;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px
 }

 .navbar-nav {
  flex-direction: row;

 }

 .navbar-collapse {
  padding-bottom: 4px;
 }

 .navbar-toggler-icon-edit {
  display: block;
  width: 1.5em;
  height: 2px;
  vertical-align: middle;
  content: "";
  background: #fff center center;
  background-size: 100% 100%;
  margin-bottom: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
 }


 .navbar-toggler-icon-edit:last-child {
  margin-bottom: 0px
 }

 .navbar-light .navbar-toggler {
  border-color: transparent;
 }


 .navbar button:focus {
  outline-color: transparent
 }


 /* End Nav */


 /* Start Slider */

 /*Swiper*/
 .slider .swiper-container {
  max-width: 100%;
 }

 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
 }

 .main-slider .slider-bg-position {
  background-size: cover !important;
  background-position: center center !important;
 }

 .main-slider .swiper-button-prev,
 .main-slider .swiper-button-next {
  background-image: none !important;
  color: #9a7840;
  width: 50px;
  height: 50px;
  border: 1px solid #9a7840;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 }

 .main-slider h2 {
  color: #fff;
  font-size: 54px;
  line-height: 59px;
  padding: 0 19%;
  text-transform: uppercase;
 }

 .main-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.9)
 }

 .main-slider .swiper-pagination-bullet-active {
  background: #0297ff
 }


 .slider .swiper-container-rtl .swiper-button-next {

  right: 10px !important;
  left: auto !important;
 }

 .slider .swiper-container-rtl .swiper-button-prev {
  left: 10px !important;
  right: auto !important;
 }

 .slider .swiper-container-rtl .swiper-button-prev:hover,
 .slider .swiper-container-rtl .swiper-button-next:hover {
  background-color: #9a7840;
  border-color: #9a7840;
  color: #fff
 }
 }

 /* End swiper */

 .slider {
  position: relative;

 }

 .slider p {
  position: absolute;
  display: block;
  color: #3e3e43
 }

.slider img{
 width: 100%
}

 .slider .first .first-p {
  top: 5.3%;
  left: 13%;
  font-size: 25px
 }


 .slider .first .second-p {
  top: 24%;
  left: 26%;
  font-size: 30px;
  color: #9a7840
 }

 .slider .second .first-p {
  top: 7.30%;
  right: 3%;
  font-size: 25px
 }


 .slider .second .second-p {
  top: 25%;
  left: 45%;
  font-size: 30px;
  color: #fff
 }

 .slider .second .third-p {
  top: 33%;
  left: 37%;
  font-size: 30px;
  color: #fff
 }


 .slider .third .first-p {
  top: 2.3%;
  right: 18%;
  font-size: 25px;

 }


 .slider .third .second-p {
  top: 22.5%;
  right: 32%;
  font-size: 25px;
  color:  #1983a1
 }


 .slider .fourth .first-p {
  top: 4.3%;
  right: 4%;
  font-size: 25px;

 }


 .slider .fourth .second-p {
  top: 47%;
  text-align: center;
  font-size: 30px;
  color: #82040b
 }


 /* End Slider */

 /* Start About */

 .about {
  border-top: 4px solid #9a7840;
  padding-bottom: 40px;
  min-height: 260px;
  color: #3e3e43;
  overflow: hidden
 }



 .about p {
  text-align: right;
 }

 .about .first-p {
  font-size: 20px !important;
  margin-top: 5px
 }


 /* End About */


 /* Start Result Donations */

 .donation {
  border-top: 4px solid #9a7840;
  padding-bottom: 60px;
  min-height: 710px;
  color: #3e3e43;
  text-align: right;
  overflow: hidden
 }

 .donation .achievments p {
  font-size: 20px !important;
  margin-top: 5px;
  margin-bottom: 40px
 }


 .achievments span {
  font-size: 13px
 }


 .achievments h2 {
  font-size: 25px;
  color: #ee1d23;
  margin-bottom: -1px
 }

 .achievments .col-lg-3 {

  margin-bottom: 30px
 }

 .donation .contributors p {
  font-size: 20px !important;
  margin-top: 30px;
  margin-bottom: 40px
 }

 .donation .container {
  position: relative
 }

 .donation .contributors .swiper-container {
  margin-top: 100px;

 }



 .swiper-container-rtl .swiper-button-next,
 .swiper-button-next,
 .swiper-container-rtl .swiper-button-prev,
 .donation .contributors .swiper-button-prev,
 .donation .contributors .swiper-container-rtl .swiper-button-next {
  background-image: url(..);

 }

 .donation .contributors .swiper-button-next {
  font-size: 30px;
  bottom: 10%;
  left: -3%;
  top: auto;
  right: auto;
  color: #9a7840
 }

 .donation .contributors .swiper-button-prev {
  font-size: 30px;
   bottom: 10%;
    right: -3%;
  top: auto;

  left: auto;
  color: #9a7840;
  font-weight: 300
 }

 .donation .contributors .swiper-button-prev:focus,
 .donation .contributors .swiper-button-next:focus {
  outline-color: transparent
 }

 /* End Result Donations */

 /* Start Receive */

 .receive {
  border-top: 4px solid #9a7840;
  color: #3e3e43;
  text-align: right;
  margin-bottom: 60px;
  overflow: hidden
 }

 .receive .headline {
  width: 246px;
 }

 .receive .shape {
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
 }

 .receive p {
  font-size: 20px !important;
  margin-top: 5px;
  margin-bottom: 90px
 }

 .receive h5 {
  margin-top: 20px
 }

 .receive .col-lg-3 {
  margin-bottom: 40px
 }

 /* End Receive */

 /* Start Contact Us */

 .contact {
  border-top: 4px solid #9a7840;
  color: #3e3e43;
  min-height: 445px;
  background-color: #d1d2d4;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative
 }

 .contact .right form {
  color: #b09a9b
 }

 .contact .right,
 .form-control {
  font-size: 12px
 }


 .contact .right .btn-send {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%;
  background-color: #9a7840;
  color: #fff
 }

 .contact .right .help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
  text-align: right
 }

 .contact .right .help-block.with-errors li {
  margin-right: -36px
 }

 input[type="email"],
 input[type="text"],
 textarea {
  border: 1px solid #b1b3b5 !important;
  border-radius: 0 !important;
  color: #b09a9b
 }

 .contact .right textarea {
  height: 190px !important
 }


 button.close {
  margin-top: -6px !important;
  position: absolute;
  left: 17px;

 }

 .messages {
  text-align: right;
  position: relative
 }


 .contact .left p {
  font-size: 30px;
  margin-bottom: 0px
 }

 .contact .left {
  font-weight: 700;
  font-family: arial;

 }


 .contact .div-container {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700
 }

 .contact .div-container .left-div {
  display: inline-table;
  width: 40px;
  height: 40px;
 }


 .contact .div-container .right-div {
  display: inline-table;
  height: 25px;
  width: 205px;
  margin-left: -5px;
  text-align: left;
  padding-left: 5px;
  direction: ltr;

 }

 .contact .left .times {
  font-size: 25px;


 }

 .contact .times .left-div,
 .contact .times .right-div {
  display: inline-table;
  width: 180px;
  padding: 5px;
  border: 1px solid #3e3e43
 }


 .contact .times .right-div {

  margin-left: -8px;

 }

 .contact .left .times span {
  color: #ee1d23;
 }


 .contact .social {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center
 }

 .contact .social li a {
  color: #252122;
 }

 .contact .social li {
  float: left;
  margin-right: 10px;
  font-size: 18.5px;
  border: 1px solid #252122;
  border-radius: 50%;
  text-align: center;
  height: 30px;
  width: 30px;
  font-weight: normal;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
 }

 .contact .social li:first-child {
  margin-right: -37px
 }

 .contact .social li:hover {

  border: 1px solid #9a7840;
  background-color: #9a7840
 }

 .contact .social li:hover a {
  color: #fff;

 }

 .icon-share {
  display: inline-block;
  border: 2px solid #525252;
  border-radius: 50%;
  padding: 5px;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 2px
 }


 .share {
  position: absolute;
  left: 0;
  bottom: -20px;

 }

 .share-box {
  display: inline-block;

 }

 .share-box i {
  color: #30bf39;
  font-size: 20px;
  margin-right: 2px;
  font-weight: lighter;
 }

 h6 {
  font-weight: 600
 }

 .share-box .fa-twitter-square {
  margin-right: 0;
  color: #00a1e5
 }

 .share-box .fa-facebook {
  color: #2b4170
 }


 .share-box .fa-linkedin {
  color: #0092d0
 }

 /* End Contact Us */

 /* Start Footer */

 .footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 4px solid #9a7840;

 }

 .footer .location-logo {
  font-size: 50px;
  text-align: right;
  vertical-align: middle
 }

 .footer .location-logo a{
  color: #ee1d23;

 }

 .footer .logo {
  direction: ltr;
  position: relative;
  width: 128px;
  margin: 0 auto
 }

 .footer span {
  font-size: 15px;
  position: absolute;
  right: -28%;
  top: 5px;
  color: #3e3e43
 }

.footer .qr img{
 vertical-align: middle;
}



 /* End Footer */




.fixed-contact{
 background: url("../images/whats-background.png") no-repeat;
 background-size: cover;
 position: fixed;
 left: 30px;
 bottom:25px;
 right: auto;
 width: 400px;
 height: 280px;
 border-radius: 20px;
 z-index: 99999;
 display: none

}


.whats-fixed{
 position: fixed;
  left: 40px;
 bottom:35px;
 background-color: #25d366;
  z-index: 99999999;
 padding: 10px;
 width: 60px;
 height: 60px;
 border-radius: 50%;
 text-align: center;
 cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

}

.whats-fixed:hover{
 background-color: #2e8c7d !important;
 
}


.whats-fixed i{
 font-size: 40px;
 color: #fff;
}

.contact-nav{
 background-color: #2e8c7d;
 width: 100%;
 padding: 20px;
  border-radius: 20px 20px 0 0;
 color: rgb(151, 198, 190);
 font-size: 20px;
}

.contact-nav i,.contact-nav span {
 opacity: .8
}

.contact-nav i{
 font-size: 27px
}

.contact-nav .close{
 background-color: #25d366;
 color: #fff;
 opacity: 1;
 padding: 5px;
 border-radius: 50%;
 width:  30px;
 height: 30px;
 font-size: 15px;
 text-align: center;
 -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.contain{
 padding-left: 20px;
 padding-right: 30px;
 margin-top: 30px;
 direction: ltr;
 background-color: #fff;
 border-radius: 32px;
 margin-right: 15px;
 margin-left: 15px;
 height: 70px;
 font-size: 15px  ;
 text-align: right;
 line-height: 25px;
 padding-top: 6px
}


.fixed-call{
 position: fixed;
 bottom: 110px;
 left: 40px;
 right: auto;
 z-index: 999
}



















