/* mixins */
img {
  max-width: 100%; }

body, html {
  height: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gridContainer {
  margin: 0 auto;
  width: 90%;
  max-width: 1220px; }

.relative {
  position: relative; }

.addBorder {
  position: relative; }
.addBorder:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 80px;
  max-width: 100%;
  height: 3px;
  background: #FFA12B; }

.tableDisp {
  width: 100%;
  height: 100%;
  display: table; }
.tableDisp .theCell {
  display: table-cell;
  vertical-align: middle; }

.mainForm form .one {
  margin: 0 0 30px; }
.mainForm form .one label {
  display: block;
  margin: 0 0 5px; }
.mainForm form .one input, .mainForm form .one select {
  width: 100%;
  height: 48px;
  border: none; }
.mainForm form .submit {
  position: relative;
  padding: 0 0 0 120px; }
.mainForm form .submit label {
  margin: 0 5px 0 30px; }
.mainForm form .submit .submitBtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 120px;
  background: #fff;
  color: #2B4BA5; }
.mainForm form .sendMandoub {
  margin: 20px 0 0; }
.mainForm form .sendMandoub a {
  border-bottom: 1px solid #fff;
  color: #fff; }

#header {
  font-family: 'bold'; }
#header .top {
  padding: 20px 0;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc; }
#header .top .logo {
  float: right; }
#header .top .logo img {
  width: 66px; }
#header .top .links {
  float: left; }
#header .links {
  float: right; }
#header .links a {
  margin: 0 40px 0 0; }
#header .links a:hover {
  color: #2B4BA5; }
#header .title {
  float: right; }
#header .phone {
  float: right;
  margin: 0 0 0 100px; }
#header .one {
  padding: 0 0 20px; }

.donateForm {
  background: url(../../../../../20191105085737im_/https_/donation.nci.cu.edu.eg/ui/images/1.jpg) center center;
  background-size: cover;
  padding: 30px 0; }
.donateForm .in {
  width: 432px;
  max-width: 100%;
  float: left;
  background: #2B4BA5;
  padding: 5px 20px 20px;
  color: #fff; }
.donateForm .in .title {
  font-size: 130%;
  line-height: 1;
  margin: 0 0 31px; }
.donateForm .in .title .ar {
  font-size: 200%;
  line-height: 1.6; }

.dontaeMethods {
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 3px 6px #ccc;
  overflow: scroll}
.dontaeMethods .in {
  /*overflow-x: auto;*/
  white-space: nowrap; }
.dontaeMethods .one {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px;
  position: relative; }
.dontaeMethods .one img {
  margin: 0 0 10px; }
.dontaeMethods .one .title {
  font-size: 18px;
  color: #2B4BA5;
  font-family: 'bold';
  position: relative;
  margin: 0 0 10px; }
.dontaeMethods .one .title:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #FFA12B;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
.dontaeMethods .one .description {
  font-size: 12px; }
.dontaeMethods .one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 175px;
  width: 1px;
  background: #ccc; }
.dontaeMethods .one:last-of-type:before {
  display: none; }
.dontaeMethods .one .getMandoub {
  border-bottom: 1px solid #2B4BA5; }

.homeArticles {
  padding: 50px 0; }
.homeArticles .one .content {
  padding: 20px 0 20px 0;
  font-family: 'bold';
  font-size: 14px;
  color: #888; }
.homeArticles .one .content .title {
  font-size: 30px;
  line-height: 1;
  color: #2B4BA5;
  margin: 0 0 30px; }
.homeArticles .one .content ul {
  margin: 0 20px 0 0; }
.homeArticles .one .content ul li {
  margin: 0 0 20px;
  list-style-type: disc;
  color: #2B4BA5; }
.homeArticles .one .content ul li div {
  color: #888; }

.homeAbout {
  background: url(../../../../../20191105085737im_/https_/donation.nci.cu.edu.eg/ui/images/1.jpg) center center;
  background-size: cover; }
.homeAbout .in {
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.9);
  font-family: 'bold'; }
.homeAbout .in .title {
  font-size: 24px;
  color: #2B4BA5;
  line-height: 1.3;
  margin: 0 0 30px; }
.homeAbout .in .content .one {
  margin: 0 0 20px;
  position: relative;
  padding: 0 20px 0 0;
  color: #888;
  font-size: 14px; }
.homeAbout .in .content .one:before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2B4BA5; }

#footer {
  padding: 50px 0;
  background: #2B4BA5; }
#footer .logo {
  position: relative;
  margin: 0 0 50px;
  text-align: center; }
#footer .logo img {
  background: #fff;
  padding: 20px; }
#footer .menu {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 20px 0 0; }
#footer .menu div {
  margin: 0 0 10px; }
#footer .menu a {
  color: #fff; }
#footer .menu a:hover {
  color: #FFA12B; }
#footer .menu:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 3px;
  width: 100px;
  background: #FFA12B; }

.afterFooter {
  background: #203A7F;
  padding: 20px 0;
  color: #fff; }
.afterFooter .contact {
  margin: 0 0 10px;
  text-align: center; }
.afterFooter .copyrights {
  float: left;
  display: none; }
.afterFooter .social {
  text-align: center; }
.afterFooter .social a {
  color: #fff;
  margin: 0 10px 0 0; }
.afterFooter .social a:hover {
  color: #FFA12B; }

.myPopup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.9);
  display: none; }
.myPopup .container {
  width: 400px;
  margin: 0 auto;
  max-width: 90%; }
.myPopup .icon {
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  color: #2B4BA5; }
.myPopup .mainForm {
  background: #2B4BA5;
  color: #fff;
  padding: 20px; }
.myPopup .mainForm .title {
  font-size: 25px;
  margin: 0 0 30px; }
.myPopup .mainForm .one .time span {
  margin: 0 0 0 10px; }
.myPopup .mainForm .one .time select {
  width: 70px;
  display: inline-block;
  margin: 0 0 0 20px; }
.myPopup .mainForm input[type="submit"] {
  width: 100px;
  height: 50px;
  background: #fff;
  border: none;
  color: #2B4BA5; }
.myPopup.opened {
  display: block; }

@media only screen and (min-width: 481px) {
  .homeArticles .one {
    width: 100%;
    display: table; }
  .homeArticles .one .avatar {
    width: 50%;
    display: table-cell;
    vertical-align: top; }
  .homeArticles .one .content {
    padding: 20px 50px 20px;
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
  .homeArticles .one .content ul {
    margin: 0; }
  .homeArticles .one:nth-child(odd) {
    direction: ltr; }
  .homeArticles .one:nth-child(odd) .content {
    direction: rtl;
    text-align: right;
    padding: 0 0 0 50px; }

  .homeAbout .in .content {
    font-size: 0; }

  .homeAbout .in .content .title {
    font-size: 24px; }

  .homeAbout .in .content .one {
    width: 50%;
    display: inline-block;
    font-size: 18px;
    vertical-align: top; }

  #footer .one {
    width: 33.3333%;
    float: right; }

  #footer .one.logo {
    width: 100%; }

  #footer .menu {
    padding: 0 20px 0 0; }

  #footer .menu:before {
    height: 100px;
    width: 3px; }

  .afterFooter .copyrights {
    display: block; }

  .afterFooter .contact {
    float: right;
    margin: 0; } }
@media only screen and (min-width: 769px) {
  .homeAbout .in {
    width: 60%;
    float: right; }

  #footer {
    padding: 100px 0; }

  #footer .one, #footer .one.logo {
    width: 25%;
    margin: 0;
    text-align: inherit; }

  #footer .one.logo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 500px;
    background: #fff; }

  #footer .one.logo img {
    border-left: 10px solid #FFA12B; } }
@media only screen and (min-width: 1000px) {
  #header {
    font-size: 24px;
    padding: 60px 0; }
  #header .top {
    float: left;
    padding: 0;
    margin: 0;
    border: none; }
  #header .top .logo {
    position: absolute;
    top: -60px;
    right: 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 3px 6px #bfbfbf; }
  #header .top .logo img {
    width: auto; }
  #header .one {
    float: left;
    padding: 0; }

  .homeArticles .one .avatar {
    vertical-align: middle; } }
@media only screen and (min-width: 1300px) {
  .homeArticles .one .content {
    font-size: 18px; }

  .homeArticles .one .content .title {
    font-size: 48px; } }

/*# sourceMappingURL=main.css.map */

/*
     FILE ARCHIVED ON 08:57:19 Nov 05, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:02:29 Feb 27, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.108
  exclusion.robots.policy: 0.09
  cdx.remote: 0.164
  esindex: 0.014
  LoadShardBlock: 533.029 (6)
  PetaboxLoader3.datanode: 365.748 (7)
  load_resource: 113.345
  PetaboxLoader3.resolve: 52.469
*/