body {background-color: transparent;}
.header .header-home {position: static;background-color: #777676;padding: 15px 0;}
.header .header-logo .logo-anch img {width: 100%;max-width: 150px;}
.header .header-right {display: none;}
.header .navbar-nav > li > a {font-size: 3.5rem;}
.header ul.nav.navbar-nav {display: flex;align-items: center;}
.header .navbar-nav > li.wcc-bg-btn > a {font-size: 20px;background-color: #e43234;padding: 15px 30px !important;font-weight: 400;border-radius: 20px;box-shadow: 2px 2px 2px 2px #971311;}
.header ul.nav.navbar-nav li {margin: 0 10px;}
.header-home.sticky-header {position: fixed;}
.footer {background-color: #777676;}
.footer .f-top p, .footer h6, .fa, .footer .f-bottom p, .footer .f-bottom a, .footer .location span, .footer .location h3 {color: #fff;text-align: left;}
.footer .f-bottom p {text-align: center;}

/* common css */
.wcc-page img {width: 100%;}
.wcc-page .row {width: 100%;margin: 0 auto;}
.wcc-page section {padding: 50px 0;}
.wcc-page .wcc-title {font-family: 'Poppins-Bold';font-size: 8rem;text-transform: uppercase;}
.wcc-page .wcc-sub-title {font-size: 5rem;font-weight: 700;text-transform: uppercase;}
.wcc-page p {font-size: 30px;line-height: 1.4;margin: 0;}
.wcc-page .flex-wrap {display: flex;align-items: center;justify-content: space-evenly;}
.wcc-page .dark-grey-bg {background-color: #777676;}
.wcc-page .grey-bg {background-color: #cccccc;}
.wcc-page .wcc-bg-btn {font-size: 20px;background-color: #e43234;padding: 10px;border-radius: 25px;box-shadow: 2px 2px 2px 0px #971311;width: 100%;max-width: 150px;color: #fff;text-transform: uppercase;font-weight: 400;border-color: #e43234;}
.wcc-page .form-group {display: flex;align-items: center;margin-bottom: 25px;justify-content: center;}
.wcc-page .form-group label {width: 100%;max-width: 80px;text-align: left;margin: 0;}
.wcc-page textarea#message {resize: none;border-radius: 10px;}
.wcc-page .form-group input {height: 50px;border-radius: 10px;}
/* common css */

/* home css */
.wcc-home-page .banner-section {padding: 0;}
.wcc-home-page .banner-section .col-12 {padding: 0;display: flex;}
.wcc-home-page .banner-section .row {display: flex;align-items: center;align-items: stretch;}
.wcc-home-page .banner-section .row .col-12:first-child {background-color: #000;}
.wcc-home-page .banner-section .row .col-12:first-child img {max-width: 350px;margin: 0 auto;object-fit: contain;}

.wcc-home-page .about-wcc-wrap p {padding: 35px;background-color: #000;color: #fff;}

.wcc-home-page .trusted-section img {max-width: 250px;}
.wcc-home-page .trusted-section .wcc-sub-title {color: #fff;margin: 0 0 20px;}

.wcc-home-page .form-section {width: 100%;max-width: 500px;margin: 50px auto 0;}

.wcc-home-page .concessions-section .list-content {margin: 30px 0 0;}
.wcc-home-page .concessions-section .concessions-section .list-content ul {padding: 10px 20px;}
.wcc-home-page .concessions-section .list-content p, .list-content li {font-size: 1.5em;line-height: 1.5;}
.wcc-home-page .concessions-section img {outline: 10px solid #000;border-radius: 5px;margin: 20px;}
.wcc-home-page .concessions-section .row-section {align-items: center;display: flex;}
.wcc-home-page .concessions-section .col-md-4 img {height: 100%;margin-bottom: 0;object-fit: cover;min-height: 150px;}
.wcc-home-page .past-events-section .event-image {width: 100%;max-width: 250px;}
.wcc-home-page .past-events-section .image-wrapper .right-image.event-image {position: absolute;left: 30%;top: 30%;}
.wcc-home-page .past-events-section .image-wrapper {position: relative;}
.wcc-home-page .past-events-section .event-image {transform: rotate(5deg);}
.wcc-home-page .past-events-section .right-image.event-image {transform: rotate(-5deg);}
.wcc-home-page .past-events-section .row {display: flex;align-items: center;}
/* home css */

.wcc-home-page .past-events-section .event-image {
    padding: 1rem;
    box-shadow: 0 0.2rem 1.2rem rgb(0 0 0 / 30%);
    background-color: #fff;
}
.pol-title {
    font-family: 'Poppins-Bold';
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
}
.footer .f-top .row {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
@media (max-width: 1200px) {
	.wcc-page .wcc-title {font-size: 6rem;}
	.wcc-home-page .concessions-section .col-md-4 img {min-height: 100px;}
	.wcc-home-page .concessions-section .list-content p, .list-content li, .wcc-page p {font-size: 20px;}
}
@media (max-width: 991px) {
	.header .header-right {display: flex;}
	.mainNav .navigation-list.active {position: absolute;z-index: 1111;padding: 0;left: 0;right: 0;height: 100vh;}
	.mainNav .navigation-list .navigation-detail ul li a {color: #fff;}
	
	.wcc-home-page .past-events-section .event-image {max-width: 200px;}
	.wcc-page section {padding: 30px 0;}
	.wcc-page .wcc-title, .wcc-page .wcc-sub-title {font-size: 4rem;}
	.wcc-home-page .trusted-section img {max-width: 180px;}
	.wcc-home-page .concessions-section .col-md-4 img {min-height: 85px;}
	.footer .f-social-follower .f-follower, .location {text-align: left;}
	.location {margin-bottom: 20px;}
}

@media (max-width: 767px) {
	.wcc-home-page .past-events-section .row, .wcc-home-page .concessions-section .row-section {display: block;}
	.wcc-home-page .past-events-section .event-image {margin: 0 auto;}
	.wcc-home-page .past-events-section .event-image, .wcc-home-page .past-events-section .right-image.event-image {transform: none;display: inline-block;margin: 10px;}
	.wcc-home-page .past-events-section .image-wrapper .right-image.event-image {position: static;}
	.wcc-home-page .past-events-section .image-wrapper {text-align: center;margin: 30px 0 0;}
	
	.wcc-home-page .concessions-section img {margin: 20px 0;}
	.wcc-home-page .concessions-section .col-md-12, .wcc-home-page .concessions-section .col-12 {margin: 20px 0;}
	.wcc-home-page .past-events-section .event-image {margin: 10px 0;}
	
	.wcc-page .wcc-title, .wcc-page .wcc-sub-title {font-size: 35px;}
	.wcc-home-page .concessions-section .list-content ul {padding-left: 20px;}
	.wcc-home-page .concessions-section .list-content p, .list-content li, .wcc-page p {font-size: 18px;}
	.wcc-home-page .concessions-section .col-md-12 img {margin: 0;}
	.wcc-home-page .about-wcc-wrap p {padding: 15px;}
}

@media (max-width: 575px) {
	.wcc-page .flex-wrap {display: block;}
	.wcc-page .flex-wrap .image-wrap {display: inline-block;margin: 0 10px 10px;}
	.wcc-page .form-group {display: block;}
	.wcc-page .form-group label {max-width: 100%;margin-bottom: 10px;}
}
