/* Font-Family */

@font-face {
	font-family: 'Circular Pro Book';
	src: url('../fonts/CircularPro/CircularPro-BookItalic.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-BookItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Circular Pro Book';
	src: url('../fonts/CircularPro/CircularPro-BookItalic.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-BookItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Circular Pro';
	src: url('../fonts/CircularPro/CircularPro-Black.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Circular Pro';
	src: url('../fonts/CircularPro/CircularPro-BlackItalic.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Circular Pro Book';
	src: url('../fonts/CircularPro/CircularPro-Book.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circular Pro';
	src: url('../fonts/CircularPro/CircularPro-Bold.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circular Pro';
	src: url('../fonts/CircularPro/CircularPro-Medium.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Circular Pro';
	src: url('../fonts/CircularPro/CircularPro-MediumItalic.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Circular Pro';
	src: url('../fonts/CircularPro/CircularPro-BoldItalic.woff2') format('woff2'),
	url('../fonts/CircularPro/CircularPro-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url('../fonts/AGaramondPro/AGaramondPro-Regular.woff2') format('woff2'),
	url('../fonts/AGaramondPro/AGaramondPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url('../fonts/AGaramondPro/AGaramondPro-Bold.woff2') format('woff2'),
	url('../fonts/AGaramondPro/AGaramondPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url('../fonts/AGaramondPro/AGaramondPro-BoldItalic.woff2') format('woff2'),
	url('../fonts/AGaramondPro/AGaramondPro-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Adobe Garamond Pro';
	src: url('../fonts/AGaramondPro/AGaramondPro-Italic.woff2') format('woff2'),
	url('../fonts/AGaramondPro/AGaramondPro-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

/*Suspended-page*/
body {
    margin: 0;
    padding: 0;
    background: #1B1C2E;
    font-family: "Circular Pro Book";
}
p {
	margin-bottom: 1.5em;
	color: #FFFFFF;
	font-family: 'Circular Pro Book';
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.6;
}
a {
	color: #fff;
	cursor: pointer;
	transition: 0.5s ease;
	text-decoration:none;
}

a:hover,
a:active {
	color: #F53E58;
	text-decoration: none;
}

a:focus {
	outline: none;
}
.btn-filled-orange {
	font-family: "Circular Pro Book";
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	text-transform: capitalize;
	width: 130px;
	background-color: #F53E58;
    color: #ffffff;
	display: block;
	padding: 18px 0;
	transition: 0.5s ease;
	cursor:pointer;
}
.btn-filled-orange:hover {
	background-color: #F53E58;
	color: #fff;
}
.title {
	color: #FFFFFF;
	font-family: "Adobe Caslon Pro Italic";
	font-size: 24px;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: capitalize;
}

.title-line {
	height: 3px;
	width: 120px;
	background-color: #F53E58;
	display: block;
	margin-right: 30px;
	margin-top: 2px;

}

.title-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 33px;
	position: relative;
	z-index: 1;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height:auto
}

@media only screen and (max-width: 767px) {
	.title-wrapper {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.title-line {
		width: 60px;
	}
}
/*Header-Section*/
.suspended-page-main-wrapper {
	overflow:hidden;
	min-height:100vh;
}
.suspended-page__header-row {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.suspended-page__header {
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    z-index: 9;
}
.section-pd-top-50 {
	padding-top: 50px;
}
.section-pd-bottom-50 {
	padding-bottom: 50px;
}
.section-pd-top-150 {
	padding-top: 150px;
}
.page-template-template-suspended-page div#mementor_navbar {
    display: none !important;
}
.page-template-template-suspended-page .header-main-nav-wrap {
    justify-content: flex-end;
}
.logged-in.page-template-template-suspended-page #site-navigation.navbar-sticky-on {
    margin-top: 0;
}
.page-template-template-suspended-page #site-navigation .nav-wrapper .header-navigation-row {
    padding: 15px 0;
}
#site-navigation .nav-wrapper .header-navigation-row {
    padding-top: 15px;
}
.page-template-template-suspended-page .header__contact-btn-wrapper .btn-filled {
    background-color: #F53E58;
    color: #ffffff;
}
.suspended-page {
    padding-top: 20px;
    padding-bottom:0;
}
.col-sm-12.col-lg-5.suspended-page__content-col {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-12.col-lg-7.suspended-page__video-col {
    -ms-flex: 0 0 55.333333%;
    flex: 0 0 55.333333%;
    max-width: 55.333333%;
    margin-left: 3%;
}
.suspended-page__header-wrapper h1 {
	color: #FFFFFF;
	font-family: "Circular Pro Book";
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
}
.suspended-page__see-all a {
    color: #FFFFFF;
    font-family: "Circular Pro Book";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    transition:0.15s ease;
}
.suspended-page__see-all a span {
    background-image: url('../img/arrow_right.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 26px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    transition:0.15s ease;
}
.suspended-page__see-all a:hover {
    color: #F53E58;
}
.suspended-page__see-all a:hover span {
    background-image: url('../img/arrow_right_hover.png');
}
.suspended-page__title h4.title {
    text-transform: none;
    font-weight:normal;
}
/*.suspended-page__video {*/
/*    position: relative;*/
/*    padding: 56.25% 0 0 0;*/
/*}*/
/*.suspended-page__video iframe {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    right:0;*/
/*}*/

.suspended-page__video video {
    width: 100%;
    height:100%;
}
.suspended-page__video-reel {
	margin-top:10px;
}
.suspended-page__video-reel-text {
    color: #FFFFFF;
    font-family: "Circular Pro Book";
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0;
    line-height:1.5;
    position:relative;
    display:inline-block;
}
.suspended-page__video-reel-text:after {
    height: 3px;
    width: 100%;
    background-color: #F53E58;
    display: block;
    position: absolute;
    content: '';
    bottom: -5px;
}
.suspended-page__video-year {
    color: #FFFFFF;
    font-family: "Adobe Garamond Pro";
    font-size: 10px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-left:5px;
}
.suspended-page__title.title-wrapper span.title-line {
    margin-right: 25px;
}
.suspended-page__header-wrapper p {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top:35px;
}
.suspended-page__header-wrapper p span {
    color: #F53E58;
}
.suspended-page__gradient-image-desk img {
	width:100%;
}
.suspended-page__gradient-image-desk {
    position: absolute;
    top: -280px;
    width: 100%;
}
.suspended-page__wrapper {
    position: relative;
}
.suspended-page__video iframe {
    border: 0;
}
@media (min-width: 1400px) {
	.suspended-page__header-wrapper p {
	    width: 440px;
	}
	.suspended-page__header-wrapper h1 {
		width: 430px;
	}
}
@media (max-width: 1400px) and (min-width: 992px){
	.col-sm-12.col-lg-5.suspended-page__content-col {
	    -ms-flex: 0 0 49%;
	    flex: 0 0 49%;
	    max-width: 49%;
	}
	.col-sm-12.col-lg-7.suspended-page__video-col {
	    -ms-flex: 0 0 49%;
	    flex: 0 0 49%;
	    max-width: 49%;
	    margin-left: 2%;
	}
}
@media (max-width: 1300px) and (min-width:1201px){
	.suspended-page__gradient-image-desk {
	    top: -230px;
	}
}
@media (max-width: 1200px) and (min-width: 992px){
	.suspended-page__gradient-image-desk {
	    top: -200px;
	}
}
@media (min-width: 992px){
	.suspended-page__gradient-image-mob {
		display:none;
	}
	.page-template-template-suspended-page .header__contact-btn-wrapper .btn-filled:hover {
	    color: #F53E58;
	    background-color: #ffffff;
	}
}
@media (max-width: 991px){
	.suspended-page__gradient-image-desk {
		display:none;
	}
	.col-sm-12.col-lg-5.suspended-page__content-col {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.col-sm-12.col-lg-7.suspended-page__video-col {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    margin-left: 0;
	}
	.page-template-template-suspended-page .navbar-toggler {
	    display: none;
	}
	.page-template-template-suspended-page .header__contact-btn-wrapper .btn-filled {
	    margin: 0;
	}
	.suspended-page {
	    padding-top: 30px;
	    padding-bottom: 60px;
	}
	.page-template-template-suspended-page .title-wrapper {
	    margin-left: 0;
	}
	.page-template-template-suspended-page .title-line {
	    width: 120px;
	}
	.page-template-template-suspended-page .title {
	    font-size: 24px;
	    line-height: 1.5;
	}
	.suspended-page__header-wrapper p {
	    line-height: 1.5;
	    margin-top: 30px;
	    width: 450px;
	}
	.suspended-page__gradient-image-mob span {
	    display: block;
	    width: 100%;
	    background-repeat: no-repeat;
	    height: 660px;
	    background-position: 87% center;
	    background-size: cover;
	}
	.suspended-page__gradient-image-mob {
	    position: absolute;
	    top: unset;
	    width: 100%;
	    bottom: -140px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    text-align: center;
	}
}
@media (max-width: 767px){
	.page-template-template-suspended-page .title {
	    font-size: 24px;
	    line-height: 1.5;
	}
	.page-template-template-suspended-page .title-line {
	    width: 90px;
	}
	.suspended-page__header-wrapper h1 {
	    font-size: 30px;
	    line-height: 1.3;
	    margin-top: 30px;
	}
	.suspended-page__header-wrapper p {
	    line-height: 1.5;
	    margin-top: 30px;
	    width:auto;
	}
	.suspended-page__see-all a {
	    font-size: 16px;
	}
	.suspended-page__gradient-image-mob {
	    position: absolute;
	    top: unset;
	    width: 100%;
	    bottom: -140px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    text-align: center;
	}
	.suspended-page__gradient-image-mob span {
	    display: block;
	    width: 100%;
	    background-repeat: no-repeat;
	    height: 660px;
	    background-position: 87% center;
	    background-size: cover;
	}
}
@media (max-width: 500px){
	.suspended-page__gradient-image-mob span {
	    height: 600px;
	}
}


/* container-css */

@media (min-width: 1200px) {
	.container {
		max-width: 75%;
		padding: 0;
	}
	.inner-container {
		max-width: 85%;
		padding: 0;
		margin: 0 auto;
	}
}

@media screen and (max-width:1200px) and (min-width:992px) {
	.container {
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.inner-container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;

	}
}

@media (max-width: 992px) {
	.container {
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.inner-container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-pd-bottom-150 {
		padding-bottom: 100px;
	}
}

@media (max-width: 480px) {
	.container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
