@charset "utf-8";
/* CSS Document */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

#banner{
    width: 100%;
    float: left;
}
a {
  color: #0d6efd;
  text-decoration: none!important;
}
#banner nav{
    background-color: #fff;
    padding: 1rem 0rem;
}

#banner nav .brand img{
    max-width: 100%;
}

#banner nav .contact{
    float: right;
    height: 100%;
}

#banner nav .contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#banner nav .contact ul li{
    display: inline-block;
    padding: 1rem 0rem;
}

#banner nav .contact ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

#banner .bnr-cnt{
    color: #fff;
    padding: 4rem 0rem;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-attachment: scroll!important;
}

#banner .bnr-cnt h1{
    font-size: 4rem;
    font-weight: 500;
    text-align: left;
    padding: 1rem 0rem;
}

#banner .bnr-cnt h5{
    text-align: left;
    padding: 0rem;
}

#banner .bnr-cnt .signup-form{
    padding: 1.5rem;
    background-color: #ffffff;
}

#banner .bnr-cnt .signup-form h2{
    color: #231e20;
    padding-bottom: 0.6rem;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

#banner .bnr-cnt input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important; }
  
#banner .bnr-cnt input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0; }
  
#banner .bnr-cnt input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important; }
  
#banner .bnr-cnt input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important; }
  
#banner .bnr-cnt input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important; }
  
  
#banner .bnr-cnt input[type=number] {
    -moz-appearance: textfield !important;
    appearance: none !important;
    -webkit-appearance: none !important; }
  
#banner .bnr-cnt input:-webkit-autofill {
    box-shadow: 0 0 0 30px transparent inset;
    -moz-box-shadow: 0 0 0 30px transparent inset;
    -webkit-box-shadow: 0 0 0 30px transparent inset;
    -o-box-shadow: 0 0 0 30px transparent inset;
    -ms-box-shadow: 0 0 0 30px transparent inset; }
  
#banner .bnr-cnt .clear {
    clear: both; }
  
#banner .bnr-cnt .register-form {
    padding: 0px; 
    color: #666;
}
  
#banner .bnr-cnt .form-row {
    margin: 0 -15px; 
    display: flex;
}
#banner .bnr-cnt .form-row .form-group {
      width: 50%;
      padding: 0 15px; }
  
#banner .bnr-cnt .form-group {
    margin-bottom: 15px;
    position: relative; }
  
#banner .bnr-cnt input, select {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 11px 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 13px; }

#banner .bnr-cnt input:focus, select:focus {
      border: 1px solid #ee262e; }
  
#banner .bnr-cnt label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;}
  
#banner .bnr-cnt .form-radio {
    margin-bottom: 18px; }
    
#banner .bnr-cnt .form-radio input {
      width: auto;
      display: inline-block; }
  
#banner .bnr-cnt .radio-label {
    padding-right: 10px; }
  
#banner .bnr-cnt .form-radio-item {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
#banner .bnr-cnt .form-radio-item label {
      font-weight: 500;
      font-size: 13px;
      padding-left: 20px;
      position: relative;
      z-index: 9;
      display: block;
      cursor: pointer; }
  
#banner .bnr-cnt .check {
    display: inline-block;
    position: absolute;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 15px;
    width: 15px;
    top: 2px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear; }
#banner .bnr-cnt .check:before {
      position: absolute;
      display: block;
      content: '';
      width: 9px;
      height: 9px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      top: 2px;
      left: 2px;
      margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear; }
  
#banner .bnr-cnt input[type=radio] {
    position: absolute;
    visibility: hidden; }

#banner .bnr-cnt input[type=radio]:checked ~ .check {
      border: 1px solid #ee262e; }

#banner .bnr-cnt input[type=radio]:checked ~ .check::before {
      background: #ee262e; }
  
#banner .bnr-cnt .form-select {
    position: relative; }
  
#banner .bnr-cnt select {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer; }
  
#banner .bnr-cnt .select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
#banner .bnr-cnt .select-icon i {
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      width: 40px;
      height: 20px;
      font-size: 18px;
      color: #999; }
  
#banner .bnr-cnt .form-submit {
    text-align: left;    
    padding-top: 15px; 
}
  
#banner .bnr-cnt .submit {
    width: 140px;
    height: 40px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    border: none;
    cursor: pointer; }
  
#banner .bnr-cnt #reset {
    background: #f8f8f8;
    color: #999;
    margin-right: 8px; }
#banner .bnr-cnt #reset:hover {
      background: #ee262e;
      color: #fff; }
  
#banner .bnr-cnt #submit {
    background: #ee262e;
    color: #fff; }
#banner .bnr-cnt #submit:hover {
      background-color: #ee262e; }
  
  @media screen and (max-width: 992px) {
  #banner .bnr-cnt .form-radio-item {
   
    display: block;
}
#banner .bnr-cnt .signup-content {
      flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -o-flex-direction: column;
      -ms-flex-direction: column; }
  
#banner .bnr-cnt .signup-img, .signup-form {
      width: 100%; 
    
} #courses .cr-card .col-md-2 .cr-cnt {
 
  margin-bottom: 20px;
}#feature .col-md-6 ul li {
  display: block!important;
  
}
#feature .col-md-6 h3 {
  font-size: 2rem!important;
 
}#wrap-area .col-md-8 h2 {
  font-size: 1.96rem !important;
}
#feature .col-md-6 .col-md-5 img {
  width: 100%;
  display: none;
}#banner .bnr-cnt h5 {
 
  padding: 1rem;
}
  }
 
      @media screen and (max-width: 768px) {
#banner .bnr-cnt .register-form {
  padding: 0rem 0rem;
}

}
 
      @media screen and (max-width: 575px) {
#wrap-area .col-md-8 h2 {
        font-size: 2.5rem;
        font-weight: 600;
        padding-right: 0rem;
    }
 #feature .col-md-6 h3 {
  font-size: 2.5rem;
  font-weight: 600;
  padding: 1rem 0rem!important;
}
#feature .col-md-6 p {
  padding: 0rem 0rem!important;
  text-align: justify;
}
#banner .bnr-cnt h5 {
  text-align: center;

}
#banner .bnr-cnt {
 

  background-size: cover !important;

}
#feature .col-md-6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrap-area .col-md-4 button {
        right: 0;
        margin: 0;
        padding: 1.5rem 3rem;
        background-color: #ee262e;
        color: #fff;
        border: 0;
        font-weight: 600;
        text-transform: uppercase;
        position: relative!important;
        top: 70%!important;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: .6s ease;
    }
    footer .col-md-6 h5 {
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
    }
    footer .col-md-6 ul {
        list-style: none;
        float: inherit!important;
        text-align: center!important;
        margin: 0;
        padding: 0!important;
        margin-top: 0.6rem!important;
    }
    
#banner .bnr-cnt h1 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    
}
#banner nav .brand img {
        width: 100%;
        margin: 0 auto;
        display: block;
}
#banner nav .contact {
        float: inherit;
        height: 100%;
        text-align: center;
    }
    #banner .bnr-cnt .form-row {
      flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      margin: 0px; }
  
#banner .bnr-cnt .form-row .form-group {
      width: 100%;
      padding: 0px; }
  
#banner .bnr-cnt .radio-label {
      padding-right: 22px; }
  
#banner .bnr-cnt .form-radio-item {
      margin-right: 25px; } }
  @media screen and (max-width: 480px) {
#banner .bnr-cnt .form-radio {
      flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -o-flex-direction: column;
      -ms-flex-direction: column; }
  
#banner .bnr-cnt .submit {
      width: 100%; }
  
#banner .bnr-cnt #reset {
      margin-right: 0px;
      margin-bottom: 10px; } 
}


#feature{
    width: 100%;
    float: left;
    padding: 4rem 0rem;
}

#feature .col-md-6 .col-md-5 img{
    width: 100%;
}

#feature .col-md-6 .col-md-7 img{    
    margin-top: 30px;
    width: 100%;
}

#feature .col-md-6 h3{    
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1.2rem 2rem;
}

#feature .col-md-6 p{    
    padding: 0rem 2rem;
}

#feature .col-md-6 ul{    
    list-style: none;
}

#feature .col-md-6 ul li{   
    display: inline;
    font-size: 1.1rem;
    font-weight: 600;
}

#courses{
    width: 100%;
    float: left;
    position: relative;
    padding: 4rem 0rem;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#courses:before {
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

#courses .courses-cnt {
    width: 100%;
    float: left;
}

#courses .courses-cnt h3{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    position: relative;
}

#courses .courses-cnt p{
    text-align: center;
    position: relative;
}

#courses .cr-card{
    position: relative;
    padding: 2rem 0rem;
}

#courses .cr-card .col-md-2 .cr-cnt{
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: center;
    height: 250px;
}

#courses .cr-card .col-md-2 .cr-cnt .cr-ftr{
    width: 115px;
    height: 125px;
    background-color: #fff;
    color: #231e20;
    position: relative;
    top: 125px;
    padding-top: 1.5rem;
    padding-bottom: 0.6rem;
    padding-left: 0.6rem;
    cursor: pointer;
    transition: .6s ease;
}

#courses .cr-card .col-md-2 .cr-cnt .cr-ftr1{
    width: 115px;
    height: 125px;
    background-color: #fff;
    color: #231e20;
    position: relative;
    top: 125px;
    padding-top: 4.5rem;
    padding-bottom: 0.6rem;
    padding-left: 0.6rem;
    cursor: pointer;
    transition: .6s ease;
}

#courses .cr-card .col-md-2 .cr-cnt .cr-ftr:hover{
    background-color: #ed1c24;    
    color: #fff;
}

#courses .cr-card .col-md-2 .cr-cnt .cr-ftr p{
    margin: 0;
    font-weight: 600;
}

#wrap-area{
    width: 100%;
    float: left;
    padding: 4rem 0rem;
}

#wrap-area{
    width: 100%;
    float: left;
    padding: 4rem 0rem;
    background-image: url(https://www.moradhamdy.com/morad/magicay-demo/images/general-elements/cta-title-1-bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: right;
}

#wrap-area .col-md-8 h2{
    font-size: 2.5rem;
    font-weight: 600;
    padding-right: 1rem;
}

#wrap-area .col-md-4{
    position: relative;
}

#wrap-area .col-md-4 button{
    right: 0;
    margin: 0;
    padding: 1.5rem 3rem;
    background-color: #ee262e;
    color: #fff;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .6s ease;
}

#wrap-area .col-md-4 button:hover{
    background-color: #000000;
}

footer{
    width: 100%;
    float: left;
    padding: 1.5rem 0rem;
    background-color: #212529;
    color: rgba(255, 255, 255, 0.671);
}

footer .col-md-12{    
    border-bottom: 1px solid #ffffff42;
}

footer .col-md-12 img{
    margin: 0 auto;
    display: block;
    padding-bottom: 1rem;
}

footer .col-md-6 h5{
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

footer .col-md-6 ul{
    list-style: none;
    float: right;
    margin: 0;
}

footer .col-md-6 ul li{
    display: inline-block;
}

footer .col-md-6 ul li a{
    text-decoration: none;    
    color: rgba(255, 255, 255, 0.671);
    transition: .6s ease;
}

footer .col-md-6 ul li a:hover{
    color: #ffffff;
}

footer .col-md-6 ul li a i{
    margin-right: 1rem;
}

footer .col-md-6 ul li a .fa-linkedin{
    margin-right: 0rem;
}