@charset "utf-8";
/* CSS Document */
	
*, *:after, *:before {-webkit-box-sizing: border-box; box-sizing: border-box;}
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */}
/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {/* 1 */ display: block;}
/** Add the correct display in IE 9-. */
audio, canvas, progress, video {display: inline-block;}
/** Add the correct display in iOS 4-7. */
audio:not([controls]) {display: none; height: 0;}
/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {vertical-align: baseline;}
/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] {display: none;}
/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a {background-color: transparent; transition: all .3s ease-in-out;}
/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover {outline-width: 0;text-decoration: none;outline: none; transition: 0.5s ease-in-out all; -webkit-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all; color:#E52A22;}
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */}
/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {font-weight: inherit;}
/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {font-weight: bold;}
/** Add the correct font style in Android 4.3-. */
dfn {font-style: italic;}
/** Add the correct background and color in IE 9-. */
mark {background-color: #ff0; color: #000;}
/** Add the correct font size in all browsers. */
small {font-size: 80%;}
/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {border-style: none;}
/** Hide the overflow in IE. */
svg:not(:root) {overflow: hidden;}
/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */}
/** Add the correct margin in IE 8. */
figure {margin: 1em 40px;}
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {-webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */}
/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea {font: inherit;}
/** Restore the font weight unset by the previous rule. */
optgroup {font-weight: bold;}
/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select {/* 2 */ overflow: visible;}
/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea {/* 1 */ margin: 0;}
/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {/* 1 */ text-transform: none;}
/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] {cursor: pointer;}
/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] {cursor: default;}
/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; /* 2 */}
/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring {outline: 1px dotted ButtonText;}
/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */}
/** Remove the default vertical scrollbar in IE. */
textarea {overflow: auto;}
/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */}
/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {-webkit-appearance: textfield;}
/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
blockquote {border-left: 0.3rem solid #d1d1d1; margin-left: 0; margin-right: 0; padding: 1rem 1.5rem;}
blockquote *:last-child {margin: 0;}
form ul {list-style: none; margin: 0; padding: 0;}
input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='url'], textarea, select {-webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 1px solid #d1d1d1; border-radius: .4rem; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; padding: .6rem 1.0rem; width: 100%;}
input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='url']:focus, textarea:focus, select:focus {border: 1px solid #f2a1ad; outline: 0;}
textarea {padding-bottom: .6rem; padding-top: .6rem;}
label, legend {font-size: 16px; display: block; margin-bottom: .5rem; color: #302C2E;}
fieldset {border-width: 0; padding: 0;}
input[type='checkbox'], input[type='radio'] {display: inline;}
input[type='submit']:focus {outline: none;}
input::-webkit-input-placeholder,select::-webkit-input-placeholder {color: rgba(47, 45, 45, 0.7);}
input::-moz-placeholder,select::-moz-placeholder {color: rgba(47, 45, 45, 0.7);}
input:-ms-input-placeholder,select:-ms-input-placeholder {color: rgba(47, 45, 45, 0.7);}
input:-moz-placeholder,select:-moz-placeholder {color: rgba(47, 45, 45, 0.7);}
input:focus {outline: none;}
dl, ol, ul {margin-top: 0; padding-left: 0;}
dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol {font-size: 90%; margin: 1.5rem 0 1.5rem 3.0rem;}
dl {list-style: none;}
ul {list-style: circle inside;}
ol {list-style: decimal inside;}
dt, dd, li {margin-bottom: 10px;}
hr {border-top: 0.1rem solid #4A4D50; border-width: 0; margin-bottom: 3.5rem; margin-top: 3rem;}
.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;}
.embed-container iframe, .embed-container object, .embed-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
input, textarea, select, fieldset {margin-bottom: 1rem;}
input:last-child, textarea:last-child, select:last-child, fieldset:last-child {margin-bottom: 0;}
pre, blockquote, dl, figure, table, p, ul, ol, form {margin-bottom: 1.4rem;}
pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {margin-bottom: 0;}
table {width: 100%;}
.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap;}
.flex-row {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.flex-column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flex-start {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.flex-end {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.flex-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.flex-stratch {-webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch;}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {.background-image img {-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%;}}
.clearfix {*zoom: 1;}
.clearfix:after, .clearfix:before {content: ''; display: table;}
.clearfix:after {clear: both;}
.tacenter {text-align: center;}
.taright {text-align: right;}
.taleft {text-align: left;}
.relative {position: relative;}
body {margin: 0px;padding: 0px;position: relative; font-size: 16px;line-height: 26px;background: #FFF; color:#09090A; overflow-x: hidden; position: relative; font-family: neue-haas-grotesk-display, sans-serif; font-weight: 400;background: #F5F5F5;}
h1,h2,h3,h4,h5 {margin: 0px;margin-bottom: 20px;}
h1 {font-size: 47px; line-height: 59px; font-family: 'Archia';}
h2 {font-weight: 400;font-size: 38px;line-height: 111.02%;  text-transform: uppercase; font-family: din-condensed, sans-serif;} 
h3 {font-size: 26px;line-height: 37px; font-family: 'Archia'; font-weight: 400;}
h4 {font-size: 28px;line-height: 33px; font-family: neue-haas-grotesk-display, sans-serif; font-weight: 600;}
h5 {font-size: 18px;line-height: 28px; font-family: 'Archia';}
a {text-decoration: none; cursor: pointer;color: #151515;}
a:hover {text-decoration: none;outline: none;transition: 0.5s ease-in-out all;-webkit-transition: 0.5s ease-in-out all;-ms-transition: 0.5s ease-in-out all;-moz-transition: 0.5s ease-in-out all;-o-transition: 0.5s ease-in-out all;color:#80003C;}
p { font-weight: 450; font-size: 18px; line-height: 144.02%; font-family: neue-haas-grotesk-display, sans-serif; font-weight: 400; } img {max-width: 100%; height: auto;}
.tbl {display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center;position: relative;z-index: 9;} 
.tbl-cell {display: table-cell; width: 100%; height: 100%; vertical-align: middle;} 
.img-responsive {max-width: 100%; display: block; height: auto;margin: 0 auto;} 
.paddingtop {padding: 100px 0px;} 
.inline__block {float: left; width: 100%; vertical-align: top; position: relative;}
.gfield_label {display: none !important;} 
.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea, .gform_wrapper .ginput_container select {font-family: 'Metropolis-Regular' !important;background: #ffffff; border: none !important;  outline: none; padding: 15px 15px 12px 15px !important; margin-bottom: 0px; height: 53px; outline: none; font-size: 16px !important; line-height: 26px; color: rgba(47, 45, 45, 0.7);border-radius: 8px;}
.gform_wrapper .ginput_container textarea {height: 135px;margin-top: 0px;}
.gform_wrapper input[type="submit"] {background: #EE4C29; text-align: center; color: #FFF; border: 1px solid #EE4C29; padding: 15px 54px 12px 54px !important; display: inline-block; transition: 0.5s ease-in-out all; -webkit-transition: 0.5s ease-in-out all; -ms-transition: 0.5s ease-in-out all; -moz-transition: 0.5s ease-in-out all; -o-transition: 0.5s ease-in-out all; width: calc(100% - 15px) !important; border-radius: 8px; font-size: 16px; line-height: 19px; text-align: center; letter-spacing: 1px; text-transform: uppercase;}
.gform_wrapper input[type="submit"]:hover {border:1px solid #1D1854; background-color: #1D1854; color: #ffffff; outline: 0;}
.gform_wrapper .validation_error {display: none;}
.gform_wrapper .validation_message {display: inline-block; width: 100%; text-align: left; margin-top: 0px; color: #F00;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {background: none !important;border: none !important;}
.ie8 *{ outline:none;}
img{border:none;}

html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; }

/*----- html5 tags ------*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

/*----- custom Button ------*/
.primary-btn{background: #660338;border: 1px solid #9A0F31;border-radius: 5px; height: 49px;line-height: 49px; letter-spacing: 0.13em;
text-transform: uppercase; font-weight: 600;font-size: 12px; display: inline-block; padding: 0 20px; font-family: neue-haas-grotesk-display, sans-serif; color: #fff;}

.border-btn{background: transparent; border: 1px solid #fff;border-radius: 5px; height: 40px;line-height: 40px; letter-spacing: 0.13em;
text-transform: uppercase; font-weight: 600;font-size: 12px; display: inline-block; padding: 0 10px; font-family: neue-haas-grotesk-display, sans-serif; color: #fff; min-width: 127px;}

.primary-btn svg, .border-btn svg{margin-left:2px; position: relative; top: 8px; }

.container{max-width: 1270px; margin: 0 auto; padding: 0 20px; width: 100%; }

.wrapper-section .sidebar{
	background: #660338;
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    width: 185px;
    text-align: center;
    padding: 50px 0 0;
}

.navigation{
	padding: 10px 0;
}
.navigation ul{
	padding: 0;
	margin: 0;
}
.navigation ul li{
	text-align: left;
    padding-bottom: 15px;
    margin: 0;
    width: 100%;
    position: relative;
    list-style: none;
    display: inline-block;
}

.navigation ul li.current-menu-item a, .navigation ul li.current-menu-ancestor a{
	color: #CE1549;
}

.navigation ul li > .sub-menu li a{
	color: #fff;
}

.navigation ul li > .sub-menu li.current-menu-item a, .navigation ul li > .sub-menu li a:hover{
	color: #CE1549;
}
.navigation ul li a {
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 241.02%;
	text-transform: uppercase;
	color: #fff;
	padding: 0 30px;
}

.navigation ul li > ul.sub-menu {
    position: absolute;
    left: 185px;
    background: #5B0232;
    width: 205px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    top: 0;

}

.navigation ul li:hover > ul.sub-menu{
	opacity: 1;
	visibility: visible;
}

.navigation ul li > ul.sub-menu li{
	margin-bottom: 0;
}

.navigation ul li > ul.sub-menu li a{
	line-height: 22px;
	padding: 0
}

.navigation ul li a:hover{
	color: #CE1549;
}

.navigation ul li img{
	width: 100px;
	transition: 0.4s;
}
.image-hover{
	display: none;
}

.navigation ul li:hover .image-hover{
	display: block;
}
.navigation ul li:hover .image{
	display: none;
}



.top__bar{
	background: #252525;
	height: 29px;
	display: flex;
	text-align: center;
	width: 100%;
}

.top_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 29px;
    position: relative;
}

#topbar_learnmore_close_desktop {
    position: absolute;
    right: 0;
}

.top_main p{
	color: #A0A0A0;
	margin: 0;
	font-weight: 450;
    font-size: 12px;
    line-height: 241.02%;
    font-family: neue-haas-grotesk-display, sans-serif;
}

.top_main p a{
	color: #CE1549;
	margin-left: 10px;
}

.content__area {
    width: calc(100% - 185px);
}

.wrapper-section {
    display: flex;
}

.official__site{
	background: #2F0114;
	padding: 50px 0 0;
	position: relative;
}

.official__site:after{
	background: url(../images/office_after.png) no-repeat right top;
	width: 572px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background-size: cover;
}

.container-fluid{
	padding: 0 60px;
}

.official__site figure{
	margin: 0;
}

.official_main{
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	justify-content: center;
}

.official__site img{
	display: block;
}

.offical_desc {
    text-align: center;
}

.offical_desc .subtitle{
    text-align: center;
    color: #fff;
    font-weight: 400;
	font-size: 38px;
	line-height: 111.02%;
	text-transform: uppercase;
	font-family: din-condensed, sans-serif;

}

.offical_desc h1{
	font-weight: 800;
	font-size: 78px;
	line-height: 98.02%;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
	color: #fff;
	padding-bottom: 25px;
}

.offical_desc {
    text-align: center;
    max-width: 350px;
    margin-left: 100px;
}

.offical_right {
    margin-left: 150px;
    text-align: center;
}

.offical_right .subtitle{
	color: #fff;
}

.banner__section {
    background: linear-gradient(180deg, #660338 24.51%, #2E0113 100%);
    padding: 34px 0 52px;
}

.banner__section .banner_left{
	height: 534px;
	width: 60%;
	align-items: flex-end;
	flex-wrap: wrap;
	display: flex;
	position: relative;
}

.banner__section .banner_left:before {
    content: "";
    position: absolute;
    background: linear-gradient(178.39deg, rgba(0, 0, 0, 0) 4.83%, rgba(0, 0, 0, 0.9) 69.65%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.banner_main{
	display: flex;
}

.banner_bg{
	width: 100%;
	padding: 20px;
	position: relative;
	
}

.banner_bg h4{
	color: #fff;
}

.banner_bg p{
	color: #fff;
}

.url_link{
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
}

.url_link:hover{
	color: #fff;
}

.url_link svg{
	fill: #fff;
	margin-left: 0px;
	position: relative;
    top: 5px;
}

.banner_right{
	width: 40%;
	padding-left: 60px;
}

.banner_list{
	display: flex;
	border-bottom: 1px solid #CE1549;
	padding-bottom: 13px;
	margin-bottom: 42px;
	justify-content: space-between;
}

.catergory_btn {
    background: #B20838;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 22px;
    font-family: din-condensed, sans-serif;
}

.banner_list_left h5{
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	font-family: neue-haas-grotesk-display, sans-serif;
	padding-right: 40px;
	margin-bottom: 15px;
}

.shop__list{
	padding: 50px 0;
}

.shop__list  .shop_main{
	display: flex;
	margin: 0 -30px;
	flex-wrap: wrap;
}

.shop_box{
	width: 33.33%;
	padding: 0 30px;
	text-align: center;
	min-height: 138px;
}

.shop_desc{
	background: #660338;
	border-radius: 5px;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.shop_desc:after{
	background: url(../images/list_before.svg) no-repeat right top;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-size: cover;
    border-radius: 5px;
}

.shop_desc h4{
	color: #fff;
}

.shop_details {
    position: relative;
    z-index: 1;
}

.banner_list_left {
    width: 64%;
}

.banner_list_right {
    width: 131px;
    display: inline-block;
}

.banner_list_right img {
    height: 131px;
    display: block;
}

.promo__banner{
	padding: 60px 0;
}

.promo_main{
	display: flex;
	align-items: center;
	background: #fff;
}

.promo_left{
	width: 50%;
}

.promo_left img{
	border-radius: 5px;
}

.promo_right{
	width: 50%;
	padding: 0 45px 0 60px;
}

.promo_right p{
	font-weight: 450;
}

.promo_right h4{
	padding-right: 50px;
}

.meet__bear{
	
	padding: 60px 0 66px;
}

.meet_main{
	display: flex;
}

.meet_left {
    width: 45%;
    padding-right: 10px;
}

.meet_right {
    width: 39%;
    padding-left: 74px;
}

.meet_main h2{
	color: #fff;
}

.line_text{
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 30px;
	padding-right: 0;
	margin-bottom: 54px;
}

.meet_left p{
	padding-right: 100px;
}

.bear_box{
	background: linear-gradient(225.34deg, #CE1549 -6.03%, #660338 86.14%);
	border-radius: 5.99315px;
	padding: 30px;
	display: flex;
	align-items: center;
	height: 246px;
	justify-content: space-between;
	position: relative;
}

.bear_box:before{
	position: absolute;
    content: "";
    background: url(../images/tiger_slogn.svg) no-repeat center;
    width: 185px;
    height: 204px;
    opacity: 0.1;
    left: 42%;
    transform: translateX(-50%);
}

.bear_box:after{
	position: absolute;
    content: "";
    background: url(../images/bear_after.svg) no-repeat center;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 5px 5px;
}

.team_singal_left .title_bg:before {
    position: absolute;
    content: "";
    background: url(../images/team-bie-bear.svg) no-repeat center;
    width: 236px;
    height: 161px;
    opacity: 0.1;
    left: 42%;
    transform: translateX(-50%);
    background-size: 69%;
    top: 81px;
}

.staff__page .bear_box:after{
	position: absolute;
    content: "";
    background: url(../images/team_box_bg.svg) no-repeat center;
    width: 80%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 5px 5px;
}

.staff__page .bear_box:before{
	display: none;
}

.bear_left{
	width: 50%;
	position: relative;
	z-index: 1;
}

.bear_left h4{
	color: #fff;
}

.bear_right{
	width: auto;
	margin-top: -20px;
	position: relative;
    z-index: 1;
}

.position{
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif; 
	color: #fff;
	margin-bottom: 20px;

}

.meet_box{
	background: #9A0F31;
    border-radius: 5.30134px;
    min-height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    position: relative;
    text-align: center;
    width: 100%;
    padding-left: 70px;
}

.meet_box figure{
	margin: 0 20px 0 0;
}

.meet_box figure img{
	width: 65px;
	display: block;
}

.meet_box:after{
	position: absolute;
    content: "";
    background: url(../images/meet_after.svg) no-repeat center;
    width: 241px;
    height: 100%;
    right: 0;
    border-radius: 5px;
}

.meet_box figure{
	margin-bottom: 0;
}

.meet_box  h5{
	margin-bottom: 0;
	font-weight: 600;
	font-size: 20.7357px;
	line-height: 24px;
	font-family: neue-haas-grotesk-display, sans-serif; 
	color: #fff;
	position: relative;
    z-index: 1;
}


.latest_main{
	border-top: 0.5px solid rgba(254,254,254,0.3);
	padding: 60px 0;
}

.latest_left h2{
	color: #fff;
}

.latest_main{
	display: flex;
	justify-content: space-between;
}

.latest_left{
	width: 32%;
	position: relative;
}

.latest_right{
	background: #FFFFFF;
	border-radius: 5px;
	width: 52%;
	display: flex;
	align-items: center;
}

.latest_right_left{
	width: 50%;

}

.latest_right_left img{
	width: 100%;
	display: block;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.latest_right_right{
	width: 50%;
	padding: 0 36px 0 25px;
	display: flex;
	height: 100%;
	align-items: center;
	position: relative;
}

.latest_left .border-btn {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest_left .border-btn svg{
	top: 0;
}

.latest_desc h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #000000;
    margin: 0;
    padding-right: 50px;
}

.latest_desc p{
	font-size: 16px;
	line-height: 21px;
}

.latest_desc .url_link{
	color: #80003C;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
}

.latest_desc .url_link svg{
	fill:#80003C;
	margin-left: 2px;
}

.full-width{
	position: absolute;
	right: 0;
}

.latestnews__slider {
  	padding: 60px 0;
}

.latestnews__slider .owl-nav{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
}

.latestnews__slider .owl-nav .owl-prev, .latestnews__slider .owl-nav .owl-next{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.11);
	position: absolute;
}

.latestnews__slider .owl-nav .owl-prev span, .latestnews__slider .owl-nav .owl-next span{
	display: none;
}

.latestnews__slider .owl-nav .owl-prev{
	background: #FFFFFF url(../images/slider-arrow-left.svg) no-repeat center !important;
	left: -15px;
}	

.latestnews__slider .owl-nav .owl-next{
	background: #FFFFFF url(../images/slider-arrow-right.svg) no-repeat center !important;
	right: 50px;
}

.slider_main{
	max-width: calc(1260px + (100% - 1260px) / 2);
    margin-left: auto;
}

.meet__bear__main {
    background: linear-gradient(180deg, #660338 0%, #440125 100%);
    padding-bottom: 250px;
}

.slider_desc{
	background: #fff;
	display: inline-block;
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
	height: 100%;
	padding-bottom: 10px;
	width: 100%;
}	


.old__boys__list .news_main{
	margin: 0;
}

.old__boys__list .news_slider .news_desc_box{
	padding: 0;
}

.slider_detail{
	
	padding: 10px 20px;
	display: inline-block;
    width: 100%;
    height: 100%;
}

.slider_detail .red_url_link{
	position: absolute;
	bottom: 10px;
}

.slider_desc img{
	border-radius: 5px 5px 0 0;
	height:100%;
    object-fit: cover;
}

.slider_desc h6{
	margin: 0 0 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif;
}

 .red_url_link{
	color: #80003C;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-family: neue-haas-grotesk-display, sans-serif;
}

 .red_url_link svg{
	fill: #80003C;
	margin-left: 2px;
}

.map__section {
    margin-top: -185px;
}

.map_main{
	background: #fff;
	display: flex;
	align-items: center;
	padding:0px;
	border-radius: 5px;
}

.map_main .line_text{
	border-left: 2px solid #9A0F31;
	color: #000;
	margin-bottom: 20px;
}
.map_left{
	width: 55%;
}

.map_right{
	width:46%;
}

.map_left{
	padding: 20px 60px;
}

.map_right iframe{
	height: 366px;
}

.phone, .email, address{
	background: #F6F6F6;
	border-radius: 40px;
	padding:0 20px 0 50px;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
}

.phone {
	margin-right:30px;
	background:#F6F6F6 url(../images/noun-phone.svg) no-repeat 13px center;
	width: 196px;
}

.email{
	background:#F6F6F6 url(../images/noun-email.svg) no-repeat 13px center;
	width: 297px;
}

.map_left address{
	margin-bottom: 0;
	background:#F6F6F6 url(../images/noun-place.svg) no-repeat 13px center;
	width: 523px;
	
}

.map_left address a{
	font-weight: 450;
	font-size: 16px;
	line-height: 21px;
	color: #660338;
	text-decoration: underline;
	font-family: neue-haas-grotesk-display, sans-serif;
	margin-left: 5px;
}

.major__sponsor{
	padding: 100px 0;
	text-align: center;
}

.major__sponsor h4{
	margin-bottom: 70px;
	color: #660338;
}

.major__sponsor .partner-slider img{
	height: 69px;
	object-fit: contain;
}

.instafeed{
	background: #fff;
	padding: 50px 0 50px ;
}

.social_icon li svg{
	fill: #660338;
}

.insta_top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.insta_top h4{
	margin-bottom: 0;
	color: #660338;
}

.social_icon{
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.social_icon li{
	list-style: none;
	display: flex;
	margin: 0 5px;
}

.social_icon li a{
	display: flex;
}

footer{
	background:#3A001F;
	padding: 70px 0 30px;
	position: relative;
}

footer:after{
	background:url(../images/footer_after.svg) no-repeat right top;
	width: 500px;
	position: absolute;
	height: 100%;
	bottom: 0;
	right: 0;
	content: "";
}

.footer_main{
	display: flex;
	position: relative;
	z-index: 1;
}

.footer_main h4{
	color: #fff;
}

.footer_left{
	width: 50%;
}

.footer_right{
	width: 40%;
}
.footer_social ul{
	display: flex;
}

.footer_social ul li{
	list-style: none;
	margin-right: 20px;
}

.footer_social ul li svg{
	fill: #fff;
	width: 31px;
	height: 31px;
}

.news_box{
	margin-bottom: 60px;
}

.contact_box{
	margin-bottom:31px;
	display: flex;
	align-items: center;
}

.contact_box h5{
	margin-bottom: 0;
	color: #fff;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 33px;
	text-transform: uppercase;
}

.contact_box a, .contact_box p{
	font-weight: 450;
	font-size: 16px;
	line-height: 22px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #fff;
	margin-top: 0;
}

.contact_box .phone-icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #660338;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.footer_left_desc {
    max-width: 368px;
}

.footer_menu{
	margin-top: 30px;
	display: inline-block;
}

.footer_menu a{
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #fff;
}

.footer_bottom{
	max-width: 996px;
	margin-top: 50px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.footer_bottom p{
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif;
	border-left: 2px solid #CE1549; 
	margin-bottom: 50px;
}

.copy_right{
	font-weight: 450;
	font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: rgba(254,254,254,0.5);
	position: relative;
	z-index: 1;
}
.news__title{
	background: #fff;
	padding: 18px 0 33px !important;
}

.inner__title{
	padding: 19px 0;
}

.inner__title ul{
	display: flex;
}

.inner__title ul li, .inner__title ul li h1{
	list-style: none;
	margin: 0 3px;
	font-weight: 500;
	font-size: 38px;
	line-height: 111.02%;
	text-transform: uppercase;
	color: #2F0A0A;
	font-family: din-condensed, sans-serif;
}

.inner__title ul li a, .inner__title ul li h1{
	color:#9A0F31;
}

.dropdown__section{
	padding: 0;
	background: #fff;

}

.dropdown__section .dropdown_btn{
	background: #F5F5F5;
	border-radius: 5px;
	height: 53px;
	line-height: 53px;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #660338;
	position: relative;
}

.dropdown__section .dropdown_btn:after{
	background: url(../images/down_arrow.svg) no-repeat right center;
	width: 36px;
	height: 20px;
	position: absolute;
	content: "";
	right: 7px;
	top: 17px;
	transition: 0.3s;
}

.dropdown_main{
	display: flex;
	justify-content: space-between;
}

.dropdown_menu{
	width: 282px;
}

.dropdoen_list{
	background: #F5F5F5;
	padding: 0 20px;
}

.dropdown__section ul li{
	margin-bottom: 0;
	list-style: none;
}

.dropdown__section ul li a{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #660338;
}

.news__list{
	padding: 60px 0;
	background: #fff;
}

.news_main{
	display: flex;
	flex-wrap: wrap;
	margin:0 -14px;
}

.news_desc_box{
	width: 25%;
	padding: 0 14px;
	margin-bottom: 40px;
	position: relative;
}

.pagination ul{
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.pagination ul li{
	list-style: none;
	margin: 0 5px;
}

.pagination ul li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	font-family: neue-haas-grotesk-display, sans-serif;
}

.pagination ul li a:hover{
	color: #660338;
	text-decoration: underline;
}

.about__section {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.about_main{
	display: flex;
	position: relative;
	z-index: 1;
}

.about_left{
	width: 50%;
	padding-right: 45px;
	padding-bottom: 42px;
}

.about_right{
	width: 50%;
	padding-left: 45px;
}

.about_left h2{
	color: #9A0F31;
	margin-bottom: 25px;
}

.about_left .line_text{
	border-left: 2px solid #9A0F31;
}

.about_left .line_text p{
	color: #000;
}

.about__gray{
	background: #F5F5F5;
	padding-top: 140px;
    margin-top: -98px;
}

.about_right_image .about_left {
    order: 1;
    padding-left: 45px;
    width: 60%;
}

.about_right_image .about_right {
    padding-left: 0;
    padding-right: 45px;
    width: 40%;
}


.about__two__coloum{
	background: #fff;
    padding: 150px 0 83px;
    margin-top: -100px;
    position: relative;
}

.about__two__coloum .about_main{
	margin-bottom: 97px;
}

.about__two__coloum .about_main:last-child{
	margin-bottom: 0;
}

.about__two__coloum .about_left{
	padding-bottom: 0;
}

.about_right img{
	height: 100%;
	object-fit: cover;
}

.life__member{
	padding: 55px 0 40px;
}

.life__member h2{
	color: #9A0F31;
	margin-bottom: 30px;
}

.life_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.life_box {
    width: 20%;
    padding: 0 10px 25px;
    position: relative;
}

.life_desc {
    width: 100%;
    padding-top: 120%;
    display: flex;
    align-items: flex-end;
    position: relative;
    background-size: cover !important;
}

.life_desc:before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.22%, #000000 97.23%);
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}

.life_box:hover .life_desc:before{
	background: linear-gradient(180deg, #CE1549 -0.69%, #660338 99.31%);
	background: -webkit-linear-gradient(280deg, #CE1549 -0.69%, #660338 99.31%);
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	mix-blend-mode: multiply;
}

.life_desc .name{
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 33px;
	color: #fff;
	font-family: neue-haas-grotesk-display, sans-serif;
	margin-bottom: 15px;
	display: inline-block;
}

.life_desc .position{
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	font-family: neue-haas-grotesk-display, sans-serif;
}

.life_desc figcaption{
	position: absolute;
	padding: 0 23px;
}

.foundation__member{
	background: #fff;
	padding: 60px 0;
}

.accordion-wrapper{
	border: 1px solid #000000;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 18px 16px 18px 40px;
}

.accordion-wrapper button{
	background: transparent;
	border: 0;
	width: 100%;
	text-align: left;
	padding-left: 0;
	position: relative;
	font-weight: 600;
	font-size: 20.7357px;
	line-height: 24px;
	font-family: neue-haas-grotesk-display, sans-serif;
	padding-right: 40px;
}

.accordion-wrapper button:before{
	position: absolute;
	right: 25px;
	top: 0;
	width: 24px;
	height: 24px;
	background: url(../images/acco_plus.svg) no-repeat right center;
	content: "";
	background-size: 24px;

}

.accordion-wrapper.active button:before{
	background: url(../images/acco_cross.svg) no-repeat right center;
    background-size: 35px;
    width: 28px;
    right: 19px;
}

.accordion-wrapper p{
	margin: 0;
}

.foundation__member h2{
	color: #9A0F31;
	margin-bottom: 30px;
}

.foundation_main{
	margin-bottom: 50px;
}

.collepsing-div ul{
	padding: 20px 0 0;
	margin: 0;

}

.collepsing-div ul li{
	list-style: none;
	margin-bottom: 0;
}


.about__slider .item{
	text-align: center;
}

.about__slider .item img{
	height: 507px;
	object-fit: cover;
}

.about__slider .caption{
	text-align: left;
	margin-top: 15px;
	font-weight: 450;
	font-size: 18px;
	line-height: 22px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #000;
}

.about__slider .left-shadow:before{
	background: linear-gradient(90.13deg, #000000 56.53%, rgba(0, 0, 0, 0) 89.11%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.about__slider .right-shadow:before{
	background: linear-gradient(270deg, #000000 67%, rgba(0, 0, 0, 0) 93.39%);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	left: auto;
}

.about__old .right-shadow:before, .about__old .left-shadow:before{
	height: calc(100% - 42px);
}

.owl-item.active .left-shadow:before, .owl-item.active .right-shadow:before{
	display: none;
}

.about__slider .owl-item.center .item img{
	opacity: 1;
}


.about__slider .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
}

.burleigh__titles{
	background: #fff;
	padding: 60px 0;
}

.burleigh__titles h2{
	color: #9A0F31;
	margin-bottom: 30px;
}

.burleigh_list {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.burleigh_box{
	padding: 0 10px;
	width: 14%;
	text-align: center;
}



.burleigh_box .title{
	height: 56px;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #660338;
	line-height: 22px;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: din-condensed, sans-serif;
	padding: 0 20px;
}

.burleigh_box .winner{
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-family: neue-haas-grotesk-display, sans-serif;
}

.burleigh_box ul{
	border-top: 1px solid #9A0F31;
	padding-top: 15px;
	margin-top: 10px;
}

.burleigh_box ul li{
	list-style: none;
	font-weight: 450;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-family: neue-haas-grotesk-display, sans-serif;
}

.about__promo img{
	width: 100%;
	display: block;
}

.about__staff{
	padding: 80px 0;
}

.about__slider .owl-nav{
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 100%;
}

.about__slider .owl-prev, .about__slider .owl-next{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about__slider .owl-prev{
	background:#fff url(../images/slider_arrow_left.svg) no-repeat center !important;
	left: 36px;
	position: absolute;
}

.about__slider .owl-next{
	background:#fff url(../images/slider_arrow_right.svg) no-repeat center !important;
	right: 36px;
	position: absolute;
}

.about__slider .owl-prev span, .about__slider .owl-next span{
	display: none !important;
}

.staff_main {
    display: flex;
    margin: 0 -15px;
}

.staff_left {
    display: inline-block;
    width: 50%;
    padding: 0 15px;

	
}

.staff_image{
	width: 100%;
	min-height: 308px;
	background-size: cover !important;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
}

.staff_deatils h4{
	padding-right: 50px;
}

.white_box {
    background: url(../images/white_box.svg) no-repeat left top;
    width: 56%;
    height: calc(100% + 1px);
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 0 40px 30px;
    position: absolute;
}

.staff_image:after {
    background: url(../images/white_box_after.svg) no-repeat right top;
    position: absolute;
    content: "";
    right: 14px;
    top: -50px;
    width: 100%;
    height: 373px;
    transform: rotate(0deg);
    background-size: cover;
}

.old_boye_top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.old_boye_top h2{
	color: #000;
}

.old_boye_top .border-btn{
	border-color: #660338;
	color: #660338;
	font-weight: 600;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.old_boye_top .border-btn svg{
	fill: #660338;
	top: 0	;
}

.old_boye_top .border-btn:hover svg{
	fill: #fff;
}

.old__boys__list{
	padding: 80px 0 40px;
	background: #fff;
}

.old__staff{
	background: #f5f5f5;
}

.about__old{
	background: #fff;
}

.team__section {
    background: #fff;
    padding: 60px 0 0px;
    display: inline-block;
    width: 100%;
}

.team__section .life_list{
	margin-bottom: 50px;
}

.contact__section{
	background: #fff;

}

.contact_main{
	display: flex;
	position: relative;
}

.contact_left{
	width: 51%;
	
}

.contact_left .title {
    font-weight: 450;
    font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #000;
}

.contact_left .email_box a{
	font-weight: 600;
    font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #000;
}

.contact_right{
	width: 50%;
	margin-left: 50px;
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
	background: #fff;
	height: 100%;
	padding: 45px;
	
}

.contact_right .gform_wrapper .gform-body .ginput_container input, 
.contact_right .gform_wrapper .gform-body .ginput_container textarea{
	border: 1px solid #CE1549 !important;
	font-weight: 450;
	font-size: 16px !important;
	line-height: 21px;
	color: #000;
	font-family: neue-haas-grotesk-display, sans-serif !important;
}

.contact_right .gform_wrapper .gform-body .ginput_container input::-webkit-input-placeholder, .contact_right .gform_wrapper .gform-body .ginput_container textarea::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.contact_right .gform_wrapper .gform-body .ginput_container input:-ms-input-placeholder, .contact_right .gform_wrapper .gform-body .ginput_container textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.contact_right .gform_wrapper .gform-body .ginput_container input::placeholder, .contact_right .gform_wrapper .gform-body .ginput_container textarea::placeholder {
  color: #000;
}

.contact_right .gform_wrapper .gform-body .ginput_container input{
	height: 56px;
}

.contact_left .line_text{
	color: #000;
	border-color: #9A0F31;
}

.contact_left .email {
    background: #F6F6F6 url(../images/noun-email.svg) no-repeat 13px center;
    width: 100%;
}

.conatact_box{
	margin-bottom: 15px;
}

.conatact_box .post_box{
	background: #F6F6F6 url(../images/post_icon.svg) no-repeat 13px center;
	padding: 12px 10px 12px 50px;
	border-radius: 40px;
	font-weight: 600;
    font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #000;

}

.conatact_box .map_box{
	background: #F6F6F6 url(../images/noun-place.svg) no-repeat 13px center;
	padding: 12px 10px 12px 50px;
	border-radius: 40px;
	font-weight: 600;
    font-size: 16px;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif;
	color: #000;
	padding-right: 10px;
}

.conatact_box .map_box a{
	text-decoration-line: underline;
	font-weight: 450;
	color: #660338;
	
}

.contact_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
	
}

.conatact_box{
	width: 50%;
	padding: 0 7px;
}

.conatact_box:nth-child(3),.conatact_box:nth-child(4)  {
    width: 100%;
    background: #F6F6F6;
    border-radius: 40px;
}


.conatact_box .email_box.email{
	height: auto;
	line-height: normal;
	padding: 10px 10px 10px 50px;
	margin-bottom: 0;
}

.contact_left .line_text p{
	font-weight: 450;
	padding-right: 60px;
	line-height: 22px;
}

.contact__map{
	margin-top: -52px;
	background: #fff;
}

.contact__map iframe{
	height: 450px;
}

.contact__staff{
	background: #fff;
	padding: 60px 0 30px;
}



.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 9999;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 37px 42px 10px;
    width: 50%;
    border-radius: 0.5rem;
}

.modal-content:before{
	background: url(../images/popup_after.svg) no-repeat left bottom;
	width: 500px;
	height: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -28px;
    right: -29px;
    background: transparent;
    font-size: 29px;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal_main {
    display: flex;
    position: relative;
}

.modal_left{
	width: 300px;
}

.modal_left img{
	width: 100%;
	object-fit: cover;
}

.modal_right{
	width: 62%;
	padding-left: 60px;
}

.modal_right h4 {
	margin-bottom: 5px;
}

.modal_right .sub_title {
	margin-bottom: 20px;
	display: inline-block;
}

.modal_right p {
	margin-top: 0;
}

.team-social {
	display: flex;
	margin-top: 15px;
}

.team-social li{
	list-style: none;
	margin-right: 10px;
}

.team-social li a img{
	height: auto;
}

.modal_right p{
	line-height: 23px;
	font-weight: 450;
	color: #000;
}

.modal_right ul{
	margin-left: 20px;
}

.modal_right ul li{
	margin-bottom: 0;
	list-style: disc;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	color: #000;

}

.news__single__top{
	background: linear-gradient(206.88deg, #CE1549 -5.59%, #660338 100.18%);
	height: 305px;
}

.single__contant{
	position: relative;
    background: #fff;
    text-align: center;
}

.single_main{
	background: #fff;
	max-width: 922px;
	margin: -150px auto 0;
	padding: 67px 56px 33px;
	display: inline-block;
	text-align: left;
}



.single_main p{
	font-weight: 450;
	line-height: 22px;
}

.date_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.date_top .date{
	font-weight: 600;
	font-size: 14px;
	line-height: 44.52%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #660338;
	font-family: din-condensed, sans-serif;
}

.date_social{
	display: flex;
	align-items: center;
}

.date_social ul{
	display: flex;
	margin-left: 15px;
	align-items: center;
}

.date_social ul li{
	list-style: none;
	margin: 0 6px;
}

.date_social ul li a{
	display: flex;
}

.date_social ul li svg{
	width: 30px;
	fill: #660338;
	height: 30px;
}

.single__contant h2{
	margin-bottom: 50px;
}

.single__comon__content .container{
	max-width: 922px;
	margin: 0 auto;
}

.single__comon__content{
	background: #fff;
    display: inline-block;
    width: 100%;

}

.single__comon__content .single_desc{
	padding: 50px;
}

.single__comon__content img{
	display: block;
	width: 100%;
}

.single_desc h6{
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	font-family: neue-haas-grotesk-display, sans-serif;
	margin-bottom: 20px;
}

.single_desc p{
	margin: 0 0 40px;
	font-weight: 450;
}

.single_desc ul{
	margin: 0 0 70px 20px;
}

.single_desc ul li{
	margin-bottom: 0;
	list-style: disc;
	font-weight: 450;
	font-weight: 450;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}

.single_desc .video_main{
	margin-bottom: 70px;
}

.single_desc blockquote {
	padding: 0 26px 35px;
	border-left: 0;
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	color: #9A0F31;
}

.single_desc blockquote span{
	display: block;
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	margin-top: 40px;
}

.single__btn__main{
	padding: 23px 0;
}

.single_btn {
    display: flex;
    justify-content: space-between;
}

.single_btn a{
	text-decoration-line: underline;
	color: #9A0F31;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
}

.single__btn__main .container{
	max-width: 1000px;
	margin: 0 auto;
}

.staff__top{
	background: #fff;
	padding: 50px 0;
}

.staff__top p{
	color: #000;
	font-weight: 450;
	color: #000;
	
}

.staff__top .line_text{
	border-color: #9A0F31;
	max-width: 913px;
}

.staff_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.staff_list .staff_list_box {
    width: 33.33%;
    padding: 0 25px 75px;
}

.staff__page{
	background: #fff;
}

.staff_list .bear_box{
	height: 167px;
	padding: 23px 10px 23px 23px;
	align-items: flex-start;
}

.staff_list .bear_right {
    width: auto;
    margin-top: -90px;
   	position: absolute;
    right: -4px;
    bottom: 1px;
    
}

.staff_list .bear_right img{
	height: 234px;
    object-fit: cover;
    display: block;
}

.staff_list .bear_box:before{
	height: 146px;
	top: 0;
}

.staff_list .bear_left{
	width: 55%;
	height: 100%;
}

.staff_list .bear_left h4{
	font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: neue-haas-grotesk-display, sans-serif;
    margin-bottom: 10px;
}

.staff_list .url_link{
	position: absolute;
	bottom: -5px;
	z-index: 1;
}

.team__accordian{
	background: url(../images/team_accordian_bg.jpg) no-repeat left top;
	padding: 80px 0;
	position: relative;
	width: 100%;
    background-size: cover;
}

.team__accordian h2{
	color: #fff;
	margin-bottom: 30px;
}

.team__accordian .accordion-wrapper{
	border-color: #fff;
}

.team__accordian .accordion-wrapper button{
	color: #fff;
}

.team__accordian .accordion-wrapper button:before{
	background: url(../images/white_plus.svg) no-repeat right center;
}

.team__accordian .accordion-wrapper.active button:before{
	background: url(../images/cross_white.svg) no-repeat right center;
}

.team__accordian .collepsing-div{
	padding-top: 20px;
}

.team__accordian .collepsing-div p{
	color: #fff;
}

.team__accordian .collepsing-div ul li{
	color: #fff;
}

.team__sponsor{
	background: #fff;
}

.team__singal ul li, .team__singal ul li h1{
	color: #fff;
}

.title_bg{
	display: flex;
	justify-content: space-between;
	background: #CE1549;
	padding: 17px 38px;
	height: 107px;
}

.team_singal_top {
    max-width: 1066px;
    display: flex;
}

.team__singal{
	height: auto;
}

.team_singal_left{
	max-width: 643px;
}

.team_singal_right{
	width: 52%;
}

.team_singal_left h2{
	margin-bottom: 5px;
	color: #fff;
}

.team_singal_left .positon{
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	font-family: neue-haas-grotesk-display, sans-serif;
	text-transform: capitalize;
}

.team_singal_left .image_right {
    margin-top: -35px;
}

.team_singal_right img{
	display: block;
	height: 365px;
	object-fit: cover;
}

.team_singal_left p {
    color: #fff;
    margin-top: 60px;
    padding-right: 93px;
    font-weight: 450;
}

.team__table{
	padding: 70px 0 90px;
}

.table_left{
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
	padding: 30px;
	width: 50%;
	margin-right: 17px;
}

.table_right{
	width: 50%;
	padding-left: 17px;
}

.table_right .table_left{
	width: 100%;
	margin-bottom: 20px;
}
.table_right .table_left:last-child{
	margin-bottom: 0;
}

.table_main {
    display: flex;
}

.table_box{
	display: flex;
	align-items: center;
	border-bottom:1px solid #D9D9D9;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.table_box .title{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-family: neue-haas-grotesk-display, sans-serif;
	width: 203px;
}

.table_box p{
	margin: 0;
	width: 62%;
	font-weight: 450;
}

.table_box p a{
	color: #9A0F31;
	font-weight: 500;
	text-decoration: underline;
}

.table_box:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.bob__banner img{
	width: 100%;
	height: 406px;
	object-fit: cover;
	display: block;
}

.bob__two__coloum{
	padding: 45px 0 80px;
}

.bob_main{
	display: flex;
}

.bob_left{
	width: 50%;
	padding-right: 52px;
}


.bob_left .line_text{
	border-left: 2px solid #9A0F31;
	margin-bottom: 40px;
}

.bob_left p{
	color: #000;
	font-weight: 450;
}

.bob_right{
	width: 50%;
	
	margin-top: -150px;
}

.bob_right .bob_desc{
	background: #FFFFFF;
    box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 11%);
    border-radius: 5px;
    padding: 30px;
    width: 100%;
    margin-right: 17px;
}

.bob_list li{
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	list-style: none;
	margin-bottom: 5px;
}

.bob_list li span{
	font-weight: 450;
}

.bob_map{
	display: flex;
	align-items: center;
}

.bob_map p{
	margin: 0 0 0 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
}

.bob_map img{
	border-radius: 50%;
	border:3px solid #fff;
}

.bob_map p a{
	color: #9A0F31;
	text-decoration: underline;
}

.video__section{
	background: #fff;
	padding:80px 0;
	text-align: center;
}

.video__section .container{
	max-width: 680px;
}

.video__section h4{
	margin-bottom: 40px;
	color: #660338;
}

.partner__section{
	background: #fff;
	padding: 30px 0;
}

.partner__section p{
	color: #000;
	font-weight: 450;
}

.partner__section p a{
	color: #9A0F31;
	text-decoration: underline;
}

.partner_main{
	display: flex;
}

.partner__section .line_text{
	border-color: #9A0F31;
}

.partner_left{
	width:55%;
	padding-right: 84px;
}

.partner_right{
	width: 45%;
	margin-top: -100px;
}

.partner_desc{
	background: linear-gradient(206.88deg, #CE1549 -5.59%, #660338 83.18%);
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
	padding: 54px 40px;
	position: relative;
}

.partner_desc:before{
	position: absolute;
    content: "";
    background: url(../images/coporate_box_bg.svg) no-repeat center;
    width:100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 5px 5px;

}
.partner_right h4{
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.partner_desc .email, .partner_desc .phone{
	background: transparent;
	padding: 0;
	margin-bottom: 0;
	height: auto;
	line-height: normal;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}



.partner_right h4 span{
	font-weight: 450;
}

.partner_right .icon {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.corporate__title{
	padding: 18px 0 !important;
}

.principal__partner{
	text-align: center;
	padding:60px 0px;
	background: #fff;
}

.premier__partner{
	text-align: center;
	padding:0px 0px 60px;
	background: #fff;
}

.principal__partner h4{
	color: #660338;
	margin-bottom: 40px;
}

.premier__partner h4{
	color: #660338;
	margin-bottom: 70px;
}

.premier__partner .logo_main {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.premier__partner .logo_box {
    width: 25%;
    padding: 0 15px 60px;
}

.gold__partners .logo_box{
	width: 20%;
    padding: 0 15px 20px;
}

.supplier__partners .logo_box{
	width: 16.66%;
    padding: 0 15px 20px;
}

.download_icon{
	display: flex;
	align-items: center;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 111.02%;
	color: #9A0F31;
}

.download_icon svg{
	margin-left: 10px;
}

.admision__top{
	background: linear-gradient(208.64deg, #660338 21.01%, #440125 79.55%);
	width: 100%;
	height:285px;
	background-size: cover;
	position: relative;
}

.admision__top:after{
	background: url(../images/admiion-top_after.svg) no-repeat left bottom;
    width: 100%;
    height: 261px;
    position: absolute;
    bottom: -261px;
    left: 0;
    content: "";
    background-size: cover !important;
}

.price__section {
    position: relative;
    padding-bottom: 100px;
}

.price_main{
	display: flex;
	margin: 0 -35px;
	flex-wrap: wrap;
}

.price_box{
	padding: 0 35px;
	width: 33.33%;
}

.admision__top .inner__title ul{
	margin-bottom: 54px;
}

.admision__top .inner__title .line_text{
	max-width: 913px;
	border-color: #9A0F31;
}

.admision__top .inner__title .line_text p{
	font-weight: 450;

}

.admision__top .inner__title li{
	color: #fff;
}

.price__section .price_desc{
	background: #FFFFFF;
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
	height: 100%;
}

.price_desc h2{
	background: #CE1549;
	color: #fff;
	padding: 10px 24px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}

.price_list{
	padding: 20px 0;
}

.price_list:nth-child(odd){
	background: #F6F6F6;
}

.price_list:nth-child(even){
	background: #fff;
}

.price_list h6{
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	border-bottom: 0.5px solid #A5A5A5;
	padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-left: 25px;

}

.price_detail{
	padding: 0 25px;
}

.price_detail p{
	font-size: 16px;
	line-height: 24px;
}

.price_detail .number{
	font-weight: 400;
	font-size: 38px;
	line-height: 111.02%;
	text-transform: uppercase;
	color: #660338;
	font-family: din-condensed, sans-serif;
}

.price_detail .desc{
	font-weight: 500;
	font-size: 16px;
	line-height: 91.02%;
	text-transform: uppercase;
	color: #660338;
	font-family: din-condensed, sans-serif;
	margin-left: 10px;
}

.price_detail .price {
    display: flex;
    align-items: center;
}

.responsible_main h6{
	background: #FFFFFF;
	border-radius: 40px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding: 20px;
	text-align: center;
	max-width: 817px;
	margin: 0 auto;
}

.responsible_list{
	display: flex;
	align-items: center;
	margin: 50px -15px 76px;
	flex-wrap: wrap;
}



.responsible_box{
	width: 33.33%;
	padding: 0 15px;
}

.responsible_box .responsible_desc{
	display: flex;
	align-items: center;
}

.responsible_box .responsible_desc figure{
	margin: 0 20px 0 0;
}

.responsible_box .responsible_desc p{
	margin: 0;
}

.responsible_box .responsible_desc p span{
	font-weight: 600;
	color:#660338;
}

.mobile_header{
	display: none;
}

.top__bar__mobile{
	display: none;
}

.team_btn_main{
	margin-bottom: 30px;
}

.team_btn_main .primary-btn{
	background: #CE1549;
	border: 1px solid #9A0F31;
	border-radius: 5px;
	margin-right: 30px;
}

ul.socialshare-sidebar{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.socialshare-mobile {
	 display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 13px !important;
}

.footer_right .contact_list{
	flex-direction: column;
}

ul.socialshare-sidebar li, .socialshare-mobile li {
    width: auto !important;
}
ul.socialshare-sidebar li a, .socialshare-mobile li a {
    padding: 0 7px !important;
}
ul.socialshare-sidebar li a svg, .socialshare-mobile li a svg {
    width: 32px !important;
    fill: #fff;
    height: 32px;
}

.footer_left_desc .gform_wrapper input{
	border: 1px solid #CE1549 !important;
	background: transparent;
	font-weight: 500;
	font-size: 16px !important;
	line-height: 21px;
	font-family: neue-haas-grotesk-display, sans-serif !important;
	color: #fff !important;
}

.footer_left_desc .gform_wrapper input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.footer_left_desc .gform_wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer_left_desc .gform_wrapper input::placeholder {
  color: #fff;
}

.footer_left_desc .gform_wrapper .gform_footer .gform_image_button{
	position: absolute;
    right: 7px;
    bottom: 39px;
    border: 0 !important;
    top: 8px;
    margin-bottom: 0 !important;
}

.footer_left_desc .gform_wrapper{
	position: relative;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.gform_wrapper .gform_validation_errors{
	display: none !important;
}

.contact_right .gform_wrapper.gravity-theme .gfield textarea.large{
	height: 133px;
}

.contact_right .gform_wrapper.gravity-theme .gform_footer .gform_button {
    width: 179px !important;
    height: 49px;
    line-height: 49px;
    background: #CE1549 url(../images/long_white.svg) no-repeat 94% center;
    border-radius: 5px;
    text-align: left;
    margin: 0 auto;
    padding: 0 11px !important;
}

.contact_right .gform_wrapper.gravity-theme .gform_footer .gform_button:hover{
	background: #CE1549 url(../images/long_white.svg) no-repeat 97% center;
	border-color:  #CE1549 ;
}

.contact_right .gform_wrapper.gravity-theme .gform_footer, .contact_right .gform_wrapper.gravity-theme .gform_page_footer{
	padding: 16px 0 0;
}

.imagezoom-wrap{
	overflow: hidden;
	width: 100%;
	height: 226px;
	border-radius: 5px 5px 0 0;
}

.imagezoom-wrap-banner{
	height: 131px;
	overflow: hidden;
	width: 100%;
}

.news-img-wrap {
    background: #9A0F31;
    position: relative;
}

.news-img-wrap:before {
    position: absolute;
    content: "";
    background: url(../images/tiger_slogn.svg) no-repeat center;
    width: 185px;
    height: 204px;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imagezoom-wrap img, .imagezoom-wrap-banner img{
	transform: scale(1.0);
	transition:all .3s ease-in-out;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slider_desc:hover .imagezoom-wrap img, .banner_list:hover .imagezoom-wrap-banner img{
	transform: scale(1.1);
	transition:all .3s ease-in-out;
}

.search_form #search-form{
	min-width: 388px;
	position: relative;
}

.search_form #searchsubmit {
    position: absolute;
    right: 3px;
    background: transparent url(../images/search-icon.svg) no-repeat center;
    border: 0;
    font-size: 0;
    width: 40px;
    top: 12px;
    background-size: 24px;
}

.search_form .search-field{
	width: 100%;
	height: 52px;
	border: 0.97733px solid #D9D9D9;
	border-radius: 4.88665px;
	padding: 0 45px 0 15px;
	color: #9E9E9E;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0;
}

.search_form .search-field::-webkit-input-placeholder { /* Edge */
  color: #9E9E9E;
}

.search_form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9E9E9E;
}

.search_form .search-field::placeholder {
  color: #9E9E9E;
}

.ladder_draw_content{
	padding: 50px 0;
}

.ladder_draw_content img{
	display: block;
	margin: 0 auto;
}

.bottom-footer {
display: flex;
justify-content: space-between;
}

.thive-link {
   color: #fff;
}
.thive-link a {
  text-decoration: underline;
  color: #fff;
}

.block-hero-banner .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right center;
    top: 0;
    left: 0;
}

.block-hero-banner .background-image:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(58 0 31 / 43%) 33.34%, rgba(58, 0, 31, 0.00) 108.93%);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.block-hero-banner {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
}

.block-hero-banner .container {
    height: 100%;
}

.block-hero-banner .banner-content {
    z-index: 1;
    position: relative;
    max-width: 800px;
	padding:50px 0px;
}

.block-hero-banner .banner-content h1 {
    color: #fff;
    font-family: din-condensed, sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 100px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.block-hero-banner .banner-content h2 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px;
    font-family: neue-haas-grotesk-display,sans-serif;
}

.block-hero-banner .banner-text {
    color: #FFF;
    font-size: 35px;
    font-weight: 500;
    line-height: 43px;
    max-width: 580px;
    padding-left: 28px;
    border-left: 2px solid #fff;
}


.block-action {
	    background-color: #fff;
    padding: 100px 0px;
}

.block-action .head-title {
    text-align: center;
    margin-bottom: 49px;
}

.block-action .grid-col-3.wrapper {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 45px;
}

.block-action .item-column {
    border-radius: 5px;
    background: #630236;
    padding: 45px;
    text-align: center;
}

.block-action .item-column h3 {
    color: #fff;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 20px;
}

.block-action .item-column p {
    color: #fff;
    max-width: 276px;
    margin: auto;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.block-action .item-column .primary-btn {
    border: 1px solid #fff;
    font-weight: 500;
}

.block-action .item-column .primary-btn svg {
    top: 3px;
}

.block-action .secure-text {
    text-align: center;
    margin-top: 35px;
}

.block-action .secure-text p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
}

.community-event-details {
	padding: 100px 0px;
}
.community-event-details .event-info .grid-col-3.wrapper {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 45px; 
}
.community-event-details .event-info {
	margin-bottom:80px
}
.community-event-details .event-info .item-column {
    border-radius: 5px;
    background: #630236;
    padding: 35px;
    text-align: center;
}
.community-event-details .event-info .item-column span {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px; 
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.community-event-details .event-info .item-column h3 {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    font-family: neue-haas-grotesk-display, sans-serif;
    margin: 0px;
}

.community-event-details .event-info .item-column p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
}



.block-split-content .grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 50px;
}

.block-split-content .text-box p {letter-spacing: 1px;font-weight: 500;}

.block-split-content .text-box {
    padding-left: 30px;
    border-left: 1px solid #660338;
    max-width: 560px;
}

.block-split-content .col-content h2 {
    font-weight: 500;
}

.block-split-content .col-image {
    max-width: 480px;
    margin-left: auto;
}

.block-split-content .col-image img {
    width: 100%;
    aspect-ratio: 18/16;
    object-fit: cover;
}
.block-split-content .primary-btn {
    border: 1px solid #fff;
    font-weight: 500;
}

.block-split-content .primary-btn svg {
    top: 3px;
}

.campaign-info-block .block-split-content .col-image {
    margin-left: inherit;
}

.campaign-info-block {
    background:  linear-gradient(180deg, #660338 0%, #440125 100%);
    padding: 120px 0px 140px;
}

.campaign-info-block .block-split-content .text-box * {
    color: #fff;
	border-color:#fff;
}
.campaign-info-block .block-split-content .col-content h2 {
	color:#fff
}

@media(min-width: 992px){
	.navigation ul li:hover > ul.sub-menu {
    opacity: 1;
  
    transform: translateX(0%);
}
.navigation ul li > ul.sub-menu {
    position: absolute;
    left: 185px;
    background: #5B0232;
    width: 205px;
    padding: 20px;
    opacity: 0;
   	top: -10px;
    transform: translateX(-100%);
    z-index: -1;
    transition: all 0.4s ease;
}
.navigation > ul > li { background: #660338; }


.url_link:hover svg path:nth-child(1), .red_url_link:hover svg path:nth-child(1), .staff_list_box:hover .url_link svg path:nth-child(1), .slider_desc:hover .red_url_link svg path:nth-child(1), .banner_list:hover .url_link svg path:nth-child(1){
    transform: scalex(1);
    transition: all 0.4s ease-in-out;
}
.url_link svg path:nth-child(1), .red_url_link svg path:nth-child(1) {
	transform: scalex(0);
	transition: all 0.4s ease-in-out;
}
.url_link svg, .red_url_link svg, .staff_list_box:hover .url_link svg, .slider_desc:hover .red_url_link svg, .banner_list:hover .url_link svg{   
    margin-left: 0px;
    left: 0px;
    top: 8px;
    width: 20px;
    transition: all 0.4s ease-in-out;
}
.url_link:hover svg, .red_url_link:hover svg, .staff_list_box:hover .url_link:hover svg, .slider_desc:hover .red_url_link svg, .banner_list:hover .red_url_link svg, .banner_list:hover .url_link svg { left: -0px; transition: all 0.4s ease-in-out; }

.navigation > ul > li.menu-item-has-children > a {background: url(../images/menu-arrow.svg) no-repeat center left 0px /00px; width: 100%; display: block; }
.navigation > ul > li.menu-item-has-children:hover > a {background: url(../images/menu-arrow.svg) no-repeat center right 15px /12px; }

.border-btn svg, .primary-btn svg{left: 0px; transition: all 0.4s ease-in-out;}
.border-btn:hover, .primary-btn:hover {color: #fff; background: rgb(102 3 56); }
.border-btn:hover svg, .primary-btn:hover svg{left: 5px;}
}

.footer_left_desc .news_box{
	margin-bottom: 0;
}

.about_right_image .about_left .primary-btn{
	background: #CE1549;
	border: 1px solid #9A0F31;
}

.date_social .title{
	font-weight: 500;
	font-size: 14px;
	line-height: 44.52%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
}


@media(max-width: 1500px){
	.latestnews__slider{
		padding: 60px 0 60px 25px;
	}

}

@media(max-width: 1400px){
/*	.wrapper-section .sidebar{
		overflow-y: scroll;
	}*/

	.offical_desc .subtitle{
		font-size: 28px;
	}

	.offical_desc h1{
		font-size: 45px;
	}

	.staff_image:after{
		right: -3px;
	}

	.white_box{
		width: 100%;
	}

	.contact_left .email_box a{
		font-size: 14px;
	}

	
	
}

@media(max-width: 1300px){
	.staff_list{
		margin: 0 -15px;
	}

	.staff_list .staff_list_box {
	    width:33.33%;
	    padding: 0 15px 75px;
	}
	.burleigh_box{
		padding: 0 10px 50px;
    	width: 25%;
	}

	.price_desc h2{
		font-size: 28px;
	}

	.price_main{
		margin: 0 -10px	
	}

	.price_box{
		padding: 0 10px;
	}



}

@media(max-width: 1199px){
	.staff_list{
		margin: 0 -15px;
	}

	.meet_right{
		width: 50%;
	}



	.offical_desc .subtitle{
		font-size: 20px;
	}

	.offical_desc h1{
		font-size: 34px;
	}

	.offical_desc{
		margin-left: 50px;
	}

	.meet_box{
		padding-left: 45px;
	}

	.life_desc .name{
		font-size: 20px;
    	line-height: 25px;
	}

	.contact__map{
		margin-top: 0;
	}




	

	.modal-content {
	    position: absolute;
	    top: 50%;
	    left: 60%;
	    transform: translate(-50%, -50%);
	    background-color: white;
	    padding: 37px 42px 10px;
	    width: 77%;
	    border-radius: 0.5rem;
	}

	.staff_list .staff_list_box {
	    width: 50%;
	    padding: 0 15px 75px;
	}

	.life_box{
		width: 25%;
	}

	.team_singal_top{
		flex-direction: column;
	}

	.team_singal_left{
		max-width: 100%;
	}

	.team_singal_right{
		width: 100%;
	}
}

@media(max-width: 991px){
	.sidebar{
		display: none;
	}

	.staff_list .url_link{
		display: flex;
		align-items: center;

	}

	.staff_list .url_link svg{
		top: 0;
	}

	.promo_left img {
	    border-radius: 5px;
	    width: 100%;
	}

	.latestnews__slider{
		padding-left: 0;
	}

	.footer_left{
		padding-right: 30px;
	}

	.staff_list{
		margin: 0 -15px;
	}
	
	.contact_list{
		flex-direction: column;
	}

	.staff_list .staff_list_box{
		width: 50%;
		padding: 0 15px 75px;
	}
	.conatact_box{
		width: 100%;
	}

	.contact__section{
		padding-bottom: 40px;
	}

	.contact__map{
		margin-top: 0;
	}

	.admision__top:after{
		bottom: -225px;
	}

	.fixed-header .mobile_header{
		position: fixed;
	}

	.price_main{
		display: flex;
		margin: 0 -15px;
	}

	.responsible_box {
	    width: 50%;
	    padding: 0 15px 30px;
	}

	.responsible_list{
		margin: 50px -15px 50px;
	}

	.price_box{
		padding: 0 15px 50px;
		width: 50%;
	}
	.price__section{
		padding-bottom: 50px;
	}

	/*.fixed-header .top__bar__mobile{
		display:none;
	}*/

	.fixed-header .toggle_nav, .topbar-closed .toggle_nav{
		top: 22px;
		transition: none;
		z-index: 999;
		
	}

	.mobile_header{
		background: #660338;
		display: flex;
	    width: 100%;
	  	height: 80px;
	    z-index: 9;
	    text-align: center;
	    padding: 10px;
	    top: 0;
	}

	.top_main p{
		line-height: 18px;
	}

	.logo img{
		height: 54px;
	}
	.toggle_nav {
    display: block !important;
    background: url(../images/toggle_nav.svg) no-repeat left center;
    width: 36px;
    height: 36px;
    top: 69px;
    z-index: 99;
    right: 4px;
    position: absolute;
    background-size: 28px;
  }

  .show_menu .mobile_toggle_main .close{
    background: url(../images/toggle_close.svg) no-repeat left center;
    background-size: 25px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 26px;
  }

 .navigation {
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #660338;
    z-index: 999;
    transform: translateY(-100%);
    transition-duration: 0.3s;
    padding: 0 0;
   
    flex-direction: column;
    justify-content: flex-start;
    z-index: 99;
  }

  .show_menu .navigation{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    top: 49px;
  }

  .fixed-header .navigation{
  	top: 0;
  }

  .show_menu .toggle_nav{
  	z-index: 99 !important;
  }
  
  .navigation ul {
    padding: 30px 0 0;
 }

.drop_down_nav {
    position: relative;
    height: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: -1;
}

 .show_menu .drop_down_nav{
 	height: calc(100% - 65px);
 }


  .topbar-closed .navigation {
    top: 0;
  }

  .mobile_toggle_main {
    display: flex;
    align-items: center;
    padding: 20px 10px 0;
}

  .navigation ul li > ul.sub-menu{
  	position: relative;
  	left: 0;
  	width: 100%;
  	opacity: 1;
  	visibility: visible;
  }

  .navigation ul li a{
  	padding: 0 20px;
  }

  .content__area{
  	padding-top:0;
  	width: 100%;
  }

  .offical_desc{
  	margin-left: 30px;
  }

 .offical_right{
 	margin-left: 30px;
 }

 .official_main{
 	justify-content: space-between;
 }

 .offical_desc h1{
 	font-size: 40px;
 }

 .offical_desc .subtitle{
 	font-size: 22px;
 }

 .shop_desc:after{
 	width: 100%;
 }

 .shop__list .shop_main{
 	margin: 0 -15px;
 }

 .shop_box{
 	padding: 0 15px;
 }

 .meet_right{
 	width: 50%;
 }

 .slider_main{
 	margin-left: 20px;
 }

 .banner_main{
 	flex-direction: column;
 }

 .banner__section .banner_left{
 	width: 100%;
 	background-position: center !important;
 }

 .banner_right{
 	width: 100%;
 	padding-left: 0;
 	margin-top: 30px;
 }

 .promo_right{
 	padding-left: 30px;
 }

 .meet_left p{
 	padding-right: 0;
 }

 .meet_left{
 	padding-right: 0;
 }

 .latest_right{
 	flex-direction: column;
 }

 .latest_right_left{
 	width: 100%;
 }

 .latest_right_right{
 	width: 100%;
 	padding: 25px;
 }

 .map_left address{
 	width: 100%;
 	background: #F6F6F6 url(../images/noun-place.svg) no-repeat 13px 11px;
 	height: 100%;
    line-height: 24px;
    padding: 10px 20px 10px 50px;
 }

 .latest_left{
 	width: 45%;
 }

 .container-fluid{
 	padding: 0 20px;
 }

 .map_left{
 	padding: 20px;
 }

 .promo__banner{
 	padding: 40px 0;
 }

 .wrapper-section{
 	flex-direction: column;
 }

 .top__bar{
 	display: none;
 }

 .top__bar__mobile{
	display: flex;
    background: #252525;
    padding: 10px 0;
    height: auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.about_right_image .about_right{
	width: 50%;
	padding-right: 0;
}



.about_right{
	padding-left: 0;
}

.life_box{
	width: 33.33%;
}

.burleigh_box{
	width: 20%;
	padding: 0 10px 30px;
}

.white_box{
	width: 100%;
}

.staff_image:after{
	right: 0;
}

.inner__title ul li, .inner__title ul li h1{
	font-size: 22px;
	line-height: 28px;
}

.about_main{
	flex-direction: column;
}

.about_left{
	width: 100%;
	padding-right: 0;
}

.about_right{
	width: 100%;
}

.about_right_image .about_left, .about_right_image .about_right{
	width: 100%;
	padding-left: 0;
}

.about_right_image .about_right{
	margin-bottom: 30px;
}

.about__two__coloum .about_left{
	order: 1;
}

.about__two__coloum{
	padding: 50px 0;
}

.about__two__coloum .about_main{
	margin-bottom: 0;
}

.about_left .line_text{
	margin-bottom: 10px;
}

.about_left{
	order: 1;
}

.news_desc_box{
	width: 50%;
}

.slider_desc img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.mobile_header .dropdown-arrow{
	top: 22px !important;
}

.modal-content {
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    background-color: white;
	    padding: 37px 20px 10px;
	    width: 100%;
	    border-radius: 0.5rem;
	    overflow-y: auto;
	    overflow-x: hidden;
	    max-height: 100%;
	}

	.modal_main {
	   flex-direction: column;
	}

	.modal_left {
	    width: 100%;
	}


	.modal_right{
		width: 100%;
		padding-left: 0;
	}

	.close-button{
		right: -12px;
	}

	.modal_left img{
		height: 100%;
        max-width: 360px;
        margin: 0 auto;
        display: block;
	}




}

@media(max-width: 767px){
	.official_main{
		align-items: center;
	}

	.bottom-footer{
		flex-direction: column;
	}

	.latestnews__slider .slider_main{
		margin-left: 0;
	}

	.dropdown__section{
		position: relative;
    	overflow: hidden;
	}

	.contact_right .gform_wrapper.gravity-theme .ginput_complex span{
		margin-bottom: 13px;
	}

	.contact_right .gform_wrapper.gravity-theme .ginput_complex span:last-child{
		margin-bottom: 0 !important;
	}

	.contact_right{
		padding: 20px;
	}

	.url_link{
		display: flex;
		align-items: center;
	}

	.url_link svg{
		top: 0;
	}

	.bear_box:after{
		background-size: cover;
		width: 100%;
	}

	.latest_desc .url_link{
		position: static;
	}

	.meet_box{
		padding-left: 30px;
	}

	.staff_list .staff_list_box{
		width: 100%;
	}

	.about_right_image .about_right{
		margin-bottom: 0;
	}

	h2{
		font-size: 30px;
		line-height: 40px;
	}

	.news_desc_box{
		width: 100%;
	}

	.foundation__member{
		padding: 30px 0;
	}

	.accordion-wrapper{
		padding: 18px 16px;
	}

	.accordion-wrapper.active button:before{
		right: 0;
	}

	.accordion-wrapper button:before{
		right: 7px;
	}

	.foundation__member h2{
		font-size: 30px;
    	line-height: 40px;
	}

	.old_boye_top{
		flex-direction: column;
	}

	.date_top{
		flex-direction: column;
		align-items: flex-start;
	}

	.date_top .date{
		margin-bottom: 10px;
	}

	.single__contant h2{
		margin-bottom: 30px;
	}

	.single__comon__content .single_desc{
		padding: 20px;
	}

	.single_desc blockquote{
		padding: 0;
	}

	.single_desc ul{
		margin: 0 0 30px 20px;
	}

	.single_desc .video_main{
		margin-bottom: 40px;
	}

	.single_main{
		padding: 30px 20px;
	}

	.contact_main{
		flex-direction: column;
	}

	.partner_main{
		flex-direction: column;
	}

	.contact_left, .partner_left, .partner_right {
	    width: 100%;
	}

	.partner_left{
		padding-right: 0;
	}

	.partner_right{
		margin-top: 40px;
	}

	.partner_desc{
		padding: 30px;
	}

	.partner__section .line_text{
		margin-bottom: 30px;
	}

	.contact_right{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.contact_list{
		flex-direction: column;
	}

	.official_main{
		flex-direction: column;
	}

	.official__site figure {
	    margin: 0;
	    order: 1;
	}

	.offical_desc{
		margin-left: 0;
	}

	.banner_list_left h5{
		padding-right: 20px;
	}

	.shop__list .shop_main{
		flex-direction: column;
	}

	.shop_box{
		width: 100%;
		min-height: auto;
		margin-bottom: 30px;
		
	}

	.shop_desc{
		padding: 15px 0;
	}

	.shop_desc h4{
		margin-bottom: 10px;
	}

	.shop__list{
		padding: 30px 0;
	}

	.shop_box:last-child{
		margin-bottom: 0;
	}

	.promo_main{
		flex-direction: column;
	}

	.promo_left{
		width: 100%;
	}

	.promo_right{
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}

	.meet_main, .bear_box{
		flex-direction: column;
		height: 100%;
	}

	.meet_left, .bear_left{
		width: 100%;
	}

	.meet_right, .bear_right{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.bear_left{
		text-align: center;
	}

	.bear_right{
		text-align: center;
	}

	.bear_left .url_link{
		justify-content: center;
	}

	.latest_main{
		flex-direction: column;
	}

	.latest_left{
		width: 100%;
	}

	.latest_right{
		width: 100%;
		margin-top: 30px;
	}

	.latest_main, .latestnews__slider{
		padding: 30px 0;
	}

	.map_main{
		flex-direction: column;
	}

	.map_left{
		width: 100%;
	}

	.map_right{
		width: 100%
	}

	.insta_top{
		flex-direction: column;
		align-items: flex-start;
	}

	.insta_top .social_icon{
		margin-left: 0;
		margin-top: 15px;
	}

	.footer_main{
		flex-direction: column;
	}

	.footer_left{
		width: 100%;
	}

	.footer_right {
		width: 100%;
		margin-top: 30px;
		position: relative;
		z-index: 1;
	}

	footer{
		padding: 40px 0 30px;
	}

	.staff_main{
		flex-direction: column;
	}

	.staff_left{
		width: 100%;
		padding: 0 15px 30px;
	}

	.life_box{
		width: 50%;
	}

	.about__gray{
		margin-top: 0;
	}

	.about__two__coloum{
		margin-top: 0;
	}

	.about__gray{
		padding-top: 50px;
	}

	.about__section{
		padding: 50px 0 0;
	}

	.about__two__coloum .about_main{
		margin-bottom: 30px;
	}

	.price_box{
		width: 100%;
	}

	.price_desc h2{
		font-size: 28px;
	}

	.bob_main{
		flex-direction: column;
	}

	.bob_left{
		width: 100%;
		padding-right: 0;
	}

	.bob_right{
		width: 100%;
		margin-top: 30px;
	}

	.major__sponsor{
		padding: 50px 0;
	}

	.premier__partner .logo_box{
		width: 33.33%;
	}

	.dropdown_menu{
		width: 100%;
	}

	.dropdown_main{
		flex-direction: column;
		
	}

	.search_form{
		margin-top: 20px;
	}

	.staff_list .bear_box{
		height: auto;
	    padding: 15px 15px 0;
	    align-items: self-end;
	    flex-direction: column;
	    justify-content: center;
	}

	.staff_list .bear_left{
		width: 100%;
	    height: 100%;
	    text-align: center;
	}

	.staff_list .bear_right {
	    right: 0;
	    position: static;
	    text-align: center;
	    margin: 0 auto;
	    width: 100%;
	}

	.staff__top{
		padding: 20px 0;
	}

	.position{
		margin-bottom: 10px;
	}

	.staff_list .staff_list_box{
		padding: 0 15px 40px;
	}

	.staff_list .bear_right img{
		margin: 0 auto;
	}

	.staff__top .line_text{
		margin-bottom: 30px;
	}

	.staff_list .url_link {	
	    position: static;
	    margin-bottom: 15px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.team__accordian{
		padding: 50px 0 30px;
	}

	.staff_list .url_link  svg{
		top: -1px;
		margin-left: 5px;
	}

	.title_bg{
		height: auto;
		align-items: center;
	}

	.team_singal_left .image_right{
		margin-top: 0;
	}

	.team_singal_top{
		flex-direction: column;
	}

	.team_singal_left p{
		padding-right: 0;
		margin-top: 30px;
	}

	.team_singal_right img{
		margin: 0 auto;
		height: 200px;
	}

	.team_singal_right{
		width: 100%;
	}

	.table_main{
		flex-direction: column;
	}

	.table_left{
		width: 100%;
	}

	.table_right{
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}

	.modal-content {
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    background-color: white;
	    padding: 37px 20px 10px;
	    width: 100%;
	    border-radius: 0.5rem;
	    overflow-y: auto;
	    overflow-x: hidden;
	    max-height: 100%;
	}

	.modal_main {
	   flex-direction: column;
	}

	.modal_left {
	    width: 100%;
	}

	.modal_right{
		width: 100%;
		padding-left: 0;
	}

	.close-button{
		right: -12px;
	}

	.modal_left img{
		height: 100%;
	}

	.team_btn_main {
	    margin-bottom: 30px;
	    display: flex;
	}
	.team_btn_main .primary-btn {
	   width: 50%;
	}

	.team_btn_main .primary-btn svg{
		top: 0;
	}

	.team_btn_main .primary-btn:last-child {
	    margin-right: 0;
	}

	.team_btn_main .primary-btn{
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

}

@media(max-width: 500px){
	.life_box{
		width: 100%;
	}

	.imagezoom-wrap{
		height: 350px;
	}

	/*.latestnews__slider .owl-nav .owl-prev{
		left: 0;
	}*/

	/*.latestnews__slider .owl-nav .owl-next{
		right: 0;
	}*/

	.slider_main {
    	margin-left: 0px;
	}

	.search_form #search-form{
		min-width: 100%;
	}

	.bob__banner img{
		height: 300px;
	}

	.team_btn_main{
		flex-direction: column;
	}

	.premier__partner{
		padding: 0px 0px 30px;
	}

	.premier__partner .logo_box{
		padding: 0 15px 40px;
	}



	.premier__partner h4{
		margin-bottom: 40px;
	}

	.partner_right h4{
		font-size: 24px;
	}

	.principal__partner{
		padding: 40px;
	}

	.table_box{
		flex-direction: column;
		align-items: flex-start;
	}

	.video__section{
		padding: 40px 0;
	}

	.table_box .title{
		margin-bottom: 10px;
	}

	.table_box p{
		width: 100%;
	}

	.burleigh_box{
		width: 100%;
	}

	.responsible_box{
		width: 100%;
	}

	.price__section{
		padding-bottom: 0;
	}

	.about__staff{
		padding: 50px 0;
	}

	.staff_image:after {
	    right: -20px;
	}

	.about_left{
		margin-top: 15px;
	}

	.team_btn_main .primary-btn{
		width: 100%;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.team_btn_main .primary-btn svg{
		top: 0;
	}

	.team_btn_main .primary-btn:last-child{
		margin-bottom: 0;
	}
}
