@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

@font-face {
	font-family: "Footlight MT Light";
	src: url(../fonts/footlight-mt/FootlightMTProRegular.otf);
}
@font-face {
	font-family: "Footlight MT Light";
	src: url(../fonts/footlight-mt/FootlightMTProItalic.otf);
	font-style: italic;
}
:root {
	--d: 700ms;
	--e: cubic-bezier(0.19, 1, 0.22, 1);
	--font-sans: "Rubik", sans-serif;
	--font-serif: "Cardo", serif;
}



 body {
	background: #ffffff;
	color: #666666;
	font-family: 'Open sans', sans-serif, Arial, Vedana, 'Trebuchet MS';
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	max-width: 1500px;
}
p {
	margin-bottom: 0px;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	color: #333333;
	letter-spacing: 1px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 54px;
	color: #333333;
	letter-spacing: 1px;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	color: #333333;
	letter-spacing: 1px;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 37px;
	color: #333333;
	letter-spacing: 1px;
}
h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 33px;
	color: #333333;
	letter-spacing: 1px;
}
h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #333333;
	letter-spacing: 1px;
}
/* SAFARI CLASS */

.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rowsafari.fluid-img img{
	width: 100%;
	height: auto;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #3e4e52;
	text-decoration: none !important;
	outline: none !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
button:focus {
	outline: 0px;
}
/*================================================= 1.GLOBAL CSS END ===================================================*/

/*========================================== 2.COMMON CSS START ===========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
}
.no-padding {
	padding: 0px;
}
.section-space {
	padding: 80px 0px 80px 0px;
}

.section-height{
	min-height: 400px;
}

.section-height iframe{
	width: 100%;
}

.section-margin-bottom {
	margin-bottom: 15px;
}
.section-padding-bottom {
	padding-bottom: 30px;
}
.img-margin-bottom {
	margin-bottom: 20px;

}

.img-cover{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-text-overlay{
	position: absolute;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    background: rgba(0,0,0,.6);
}

.img-text-overlay a{
	color: #fff;
}

.img-cover img{
	width: 100%;
	height: 233.33px;
}

.lt-space {
	letter-spacing: 1px;
}
.intro-content {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 1px;
}
.bg-img-property {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.theme-color {
	color: #ab9f9f;
}
.theme-color-royal{
	color: #EADE06;
}
.section-grp-margin-bottom {
	margin-bottom: 7px;
}

.section-backdrop-bg{
	background-image: linear-gradient(rgba(255, 255, 255, 0.85),rgba(255, 255, 255, 0.85)), url("../../images/65th-Asentehene-Open-Backdrop.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	backdrop-filter: blur(5px);
}
.section-white-bg {
	background-color: #ffffff;
}
.section-gray-bg {
	background-color: #f5f5f5;
	overflow: hidden;
}
.section-dark-bg {
	background-color: #000000;
}
.section-width {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.theme-bg-color {
	background-color: #d9d4d4;
}
.theme-color-1 {
	color: #3c8b04;
}

.theme-color-1 a,
.theme-color-1 p{
  color: #3c8b04;
}

.margin-auto {
	margin: 0 auto;
}
.width-100 {
	width: 100%;
}
.mar-right {
	margin-right: 10px;
}
.pad-right {
	padding-right: 10px;
}
.padding-right {
	padding-right: 30px;
}
.line-height {
	line-height: 0px;
}
.pad-left {
	padding-left: 10px;
}
nav {
	margin: 0 auto;
	/* max-width: 1400px; */
}
.pad-right-15 {
	padding-right: 15px;
}
.mar-bottom30 {
	margin-bottom: 30px !important;
}
.text-link{
	color: #3c8b04;
	text-decoration: underline;
}
/*========================================== 2.COMMON CSS END ===========================================*/

/*================================================= 3.NAVIGATION START ==============================================*/

.nav-style {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Oswald';
	padding: 36px 15px !important;
	color: #333333 !important;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.logo-style {
	padding: 8px 0px;
}

.logo-text{
	display: inline-block;
	padding-left: 12px;
	font-family: "Footlight MT Light", sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	font-style: italic;
}

.logo-text-top{

}
.logo-text-bottom{

}

.logo-text-number{
	font-size: 16px;
	letter-spacing: 3px;
}

.comp-logo{
	display: inline-block;
	position: absolute;
	padding: 1rem;
	top: 0;
	right: 0;
	height: 10rem;
}

.footer-logo img{
  width: auto;
}

@media (min-width: 800px) {
	.comp-logo {
		height: 10rem;
	}
}

@media (min-width: 600px) {
	.comp-logo {
		height: 6rem;
	}
}

.social-icon img{
	height: 18px;
  width: auto;
}

.logo-style img{
	height: 80px;
}
.nav-btn-pad {
	padding: 11px 0px;
}
.nav-color {
	background-color: #ffffff;
	/* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}
.navbar-nav {
	float: right !important;
	font-family: Oswald, serif;
}
.navbar-nav-btn {
	padding: 27px 0px 27px 15px;
}
.navbar-dark .navbar-nav .active > .nav-style::before,
.navbar-dark .navbar-nav .nav-style.active::before,
.navbar-dark .navbar-nav .active > .nav-style,
.navbar-dark .navbar-nav .nav-style.active,
.navbar-dark .navbar-nav .nav-style.show,
.navbar-dark .navbar-nav .show > .nav-style {
	color: #ffffff !important;
}
.nav-dark-li-one {
	padding-left: 15px;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 600;
}
.nav-dark-ul {
	padding: 15px 0px 15px 0px;
}
.pre-nav-right-align {
	padding: 15px 0px 15px 0px;
}
.pre-navbar .fa-google-plus::before,
.pre-navbar .fa-dribbble::before,
.pre-navbar .fa-pinterest::before,
.pre-navbar .fa-twitter::before,
.pre-navbar .fa-facebook-f::before,
.pre-navbar .fa-facebook::before,
.pre-navbar .fa-instagram::before{
	font-size: 17px;
	vertical-align: middle;
	padding-right: 10px;
	color: #3e4e52;
}
.content-style {
	padding: 10px 0px;
}
.fixed-top {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.navbar-menu {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
#menu_top {
	transition: all .8s ease;
}
.fixed-top {
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.pre-navbar .fa-clock-o,
.pre-navbar .fa-envelope,
.pre-navbar .fa-phone {
	color: #3e4e52;
	padding-right: 7px;
	font-size: 17px;
}
.pre-navbar .fa-mobile-phone {
	font-size: 18px;
}
.pre-nav-border-right {
	border-right: 1px solid #808080;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
}
.last-child.pre-nav-border-right {
	margin-right: 0px;
}
/*========================================= 3.NAVIGATION END ===========================*/

/*===================================== 4.BUTTON AREA START =============================*/

.boxed-btn {
	display: inline-block;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	padding: 0px 25px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	line-height: 45px;
	border-radius: 50px;
	color: #ffffff !important;
	background-color: #EADE06;
	border: 1px solid #EADE06;
	font-family: Oswald;
	cursor: pointer;
}



.btn-wrapper {
	margin-top: 30px;
}
.boxed-btn-1 {
	display: inline-block;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	padding: 0px 25px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	line-height: 45px;
	border-radius: 50px;
	color: #ffffff !important;
	background-color: #3e4e52;
	border: 1px solid #3e4e52;
	font-family: Oswald;
}

.boxed-btn-small {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 10px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	/*line-height: 35px;*/
	border-radius: 15px;
	color: #ffffff !important;
	background-color: #3e4e52;
	border: 1px solid #3e4e52;
	font-family: Oswald, serif;
}


.boxed-btn-green{
	background-color: #3c8b04;
	border-color: #3c8b04;
	transition: .2s ease-in;
}

.boxed-btn-red{
	background-color: #E00201;
	border-color: #E00201;
	transition: .2s ease-in;
}

.boxed-btn-green:hover{
	background-color: #EADE06;
	border-color: #EADE06;
}

.boxed-btn-red:hover{
	background-color: #E00201;
	border-color: #E00201;
}

.boxed-btn:hover {
	background-color: #3e4e52;
	color: #ffffff !important;
	border: 1px solid #3e4e52;
}
.boxed-btn-1:hover {
	background-color: #ab9f9f;
	color: #ffffff !important;
	border: 1px solid #ab9f9f;
}
.btn-right-align {
	margin-right: 15px;
}
.appointment .boxed-btn {
	border: 1px solid #ffffff;
}
.appointment .boxed-btn:hover {
	border: 1px solid #ab9f9f;
}
/*================================== 4.BUTTON AREA END ===================================*/

/*========================================= 5.HEADER AREA START ==========================*/

.header-bg-img {
	/* background-image: url("../../images/front_1.jpg"); */
	/* padding: 100px 0px 150px 0px;
	height: 650px;
	background-position: top;
	background-size: cover; */
}
.header-bg-img i {
	font-size: 45px;
	font-weight: 600;
}

.header-bg-img-10 {
	background-image: url("../../images/RGCKhomepage10.jpg");
	padding: 100px 0px 150px 0px;
	height: 700px;
	background-position: center;
	background-size: cover;
}

.header-bg-img-20 {
	background-image: url("../../images/RGCKhomepage20.jpg");
	padding: 100px 0px 150px 0px;
	height: 700px;
	background-position: center;
	background-size: cover;
}

.header-bg-img-30 {
	background-image: url("../../images/RGCKhomepage30.jpg");
	padding: 100px 0px 150px 0px;
	height: 700px;
	background-position: center;
	background-size: cover;
}


.header-bg-img-2 {
	background-image: url("../../images/RGCK_Otumfuo_Birth.jpg");
	padding: 100px 0px 150px 0px;
	height: 700px;
	background-position: top;
	background-size: cover;
}

.header-bg-img-1 i {
	font-size: 55px;
	font-weight: 600;
}

.header-bg-img-open{
	background-image: url("../../images/asantehene-open-history.jpg");
	padding: 100px 0px 150px 0px;
	height: 750px;
	background-position: top;
	background-size: cover;
}
/*========================================== 5.HEADER AREA END =================================*/

/*========================================= 6.LOCATION AREA START ==================================*/

.locate-box {
	position: relative;
	height: 212px;
	width: 350px;
	background-color: #f5f5f5;
	text-align: center;
	padding: 30px;
}
.about ul li:first-child {
	width: 100px;
}
.about ul li:last-child {
	vertical-align: middle;
}
.about-img {
	padding-top: 40px;
}
/*======================================= 6.LOCATION AREA END ========================================*/

/*================================================ 7.GAME AREA START ================================================*/

.game-col-1 .game-img-1 {
	position: relative;
	overflow: hidden;
}
.game-col-1 .game-img-1 img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.game-col-1:hover .game-img-1 img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.game-col-1 .game-col-content-1 {
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 10px 20px 10px 20px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.game-col-1 .game-col-content-1 h5 a {
	color: #ffffff !important;
}
.game-col-1:hover .game-col-content-1 {
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.game-col-1 .game-col-div-1 {
	background-color: #f6f6f6;
	padding: 20px;
}
.game-date-1 {
	border-radius: 0px;
	color: #ffffff !important;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 0px;
	text-align: left;
	z-index: 1;
}
.content-top-space1 {
	padding-top: 10px;
}
.game-top-space1 {
	margin-top: 18px;
}
/*================================================ 7.GAME AREA END ================================================*/

/*============================== 8.FORM AREA START =======================================*/
.form-input-bg{
	background-color: rgba(0, 0, 0, 0.24);
	padding: 1rem 4rem;
	border-radius: 5px;
}

.form-input-bg-dark{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem 2rem;
	border-radius: 5px;
	text-align: justify;
}
.form-div-1 label {
	display: none !important;
}
.form-div-1 .form-message::-webkit-input-placeholder,
.form-div-1 .form-input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ffffff;
}
.form-div-1 .form-message:-moz-placeholder,
.form-div-1 .form-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}
.form-div-1 .form-message::-moz-placeholder,
.form-div-1 .form-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}
.form-div-1 .form-message:-ms-input-placeholder,
.form-div-1 .form-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}
.form-div-1 .form-message.error::-webkit-input-placeholder,
.form-div-1 .form-input.error::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ff0000;
}
.form-div-1 .form-message.error:-moz-placeholder,
.form-div-1 .form-input.error:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ff0000;
	opacity: 1;
}
.form-div-1 .form-message.error::-moz-placeholder,
.form-div-1 .form-input.error::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ff0000;
	opacity: 1;
}
.form-div-1 .form-message.error:-ms-input-placeholder,
.form-div-1 .form-input.error:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ff0000;
}
.form-div-1 textarea {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	border-radius: 7px;
	padding-left: 50px;
	padding-right: 20px;
	width: 100%;
	padding-top: 6px;
}
.form-div-1 input {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	border-radius: 7px;
	height: 40px;
	padding-left: 50px;
	padding-right: 20px;
	width: 100%;
}
.form-div-1 {
	position: relative;
	margin-bottom: 30px;
}
.form-div-1 i {
	color: #ffffff;
	position: absolute;
	left: 20px;
	top: 13px;
}
.form-bg-img {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
  padding-top: 0;
}
.form-bg-img-1 {
	background-image: url("../../images/asante_otumfuoII.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}
/*============================== 8.FORM AREA END =======================================*/

/*================================== 9.PRICE AREA START ====================================*/

.column-box {
	border: 1px solid #666666;
	padding: 30px;
	text-align: center;
}
.price-num {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
.underline-1 {
	line-height: 1px;
}
/*================================== 9.PRICE AREA END ====================================*/
/*================================== 10.CTA AREA START ==================================*/
.cta h6 a:hover {
	color: #ffffff !important;
}
.cta {
	position: relative;
}
.cta-button {
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	right: 0;
}

.cta-action-bg{
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.4);
	padding: 1rem 4rem;
	border-radius: 5px;
	width: 90%;
}
/*================================== 10.CTA AREA END ==================================*/
/*=================================== 11.TEAM AREA START ===================================*/

.team-box {
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.team-content {
	padding: 20px 10px;
	text-align: center;
}

.team-box img{
  max-width:100%;
  height:auto
}
/*=================================== 11.TEAM AREA START ===================================*/

/*============================= 12.SUBSCRIBE AREA START =============================*/

.subs-position {
	position: absolute;
	right: 0;
	top: 0;
}

.subs-bg-img{
background-image: url("../../images/view-of-golf-ball.jpg");
}

.subs-bg-img-1{
	background-image: linear-gradient(to right bottom,
			rgba(0,0,0, 0.6),
			rgba(0,0,0, 0.6)), url("../../images/amateur-header.jpg");
	background-position: top;
}

.subs-bg-img-2{
	background-image: linear-gradient(to right bottom,
	rgba(0,0,0, 0.6),
	rgba(0,0,0, 0.6)), url("../../images/profess-header.jpg");
}

.subs-bg-img-3{
	background-image: linear-gradient(to right bottom,
	rgba(0,0,0, 0.6),
	rgba(0,0,0, 0.6)), url("../../images/golf-champ-men.jpg");
}

.subs-bg-img-4{
	background-image: linear-gradient(to right bottom,
	rgba(0,0,0, 0.6),
	rgba(0,0,0, 0.6)), url("../../images/whs-header.jpg");
	background-position: top;
}

.subs-bg-img-advert{
	background-image: linear-gradient(to right bottom,
	rgba(0,0,0, 0.6),
	rgba(0,0,0, 0.6)), url("../../images/area-advert.jpg");
}

.subs-bg-img-5{
    background-image: url("../../images/centenary_top.jpg");
}

.banner-img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.banner-content{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .6);
  border-radius: 5px;
  padding: 20px;
}

.text-image-wrapper-right{
	display: inline-block;
	padding-left: 1.5rem;
	padding-bottom: 1.5rem;
}
.text-image-wrapper-left {
	display: inline-block;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}
.text-wrapper{
text-align: justify;
}
.sub-dis .boxed-btn {
	border-radius: 0;
	line-height: 40px;
	padding: 0px 30px;
}
.subs-bg-img .form-input {
	border: 1px solid #ffffff !important;
	height: 42px;
	color: #ffffff;
	width: 100%;
	padding: 0 20px;
	min-height: 0px;
	font-size: 15px;
	border: none;
	background-color: transparent;
}
.subs-bg-img .form-message::-webkit-input-placeholder,
.subs-bg-img .form-input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ffffff;
}
.subs-bg-img .form-message:-moz-placeholder,
.subs-bg-img .form-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
	opacity: 1;
}
.subs-bg-img .form-message::-moz-placeholder,
.subs-bg-img .form-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
	opacity: 1;
}
.subs-bg-img .form-message:-ms-input-placeholder,
.subs-bg-img .form-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff;
}
.subs-bg-img .form-message.error::-webkit-input-placeholder,
.subs-bg-img .form-input.error::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ff0000;
}
.subs-bg-img .form-message.error:-moz-placeholder,
.subs-bg-img .form-input.error:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ff0000;
	opacity: 1;
}
.subs-bg-img .form-message.error::-moz-placeholder,
.subs-bg-img .form-input.error::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ff0000;
	opacity: 1;
}
.subs-bg-img .form-message.error:-ms-input-placeholder,
.subs-bg-img .form-input.error:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ff0000;
}
.SuccessMsg,
.sucessMessage {
	color: #0fa80f;
	font-size: 14px !important;
	line-height: 24px !important;
}
.failMsg,
.failMessage {
	color: #ff0000;
	font-size: 14px !important;
	line-height: 24px !important;
}
.subs-error-top {
	color: #ff0000;
}
.subs-error-top,
.messageDiv {
	padding-top: 10px;
	text-align: center;
}
/*============================= 12.SUBSCRIBE AREA END =============================*/

/*=================================== 13.TESTIMONIAL AAREA START ===================================*/

.fa-quote-left::before {
	font-size: 40px;
	padding-right: 15px;
	color: #3e4e52;
}

.sponsor-logo img{
	height: 150px;
  width: auto;
}

.sponsor-logo-slide{
	height: 100px;
}
/*=================================== 13.TESTIMONIAL AAREA END ===================================*/

/*============================================== 14.CONTACT AREA START ==============================================*/

#contact .form-div-1 i {
	left: 35px;
}
.contact-btn-mar {
	display: table;
	margin-right: 20px;
}
.form-box {
	background-color: #ffffff;
	padding: 55px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.header-box {
	background-color: #3e4e52;
	padding: 35px;
	text-align: center;
}
.form-box .form-message::-webkit-input-placeholder,
.form-box .form-input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #333333;
}
.form-box .form-message:-moz-placeholder,
.form-box .form-input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333333;
	opacity: 1;
}
.form-box .form-message::-moz-placeholder,
.form-box .form-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333333;
	opacity: 1;
}
.form-box .form-message:-ms-input-placeholder,
.form-box .form-input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333333;
}
.form-div-1 .form-message.error::-webkit-input-placeholder,
.form-box .form-input.error::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ff0000;
}
.form-box .form-message.error:-moz-placeholder,
.form-box .form-input.error:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ff0000;
	opacity: 1;
}
.form-box .form-message.error::-moz-placeholder,
.form-box .form-input.error::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ff0000;
	opacity: 1;
}
.form-box .form-message.error:-ms-input-placeholder,
.form-box .form-input.error:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ff0000;
}
.form-box textarea {
	color: #333333;
	border: 1px solid #333333;
	background-color: transparent;
	border-radius: 7px;
	padding-left: 50px;
	padding-right: 20px;
	width: 100%;
	padding-top: 6px;
}
.form-box input {
	color: #333333;
	border: 1px solid #333333;
	background-color: transparent;
	border-radius: 7px;
	height: 40px;
	padding-left: 50px;
	padding-right: 20px;
	width: 100%;
}
.form-box .form-div-1 i {
	color: #333333;
	position: absolute;
	left: 20px;
	top: 13px;
}
#contact h5 {
	font-size: 32px;
	line-height: 42px;
}
/*============================================== 14.CONTACT AREA END ==============================================*/

/*========================================= 15.FOOTER AREA START ==================================*/

.footer-area.section-space {
	padding: 50px 0px;
}
.footer-li-space {
	list-style-type: none;
	padding: 5px 0;
}
.footer-li-space:last-child {
	padding-bottom: 0px;
}
.footer-li-space:first-child {
	padding-top: 0px;
}
.footer-list-name {
	letter-spacing: 1px;
	word-break: break-all;
	color: #666666;
}
.copy-right {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.copyright {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	padding-top: 20px;
}
.mar-top {
	margin-top: 5px;
}
.fa-link::before {
	color: #f25116;
}

.read-more-link{
	color: #f25116;
	text-decoration: underline;
}

.sup-text{
	font-size: 1rem;
}
/*============================================= 15.FOOTER AREA END =====================================*/

/*============================= 16.MEDIA QUERIES START =============================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-style {
		padding: 36px 10px !important;
	}
	h4 {
		font-size: 24px;
		line-height: 34px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 45px;
		line-height: 55px;
	}
	h2 {
		font-size: 35px;
		line-height: 45px;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	h5 {
		font-size: 19px;
		line-height: 29px;
	}
	.header-bg-img i {
		font-size: 45px;
		font-weight: 600;
		line-height: 55px;
	}
	.header-bg-img {
		padding: 100px 0px 120px 0px;
	}
	.pre-navbar .float-left,
	.pre-navbar .float-right {
		float: none !important;
		margin: 0 auto;
		display: table;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	h1 {
		font-size: 35px;
		line-height: 45px;
	}
	h2 {
		font-size: 32px;
		line-height: 42px;
	}
	h3 {
		font-size: 29px;
		line-height: 39px;
	}
	h4 {
		font-size: 22px;
		line-height: 32px;
	}
	h5 {
		font-size: 21px;
		line-height: 31px;
	}
	h6 {
		font-size: 17px;
		line-height: 27px;
	}
	.header-bg-img i {
		font-size: 35px;
		font-weight: 600;
		line-height: 45px;
	}
	.section-space {
		padding: 65px 0px 65px 0px;
	}
	.header-bg-img {
		padding: 100px 0px 100px 0px;
	}
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
	.content-width {
		width: 75%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 991px) {
	.mar-auto {
		margin: 0 auto;
	}
	.btn-wrapper {
		margin-top: 20px;
	}
	.no-padding {
		padding: 0px 15px;
	}
	.res-text-center {
		text-align: center;
	}
	.navbar-nav-btn,
	.nav-style {
		padding: 10px 0px !important;
	}
	.navbar-nav {
		float: left !important;
	}
	.res-desk-mar-bot {
		margin-bottom: 30px;
	}
	.res-desk-pad-bot {
		padding-bottom: 30px;
	}
	.section-width {
		width: 100%;
		padding-bottom: 30px;
	}
	.navbar-collapse {
		max-height: 180px;
		overflow: auto;
		width: 100%;
	}
	.cta {
		text-align: center;
	}
	.cta-button {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: 0;
		position: inherit;
		right: 0;
		margin-top: 20px;
	}
	.about .text-right {
		text-align: left !important;
	}
	.about-img {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.res-tab-mar-bot {
		margin-bottom: 30px;
	}
	.boxed-btn {
		font-size: 14px;
	}
	.pre-nav-border-right {
		border: none;
	}
	.res-disp.display-table-cell {
		display: inherit;
		margin: 0 auto;
		padding-right: 0px;
	}
	.pre-navbar .float-left,
	.pre-navbar .float-right {
		float: none !important;
		display: table;
		margin: 0 auto !important;
		text-align: center;
		padding: 0px;
	}
}
@media only screen and (max-width: 575px) {
	.section-space {
		padding: 50px 0px 50px 0px;
	}
	.section-margin-bottom {
		margin-bottom: 10px;
	}
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	h2 {
		font-size: 27px;
		line-height: 37px;
	}
	h3 {
		font-size: 25px;
		line-height: 35px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	h5 {
		font-size: 19px;
		line-height: 29px;
	}
	h6 {
		font-size: 16px;
		line-height: 26px;
	}
	.header-bg-img i {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
	}
	.header-bg-img {
		padding: 80px 0px 80px 0px;
	}
	.intro-content {
		font-size: 16px;
		line-height: 26px;
	}
	.res-mob-2-mar-bot {
		margin-bottom: 30px;
	}
	.sub-dis {
		position: inherit;
		top: 0px;
		left: 0%;
		padding-top: 30px;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.col-6,
	.col-8,
	.col-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.res-mob-mar-bot {
		margin-bottom: 30px;
	}
	.cta .padding-right {
		padding-right: 0px;
		margin-bottom: 15px;
	}
	.cta .display-table-cell {
		display: inherit;
	}
	.header-bg-img i {
		display: block;
	}
}
@media only screen and (max-width: 340px) {
	.cta .cta-button .mar-right {
		margin-right: 0px;
	}
}
/* SAFARI MENU ISSUES*/

@media only screen and (min-width: 992px) {
	/*safari Browser*/
	.navbar-expand-lg .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 24px !important;
	}
	.navbar-expand-lg .safari-menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}
/*=========================================== 16.MEDIA QUERIES END ====================================*/

.menu {
	float: right;
	list-style: none;
}

.menu li {
	float: left;
	/*padding: 10px;*/
}


.menu li ul {
	position: absolute;
	display: none;
	list-style: none;
}


.menu li:hover>ul {
	display: block;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	background: #fff;
	z-index: 10000;
}

.submenu {
	justify-content: center;
	align-items: start;
	flex-direction: column;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Oswald';
	color: #333333 !important;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	z-index: 10000;
	min-width: 200px;
}

.submenu li{
	width: 100%;
	position: relative;
}

.submenu li:hover{
	background-color: #f5f5f5;
}

.submenu li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1rem;
}

/* .news-box img{
	height: 180px;
} */

.news-box .img-margin-bottom{
	text-align: center;
}

.side-img-text{
	font-size: 15px;
	line-height: 35px;
	font-weight: 500;
	text-align: justify;
}

.side-img-text a{
  font-size: 11px;
  color: #0fa80f;
  text-decoration: underline;
}


/* Accordion*/
.ac-label {
	font-weight: 700;
	position: relative;
	padding: .5em 1em;
	margin-bottom: .5em;
	display: block;
	cursor: pointer;
	background-color: whiteSmoke;
	transition: background-color .15s ease-in-out;
}

.ac-input:checked + label, .ac-label:hover {
	background-color: #c1c1c1;
}

.ac-label:after, .ac-input:checked + .ac-label:after {
	content: "+";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 2em;
	height: 100%;
	line-height: 2.25em;
	text-align: center;
	background-color: #e5e5e5;
	transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
	background-color: #b5b5b5;
}

.ac-input:checked + .ac-label:after {
	content: "-";
}

.ac-input {
	display: none;
}

.ac-text, .ac-sub-text {
	opacity: 0;
	height: 0;
	margin-bottom: .5em;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
	opacity: 1;
	height: auto;
}

.ac-sub .ac-label {
	background: none;
	font-weight: 600;
	padding: .5em 2em;
	margin-bottom: 0;
}

.ac-sub .ac-label:checked {
	background: none;
	border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
	left: 0;
	background: none;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
	background: none;
}

.ac-sub-text {
	padding: 0 1em 0 2em;
}

/* sponsor*/

.sponsor-1{

}

.sponsor-2 img{
	height: 85px;
	text-align: center;
}

/* Card grid*/

.page-content {
	display: grid;
	grid-gap: 1rem;
	padding: 1rem;
	max-width: 1024px;
	margin: 0 auto;
	font-family: var(--font-sans);
}
@media (min-width: 600px) {
	.page-content {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 800px) {
	.page-content {
		grid-template-columns: repeat(4, 1fr);
	}
}



.card {
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: 1rem;
	width: 100%;
	text-align: center;
	color: whitesmoke;
	background-color: whitesmoke;
	cursor: pointer;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);*/
}
@media (min-width: 600px) {
	.card {
		height: 350px;
	}
}
.card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background-size: cover;
	background-position: 0 0;
	transition: transform calc(var(--d) * 1.5) var(--e);
	pointer-events: none;
}
.card:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	pointer-events: none;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
	transform: translateY(-50%);
	transition: transform calc(var(--d) * 2) var(--e);
}
.card.card-1:before {
	background-image: url("../../images/professional.jpg");
}
.card.card-2:before {
	background-image: url("../../images/amatuer.jpg");
}

.card.card-3:before {
	background-image: url("../../images/champ-men1.jpg");
}

.card-cover-link{
	/*position: absolute;*/
	/*width: 100%;*/
	/*height: 100%;*/
}


.content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 1rem;
	transition: transform var(--d) var(--e);
	z-index: 1;
}
.content > * + * {
	margin-top: 1rem;
}

.card-link-mt{
	margin-top: 8rem;
}

.title {
	font-weight: bold;
	line-height: 1.2;
	color: whitesmoke;
}

.copy {
	font-family: var(--font-serif);
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.35;
}

.btn {
	cursor: pointer;
	margin-top: 1.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.65rem;
	font-weight: bold;
	letter-spacing: 0.025rem;
	text-transform: uppercase;
	color: white;
	background-color: black;
	border: none;
}
.btn:hover {
	background-color: #0d0d0d;
}
.btn:focus {
	outline: 1px dashed yellow;
	outline-offset: 3px;
}

.action-menu-btn{
    padding: 7px;
    background: #f25116;
    color: white;
}

@media (hover: hover) and (min-width: 600px) {
	.card:after {
		transform: translateY(0);
	}

	.content {
		transform: translateY(calc(100% - 4.5rem));
	}
	.content > *:not(.title) {
		opacity: 0;
		transform: translateY(1rem);
		transition: transform var(--d) var(--e), opacity var(--d) var(--e);
	}

	.card:hover,
	.card:focus-within {
		align-items: center;
	}
	.card:hover:before,
	.card:focus-within:before {
		transform: translateY(-4%);
	}
	.card:hover:after,
	.card:focus-within:after {
		transform: translateY(-50%);
	}
	.card:hover .content,
	.card:focus-within .content {
		transform: translateY(0);
	}
	.card:hover .content > *:not(.title),
	.card:focus-within .content > *:not(.title) {
		opacity: 1;
		transform: translateY(0);
		transition-delay: calc(var(--d) / 8);
	}

	.card:focus-within:before, .card:focus-within:after,
	.card:focus-within .content,
	.card:focus-within .content > *:not(.title) {
		transition-duration: 0s;
	}
}

.sponsor-advert{
	max-height: 500px;
}

.sponsor-advert-main{
	max-height: 700px;
}

sponsor-advert-video{
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
	height: auto;
}

th, td{
	vertical-align: middle;
}

.flex-direction-nav .flex-prev::before,
.flex-direction-nav .flex-next::before,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next{
	display:none;
}

.tab-wrap {
	transition: 0.3s box-shadow ease;
	border-radius: 6px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	list-style: none;
	background-color: #fff;
	margin: 40px 0;
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}
.tab-wrap:hover {
	/*box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);*/
}

.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
	opacity: 1;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
	border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tab:checked + label {
	background-color: #fff;
	box-shadow: 0 -1px 0 #fff inset;
	cursor: default;
}
.tab:checked + label:hover {
	box-shadow: 0 -1px 0 #fff inset;
	background-color: #fff;
}
.tab + label {
	box-shadow: 0 -1px 0 #eee inset;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #333;
	flex-grow: 3;
	text-align: center;
	background-color: #f2f2f2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: 50px;
	box-sizing: border-box;
	padding: 15px;
}
.tab + label:hover {
	background-color: #f9f9f9;
	box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
	padding: 10px 25px;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	transform: translateY(-3px);
	border-radius: 6px;
}

.slide-container{
	position: relative;
	overflow: hidden;
	height: 700px;
  }

.slide-content-width{
	position: absolute;
    width: 35%;
    top: 70%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.views-slideshow-controls-text-previous-processed a,
.views_slideshow_controls_text_previous a{
  position: absolute;
  top: 35%;
  left: 5px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  width: 33px;
  color: transparent;
  border: none;
}

.views-slideshow-controls-text-next-processed a,
.views_slideshow_controls_text_next a{
  position: absolute;
  top: 35%;
  right: 5px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  width: 33px;
  color: transparent;
  border: none;
}

.views-slideshow-controls-text-previous-processed a::before{
  content: "\f104";
  font-family: FontAwesome;
  padding: 0 10px;
  color: whitesmoke;
  position: absolute;
  font-size: 50px;
  top: 30%;
  left: -5%;
}

.views-slideshow-controls-text-next-processed a::before{
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 10px;
  color:whitesmoke;
  position: absolute;
  font-size: 50px;
  top: 30%;
  right: -5%;

}

.views_slideshow_controls_text_pause a,
.views-slideshow-controls-text-pause-processed a,
.views-slideshow-controls-text-status-play a{
  display: none;
}

.slide-links a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 18px;
    cursor: pointer;
    -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 25px;
    transition: all 0.3s ease-in;
    letter-spacing: 1px;
    line-height: 45px;
    border-radius: 50px;
    color: #ffffff !important;
    background-color: #3e4e52;
    border: 1px solid #3e4e52;
    font-family: Oswald;
  }

  .slide-links a:hover{
    background-color: #ab9f9f;
    color: #ffffff !important;
    border: 1px solid #ab9f9f;
  }



  .slide-links a:not(:nth-of-type(2)) {
    background-color: #EADE06;
    border-color: #EADE06;
    color: white;
  }

  .slide-links a:not(:nth-of-type(2)):hover{
    background-color: #ab9f9f;
    border-color: #ab9f9f;
  }

  .slide-links a:link,
  .slide-links a:visited{
    font-weight: 500;
    padding-right: 1.5em;
    text-decoration: none;
    color: #fff;
    transition: all .2s ease-in;
  }

  .royal-section-content{
	  top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-10%, -50%);
  }

  .royal-section{
    padding-top: 0 !important;
  }
  .royal-section img{
    width: 100%;
    height: auto;
  }

  #views_slideshow_cycle_teaser_section_sponsor-block_1{
    margin: 0 auto;
  }

  .top-bar-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.top-social-link .views-view-responsive-grid.views-view-responsive-grid--horizontal{
  display: flex !important;
}

.footer-menu{
  display: flex;
  flex-direction: column;
}

.competition-img-container img{max-width:100%;height:auto}

.login-container{
  display: flex;
  margin: 100px;
  justify-content: center;
  align-items: center;
}
