/*  ==========================================================================
	Reset
	========================================================================== */
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

.font-eng{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.title-2{
    margin-bottom: 30px;
    font-size: 22px;
}
mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
    display: block
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

a {
    color: #6597e7;
    text-decoration: none;
    outline: none !important;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i {
    vertical-align: middle;
}

p {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

p a {
    vertical-align: top;
}

a:hover, a:focus {
    text-decoration: none;
}

a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block{
    display: block;
}
.no-border {
    border: none !important;
}

.radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.rounded {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.text-center{
    text-align: center;
}
.light-font{
    font-weight: 300;
}
.cur{
    cursor: pointer;
}


/* padding & margin -------------------- */
.nomargin{
    margin:0;
}
.nopadding{
    padding:0;
}
.padding-10{
    padding:10px;
}
.padding-tb10{
    padding-top:10px;
    padding-bottom: 10px;
}
.padding-b-5{
    padding-bottom:5px;
}
.padding-b-10{
    padding-bottom:10px;
}
.padding-b-15{
    padding-bottom:15px;
}
.padding-t-15{
    padding-top:15px;
}
.padding-t-30{
    padding-top:30px;
}
.padding-t-70{
    padding-top:70px;
}
.padding-15{
    padding:15px;
}
.padding-25{
    padding:25px;
}
.padding-50{
    padding:50px;
}
.padding-tb-5{
    padding-top:5px;
    padding-bottom:5px;
}
.padding-tb-10{
    padding-top:10px;
    padding-bottom:10px;
}
.padding-tb-15{
    padding-top:15px;
    padding-bottom:15px;
}
.padding-tb-25{
    padding-top:25px;
    padding-bottom:25px;
}
.padding-tb-50{
    padding-top:50px;
    padding-bottom:50px;
}
.nopadding-right{
    padding-right:0;
}
.nopadding-left{
    padding-left:0;
}
.col-inner{
    margin:30px 0;
}
.mr-5{
    margin-right:5px;
}
.mr-10{
    margin-right:10px;
}
.mr-15{
    margin-right:15px;
}
.mr-20{
    margin-right:20px;
}
.ml-5{
    margin-left:5px;
}
.ml-10{
    margin-left:10px;
}
.ml-15{
    margin-left:15px;
}
.ml-30{
    margin-left:30px;
}
.mb-5{
    margin-bottom:5px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-15{
    margin-bottom:15px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-25{
    margin-bottom:25px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-50{
    margin-bottom:50px;
}
.mb-60{
    margin-bottom:60px;
}
.mt-5{
    margin-top:5px;
}
.mt-10{
    margin-top:10px;
}
.mt-15{
    margin-top:15px;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt-50{
    margin-top:50px;
}
.mt-60{
    margin-top:60px;
}
.mtb-5{
    margin-top:5px;
    margin-bottom:5px;
}
.mtb-10{
    margin-top:10px;
    margin-bottom:10px;
}
.mtb-15{
    margin-top:15px;
    margin-bottom:15px;
}
.mtb-20{
    margin-top:20px;
    margin-bottom:20px;
}
.mtb-30{
    margin-top:30px;
    margin-bottom:30px;
}
.mtb-40{
    margin-top:40px;
    margin-bottom:40px;
}
.mtb-50{
    margin-top:50px;
    margin-bottom:50px;
}



/* Form style -------------------- */
input:not([type="submit"]), textarea.form-control{
    background: #fff;
    border: #d3e1f8 solid 1px;
    box-shadow:none;
    border-radius:3px;
    max-width:100%;
    padding:12px 15px;
    font-weight: 300;
    direction: rtl;
}
input:not([type="submit"]):focus, textarea.form-control:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
input.btn-solid.submit_btn{
    padding:20px 40px !important;
}
.form-control-feedback{
    height:41px;
    line-height:41px;
}

label{
    cursor:pointer;
    margin-bottom:5px;
}
label:before, label:after{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.radio, .checkbox, .radio-inline, .checkbox-inline{
    padding-left:0; padding-right:20px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
    padding-top:0;
}
.form-control-feedback{
    top:30px;
}
.input-half{
    display:inline-block;
    width:45%;
}
.input-group-addon{
    padding: 6px 15px;
    border: none;
    color: #999;
    font-size: 20px;
    font-weight: 300;
}
.form-control:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

label .require {
    color: #ff3b30;
    margin-left: 5px;
}




b, strong {
    font-weight: bold !important;
}

ul, ol {
    list-style: none;
}


q {
    quotes: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
    line-height: 150%;
}

.table.table-md > thead > tr > th, .table.table-md > tbody > tr > th, .table.table-md > tfoot > tr > th, .table.table-md > thead > tr > td, .table.table-md > tbody > tr > td, .table.table-md > tfoot > tr > td {
    padding: 15px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th,
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background: #f1f5f4;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #c9d2d0;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.td {
    display: table-cell;
}

.td-mid {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.td-bott {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

embed {
    vertical-align: top;
}

button::-moz-focus-inner {
    border: 0;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
}

.main-sec{
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-out {
    padding-right: 5000px;
    padding-left: 5000px;
    margin-left: -5000px;
    margin-right: -5000px;
}

.container-out-r {
    padding-right: 5000px;
    margin-right: -5000px;
}

.container-out-l {
    padding-left: 5000px;
    margin-left: -5000px;
}

.hide {
    display: none !important;
}




/*  ==========================================================================
	Modals
	========================================================================== */

.login-drop{
    width:520px !important;
}

.mega-drop-left{
    background:#fff;
    margin-left:110px;
}
.box_title{
    color:#6597e7;
    font-size: 20px;
    margin-bottom: 30px;
}
.box-r-link{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    border-right:#eee solid 1px;
}
.box-r-link a{
    display: table;
    text-align: center;
    width: 110px;
    text-transform:uppercase;
}
.box-r-link a.full-h{
    height: 100%;
}
.box-r-link a.half-h{
    height: 50%;
}
.box-r-link a.color_bg{
    color:#fff;
}
.box-r-link a span{
    display:table-cell;
    vertical-align:middle;
}
.box-r-link a i{
    width:50px;
    height:50px;
    border-radius:50%;
    border:#faa61a solid 2px;
    color:#faa61a;
    font-size: 26px;
    padding-top: 9px;
    display: block;
    margin: 0 auto 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-r-link a:hover i{
    color:#fff;
    background: #faa61a;
}
.box-r-link a {
    color:#faa61a;

}



/*  ==========================================================================
	HEADERS
	========================================================================== */

.header-sticky {
    width: 100%;
    z-index: 999;
}

.is-sticky .header-sticky {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 25px;
}

.is-sticky .header-sticky-min .logo {
    margin: 8px 0;
    height: 40px;
}

.is-sticky .header-sticky-min nav > ul > li > a {
    padding: 16px 15px;
}
.is-sticky .header-sticky-min .topleft-nav{
    padding-top: 9px;
}

/*	Side header
	--------------------------------------------------------- */
.light-header {
    position: relative;
    background: #fff;
    border-bottom: #e0e9fa solid 4px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
}

.side-header:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.side-header .logo {
    position: relative;
    display: block;
    float: right;
    margin: 15px 0;
    height: 45px;
}

.side-header .logo img {
    width: 100%;
    height: 100%;
}

.side-header nav {
    float: right;
}

.side-header nav > ul > li {
    display: inline-block;
}

.side-header nav > ul > li > a {
    display: block;
    padding: 26px 15px;
    position: relative;
}
.side-header nav > ul > li:hover > a, .side-header nav > ul > li.active > a{
    color: #faa61a;
}

.side-header nav > ul > li > a:before{
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    background: #faa61a;
    bottom: -4px;
    height: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.side-header nav > ul > li.active > a:before {
    width: 100%;
}

.side-header a.search-toggle {
    cursor: pointer;
}

.side-header a.search-toggle i, .side-header a.inline-search-toggle i {
    margin-top: -2px;
}


/* Search modal */


/* Search style 1 */
.search-sec {
    position: relative;
}

.search-block2 {
    background: #eff4fc;
    display: none;
}

.search-sec2, .search-block {
    position: relative;
}

.search-sec input[type="text"] {
    background: none;
    border: none;
    border-radius: 0;
    color: #6597e7;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

#search-block .search-submit {
    font-size: 22px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0;
}

#search-block .search-toggle {
    font-size: 24px;
    padding: 12px 25px 12px 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}


#search-modal .modal-content{
    background: none;
    border: 0;
    border-radius: 0;
    max-width: 800px;
    margin: 0 auto;
}
.twitter-typeahead, input.main-search-input{
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent !important;
    border-radius: 0 !important;
}
input.main-search-input {
    font-size: 40px;
}
#search-modal .tt-menu{
    right: 0;
    font-size: 28px;
    font-weight: 300;
    border-top: #ccc solid 1px;
    margin-top: 10px;
    padding-top: 10px;
}
#search-modal .tt-suggestion{
    cursor: pointer;
    color: #999;
    padding: 3px;
}
#search-modal .tt-suggestion:hover, #search-modal .tt-suggestion.tt-cursor{
    background: #eee;
    color: #333;
}
#search-modal .modal-dialog {
    width: 100%;
    padding-top: 100px;
    margin: 0;
    background: rgba(255,255,255,0.9);
    height: 100%;
}
#search-modal .modal-close{
    background: url("../img/x-dark.png") center no-repeat;
}




/* Search style 2 */
#search-inline {
    position: relative;
}

#search-inline .search-block {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    z-index: 99;
    display: none;
    background: #e0e9fa;
}

.inline-search-toggle {
    cursor: pointer;
}


#search-inline.active .inline-search-toggle {
    background: #e0e9fa;
}

#search-inline .search-sec input[type="text"] {
    font-size: 18px;
    line-height: 50px;
    font-weight: 300;
}

/* dropdown fix */
.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    left: inherit;
    right:0;
    float: right;
    text-align: right;
    padding: 0;
}
.dropdown-item {
    padding: 6px 20px;
    font-weight: 300;
    color: #6597e7;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #6597e7;
}


/* topleft-nav */
.topleft-nav{
    float: left;
    display: inline-block;
    padding-top: 19px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.topleft-nav li{
    display: inline-block;
}
.topleft-nav .dropdown-menu {
    left: 0;
    right:inherit;
    float: left;
}

.lang-menu{
    margin-right: 30px;
    padding: 7px 5px;
}
.lang-menu .dropdown-toggle:after{
    position: absolute;
    right: 0;
    top: 16px;
}
.lang-menu a{
    padding-right: 15px;
}


/* Menu Triggers */

.menu-trigger, .search-trigger {
    display: none;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.menu-trigger {
    right: 0;
    font-size: 27px;
    float: right;
}

.menu-trigger a, .search-trigger a {
    display: inline-block;
    position: relative;
    height: 45px;
    width: 45px;
}

.search-trigger {
    left: 0;
    float: left;
    font-size: 20px;
    padding: 7px 10px;
}


.search-trigger a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

.menu-trigger #mainnav-trigger:after {
    position: absolute;
    top: 22px;
    right: 9px;
    display: block;
    height: 11px;
    width: 27px;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    content: '';
}

.menu-trigger #mainnav-trigger:before, .menu-trigger #mainnav-trigger.trigger-opened:after {
    background: #333;
}

.menu-trigger #mainnav-trigger:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 14px;
    right: 9px;
    display: block;
    height: 3px;
    width: 27px;
    content: '';
}

.menu-trigger #mainnav-trigger.trigger-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 22px;
    border: 0;
    height: 3px;
    width: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-trigger #mainnav-trigger.trigger-opened:before {
    top: 22px;
    width: 28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*  ==========================================================================
	Swiper -> Main Slider
	========================================================================== */

.main-slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .parallax {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.main-slider-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}

.main-slider-pagination .swiper-pagination-bullet-active {
    background: #faa61a;
    opacity: 1;
}
.mainslider-content{
    color: #fff;
}
.mainslider-content h4{
    color: #faa61a;
}


/*  ==========================================================================
	Home Page
	========================================================================== */

.sheikh-thumb{
    display: block;
    text-align: center;
}
.sheikh-thumb img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 5px auto ;
    display: block;
}
.sheikh-thumb h3{
    font-size: 16px;
    display: block;
}

.sheikhs-slider{
    padding: 0 40px;
}
.sheikhs-slider .owl-prev, .sheikhs-slider .owl-next{
    position: absolute;
    top: 30%;
    color: #8eb3ed;
    height: 40px;
    width: 40px;
    line-height: 33px;
    font-size: 31px;
}
.sheikhs-slider .owl-prev:hover, .sheikhs-slider .owl-next:hover {
    background: #faa61a;
    color: #fff;
}
.sheikhs-slider .owl-prev{
    right: 0;
}
.sheikhs-slider .owl-next {
    left: 0;
}

.l-box, .w-box{
    padding: 15px;
    position: relative;
}
.l-box{
    background: #eff4fc;
}
.w-box{
    background: #fff;
}

/*  ==========================================================================
	elements
	========================================================================== */

.styled-combo {
    position: relative;
    background:#fff;
    height: 42px;
    overflow: hidden;
    width: 280px;
    border:#6597e7 solid 1px;
}

.styled-combo select {
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 300;
    height: 42px;
    padding: 5px;
    width: 100%;
    color: #6597e7;
}
.styled-combo option{
    font-weight: 300;
    padding: 7px;
}
.styled-combo:after{
    position: absolute;
    top: 1px;
    left: 1px;
    display: inline-block;

    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    vertical-align: middle;
    content: "\f0d7";
    color: #6597e7;
    background: #fff;
    padding: 11px;
    pointer-events: none;
}

.top-filter:after{
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

.sort .dropdown, .sort .sort-by{
    display: inline-block;
}
.sort .sort-by {
    margin-right: 15px;
}
.sort .dropdown a, .sort .sort-by {
    color: #faa61a;
}
.sort .dropdown .dropdown-menu a:hover {
    background: #faa61a;
    color: #fff;
}



/* Tabs style 1 -------------------------------------*/
.tabs-s1 .nav-tabs{
    border-bottom:none;
    padding-right:1px;
    margin-bottom:-1px;
}
.tabs-s1 .nav-tabs>li.nav-item{
    display: inline-block;
}
.tabs-s1 .nav-tabs>li>a{
    display: block;
    border: 0 !important;
    padding: 15px 20px;
    background: #fff;
    margin: 0 -1px 0 0;
    border-radius: 0;
}
.tabs-s1 .nav-tabs>li>a.active, .tabs-s1 .nav-tabs>li>a.active:hover,
.tabs-s1 .nav-tabs>li>a.active:focus, .tabs-s1 .nav-tabs>li>a:hover{
    background: #eff4fc !important;
    border-bottom:none !important;
    color: #6597e7;
}
.tabs-s1 .tab-content>.tab-pane{
    background:#fff;
}


/* Tabs style 2 -------------------------------------*/
.tabs-s2 .nav-tabs{
    border-bottom:none;
    padding-right:1px;
    margin-bottom:-1px;
}
.tabs-s2 .nav-tabs>li.nav-item{
    display: inline-block;
    float: right;
}
.tabs-s2 .nav-tabs>li>a{
    display: block;
    border: #d3e1f8 solid 1px !important;
    border-bottom-width:0 !important;
    padding: 15px 20px;
    background: #eff4fc;
    margin: 0 -1px 0 0;
    border-radius: 0;
}
.tabs-s2 .nav-tabs>li.active>a, .tabs-s2 .nav-tabs>li.active>a:hover,
.tabs-s2 .nav-tabs>li.active>a:focus, .tabs-s2 .nav-tabs>li>a:hover{
    background:#fff;
    border-bottom:none !important;
}
.tabs-s2 .tab-content>.tab-pane{
    padding:20px;
    background:#fff;
    border:#d3e1f8 solid 1px;
}

.list-order li{
    display: inline-block;
    margin-left: 5px;
}
.list-order li a{
    display: block;
    height: 30px;
    border:#d6e3f8 solid 1px;
    line-height: 30px;
    text-align: center;
}
.alpha-characters li a{
    width: 30px;
    border-radius: 50%;
}
.alpha-characters li a.alpha-all-butt, .other-order-sec a {
    border-radius: 7px;
    width: inherit;
    padding: 0 15px;
}
.list-order li.active a {
    background: #faa61a;
    color: #fff;
    border:#faa61a solid 1px;
}

.top-filter-search{
    position: absolute;
    top:0;
    left: 15px;
}
.top-filter-search input.form-control{
    padding: 10px 15px;
    border: #fff solid 1px;
    background: #eff4fc;
}
.top-filter-search button{
    position: absolute;
    top:11px;
    left: 15px;
    background: none;
    color: #6597e7;
}


/* sheikh-list -------------------------------------*/
.sheikh-list a.sheikh-item{
    display: block;
    padding: 15px 15px 15px 55px;
    background: #eff4fc;
    position: relative;
}
.sheikh-list a.sheikh-item h2{
    display: inline-block;
    font-size: 16px;
}
.sheikh-list a.sheikh-item:hover{
    background: #fff;
    box-shadow:#eff4fc 0 0 10px;
}
.sheikh-list a.sheikh-item:hover h2{
    color: #faa61a;
}
.sheikh-list .sheikh-list-thumb{
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 15px;
}
.side-statistics{
    float: left;
    color: #999;
    font-size: 14px;
}
.side-statistics>span{
    margin-left: 15px;
}
a.sheikh-item:after{
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background: #d3e1f8;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px 20px;
}
.side-statistics, .sheikh-list>li>a h2{
    padding: 20px 0;
}





/*  ==========================================================================
	List
	========================================================================== */
.main-list li{
    margin-bottom: 15px;
}
.main-list li.load-more {
    text-align: center;
}
.listitem-thumb, .listitem-details, .listitem-action>a, .listitem-action .dropdown{
    display: inline-block;
}
.listitem-thumb{
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-left: 15px;
}
.listitem-action{
    margin-top: 10px;
}
.listitem-details h3 {
    color: #faa61a;
    font-size: 18px;
}
.listitem-details h3 a{
    font-size: 18px;
    color: #faa61a;
}
.listitem-details h4{
    font-size: 14px;
    color: #999;
    font-weight: 300;
}
.listitem-details h4 span{
    font-size: 18px;
    color: #6597e7;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.listitem-details h4 a{
    font-size: 14px;
    color: #6597e7;
    font-weight: 300;
}
.listitem-details h4 a:hover{
    color: #3668b5;
}
.listitem-action>a, .listitem-action .dropdown>a{
    font-size: 14px;
    color: #999;
    font-weight: 300;
}
.listitem-action>a:hover, .listitem-action .dropdown:hover>a {
    color: #333;
}
.listitem-action>a, .listitem-action .dropdown{
    margin-left: 15px;
}
.listitem-action a>i{
    margin-left: 3px;
}
.listitem-action .dropdown a {
    color: #999;
}
.listitem-action .dropdown a:focus {
    color: #fff;
}
.listitem-action .dropdown .dropdown-menu a:hover {
    background: #999;
    color: #fff;
}
.moshaf-group {
    margin-top: 20px;
}
.liked{
    color: #faa61a !important;
}

.pager a.current {
    background: #8cb2ed;
    color: #fff;
    border-color: #8cb2ed;
}

.code{
    display: none;
}
.code textarea{
    direction: ltr;
    margin-top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    height: 34px;
    padding: 8px 10px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.confirm-box{
    text-align: center;
}
.confirm-box .modal-content{
    padding: 30px;
}


/* share-box */

.share-box{
    display: table;
    width: 100%;
}
.share-box a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}




/* moshaf */
.moshaf-title{
    position: relative;
}
.moshaf-title-action{
    margin-right: 50px;
}
.moshaf ul li{
    border-bottom: #d3e1f8 solid 1px;
    margin: 0;
    padding: 6px 0 10px 0;
}
.moshaf li .audio-player{
    top:10px;
}
.moshaf li.nosorah{
    padding: 0;
}
.moshaf li.nosorah article{
    background: #eee;
    padding: 15px;
}
.moshaf li.nosorah .listitem-details h4 span{
    color: #777;
}
.upload-sorah{
    display: none;
}

.angle-togg{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 50px;
    height: 100%;
    border-right: #d3e1f8 solid 1px;
    line-height: 58px;
}
.angle-togg i{
    font-size: 30px;
    color: #8eb3ed;
}

.top-label{
    color: #999;
    font-size: 14px;
}
.sounds-list article{
    padding-bottom: 30px;
}



/*  ==========================================================================
	Aside
	========================================================================== */
.moshaf-link{
    background-color: #50b848;
    background-repeat:no-repeat;
    background-position: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding:30px 15px;
}
.moshaf-link p{
    margin: 10px 0;
}

.contact-buttons:after{
    content: '';
    display: block;
    clear: both;
}
.contact-buttons .l50, .contact-buttons .r50{
    width: 49%;
}
.contact-buttons .r50{
    float: right;
    margin: 0 0 0 1%;
}
.contact-buttons .l50{
    float: left;
    margin: 0 1% 0 0;
}
ul.side-links {
    border-top: #ddd solid 1px;
    padding-top: 15px;
    margin-top: 25px;
}
.side-links li{
    display: inline-block;
    margin-left: 5px;
    position: relative;
    padding-left: 10px;
}
.side-links li:after{
    content: '|';
    position: absolute;
    color: #ccc;
    top: 0;
    left: 0;
}
.side-links a{
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 300;
}
.sid-links li:last-child {
    margin-left: 0px;
    padding-left: 0px;
}
.side-links li:last-child:after {
    display: none;
}
#sidebar{
    z-index: 99;
}
.is_stuck{
    margin-top: 70px;
}


.newsletter{
    position: fixed;
    width: 340px;
    background: #faa61a;
    color: #fff;
    padding: 30px;
    left: -100px;
    bottom: 25px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.newsletter.active {
    left:25px;
    opacity: 1;
    visibility: visible;
}

.newsletter h4{
    margin-bottom: 15px;
    font-size: 14px;
}
.newsletter input.form-control{
    border-radius: 30px;
    border:0;
    padding: 10px 15px;
}

.newsletter:after{
    position: absolute;
    z-index: -1;
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.2;
    font-size: 170px;
    top: 10px;
    right: 20px;
}
.close-newsletter{
    position: absolute;
    top:-5px;
    left: -5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border-radius: 50px;
    color: #999;
    cursor: pointer;
    text-align: center;
    border:#faa61a solid 1px;
}

.youtube-subscribe{
    text-align: center;
    margin-bottom: 30px;
    color: #e62117;
}
.youtube-subscribe>span{
    display: block;
    margin-bottom: 15px;
}


/* breadcrumb-sec */
.breadcrumb-sec{
    background: #6597e7;
    padding: 40px 0;
}
.breadcrumb{
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li a{
    color: #fff;
}
.breadcrumb li.active a, .breadcrumb>li+li::before{
    color: #d8e7ff;
}

.sort-title{
    display: block;
    clear: both;
    margin-bottom:30px;
}
.sort-title h2{
    font-size: 22px;
    color: #faa61a;
    display: inline-block;
}
.sort-title span{
    font-size: 16px;
    color: #6597e7;
    font-weight:300;
}


.login-box{
    border:#d3e1f8 solid 1px;
    padding: 15px;
}

/*  ==========================================================================
	Footer
	========================================================================== */

footer{
    background: #8cb2ed;
    padding: 30px 0;
    color: #fff;
}
footer a{
    color: #fff;
    text-decoration: underline;
}
footer h5{
    font-size: 16px;
    margin-bottom: 10px;
}
footer .dev-by{
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    text-align: right;
}


/*  ==========================================================================
	details pages
	========================================================================== */
.sheikh-details{
    position: relative;
    margin-bottom: 20px;
}
.sheikh-details:after, .sheikh-infobox-foot:after, .moshaf-group .moshaf-title:after{
    display: block;
    content: '';
    clear: both;
}
.sheikh-details img{
    width: 85px;
    height: 85px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top:0;
    right: 0;
}
.sheikh-details .sheikh-infobox{
    display: block;
    background: #eff4fc;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 110px;
    color: #999;
}
.sheikh-infobox-text{
    padding: 25px;
}
.sheikh-infobox-text h3{
    font-size: 18px;
    color: #6597e7;
    margin-bottom: 15px;
}
.user-infobox-text{
    padding: 15px;
}
.user-infobox-text h3{
    font-size: 18px;
    color: #6597e7;
    margin-bottom: 10px;
}
.user-infobox-foot{
    padding:15px;
    border-top:#fff solid 2px;
}
.sheikh-infobox-foot{
    padding:0 25px;
    border-top:#fff solid 2px;
}
.sheikh-infobox-foot .listitem-action{
    margin: 18px 0;
}
.icon-share{
    display: inline-block;
}


.icon-share .dropdown-menu a:hover{
    color: #fff;
    background: #6597e7;
}
#sheikh-code{
    padding:0 15px 15px 15px;
}
.sorah-num {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #eee;
    text-align: center;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 15px;
    color: #666;
}
.l-box .sorah-num {
    background: #fff;
    color: #666;
}


.moshaf-group .panel{
    border:#d3e1f8 solid 1px;
    margin-bottom: 30px;
}
.moshaf-group .moshaf-title{
    background: #eff4fc;
    border-bottom:#faa61a solid 1px;
    padding: 15px;
}


.moshaf-group .moshaf-title a.collapse-head{
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding: 6px 0;
}
.moshaf-group .moshaf-title a h2{
    color: #6597e7;
    display: inline-block;
    font-size: 20px;
}

.box-title{
    color: #faa61a;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
}



/* video list */
.video-list li, li.video-item{
    margin-bottom: 30px;
}
.video-list li article, li.video-item article {
    background: #eff4fc;
}
.video-list li article .listitem-details, li.video-item article .listitem-details{
    padding:15px;
}
.listitem-details h3 {
    margin-bottom: 8px;
}
.video-list li article .listitem-details p, li.video-item article .listitem-details p{
    font-size: 14px;
    font-weight: 300;
    height: 38px;
    overflow: hidden;
}

.video-list li article .listitem-details, li.video-item article .listitem-details{
    padding:15px;
}
.video-list li.first-video, li.video-item {
    display: block;
    clear: both;
}
.video-list li.first-video article, li.video-item article {
    display: table;
}
.first-video .vid-thumb {
    width: 390px;
    max-width: 100%;
}
li.video-item .vid-thumb {
    width: 300px;
    max-width: 100%;
}
.video-list li.first-video article iframe, .video-list li.first-video article .listitem-details,
li.video-item article iframe, li.video-item article .listitem-details{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.video-list li .listitem-details h3 a{
    color: #6597e7;
}

.vid-thumb{
    position: relative;
    display: block;
}
.vid-duration, .vid-thumb .vid-duration strong, .vid-thumb .vid-duration:after{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vid-duration{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 34px;
    width: 80px;
    padding:5px 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vid-thumb:hover .vid-duration{
    height: 100%;
    width: 100%;
}
.vid-thumb .vid-duration:after{
    content: "\f16a";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 40px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}
.vid-thumb:hover .vid-duration:after {
    opacity: 1;
    visibility: visible;
}
.vid-thumb:hover .vid-duration strong{
    opacity: 0;
    visibility: hidden;
}


/* Video Details Page */
.vid-top-ad{
    display: block;
    margin-bottom: 30px;
}
.vid-details iframe{
    width: 100%;
    min-height: 500px;
}
.vid-details .l-box{
    padding: 30px;
}
.vid-details .l-box h2{
    color: #6597e7;
    font-size: 28px;
}

.side-carousel .owl-nav {
    position: absolute;
    top: -65px;
    left: 0;
}
.side-carousel .owl-next:before{
    content: "\f104";
}
.side-carousel .owl-prev:before{
    content: "\f105";
}
.side-carousel .owl-prev:hover, .side-carousel .owl-next:hover {
    background: #faa61a;
    color: #fff;
}


#upload-sound{
    position: relative;
    border:#faa61a solid 1px;
    padding: 30px 15px;
}
#upload-sound .cancel-upload{
    position: absolute;
    left: 0;
    top:0;
    padding: 10px;
    color: #faa61a;
}

/* contact us */
.contact-us{
    border: #d3e1f8 solid 1px;
    padding: 30px;
}



/*  ==========================================================================
	Responsive
	========================================================================== */

@media only screen and (min-width: 991px) {
    .mainnav {
        display: block !important;
    }
}

@media only screen and (max-width: 991px) {
    .menu-trigger, .search-trigger {
        display: block !important;
        margin-top: 5px;
    }
    .side-header{
        text-align: center;
    }
    .side-header .logo{
        margin: 5px auto;
        float: none;
        display: inline-block;
    }

    .mainnav, .side-header #side-navigation > ul > li.search-butt-inline {
        display: none;
        width: 100%;
    }
    .topleft-nav{
        float: none;
        margin-bottom: 19px;
    }
    .side-header nav{
        width: 100%;
        float: none;
    }

    .main-nav-s1 > ul > li {
        position: relative !important;
        display: block;
        float: none;
        width: 100%;
    }

    .side-header nav > ul > li > a {
        padding: 9px;
    }

    .side-header nav > ul > li{
        position: static;
    }
    .is-sticky .header-sticky-min .logo{
        height: 45px;
        margin: 5px auto;
    }
    #side-navigation .dropdown-menu {
        position: relative;
        width: 100%;
        float: none;
        left: 0;
        clear: both;
        border: 0;
        background: #eff4fc;
    }

    .cols-4 .article-grid, .cols-3 .article-grid, .cols-2 .article-grid {
        width: 100%;
    }

    .newsletter{
        position: relative !important;
        display: block !important;
        width: 100%;
        left: 0 !important;
        margin-top: 50px;
    }

    #sidebar.is_stuck{
        margin-top: 0 !important;
    }


    .side-statistics, .sheikh-list a.sheikh-item{
        text-align: center;
        padding-left: 15px;
    }
    .side-statistics, .sheikh-list a.sheikh-item:after {
        display: none;
    }
    .side-statistics, .sheikh-list>li>a img{
        margin-left: 0;
    }
    .side-statistics, .sheikh-list>li>a h2{
        padding:0;
        margin-top: 15px;
        display: block;
        width: 100%;
        float: none;
    }

}

@media only screen and (max-width: 768px) {
    .top-filter .styled-combo{
        margin-bottom: 15px;
    }
    #side-navigation > ul > li{
        display: block;
        position: relative;
    }
    #search-modal #main-search{
        margin: 0 20px;
    }
    #search-modal .main-search-input{
        font-size: 22px;
    }
    .top-filter-search {
        position: relative;
        left: 0;
        margin-top: 15px;
    }
    .tabs-s2 .nav-tabs>li>a{
        padding: 10px 15px;
    }

    .video-list li.first-video article iframe, .video-list li.first-video article .listitem-details, .video-list li .vid-thumb img{
        display: block;
        width: 100%;
    }

    .video-list li.first-video article{
        display: block;
    }


}

@media only screen and (max-width: 520px) {
    .main-list .l-box, .main-list .w-box{
        text-align: center;
    }
    .listitem-thumb, .sorah-num{
        clear: both;
        margin: 0 auto 15px auto;
        display: block;
    }
    .top-filter{
        text-align: center;
    }
    .top-filter .styled-combo{
        width: 100%;
    }
    .main-slider-pagination{
        display: none;
    }
    .mainslider-content p{
        display: none;
    }

    .angle-togg{
        width: 30px;
        height: 43px;
        line-height: 0;
        border-top: #d3e1f8 solid 1px;
    }
    .moshaf-title .pull-left{
        margin-left: 0 !important;
        margin-bottom:10px ;
    }

    .btn-white-circle.orange{
        font-size: 12px;
        padding: 0 10px;
    }

}


.toggle-show-password{
    padding: 0px 6px;
    background-color: rgba(101, 151, 231, 0.32);
}
.toggle-show-btn{
    background-color: transparent;
    color: #000;
}
.register-btn{
    margin-top: 1rem;
}

.toggle-show-group{
    direction: ltr;
}

.vid-thumb img{
    width: 100%;
}
