@import url('https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.woff2') format('woff2'),
        url('../fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.woff2') format('woff2'),
        url('../fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
        url('../fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fjalla_oneregular';
    src: url('../fonts/fjallaone-regular-webfont.woff2') format('woff2'),
        url('../fonts/fjallaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'd-dindin-bold';
    src: url('../fonts/fontsfree-net-d-din-bold-1-webfont.woff2') format('woff2'),
        url('../fonts/fontsfree-net-d-din-bold-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-family:'meezan_eot'; src:url('../fonts/meezan.com-webfont.woff'); font-family:"Open Sans",sans-serif;

}
@font-face {
    font-family: 'd-dindin-bold';
    src: url('../fonts/fontsfree-net-d-din-bold-1-webfont.woff2') format('woff2'),
        url('../fonts/fontsfree-net-d-din-bold-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

  html {
    position: relative;
    min-height: 100%;
  }
  body{
    font-family: 'fjalla_oneregular', sans-serif;
    color: #2c2c2c;
    margin-bottom: 80px;
  }
  img {max-width: 100%;}
  p{
    font-size: 18px;
  }
/************************New Start*****************************/
.main-section {
    background: url(../img/home-8-bg.png) no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position:bottom center;
    /* padding-bottom: 80px;
    height: calc(100vh - 80px); */
  }
  .container{max-width: 1500px;}
  .logo img{width: 100%;}
  .header {
    padding:30px 0 0;
  }
  .border-10 {
    border: 10px solid #d2ab67;
    border-bottom: 0;
  }
  .header-banner {padding: 0 40px;}
  .header-banner img {width: 100%;}
  .header-banner h1 {
    color: #fe0101;
    font-size: 4em;
    margin: -14% 0 0;
    font-family: 'd-dindin-bold';
    text-transform: uppercase;
  }
  .header-banner .mobile {
    display: none;
  }
  .mk-pic {
    width: 118%;
    margin-left: -40px;
    max-width: none;
  }
  .content .mobile {
    display: none;
  }
  .content {
    max-width: 860px;
    margin: -2% auto 0;
    color: #fff;
  }
  .content .btn {
    background: url(../img/btn-bg.png) repeat-x;
    color:#fff;
    border: 0;
    font-size: 1em;
    padding: 10px 20px;
  }
  .content .btn:hover{
    outline: none;
    box-shadow: none;
  }
  .content h1 {
    color: #fe0101;
    font-size: 4em;
    margin: 0 0;
    font-family: 'd-dindin-bold';
    text-transform: uppercase;
  }
  .content h2{
    direction: rtl;
    font-size: 2.5em;
  }
  .content p{
    direction: rtl;
    font-size: 1.5em;
  }
  
  .content-home-8{
    position: relative;
    text-align: center;
    padding: 100px 0;
  }
  
  a.mk-logo-right {
    position: absolute;
    right: 25px;
    top: 50px;
  }
  
  img.mas-nabwi-img {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 310px;
  }
  
  img.mk-img {
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 450px;
  }
  
  .service-list-contain{
    margin-top: 80px;
  }
  
  .service-list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  
  .service-list-bg {
    display: inline-block;
    background-image: url('../img/button-shape.png');
    background-size: 100%;
    padding: 13px;
    height: 70px;
    width: 100%;
    font-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .service-list {text-align: center; width: 22%;}
  .service-list a {
    color: #000;  
    text-decoration: none;
  }
  .service-list a span{
    color: #2e3192;
    font-size: 27px;
    font-weight: bold;
    padding: 5px 5px;
  }
  
  .service-list h4 {
    font-size: 20px;
    margin-top: 5px;
    font-family: 'd-dindin-bold';
  }
  .social-icons { padding:15px 0 15px;}     
  .footer {
    background: url(../img/footer-bg.jpg) repeat-x #393334;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .footer ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 5px 0;
  }
  .footer a {text-decoration: none; color: #fff; font-size: 16px; font-family: 'd-dindin-bold';}
  .body-bg {height: 100%;}
  
  
  .copyright-reserved{
   font-size: 15px;
   font-weight: 400;
   margin-bottom: 0;
   margin-top: 6px;
   font-family: sans-serif;
  
  }
  
  .mobile {display: none !important;}

  /***************New End****************/
/* 
html,
body {
    height: 100%;
    margin: 0;
} */
.wrapper::before {
    content: "";
    background: url('../img/top-bar.jpg') repeat-x;
    width: 100%;
    height: 40px;
    position: absolute;
}
.wrapper {
    min-height: 100%;
    background: url('../img/main-background-2.jpg') #4971a1;
    background-repeat: no-repeat;
    background-size: cover;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -125px;
}

/* .footer,
.push {
    height: 125px;
}

body {
   
    width: 100%;
    min-height: 100vh;
} */

.top-nav {
    /* height: 150px; */
    padding: 0px 0 0;
}

.top-nav.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.query-input input.form-control {
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
}

.query-input input.form-control:focus {
    padding-left: 15px;
}

.navbar-brand {
    max-width: 150px;
    width: 100%;
    margin: 0px 2% 0 0;
}

.navbar-brand img {
    width: 100%;
}

/* .container {
    max-width: 1240px !important;
} */
/* .custom-nav li.nav-item img {
    display: block;
   
    margin: -42px 0 17px;
    max-height: 24px;
} */

select.form-select {
    font-family: 'd-dindin-bold';
}

h5.card-title {
    font-family: 'd-dindin-bold';
}

ul.navbar-nav.custom-nav {
    flex-direction: unset;
    margin-top: 50px;
    width: 100%;
    justify-content: space-between;
}

.custom-nav {
    /* background-color: #3C4761; */
    gap:20px
}

nav.navbar.top-nav .container {
    flex-wrap: initial;
}

.custom-nav li {
    /* display: inline-block; */
    padding: 2px 0px;
    text-align: center;
    width: 100%;
}

.nav-item:first-child {
    /* margin-left: 20px; */
}

.nav-item:last-child {
    /* margin-right: 20px; */
}

.nav-link {
    color: #000 !important;
    /* font-weight: bold !important; */
    font-family: 'fjalla_oneregular';
    width: 100%;
    padding: 0 !important;
}
.custom-nav li .nav-list-bg{
    background: #fff;
    border: 2px solid #d2ab67;
    border-radius: 5px;
    display: block;
    color: #2e3192;
    width: 100%;
    font-size: 28px;
    padding: 4px 10px;
    margin-bottom: 5px;
    white-space: nowrap;
}

/* .custom-nav li .nav-list-bg img { max-height: 27px;} */

.custom-nav li h4{
    font-size: 18px;

}
.img-container {
    position: relative;
}

.hero_image {
    width: 65%;
}

.name-image {
    width: 500px;
    position: absolute;
    bottom: -90px;
    left: 0;
}

input[type=search] {
    background-color: #2C3B52;
    padding-left: 40px;
    border: 2px solid #fff;
    border-radius: 10px;
}

input[type=search]::placeholder {
    color: white;
    font-weight: bold;
}

select {
    background-color: #2C3B52 !important;
    /* padding-left: 40px !important; */
    border: 2px solid #fff !important;
    border-radius: 10px !important;
    color: #fff !important;
    /* font-weight: bold !important; */
}

.form-outer {
    position: relative;
}

.icon {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: white;
    margin: 0 10px;
}

.card {
    background-color: #2C3B52 !important;
}

.card-list {
    color: #498EAF;
    font-weight: bold;
    list-style: none;
    padding-left: 0px;
}

.card-list li {
    padding-bottom: 10px;
    font-family: 'd-dindin-bold';
    position: relative;
    padding-left: 20px;
}

.card-list li:last-child {
    padding-bottom: 0px;
}

.card-list li:before {
    position: absolute;
    left: 0;
}

.card-list li:before {
    content: '✓ ';
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.normal-p {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.bold-p {
    font-weight: 900;
    font-size: 22px;
    margin: 0;
    padding: 0;
}

.light-p {
    font-size: 14px;
    font-weight: 300;
}

.desc {
    line-height: 0.9;
}

.social-icons a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    /* background-color: #fff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons a img {
    width: 100%;
}

.social-icons a i {
    font-size: 24px;
}

/* .footer {
    background-image: url('../img/footer-layer.jpg');
    background-color: #392E32;
    background-repeat: repeat-x;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     position: absolute;
    bottom: 0px; 
    width: 100%;
}

.footer p {
    font-size: 12px;
    font-family: 'ralewayregular';
    font-weight: 300;
    font-size: 16px;
}
.footer .social-icons {
    padding:30px 0 0;
    justify-content: center !important;
} */
.custom-nav2 {
    padding-top: 0px;
}

.custom-nav2 li {
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
    padding: 0px 5px;
    font-family: 'ralewayregular';
}

.custom-nav2 li a {
    font-family: 'ralewayregular';
}

.custom-nav2 .nav-item:first-child {
    margin-left: 0px;
}

.copyright {
    text-align: center;
    font-size: 9pt;
    font-family: 'ralewaylight';
    color: #000;
}

.copyright span {
    display: block;
    font-family: 'ralewayregular';
    font-size: 12pt;
    color:#000 !important;
}

.ghamdi-mobile-app {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2ab67+0,d2ab67+100 */
    background: #866936;
    background: -moz-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: -webkit-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: linear-gradient(to bottom, #866936 0%, #d2ab67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866936', endColorstr='#d2ab67', GradientType=0);
    /* IE6-9 */
    border: 0px !important;
    border-radius: 15px !important;
}

.mobile {
    display: none;
}


.sidebar-menu {
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 15px !important;
    background: #866936;
    background: -moz-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: -webkit-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: linear-gradient(to bottom, #866936 0%, #d2ab67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866936', endColorstr='#d2ab67', GradientType=0);
}
.sidebar-menu h2 {
    color: #fff;
    font-size: 23px;
    padding: 10px 20px 0;
    font-family: 'd-dindin-bold';
    margin:0px;
}

ul.nav-menu-sidebar li {
    background: url(../img/sidebar-nav-line.jpg) repeat-x;
    background-position: left bottom;
    background-size: initial;
    padding: 0 20px;
}
ul.nav-menu-sidebar li:last-child { background: none;}
ul.nav-menu-sidebar {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0 0 0;
}

ul.nav-menu-sidebar li a {
    padding:5px 0px 20px 13px;
    display: inline;
    line-height: 40px;
}

ul.nav-menu-sidebar li .arrow, span {
    /* color: #fff !important;
     font-weight: bold !important; 
    font-family: 'fjalla_oneregular';
    cursor: pointer; */
}

ul.nav-menu-sidebar li.active  {
    background-color:#7586adad
}

nav .navbar .links li.active {
    background-color:#7586adad
}



.language-list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
}

.language-list ul li {
    padding: 0 3px;
}

.language-list {
    align-items: baseline;
}

.language-list ul li a {
    color: #000;
    text-decoration: none;
}
.language-list .form-outer {
    background: #866936;
    background: -moz-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: -webkit-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: linear-gradient(to bottom, #866936 0%, #d2ab67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866936', endColorstr='#d2ab67', GradientType=0);
    border-radius: 30px;
    padding: 0 20px 0 0;
}

.language-list input.form-control {
    background:none;
    background-repeat: no-repeat;
    background-size: 44px;
    background-position: right center;
    border: 0;
    padding: 4px 30px 6px 15px;
    color: #fff;
    min-width: 300px;
}
.language-list input.form-control:focus {box-shadow: none;}
.pagination .page-link{color: #000;}
.video-box {
    display: flex;
    align-items:center;
    gap: 10px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    position: relative;
}

.video-box p.video-detail-scholar-name {
    margin-right: 5px;
}

.video-box h4 {
    font-size: 15px;
    text-align: left;
    color: #000509;
    height: 60px;
    line-height: 19px;
    /* overflow: hidden; */
}

.video-box p {
    font-size: 14px;
    text-align: right;
    margin: 0;
    color: #0c4d7f;
}

.video-box p span {
    color: #000509 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.video-box:hover {
    background: #d2ab67;
    color: #fff ;
}
.video-box:hover p,.video-box:hover h4,.video-box:hover p span{
color:#fff !important;
}
.video-publish-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.filter-grids {padding-bottom: 10px;}
.desktop {
    display: block;
}

.mobile {
    display: none;
}
.detail-video img {
    width: 100%;
}
.audio-wrap {
    width: 100%;
    padding: 20px 0 20px;
}

.audio-wrap audio {
    width: 100%;
}
.audio-action {
    justify-content: space-between;
    padding: 10px 10px;
    border-radius: 5px;
    background: #866936;
    background: -moz-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: -webkit-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: linear-gradient(to bottom, #866936 0%, #d2ab67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866936', endColorstr='#d2ab67', GradientType=0);
    margin-bottom: 5px;

}
.audio-action a {text-decoration: none; color: #fff;}
.audio-action a img {
    vertical-align: middle;
}
.social-sharing {
    background: #d9ecf6;
    padding: 10px 10px;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box,linear-gradient(to right, #d2ab67, #d2ab67) border-box;
    /* background: linear-gradient(white, white) padding-box,linear-gradient(to right, #72beff, #63a3ff) border-box; */
border: 2px solid transparent;
}

.social-sharing a {
    margin: 0 5px;
}
.title-bg {
    background: #866936;
    background: -moz-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: -webkit-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: linear-gradient(to bottom, #866936 0%, #d2ab67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866936', endColorstr='#d2ab67', GradientType=0);
    padding: 7px 20px 10px;
    border-radius: 30px;
    margin: 0 0 10px;
}
.title-bg h2{color:#fff; font-size: 20px; margin: 0; padding: 0;}
.detail-desciption {
    background: #d9ecf6;
    padding: 10px 10px;
    border-radius: 10px;
    /* border-bottom: 1px solid #000; */
    margin: 20px 0 20px;
    /* background: linear-gradient(white, white) padding-box, linear-gradient(to right, #72beff, #63a3ff) border-box; */
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #d2ab67, #d2ab67) border-box;
border: 2px solid transparent;
font-family: sans-serif !important;
}
.detail-comment select {background: none !important; border:1px solid #000 !important; font-size: 12px !important; font-weight: 400 !important; padding: 5px !important; color: #000 !important;}
.detail-comment textarea {    background: #fff; margin-top: 5px;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #72beff, #63a3ff) border-box;
border: 2px solid transparent;
}
.detail-desciption h5 { font-size: 16px; font-weight: bold;}
.detail-desciption p { font-size: 14px; color: #000;}
.detail-comment {
    margin: 30px 0 40px;
}
.detail-title h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: right;
    margin: 0;
}
.detail-title {
    padding: 14px 0;
    background: url(../img/line-sprater.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    position: relative;
    margin-bottom: 5px;

}
.detail-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../img/line-sprater.png);
    background-repeat: no-repeat;
    background-position: top left;
    content: "";
    height: 5px;
    background-size: 100%;
}
.audio-box:hover {
    background: #d2ab67;
    color: #fff ;
}
.audio-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f2f2f2;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}
.audio-box h4 {
    font-size: 16px;
    text-align: left;
    color: #000509;
    height: 43px !important;
}
.audio-box p {
    font-size: 12px;
    text-align: right;
    margin: 0;
    color: #0c4d7f;
}
.audio-desc a span {
    display: block;
    /* background: #d2ab67;
    background: -moz-linear-gradient(top, #d2ab67 0%, #d2ab67 100%);
    background: -webkit-linear-gradient(top, #d2ab67 0%, #d2ab67 100%);
    background: linear-gradient(to bottom, #d2ab67 0%, #d2ab67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ab67', endColorstr='#d2ab67', GradientType=0); */
    padding: 0px 0px 2px;
    border-radius: 14px;
    margin: 3px 0 0;
}
.audio-desc div {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
}
.audio-desc div span {
    color: #000509 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.audio-desc div span{display: block;}
.audio-box:hover p, .audio-box:hover h4, .audio-box:hover p span,.audio-box:hover a {
    color: #fff !important;
}
.audio-detail {
    width: 100%;
}
.download-audio-btn a{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: inherit;
}
.video-date {font-size: 14px; font-weight: bold;}
.video-date span {
    padding-left: 15px;
}
.top-nav .container { position: relative;}
.contact-form .form-control {
    background: #fff;
    border-radius: 10px;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form label {
    font-weight: bold;
}
.contact-form .btn {
    background: #866936;
    background: -moz-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: -webkit-linear-gradient(top, #866936 0%, #d2ab67 100%);
    background: linear-gradient(to bottom, #866936 0%, #d2ab67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#866936', endColorstr='#d2ab67', GradientType=0);
color: #fff;
min-width: 150px;
    font-weight: bold;
    border: 0;
    border-radius: 5px;
}
button.navbar-toggler {
    background: #bf8531;
    color: #fff;
    border: 0;
    padding: 3px 8px;
}
.about-text {
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 36px;
}
@media screen and (max-width: 1399px) {
    .audio-grid .col-lg-4 {
        width: 50%;
    }
.custom-nav li{
    padding:2px 1px
}
.custom-nav li .nav-link {padding-left: 0 !important; padding-right: 0 !important;}
.audio-detail-wrap .col-lg-3 {
    width: 35%;
}
.audio-detail-wrap .col-lg-9 {
    width: 65%;
}
.download-audio-btn a {font-size: 13px;}
.audio-actions-wrap .col-md-4, .audio-actions-wrap .col-md-8 {
    width: 50%;
}
}
@media screen and (max-width: 1199px) {
.img-container {
    position: relative;
    width: 55%;
}
.row.ghamdi-forms .col-4.col {
    flex: 0 0 44%;
}
.hero_image {
    width: 95%;
}
}
@media screen and (max-width: 991px) {
    .custom-nav li .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
.audio-detail-wrap .col-lg-9,
.audio-detail-wrap .col-lg-3  {
    width: 100%;
}
button.navbar-toggler {
    background: #bf8531;
    color: #fff;
    border: 0;
    padding: 3px 8px;
    margin-top: 6px;
}

button.navbar-toggler:focus {
    box-shadow: none;
}
.desktop {
    display: none;
}

.mobile {
    display: block;
}
.top-nav.navbar-expand-lg .navbar-collapse {
    justify-content: end;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 100px;
    z-index: 99;
    padding: 0px 10px;
}

.custom-nav li.nav-item img {
    display: inline;
    /* width: 20%; */
    margin: 0px 0 0px 20px;
    max-height: 14px;
    filter: brightness(0) invert(1);
    height: auto;
}

nav.navbar.top-nav .container {
    flex-wrap: initial;
    align-items: flex-start;
}

.custom-nav li {
    background: url(../img/mobile-menu-line.png) no-repeat;
    background-position: left bottom;
    background-size: contain;
}


.custom-nav li:last-child {
    background: none;
    margin: 0;
}

ul.navbar-nav.custom-nav {
    flex-direction: column;
    margin-top: 0px;
    border-radius: 15px !important;
    /* max-width: 130px;
float: right; */
    background: #d2ab67;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d2ab67 0%, #d2ab67 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d2ab67 0%, #d2ab67 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d2ab67 0%, #d2ab67 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ab67', endColorstr='#d2ab67', GradientType=0);
    /* IE6-9 */
}

.custom-nav li a {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
}

.nav-item:first-child {
    margin-left: 0px;
}

.custom-nav2 li {
    font-size: 12px;
    padding: 0px 4px;
}
.language-list {
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
}
.cat-filter-mobile {
    width: 100%;
    margin: 8px 0 0;
}
.language-list .cat-filter-mobile .form-outer {
    width: 50%;
    border: 0 !important;
    padding: 4px 10px !important;
    border-radius: 40px !important;
}

.form-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 5% 0 0;
}

.form-col {
    flex: 0 0 55%;
}

.form-row .form-col:last-child {
    flex: 0 0 45%;
    /* padding: 10px 13px; */
    padding-top: 16px;
    padding-bottom: 7px;
}
.social-icons {
    display: flex;
    margin-top: 0px;
    /* margin-bottom: 10px; */
    align-content: center;
    justify-content: center !important;
    width: 100%;
}
.social-icons.desktop {
    display: none !important;
}
}

/* Tablet screen */

@media screen and (max-width: 960px) {
   
    .category-close-btn {
        vertical-align: middle !important;
        height:1.5em !important; 
        /* width: 0.4em !important; */
        margin-left: 10px !important;
    }
    .list-page-heading {
        font-weight: 100 !important;
        font-size: 14px !important;
    }
    .top-nav {
        /* height: 150px; */
        /* padding: 5% 0 0; */
    }
    .mobile-menu .custom-nav li .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    input[type=search],
    input[type=text],
    .form-select {
        background-color: #2C3B52;
        padding-left: 34px;
        /* border: 0 !important; */
        font-size: 14px;
        /* border-radius: 20px !important; */
    }

    .form-outer label.form-label {
        font-weight: bold;
    }

   

    
    .language-list {
        width: 100%;
        justify-content: space-between;
    }
    .language-list ul {
        font-size: 14px;
    }
    .language-list h2 {
        font-size: 14px;
    }
    .language-list .form-outer {width: 100%;padding: 0 10px 0 0;}
    .language-list input.form-control {
        padding: 4px 30px 6px 15px;
        font-weight: 400 !important;
        font-size: 12px;
        background-size: 30px;

    }
    .cat-filter-mobile select {
        font-size: 12px;
        padding: 7px 10px !important;
        border: 0 !important;
        border-radius: 30px !important;
        font-weight: 400 !important;
    }
    
    .cat-filter-mobile {
        width: 100%;
        padding: 0px 0 2px;
    }
    
    .cat-filter-mobile .d-flex {
        gap: 10px;
    }
  

    .navbar-brand {
        max-width: 90px;
        margin: 0;
    }

    .custom-nav li.nav-item img {
        display: inline;
        /* width: 20%; */
        margin: 0px 0 0px 20px;
        max-height: 14px;
        filter: brightness(0) invert(1);
        height: auto;
    }

    nav.navbar.top-nav .container {
        flex-wrap: initial;
        align-items: flex-start;
    }

    .custom-nav li {
        background: url(../img/mobile-menu-line.png) no-repeat;
        background-position: left bottom;
        background-size: contain;
    }

 
    .custom-nav li:last-child {
        background: none;
        margin: 0;
    }

    ul.navbar-nav.custom-nav {
        flex-direction: column;
        margin-top: 0px;
        border-radius: 15px !important;
        /* max-width: 130px;
    float: right; */
        background: #d2ab67;
        /* Old browsers */
        background: -moz-linear-gradient(top, #d2ab67 0%, #d2ab67 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #d2ab67 0%, #d2ab67 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #d2ab67 0%, #d2ab67 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ab67', endColorstr='#d2ab67', GradientType=0);
        /* IE6-9 */
    }

    .custom-nav li a {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
        font-size: 12px;
    }

    .nav-item:first-child {
        margin-left: 0px;
    }

    .custom-nav2 li {
        font-size: 12px;
        padding: 0px 4px;
    }

    .footer p {
        font-size: 11px;
    }

    .social-icons a {
        text-decoration: none;
        width: 32px;
        height: 32px;
        margin: 0 5px;
    }

    .social-icons {
        display: flex;
        margin-top: 0px;
        /* margin-bottom: 10px; */
        align-content: center;
        justify-content: center !important;
        width: 100%;
    }

    .social-icons.desktop {
        display: none !important;
    }

    .row.ghamdi-forms {
        display: flex;
        padding: 0px 0 0;
    }

    .row.ghamdi-forms .col-4.col {
        flex: 0 0 44%;
    }

    .img-container {
        /* position: absolute;
    top: 130px; */
        /* width: 100%; */
    }

    .img-container {
        width: 56%;
    }

    .hero_image {
        width: 150%;
        position: relative;
        /* z-index: -1; */
        left: -37%;
    }

    .ghamdi-forms form {
        /* width: 88%; */
    }

    .logos-ghamdi {
        flex: 0 0 44%
    }

    .logos-ghamdi img {
        width: 100%;
    }

    .form-outer {
        margin-top: 6px;; 
     }
}
@media screen and (max-width: 800px) {
.hero_image {
    width: 100%;
    left: -30px;
    margin-top: 55px !important;
}
.form-col {
    flex: 0 0 55%;
}
}
@media screen and (max-width: 767px) {
    .top-nav {
        /* padding: 6% 0 0; */
    }
    .custom-nav li .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .mobile-menu .custom-nav li .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wrapper {background-size: cover}
    .audio-grid .col-lg-4 {
        width: 100%;
    }
    .home-mobile { flex-direction: row-reverse;}
    .home-mobile .col { width: 50%; }
    .home-mobile .service-list { width: 100%; }
    .home-mobile .service-list-bg {display: none;}
    .home-mobile .service-list-contain{ direction: ltr; padding: 0 20px;  margin: -45% 0 0;}
    .home-mobile .service-list h4{display: flex; align-items: center; justify-content: space-between; width: 100%;}
    .home-mobile .service-list h4 img {  display: block; max-height: 27px;}
    }
    @media screen and (max-width: 560px) {
        .audio-actions-wrap .col-md-4, .audio-actions-wrap .col-md-8 {
            width: 100%;
        }
        .top-nav {
            /* padding: 9% 0 0; */
        }
        .form-outer {
           margin-top: 6px;; 
        }
        .language-list ul{
            padding: 0px;
        }

         .institution label {
            font-size: 15px;
          }
        
    }

    .search-icon {
        position: absolute;
        right: 15px;
        top: 3px;
        max-width: 36px;
        background: none;
        border: 0;
        z-index: 0;
    }
    
    .search-icon img {
        max-width: 100%;
    }
    nav .navbar{
        height: 100%;
        max-width: 1250px;
        width: 100%;
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
        margin: auto;
        /* background: red; */
        padding: 0 0px;
      }
      .navbar .logo a{
        font-size: 30px;
        color: #7aa0db;
        text-decoration: none;
        font-weight: 600;
      }
      nav .navbar .nav-links{
        /* line-height: 70px; */
        height: 100%;
        width: 100%;
      }
      nav .navbar .links{
        /* display: flex; */
        margin: 0 0 20px;
        padding: 0;
      }
      nav .navbar .links li{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
        padding: 8px 20px 20px;
        flex-wrap: wrap;
        background: url(../img/sidebar-nav-line.png) no-repeat;
        background-position: left bottom;
        background-size: contain;
      }
      nav .navbar .links li a{
        height: 100%;
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
      }
      .links li:hover .htmlcss-arrow,
      .links li:hover .js-arrow{
        transform: rotate(180deg);
        }
      
      nav .navbar .links li .arrow{
        /* background: red; */
        height: 100%;
        width: 22px;
        /* line-height: 70px; */
        text-align: center;
        display: inline-block;
        color: #fff;
        transition: all 0.3s ease;
      }
      nav .navbar .links li .sub-menu{
        /* position: absolute;
        top: 70px;
        left: 0; */
        line-height: 40px;
        /* background: #d2ab67; */
        /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
        border-radius: 0 0 4px 4px;
        display: none;
        z-index: 2;
        width: 100%;
        padding: 0;
        margin: 0;
      }
      nav .navbar .links li:hover .htmlCss-sub-menu,
      nav .navbar .links li:hover .js-sub-menu{
        display: block;
      }
      .navbar .links li .sub-menu li{
        padding: 0 22px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
      }
      .navbar .links li .sub-menu a{
        color: #fff;
        font-size: 15px;
        font-weight: 500;
      }
      .navbar .links li .sub-menu .more-arrow{
        line-height: 40px;
      }
      .navbar .links li .htmlCss-more-sub-menu{
        /* line-height: 40px; */
      }
      .navbar .links li .sub-menu .more-sub-menu{
        /* position: absolute; */
        top: 0;
        left: 100%;
        border-radius: 0 4px 4px 4px;
        z-index: 1;
        display: none;
      }
      .links li .sub-menu .more:hover .more-sub-menu{
        display: block;
      }
      .navbar .nav-links .sidebar-logo{
        display: none;
      }
      .navbar .bx-menu{
        display: none;
      }
      @media (max-width:992px) {
        .search-icon {
            position: absolute;
            right: 12px;
            top: 0px;
            max-width: 31px;
            background: none;
            border: 0;
            z-index: 0;
        }
        
        nav .navbar{
          max-width: 100%;
          padding: 0 0;
            font-size: 14px;
        }
      
        nav .navbar .logo a{
          font-size: 27px;
          font-family: 'fjalla_oneregular';
        }
        nav .navbar .links li{
          padding: 0 10px;
          white-space: nowrap;
        }
        nav .navbar .links li a{
          font-size: 15px;
          font-family: 'fjalla_oneregular';
        }
      }
      @media (max-width:992px){
        nav{
          /* position: relative; */
        }
        .navbar .bx-menu{
          display: block;
        }
        nav .navbar .nav-links{
          position: fixed;
          top: 0;
          left: -100%;
          display: block;
          max-width: 400px;
          width: 80%;
          background: #d2ab67;
          background: -moz-linear-gradient(top, #d2ab67 0%, #bda273 100%);
          background: -webkit-linear-gradient(top, #d2ab67 0%, #bda273 100%);
          background: linear-gradient(to bottom, #d2ab67 0%, #bda273 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ab67', endColorstr='#bda273', GradientType=0);
          line-height: 40px;
          padding: 20px;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.5s ease;
          z-index: 1000;
        }
        .navbar .nav-links .sidebar-logo{
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-family: 'fjalla_oneregular';
        }
        .sidebar-logo .logo-name{
          font-size: 25px;
          color: #000;
        }
          .sidebar-logo  i,
          .navbar .bx-menu{
            font-size: 36px;
            color: #2C3B52;
            margin-left: 8px;
            cursor: pointer;
          }
        nav .navbar .links{
          display: block;
          margin-top: 20px;
        }
        nav .navbar .links li .arrow{
          line-height: 40px;
        }
      nav .navbar .links li{
          display: block;
        }
      nav .navbar .links li .sub-menu{
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
      }
      nav .navbar .links li .sub-menu li{
        border-bottom: none;
      
      }
      .navbar .links li .sub-menu .more-sub-menu{
        display: none;
        position: relative;
        left: 0;
      }
      .navbar .links li .sub-menu .more-sub-menu li{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .links li:hover .htmlcss-arrow,
      .links li:hover .js-arrow{
        transform: rotate(0deg);
        }
        .navbar .links li .sub-menu .more-sub-menu{
          display: none;
        }
        .navbar .links li .sub-menu .more span{
          /* background: red; */
          display: flex;
          align-items: center;
          /* justify-content: space-between; */
        }
      
        .links li .sub-menu .more:hover .more-sub-menu{
          display: none;
        }
        nav .navbar .links li:hover .htmlCss-sub-menu,
        nav .navbar .links li:hover .js-sub-menu{
          display: none;
        }
      .navbar .nav-links.show1 .links .htmlCss-sub-menu,
        .navbar .nav-links.show3 .links .js-sub-menu,
        .navbar .nav-links.show2 .links .more .more-sub-menu{
            display: block;
          }
          .navbar .nav-links.show1 .links .htmlcss-arrow,
          .navbar .nav-links.show3 .links .js-arrow{
              transform: rotate(180deg);
      }
          .navbar .nav-links.show2 .links .more-arrow{
            transform: rotate(90deg);
          }
      }
      @media (max-width:370px){
        nav .navbar .nav-links{
        max-width: 100%;
      } 
      .form-outer {
        margin-top: 6px;; 
     }  
        .language-list ul{
            padding: 0px;
        }

      }

      .institution .inst-drop  {
        background-color: #2C3B52 !important;
        padding-left: 40px !important;
        border: 2px solid #fff !important;
        border-radius: 10px !important;
        color: #fff !important;
        font-weight: bold !important;
        text-align: left;
        width: 100%;
    }
    .institution ul {
        background-color:#2C3B52 !important; color:white !important
    }

    .institution ul li a {
        color:white !important;
        
    }
    .institution ul li a:hover{
        /* color: black !important; */
        /* background-color:#498EAF !important; */
        background-color:#444d63 !important;
    }

    .ur-related-item {font-size:15px; direction:rtl; font-family:meezan_eot, "Open Sans",sans-serif; line-height:32px; font-weight:normal !important}
    .ur-related-item-left-menu {font-size:14px; direction:rtl; font-family:meezan_eot, "Open Sans",sans-serif;}

    
    .active>.page-link, .page-link.active {
        z-index: 3;
        color: white;
        background-color: #2C3B52;
        border-color: #2C3B52;
    }

    .counts { margin-right:1px; float:right}
    .ur {
            direction:rtl; font-family:meezan_eot, "Open Sans",sans-serif !important;
            
    }
    .text-left {
        text-align: left !important;
    }
    .text-right {
        text-align: right !important;
    }

    .about-code {
        text-align: center;
    background-color: #bfb591;
    padding: 5px;
    }

    .about-us-book{
        font-weight: bold;;
    }

    .cookies-table {
        table-layout: fixed
    }
    .cookies-table tbody, td, tfoot, th, thead, tr {
        border-color: #2C3B52 ;
    }

    .cookies-table tbody, td {
        word-wrap: break-word;
    }

    span.required {
        color:red !important;
      }

     
        a {
            color: #2C3B52;
            text-decoration:none;
        }
     
        .language-list .active {
            background-color: #3C4761;
            padding: 1px 8px;
            color: #fff;
        }

        .list-page-heading {
            font-weight: 100 !important;
            font-size: 17px;
        }

        .category-close-btn {
            vertical-align: middle !important;
            height:0.4em ; 
            width: 0.4em ;
            margin-left: 10px !important;
        }

        .footer-nav {
            text-align: center;
            padding: 5px 0px
        }

        .footer-nav .nav-link{
            font-family: 'ralewayregular'; font-size:14px !important;
        }
        .footer-nav span {
            padding: 0 11px; font-size:13px !important; font-weight:100 !important;
        }

        .form-col {
            flex:  0 0 57%;
        }
        .noscroll { 
            overflow: hidden;
          }

          article.ur p {
    
    font-size: 17px;
    line-height: 32px;
    

}

blockquote {
    
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
     
    border-right: 5px solid #3C4761;
}

.article-head{
    border-bottom: 1px none;
    margin: 0;
    padding: 20px 0px;
    font-size: 22px;
    text-align: center !important;
}
.article-pager-line{
    background:#3C4761; padding:1px;
}
.article-pager-number {
    color: #3C4761;
    font-size: 15px;
    text-align: center; 
    padding: 0 3px; white-space: nowrap; 
     font-family: 'Open Sans', sans-serif !important
}


.book-box {
    align-items:center;
    gap: 10px;
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    position: relative;
}

.book-box p.video-detail-scholar-name {
    margin-right: 5px;
    text-align: center !important;
}

.book-box h4 {
    font-size: 14px;
    text-align: center !important;
    color: #000509;
    /* height: 60px; */
    line-height: 19px;
    /* overflow: hidden; */
}

.book-box p {
    font-size: 12px;
    margin: 0;
    color: #0c4d7f;
    line-height: 23px;
}

.book-box p span {
    color: #000509 !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.book-box:hover {
    background: #3d4a63;
    color: #fff ;
}
.book-box:hover p,.book-box:hover h4,.book-box:hover p span{
color:#fff !important;
}
.book-publish-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.book-box .book-image {
    width: 76px; 
    /* height: 108px;  */
    margin:0 auto;
    padding:  5px 0px;
}

.new-landing-page-divider {
    border-left:2px solid #b58448
}

.float-left , .pull-left {
    float: left;
}

.btn-primary {
    background-color: #2C3B52  !important
}
.magazine-link {
    border: 0;
    /* padding: 6px 30px 6px 15px; */
    color: #fff;
    /* width: 100%; */
    /* font-weight: bold; */
    text-align: center;
    background-color: #2C3B52;
    padding: 2px 12px;
    /* border: 2px solid #fff; */
    border-radius: 7px;
    /* background-image: url(../img/search-icon.png); */
    background-repeat: no-repeat;
    background-size: 30px;
    height: 42px;
    text-decoration: none;
    /* background-position: left center;*/
}

.magazine-link a {
    color: #fff;
    text-decoration: none;
    
}

.magazine-link1{
    padding:0px 20px
}

.payment-tabs{
    border-color: #3c4761 !important;
    margin-top: 8px;
  }
  .payment-tabs li{
    margin-right: 4px !important;
   }
  .payment-tabs li button{
    /* background-color: none; */
    background-color: #7586adad !important;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif  !important;  
    padding: 8px 10px !important;
    
  }
  .payment-tabs li button.active{
    background-color: #3c4761 !important;
    border-color: #3c4761 !important;
    padding: 8px 10px !important;
  }
  
.slider.slider-single {
    border: 10px solid #ffff;
    box-shadow: 0 0 9px 3px #ccc;
}
.slider.slider-nav {
    background: #519985;
    padding: 5px 40px;
    border-radius: 20px;
    margin-top: 10px;
}
.slider.slider-nav::before{
    content: "";
    background: url(../img/dot-icon.jpg) repeat-x;
    width: 100%;
    height: 10px;
    display: block;
    margin-bottom: 10px;
}
.slider.slider-nav::after{
    content: "";
    background: url(../img/dot-icon.jpg) repeat-x;
    width: 100%;
    height: 10px;
    display: block;
    margin-top: 10px;
}
.slider.slider-nav .item{padding: 3px;}
.slider.slider-nav .item img{
    border: 5px solid #fff;
}
.slider.slider-nav .slick-prev{
 left: 10px;
}
.slider.slider-nav .slick-next{
    right: 10px;
}
.slider.slider-nav .slick-prev:before{
content: "";
background: url(../img/next-arrow.jpg) no-repeat;
width: 18px;
height: 26px;
display: block;
transform: rotate(-180deg);
}
.slider.slider-nav .slick-next:before{
    content: "";
    background: url(../img/next-arrow.jpg) no-repeat;
    width: 18px;
    height: 26px;
    display: block;
}
.video-box.book {
    flex-direction: column;
}

.video-box.book h4 {
    height: auto;
}
.video-box.book p {text-align: center;}

.service-list h4 img {display: none;}
/****************New*************/
  @media screen and (max-width:1360px) {
    .header-banner h1 {margin: 0;}
    .content {margin: 0 auto;}
  }
  @media screen and (max-width:1023px) {
    .body-bg{height: auto;}
    html.h-100 {height: auto !important;}
    .header-banner {text-align: right;}
    .header-banner h1 {margin: 0; display: none;}
    .header-banner .mobile {display: inline-block;}
    .content .mobile {display: inline-block;}
    .header-banner .desktop { display: none;}
    .content {margin: 0; padding: 0 10px;}
    .content h1{font-size: 2.5em;}
    .content h2{ padding-top: 30px; font-size: 1.5em; color: #000;}
    .content p{font-size: 1em;}
    .content .mobile {display: block; text-align: center;}
    .header .row .col-4 { width: 46%;padding: 0;}
    .header .row .col-8 { width: 54%; padding: 0;}
    .logo {position: relative;left: -33%;width: 135%;}
    .logo img { width: 100%;}
    .header-banner img {
      width: 100%;
    }
    .footer ul {gap: 6px;}
    .footer a {font-size: 12px;}
  
    .home-8-bg{
      background: url(../assets/img/bg-mbl-home-8.jpg) no-repeat;
      background-size: cover;
      background-position: top center;
      /* height: 100%; */
      /* max-height: 900px; */
      margin-top: 650px;
  
    }
    .mbl-none{
      display: none;
    }
    .content-home-8 {
      position: relative;
      text-align: center;
      padding: 0 0;
  }
  .banner-logo {display: block; width: 100%;}
  .desktop-logo { display: none;}
  .mobile {display: flex !important;}
  .desktop { display: none !important;}
  .service-list-contain {
    margin-top: 30px;
  }
  .service-list-wrap {gap:8px;}
  .service-list {width: 47%;}
  .service-list a span{font-size: 18px; height: auto; background: none;text-align: right;}
  .service-list h4 {font-size: 13px;}
  .service-list a {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 0 8px;
    width: 100%;
    justify-content: space-between;box-shadow: 0 0 3px 1px #d2ab67;
  }
    }

    @media screen and (max-width:991px) {
        .custom-nav {
            gap: 0px;
        }
        .custom-nav li .nav-list-bg{
            background: none;
            border: 0;
            margin: 0;
            line-height: normal;
            text-align: right;
            width: auto;
            color: #2e3192;
        }
        .custom-nav li .nav-list-bg img { min-height: 26px;}
        .custom-nav li a {
            display: flex;
            flex-direction: inherit;
            width: 100%;
            justify-content: space-between;
            font-size: 20px;
            align-items: center;
        }
        .custom-nav li a h4{margin: 0;}
        .custom-nav li { border-bottom: 1px solid #bf8531; background: none;}
        
        

        nav.navbar.top-nav .container {
            flex-wrap: initial;
            align-items: center;
        }
        .slider.slider-nav .item img {
            border: 1px solid #fff;
        }
        .slider.slider-nav::before,.slider.slider-nav::after{
            height: 5px;
        }
        .slider.slider-single {
            border: 5px solid #ffff;
            box-shadow: 0 0 5px 3px #ccc;
        }
        .slider.slider-nav {
            border-radius: 10px;
        }
    }