@charset "UTF-8";
/*
Theme Name: Tagor Group
Theme URI: #
Author: Outright
Author URI: http://outright.co.il/
Description: A theme for Tagor Group
Requires at least: 6.0
Requires PHP: 7.0
Version: 1.0
Text Domain: tagor
Tags: outright, tagor, options, featured, home, gallery, group */

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-block-quote {
	font-style: italic;
	font-size: 20px;
}
/* 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Custom CSS */
.general-page :is(h1, h2, h3, h4, h5, h6, p) {
	margin: revert;
}
.general-post-content ul, .general-post-content ol, .general-page ol, .general-page ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.general-post-content ul li, .general-page ul li {
	list-style: disc;
	font-size: 20px;
	color: #263275;
}

.general-post-content ol li, .general-page ol li {
	list-style: decimal;
	font-size: 20px;
	color: #263275;
}
.general-page p a, .general-page ul li a {
	color: #263275;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-decoration: underline;
}

.general-page h1,
.general-page h2,
.general-page h3,
.general-page h4,
.general-page h5,
.general-page h6,
.general-post-content h1,
.general-post-content h2,
.general-post-content h3,
.general-post-content h4,
.general-post-content h5{
	color: #263275;
	font-weight: 700;
	letter-spacing: 0;
	margin: revert;
}
.general-page h1,
.general-post-content h1{
	font-size: 2.5rem !important;
	margin-bottom: 0 !important;
	text-transform: capitalize !important;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}
.general-page h2,
.general-post-content h2{
	font-size: 2rem !important;
	color: #263275 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	padding-top: 0 !important;
	text-align: left !important;
	text-transform: capitalize !important;
	margin-bottom: 0 !important;
}
.general-page h3,
.general-post-content h3{
	font-size: 1.75rem !important;
	color: #263275 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
}
.general-page h4,
.general-post-content h4{
	font-size: 1.5rem;
	color: #263275 !important;
}
.general-page h5,
.general-post-content h5{
	font-size: 1.25rem;
	color: #263275 !important;
}
.general-page h6{
	font-size: 1rem !important;
	color: #263275 !important;
	text-align: left !important;
	text-transform: capitalize !important;
	padding-bottom: 0 !important;
	font-weight: bold;
}

/*Custom CSS Added*/

.wpcf7-list-item{
	margin-right: 0;
}

.wpcf7-spinner{
	position: absolute;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	border: none;
	font-size: 16px;
	margin-top: 0;
}
html {
	scroll-padding-top: 85px; /* height of your sticky header */
}
.wpcf7 form .wpcf7-response-output{
	border: none;
	padding-right: 0;
	margin-right: 0;
	font-size: 16px;
}
/* new css start here */

header nav ul li.menu-item-has-children{
	position: relative;
}
header nav ul.sub-menu {
	position: absolute;
	display: flex !important;
	flex-direction: column;
	width: 142px;
	height: auto;
	left: -40px;
	background: #0E1A5B;
	align-items: center;
	gap: 0;
	top: 64px
}
header nav ul.sub-menu li a{
	color: #F5F1EB;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px;
	z-index: 9999;
	position: relative;
	transition: all 0.5s ease-out;
}
header nav ul.sub-menu li.current_page_item a.active{
	color: var(--b-5-ae-85, #B5AE85);
	font-weight: 700;
}
header nav ul.sub-menu{
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-out;
}
header nav ul li.menu-item-has-children:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
}
header nav li{
	position: relative;
}
header nav li::before {
	content: "";
	width: 200%;
	height: 40px;
	z-index: 9999;
	position: absolute;
	bottom: -40px;
	left: 50%;
	display: block;
	transform: translateX(-50%);
}
.finance-intro.general-page{
	padding-top: 120px;
	padding-bottom: 70px;
}
.fi-inner .fi-left.fullwidth{
	max-width: 100%;
	width: 100%;
}
.finance-intro.general-page.error {
	padding-top: 180px;
	padding-bottom: 130px;
}
.general-page.error .fi-inner{
	justify-content: center;
}
.general-page.error .fi-inner p,
.general-page.error .fi-inner h1{
	text-align: center !important;
}
.error .fi-inner .fi-left.fullwidth{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pl-inner .left-col, .pl-inner .right-col{
	width: 700px;
}
.pl-inner .link-outer a{
	word-wrap: break-word;
}
.for-mobile{
	display: none;
}
.contact-page-form label.privacy{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 23px;
	font-size: 14px;
}
.contact-page-form label.privacy a{
	text-decoration: none;
	color: #3B2516;
}
.group-entities.add-margin {
	margin-bottom: 50px;
}
.single-post .fi-inner .fi-left.fullwidth{
	max-width: 70%;
	width: 100%;
	margin: 0 auto;
}
.single-post h1.post-title{
	text-align: center;
}
.about-main .extras{
	display: flex;
	gap: 10px;
}
.page-template-template-about .about-main .ami-right {
	position: relative;
	top: 60px !important;
}
.about-main-inner{
	align-items: flex-start !important;
}
.tp-bold p{
	font-size: 20px;
}
body.hc-nav-open header {
	position: fixed;
	top: 0;
	width: 100%;
}
.formModal .modal-content{
	height: 100%;
}
.login .tagor-contact-form{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.login.formModal .modal-dialog{
	max-width: 100%;
	height: 100%;
}
input[type="password"]{
	background-color: #fff;
	align-items: center;
	display: flex;
	border-radius: 52.5px;
	border: none;
	outline: none;
	min-height: 62px;
	width: 338px;
	font-size: 16px;
	font-weight: 400;
	line-height: 46px;
	color: #3B2516;
	padding-left: 27px;
	resize: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
button#loginSubmit{
	display: flex;
	width: 100%;
	height: 62px;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	box-shadow: none;
	background-color: #263275;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	border-radius: 52.5px;
	transition: all 0.3s ease-out;
}
button#loginSubmit:hover{
	background-color: #B5AE85;
}
.login.formModal .form-submit-wrap{
	width: 100%;
}
.login-message{
	color: #dc3232 !important;
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 20px !important;
	padding-top: 20px !important;
}
.pl-inner .link-outer .link-name{
	background-color: #8080807a !important;
	color: #fff !important;
}

header nav ul.sub-menu li a:hover{
	color: #B5AE85;
	font-weight: 600;
}
.formModal label.privacy label{
	display: flex;
	gap: 10px;
	font-size: 14px;
	color: #3B2516;
	align-items: center;
}
.formModal label.privacy label a{
	text-decoration: none;
	color: #3B2516;
}
.formModal label.privacy label input{
	width: auto;
	height: auto;
}
.field-wrap.full-width.getintouch {
	width: 100%;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 23px;
}
.page-template-template-about p.banner-large-text{
	color: #fff !important;
}
.select2-results__option--selectable{
	font-size: 16px;
}
.select2-container--default .select2-search--inline .select2-search__field{
	padding-left: 0 !important;
}
.field-wrap input[type="file"]{
	font-size: 0 !important;
}



@media (max-width: 1600px) {
	.fi-inner .fi-left .strip-text{
		font-size: 22px;
	}
	section.what-we-do {
		position: relative;
		top: -20px;
	}
	.ds-items .ds-item .ds-content p br {
		display: none;
	}
}

@media (max-width: 1500px) {
	.fi-inner .fi-left .strip-text{
		font-size: 20px;
	}
}


@media (max-width: 1366px) {
	.fi-inner .fi-left .strip-text,
	.metrics-bold p,
	.tp-bold p{
		font-size: 18px;
	}
	.oe-heading .strip-text{
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.fi-inner .fi-left .strip-text,
	.metrics-bold p,
	.tp-bold p{
		font-size: 16px;
	}

}

@media (max-width: 1100px) {
	.metrics-bold p,
	.tp-bold p{
		font-size: 14px;
	}
	.oe-heading .strip-text {
		font-size: 18px !important;
	}
}

@media (max-width: 768px) {
	button#loginSubmit{
		height: 52px;
		font-size: 16px;
	}
}

@media (max-width: 580px) {
	input[type="password"]{
		padding-left: 17px;
		width: 100%;
	}
}

@media (max-width: 480px) {
	input[type="password"]{
		font-size: 14px;
	}
	button#loginSubmit{
		height: 42px;
		font-size: 14px;
		line-height: 42px;
	}
}



