@import url('loader.css');
@import url('revealer.css');
@import url('search.css');
@import url('nav.css');
html body #wrapper .animate.showFromLeft,
html body #wrapper .animate.showFromRight {
    animation: none !important;
    transform: none !important;
    transition: none !important;
} 
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}
#home .content {
    transition: none !important;
}
.search__form {
    position: fixed !important;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.no__margin {
    margin-top: 0 !important;
}

section.no__margin {
    height: auto !important;
}

/** {
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

}*/

body {
    background-color: #f5f6f7;
    font-size: 14px;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #424242;
}

html.home.js-focus-visible {
    overflow-x: hidden !important;
}
/*
#wrapper {
  visibility:hidden;
  transition:all 0.5s ease;
    overflow: hidden;
}

/*
.loaded #wrapper {
    overflow: visible;
    opacity: 1;
    visibility: visible;
}
*/
body.loaded {
    overflow: auto !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    line-height: 1;
}

p {
    line-height: 1.3;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

.hadith {
    display: block;
    font-style: italic;
    padding-top: 10px;
    color: #bfa47f;

}

.hadith .refs {
    display: inline !important;
    color: #aaa !important;
    padding: 0 10px;
}

.title + p + .hadith {
    padding-left: 38px;
}

.title + p + .hadith + .revBtn,
.m__row + .revBtn {
    margin-top: 30px;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

section {
    position: relative;
    width: 100%;
    padding: 0 10%;
}

.col6 {
    width: 50%;
    float: left;
    padding: 0 15px;
}

section.col {
    padding: 0;
}

section:not(#home),
footer,
.intro {
    -webkit-transition: padding 200ms ease-in-out;
    -moz-transition: padding 200ms ease-in-out;
    transition: padding 200ms ease-in-out;
}

section .row {
    display: flex;
}

.btn {
    background-color: #02224f;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    min-width: 170px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 300ms ease-in-out;
}

.btn:hover {
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

.btn span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 100px;
    height: 160px;
    z-index: 9991;
    line-height: 160px;
}

header button,
header button i,
.search button,
.navigation button {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #fff;
    font-size: 21px;
    cursor: pointer;
}

header button i {
    font-size: 21px;
}

header span.nav {
    position: relative;
    float: left;
}

header span.logo {
    width: 160px;
    margin: auto;
    height: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

header span.search-btn {
    float: right;
}

header span.language {
    float: right;
    margin-left: 20px;
}

header span.language a {
    color: #fff;
    opacity: 0.4;
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

header span.language a:hover {
    opacity: 1;
}

header span.language a.active {
    opacity: 1;
    pointer-events: none;
    cursor: default;
}

section#home {
    width: 100%;
    /*    height: calc(100vh + 560px);*/
    background-color: rgba(2, 34, 79, 1);
    background-color: #41B186;
    background-color: #000000;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section#home .wrapper {
    height: 100vh;
    position: relative;
    width: 100%;
}

section#home .wrapper:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 600px;
    content: '';
    background: -webkit-linear-gradient(rgba(2, 34, 79, 0) 0%, rgba(2, 34, 79, 1) 100%);
    background: -o-linear-gradient(rgba(2, 34, 79, 0) 0%, rgba(2, 34, 79, 1) 100%);
    background: linear-gradient(rgba(2, 34, 79, 0) 0%, rgba(2, 34, 79, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0002224f', endColorstr='#02224f', GradientType=0);
}

.intro {
    height: 560px;
    position: relative;
    padding: 0 10%;
}

.intro:before,
.intro:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.intro:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(2, 34, 79, 0) 0%, rgba(2, 34, 79, 1) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(2, 34, 79, 0) 0%, rgba(2, 34, 79, 1) 70%);
    background: radial-gradient(ellipse at center, rgba(2, 34, 79, 0) 0%, rgba(2, 34, 79, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaecef', endColorstr='#eaecef', GradientType=1);
}

.intro:before {
    background: url(../img/pattern2.png) repeat 0 0;
}

.intro .inside {
    position: relative;
    height: 100%;
    display: table;
}

.intro .inside:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(2, 34, 79, 0) 0%, rgba(255, 252, 252, 1) 25%, rgba(255, 252, 252, 1) 75%, rgba(2, 34, 79, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(2, 34, 79, 0) 0%, rgba(255, 252, 252, 1) 25%, rgba(255, 252, 252, 1) 75%, rgba(2, 34, 79, 0) 100%);
    background: linear-gradient(to right, rgba(2, 34, 79, 0) 0%, rgba(255, 252, 252, 1) 25%, rgba(255, 252, 252, 1) 75%, rgba(2, 34, 79, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0002224f', endColorstr='#0002224f', GradientType=1);
    opacity: 0.6;
    z-index: 2;
}

.intro .inside .art {
    z-index: 3;
}

.intro .inside .art.top {
    bottom: 0;
}

.intro .inside .art.bottom {
    top: 0;
}

.main-hadith {
    z-index: 9;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0 20%;
}

.main-hadith h2 {
    font-weight: 900;
    font-size: 28px;
    color: #29aae1;
}

.main-hadith span {
    color: #a9a9a9;
    text-transform: uppercase;
    display: block;
    margin: 5px 0 20px;
}

.main-hadith p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.main-hadith span.ref {
    color: #d8df21;
    text-transform: none
}

.mesh {
    background: -webkit-radial-gradient(10% 30%, circle cover, rgba(2, 34, 79, 0.5), rgba(41, 170, 225, 0.5));
    transition: all 0.4s ease;
}

.mesh:after, .mesh:before {
    content: "";
    right: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
}

.mesh:after {
    background: -webkit-radial-gradient(10% 10%, circle cover, rgba(41, 170, 225, 0.4) 10%, rgba(0, 0, 10, 0.3) 40%);
}

.mesh:before {
    background: -webkit-radial-gradient(90% 50%, circle cover, rgba(41, 170, 225, 0.4) 10%, rgba(0, 0, 10, 0) 40%);
    z-index: 1;
}

span.mouse {
    position: absolute;
    z-index: 9991;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 50px;
}

#starfield {
    position: absolute;
    z-index: 9;
    opacity: 0.2;
    filter: blur(0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

div#earth {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    transition: all 1.1s ease;
}

.earth-container {
    position: absolute;
    width: 700px;
    height: 700px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    z-index: 99;
    transition: all 1.1s ease;
    opacity: 0;
    visibility: hidden;
    /*
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        transform: translate3d(0, 25px, 0);
    */
}

#sphere, #glow-shadows {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 700px;
    height: 700px;
}

.loaded .earth-container {
    opacity: 1;
    visibility: visible;
}

#glow-shadows.earth {
    /*    background: url(../img/earth-glow-shadows.png) center center;*/
    background-size: cover;
}

#glow-shadows.earth:before,
#glow-shadows.earth:after {
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-box-shadow: 0 0 30px rgba(3, 133, 211, 0.1), inset 0 0 0px rgba(3, 133, 211, 0.1);
    -moz-box-shadow: 0 0 30px rgba(3, 133, 211, 0.1), inset 0 0 0px rgba(3, 133, 211, 0.1);
    box-shadow: 0 0 30px rgba(3, 133, 211, 0.1), inset 0 0 0px rgba(3, 133, 211, 0.1);
    transition: all 3.5s ease;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.loaded #glow-shadows.earth:after {
    -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.7);
    -webkit-animation: earth2 15s infinite;
    animation: earth2 15s infinite;

}

.loaded #glow-shadows.earth:before {
    -webkit-box-shadow: 0px 0px 70px rgba(3, 133, 211, 0.9);
    -moz-box-shadow: 0px 0px 70px rgba(3, 133, 211, 0.9);
    box-shadow: 0px 0px 70px rgba(3, 133, 211, 0.9);
    -webkit-animation: earth 15s infinite;
    animation: earth 15s infinite;

}

/*
@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
*/
/*
@-webkit-keyframes earth {
    0%   { -webkit-box-shadow: 0px 0px 70px rgba(3, 133, 211, 0.3); }
    100% { -webkit-box-shadow: 0px 0px 50px rgba(3, 133, 211, 0.9);}
}
@keyframes earth {
    0%   { box-shadow: 0px 0px 70px rgba(3, 133, 211, 0.3);}
    100% { box-shadow: 0px 0px 50px rgba(3, 133, 211, 0.9);}
}


@-webkit-keyframes earth2 {
    0%   { -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3); }
    100% { -webkit-box-shadow: 0px 0px 70px rgba(255, 255, 255, 0.7);}
}
@keyframes earth2 {
    0%   { box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);}
    100% { box-shadow: 0px 0px 70px rgba(3, 133, 211, 0.9);}
}
*/

#home .content {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin: auto;
    display: table;
    width: 580px;
    -webkit-transform: translate3D(-90%, -50%, 0);
    -moz-transform: translate3D(-90%, -50%, 0);
    transform: translate3D(-90%, -50%, 0);
}

#home .content * {
    /*    font-family: 'Josefin Sans', sans-serif;*/
    color: #fff;
}

#home .content h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 100;
    position: relative;
    float: left;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    letter-spacing: 5px;
    text-transform: uppercase;
}

#home .content h1 {
    font-size: 100px;
    font-weight: 900;
    position: relative;
    margin-bottom: 10px;
    float: left;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    letter-spacing: -3px;
    /*    color: #29aae2;*/
}

#home .content h1 span.pbuh {
    font-size: 14px;
    display: block;
    position: absolute;
    right: 10px;
    font-weight: 100;
    letter-spacing: normal;
}

#home .content span.pbuh.ar {
    top: -25px;
    font-family: 'Shekari Font', sans-serif;
    font-size: 25px;
}

#home .content span.pbuh.en {
    letter-spacing: 2px;
    bottom: -5px;
    font-weight: 300 !important;
    font-size: 11px;
}

#home .content span.line {
    display: block;
    clear: both;
    width: 160px;
    height: 2px;
    background-color: #d8df21;
    margin-bottom: 45px;
}

#home .content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

#home .content p span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 100;
}

#home .content .btn {
    background-color: #29aae1;
    -webkit-box-shadow: 0 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    float: right;
}

#stars,
#earth {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#home .h__nav {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 50%;
    margin: auto;
    display: table;
    width: 210px;
    -webkit-transform: translate3D(300%, -50%, 0);
    -moz-transform: translate3D(300%, -50%, 0);
    transform: translate3D(300%, -50%, 0);
    text-align: left;
}

#home .h__nav * {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}

#home .h__nav li a {
    padding: 7px 20px;
    display: block;
    position: relative;
}

.content01 {
    text-align: center;
}

.content01 .refs {
    display: block !important;
    margin-top: 7px;
}

.animate {
    visibility: hidden;
}

.showFromLeft {
    -webkit-transform: translate3d(-100px, 0px, 0);
    transform: translate3d(-100px, 0px, 0);
    opacity: 0 !important;
    -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.showFromRight {
    -webkit-transform: translate3d(100px, -0px, 0);
    transform: translate3d(100px, 0px, 0);
    opacity: 0 !important;
    -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.showFromDown {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0 !important;
    -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.showFromUp {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 0 !important;
    -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.showIn {
    opacity: 0 !important;
    -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.nav-item .showFromDown {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0 !important;
    -webkit-transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.animate.in,
.nav-open .navigation .animate {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible !important;
    opacity: 1 !important;
}

.showIn.in.animate {
    opacity: 0.6 !important;
}

.intro .showIn.in.animate {
    opacity: 0.2 !important;
}

.delay01 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.delay02 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.delay03 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.delay04 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.delay05 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.delay06 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.delay07 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.delay08 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.delay09 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.delay010 {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}

.delay011 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.delay012 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.delay013 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.v__align {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.title {
    margin-bottom: 30px;
    position: relative;
    float: left;
    margin-top: 60px;
    padding-right: 100px;
    margin-left: -38px;
}

.title p {
    color: #727272;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 38px;
}

.title h1 {
    color: #29aae1;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    padding-left: 38px;
}

.title .line {
    width: 28px;
    height: 2px;
    background-color: #d8df21;
    position: absolute;
    display: block;
}

.title .line.left {
    left: 0px;
    top: 7px;
}

.title .line.right {
    width: 90px;
    bottom: 20px;
    right: 0px;
}

.title .line.right img {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
}

.title .line.right object {
    width: 40px;
    margin: 0 auto;
    position: relative;
    display: block;
    top: -70px;
}

.title + p {
    clear: both;
    padding-left: 38px;
}

.title + p + .revBtn {
    margin-top: 30px;
    display: inline-block;
}

.revBtn {
    margin-left: 38px;
}

.s__box {
    width: 400px;
    margin-right: 200px;
}

.l__box {
    flex: 1;
    width: 50%;
}

.owl-item {
    padding: 0 30px 0px;
}

.m__row {
    margin: 0 -30px;
}

.owl-buttons {
    float: right;
    position: absolute;
    top: 50px;
    right: 10px;
}

.b__content .bg__section .owl-buttons {
    top: -70px;
    right: -30px;
}

.owl-prev:before,
.owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 21px;

}

.owl-prev:before {
    content: "\f104" !important;
}

section:not(#home) {
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 3;
}

section.bg__section {
    z-index: 1 !important;
    margin-top: -150px;
    height: 624px;
}

.bg__section:before,
section.bg__section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg__section:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: radial-gradient(ellipse at center, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaecef', endColorstr='#eaecef', GradientType=1);
    z-index: -1;
}

.bg__section:before {
    background: url(../img/pattern1.png) repeat 0 0;
    z-index: -2;
}

.bg__section {
    background-color: #eaecef;
    min-height: 400px;
    position: relative;
}

.bg__section .s__box.nav {
    background: #02224f url(../img/pattern.png) repeat 0 0;
    position: relative;
    padding: 200px 70px;
}

/*#rev-2 {*/
    /*-webkit-transform: translate3d(0, -150px, 0);*/
    /*-moz-transform: translate3d(0, -150px, 0);*/
    /*transform: translate3d(0, -150px, 0);*/
    /*margin-right: 0;*/
    /*margin-left: 200px;*/
    /*z-index: 9991;*/
/*}*/

/*#rev-2 .s__box {*/
    /*margin-right: 0;*/
    /*margin-left: 0;*/
/*}*/

.bg__section .s__box.nav ul {
    margin: 0 auto;
}

.bg__section .s__box.nav li a {
    color: #a9a9a9;
    padding: 10px;
    display: block;
    font-weight: bold;
}

.bg__section .s__box.nav li a.active,
.bg__section .s__box.nav li a:hover {
    color: #29aae1;
}

.section_up {
    -webkit-transform: translate3d(0, -150px, 0);
    -moz-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
}

.b__content .bg__section {
    width: 100%;
    padding: 100px;
    height: 100%;
    /*    display: inline-block;*/
}

.b__content .bg__section:before {
    z-index: 2;
}

.revBlock {
    width: 45%;
}

.b__content .bg__section:before {
    opacity: 0.6;
}

.b__content .bg__section .content {
    z-index: 99991;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
    padding: 100px;
}

.b__content .bg__section .content h3 {
    color: #02224f;
    font-weight: 900;
    font-size: 21px;
}

.b__content .bg__section .content h3 + span {
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #a9a9a9;
    font-weight: 200;
    line-height: 1.2;
    font-size: 13px;
}

.b__content .l__box {
    padding: 100px 100px 100px 0;
}

.b__content .revBlock + .l__box {
    padding: 100px 0px 100px 100px;
}

.b__content .l__box .title {
    margin-top: 0;
}

.b__content .b__row {
    /*    display: flex;*/
    width: 100%;
    margin-bottom: 100px;
}

.b__content .b__row:last-of-type {
    margin-bottom: 0px;
}

.ref {
    display: block;
    margin-top: 20px;
    color: #29aae1;
}

img.art {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 472px;
    display: block;
}

img.art.bottom {
    margin: -1px auto 0;
    top: 100%;
}

img.art.top {
    margin: 0 auto -1px;
    bottom: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

img.art.right {
    right: 100px;
    top: -3px;
    left: auto;
}

footer {
    background-color: #eaecef;
    width: 100%;
    position: relative;
    padding: 0 10%;
}

footer .inside {
    padding: 60px 0;
    position: relative;
    text-align: center;
    z-index: 9991;
}

footer .inside:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(2, 34, 79, 0) 0%, #02224f 25%, #02224f 75%, rgba(2, 34, 79, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(2, 34, 79, 0) 0%, #02224f 25%, #02224f 75%, rgba(2, 34, 79, 0) 100%);
    background: linear-gradient(to right, rgba(2, 34, 79, 0) 0%, #02224f 25%, #02224f 75%, rgba(2, 34, 79, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0002224f', endColorstr='#0002224f', GradientType=1);
    opacity: 0.1;
    z-index: 2;
}

footer:before,
footer:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: radial-gradient(ellipse at center, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaecef', endColorstr='#eaecef', GradientType=1);
}

footer:before {
    background: url(../img/pattern1.png) repeat 0 0;
}

footer .inside div.footer_logo {
    width: 120px;
    margin: 0 auto 20px;
}

footer .inside h5 {
    font-weight: bold;
    color: #29aae1;
    margin-bottom: 20px;
}

footer .inside p {
    margin-bottom: 20px;
}

.grid {
    display: table;
    width: 80%;
    margin: 0 auto;
}

.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item img {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.grid-item {
    padding: 10px;
}

.grid-item:before {
    position: absolute;
    content: '';
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.grid-item.x2 {
    width: 50%;
}

div[data-overlay]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clear: both;
    background: #222;
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

section.parl {
    padding: 0 !important;
}

.parallax-wrapper {
    position: relative;
    overflow: hidden;
    will-change: content;
}

.parallax-wrapper .cont {
    display: table;
    float: none;
    position: relative;
    padding: 60px;
}

.parallax-wrapper .bg__section:before {
    z-index: 1;
}

.parallax-wrapper .bg__section:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: radial-gradient(ellipse at center, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaecef', endColorstr='#eaecef', GradientType=1);
    z-index: 2;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.parallax-content {
    position: relative;
    z-index: 3;
}

.parallax-wrapper .revBlock {
    max-width: 600px;
    margin: 0 120px;
}

.parallax-wrapper .parallax {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: -50vh;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    background-position: 50% 50%;
    z-index: 0;
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
}

.parallax-wrapper .title {
    margin-top: 0 !important;
}

.parallax-wrapper .parallax-container {
    height: auto;
    padding: 100px 0;
}

.parallax-wrapper .block-revealer__element {
    z-index: 5;
}

.parallax-wrapper .parallax-container .main-title {
    border-bottom: 1px solid;
}

.section {
    margin-top: -100px;
    /*    padding-top: 0px !important;*/
}

.dual {
    width: 100%;
    /*	margin: 8em auto 25vh;*/
    position: relative;
}

.dual__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.dual__half {
    position: absolute;
    height: 100%;
    width: 46%;
    right: 0;
    background: url(../img/dualBg.jpg) no-repeat 30% 0%;
    background-size: cover;
    /*    background-attachment: fixed;*/
}

.d2 .dual__half {
    right: auto;
    left: 0;
    width: 56%;
}

.d2 .dual__content {
    width: 45%;
}

.dual__half .hadith {
    position: absolute;
    color: #fff;
    width: 400px;
    bottom: 30px;
    right: 40px;
    font-size: 12px;
    line-height: 1.6;
}

.dual__content {
    position: relative;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding: 90px;
    /*	font-size: 1.75em;*/
    line-height: 1.4;
    color: #8a7c78;
}

@media (max-width: 1441px) {
    .dual__content {
        padding: 60px;
    }
}

.dual__content__text {
    z-index: 5;
}

.dual__content.bg__section:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    background: radial-gradient(ellipse at center, rgba(234, 236, 239, 0) 0%, rgba(234, 236, 239, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eaecef', endColorstr='#eaecef', GradientType=1);
    z-index: 2;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dual__content .title {
    margin-top: 0 !important;
}

.dual__content {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(60px, 0, 0);
    transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}

.dual__content.dual__content--show {
    opacity: 1;
    pointer-events: visible;
    transform: translate3d(0, 0, 0);
}

.testimonials {
    padding: 60px 23px 0;
}

.testimonials .owl-item .item {
    background: #fff;
    padding: 40px;
}

.testimonials .owl-item h3 {
    color: #02224f;
    font-weight: 900;
    font-size: 21px;
}

.testimonials .owl-item span {
    color: #2aaae1;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    padding-top: 5px;
    /* border-bottom:1px #d8df21 solid; */
    padding-bottom: 20px;
    line-height: 1.3;
}

.testimonials .owl-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}

.testimonials .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    padding: 0 10px;
}

.they { /*    padding-right: 100px;*/
    border-bottom: 1px #d8df21 solid;
    height: 160px;
    margin-bottom: 20px;
}

.name {
    width: calc(100% - 150px);
    float: left;
}

.img_cont {
    /*
        position: absolute;
        right: -10px;
        top: 20px;
    */
    width: 130px;
    height: 130px;
    overflow: hidden;
    float: right;
}

.img_cont img {
    width: 100%;
}

.testimonials .owl-buttons {
    top: 0;
    right: 23px;
}

.testimonials .owl-item .item {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/*page*/
.banner {
    position: absolute;
    height: auto;
    bottom: -90px;
    right: 0;
    margin: auto;
    left: 0;
}

/*.banner::before{*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*z-index: 2;*/
/*background: rgba(0,0,0,0.5);*/
/*}*/
.banner h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: 800;
}

.banner .banner-content {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    z-index: 3;

}

.banner {
    background-size: 100% !important;

}

/*.banner::after{*/
/*content: '';*/
/*width: 100%;*/
/*position: absolute;*/
/*bottom: -3px;*/
/*border-bottom: 3px dashed #29aae1;*/
/*z-index: 2;*/
/*left: 0;*/
/*right: 0;*/
/*}*/
.banner a,
.banner i,
.banner p {
    text-decoration: none !important;
    color: #fff;
    font-size: 20px;
}

.banner ul {
    margin-top: 11px;
}

.banner a {
    position: relative;
}

.banner a:before {
    position: absolute;
    bottom: -2px;
    content: ' ';
    height: 1px;
    opacity: 0;
    left: 0;
    right: 100%;
    background: #d8df21;
    transition: 0.5s;
}

.banner a:hover::before {
    right: 0;
    opacity: 1;
}

.banner i {
    color: #d8df21;
}

.banner {
    box-shadow: rgba(0, 0, 0, 0.15) 0 6px 13px;
}

.testimonials-section .l__box {
    width: 100%;
}

.testmonial-say img {
    height: 150px;
    display: block;
    margin: 0 auto;
    padding: 2px;
    border: 2px dashed #98a5b7;
    border-radius: 4px;
}

.testmonial-say .border-right {
    border-right: 2px dashed #29aae1;
}

.testmonial-say .border-left {
    border-left: 2px dashed #b0b1b3;
    overflow: hidden;
}

.testmonial-say {
    margin: 50px 0;
!important;
    margin-top: 50px !important;
}

section.testmonial-say {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.test-content h3 {
    color: #02224f;
    font-weight: 900;
    font-size: 21px;
    text-align: left;
    margin-bottom: 7px;
}

.test-content span {
    display: block;
    margin-top: 15px;
    /*border-left: 2px solid #02224f;*/
    padding: 5px;
    line-height: 20px;
    /*border-right: 2px solid #02224f;*/
    /*text-align:center ;*/
}

.testimonials-section .bg__section {
    min-height: auto !important;
    padding: 20px 0 !important;
    padding: 30px !important;
}

.flix {
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
}

.testmonial-say p {
    margin: 13% 0;
    position: relative;
}

.testmonial-say p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d ";
    position: absolute;
    left: -17px;
    color: #29aae1;
    top: 0;
}

.testmonial-say p i {
    margin-left: -18px;
    color: #29aae1;
}

.testmonial-say p {
    text-indent: 20px;
    text-align: justify;
}

.testmonial-say p b {
    font-weight: 900;
}

.testmonial-say p small {
    font-size: 13px;
    font-style: italic;
}

.custome-row .row {
    display: block !important;

}

.testmonial-say {
    overflow: hidden;
}

.testmonial-say.bg__section:after {
    background: transparent;
}

/*////////////////*/
.testmonial-say {
    position: relative;
}

/*.testmonial-say p::after {*/
    /*content: '{';*/
    /*font-size: 184px;*/
    /*position: absolute;*/
    /*left: -48px;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(-50%, -57%);*/
    /*-ms-transform: translate(-50%, -57%);*/
    /*transform: translate(-50%, -57%);*/
    /*color: #884702;*/
    /*font-family: initial;*/
/*}*/

/*.testmonial-say.qou-right p::after {*/
    /*content: '}';*/
    /*font-size: 184px;*/
    /*position: absolute;*/
    /*right: -127px;*/
    /*left: auto;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(-50%, -57%);*/
    /*-ms-transform: translate(-50%, -57%);*/
    /*transform: translate(-50%, -57%);*/
    /*color: #884702;*/
    /*font-family: initial;*/
/*}*/

.testimonials-section {
    position: relative;
    display: inline-block;
    width: 100%;
}

img.top-right-test {
    position: absolute;
    top: 0;
    right: 0;
    transform: scaleX(-1);
    opacity: 0.5;
    z-index: 4;
}

.bottom-left-test {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    transform: scaleY(-1);
    z-index: 4;
}

/*Chracters*/
.characters-section {
    margin: 70px 0;
}

/*.characters-frame {*/
    /*padding: 0 0 0 70px;*/
    /*position: relative;*/
    /*top: 8px;*/
    /*overflow: inherit;*/
    /*margin: 0;*/
    /*display: inline-block;*/
/*}*/

/*.characters-frame:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 44px;*/
    /*top: -27px;*/
    /*width: calc(86% - 1px);*/
    /*height: 100%;*/
    /*border: 14px solid #ffd073;*/
    /*z-index: -1;*/
/*}*/

.characters-frame img {
    display: block;
    margin: 0 auto;

}

.characters-section .characters-text-box {
    /*margin: 60px 0 0 0;*/
}

.heading-left {
    position: relative;
    margin: 0 0 40px 0;
    font-size: 35px;
}

.heading-left h2 {
    text-transform: uppercase;
    color: #02224f;
    font-size: 30px;
}

.heading-left h2:before {

}

.characters-text-box p {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}


/*.wrapper-banner {*/
/*position: relative;*/
/*top: 0;*/
/*left: 0;*/
/*height: 300px;*/
/*width: 100%;*/
/*overflow: hidden;*/
/*}*/
/*.hero {*/
/*transform-style: preserve-3d;*/
/*backface-visibility: hidden;*/
/*position: relative;*/
/*display: block;*/
/*left: 0px;*/
/*top: 0px;*/
/*height: 300px;*/
/*width: 100%;*/
/*transform: translate3d(15px, 13px, 0px);*/
/*}*/
/*.testimonials-section.bg-img {*/
    /*background: url(../img/pattern1.png) repeat 0 0;*/
    /*z-index: 2;*/

/*}*/

.characters-home-img {
    margin-top: 30px;
}

.characters-home-img img {
    margin: 0 auto;
}

.sab_banner_text,
.kode_sab_banner_wrap {
    float: left;
    width: 100%;
}

.kode_sab_banner_wrap {
    position: relative;
    padding: 136px 0px 93px;
    background-repeat: no-repeat;
    background-size: cover;
    background: rgba(0, 0, 0, 0) url("../img/m.png") repeat scroll 0 0;
}

@-webkit-keyframes shafaqat {
    0% {
        background-position: 50% 0
    }
    100% {
        background-position: 120px 0%
    }
}

@-moz-keyframes shafaqat {
    0% {
        background-position: 50% 0
    }
    100% {
        background-position: 120px 0%
    }
}

@-ms-keyframes shafaqat {
    0% {
        background-position: 50% 0
    }
    100% {
        background-position: 120px 0%
    }
}

@keyframes shafaqat {
    0% {
        background-position: 50% 0
    }
    100% {
        background-position: 120px 0%
    }
}

.sab_banner_text {
    text-align: center;
    position: relative;
}

.breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.them_overlay:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #02224f !important;
    opacity: 0.9;
}

/*Start Quick links*/
.quick-link {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100;
    margin-top: -96px; /* 48*4/2*/
}

.quick-link li {
    list-style: none;
    list-style-position: outside;
    display: block;
    height: 29px;
    width: 40px;
    position: relative;
}

/* 3.1 quick link position : use it to adjust its position */
.quick-link.count-1 {
    margin-top: -24px; /* 48*1/2*/
}

.quick-link.count-2 {
    margin-top: -48px; /* 48*5/2*/
}

.quick-link.count-3 {
    margin-top: -72px; /* 48*3/2*/
}

.quick-link.count-4 {
    margin-top: -96px; /* 48*4/2*/
}

.quick-link.count-5 {
    margin-top: -120px; /* 48*5/2*/
}

.quick-link.count-6 {
    margin-top: -88px; /* 48*6/2*/
}

.quick-link.count-7 {
    margin-top: -168px; /* 48*7/2*/
}

/* 3.2 Links */
.quick-link a {
    height: 48px;
    width: 48px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 0.4rem;
    color: #29aae1;
    opacity: 1;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.quick-link a:hover {
    /*		opacity: 0.5;*/
    /*		color: #88be48;*/
}

.quick-link ul li {
    position: relative;
}

.quick-link ul li:after,
.quick-link a:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    /*		transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
    -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
}

.quick-link ul li a.active,
.quick-link a:hover {
    color: #18355e;
}
.quick-link ul li a.active{
    font-size: 25px;
}

.quick-link ul li.active:after {
    background: rgba(230, 230, 230, 0.12);
}

.quick-link a.marked {
    color: #fff;
    background: #d8df21;
}

.quick-link .titles {
    position: absolute;
    font-size: 12px;
    right: 41px;
    top: 14px;
    color: #18355e;
    background: #c1c1c196;
    padding: 5px;
    text-transform: uppercase;
    text-align: left;
    width: 180px;
    display: block;
    transform: translateX(10px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.quick-link li:hover .titles {
    -webkit-transform: none;
    transform: none;
    display: block;
    opacity: 1;
    visibility: visible;
}

.mt-50 {
    margin-top: 50px;
}

.m-auto {
    display: block;
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

.font-20 {
    font-size: 22px !important;
}

.start-part {
    position: relative;
    padding-left: 15px;
}

.dots {
    height: 10px;
    width: 10px;
    background: #884702;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.gray {
    color: #a0a0a0;
}

img.ayat {
    height: 100% !important;
    width: 100% !important;
}

/*.note{*/
/*padding: 10px;*/
/*background: rgba(136, 71, 2, 0.60);*/
/*border-radius: 5px;*/
/*color: #fff;*/
/*}*/
.note {
    font-size: 16px;
    line-height: 22px;
    background: #f8f1c6;
    background: linear-gradient(#f8f1c6 0%, #f8f1c6 96%, #cfceab 100%);
    background-size: 1px 22px;
    border-radius: 3px;
    border: 1px solid #C4C296;
    color: #878260;
    text-shadow: 0 1px 1px white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 19px 0;
}

.note > i {
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #f8f1c6;
    position: absolute;
    margin-top: -30px;
    margin-left: 200px;
}

.note > b {
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #C4C296;
    position: absolute;
    margin-top: -31px;
    margin-left: 200px;
}

.note > div {
    background: radial-gradient(#edf1f9 30%, transparent 31%) 0 0,
    radial-gradient(rgba(0, 0, 0, 0.8) 30%, transparent 35%) 0 0px;
    background-size: 40px 40px;
    background-repeat: repeat-y;
    margin-left: 3px;
}

.note > div.off {
    background: none;
    margin-left: -20px;
}

.note > div > div,
.note > div > div > div {
    height: 100%;
    border-left: 1px solid #ddbbb8;
    box-shadow: 0 0 1px rgba(221, 187, 184, 0.4),
    inset 0 0 1px rgba(221, 187, 184, 0.4);
}

.note > div > div {
    margin-left: 40px;
}

.note > div > div > div {
    padding: 2px 20px 6px 20px;
    margin-left: 4px;
    font-size: 15px;
    outline: none;
}

.d-inline-block {
    display: inline-block;
}

.merciful th {
    text-align: center;
}

.merciful {
    width: 380px;
    margin: 50px auto;

}

.merciful td {
    border: solid 1px #cccccc;
}

.merciful th {
    border: solid 1px #cccccc !important;
    background: rgba(136, 71, 2, 0.60);
    color: #fff;
}
.Fasting-table{
    width: 100%;
}

/*.bg-fixed{*/
/*position: fixed;*/
/*height: 100vh;*/
/*width: 100%;*/
/*background: #fff;*/
/*z-index: -3;*/
/*top: 0;*/
/*bottom: 354px;*/
/*right: 0;*/
/*left: 0;*/
/*}*/
.list-custom {
    rgba(136, 71, 2, 0.60);
}

/*start button U*/
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: rgba(136, 71, 2, 0.60);
    z-index: 99999;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
    border-radius: 50%;
    height: 40px;
    padding-left: 15px;
    width: 40px;
}

#back-to-top:hover {
    background: #02224f;
}
/*End button UP*/
ul.list-custom{
    list-style: none;
    border-radius: 4px;
    padding: 10px 0;
    position: relative;
    height: 27px;
}
.list-custom{
    display: inline-table;
    background-color: rgba(136, 71, 2, 0.60);
    color: #fff;
}
.list-custom li{
    padding: 5px 15px;
    padding-left: 20px;
    position: relative;
}
.list-custom li::before{
    content: '.';
    font-size: 69px;
    line-height: 0px;
    height: 0;
    color: #88be48;
    position: absolute;
    top: -9px;
    left: 3px;
}
.merciful td{
    text-align: center;
}
.bold-span{
    color: #b38c64;
    font-size: 15px;
    font-weight: bold;
}
h3.h3-costume{
    font-size: 19px;
    color: #02224f;
}
.row-style{
    background: rgba(204, 204, 204, 0.32);
    padding: 20px 0;
    box-shadow: 1px 0px 18px 2px rgba(0, 0, 0, 0.2);
}
.no-pad{
    padding: 0 !important;
}
.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
.no-margin {
    margin: 0 !important;
}
.position-relative {
    position: relative !important;
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.display-table {
    display: table !important;
}
.display-table-cell {
    display: table-cell !important;
}
.padding-fifteen-all {
    padding: 15%;
}
.vertical-align-middle {
    vertical-align: middle;
}
.text-light-gray {
    color: #d6d5d5;
}
.alt-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.navigation .submenu .inner-menu ul.nav li a:hover{
    background: transparent;
}
.project-details {
    min-height: 540px;
    position: relative;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.hero-bg {
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 43%;
}
.project-details-thumb {
    background-size: cover;
    width: 45%;
}

.hero-caption.white-bg {
    padding: 80px 70px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 18px 2px;
    background: #fff;
}
.project-count {
    position: relative;
}
.project-count h4 {
    font-size: 18px;
    position: absolute;
    top: 29px;
}
.project-count > h1 {
    color: #3d3d3d;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 5px;
    opacity: 0.2;
}
.hero-caption > h1 {
    font-size: 30px;
    color: #02224f;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
}
.hero-caption > h1::before {
    background: #f7951e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 60px;
}
.hero-caption > p {
    color: #747474;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 40px;
    padding-right: 40px;
}
.hero-caption > ul {
    margin: 0 -15px;
    overflow: hidden;
}
.hero-caption ul li {
    color: #747474;
    float: left;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 50%;
}
.hero-caption ul li span {
    color: #3d3d3d;
}
.space-100{
    height: 100px;
}
.hero-bg.project-details-thumb.project-details-left {
    left: 0;
    right: inherit;
}
.bg_section:after {
    background: -moz-radial-gradient(center, ellipse cover, rgba(234,236,239,0) 0%, rgba(234,236,239,1) 70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(234,236,239,0) 0%,rgba(234,236,239,1) 70%);
    background: radial-gradient(ellipse at center, rgba(234,236,239,0) 0%,rgba(234,236,239,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eaecef', endColorstr='#eaecef',GradientType=1 );
    z-index: -1;
}
.bg_section:before, section.bg_section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg_section:before {
    background: url(../img/pattern1.png) repeat 0 0;
    z-index: -2;
}
#divines section:first-child
,#message section:first-child{
   /* padding-top: 0;*/
}
.ver-2 .refs{
    color: #29aae1 !important;
}
.hadith.ver-2{
    color: #000;
}
.parallax-img{
    transition: all 0.3s;
    min-height: 400px;
    z-index: 10;
    background: transparent;

}
.bg-color-non.bg_section:after{
    background: none;
}
.sec-box{
    box-shadow: 1px 0 18px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
    .col-md-offset-1.of-right {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
}
.mt-100{
 margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;
}
.hadith.ver-2{
    font-size: 14px;
}
.small{
    font-size: 12px;
}
.hadith {
    font-size: 14px;
}
.all-sections.work-section.home2-work-section {
    margin-top: 0;
}
.all-sections {
    padding-top: 140px;
    position: relative;
}
.individual-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 620px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.section-padding {
    padding-top: 50px;
}
.all-sections.work-section.home2-work-section .section-content {
    padding-top: 0;
}

.section-title {
    background: #ffffff none repeat scroll 0 0;
    padding: 55px;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 9;
}
.work-section .section-title {
    left: 0;
    padding-left: 0;
    right: auto;
}
.all-sections.work-section.home2-work-section .section-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
}
.all-sections.work-section.home2-work-section .section-title h1 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 45px;
}
.section-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.home2-work-section .image-main-div {
    left: auto;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 100px;
    position: absolute;
    right: 0;
    top: 140px;
    width: 47.5%;
}
.home2-work-section .image-main-div {
    width: 41.5%;
}
.image-main-div:before {
    background: #f4f4f4 none repeat scroll 0 0;
    content: "";
    height: 94%;
    left: 0;
    position: absolute;
    top: 45px;
    width: 94.3%;
    z-index: -1;
}
.home2-work-section .image-main-div:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #c7a87d;
    height: 92.5%;
    left: auto;
    right: 67px;
    top: 33px;
    width: 84.5%;
    z-index: 1;
}
.home2-work-section .section-image {
    height: 600px;
    position: relative;
    z-index: 2;
}
.sikwe-10{
    -ms-transform: skew(-10deg,0deg); /* IE 9 */
    -webkit-transform: skew(-10deg,0deg); /* Safari */
    transform: skew(-10deg,0deg); /* Standard syntax */
    overflow: hidden;
    margin-left: -8%;
}
.sikwe-10 img{
    -ms-transform: skew(10deg,0deg); /* IE 9 */
    -webkit-transform: skew(10deg,0deg); /* Safari */
    transform: skew(10deg,0deg); /* Standard syntax */
    margin-left: 5%;
}
.bg_section2{
    background: #02224f url(../img/pattern.png) repeat 0 0;
    overflow: hidden;
}
.bg_section2 h3,
.bg_section3 h3,
.bg_section4 h3{
    color: #29aae1;
    font-size: 25px;
}
.bg_section2 .sek-container{
    padding: 20px;
}
.bg_section2 p,
.bg_section3 p{
    padding-top: 15px;
    color: #f0f0f0;
    font-size: 15px;
}
.bg_section4 p{
    color: #424242;
    font-size: 15px;
    padding-top: 15px;
}
.bg_section2 .pull-right .sikwe-10{
    margin-right: -8%;
    margin-left: 0;
}
.bg_section2 .pull-right .sikwe-10 img{
    margin-left: -5%;
}
.pad-tb-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.bg_section3 .col-md-6,
.bg_section4 .col-md-6{
    padding: 0;
}
.bg_section3{
    background: #02224f url(../img/pattern.png) repeat 0 0;
}
.bg_section4{
    background: #cccccc url(../img/pattern1.png) repeat 0 0;
}
.bg_section3 .sek-container,
.bg_section4 .sek-container{
    padding: 49px;
    text-align: justify;
}
p.italic{
    font-style: italic;
    color: #b2b2b2;
}
.bg_section4 p.italic {
    color: #0c0c0c;
}
.bg_section3 img,
.bg_section4 img{
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .sikwe-10{
        -ms-transform: skew(0deg,0deg); /* IE 9 */
        -webkit-transform: skew(0deg,0deg); /* Safari */
        transform: skew(0deg,0deg); /* Standard syntax */
        overflow: hidden;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .sikwe-10 img{
        -ms-transform: skew(0deg,0deg); /* IE 9 */
        -webkit-transform: skew(0deg,0deg); /* Safari */
        transform: skew(0deg,0deg); /* Standard syntax */
        margin-left:0 !important;
        margin-right: 0 !important;
    }
}
.inNqsh1{
    margin-top: 100px;
}
.inNqsh1.mt-30{
    margin-top: 30px;
}
.rblok{
    width: 100%;
    margin: 0 auto;

}
.rblok .bg__section{
padding: 20px 25px !important;
}
.rblok .item{
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .all-sections.work-section {
        margin-top: 0;
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .section-image {
        bottom: auto;
        padding-left: 30px;
        top: 100px;
        height: 270px;
    }
}
@media only screen and (max-width: 767px) {
    .all-sections {
        overflow: hidden;
        padding-bottom: 0px;
        padding-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .section-image {
        padding: 0;
        position: static;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .home2-work-section .image-main-div {
        margin: 0 auto;
        padding-right: 0;
        width: 70%;
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .home2-work-section .image-main-div::before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .home2-work-section .individual-section {
        height: auto;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .individual-section {
        height: 550px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding-bottom: 50px;
        padding-top: 30px;
    }
}

#rev-2 {
    -webkit-transform: translate3d(0, -150px, 0);
    -moz-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    margin-right: 0;
    margin-left: 200px;
    z-index: 9991;
}

html:not(.home) .navigation:before,html:not(.home) .search:before {    opacity:1 !important;}

/*search Start*/
.gsc-control-cse{
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}
#gsc-i-id1{
    background: rgba(255, 255, 255, 0.07) !important;
    color: #fff !important;
    font-size: 32px !important;
    padding: 50px !important;
    text-indent:0 !important;
    width: 102% !important;
}
.gsc-input-box{
    background-color: transparent !important;
    border: 0 !important;
    height: auto !important;
}
.gsc-search-button-v2 svg{
    display: none !important;
}

#gsc-i-id1::placeholder{
    font-size: 32px !important;
    color: rgba(255,255,255,0.3);
}
td.gsib_b{
    display: none !important;
}
.gsc-input-box-focus{
    box-shadow: none !important;
}

.thumbnail img {
    height: 180px;
    width: 100%;
}

html.home .title {    margin-left: 0 !important;}

.navigation img,
img.top-right-test,
.search img,
.bottom-left-test {
    pointer-events: none;
    user-select: none;
}
