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


body, * {
  font-family: 'Geist', sans-serif;
}

body .bordered-btn:hover{
	background-color: var(--Dark_Text_Color);
	color: var(--White_Color);
}
body .theme_icon_btn svg{
	vertical-align: top;
	margin-left: 2px;
	transition: transform 0.3s ease;
}
body .theme_icon_btn:hover {
	background-color: var(--Theme_color);
	color: var(--White_Color);
}
body .theme_icon_btn:hover svg {
    transform: translateX(5px);
}
.heading_span h1 span{
	color: var(--Theme_color);
	text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 10px;
}
body .logo_slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  transition-duration: linear !important;
}
body .logo_slider img {
    filter: grayscale(100) saturate(0.1);
}
body .logo_slider img:hover{
	filter: none;
}
.img-box{
	overflow: hidden;
}
.img-box img{
	transform: scale(1.01);
}
.img-box .elementor-image-box-content{
	padding: 0 25px 25px 25px;
}
.accordian_broder details summary[aria-expanded='true'] {
    border-bottom: 1px solid #DDD !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 20px !important;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
	background-color: #FFF;
    z-index: 9;
	border-bottom: 1px solid #f5f5f5a6;
}
header.fixed {
	box-shadow: 1px 2px 5px rgb(0 0 0 / 8%);
	position: fixed;
}
.accordian_broder details{
	border: 1px solid #D4D4D4;
	border-radius: 12px;
}
.cta_span span {
    color: #3191FF;
    display: block;
}
.tab-sidebar .tab-item{
	cursor: pointer;
}
.tab-sidebar .tab-item:hover svg path,
.tab-sidebar .tab-item.active svg path{
	stroke: var(--Theme_color);
}
.tab-sidebar .tab-item:hover h5 a,
.tab-sidebar .tab-item.active h5 a{
	color: var(--Theme_color);
}
.tab-sidebar .tab-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 0%;
	background: var(--Theme_color);
}
.tab-sidebar .tab-item.active::before {
	height: 100%;
	transition: height 3s linear;
}
.industry-section .tab_content:first-child{
	display: block;
}
.industry-section .tab_content{
	display: none;
}
.footer-menu nav ul li a{
	display: inline-block;
}
.policy-template ul, 
.policy-template ol{
	padding: 10px 20px;
}

@media screen and (max-width: 1440px) {
	.img-box .elementor-image-box-content{
		padding: 0 20px 20px 20px;
	}
}


@media screen and (max-width: 1180px) {
	.img-box .elementor-image-box-content{
		padding: 0 15px 15px 15px;
	}
	header nav ul.elementor-nav-menu{
		padding: 10px;
	}
	.heading_span h1 span{
		text-underline-offset: 6px;
	}
}

@media screen and (max-width: 767px) {
	.img-box img{
		width: 100%;
	}
}