@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
    margin: 0;
    padding: 0;
}

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

@font-face {
    font-family: Greorgia;
    src: url(..fonts/Georgia.woff) format(woff);
}

@font-face {
    font-family: Jameel Noor;
    src: url(..fonts/JameelNooriNastaleeq.woff) format(woff);
}

@font-face {
    font-family: "Nastaliq";
    src: url("/NotoNastaliqUrdu-Regular.ttf");
    font-display: swap;
}


/* 
:root {
    --fallback: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --sansTypeface: var(--fallback);
    --serifTypeface: var(--sansTypeface);
}

.fonts-loaded {
    --sansTypeface: "Nastaliq", var(--fallback);
    --serifTypeface: var(--sansTypeface);
} */

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

input:focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

#scorll-top {
    position: fixed;
    display: block;
    right: 0;
    bottom: 50px;
    z-index: 1400;
    width: 32px;
    height: 32px;
    padding: 6px;
    display: none;
    background: #272727;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#scorll-top span {
    width: 100%;
    height: 100%;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scorll-top span .icon {
    color: #c6c6c6;
    padding: 1px;
    font-size: 14px;
}


/* Header Began here */

.res-nav {
    display: none;
}

.rgba.active {
    transform: translateX(0px);
}

.menu-parent {
    display: none;
}

.menu-parent ul {
    width: 30px;
    text-align: center;
    margin: 0;
    overflow: hidden;
}

.menu-parent ul li {
    list-style: none;
    height: 3px;
    background: #efefef;
    width: 100%;
    margin: 3.5px 0;
    opacity: 1;
}

.menu-parent ul li:last-child {
    width: 80%;
}

header {
    background: #fff;
    padding: 6px 0;
    display: flex;
    align-items: center;
    height: 70px;
}


/* header ul li:nth-child(3) img,
header ul li:nth-child(6) img {
    margin-top: 2px;
} */

header ul li a {
    display: inline-block;
    /* padding: 4px 0; */
}


/* header ul li a img {
height: 28px;
transition: all 0.5s ease;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);

}
header ul li a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
*/

.seacrh a {
    display: block;
}

.seacrh .seacrh-icon {
    float: right;
    color: #00729e;
    font-size: 25px;
    margin-top: 2px;
}

.search-form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.search-form.active {
    visibility: visible;
    opacity: 1;
}

.seacrh input {
    height: 33px;
}

.close-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    cursor: pointer;
    color: #70798b;
    text-align: center;
    font-size: 20px;
}


/* Header End here */


/* Nav Began here */

.nav {
    background: #2a52c1;
}

.nav ul {
    margin: 0;
    border-bottom: 0px solid #e9e9e9;
    display: flex;
}

.nav .container {
    padding-left: 0;
}

.nav ul li {
    float: left;
    list-style: none;
    position: relative;
    flex: 1 1 auto;
}

.nav ul li a {
    font-family: 'Lato', sans-serif;
    display: block;
    padding: 2px 0px;
    color: #001d71;
    font-size: 15px;
    font-weight: bold;
    transition: all .25s ease-in-out;
}


/* 
.nav ul li:first-child a {
    color: #717171;
    font-size: 18px;
} */

.nav ul li a:hover {
    color: #000;
}

.nav ul li:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.nav .custom-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 280px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    top: 80px;
    background: #fff;
    z-index: 1000;
}

.nav .custom-dropdown li {
    float: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}

.nav .custom-dropdown li:first-child a {
    font-size: 14px;
}

.nav .custom-dropdown li a {
    color: #606666;
    padding: 8px 0;
    font-size: 14px;
}

.nav .custom-dropdown li a img {
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.nav .custom-dropdown li a:hover {
    color: #606666;
}

.nav .custom-dropdown li a:hover img {
    margin-right: 15px;
}


/* Nav End here */


/* Latest Began here*/

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

#latest {
    padding: 10px 0;
}

#latest h5 {
    background: #e8e8e8;
    color: #b8b8b8;
    padding: 6px 16px;
}

#vertically-slider {
    width: 60%;
    text-align: center;
    border: 1px solid #cacaca;
    height: 36px;
}

#vertically-slider .carousel-inner a {
    padding: 6.2px 0;
    display: block;
    color: #f93324;
    font-size: 15px;
    font-weight: bold;
}

.blank-bg {
    background: #ccc;
    height: 35.5px;
    width: 30%;
    margin-left: 5px;
}


/* Latest End here*/


/* Popular News Began here */

#popular-news .owl-stage {
    left: -100px;
}

.popular-news-slider .item {
    background: indianred;
    height: 350px;
}

.popular-news-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #232323;
    font-size: 25px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    outline: 0;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 56px;
    transition: all .15s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

#popular-news:hover .owl-nav [class*=owl-] {
    visibility: visible;
    opacity: 1;
}

.popular-news-slider.owl-carousel.owl-theme .owl-next {
    right: 15px;
    left: auto !important;
}

.slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    /*height: 1902px;*/
}

.slider-content span.tag {
    background: #35144f;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
}

.slider-content .title {
    color: #fff;
    font-size: 20px;
    margin: 0px 0;
    line-height: 24px;
}

#popular-news .item img {
    height: 100%;
}

.slider-content .date-time li {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}

.slider-content .date-time li span.admin {
    color: #b82520;
}


/* Popular News End here */


/* Webpros Began here */

#webpros {
    padding-bottom: 25px;
    padding-top: 20px;
}

.webpros-banner {
    margin-bottom: 10px;
}

.headlines .bb {
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.headlines h6 {
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 4px 0;
    color: #000;
    border-bottom: 4px solid #f9cb2d;
    margin-bottom: 2px;
}

.res-view-all {
    display: none;
}

.headlines .nav-pills {
    float: right;
}

.headlines .nav-pills .nav-link.active,
.headlines .nav-pills .show>.nav-link {
    background: transparent;
    color: blue;
}

.headlines ul li {
    padding: 0;
}

.headlines ul li a {
    font-size: 14px;
    padding: 4px;
}

.headlines .tab-content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 12.5%;
    text-align: center;
    border-collapse: collapse;
    height: 40px;
}

.li-br {
    border-right: 1px solid #e9e9e7;
}

.li-bb {
    border-bottom: 1px solid #e9e9e7;
}

.headlines .tab-content ul li a {
    display: block;
}

.headlines .view-all {
    display: inline-block;
    margin-top: 10px;
    color: #44a512;
    font-size: 18px;
    transition: all 0.35s;
}

.headlines .view-all .icon {
    font-size: 14px;
}

.headlines .view-all:hover {
    color: #000;
}


/* Webpros End here */


/* Focus and Feature Began here */

#focus-feature {
    background: #e7e7e7;
    overflow: hidden;
    padding-bottom: 20px;
}

#focus-feature h4 {
    font-family: Greorgia;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #ff0000;
    margin: 0;
}

#focus-feature ul.tags {
    margin-bottom: 20px;
    overflow: hidden;
}

#focus-feature ul.tags li {
    float: left;
    background: #fff;
    border-radius: 5px;
    width: max-content;
    margin-top: 10px;
    margin-right: 15px;
}

#focus-feature ul.tags li a {
    display: block;
    font-size: 22px;
    padding: 6px 25px;
    font-family: Georgia;
    transition: all .25s ease-in-out;
}

#focus-feature ul.tags li a:hover {
    color: #000;
}

#focus-feature .focus h4 {
    padding-bottom: 30px;
}

#focus-feature .focus-banner,
#focus-feature .res-focus-banner {
    padding-top: 14px;
}

.res-focus-banner {
    display: none;
}

#focus-feature .focus-banner img,
#focus-feature .res-focus-banner img {
    float: right;
    width: 25%;
    height: 100%;
}

#focus-feature .focus-banner a,
#focus-feature .res-focus-banner a {
    color: #fff;
    transition: all .25s ease-in-out;
}

#focus-feature .focus-banner a:hover,
#focus-feature .res-focus-banner a:hover {
    color: #000;
}

#focus-feature .focus-banner .text,
#focus-feature .res-focus-banner .text {
    background: red;
    color: #fff;
    height: 148px;
}

#focus-feature .focus-banner .text p,
#focus-feature .res-focus-banner .text p {
    display: inline-block;
    font-size: 42px;
    width: 75%;
    margin: 0;
    padding: 20px;
    font-family: 'Noto Nastaliq Urdu Draft', serif;
    /* font-family: "Nastaliq"; */
    /* font-family: Jameel Noor; */
}

#focus-feature .featured p {
    font-size: 21px;
    font-family: Georgia;
    color: #004bf4;
    transition: all .25s ease-in-out;
}

#focus-feature .featured a:hover p {
    color: #000;
}


/* Focus and Feature End here */


/* Health Performance Began here */

#helth-proformance {
    padding: 40px 0;
}

#helth-proformance .links ul {
    margin: 0;
}

#helth-proformance .links ul li {
    margin-bottom: 15px;
}

#helth-proformance .links ul li a {
    font-size: 16px;
    display: block;
    padding: 10.4px 15px;
    border: 1px solid #aab1ba;
    border-radius: 5px;
    font-weight: bold;
    color: #378fc7;
    transition: all .25s;
}

#helth-proformance .links ul li a:hover {
    color: #000;
}

#helth-proformance .health-news h4 {
    float: left;
    margin: 0;
    font-size: 20px;
    padding: 4px 0;
    color: #797979;
}

.health-news .nav-pills .nav-link.active,
.health-news .nav-pills .show>.nav-link {
    background: transparent;
    color: blue;
}

#helth-proformance .health-news .health-tab {
    float: right;
}

#helth-proformance .health-news .health-tab li a {
    font-size: 14px;
    padding: 4px;
}

.helth-div ul li {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 7px;
}

.helth-div ul li:last-child,
#helth-proformance .links ul li:last-child {
    margin: 0;
}

.helth-div ul li a {
    display: block;
    overflow: hidden;
    padding: 7.5px 15px;
}

.helth-div ul li a:hover p {
    color: #378fc7;
}

.helth-div ul li .text {
    width: 80%;
    float: left;
}

.helth-div ul li .text p {
    font-family: Arial, Helvetica, sans-serif;
    color: #302103;
    font-weight: bold;
    font-size: 17px;
    transition: all .25s;
}

.helth-div ul li .text span {
    font-family: Arial, Helvetica, sans-serif;
    color: #636365;
    font-size: 12px;
}

.helth-div ul li .image {
    width: 20%;
    float: left;
}

.helth-div ul li .image img {
    height: 75px;
}

.helth-div ul li a p {
    margin: 0;
}


/* Health Performance End here */


/* Book Began here */

#books h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

#books h5:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    background: #f64e2a;
    width: 6.2%;
}

#books .see-all a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
    transition: all .25s;
}

#books .see-all a:hover {
    color: #378fc7;
}

#books .see-all a .icon {
    font-size: 12px;
    margin-bottom: 1px;
}

#books .all-books {
    padding-bottom: 40px;
}

#books .item {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0;
    height: 328px;
    width: 100%;
}

#books .item:last-child {
    padding: 0;
}

#books .item .card {
    height: 100%;
}

#books .item .card-body {
    padding: 10px;
}

#books .item .card-link {
    color: #00a2d9;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
}

#books .item .card-text {
    color: #a99d92;
    font-size: 12px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}


/* Book End Here */


/* Special Section Began Here*/

#special-section {
    padding-bottom: 20px;
}

#special-section .col-md-3 {
    padding-right: 15px;
    padding-left: 0;
}

#special-section .col-md-3:nth-child(4),
#special-section .col-md-3:last-child {
    padding-right: 0;
}

#special-section h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

#special-section h5:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    background: #f64e2a;
    width: 6.2%;
}

#special-section .row a {
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    color: #1153de;
    padding: 25px 0;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #7c7d80;
    transition: all .25s ease-in-out;
}

#special-section a:hover {
    color: #000;
}

#special-section ul li a p {
    margin: 0;
}


/* Special Section End Here*/


/* Shop Began here */

.res-veiw-all-shop {
    display: none;
}

.shop-banner-res {
    display: none;
}

#Shop {
    background: #790127;
    overflow: hidden;
}

#Shop h4 {
    font-family: Greorgia;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #fff;
    margin: 0;
}

#Shop ul.tags {
    margin-bottom: 10px;
    overflow: hidden;
}

#Shop ul.tags li {
    float: left;
    background: #fff;
    border-radius: 5px;
    width: max-content;
    margin-top: 10px;
    margin-right: 15px;
}

#Shop ul.tags li a {
    display: block;
    font-size: 22px;
    padding: 6px 25px;
    font-family: Georgia;
}

#Shop .focus h4 {
    padding-bottom: 10px;
}

#Shop .shop-banner {
    padding-top: 14px;
}

#Shop .abaya-dresses img {
    height: 88%;
}

.main-abaya .imgs:nth-child(3),
.main-abaya .imgs:nth-child(4) {
    display: none;
}


/* Shop End here */


/* Audio Video began here */

#audio-video {
    background: #f3f3f3;
    margin-top: 20px;
    padding-bottom: 40px;
}

#audio-video h5 {
    float: left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 4px solid #f9cb2d;
    margin-bottom: 10px;
}

#audio-video .see-all {
    float: right;
    margin: 15px 0;
}

#audio-video .owl-stage {
    left: -50px;
}


/* Audio Video end here */


/* Useful Tool Began here*/

#useful-tool {
    padding-top: 25px;
    padding-bottom: 55px;
    overflow: hidden;
}

#useful-tool h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

#useful-tool h5:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    background: #71a8b5;
    width: 6.2%;
}

#useful-tool ul.useful-ul {
    margin-bottom: 20px;
}

#useful-tool ul.useful-ul li {
    float: left;
    height: 45px;
    padding: 50px 24px;
}

#useful-tool ul.useful-ul li a {
    display: block;
}

#useful-tool ul.useful-ul li a p {
    margin: 0;
    font-size: 15px;
    color: #000;
    transition: all .15s ease-in-out;
}

#useful-tool ul.useful-ul li a:hover p {
    color: #ff002d;
}

#useful-tool ul.useful-ul li a span:first-child {
    width: 100%;
    display: block;
    text-align: center;
}

#useful-tool ul.useful-ul li a span:last-child {
    width: 100%;
    display: block;
    text-align: center;
}


/* Useful Tool End here*/


/* History Began here */

#history {
    padding: 30px 0;
    position: relative;
}

#history h5 {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

#history h5:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    background: #71a8b5;
    width: 6.2%;
}

#history .braket {
    position: relative;
    padding: 55px 0;
}

#history .braket:after {
    content: url(../images/brakets.png);
    position: absolute;
    right: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
}

#history .braket:before {
    content: url(../images/brakets.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}

#history p {
    margin: 0;
    font-size: 24px;
    color: #638dad;
}

#history .date {
    font-weight: bold;
}


/* Hostory End here */


/* footer began here */

footer {
    background: #dfdfdf;
    overflow: hidden;
}

footer h4 {
    text-align: center;
    color: #505050;
    font-size: 14px;
    padding: 10px 0;
}

footer .footer-links h6 {
    color: #505050;
    font-weight: bold;
    font-size: 14px;
}

footer .footer-links ul li {
    line-height: 27px;
}

footer .footer-links ul li a {
    color: #505050;
    font-size: 14px;
    display: inline-block;
}

.follow-us {
    padding-top: 70px;
}

.follow-us h6 img {
    width: 18px;
}

.follow-us h6 span {
    margin-right: 0.5rem;
}

.follow-us .icon {
    width: 1rem;
    text-align: left;
    font-size: 18px;
}

.follow-us ul li span {
    margin-left: 0.5rem;
}

.follow-us ul li:first-child .icon {
    color: #56a8ee;
}

.follow-us ul li:last-child .icon {
    color: #5677cf;
}

.subscribe .input-group button,
.subscribe .btn-outline-secondary:not(:disabled):not(.disabled).active,
.subscribe .btn-outline-secondary:not(:disabled):not(.disabled):active,
.subscribe .show>.btn-outline-secondary.dropdown-toggle {
    width: 130px;
    background: #2492f4;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.subscribe .input-group input {
    box-shadow: none;
    outline: none;
}

.subscribe .input-group button:focus {
    box-shadow: none;
    outline: none;
}

.term-condition p {
    color: #b1bbc6;
    font-size: 14px;
}

.term-condition p a {
    color: #8ec2f4;
}

.copy-right p {
    color: #000;
    font-size: 11px;
}

.social-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links ul li {
    float: left;
    margin: 0 7px;
}

.social-links ul li a {
    color: #55697a;
    transition: all .15s ease-in-out;
}

.social-links ul li a:hover {
    color: #fff;
}

.social-links ul li a .icon {
    font-size: 18px;
}

.res-footer-logo {
    display: none;
}


/* footer end here */


/* search page began here */

.search-page {
    padding: 30px 0;
}

.search-page button {
    padding: 6px 50px;
    background: #371450;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.search-page button:hover {
    background: #940b36;
    box-shadow: none;
    color: #fff;
}


/* search page end here */

.social-dropdown {
    float: left;
    position: relative;
    z-index: 10000 !important;
    display: none;
}

.social-dropdown .social-dropdown-btn {
    margin-top: -3px;
}

.social-dropdown .social-dropdown-btn img {
    width: 25px;
    cursor: pointer;
}

.social-dropdown .social-dropdown-btn i {
    color: #12b1ff;
    margin-top: 5px;
    cursor: pointer;
}

.social-dropdown .social-dropdown-item ul {
    display: none;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
}

.social-dropdown .social-dropdown-item ul li {
    list-style: none;
    float: none;
    margin: 0px;
    padding: 0px;
}

.social-dropdown .social-dropdown-item ul li a {
    margin: 8px 0px;
    display: block;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #12b1ff;
    align-items: center;
    justify-content: center;
}

.social-dropdown .social-dropdown-item ul li:nth-child(1) a {
    background: #3b5998;
}

.social-dropdown .social-dropdown-item ul li:nth-child(2) a {
    background: #008000;
}

.social-dropdown .social-dropdown-item ul li:nth-child(3) a {
    background: #55acee;
}

.social-dropdown .social-dropdown-item ul li:nth-child(4) a {
    background: #007bb5;
}

.social-dropdown .social-dropdown-item ul li a i {
    color: #fff;
}

.update-stripe {
    background: #fff;
    box-shadow: 2px 4px 10px rgba(39, 59, 69, 0.4);
    margin: 20px 0px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}

.update-stripe p {
    margin-bottom: 0px;
}

.update-stripe .highlight {
    color: #1295ff;
    font-weight: bold;
}

.update-stripe i {
    margin-left: 20px;
}

.index-e-heading {
    position: relative;
    text-transform: uppercase;
    color: #494949;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.index-e-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background: #f8cb32;
}

.index-e-slides .item a {
    color: #000;
}

.index-e-slides .item p {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.index-e-slider .owl-carousel .owl-nav.disabled,
.index-e-slider .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.index-e-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 13px 9px !important;
    border-radius: 0px 6px 6px 0px;
}

.index-e-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 13px 9px !important;
    border-radius: 6px 0px 0px 6px;
}

.index-e-slider .magzin-slides.owl-carousel .owl-nav button.owl-prev {
    top: 20px;
}

.index-e-slider .magzin-slides.owl-carousel .owl-nav button.owl-next {
    top: 20px;
}

.index-e-slider .owl-carousel i {
    font-size: 24px;
    color: #fff;
}

.magzin-slides .item {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.plunge-into-world {
    background: #f6fafd;
    padding: 50px 0px;
    border-top: 1px solid #f1f1f1;
}

.plunge-into-world ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 24px;
}

.plunge-into-world h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}

.plunge-into-world ul li img {
    margin-right: 15px;
}

.category-page {
    position: relative;
}

.category-left {
    background: #ececec;
    width: 220px;
    height: auto;
    float: left;
    padding: 22px;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 1500px;
    z-index: 1000;
}

.category-left h4 {
    font-size: 18px;
    border-bottom: 1px solid #969696;
    padding-bottom: 15px;
    display: inline;
    font-weight: bold;
}

.category-left ul {
    margin: 0px;
    padding: 0px;
}

.category-left ul li {
    list-style: none;
    padding-bottom: 10px;
}

.category-left ul li a {
    color: #333;
}

.category-left ul li a:hover {
    color: #359cff;
    font-weight: bold;
}

.category-right {
    width: calc(100% - 220px);
    height: auto;
    margin-left: 220px;
    padding: 22px;
}

.category-right h4 {
    font-weight: bold;
    font-size: 18px !important;
    float: left;
}

.category-right select {
    width: 250px;
    float: left;
    margin-left: 20px;
    margin-top: -5px;
}

.category-right .category-right-list ul {
    margin: 0px;
    padding: 0px;
}

.category-right .category-right-list ul li {
    float: left;
    list-style: none;
    text-align: center;
}

.category-right .category-right-list ul li img {
    margin-bottom: 5px;
}

.category-right .category-right-list ul li span {
    font-size: 14px;
}

.card-img-top {
    padding-right: 8px;
}

.category-right .btn-group-lg>.btn,
.category-right .btn-lg {
    padding: 0.5rem 5rem;
}

.inner-page-section {
    padding: 15px 0px;
}

.inner-page-section-left .btn {
    border-radius: 0px;
}

.inner-page-section-right h2 span {
    color: #999;
    font-weight: normal;
}

.inner-right-table td {
    color: #333;
}

.inner-right-table td:first-child {
    width: 20%;
    background-color: #fcfcfc;
    font-weight: bold;
}

.inner-right-table.table td {
    padding: 6px 12px;
}

.inner-social-icons {
    list-style: none;
}

.inner-social-icons li {
    padding: 10px 5px;
    width: 20%;
    text-align: center;
    float: left;
}

.inner-social-icons li i {
    font-size: 36px;
}

.inner-magazine-details-section h4 {
    font-size: 18px;
    color: #4896de;
    border-bottom: 2px solid #4896de;
    display: inline;
    padding-bottom: 10px;
}

.v-ads img {
    margin-bottom: 5px;
    /* width: 100%; */
}

.paper img {
    width: 100%;
}

.content-section {
    padding-top: 10px;
}

.content-section>div[class^="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}

.content-section .page-link {
    padding: 10px 10px !important;
    border: 0px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 16px;
    margin: 0px 4px;
}

.content-section .page-link:hover {
    background: none;
    background: #178fff;
    color: #fff;
}

.content-section .page-item:first-child a {
    /* background: #6c6c6c; */
}

.content-section .page-link.selected {
    background: #007bff;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border-radius: 15px;
}

.footer-list ul {
    margin: 0px;
    padding: 0px;
}

.footer-list ul li {
    list-style: none;
    float: left;
    margin: 5px 8px;
}

.footer-list ul li a {
    color: #203064;
    font-size: 14px;
    display: block;
    transition: all 0.45s;
}

.footer-list ul li a:hover {
    color: blue;
}

.fotr-p {
    font-size: 14px;
}

.text-danger {
    color: #848484!important;
}

a.text-danger:focus, 
a.text-danger:hover {
    color: #000!important;
}

.content-section-box {
    display: flex;
}

.content-box-1 {
    width: 20.5%;
}

.content-box-2 {
    width: 65%;
    padding-left: 10px;
    padding-right: 10px;
}

.content-box-3 {
    width: 14.5%;
}

.content-box-1 img,
.content-box-3 img {
    width: auto;
}

.content-box-2-detail {
    width: 100`%;
}

.mobile-left-list {
    margin-bottom: 0px;
}

.mobile-left-list ul {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #ffed93;
}

.mobile-left-list ul li {
    list-style: none;
}

.mobile-left-list ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #0788d3;
    padding: 0px 0px;
    line-height: 42px;
    border-bottom: 1px solid #ffed93;
    font-size: 14px;
    display: block;
    transition: all 0.45s;
}

.mobile-left-list ul li a:hover {
    padding-left: 15px;
}

.mobile-left-list-2 {
    margin-bottom: 0px;
}

.mobile-left-list-2 ul {
    margin: 0px;
    padding: 0px;
}

.mobile-left-list-2 ul li {
    list-style: none;
}

.mobile-left-list-2 ul li a {
    text-decoration: none;
    background: #3cadc9;
    color: #fff;
    padding: 0px 10px;
    line-height: 42px;
    font-size: 14px;
    display: block;
    margin: 5px 0px;
    transition: all 0.45s;
}

.mobile-left-list-2 ul li a:hover {
    background: crimson;
}

.index-welcome-text {
    /* text-align: center; */
}

.index-welcome-text h2 {
    font-weight: 100;
    color: #0033c0;
}

.paper-list {
    display: block;
    text-align: center;
    width: 95%;
    box-shadow: 2px 4px 10px rgba(39, 59, 69, 0.2);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.45s;
    cursor: pointer;
}

.paper-list:hover {
    box-shadow: 2px 4px 10px rgba(39, 59, 69, 0.5);
}

.paper-list span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #5100e7;
}

.paper-list img {
    opacity: 1;
}

.paper-list img:hover {
    opacity: 1.0;
}

.copyright {
    background: #dfdfdf;
}

.copyright p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    height: 60px;
}

.top-right-nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.top-right-nav ul li {
    list-style: none;
}

.top-right-nav ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 35px !important;
    text-align: center;
    border-right: 1px solid #0f359e;
    min-width: 85px;
    max-height: 35px;
}

.top-right-nav ul li a span.englishText {
    display: none;
    font-size: 14px;
}

.top-right-nav ul li a:hover {
    color: #fff;
}

ul.inner2-social-icons {
    margin: 0px;
    padding: 0px;
    margin: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
}

ul.inner2-social-icons li {
    list-style: none;
    background: #ccc;
    color: #fff;
    width: 20px;
    height: 24px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    text-align: center;
}

ul.inner2-social-icons li a i {
    color: #fff;
    font-size: 15px;
}

ul.inner2-social-icons li:nth-child(1) {
    background: #549af5;
}

ul.inner2-social-icons li:nth-child(2) {
    background: #42c1f2;
}

ul.inner2-social-icons li:nth-child(3) {
    background: #d8595f;
}

ul.inner2-social-icons li:nth-child(4) {
    background: #429ac8;
}

ul.inner2-social-icons li:nth-child(5) {
    background: #74e280;
}

.top-left-nav {
    margin-top: 20px;
}

.top-left-nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.top-left-nav ul li {
    list-style: none;
}

.top-left-nav ul li a {
    text-decoration: none;
    color: #000;
    transition: all 0.45s;
}

.top-left-nav ul li a:hover {
    color: crimson;
}

.content-box-2 h2 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

.contact-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.contact-box h3 {
    color: #5100e7;
    font-size: 20px;
    font-weight: 400;
}

.contact-box p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

.contact-box p span {
    color: #939393;
}

.contact-box .btn {
    color: #939393;
    border: 1px solid #ccc;
    color: #ff5102;
    font-size: 17px;
    border-radius: 0px;
    padding: 10px 32px;
    margin-top: 25px;
    transition: all 0.45s;
}

.contact-box .btn:hover {
    border: 1px solid #ff5102;
    background: #ff5102;
    color: #fff;
}

.about-box {
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    transition: all 0.45s;
    margin-bottom: 20px;
}

.about-box:hover {
    transform: scale(1.1);
}

.about-box p {
    margin-bottom: 0px;
    color: #5a5a5a;
    font-size: 14px;
}

.about-box h4 {
    color: #ff5102;
    font-size: 17px;
}

.top-right-logos ul {
    display: flex;
    flex-direction: row-reverse;
    height: 60px;
    align-items: center;
}

.top-right-logos ul li {
    list-style: none;
    margin: 4px 10px;
}

.logo {
    display: block;
}

.saharalogo {
    width: 25px;
    margin-left: 45px;
}

.paper-box {
    width: 100%;
    margin: 0;
    float: left;
    position: relative;
    border: 1px solid #EEE;
    overflow: auto;
}

.draggable {
    cursor: all-scroll;
}

.controlBtn {
    cursor: pointer;
    transition: all 0.45s;
}

.controlBtn:hover {
    transform: scale(1.1);
}

.paper-box {
    height: 1500px;
}

.page-zoom-text {
    color: #2a52c1;
    font-weight: 600;
    font-size: 18px;
}

.logo span {
    color: #333;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.nav .nav-toggle-btn {
    display: none;
}

.mobile-pagination {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px;
}

.social-page-icons {
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.social-page-icons ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.social-page-icons ul li {
    list-style: none;
    display: inline-block;
}

.social-page-icons ul li a {
    margin-right: 15px;
}

.social-page-icons ul li a span {
    color: #555;
    display: inline-block;
    margin-left: 5px;
}

.table-social-icons tr td {
    padding: 10px;
    padding-left: 0px;
    padding-right: 25px;
}

.table-social-icons tr td:first-child {
    color: #999999;
}

.table-social-icons i {
    font-size: 24px;
    margin-right: 7px;
}

.fb-color {
    color: #3f55ab;
}

.linkedin-color {
    color: #007ab9;
}

.tw-color {
    color: #60b8ff;
}

.insta-color {
    color: #e0478f;
}

.logo-slider.index-e-slides.owl-carousel .owl-item img {
    min-height: auto !important;
    max-height: auto !important;
    object-fit: unset !important;
    width: 90px;
    height: 35px;
}

.index-e-slider .logo-slider.owl-carousel .owl-nav button.owl-prev {
    top: 16% !important;
}

.index-e-slider .logo-slider.owl-carousel .owl-nav button.owl-next {
    top: 16% !important;
}

.bottom-logo-slider-box {
    /* background: url(../images/bottom-logo-bg.jpg) repeat-x; */
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px;
}

.bottom-logo-slider-box p {
    margin-bottom: 0px;
}

.bottom-logo-slider-box img {
    /* width: 90px !important; */
    /* min-width: 100%; */
    margin: auto;
    /* margin-bottom: 10px; */
}

.logo-slider.index-e-slides.owl-carousel .owl-item img {
    min-height: auto !important;
    max-height: auto !important;
    object-fit: unset !important;
    width: 90px;
    height: 35px;
}

.index-e-slider .logo-slider.owl-carousel .owl-nav button.owl-prev {
    top: 16% !important;
}

.index-e-slider .logo-slider.owl-carousel .owl-nav button.owl-next {
    top: 16% !important;
}

.index-e-heading {
    position: relative;
    text-transform: uppercase;
    color: #494949;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.index-e-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background: #f8cb32;
}

.index-e-slides .item a {
    color: #000;
}

.index-e-slides .item p {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.index-e-slider .owl-carousel .owl-nav.disabled,
.index-e-slider .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.index-e-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 6px !important;
    border-radius: 0px 6px 6px 0px;
}

.index-e-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 6px !important;
    border-radius: 6px 0px 0px 6px;
}

.index-e-slider .owl-carousel .owl-nav button.owl-prev svg,
.index-e-slider .owl-carousel .owl-nav button.owl-next svg {
    color: #fff;
}

.index-e-slider .magzin-slides.owl-carousel .owl-nav button.owl-prev {
    top: 20px;
}

.index-e-slider .magzin-slides.owl-carousel .owl-nav button.owl-next {
    top: 20px;
}

.index-e-slider .owl-carousel i {
    font-size: 24px;
    color: #fff;
}

.pagination-toggle {
    display: none;
}

.pagination-close {
    display: none;
}

.pagination-title {
    display: none;
}

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