/*!
Theme Name: Anzen
Theme URI: https://vectorz.in/
Author: Anzen
Author URI: https://vectorz.in/
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
/* Sections
========================================================================== */

/* Remove the margin in all browsers. */
body {
	margin: 0;
}
/* body::-webkit-scrollbar {display: none;}
body{-ms-overflow-style: none;scrollbar-width: none;} */

/** Render the `main` element consistently in IE. **/
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    line-height: 1.48;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #fff;
    color: #1A1A1A;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
    font-family: 'Playfair Display', serif;
    font-feature-settings: "pnum" on,"lnum" on;
}

 

p {
	margin: 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    line-height: 1.62;
    text-align: justify;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0; padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
a, a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* 07-feb-2023 START CSS */

header.site-header {
    position: fixed;
    width: 100%;
    z-index: 1000;
	top:0;
}
.navbar {
    width: 100%;
    background: #fff;
    padding: 2px 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.entry-header {
    display: none;
}

.site-branding {
    width: auto;
    height: 50px;
}


/*----    footer style starts here    ----*/
.site-footer {
    padding: 45px 50px;
    background-color: #133373;
    color: #fff;
}
.footer-logo{
	width: 146px;
	margin-bottom: 50px;
}
.footer-links{
	padding-bottom: 30px;
}
.footer-links, .policy-block ul{
	list-style: none;
}
.footer-links li{
	padding: 0 0 15px;}
.footer-links li a{
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
	display: inline-block;
	position: relative;
}
.footer-links li:last-child a{
	padding: 0;
}
.textwidget.custom-html-widget {
    height: 100%;
}
.footer-address-block {
    height: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    padding-left: 40px;
}
.footer-address-block h4{
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 15px;
}
.footer-address-block p, p.copyright-txt{	
	font-size: 14px;
	line-height: 1.4;
}

.footer-address-block p span{
	font-weight: 600;
}
.footer-address-block a {
	color: #fff;
}
.footer-address-block a:hover {
	opacity: .8;
}

p.copyright-txt {padding-top: 30px;}
.policy-block{
	text-align: right;
	padding-top: 30px;
}
.policy-block ul li{
	display: inline-block;
	padding: 0 16px;
	border-right: 1px solid #fff;
}
.policy-block ul li a{
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	
}
.policy-block ul li:last-child {
	border-right: 0; 
	padding-right: 0;
}
.footer-links li a:after, .policy-block ul li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: rgb(255 255 255 / 25%);
  transition: transform 0.3s;
}
.footer-links li a:hover:after, .policy-block ul li a:hover:after {
  transform: scaleX(1);
}
/*----    footer style ends here    ----*/


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 12px 20px rgb(0 0 0 / 20%);
    float: left;
    position: absolute;
    top: 58px;
    left: -999em;
    z-index: 99999;
    width: 13rem;
    padding: 10px 0px;
/*     top: 40px; */
    display: block;
	background: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 208px;
}

.main-navigation ul ul a {
	font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    text-align: left;
    color: #000;
    padding: 12px 16px;
    margin: 0;
    border-bottom: 1px solid #eee !important;
    display: block;
    width: 100%;
}
.main-navigation ul ul li:last-child a {
    border-bottom: 0 !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation li.menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.main-navigation a {
	font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding: 22px 0px;
    margin: 0 16px;
    text-align: center;
    color: #164194;
    border-bottom: 3px solid transparent;
	
}
.main-navigation li.current-menu-item a {
    border-bottom: 3px solid #164194;
    color: #000;
    font-weight: 600;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:visited{
    color: #133373;
    border-bottom: 3px solid #164194;
}



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.home_slider {
    width: 100%;
	margin:-50px 0 0;
}
.home_slider .sldes  {
    position: absolute;
    top: 42%;
    left: 5%;
}
.home_slider .sldes h5 {
    font-size: 64px;
    line-height: 0.85;
    font-weight: 500;
    color: #FFF9F9;
    margin-bottom: 15px;
}
.home_slider .sldes p {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    color: #FFF9F9;
}
/*.home_slider .hmsolutions-des a {
    display:none;
*/
.home_slider .slbox {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 620px;
    height: 100%;
    position: relative;
}
.home_slider .sldes {
    max-width: 1410px;
    width: calc(100% - 170px);
    margin: auto;
    position: relative;
    z-index: 2;
	left: 0 !important;
}
.home_slider img.serviceimg1 {
    display: none !important;
}


.home_slider .owl-carousel .owl-item img {
    height: 620px;object-fit: cover;
}

.home_slider .owl-carousel .owl-nav button.owl-prev span {
    width: 17px;
    height: 34px;
    position: absolute;
    left: -50px;
    right: auto;
    top: calc(45% - 17px);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
}
.home_slider .owl-carousel .owl-nav button.owl-next span {
    width: 17px;
    height: 34px;
    position: absolute;
    left: auto;
    right: -50px;
    top: calc(45% - 17px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px;
}
.home_slider .owl-carousel .owl-nav button.owl-next span, .home_slider .owl-carousel .owl-nav button.owl-prev span {
    right: 20px;
    background-image: none;
    width: 24px;
    height: 24px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(318deg);
	font-size: 0;
}

.home_slider .owl-carousel .owl-nav button.owl-prev span {
    left: 20px;
    transform: rotate(133deg);
}

.section-spacing {
    padding: 30px 0;
}
.custom-container {
    max-width: 1440px;
    width: calc(100% - 170px);
    margin: auto;
}
.section-spacing h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.213;
    color: #464646;
    margin-bottom: 20px;
}
.section-spacing p {
    margin-bottom: 15px;
}
.section-spacing .wp-block-column{
	padding-right: 15px;
    padding-left: 15px;
}

.project_manage {
    background: -webkit-linear-gradient(105.14deg, #0071BC 9.24%, #124094 87.7%);
    background: linear-gradient(105.14deg, #0071BC 9.24%, #124094 87.7%);
    color: #fff;
    padding: 30px 0;
}

.project_manage h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0;
}
.project_manage p {
    margin-bottom: 15px;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



/* Home page css */
section.facts-panel {
    display: block;
}
.facts-panel .facts-wrap {
    background-color: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 12px;
    max-width: 1440px;
    width: calc(100% - 30px);
    margin: -135px auto 0;
    position: relative;
    z-index: 5;
}
.facts-panel .facts-wrap .facts-col {
    width: 25%;
    text-align: center;
    border-right: 1px dashed #0071BC;
    padding: 3px 25px;
}
.facts-panel .facts-wrap .facts-col:last-child {
    border: 0;
}
.facts-panel .facts-wrap .facts-col img {
    width: auto;
    height: 40px;
    margin: 0 auto 6px;
}
.facts-panel .facts-wrap .facts-col h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 37px;
    text-align: center;
    color: #6C6E70;
    /* margin-bottom: 7px; */
}
.facts-panel .facts-wrap .facts-col h3 span.counter-value {
    margin: 0 5px;
}
.facts-panel .facts-wrap .facts-col p.four-column-block {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    color: #6C6E70;
}


/* Banner css */
.wp-block-anzen-banner-block .inner-banner-content img {
    display: none;
}

/* About us page css */
.columns-spacing {
/*     margin-bottom: 0px; */
}
figure {
    margin-top: 0px;
}
.group-box-bottom {padding-bottom: 0px !important;}
.group-box {
    padding: 5px 0 !important;
}


/* Contact page css */
.map-section {
    margin: 0px auto 35px;
}
#contact-banner {
/*     background-size: 100% 100%; */
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	min-height: 350px;
	display: flex;
    align-items: center;
    justify-content: center;
}
#contact-banner .inner-banner-content.mt-50 {
/*     max-width: 1440px;
    width: calc(100% - 170px);
    margin: auto;
    margin-top: 145px;
    margin-bottom: 145px;
    text-align: center; */
	margin-top: 50px;
}
#contact-banner .inner-banner-content.mt-50 h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
.contact-info {display: block !important;padding-bottom: 20px;}
.contact-info .wp-block-column:first-child {border-right: 1px solid #dee2e6;padding:0px;}
.contact-info .wp-block-column {color: #6C6E70;}
.contact-info .wp-block-column h5 {
font-weight: 700;
    font-size: 22px;
    line-height: 1.213;
    color: #6C6E70;
    margin-bottom: 10px;
}
.contact-info .wp-block-column p {
    margin-bottom: 10px;
}
.contact-info .wp-block-column p a{
	position: relative;
    font-size: 14px;
    line-height: 1.92;
    color: #6C6E70;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
    display: flex;
    align-items: center;
}
.contact-info .wp-block-column:last-child {}
.contact-info .wp-block-column:last-child p {display: flex;align-items: center;}
.contact-info .wp-block-column:last-child > p:nth-child(-n+2) strong {width: 100%;}
.contact-info .wp-block-column:last-child > p strong {width: 100px;margin-right: 10px;}

.management-spacing {padding-top: 0px;}
.management-team-table {margin-bottom: 0px;}
.management-team-table table {margin-bottom: 0px;border: 1px solid #ccc;}
.management-team-table table th, .management-team-table table td {border: none;line-height: 1.2;padding: 14px 20px;}
.management-team-table table td:first-child {width: 270px;font-weight: 600;}
.management-team-table table td {border-right: 1px solid #ccc;}
.management-team-table table tr {transition: all 400ms linear;}
.management-team-table table tr:hover, .management-team-table table tr:hover:nth-child(even) {background-color: #e6eaf1;}
.management-team-table table tr:nth-child(even) {background-color: #F5F5F5;}


.contact-info .wp-block-column p a {
    padding-left: 5px;
}
.contact-info .wp-block-column p a:before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('https://liveprojects.co.in/anzen-energy/wp-content/uploads/2023/02/icon-email-line.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    margin-right: 7px;
}

/* .project-thumb img {
    height: calc(190px + (200 - 150) * ((100vw - 320px) / (1920 - 320))) !important;
    object-fit: cover;
} */


.blog a.post-thumbnail {display: none;}
.blog section#contact-banner {
    display: none;
}

.blog header.entry-header {
    display: block;
}

.blog main#primary {
    margin-top: 95px;
}
.blog footer.entry-footer {
    display: none;
}
.single-post #comments{display:none;}
.single-post .post-thumbnail{display:none;}
.single-post footer.entry-footer .cat-links{display:none;}

/* index */
.wp-container-5.wp-block-columns{margin-bottom:0;}
.wp-container-5 .wp-block-column figure{margin-bottom:0;}
.project_manage h2{margin-bottom:5px;}
.project_manage h5{margin-top:0;}
.wp-block-anzen-counter-block.facts-panel {
    margin-top: 20px;
}
.facts-panel .facts-wrap .facts-col p.desc1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    color: #6C6E70;
}

/* about */
.wp-container-13.wp-block-columns.columns-spacing{margin-bottom:0;}
.wp-container-13 .wp-block-column figure{margin-bottom:0;}
.wp-container-13 .wp-block-column p:last-child{margin-bottom:0;}
.wp-container-17.wp-block-columns .wp-block-column p{font-size:12px;margin:0;}
.wp-container-17.wp-block-columns{margin-bottom:0;}

/* project */
#projects-panel .project-info .cod-txt p{margin-bottom:0;}

/* corporate-governance */
.team-member-panel{display: flex;flex-wrap: wrap;justify-content:space-between;}

/* investor-relations/ */
section#codes-policies {padding-bottom: 0px;}

nav.post-navigation {
    max-width: 1440px;
    width: calc(100% - 170px);
    margin: 20px auto;
}
.main-navigation a{display:-webkit-box;}
.project-overview-panel .project_content figure img {width: 100%;}
/* map */
.right-box:before {left: -5px!important;}
.right-box:after {left: -6px!important;}
.left-box:before {left: auto !important; right: -5px!important;}
.left-box:after {left: auto!important; right: -6px!important;}

.top-box:before {left: 0!important; right: 0!important; top: -5px!important; margin: auto!important;}
.top-box:after {left: 0!important; right: 0!important; top: -6px!important; margin: auto!important;}

.left-box:after, .left-box:before, .right-box:after, .right-box:before, .top-box:after, .top-box:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#maphover .maptxt-box h5{margin-bottom:0;}
.left-box:before, .right-box:before, .top-box:before{
	position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 43%;
	left: 0;
	right: auto;
    background-color: #fff;
    z-index: 3;
    border: 1px solid transparent;
}
.left-box:after, .right-box:after, .top-box:after{
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 43%;
	left: 0;
	right: auto;
	background-color: #fff;
	z-index: 2;
	border: 1px solid #0071BC;
}
.left-box:after, .left-box:before, .right-box:after, .right-box:before, .top-box:after, .top-box:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#maphover, .maptxt-box {
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
.map_wrapper{
	position: relative;
	padding-top: 50px;
}
.hoverarea{
	/* opacity: 0; */
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;
}
#maphover, .maptxt-box{	
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	-ms-transition: opacity .4s linear;
	transition: opacity .4s linear;	
}
#maphover h4 {
	font-weight: 700;
	font-size: 13px;
	line-height: 107.8%;
	color: #0071BC;
	margin-bottom: 4px;
}
#maphover h5 {
	font-weight: 700;
	font-size: 13px;
	line-height: 107.8%;
	color: #000000;
}
.pb-block .pb-box, .rj-block .rj-box, .hr-block .hr-box, .up-block .up-box, .br-block .br-box, .tg-block .tg-box, .ap-block .ap-box {display: block; opacity: 1;}

.pb-box {top: 16%; left: 0%;}
.rj-box {top: 31%; left: -5.5%;}
.hr-box {top: 21.5%; left: 32%;}
.up-box {top: 40%; left: 32.5%;}
.br-box {top: 34.5%; left: 64%; width: 135px;}
.tg-box {top: 60%; left: 12%;}
.ap-box {top: 70%; left: 12.5%;}

.map_wrapper svg{
	width: 100%;
}
.map_wrapper {
    position: relative;
    padding-top: 50px;
}
.maptxt-box {
    background: #fff;
    padding: 8px;
    min-height: 51px;
    width: 120px;
    position: absolute;
    border: 0.5px solid #0071BC;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 25%);
    border-radius: 6px;
	opacity: 0;}
/* map end */
#projects-banner .single-inner-content h3{padding:6rem 12px 0;color: #000000;}

#board-of-directors .team-member-panel{gap:50px 20px;}
.contact-info .wp-block-column p a:hover {color: #164194;}
nav.post-navigation{display:none;}


/*-------------------------------------- responsive css ------------------------------------------*/

@media (min-width: 1610px) {	
.pb-box {top: 136px; left: 23px;}
.rj-box {top: 251px; left: -10px;}
.hr-box {top: 175px; left: 216px;}
.up-box {top: 310px; left: 236px;}
.br-box {top: 274px; left: 436px;}
.tg-box {top: 474px; left: 107px;}
.ap-box {left: 113px; top: 546px;}

}

@media (max-width: 1199px){
	.custom-container {width: calc(100% - 120px);}
	.section-spacing h2 {font-size:32px;}
	.project_manage h2{font-size:32px;}

	
}
@media(max-width:991px){
	.wp-container-5.wp-block-columns{display:block;}
	.wp-container-5.wp-block-columns .wp-block-column {max-width: 100%;flex: 0 0 100%;width: 100%;}
	.wp-container-5.wp-block-columns .wp-block-column figure.size-full img{width:100%;}
	.project_manage .wp-container-10.wp-block-columns{display:block;}
	.project_manage .wp-container-10.wp-block-columns .wp-block-column{
		max-width: 100%;
		flex: 0 0 100%;
		width: 100%;
		padding:0 12px;
	}
	.imgs-note.text-center p.small.mt-20 {margin: 20px 0 0 0;}
	.main-navigation a{font-size:16px;margin:0px;padding:10px 0;color:#000;border:none;}
	.main-navigation ul ul a{font-size:12px;}
    .main-navigation li.menu-item-57.focus ul.sub-menu {height: 140px;}
    .main-navigation li.menu-item-72.focus ul.sub-menu {height: 140px;}
    .main-navigation li.menu-item-87.focus ul.sub-menu {height: 70px;}
	.main-navigation ul li ul.sub-menu {
	    position: relative;
	    width: 100%;
	    float: none;
	    top: 0;
	    height: 0px;
	    background: #f1f1f1;
	    box-shadow: 0 0 0 transparent;
	    padding: 0;
	    transition: all 0.5s ease-in-out;
	    left: 0;
	    overflow: hidden;
	}
	.main-navigation ul li ul.sub-menu li{border:none;}
	.main-navigation ul li ul.sub-menu li a{padding-bottom:3;padding-top:3px;color:#000;font-weight:600;} 
/* 	About */
	.wp-container-3.wp-block-columns {display: block;}
	.wp-container-3.wp-block-columns .wp-block-column figure img{width:100%;margin-top:20px;}
	.wp-container-8.wp-block-columns{flex-direction: column-reverse;}
	.wp-container-8.wp-block-columns .wp-block-column figure img{width:100%;margin-top:20px;}
	.wp-container-13.wp-block-columns{display:block;margin-bottom:0;}
	.wp-container-13.wp-block-columns .wp-block-column figure{margin-bottom:0;}
	.wp-container-13.wp-block-columns .wp-block-column figure img{width:100%;margin-top:20px; margin-bottom:0;}
	.wp-container-17.wp-block-columns{margin-bottom:0;}
	
/* corporate-governance	 */
	.wp-container-14.wp-block-columns{margin-bottom:0;}	
	
/* investor-relations	 */
	div#credit-rating {margin-bottom: 0;}
	#credit-rating #codes-policies {padding-bottom: 20px;}
	#codes-policies {padding-bottom: 0;}
	
/* media-releases	 */
	.news-panel .imgs-note.text-center { margin-bottom: 40px;}
	
/* contact */
	.contact-info .wp-block-column:first-child{
		border-right:none;
		border-bottom: 1px solid #dee2e6;
		margin-bottom: 25px;
        padding-bottom: 20px;
	}
	.contact-info .wp-container-3.wp-block-columns .wp-block-column:last-child {padding: 0;}
	.main-navigation li.current-menu-item a{border-bottom:0px;border-color:transparent;}
	.main-navigation li a:hover{border-bottom:0px;}
	.main-navigation li.current-menu-item:hover a{border-bottom:0px;}
	.main-navigation li {padding: 0;border-bottom: solid 1px #e6e6e6;}
	.menu-toggle{display:block;}	
	.main-navigation ul#primary-menu{
	   display: block;
	   position: fixed;
	   top:0px;right: 0;
	   -webkit-transition: 0.5s ease 0s;
       -moz-transition: 0.5s ease 0s;
       -o-transition: 0.5s ease 0s;
       -ms-transition: 0.5s ease 0s;
       transition: 0.5s ease 0s;
       -webkit-transform: translateX(320px);
       -moz-transform: translateX(320px);
       -o-transform: translateX(320px);
       -ms-transform: translateX(320px);
       transform: translateX(320px);
	   background: #fff;
       box-shadow: -8px 0px 19px -3px rgb(0 0 0 / 8%);
       width: 320px;
	   height: 100%;
	   padding:92px 20px 30px;
	}
	.main-navigation.toggled ul#primary-menu {transform: translateX(0px);}
	nav#site-navigation button.menu-toggle {z-index: 9;
    font-size: 0;
    width: 30px;
    height: 20px;
    background: transparent;
	border: none;
	position:relative;
	border-radius: 0;
	border-bottom: solid 3px #164194;
	}
	nav#site-navigation button.menu-toggle:after{
		position:absolute;
		content:'';
		width:30px;
		height:3px;
		top:3px;
		left:0;
		background: #164194;
	}
	nav#site-navigation button.menu-toggle:before{
		position:absolute;
		content:'';
		width:30px;
		height:3px;
		top:10px;
		background: #164194;
		left:0;
	}
	nav#site-navigation.toggled button.menu-toggle{border:none;}
	 nav#site-navigation.toggled button.menu-toggle:before{
		 transform: rotate(45deg);width: 22px;
         height: 2px;
         top: 9px;}
	nav#site-navigation.toggled button.menu-toggle:after{
		transform: rotate(315deg);    width: 22px;
        height: 2px;
        top: 9px;}
	.custom-container {
    width: calc(100% - 20px);
}
}
@media (max-width: 860px) {
	.member-disc-panel { flex-wrap: wrap;}
	.memb-pop-text { width: 100%;  margin-top: 50px;}
	.bod-modal .modal-dialog {  max-width: 100%; width: 90%; margin: 0 auto;}
	.desctopcontent h3 { font-size: 28px;}
	.desctopcontent p { font-size: 17px;}
	.descontent { max-height: 200px;}
	.member-pop-img { width: 190px;}
	.descontent p { text-align: left;}
	.filelink-col a { padding: 10px 12px;}
	.date-col, .descript-col { padding: 10px 12px;}
	.tm-name, .tm-designation { padding: 10px 12px;}
	.section-heading h2 { font-size: 28px;}
}
@media(max-width:768px){
    .project_manage .is-layout-flow.wp-block-column{padding:0 15px;}	
	.facts-panel .facts-wrap .facts-col h3{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.home_slider .slidep1{text-align: inherit;}
	.home_slider .sldes h5{font-size:50px;}
	
}
@media(max-width:767px){
.navbar {padding: 10px 25px;}
/* 	project */
	#projects-panel .project-box .project-thumb img{width:100%;}
	.project-info .cod-txt p{margin-bottom:0;}
    div#board-committees {
    flex-direction: inherit;
}
/* corporate-governance	 */
	#board-of-directors .team-member-box {width: calc(47% - 20px);}
	 .responsive-tabs .tab-pane {display: block !important; opacity: 1; margin-bottom: 10px;}
	.responsive-tabs .card-body{padding: 20px;}
	.team-member-box { width: calc(42% - 20px);}
	.team-member-panel { justify-content: center;}
	.responsive-tabs .card-header p { text-align: left;}
}
@media(max-width:650px){
	.facts-panel .facts-wrap .facts-col {width:50%;margin:10px 0;}
	.facts-panel .facts-wrap .facts-col:nth-child(2) {border-right: none;}
}
@media(max-width:600px){
	
	.custom-container {width: calc(100% - 30px);}
/* corporate-governance	 */
	.team-member-table tr td.tm-name{width:50%;}
	.downloads-table tr .date-col{width:auto;}
	.management-team-table table td:first-child{width:auto;}
	#board-of-directors .team-member-box {width:100%;}
	#board-of-directors .team-member-box a{margin:auto !important;}
	.home_slider .sldes h5 {font-size: 42px;}
	.home_slider .sldes p{font-size:27px;}
	#projects-banner .single-inner-content h3 {font-size: 28px;}
	.team-member-box {  width: 100%;  margin: 0 auto;}
	.team-member-box:nth-child(3n + 2) a, .team-member-box:nth-child(3n + 3) a, .team-member-box a { margin: 0 auto;}
}

@media (max-width: 575px) {
.footer-address-block {border: none;padding: 0px;}
.policy-block {text-align: center;}
.policy-block ul li a:after {display: none;}
.policy-block ul li{border: none;padding: 0;}
.media-releases-slider.owl-carousel .owl-nav button.owl-prev span {width: 15px !important;height: 20px !important;left: calc(95% - 100%) !important;}
.media-releases-slider.owl-carousel .owl-nav button.owl-next span {width: 15px !important;height: 20px !important;right: calc(95% - 100%) !important;}
.media-coverage-slider.owl-carousel .owl-nav button.owl-prev span {width: 15px !important;height: 20px !important;left: calc(95% - 100%) !important;}
.media-coverage-slider.owl-carousel .owl-nav button.owl-next span {width: 15px !important;height: 20px !important;right: calc(95% - 100%) !important;}	

}
@media(max-width:425px){
	.main-navigation ul{width:320px;}
	.custom-container {width: calc(100% - 20px);}
	.home_slider .sldes{width: calc(100% - 100px);}
	.site-footer {padding: 45px 20px;}
	.news-slider{width: calc(100% - 45px)!important;}
	.news-slider.owl-carousel .owl-nav button.owl-next span{right:0 !important;}
	.news-slider.owl-carousel .owl-nav button.owl-prev span{left:0 !important;}
	/* corporate-governance	 */
	
	.responsive-tabs .card-body { padding: 15px;}
	.wp-container-2.wp-block-columns{margin-bottom:0;}
/* 	.media-coverage-slider.owl-carousel .owl-nav button.owl-next span{right: 0px!important;}
    .media-coverage-slider.owl-theme .owl-nav button.owl-prev span{left: 0px!important;} */
/* 	.media-releases-slider.owl-carousel .owl-nav button.owl-next span {right: 0!important;}
	.media-releases-slider.owl-carousel .owl-nav button.owl-prev span {left: 0!important;} */
/* 	contact */
	.contact-info .wp-block-column:last-child p{display:block;}
}
@media(max-width:375px){
	.facts-panel .facts-wrap .facts-col {
		width:100%;
		border-right:none;
		border-bottom:1px dashed #0071BC;
		padding:20px 0;
	}
	table.downloads-table.filter-table-data tr td.descript-col{padding:15px 8px;}
	table.downloads-table.filter-table-data tr td.date-col{padding:15px 8px;}
}
@media(max-width:350px){
	.project-stats-box{width: calc(50.33% - 10px) !important;}
	
}

/*-------------------------------------- responsive css end ------------------------------------------*/

body.error404 {background: rgb(238,174,202);background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);}
section.error-404 {display: flex;align-items: center;justify-content: center;padding: 150px 0;}
section.error-404 .page-content {text-align: center;}
section.error-404 .page-content h1 {font-size: 130px;text-align: center;color: #fff;}
section.error-404 .page-content h4 {color: #fff;margin: 15px 0;}
section.error-404 .page-content p {margin: 10px 0;color: #fff;font-weight: 600;}
section.error-404 .page-content a.error_btn {padding: 5px 15px;display: block;width: 20%;margin: 25px auto 0px;color: #fff;font-weight: 600;border-radius: 10px;border: 2px solid #fff;}
.main-navigation ul ul a{color:#164194;}

.section-pb {
	padding-bottom: 40px;
}




/* --------- Case Studies Modal CSS ---------- */
.swiper.case-studies-slider.custom-modal-wrap {
    display: block;
}
.case-studies-slider .swiper-wrapper {
    gap: 0;
}
.case-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}
.case-card .card-content {
    text-align: center;
    padding: 15px 20px 0;
    height: 100%;
    display: block;
}
.card-content h5 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
	font-size: 17px;
}
.card-content p {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	text-align: center;
	margin-bottom: 0;
}
.card-content .read-more {
    color: #000;
    font-weight: 500;
    font-size: 0.875rem;
    margin-top: 10px;
    border-bottom: 1px solid;
    line-height: 1.4;
    position: absolute;
    bottom: 25px;
}
.case-card .case-img {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 13px;
    overflow: hidden;
}
.case-card .case-img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-modal-wrap .modal.modal-card.modal-open {
    display: block;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    animation: fadeIn 0.2s ease-in-out;
    -webkit-animation: fadeIn 0.2s ease-in-out;
}
.custom-modal-wrap .modal.modal-card {
    display: none;
}
.custom-modal-wrap .modal-btn {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.custom-modal-wrap .modal-wrapper {
    max-width: 72vw;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.15);
    border: 0;
    border-radius: 28px;
    overflow: hidden;
	padding: 0;
}
.custom-modal-wrap .modal-content {
    padding: 3rem;
}
.custom-modal-wrap .close-btn-wrapper {
    display: flex;
    position: absolute;
    right: 16px;
    top: 18px;
    z-index: 3;
}
.custom-modal-wrap .close img {
    padding: 0.6em 1em 0.4em;
    display: block;
    cursor: pointer;
}
.modal-content .bottom-details {
    max-height: 40vh;
    overflow-y: auto;
    align-items: flex-start;
}
.modal-card .modal-body {
    padding: 0;
    gap: 30px;
	width: 100%;
}
.modal-content .top-details {
    display: grid !important;
    grid-template-columns: calc(30% - 15px) calc(70% - 15px);
    gap: 25px;
	width: 100%;
	align-items: start;
}
.top-details .case-modal-img {
    aspect-ratio: 16 / 13;
    height: 100%;
    width: 100%;
	align-items: start;
}
.top-details .case-modal-img figure {
	border-radius: 10px;
    overflow: hidden;
}
.top-details .case-modal-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.modal-card .modal-content h4 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}
.modal-card .modal-content p strong {
    color: #000;
    font-weight: 800;
}
.bottom-details .performance-initiative {
    border-right: 1px solid #dadada;
    margin-right: 20px;
    padding-right: 20px;
}
.modal-content .bottom-details {
    display: grid;
    grid-template-columns: calc(68% - 15px) calc(35% - 15px);
    gap: 0;
}
.case-studies-sec {
    position: relative;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	scroll-margin-top: 6.5rem;
}
.case-studies-sec .case-studies-slider {
    position: initial;
}
.case-studies-sec .custom-navigation .swiper-button-next:after, .case-studies-sec .custom-navigation .swiper-button-prev:after {
    font-size: 30px;
}
.case-studies-sec .custom-navigation .swiper-button-prev {
    left: -15px;
}
.case-studies-sec .custom-navigation .swiper-button-next {
    right: -25px;
}
.case-studies-slider .team-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.5rem;
	row-gap: 1rem;
	align-items: flex-start;
}
#credit-rating, #placement-memorandum, #regulatory-disclosures, #familiarization-programmes, #other-disclosures, #investor-tax-declarations, #compliance-report, #financial-performance-valuation, #distribution-history, #investor-presentation, #faq, #annual-general-meeting, #odr {
	scroll-margin-top: 6rem;
}

