@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
*/


@charset "UTF-8";

@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: 20px; color: var(--body-color); line-height: 25px; 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:var(--white-color); display: inline-block; font-size: 14px; line-height: 24px; }
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; border-radius: 8px; }


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: 28px;}
.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 23px 0;}
.def-page h2, .def-page .h2{font-size: 60px;line-height: 70px;} 
.def-page h3, .def-page .h3{font-size: 50px;line-height: 60px;}
.def-page h4, .def-page .h4{font-size: 40px;line-height: 50px;}
.def-page h5, .def-page .h5{font-size: 30px;line-height: 40px;} 
.def-page h6, .def-page .h6{font-size: 24px;line-height: 30px;}


.def-page ul {margin: 0;padding-bottom: 10px;}
.overflow{ overflow: inherit !important;}
.def-page ul li { list-style: none; color: var(--body-color);text-align: left; position: relative;padding: 5px 0 17px 38px;overflow: hidden;}
.def-page ul li:before { content: "";  width: 22px; height: 22px; top: 7px; left: 0;    background-image: url(images/ticked-6989abda7d46c.webp); background-position: center; background-repeat: no-repeat; background-size: contain; position: absolute;    }
.def-page ol{padding-left: 0; padding-bottom: 25px;}
.def-page ol li {list-style-type:none;counter-increment:item;  padding: 5px 0 5px 0;  color: var(--body-color);}
.def-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_filed .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 .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); }
.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; }
.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 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 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: 2; }
.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 { 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_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 p 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; }
.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 p{ margin-bottom: 0; color: #7996c2; line-height: 25px;}
.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 h2, .details_page h3, .details_page h4, .details_page h5, .details_page h6{font-family: var(--primary-font);} 
.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; }
.details_page ul li::before{ background-color: #535353;}
.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: 75%; 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: 16px 0 24px; border: 0; margin: 0;font-family: var(--body-font); font-size: 16px;line-height: 25px; }
.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: fit-content; width: 100%; }
.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 48px; }

section.listing_main { padding: 7px 0 35px; }
.listing_main .listing_main_title h2 { padding:0 0 40px; }
.listing_main .listing_card_text p span { 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 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 .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_page */