@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;
}
.hovered_box h4 span{
	margin-left: 0px;
	transition: 0.2s linear;
	font-size: 18px;
	opacity: 0;
}
.hovered_box:hover h4 span{
	margin-left: 6px;
	opacity: 1;
}
.inquiry-form *:focus,
.inquiry-form *:focus-visible{
	outline : none !important;
	box-shadow : 0px 0px 5px #135be23d;
}
.inquiry-form{
	display : flex;
	flex-wrap : wrap;
	justify-content: space-between;
	grid-gap: 22px 20px;
}
.inquiry-form .form-field {
    width: calc(50% - 20px);
}
.inquiry-form p{
	display : flex;
	flex-wrap : wrap;
}
.inquiry-form label{
	width : 100%;
	margin-bottom : 8px;
	display: inline-block;
	font-weight: 500;
}
.inquiry-form .wpcf7-form-control-wrap{
	width : 100%;
	margin-bottom : 20px;
}
.inquiry-form .form-field-full{
	width : 100%;
}
.inquiry-form .submit-button{
	width : 100%;
	text-align: center;
}
.wpcf7-spinner{
	margin: 0 0 0 10px;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea{
    width: 100%;
    min-height: 48px;
    padding: 8px 10px 8px 15px;
    border: 1px solid #D1D1D6;
    border-radius: 8px;
}
.inquiry-form select {
  appearance: none;
	cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px 	center;
	background-color: white;
}
.inquiry-form input[type="submit"]{
	max-width: 150px;
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    background: var(--Theme_color);
    border-color: 1px solid var(--Theme_color);
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
	transition: 0.23s linear;
}
.inquiry-form input[type="submit"]:hover{
	background-color: #FFF;
	color: var(--Theme_color);
}
.intl-tel-input.separate-dial-code .selected-dial-code{
	font-size : 16px;
}
.country-name,
.dial-code{
	font-size : 14px;
}
.wpcf7 form .wpcf7-response-output{
	font-size: 12px;
}
.intl-tel-input ul.country-list{
	width : 300px;
}
.selected-flag {
    width: 100px !important;
}
.intl-tel-input input[type=text] {
    padding-left: 120px !important;
}
.wpcf7-not-valid-tip{
	position: absolute;
	font-size: 12px;
}


@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;
	}
	header nav.elementor-nav-menu--dropdown ul{
		padding-left: 20px;
	}
	header nav.elementor-nav-menu--dropdown ul li a{
		display: inline-block;		
		padding: 12px 0;
	}
	header nav.elementor-nav-menu--dropdown ul li a:hover,
	header nav.elementor-nav-menu--dropdown ul li a:focus{
		background-color: transparent !important;
        color: var(--Theme_color) !important;
        padding-left: 0px !important;
	}
	header nav.elementor-nav-menu--dropdown{
		box-shadow: 0px 8px 5px #0000000f;
	}
}

@media screen and (max-width: 767px) {
	.img-box img{
		width: 100%;
	}
	.inquiry-form .form-field{
		width : 100%;
	}
	body .theme_icon_btn svg{
		width: 16px;
   		height: auto;
	}
}