* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
}

*::-moz-selection {
  background-color: #384977;
  color: #fff;
}

*::selection {
  background-color: #384977;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #384977;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #25314f;
}

/**********************************************
   Start Global Style
**********************************************/
body {
  background-color: #fcfcfc;
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.8rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #384977;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navbar {
  -webkit-box-shadow: 0 0 20px 0 #dde;
          box-shadow: 0 0 20px 0 #dde;
  background-color: #fff;
}

.navbar .logo {
  width: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .copright {
  padding: 20px 0 15px 0;
  background-color: #F7FAFC;
}

footer .copright .social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100%;
}

footer .copright .social-links a {
  margin: 0 10px;
  color: #666;
}

footer .copright .social-links a:hover {
  color: #384977;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

footer .copright .social-links .follow {
  color: #333;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  text-transform: capitalize;
}

footer .copright .copyright_p {
  color: #202020;
}

footer .copright .copyright_p .logo {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}

/**********************************************
    Start Public Classes
**********************************************/
.container-fluid,
.container {
  position: relative;
  z-index: 5;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.form-sec {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}

.form-sec .title {
  font-weight: bold;
}

.form-sec .title small {
  color: #777;
  font-size: 12px;
}

.form-sec .file-input-group .wrap {
  border-radius: 10px;
  border: 1px solid #ced4da;
}

.form-sec .file-input-group .file {
  position: relative;
  font-weight: 500;
}

.form-sec .file-input-group .file__input,
.form-sec .file-input-group .file__value {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.3);
  padding: 0.75rem 1.0625rem;
  color: #888;
}

.form-sec .file-input-group .file__input--file {
  position: absolute;
  opacity: 0;
}

.form-sec .file-input-group .file__input--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.form-sec .file-input-group .file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 3px;
  background-color: #384977;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 0.375rem 1.625rem;
  color: #fff;
  cursor: pointer;
}

.form-sec .file-input-group .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(71, 71, 71, 0.6);
}

.form-sec .file-input-group .file__value:hover:after {
  color: #BC9562;
}

.form-sec .file-input-group .file__value:after {
  content: "X";
  cursor: pointer;
}

.form-sec .file-input-group .file__value:after:hover {
  color: #000;
}

.form-sec .file-input-group .file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b58240;
}

.form-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 15%;
  height: 300px;
  background: url(../images/pattern-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  opacity: .1;
}

/* form-container */
.form-container .form-group {
  margin-bottom: 2rem;
}

.form-container .label {
  color: #384977;
  font-weight: 500;
  font-size: 17px;
  display: block;
}

.form-container .label small {
  color: #777;
  margin: 0 5px;
}

.form-container .form-control {
  font-size: 14px;
  border-radius: 10px;
}

.form-container .form-input {
  height: 45px;
}

.form-container .form-input:focus {
  border: transparent;
  border: 1px solid #384977 !important;
}

.form-container .custom-control .custom-control-label {
  color: #666;
  cursor: pointer;
}

.form-container .custom-control .custom-control-input:checked ~ .custom-control-label {
  font-weight: 500;
}

.form-container .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #384977;
  background-color: #384977;
}

.form-container .custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #384977;
}

.form-container .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(56, 73, 119, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(56, 73, 119, 0.25);
}

.form-container .submit-butn {
  background-color: #384977;
  border: 1px solid #384977;
  color: #fff;
  padding: .8rem 4rem;
  border-radius: 25px;
  display: block;
  margin: auto;
  font-weight: bold;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.form-container .submit-butn:hover {
  background-color: #fff;
  border: 1px solid #384977;
  color: #384977;
}
/*# sourceMappingURL=style.css.map */