/*Corin Capital Cascading Style Sheet*/

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #19105F;
}

::selection {
  color: #fff;
  background: #19105F;
}

body.primary-menu-open {
	overflow: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0;
}

ul, ol {
   list-style-position: inside;
}

textarea {
	background-color: #E5E5E5;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 8px;
}

hr {
	margin: 0;
}

@media (min-width: 1440px) {
	.container {
		max-width: 1110px;
		padding-left: 0 !important;
	}
}

.mobile-only {
	display: none;
}

.mt-20px {
	margin-top: 20px;
}

.mb-20px {
	margin-bottom: 20px;
}

.mr-14px {
	margin-right: 14px;
}

.p-50px {
	padding: 50px;
}

.primary-900 {
	color: #19105f;
}

.bg-primary-900 {
	background-color: #19105f;
}

.primary-50 {
	color: #E6E7F2;
}

.bg-primary-50 {
	background-color: #E6E7F2;
}

.gray-900 {
	color: #212121;
}

.corin-h1 {
	font-family: "Libre Baskerville";
	font-weight: normal;
	font-size: 48px;
	letter-spacing: 0;
	line-height: 52.8px;
}

.corin-parallax-content-title h1,
.corin-parallax-content-title h2,
.corin-parallax-content-title h3,
.corin-parallax-content-title h4,
.corin-parallax-content-title h5,
.corin-parallax-content-title h6,
.corin-h2 {
	font-family: "Libre Baskerville";
	font-weight: normal;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 43.2px;
}

.corin-h3 {
	font-family: "Libre Baskerville";
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 31.2px;
}

.corin-body-large {
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 31.2px;
}

.corin-body-medium {
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
}

.corin-parallax-content-title p,
.corin-body {
	font-family: "Quicksand";
	font-weight: normal;
	font-size: 14px !important;
	letter-spacing: 0;
	line-height: 21px;
}

.corin-label {
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 15.6px;
}

.corin-field {
	font-family: "Quicksand";
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.corin-input,
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
	color: #9E9E9E;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 8px;
	height: 32px;
	padding: 8px 16px;
}

.corin-input:focus,
.corin-input:not(:placeholder-shown) {
	color: #212121;
}

.corin-input,
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child)
.corin-input::placeholder {
	font-family: "Quicksand";
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
}

.corin-select {
	width: 100% !important;
}

.corin-select button.dropdown-toggle {
	background-color: #757575;
	color: #fff !important;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 8px;
	height: 32px;

	font-family: "Quicksand";
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.corin-select:checked {
	color: #fff;
}

.bootstrap-select>.dropdown-toggle:after {
	color: #F3D147;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #fff;
	color: #F1AE00;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
	font-family: "Quicksand";
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}

.fileinput-remove-button,
.fileinput-upload-button {
	display: none;
}

.file-caption.icon-visible .file-caption-name {
	padding-left: 0;
}

.bootstrap-select .dropdown-menu {
	border-radius: 8px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group .input-group {
	margin-bottom: 0;
}

#header {
	display: flex;
	justify-content: center;
}

#header-wrap {
	width: 100%;
	max-width: unset !important;
}

#header-wrap,
.header-container-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1110px;
}

.header-container-parent {
	width: 1110px;
}

.corin-home-header .menu-link {
	color: #fff;
	font-family: "Quicksand" !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transition: all .2s ease-in-out;
}

.menu-container a.menu-link:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
}


.sub-menu-container a.menu-link:first-child {
	justify-content: flex-start;
}

.menu-link i {
	top: 0;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 0;
}


.corin-home-header .menu-item button {
	color: #fff;
}

.sticky-header .menu-link,
.sticky-header .menu-item button {
	color: #000 !important;
}


.menu-item:hover > .menu-link,
.sticky-header .menu-link:hover,
.sticky-header .menu-item button:hover {
	color: #F1AE00 !important;
}

.sticky-header .menu-link.active:not(.header-misc .menu-link.active):not(.sub-menu-container .menu-link.active) {
	color: #F1AE00 !important;
}
.sticky-header #logo img {
	height: 56px !important;
}

.transparent-header.floating-header .container {
	padding: 0;
}

#primary-menu-triggers {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    cursor: pointer;
    font-size: 0.875rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.header-misc,
.menu-apply-mobile,
.mobile-logo {
	display: none;
}

#header-wrap,
.primary-menu {
	height: 75px !important;
}

.sticky-header #header-wrap,
.sticky-header .primary-menu {
	height: 96px !important;
}

.menu-item .trigger {
	display: block;
	position: absolute;
	cursor: pointer;
	outline: none;
	border: none;
	background: none;
	padding: 0;
	top: 34px;
	right: -13px;
	width: 32px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.sub-menu-container {
	border-radius: 8px;
	border-top: none;
	top: 75%;
	padding: 0 !important;
	width: 152px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.sub-menu-container .menu-item > .menu-link {
	padding: 8px 16px;
}

.sub-menu-container .menu-item:hover > .menu-link,
.sub-menu-container .menu-item > .menu-link.active {
	background-color: #F1AE00;
	color: #212121 !important;
	border-radius: 8px;
}

#slider .tp-loader.spinner3 { 
	background-color: #FFFFFF !important; 
}

.rs-particles-canvas {
	mix-blend-mode:exclusion
}

#slider .uranus.tparrows {
	width:50px; 
	height:50px; 
	background:rgba(255,255,255,0)
}

#slider .uranus.tparrows:before {
	width:50px;
	height:50px;
	line-height:50px;
	font-size:40px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s
}

#slider .uranus.tparrows:hover:before {
	opacity:0.75
}

.tp-parallax-wrap,
.tp-loop-wrap,
.tp-mask-wrap {
	position: relative !important;
	top: unset !important;
	left: unset !important;
}


.slider-link-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.corin-slider-content-wrap {
	width: 100%;
	height: 100%;
}

.corin-slider-content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;

}

.slider-waves,
.slider-title,
.slider-caption,
.slider-link-wrap {
	max-width: 560px !important;
	width: 560px !important;
	white-space: normal !important;
	margin-bottom: 20px !important;
}

.slider-link-wrap {
	margin-top: 10px !important;
}

.slider-link-wrap a.corin-btn-primary {
	margin-right: 16px !important;
}

.slider-link-wrap a.corin-btn-tertiary {
	margin-right: 0 !important;
}


.tp-bannertimer.tp-bottom {
	visibility: visible !important;
}

.light-bars.tp-bullets{
	position: absolute;
	top: unset !important;
	bottom: 15px !important;
}

.light-bars.tp-bullets:before {
	content:" ";
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box;
}

.light-bars .tp-bullet {
	width: 43px;
	height: 4px;
	position: absolute;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	box-sizing: content-box;
}

.light-bars .tp-bullet:hover,
.light-bars .tp-bullet.selected {
	background: #F3D147;
}

.light-bars .tp-bullet-image{}
.light-bars .tp-bullet-title{}

.corin-portfolio-card.slick-slide {
	transition: all .2s ease-in-out;
}

.corin-portfolio-card.slick-slide:not(.slick-current),
.corin-portfolio-card.slick-slide.slick-active:not(.slick-current),
.corin-portfolio-card.slick-slide.slick-cloned {
	opacity: .5;
}

.slick-dots {
	bottom: -47px;
}

.slick-dots li {
	margin: 0 20px 0 0;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before,
.flex-control-nav li,
.flex-control-nav li a {
	width: 43px;
	height: 4px;
}

.slick-dots li button,
.flex-control-nav li {
	background-color: #BDBDBD;
	color: #BDBDBD;
	padding: 0;
}

.slick-dots li button:before {
    font-family: unset;
    font-size: unset;
    background: transparent;
}

.flex-control-nav li a {
	border: none;
	border-radius: unset;
}

.slick-dots li.slick-active button,
.flex-control-nav li a.flex-active {
	color: #F3D147;
	background-color: #F3D147;
}

.slick-dotted.slick-slider {
	margin-bottom: 50px;
}

.slick-home {
	margin-top: 50px;
}

.slick-list {
	padding: 20px 50px !important;
}

.corin-btn {
	padding: 10px !important;
	border-radius: 8px;
	width: fit-content;
	transition: all 0.2s ease-in-out !important;
	display: block;
}

.corin-btn-upload {
	padding: 4.5px 10px;
	border-radius: 8px;
	width: fit-content;
	transition: all 0.2s ease-in-out !important;
	margin-left: 13px;
}

.corin-link {
	display: flex;
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #212121;
	transition: all .2s ease-in-out;
}

.corin-link i {
	margin-right: 13px;
    font-size: 20px;
    color: #212121;
}

.corin-link:hover {
	color: #F1AE00;
}

.corin-btn-primary {
	border: 1px solid #F3D147 !important;
	background-color: #F3D147 !important;
	color: #212121 	!important;
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
}

.corin-btn-primary:hover,
.corin-btn-secondary:hover,
.corin-btn-tertiary:hover,
.corin-btn-secondary-home:hover,
.menu-item .menu-link div.corin-btn.corin-btn-primary.active {
	background-color: #F1AE00 !important;
	border: 1px solid #F1AE00 !important;
	color: #212121 !important;
}

.corin-btn-secondary {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	color: #212121;
	background-color: #fff;
}

.corin-btn-secondary-home {
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	border: 1px solid #fff !important;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff !important;
	background-color: transparent !important;
}

.corin-btn-tertiary {
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 14px;
	border: 1px solid rgba(33, 33, 33, 1);
}

.corin-portfolio-home {
	padding: 50px;
	height: 400px;
}

.portfolio-left {
	width: 49.5%;
	margin-right: 1px;
}

.portfolio-right {
	width: 49.5%;
	max-width: 49.5%;
}

.corin-portfolio-link-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 145px;
}

.corin-parallax-home {
	height: 612px;
	max-height: 612px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.corin-parallax-content-wrap {
	padding: 110px 0;
}

.corin-parallax-content-title {
	max-width: 635px;
	width: 635px;
}

.waves-icon {
	margin-bottom: 20px;
}

.corin-portfolio-slider {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background-color: #fafafa;
}

.corin-parallax-content-desc {
	margin-top: 30px;
	width: 540px;
}

.corin-portfolio-card,
.corin-portfolio-card__img {
	height: 359px;
	width: 920px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 24px;
}

.corin-portfolio-card {
	position: relative;
	margin-right: 30px;
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
}

.corin-portfolio-card__btn {
	display: flex;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.corin-portfolio-card__btn a:first-child {
	margin-right: 16px;
}

.corin-portfolio-card__img {
	background-size: cover;
}

.home-latest-news {
	display: flex;
	flex-direction: column;
	padding: 80px 0;
}

.corin-news {
	margin-bottom: 40px;
}

.corin-news-items {
	margin-top: 40px;
}

.corin-news-items p {
	margin-top: 20px;
	font-family: "Quicksand";
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
}

.btn-read-news {
	margin-top: 20px;
	margin-bottom: 30px;
}

.home-testimony {
	min-height: 527px;
	padding: 105px 0;
	background-color: #E6E7F2;
}

.testimony-content {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-testimony img {
	margin-bottom: 50px;
}

.testi-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

.testi-image img {
	width: 46px !important;
	height: 46px;
	margin-bottom: 0;
	margin-right: 10px;
}

.testi-content h1 {
	margin-bottom: 50px;
}

.slider-wrap {
	max-width: 920px;
	width: 920px;
}

.flex-prev,
.flex-next,
.flex-prev:hover,
.flex-next:hover {
	background-color: transparent !important;
}

.flex-prev,
.flex-next {
	width: 20px;
}

.flex-prev i,
.flex-next i {
	color: #212121;
}

.flexslider .flex-control-nav.flex-control-paging {
	display: none;
}

.corin-values-wrap {
	display: flex;
	width: 100%;
}

.corin-values-item {
	position: relative;
	flex: 3;
	padding: 0;
	overflow: hidden;
	min-height: 370px;
}

.corin-values-item img {
	object-fit: cover;
	width:100%;
    min-height:100%;
}

.corin-values-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
}

.corin-values-meta label {
	text-transform: uppercase;
}

.corin-values-meta label,
.corin-values-meta h3 {
	margin-bottom: 10px;
}

.corin-values-meta label,
.corin-values-meta h3,
.corin-values-meta p {
	color: #fff;
}

footer,
footer #copyrights {
	background-color: #19105f !important;
	border-top: unset;
}

#footer .footer-widgets-wrap {
	padding: 56px 0 44px 0;
}

footer .widget_links h2 {
	margin-bottom: 20px;
}

footer .widget_links ul li {
	list-style: none;
	padding-top: 0;
}

footer .widget_links ul li a img {
	margin-right: 6px;
}

#copyrights {
	padding: 0;
}

#copyrights hr {
	color: #7275B3;
	margin-bottom: 10px;
}

.col-mb-50 > .col, .col-mb-50 > [class*="col-"] {
	padding-bottom: 35px;
}

.dark #copyrights, #copyrights.dark {
	color: rgba(255,255,255,1);
}

.corin-copyrights {
	padding-bottom: 23px;
}

.corin-form-wrap h2 {
	margin-bottom: 40px;
}

.submit-button-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.notfound-wrap {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.notfound-btn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}

.notfound-btn-wrap a:first-child {
	margin-right: 16px;
}

.thankyou-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;

	min-height: 530px;
}

.thankyou-wrap h2 {
	margin-bottom: 30px;
}

.vc-wrap img {
	margin-bottom: 20px;
}

.vc-wrap h1 {
	margin-bottom: 20px;
}

.vc-wrap p {
	max-width: 350px;
}

.vc-img {
	width: 100%;
	height: 360px;
}

.vc-link:hover {
	background-color: #EEEEEE;
}

.vc-link {
	background-color: #FAFAFA;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 360px;
}

.vc-link img {
	width: 50%;
}

.vc-link img.exited {
    filter: grayscale(100%);
    opacity: .4;
}

.vc-link span {
    position: absolute;
    bottom: 40px;
}

.pe-wrap {
	padding: 100px 0;
	overflow: unset;
}

.pe-item {
	/* margin-bottom: 80px; */
	padding: 80px 0;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.pe-item h3 {
	color: #fff;
}

.pe-item--fullwidth {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.pe-category {
	position: sticky;
	top: 140px;
	height: 100%;
}

.pe-category img {
	margin-bottom: 20px;
}

.pe-category h3 {
	margin-bottom: 18px;
}

.pe-category p {
	max-width: 445px;
}

.pe-card {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 42px 15px;
	width: 160px;
	height: 160px;
	/*margin-bottom: 30px;*/

	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all .2s ease-in-out;
}

.pe-card:hover {
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}

.more-portfolio-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}

.more-portfolio-container .toggle {
	width: 100%;
}

/*.more-portfolio-container a:first-child {
}
*/
.toggle-header {
	justify-content: center;
	align-items: center;
	/*margin-bottom: 40px;*/
}

.toggle-content {
	margin-top: 40px;
}

.toggle-title {
	flex-basis: unset;
	flex-grow: unset;
}


.more-portfolio-wrap {
	width: 100%;
	flex-direction: row;
}

.more-portfolio-wrap a {
	border-top: 1px solid #E0E0E0;
	padding: 10px 0 0 0;
	margin-bottom: 30px;
}

.toggle {
	margin-bottom: 0;
}

.toggle-content {
	padding-bottom: 0;
}

.pe-card-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	padding: 0;
}

.more-portfolio-wrap a:hover {
	border-top: 1px solid #F1AE00;
}

.corin-exited-badge {
	background-color: #BDBDBD;
    padding: 8px 16px;
    border-radius: 16px;

    font-family: "Quicksand";
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #F5F5F5;
}

.portfolio-details-banner {
	height: 562px;
	background-size: cover;
	background-position: center center;
	border-bottom: 1px solid #eee;
}

.portfolio-details-wrap {
	display: flex;

}

.portfolio-details-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;

	margin-top: -80px;
	padding: 30px;
	width: 350px;
	/*height: 225px;*/
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 24px;
}

.portfolio-details-card h3 {
	margin-bottom: 10px;
}

.portfolio-details-card a {
	/*position: absolute;
	bottom: 30px;*/
	/* margin-top: 30px; */
}

.portfolio-details-content .fluid-width-video-wrapper iframe,
.portfolio-details-mobile-content-wrap .fluid-width-video-wrapper iframe,
.news-details-content .fluid-width-video-wrapper iframe {
	position: relative !important;
	min-height: 390px !important;
}

img.mfp-img {
	width: 1110px;
	max-width: 1110px;
	margin-left: -12px;
}

.portfolio-details-content{
	padding: 50px 0 50px 50px;
}

.portfolio-details-content *,
.portfolio-details-mobile-content-wrap * {
    font-family: "Quicksand";
    font-weight: normal;
    font-size: 14px !important;
    letter-spacing: 0;
}

.portfolio-img {
	margin-bottom: 80px;
}

.portfolio-related-news {
	margin-bottom: 100px;
}

.bg-overlay-bg.dark.corin-portfolio-img-overlay {
	background-color: rgba(153, 155, 200, .5);
}

.waves-img {
	margin-bottom: 20px;
}

.nav-wrapper {
	margin-top: 50px;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:7px;
	padding-top: 13px;
  	height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
    margin-top:0px;
}

.list li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.nav-tabs,
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border: none;
}

.nav-tabs .nav-item.nav-link {
	font-family: "Quicksand";
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
}

/*.nav-tabs .nav-link.active {
	font-weight: 600;
}*/

.nav-tabs .nav-link.active::after {
	content: "\2022";
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #F3D147;
    transition: all .5s ease-in-out;
}

.nav-tabs .nav-link {
	padding: 5px 0;
}

.nav-tabs .nav-link:not(:first-child) {
	padding: 5px 20px;
}

.nav-tabs .nav-link:not(:first-child) {
	padding: 5px 20px;
}

.corin-tab-content {
	background-color: #E6E7F2;
	border-top: 8px solid #19105F;
	padding-top: 32px;
	padding-bottom: 60px;
	margin-top: 40px;
	/*margin-left: -12%;
	width: 100vw;*/

	 width: 100vw;
	 position: relative;
	 margin-left: -46vw;
	 left: 50%;
	 min-height: 30vh;
}

.select-wrapper {
	display: none;
}

.corin-news-list {
	max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: calc(-4vw + 5px);
}

.scroller {
	text-align:center;
	cursor:pointer;
	display:none;
	padding:7px;
	padding-top:3px;
	white-space:no-wrap;
	vertical-align:middle;
	background-color:#fff;
}

.news-details-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.news-details-wrapper {
	max-width: 730px;
}

.news-details-banner {
	width: 100%;
	margin-bottom: 40px;
}

.news-details-wrapper h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-details-content {
	margin-bottom: 40px;
}

.news-share-wrap {
	display: flex;
	align-items: flex-end;
	height: 24px;
}

.news-share-wrap p {
	margin-right: 16px;
}

.news-share-wrap img {
	margin-right: 10px;
}

.news-share-wrap a {
	margin-bottom: 0;
}

.contact-wrap h2 {
	margin-bottom: 40px;
}

.corin-career-wrap {
	margin-top: 40px;
	margin-bottom: 80px;
}

.corin-career-wrap .corin-card h3 {
	margin-top: 20px;
}

.corin-career-wrap .corin-card {
	margin-bottom: 40px;
}

.corin-card {
	padding: 30px;
	width: 350px;
	min-height: 229px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 24px;
}

.corin-career-card {
	display: flex;
	flex-direction: column;

	margin-right: 30px;
}

/*.corin-career-button {
	position: absolute;
	bottom: 80px;
}*/

.corin-career-button {
	display: flex;

	margin-top: auto;
}

.corin-career-button a:first-child {
	margin-right: 12px;
}

.wju-wrap h2 {
	margin-bottom: 30px;
}

.wju {
	margin-top: 60px;
	margin-bottom: 20px;
}

.wju img {
	margin-bottom: 30px;
}

.corin-career-details-button {
	display: flex;
	margin-top: 30px;
	margin-bottom: 40px;
}

div.career-details-content *,
div.news-details-content * {
	font-family: "Quicksand";
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

.team-details-short-profile-wrap h1,
.team-details-short-profile-wrap h2,
.team-details-short-profile-wrap h3,
.team-details-short-profile-wrap h4,
.team-details-short-profile-wrap h5,
.team-details-short-profile-wrap h6 {
    font-family: "Quicksand";
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 31.2px;
}

.team-details-short-profile-wrap p,
.team-details-short-profile-wrap span,
.team-details-short-profile-wrap label {
    font-family: "Quicksand";
    font-weight: normal;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 21px;
}

.career-details-content {
	margin-bottom: 40px;
}

.career-apply-wrap {
	padding-top: 40px;
}

.corin-career-details-button a:first-child {
	margin-right: 16px;
}


.fluid-width-video-wrapper {
	padding: 0 !important;
}

.corin-team-wrapper {
	margin-top: 80px;
}

.corin-team-wrapper a img {
	width: 100%;
}

.team-overlay-content {
	flex-direction: column;
	cursor: pointer;
}

.team-overlay-content a {
	color: #fff;
}

.team-overlay-content a:first-child {
	margin-bottom: 10px;
}

.team-details-banner {
	height: 400px;
    background-size: cover;
    background-position: center center;
}

.team-details-banner img {
	position: absolute;
	right: 0;
	top: 215px;
	z-index: 1;
}

.team-details-container {
	padding-bottom: 60px;
}

.team-details-img {
	margin-top: -182px;
}

.team-details-img img {
	margin-bottom: 30px;
}

.team-details-content {
	margin-top: -62px;
	padding: 40px;
	border-top: 6px solid #F3D147;
	background-color: #fff;
	z-index: 10;
}

.team-details-content h2 {
	margin-bottom: 10px;
}

.team-social-wrap {
	display: flex;
	align-items: center;
	height: 24px;
}

.team-social-wrap p {
	margin-right: 10px;
}

.team-social-wrap img {
	margin-right: 10px;
	margin-bottom: 0;
}

.team-details-content .corin-body-medium {
	margin-bottom: 30px;
}

.team-details-content .corin-body-large {
	margin-bottom: 20px;
}

.team-details-content-wrap .news-share-wrap img {
	margin-bottom: 0;
}

.team-details-short-profile-wrap {
	margin-bottom: 30px;
}

.circle-rellax-container {
	display: flex;
	height: 60vh;
	position: absolute !important;
	left: 12%;
}

.circle-large-slider-rellax-container {
	position: absolute !important;
    right: 0;
    display: flex;
    justify-content: flex-end;
    height: 25vh;
}

.circle-large-rellax-container {
    position: absolute !important;
    right: -4%;
    display: flex;
    justify-content: flex-end;
    height: 25vh;
}

.circle-rellax-container img {
	/*bottom: 0;
	position: absolute;*/
}

.circle-middle {
	left: -5%;
	right: unset;
	justify-content: unset;
	height: 60vh;
}

.flipped-triangle {
	left: unset;
	justify-content: flex-end;
	right: 30%;
	height: 12vh;
	bottom: 59%;
}

.triangle-rellax-container {
    height: 90vh;
    display: flex;
    position: absolute;
    left: -12px;
    bottom: -335px;
}

.cross-rellax-container {
	position: absolute !important;
    right: 5%;
    display: flex;
    justify-content: flex-end;
    height: 30vh;
    margin-top: 45px;
}

.rellax {
	transition: all .5s linear;
	z-index: 5;
}

.decoration-triangle {
	/*position: absolute;
	left: -12px;*/
}

.circle-general {
	right: 0%;
	bottom: -90px;
}

.cross-general {
	height: 10vh;
}

.triangle-general {
	bottom: -40px; 
	height: 55vh;
}

.triangle-portfolio-details {
	bottom: 23%;
	height: 100vh;
}

.circle-portfolio-details {
	right: 0;
	height: 15vh;
	bottom: 30%;
}

.icon-rotate-45 {
	transform: rotate(45deg);
}

.contact-triangle {
	bottom: 307px;
	height: 100vh;
}

.contact-circle {
	right: 0;
	height: 15vh;
	bottom: 30%;
}

.contact-form {
	margin-bottom: 0;
}

.apply-triangle {
	bottom: 0px;
	height: 40vh;
}

.apply-circle {
	right: 0;
	height: 15vh;
	bottom: 10px;
}

.career-triangle {
	bottom: 307px;
	height: 100vh;
}

.career-circle {
	right: 0;
	height: 15vh;
	bottom: 30%;
}

.career-details-circle {
	right: 0;
	height: 15vh;
	bottom: 60%;
}

.career-details-cross {
	height: 15vh;
}

.career-details-triangle {
	bottom: 60% !important;
	height: 50vh;
}


.contact-map,
.contact-maps .fluid-width-video-wrapper {
	height: 400px !important;
}

.grecaptcha-badge {
	bottom: 50% !important;
	z-index: 30;
}

.pagination-wrap {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-top: 60px;
}

ul.pagination {
	margin-bottom: 0;
}

.pagination.pagination-inside-transparent .page-item:not(:first-child):not(:nth-child(2)):not(:nth-last-child(1)) a {
	border-left: 0 !important;
}

.pagination.pagination-circle.pagination-sm .page-item:not(:first-child) .page-link, .pagination.pagination-rounded.pagination-sm .page-item:not(:first-child) a {
	margin-left: 15px !important;
}

.pagination.pagination-inside-transparent .page-item a:not(:hover) {
	color: #000 !important;
}


.page-item.next a,
.page-item.previous a {
	font-weight: 500;
}

.page-item a {
	font-family: "Quicksand";
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
}

.page-item.active a, 
.page-item a:focus {
	font-weight: 700;
}

@media screen and (min-width: 992px) {

	.menu-container > .menu-item:not(:first-child) {
		margin-left: 0;
	}

}


@media screen and (max-width: 991px) {

	.desktop-only {
		display: none;
	}

	.corin-values-meta {
		padding: 45px;
	}

	.container {
		max-width: 678px;
		padding-left: 0;
		padding-right: 0;
	}

	#header {
		/*height: 64px;*/
	}

	#header,
	#header-wrap,
	#header-wrap > .container,
	#header-wrap .container > .header-row {
		min-height: 64px !important;
	}

	.sticky-header #header-wrap,
	.sticky-header .primary-menu {
		height: unset !important;
	}

	.sticky-header .menu-container {
		max-height: unset;
	}

	.sticky-header #header-wrap {
		border-bottom: none;
		max-height: unset;
	}

	.sticky-header .menu-container {
		margin: 0;
	}

	#header-wrap {
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	}

	#header-wrap .container {
		max-width: 678px;
		width: 678px;
	}

	#header-wrap,
	.primary-menu {
		height: unset !important;
	}

	#logo a.standard-logo {
		display: none;
	}

	#header-wrap .primary-menu {
		display: none;
		width: 100%;
	}

	.corin-logo-menu {
	    display: flex !important;
	    flex-direction: column;
	    justify-content: flex-end;
	    align-items: center;
	    height: 50% !important;
	}

	.logo-menu-wrapper {
		width: 100%;
	}

	.corin-logo-menu .menu-footer {
		align-self: flex-start;
		padding-top: 10px;
		margin-top: 64px;
		border-top: 1px solid #E0E0E0;
	}

	.menu-container {
		flex-direction: column;
	}

	ul.menu-container li:not(:first-child),
	ul.menu-container li a:first-child {
		max-width: 678px;
		margin-left: auto !important;
		margin-right: auto;
	}

	ul.menu-container li:first-child a div:not(.sub-menu-container a div) {
		margin-left: auto;
	}

	ul.menu-container li:first-child a {
		padding-right: 0 !important;
	}

	.svg-trigger {
		width: 50px;
		height: unset;
	}

	.menu-item .menu-link i.icon-chevron-down {
		display: none;
	}

	.menu-item .sub-menu-trigger {
		margin-left: auto;
		position: unset;
		font-size: 24px;
		width: 24px;
	}

	.corin-home-header .primary-menu .menu-link {
		font-size: 24px !important;
	    padding: 30px;
	}

	.sub-menu-container {
		width: 100%;
		background-color: #fff;
		box-shadow: none;
		border-radius: 0;
	}

	.sub-menu-container .menu-item .menu-link {
		padding: 30px !important;
	}

	.sub-menu-container a.menu-link:first-child {
		justify-content: center;
	}

	.menu-item:not(:first-child) {
		border-top: 1px solid #E0E0E0;
	}

	.sticky-header #logo img,
	.mobile-logo {
		display: block;
		height: 40px !important;
	}

	#primary-menu-trigger {
		height: 64px;
		margin-right: -10px;
	}

	.sticky-header .primary-menu ul.menu-container,
	.primary-menu ul.menu-container {
		height: 100vh;

		background-color: #f5f5f5;
	}

	#header .header-container-parent > .container {
		padding-left: 0;
		padding-right: 0;
	}

	.sub-menu-container .menu-item > .menu-link.active {
		background-color: #fff;
		color: #212121;
		border-radius: unset;
	}

	.header-misc,
	.menu-apply-mobile {
		display: block;
		margin-left: 0;
		margin-right: 5px;
	}

	.header-misc,
	.header-misc ul,
	.header-misc ul li {
		height: 64px;
	}

	.header-misc ul li {
		list-style: none;
	}

	.header-misc ul li a {
		display: flex;
		align-items: center;
		padding: 21px !important;
	}

	.header-misc ul li a.active {
		background-color: #F1AE00 !important;
		border: 1px solid #F1AE00 !important;
		color: #212121 !important;
	}

	.menu-apply-mobile {
		height: 100%;
		border-radius: unset;
	}

	.corin-home-header .menu-link,
	.menu-item .sub-menu-trigger {
		color: #19105F !important;
	}

	.sub-menu-container .menu-link {
		color: #212121 !important;
	}

	.sub-menu-container .menu-item:hover > .menu-link {
		background-color: transparent;
		border-radius: unset;
	}

	.menu-container > .menu-item:not(:first-child) {
		margin-left: 0;
	}

	.menu-apply-btn {
		display: none;
	}

	.corin-values-wrap {
		flex-direction: column;
	}

	.corin-values-item {
		flex: 1;
		min-height: unset;
	}

	.slider-link-wrap,
	.corin-slider-content-container {
		align-items: center;
	}

	.slider-caption {
		max-width: 535px !important;
		width: 535px !important;
		white-space: normal !important;
	}

	.slider-link-wrap {
		justify-content: center;
	}

	.corin-portfolio-home {
		padding: 50px 60px;
	}

	.portfolio-left,
	.portfolio-right {
		width: 100%;
		max-width: 100%;
	}

	.portfolio-left {
		border-bottom: 1px solid #fff;
	}

	.corin-parallax-content-title,
	.corin-parallax-content-desc {
		width: 100%;
	}

	.corin-portfolio-card,
	.corin-portfolio-card__img {
		width: 678px;
		height: 265px;
	}

	.home-testimony {
		min-height: 664px;
	}

	.testi-content {
		max-width: 558px;
	}

	.testi-image {
		flex-direction: column;
	}

	.testi-image img {
		margin-bottom: 10px;
		margin-right: 0;
	}

	.corin-values-meta {
		max-width: 580px;
		padding-left: 0;
	}

	#footer .footer-widgets-wrap {
		padding: 45px 0;
	}

	.footer-logo-wrap {
		margin-bottom: 45px;
	}

	.triangle-rellax-container {
		bottom: 10%;
	}

	.circle-rellax-container {
		bottom: 9%;
		height: 55vh;
	}

	.cross-rellax-container {
		bottom: 15% !important;
	}

	.circle-bottom {
		bottom: 14%;
		right: -12%;
	}

	.circle-middle {
		left: -15%;
	}

	.flipped-triangle {
		right: 18%;
		height: 7vh;
	    bottom: 63%;
	}

	.cross-general {
		height: 87vh;
	}

	.pe-wrap {
		padding: 80px 0;
	}

	.pe-category {
		top: 110px;
	}

	.pe-card {
		width: 148px;
		height: 148px;
	}

	.more-portfolio-wrap a {
		margin-bottom: 30px;
		padding-bottom: 0;
	}

	.portfolio-details-banner {
		height: 299px;
	}

	.triangle-portfolio-details {
		bottom: 38%;
	}

	.cross-portfolio-details {
		right: 0;
	    bottom: 72% !important;
	    height: 80vh;
	}

	.circle-portfolio-details {
		right: -15%;
		bottom: 50%;
	}

	img.mfp-img {
		width: 678px;
		max-width: 678px;
	}

	.corin-news-list {
		max-width: 665px;
	}

	.wrapper {
		display: none;
	}

	.select-wrapper {
		display: block;
		margin-top: 40px;
	}

	.nav-wrapper {
		margin-top: 40px;
	}

	.news-details-wrapper {
		max-width: 678px;
	}

	.contact-form {
		margin-bottom: 50px;
	}

	.contact-wrap-outer {
		padding-bottom: 50px;
	}

	.contact-maps,
	.contact-maps .fluid-width-video-wrapper {
		height: 768px !important;
	}

	.corin-card {
		width: 100%;
	}

	.team-details-banner img {
		top: 150px;
	}

	#welcome_wrapper,
	.tp-fullwidth-forcer {
		height: calc( 100vh - 64px ) !important;
	}

	.contact-triangle {
		bottom: 45%;
	}

	.contact-cross {
		bottom: 84% !important;
	}

	.contact-circle {
		bottom: 62%;
		right: -17%;
	}

	.apply-triangle {
		bottom: 12%;
	}

	.apply-cross {
		bottom: 63% !important;
	}

	.apply-circle {
		right: -15%;
		bottom: 12%;
	}

	.corin-career-wrap {
		margin-top: 60px;
	}

	.wju-wrap .wju-item:last-child {
		margin-top: 60px;
	}

	.career-triangle {
		bottom: 55%;
	}

	.career-cross {
		bottom: 83% !important;
		height: 60vh;
	}

	.career-circle {
		height: 35vh;
		bottom: 60%;
		right: -17%;
	}

	.career-details-cross {
		bottom: 80% !important;
		height: 60vh;
	}

	.grecaptcha-badge {
		width: 225px !important;
	}

}

@media screen and (max-width: 767px) {

	.desktop-only {
		display: none;
	}

	.desktop-tablet {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.hide-on-mobile {
		display: none;
	}

	.cross-rellax-container,
	.triangle-rellax-container,
	.circle-rellax-container,
	.circle-large-rellax-container,
	.rellax {
		display: none;
	}


	.container,
	#header-wrap .container {
		max-width: 316px;
	}

	.corin-h1 {
		font-size: 32px !important;
		line-height: 35px !important;
	}

	.corin-parallax-content-title h1,
	.corin-parallax-content-title h2,
	.corin-parallax-content-title h3,
	.corin-parallax-content-title h4,
	.corin-parallax-content-title h5,
	.corin-parallax-content-title h6,
	.corin-h2 {
		font-size: 24px !important;
		line-height: 28px !important;
	}

	.corin-h3 {
		font-size: 18px !important;
		line-height: 27px !important;
	}

	.team-details-short-profile-wrap h1,
	.team-details-short-profile-wrap h2,
	.team-details-short-profile-wrap h3,
	.team-details-short-profile-wrap h4,
	.team-details-short-profile-wrap h5,
	.team-details-short-profile-wrap h6,
	.corin-body-large {
		font-size: 18px !important;
		line-height: 23px !important;
	}

	.header-container-parent {
		width: 100%;
	}

	.header-misc {
		display: none;
	}

	.corin-home-header .primary-menu .menu-link {
		font-size: 18px !important;
		padding: 20px;
	}

	.sub-menu-container .menu-item .menu-link {
		padding: 20px !important;
	}


	ul.menu-container li:not(:first-child),
	ul.menu-container li a:first-child {
		max-width: 316px !important;
	}

	.corin-slider-content-wrap {
		padding-bottom: 0;
	}

	.slider-waves,
	.slider-title,
	.slider-caption,
	.slider-link-wrap {
		max-width: 316px !important;
		width: 316px !important;
		margin-bottom: 20px !important;
	}

	.slider-caption {
		display: none !important;
	}

	.slider-link-wrap {
		flex-direction: column;
		width: 100%;
	}

	.slider-link-wrap .tp-parallax-wrap {
		width: 100%;
	}

	.slider-link-wrap a {
		text-align: center !important;
		width: 100%;
	}

	.slider-link-wrap a:first-child {
		margin-bottom: 16px !important;
	}

	.corin-portfolio-home {
		padding: 30px 46px;
		height: 260px;
	}

	.slick-home {
		margin-top: 0;
	}

	.slick-list {
		padding-bottom: 0 !important;
	}

	.corin-portfolio-slider {
		padding: 30px 0;
	}

	.corin-portfolio-link-wrapper {
		margin-top: 60px;
	}

	.corin-portfolio-card,
	.corin-portfolio-card__img {
		height: 147px;
		width: auto;
		border-radius: unset;
	}

	.corin-news-items a.btn-read-news,
	.home-latest-news a.corin-btn-tertiary {
		width: 100%;
		text-align: center;
	}

	.flexslider .flex-direction-nav {
		display: none;
	}

	.corin-parallax-content-wrap {
		padding: 72px 0;
	}

	.home-testimony {
		padding: 40px 0;
		min-height: 493px;
	}

	.home-testimony img {
		margin-bottom: 30px;
	}

	.testi-content h1 {
		margin-bottom: 30px;
	}

	.testi-image img {
		margin-bottom: 10px;
	}

	.flexslider {
		height: 100% !important;
	}

	.flexslider .flex-control-nav.flex-control-paging {
		display: flex;
		justify-content: center;
		align-items: center;

		margin-top: 50px;
	}

	.flex-control-nav li {
		margin-right: 20px;
		list-style: none;
	}

	.flex-control-nav li a {
		text-decoration: none;
	}

	.flex-control-nav li a.flex-active {
		color: #F3D147;
		background-color: #F3D147;
	}

	.corin-values-item {
		/*min-height: 375px;*/
		height: 375px;
	}

	.corin-values-meta {
		max-width: 100%;
		padding: 0 0 30px 0;
	}

	#footer .footer-widgets-wrap {
		padding: 30px 0 45px 0;
	}

	.footer-logo-wrap {
		margin-bottom: 15px;
	}

	.corin-footer-widget:not(:last-child) {
		margin-bottom: 30px;
	}

	.notfound-btn-wrap {
		flex-direction: column;
	}

	.notfound-btn-wrap a {
		width: 100%;
	}

	.thankyou-wrap {
		min-height: unset;
		padding: 50px 0;
	}

	.notfound-btn-wrap a:first-child {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.vc-link {
		height: unset;
		min-height: 188px;
	}

	.pe-wrap {
		padding-top: 50px;
	}

	.corin-exited-badge {
		padding: 4px 11px;
		font-size: 12px;
	}

	.vc-link span {
		bottom: 16px;
	}

	.pe-category {
		margin-bottom: 30px;
		position: relative;
		top: unset;
	}

	.pe-card {
		height: 131px;
		width: 131px;
	}

	.pe-item {
		margin-bottom: 50px;
	}

	.toggle {
		margin: 0;
	}

	.more-portfolio-wrap {
		width: unset;
	}

	.toggle-content {
		padding: 0;
	}

	.pe-card-wrap {
		margin-bottom: 30px;
	}

	.portfolio-details-banner {
		height: 147px;
	}

	.portfolio-details-mobile-wrap {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}

	.title-wrap {
		margin: 30px 0;
	}

	.title-wrap h3 {
		margin-bottom: 10px;
	}

	.title-wrap p {
		margin-bottom: 20px;
	}

	.title-wrap a {
		width: 100%;
		text-align: center;
	}

	.portfolio-vc-banner {
		padding: 123px 0 !important;
	}

	.portfolio-img {
		margin-bottom: 30px;
	}

	.portfolio-img div img:first-child {
		margin-bottom: 30px;
	}

	.portfolio-related-news h3 {
		text-align: center;
	}

	.corin-news h3 {
		text-align: left;
	}

	img.mfp-img {
		width: 381px;
		max-width: 381px;
	}

	.corin-tab-content {
		padding-top: 12px;
		margin-left: -50vw;
		height: 100%;
	}

	.corin-news-list {
		max-width: 315px;
		left: unset;
	}

	.content-wrap {
		padding: 50px 0;
	}

	.pagination-wrap {
		margin-top: 50px;
	}

	.select-wrapper {
		margin-top: 30px;
	}

	.nav-wrapper {
		margin-top: 30px;
	}

	.corin-news.corin-news-list {
		margin-bottom: 0;
	}

	.news-details-container {
		margin-bottom: 30px;
	}

	.news-details-banner {
		margin-bottom: 30px;
	}

	.contact-maps,
	.contact-maps .fluid-width-video-wrapper {
		height: 375px !important;
	}

	form button.corin-btn-primary {
		width: 100%;
	}

	.file-caption.form-control.kv-fileinput-caption {
		width: 100%;
		margin-bottom: 10px;
	}

	.corin-btn-upload {
		width: 316px;
		margin-left: 0;
		text-align: center;
	}

	.upload-wrapper {
		margin-bottom: 20px !important;
	}

	.corin-form-wrap h2 {
		margin-bottom: 30px;
	}

	.corin-career-wrap {
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.corin-career-wrap .corin-card {
		margin-bottom: 30px;
	}

	.corin-career-wrap .corin-card h3 {
		margin-top: 10px;
	}

	.corin-career-button {
		flex-direction: column;
		margin-top: 30px;
	}

	.corin-career-button a {
		width: 100%;
		text-align: center;
	}

	.corin-career-button a:first-child {
		margin-bottom: 16px;
		margin-right: 0;
	}

	.wju img {
		margin-bottom: 20px;
	}

	.wju-item {
		margin-bottom: 30px;
	}

	.wju-wrap .wju-item:last-child {
		margin-top: 0;
	}

	.career-details-content {
		margin-bottom: 30px;
	}

	.career-apply-wrap {
		padding-top: 20px;
	}

	.corin-team-wrapper {
		margin-top: 50px;
	}

	.team-details-img {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		margin-bottom: 50px;
	}

	.team-details-banner {
		/*overflow-x: hidden;*/
	}

	.team-details-banner img {
		top: 8%;
	}

	.team-details-img img {
		width: 240px;
		z-index: 1;
	}

	.team-details-content {
		margin-top: 0;
		border-top: none;
		padding: 0 0 40px 0;
		max-width: 316px;
		width: 316px;
		margin-right: auto;
		margin-left: auto;
	}

	.team-social-wrap img {
		height: 24px;
	}

	.team-social-wrap a {
		width: 24px;
		margin-right: 10px;
	}

	.logo-menu-wrapper svg {
		width: 122px;
	}

	.corin-logo-menu {
		height: 40% !important;
	}

	.corin-logo-menu .menu-footer {
		margin-top: 40px;
	}

	.pagination-wrap {
		justify-content: center;
	}

}