.WigseSection
{
	display:flex;
	flex-direction: column;
    height: 100vh;
	padding: 20px 0;
	/* background-image:url('../../images/wigseBgk.png'); */
	background-image: linear-gradient(to right, #4357a7 , #652a7a, #632776);
}

.customWWimg
{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.wigseTopHeaderWrap 
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 60px 0;
    height: 70px;
}

.wigseTHleft 
{
    color: #fff;
	display: flex;
}

.wigseTHleft .wigseLogoTagLine
{
    display: inline-block;
    margin-top: 10px;	
}

.wigseTHright 
{
    color: #fff;
}

.wigseTHleft img
{
    width: 100px;	
}

.wigseTHright ul
{
    display: flex;
    list-style-type: none;
    padding-left: 0;
    gap: 20px;
    color: #fff;	
}

.wigseTHright ul li img
{
	width:20px;
}

.wigseTHright ul li:last-child
{
	padding-left:40px;
}

.loginFormWrapper
{
    position: relative;
    z-index: 99999999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;	
}

.loginBoxWtrans img
{
    width: 80%;
}

.customInvsSection.space-ptb 
{
    padding: 100px 0;
}

.customInvsSection .align-items-center 
{
    align-items: center!important;
}

.customInvsSection .contact-form 
{
	padding: 40px;
	background: #ffffff;
	-webkit-box-shadow: 0px 8px 27px 0px rgb(27 27 41 / 15%);
	box-shadow: 0px 8px 27px 0px rgb(27 27 41 / 15%);
	border-radius: 5px;
	margin-right: -100px;
	z-index: 9;
	position: relative;
}

.customInvsSection .contact-form h4
{
	font-size: 15px;
    font-weight: 700;	
}

.customInvsSection .mt-4 
{
	margin-top: 1.5rem!important;
}

.customInvsSection .mb-3 
{
    margin-bottom: 1rem!important;
}

.customInvsSection .form-dark .form-control 
{
    background-color: #214d63;
    color: #ffffff;
}

.customInvsSection .form-control 
{
    padding: 14px 20px;
    height: 48px;
    font-size: 14px;
    border-color: #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #666666;
    border-radius: 5px;
}

.customInvsSection .form-dark .form-control 
{
    background-color: #fafafa;
    color: #ffffff;
}

.customInvsSection .form-dark textarea.form-control
{
	height: 75px;	
}

.customInvsSection .btn-primary 
{
    background: #040727;
    border-color: #040727;
    color: #ffffff;
}

.customInvsSection .btn 
{
    font-size: 16px;
    font-weight: 700;
    padding: 14px 35px;
    border-radius: 5px;
}

.customInvsSection  .map 
{
    position: relative;
    z-index: 1;
}

.map iframe 
{
    width: 100%;
    height: 620px;
}

.customInvsSection + .footerWrap, .customFaqSect + .footerWrap
{
	margin-top: 0px;	
}

.customFaqSect.ptb-100 
{
    padding-top: 100px;
    padding-bottom: 100px;
}

.customFaqSect .section-title 
{
    max-width: 750px;
    margin: -6px auto 50px;
    text-align: center;
    position: relative;
}

.customFaqSect .section-title h2 
{
    font-size: 48px;
    margin-bottom: 20px;
    position: relative;
}

.customFaqSect .section-title p 
{
    max-width: 600px;
    margin: auto;
}

.customFaqSect .faq-accordion 
{
    max-width: 930px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.customFaqSect .faq-accordion .accordion .accordion-item 
{
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
}

.customFaqSect .faq-accordion .accordion .accordion-title 
{
    padding: 20px 60px 17px 25px;
    color: #30296c;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 1px solid #e9f7fe;
    z-index: 1;
}

.customFaqSect .faq-accordion .accordion .accordion-title i 
{
    position: absolute;
    right: 18px;
    top: 19px;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.customFaqSect .faq-accordion .accordion .accordion-content.show 
{
    display: block;
}

.customFaqSect .faq-accordion .accordion .accordion-content 
{
    display: none;
    position: relative;
    margin-top: -6px;
    padding: 23px;
    background-color: #fff;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #6e0467;
}

.accordion button 
{
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
	padding: 20px 60px 17px 25px;
	color: #30296c;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
	border-bottom: 1px solid #e9f7fe;
	z-index: 1;  
}

.accordion button:hover, .accordion button:focus 
{
	cursor: pointer;
	color: #6e0467;
}

.accordion button:hover::after, .accordion button:focus::after 
{
	cursor: pointer;
	color: #03b5d2;
	border: 1px solid #03b5d2;
}

.accordion button .accordion-title 
{
	padding: 1em 1.5em 1em 0;
}

.accordion button .icon 
{
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 30px;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

.accordion button .icon::before 
{
	display: block;
	position: absolute;
	content: "";
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: currentColor;
}

.accordion button .icon::after 
{
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: currentColor;
}

.accordion button[aria-expanded=true] 
{
	color: #6e0467;
}

.accordion button[aria-expanded=true] .icon::after 
{
	width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content 
{
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

.accordion .accordion-content 
{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

.accordion .accordion-content p 
{
    font-size: 1rem;
    font-weight: 300;
    margin: 0em 0;
    padding: 20px;
    font-size: 16px;
}

.customInvtSupp
{
	display: grid;
    grid-template-columns: 50% 50%;
    height: 600px;
    align-items: center;
	margin-top: -100px;	
}

.customInvtSupp .dal h2
{
	margin-bottom:20px;
}

.customInvtSupp .dal p
{
    letter-spacing: 0.8px;
    line-height: 25px;	
}

.mid__b__I.customInvtSupp .dal img
{
	width:100%;
}	