/* Import third party CSS library */
@import url(vendor/bootstrap.min.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/ticker-style.css);
@import url(vendor/elegant-icons.css);
@import url(vendor/slick.css);
@import url(vendor/slicknav.css);
@import url(vendor/animate.min.css);
@import url(vendor/nice-select.css);
@import url(vendor/perfect-scrollbar.css);

body {
    direction: rtl;
    text-align: justify;
}

.slick-slider {
    direction: ltr;
}

/*Google fonts
	font-family: 'Crimson Text', serif;
	font-family: 'Tajawal', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
:root {
    --color-mode: "light";
    --color-primary: #5869da;
    --color-secondary: #2d3d8b;
    --color-success: #09815C;
    --color-danger: #e3363e;
    --color-warning: #e38836;
    --color-info: #4da7d4;
    --color-light: #f8f9f9;
    --color-grey: #f7f8f9;
    --color-dark: #000c2d;
    --color-muted: #687385;
    --color-white: #FFFFFF;
    --primary-border-color: #9b9b9b;
    --secondary-border-color: #f0f8ff;
    --mutted-border-color: #eaecee;
    --box-shadow-normal: 0 10px 10px rgba(0, 0, 0, 0.08);
    --box-shadow-hover: 0 4px 60px 0 rgba(0, 0, 0, 0.2);
    --button-shadow-color-normal: hsla(0, 0%, 42.4%, 0.2);
    --button-shadow-color-hover: hsla(0, 0%, 42.4%, 0.3);
}

/*Bootstrap color customize*/
.text-primary {
    color: var(--color-primary) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-success {
    color: var(--color-success) !important;
}

.text-danger {
    color: var(--color-danger) !important;
}

.text-warning {
    color: var(--color-warning) !important;
}

.text-info {
    color: var(--color-info) !important;
}

.text-light {
    color: var(--color-light) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.text-muted,
.text-muted a {
    color: var(--color-muted) !important;
}

.text-white {
    color: var(--color-white) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

.bg-success {
    background-color: var(--color-success) !important;
}

.bg-danger {
    background-color: var(--color-danger) !important;
}

.bg-warning {
    background-color: var(--color-warning) !important;
}

.bg-info {
    background-color: var(--color-info) !important;
}

.bg-light {
    background-color: var(--color-light) !important;
}

.bg-grey {
    background-color: var(--color-grey) !important;
}

.bg-dark {
    background-color: var(--color-dark) !important;
}

.bg-white {
    background-color: var(--color-white) !important;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-secondary {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.btn-success {
    background-color: var(--color-success);
    border-color: var(--color-success);
}

.btn-danger {
    background-color: var(--color-danger);
    border-color: var(--color-danger);
}

.btn-warning {
    background-color: var(--color-warning);
    border-color: var(--color-warning);
}

.btn-info {
    background-color: var(--color-info);
    border-color: var(--color-info);
}

.form-control:focus {
    outline: none;
    border-color: var(--mutted-border-color);
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: var(--color-danger) !important;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}

/* GENERAL */
body {
    font-family: 'adwa-assalaf', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.btn,
.post-title {
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    font-family: 'adwa-assalaf', sans-serif;
}

p {
    margin-bottom: 1.2em;
    font-weight: 400;
    text-align: justify;
}

.img {
    max-width: 100%;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.img-circle {
    border-radius: 50%;
}

.overflow-hidden {
    overflow: hidden
}

.clear {
    clear: both
}

a,
.button {
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

*:focus {
    text-decoration: none;
    outline: none
}

a {
    color: var(--color-muted);
}

a:hover {
    color: var(--color-primary);
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none
}

.transition-02s,
.transition-02s:hover {
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    outline: none !important;
    box-shadow: none;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

img,
image,
video {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

figure {
    position: relative;
}

::placeholder {
    color: #838383
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.font-x-small {
    font-size: 0.7em;
}

.font-small {
    font-size: 0.9em
}

.font-medium {
    font-size: 1em;
}

.font-large {
    font-size: 1.2em;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-ultra {
    font-weight: 900;
}

.has-top-border,
.separator {
    border-top: 1px solid rgb(225, 225, 255);
}

.btn {
    font-weight: 500;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

#scrollUp {
    left: 31px;
    bottom: 18px;
    font-size: 22px;
}

.img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.font-weight-900 {
    font-weight: 900
}

.has-border {
    border: 1px solid var(--mutted-border-color)
}

/*Color*/
.primary-color,
a.active,
sup {
    color: #000C2D;
}

.excerpt {
    color: rgb(105, 105, 105);
}

/*Background*/
.primary-bg,
.boxed-btn:hover {
    background: #024dff;
}

/*sticky*/
.sticky-bar {
    right: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    z-index: 1008;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.sticky-bar .divider-2 {
    display: none
}

.preloader {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.circle {
    margin: 40px auto;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: var(--color-secondary);
    box-shadow: 20px 0px 0px var(--color-secondary);
    border-radius: 50%;
    -webkit-animation: circle_classic 1s ease-in-out infinite alternate;
    -moz-animation: circle_classic 1s ease-in-out infinite alternate;
    animation: circle_classic 1s ease-in-out infinite alternate;
}

@-webkit-keyframes circle_classic {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(-360deg) scale(1.2);
    }
}

@-moz-keyframes circle_classic {
    0% {
        opacity: 0.1;
        -moz-transform: rotate(0deg) scale(0.5);
    }
    100% {
        opacity: 1;
        -moz-transform: rotate(-360deg) scale(1.2);
    }
}

@keyframes circle_classic {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5);
    }
    100% {
        opacity: 1;
        transform: rotate(-360deg) scale(1.2);
    }
}

.hide {
    opacity: 0;
    transition-delay: 0.5s;
    pointer-events: none;
}

.text-limit-2-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.text-limit-3-row {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
}

.scroll-progress {
    height: 3px;
    width: 0px;
    z-index: 9999999;
    position: fixed;
    top: 0;
}

.dropdown-menu-language {
    min-width: 100px !important;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.dropdown-menu-language li {
    padding: 3px 0;
}

/*cursor*/
#off-canvas-toggle,
.user-account,
.subscribe,
.search-close,
button.slick-arrow,
.off-canvas-close,
.search-button,
button.search-icon, button.config-icon,
.single-more-articles-close,
.search-btn {
    cursor: pointer;
}

/*Header*/
h1.logo {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

.divider-2 {
    width: 100%;
    border-bottom: 3px double #000;
}

.line-dots {
    width: 100%;
    border-bottom: dotted 1px #222;
    height: 1px;
    display: block;
    position: relative;
}

.line-dots::before {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #222;
    position: absolute;
    top: -2px;
    right: 0;
}

.line-dots::after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #222;
    position: absolute;
    top: 2px;
    right: 0;
}

button.search-icon, button.config-icon {
    border: none;
    background: none;
    padding: 0;
    font-weight: 500;
    line-height: 1;
}

.header-social-network {
    line-height: 1
}

.header-social-network .list-inline-item a {
    background: var(--color-primary);
    width: 24px;
    display: block;
    height: 24px;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    color: #fff !important;
}

.header-social-network .list-inline-item:not(:last-child) {
    margin-left: 7px
}

/*Offcanvas Sidebar*/
#off-canvas-toggle span,
#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
    background: var(--color-muted);
    display: inherit;
    height: 2px;
    position: relative;
    width: 15px;
}

#off-canvas-toggle span::before,
#off-canvas-toggle span::after {
    content: "";
    right: 0;
    position: absolute;
    left: 0;
}

#off-canvas-toggle span::before {
    top: -10px;
    width: 20px;
}

#off-canvas-toggle span::after {
    top: -5px;
    width: 20px;
}

#off-canvas-toggle p {
    display: inline;
    font-size: 18px;
    margin: 0 5px 0 0;
}

.off-canvas-close {
    background: none;
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.off-canvas-close i {
    font-size: 24px;
}

.off-canvas-toggle-cover {
    text-align: left;
}

#sidebar-wrapper {
    background: #fff;
    height: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    width: 0;
    z-index: 1009;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 0;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

#sidebar-wrapper.position-right {
    left: 0;
    right: unset;
}

.canvas-opened #sidebar-wrapper {
    width: 350px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.canvas-opened #off-canvas-toggle span {
    background: none;
}

.canvas-opened #off-canvas-toggle span::after {
    top: -4px;
    width: 20px;
    transform: rotate(45deg);
}

.canvas-opened #off-canvas-toggle span::before {
    top: -4px;
    width: 20px;
    transform: rotate(-45deg);
}

.sidebar-inner {
    padding: 30px;
    display: table;
    height: 100%;
}

.dark-mark {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: visibility 0s linear .3s, opacity .3s ease, -webkit-transform .3s ease; /* transition: visibility 0s linear .3s,opacity .3s ease,-webkit-transform .3s ease; */ /* transition: visibility 0s linear .3s,transform .3s ease,opacity .3s ease; */
    transition: visibility 0s linear .3s, transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.canvas-opened .dark-mark {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

/*Search form*/
body.open-search-form {
    overflow: hidden;
}

header .search-icon .ti-close,
.open-search-form header .search-icon .ti-search {
    display: none;
}

.open-search-form header .search-icon .ti-close {
    display: inline;
}

.main-search-form {
    transform: scaleY(0);
    height: 0px;
    width: 100%;
}

.open-search-form .main-search-form {
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    height: 100vh;
    transform: scaleY(1);
    transform-origin: top;
    position: absolute;
    background: #fff;
    z-index: 2;
}

.search-text-bg {
    font-size: 80px;
    text-transform: uppercase;
    opacity: 0.1;
}

.main-search-form-cover {
    max-width: 800px;
}

.search-header {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-muted);
    font-style: italic;
}

.search-header .form-control {
    border-width: 0
}

.search-header input[type="text"] {
    font-size: 18px;
}

.search-header .custom-select {
    border: 0;
    border-radius: 0;
    height: 48px;
    background-color: #f5f5f5;
}

.search-header .nice-select {
    -ms-flex-preferred-size: 110px !important;
    flex-basis: 110px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
    margin-right: 0 !important;
}

.search-header button {
    border-radius: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.input-group-append {
    margin-right: -1px;
}

.btn-search {
}

/*Main header*/
.main-header {
    background: #ffffff;
}

.main-header .main-nav ul li a,
.nav-topbar li a {
    position: relative;
    padding: 15px 0;
    display: block;
}

.main-header .main-nav ul li > a::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    right: 50%;
    top: -1px;
    opacity: 0.5;
    transform: translateX(50%);
}

.main-header .main-nav ul li.mega-menu-item a::after,
.main-header .main-nav ul li ul a::after {
    content: none;
}

.main-header .main-nav ul li.current-menu-item > a::after,
.main-header .main-nav ul li:hover a::after {
    width: 50px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.main-header .main-nav ul li.menu-item-has-children > a,
.nav-topbar li.menu-item-has-children > a {
    padding-left: 15px;
}

.main-header .main-nav ul li.menu-item-has-children > a::before,
.nav-topbar li.menu-item-has-children > a::before {
    content: "\33";
    font-family: 'ElegantIcons';
    display: inline-block;
    padding-right: 5px;
    position: absolute;
    left: 0;
    font-size: 18px;
}

.nav-topbar li.menu-item-has-children > ul > li.menu-item-has-children > a::before {
    content: "\35";
    font-family: 'ElegantIcons';
    display: inline-block;
    padding-left: 8px;
    position: absolute;
    left: 0;
    font-size: 18px;
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
    text-align: right;
    position: absolute;
    min-width: 140px;
    background: #fff;
    right: 0;
    top: 130%;
    visibility: hidden;
    opacity: 0;
    padding: 15px 0;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
    z-index: 9999;
    border: 1px solid #fafafa;
    border-radius: 3px
}

.nav-topbar > li:hover > ul.sub-menu,
.main-header ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.nav-topbar ul.sub-menu,
.main-header .main-nav ul ul.sub-menu {
    display: block;
    padding-right: 15px;
}

.nav-topbar ul.sub-menu > li > a,
.main-header .main-nav ul ul.sub-menu > li > a {
    font-weight: 500;
    line-height: 2;
    padding: 5px 0;
}

.main-header .main-nav ul ul.sub-menu > li > a:hover {
    background: none
}

.main-header .main-nav ul li h6 a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

/*submenu - level 3*/
.nav-topbar ul.sub-menu li {
    position: relative
}

.nav-topbar ul.sub-menu li ul.sub-menu {
    right: 100%;
    visibility: hidden;
    opacity: 0;
    top: 130%;
    margin-right: 5px;
}

.nav-topbar ul.sub-menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.logo-mobile {
    max-width: 45px;
    z-index: 500;
    position: relative;
}

.nav-topbar > li {
    position: relative;
    padding: 0 5px;
}

.nav-topbar li a {
    position: relative;
    font-size: 18px;
}

/* Mega menu */
.main-menu {
    list-style-type: none;
    margin: 0;
    height: 100%;
    align-items: center;
}

.main-menu > li {
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.main-menu > li.current-item a {
    padding-right: 15px !important
}

.main-menu > li.current-item a::before {
    content: "";
    background-color: var(--color-primary);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    animation: shadow-pulse 1s infinite;
}

.main-menu > li:first-child {
    padding-right: 0;
}

.main-menu > li.mega-menu-item {
    position: static;
}

.sub-mega-menu {
    flex-wrap: wrap;
    position: absolute;
    top: unset;
    right: 0;
    width: 100%;
    transform: scaleY(0);
    height: 0px;
}

.mega-menu-item.open .sub-mega-menu {
    transition: transform 0.2s ease-in-out;
    height: auto;
    transform: scaleY(1);
    transform-origin: top;
    z-index: 999;
}

.sub-mega-menu .nav {
    width: 180px;
    padding: 30px 30px 0 0;
}

.sub-mega-menu .tab-content {
    width: calc(100% - 180px);
}

.sub-mega-menu .nav-pills .nav-link {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    border-radius: 30px;
    padding: 5px 20px;
    text-align: right;
    border-radius: 50px;
}

.sub-mega-menu .nav-pills .nav-link.active,
.sub-mega-menu .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #7f8991;
}

.sub-mega-menu .tab-content .tab-pane {
    padding: 25px 30px 35px 50px;
}

.main-header .main-nav ul li .sub-mega-menu.sub-menu-list {
    padding: 20px 0;
    line-height: 35px;
    background: #fff;
    margin-top: 2px;
    box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
}

.main-header .main-nav ul li .sub-mega-menu.sub-menu-list a {
    line-height: 35px;
    font-weight: 500;
}

.main-header .main-nav ul li.mega-menu-item .tab-content a {
    padding: 0;
    text-transform: none;
}

.header-sticky.sticky-bar.sticky .header-flex {
    justify-content: space-between
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
    padding: 20px 20px
}

.header-area .slicknav_btn {
    top: -51px;
    left: 17px
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
}

.slicknav_menu {
    background: transparent;
}

.mobile_menu {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.header-top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--mutted-border-color)
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-tools {
    padding: 20px 0 0 0;
}

.vertical-divider {
    width: 1px;
    height: 20px;
    background-color: var(--primary-border-color);
}

.header-style-1 .divider-2 {
    margin-top: -2px;
}

.main-header.header-style-1 h1.logo {
    font-weight: 900;
    font-size: 40px;
    line-height: 65px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

/*Footer layouts*/
.footer-area {
    color: #666
}

.footer-area ul li + li {
    margin-top: 10px;
}

.footer-bottom-area .footer-border {
    border-top: 1px solid rgb(225, 225, 225);
}

.footer-bottom-area .list-inline-item:not(:last-child) {
    margin-left: .8rem;
}

.footer-copy-right {
    overflow: hidden
}

.footer-bottom-area .footer-copy-right p {
    font-weight: 300;
    line-height: 1;
    margin: 0;
}

.footer-bottom-area .footer-copy-right p a:hover {
    color: #fff
}

.footer-menu ul li {
    display: inline-block;
    margin-right: 36px
}

.footer-menu ul li:first-child {
    margin-right: 0px
}

.footer-copy-right {
    border-top: 1px solid var(--mutted-border-color)
}

/*Pagination*/
.pagination-area .page-item {
    margin: 0
}

.pagination-area .page-item:first-child {
    margin: 0
}

.pagination-area .page-link,
#scrollUp {
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-left: 10px;
    box-shadow: 0 2px 4px var(--button-shadow-color-normal), 0 0 0 transparent;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}

.pagination-area .page-link:hover,
#scrollUp:hover {
    box-shadow: 0 4px 8px var(--button-shadow-color-hover), 0 0 0 transparent;
}

.pagination-area .page-item.active .page-link {
    color: #fff !important;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 50% !important;
    background: none;
}

#scrollUp {
    background-color: var(--color-primary);
    color: #fff;
}

h1.page-404 {
    font-size: 5.2rem;
}

/*Breadcrumb*/
.breadcrumb {
    display: inline-block;
    padding: 0;
    text-transform: capitalize;
    color: #6e6e6e;
    font-size: 0.875rem;
    background: none;
    margin: 0;
    border-radius: 0;
}

.breadcrumb span {
    position: relative;
    text-align: center;
    padding: 0 10px;
}

.breadcrumb span::before {
    content: "\35";
    font-family: 'ElegantIcons';
    display: inline-block;
}

.breadcrumb span.no-arrow::before {
    content: none;
}

/*LOOP*/
.border-top-1 {
    border-top: 1px solid rgb(225, 225, 225);
}

.border-bottom-1,
.horizontal-divider {
    border-bottom: 1px solid rgb(225, 225, 225);
}

.border-top-2 {
    border-top: 4px double rgb(225, 225, 225);
}

.vertical-divider {
    overflow: hidden;
    position: relative;
}

.vertical-divider > [class*="col-"]:nth-child(n + 2)::after {
    content: "";
    background-color: rgb(225, 225, 225);
    position: absolute;
    top: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .vertical-divider > [class*="col-"]:nth-child(n + 2)::after {
        width: 100%;
        height: 1px;
        right: 0;
        top: -4px;
    }
}

@media (min-width: 768px) {
    .vertical-divider > [class*="col-"]:nth-child(n + 2)::after {
        width: 1px;
        height: auto;
        right: -1px;
    }
}

.divider-wave,
.divider-wave-2 {
    position: relative
}

.loop-grid-3 .first-post .post-title::after,
.divider-wave::after {
    content: "";
    background: url(../imgs/theme/wave-line-1.html) center center no-repeat;
    width: 59px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%);
}

.divider-wave-2::after {
    content: "";
    background: url(../imgs/theme/wave-line-2.html) center center no-repeat;
    width: 59px;
    height: 11px;
    position: absolute;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%);
}

/*CATEGORY PAGES*/
.archive-header h2 {
    font-size: 45px;
}

.archive .loop-list-1 .first-post .img-hover-slide {
    min-height: 400px;
}

.img-hover-scale img {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.img-hover-scale:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.post-format-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #ecf0f3;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #91a2ae;
}

/*SINGLE POST*/
.entry-meta .author-avatar {
    float: right;
    margin: -3px 0 0 15px;
}

.entry-meta .author-avatar img {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
}

.entry-meta span {
    position: relative;
}

.entry-header .entry-title {
    font-size: 2em;
    font-family: Nastaliq !important;
}

.entry-wraper .excerpt p,
.single-excerpt p {
    font-size: 1.5em;
}

.dropcap p:first-child::first-letter {
    font-size: 4em;
    float: right;
    margin-top: .15em;
    margin-left: 0.15em;
    line-height: 1;
}

.dropcap blockquote p:first-child::first-letter {
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    float: none;
}

.entry-main-content h1,
.entry-main-content h2,
.entry-main-content h3,
.entry-main-content h4,
.entry-main-content h5,
.entry-main-content h6 {
    font-weight: 700;
}

.entry-wraper {
    position: relative;
}

.entry-left-col {
    position: absolute;
    right: -20%;
    height: 200vh;
    z-index: 2;
    top: 3rem;
    bottom: 0;
}

.social-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.social-sticky a {
    display: block;
    color: rgba(0, 0, 0, .54);
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .34);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

.single-tools {
    display: table;
    float: left;
    background: #f5f5f5;
    padding: 7px 15px;
    border-radius: 2px;
}

.overflow-hidden {
    overflow: hidden;
}

.single-social-share a {
    width: 35px;
    display: block;
    height: 35px;
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #eee;
}

.single-thumnail .arrow-cover i {
    color: #fff;
}

.single-excerpt p {
    line-height: 1.5;
}

.entry-main-content {
    font-size: 1em;
}

.entry-main-content p {
    line-height: 1.5;
}

.entry-main-content h2 {
    /*line-height: 1.25;*/
    /*margin-top: 30px;*/
    /*margin-bottom: 28px;*/
    /*font-size: 1.7rem;*/

    line-height: 2;
    margin-top: 30px;
    margin-bottom: 28px;
    font-size: 1.7rem;
    margin-right: -20px;
    border-right: 2px solid #5869da;
    padding-right: 14px;
}

/*.entry-main-content p {*/
/*    font-size: 0.8em;*/
/*}*/

.entry-main-content figure {
    margin-bottom: 30px;
    margin-top: 30px;
}

.entry-bottom .tags a {
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 18px;
    text-transform: capitalize;
    font-style: italic;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.related-posts .img-hover-slide {
    min-height: 200px;
}

blockquote {
    position: relative;
    padding: 25px 30px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    border: 1px solid #e0e0e0;
    border-right: 0;

}

blockquote::before {
    content: "";
    top: 0px;
    height: 100%;
    right: 0;
    width: 3px;
    position: absolute;
    background: #ede3c7;
}

/*blockquote:after {*/
/*    content: "\2013 \2003" attr(cite);*/
/*    display: block;*/
/*    text-align: right;*/
/*    font-size: .875em;*/
/*    color: #5869da;*/
/*}*/

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

.btn-play-video {
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.entry-header-style-2 {
    position: relative;
    background-color: #f6f8fa;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.entry-header-style-2::before {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 45, 57, .3);
    content: '';
    pointer-events: none;
    transition: all .3s ease;
}

.entry-header-style-2 .entry-meta .author-avatar {
    float: none;
}

.entry-header-content {
    position: relative;
    z-index: 3
}

/*Author box*/
.bt-1 {
    border-top: 1px solid;
}

.border-color-1 {
    border-color: rgb(225, 225, 225);
}

.author-bio {
    margin-bottom: 40px;
    text-align: right;
    display: flex;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-bottom: 40px;
}

.author-bio .author-image img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.author-bio .author-image {
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 90px;
    height: 90px;
    margin-left: 40px;
}

.author-bio .author-info {
    flex-grow: 1;
}

.author-bio h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.author-bio h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--color-black);
}

.author-bio .author-description {
    margin-top: 15px;
    margin-bottom: 15px;
}

.author-bio .author-bio-link {
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    margin-left: 20px;
    text-transform: capitalize;
    font-style: italic;
    border-bottom: 1px solid rgb(225, 225, 225);
    color: #666;
}

.author-bio .author-social {
    display: inline-block;
}

.author-bio .author-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-bio .author-social-icons li {
    display: inline-block;
}

.author-bio .author-social-icons li:first-child a {
    margin-right: 0;
}

.author-bio .author-social-icons li a {
    text-align: center;
    font-size: 16px;
    margin-right: -1px;
    padding-top: 0;
    display: block;
    margin-right: 20px;
}

.author-bio .author-social-icons li a i {
    font-size: 18px;
}

.author .author-bio {
    margin: 0;
    padding: 50px;
    border: 0;
    background: #f4f5f9;
    border-radius: 5px;
}

/*comment*/
.comments-area {
    background: transparent;
    margin-top: 50px;
}

.comments-area h4 {
    margin-bottom: 35px;
    color: #2a2a2a;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area a {
    color: #2a2a2a;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
    padding-right: 25px;
}

.comments-area .thumb {
    margin-left: 20px;
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}

.comments-area .date {
    font-size: 18px;
    color: #999999;
    margin-bottom: 0;
    margin-right: 20px;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    font-size: 18px;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid rgb(225, 225, 225);
    font-style: italic;
}

.comment-form {
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
    color: #2a2a2a;
}

.comment-form .name {
    padding-right: 0px;
}

.form-control {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    height: 48px;
    padding-right: 18px;
    font-size: 18px;
    background: transparent;
    background: #fff
}

textarea.form-control {
    border-radius: 10px
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-control::placeholder {
    color: #777777;
}

.custom_select {
    position: relative;
    width: 100%;
}

.custom_select .nice-select {
    width: 100%;
    margin-bottom: 1rem;
}

.nice-select .list {
    min-width: 100%;
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 10px;
    height: 100% !important;
    background: #fff
}

.comment-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777;
}

.comment-form::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
    color: #777;
}

.comment-form:-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
    color: #777;
}

.comment-form:-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
    color: #777;
}

.button-contactForm {
    background: #ef3f48;
    color: #fff;
    border-color: #ef3f48;
    padding: 12px 25px;
}

.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid var(--color-primary);
    text-transform: uppercase;
    background: var(--color-primary);
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.button:hover {
    background: var(--color-danger);
    border: 1px solid var(--color-danger)
}

.single-comment.depth-2 {
    margin-right: 50px;
}

/*BONUS: WORDPRESS STYPE*/
.wp-block-separator {
    border-top: 1px solid #f4f5f9;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
    margin-bottom: 30px;
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-left: 16px;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-left: 0;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.wp-block-separator.is-style-dots {
    border: none;
    width: auto;
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}

.wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-right: 2em;
    font-family: serif;
}

.wp-block-separator.is-style-dots {
    text-align: center;
    line-height: 1;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 30px;
    background: #f4f5f9;
    border-radius: 5px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 30px;
    line-height: 1.3;
    font-style: normal;
}

.wp-block-image {
    margin-bottom: 30px;
}

.entry-main-content figure.alignleft {
    margin-left: 30px;
    margin-top: 20px;
    display: table;
}

.wp-block-image .alignleft {
    float: right;
    margin-left: 1em;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: table-caption;
    width: 100%;
    margin: 10px 0;
    caption-side: bottom
}

.wp-block-image figcaption {
    color: #6a6a6a;
    z-index: 1;
    bottom: 0;
    left: 0;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
}

.tooltip-inner {
    font-size: 0.7em;
}

table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529;
    border-collapse: collapse;
}

table p {
    margin-bottom: 0;
}

.entry-main-content table td,
.entry-main-content table th,
.comment-content table td,
.comment-content table th {
    padding: 0.5em 1em;
    border: 1px solid #e6e6e6;
}

.entry-main-content dd,
.single-comment dd {
    margin: 0 0 1.65em;
}

.entry-main-content ul {
    list-style: disc;
}

.entry-main-content ul li,
.comment-content ul li {
    list-style: disc inside;
    line-height: 2;
}

.entry-main-content ul li.blocks-gallery-item {
    list-style: none;
}

.entry-main-content li > ul,
.entry-main-content li > ol,
.comment-content li > ul,
.comment-content li > ol {
    padding-right: 2rem;
}

.entry-main-content ol {
    padding-right: 0;
}

ol li {
    list-style: decimal inside;
    width: 100%;
    line-height: 2;
}

pre {
    border: 1px solid #eee;
    font-size: 1em;
    line-height: 1.8;
    margin: 15px 0;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff;
    border-radius: 15px;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(88, 108, 218, 0.8);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(88, 108, 218, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-size: 18px;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html {
    height: 100%;
}

fieldset {
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    border: 0;
}

legend {
    margin: 0;
    padding: 0;
    display: block;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}

/*===============================
=            Choices            =
===============================*/
.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url("../../icons/cross.svg");
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #DDDDDD;
    border-radius: 2.5px;
    font-size: 18px;
    min-height: 44px;
    overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7;
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    display: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

.choices__list--dropdown.is-active {
    display: block;
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 18px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 18px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}

.choices__input:focus {
    outline: 0;
}

[dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.choices__placeholder {
    opacity: .5;
}

/*=====  End of Choices  ======*/
* {
    box-sizing: border-box;
}

.search-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    padding: 15px;
}

.search-container form {
    width: 100%;
    max-width: 790px;
    margin-bottom: 0;
}

.search-container form .inner-form {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.search-container form .inner-form .input-field {
    height: 68px;
}

.search-container form .inner-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 32px;
    font-size: 20px;
    color: #555;
}

.search-container form .inner-form .input-field input.placeholder {
    color: #888;
    font-size: 20px;
}

.search-container form .inner-form .input-field input:-moz-placeholder {
    color: #888;
    font-size: 20px;
}

.search-container form .inner-form .input-field input::-webkit-input-placeholder {
    color: #888;
    font-size: 20px;
}

.search-container form .inner-form .input-field input:hover, .search-container form .inner-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
    border-color: #fff;
}

.search-container form .inner-form .input-field.first-wrap {
    width: 200px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.search-container form .inner-form .input-field.first-wrap .choices__inner {
    background: transparent;
    border-radius: 0;
    border: 0;
    height: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
}

.search-container form .inner-form .input-field.first-wrap .choices__inner .choices__list.choices__list--single {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.search-container form .inner-form .input-field.first-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    color: #888;
}

.search-container form .inner-form .input-field.first-wrap .choices__inner .choices__list--single .choices__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #555;
}

.search-container form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
    right: 30px;
    border-color: #e5e5e5 transparent transparent transparent;
}

.search-container form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown {
    border: 0;
    background: #fff;
    padding: 20px 30px;
    margin-top: 2px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.search-container form .inner-form .input-field.first-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

.search-container form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #63c76a;
}

.search-container form .inner-form .input-field.first-wrap .choices__list--dropdown .choices__item {
    color: #555;
    min-height: 24px;
}

.search-container form .inner-form .input-field.second-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.search-container form .inner-form .input-field.third-wrap {
    width: 74px;
}

.search-container form .inner-form .input-field.third-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #63c76a;
    transition: all .2s ease-out, color .2s ease-out;
}

.search-container form .inner-form .input-field.third-wrap .btn-search svg {
    width: 16px;
}

.search-container form .inner-form .input-field.third-wrap .btn-search:hover {
    background: #50c058;
}

.search-container form .inner-form .input-field.third-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

/*@media screen and (max-width: 992px) {*/
/*    .search-container form .inner-form .input-field {*/
/*        height: 50px;*/
/*    }*/
/*}*/

@media screen and (max-width: 767px) {
    .search-container form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
    }

    .search-container form .inner-form .input-field {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .search-container form .inner-form .input-field input {
        padding: 10px 15px;
    }

    .search-container form .inner-form .input-field.first-wrap {
        width: 100%;
        border-right: 0;
    }

    .search-container form .inner-form .input-field.first-wrap .choices__inner {
        padding: 10px 15px;
    }

    .search-container form .inner-form .input-field.first-wrap .choices[data-type*="select-one"]:after {
        right: 11.5px;
        border-color: #e5e5e5 transparent transparent transparent;
    }

    .search-container form .inner-form .input-field.second-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .search-container form .inner-form .input-field.second-wrap input {
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .search-container form .inner-form .input-field.third-wrap {
        margin-bottom: 0;
        width: 100%;
    }
}

.search-container .nice-select {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border: 0px;
    border-left: solid 1px #e8e8e8;
    border-radius: 0px;
}

/*.quran {
    color: #ff6f00;
}*/
.quran {
    word-break: break-word;
    font-size: 22px;
    line-height: 2;
}

.quran > a {
    word-break: break-word;
    /*  color: #26a69a!important;*/
    letter-spacing: 2px;
    cursor: pointer;
    transition: all .8s ease-out;
}

.searchbox-featured {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
}

h3 i {
    font-size: 15px;
    padding-left: 10px;
}

.a {
    cursor: pointer;
}

.poem > table, table.poem {
    direction: rtl;
    margin: auto;
    width: auto
}

.poem > table td, table.poem td {
    padding-left: 3ex;
    padding-right: 3ex;
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify
}

.person-info {
    text-align: left;
    bottom: 5px;
    position: absolute;
    left: 15px;
}

@media (max-width: 560px) {
    .poem > table tr, table.poem tr {
        display: table;
    }

    .poem > table td, table.poem td {
        display: table-row;
    }
}

ol li {
    list-style-type: arabic-indic;
    line-height: 2
}

.breadcrumbs {
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid #e1e8ee;
    margin-bottom: 30px;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
}

.breadcrumbs ol li {
    display: contents;
    color: #5e6977;
    font-size: 20px;
}

.breadcrumbs ol li a {
    color: #00bfa5 !important;
}

.breadcrumbs ol li a {
    text-decoration: none;
    color: #03a9f4;
}

.breadcrumbs ol li:last-child::after {
    content: " ";
}

.breadcrumbs ol li::after {
    content: " / ";
    padding: 0 10px;
    color: #e1e8ee;
}

.nice-select .list {
    border-radius: 0px;
    height: 200px !important;
}

.border-2 {
    border: 2px solid rgb(225, 225, 225);
}

.li.list-group-item {
    font-size: 20px;
}

@font-face {
    font-family: page_BSML;
    src: url('/fonts/page_BSML.ttf') format('truetype');
}

.page_BSML {
    font-family: page_BSML;
}

.ayah {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    overflow-wrap: break-word;
}

.ayah:after {
    content: "\00200B";
}

.quran-page {
    background: #FAF1E3;
    text-align: center;
    font-size: 27px;
    width: 100%;
    margin: 0 auto;
    border: 3px solid #d7bf95;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.quran-page-number, .page-number {
    font-family: BTehran;
    text-align: center;
    width: 100%;
    display: block;
}

.surah-name {
    /*    font-family: AQF_BSML;*/
    font-size: 42px;
    font-weight: normal;
    margin: 0;
    position: relative;
    line-height: 2.5;
}

.surah-name:before {
    font-family: AQF_BSML;
    content: 'ﰠ';
    position: absolute;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    right: 0px;
    top: -24px;
    line-height: 2.5;
}

.surah-bsml {
    font-family: AQF_BSML;
    font-size: 43px;
    font-weight: normal;
    margin: 0;
    padding: 0px;
    height: 60px;
    margin-top: -10px;
}


li.tafsir-book {
    list-style: none;
    border: 1px solid #1211;
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 25px;
    padding-right: 15px;
}

@font-face {
    font-family: BTehran;
    src: url('/fonts/BTehran.ttf') format('truetype');

}

@font-face {
    font-family: AQF_BSML;
    src: url('/fonts/titles.woff') format('woff'), url('/fonts/titles.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: Kitab;
    font-style: normal;
    font-display: block;
    font-weight: 400;
    src: url(/fonts/kitab.woff2?v2) format("woff2"), url(/fonts/kitab.woff?v2) format("woff")
}

@font-face {
    font-family: Kitab;
    font-style: normal;
    font-display: block;
    font-weight: 700;
    src: url(/fonts/kitab-b.woff2?v2) format("woff2"), url(/fonts/kitab-b.woff?v2) format("woff")
}

@font-face {
    font-family: UthmanicHafs;
    font-style: normal;
    font-display: block;
    font-weight: 400;
    src: url(/fonts/KFGQPCHafsEx1UthmanicScript-Reg.otf?v12) format("opentype")
}

@font-face {
    font-family: UthmanicHafs;
    font-style: normal;
    font-display: block;
    font-weight: 700;
    src: url(/fonts/KFGQPCHafsEx1UthmanicScript-Bol.otf?v12) format("opentype")
}

.book-ayah {
    color: #2d8a30;
    /*     font-family: UthmanicHafs;  */
}

.verse-active {
    text-shadow: 0 0 0.5em #fffa8a, 0 0 0.5em #fffa8a, 0 0 0.5em #fffa8a;
}

.ayah {
    letter-spacing: 2px;
}

.quran-page {
    word-break: break-all;
}

p.tafisr-text {
    font-size: 22px;
}

.featured-dark {
    background-image: linear-gradient(15deg, #131c21 0%, #077365 100%) !important;
}

#spinner-1 {
    width: 128px;
    height: 128px;
    margin: 0 64px
}

#spinner-1 #circles {
    transform-origin: 50% 50%;
    animation: spin 5s linear infinite
}

#spinner-1 #circle-1 {
    transform-origin: 50% 50%;
    animation: trimpath 2s linear infinite
}

#spinner-1 #circle-2 {
    transform-origin: 50% 50%;
    animation: trimpath 2s .1s linear infinite
}

#spinner-1 #circle-3 {
    transform-origin: 50% 50%;
    animation: trimpath 2s .2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@keyframes trimpath {
    0% {
        stroke-dasharray: 0 100;
        transform: rotate(0);
        animation-timing-function: ease-in
    }
    45% {
        stroke-dasharray: 33 100;
        transform: rotate(-240deg);
        animation-timing-function: ease-out
    }
    90% {
        stroke-dasharray: 0 100;
        transform: rotate(-360deg);
        animation-timing-function: linear
    }
    100% {
        stroke-dasharray: 0 100;
        transform: rotate(-360deg)
    }
}

.bg-blue {
    background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
    color: white;
}

.bg-blue p {
    color: white;
}

.blue-btn {
    background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
    color: white;
    margin-bottom: 10px;
    padding: 20px;
    margin-top: 10px;
    display: block;
    border-radius: 10px;
}

.blue-btn:hover {
    color: white;
    background: linear-gradient(15deg, #80d0c7 0%, #13547a 100%) !important;
}

.blue-btn:after {
    content: "\23";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    left: 40px;
    position: absolute;
    margin-top: 7px;
}

body {
    font-size: 1.5rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

@font-face {
    font-family: 'UthmanicHafs';
    src: local('UthmanicHafs'),
    url('/fonts/UthmanicHafs.otf') format('opentype'),
    url('/fonts/UthmanicHafs.woff') format('woff'),
    url('/fonts/UthmanicHafs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


[data-quranpedia] {
    color: var(--color-primary);
    font-family: UthmanicHafs;
    /*font-size: 1.4rem;*/
    cursor: pointer !important;
    /*font-weight: bold;*/
}

.text-underline {
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.2);
}

.head-1 {
    border-bottom: 1px dashed #aaa;
    border-right: 7px solid #aaa;
    border-right: 7px solid rgba(0, 0, 0, .2);
    margin: 0 -22px 15px -15px;
    padding: 5px 15px;
}


.head-2 {
    position: relative;
    margin-right: -22px; /* 15px padding + 7px border ribbon shadow*/
    margin-left: -22px;
    padding: 15px;
    background: #e5e5e5;
    background: -moz-linear-gradient(#f5f5f5, #e5e5e5);
    background: -webkit-gradient(linear, right top, right bottom, from(#f5f5f5), to(#e5e5e5));
    background: -webkit-linear-gradient(#f5f5f5, #e5e5e5);
    background: -o-linear-gradient(#f5f5f5, #e5e5e5);
    background: -ms-linear-gradient(#f5f5f5, #e5e5e5);
    background: linear-gradient(#f5f5f5, #e5e5e5);
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .8) inset;
    text-shadow: 0 1px 0 #fff;
}

.head-2:before, .head-2:after {
    position: absolute;
    right: 0;
    bottom: -6px;
    content: '';
    border-top: 6px solid #555;
    border-right: 6px solid transparent;
}

.head-2:before {
    border-top: 6px solid #555;
    border-left: 6px solid transparent;
    border-right: none;
    right: auto;
    left: 0;
    bottom: -6px;
}

.head-3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.head-3:before,
.head-3:after {
    content: '';
    border-top: 1px solid #d6d6d6;
    margin: 0 20px 0 20px;
    flex: 1 0 20px;
}

.head-3:after {
    margin: 0 20px 0 20px;
}

.head-4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.head-4:after {
    content: '';
    border-top: 1px solid #d6d6d6;
    margin: 0 20px 0 20px;
    flex: 1 0 20px;
}

.head-4-title {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    font-size: 28px;
    font-family: 'kfgqpc_ksa_regularbold';
}

.head-4-title:after {
    content: '';
    border-top: 1px solid #d6d6d6;
    margin: 0 20px 0 20px;
    flex: 1 0 20px;
}

.head-5 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    /*font-family: 'onwan';*/
    /*font-size: 30px;*/
    font-family: 'kfgqpc_ksa_headingextrablack';
    font-size: 24px;
}

.head-5:after {
    content: 'v';
    font-family: 'fotograami';
    font-size: 180px;
    position: absolute;
    color: #dee2e6;
    font-weight: normal;
}

.border-radius-10 p {
    margin-bottom: 0px !important;
}

.poem > table, table.poem {
    direction: rtl;
    width: auto;
    background: #eaedf2;
    border-radius: 10px;
    border: 2px solid #aaa;
    border-collapse: separate;
    padding: 10px;
    margin: 10px auto auto;
}

blockquote:after {
    text-align: left;
}

.border-box {
    border-right: 5px solid #5869da;
}

.post-module-1 .post-thumb {
    height: fit-content !important;
}

.post-author {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
}

.square-image {
    border-radius: unset !important;
}

blockquote.ayah {
    background: linear-gradient(to right, rgba(250, 241, 227, .48), rgba(245, 227, 197, .1));
    color: #222 !important;
    letter-spacing: 0;
}

blockquote.ayah::before {
    background: linear-gradient(to right, rgba(250, 241, 226, 0) 0%, rgba(248, 234, 212, 0.5) 50%, rgba(250, 241, 226, 1) 100%);
}

blockquote.ayah span {
    color: #462e07 !important;
}

/*.term-container ul li {*/
/*    list-style: disc;*/
/*    margin-right: 20px;*/
/*}*/

.letter {
    background: #fafafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 300px 25px rgba(229, 224, 210, 0.7) inset;
    padding: 24px !important;
    position: relative;
}

.letter:before, .letter:after {
    content: "";
    background: #fafafa;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 0 0 300px rgba(222, 198, 122, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    transition: .5s;
}

.letter:before {
    left: -5px;
    top: 2px;
    transform: rotate(-1.5deg);
}

.letter:after {
    right: -3px;
    top: 0px;
    transform: rotate(2.4deg);
}

.letter:hover:before {
    transform: rotate(0deg);
    border: solid rgba(111, 99, 61, 0.4);
    border-width: 0px 0px 0px 1px;
    left: -6px;
    top: -6px;
}

.letter:hover:after {
    transform: rotate(0deg);
    border: solid rgba(111, 99, 61, 0.4);
    border-width: 0px 0px 0px 1px;
    right: 3px;
    top: -3px;
}

.paper-shadow {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
}

.paper-shadow:after, .paper-shadow:before {
    content: '';
    position: absolute;
    left: auto;
    background: none;
    z-index: -1;
}

.paper-shadow:after {
    width: 90%;
    height: 10px;
    top: 30px;
    right: 8px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: 0px -20px 36px 5px #295d92;
    -moz-box-shadow: 0px -20px 36px 5px #295d92;
    box-shadow: 0px -25px 35px 0px rgba(0, 0, 0, 0.5);
}

.paper-shadow:before {
    width: 10px;
    height: 95%;
    top: 5px;
    right: 18px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-box-shadow: 20px 0px 25px 5px #295d92;
    -moz-box-shadow: 20px 0px 25px 5px #295d92;
    box-shadow: 22px 0px 35px 0px rgba(0, 0, 0, 0.5);
}

/*.quote {*/
/*    background: #eaedf2;*/
/*}*/

#terms-list {
    width: 100%;
    background: white;
    padding: 15px;
    box-shadow: 0 14px 10px 0 rgba(0, 0, 0, .04), 0 6px 15px 0 rgba(0, 0, 0, .02) !important;
}

#terms-list li {
    background-color: #0000 !important;
    padding: 12px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.blue-bg {
    background: linear-gradient(to left, #126bb4, #1aae4e);
}

.cta__inner {
    padding: 50px 70px 53px 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3);
    -moz-box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3);
    box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta__inner {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__inner {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .cta__inner {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta__inner-2 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.cta__inner-3 {
    padding-right: 100px;
    padding-left: 100px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__inner-3 {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media (max-width: 575px) {
    .cta__inner-3 {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.cta__shape img {
    position: absolute;
    bottom: -48px;
    left: -148px;
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__shape img {
        left: -80%;
    }
}

@media (max-width: 575px) {
    .cta__shape img {
        left: -170%;
    }
}

.cta__shape-3 img {
    position: absolute;
}

.cta__shape-3 img.cta-2 {
    right: -117px;
    top: -77px;
}

.cta__shape-3 img.cta-3 {
    left: -16px;
    top: 100px;
}

.cta__title {
    position: relative;
    z-index: 1;
    font-size: 38px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    font-family: kufam, sans-serif !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta__title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta__title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta__title {
        font-size: 31px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .cta__title {
        font-size: 25px;
    }
}

.cta__title-2 {
    font-size: 40px;
    margin-bottom: 33px;
}

.cta__content span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f2277e;
    margin-bottom: 14px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__more {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .cta__more {
        margin-top: 30px;
    }
}

.cta__apps a {
    display: inline-block;
    height: 54px;
    line-height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    padding-left: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta__apps a {
        margin-bottom: 10px;
    }
}

.cta__apps a i {
    margin-left: 2px;
}

.cta__apps a:hover, .cta__apps a.active {
    color: #0e1133;
    border-color: #ffffff;
    background: #ffffff;
    -webkit-box-shadow: 0px 16px 24px 0px rgba(107, 25, 0, 0.3);
    -moz-box-shadow: 0px 16px 24px 0px rgba(107, 25, 0, 0.3);
    box-shadow: 0px 16px 24px 0px rgba(107, 25, 0, 0.3);
}

.cta__form-inner {
    margin-bottom: 13px;
}

.cta__form-inner input {
    width: 325px;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    padding: 0 22px;
    padding-top: 2px;
    font-size: 15px;
    outline: none;
    background: #ffffff;
    border: 2px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta__form-inner input {
        width: 290px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta__form-inner input {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta__form-inner input {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__form-inner input {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .cta__form-inner input {
        margin-bottom: 20px;
        width: 100%;
    }
}

.cta__form-inner input::placeholder {
    color: #6d6e75;
}

.cta__form-inner input:focus {
    border-color: #2b4eff;
}

.cta__form-inner button {
    height: 56px;
    line-height: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta__form-inner button {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__form-inner button {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .cta__form-inner button {
        width: 100%;
    }
}

.cta__agree {
    padding-right: 5px;
}

.cta__agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #b9bac1;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cta__agree input:checked {
    position: relative;
    background-color: #2b4eff;
    border-color: transparent;
}

.cta__agree input:checked::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    color: #ffffff;
    top: 46%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.cta__agree input:hover {
    cursor: pointer;
}

.cta__agree label {
    padding-right: 8px;
    color: #53545b;
}

.cta__agree label a {
    color: #0e1133;
    font-weight: 600;
}

.cta__agree label a:hover {
    color: #2b4eff;
}

.cta__agree label:hover {
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .hide-700 {
        display: none;
    }
}

.slicknav_nav a {
    text-align: right !important;
    direction: rtl !important;
    border-bottom: 1px solid #a3a3a352;
}

.menu-text {
    font-size: 0 !important;
}

.entry-main-content table td, .entry-main-content table th, .comment-content table td, .comment-content table th {
    border: none !important;
}

.header-social-network .list-inline-item a {
    padding-top: 4px !important;
}

.slick-slide {
    height: 405px;
}

.border-gray-bg-div.excerpt {
    border: 1px solid #c3c2c2;
    padding: 25px;
    border-radius: 20px;
    background: #f7f8f9;
}

.featured-2 {
    background: url(/assets/imgs/text-logo.svg) no-repeat left top, linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
    background-size: 150% !important;
    background-position: 50% 35% !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-unset {
    z-index: unset !important;
}

.entry-header-content {
    z-index: 2 !important;
}

.mb-20.pt-30.pr-30.pb-30.pl-30.bg-white.border-radius-5.has-border.wow.fadeInUp.animated h4 {
    font-family: 'Onwan';
}

.mb-20.pt-30.pr-30.pb-30.pl-30.bg-white.border-radius-5.has-border.wow.fadeInUp.animated h6 {
    text-align: left;
    font-family: 'Nastaliq';
    background: #e9eceff2;
    display: inline;
    left: 0;
    top: 20px;
    position: absolute;
}

.entry-main-content a {
    color: #0061ff;
}

span.footnote-link {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.entry-main-content .alert {
    margin: 20px 0;
}

.ayah-font {
    font-family: UthmanicHafs;
}

span.event-date {
    position: absolute;
    left: 0px;
    font-size: 1rem;
    vertical-align: middle;
    background: rgb(35 40 47 / 12%);
    padding: 0 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #343a40;
}


span.event-next-date {
    display: block;
    vertical-align: middle;
    border-radius: 5px;
    color: #343a40;
    font-size: 1rem;
    border-bottom: 1px dashed #1212;
    padding: 0 0 5px;
    margin-bottom: 6px;
}

.book-font {
    font-family: 'Book';
}

footer {
    font-size: 1.2rem;
}

footer li {
    margin-right: 15px;
    line-height: 2;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #000;
    text-align: center;
    height: 1.5em;
    opacity: .5
}

.hr-text:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa
}

@media screen and (max-width: 767px) {
    .input-field.first-wrap {
        display: none !important;
    }
    h2.sub-text.text-center {
        font-size: 25px !important;
    }

    .featured-2 {
        background: url(/assets/imgs/text-logo.svg) no-repeat left top, linear-gradient(15deg, #13547a 0%, #80d0c7 100%) !important;
        background-size: 150% !important;
        background-position: 50% -120% !important;
    }


    .float-right.header-tools.text-muted.font-small.mr-2.mr-xl-0 {
        bottom: 9px;
    }
}
