body{
	font-family: 'Poppins', sans-serif;
	color: #949494;
}
h1, h2, h3, h4, h5, h6 {	
	font-family: 'Poppins', sans-serif;
	color: #262d33;
	margin:0;
}

p {
	line-height: 22px;
	color:#949494;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}
a {
	color: #1f2746;
}

a:focus, a:hover {
	text-decoration: none!important;
}

.wrapper {
	float: left;
	width: 100%;
}
.pd-0 {
	padding: 0px!important;
}

.pd-rl-0{
	padding-right:0px!important;
	padding-left:0px!important;
}


.pd-10 {
	padding: 10px 0;
}
.mrgn-0 {
	margin: 0;
}

.mt-20{
    margin-top:20px;
}

.pd-40 {
	padding: 40px 0;
}
.pd-20 {
	padding: 20px 0;
}
.pd-60 {
	padding: 60px 0;
}
.pd-80 {
	padding: 80px 0;
}
.pd-100 {
	padding: 100px 0;
}
.pd-50 {
	padding: 50px 0;
}
.pd-65 {
	padding: 65px 0;
	position: relative;
	z-index: 3;
}
.pd-85 {
	padding: 85px 0;
	position: relative;
	z-index: 3;
}
.pd-btm-50 {
	padding-bottom: 50px;
}
.pd-top-50 {
	padding-top: 50px;
}

.mgtp30{
	margin-top:30px;
}	
.mp-0 {
	margin: 0;
	padding: 0;
}

.bg-lightgrey{
	background-color:#e3e3e3;
}

.bg-white{
	background-color:white;
}

.bg-blue{
	background-color:#012748;
}

.bg-red{
	background-color:#db0309;	
}

.color-blue{
	color:#012748;
}

.color-red{
	color:#db0309;
}

.my-10{
	margin-top:10px;
	margin-bottom:10px;
}

.subline-abt {
	border: 1px solid #db0309;
	width: 166px;
	display: inline-block;
	margin-top: 2px;
}

.line-abt {
	border: 1px solid #012748;
	width: 250px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}

.subline {
	border: 1px solid #db0309;
	width: 184px;
	margin-top: 7px;
}

.line {
	border: 1px solid #012748;
	width: 250px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

.d-none-media-icon{
    display:none;
}

.d-none-media-hover{
    display:none;
}


.d-none{
    display:none;
}

/*--------------------------*/

/* Header  */

.hdr {
	float:left;
}

	header{
		color:white;
	}

/* Pre-header  */

.pre-header {
	background-color: #012748;
text-transform: uppercase;
font-size: 22px;
}

.main-logo-box {
	display: inline-block;
    
}

.logo-area {
	position: absolute;
	/*! border-radius: 140px 160px 10px 10px; */
	/* position: relative; */
	top: 18px;
	z-index: 100;
	height: 160px;
	
	display: inline-block;
}
.logo-area img {
	width: 141px;
	background: #fff;
	padding: 8px 8px 7px 8px;
	border-radius: 90px 90px 0px 0px;
	/* position: relative; */
	/* top: -9px; */
	/* z-index: 100; */
}
.secondlogo img {
	width: 170px;
	float: right;
	height: 160px;
	padding-top: 8px;
	background: #fff;
}


.pre-header p {
	color: white;
	line-height: 42px;
	padding: 0px 0px 0px 158px;
	position: relative;
	top: 51px;
	font-size: 31px;
	font-weight: 500;
	display: inline-block;
	width: 80%;
}

.hdrsrchblk {
	margin-top: 67px;
	position: relative;
	display: inline-block;
}

.hdrsrchblk span:hover {
	background: #db0309de;
}

.hdrsrchblk::after {
	position: absolute;
	content: "\f095";
	top: -78px;
	background-repeat: no-repeat;
	font-size: 27px;
	background: #db0309;
	border-radius: 0px 0px 50px 50px;
	width: 53px;
	height: 79px;
	text-align: center;
	line-height: 65px;
	font-family: 'FontAwesome';
	right: 57px!important;
}



.hdrsrchblk span {
	font-size: 19px;
	padding: 12px 23px 10px 21px;
	background: #fff;
	color: #000;
	border-radius: 30px 30px 30px 30px;
	letter-spacing: 0px;
}

.media-des-bar {
	background: rgba(0,0,0, 0.5);
	content: "";
	position: absolute;
	left: 0;
	top: 135px;
	bottom: 0;
	right: 0;
	height: 25%;
	transition: all 0.4s ease 0s;
}

.media-des-bar h3 a{
   	display: block;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 13px 20px;
}

.media-des-bar h3 {
	margin: 0;
	font-size: 19px;
}

.main-header {
	position: relative;
	background-color: #ffffff;
	//padding: 4px 0px;
	overflow: hidden;
	z-index: 0;
}
.main-header::after {
	background: #fff;
	position: absolute;
	right: 0px;
	height: 100%;
	width: 30%;
	top: 0;
	content: "";
	z-index: 1;
}
.hdrnavbar #cssmenu {
	background: #db0309;
}
#cssmenu {
	margin: 0px 0 0;
}
.hdrnavbar #cssmenu > ul > li > a {
	line-height: 56px;
	padding: 0 9px;
}
#cssmenu li:last-child {
	margin: 0px;
	float: right;
	padding-right: 0;
}

.main-header::before {
	background: #db0309;
	content: "";
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	position: absolute;
}
.slider .item img {
	height: 500px !important;
}

.topbar-right {
	text-align: left;
	position: relative;
	z-index: 2;
}

.top-bar-right {
	background: #fff;
	padding: 10px 0 10px 5px;
	position: relative;
	z-index: 1;
	line-height: 19px;
	display: inline-block;
	vertical-align: middle;
}




/*
.main-header {
	background-color: #db0309;
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 100%;
	padding: 9px 0px;
}
.main-header::after {
	background: #fff;
	position: absolute;
	content: "";
	right: 0;
	width: 236px;
	top: 0;
	bottom: 0;
	z-index: -1;
}*/


.navigation {
	padding-top: 14px;
}

.main-header .navigation nav {
	padding: 0px 0px 0px 110px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.hdrnavbar {
	padding-left: 0px;
}
.hdrfolwushdng {
	position: relative;
	top: 0;
	background: #fff;
	bottom: 0;
	line-height: 56px;
}

.hdrfolwushdng h3 {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin: 0;
	position: relative;
	padding-right: 15px;
	line-height: 57px;
	background: #db0309;
	font-weight: 400;
	margin-right: 24px;
}
.hdrfolwushdng h3::after {
	content: " ";
	position: absolute;
	left: 100%;
	top: 18px;
	border-top: 10px solid transparent;
	border-right: none;
	border-left: 10px solid #db0309;
	border-bottom: 10px solid transparent;
}
.scl-menu .hdrfolwushdng a {
	display: inline-block !important;
	color: #012748;
	transition: all 0.4s ease 0s !important;
	margin-left: 20px !important;
	font-size: 16px;
}

.hdrsocialicons {
	display: inline-block;
}
.hdrsocialicons li {
	float: left;
}

.hdrsocialicons li a {
	color: #012748;
	padding: 10px 7px;
	transition: all ease 0.6s;
}

.hdrsocialicons li a:hover {
	color: #db0309;
}

.hdrsocialicons li .fa {
	padding-top: 7px;
}


/*about*/

.abthdng {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 45px;
}


.abthdng::after {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	background: #012748;
	width: 200px;
	height: 2px;
}

.abthdng::before {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	background: #db0309;
	width: 150px;
	height: 2px;
	bottom: -6px;
}

.note {
	font-weight: 600;
	color: #818181;
	margin-top:20px;
}

.hdng2 {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 45px;
	text-align:center;
}

.hdng2 h1::before {
	background-image: url('../image/hdng-bg-p.png');
	content: " ";
	position: absolute;
	padding: 45px;
	width: 177px;
	height: 106px;
	z-index: -1;
	background-size: 158px 90px;
	background-repeat: no-repeat;
	bottom: -50px;
	left: 43%;
}

.hdng2::after {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	background: #012748;
	width: 200px;
	height: 2px;
	margin:auto;
}

.hdng2::before {
	position: absolute;
	content: " ";
	left: 0;
	right: 0;
	background: #db0309;
	width: 150px;
	height: 2px;
	bottom: -6px;
	margin:auto;
}


.abthdng h1 {
	color: #012748;
	font-weight: 500;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 36px;
}

.abthdng h1 span {
	color: #db0309;
}

.social-icons {
	height: 52px;
	width: 100%;
}
	

.social-icon-box{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display:flex;
}
	
.social-icon-box p {
	color: white;
	border-left: 1px solid white;
	padding-left: 12px;
}
	
.main-header .navigation nav ul{
	display:flex;	
}

.main-header .navigation nav ul li{
	list-style-type:none;
	margin:0px 20px;
}

.main-header .navigation nav ul li a {
	text-decoration: none;
	color: #fff;	
}

.main-header .navigation nav ul li a:hover{
	text-decoration:none;
	
}

.social-icons {
	height: 52px;
	width: 100%;
	padding: 14px;
}

.social-icons ul {
	display: flex;
}

.social-icons ul li {
	list-style-type: none;
	margin: 0px 14px;
}


.social-icons ul li a .fa {
	color: #012748;
	font-size: 18px;
}

.followus p {
	color: white;
	font-size: 11px;
	font-weight: 600;
	text-transform:uppercase;	
}



/*----- Slider ------*/
.slider{
	clear:both;
}

.carousel-inner img {
    width:100%;
	height: 650px;
	
}
.carousel-indicators {
	bottom: 112px !important;
}
/*----- About us -------*/


.abtxt p {
	line-height: 24px;
	text-transform: initial;
	font-size: 14px;
}

/*
.aboutus::after {
	content: " ";
	width: 350px;
	background-image: url('../image/bgkrate.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 160px;
	z-index: 999;
	opacity: 0.5;
	bottom: 0;
	top: 125px;
}
*/

.aboutus {
	box-shadow: -12px 17px 18px -1px rgba(214,214,214,0.82);
	position: relative;
	bottom: 120px;
	background-color: white;
	padding: 40px;
	text-transform: uppercase;
	border-left: 7px solid #db0309;
}

.aboutimg img{
	width:100%;
}

/*
.aboutus::before {
	content: " ";
	width: 535px;
	right: 0px;
	top: 0px;
	background-image: url('../image/bgkrate.png');
	background-repeat: no-repeat;
	border: 1px solid red;
	background-size: 20px 20px;
	position: absolute;
	left: 160px;
	z-index: 999;
	height: 423px;
}
*/

.aboutimg img {
	width: 100%;
	z-index: 99;
	position: relative;
}

.aboutimg img {
	width: 100%;
	z-index: 99;
	position: relative;
	outline: 10px solid #e8f3fd91;
}

/* Trainer */

.trainer {
	background-color: #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;
}

.heading h1 {
	padding: 0px 0px;
	text-transform: uppercase;
}

.trainer-box-image img {
	width: 284px;
	height: 230px;
}

.trainer-box-image {
	overflow: hidden;
	height: 222px;
	width: 420px;
}

.trainer-box {
	display: flex;
	height:222px;
}

.trainer-box-text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.trainer-icon-box ul {
	display: flex;
}

.trainer-icon-box ul li {
	margin:5px 20px;
}

.trainer-box-image-i img {
	width: 100%;
    display:block;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.trainer-box-text-i {
	text-align: center;
}

.trainer-box-image-i {
	height: 245px;
	overflow: hidden;
	text-align: center;
	border-top-left-radius:10px;
    border-top-right-radius:10px;
}


.trainer-icon-box-i ul {
	display: flex;
	padding: 0px 85px;
}

.trainer-icon-box-i ul li {
	margin:5px 20px;
}

.cntnr-abt{
	height:10px;
}


.trainer-icon-box-i a {
	background: #db0309;
	padding: 12px 24px;
	border-radius: 25px;
	top: 10px;
	position: relative;
	color: #fff;
}


.trainer-icon-box a {
	background: #db0309;
	padding: 12px 24px;
	border-radius: 25px;
	top: 10px;
	position: relative;
	font-size: 14px;
	color: #fff;
}

.trainer-icon-box a:hover {
	color: black;
	transition: all 0.5s ease-in-out;
	background: white;
}

.trainer-icon-box-i a:hover {
	color: black;
	transition: all 0.5s ease-in-out;
	background: white;
}

.trainer-box-i {
	padding-bottom: 25px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.trainer-box-text, .trainer-box-text-i  {
	padding: 14px 25px;
	color: #fff;
	position:relative;
	/*
	background-image: url('../images/trainerbg.jpg');
	background-size: cover;
	*/
}

.trainer-box-text::before {
	background-image: url('images/trainerbg.jpg');
	z-index: 9999;
	opacity: 1;
	background-size: cover;
	/* border: 1px solid red; */
	/* height: 500px; */
	position: absolute;
	content: " ";
	top: 0;
	bottom: 0;
	left: 0;
}

.trainer-box-text h2, .trainer-box-text-i h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 11px;
}

.trainer-box-text small, .trainer-box-text-i small {
	color: #cb0000;
	font-size: 14px;
	font-weight: 550;
	text-transform: uppercase
	line-height:2.3;
}

.trainer-icon-box ul li:first-child {
	margin-top: 5px;
	margin-left: 0px;
}

.trainer-icon-box .fa {
	color: white;
	font-size: 20px;
}

.trainer-icon-box-i .fa {
	color: white;
	font-size: 20px;
}

.pre-header .main-header a:hover {
	text-decoration: none;
}


.gallery-image-box img {
	width: 100%;
}

.px0 {
	padding: 0px !important;
}



/*-------- lightbox -------*/

    .lightbox{
		z-index: 1041;
	}

    .small-img{
      width: 100%;
    }

	.modal-backdrop {
	z-index: 99!important;
}


/*----- classes -------*/
.bg-img {
	background-image: url('../image/bg.png');
	height: 250px;
	background-size: contain;
}


.classheadbox {
	
}

.class-box-head p {
	font-size: 22px;
	padding: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-style: italic;
	margin-bottom:0px;
}

.content-box-head-text p {
	margin: 30px 0px;
	font-size: 20px;
	text-transform: uppercase;
	color: red;
	font-weight: 500;
}

.class-content-box {
	padding: 20px;
}

.class-content-list ul li {
	font-size: 16px;
	line-height: 34px;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #012748 !important;
}

.class-inner {
	margin-top: 10px;
}


/*-------  footer ----------*/

.footer-box {
	padding: 50px 0px;
	border-top:5px solid red;
}

.footer-inner-box .logoimg {
	float: left;
	border-radius: 60px;
	width: 100px;
	padding: 3px;
	background: #fff;
	margin-top: 0px;
}

.footer-inner-box .logoimg img {
	max-width: 100%;
	border-radius: 50%;
}

.logotxt p {
	text-transform: uppercase;
	color: #ddd;
	font-size: 18px;
}

.footer-info p {
	color: #e3e3e3;
}

.footer-info {
	padding-top: 29px;
}

.logo-text {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 120px;
	width: 183px;
	font-size: 19px;
	line-height: 30px;
	margin-top: 2px;
/*	margin-bottom: -10px; */
}


.footer-social-icons ul {
	display: flex;
}

.footer-social-icons ul li {
	margin-left: 0px;
	padding-right: 20px;
}
.footer-social-icons ul li .fa {
	color:#ddd;
	font-size: 20px;	
}


.footer-social-icons .fa:hover {
    color:red;
}

.footer-heading {
	padding-left: 25px;
	text-transform: uppercase;
	margin-top: 8px;

}
.footer-heading p {
	color: #ddd;
	font-size: 22px;
	font-weight: bold;
}

.about-info {
	padding-left: 27px;
	color: #ddd;
	margin-top: 29px;
	font-size: 14px;
}


.contact-info p:nth-child(2) {
	margin-top: 30px;
	font-size:14px;
}

.contact-info p:nth-child(3) {
	margin-top: 30px;
	font-size:14px;
}

.contact-info .fa {
	color: #db0309;
	font-size: 20px;
	padding-right: 5px;
}

.contact-info{
	padding-left:25px;
	margin-top:29px;	
}

.updates-info{
	padding-left:25px;
	margin-top:29px;

}


.btn.subscribe-btn:hover {
	background: #fff;
	color: #db0309;
	font-weight: 500;
	transition: all 0.5s ease;
}

.subscribe-btn {
	border-radius: 0px;
	background-color: #db0309;
	border: 0px;
	padding: 13px 0px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	width: 100%;
}

.updates-info form .subscribe-btn span {
	color: white;
	font-size: 18px;
}

.about-info p , 
.contact-info p ,
.updates-info p {
	color: #ddd;
}

/*---------*/




/*gallery*/

.media-col {

}
.media-row {
	 margin-top: 30px; 
}

.media-tabs {
	overflow: hidden;
	clear: both;
	text-align: center;
}
.media-tabs ul {
	display: inline-block;
}
.media-tabs li {
	float: left;
}
.media-tabs li a {
	background: #fff;
	position: relative;
	color: #012748;
	border: 1px solid #d4d4d4;
	margin: 0 -1px;
	padding: 0 25px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.media-tabs li a::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 10px;
	height: 10px;
	border-left: 8px solid transparent;
	border-top: 8px solid #db0309;
}
.media-tabs li.active a {
	background: #012748;
	color: #cb0000;
	border: 1px solid #012748;
}
.media-tabs li.active a::before {
	border-top: 8px solid #cb0000;
}
.media-tabs li a:hover,
.media-tabs li.active a:hover {
	background: #012748;
	color: #cb0000;
	border: 1px solid #012748;
}
.media-tabs li a:hover::before,
.media-tabs li.active a:hover::before {
	border-top: 8px solid #cb0000;
}
#my-media-container {
	display: block;
}
.media-row .media-col {
	/* width: 25%; */
}
.media-row .media-col:last-child {
	/* width: 50%; */
}

.media-item {
	position: relative;
	margin-top: 30px;  
	box-shadow: 0 0 16px 2px rgba(0,0,0,.1);
	transition: all 0.4s ease 0s;
}
.media-media {
	position: relative;
	margin-bottom:30px;
}

.media-media img {
	width: 100%;
}

.media-media-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	
}
.media-media-icon a {
	background: #cb0000;
	width: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 19px;
	transition: all 0.4s ease 0s;
	height: 40px;
	text-align: center;
	padding: 7px 12px;
}
.media-item:hover .media-media-icon a {
	opacity: 0;
}
.media-media-hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.media-media-hover::before {
	background: #cb0000;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
	opacity: 0.8;
	transition: all 0.4s ease 0s;
}
.media-item:hover .media-media-hover::before {
	top: 0;
	height: 100%;
}
.media-media-hover a {
	position: absolute;
	width: 70px;
	line-height: 68px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 25px;
	color: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -50px;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.media-item:hover .media-media-hover a {
	opacity: 1;
}
.media-des {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.media-des::before {
	background: rgba(0,0,0, 0.5);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	transition: all 0.4s ease 0s;
	z-index: -1;
}
.media-item:hover .media-des::before {
	height: 0;
}
.media-des h3 {
	margin: 0;
	font-size: 18px;
}
.media-des h3 a {
	display: block;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 13px 20px;
}

/*bredcrumb*/

.brdcrmp-blk {
	position: relative;
	background: #000;
	padding: 70px 0px;
	z-index: 0;
	text-align: center;
	margin-bottom: 50px;
	color: #fff;
}
.brdcrmp-blk::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(../image/bredbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.2;
	background-position: top center;
}
.brdcrmp {
	text-align: center;
	display: inline-block;
padding-top:10px;
}
.brdcrmp-ttl h2 {
	color: #fff;
	font-weight: 400;
	margin-top: 40px;
}

.brdcrmp li {
	float: left;
	padding:0 5px;
}

.brdcrmp li a {
	color: #db0309;
}



.ybxblk-icon img {
	width: 80px;
}

.ybxinner {
	text-align: center;
	padding: 55px 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: -10px -10px 40px -1px rgba(214,214,214,0.82);
}

.ybxblk::after {
	background-image: url('../image/hdng-bg-p.png');
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 37px;
	content: " ";
	background-repeat: no-repeat;
	z-index: -1;
}

.ybxblk {
	position: relative;
	z-index: 0;
}

.ybxlkhd h3 {
	color: #db0309;
	text-transform: uppercase;
	padding:15px;
}

.ybxblk-pra p {
	color: #012748;
}


.ybxinner:hover {
	background: #db0309;
	transition: all 1s ease-in-out;
}

.ybxinner:hover h3 {
	color: #fff;
}


.ybxinner:hover p {
	color: #fff;
}

.cntctbxinner {
	text-align: center;
	border-right: 1px solid #d1d1d1;
}

.cntctbxhd h4{
	color:#db0309;
	
}

.cntctbxblk-icon img {
	width: 60px;
}


.cntctfrmbx {
	text-align: right;
	padding:61px;
	position:relative;
	z-index:0;
}

.cntctfrmbx textarea {
	height: 120px !important;
}

.trainer-icon-box button {
	background: #db0309;
	border: none;
	border-radius: 0px;
	padding: 14px 45px;
	font-size: 18px;
	text-transform: uppercase;
	transition:all ease 0.6s;
}

.trainer-icon-box button:hover {
    background:#012748;
    	padding: 14px 50px;
}

.cntctfrmbx .form-control {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0px;
	height: 52px;
}

.mapbx::before {
    position: absolute;
    content: " ";
    top: 0;
    right: -80px;
    bottom: 0;
    background: white;
    width: 140px;
    transform: skewX(-13deg);
    /* height: 510px; */
}

.mapbx iframe {
    width: 100%;
    height: 470px;
}



.cntctfrmbx::after {
	background-image: url('../image/bgcntct.png');
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: " ";
	background-repeat: no-repeat;
	z-index: -1;
	background-size: contain;
	opacity: 0.5;
}

.cntctfrmbx form h3 {
	color: #db0309;
	padding-bottom: 20px;
}

.abt-blk {  
    //height: 526px;
	padding: 0px;
	margin: 0px;
}

.abtwhy {
	margin: 10px auto;
/*	position:relative; */
    padding-bottom:40px;
}

/*-- Association --*/

.assoc {
	padding-top: 0px;
	padding-bottom: 50px;
}

.heading h1 {
	padding: 0px 0px;
	text-transform: uppercase;
}

.assoc-box-image img {
	width: 284px;
	height: 230px;
}

.assoc-box-image {
	overflow: hidden;
	height: 222px;
	width: 420px;
}

.assoc-box {
	display: flex;
	height:222px;
}

.assoc-box-text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.assoc-icon-box ul {
	display: flex;
}

.assoc-icon-box ul li {
	margin:5px 20px;
}

.assoc-box-image-i img {
	width: 100%;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 280px;
}

.assoc-box-image-i {
	height: 253px;
	overflow: hidden;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	z-index: 0;
}

.assoc-inner {
	margin-top: -30px;
}
.assoc-inner .assoc-box-i {
	padding: 0px;
	margin: 30px 0 0 0;
}


.assoc-box-image-i::after {
	position: absolute;
	content: " ";
	bottom: 0px;
	right: 0;
	left: 0;
	width: 100%;
	background: #db0309;
	transform: skewY(4deg);
	z-index: 1;
	clip-path: polygon\(0 40px, 100% 34%, 100% 36%,;
	width: 100%;
	height: 175px;
	top: 204px;
}

.assoc-box-image-i h4 {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	text-align: left;
	color: #fff;
}


.assoc-icon-box-i ul {
	display: flex;
	padding: 0px 85px;
}

.assoc-icon-box-i ul li {
	margin:5px 20px;
}

.cntnr-abt{
	height:10px;
}

.assoc-icon-box a {
	background: #db0309;
	padding: 8px;
	border-radius: 25px;
	top: 10px;
	position: relative;
	font-size: 14px;
}

.assoc-icon-box-i a {
	background: #db0309;
	padding: 8px;
	border-radius: 0;
	position: relative;
	font-size: 14px;
	display: block;
}

.assoc-icon-box-i a:hover {
	color: black;
	transition: 2 all ease;
	background: white;
}

.assoc-icon-box a:hover {
	color: black;
	transition: all 0.5s ease-in-out;
	background: white;
}

.assoc-icon-box-i a:hover {
	color: black;
	transition: all 0.5s ease-in-out;
	background: white;
}

.assoc-box-i {
	padding-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
}

.assoc-box-text {
	padding: 14px 25px;
	color: #fff;
	position:relative;
	/*
	background-image: url('../images/assocbg.jpg');
	background-size: cover;
	*/
}

.assoc-box-text::before {
	background-image: url('images/assocbg.jpg');
	z-index: 9999;
	opacity: 1;
	background-size: cover;
	/* border: 1px solid red; */
	/* height: 500px; */
	position: absolute;
	content: " ";
	top: 0;
	bottom: 0;
	left: 0;
}

.assoc-box-text h2, .assoc-box-text-i h2 {
	color:#fff;
	text-transform: uppercase;
	font-weight: 700;
}


.assoc-box-text small, .assoc-box-text-i small {
	color: #cb0000;
	font-size: 14px;
	font-weight: 550;
	text-transform: uppercase
}

.assoc-icon-box ul li:first-child {
	margin-top: 5px;
	margin-left: 0px;
}

.assoc-icon-box .fa {
	color: white;
	font-size: 20px;
}

.assoc-icon-box-i .fa {
	color: white;
	font-size: 15px;
	margin-right: 5px;
}



.assoc-box-text-i::after {
	/*! position: absolute; */
	/*! content: " "; */
	/*! top: -95px; */
	/*! bottom: 0; */
	/*! right: 0; */
	/*! left: 0; */
	/*! width: 100%; */
	/*! background: #db0309; */
	/*! transform: skewY(-7deg); */
	/*! z-index: -99; */
	/*! clip-path: polygon(0 40px, 100% 34%, 100% 36%, 0 21%); */
}





/*
.assoc-box-image-i::after {
	position: absolute;
	content: " ";
	top: 193px;
	bottom: 0;
	right: 0;
	left: 15px;
	width: 92%;
	background: #db0309;

	transform: skewY(-5deg);
	clip-path: polygon(0 31px, 100% 34%, 100% 36%, 0 21%);
}
*/

.assoc-box-text-i {
	z-index: 0;
	position: relative;
	padding: 20px 20px 0 20px;
}
.assoc-sec-item {
	position: relative;
	padding-left: 120px;
	min-height: 105px;
}
.assoc-sec-img {
	position: absolute;
	left: 0;
	top: 0;
}
.assoc-sec-img img {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	border: 4px solid #fff;
}

.assoc-box-text-i h4 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.assoc-box-text-i p {
	color: #fff;
	font-size:14px;
	min-height: 44px;
}

.assoc-box-text-i h6 {
	color: #db0309;
//	text-transform: uppercase;
	font-size: 16px;
	position: absolute;
	top: 30px;
}


.assoc-box-text-i span {
//	font-weight: bold;
//	text-transform: uppercase;
	display: block;
	margin-bottom: 6px;
	color:#fff;
}

.dst {
	border-top: 1px dashed rgba(255,255,255,0.4);
	padding-top: 9px;
}

.assoc-icon-box-i a {
	color: #fff;
	padding: 12px 44px;
	text-transform: uppercase;
}

.assoc-icon-box-i a:hover .fa.fa-user {
	color: #db0309;
}


.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
	background-color: #DB0309;
	color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.plyr-box-text-i::after {
	position: absolute;
	content: " ";
	top: -56px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: #db0309;
	transform: skewY(-6deg);
	z-index: -99;
	clip-path: polygon(0 13px, 100% 34%, 100% 36%, 0 21%);
}

.plyr-box-text-i {
	z-index: 0;
	position: relative;
	text-align: center;
	padding: 40px 5px;
}

.plyr-box-text-i h4 {
	color: #fff;
	text-transform: uppercase;
}

.plyr-box-text-i h6 {
	color: #fff;
	text-transform: uppercase;
}

.plyr-box-text-i span {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	text-align: center;
}





.plyr-box-text-i::after {
	position: absolute;
	content: " ";
	top: -56px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	background: #db0309;
	transform: skewY(-6deg);
	z-index: -99;
	clip-path: polygon(0 13px, 100% 34%, 100% 36%, 0 21%);
}


.dst p {
	margin: 0px;
	min-height: 0px;
	line-height: 12px;
}
.adrs {
	margin: 15px -20px 0 -20px;
	background: #fff;
	padding: 10px 20px;
	border-radius: 0;
}

.adrs p {
	margin: 0px;
	min-height: 0px;
	/* line-height: 17px; */
	color: #012748;
	min-height: 73px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.adrs p span{
    color:#db0309;
    
}


.assoc-btn-box {
	padding: 0;
	text-align: center;
	margin: 0 -20px;
}




/*player*/


/******players Players*****/
.player-item {
	position: relative;
	padding: 10px;
	margin: 20px 0px;
}

.player-team-logo {
	position: absolute;
	width: 50px;
	left: 30px;
	top: -17px;
	z-index: 2;
}
.player-type {
	position: absolute;
	left: 0px;
	font-size: 20px;
	text-transform: inherit;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	font-weight: 600;
	bottom: 0;
	z-index: 10;
	background: rgba(1,39,72,0.7);
	width: 100%;
	padding-left: 9px;
	line-height: 47px;
}


.player-hdr {
	position: relative;
	background: #012748;
	padding: 10px 70px 10px 13px;
	overflow: hidden;
	z-index: 1;
	text-align: left;
}
.player-hdr::before {
	background: #db0309;
	position: absolute;
	content: "";
	top: -2px;
	right: -22px;
	bottom: -2px;
	width: 77px;
	transform: skew(-40deg);
	z-index: -1;
}
.player-hdr::after {
	background: #fff;
	position: absolute;
	content: "";
	top: -2px;
	right: -12px;
	bottom: -2px;
	width: 71px;
	transform: skew(-40deg);
	z-index: -2;
}
.player-hdr h3 {
	margin: 0;
	font-size: 23px;
	color: #fff;
}
.player-hdr span {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 7px;
	font-size: 23px;
	font-weight: 600;
}
.player-media {
	position: relative;
	padding-top: 20px;
	margin: 0 0px;
	//box-shadow: 0 8px 12px 4px rgba(0,0,0,.1);
}

.player-media::before {
	background: url('../image/line-blue.png');
	position: absolute;
	content: "";
	left: 50px;
	top: 0;
	width: 6px;
	height: 46px;
}
.player-media::after {
	background: url('../image/line-red.png');
	position: absolute;
	content: "";
	right: 45px;
	top: 0;
	width: 6px;
	height: 46px;
}
.player-media span {
	display: block;
	position: relative;
	z-index: 1;
}
.player-media span::before {
	background: url('../images/grey-pattern.png');
	position: absolute;
	content: "";
	left: 20px;
	right: 50px;
	top: 0;
	height: 190px;
	opacity: 0.5;
	z-index: -1;
}
.player-media span::after {
    background:inherit;
	/* background: #012748; */
	position: absolute;
	content: "";
	left: 20px;
	top: 0;
	right: 50px;
	height: 190px;
	z-index: -2;
}

.player-media img {
	max-width: 100%;
}

.event-box-image-i img {
	width: 100%;
}

.event-box-text-i {
	position: relative;
	cursor:pointer;
	transform: skew(0,0deg);
}

.event-icon-box-i {
	position: absolute;
	background: #ff0000a1;
	top: -38px;
	bottom: 0;
	padding: 13px 10px;
	width: 100%;
}

.event-box-content {
	position: absolute;
	top: 10px;
 /*	text-align:center; */
}

.event-box-content a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.event-box-i {
	overflow: hidden;
}

/*
.event-date {
	position: absolute;
	top: 23px;
	right: 30px;
	background: #db0309;
	padding: 4px 8px;
	border-radius: 46px;
	color: #fff;
	font-size: 14px;
}
*/

.event-box-image-i {
	position: relative;
}

.eventdtl-date {
	position: absolute;
	top: 16px;
	right: 10px;
	background: #db0309;
	padding: 4px 8px;
	border-radius: 46px;
	color: #fff;
	font-size: 14px;
}

.event-date {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #db0309;
	padding: 4px 8px;
	border-radius: 46px;
	color: #fff;
	font-size: 14px;
}



.event-box-text-i p {
	display:none;
}

.event-box-i:hover .event-box-text-i p {
	color: #fff;
	display: block;
	line-height: 18px;
	top: 22px;
	position: relative;
	padding:1px;
}

.event-box-i:hover .event-icon-box-i {
	position: absolute;
	background: #012748a6;
	top: -120px;
	bottom: 0;
	padding: 8px 8px;
	transition: all 0.4s ease;
	color: #fff;
}

.event-box-i:hover a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	position: relative;
	top: 18px;
}

/*
.event-box-content .fa-address-book {
	color: white;

}

.event-box-i:hover .fa-address-book {
	padding: 0px;
	position: absolute;
	right: 25px;
	transition: all 0.4s ease;
	top: 20px;
}

*/

.event-box-text-i .event-icon-box-i .event-box-content:hover .event-box-content .fa-address-book {
	color: #fff;
	display:block;
}

.event-box-i:hover .event-box-image-i img {
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.event-box-i:hover .event-box-text-i .event-date span {
	font-weight: 600;
}

/*
    .event-box-i:hover .event-box-text-i .event-date {
    	background: #ff0000ad;
    	display: inline;
    	padding: 2px 6px;
    	border-radius: 5px;
    	left: 48px;
    	bottom: 34px;
    	position:relative;
    }


*/

.ent-date {
	display: inline-block;
	float: right;
}

.imgbx img {
	width: 100%;
}

.event-dtl {
	padding: 30px 10px;
}

.event-dtl h2 {
	display: inline-block;
	margin-bottom: 30px;
}

/*
.ent-date {
	display: inline-block;
	float: right;
}
*/
.bx-shadow {
	box-shadow: -10px -10px 40px -1px rgba(214,214,214,0.82);
}

.imgbx {
	padding-top: 15px;
}

.event-dtl p {
	line-height: 27px;
}


/*------*/

.about-info ul li {
	line-height: 36px;
	border-bottom: 1px dashed #fff;
}

.about-info ul li a {
	color: #fff;
	transition:all ease 0.5s;
}

.contact-info p a {
	color: #fff;
}

.about-info ul li a:hover {
	color: red;
	padding-left: 10px;
}



.playerdata {
	background: #fff;
	padding: 10px 17px;
	display: inline-block;
	width: 100%;
	box-shadow: 0 8px 12px 4px rgba(0,0,0,.1);
}

.playerdata h2 {
	float: left;
	width: 100%;
}


.playerdata h2 span {
	float: right;
}

.playerdata li {
	font-size: 15px;
	float: left;
	width: 50%;
	line-height: auto;
	border-bottom: 1px solid #ddd;
	color: #db0309;
	font-weight: 500;
	padding: 10px 0px;
}
.playerdata li span {
	float: left;
	width: 100%;
	text-align: left;
	color: #444;
	font-weight: 400;
	font-size: 14px;
}

.player-type i {
	float: right;
	padding-right: 10px;
	font-style: inherit;
}

.playerdata li:last-child {
	border: none;
	min-height: 60px;
	line-height: 20px;
}

.sort {
	background: #012748;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 5px;
	/* border: 1px solid #ddd; */
	box-shadow: 0 8px 12px 4px rgba(0,0,0,.1);
}

.sort input {
	height: 42px;
	border-radius: 0px;
	box-shadow: none;
	border: 0px;
	width: 100%;
}


.sort label {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.sort button {
	background: #db0309;
	color: #fff;
	border: none;
	border-radius: 0px;
	height: 42px;
	transition:all ease 0.6s;
}

.sort button:hover {
    background: #fff;
	color: #db0309;
}



.resultpage table th {
	background: #db0309;
	color: #fff;
	line-height: 30px !important;
}

.resultpage table td {
	line-height: 30px !important;
	color: #fff;
	color: #444;
}



.resultpage table tr:nth-child(2n+1) {
	background: ghostwhite;
}


.footer-info p a {
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block;
}


.ftrnewsltrblk .form-control {
	border-radius: 0px;
	padding: 10px;
	height: 50px;
}

.playerdata ul li:last-child {
    min-height: 80px;
    width: 100%;
}

.hdrsrchblk a:hover {
	color: #fff;
}

.clubblk .playerdata li {
    width: 100%;
}






.deparmentbox2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	background: #e5eff4;
	padding: 9px;
	border: 1px solid #cce0e9;
	height: 240px;
}




.deparmntimg {
	float: left;
	width: 27%;
	margin-right: 10px;
}
.deparmntimg img {
	width: 100%;
	border: 8px solid #012748;
	height: 150px;
	padding: 0px;
	border-bottom: 0px;
}

.departmentlist {
	margin-left: 12px;
	float: left;
	width: 67%;
}

.departmentlist li {
	list-style: none;
	padding-left: 8px;
	line-height: 30px;
	color: #444;
}

.namefaculty h4 {
	margin: 0;
	color: #db0309;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase !important;
}

.departmentlist li span {
	width: auto;
	font-weight: bold;
	display: inline-block;
	padding-right: 7px;
}

.dob-id {
	margin-top:0;
	margin-bottom:10px;
	color:#fff;
	
	background: #012748;
	padding: 10px;
}

.plr-id span, .dob-id span{
    font-weight:bold;
    color:#fff;
} 
.footer-social-icons {
	padding-left: 26px;
	margin-top: 20px;
}