/*-------Lato Font-------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/*-------Lato Font End-------*/


h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    font-family: 'Droid Arabic Kufi', serif;
}

h3 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    color: #78AEFD;
    margin: 0 0 20px;
}

h4 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 35px;
    color: #000;
    font-family: 'Droid Arabic Kufi', serif !important;
}

h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    font-family: 'Droid Arabic Kufi', serif !important;
}

h6 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    margin: 0 0 15px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

* {
    font-family: 'Droid Arabic Kufi', serif !important;
    outline: none;
}

p {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-family: 'Lato' !important;
}

p span {
    font-weight: 300 !important;
}

i {
    font-family: "Font Awesome 5 Pro" !important;
    cursor: pointer !important;
}

#wrapper {
    width: 100%;
    max-width: 100%;
    display: table;
    margin: 0 auto;
}

header {
    width: 100%;
    float: left;
    padding: 5px 0;
    box-shadow: 0 5px 8px rgb(112 112 112 / 16%);
    position: absolute;
    background: #fff;
    z-index: 999999;
}

header.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    margin: 0;
}

header .box {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

header .logo {
    width: 10%;
    float: left;
}

header .logo a {
    width: 100%;
    float: left;
}

header .logo img {
    width: 100%;
    float: left;
}

header .menu {
    width: 90%;
    float: left;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

header .menu i {
    font-size: 30px;
}

.menu ul {
    display: none;
}

.menu ul {
    width: 20%;
    position: absolute;
    top: 35px;
    right: 0;
    background: #c3912e;
    border-radius: 4px;
    padding: 15px;
}

.menu ul li {
    border-bottom: 1px solid #fff;
}

.menu ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
/*Header End*/

.hero {
    width: 100%;
    float: left;
    background: url(../../assets/img/img-2.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 165px 0 90px;
    position: relative;
}

.hero .ht {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.hero .img {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin: 0 0 75px;
}

.hero .img img {
    width: 36%;
    float: left;
}

.hero .search {
    width: 80%;
    float: left;
    position: relative;
}

.hero .search input {
    width: 100%;
    float: left;
    border: 1px solid #DFDFDF;
    border-radius: 40px;
    font-size: 20px;
    padding: 15px 50px 15px 30px;
    color: #000;
    position: relative;
    z-index: 99999;
}

.hero  i {
    position: absolute;
    right: 20px;
    top: 21px;
    margin: auto;
    width: initial;
    font-size: 20px;
    padding: 0 0 0 10px;
    border-left: 1px solid #707070;
    z-index: 99999;
}

.search ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    background: #fff;
    z-index: 9999;
    border: 1px solid #DFDFDF;
    border-top: 0;
    font-size: 17px;
    padding: 37px 0 0;
}

.search ul li {
    padding: 0 30px;
}

.search ul li:hover {
    background: #E8E8E8;
}

.search ul li a {
    padding: 6px 0;
    display: inline-block;
    color: #505061;
    font-family: 'Lato' !important;
    width: 100%;
}

.search ul li a:hover {
    text-decoration: none;
}

.ideas {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.ideas .ht {
    width: 100%;
    float: left;
}

.ideas h4 {
    padding: 0 0 20px;
    border-bottom: double #707070;
}

.ideas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ideas a {
    font-size: 20px;
    font-weight: 700;
    color: #78AEFD;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #fff;
    transition: 0.3s all ease;
}

.ideas a:hover {
    border-bottom: 1px solid;
    transform: translate(0, -8px);  
}

.random {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.random .ht {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}

.random  ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
    justify-content: center;
}

.random ul li {
    width: calc(20% - 10px);
    float: left;
    text-align: center;
    margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.random ul a {
    width: 100%;
    display: inline-block;
    background: #78AEFD;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 700;
    padding: 12px 23px;
    text-decoration: none;
    transition: 0.3s all ease;
}

.random ul a:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: #fff;
    color: #78AEFD;}

.random .box {
    width: 100%;
    float: left;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.random .topbar {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    background: #F1F1F1;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.random .topbar h4 {
    font-weight: 400;
    margin: 0;
    line-height: 50px;
}

.random  .downbar {
    width: 100%;
    float: left;
    padding: 40px 0 30px;
    text-align: center;
}

.random .downbar i {
    margin: 0 20px 0 0;
}

.issue {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.issue .col-lg-12 {
    margin: 0 0 25px;
}

.issue ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.issue ul li {
    width: calc(25% - 15px);
    float: left;
    box-shadow: 0 5px 8px rgb(0 0 0 / 16%);
    border-radius: 10px;
    margin: 0 0 20px;
    transition: 0.3s all ease;
}

.issue ul li a {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.issue ul li a:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    right: 100%;
    background: #78aefd;
    border-radius: 10px;
    transition: 0.3s all ease;
}

.issue ul li:hover a:before {
    height: 100%;
    right: 0;
}

.issue a span {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #78AEFD;
    color: #fff;
    border-radius: 100%;
    font-size: 19px;
    position: relative;
    transition: 0.3s all ease;
}

.issue ul li:hover span {
    background: #fff;
    color: #78aefd;
}

.issue a p {
    width: 104px;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    position: relative;
    transition: 0.3s all ease;
    text-align: center;
}

.issue ul li:hover p {
    color: #fff;
}

.issue a img {
    position: relative;
}

.notes {
    width: 100%;
    float: left;
    padding: 40px 0 60px;
}

.notes .ht {
    width: 100%;
    float: left;
    text-align: center;
}

p a {
    color: #78AEFD;
    display: inline-flex;
    border-bottom: 1px solid #fff;
}

p a:hover {
    color: #78AEFD;
    text-decoration: none;
    border-bottom: 1px solid;
}
/*Home Page End*/

/*Inner Page Start*/
.order {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.order .box {
    width: 75%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 40px;
    background: #0171BD;
    border-radius: 10px;
}

.order  .half {
    width: calc(50% - 10px);
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
}

.order .half i {
    display: inline-block;
    padding: 10px 15px;
    font-size: 22px;
    background: #0171BD;
    color: #fff;
    border-radius: 6px;
    font-weight: 400;
    transition: 0.3s all ease;
}

.order .half i:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
    background: #000;
    color: #fff;
}

.order .half p {
    margin: 0;
}

.other {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

.other .ht {
    width: 75%;
    display: table;
    margin: auto;
    text-align: center;
    padding: 20px 40px;
    background: #E3E3E3;
    border-radius: 8px;
}

.other ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other ul a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #E3E3E3;
}

.other ul a:hover {
    border-bottom: 1px solid #000;
}

.detail {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.detail .ht {
    width: 100%;
    float: left;
    text-align: center;
}

.detail .ht p {
    margin: 0 0 40px;
}

.arabic {
    width: 100%;
    float: left;
}

.arabic .box {
    width: 100%;
    float: left;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    margin: 0 0 40px;
}

.arabic  .top {
    width: 100%;
    float: left;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.arabic .top span {
    font-size: 24px;
    margin: 0 40px 0 0;
}

.arabic .top .main {
    display: none;
}

.arabic .mid {
    width: 100%;
    float: left;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: #F1F1F1;
    padding: 30px 50px;
    text-align: center;
}

.arabic .mid h5 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Droid Arabic Kufi' !important;
    margin: 0;
}

.arabic .bottom {
    width: 100%;
    float: left;
    padding: 30px 50px;
    text-align: center;
}

.arabic .bottom h5 {
    margin: 0;
}

.arabic .ht-btn {
    width: 100%;
    float: left;
    text-align: center;
}

.arabic .ht-btn a {
    font-size: 24px;
    color: #000;
    font-family: 'lato' !important;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.arabic .ht-btn a:hover {
    border-bottom: 1px solid #000;
}

.summarized {
    width: 100%;
    float: left;
    padding: 50px 0 20px;
}

.summarized .box {
    width: 100%;
    float: left;
    border: 1px solid #0171BD;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
}

.summarized  .top {
    width: 100%;
    float: left;
    background: #0171BD;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    position: relative;
}

.summarized .top h5 {
    color: #fff;
    font-family: 'Droid Arabic Kufi' !important;
    margin: 0;
}

.summarized .top h5 span {
    font-weight: 700;
}

.summarized .top i {
    position: absolute;
    top: 0;
    right: 25px;
    margin: auto;
    color: #fff;
    font-size: 30px;
    transform: rotate(181deg);
    transition: 0.3s all ease;
    bottom: 9px;
    height: max-content;
}

i.fas.fa-sort-up.active {
    transform: rotate( 0deg );
    bottom: -13px;
}

.summarized .bottom {
    width: 100%;
    float: left;
    padding: 30px 50px 50px;
    background: #F1F1F1;
    display: none;
}

.summarized .bottom2 {
    width: 100%;
    float: left;
    padding: 30px 50px 50px;
    background: #F1F1F1;
}

.summarized .bottom p {
    font-size: 18px;
    text-align: center;
}
/*Inner Page End*/

/*Footer*/
footer {
    width: 100%;
    float: left;
    background: #3C3E41;
    padding: 30px 0;
}

footer .ht {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

footer p {
    color: #fff;
    margin: 0;
}

.btt {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 30px;
    font-size: 20px;
    padding: 10px 16px;
    text-align: center;
    background: #78aefd;
    color: #fff;
    border-radius: 100%;
    z-index: 9999999;
}

.btt:hover {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
    text-decoration: none;
    color: #fff;
}



@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/*Footer End */

/*Responsive*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
.random ul a {
    font-size: 14px;
}

.issue ul {
    justify-content: unset;
}

.issue ul li {
    width: calc(33% - 1%);
    margin: 0 2% 20px 0;
}

.issue ul li:nth-child(3n + 3) {
    margin-right: 0;
}

.order .box {
    width: 90%;
    padding: 20px;
}

.other .ht {
    width: 90%;
}

.detail {
    padding: 30px 0 0;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
h3 {
    font-size: 35px;
    line-height: 40px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 15px;
    line-height: 20px;
}

p {
    font-size: 15px;
    line-height: 22px;
}

.menu ul {
    width: 30%;
}

.ideas ul {
    justify-content: unset;
}

.ideas ul li {
    width: 20%;
    float: left;
    margin: 0 0 21px;
}

.random ul li {
    width: calc(33% - 1%);
    margin: 0 2% 20px 0;
}

.random ul li:nth-child(3n + 3) {
    margin-right: 0;
}

.issue ul, .random ul {
    justify-content: unset;
}

.issue ul li {
    width: calc(49% - 1%);
    margin: 0 4% 20px 0;
}

.issue ul li:nth-child(2n + 2) {
    margin-right: 0;
}

.issue ul li a {
    padding: 20px;
}

.order .box {
    width: 100%;
    padding: 15px;
}

.other .ht {
    width: 100%;
}

.arabic .mid h5 {
    font-size: 15px;
    line-height: 35px;
}
}

@media screen and (min-width: 280px) and (max-width: 767px) {
h3 {
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 15px;
}

h4 {
    font-size: 20px;
    margin: 0 0 15px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
}

h6 {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 15px;
}

p {
    font-size: 13px;
    line-height: 18px;
}

header .menu i {
    font-size: 20px;
}

.menu ul {
    width: 60%;
    top: 25px;
}

.hero {
    padding: 60px 0 30px;
}

.hero .img {
    margin: 0 0 20px;
}

.hero .search {
    width: 100%;
}

.hero .search input {
    font-size: 13px;
    padding: 5px 30px 7px 20px;
}

.hero i {
    right: 10px;
    top: 10px;
    font-size: 10px;
    padding: 0 0 0 5px;
}

.search ul {
    top: 19px;
    padding: 20px 0 0;
}

.search ul li {
    padding: 0 20px;
    font-size: 13px;
}

.ideas {
    padding: 20px 0;
}

.ideas h4 {
    padding: 0 0 10px;
}

.ideas ul {
    justify-content: unset;
}

.ideas ul li {
    width: 25%;
    margin: 0 0 10px;
}

.ideas a {
    font-size: 13px;
    line-height: 13px;
}

.random {
    padding: 20px 0;
}

.random ul {
    justify-content: unset;
}

.random ul li {
    width: calc(49% - 0.5%);
    margin: 0 3% 10px 0;
}

.random ul a {
    font-size: 12px;
    padding: 7px 0;
}

.random ul li:nth-child(2n + 2) {
    margin-right: 0;
}

.random .topbar {
    padding: 10px 0;
}

.random .topbar h4 {
    line-height: 30px;
}

.random .downbar {
    padding: 20px 0 15px;
}

.issue {
    padding: 40px 0 0;
}

.issue ul {
    justify-content: unset;
}

.issue ul li {
    width: 100%;
    margin: 0 0 15px;
}

.issue ul li a {
    padding: 10px;
}

.issue a span {
    width: 40px;
    height: 40px;
    font-size: 15px;
}

.issue a p {
    font-size: 15px;
}

.notes {
    width: 100%;
    float: left;
    padding: 20px 00;
}

.order .box {
    width: 100%;
    padding: 10px;
}

.order .half {
    width: 100%;
    margin: 0 0 10px;
}

.order .half:last-child {
    margin: 0;
}

.order .half i {
    padding: 5px 10px;
    font-size: 15px;
}

.other .ht {
    width: 100%;
    padding: 20px;
}

.other ul {
    justify-content: unset;
}

.other ul li {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

.other ul a {
    border-bottom: 1px solid;
}

.detail .ht p {
    margin: 0 0 25px;
}

.arabic .mid, .arabic .bottom {
    padding: 15px 20px;
}

.arabic .mid h5 {
    font-size: 15px;
    line-height: 30px;
}

.arabic .top span {
    font-size: 20px;
    margin: 0 15px 0 0;
}

.arabic .ht-btn a {
    font-size: 15px;
}

.summarized {
    padding: 30px 0 20px;
}

.summarized .top {
    padding: 15px;
}

.summarized .top h5 {
    font-size: 15px;
    line-height: 24px;
}

.summarized .top i {
    top: -4px;
    right: 13px;
    font-size: 22px;
}

.summarized .bottom {
    padding: 20px 15px;
}

.summarized .bottom p {
    font-size: 13px;
}

.btt {
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 6px 10px;
}
}
/*Responsive End*/