/* Header Hide S */
	.header-main {
		display: none;
	}
	#wrapper {
		padding-top: 0px;
	}
/* Header Hide E */

/* Contact Form Content S */
	.contact-form-main {
		position: relative;
	}
	.contact-form-main::before {
		content: '';
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 50%;
		background-color: var(--primary--white);
		z-index: -1;
	}
	.contact-form-main .logo-box {
	    max-width: 300px;
	    display: block;
	    margin-bottom: 50px;
	}
	.contact-content-main {
		padding-right: 50px;
	}
	.contact-content-main .title-box {
		margin-bottom: 30px;
	}
	.contact-content-main .title-box .title {
	    font-weight: 600;
	    font-size: 44px;
	    line-height: 1.1;
        margin-bottom: 20px;
	}
	.contact-content-main .title-box p {
	    font-size: 18px;
	    font-weight: 600;
	}
	.contact-form-main .contact-listing {
		padding: 30px 0px;
		position: relative;
		margin-bottom: 10px;
	}
	.contact-form-main .contact-listing::before, 
	.contact-form-main .contact-listing::after {
		content: '';
		border-top: 1px solid var(--divider--grey);
		width: 100%;
		opacity: 0.1;
		position: absolute;
		left: 0px;
	}
	.contact-form-main .contact-listing::before {
		top: 0px;
	}
	.contact-form-main .contact-listing::after {
		bottom: 0px;
	}
	.contact-form-main .contact-listing li {
		display: flex;
		flex-wrap: wrap;
	}
	.contact-form-main .contact-listing li + li {
		margin-top: 20px;
	}
	.contact-form-main .contact-listing li .icon-box {
		width: 30px;
		margin-right: 10px;
	}
	.contact-form-main .contact-listing li .info {
		display: block;
		width: calc(100% - 40px);
		font-size: 15px;
    	line-height: 1.5;
	}
	.contact-form-main .contact-listing li .info span {
		font-weight: 600;
	}
/* Contact Form Content E */

/* Trusted logo S */
	.logo-main {
		grid-row-gap: 0px;
	}
	.logo-main .logo-item-wrap {
		max-width: 25%;
	}
/* Trusted logo E */

/* Contact Form Box S */
	.form-box-main {
		padding: 0px 50px;
	}
	.form-box-main .title-box {
		margin-bottom: 30px;
	}
	.form-box-main .title-box .form-title {
	    font-size: 32px;
	    letter-spacing: -0.525px;
	    line-height: 40px;
	    font-weight: 600;
	}
	.form-box-main .title-box p {
		font-weight: 500;
		opacity: 0.7;
	}
/* Contact Form Box E */

/* Video Grid Section S */
	.video-grid-section {
		background: radial-gradient(50.05% 50.05% at 50% 0%, #2A206A 0%, rgba(42, 32, 106, 0.00) 100%);
	}
	.video-grid-section .content-section {
		padding-left: 50px;
	}
	.video-grid-section .content-section p {
		font-size: 18px;
		margin-bottom: 70px;
	}
/* Video Grid Section E */