@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --lh-gold:#c9aa64;
  --lh-dark-blue: #0f1053;
  --lh-light-gray: #f8f9fa;
  --lh-text-black:#202020;
  --lh-gray:#a2a2af;
  --lh-border:#DFDFDF;
  --cf-heading:#3D3D4B;
  --cf-lightblue:#3E5182
  
}

html,body { width: 100%; height: 100%; margin: 0;  padding: 0;}
body {line-height: 1.7; font-size: 15px; color:#3D3D4B; font-family: "Raleway", sans-serif; font-weight:400;-webkit-text-size-adjust: 100%;overflow-x: hidden;}
.btn, a, button, .transition { webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -o-transition: all 250ms linear; -ms-transition: all 250ms linear; transition: all 250ms linear;}
a { text-decoration: none;color:var(--cf-heading);}
a:hover, a:focus, a:active {color:var(--lh-dark-blue); text-decoration: none; outline: 0; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:none !important; color:#F9F9F9}
a:focus, :focus {outline: 0  !important; box-shadow:none !important}
ul{ list-style:none; padding:0}
button:focus{ outline:none}

/*FONT WEIGHTS*/
.fw100{font-weight: 100;} .fw200{font-weight: 200;} .fw300{font-weight: 300;} .fw400{font-weight: 400;} .fw500{font-weight: 500;} .fw600{font-weight: 600;} .fw700{font-weight: 700;} .fw800{font-weight: 800;} .fw900{font-weight: 900;}

/*HEADINGS*/

.all_heading{font-size:16px; font-weight:800; color:var(--cf-lightblue); text-transform:uppercase}  

/*BUTTONS*/
.btn {font-size:11px;padding-top: 10px;padding-bottom: 10px;padding-left:40px; padding-right:40px;font-weight:700;text-transform:uppercase; letter-spacing:0.05rem; border-radius:0}
.btn-primary{ border-color:#F3E9D6;color:var(--lh-text-black); background:#F3E9D6}
.btn-primary:hover, .gold-btn:hover { background-color:var(--lh-dark-blue); border-color:var(--lh-dark-blue); color:#fff}
.view-all{color:var(--lh-gold); font-weight:600; font-size:11px; text-decoration:underline}
.view-all:hover{color:var(--lh-dark-blue);} 

.gold-btn{background-color:var(--lh-gold);border-color:var(--lh-gold);color:var(--lh-text-black); }

/*FORM CONTROL*/
.form-control{border: 1px solid var(--lh-border); height:50px; border-radius:0px;font-weight: 300; font-size: 13px}
.form-control:focus {color: #000;background-color: #fff; outline: 0; border-color:#C5A253}
textarea{resize: none;}
textarea.form-control { height: auto !important;}

/*FONT SIZE 8 to 72px */
.fs8{font-size: 8px;} .fs9{font-size: 9px;} .fs10{font-size: 10px;} .fs11{font-size: 11px;} .fs12{font-size: 12px;} .fs13{font-size: 13px;} .fs14{font-size: 14px;} .fs15{font-size: 15px;} .fs16{font-size: 16px;} .fs17{font-size: 17px;} .fs18{font-size: 18px;} .fs19{font-size: 19px;} .fs20{font-size: 20px;} .fs21{font-size: 21px;} .fs22{font-size: 22px;} .fs23{font-size: 23px;} .fs24{font-size: 24px;} .fs25{font-size: 25px;} .fs26{font-size: 26px;} .fs27{font-size: 27px;} .fs28{font-size: 28px;} .fs29{font-size: 29px;} .fs30{font-size: 30px;} .fs31{font-size: 31px;} .fs32{font-size: 32px;} .fs33{font-size: 33px;} .fs34{font-size: 34px;} .fs35{font-size: 35px;} .fs36{font-size: 36px;} .fs37{font-size: 37px;} .fs38{font-size: 38px;} .fs39{font-size: 39px;} .fs40{font-size: 40px;} .fs41{font-size: 41px;} .fs42{font-size: 42px;} .fs43{font-size: 43px;} .fs44{font-size: 44px;} .fs45{font-size: 45px;} .fs46{font-size: 46px;} .fs47{font-size: 47px;} .fs48{font-size: 48px;} .fs49{font-size: 49px;} .fs50{font-size: 50px;} .fs51{font-size: 51px;} .fs52{font-size: 52px;} .fs53{font-size: 53px;} .fs54{font-size: 54px;} .fs55{font-size: 55px;} .fs56{font-size: 56px;} .fs57{font-size: 57px;} .fs58{font-size: 58px;} .fs59{font-size: 59px;} .fs60{font-size: 60px;} .fs61{font-size: 61px;} .fs62{font-size: 62px;} .fs63{font-size: 63px;} .fs64{font-size: 64px;} .fs65{font-size: 65px;} .fs66{font-size: 66px;} .fs67{font-size: 67px;} .fs68{font-size: 68px;} .fs69{font-size: 69px;} .fs70{font-size: 70px;} .fs71{font-size: 71px;} .fs72{font-size: 72px;}


/*CONTAINER*/
.custom-width{max-width: 1280px} 

/*TEXT COLORS*/
.text-prime{ color:var(--lh-gold)}
.text-gray{ color:var(--lh-gray)}
.text-dark-blue{color:var(--lh-dark-blue)}
.headline{color:var(--cf-heading)}

/*BACKGROUNG COLORS*/
.bg-prime{ background-color:var(--lh-gold)}
.bg-dark-blue{ background-color:var(--lh-dark-blue) }

.l-s{ letter-spacing:8%}
.l-s4{ letter-spacing:4%}

/*SWIPER PAGINATION*/
.swiper-pagination{margin-top: 10px;}
.swiper-pagination-bullet-active{background-color: #C5A253;}

/*SWIPER NAV BUTTONS*/
.swiper-button-next, .swiper-button-prev,
.swiper-button-prev:after, .swiper-button-next:after{height: 40px; width: 40px;}

.swiper-button-next, .swiper-button-prev{z-index: 1;}
.swiper-button-prev:after, .swiper-button-next:after{font-size: 30px; color: #000;  display: flex; border-radius: 20px; justify-content: center; align-items: center;  }


/*EFFECTS*/
.zoom-hover img {-webkit-transform: scale(1); transform: scale(1);transition: all .4s ease-in-out;}
.zoom-hover:hover img{transform: scale(1.02);}

/*#################################################################*/
/*##################_________MAIN STYLES_________##################*/
/*#################################################################*/

/* Top Bar Main Header Brand*/
.logo-header .logo{ width:110px}
.Wisdom_heading{ font-size:38px;color:var(--lh-gold);font-weight: 400;}
.Wisdomsub{ border-bottom:1px solid var(--lh-gray)}

.social-icon-link {display: flex;align-items: center;justify-content: center;width: 32px;height: 32px;
border: 2px solid var(--lh-gray);border-radius: 50%;color:#fff;text-decoration: none;transition: all 0.3s ease;}
.social-icon-link:hover {border-color: var(--lh-gold);color:var(--lh-gold);}
.handle-text { color: var(--lh-gray);font-size: .8rem;letter-spacing: 0.5px;}

/* Navbar Customizations*/
.site-header .navbar .nav-item  a{ margin-left:29px; margin-right:30px; font-weight:700;height: 55px;align-items: center;display: flex; font-size:13px; text-transform:uppercase; color:var(--lh-text-black)}
.site-header .navbar .nav-item  a:hover{color:var(--lh-gold)}  
.site-header .navbar .nav-item:first-child a { margin-left: 0;}
.site-header .navbar .nav-item:last-child a { margin-right: 0;}

.site-header .navbar .nav-item {border-bottom:1px solid var(--lh-border);}
.navbar-collapse{ border-bottom:1px solid var(--lh-border); padding-bottom:2px;}
  
/*#########________HAMBURGER MENU BUTTON START________#########*/

.site-header .navbar-toggler{margin-left: 16px; padding: 0; outline: 0; color: transparent; background-color: transparent; border-color: transparent; height: 32px; width: 32px; align-items: center; justify-content: center;}
.site-header .navbar-toggler:focus,
.site-header .navbar-toggler:active{outline: 0;}
.site-header .navbar-toggler .navbar-toggler-icon{position: relative; height: 2px; background-color: transparent;background-image: none; width: 35px; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site-header .navbar-toggler .navbar-toggler-icon:before,
.site-header .navbar-toggler .navbar-toggler-icon:after{content: ""; position: absolute; display: block; height: 2px; width: 100%; background-color: #fff; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site-header .navbar-toggler-icon:before{top: 0; transform: rotate(45deg);}
.site-header .navbar-toggler-icon:after{bottom: 0; transform: rotate(-45deg);}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon{background-color: #fff;}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon:before{top:-12px; transform: rotate(0);}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon:after{bottom:-12px; transform: rotate(0);}

@media (max-width: 991.98px) {.site-header .navbar-toggler{display: flex;}}

/*NAVIGATION DROPDOWN ON HOVER*/
.site-header .dropdown-item.active, 
.site-header .dropdown-item:active,
.site-header .dropdown-item:hover { }
.site-header .dropdown-menu .dropdown-item{ padding-bottom: 5px; padding-top: 5px;}

 
.site-header .navbar .nav-item .dropdown-menu a{ margin:0; font-size:13px; color:#0C0E12;height: auto;}
.site-header .navbar .nav-item .dropdown-menu a:hover{ background-color: #C5A253; color:#fff}
@media (max-width: 991px){
.site-header .navbar-nav .nav-link {font-size: 14px;padding-top: 10px;padding-bottom: 10px;}
.site-header .nav-item.active .nav-link {border-bottom: none; }
}
@media (min-width: 992px){
.site-header .dropdown-menu{display: block; visibility: hidden; opacity: 0; padding: 0; overflow: hidden; transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -webkit-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; top:120%;  border: 1px solid rgba(120,130,140,.13);border-radius: 0; box-shadow: 0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow: 0!important;-moz-box-shadow: 0!important; margin-top: -1px;}
} 
.site-header .nav-item.dropdown:hover .dropdown-menu{display: block; visibility: visible; opacity: 1; top:100%;} 

/*HEADER FIXED ON SCROLL*/
.isFixed {position: fixed; top: 0; right: 0; left: 0;  z-index: 1030;background-color: rgba(255, 255, 255, .7); box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); z-index: 99;animation: smoothScroll 1s forwards;-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);padding: 0;}
 
@keyframes smoothScroll { 0% {transform: translateY(-40px); }100% { transform: translateY(0px); }}

 
.site-header .isFixed .nav-item {border-bottom:none }
.isFixed .navbar-collapse{ border-bottom:none; padding-bottom:0px;}

/*#####################__________News Cards & Elements __________########################*/
.left-news-box .sub-news-item{ border-bottom:1px solid var(--bs-border-color)}
.left-news-box .sub-news-item:last-child{ border-bottom:0}
 
 
.trending-number {font-size: 1.75rem;font-weight:700;width:90px;line-height: 1;}
 
.heading-with-line { display: flex;align-items: center;width: 100%;}
.line-wrapper { flex-grow: 1;display: flex;flex-direction: column;gap: 3px;}
.line-wrapper .line { height: 1px;background-color: #e0e0e0;width: 100%;}
 
.brief-box{background:#445a95;}
.brief-title{color:#ffffff;font-size:17px;font-weight:700;text-transform:uppercase; margin-bottom:10px;}
.brief-text{color:#e4e7f1;font-size:12px;line-height:1.35;margin-bottom:20px;}
 
 
 
 
/*###################__________FOOTER SECTION___________######################*/ 
.site-footer{background-color:#001232}
.footerlogo img{ padding-bottom:15px}
.footer-main{ font-size: 14px;padding-top:20px}
.footer-main .headings{color:#fff;margin-bottom: 20px; font-weight:600;letter-spacing:.03em; font-size: 15px}
.footer-main .social-handles a{background-color: #293853; color:#fff; font-size: 20px; height: 48px; width: 48px;  display: inline-flex; justify-content: center; align-items: center;margin-right: 5px;}
.footer-main .social-handles a:hover{background-color:var(--lh-gold);color:#fff;  }


.footer-main .footer-links ul li{margin-bottom:15px;}
.footer-main .footer-links ul li a{display: block;}
.footer-main .footer-links ul li a,
.footer-main p,
.footer-main p a, .footer-btm .lst-links a{color:#b4b7bb}

.footer-main .footer-links ul li a:hover,
.footer-main p a:hover, .footer-btm .lst-links a:hover{color:var(--lh-gold);}

.footer-main .footer-links ul{list-style: none; margin: 0;padding: 0;}
 

.footer-btm{ font-size:12px;color:#b4b7bb}
 
.Privacy-lnk{ color:#fff; text-decoration:underline} 

.footer-btm{  border-top:1px solid #1a2945}
.footer-btm .lst-links a{ font-size: 13px; text-decoration: none; margin-right:15px;}
.footer-btm .lst-links a:last-child{ margin-right:0}

.download-section .store-btn{background:#293853;color:#fff;height:60px;text-decoration:none;transition:0.3s;}
.download-section .store-btn:hover{background:#354c79;color:#fff;}
.download-section .store-btn i{font-size:24px;}
.download-section .small-text{font-size:9px; line-height:1;}
.download-section .big-text{font-size:20px;line-height:1.1;font-weight:500;}
.divider{position:relative;margin:60px 0 35px;background: linear-gradient(to right, #666666, rgb(204 204 204 / 3%));height: 1px;}
.download-section .or-badge{position:absolute;top:-16px;left:0;width:35px;height:35px;background:var(--lh-gold);color:#000;border-radius:50%;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;}
.download-section .qr-box img{ width:64px;height:64px}
.download-section .qr-label{font-size:13px;color:#b4b7bb;margin-top:4px; font-weight:600}
.download-section .scan-text{color:#b4b7bb;font-size:15px;line-height:1.4;font-weight:600} 
 
 
 
.subscribe-box{border:2px solid rgba(255,255,255,0.45);overflow:hidden;}
.newsletter_sec .email-input{ background:transparent;border:none;color:#ffffff;font-size:13px;height:60px;box-shadow:none !important;}
.newsletter_sec .email-input::placeholder{color:#aeb4c5;}
.newsletter_sec .input-icon{color:#666F7F;font-size:20px;}
.newsletter_sec .send-btn{width:60px;border:none;background:#666f7f;color:#ffffff;font-size:20px;transition:0.3s; height:55px; margin-right:2px}
.newsletter_sec .send-btn:hover{ background:var(--lh-gold);}

 



/*###########################################################################################################*/
/*###########################################################################################################*/
/*#####################################_________INNER PAGES CSS_________#####################################*/
/*###########################################################################################################*/
/*###########################################################################################################*/
 
.disabled-custom {pointer-events: none; cursor: not-allowed;} 

.blog-tags { padding: 15px 0; display: inline-block;}
.blog-tags .list-inline { margin-bottom: 0;}
.blog-tags .list-inline .list-inline-item { margin-right: 0;}
.blog-tags .list-inline .list-inline-item .fa-tags {margin-right: 10px;text-align: center; position: relative; color: var(--lh-dark-blue);}
.blog-tags .list-inline .list-inline-item a {display: block; padding:8px; border: 1px solid var(--lh-border); margin-right: 5px; color: #000; text-decoration: none; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; font-weight: 600; }
.blog-tags .list-inline .list-inline-item a:hover {background-color:var(--lh-dark-blue);  color: #fff;border: 1px solid var(--lh-dark-blue);}



/*-after development CSS 2jn 2026-*/
.top-banner {background-repeat: no-repeat;background-position:left center;height: 200px;width: 100%;display: flex;align-items: center;}

.mission-row ul, .other-pgs ul{ list-style: circle; line-height: 30px; padding-left: 10px; margin-top: 10px;}
.or-block span { border-radius: 50%;font-weight: 700;text-transform: uppercase;width: 50px;height: 50px;display: inline-block; line-height: 50px; color:#fff}

.about-block{background-color: white;background-color: rgba(255, 255, 255, 1); border: 1px solid rgba(226, 226, 226, 1); overflow: hidden;}

.team-box {padding:10px; background: #ffffff; }
.team-box img {text-align: center;display: block;margin: 0px auto;object-fit: cover;object-position: center top;max-height: 250px}
.team-item-info h4 {font-size: 17px;line-height: 22px; font-weight:600; margin-bottom:15px}
.meet-our-team{background-color: #f9f9f9;padding: 50px 0; border: 1px solid #ececec;}
.Contributor_sec .col-md-4:nth-child(even) .team-box{ background:#fcfcfc}
.buyatitem { height: 75px; align-content: center}


.content-page-section  ul li, 
.content-page-section  ol li{  margin-bottom: 8px;list-style: disc;}

.content-page-section  ol,
.content-page-section  ul{padding: 0 0 0 18px;}
.content-page-section  h1{font-size: 28px;color:var(--lh-dark-blue)}
.content-page-section  h2{font-size: 24px;color:var(--lh-dark-blue)}
.content-page-section  h3{font-size: 22px;color:var(--lh-dark-blue)}
.content-page-section  h4{font-size: 18px;color:var(--lh-dark-blue)}
.content-page-section  h5{font-size: 14px;color:var(--lh-dark-blue)}
.content-page-section  h6{font-size: 13px;color:var(--lh-dark-blue)}

.details_contents p{ line-height:2}

.archive-sce .card-main-news img { height: 200px; object-fit: cover;}


 

.comments-area{position:relative;margin: 45px 0;}
.comments-area .comment-box{position:relative;padding-bottom: 35px;border-bottom: 1px solid #e8e8e8;margin-bottom: 25px;margin-top: 20px;}
.comments-area .comment-box:last-child{margin-bottom: 0;border-bottom: 0;padding-bottom: 0;}
.comments-area .comment{position:relative;min-height: 100px;padding-left: 15px;}
.comments-area .comment-box .author-thumb{position:absolute;left:0px;top:5px;height: 80px;width: 80px;margin-bottom: 20px;overflow: hidden;}
.comments-area .comment-box .author-thumb img{width:100%;display:block;}
.comments-area .comment-info{position: relative;display: block;margin-bottom: 5px;}
.comments-area .comment-box .name{position: relative;display: inline-block;font-size:16px;line-height:1.2em;font-weight:700;color:#000;}
.comments-area .comment-box .time{position: relative;display: block;font-size: 13px;line-height: 20px; text-transform: uppercase;}
.comments-area .comment-box .text{font-size: 16px;font-weight: 300;margin-bottom: 10px;}
.comments-area .comment-box .reply-btn{position: relative;display: inline-block;font-size: 14px;line-height: 25px;
color:#0f1053;font-weight: 500;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.comments-area .comment-box .reply-btn:hover{color: #222222;}
.comments-area .comment-box .reply-btn span{-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);margin-right: 2px;}
.comments-box label{font-weight: 700; font-size: 17px; color: #333; }
.comment-form{position: relative;padding: 20px 0px 50px 0px;border-top: 1px solid #e9ebf5;}
.comment-form .group-title h3{font-size: 20px;color:var(--lh-dark-blue);  }
.comment-form .text{display: block;font-size: 15px;line-height: 28px;color: #555555;font-weight: 300;margin-bottom: 20px;}
.comment-form .form-group{position:relative;margin-bottom: 20px;}
.comment-form .form-group:last-child{margin-bottom: 0;}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{position: relative;display: block;height: 40px;width: 100%; line-height: 23px;font-weight: 300;padding: 10px 10px;background-color: #ffffff;border-bottom: 2px solid #dddddd;-webkit-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;border-top: 0;border-left: 0; border-right: 0}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{border-color:var(--lh-dark-blue);color: #222222;}
.comment-form .form-group textarea{height: 150px;resize: none;margin-bottom: 10px;}


.disclaimer-text h5{ font-size:16px;}
.telegram-alert h4{font-size: 15px;line-height: 34px; margin-bottom: 0;}
.telegram-alert i{ font-size: 25px;color:var(--lh-dark-blue);}
.disclaimer-text p{ font-size:14px}
 
.mob-txt{color: #000;font-size: 24px; display:inline-block}
.numb-sz{font-size: 30px;padding-left: 10px;}

.footer__support-btn{ position:fixed; bottom:0;width: 100%; z-index:10}

/*--------Conclave Details------------*/
.videos_gallarys-sec .nav-link {padding: .5rem 2rem; font-size: 15px; background:#e6e6e6; margin-right: 5px;color: #000; border-radius:5px}
.videos_gallarys-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #ffffff;background-color: var(--lh-dark-blue);}

.video-img .play-btn-red{position: absolute;background: #ff0308;color: #ffffff;height: 30px;width: 30px;border-radius: 50%; box-shadow: 0 0 0 6px #ff03086e;text-align: center;line-height: 30px;padding-left: 3px;margin: 0 auto;left: 0; right: 0;top: 50%;}



/*#################################################################*/
/*################___________MEDIAQUERIES____________##############*/
/*#################################################################*/

@media screen and (min-width: 1900px) {
}
 
@media screen and (min-width: 1600px) {

}
  
@media screen and (min-width: 1400px) {
  
} 

@media (max-width: 1439.98px) {  
 
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
.logo-header .logo {width: 80px} 
.Wisdom_heading {font-size: 20px; letter-spacing:-1px}
.mob-toptx .fs19{ font-size:10px}
.mobile-none{ display:none} 
.site-header .navbar .nav-item a {margin-left: 10px;margin-right: 10px;}
.site-header .navbar .nav-item:first-child a {margin-left: 10px;}
.ForeignAffairs-sec .headline, .mainnews_blocks .headline, .World-sec .text-danger{ margin-top:10px}
.brief-box { margin-bottom:15px}
.footer-main {padding-bottom:40px}
.footer-btm .lst-links a {font-size: 12px;margin-right: 8px}
.footer-main .headings {margin-bottom: 12px;}
.blog-tags .list-inline .list-inline-item a { padding: 7px;margin-right: 3px;font-size: 11px;margin-bottom: 8px}
.top-banner {height: 100px;text-align: center}
.about-us-pg, .our-vision-wrapper, .content-page-section{padding: 10px 0 !important;}

.author-bio {text-align: center;display: block;}
.author-bio .author-image { height: auto;margin-right: 0;margin: 0 auto;width: 50%;}
.news-details p {font-size: 14px;line-height: 24px;}
.pmt-opts img{ width: 32%; margin-bottom: 10px;}
.mob-txt{ font-size:16px; font-weight:600}
.author-info{ margin-top:10px}
.mob-toptx .col-md-6{ padding:0 }
.lst-links.text-end{text-align: left !important;}
.buyatitem { height: auto;}
}

@media (max-width: 576.98px) {
 

}