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

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

*::selection {
  background-color: #94BE1D;
  color: #fff;
}

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

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

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

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

/**********************************************
   Start Global Style
**********************************************/
p {
  font-size: 15px;
  color: #555;
}

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 #94BE1D !important;
}

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, #719117, #94BE1D);
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn img {
  width: 25px;
  -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-top-btn:hover img {
  -webkit-animation: floating-y .5s infinite alternate;
          animation: floating-y .5s infinite alternate;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
footer {
  background-color: #002258;
  padding: 70px 0 0 0;
}

footer .social-links .inner .link .content .title {
  color: #fff;
}

footer .social-links .inner .link .content .data {
  color: #ddd;
}

footer .copyright {
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  text-align: center;
  font-weight: bold;
  color: #ccc;
}

/**********************************************
    Start Public Classes
**********************************************/
.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-heading {
  text-align: center;
}

.sec-heading .subtitle {
  color: #719117;
}

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

/**********************************************
    Start Edit Home Page 
**********************************************/
.social-links {
  padding: 25px 0;
}

.social-links .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-links .inner .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.social-links .inner .link .icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.social-links .inner .link .content {
  margin: 0 7px 5px 7px;
}

.social-links .inner .link .content .title {
  font-weight: bold;
  color: #002258;
  margin-bottom: 0;
}

.social-links .inner .link .content .data {
  color: #555;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: .2rem;
}

.social-links .inner .link:nth-of-type(1):hover .data {
  color: #47C756;
}

.social-links .inner .link:nth-of-type(2):hover .data {
  color: #007AFF;
}

.social-links .inner .link:hover .icon {
  -webkit-animation: tada 2s both;
          animation: tada 2s both;
}

.social-links.social-sec-lg {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.social-links.social-sec-lg .inner .link .icon {
  width: 120px;
  height: 120px;
}

header {
  padding: 70px 0;
  background-color: #f9f9f9;
}

header .text-box {
  padding: 2vw 3vw;
}

header .text-box .subtitle {
  color: #719117;
}

header .text-box .text {
  line-height: 1.8rem;
}

header .img-box {
  position: relative;
}

header .img-box::before {
  content: '';
  width: 250px;
  height: 450px;
  background-color: #719117;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
}

header .img-box .img1 {
  width: 290px;
  height: 500px;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}

header .img-box .img2 {
  width: 200px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 200px;
}

header .img-box::after {
  content: '';
  width: 200px;
  height: 230px;
  background-color: #719117;
  position: absolute;
  right: -20px;
  top: 180px;
  display: block;
  z-index: 1;
}

.books-sec {
  padding: 70px 0;
  position: relative;
}

.books-sec .book_card {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.books-sec .book_card .main-img {
  width: 100%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.books-sec .book_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.books-sec .pattern {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}

.articles-sec {
  padding: 70px 0;
  background-color: #f8f8f8;
}

.articles-sec .article_card {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 #ddd;
          box-shadow: 0 5px 15px 0 #ddd;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.articles-sec .article_card .main-img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.25rem;
}

.articles-sec .article_card .date {
  margin-bottom: .7rem;
}

.articles-sec .article_card .date i {
  color: #719117;
  margin: 0 5px;
}

.articles-sec .article_card .title {
  color: #002258;
  font-weight: bold;
}

.articles-sec .article_card .desc {
  margin-bottom: .5rem;
  line-height: 1.8rem;
}

.articles-sec .article_card .more-butn {
  border: 1px solid #002258;
  color: #002258;
  font-weight: bold;
  border-radius: 25px;
  padding: .5rem 2rem .5rem 3.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.articles-sec .article_card .more-butn::before {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  line-height: 40px;
  background-color: #002258;
  color: #fff;
  text-align: start;
  padding: 0 0 0 13px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.articles-sec .article_card .more-butn span {
  position: relative;
  z-index: 1;
}

.articles-sec .article_card .more-butn:hover {
  color: #fff;
}

.articles-sec .article_card .more-butn:hover::before {
  width: 100%;
}

.articles-sec .article_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.articles-sec .article_card:hover .title {
  color: #719117;
}
/*# sourceMappingURL=style.css.map */