@charset "UTF-8";
/*
Theme Name: Capital Ledger
Author: DS Web Technologies Pvt. Ltd.
Author URI: https://www.dswtechnologies.com/
Description: DS Web Technologies is a leading web design, web development, and digital marketing company delivering innovative, scalable, and result-driven solutions for businesses worldwide. We specialize in custom website development, eCommerce solutions, UI/UX design, WordPress development and SEO to help brands grow digitally.
Version: 3.0.0
Tags: web development, web design, wordpress development, ecommerce development, digital marketing, seo services, custom web solutions, UI UX design
*/

@font-face { font-family: 'Manrope-Medium'; src: url('fonts/Manrope-Medium.eot'); src: url('fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Manrope-Medium.woff2') format('woff2'), url('fonts/Manrope-Medium.woff') format('woff'), url('fonts/Manrope-Medium.ttf') format('truetype'), url('fonts/Manrope-Medium.svg#Manrope-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope-Regular'; src: url('fonts/Manrope-Regular.eot'); src: url('fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Manrope-Regular.woff2') format('woff2'), url('fonts/Manrope-Regular.woff') format('woff'), url('fonts/Manrope-Regular.ttf') format('truetype'), url('fonts/Manrope-Regular.svg#Manrope-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Playfair-144pt-Medium'; src: url('fonts/Playfair144pt-Medium.eot'); src: url('fonts/Playfair144pt-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Playfair144pt-Medium.woff2') format('woff2'), url('fonts/Playfair144pt-Medium.woff') format('woff'), url('fonts/Playfair144pt-Medium.ttf') format('truetype'), url('fonts/Playfair144pt-Medium.svg#Playfair144pt-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Playfair-144pt-Regular'; src: url('fonts/Playfair144pt-Regular.eot'); src: url('fonts/Playfair144pt-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Playfair144pt-Regular.woff2') format('woff2'), url('fonts/Playfair144pt-Regular.woff') format('woff'), url('fonts/Playfair144pt-Regular.ttf') format('truetype'), url('fonts/Playfair144pt-Regular.svg#Playfair144pt-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope-Bold'; src: url('fonts/Manrope-Bold.eot'); src: url('fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Manrope-Bold.woff2') format('woff2'), url('fonts/Manrope-Bold.woff') format('woff'), url('fonts/Manrope-Bold.ttf') format('truetype'), url('fonts/Manrope-Bold.svg#Manrope-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope-ExtraLight'; src: url('fonts/Manrope-ExtraLight.eot'); src: url('fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Manrope-ExtraLight.woff2') format('woff2'), url('fonts/Manrope-ExtraLight.woff') format('woff'), url('fonts/Manrope-ExtraLight.ttf') format('truetype'), url('fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight') format('svg'); font-weight: 200; font-style: normal; font-display: swap; }




:root {
--body-color: #535353;
--primary-color: #12294B;
--secondary-color: #F6F4EF;
--black-color: #000000;
--white-color: #FFFFFF;
--footer-color: #13294b;

--body-font: 'Manrope-Regular';
--btn-font: 'Manrope-Bold';
--heading-font: 'Playfair-144pt-Regular';
--primary-font:'Playfair-144pt-Medium';
--secondary-font:'Manrope-Medium';
--light-font:'Manrope-ExtraLight';
}


*:focus { outline: none; }

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite,
 dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option,
  .nobox { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote { quotes: none; }
br { height: 0; }
ul, ol, dl, li { margin: 0; padding: 0; list-style-type: none; }
ul, ol { margin: 0 0 0 0px; }
html, body { appearance: none; -webkit-appearance: none; border: none; -webkit-text-size-adjust: none; }


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body { padding: 0; margin: 0; font-family: var(--body-font); font-size: 16px; color: var(--body-color); line-height:26px; box-sizing: border-box; overflow-x: hidden; }
/* section { overflow: hidden; } */
*, *:after, *:before { box-sizing: border-box; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 { margin: 0; color:#0c1b33; line-height: 1.2; font-weight: normal; font-family: var(--heading-font); text-transform: none; }

/* Specific Header Settings */
h1, .h1 { font-size: 60px; }
h2, .h2 { font-size: 60px; line-height: 60px; }
h3, .h3 { font-size: 50px; line-height: 50px;}
h4, .h4 { font-size: 40px; line-height: 40px; }
h5, .h5 { font-size: 30px; line-height: 30px;}
h6, .h6 { font-size: 24px; line-height: 25px;}
p { word-wrap: break-word; margin-bottom: 24px; font-size: 16px; line-height: 25px; }


/* Other Typo */
strong { font-weight: bold; }
hr { border: 0 #000 solid; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }


/* Remove border around linked images */
img { max-width: 100%; border: 0; border-style: none; height: auto; }

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a { text-decoration: none; transition: 0.5s; color:#c79b48; display: inline-block; font-size: 16px; line-height: 25px; }
a:hover { color:var(--head-blue) } /* var(--btn-color) */
/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--btn-font) !important; font-weight: normal; margin: 0 0 0 0; padding: 14px 28px !important; border-radius: 0px !important; background-color: transparent !important; border: 2px solid var(--white-color); display: inline-block; vertical-align: middle; letter-spacing: 2%; font-size: 16px !important; color: var(--white-color); line-height: 25px; position: relative !important; outline: 0; box-shadow: none !important; text-align: center; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; overflow: hidden; position: relative; z-index: 0; cursor: pointer; text-transform: capitalize; box-shadow: 0px 0px 0px 6px transparent; }

/* .button::after, a.button::after{ content: ''; position: absolute; width: 100%; height: 100%; background-color: var(--btn-color); right: 0; top: 0; transition: all 0.3s; z-index: -1; } */
/* .button:hover::after, a.button:hover::after{ width: 0; } */
.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color: transparent !important; border-color: #c79b48; color:#c79b48; }
input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea { color: #1C1D21; padding: 10px 24px;  font-size: 22px; letter-spacing: 0; line-height: 27px; outline: none !important; width: 49%; appearance: none; resize: none; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #000000; }


textarea {width: 100%; padding: 10px 24px; min-height: 96px; background: rgba(255, 255, 255, 1); resize: none; margin: 0 0 15px; }

/* input[type="submit"]:hover{ color: var(--red-color); border: 3px solid transparent;} */

input::-webkit-input-placeholder { color: rgb(51, 51, 51); opacity: 87%; }
input:-moz-placeholder { color: #333; /*opacity: 0,8;*/ }
input::-moz-placeholder { color: #333; opacity: 87%; }
input:-ms-input-placeholder { color: #333; opacity: 87%; }
textarea::-webkit-input-placeholder { color: #333; opacity: 87%; }
textarea:-moz-placeholder { color: #333; opacity: 87%; }
textarea::-moz-placeholder { color: #333; opacity: 87%; }
textarea:-ms-input-placeholder { color: #333; opacity: 87%; }

/* ul li css */
ul li {
    position: relative;
    padding: 6px 8px 6px 18px;
}
ul.col-2 li:before, ul.col-3 li:before, ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--white-color);
    top: 15px;
    left: 0;
    border-radius: 50%;
}

/* container */
.container { max-width: 1660px; width: 100%; padding: 0 50px; margin: 0 auto; }
.col1 { width: 100%; }
.col2 { width: 50% !important; }
.col3 { width: 33.33%; }
.col4 { width: 25%; }

.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.justify-content-start { justify-content: flex-start; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; } 
.justify-content-between { justify-content: space-between; }
.align-items-start { align-items: flex-start; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.row-reverse { flex-direction: row-reverse; }
.text-center { text-align: center; } 
.text-left { text-align: left; }
.text-right { text-align: right; }
.gap-100{gap: 100px;}
.mt-50{margin-top: 40px !important;}
/* svg path, svg circle { transition: 0.5s; }
.white-btn{ border-color: var(--white-color) !important; color: var(--header) !important; }
.white-btn::after{ background-color: var(--white-color) !important; }
.white-btn:hover{ color: var(--white-color) !important; }
.black-btn:hover{ color: var(--header) !important; } */
/* ------------------------------------------------- */

/* slider css */
/* .slider_inr .slider_box { margin: 0 0 0 270px; padding: 40px 0 65px; }
.slider_inr .slider_box .star_img { padding: 0 0 0 10px; }
.slider_inr .slider_box p{ margin: 0; }
.slider_inr .slider_box p strong{ font-family: var(--black_font); } */
/* slider css */

/* **********--------------------- sub - menu css ----------------------------**************** */
ul li ul.sub-menu { padding-left: 0 !important; gap: 0 ; white-space: nowrap; background-color: var(--primary_color); display: block; border-radius: 3px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); /* Hidden initially */ transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(255, 255, 255, 0.3) 0px 3px 7px -3px; }
ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li a { padding: 7px 15px !important; display: block; min-width: 200px; line-height: normal; border-bottom: solid 1px #ffffff !important; transition: all 0.4s ease-in-out; font-size: 20px; text-align: left; line-height: 26px; color: #fff; }
ul li ul.sub-menu li:last-child a { border-bottom: 0 !important; }
ul li ul.sub-menu li { margin: 0; display: block; }
ul li ul.sub-menu li a:hover { color: var(--red-color); }
ul.sub-menu li > ul.sub-menu { position: absolute; left: 100%;  top: 12px;  margin: 0; transform: scaleY(0);  transform-origin: top; transition: transform 0.3s ease-in-out; z-index: 9999;  }
ul.sub-menu li > ul.sub-menu li a::before{ width: 100%; }
ul.sub-menu li > ul.sub-menu li.current-menu-item > a{ color: var(--white-color); }
ul.sub-menu li:hover > ul.sub-menu { transform: scaleY(1); }
ul.sub-menu li > ul.sub-menu { visibility: hidden; /* Hide by default */ opacity: 0; }
ul.sub-menu li:hover > ul.sub-menu { visibility: visible; opacity: 1; transform: scaleY(1); transition: transform 0.3s ease, visibility 0s 0s, opacity 0.3s ease-in-out; }
ul li ul.sub-menu li a::after{ right: 10px !important; }
ul li ul.sub-menu li a::before{ display: none; }
ul li ul.sub-menu li{ padding: 0; }
ul li ul.sub-menu li::before{ display: none; }



/* **********--------------------- def-page css ----------------------------**************** */
.def-page{padding: 50px 0px 50px;}
.def-page p{ color: var(--body-color); font-style: normal; font-weight: normal; line-height: 25px;}
.def-page .right-img{float:right; margin:0 0 36px 51px;line-height: 0; position: relative; z-index: 0; }
.def-page .left-img { float: left; margin: 0 51px 36px 0; position: relative; line-height: 0; }
.def-page .right-img img{border-radius:0; position: relative; border: 1px solid var(--primary-color);}
.def-page .left-img img{border-radius:0; position: relative;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 15px 0;}
.def-page h2, .def-page .h2{font-size: 55px;line-height: 60px;} 
.def-page h3, .def-page .h3{font-size: 50px;line-height: 55px;}
.def-page h4, .def-page .h4{font-size: 45px;line-height: 45px;}
.def-page h5, .def-page .h5{font-size: 40px;line-height: 45px;} 
.def-page h6, .def-page .h6{font-size: 35px;line-height: 40px;}

.details_page h3, .details_page h4, .details_page h5, .details_page h6{ padding-bottom: 12px; }

.def-page ul ,.details_page ul {margin: 0;padding-bottom: 10px;}
.overflow{ overflow: inherit !important;}
.def-page ul li,.details_page ul li{ list-style: none; color: var(--body-color); text-align: left; position: relative; padding: 5px 0 5px 20px; overflow: hidden; }
.def-page ul li:before,.details_page ul li::before{ content: ''; position: absolute; left: 0; top: 15px; background-color: var(--primary-color); width: 7px; height: 7px; border-radius: 50%; }
.def-page ol,.details_page ol{padding-left: 0; padding-bottom: 25px;}
.def-page ol li,.details_page ol li{list-style-type:none;counter-increment:item;  padding: 5px 0 5px 0;  color: var(--body-color);}
.def-page ol li:before,.details_page ol li::before{display:inline-block; content: counter(item) "."; color: var(--body-color); padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left; text-align: left;}
.def-page ul.col-3 li {width: 33.33%;float: left; text-align: left;}
.def-page p {padding-bottom: 0px;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 0px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:0px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block;padding: 80px 0px;text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 24px;}
.thankyou {text-align: center;}
/* .thankyou h3 strong {font-size: 46px;} */
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
/* .def-page a{ color: var(--primary-color); } */
.def-page a.button{ color: var(--white-color); }
.def-page a:hover{color: var(--body-color); }
.def-page a.button:hover{color: var(--white-color); }
/* .def-page strong{ font-size: 24px; } */

/* **********--------------------- validation css ----------------------------**************** */
form .input-fild .wpcf7-not-valid-tip{ display: none !important; }
.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
form .cf7sr-recaptcha .wpcf7-not-valid-tip{ display: block !important; font-size: 15px; }
.submit-captcha { margin-top: -5px; display: flex; /* width: 100%; */ align-items: flex-start; justify-content: flex-start; }
.submit-captcha .input-fild:last-child{ margin-top: 17px; } .wpcf7 form .wpcf7-response-output { margin: 0.5em auto; padding: 0.2em 1em; border: 2px solid #00a0d2;    width: 100%; text-align: center; }
/* **********--------------------- validation css ----------------------------**************** */

/* comman_span */
.comman_span { display: flex; justify-content: center; align-items: center; width: 100%; }
.comman_span span { display: flex; align-items: center; gap: 20px; color: #458bd9; letter-spacing: 3px; text-transform: uppercase; }
.comman_span span::before, .comman_span span::after { content: ""; width: 79px; height: 1px; }
.comman_span span::before { background-image: linear-gradient(-90deg, rgba(69,139,217,0.996078431372549) 0%, rgba(1,9,17,0.9999999999999999) 100%); }
.comman_span span::after { background-image:  linear-gradient(90deg, rgba(69,139,217,0.996078431372549) 0%, rgba(1,9,17,0.9999999999999999) 100%); }
/* comman_span */

h1 > span, h2  > span, h3 > span, h4 > span, h5 > span, h6 > span{color: var(--primary-color);}
/* header  */

.header_sec { padding: 29px 0 55px; }
header ul li::before{display: none; }
.hero_header{ background: var(--footer-color); color:#fff; padding-bottom:31px; }
.header_top { border-bottom: 1px solid rgba(255,255,255,.08); padding: 10px 0 9px; background-color: #0c1b33; font-family: var(--light-font); }
.header_top_inner { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: #b9b9b9; line-height: 14px; }
.header_top_inner a { color: #b9b9b9; text-decoration: underline; line-height: 14px; }
.header_top_inner a:hover {color:#c79b48;  }
.header_right { display: flex; gap: 37px; align-items: center; }
.header_inner{ display:flex; align-items:center; justify-content:space-between; }
.header_menu { display: flex; gap: 50px; list-style: none; margin: 0; padding: 0; }
.header_menu li{ margin: 0; padding: 0; }
.header_menu li a { color: #fff; font-size: 16px; line-height: normal; font-family: var(--secondary-font);text-transform: uppercase; }
.header_menu li a:hover { color:#c79b48; }
.hero_content h1 { margin: 0 0 20px; color: var(--white-color); }
.hero_tabs { display: flex; gap: 50px; list-style: none; padding: 0 0 15px; border-bottom: 1px solid #2C3F5E; margin: 0 0 21px; }
.hero_tabs li { position: relative; padding: 0; }
.hero_tabs li::before {display: none; }
.hero_tabs a { color: rgba(255,255,255,.65); text-decoration: none; font-size: 16px; font-family: var(--secondary-font); }
.hero_tabs .active a{ color:#fff; }
/* .hero_tabs .active::after { content: ""; position: absolute; left: 0; bottom: -16px; width: 28px; height: 2px; background: #d9a441; } */
.hero_tabs{ position: relative; display: flex; gap: 50px; list-style: none; padding: 0 0 15px; border-bottom: 1px solid #2C3F5E; margin: 0 0 21px; }
.hero_tabs li{ position: relative; }
.tab-indicator{ position: absolute; bottom: -1px; left: 0; width: 28px; height: 2px; background: #d9a441; transition: all .35s ease; }
.hero_tabs a{ color: rgba(255,255,255,.65); text-decoration: none; font-size: 16px; font-family: var(--secondary-font); transition: .3s; }
.hero_tabs li:hover a, .hero_tabs li.active a{ color:#fff; }
.hero_search{ display:flex; }
.hero_search input { border: none; width: 100%; padding: 17px 20px; font-size: 16px; color: #535353; border-radius: 0; }
.hero_search input[type="submit"] { width: 200px; border: none; background-color: #0C1B33 !important; color: #fff; cursor: pointer;  }
.hero_search input[type="submit"]:hover{background-color:#c79b48 !important; color:var(--white-color);}
/* header  */
/* banner */
.banner_inr { overflow: hidden; }
.banner_slider { position: relative; padding: 300px 0 50px; }
.banner_slider img { width: 100%; height: 100%; object-fit: cover; }
.banner .banner_img { position: absolute; line-height: 0; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; }
.banner .banner_img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.banner .banner_content { display: flex; align-items: center; justify-content: space-between; }
.banner .form_box { padding: 34px 40px 32px 40px; border-radius: 8px; max-width: fit-content; width: 100%; background-color: rgba(12, 27, 51, 0.62); }
.banner .form_box h2 { color: var(--white-color); line-height: 55px; font-family: var(--primary-font); text-transform: capitalize; }
.banner .form_box p {font-size: 12px; letter-spacing: 0px; color:var(--white-color); font-family: var(--light-font); margin: 0; }
.slick-list{ padding: 0;}

/* banner */
/* story */
.story_inr { padding: 50px 0 61px; gap: 97px; align-items: center; }
.story_left{position: relative;}
.story_left a{font-size: 100%; line-height: 100%;}
.story_left a:hover{color: #c79b48;}
.story_left::before{ content: ''; position: absolute; left: 0; top: 0; width: 106px; height: 2px; background-color: #c79b48;}
.story_left p { font-size: 30px; line-height: 45px; font-family: var(--light-font); margin-bottom: 50px;}
/* .story_left p:last-of-type {margin-bottom: 0;} */
.story_left h2{margin-bottom:40px;}
.story_left { max-width: 63%; width: 100%; padding: 60px 0 0; }
.story_right { max-width: 37%; width: 100%; }
.story_right_img {line-height: 0;}
.bdr_btn a { position: relative; border-bottom: 1px solid #c79b48; padding: 0 20px 9px 0; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #0c1b33; font-family: var(--btn-font); line-height: 26px; }
.bdr_btn a:hover {color:#c79b48; border-color: var(--black-color); }
.bdr_btn a::after { content: ''; position: absolute; top: 8px; right: 0; background: url(images/right-arrow.png) no-repeat center; width: 15px; height: 8px; background-size: 14px; }
/* story */
/* national */
section.national { padding: 75px 0 90px; background-color: #f6f4ef; border-top: 1px solid #dedad0; }
.national_center_item p{margin-bottom: 0; letter-spacing: 4px; text-transform: uppercase; color: #0c1b33; font-family: var(--light-font);}
.national_center_item { padding: 0 0 50px; }
.national_center_item:last-of-type { padding: 0; }
.national_right_item { padding: 0 0 42px; }
.national_right_item h3 { padding: 0 0 10px; }
.national_right_item:last-of-type { padding: 0; }
.national_left_img { line-height: 0; }
.national_left { gap: 72px; max-width: 55%; width: 100%; }
.national_inr { gap: 182px; }
/* national */
/* market */
.market{ padding: 70px 0 64px; background-color: var(--footer-color);}
.market .story_inr { padding: 0; gap: 106px; }
.market .story_left { padding: 0; }
.market .story_left::before {display: none; }
.market .story_left p { margin-bottom: 0; color: var(--white-color); }
.market .story_left h2 { margin-bottom: 30px; color: var(--white-color); }
.market .story_left p small { font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #c79b48; font-family: var(--btn-font); display: block; line-height: 20px; padding: 0 0 35px; }
.market .market_btn { padding: 49px 0 0; }
/* market */
/* video section  */
 
  /* ============ Video Section ============ */
.video-section { width: 100%; padding: 77px 0 50px; }
.video-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.video-overlay { position: absolute; inset: 0; background: linear-gradient( 180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.55) 100% ); pointer-events: none; }
.video-play-btn { position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, calc(-50% - 28px)); width: 80px; height: 80px; border-radius: 50% !important; border: 1.5px solid rgba(255, 255, 255, 0.85); background: rgba(255, 255, 255, 0.08); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.25s ease, transform 0.25s ease; z-index: 2; padding: 0 !important; }
.video-play-btn svg { width: 50px; height: 50px; }
.video-play-btn:hover { background: rgba(255, 255, 255, 0.18); transform: translate(-50%, calc(-50% - 28px)) scale(1.05); }
.video-title { position: absolute; top: 52%; left: 50%; transform: translate(-50%, calc(-50% + 36px)); margin: 0; color: #fff; white-space: nowrap; z-index: 9; }
.video-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 35px; }
.video-footer p { margin: 0; color: #535353; font-size: 30px; line-height: 45px; font-family: var(--light-font); }
/* video section  */
/* blog_section  */
section.blog_section { padding: 35px 0 84px; }
.articles_inr { display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -25px; gap: 40px 0; padding-top: 34px; }
.blog_section  .articles_item{ max-width: 33.33%; width: 100%; padding: 0 25px; }
.blog_section  .articles_item .articles_item_box{ font-size: 16px; line-height: 26px; }
.blog_section  .articles_item .articles_item_box .articles_img { line-height: 0; margin: 0 0 26px; }
.blog_section  .articles_item .articles_item_box .articles_img a{ line-height: 0; width: 100%; height: 100%; }
.blog_section  .articles_item .articles_item_box .articles_img a img{ width: 100%; height: 100%; object-fit: cover; }
.blog_section  .articles_item .articles_item_box h3 { margin-top: 0; margin-bottom: 8px; line-height: inherit; }
.blog_section  .articles_item .articles_item_box h3 a{color: #0c1b33; font-size: 100%;}
.blog_section  .articles_item .articles_item_box h3 a:hover{color:#c79b48;}
.blog_section  .articles_item .articles_item_box p{ margin-bottom: 0;} 
.blog_section   .blog_title h2{padding: 0 0 25px; }
.blog_section   .blog_title p{ margin: 0; color: #535353; font-size: 30px; line-height: 45px; font-family: var(--light-font); }
.blog_section   .bdr_btn { padding:48px 0 0; }
.blog_section .articles_item .articles_item_box .articles_img{ overflow: hidden; }
.blog_section .articles_item .articles_item_box .articles_img img{ width: 100%; display: block; transition: transform .4s ease; }
.blog_section .articles_item .articles_item_box:hover .articles_img img{ transform: scale(1.1); }
/* blog_section  */

/* footer */
footer { background:var(--footer-color); padding:55px 0 0;}
footer ul li {padding: 0;}
footer ul li::before {display: none;}
footer h2 { color: #fff; }
footer .footer-about { padding: 0 0px 38px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
footer .footer-about p{ color:#b9b9b9; margin-bottom: 0; }
footer .footer-main { padding: 41px 0 44px; }
footer .footer-inr { display: flex; gap: 152px; }
footer .footer_left{ max-width: 25%; width: 100%; }
footer .footer_right { gap: 84px; }
footer .footer-col.footer-brand p{ color: #b9b9b9;}
footer .bdr_btn a{ color:var(--white-color);}
footer .bdr_btn a::after { content: ''; position: absolute; top: 8px; right: 0; background: url(images/right-arrow-white.webp) no-repeat center; width: 15px; height: 8px; background-size: 14px; }
footer h3 {line-height: normal; margin: 0 0 16px; color: #fff; font-size: 16px; letter-spacing: 0.08em; text-transform: uppercase; font-family: var(--btn-font); }
footer .footer-social { display: flex; gap: 10px; }
footer .footer-social-icon { width: 52px; height: 52px; border-radius: 50%; background: #081e3b; color:#fff; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background 0.5s ease; }
footer .footer-social-icon svg{ width: 30px; height: 30px; }
footer .footer-social-icon:hover { background: #c79b48; }
footer .footer-links { list-style: none; margin: 0 0 40px; padding: 0; display: flex; flex-direction: column; }
footer .footer-links a { font-size: 16px; letter-spacing: 0px; line-height: 40px; color: #b9b9b9; }
footer .footer-links a:hover { color: #c79b48; }
footer .footer-bottom { background-color: #0c1b33; padding: 33px 0 26PX; }
footer .footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
footer .footer-copyright { margin: 0; font-size: 16px; letter-spacing: 0px; line-height: 25px; color: #b9b9b9; font-weight: 200; }
footer .footer-bottom-links { display: flex; align-items: center; gap: 10px; font-size: 16px; letter-spacing: 0px; line-height: 25px; color: #b9b9b9; font-weight: 200; }
footer .footer-bottom-links a { color: #b9b9b9; text-decoration: none; font-size: 16PX; }
footer .footer-bottom-links a:hover { color: #c79b48; }
/* footer */

/* ---------------- details-page css ----------------*/
section.dtl_blog { padding: 35px 0 54px; }
.dtl_blog  .articles_item .articles_item_box h3 a { color: #0c1b33; font-family: var(--primary-font); font-size: 24px; }
.dtl_blog  .articles_item .articles_item_box .articles_img { margin: 0 0 34px; }
.dtl_blog  .articles_inr { gap: 60px 0; }
.dtl_blog  .articles_inr { margin: 0 -34px; }
.dtl_blog  .articles_item { padding: 0 34px; }
.dtl_blog  .blog_title h2 { padding: 0 0 10px; line-height: 60px;}

section.details_page { padding: 50px 0 35px; }
.details_page .details_page_inr{gap: 62px; }
.details_page .details_page_left { max-width: 73%; width: 100%;}
.details_page .details_page_right { max-width: 27%; width: 100%;}
.details_page .articles_inr { gap: 40px 0; margin: 0; border-bottom: 1px solid #d4d4d4; padding: 0 0 38px; }
.details_page .articles_item { padding: 0; }
.details_page .articles_item .articles_item_box h3 a { color: #0c1b33; font-family: var(--primary-font); font-size: 24px; }
.details_page .articles_item .articles_item_box h3 a:hover { color: #c79b48;}
.details_page .articles_img { line-height: 0; padding: 0 0 26px; }
.details_page .articles_img a{ line-height: 0; }
.details_page .articles_item_box p:last-of-type{margin-bottom: 0;}
.details_page .details_page_right_title h2 { padding: 0 0 29px; font-family: var(--primary-font); }
.details_page .follow_sec { padding: 34px 0 0; }
.details_page .follow_sec h2 {font-family: var(--primary-font); padding: 0 0 22px; }
.details_page .details_lbl a span { font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #c79b48; font-family: var(--btn-font); display: block; line-height: 20px; padding: 0 0 11px; transition: 0.5s all;}
.details_page .details_lbl a:hover span{color: var(--black-color);}
.details_page .details_page_left_title p { font-size: 24px; letter-spacing: -1px; color: #535353; font-family: var(--primary-font); border-bottom: 1px solid #d4d4d4; padding: 20px 0; }
.details_page .blog_datas-inner { display: flex; align-items: center; gap: 12px; width: 100%; padding: 0 0 29px; }
.details_page .blog_datas-inner a{ margin-bottom: 0; color: #7996c2; line-height: 25px;}
.details_page .blog_datas-inner a:hover{color: #c79b48;}
.details_page .blog_datas-inner p{margin-bottom: 0;color: #7996c2;}
.details_page .blog_datas-inner p span{ font-family:var(--btn-font); color: var(--black-color);} 
.details_page .details_page_img{line-height: 0; padding: 0 0 32px;}
.details_page .details_page_img a{line-height: 0;}
.details_page h2, .details_page h3, .details_page h4, .details_page h5, .details_page h6{font-family: var(--primary-font);} 
.details_page h2 a, .details_page h3 a, .details_page h4 a, .details_page h5 a, .details_page h6 a { color: #0c1b33; font-size: 100%; line-height: normal; }
.details_page h2 a:hover, .details_page h3 a:hover, .details_page h4 a:hover, .details_page h5 a:hover, .details_page h6 a:hover { color: #c79b48; }
.details_page .details_page_content h2{padding:0 0 12px; font-family: var(--primary-font);} 
.details_page ul li { position: relative; padding: 5px 5px 5px 20px; font-size: 16px; }
.details_page ul li::before { background-color: #535353; top: 14px; }
.details_page .def-page { padding: 31px 0px 0;}
.details_page .def-page h2, .details_page .def-page h3, .details_page .def-page h4, .details_page .def-page h5, .details_page .def-page h6{ margin:0;}
.details_page ul.follow_icon li::before{ display: none;}
.details_page ul.follow_icon li{padding: 0; line-height: 0; }
.details_page ul.follow_icon li a{line-height: 0; }
.details_page ul.follow_icon li a svg { width: 60px; height: 60px;}
.details_page ul.follow_icon li a svg .st0 {transition: 0.5s all;  }
.details_page ul.follow_icon li a:hover svg .st0 {fill: #c79b48; }
.details_page .follow_sec_img{ line-height: 0; padding: 38px 0 0 ;}





.author-box { padding: 20px 0; border-top: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; display: flex; align-items: center; gap: 31px; }
.author-box .author-image { width: 138px; height: 138px; border-radius: 50%; overflow: hidden; }
.author-box .author-image img { width: 100%; height: 100%; object-fit: cover; }
.author-content { max-width: 82%; width: 100%; }
.author-content p:last-of-type {margin-bottom: 0; }
.bottom_content { padding: 23px 0 0; align-items:certer; }
.bottom_content  p { width: 43%; padding: 0 0 0; font-size: 12px; line-height: 20px; }
.bottom_content  p:last-of-type {margin-bottom: 0; }
.share_post { width: auto; }
.av-share-box { width: 100%; display: flex; align-items: center; float: none; font-size: 12px; margin: 0; justify-content: flex-end; gap: 30px; }
.av-share-link-description { font-size: 16px; line-height: 26px; font-family: var(--secondary-font) ; }
.bottom_content ul.av-share-box-list{gap: 15px;}
.bottom_content ul.av-share-box-list li::before{ display: none;}
.bottom_content ul.av-share-box-list li{padding: 0; line-height: 0; }
.bottom_content ul.av-share-box-list li a{line-height: 0; }
.bottom_content ul.av-share-box-list li a svg { width: 30px; height:30px;}
.bottom_content ul.av-share-box-list li a svg path,
.bottom_content ul.av-share-box-list li a svg .st2,
.bottom_content ul.av-share-box-list li a svg .st0 {transition: 0.5s all;  }
.bottom_content ul.av-share-box-list li a:hover svg .st0 {fill: #c79b48; }
.bottom_content ul.av-share-box-list li a:hover svg .st2 {fill: #c79b48; }
.bottom_content ul.av-share-box-list li a.linkedin:hover svg path {fill: #ffffff; }
.bottom_content ul.av-share-box-list li a:hover svg path {fill: #c79b48; }

/* listing_page */
.listing_page .details_lbl p{ line-height: normal; }
.listing_page .details_lbl p span{ padding: 0;}
.listing_page .details_page_inr { gap: 86px; border-bottom: 1px solid #d4d4d4; }
.listing_page .details_page_img { padding: 0 0 29px; }
.listing_page .details_page_left_title p { color: #535353; padding: 6px 0 20px; border: 0; margin: 0;font-family: var(--body-font); font-size: 18px;line-height: 28px; }
.listing_page .details_page_left { max-width: 57.5%; width: 100%; }
.listing_page .details_page_right { max-width: 37%; width: 100%; }
.listing_page .details_page_right_title h2 { padding: 0 0 20px; font-family: var(--primary-font); border-bottom: 1px solid #d4d4d4; margin: 0 0 31px; }
.listing_page .popular_img { line-height: 0; max-width: 29%; width: 100%; }
.listing_page .popular_img a{ line-height: 0;}
.listing_page .popular_img img { width: 100%; height: 100%; object-fit: cover; }
.listing_page .popular_item {align-items: center; padding: 0 0 30px; gap: 17px;} 
.listing_page .blog_datas-inner { padding: 0 0 30px; }

section.listing_main { padding: 7px 0 35px; }
.listing_main .listing_main_title h2 { padding:0 0 40px; }
.listing_main .listing_card_text a span {transition: .5s all; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #c79b48; font-family: var(--secondary-font); display: block; line-height: 100%; padding: 0 0 23px; }
.listing_main .listing_card_text a:hover span{color: var(--black-color);}
.listing_main .listing_card_text h2{ padding: 0 0 16px;}
.listing_main .listing_card_text p:first-child{margin: 0; padding: 0px; }
.listing_main .listing_card_text p{margin-bottom: 0; padding-bottom: 29px; }
.listing_main .blog_datas-inner{padding-bottom:0px; }
.listing_main .listing_card_text .blog_datas-inner p{ padding-bottom: 0;}
.listing_main .blog_datas-inner p{margin-bottom: 0; padding-bottom:0px; }
.listing_main .blog_datas-inner p span{ padding-bottom:0px; color: var(--black-color); }
.listing_main .listing_card_img { max-width: fit-content; width: 100%; line-height: 0; }
.listing_main .listing_card { gap: 64px; padding: 43px 0 46px 0; border-bottom: 1px solid #d4d4d4; }
.listing_main .listing_card:nth-child(1){padding:0 0 46px 0;}
.listing_main .listing_card:last-of-type {padding: 46px 0 0px 0; border-bottom: 0; }
.listing_main .google_ads_img { padding: 38px 0; line-height: 0; }
.listing_main .bdr_btn { padding: 30px 0 0; }
.listing_main .articles_inr { justify-content: left; }
.listing_main .artical_last { border-top: 1px solid #d4d4d4; border-bottom: 0; padding: 35px 0 0; margin-top: 39px; gap: 0; }
.listing_main .artical_last h2 { padding-bottom: 29px;}
.listing_main .artical_last .articles_item{padding-bottom: 40px;}
.listing_main .artical_last .articles_item:last-of-type{ padding-bottom: 0;}
/* listing_page */

/* author-details-page */
section.ruther { padding: 50px 0 0; }
.ruther_inr { padding: 0 0 47px; border-bottom: 1px solid #d4d4d4; gap: 61px;}
.ruther_left { max-width: fit-content; width: 100%; }
.ruther_right h2 { border-bottom: 1px solid #d4d4d4; padding: 0 0 17px; margin: 0 0 33px; font-family: var(--primary-font); }
.ruther_right h3{padding-bottom: 25px; font-family: var(--primary-font); }
.ruther_right p{margin-bottom: 0;}
.ruther_img{max-width: fit-content; width: 100%; line-height: 0;}
.ruther_right ul.follow_icon { padding: 23px 0 0;}
.ruther_right ul.follow_icon li a svg { width: 40px; height: 40px; }
.ruther_right ul.follow_icon li { padding: 0; line-height: 0; }
.ruther_right ul.follow_icon li::before { display: none;}
.ruther_right ul.follow_icon li a svg .st0 {transition: 0.5s all;  }
.ruther_right ul.follow_icon li a:hover svg .st0 {fill: #c79b48; }
ul.follow_icon { flex-wrap: wrap; }
/* author_box css */
/* section.author_box { padding: 50px 0; }
.author_box .listing_card_img { line-height: 0; padding: 0 0 26px;}
.author_box .listing_card_img a { line-height: 0;}
.author_box .blog_datas-inner { display: flex; align-items: center; gap: 12px; width: 100%; padding: 0; }
.author_box .blog_datas-inner p{ margin-bottom: 0; color: #7996c2; line-height: 25px;}
.author_box .blog_datas-inner p span{ font-family:var(--btn-font); color: var(--black-color);} 
.author_box  p:first-child { margin: 0; padding: 0px; }
.author_box  h2{padding:0 0 15px; font-family: var(--primary-font); }
.author_box  a span.date{padding: 0; color: var(--black-color); }
.author_box  a{ font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color:#c79b48; font-family: var(--secondary-font); display: block; line-height: 100%; padding: 0 0 23px; }
.author_box .listing_card { max-width: calc(33.33% - 40px); width: 100%; }
.author_box .listing_card_item { gap: 55px 60px; } */


.author_box .details_lbl a{ font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #c79b48; font-family: var(--btn-font); display: block; line-height: 20px; padding: 0 0 11px; }
.author_box .details_lbl a:hover{ color:var(--black-color);}
.author_box .blog_datas-inner { display: flex; align-items: center; gap: 12px; width: 100%; padding: 0; }
.author_box .blog_datas-inner a {font-size: 100%; margin-bottom: 0; color: #7996c2; line-height: 25px; }
.author_box .blog_datas-inner a:hover {color:#c79b48;}
.author_box .blog_datas-inner p span { font-family: var(--btn-font); color: var(--black-color); }
.author_box .articles_item .articles_item_box .blog_datas-inner p { margin-bottom: 0px; }
.author_box .articles_item .articles_item_box p { margin-bottom: 20px; }
.author_box .articles_inr { gap: 55px 0; margin: 0 -30px; padding-top: 19px; }
.author_box  .articles_item { padding: 0 30px; }

/* author_box css */
/* author-details-page */
/* contributors */
section.contributors { padding: 41px 0 28px; }
.contributors h2{ padding: 0 0 28px; }
.contributors_inr { gap: 55px 41px;}
.contributors_cards { gap: 30px; max-width: calc(33.33% - 28px); width: 100%; }
.contributors_left { max-width: fit-content; width: 100%; }
.contributors_img { line-height: 0; max-width: fit-content; width: 100%; }
.contributors_img a{ line-height: 0;}
.contributors_img img{ width: 100%; height: 100%; }
.contributors_right p { margin: 5px 0 15px; }
.contributors_right h3 {border-bottom: 1px solid #d4d4d4; padding: 0 0 10px;}
.contributors_right h3 a{ font-size: 100%; color: #0c1b33;}
.contributors_right { max-width: fit-content; width: 100%; }
.contributors_right a{ color: #7996c2; font-size: 16px;}
.contributors_right a:hover{ color: #c79b48;}
/* contributors */
/* see all listing */
section.see_all_listing { padding: 50px 0 0; }
.listing_page_title { align-items: flex-end; padding: 0 0 34px; }
.see_all_listing .blog_datas-inner { padding: 0 0 50px; }

.menu-toggle { display: none;}
.bdr_btn.mobile_btn { display: none; }

.details_page .listing_card_img a{line-height: 0; width: 100%;}
/* see all listing */

.new_sec .popular_box .blog_datas-inner{ padding-bottom: 0; }
.new_sec .popular_box .popular_content .h6{ font-size: 22px; padding-bottom: 20px; }
.listing_page .details_page_right .popular_item:first-child{ padding-top: 0; }
.listing_page .details_page_right .popular_item{ padding: 24px 0; border-bottom: 1px solid rgb(212, 212, 212); }
.listing_page .details_page_right .popular_item:last-child{ padding-bottom: 0; border: 0; }

.bottom_content p { width: 64%;}
.details_lbl p{ margin-bottom: 8px; }

/* about */
.about-page{ padding: 50px 0; position: relative; }
.about-page .right-img{line-height: 0; float: right; margin: 0 0px 20px 30px; }
.about-page h3{ padding: 0 0 5px; }
.about-page ul{ margin-bottom: 25px; }
.about-page ul.col-3 li{ width: 33.33%; float: left; }
.about-page ul li{ font-size: 16px; line-height: 25px; position: relative; padding: 5px 0 5px 20px; }
.about-page ul li::before{ content: ''; position: absolute; left: 0; top: 15px; background-color: var(--primary-color); width: 7px; height: 7px; border-radius: 50%;  }
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }

/* contact */
.contact-us{ padding:70px 0; background: var(--secondary-color); }
.contact-us .container{ display:flex; justify-content:space-between; gap:70px;  }
/* Left Side */
.contact-left{  background:var(--white-color); padding:50px;  box-shadow:0 15px 40px rgba(0,0,0,.08); width: 50%; }
.contact-left h2{ font-size:48px; color:var(--primary-color); font-family:var(--heading-font); margin-bottom:15px; }
.contact-left p{ /*font-size:17px;*/ color:var(--body-color); font-family:var(--body-font); line-height:1.8; margin-bottom:35px; }
.contact-left strong{ color:var(--primary-color); font-family:var(--secondary-font); }
/* Contact Card */
.cotact-box{ background:linear-gradient(135deg,#12294B,#1d3f72); padding:40px;  }
.cotact-box h3{ color:var(--white-color); font-size:32px; font-family:var(--primary-font); margin-bottom:20px; }
.cotact-box p{ color:#e6e6e6; margin-bottom:20px; font-family:var(--body-font); }
.cotact-box ul{ list-style:none; padding:0; margin:25px 0; }
.cotact-box ul li { position: relative; color: var(--white-color); margin-bottom: 15px; font-size: 16px; font-family: var(--secondary-font); padding: 8px 8px 8px 40px; }
.cotact-box ul li::before {display: none;}
.cotact-box ul li::after { content: ''; position: absolute; top: 6px; left: 0; background: url(images/location.png) no-repeat center; background-size: 100%; width: 30px; height: 30px; }
.cotact-box ul li.email::after { content: ''; position: absolute; top: 6px; left: 0; background: url(images/email.png) no-repeat center; background-size: 100%; width: 30px; height: 30px; }
.cotact-box ul li a { color: var(--secondary-color); text-decoration: none; transition: .3s; font-size: 100%; }
.cotact-box ul li a:hover{ color:var(--white-color); }
.cotact-box p a { color: #ffd67d; text-decoration: none; transition: .3s; font-size: 100%; }
.cotact-box p a:hover{ color:var(--white-color); }
/* Right Side Form */
.contact-right{ width: 50%;  background:var(--white-color); padding:50px; box-shadow:0 15px 40px rgba(0,0,0,.08); }
.contact-right h2{ font-size:42px; color:var(--primary-color); font-family:var(--heading-font); margin-bottom:30px; }
.contact-right form{ display:flex; flex-direction:column; }
.contact-right label{ font-size:14px; text-transform:uppercase; letter-spacing:1px; color:var(--primary-color); margin-bottom:8px; font-family:var(--secondary-font); }
.contact-right input, .contact-right textarea{ width:100%; padding:16px 18px; margin-bottom:22px; border:1px solid #ddd; font-size:16px; color:var(--body-color); font-family:var(--body-font); transition:.3s; outline:none; }
.contact-right textarea{ min-height:180px; resize:none; }
.contact-right input:focus, .contact-right textarea:focus{ border-color:var(--primary-color); box-shadow:0 0 0 4px rgba(18,41,75,.12); }
.contact-right button{ width:200px; padding:16px; border:none; border-radius:50px; background:var(--primary-color); color:var(--white-color); font-size:16px; font-family:var(--btn-font); cursor:pointer; transition:.35s; }
.contact-right button:hover{ background:var(--black-color); transform:translateY(-3px); }

.input-fild input[type="submit"]{ width: fit-content; margin-bottom: 0;}

.wpconsent-banner{ width: 25% !important; margin: 0 auto !important; bottom: 10px !important; border-radius: 4px !important; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important; }

.video-wrapper iframe { width: 100%; height: 100%; }
/*
**  IGES Subscription Form
*/
.subscribe_form_sec { background: var(--footer-color); padding: 50px 0; margin: 0 auto; width: 50%; }
.subscribe_form_sec .ig_es_subscription_form{ display: flex; align-items: center; justify-content: space-between; border-radius: 0px !important; background-color: transparent !important; padding: 0 !important; }
.subscribe_form_sec .ig_es_subscription_form .es-field-wrap{margin-bottom: 0 !important; }
.subscribe_form_sec .ig_es_subscription_form .ig-es-form-field{ width: 100% !important; }
.subscribe_form_sec .ig_es_subscription_form .ig-es-form-field .es-field-label{font-size: 0;line-height: 0;margin-bottom: 0 !important;}
.subscribe_form_sec .ig_es_subscription_form input[type="email"]{ width: 100% !important; padding: 17px 20px !important; border: none !important; font-size: 16px !important; color: var(--body-color); font-family: var(--body-font); transition: .3s; border-radius: 0px !important; line-height: 27px !important; }
.subscribe_form_sec .ig_es_subscription_form input[type="submit"]{ padding: 14px 28px !important; border: none !important; background: #0C1B33 !important; color: var(--white-color) !important; font-size: 16px !important; line-height: 25px !important; font-family: var(--btn-font) !important; cursor: pointer !important; transition: .35s !important; text-transform: uppercase; margin-top: 0 !important; letter-spacing: 2%;}
.subscribe_form_sec .ig_es_subscription_form input[type="submit"]:hover{ background: #c79b48 !important;color: var(--white-color); }
.subscribe_form_sec .es_subscription_message{font-size: 20px !important;}



/*
* Blog Details Page
*/
.details_page_content blockquote { border-left: 5px solid #c79b48; margin: 1.8rem 0; font-family: var(--font-serif); font-style: italic; color: var(--primary-color); padding: 20px 20px 20px 25px; background-color: #ededed; }
.details_page_content blockquote p { margin-bottom: 0; }

/*
* Search Page
*/
.search-page{padding: 50px 0px 50px;}

/*
* Author Plugin CSS
*/
.fpp-auth-wrap{font-family: inherit;}
.fpp-wrap .fpp-tabs{margin-bottom:20px;}
.fpp-wrap .fpp-tabs .fpp-tab,.fpp-wrap .fpp-submit-btn{text-transform: uppercase !important;}
.fpp-wrap .fpp-tab-panel h2{font-size: 28px; line-height: 36px; font-family: var(--primary-font); margin-bottom: 20px;}
.fpp-wrap .fpp-form-group label , .fpp-wrap .fpp-checkbox-row a { font-size: 14px !important; text-transform: uppercase !important; letter-spacing: 1px; margin-bottom: 8px !important; font-family: var(--secondary-font); }
.fpp-wrap .fpp-checkbox-row a:hover{color: #c79b48 !important;}

.fpp-wrap .fpp-section-header h2{line-height: inherit;}

nav.fpp-nav .fpp-nav-link{padding: 8px 14px !important;font-size: 14px !important; text-transform: uppercase !important; color: var(--primary-color) !important; font-family: var(--secondary-font) !important; }
nav.fpp-nav .fpp-nav-links li::before{display: none !important;}
nav.fpp-nav .fpp-nav-avatar{text-transform: uppercase !important;}

.fpp-form-group div#fpp-editor-wrap .wp-editor-wrap button, .fpp-form-group div#fpp-editor-wrap .wp-editor-wrap input[type="button"], .fpp-form-group div#wp-app_user_bio-wrap button, .fpp-form-group div#wp-app_user_bio-wrap input[type="button"] {
  padding: 10px !important;
}

.fpp-form-group div#fpp-editor-wrap .mce-toolbar .mce-btn-group .mce-btn.mce-active, .fpp-form-group div#fpp-editor-wrap .mce-toolbar .mce-btn-group .mce-btn:active, .fpp-form-group div#fpp-editor-wrap .qt-dfw.active{ border-color: var(--primary-color) !important; background-color: #c79b48 !important; }

.fpp-wrap .fpp-form-group div#fpp-editor-wrap textarea:focus{border:none !important;box-shadow:none !important;outline:none !important; }

.fpp-form-group .fpp-taxonomy-list label{display: inline-flex;}
.fpp-wrap .fpp-divider span {text-transform: uppercase !important;}
.fpp-notice.info { font-size: 14px !important; text-transform: uppercase !important; letter-spacing: 1px; margin-bottom: 8px !important; font-family: var(--secondary-font); background: var(--footer-color); padding: 20px; color: #ffffff; }
.fpp-notice.info a{color:#c79b48;}
.fpp-notice.info a:hover{color:#ffffff;}

ul.fpp-pagination-list li::before{ display: none;}


/* 10-07-2026 */
#wpconsent-container::part(wpconsent-banner){ 
  max-width: 25%; width: 100%; padding: 10px 24px; text-align: center; margin: 0 auto 10px; border-radius:4px; box-shadow:rgba(0,0,0,.19) 0 10px 20px, rgba(0,0,0,.23) 0 6px 6px;
 }

 @media(max-width:767px){
  #wpconsent-container::part(wpconsent-banner){ padding: 10px 5px; max-width: 100%; margin: 0 0px; }
 #wpconsent-container::part(wpconsent-banner-footer){ flex-direction: row; }
 #wpconsent-container::part(wpconsent-banner-body){ margin: 0; padding: 0 0 0px; }

 }



.details_page_content .alignright { float: right; margin: 0 0 36px 51px; line-height: 0; position: relative; z-index: 0; }
.details_page_content .alignleft { float: left; margin: 0 51px 36px 0; position: relative; line-height: 0; }
.details_page_content .aligncenter { text-align: center; margin: 0 auto; display: block; }

/* blog video's */
.blog_video_title h2 { margin: 0 0 23px;}
.blog_videos_articles_inr.fade-content { display: flex; justify-content: center; gap: 30px 0; margin: 0 -25px; flex-wrap: wrap; }
.blog_videos_articles_item { position: relative; max-width: 33.33%; width: 100%; padding: 0 25px; }
.blog_videos_articles_img { position: relative; width: 100%; aspect-ratio: 10/7; overflow: hidden; margin: 0 0 20px; }
.blog_videos_articles_img img,
 .blog_videos_articles_img iframe{ position:absolute; top:0; left:0; width:100%; height:100%; }
.blog_videos_articles_img iframe{ border:0; z-index:1; }
.blog_videos_articles_img img{ z-index:2; }
.video-overlay, .video-play-btn{ z-index:3; }
.blog_videos_author_box .video-play-btn { transform: translate(-50%, -50%); }
section.blog_videos_section { padding: 50px 0;} 
/* blog video's */

/*
.media-modal-close { position: absolute !important; }
button .screen-reader-text {display: none;}
h2.media-frame-actions-heading.screen-reader-text { display: none; }
.media-router .media-menu-item { position: relative !important; float: left;  margin: 0; padding: 8px 10px 9px !important; height: 18px !important; line-height: 1.28571428 !important; font-size: 14px !important; text-decoration: none !important; background: 0 0; cursor: pointer; transition: none; color: var(--body-color); }
.media-router .media-menu-item:active, .media-router .media-menu-item:hover { color:#c79b48 !important;}
.media-menu .media-menu-item { display: block; box-sizing: border-box; width: 100%; position: relative !important; border: 0; margin: 0; padding: 8px 20px !important; font-size: 14px !important; line-height: 1.28571428; background: 0 0; color: var(--wp-admin-theme-color,#3858e9); text-align: left; text-decoration: none; cursor: pointer; }
.attachments-wrapper ul li::before{ display: none;}
.media-attachments-filter-heading { display: none; }
.media-toolbar input[type=search], .media-toolbar input[type=text], .media-toolbar select { width: 100%; }
.wp-core-ui .attachment .check { display: none; height: 24px; width: 24px; padding: 0 !important; border: 0; position: absolute !important; z-index: 10; top: 0; right: 0; outline: 0; background: #5051e8 !important; cursor: pointer; box-shadow: 0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15) !important; }
.wp-core-ui .button-group.button-hero .button, .wp-core-ui .button.button-hero { font-size: 14px !important; line-height: 3.28571429; min-height: 48px; padding: 0 36px !important; }
.media-modal-content .button, .media-modal-content .button.button-large { padding: 0 12px !IMPORTANT; }
.wp-core-ui .button-primary { background: var(--wp-admin-theme-color,#3858e9) !important; border-color: var(--wp-admin-theme-color,#3858e9) !important; }
.media-selection .button-link {border-right: 0 !important; float: left; padding: 1px 8px !important; margin: 1px 8px 1px -8px; line-height: 1.4; border-right: 1px solid #dcdcde !important; color: var(--wp-admin-theme-color,#3858e9) !important; text-decoration: none; }

.attachment-info .delete-attachment, .attachment-info .edit-attachment, .attachment-info .trash-attachment, .attachment-info .untrash-attachment { font-size: 12px !important; line-height: 12px; padding: 0 !important; font-family: unset !important; }
.media-sidebar textarea { min-height: 50px !important; }
.attachment-details .setting textarea, .compat-item .field textarea, .media-sidebar .setting textarea{ height: 50px !important; }
.media-frame a { font-size: 12px; line-height: 20px; }
input#attachment-details-copy-link { margin: 0 0 10px; }
.wp-core-ui .button-group.button-small .button, .wp-core-ui .button.button-small { padding: 0 8px !important; font-size: 11px !important; }
.image-details .media-embed h2, .media-sidebar h2 { margin: 14px 0 8px; line-height: 15px; }
.media-frame select, .wp-admin .media-frame select { min-height: 30px; }
.media-modal-close:active, .media-modal-close:hover { border: 0; }
.media-modal-close { border: 0; padding: 0 !important; }
.wp-core-ui .attachment-close { display: block; position: absolute !important; top: 5px; right: 5px; height: 22px; width: 22px; padding: 0 !important; background-color: #fff !important; border-radius: 3px !important; box-shadow: 1 0 0 1px rgba(0,0,0,.3) !important; transition: none; }

.details_page_content .gallery.gallery-columns-3 .gallery-icon{line-height: 0; }
*/

/* .author-content h3.h6{ font-size: 24px; line-height: 25px; } */





/* 13-07-2026 */
li.tab-spn { position: absolute; bottom: 0; }
/* 13-07-2026 */