
*{
    margin:0;
    padding:0;
    border:none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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{
    text-decoration:none;
    outline: none !important;
    color:#2e3849;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

a.text-primary:hover{
    text-decoration: underline;
}
.link{
    text-decoration: underline;
}
i{
    vertical-align:middle;
}
p{
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
}
p a{
    vertical-align:top;
}
a:hover, a:focus{
    text-decoration:none;
}
input{
    outline: none;
}
.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;
}
.none{
    display:none;
}
.clear-r{
    clear:right;
    display:block;
}
.cur{
    cursor:pointer;
}
.border{
    border:#eee solid 1px;
}
.no-border{
    border:none !important;
}
.r_corners5{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.border-b{
    border-bottom:#ebecec solid 1px;
}

.border-r{
    border-right:#c9d2d0 solid 1px;
}
.radius{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.rounded{
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}
.inline_mid{
    display:inline-block;
    vertical-align:middle;
}

b, strong{
    font-weight:bold !important;
}
strong, .strong {
    font-weight: 600;
}

ul,ol{
    list-style: none;
}
ul li, ol li{
    text-align:left;
}
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, svg {
    vertical-align:middle;
    max-width:100%;
}
embed{
    vertical-align:top;
}
button::-moz-focus-inner{
    border:0;
}
html,body{
    height:100%;
}

.clear:after, .main-wrapper:after{
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.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;
}


.row.tight-row{
    margin-right: -7px;
    margin-left: -7px;
}
.row.tight-row .col-lg-1, .row.tight-row .col-lg-10, .row.tight-row .col-lg-11, .row.tight-row .col-lg-12, .row.tight-row .col-lg-2, .row.tight-row .col-lg-3, .row.tight-row .col-lg-4, .row.tight-row .col-lg-5, .row.tight-row .col-lg-6, .row.tight-row .col-lg-7, .row.tight-row .col-lg-8, .row.tight-row .col-lg-9, .row.tight-row .col-md-1, .row.tight-row .col-md-10, .row.tight-row .col-md-11, .row.tight-row .col-md-12, .row.tight-row .col-md-2, .row.tight-row .col-md-3, .row.tight-row .col-md-4, .row.tight-row .col-md-5, .row.tight-row .col-md-6, .row.tight-row .col-md-7, .row.tight-row .col-md-8, .row.tight-row .col-md-9, .row.tight-row .col-sm-1, .row.tight-row .col-sm-10, .row.tight-row .col-sm-11, .row.tight-row .col-sm-12, .row.tight-row .col-sm-2, .row.tight-row .col-sm-3, .row.tight-row .col-sm-4, .row.tight-row .col-sm-5, .row.tight-row .col-sm-6, .row.tight-row .col-sm-7, .row.tight-row .col-sm-8, .row.tight-row .col-sm-9, .row.tight-row .col-xs-1, .row.tight-row .col-xs-10, .row.tight-row .col-xs-11, .row.tight-row .col-xs-12, .row.tight-row .col-xs-2, .row.tight-row .col-xs-3, .row.tight-row .col-xs-4, .row.tight-row .col-xs-5, .row.tight-row .col-xs-6, .row.tight-row .col-xs-7, .row.tight-row .col-xs-8, .row.tight-row .col-xs-9{
    padding-right: 7px;
    padding-left: 7px;
}






/*  ==========================================================================
    margins and paddings
========================================================================== */
.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;
}









/*  ==========================================================================
2- Main Style
========================================================================== */

body {
    font-size:14px;
    color: #2e3849;
    position:relative;
    font-weight:400;
    background:#fafbfc url("../img/main-bg.jpg") repeat;
    padding:0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Eurostile-Med', sans-serif;
    font-weight:normal;
    letter-spacing:0px;
    position: relative;
    padding: 0;
    margin-bottom:15px;
    line-height:120% !important;
    -webkit-font-smoothing: antialiased;
}
h1,.h1{ font-size: 32px; }
h2,.h2{ font-size: 28px; }
h3,.h3{ font-size: 20px; }
h4,.h4{ font-size: 18px; }
h5,.h5{ font-size: 14px; margin-bottom: 5px }
h6,.h6{ font-size: 12px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    text-decoration:none !important;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{
    vertical-align:baseline;
}
.strong9{
    font-weight:900;
}
.strong7{
    font-weight:700;
}
.strong6{
    font-weight:600;
}
.strong5{
    font-weight:500;
}
.uppercase{
    text-transform:uppercase;
}
.italic{
    font-style: italic;
}
blockquote{
    font-size:14px;
}
.big-text{
    font-size:20px;
    color: #666;
}
.thin-text{
    font-weight: 300;
}
.text-small{
    font-size:10px;
}
.text-md{
    font-size:16px;
}
.text-large{
    font-size:150%;
}
.text-xlarge{
    font-size:200%;
}

.form-control{
    border:#d0d2d4 solid 1px;
    font-size: 12px;
    border-radius: 0;
    box-shadow: none;
}


/*
    main page style
*/




/*  ==========================================================================
	HEADERS
	========================================================================== */
a.cat-nav-close {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
}

.page-header-sec{
    background-image: url("../img/header-bg.jpg");
    padding: 15px 0;
}

.index-page-title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #fff;
}
.index-page-title article{
    max-width: 850px;
    color: #fff;
    margin: 0 auto;
}

.inner-page-title{
    color: #fff;
    margin-top: 25px;
}

.inner-page-title .sec-title h1{
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
}
.inner-page-title .sec-title p{
    color: #e6ecef;
}

.inner-page-title .sec-title i, .inner-page-title .sec-title .secTitle-icon {
    font-size: 50px;
    color: #fff;
    background-color: rgba(255,255,255,0.4);
    padding: 15px;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}
.inner-page-title .sec-title .secTitle-icon{
    font-size: 90px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 90px;
}




/*	Side header
	--------------------------------------------------------- */

.side-header{
    padding: 0 15px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 20px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 20px;
    box-shadow: rgba(0,0,0,0.1) 0 0 20px;
}
.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;
}

.page-index .side-header .logo a{
    visibility: hidden;
    width: 0;
}
.side-header .logo{
    position: relative;
    display: block;
    float: left;
    margin: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.logo a{
    display: block;
    width: 118px;
    height: 40px;
    overflow: hidden;
}
.side-header .logo img{
    height: 100%;
    width: 118px;
    max-width: inherit;
}

.side-header nav>ul>li{
    display: inline-block;
}
.side-header nav>ul>li>a{
    display: block;
    font-size:16px;
    padding: 18px 5px;
    margin: 0 7px;
    border-bottom: transparent solid 2px;
    background: none !important;
}
.side-header nav>ul>li>a.main-nav-close{
    display: none;
}
.side-header nav>ul>li.open>a b.caret{
    border-bottom: 4px dashed;
    border-top:0;
}
.side-header nav>ul>li>a i{
    margin-left: 3px;
    display: none;
}
/*
.header-sticky{
    width: 100%;
    z-index: 999;

    position: fixed;
    top: 15px;
    transition: top 0.2s ease-in-out;
}
.is-sticky .header-sticky{
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 20px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 20px;
    box-shadow: rgba(0,0,0,0.1) 0 0 20px;
}
.is-sticky .header-sticky .side-header{
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.is-sticky .header-sticky-min .logo a{
    margin-right: 15px;
    width: 118px;
    visibility: visible;
}

.nav-up {
    top: -90px;
}


*/

/* mega menu and dropdown fix */

.dropdown-menu>li>a{
    padding: 10px;
}

.dropdown-menu{
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: rgba(0,0,0,0.15) 0 0 30px;
}

.megamenu{
  padding: 20px 0px;
  width:500px;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 5px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}
.nav .open>a, .nav .open>a:focus{
    border-color: transparent;
}

    /* Menu Triggers */

.menu-trigger, .search-trigger{
    height: 45px;
    width: 45px;
    cursor: pointer;
    float: left;
    position: relative;
    display: none;
    text-align: center;

    -webkit-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.menu-trigger{
    margin-top: 8px;
}
.search-trigger{
    font-size: 24px;
    line-height: 54px;
    border-radius: 5px;
}
.search-trigger i{
   position: relative;
    z-index: -1;
}
.menu-trigger a, .search-trigger a {
    display: inline-block;
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
}
.search-trigger{
    right: 0;
}
#search-block .search-close{
    display: none;
}

.search-trigger a i{
    font-size: 20px;
    color: #fff;
    margin-top: 2px;
}
.search-trigger a{
    display:table-cell;
    vertical-align:middle;
    padding:0 15px;
}
.menu-trigger .nav-trigger-inner: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 .nav-trigger-inner:before, .menu-trigger .nav-trigger-inner.trigger-opened:after,
.inpushed .menu-trigger .nav-trigger-inner:after{
    background: #333;
}
.menu-trigger .nav-trigger-inner: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 .nav-trigger-inner.trigger-opened:after,
.inpushed .menu-trigger .nav-trigger-inner: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 .nav-trigger-inner.trigger-opened:before,
.inpushed .menu-trigger .nav-trigger-inner:before{
    top:22px;
    width:28px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}



/* main header side section */
.header-side{
    float: right;
    margin-top: 4px;
}
.lang-menu{
    display: inline-block;
    direction: ltr;
    text-align: left;
}
.lang-menu>a{
    display: block;
    line-height: 52px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    cursor: pointer;
}
.lang-menu>a i{
    font-size: 24px;
}
.lang-menu .dropdown-menu, .opposite-dir .dropdown-menu{
    right: 0;
    left: inherit;
}
/* main search */
#search-block{
    display: inline-block;
    max-width: 100%;
    width: 250px;
}
#search-block form{
    position: relative;
}
#search-block .search-submit, #search-block .search-close{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding:0 22px;
    text-align: center;
    background: none;
    cursor: pointer;
    font-size: 22px;
}
#search-block .search-submit{
    line-height: 18px;
}
#search-block .search-close {
    font-size: 22px;
}
.twitter-typeahead{
    display: block !important;
}


.typeahead{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    width: 100%;
    height: 50px;
    display: block;
    background: #e6ecef;
    border:#e6ecef solid 1px;
    padding: 0 50px 0 12px;
    line-height: 38px;
    text-align: left;

    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.typeahead:focus{
    border-color: #ddd;
    background: #fff;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
}

.tt-suggestion.tt-cursor {
    color: #fff;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}




/*  ==========================================================================
	--- Content Page
	========================================================================== */

.main-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec-title{
    margin-bottom: 30px;
}
.page-header-sec .sec-title{
    margin-bottom: 10px;
}

.side-slider{
    position: relative;
    padding: 25px 0;
    min-height:350px;

}
.side-slider:after{
    content: '';
    background: rgba(255,255,255,0.4);
    position: absolute;
    left: 100%;
    top:0;
    height: 100%;
    width: 150%;
    margin-left: 30px;
}
.sec-title-center{
    text-align: center;
    padding: 50px 30px;
    position: relative;
    z-index: 9;
}
.sec-title-inner{
    display: inline-block;
}
.sec-title-center .sec-title-inner{
    display: block;
}
.sec-title h2, .sec-title h3{
    margin-bottom: 10px;
}
.sec-title p{
    padding-bottom: 0;
    height: 28px;
    color: #9fadba;
}
.sec-title i{
    display: inline-block;
    font-size: 64px;
    color: #9fadba;
    margin-left: 20px;
    margin-top: 5px;
}
.sec-inner{
    position: relative;
}
.read-more{
    line-height: 37px;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 30px;
    color: #fff !important;
}
.read-more.read-more-side{
    position: absolute;
    top: 7px;
    left: 0;
}
.sec-inner-slider .read-more{
    left: 130px;
}



.box{
    background: #fff;
    margin-bottom: 30px;

    -webkit-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    -moz-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    box-shadow: rgba(0,0,0,0.04) 0 0 45px;

    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.box-space{
    padding: 20px;
}
.box .box-head{
  margin-bottom: 25px;
}
.box .box-title{
    margin: 0;
    display: inline-block;
}

.box-head-w{
    padding: 15px;
    background: #fff;
    margin: 0;
    border-bottom: #eee solid 1px;
}
.box-head-w .box-title{
    margin: 0;
}
.box-content{
    padding: 15px;
}
.box > p{
    text-align: justify;
}
.box > table{
    width: 100% !important;
}
.box > div > table{
    width: 100% !important;
}

/* show all link */
.box-head .show-all{
    margin-top: -5px;
    margin-right: -8px;
}
.show-all{
    float: right;
    padding: 5px 8px;

}



/* Thumbnail and Thumbnail Actions and icons */

.thumbnail *{
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.thumbnail{
    position: relative;
    border:none;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 60%;
    overflow: hidden;
    background: #333 url("../img/play-bg.png") center no-repeat;
}
.thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}

.thumbnail-control{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.thumbnail:hover .thumbnail-control{
    background: rgba(0,0,0,0.2);
}
.thumbnail-control-inner{
    display: block;
    width: 100%;
    text-align: right;
}

.video-thumb-controls{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding:15px;

    background: rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(rgba(0,0,0,0) -20% , #000 150%);
    background: -o-linear-gradient(rgba(0,0,0,0) -20% , #000 150%);
    background: -moz-linear-gradient(rgba(0,0,0,0) -20% , #000 150%);
    background:linear-gradient(rgba(0,0,0,0) -20% , #000 150%);
}
.video-time {
    display: inline-block;
    color: #fff;
    padding: 3px 12px;
    border-radius: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.video-title h3{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
}
.video-title.video-title-inbox{
    padding: 25px;
}
.video-title.video-title-inbox h2{
    margin-top: 15px;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5em !important;
    height: 54px;
    overflow: hidden;
}
.play-video-ico {
    display: inline-block;
    background: url("../img/play.svg") center no-repeat;
    background-size:contain ;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}
.main-box .play-video-ico {
    width: 110px;
    height: 110px;
}
.thumbnail:hover .play-video-ico {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}

.video-item-share .share-onhover {
    position: relative;
}

.video-item-share .share-onhover a {
    background: #7eb54f;
    color: #fff;
    display: inline-block;
}

.video-item-share .share-onhover ul {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    z-index: 10;
    width: 120px;
    text-align: right;
}

.video-item-share .share-onhover ul li {
    display: inline-block;
}

.video-item-share .share-onhover:hover ul {
    max-height: 90px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;

}

.video-big-thumb .video-thumb-controls{
    padding:20px 90px 20px 20px;
}
.video-big-thumb .video-title h3{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.video-big-thumb .play-video-ico {
    width: 55px;
    height: 55px;
    top: inherit;
    bottom: 20px;
    left: inherit;
    right: 15px;
}


.card-thumb{
    position: relative;
}
.card-thumb img{
    width: 100%;
}
.card-thumb .td-mid{
    padding-bottom: 100px;
}
.card-thumb .td-mid h4{
    color: #fff;
}

.thumb-action-middle{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9;
    color: #fff;
    opacity: 0;

    -webkit-transform: rotate(2deg) scale(0.8);
    -moz-transform: rotate(2deg) scale(0.8);
    -ms-transform: rotate(2deg) scale(0.8);
    transform: rotate(2deg) scale(0.8);

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.card-thumb:hover .thumb-action-middle{
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
}

.thumb-action-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.thumb-action-bottom i{
    color: #fff;
}
.circle-icons a{
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}
.circle-icons a *{
    color: #fff;
    display: block;
}
.circle-icons a i{
    width: 60px;
    height: 60px;
    text-align: center;
    line-height:58px;
    font-size: 22px;
    background: rgba(255,255,255,0.2);
    border-radius: 100px;
    margin-bottom: 3px;
}



/* book thumb */
.book-box{
    -webkit-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    -moz-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    text-align: center;
}
.media-box{
    -webkit-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    -moz-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    box-shadow: rgba(0,0,0,0.04) 0 0 45px;
}

.book-thumbnail{
    display: block;
    text-align: center;
    padding-top: 20px;
    height: 200px;
}
.book-thumbnail img{
    margin: 0 auto;
    max-height: 100%;
}
.book-box .box-header{
    padding: 25px 0;
    height: 90px;
    display: block;
}

.bookThumb-Wrapp{
    position: relative;
}
.share-dropdown{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px;
}
.share-dropdown>a{
    display: block;
    width: 35px;
    height: 35px;
    background: #eff1f4;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 30px;
}

.share-dropdown .dropdown-menu {
    left: 15px;
    right: inherit;
    padding: 0;
    min-width: inherit;
    top: 15px;
    width: 35px;
}
.share-dropdown .dropdown-menu .socials a{
    border-radius: 0 !important;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    font-size: 16px;
}




/* box and box meta */
.box{
    position: relative;
}
.box-header{
    padding: 25px;
}

.box-meta{
    display: block;
    color: #777;
    font-size: 12px;
}
.box-author{
    display: block;
    margin-bottom: 10px;
}
.box-meta{
    display: block;
    color: #777;
}
.box-meta span{
    position: relative;
    padding-right: 15px;
    margin-right: 5px;
}
.box-meta span:after{
    content: "•";
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 18px;
}
.box-meta span:last-child:after {
    display: none;
    padding-left: 0;
    margin-left: 0;
}






/* box side thumb */

.box-side-thumb{
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.box-side-thumb{
    padding: 15px;
    margin-bottom: 0;
    border-bottom: #eee solid 1px;
    display: table;
    width: 100%;
}
.box-side-thumb:hover{
    background: #f9f9f9;
}
li:last-child> .box-side-thumb{
    border-bottom: 0;
}
.box-side-thumb:after{
    content: '';
    display: block;
    clear: both;
    width: 100%;
}
.box-side-thumb .thumbnail-side, .box-side-thumb .box-header{
    display: table-cell;
    vertical-align: middle;
}
.box-side-thumb .box-header{
    padding:0 0 0 15px;
}

.box-side-thumb .box-header h4, .box-side-thumb .box-header .box-author{
    margin-bottom: 5px;
}
.box-side-thumb .video-time {
    bottom: 5px;
    right: 5px;
    padding: 2px 8px;
}
.box-side-thumb .play-video-ico {
    width: 35px;
    height: 35px;
    margin: 5px;
}
.box-side-thumb.box-side-thumb-sm .thumbnail-side{
    width: 45%;
}
.box-side-thumb.box-side-thumb-sm .box-header{
    width: 55%;
}

.box-side-thumb.box-side-thumb-md .thumbnail-side{
    width: 35%;
}
.box-side-thumb.box-side-thumb-md .box-header{
    width: 65%;
}
.video-item-share{
    display: inline-block;
}
.video-item-share a{
    display: block;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: transparent solid 2px;
    text-align: center;
    border-radius: 60px;
}



/* side thumb xs */
.box-side-thumb.box-side-thumb-xs{
    padding: 8px 40px 8px 15px;
    border-bottom: #444 solid 1px;
}
li.active .box-side-thumb.box-side-thumb-xs, .box-side-thumb.box-side-thumb-xs:hover{
    background: rgba(153,153,153,0.3);
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}
.box-side-thumb-xs .box-header h6{
    margin-top: 0;
    margin-bottom: 0;
    color: #999;
}
li.active .box-side-thumb.box-side-thumb-xs .box-header h6, .box-side-thumb-xs:hover .box-header h6{
    color: #fff;
}
.box-side-thumb.box-side-thumb-xs .video-time {
    bottom: 0;
    left: 0;
    padding: 2px 0;
    right: 0;
    text-align: center;
    border-radius: 0;
    font-size: 12px;
}

.box-side-thumb.box-side-thumb-xs .thumbnail-side{
    max-width: 35%;
    width: 90px;
}
.box-side-thumb.box-side-thumb-xs .box-header{
    width: 65%;
}


/* slim scroll arrows */
.slimScrollBar{
    background: #bfbfbf !important;
    border-radius: 0 !important;
}

.slide-up-down{
    position: absolute;
    top: -53px;
    left: 15px;
    display: block;
    border: #eee solid 1px;
    box-shadow: rgba(0,0,0,0.1) 0 2px 5px;
    z-index: 99;
    background: #fff;
}

.slide-up-down a{
    display: inline-block;
    padding: 0;
    border-left: #eee solid 1px;
    width: 40px;
    height: 40px;
    float: right;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.slide-up-down a:last-child{
    border-left:0;
}
.slide-up-down a:hover{
    background: #f2f2f2;
}





/* dark section colors */
.dark-sec{
    background: #2e3849;
    color: #fff;
}
.dark-sec .box{
    background: rgba(0,0,0,0.1);
}
.dark-sec h1, .dark-sec h2, .dark-sec h3, .dark-sec h4, .dark-sec h5{
    color: #fff !important;
}
.dark-sec p{
    color: #ccc;
}
.dark-sec .video-item-share li a.addto-playlist {
    border-color: #777;
    color: #ccc;
}
.dark-sec .video-item-share li:hover a.addto-playlist{
    background: #fff;
    border-color: #fff;
    color: #333;
}



/* white section colors */
.white-sec{
    background: #fff;
}
.white-sec .box-header{
    padding-right: 0;
    padding-left: 0;
}



/* top views in "nav" */
.nav.top-viewsin-nav{
    display: inline-block;

}
.nav.top-viewsin-nav li{
    display: inline-block;
    margin-right: 0;
}
.nav.top-viewsin-nav li>a{
    font-weight: 600;
    border-radius: 5px;
}
.nav.top-viewsin-nav li.active>a{
    color: #fff;
}





/* loadmore-btn */
.loadmore-btn{
    text-align: center;
    display: block;
}
.loadmore-btn .btn-solid{
    font-weight: 600;
}
.loadmore-btn i{
    margin-left: 10px;
    display: inline-block;
}



/*
    icons
*/
.book-thumb-action{
    display: block;
    border-top:#f4f6f7 solid 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.book-thumb-action li{
    display: inline-block;
    width: 33.33%;
    float: right;
    text-align: center;
}
.book-thumb-action li a{
    display: block;
    border-left:#f4f6f7 solid 1px;
    padding: 15px 0;
}
.book-thumb-action li:hover a{
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 30px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 30px;
    box-shadow: rgba(0,0,0,0.1) 0 0 30px;
}
.book-thumb-action li:last-child a{
    border-left:0;
}
.book-thumb-action i{
    display: block;
    font-size: 30px;
    height: 30px;
    margin-bottom: 5px;

}
.book-ico{
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 30px;
}
.pdf-ico{color: #cb0606 !important;}
.doc-ico{color: #2a5699 !important;}
.pdf-ico .book-ico{
    background-image: url("../img/icos/pdf.png");
}
.doc-ico .book-ico{
    background-image: url("../img/icos/docs.png");
}
.fatawa-ico{
    height: 64px;
    width: 64px;
    background: url("../img/icos/fatawa-ico.png") center no-repeat;
}
.top-fatawa-ico{
    display: block;
    background-size: 45px;
    background-image: url("../img/icos/fatawa.svg");
    background-position: center;
    background-repeat: no-repeat;
}




.natural-bg{
    background-image:url("../img/natural-bg.jpg") ;
    background-color: #e2e8ec;
}


.fatwa-item-box{
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    -webkit-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    -moz-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    box-shadow: rgba(0,0,0,0.04) 0 0 45px;
}




/*
    Sounds player
*/
.sound-playList{
    border:#e6eaed solid 1px;
}
.control-play.ti-volume{
    color: #00abd5;
}
.sound-playList:after{
    content: '';
    clear: both;
    width: 100%;
    display: block;
}
.sound-playList.sound-playList-full {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;

}
.sound-playList.sound-playList-half li{
    width: 50%;
    float: right;
    margin-bottom: -1px;
    margin-left: 0;
    border-left:#e6eaed solid 1px;
}
.sound-item{
    height: 80px;
    width: 100%;
    display: table;
    position: relative;
}
.sound-item:hover{
    background: #f0fcfb;
}
.sound-item:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 70px;
    height: 1px;
    background: #e6eaed;
}
.sound-item-title{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding:30px 70px 30px 0;
}

.sound-item-title ul{
    color: #666;
}

.sound-playList-action{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    padding: 10px;
    padding-left: 20px;
}
.sound-item-title h3{
    display: block;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.sound-item-title i{
    position: absolute;
    top:5px;
    right: 25px;
    font-size: 30px;
    line-height: 70px;
    color: #c9d0d7;
}

.sound-playList-action a{
    display: block;
    font-size: 20px;
    color: #2e3849;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 5px;
    background: #f5f5f5;
    border-radius: 50%;
}
.sound-playList-action a:hover{
    color: #fff;
    background: #00abd5;
}
.sound-playList-action a.sound-item-title{
    display: none;
}

/* active */
li.active .sound-item{
    background: #f0fcfb;
}
li.active .sound-item h3, li.active .sound-item i.ti-control-play{

}
li.active .sound-item i.ti-control-play:before{
    content: "\e601"
}




/*  ==========================================================================
	--- Footer
	========================================================================== */
footer{

}
.footer-top{
}
.footer-top p{
    max-width: 600px;
    padding: 0;
}
.foot-logo{
    width: 25%;
    padding-left: 30px;
}
.footer-top-inner{
    position: relative;
    padding: 30px 0;
    background: #666;
}
.footer-top p{
    color: #fff;
    padding: 15px 0;
}

.copyright-text{
    display: inline-block;
}
.copyright-text.text-center{
    display: block;
}
.copyright-text p{
    padding: 15px 0;
}

.copyright{
    padding: 15px 0;
    background: #fff;
}
.copyright .socials{
    float: left;
    padding: 10px 0;
}


.follow-us>span{
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
.socials a{
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px !important;
    color: #fff;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
}

.thumb-action-middle .socials{
    margin-top: 5px;
}
.thumb-action-middle .socials a{
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px !important;
}



.foot-nav li a{
    display: block;
    border-bottom: rgba(255,255,255,0.2) solid 1px;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
}
.foot-nav li:last-child a{
    border-bottom: none;
}


/*
    inner pages
*/

ul.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 0;
    color: #ddd;
}
ul.breadcrumb a {
    font-size: 14px;
    color: #fff;
}




.pagination{
    display: block;
    text-align: center;
    position: relative;
}
.pagination>li{
    display: inline-block;
}

.pagination-previous span i, .pagination-next span i{
    display: inline-block;
    margin-top: 11px;
}

.pagination>li>a, .pagination>li>span{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    border:#f0f2f4 solid 1px;
    background: #fff;
    color: #8e9ba8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.pagination>li.pagination-next a, .pagination>li.pagination-prev a{
    width: 70px;
    line-height: 45px;
}

.pagination>li:hover>a{
    color: #222;
    background: #fff;
}
.pagination li .pagination-sep{
    color: #9fadba !important;
    border:transparent solid 1px !important;
    background: #f0f2f5 !important;
}
.pagination>li:hover>a{
    box-shadow: rgba(0,0,0,0.1) 0 0 30px;
}
.pagination>li.active>a, .pagination>li.active:hover>a{
    border:transparent solid 1px;
    color: #fff;
}




/*
    quote-item
*/
.quote-item{
    display: block;
    padding: 30px 0 30px 30px;
    margin-right: 50px;
    position: relative;
    border-bottom: #f2f3f6 solid 1px;
}
.quoteItem-icon{
    position: absolute;
    top: 25px;
    right: -75px;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 89px;
    font-size: 80px;
    color: #ccc;
    border-radius: 50%;
    border: #f2f3f6 solid 2px;
    background: #fff;
}
.quote-item p{
    padding: 0;
}

.testimonial-box{
    background: #ecf0f2;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
}
.testimonial-box p{
    word-break: break-word;
    text-align: justify;
}
.testimonial-box:after{
    position: absolute;
    content: '';
    border-top: #ECF0F2 solid 25px;
    border-left: transparent solid 35px;
    border-right: transparent solid 35px;
    right: 0;
    bottom: -15px;
}


/*
    Category Menu
*/
.category-menu{

}
.category-menu .panel {
    margin-bottom: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}
ul.category-subsubmenu {
    background: rgba(255,255,255,0.8);
    margin: 0 10px 10px 10px;
    box-shadow: rgba(0,0,0,0.1) 0 0 30px;
    position: relative;
}
.category-subsubmenu:after {
    position: absolute;
    content: '';
    border-bottom: #fff solid 15px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
    right: 20px;
    top: -15px;
}

.book-box .bookThumb-Wrapp {
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.book-box:hover .bookThumb-Wrapp {
    box-shadow: inset rgba(255, 255, 255, 1) 0 0px 0px 10px;
    background: rgba(0, 171, 213, 0.05);
}

li a.title-highlight{
    background: rgba(0, 171, 213, 0.07) !important;
}
.category-menu ul li a{
    display: block;
    padding: 15px 15px 15px 45px;
    border-bottom: #eee solid 1px;
    font-size: 16px;
    position: relative;
}
.category-menu .panel i.collapse-sub {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.category-menu ul li a.collapsed i:before{
    content: "\e64b";
}
.category-menu ul li.active a{
    padding-right: 25px;
}
.category-menu ul li.active a:after{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 18px;
    right: 10px;
    border-radius: 50%;
}
.category-menu ul li a i{
    position: absolute;
    top: 17px;
    left: 15px;
    color: #777;
}

.category-submenu{
    background: #ecf0f2;
    margin-bottom: 15px;
    position: relative;
}
.category-submenu:after{
    position: absolute;
    content: '';
    border-bottom: #ecf0f2 solid 15px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
    right: 10px;
    top: -15px;
}
.category-menu .category-submenu li a{
    padding-right: 30px;
    border-bottom-color:#fafbfc;
    font-weight: 300;
    color: #666;
}
.category-menu .category-submenu li:hover a{
    background-color: rgba(255,255,255,0.4);
    color: #000;
}

.categoryMenu-mobTrigger-Wrapp{
    display: none;
    padding: 25px;
    margin-top: -50px;
    margin-bottom: 30px;
}
.categoryMenu-mobTrigger{
    display: none;
    color: #fff !important;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 999;
    border-radius: 50px;
    line-height: 50px;
    padding: 0 5px 0 20px;
}
.categoryMenu-mobTrigger>i{
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
}
.categoryMenu-mobTrigger>span {
    margin-right: 5px;
}
.body-fixed .categoryMenu-mobTrigger{
    padding: 0 5px;
    right: -300px;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
}
.body-fixed .categoryMenu-mobTrigger>i:before{
    content: "\e646";
}
.body-fixed .categoryMenu-mobTrigger>span{
    display: none;
}

.categoryMenu-mobTrigger.trigger-opened i:before{
    content: "\e646";
}

.box-post{
    padding: 30px;
}
.post-foot{
    background: #fbfbfb;
    border-top:#efefef;
}
.post-foot .box-post{
    max-width: 900px;
}
.box-post .share-dropdown{
    top: 30px;
    left: 20px;
}
.fatwa-post h2{
    padding-left: 30px;
}



.share-box{
    padding: 5px;
    background: #fff;
    border:#e8ebed solid 1px;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.share-box:hover{
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 45px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 45px;
    box-shadow: rgba(0,0,0,0.1) 0 0 45px;
}
.share-box span{
    padding-right: 65px;
    display: block;
}
.share-box img{
    position: absolute;
    top: 5px;
    right: 8px;
    width: 50px;
}
.share-box span strong{
    display: block;
    font-size: 22px;
}


.post-nav{
    display: block;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.post-nav:hover{
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    -moz-box-shadow: rgba(0,0,0,0.04) 0 0 45px;
    box-shadow: rgba(0,0,0,0.04) 0 0 45px;
}
.post-nav h4{
    margin-bottom: 5px;
}
.post-nav.postNav-prev{
    padding-right: 50px;
}
.post-nav.postNav-next{
    padding-left: 50px;
}
.post-nav i{
    position: absolute;
    top: 20px;
    width: 50px;
    font-size: 30px;
    text-align: center;
}
.post-nav.postNav-prev i{
    right:0;
}
.post-nav.postNav-next i{
    left: 0;
}



/*
followus-links
   */
.followus-links{
    overflow: hidden;
    margin-left: 15px;
}

.followus-links li a{
    display: table;
    padding:10px 15px;
    width: 100%;
}
.followus-icon{
    width: 60px;
}
.followus-links li a i{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #f4f6f7;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
    margin-left: 15px;
}
.followus-links li a:hover{
    color: #222;
    -webkit-box-shadow: rgba(0,0,0,0.08) 0 0 45px;
    -moz-box-shadow: rgba(0,0,0,0.08) 0 0 45px;
    box-shadow: rgba(0,0,0,0.08) 0 0 45px;
}
.followus-links li a strong{
    display: block;
}

.follow-whatsapp-ico{
    background-image: url("../img/icos/whatsapp.svg");
    background-repeat: no-repeat;
    background-position: center;
}





/*  ==========================================================================
	Responsive
	========================================================================== */

@media only screen and (min-width: 1260px){
    .container {
        width: 1250px;
    }
}
@media only screen and (min-width: 1200px){
    #search-block{
        display: inline-block !important;
    }
}

@media only screen and (max-width: 1200px){

    #search-block{
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background: #fff;
        top: 0;
        z-index: 9;
    }
    .typeahead{
        height: 68px;
        border-radius: 0 !important;
        font-size: 18px;
        font-weight: 300;
        border:0;
    }
    .search-trigger{
        display: block !important;
    }

    #search-block .search-close{
        display: block;
        line-height: 68px;
    }
    #search-block .search-submit{
        display: none;
    }

    .cols-4 .article-grid{
        width:33.3333%;
    }
}


@media only screen and (min-width: 991px){
    #side-navigation{
        display: inline-block !important;
    }
    .category-menu{
        display: block !important;
        opacity: 1 !important;
    }
    .side-header nav>ul>li>a i {
        display: none !important;
    }

}


@media only screen and (max-width: 991px){
    .main-section{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .box{
        margin-bottom: 15px;
    }
    .side-header{
        text-align: center;
        padding: 0 5px;
    }
    .page-header-sec{
        padding: 5px 0;
    }
    .page-header-sec .container{
        padding-right: 5px;
        padding-left: 5px;
    }
    .side-header .logo{
        float: none !important;
        display: inline-block;
        text-align: center !important;
        margin: 0 auto;
    }
    #side-navigation{
        display: inline-block;
    }
    .menu-trigger{
        margin-top: 2px;
        margin-left: 0;
    }
    .header-side{
        margin-top: -2px;
    }
    .inner-page-title {
        color: #ccc;
        margin-top: 10px;
    }
    .breadcrumb>li+li:before{
        padding-left: 0;
    }
    ul.breadcrumb{
        margin-bottom: 10px;
    }
    ul.breadcrumb a {
        color: #ccc;
    }
    .sec-title-inner h1{
        font-size: 24px;
        display: block;
    }
    .page-header-sec .sec-title{
        margin-bottom: 5px;
    }

    .page-index .side-header .logo a {
        visibility: visible;
        width: 118px;
    }
    .logo-header{
        display: none;
    }

    .menu-trigger{
        display: block !important;
    }
     #side-navigation .nav {
         position: fixed;
         z-index: 99;
         left: -350px;
         overflow-y:scroll ;
         top: 0;
         width: 300px;
         max-width: 80%;
         background: #fff;
         height: 100%;
         margin: 0 !important;
         box-shadow: rgba(0,0,0,0.2) 0 0 40px;

         -webkit-transition: all .3s ease-in-out;
         -ms-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out;
     }
    .side-header nav>ul>li>a i {
        margin-left: 5px;
        background: rgba(0, 171, 213, 0.11);
        color: rgba(0, 171, 213, 1);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
    }
    .nav-open{
        overflow: hidden;
    }
    #side-navigation:after{
        position: fixed;
        content: '';
        z-index: 9;
    }
    .nav-open #side-navigation:after{
        width: 100%;
        height: 100%;
        top:0;
        right: 0;
        background: rgba(0, 172, 212, 0.57);
    }
    .body-fixed a.cat-nav-close {
        display: block;
    }
    .side-header nav>ul>li>a b.caret{
        float: left;
        margin-left: 15px;
        margin-top: 7px;
    }
    .main-wrapper{
        position: relative;
        left: 0;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .side-header nav#side-navigation ul.nav{
        background: rgba(255, 255, 255,0.94);
    }

    .side-header nav>ul>li.active a {
        color: #fff;
    }
    .side-header nav>ul>li.active>a i{
        background:#fff ;
    }

    .side-header nav>ul>li>a.main-nav-close{
        border: none !important;
        display: block;
    }
    .side-header nav>ul>li>a.main-nav-close:after{
        display: none !important;
    }
    .side-header nav>ul>li>a.main-nav-close i{
        color: #fff;
    }
    .nav-open #side-navigation .nav{
        left: 0;
    }
    .main-nav-s1>ul>li{
        position: relative !important;
        display: block;
        float: none;
        width: 100%;
    }
    .side-header nav>ul>li>a{
        padding: 15px 0;
        margin: 0 0 0 17px;
        border-bottom: rgba(0, 171, 213, 0.11) solid 1px;
    }
    nav .dropdown-menu{
        position: relative;
        width: 100%;
        display: none !important;
        box-shadow: none;
        border: none;
    }
    nav .dropdown-menu a{
        color: #fff;
    }
    nav .dropdown.open .dropdown-menu{
        display: block !important;
    }
    .lang-menu>a span{
        display: none;
    }
    
	.cols-4 .article-grid{
		width:50%;
	}
	.cols-3 .article-grid, .cols-2 .article-grid{
		width:100%;
	}


    .box-side-thumb.box-side-thumb-sm .thumbnail-side {
        width: 35%;
    }
    .box-side-thumb.box-side-thumb-sm .box-header {
        width: 65%;
    }

/*
    sec titles
*/



    .sec-title-center {
        text-align: center;
        padding: 30px 0 15px 0;
    }
    .sec-title, .sec-inner, .sec-title-inner, ul.breadcrumb{
        display: block;
        text-align: center;
        clear: both;
    }

    .read-more.read-more-side{
        display: inline-block;
        position: relative;
        left: inherit;
        top: inherit;
        margin-top: 10px;
    }
    .inner-page-title .sec-title i, .inner-page-title .sec-title .secTitle-icon{
        display: none;
    }
    .sec-title i, .sec-title-center>img{
        display: none;
    }

    .sound-playList.sound-playList-half li {
        width: 100%;
        float: none;
        margin-bottom: 0;
        border-left: none;
    }
    .side-slider:after{
        display: none;
    }
    .foot-logo {
        width: 45%;
    }
    .controls_s2 .owl-nav .owl-prev, .controls_s2 .owl-nav .owl-next {
        top: -86px;
    }
    .controls_s2 .owl-nav .owl-prev {
        right: 0;
        left: inherit;
    }
    .video-thumb-controls{
        text-align: right;
    }
    .sec-title p{
        height: inherit;
    }



    /*
        .category-menu
    */
    .body-fixed{
        overflow: hidden;

    }

    .category-menu{
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99;
        height: 100%;
        width: 100%;
        max-width: 500px;
        padding-left: 50px;

        -webkit-transition: right .3s ease-in-out;
        -ms-transition: right .3s ease-in-out;
        transition: right .3s ease-in-out;
    }
    .body-fixed .category-menu{
        right: 0;
    }
    .category-menu:after{
        background: rgba(0,0,0,0.2);
        content: '';
        width: 0;
        height: 100%;
        top:0;
        right: 0;
        position: fixed;
    }
    .body-fixed .category-menu:after{
        width: 100%;
    }
    .category-menu>ul{
        height: 100%;
        padding-bottom: 90px;
        position: relative;
        z-index: 9;
        background: #fff;
        box-shadow: rgba(0,0,0,0.2) 0 0 40px;
        overflow-y: scroll;
    }
    .categoryMenu-mobTrigger {
        display: block;
    }
    .category-menu ul li a.categoryMenu-mobTrigger i {
        text-align: right;
        position: static;
        float: none;
        clear: both;
        background: #ccc;
        padding: 15px;
        border-radius: 50%;
    }

    .categoryMenu-mobTrigger-Wrapp{
        display: block;
    }

    .follow-us{
        margin-top: 30px;
    }


    .foot-nav li:last-child a{
        border-bottom: rgba(255,255,255,0.2) solid 1px;
    }


}

@media only screen and (max-width: 768px){

    .nav.top-viewsin-nav{
        display: block;
        clear: both;
        margin-top: 15px;
    }
    .main-box .play-video-ico{
        width: 80px;
        height: 80px;
    }
    .cols-4 .article-grid{
        width:50%;
    }

    .sec-title-inner{
        display: block;
    }

    .sec-title-inner h1{
        margin: 0 !important;
        font-size: 26px;
    }
    .sec-title-inner p{
        display: none;
    }
    .read-more{
        padding: 0 30px;
    }



    .main-video-player .custom-player, .main-video-player #main-player:not(.jw-flag-fullscreen){
        height: 350px !important;
    }

    .list>li{
        display: block;
        float: none;
        width: 100%;
        border-bottom: #eee solid 1px;
        border-right:  0;
    }


    .pagination{
        position: relative;
        padding-top: 60px;
    }
    .pagination-next, .pagination-prev{
        position:absolute;
        top: 0;
        width: 48%;
    }
    .pagination>li.pagination-next a, .pagination>li.pagination-prev a{
        width: 100%;
    }
    .pagination-next{
        left: 0;
    }
    .pagination-prev{
        right: 0;
    }

    .follow-us>span, .follow-us .socials{
        text-align: center;
    }
    .footer-top-inner{
        text-align: center;
    }
    .footer-top-inner .tbl, .footer-top-inner .td-mid, .follow-us{
        display: block;
        text-align: center;
        width: 100%;
    }




}



@media only screen and (max-width: 520px){
    .col-xxs-12{
        width: 100%;
    }
    .lang-menu>a{
        padding-left: 0;
    }
    .side-header .logo{
        width: 130px;
    }

    .cols-4 .article-grid{
        width:100%;
    }


    .list-view-switch{
        display: none;
    }
    .box-side-thumb.box-side-thumb-md .box-header, .box-side-thumb.box-side-thumb-md .thumbnail-side{
        width: 100%;
        display: block;
    }
    .box-side-thumb.box-side-thumb-md .box-header{
        padding: 15px;
    }

    .parallax, .parallax2{
        background-size: cover !important;
        background-position: center !important;
        background-attachment: inherit !important;
    }


    .main-video-player .custom-player, .main-video-player #main-player:not(.jw-flag-fullscreen){
        height: 200px !important;
    }
    
    .sound-item-title {
        padding-right: 50px;
        padding-left: 70px;
    }
    .sound-item-title i {
        right: 12px;
        font-size: 24px;
    }
    .sound-playList-action {
        left: 0;
        padding-left: 12px;
    }


    .footer-top-inner .tbl .td-mid{
        display: block;
        clear: both;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .copyright .copyright-text, .copyright .socials{
        display: block;
        text-align: center;
        float: none;
    }
    .post-foot .box-post{
        padding: 30px 10px;
        text-align: center;
    }
    .share-box span {
        padding-right: 45px;
        text-align: right;
    }
    .share-box img {
        top:15px;
        width: 30px;
    }
    .pagination>li>a, .pagination>li>span{
        width: 40px;
    }




/*** old style ***/
}
#content{
    text-align: justify;
}

@font-face {
    font-family: 'kfgqpc_uthmanic_script_hafsRg';
    src: url('../../fonts/KFGQPCUthmanicScriptHAFS.eot');
    src: url('../../fonts/KFGQPCUthmanicScriptHAFS.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/KFGQPCUthmanicScriptHAFS.otf') format('truetype'),
    url('../../fonts/KFGQPCUthmanicScriptHAFS.woff') format('woff'),
    url('../../fonts/KFGQPCUthmanicScriptHAFS.woff2') format('woff2'),
    url('../../fonts/KFGQPCUthmanicScriptHAFS.svg#kfgqpc_uthmanic_script_hafsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.aya {
    font-family: "kfgqpc_uthmanic_script_hafsRg" !important;
    text-align: justify;
    direction: rtl;
    unicode-bidi:bidi-override;
    font-weight: normal;
    color: #780000;
    font-size: 18px;
}
.noteBody{
    display: block;
}
.card-total-views {
    top: 10px;
    right: 10px;
    z-index: 9;
    padding: 8px;
    display: inline-block;
    position: absolute;
    color: #fff;
    border-radius: 10px;
}
.card-total-views span {
    display: block;
    font-size: 10px;
}
.card-total-views strong {
    font-family: arial;
}
.socials li svg {
    width: 26px;
}
.socials li svg path {
    fill: #fff;
}