/*-------------------------------------
    
	Author: Sporteyz 
	Copyright © 2019
	
---------------------------------------
    
    CSS INDEX
    ===================
	
     1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. hs_btn_wrapper
	5. ft_logo_wrapper
	6. slider-area
	7. next_match_wrapper
	8. upcoming_games_wrapper
	9. about_image_wrapper
	10. portfolio_grid
	11. counter_section
	12. prs_upcom_movie_img_box
	13. official_store
	14. footer_wrapper

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #757575;
	width:100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	background:#f2f2f2;
	position:relative;
	overflow-X:hidden;
	z-index:1;
}
a {
	cursor:pointer;
	color: #757575;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus {
	cursor:pointer;
	text-decoration: none;
	outline: none;
	color:#111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*-- Marquee start --*/
.marquee {
	overflow: hidden;
  top: 0em !important;
  margin-bottom: 5px;
	position: relative;
	mask-image: linear-gradient(
		var(--mask-direction, to right),
		hsl(0 0% 0% / 0),
		hsl(0 0% 0% / 1) 10%,
		hsl(0 0% 0% / 1) 90%,
		hsl(0 0% 0% / 0)
	);
}

.marquee__ctn {
	display: flex;
	width: 100%;
}

.marquee__track {
	display: flex;
}

.marquee__item {
	display: flex;
	align-items: center;
	justify-content: center;

	flex-shrink: 0;

	width: 120px;
	margin-inline-end: 3rem;

	img {
		height: 60px;
		width: 100%;
		object-fit: contain;
		backface-visibility: hidden;
		filter: brightness(100%);
	}
}

html {
  scroll-behavior: smooth;
}

.live-stat {
    font-size: 16px;
    padding-bottom: 8px;
}

.live-date {
    padding-top: 4px;
    color: green; 
    font-weight: 100 !important;
}

.add-button{
    width: 100%;
    border-radius: 8px;
    padding: 19px 39px 18px 39px;
    background: #17cece;
    color: white;
}

.addPlayerButton{
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #17cece;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border: 1px solid #16a085;
    border-radius: 8px;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}

.blinking {
    -webkit-animation: 1.5s blink ease infinite;
    -moz-animation: 1.5s blink ease infinite;
    -ms-animation: 1.5s blink ease infinite;
    -o-animation: 1.5s blink ease infinite;
    animation: 1.5s blink ease infinite;
    
  }
  
  @keyframes blink {
    from, to {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes blink {
    from, to {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes blink {
    from, to {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  
  @-ms-keyframes blink {
    from, to {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  
  @-o-keyframes blink {
    from, to {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }

#viewSiteButton {
    width: 100%;
    border-radius: 8px;
    padding: 19px 39px 18px 39px;
    color: #17cece;
}

#viewSiteButton:hover {
    background: #09a9a9;
    color: white;
}

.tooltip-label {
    position: relative;
    display: inline-block;
    cursor: crosshair;
    color: blue;
  }
  
  .tooltip-label .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip-label:hover .tooltiptext {
    visibility: visible;
  }


.account-input {
    padding-bottom: 30px;
}

.sidenav {
  width: 130px;
  position: fixed;
  z-index: 1;
  top: 238px;
  left: 10px;
  background: #f4f7f8;
  overflow-x: hidden;
  padding: 8px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  border-radius: 8px;
}

@media screen and (max-width: 450px){
    .sidenav {top: 450px; display: none;}
}

@media screen and (max-width: 400px){
    .sidenav {top: 450px; display: none;}

    .player_details_wrapper {
        padding-top: 50px !important;
    }
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #2196F3;
  display: block;
}

.sidenav a:hover {
  color: #064579;
}

.main {
  margin-left: 140px; /* Same width as the sidebar + left position in px */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.form-style-5{
	padding: 10px 20px;
	margin: 10px auto;
	padding: 20px;
	border-radius: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

@media screen and (min-width: 800px) {
    .form-style-5{
        max-width: 60%;
    }
  }

.form-style-5 fieldset{
	border: none;
	padding-bottom: 30px;
}
.form-style-5 fieldset.last{
	border: none;
	padding-bottom: 0px;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="password"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="tel"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 8px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-style-5 .number {
	background: #17cece;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #17cece;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
    border: 1px solid #16a085;
    border-radius: 8px;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: #09a9a9;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	line-height: 1.1;
	font-weight:400;
	color: #111111;
	margin:0;
	padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
p{
	margin:0;
}
input, select, button, textarea {
	outline: none;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow:none;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
.float_left{
	float:left;
	width:100%;
}
/*-- cursor css start --*/
/*-- cursor css start --*/
* {
	cursor: none;
}
.cursor {
    --size: 10px;
    height: var(--size);
    width:  var(--size);
    border-radius: 50%;
    position: absolute;
    z-index: 10000;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.cursor.cursor-shadow {
    background-color: transparent;
    border: 2px solid #111;
    --size: 40px;
}
.cursor.cursor-dot {
    background: #002398;
    transition: width .2s, height .2s;
}
.cursor-shadow.active {
    --size: 40px;
    border-color: #002398;
    background-color: #002398;
}
.cursor-dot.active {
	  --size: 0;
}
a {
	  cursor: none;
}
a:hover {
  	text-decoration: none;
}
/*-- Button css start --*/
.hs_btn_wrapper{
	position: relative;
	left: -9px;
    top: 0;
    padding: 19px 43px 14px 32px;
    border: 2px solid #002398;
}

.hs_btn_wrapper li a {
	float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #002398;
    color: #fff;
	font-weight:500;
    font-size: 14px;
	position:absolute;
	top:5px;
	left:-20px;
	box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media (min-width: 992px){
	.hs_btn_wrapper {
		width:160px;
	}

	.hs_btn_wrapper li a {
		width: 160px;
	}
}

.hs_btn_wrapper li a:hover {
	top:-1px;
	left:-1px;
	box-shadow:none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_btn_wrapper:hover{
	padding:19px 43px 14px 35px;
	border:2px solid #002398;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*-- Preloader css start --*/
#preloader {
	background-color: black;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#myVideo1 {
  position: fixed;
  z-index: -1;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#return-to-top {
    position: fixed;
    bottom: 43px;
    right: 30px;
    background: #fff;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
	box-shadow:0px 5px 30px rgba(0,100,0,0.3);
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
	border-radius: 25px;
}
#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 13px;
    top: 8px;
    font-size: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #111;
    top: 10px;
}
/*-- kv navi wrapper Start --*/
.ft_logo_wrapper{
	float:left;
	width:20%;
}
.ft_right_wrapper{
	float:left;
	width:40%;
}
.cc_cart_cont_wrapper h4 a{
	text-transform:capitalize;
	font-size:18px;
	color:#111;
	cursor:pointer;
}
.cc_cart_cont_wrapper p{
	font-size:14px;
	color:#777;
}
.cc_cart_cont_wrapper h4 a{
	text-transform:capitalize;
	font-size:18px;
	color:#111;
}
.cc_cart_cont_wrapper p{
	font-size:14px;
	color:#777;
}
.ft_menu_wrapper{
	float:left;
	width:40%;
	padding-left:30px;
	padding-top:35px;
}
#toggle i, .ft_login_wrapper i{
	width:40px;
	height:40px;
	line-height:41px;
	border-radius:50px;
	text-align:center;
	background:#002398;
	cursor:pointer;
	box-shadow:0px 3px 15px 0 rgba(0, 0, 0, 0.06);
	float:left;
}
#toggle i:before, .ft_login_wrapper i:before{
	font-size:18px;
	color:#fff;
}
#toggle span, .ft_login_wrapper span{
	font-size:16px;
	color:#111;
	text-transform:uppercase;
	padding-left:20px;
	line-height:40px;
}
.ft_logo_wrapper a{
	float:left;
	width:100%;
	text-align:center;
}
.slicknav_menu {
    display: none;
}
.rp_mobail_menu_main_wrapper{
	float:left;
	width:auto;
}
.ft_login_wrapper{
	float:left;
	width:auto;
	padding-left:30px;
}
#sidebar {
  position: fixed;
  display: block;
  height: 100%;
  top: 0px;
  left: -473px;
  background-color: #ffffff;
  z-index:1000;
  overflow-x:hidden;
  box-shadow:0 3px 44px 0px rgba(0, 0, 0, 0.09);
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}

#link_list li {
  display: block;
  width: 100%;

}
#link_list li:hover {
  background-color: #e74c3c;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 60px;
    top: 50px;
    font-size: 25px;
    color: #fff;
	width:40px;
	height:40px;
	border-radius: 8px;
	line-height:40px;
	text-align:center;
    cursor: pointer;
	background:#111;
	box-shadow:0 3px 20px 0px rgba(0, 0, 0, 0.06);
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu .sidebb{ 
	width:100%;
	padding-top:12%;
	float:left;
	padding-left:30px;
}
#cssmenu {
  width: 450px;
  color: #ffffff;
}
#cssmenu img{
	padding-top:45px;
	padding-left:43px;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 25px;
  cursor: pointer;
  z-index: 2;
  font-size: 20px;
  text-decoration: none;
  color: #111;
  font-weight:600;
  text-transform:capitalize;
  background: #ffffff;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu > ul > li > a:hover{
	color:#002398;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 100px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 96px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #111;
  font-weight:600;
  text-transform:capitalize;
  background: transparent;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #002398;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#ffffff;
}

.menu_fixed{
	position:fixed !important;
	left:0 !important;
	right:0 !important;
	top:0 !important;
	z-index: 1000;
}
.aboutus_social_icons{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.aboutus_social_icons li{
	float:left;
	margin-left:13px;
}
.aboutus_social_icons li:first-child{
	margin-left:0px;
}
.aboutus_social_icons li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:var(--main-theme-color);
	border:1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.aboutus_social_icons li a:hover{
	background:var(--main-theme-color);
	border:1px solid var(--main-theme-color);
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.aboutus_social_icons li a.psm{
    color:var(--main-theme-color);
    border:1px solid var(--main-theme-color);
}

.sidebar_btm_txt{
	padding-top:150px !important;
	text-align:center !important;
}
.sidebar_btm_txt p, .sidebar_btm_txt p a{
	color:#111;
	float:none;
	text-align:center;
}
.sidebar_btm_txt .aboutus_social_icons{
	float:none;
	display:inline-block;
	padding-bottom:5px;
}
.sidebar_btm_txt .aboutus_social_icons li a{
	background:#111;
	border:1px solid #111;
	box-shadow:0 3px 20px 0 rgba(0, 0, 0, 0.2);
}
.sidebar_btm_txt .aboutus_social_icons li a:hover{
	background:#002398;
	border:1px solid #002398;
	box-shadow:none;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.hs_navi_searchbar_wrapper{
	float:left;
	width:calc(100% - 30px);
	margin-top: 17px;
}
.cc_cart_wrapper1 .close{
	opacity:1;
	position:absolute;
	top:13px;
	right:0;
}
.cc_cart_wrapper1 .close:hover{
	color:#002398 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_navi_cart_wrapper .menu-button{
	position:relative;
	margin-top:12px;
	padding-bottom:30px;
}
.hs_navi_cart_wrapper .drop-menu{
	top: 100%;
    right: 16px;
    width: 342px;
}
.hs_navi_cart_wrapper a i:before{
	color:#111;
	margin-left:0;
	font-size:22px;
	font-weight:600;
}
.hs_navi_cart_wrapper .dropdown-wrapper:hover > .menu-button{
	background:transparent;
}
.hs_navi_cart_wrapper:hover > .menu-button{
	background:transparent;
	    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_navi_cart_wrapper a i{
	position:relative;
}
.hs_navi_cart_wrapper a span{
	    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #f93e11;
    text-align: center;
    line-height: 18px;
    float: left;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    margin-top: -12px;
    margin-left: -9px;
}
.cc_cart_img_wrapper{
	float:left;
	width:auto;
	padding-right:25px;
}
.drop-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: max-height .4s, opacity .3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position:absolute;
  padding:20px;
  padding-top:10px;
  padding-bottom:0;
  background:#fff !important;
}
.drop-menu > .menu-button {
  height: 100%;
  transition: transform .4s;
  transform: translateY(-300%);
  background: #fff;
  float: left;
   width: 100%;	
}
.drop-menu > .menu-button:hover .cc_cart_cont_wrapper h4 a{
  color: #002398; 
      -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-wrapper .drop-menu{
	width:350px;
}
.dropdown-wrapper:hover .drop-menu{
  max-height: 500px;  
  opacity: 1;
  z-index: 1000;
}
.dropdown-wrapper:hover > .drop-menu .menu-button {
  transform: translateY(0%); 
  padding-bottom:25px;
}

.quik-search-results {
    padding-left: 200px;
    background-color: white;
    position: fixed;
    width: 97.45%;
    display: none;
    opacity: 0;
    font-size: 22px;
    margin-left: 1.29%;
}

@media(max-width: 992px){
	.quik-search-results {
		padding-left: 0;
	}
}

.dez-quik-search {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
	height:100px;
	line-height:100px;
    z-index: 999;
    display: n one;
    overflow: hidden;
	   -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.dez-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.dez-quik-search .form-control {
    padding: 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #111;
    font-size: 20px;
}
.dez-quik-search .form-control::-moz-placeholder {
    color: #797979;
}
.dez-quik-search .form-control:-moz-placeholder {
    color: #797979;
}
.dez-quik-search .form-control:-ms-input-placeholder {
    color: #797979;
}
.dez-quik-search .form-control::-webkit-input-placeholder {
    color: #797979;
}
.dez-quik-search .form-control:focus{
	outline:none;
	box-shadow:none;
}
.dez-quik-search span {
    position: absolute;
    right: 15px;
    top: 20%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}
.dez-quik-search span i:before{
	color:#111;
}
.extra-cell {
    display: inline-block;
}
.site-button{
    color: #111;
    display: inline-block;
    outline: none;
    cursor: pointer;
	padding:0;
    outline: none;
	border:0;
	padding-top:10px;
	font-weight:600;
	padding-left:-10px;
    background-color: transparent;
	   -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button {
    background-color: transparent;
    color: #111;
}
.ft_right_wrapper{
	padding-top:35px;
	padding-right:35px;
}
.ft_right_wrapper ul{
	float:right;
}
.ft_right_wrapper li{
	float:left;
	padding-left:30px;
}
.cart_wrapper h2{
	text-transform:capitalize;
	font-size:18px;
	color:#111;
	font-weight:500;
	line-height:24px;
	display:inline-block;
}
.cart_btn{
	float:right;
	border:2px solid #002398;
	width:130px;
	top:-7px;
}
.cart_btn li a{
	width:130px;
	height:42px;
	line-height:42px;
	background:#002398;
	color:#fff;
}
.ft_navi_main_wrapper {
	float:left;
	width:100%;
	position:relative;
	background: rgba(255,255,255,0.88);
	z-index:10;
}
.match_btn{
	left:0;
	right:0;
	margin:0px auto;
	width:138px;
	border:2px solid #002398;
	margin-top:50px;
}
.match_btn li a{
	width:140px;
	height:45px;
	line-height:45px;
	background:#002398;
	color:#fff;
}
.match_btn li a:hover{
	top: -2px;
    left: -2px;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.next_inner_btn{
	margin-top:20px;
}
/*-- ft navi wrapper End --*/
/*-- hs title wrapper Start --*/
.v-btn {
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  height: 36px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
}

.v-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}

.v-btn:focus,
.v-btn:hover {
  position: relative;
}

.v-btn:focus:before,
.v-btn:hover:before {
  background-color: currentColor;
}

.v-btn__content {
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  width: inherit;
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
  will-change: box-shadow;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat):active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.avatar {
  width: 50px;
  height: 50px;
  margin-left: -42px;
  border-radius: 50%;
}

.v-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.v-avatar img {
  border-radius: 50%;
  display: inline-flex;
  height: inherit;
  width: inherit;
  object-fit: cover;
}

.v-card {
  text-decoration: none;
}

.v-card > :first-child:not(.v-btn):not(.v-chip) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.v-card > :last-child:not(.v-btn):not(.v-chip) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.v-sheet {
  display: block;
  border-radius: 2px;
  position: relative;
}

.v-dialog__container {
  display: inline-block;
  vertical-align: middle;
}

.elevation-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.headline {
  font-weight: 400;
  letter-spacing: normal !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

.title {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

.caption {
  font-weight: 400;
  font-size: 14px !important;
}

.theme--light.v-btn {
  color: rgba(0, 0, 0, 0.87);
}

.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #f5f5f5;
}

.theme--light .v-card {
  box-shadow: rgba(0, 0, 0, 0.11) 0 15px 30px 0px,
    rgba(0, 0, 0, 0.08) 0 5px 15px 0 !important;
}

.theme--light.application .v-card {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08) !important;
  color: #102c3c !important;
}

.theme--light.v-card,
.theme--light.v-sheet {
  background-color: rgba(255,255,255,0.95);
  border-color: #ffef2b;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 10px;
}

.answers {
  padding-left: 64px;
}

.comment {
  overflow-y: auto;
  margin-left: 32px;
  margin-right: 16px;
}

.comment p {
  margin-bottom: 7px;
}

.displayName {
  margin-left: 24px;
}

.actions {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
}

.google-span[data-v-35838f51] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.google-button[data-v-35838f51] {
  background-color: #fff;
  height: 40px;
  margin: 0;
}

.headline {
  margin-left: 32px;
}

.sign-in-wrapper {
  margin-left: 32px;
}

.sign-in-wrapper input {
  width: 100%;
  height: 50px;
  border: none;
  font-size: 16px;
}

.error-message {
  font-style: oblique;
  color: #c40030;
}

::-moz-selection,
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.card,
.card {
  padding: 32px 16px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}

.application a,
[type="button"],
button {
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .comment-container {
    width: 90%;
  }
  .comments {
    padding: 32px;
  }
}




.indx_title_main_wrapper{
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	float:left;
	width:100%;
	height:100%;
	position:relative;
	padding-top:50px;
	padding-bottom:50px;
}
.title_img_overlay{
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	background:rgba(0,0,0,0.6);
}
.title_img_overlay2{
	position:absolute;
	top:0%;
	bottom:0%;
	left:0%;
	right:0%;
	background:rgba(0,0,0,0.3);
}
.indx_title_left_wrapper{
	float:left;
	width:100%;
}
.indx_title_left_wrapper h2{
	font-size:32px;
	color:#ffffff;
    text-transform:capitalize;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:500;
}
.indx_title_right_wrapper{
	float:left;
	width:100%;
	padding-top:6px;
}
.indx_title_right_wrapper ul{
	float:right;
}
.indx_title_right_wrapper li{
	float:left;
	color:#ffffff;
	text-transform:capitalize;
}
.indx_title_right_wrapper li a{
	color:#ffffff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.indx_title_right_wrapper li a:hover{
	color:#f7e82d;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.indx_title_right_wrapper li:last-child{
	color:#f7e82d;
	margin-left:10px;
}
/*-- hs title wrapper End --*/
/*-- about inner css --*/
.iner_about_wrapper{
	padding-top:100px;
	padding-bottom:120px;
	background:#fff;
	text-align:center;
}
.iner_settings_wrapper{
	padding-top:50px;
	padding-bottom:120px;
    background: rgba(255, 255, 255, 0.95);
}
.about_slider_wrapper  .owl-carousel{
	z-index:auto;
}
.about_slider_wrapper  .owl-theme .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-60px;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot span{
	width: 8px;
    height: 8px;
    display: block;
    margin: 5px;
    background: #f7e82d;
    border-radius: 30px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active span, 
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover span  {
	background:#002398;
	width: 10px;
    height: 10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-dots .owl-dot.active, 
.about_slider_wrapper .owl-theme .owl-dots .owl-dot:hover{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.about_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.welcome_link{
	float:left;
	width:100%;
	padding-top:20px;
}
.about_welcome_content{
	text-align: left;
    padding-bottom: 14px;
}
.welcome_link li{
	float:none;
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:10px;
}
.welcome_link li a{
	color:#111;
}
.welcome_link li a i{
	color:#002398;
	padding-right:15px;
}
.welcome_link li a:hover{
	color:#002398;
}
.about_welcome_content h1{
	font-size:26px;
	color:#111;
	font-weight:500;
	text-transform:capitalize;
}
.about_welcome_content p{
	padding-top:20px;
}
.ft_left_heading_wraper{
	text-align: left;
    width: 100%;
	padding-bottom:50px;
}
.ft_left_heading_wraper h1{
	margin: 0px 0px 0px 0px;
    color: #111;
    font-size: 28px;
    font-weight: 500;
	position:relative;
    text-transform: capitalize;
	display:inline-block;
}
.ft_left_heading_wraper h1:after {
    content: '';
    position: absolute;
    right: -115px;
    top: 13px;
    height: 3px;
    background: #f7e82d;
    width: 100px;
}
.our_history_wrapper {
	padding:100px 0 100px 0;
	background:#f2f2f2;
}
.welcome_tab{
	float:left;
	width:18%;
}
.tab-content{
	float:left;
	width:100%;
}
.welcome_tab h2{
	font-size:26px;
	color:#111111;
	font-weight:600;
	display:inline-block;
}
.welcome_tab .nav{
	background:#fff;
	padding:25px 20px;
	border-bottom:0;
}
.welcome_tab .nav-tabs .nav-link:focus, .welcome_tab .nav-tabs .nav-link:hover{
	border-color:transparent;
}
.welcome_tab .nav li{
	float:none;
	width:100%;
	border:0;
	border-left:0;
}
.welcome_tab .nav-tabs .nav-item.show .nav-link, .welcome_tab .nav-tabs .nav-link.active {
    color: #f7e82d;
	border-radius:0;
	border:0;
	position:relative;
	background:transparent;
}
.welcome_tab .nav-tabs .nav-item.show .nav-link:before, .welcome_tab .nav-tabs .nav-link.active:before{
	content: '';
    position: absolute;
    right: -20px;
    top: 26px;
    height: 2px;
    background: #f7e82d;
    width: 30px;
}
.welcome_tab .nav-tabs .nav-item.show .nav-link:after, .welcome_tab .nav-tabs .nav-link.active:after{
	content: '';
    position: absolute;
    left: -20px;
    top: 26px;
    height: 2px;
    background: #f7e82d;
    width: 30px;
}
.welcome_tab .nav-tabs .nav-link{
	font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    padding: 14px 14px;
	color:#111;
	border:0;
}
.offer_main_boxes_wrapper{
	background:#ffffff;
	padding:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.offer_main_boxes_wrapper p{
	padding-top:20px;
	font-size:16px;
	text-transform:capitalize;
	float:left;
	width:100%;
	line-height:30px;
}
.ft_offer_img img{
	width:100%;
}
.offer_main_boxes_wrapper .commentery_box{
	font-size:18px;
	font-weight:500;
	color:#111;
}
.offer_main_boxes_wrapper p span{
	font-size:18px;
	font-weight:500;
	color:#f7e82d;
}
/* counter wrapper css */
.counter_section{
   width: 100%;
    float: left;
    background-image: url(../images/inner/counter_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-top:80px;
	padding-bottom:80px;
}
.dream_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.count-description span {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
	margin-right:5px;
    margin-top: 20px;
}
.count-description {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}
.icon i:before {
    font-size: 60px !important;
    text-align: center;
    color: #f7e82d;
	line-height:70px;
}
.tb_icon {
    float: left;
    width: 75px;
	height:75px;
	line-height:75px;
}
.count-description {
  width: calc(100% - 75px);
    float: left;
    text-align: left;
    z-index: 10;
    position: relative;
    padding-left: 5px;
    margin-top: 8px;
}
.counter_cntnt_box {
    float: left;
    width: 100%;
}
.con1,
.con2,
.con3,
.con4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 13px;
	color:#fff;
}
.counter_wrapper{
	 float: left;
    width: 100%;
    padding-bottom: 110px;
    padding-top: 120px;
	background:#f9f9f9;
	overflow:hidden;
}
.con_1, .tb_abt_count_txt{
	color:#fff;
}
/*---------- testimonial section Start ------------*/
.testi_main_section_wrapper{
	position:relative;
	padding-bottom:100px;
	background:#f2f2f2;
}
.testi_slider_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.testi_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.testi_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -106px;
    z-index: 1000;
    display: block;
	left:0;
	right:0;
	margin:0px auto;
}
.testi_slider_wrapper .owl-theme .owl-nav .owl-prev{
    margin: 0;
    padding: 0;
    right: 52px;
	top:0;
	color:#002398;
	width:40px;
	height:40px;
	line-height: 42px;
	background:#f7e82d;
    position: absolute;
    text-align: center;
	    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testi_slider_wrapper  .owl-theme .owl-nav .owl-next{
    right: 0;
    top: 0;
    position: absolute;
	color:#002398;
	width:40px;
	padding-left: 11px;
    height: 40px;
	margin:0;
    line-height: 34px;
	background:#f7e82d;
    text-align: center;
	    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testi_slider_wrapper  .owl-theme .owl-nav .owl-next i:before,
.testi_slider_wrapper .owl-theme .owl-nav .owl-prev i:before{
	margin-left:0;
	font-size:16px;
	font-weight:600;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testi_slider_wrapper  .owl-theme .owl-nav .owl-next:hover i:before,
.testi_slider_wrapper  .owl-theme .owl-nav .owl-prev:hover i:before{
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testi_slider_wrapper  .owl-theme .owl-nav .owl-next:hover,
.testi_slider_wrapper  .owl-theme .owl-nav .owl-prev:hover{
	color:#fff;
	background:#002398;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testi_slider_cont_main_wrapper{
	float: left;
    width: 94%;
    background: #fff;
	padding-top:30px;
	margin-left:70px;
	padding-bottom:30px;
}
.testi_slider_img_cont{
	float:left;
	width:138px;
}
.testi_slider_img_cont{
	float:left;
	width:calc(100% - 138px);
	padding-left: 30px;
	padding-top:10px;
}
.testi_slider_img_cont p{
	font-size:16px;
	font-style:italic;
	line-height:26px;
}
.testi_slider_img_cont h2{
	font-size:16px;
	padding-top:30px;
	float:left;
}
.testi_slider_img_cont h1{
	font-size:18px;
	text-transform:capitalize;
	font-weight:500;
	padding-bottom:10px;
}
.testi_slider_img_cont h2 span{
	color:#002398;
	font-weight:500;
}
.testi_slider_img_cont ul{
	margin-top: 20px;
}
.testi_slider_img_cont li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#002398;
	background:#efefef;
	    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	margin-left:10px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testi_slider_img{
	float:left;
	margin-left:-50px;
}
.testi_slider_img img{
	width:auto !important;
}
.testi_slider_img_cont li a:hover{
	background:#002398;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.contactBtn {
    width: 150px;
    height: 50px;
    text-align: center;
    border-color: #002398;
    background: #002398;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*--testimonial section End --*/
/****-----trophy wrapper css----****/
.trophy_wrapper{
	width: 100%;
    float: left;
    background-image: url(../images/inner/trophy_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-top:100px;
	padding-bottom:80px;
}
.trophy_slider {
    float: left;
    width: 100%;
}
.trophy_slider .owl-theme .owl-dots {
    display: none;
}
.trophy_slider .owl-theme .owl-nav {
	position: absolute;
    top: 40%;
    z-index: 1000;
    display: block;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.trophy_slider .owl-theme .owl-nav .owl-prev {
	margin: 0;
    padding: 0;
	position:absolute;
    top: 0;
    color: #002398;
    font-size: 16px;
    width: 40px;
	left:-20px;
    height: 40px;
    line-height: 40px;
	border-radius:0;
    background: #f7e82d;
    cursor: pointer;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.trophy_slider .owl-theme .owl-nav .owl-next {
    color: #002398;
	right: -20px;
    top: 0;
    position: absolute;
    font-size: 16px;
	width: 40px;
    height: 40px;
    line-height: 33px;
	background: #f7e82d;
    cursor: pointer;
	border-radius:0;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.trophy_slider .owl-theme .owl-nav .owl-prev i:before, .trophy_slider .owl-theme .owl-nav .owl-next i:before{
	font-size:16px;
	font-weight:600;
}
.trophy_slider .owl-carousel .owl-item img{
	width:auto !important;
	display:inline-block;
}
.trophy_slider .owl-theme .owl-nav .owl-next:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.trophyslider_wrapper {
	text-align:center;
}
.trophyslider_wrapper p{
	text-align:center;
	font-size:18px;
	font-weight:400;
	color:#fff;
	padding-top:10px;
}
.trophy_slider .owl-theme .owl-nav .owl-prev:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*-- prs patner slider Start --*/
.patner_main_section_wrapper{
	padding-top:80px;
	background:#f2f2f2;
	padding-bottom:80px;
	margin-bottom: 250px;
}
.pn_img_wrapper{
	float: left;
}
.pn_img_wrapper img{
	opacity:0.8;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pn_img_wrapper img:hover{
	opacity:1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pn_slider_wraper{
	float:left;
	width:100%;
}
.pn_slider_wraper{
	float:left; width:100%;
}
.pn_slider_wraper .item {
	width:100%;
}
.pn_slider_wraper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.pn_slider_wraper .owl-theme .owl-nav {
  display:none;
}
/**------partner slider end---------**/
/* newsletter wraper css */
.news_letter_wrapper{
	padding-top:40px;
	padding-bottom: 40px;
	padding-left:30px;
	padding-right:20px;
	background:#f7e82d;
}
.lr_nl_heading_wrapper{
	float:left;
	width:50%;
}
.lr_nl_heading_wrapper h2{
	font-size:34px;
	color:#002398;
	font-weight:600;
	text-transform:capitalize;
}
.lr_nl_heading_wrapper p{
	color:#002398;
	padding-top:5px;
}
.lr_nl_form_wrapper{
	float:left;
	width:50%;
	margin-top:8px;
}
.about_wrappper {
	background:#fff;
}
.lr_nl_form_wrapper input{
	float:left;
	width:calc(100% - 180px);
	height:50px;
	border:1px solid #002398;
	background:transparent;
	color:#002398;
	padding-left:20px;
	border-right:0;
	position: relative;
}
.lr_nl_form_wrapper button{
	width:170px;
	height:50px;
	float:left;
	background:#002398;
	border:1px solid #002398;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_nl_form_wrapper button:hover{
	background:#ffffff;
	color:#000000;
	border:1px solid #002398;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_nl_form_wrapper input::-webkit-input-placeholder {
	color: #002398;
}
.lr_nl_form_wrapper input::-moz-placeholder {
	color: #002398;
}
.lr_nl_form_wrapper input:-ms-input-placeholder {
	color: #002398;
}
.lr_nl_form_wrapper input:-moz-placeholder {
	color: #002398;
}
.news_section{
	float:left;
	width:100%;
	position:absolute;
	z-index:1;
	top:-80px;
}
/****-----------footer wrapper css------------********/
.footer_wrapper {
	bottom:0;
	z-index:-1;
}
.section_2 {
    width: 100%;
    float: left;
    background-image: url(../images/inner/foter_bg.jpg);
    height: 100%;
	background-position: center 0; 
    background-size: cover;
    position: relative;
}
.sidebar_btm_txt p, .sidebar_btm_txt p a{
	color:#111 !important;
}
.sidebar_btm_txt p{
	width:100%;
}
.section2_footer_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section2_footer_wrapper {
    float: left;
    width: 100%;
}
.tb_foter_left {
    float: left;
    width: 100%;
    text-align:center;
}
.section2_about_wrapper,
.wrapper_second_useful,
.wrapper_second_blog {
    float: left;
    width: 100%;
}
.section2_footer_wrapper {
	padding-bottom:30px;
}
.section2_footer_wrapper h4 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 32px;
	font-weight:500;
    text-transform: uppercase;
    color: #ffef2b;
}
.wrapper_first_image{
	margin-top:-12px;
}
.abotus_content {
    float: left;
    width: 100%;
}
.abotus_content {
    padding-bottom: 25px;
    padding-top: 15px;
}
.abotus_content p {
    font-size: 16px;
    color: #ececec;
}
.aboutus_social_icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section2_about_wrapper a{
	color:#ffef2b;
	font-size: 16px;
    line-height: 26px;
}
.section2_useful_wrapper ul li {
    margin-bottom: 13px;
}
.section2_useful_wrapper ul li i {
    color: #ececec;
    margin-right: 20px;
    font-size: 16px;
}
.section2_useful_wrapper ul li a {
    color: #ececec;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_useful_wrapper ul li a:hover {
    color: #ffef2b;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btm_foter_box {
    float: left;
    width: 100%;
    padding-top: 20px;
	text-align:center;
    padding-bottom: 15px;
}
.ft_blog_wrapper1,
.ft_blog_wrapper2 {
    float: left;
    width: 100%;
}
.ft_blog_wrapper1 {
    padding-bottom: 20px;
}
.ft_blog_date {
	font-size: 14px;
    color: #bbbbbb;
	margin-top:5px;
}
.ft_blog_image {
    float: left;
    width: 90px;
}
.ft_blog_text {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: calc(100% - 90px);
    padding-left: 10px;
}
.ft_blog_text h5 a {
    font-size: 16px;
    color: #ececec;
    font-weight: 500;
	line-height:20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ft_blog_text h5 a:hover {
    color: #ffef2b;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_bottom_wrapper {
    float: left;
    width: 100%;
	position:relative;
	background:#000;
}
.footer_btn_wrapper {
    float: right;
}
.foter_contact_nav ul li a p {
    color: #fff;
    text-transform: lowercase !important;
}
.foter_contact_nav ul li a p:hover {
    color: #ffef2b;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_useful_second_wrapper ul li {
    margin-bottom: 23px;
	color:#ececec;
    font-size: 16px;
}
.section2_useful_second_wrapper ul li i {
    font-size: 18px;
	color: #ececec;
    margin-right: 20px;
}
.section2_useful_second_wrapper ul li a {
    color: #ececec;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section2_useful_second_wrapper ul li a:hover {
    color: rgb(247, 232, 45);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btm_foter_box p{
	float:left;
	color:#fff;
	font-size:16px;
	margin-top:5px;
	text-transform:capitalize;
}
.btm_foter_box p a{
	color: #fff;
	margin-left:2px;
}
/******-------player css -----*******/
/***-----player wrapper css-----***/
.best_player_wrapper {
	background:#f2f2f2;
	padding-bottom:100px;
	padding-top:100px;
}
.tg-players{
	width:100%;
	float:left;
	height:466px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.mCSB_inside > .mCSB_container{ margin-right:10px;}
.mCSB_scrollTools{ width:6px;}
.mCSB_scrollTools .mCSB_draggerRail{
	margin:0;
	width:6px;
	opacity:1;
	border-radius:0;
	background:#f7f7f7;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	margin:0;
	opacity:1;
	border-radius:0;
	background-color:#373542;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tg-player{
	width:100%;
	float:left;
	height:150px;
	overflow:hidden;
	background:#fff;
		-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.palyer_Btn{
	float:left;
	text-align:left;
}
.tg-player + .tg-player{margin:10px 0 0;}
.tg-player:hover{
	height:550px;
	background:#002398  url(../images/inner/bg-pattran.png) no-repeat;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tg-player:hover .tg-playcontent h3 a, .tg-player:hover .tg-playcontent h2{
	color:#fff;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tg-player figure{
	float:left;
	width:100%;
	margin:0;
	padding:10px 0 0;
}
.tg-playcontent .tg-theme-tag{
	float: left;
    font-size: 14px;
    color: #002398;
    line-height: 20px;
    position: relative;
    text-align: center;
    background: #f7e82d;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
}
.tg-player figure a{ display:block;}
.tg-player figure a img{
	display:block;
	margin:0 auto;
	text-align:center;
}
.tg-playcontent{
	width:100%;
	float:left;
	padding:28px 0;
}
.tg-playcontent h3 a{
	width:100%;
	float:left;
	margin:10px 0;
	font-size:22px;
	text-transform:capitalize;
	line-height:24px;
	color:#111;
	text-align:left;
}
.tg-playcontent h3 p{
	width:100%;
	float:left;
	margin:10px 0;
	font-size:22px;
	text-transform:capitalize;
	line-height:24px;
	color:#111;
	text-align:left;
}
.tg-playcontent h2{
	width:100%;
	float:left;
	font-size:26px;
	font-weight:500;
	line-height:30px;
	color:#002398;
	text-align:left;
}
.tg-playcontent .tg-stars{ margin:0 0 20px;}
.tg-playcontent .tg-description{
	color:#fff;
	float:left;
	width:100%;
	padding:20px 0;
	text-align:left;
}
.tg-socialicons{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.tg-socialicons li{
	float:left;
	margin-left:13px;
}
.tg-socialicons li:first-child{
	margin-left:0px;
}
.tg-socialicons li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#f7e82d;
	border:1px solid #f7e82d;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tg-socialicons li a:hover{
	background:#f7e82d;
	border:1px solid #f7e82d;
	color:#002398;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.best-players-list .item:hover .number, .best-players-list .item:hover .number:before{
	background:#f7e82d;
	color:#111;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tg-player:hover .tg-playcontent .tg-theme-tag{
    color: #002398;
	background:#f7e82d;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.best-players-list .item {
    margin-bottom: 13px;
    padding: 11px 77px 11px 77px;
    font-size: 16px;
    color: #fff;
    display: block;
	text-transform:capitalize;
    position: relative;
    background: #111;
    border-left: 2px solid #111;
}
.best-players-list a span{
	text-transform:uppercase;
}
.best-players-list .number {
    width: 45px;
	padding-left:10px;
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    background: #313131;
    color: #f2f2f2;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.best-players-list .number:before {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    right: -12px;
    bottom: 0;
    transform: skew(-10deg);
    background: #313131;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.best-players-list .achievement {
    background: #111;
    color: #ccc;
    width: 35px;
	padding-right:10px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}
.best-players-list .item .achievement {
    color: #111;
    background: #f7e82d
}
.best-players-list .item .achievement:before {
    content: '';
    position: absolute;
    width: 20px;
    top: 0;
    left: -13px;
    bottom: 0;
    transform: skew(-10deg);
    background: #f7e82d
}
.best-players-list .item:first-child {
    margin-bottom: 13px;
    background: #111;
}
.number img {
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 44px;
    object-fit: cover
}
/****----player II css----*****/
.player_II_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	background:#fff;
}
.player_II_slider {
    float: left;
    width: 100%;
}
.player_II_slider .owl-theme .owl-dots {
    display: none;
}
.player_II_slider .owl-theme .owl-nav {
	position: absolute;
    top: 40%;
    z-index: 1000;
    display: block;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.player_II_slider .owl-theme .owl-nav .owl-prev {
	margin: 0;
    padding: 0;
	position:absolute;
    top: 0;
    color: #002398;
    font-size: 16px;
    width: 40px;
	left:-60px;
    height: 40px;
    line-height: 40px;
	border-radius:0;
    background: #f7e82d;
    cursor: pointer;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.player_II_slider .owl-theme .owl-nav .owl-next {
    color: #002398;
	right: -60px;
    top: 0;
    position: absolute;
    font-size: 16px;
	width: 40px;
    height: 40px;
    line-height: 33px;
	background: #f7e82d;
    cursor: pointer;
	border-radius:0;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.player_II_slider .owl-theme .owl-nav .owl-prev i:before, .player_II_slider .owl-theme .owl-nav .owl-next i:before{
	font-size:16px;
	font-weight:600;
}
.player_II_slider .owl-carousel .owl-item img{
	width:auto !important;
	display:inline-block;
}
.player_II_slider .owl-theme .owl-nav .owl-next:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.player_II_slider .tg-postimg .tg-img-hover {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: rgba(55, 53 ,66 , 0.70);
}
.player_II_slider .owl-theme .owl-nav .owl-prev:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.player_II_slider .tg-postimg .tg-img-hover{
	width:100%;
	height:294px;
	padding:20px;
	padding-top:12px;
	background:#2b2931;
	-webkit-transform: translateY(55%);
	-moz-transform: translateY(55%);
	-ms-transform: translateY(55%);
	-o-transform: translateY(55%);
	transform: translateY(55%);
	-webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.player_II_slider .tg-description {
    color: #fff;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: left;
}
.player_II_slider .tg-postimg .tg-img-hover .tg-theme-tag{
	float: left;
    font-size: 14px;
    color: #002398;
    line-height: 20px;
    position: relative;
    text-align: center;
    background: #f7e82d;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
}
.player_II_slider .tg-postimg .tg-img-hover h3 a{
	margin-top: 15px;
    margin-bottom: 12px;
    width: 100%;
    float: left;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff;
    text-align: left;
}
.player_II_slider .tg-postimg .tg-img-hover .tg-description p{color:#fff;}
.player_II_slider .tg-postimg .tg-img-hover .tg-socialicons li:first-child{padding-left:0;}
.player_II_slider .tg-postimg:hover .tg-img-hover{
	height:100%;
	padding:85px 20px;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.tg-postimg h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #f7e82d;
    text-align: left;
}
.tg-postimg {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
	text-align:center;
	background:#f2f2f2;
	padding-top:10px;
}
.player_II_slider .tg-postimg img {
    display: block;
    width: 100%;
    height: auto;
}
.player_II_slider .tg-postimg .tg-img-hover:after {
	border-bottom: 30px solid #2b2931;
    border-right: 279px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
}

.statusBox {
	width: 100%;
	border-radius: 8px;
	border-color: #2bc2bd;
}

#statusBoxFeed {
    width: 100%;
    height: 100px;
	border-radius: 8px;
	border-color: #2bc2bd;
}

.sendIcon {
    color: #2bc2bd;
    padding: 9px 3px 9px 0px;
    background: white;
}

.subCommentDate {
    float: right;
}

.liveButtons {
    float: right;
}

@media (min-width: 926px) {
    #statusBoxFeed {
        width: 90%;
    }
}

#uploadButton {
    border-radius: 8px;
    padding: 2px 10px;
    background-color: #26ada9;
    color: white;
}

#feedPost, #feedPostDetail {
    border-radius: 8px;
    padding: 2px 10px;
    background-color: white;
    color: #26ada9;
}

@media (min-width: 360px) {
    #feedPost, #feedPostDetail {
        margin-left: 16%;
    }
}

@media (min-width: 375px) {
    #feedPost {
        margin-left: 20%;
    }

    #feedPostDetail {
        margin-left: 26%;
    }
}

@media (min-width: 414px) {

    #feedPostDetail {
        margin-left: 34%;
    }
}

@media (min-width: 425px) {

    #feedPostDetail {
        margin-left: 35%;
    }
}

@media (min-width: 768px) {
    #feedPost, #feedPostDetail {
        margin-left: 55%;
    }

    .liveButtons {
        float: none;
    }
}

@media (min-width: 1024px) {
    #feedPost, #feedPostDetail {
        margin-left: 67%;
    }
}

.friendButton {
    border-radius: 8px;
    padding: 2px 10px;
	border-color: #4CAF50;
	background-color: #007700;
	color: white;
}

.friendButton1 {
    border-radius: 8px;
    padding: 2px 10px;
	border-color: #4CAF50;
	color: #007700;
	background-color: white;
}

.friendButtonSection {
	top: -40px;
}

@media (min-width: 768px){
	.friendButtonSection {
		right: -17%;
		top: 0;
	}
}

@media (min-width: 992px){
	.statusBox {
		font-size: 20px;
	}
}

.livetile-wrapper {
	position: fixed;
    width: 100%;
    top: 0;
}

.livetile {
    display: block;
    padding: 0;
}

.tile-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    color: #fff;
    padding: 2vmin;
}


.feed{
  padding: 45px 0;
}

@media (min-width: 768px){
	.feed{
	  width: 680px;
	}
}

@media (min-width: 992px){
	.feed{
	  width: 1000px;
	}
}

.post{
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  min-height: 100px;
  border: 1px solid #2bc2bd;
  border-radius: 3px;
  padding: 12px 18px;
}

.post__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post__top-left{
  display: flex;
  align-items: center;
}

.post__profile-img{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.post__profile-name{
  color: #424242;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.post__profile-name:hover{
  text-decoration: underline;
}

.post__date-posted{
  font-size: 14px;
  color: #aaaaaa;
}


/* Content */
.post__content{
  padding: 14px 8px;
}
.p{
  font-size: 16px;
  color: #1d2129;
}

.post__footer{
  padding: 2px 10px;

}

.footer-link{
  color: red;
  margin: 0 30px 0 0;
  text-decoration: none;
  font-size: 14px;
  color: #aaa;
}

.footer-link:hover{
  color: #1da1f2;
}

.footer-icon{
  fill: currentColor;
  margin-right: 4px;
  display: inline-block;
  font-size: 24px;
}

.footer-link:nth-child(2):hover{
  color: #17bf63;
}
.footer-link:nth-child(3):hover{
  color: #F44336;
}

/* Comment Section */

.post__comments{
  border-top: 1px solid #efefef;
  padding: 16px 0;
  margin-top: 10px;
}

.comment-create{
  display: flex;
  align-items: center;
  border-radius: 3px;
  background:  #eee;
  padding: 8px 4px;
  padding: 12px 8px;
  padding-bottom: 12px;
}
.comment__profile-img{
    height: 34px;
  width: 34px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
}
.input{
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 6px 14px;
  border: none;
  background-color: #eee;
  height: 34px;
}

.comment{
  margin: 20px 0;
  align-items: center;
  border-radius: 3px;
}
.comment__text{
  background-color: #eee;
  font-size: 14px;
  padding: 8px 6px;
}

.comment-name{
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}
.comment-name:hover{
  text-decoration: underline
}
.comment__content{
}



/****------player details css------****/
.player_details_wrapper{
    padding-top: 100px;
    padding-bottom: 80px;
	background:rgba(255,255,255,0.88);
}
.player_details_wrapper .player-info .player-info-title {
    margin-top: 0;
    padding-top: 0
}
ul.player-trophey {
    padding: 0;
	padding-top:10px;
	padding-bottom:30px;
}
.player_details_wrapper .player-trophey li {
    margin-right: 50px;
    display: inline-block;
    position: relative
}
.player_details_wrapper .player-trophey li .year {
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    background: #141414;
    border-radius: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff
}
.player-photo {
    position: relative;
    overflow: hidden
}
.player-photo .number {
    width: 80px;
    padding: 28px 0 0;
    text-align: center;
    position: absolute;
    font-size: 40px;
    font-weight: 700;
    color: #111;
    background: #f7e82d;
    top: 0;
    bottom: 0;
    left: 0
}
.player-photo img{
	position:relative;
}
.player-info h6{
	font-size:22px;
	font-weight:600;
	text-transform:capitalize;
	color:#111;
	padding-bottom:20px;
}
.summary{
	padding-bottom:30px;
}
.summery_box, .summery_text{
	text-transform:capitalize;
	font-size:16px;
	padding-bottom:5px;
	color:#444;
}
.latest_result_wrappwer{
	background:rgba(0,0,0,0.8);
	padding-bottom:70px;
}

.latests_result_wrappwer{
	background:rgba(255,255,255,0.88);
	padding-bottom:70px;
}
.table_next_race table {
    margin-bottom: 30px;
    width: 100%
}
.table_next_race table tr {
    cursor: pointer
}
.table_next_race table tr th {
    background: #002398;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    height: 50px;
	font-weight:400;
	text-align:center;
}
.table_next_race table tr th:first-child {
    padding-left: 20px;
}
.table_next_race table tr td {
    padding: 20px 20px;
    height: 50px;
    line-height: normal;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #111;
	text-transform:capitalize;
    text-align: center;
    background: #fcfcfc
}
.table_next_race table tr td>* {
    vertical-align: middle
}
.table_next_race table tr td:first-child {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    text-align: left
}
.table_next_race table tr td:last-child {
    font-weight: 700
}
.table_next_race table tr td:first-child i {
    margin-right: 8px;
    font-size: 16px
}
.table_next_race table tr td:first-child span {
    line-height: 29px
}
.table_next_race table tr td.up i {
    color: #4caf50
}
.table_next_racetable tr td.down i {
    color: #f44336
}
.table_next_race table tr td.none i {
    color: #999;
    font-size: 10px
}
.table_match{
	float:left;
	width:100%;
	text-align:center;
}
.table_match a{
	float:none;
	font-weight:400;
	width:145px;
	display:inline-block;
}
.table_match a:hover {
    color: #442b90;
    background: transparent;
    border: 1px solid #442b90;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.overflow-scroll {
    overflow-x: auto;
}
.table_match a:hover i:before{
	 color: #442b90;
	   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table_match_btm{
	padding-top:20px;
}
.table_next_race table tr td:last-child span {
    width: 40px;
    height: 30px;
    line-height: 28px;
    border-radius: 9px;
    background: #141414;
    display: inline-block;
    color: #fff
}
.table_next_race table tr td .team {
	width:100%;
	float:left;
	text-align:center;
}
.table_next_race table tr:hover td {
    background: #f2f2f2
}
.table_next_race table tr:hover td i {
    color: #fff
}
.result_match_wrapper{
	text-align:left;
}
/*--video section Start --*/
.prs_video_section_main_wrapper{
	background: transparent;
	/*background:url('../images/inner/vedio_bg.jpg') 50% 0 repeat-y;*/
	background-position:center 0;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	position:relative;
	padding-top:150px;
	padding-bottom:150px;
}
.prs_upcom_video_img_cont_over{
	position:absolute;
	bottom: 30px;
    left: 35px;
	z-index:1;
	text-align:left;
}
.prs_upcom_video_img_cont_over li{
	float:left;
	color:#ffffff;
}
.prs_upcom_video_img_cont_over h2{
	font-size:32px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;
}
.prs_video_sec_icon_wrapper h1{
	font-size:40px;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:30px;
}
.prs_upcom_video_img_cont_over p{
	color:#ffffff;
	text-align:left;
}
.prs_upcom_video_img_cont_over li:first-child{
	margin-right:20px;
}
.prs_video_sec_icon_wrapper{
	text-align:center;
	float:left;
	width:100%;
}
.prs_video_sec_icon_wrapper ul{
	display:inline-block;
}
.prs_video_sec_icon_wrapper li{
    float: left;
   color:#ffffff;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.prs_video_sec_icon_wrapper li a{
	float:left;
	text-align:center;
	color:#ffffff;
}
.contact_wrapper{
	background:#f2f2f2;
	padding-top:100px;
}
.contact_right_wrapper {
	position:relative;
	margin-top:-50px;
}
.response{
	padding-left:10px;
}
.contact_wrapper .form-control {
	height: 50px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
	text-transform:capitalize;
    border-radius: 0;
	border:1px solid #d2d2d2;
    box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: transparent;
}
.contact_wrapper form{
	width:100%;
}
.contact_wrapper textarea.form-control{
	height:auto;
	resize:none;
}
.contact_wrapper input::placeholder, 
.contact_wrapper textarea::placeholder {
  color: #999;
}
.contact_wrapper .form-control:focus {
	color: #111;
	border-color:#aaa;
}
.contact_wrapper .btn:focus{
	outline:none;
}
.contact_wrapper-pos,.contact_wrapper-e,
.contact_wrapper-m,.contact_wrapper-p{
	position: relative;
}
.contact_wrapper .form-group.i-name:after, 
.contact_wrapper .form-group.i-email:after, 
.contact_wrapper .form-group.i-subject:after, 
.contact_wrapper .form-group.i-message:after {
    position: absolute;
    top: 13px;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #999;
}
.contact_wrapper .form-group.i-name:after{
	content: "\f007";
	right: 32px;
}
.contact_wrapper .form-group.i-email:after{
	content: "\f003";
	right: 32px;
}
.contact_wrapper .form-group.i-message:after{
	content: "\f059";
	right: 32px;
}
.contact_wrapper .form-group.i-subject:after{
	content: "\f064";
	right: 32px;
}
.contact_wrapper .tb_es_btn_wrapper{
	float:left;
	width:100%;
	text-align:left;
}
.tb_es_btn_div {
	padding-top:20px;
	margin-bottom:0;
}
.contact_wrapper .tb_es_btn_wrapper button{
	display:inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-color: #002398;
    background: #002398;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
	border:0;
	margin-top:10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_wrapper .form-group{
	margin-bottom:20px;
}
.tb_es_btn_wrapper button:hover{
	background: #f7e82d;
    color: #002398;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/***----gallery fullwidth------***/
.portfolio_grid {
  padding-top:100px;
  padding-bottom:100px;
  background:#f2f2f2;
  text-align:center;
  margin-bottom:655px;
}
.portfolio_grid .protfoli_filter{
	padding-bottom:25px;
	display:inline-block;
	margin-top:-10px
}
.portfolio_grid .protfoli_filter li {
  float: left;
  border:0;
}
.portfolio_grid .protfoli_filter li a {
  color: #111;
  display: inline-block;
  font-size:18px;
  font-weight:500;
  text-transform:capitalize;
  text-align: center;
  padding: 5px 15px;
}
.cont_2 {
	margin-left: 0;
}

.cont_2_btn{
	text-align:center !important;
}
.portfolio_grid .protfoli_filter li:hover a, .portfolio_grid .protfoli_filter li:focus a, .portfolio_grid .protfoli_filter li.active a {
	color: #002398;
  	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.gallery_heading_center h1:before {
    content: '';
    position: absolute;
    left: -115px;
    top: 13px;
    height: 3px;
    background: #f7e82d;
    width: 100px;
}
.portfolio_grid .portfolio_row .portfoli_right {
  padding: 0;
  padding-left: 45px;
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:hover, .portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:focus {
  box-shadow: 0px 22px 38px 0px rgba(166, 116, 241, 0.35);
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:hover img, .portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:focus img {
  transform: scale3D(1.2, 1.2, 2);
}
.portfolio_grid .pi_2 .portfolio_item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover {
  position: absolute;
  left: 0;
  top: 100%;
  right: 100%;
  bottom: 0;
  display: block;
  border-radius: 10px 10px 10px 0px;
  background-color: rgba(201, 161, 255, 0.831);
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover i {
  line-height: 55px;
  text-align: center;
  width: 55px;
  color: #8f49f9;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover i:before {
  line-height: 55px;
  font-size: 25px;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover i:hover, .portfolio_grid .pi_2 .portfolio_item .portfolio_hover i:focus {
  background: #8f49f9;
  color: #fff;
}
.portfolio_grid .pi_2 .portfolio_item:hover, .portfolio_grid .pi_2 .portfolio_item:focus {
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
}
.portfolio_grid .pi_2 .portfolio_item:hover .portfolio_hover, .portfolio_grid .pi_2 .portfolio_item:focus .portfolio_hover {
  top: 20px;
  right: 20px;
}
.portfolio_grid .pi_3 {
  margin: 0;
}
.portfolio_grid .pi_3 .portfolio_item {
  position: relative;
  overflow: hidden;
}
.portfolio_grid .pi_3 .portfolio_item:before {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(0, 35, 152, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(0, 35, 152, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover:before {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(0, 35, 152, 0.8);
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(0, 35, 152, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover a {
  color: #fff;
  font-size:22px;
  text-transform:uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover a span {
  font-weight: 400;
  font-size: 18px;
  display: block;
  text-transform:capitalize;
  padding-top: 10px;
  color: #fff;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover .zoom_popup {
  line-height: 50px;
  text-align: center;
  width: 50px;
  color: #fff;
  height: 50px;
  background: #f7e82d;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0;
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover .zoom_popup i:before {
  line-height: 50px;
  font-size: 20px;
  font-weight:600;
  color:#002398;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover .zoom_popup:hover, .portfolio_grid .pi_3 .portfolio_item .portfolio_hover .zoom_popup:focus {
  background: #f7e82d;
  color: #002398;
}
.portfolio_grid .pi_3 .portfolio_item:hover:before, .portfolio_grid .pi_3 .portfolio_item:focus:before {
  left: 50%;
  opacity: 1;
  z-index: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover:after, .portfolio_grid .pi_3 .portfolio_item:focus:after {
  top: 0;
  opacity: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover .portfolio_hover, .portfolio_grid .pi_3 .portfolio_item:focus .portfolio_hover {
  opacity: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover .portfolio_hover:before, .portfolio_grid .pi_3 .portfolio_item:focus .portfolio_hover:before {
  top: 50%;
  opacity: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover .portfolio_hover:after, .portfolio_grid .pi_3 .portfolio_item:focus .portfolio_hover:after {
  left: 0;
  opacity: 1;
}
.portfolio_grid .protfoli_filter li:first-child a{
	padding-left:5px;
}
/***---gallery III column----****/
.left_gallery_heading{
	width:auto;
	float:left;
	display:inline-block;
}
.III_filter{
	float:right;
	display:inline-block;
}
.portfolio_gridIII {
  padding-top:100px;
  padding-bottom:60px;
  background:#f2f2f2;
  text-align:center;
}
.portfolio_gridIII .protfoli_filter{
	padding-bottom:25px;
	display:inline-block;
	float:right;
	margin-top:-5px
}
.portfolio_gridIII .protfoli_filter li {
  float: left;
  border:0;
}
.portfolio_gridIII .protfoli_filter li a {
  color: #111;
  display: inline-block;
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
  text-align: center;
  padding: 5px 15px;
}
.portfolio_gridIII .protfoli_filter li:first-child a{
	padding-left:5px;
}
.portfolio_gridIII .protfoli_filter li:hover a, .portfolio_gridIII .protfoli_filter li:focus a, .portfolio_gridIII .protfoli_filter li.active a {
	color: #002398;
  	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.portfolio_gridIII .portfolio_row .portfoli_right {
  padding: 0;
  padding-left: 45px;
}
.portfolio_gridIII .portfolio_row .portfoli_inner .portfolio_item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
}
.portfolio_gridIII .portfolio_row .portfoli_inner .portfolio_item img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.portfolio_gridIII .portfolio_row .portfoli_inner .portfolio_item:hover, .portfolio_gridIII .portfolio_row .portfoli_inner .portfolio_item:focus {
  box-shadow: 0px 22px 38px 0px rgba(166, 116, 241, 0.35);
}
.portfolio_gridIII .portfolio_row .portfoli_inner .portfolio_item:hover img, .portfolio_gridIII .portfolio_row .portfoli_inner .portfolio_item:focus img {
  transform: scale3D(1.2, 1.2, 2);
}
.portfolio_gridIII .portfolio_item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio_gridIII .portfolio_item {
  position: relative;
  overflow: hidden;
}
.portfolio_gridIII .portfolio_item:before {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(0, 35, 152, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_gridIII .portfolio_item:after {
  content: "";
  width: 50%;
  height: 50%;
 background-color: rgba(0, 35, 152, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_gridIII .portfolio_item .portfolio_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.portfolio_gridIII .portfolio_item .portfolio_hover:before {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(0, 35, 152, 0.7);
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_gridIII .portfolio_item .portfolio_hover:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(0, 35, 152, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_gridIII .portfolio_item .portfolio_hover a {
  color: #fff;
  font-size:20px;
  text-transform:uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
}
.portfolio_gridIII .portfolio_item .portfolio_hover a span {
  font-weight: 400;
  font-size: 18px;
  display: block;
  text-transform:capitalize;
  padding-top: 10px;
  color: #fff;
}
.portfolio_gridIII  .portfolio_item .portfolio_hover .zoom_popup i:before {
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
	color:#002398;
}
.portfolio_gridIII .portfolio_item .portfolio_hover .zoom_popup {
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #002398;
  height: 45px;
  background: #fff;
  display: block;
  position: absolute;
  right: 20px;
  bottom:20px;
  padding: 0;
  z-index:1;
  transition: all 300ms linear 0s;
}
.portfolio_gridIII .portfolio_item .portfolio_hover .zoom_popup i:before {
  line-height: 45px;
  font-size: 18px;
}
.portfolio_gridIII .portfolio_item .portfolio_hover .zoom_popup:hover, .portfolio_gridIII .portfolio_item .portfolio_hover .zoom_popup:focus {
  background: #fff;
  color: #fff;
}
.portfolio_gridIII .portfolio_item img{
	width:100%;
} 
.portfolio_gridIII .portfolio_item:hover:before, .portfolio_gridIII .portfolio_item:focus:before {
  left: 50%;
  opacity: 1;
  z-index: 1;
}
.portfolio_gridIII .portfolio_item:hover:after, .portfolio_gridIII .portfolio_item:focus:after {
  top: 0;
  opacity: 1;
}
.portfolio_gridIII .portfolio_item:hover .portfolio_hover, .portfolio_gridIII .portfolio_item:focus .portfolio_hover {
  opacity: 1;
}
.portfolio_gridIII .portfolio_item:hover .portfolio_hover:before, .portfolio_gridIII  .portfolio_item:focus .portfolio_hover:before {
  top: 50%;
  opacity: 1;
}
.portfolio_gridIII .portfolio_item:hover .portfolio_hover:after, .portfolio_gridIII .portfolio_item:focus .portfolio_hover:after {
  left: 0;
  opacity: 1;
}
.portfolio_gridIII .portfolio_item .portfolio_hover .IV_popup {
    padding: 0;
	top:43%;
	border-radius:50%;
	right:0;
	left:10px;
	bottom:0;
	margin:0px auto;
}
.masonry_btn{
	border-radius:50%;
}
/*-- latest result wrapper css--*/
.latest_result_wrapper {
	padding-top:100px;
	padding-bottom:100px;
	background: rgba(0,0,0,0.8);
}
.upcoming_matches_wrapper{
	text-align:center;
	background:#fff;padding:30px;
}
.match_list_img h4{
	text-transform: uppercase;
    font-size: 22px;
    padding-top: 15px;
    color: #333;
    text-align:center;
}
.match_list_img img{
	text-align:center;
}
.match_wraper_2 .match_list_img img{
	text-align:center;
}
.latest_match_box p{
	font-size:20px;
	color:#000;
	background:#f0f2f7;
	padding:8px 50px;
	display:inline-block;
	text-transform:capitalize;
}
.latest_match_box h1{
	font-size:20px;
	color:#797979;
	padding:15px 0;
	text-transform:uppercase;
}
.latest_match_box h2{
	font-size:18px;
	color:#797979;
	font-family: 'Lato', sans-serif;
	text-transform:capitalize;
}
.latest_match_box h3{
	font-size:18px;
	color:#111;
	font-weight:500;
	padding:15px 0;
	text-transform:capitalize;
}
.latest_match_box h4{
	font-size:20px;
	color:#002398;
	padding:10px 30px;
	background:#f3e31f;
	text-transform:uppercase;
}
.result_match_wrapper table tr td:first-child{
	text-transform:inherit;
}
.result_match_wrapper table tr td{
	text-align:left;
}
.result_match_wrapper table tr td:last-child{
	font-weight:400;
}
.result_match_wrapper table tr td{
	padding:10px 5px;
}
/****------championship css------****/
.championship_wrapper{
    padding-top: 100px;
    padding-bottom: 100px;
	background:#f2f2f2;
}
.x_offer_car_main_wrapper{
	background:#f9f9f9;
}
.x_offer_car_heading_wrapper{
	text-align:center;
}
.x_offer_car_heading_wrapper h4{
	font-size:14px;
	font-family: 'Lato', sans-serif;
	color:#4f5dec;
	text-transform:uppercase;
}
.x_offer_car_heading_wrapper h3{
	font-size:30px;
	font-weight:800;
	text-transform:uppercase;
	padding-top:20px;
	position:relative;
}
.x_offer_car_heading_wrapper h3:after{
	content:'';
	position:absolute;
	width:30px;
	border:2px solid #4f5dec; 
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	left:0;
	right:0;
	bottom:-20px;
	margin:0px auto;
}
.x_offer_car_heading_wrapper p{
	padding-top:40px;
}
.x_offer_tabs_wrapper{
	float:right;
	display:inline-block;
	margin-top:-10px;
}
.x_offer_tabs_wrapper h2{
	font-size:26px;
	color:#111111;
	font-weight:600;
	display:inline-block;
}
.x_offer_tabs_wrapper .nav{
	margin-bottom:25px;
    display: inline-block;
	border-bottom:0;
}
.x_offer_tabs_wrapper .nav-tabs .nav-link:focus, .x_offer_tabs_wrapper .nav-tabs .nav-link:hover{
	border-color:transparent;
}
.x_offer_tabs_wrapper .nav li{
	float:left;
	border:0;
	border-left:0;
}
.x_offer_tabs_wrapper .nav-tabs .nav-item.show .nav-link, .x_offer_tabs_wrapper .nav-tabs .nav-link.active {
    color: #002398;
	border-radius:0;
	border:0;
	background:transparent;
}
.x_offer_tabs_wrapper .nav-tabs .nav-link{
	font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
	border:0;
}
.result_match_wrapper tr td.form span {
    margin: 0 3px;
    width: 30px !important;
    height: 30px !important;
    text-transform: uppercase;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px !important;
}
.result_match_wrapper tr td.form span.win {
    background: #6599ff;
}
.league_table table tr td:last-child .drawn{
	background: #797979 !important;
}
.result_match_wrapper tr td.form span.loss {
    background: var(--main-theme-color);
}
.league_table table tr td, .league_table table tr td:first-child{
	text-align:center;
}
.league_table table tr td:last-child span{
	border-radius:100px;
}
/******---------bx slider css------------*********/
.prs_upcom_movie_img_box{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.prs_upcom_movie_img_box .bx_slider_text{
	position: absolute;
    color: #fff;
    width: 50px;
    left: 20px;
    top: 20px;
    text-align: center;
    height: 45px;
	font-size:30px;
    line-height: 45px;
    background: #002398;
	z-index:1;
}
.prs_upcom_movie_img_overlay{
	position:absolute;
	top:200px;
	right:200px;
	left:200px;
	bottom:200px;
	background:rgba(0,0,0,0.06);
	opacity:0;
	-webkit-transition:all 0.55s linear;
    -moz-transition:all 0.55s linear;
    -ms-transition:all 0.55s linear;
    -o-transition:all 0.55s linear;
    transition:all 0.55s linear;
}
.prs_upcom_movie_img_box img{
	width:100%;
}
.prs_upcom_movie_img_overlay{
	position:absolute;
	top:200px;
	right:200px;
	left:200px;
	bottom:200px;
	background:rgba(0,0,0,0.2);
	opacity:0;
	-webkit-transition:all 0.55s linear;
    -moz-transition:all 0.55s linear;
    -ms-transition:all 0.55s linear;
    -o-transition:all 0.55s linear;
    transition:all 0.55s linear;
}
.news_top_icon:hover{
	color:#fff;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_box .bx_slider_text{
	background:#f7e82d;
	color:#002398;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.slider_bx_btn{
	display: inline-block;
    position: absolute;
    top: 42%;
    left: 0;
	right:0;
	margin:0px auto;
	margin-left:-900px;
}
.slider_bx_btn li a{
	margin-left:-900px;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_upcom_movie_box_wrapper:hover .slider_bx_btn li a{
	margin-left:0;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_upcom_movie_box_wrapper:hover .slider_bx_btn{
	margin-left:0;
	left:113px;
	padding: 19px 43px 14px 35px;
    border: 2px solid #f7e82d;
	-webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    -ms-transition:all 0.45s linear;
    -o-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.prs_upcom_movie_box_wrapper .slider_bx_btn li a{
	background:#f7e82d;
	color:#002398;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_overlay{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:rgba(0, 35, 152, 0.7);
	opacity:1;
	-webkit-transition:all 0.35s linear;
    -moz-transition:all 0.35s linear;
    -ms-transition:all 0.35s linear;
    -o-transition:all 0.35s linear;
    transition:all 0.35s linear;
}
/*-- next match wrapper css--*/
.next_match_inner_wrapper{
	padding-top:100px;
	padding-bottom:100px;
	background:#f2f2f2;
}
.next_match_count{
	padding-bottom:30px;
	background:#fff;
	text-align:center;
}
.next_match_img_wrapper img{
	width:100%;
}
.next_match_count h2{
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    background: #f7e726;
    color: #002398;
    padding: 20px;
	padding-bottom:17px;
}
.new a span{
	color:#002398;
	font-size:20px;
	font-weight:500;	
	text-align:center;
}
.new {
    display: inline-block;
    width: 60px;
    height: 60px;
	margin-top:40px;
    position: relative;
	text-align:center;
    line-height: 60px;
    background: #f7e726;
    border-radius: 100px;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.match_venue{
	color:#111;
}
.next_match_live{
	text-align:center;
	padding-bottom:50px;
	background:#fff;
}
.as{
	padding-left:40px;
}
.ac{
	padding-right:40px;
}
.match_list_img h4{
	text-transform:uppercase;
	font-size:18px;
	padding-top:10px;
	color:#111;
}
#clockdiv{
    float: left;
    width: 100%;
    color: #002398;
    display: inline-block;
	padding-top:35px;
}
#clockdiv > div{
    display: inline-block;
    margin: 0px 10px;
    height:80px;
    width: 90px;
	font-size:30px;
	font-weight:500;
	border:1px solid #cecece;
	padding-top:14px;
	text-align:center;
}
#clockdiv div > span{
    float: left;
    width: 100%;
	font-weight:500;
}
.next_match_venue p{
	padding-top:16px;
	font-size:16px;
	color:#111;
}
.smalltext{
    float: left;
    width: 100%;
    padding-top: 6px;
    font-size: 14px;
    color: #777;
}
/* upcoming games wrapper css */
.upcoming_games_wrapper {
	padding-bottom:100px;
	background:#f2f2f2;
}
.upcoming_slider_wrapper {
    float: left;
    width: 100%;
}
.upcoming_slider_wrapper .owl-theme .owl-dots {
    display: none;
}
.upcoming_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -99px;
    margin-top: 0;
    z-index: 1;
    display: block;
}
.upcoming_slider_wrapper .owl-theme .owl-nav .owl-prev {
    color: #002398;
    font-size: 16px;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f7e82d;
	border-radius:0;
    display: inline-block;
    cursor: pointer;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.upcoming_slider_wrapper .owl-theme .owl-nav .owl-next {
    color: #002398;
     font-size: 16px;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 35px;
	background: #f7e82d;
    display: inline-block;
    cursor: pointer;
	border-radius:0;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.game_slider_wrapper{
	float:left;
	width:100%;
	padding:40px 20px;
	text-align:center;
}
.game1_slider_wrapper{
	background:#fff;
}
.game1_slider_wrapper:hover .new{
	background:#002398;	
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.game1_slider_wrapper:hover .new a span, .game1_slider_wrapper:hover .game_btm_cntnt p, .game1_slider_wrapper:hover .game_btm_cntnt a, .game1_slider_wrapper:hover .game_btm_cntnt i:before{
	color:#fff;	
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.new_2{
	width:40px;
	height:40px;
	line-height:40px;
}
.about_tab_content{
	width:82%;
	float:left;
	padding-left:30px;
}
.game_btm_cntnt{
	background:#f7e726;
	padding:10px 20px;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.game1_slider_wrapper:hover .game_btm_cntnt{
	background:#002398;	
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.game_btm_cntnt p{
	color:#002398;
	text-transform:capitalize;
	display:inline-block;
}
.game_btm_cntnt a{
	color:#002398;
	text-transform:uppercase;
	display:inline-block;
	float:right;
	padding-right:20px;
}
.game_btm_cntnt i:before{
	color:#002398;
	position:absolute;
	right:13px;
	transform: rotate(90deg);
}
.upcoming_slider_wrapper .match_list_img img{
	width:auto !important;
	display:inline-block;
}
.upcoming_slider_wrapper .owl-theme .owl-nav .owl-prev i:before, .upcoming_slider_wrapper .owl-theme .owl-nav .owl-next i:before{
	font-size:16px;
	font-weight:600;
}
.upcoming_slider_wrapper .owl-theme .owl-nav .owl-next:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.upcoming_slider_wrapper .owl-theme .owl-nav .owl-prev:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.game_1, .game_2, .game_3{
	float:left;
	width:33.33%;
}
/****----upcoming match wrapper ---****/
.upcoming_match_wrap{
	background:#f2f2f2;
}
.tg-upcomingmatch{
	width:100%;
	float:left;
}
.inner_partner{
	padding-top:80px;
}
.upcoming_match_img  img{
	width:100%;
}
.tg-upcomingmatch .tg-match {
	padding:0;
	overflow:hidden;
	position:relative;
	padding-bottom:22px;
}
.tg-upcomingmatch .tg-box h4{
	display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 18px;
    position: relative;
    text-align: center;
    line-height: 50px;
    background: #ffef2b;
    font-size: 24px;
    color: #002398;
    border-radius: 100px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.tg-matchdetail{
	width:100%;
	float:left;
	padding:20px;
	z-index:1;
	position:relative;
	background:#fff;
	padding-bottom:16px;
}
.tg-matchhover{
	top:0;
	left:0;
	z-index:2;
	width:100%;
	padding:13px 30px 24px 30px;
	position:absolute;
	background:#f7e61e;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.tg-upcomingmatch .tg-match:hover .tg-matchhover{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btnnww{
	padding:10px 49px 14px 32px;
	margin-top:25px;
}
.btnnww:hover {
    padding: 19px 43px 6px 35px;
}
.tg-matchdetail img{
	width:70px;
}
.tg-matchhover address{
	width:270px;
	float:left;
	margin:20px 0;
	color:#002398;
	text-transform:capitalize;
	font-weight:500;
	font-size:18px;
}
.tg-teamlogo{
	float:left;
	padding-right:8px;
}
.tg-matchhover .tg-btnbox{
	float:right;
	width:auto;
	position:relative;
}
.tg-upcomingmatch .tg-matchdetail .tg-box h3{
	font-size:20px;
	color:#111;
	text-transform:uppercase;
	height:70px;
	line-height:85px;
}
.tg-upcomingmatch .tg-match .tg-box{width:20%;}
.tg-match .tg-box:first-child {
    text-align: left;
}
.tg-box {
    width: 100%;
    float: left;
    position: relative;
	text-align:center;
}
.tg-upcomingmatch .tg-match .tg-box:last-child, .tg-upcomingmatch .tg-match .tg-box:first-child {
    width: 40%;
}
.tg-match .tg-box:last-child {
    text-align: right;
}
.tg-teamlogo2{
	float:right;
	padding-left:15px;
}
.tg-btnbox .match_btn ul li{
	float:left;
	padding:8px;
}
/***----page not found---****/
.page_not_found_wrapper{
	background:#fff;
	padding-top:100px;
	padding-bottom:100px;
}
.page_heading{
	font-size:26px;
	font-weight:500;
	padding:20px 0;
	text-transform:uppercase;
	color:#111;
}
.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block;
	color:#545454;
}
.page-notfound  p{
	padding-bottom:20px;
}
.page-notfound strong i {
    font-size: 190px;
    margin: 0 10px;
	color:#f5e522 !important;
}
.eror_Btn{
	float:none;
	text-align:center;
	margin-top:20px;
}
/****----news wrapper css----*****/
.news_wrapper {
	padding-top:100px;
	background:#f2f2f2;
}
.news_wrapper .news-post-wrapper {
	overflow:hidden;
	margin-bottom:35px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_wrapper .news-post-wrapper .post-thumbnail{
	position: relative;
	overflow:hidden;
}
.news_wrapper .news-post-wrapper .post-thumbnail img{
	width: 100%;
}
.news_wrapper .news-post-wrapper .blog-content .like_thumb{
    position: absolute;
    top: -25px;
    right: 25px;
    z-index: 1;
}
.news_wrapper .news-post-wrapper .blog-content .like{
	display:block;
    width: 50px;
    height: 50px;
    line-height: 52px;
	font-size:20px;
    text-align: center;
    background: #fff;
    color: #999;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
}
.news_wrapper .news-post-wrapper .blog-content{
  padding: 30px 30px 35px;
  position:relative;
  background:#fff;
}
/*entry-header*/
.news_wrapper .news-post-wrapper .entry-header {
  margin-bottom: 20px;
  background:transparent;
}
.news-post-wrapper .post-thumbnail img{
	transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_wrapper .news-post-wrapper:hover .post-thumbnail img {
    transform: scale(1.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_wrapper .news-post-wrapper .entry-title{
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.news_wrapper .news-post-wrapper .entry-title a{
	color: #111;
	font-size:20px;
	text-transform:capitalize;
	font-weight:500;
}
.news_wrapper .news-post-wrapper .entry-title a:hover{
	color: #3498db;
}

/*entry-meta*/
.news_wrapper .news-post-wrapper .entry-header .entry-meta {
	font-size: 16px;
	text-transform: capitalize;
}
.news_wrapper .news-post-wrapper .entry-header .entry-meta li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.news_wrapper .news-post-wrapper .entry-header .entry-meta li i{
	padding-right:3px;
	font-size: 14px;
	color:#efdf18;
}
.news_wrapper .news-post-wrapper .entry-header .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.news_wrapper .news-post-wrapper .entry-header .entry-meta li a{
	color: #999;
}
.news_wrapper .news-post-wrapper:hover .entry-title a,
.news_wrapper .news-post-wrapper:hover .like_thumb i  {
    color: #002398;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*entry-content*/
.news_wrapper .news-post-wrapper .entry-content p{
	margin: 0;
	padding-bottom:20px;
}
/*blog video post*/
.news_wrapper .news-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #fff;
	background: #3498db;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.news_wrapper .news-post-wrapper .play-trigger:hover {
  color: #3498db;
  background: #fff;
}
.news_wrapper .news-post-wrapper .play-trigger i {
	margin-left: 5px;
}
/*entry-content*/
.news_wrapper .news-post-wrapper .entry-content p{
	margin: 0;
}
.readmore_btn{
	display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #3498db;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.readmore_btn:hover{
     color: #fff;
	background:#194690;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*blog gallery post*/
#news_section_slider .owl-theme .owl-nav {
  position: absolute;
  top:10px;
  right:10px;
}
#news_section_slider .owl-carousel .owl-nav .owl-prev, 
#news_section_slider .owl-carousel .owl-nav .owl-next{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7e82d;
  width: 30px;
  height: 30px;
  color: #002398;
  font-weight:600;
  line-height: 30px;
  padding: 0;
  margin:0;
  margin-left:10px;
  opacity: 1;
}
#news_section_slider .owl-carousel .owl-nav .owl-prev:hover, 
#news_section_slider .owl-carousel .owl-nav .owl-next:hover{
	  color: #fff;
	  background:#002398;
}
#news_section_slider .owl-theme .owl-dots .owl-dot{
	display:none;
}
/*blog video post*/
.news_wrapper .news-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #002398;
	background: #f5e522;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.news_wrapper .news-post-wrapper .play-trigger:hover {
  color: #fff;
  background: #002398;
}
.news_wrapper .news-post-wrapper .play-trigger i {
	margin-left: 5px;
}
.blog_video_wrapper {
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
}
.blog_video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog_pagination_section{
	float:left;
	width:100%;
	margin-top:30px;
	overflow:hidden;
	text-align:center;
}
.blog_pagination_section ul{
	display:inline-block;
}
.blog_pagination_section ul{
	margin:0;
	padding:0;
	list-style:none;
}
.blog_pagination_section ul li{
	float:left;
	margin-left:15px;
}
.blog_pagination_section ul li:first-child{
	margin-left:0px;
}
.blog_pagination_section ul li a i{
	font-size:18px;
}
.blog_pagination_section .prev, .blog_pagination_section .next{
	margin-left:0px;
	width:90px;
	height:45px;
	color:#002398;
	font-size:18px;
	text-transform:capitalize;
	border-radius:100px;
	background:#f7e82d;
	text-align:center;
	line-height:45px;
	border:0;
}
.blog_pagination_section ul li a{
	float:left;
	color:#111;
	line-height:45px;
	height:45px;
	border-radius:100px;
	width:45px;
	text-align:center;
	border:1px solid transparent;
}
.page_active{
	background:#002398;
	color:#fff !important;
}
.blog_pagination_section ul li a:hover{
	background:#002398;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar_widget{
	float: left;
    width: 100%;
	margin-bottom:40px;
}
.widget_heading h2{
    margin: 0px 0px 40px 0px;
    color: #111;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
.widget_heading h2:before {
	position: absolute;
    bottom: -12px;
    left: 0;
    width: 50px;
    height: 3px;
    content: '';
    background-color: #f7e82d;
}
/* search_form start */
.search_form .form-control {
    position: relative;
    height: 50px;
    color: #999;
    padding: 0px 60px 0px 15px;
    background: #ffffff;
    font-weight: 400;
	border-radius:0;
    font-size: 16px;
    border: 1px solid #e5e5e5;
	box-shadow:none;
}
.search_form {
    position: relative;
}
.search_form button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    text-transform: capitalize;
}  
.search_form button i {
    color: #002398;
    font-size: 18px;
}  
.search_form button:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -5px;
    width: 1px;
    height: 30px;
    background: #e5e5e5;
}
/* search_form end */
/* category_wrapper start */
.category_wrapper li {
    text-transform: capitalize;
}
.category_wrapper li a {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    display: block;
    line-height: 26px;
    padding: 15px 19px;
	background:#fff;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.category_wrapper li.active a, .category_wrapper li:hover a {
    color: #fff;
    border: 1px solid #002398;
    background: #002398;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.category_wrapper li a span {
    float: right;
}
/* category_wrapper end */
/* video_wrapper start */
.sidebar_videos_wrapper {
	float:left;
	width:100%;
}
.sidebar_videos_wrapper iframe{
	max-width: 100%;
	width:370px; 
	height:200px;
	border:0;
}
.sidebar_videos_wrapper ul {
    margin-top: 5px;
}
.sidebar_videos_wrapper ul li {
    float: left;
    margin-left: 9px;
    width: 22%;
}
.sidebar_videos_wrapper ul li:first-child {
    margin-left: 0;
}
.sidebar_videos_wrapper ul li img{
	width:100%;
}
/* video_wrapper end */
/* tag_cloud_wrapper start */
.tag_cloud_wrapper ul li{
	float:left;
	margin-right:5px;
}
.tag_cloud_wrapper ul li a{
	font-size: 16px;
    color: #222;
    font-weight: 400;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 10px 15px;
	background:#fff;
    margin-right: 2px;
    border: 1px solid #ececec;
    text-transform: capitalize;
}
.tag_cloud_wrapper ul li a:hover,
.tag_cloud_wrapper ul li.active a{
	background:#002398;
	color:#fff;
	border:1px solid #002398;
}
/* tag_cloud_wrapper start */
/* instagram_wrapper start */
.instagram_wrapper{
	float:left;
	width:100%;
}
.instagram_images li{ 
	float:left;
    margin-right:5px;
    margin-bottom: 10px;
}
.instagram_img_wrapper {
  position: relative;
  width:auto;
  display:inline-block;
}
.instagram_img_overlay_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  color:#002398;
  background:#f7e82d;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:14px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
   transition: all 0.5s;
}
.instagram_img_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  opacity:0;
  transition: .2s ease;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.instagram_wrapper:hover .instagram_img_overlay {
  background-color:#002398;
  opacity:0.7;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow:hidden;
}
/* instagram_wrapper start */
/* twitter_wrapper start */
.twitter_wrapper{
	float:left;
	width:100%;
	background:#30a3f0;
	border-radius:5px;
	padding:30px;
}
.twitter_icon_wrapper{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.twitter_icon_image{
	 float: left;
	 width: 15%;	
}
.twitter_icon_image i{
	 font-size:40px;
	 color:#59b5f3;
}
.twitter_icon_content{
	float: left;
    width: calc(100% - 15%);
    font-size: 14px;
	padding-top:10px;
	padding-left:20px;
}
.twitter_icon_content a{
    color: #a6d1f7;
}
.twitter_wrapper p{
	color:#fff;
	font-weight:300;
}
.twitter_wrapper ul li{
	margin-right: 15px;
    display: inline-block;
}
.twitter_wrapper ul li a{
	display: block;
    color: #a6d1f7;
    font-size: 14px;
}
/****------news details css----*****/
.news_wrapper .news-post-wrapper .single-post-thumbnail{
	float:left;
	width:100%;
	position: relative;
}
.news_wrapper .news-post-wrapper .single-post-thumbnail .post_thumbnail_icon{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -22px;
    right: 20px;
    z-index: 888;
	border-radius:100px;	
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
	box-shadow:0px 5px 20px -3px rgba(0, 0, 0, 0.2);
}
.news_wrapper .news-post-wrapper .single-post-thumbnail .post_thumbnail_icon i{
	line-height: 50px;
    color: #002398;
    font-size: 18px;
}
.news_wrapper .news-post-wrapper .post-thumbnail img{
	width: 100%;
}
.news_wrapper .news-post-wrapper .single_entry_header {
     float: left;
    width: 100%;
    margin-bottom: 40px;
}
.news_wrapper .news-post-wrapper .single_entry_header .avatar{
	width: 70px;
    height: 70px;
}
.news_wrapper .news-post-wrapper .single_entry_header .avatar img{
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.news_wrapper .news-post-wrapper .single_entry_header .full_avatar{
	width: 85px;
    height: 85px;
}
.news_wrapper .news-post-wrapper .single_entry_header .full_avatar img{
    width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.news_wrapper .news-post-wrapper .single_entry_header .full_post_info_wrapper{
    margin-left: -70px;
	padding:0
}
.news_wrapper .news-post-wrapper .single_entry_header .post_info_wrapper{
    margin-left: -15px;
	padding:0
}
.news_wrapper .news-post-wrapper .single_entry_header .post_info{
	float:left;
	width:100%;
	padding-bottom:20px;
    border-bottom: 1px solid #d0d0d0;
}
.news_wrapper .news-post-wrapper .single_entry_header .entry-title{
  float: left;
  padding-top: 20px;
}
.news_wrapper .news-post-wrapper .single_entry_header a{
	color: #313131;
}
.news_wrapper .news-post-wrapper .single_entry_header a:hover{
	color: #002398;
}
.news_wrapper .news-post-wrapper .single_entry_header .entry-meta {
	float:right;
    padding-top: 20px;
}
.news_wrapper .news-post-wrapper .single_entry_header .entry-meta ul{
	margin:0;
	padding:0;
}
.news_wrapper .news-post-wrapper .single_entry_header .entry-meta li {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
.news_wrapper .news-post-wrapper .single_entry_header .entry-meta li i{
	font-size:16px;
	margin-right: 7px;
	color:#efdf18;
}
.news_wrapper .news-post-wrapper .single_entry_header .entry-meta li a{
    font-size: 14px;
    color: #737373;
}
.news_wrapper .news-post-wrapper .news-content .m-40{
	margin-top:20px;
}
.news_wrapper .news-post-wrapper .news-content .entry-title {
	font-size:20px;
    margin-bottom: 20px;
	font-weight: 700;
	color:#222;
}
.news_wrapper .news-post-wrapper .news-content .entry-content p{
	margin: 0;
}
.news_wrapper .news-post-wrapper .news-content .entry-content 
.entry_content_border {
   padding-left: 30px;
    border-left: 4px solid #efdf1f;
    margin: 20px 0;
    font-style: italic;
	height:90px;
}
.news_wrapper .news-post-wrapper .news-content .entry-content 
.entry_content_border p{
	font-size: 18px;
	line-height:28px;
}
.news-content{
	background:#fff;
	padding:30px;
}
.news_wrapper .news-post-wrapper .news-content .entry-content ul li{
	margin-bottom:20px;
}
.news_wrapper .news-post-wrapper .news-content .entry-content ul li:last-child{
	margin-bottom:40px;
}
.news_wrapper .news-post-wrapper .news-content .entry-content ul li a{
	color:#999;
	text-transform:capitalize;
}
.news_wrapper .news-post-wrapper .news-content .entry-content li i{
	color:#002398;
	margin-right:10px;
}
.entry_content_img_wrapper{
	float:left;
	width:100%;
}
.entry_content_img, .entry_content_text{
	float:left;
	width:100%;
}
.entry_content_img_wrapper img{
	width:100%;
}
.blog_post_bottom_wrapper{
	margin-bottom:60px;
	background:#fff;
	padding:30px 30px 30px 30px;
}
.tags{
	float:right;
	font-size: 18px;
    font-weight: 500;
    color: #111;
}
.tags ul{
	margin-top: 10px;
}
.blog_btm_padder{
	margin-bottom:650px;
	padding-bottom:100px;
}
.tags ul li{
	display:inline-block;
	position: relative;
}
.tags ul li a{
	font-size:16px;
    color: #999;
	text-transform:capitalize;
	font-weight: 400;
}
.tags ul li:after {
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
    color: #999;
}
.tags ul li:last-child:after{
	display:none;
}
.tags a:hover{
    color: #002398;
}
.share_icons{
	font-size: 18px;
    font-weight: 500;
    color: #111;
}
.share_icons ul{
	margin-top: 10px;
}
.share_icons ul li{
	display:inline-block;
	margin-right:12px;
}
.share_icons a {
    font-size:16px;
    color: #999;
	font-weight:400;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.share_icons ul li:last-child {
	margin-right:0px;
}
.share_icons a:hover {
	color:#002398;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news_wrapper .comments_wrapper{
	float:left;
	width:100%;
	padding-bottom:60px;
}
.news_wrapper .comments_wrapper h4{
	 font-size: 30px;
    margin-bottom: 40px;
    color: #111;
}
.news_wrapper .comments_wrapper h4:after{
	display: block;
    content: "";
    background: #f7e82d;
    border: 1px solid #f7e82d;
    width: 50px;
    height: 4px;
    margin-top: 13px;
}
.comments_Box {
	float:left;
	width:100%;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #d4d4d4;
}
.last_comment_box{
	border:0;
	margin-bottom:0px;
}
.comments_Box .img_wrapper{
	float:left;
	width:100px;
}
.comments_Box .img_wrapper img{
	background: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.comments_Box:hover img{
    border-color: #002398;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.comments_Box .text_wrapper{
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
}
.author_detail{
	margin-bottom:10px;
}
.author_detail .author_name{
	font-size: 18px;
	color: #002398;
}
.author_detail  .publish_date{
	font-size: 14px;
    margin-left: 8px;
	color: #999;
}
.author_content a{
	color: #002398;
	text-transform:uppercase;
}
.author_content a:after {
    content: "\f064";
    font-family: FontAwesome;
    color: #002398;
    font-size: 14px;
    margin-left: 5px;
}
/** comments_wrapper end **/
.comments_form {
	float:left;
	width:100%;
}
.comments_form h4{
	 font-size: 30px;
    margin-bottom: 40px;
    color: #111;
}
.comments_form h4:after{
	display: block;
    content: "";
    background: #f7e82d;
    border: 1px solid #f7e82d;
    width: 50px;
    height: 4px;
    margin-top: 13px;
}
.comments_form .form-control {
	height: 53px;
    padding: 15px 55px 15px 20px;
    font-size: 16px;
    line-height: 24px;
	border-radius:0;
    border:1px solid transparent;
	background:#fff;
    box-shadow: none;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.comments_form textarea.form-control{
	height:auto;
	resize:none;
}
.comments_form input::placeholder, .comments_form textarea::placeholder {
  color: #999;
}
.comments_form .form-control:focus {
	color: #999;
	background-color: #fff;
	border: 1px solid #999 !important;	
	border-radius:0;
}
.comments_form-pos,.comments_form-e,.comments_form-m,.comments_form-p{
	position: relative;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after {
    position: absolute;
     top: 13px;
    font-size: 18px;
    font-family: "FontAwesome";
    color: #999;
}
.comments_form .form-group.i-name:after{
	content: "\f007";
	right: 32px;
}
.comments_form .form-group.i-email:after{
	content: "\f003";
	right: 32px;
}
.comments_form .form-group.i-message:after{
	content: "\f0e5";
	right: 32px;
}
/**---- comments_form section end ----**/
.inner_contact_wrapper{
	background:#fff;
	margin-bottom:0;
	padding-bottom:40px;
}
.iner_contact_right_wrapper{
	margin-top: -76px;
}
.contact_icon_section{
	padding-bottom:100px;
	padding-top:100px;
	background:#f2f2f2;
}
.main{
	float:left;
	width:100%;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main h4{
	font-size: 24px;
	margin-top:40px;
    margin-bottom: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.main p{
    font-size: 16px;
    line-height: 25px;
	margin:0;
}
.contact_icon_section i{
    font-size: 40px;
	line-height: 130px;
}
.rotate{
    display: inline-block;
    width: 130px;
    height: 130px;
	color:#fff;
	text-align:center;
	position:relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate:after{
	position: absolute;
    top: 100%;
    border: 9px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -9px;
}
.rotate_blue .rotate{
	background:#3f5fca;
}
.rotate_blue .rotate:after{
	border-top-color:#3f5fca;
}
.rotate_purple .rotate{
	background:#ecc03c;
}
.rotate_purple .rotate:after{
	border-top-color:#ecc03c;
}
.rotate_green .rotate{
	background:#94c528;
}
.rotate_green .rotate:after{
	border-top-color:#94c528;
}
.rotate_orange .rotate{
	background:#E69020;
}
.rotate_orange .rotate:after{
	border-top-color:#E69020;
}
.rotate_blue:hover .rotate{
	background-color: #3f5fca;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_purple:hover .rotate{
	background-color: #ecc03c;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_green:hover .rotate{
	background-color: #94c528;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_orange:hover .rotate{
	background-color: #E69020;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_blue:hover h4 a{
	color: #3f5fca;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_purple:hover h4 a{
	color: #ecc03c;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_green:hover h4 a{
	color: #98C830;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_orange:hover h4 a{
	color: #E69020;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
#map{
    float: left;
	width:100%;
    height:600px;
}
.main:hover i{
	 transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.rotate_purple p a{
	color:#757575;
}
/* login_section start */
.login_section{
	background:#fff;
	position:relative;
}
.login_back_img{
	position:absolute;
	background: url(../images/inner/sp1.jpg);
    width: 400px;
    height: 400px;
    left: 0;
    bottom: 80px;
}
.register_back{
	background: url(../images/inner/pic11.jpg);
}
.login_back_img:after{
	content:'';
	position:absolute;
	background: url(../images/inner/shape3.png);
    width: 400px;
    height: 400px;
    left: 0;
	right:0;
	top:0;
}
.login_back_img22{
	position:absolute;
	background: url(../images/inner/sp2.jpg);
    width: 400px;
    height: 400px;
    right: 0;
    top: 80px;
}
.register_back22{
	background: url(../images/inner/pic9.jpg);
}
.login_back_img22:after{
	content:'';
	position:absolute;
	background: url(../images/inner/shape3.png);
    width: 400px;
    height: 400px;
    left: 0;
	right:0;
	top:0;
}
.login_form_wrapper{
	float:left;
    width: 100%;
	padding-top: 100px;
    padding-bottom: 100px;
}
.gallery_heading_center p{
	font-size:16px;
	padding-top:10px;
	text-transform:capitalize;
}
.login_wrapper{
	float:left;
    width: 100%;
	padding:50px;
	background:#f5f5f5;
	padding-bottom:30px;
	margin-bottom:20px;
}
.login_form_wrapper p{
	text-align:center;
}
 .login_wrapper a.btn {
    color: #fff;
    width: 100%;
    height: 50px;
	padding: 6px 25px;
    line-height: 36px;
	margin-bottom:20px;
	text-align:left;
    background: #2c49ab;
    font-size: 16px;
	border-radius:0;
    border: 1px solid #2c49ab;
}
.login_wrapper a.btn:focus{
	outline:none;
	border:none;
	box-shadow:none;
}
.login_wrapper a.btn:hover {
   background-color: #002398;
   border-color: #002398;
   -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.login_wrapper a span{
	float:left;
}
.login_wrapper a i {
    float: right;
    margin: 0;
    line-height: 38px;
}
.login_wrapper a.google-plus{
    background: #e0594b;
    border: 1px solid #e0594b;
}
.login_wrapper a.google-plus:hover{
    background: #b9291a;
    border-color:#b9291a;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.login_wrapper .form-control {
	height: 53px;
    padding: 15px 20px;
    font-size: 14px;
	text-transform:capitalize;
    line-height: 24px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
	border-radius:0;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: #fff;
}
.login_wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #111;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.login_wrapper textarea.form-control{
	height:auto;
	resize:none;
}
.login_wrapper input::placeholder, .login_wrapper textarea::placeholder {
  color: #999;
}
.login_wrapper .form-control:focus {
	color: #999;
	background-color: fafafa;
	border: 1px solid #29abff !important;	
}
.login_remember_box{
	margin-top:30px;
	margin-bottom:30px;
	color:#999;
}
.login_remember_box .control {
    position: relative;
	padding-left:20px;
    cursor: pointer;
    font-size: 14px;
	line-height:14px;
    font-weight: 500;
	margin:0;
}
.login_remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.login_remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #999;
}
.login_remember_box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.login_remember_box .control input:checked ~ .control__indicator:after {
  display: block;
}
.login_remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.login_remember_box .forget_password{
	float:right;
	color:#db4c3e;
	font-size:14px;
	text-decoration:underline;
}
.login_btn_wrapper{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #dadada;
}
.login_btn_wrapper a.login_btn {
   text-align:center;
   text-transform:uppercase;
}
.login_btn_wrapper a.login_btn:hover {
    background-color: #002398 !important;
    border-color: #002398 !important;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.login_message p{
	text-align:center;
	font-size:16px !important;
	margin:0;
}
.login_message a{
	color:#002398;
	font-weight:500;
}

.jp_regiter_top_heading p{
	font-size: 16px;
	text-align:left;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 10px;
}
.check-box {
    margin-top: 35px;
}
.check_box_anchr {
    color: ##002398 !important;
}
/***-----shop sidebar css-----***/
.sc_shop_add img{
	width:100%;
}
.sc_shop_add img:hover {
    opacity: 0.9;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
.filter-area {
    display: block;
    position: relative;
    margin: 0;
}
.filter-area select {
    display: inline-block;
    width: 230px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0 15px;
    color: #797979;
    font-size: 14px;
    float: right;
    border-radius: 0;
    text-transform: capitalize;
}
.filter-area .list-grid {
    display: inline-block;
    float: right;
    margin-right: 10px;
}
.filter-area .list-grid ul li {
    padding: 0;
    margin-left: 10px;
}
.filter-area .list-grid ul li a {
    display: block;
    color: #002398 ;
    background: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
	border-radius:0;
    width: 45px;
    text-align: center;
	padding:0;
    border: 1px solid #e5e5e5;
}
.list-grid .nav-tabs .nav-item.show .nav-link, .list-grid .nav-tabs .nav-link.active{
	color: #ffffff;
    background-color: #002398;
    border-color:transparent;
}
.list-grid .nav-tabs{
	border-bottom:0;
}
.filter-area .showpro {
    float: left;
    margin-top: 8px;
}
.filter-area .showpro p {
    margin: 0;
}
.filter-area .showpro p span {
    color: #002398;
}
.btc_shop_indx_cont_box_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
	overflow:hidden;
	border:1px solid #ececec;
}
.btc_shop_indx_img_wrapper {
    float: left;
    width: 100%;
    position: relative;
	background:#fff;
	text-align:center;
	padding:20px 0;
}
.btc_shop_indx_img_cont_wrapper {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 20px;
    position: relative;
}
.btc_shop_indx_img_cont_wrapper .product_title{
	float: left;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	text-transform:capitalize;
	border-bottom:1px solid #e6e6e6;
}
.btc_shop_indx_img_cont_wrapper .product_title h1 a {
    font-size: 20px;
    color: #111;
    line-height: 24px;
    font-weight: 500;
	float:left;
	width:100%;
	text-transform:capitalize;
	margin-bottom:10px;
}
.btc_shop_indx_img_cont_wrapper h3 {
    color: #999;
    font-size: 16px;
}
.btc_shop_indx_img_cont_wrapper .product_price {
    float: left;
	width:100%;
	text-align:center;
	padding:15px 0;
	padding-bottom:20px;
}
.btc_shop_indx_img_cont_wrapper .product_price p {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}
.btc_shop_indx_img_cont_wrapper .product_price p del {
    font-size: 16px;
    padding-left: 10px;
    color: var(--main-theme-color);
	font-weight:500;
}
.btc_shop_indx_img_cont_wrapper .sp_product_title h1{
	font-size: 15px;
	font-weight: 700;    
	color: #333;
	margin-bottom:10px;
	text-transform:capitalize;
}
.btc_shop_indx_img_cont_wrapper .sp_product_title h1 a{
	color: #333;
}
.sp_product_title .sp_product_price {
    float:left;
}
.sp_product_title .sp_customer_rating{
	float: right;
}
.sp_product_title .sp_customer_rating{
	color: #3498db;
    font-size: 13px;
}
.sp_product_title .sp_product_price span {
    font-weight: 700;
    font-size: 15px;
    color: #3498db;
}
.sp_product_title .sp_product_price span.old-price {
    color: #999;
	font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 5px;
}
.btc_shop_indx_cont_box_wrapper:hover .sp_product_title .sp_product_price span,
.btc_shop_indx_cont_box_wrapper:hover .sp_product_title .sp_customer_rating{
	color:#fff;
}
.cc_li_slider_wrapper_2 .btc_shop_price{
	top:-4px;
	line-height: 40px;
    font-size: 12px;
    width: 48px;
    height: 48px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
}
.cc_li_cont_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    margin-top: 10px;
}
.cc_li_cont_wrapper i {
    color: #ffc000;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}
.orange {
    color: #3498db;
}
.btc_shop_price {
    position: absolute;
    top: 15px;
    right: 15px;
	width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #002398;
    text-transform: capitalize;
    background: #f7e82d;
}
.btc_stock {
    background: #e34545;
	color:#fff;
}
.btc_shop_list_img_wrapper .btc_stock {
    background: #e34545;
}
.btc_shop_indx_cont_box_wrapper:hover .cc_li_img_overlay .cc_li_img_text {
    left: 20px;
    opacity: 1;
    visibility: visible;
}
.btc_shop_indx_cont_box_wrapper:hover .cc_li_img_overlay i {
    opacity: 1;
}
.btc_shop_indx_cont_box_wrapper:hover .btc_shop_indx_img_cont_wrapper h1 a{
    color: #002398;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_li_img_text {
    position: absolute;
    bottom: 30px;
    left: -40px;
    width: 45px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.cc_li_img_text ul {
    display: inline-block;
    padding-top: 24px;
}
.cc_li_img_text li {
    float: left;
    font-size: 20px;
}
.cc_li_img_text li:first-child {
    margin-left: 0;
}
.cc_li_img_text li a {
    float: left;
	background: #f3f3f3;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #555;
    text-align: center;
    line-height: 43px;
    margin-bottom: 7px;
	position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_li_img_text li a:hover {
    color: #ffffff;
    background: #002398;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_li_img_text li a .tooltiptext {
  visibility: hidden;
  width: 120px;
  height:30px;
  line-height:30px;
  font-size:14px;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 47px;
  text-transform:capitalize;
}
.cc_li_img_text li a .tooltiptext:before {
    position: absolute;
    top: 30%;
    border: 7px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    left: -5px;
    margin-left: -9px;
    border-right-color: #000;
}
.cc_li_img_text li a:hover .tooltiptext {
  visibility: visible;
}
.btc_left_shop_sidebar_main_wrapper {
    float: left;
    width: 100%;
}
.btc_shop_searchbar_wrapper {
    float: left;
    width: 100%;
}
.btc_shop_searchbar_wrapper input {
    width: calc(100% - 60px);
    float: left;
    height: 50px;
    border: 2px solid #efefef;
    border-right: 0;
    background: #ffffff;
    padding-left: 20px;
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.btc_shop_searchbar_wrapper button {
    float: left;
    width: 60px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #efefef;
    border-left: 0;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.btc_shop_left_cate_wrapper {
    float: left;
    width: 100%;
    padding-top: 45px;
}
.btc_shop_left_cate_wrapper h1 {
    font-size: 30px;
    color: #222222;
    position: relative;
}
.btc_shop_left_cate_wrapper h1:after {
    content: '';
    border: 1px solid #3498db;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.btc_shop_left_cate_wrapper ul {
    margin-top: 50px;
}
.btc_shop_left_cate_wrapper li {
    margin-top: 10px;
}
.btc_shop_left_cate_wrapper li:first-child {
    margin-top: 0;
}
.btc_shop_left_cate_wrapper li i {
    color: #3498db;
    padding-right: 7px;
}
.btc_shop_left_cate_wrapper li span {
    color: #3498db;
    float: right;
}
.btc_shop_left_cate_wrapper li a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_left_cate_wrapper li a:hover {
    color: #3498db;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_adver_img_main_wrapper {
    float: left;
    width: 100%;
    background: #3498db;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}
.btc_shop_adver_img_wrapper img {
    width: 100%;
    -webkit-border-bottom-right-radius: 110px;
    -moz-border-bottom-right-radius: 110px;
    border-bottom-right-radius: 110px;
    -webkit-border-bottom-left-radius: 110px;
    -moz-border-bottom-left-radius: 110px;
    border-bottom-left-radius: 110px;
}
.btc_shop_adver_img_cont_wrapper h4 {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
}
.btc_shop_adver_img_cont_wrapper p {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
    margin: 0;
}
.btc_shop_indx_cont_list_box_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
	background:#fff;
	border:1px solid #ececec;
	position:relative;
	}
.btc_shop_list_img_wrapper {
    width: 250px;
    float: left;
	padding-top:20px;
}
.btc_shop_list_img_cont_wrapper:after{
	content: '';
    border: 1px solid #eee;
    width: 1px;
	height:100%;
    position: absolute;
    top: 0;
	left:-33px;
    z-index: 1;
}
.btc_shop_list_img_cont_wrapper {
    width: calc(100% - 250px);
    float: left;
    position: relative;
	padding-bottom:20px;
}
.btc_shop_list_img_cont_wrapper h1 a {
    font-size: 20px;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
}
.btc_shop_list_img_cont_wrapper h1:after {
    content: '';
    border: 1px solid #002398;
    width: 45px;
    display: block;
    position: relative;
    top: 6px;
    z-index: 1;
    margin-bottom: 20px;
}
.btc_shop_list_img_cont_wrapper .shop_para {
    float: left;
    margin-top: 20px;
    font-size: 16px;
	font-weight:400;
	color:#797979;
}
.btc_shop_sin_pro_icon_wrapper i {
    color: #3498db;
    font-size: 16px;
}
.btc_shop_list_price {
    position: absolute;
    top: -4px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    width: 52px;
    height: 52px;
    background-color: #3498db;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    border: 4px solid #fff;
}
.btc_shop_list_img_cont_wrapper p {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}
.btc_shop_list_img_cont_wrapper p del {
    font-size: 16px;
    padding-left: 10px;
    color: var(--main-theme-color);
    font-weight: 500;
}
.btc_shop_list_bottom_social_wrapper {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.btc_shop_list_bottom_social_wrapper li a i {
    margin-right: 8px;
}
.btc_shop_list_bottom_social_wrapper li a {
    float: left;
    width: 150px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background: #f3f3f3;
    margin-right: 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_list_bottom_social_wrapper li a:hover {
    background: #002398;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.latest_post_wrapper{
	float:left;
	width:100%;
}
.sidebar_product_wrapper{
	width: 100%;
    float: left;
    background:#fff;
	border:1px solid #ececec;
    display: inline-block;
    margin-bottom: 15px;
    padding:10px;
}
.sidebar_product_image{
    display: table;
    float: left;
    margin-right: 20px;
	position:relative;
}
.sidebar_product_text{
    display: table-cell;
}
.sidebar_product_text h5{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
	padding-top:10px;
    text-transform: capitalize;
}
.sidebar_product_text h5 a{
	color:#212121;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sidebar_product_text h5 a:hover{
	color: #002398;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sidebar_product_price{
    font-size: 16px;
    color: #999;
}
.sidebar_product_price del {
    text-decoration: line-through;
    font-size: 14px;
	margin-left:5px;
	color:var(--main-theme-color);
}
.sidebar_product_price ins {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}
.price-range .range {
    display: block;
}
.price-range .range .range-box {
    margin: 0 0 20px;
}
.price-range .range span {
    padding-right: 5px;
    color: #686868;
}
.price-range .range .price-box {
    padding: 4px 10px;
    display: inline-block;
    border: none;
    color: #111;
	background:transparent;
    font-weight: 500;
}
.price-range .ui-widget-content .ui-state-default {
    background: #002398;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    margin-top: -2px;
}
.price-range .ui-widget-content .ui-state-default:focus {
    outline: none;
}
.price-range .ui-widget-content .ui-state-default:last-child {
    background: #002398;
    border: none;
}
.price-range .ui-widget-content {
    background: #ebebeb;
    height: 2px;
    cursor: pointer;
}
.price-range .ui-widget-content {
    border: none;
}
.price-range .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -5px;
}
.shop_btn_wrapper{margin-top:15px;}
.price_btn{
    color: #fff;
    line-height: 26px;
    padding: 8px 16px;
    background: #002398;
    border: 1px solid #002398;
    text-transform: capitalize;
}
.price_btn:hover, .price_btn:focus{
	 background: transparent;
	 color:#002398;
}
.shop_right_list:after{
	height:108%;
}
/***--product single css---****/
.cc_ps_top_product_main_wrapper{
	padding-top:100px;
	padding-bottom:80px;
	background:#f3f3f3;
}
.cc_ps_top_slider_section .owl-theme .owl-dots {
    display: none;
}
.cc_ps_top_slider_section .owl-theme .owl-nav {
    display: none;
}

.cc_ps_top_slider_section img {
    width: 100%;
}
.video_nav_img {
    float: left;
    width: 22%;
}
.video_nav_img  img{width:100%;}
.cc_ps_top_slider_section {
    float: left;
    width: calc(100% - 22%);
}
.video_nav_img .cc_ps_tabs {
    margin-top: 22px;
}
.magnify {
    width: 420px;
    position: relative;
    cursor: none;
}
.large {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
}
.small {
    display: block;
}
.btc_shop_single_prod_right_section {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btc_shop_single_prod_right_section h1 {
   font-size: 22px;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
}
.btc_shop_single_prod_right_section h1:after {
    content: '';
    border: 1px solid #002398;
    width: 50px;
    display: block;
    position: relative;
    top: 13px;
    z-index: 1;
    margin-bottom: 20px;
}
.btc_shop_product_price_wrapper {
	float: left;
    width: 100%;
	padding-top:20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}
.btc_shop_product_price_wrapper .btc_shop_product_price {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    color: #002398;
    font-family: open sans,sans-serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}
.btc_shop_product_price_wrapper ul {
    margin-top: 40px;
}
.btc_shop_product_price_wrapper li {
    float: left;
    margin-left: 20px;
}
.btc_shop_product_price_wrapper li:first-child {
    margin-left: 0;
    font-size: 26px;
    font-weight: bold;
    color: #f1e12b;
    margin-top: -4px;
}
.btc_shop_product_price_wrapper li:last-child {
    color: #0ee40e;
}
.btc_shop_product_price_wrapper .btc_shop_product_rating {
    float: right;
    color: #f1e12b;
    font-size: 16px;
}
.btc_shop_product_price_wrapper .btc_shop_product_availability{
    float: left;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.btc_shop_prod_quanty_bar {
    float: left;
    width: 100%;
	padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}
.cc_ps_color_selectobx select {
	display: block;
    width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
    outline: 0;
    height: 45px;
    background: #fff;
	color: #666;
}
.cc_ps_color_selectobx select:focus {
    outline: none;
}
.btc_shop_prod_desc_wrapper {
    float: left;
    width: 100%;    
	padding-bottom: 20px;
    margin-bottom: 30px;
}
.btc_shop_prod_desc_wrapper ul {
    margin-top: 20px;
}
.btc_shop_prod_desc_wrapper li:first-child {
    margin-top: 0;
}
.btc_shop_prod_desc_wrapper li {
	padding-left:16px;
    position: relative;
    margin-top: 5px;
    font-size: 15px;
    color: #797979;
}
.btc_shop_prod_desc_wrapper li:after{
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #848484;
}
.cc_ps_quantily_info{
	float: left;
	position:relative;
	margin-right: 20px;
}
.cc_ps_quantily_info input {
	float: left;
	height: 40px;
    line-height: 40px;
    padding: 0 8px;
    border: 1px solid #eeeeee;
    color: #111;
    background-color: #fff;
    text-align: center;
}
 .cc_ps_quantily_info input:focus {
    border: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
}

.cc_ps_quantily_info .increase {
	display: block;
    cursor: pointer;
    float: left;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    color: #adadad;
    border-left: 0;
	border-radius:0;
}
.cc_ps_quantily_info .decrease {
	display: block;
    cursor: pointer;
    float: left;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
	color: #adadad;
    border-right: 0;
	border-radius:0;
}
.py{margin-top:0;}
.shop_tab_wrapper{
	padding-bottom:90px;
	background:#f3f3f3;
}
.tab_list_item {
    margin-top: 10px;
}
.tab_list_item li {
    font-size: 16px;
    text-transform:capitalize;
    padding: 0 0 8px 16px;
    position: relative;
}
.tab_list_item li:after {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    background: #848484;
}
.shop_tabbs{
	float:left;
	width:100%; margin-top:0;
}
.shop_tabbs .nav-tabs .nav-link{
	text-transform:capitalize;
	font-weight:500;
	font-size:20px;
	color:#222;
	position:relative;
	padding:10px 22px 20px 22px;
}
.shop_tabbs .nav{
	display:block;
	float:left; width:100%;
	border-bottom:1px solid #d6d6d6;
}
.shop_tabbs .nav-tabs .nav-item.show .nav-link, .shop_tabbs .nav-tabs .nav-link.active:before{
    background: #002398 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 80px;
	left:0; right:0;
	margin:0px auto;
}
.shop_ctf{background:transparent;}
.shop_single_contact_fm .form-control:focus{
	outline:none;
	box-shadow:none;
	border-color:#002398;
	margin-bottom:15px;
}
.shop_single_contact_fm .form-control{
	height:45px;
	line-height:45px;
	border-radius:0;
	text-transform:capitalize;
}
.shop_single_contact_fm textarea{
	height: auto !important;
    resize: none;
}
.product_single_wrapper{
	background:#fff;
    padding-top:100px;
	padding-bottom:70px;
}
.product_slider {
    float: left;
    width: 100%;
}
.product_slider .owl-theme .owl-dots {
    display: none;
}
.product_slider .owl-theme .owl-nav {
	position: absolute;
    top: 40%;
    z-index: 1000;
    display: block;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.product_slider .owl-theme .owl-nav .owl-prev {
	margin: 0;
    padding: 0;
	position:absolute;
    top: 0;
    color: #002398;
    font-size: 16px;
    width: 40px;
	left:-50px;
    height: 40px;
    line-height: 40px;
	border-radius:0;
    background: #f7e82d;
    cursor: pointer;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product_slider .owl-theme .owl-nav .owl-next {
    color: #002398;
	right: -50px;
    top: 0;
    position: absolute;
    font-size: 16px;
	width: 40px;
    height: 40px;
    line-height: 33px;
	background: #f7e82d;
    cursor: pointer;
	border-radius:0;
	  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product_slider .owl-theme .owl-nav .owl-prev i:before, .product_slider .owl-theme .owl-nav .owl-next i:before{
	font-size:16px;
	font-weight:600;
}
.product_slider .owl-carousel .owl-item img{
	width:auto !important;
	display:inline-block;
}
.product_slider .owl-theme .owl-nav .owl-next:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product_slider .owl-theme .owl-nav .owl-prev:hover{
    background: #002398;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.portfo{padding-bottom:80px;}
.cont_2 h4{
	font-size:22px;
}
.cont_2 .rotate{
	width:100px;
	height:100px;
	line-height:100px;
	color:#fff;
	border-radius:100px;
	background:#002398;
}
.cont_2 .rotate i{
	font-size:26px;
	line-height:100px;
}
/***--football result--***/
.ft_result{
	background:#f3e31f !important;
	color:#002398 !important;
	font-weight:600 !important;
	padding:8px 12px !important;
}
.ft_result_wrapper h1{
	text-transform:capitalize;
	font-size:18px;
	padding:10px;
	padding-top:20px;
}
.ft_result_wrapper h3{
	font-size:15px;
}
.ft_result_wrapper h2{font-size:16px;}
.ft_main_wraspper{
	padding-top:45px;
	padding-bottom:40px;
}
.tb-opponanet-contant {
    padding: 0;
    width: 95%;
    float: left;
    display: flex;
    -moz-box-align: end;
    align-items: center;
    justify-content: space-between;
}
.rgb-shadow {
    position: relative;
}
.tb-opponanet-contant .text {
    width: auto;
    padding: 8px 15px;
	position:relative;
}
.tb-team-2 .text h6, .tb-team-1 .text h6 {
    margin: 0;
	padding-top:6px;
}
.tb-team-2 .text h6 a, .tb-team-1 .text h6 a{
	font-weight:500;
	text-transform:capitalize;
}
.tb-opponanet h6 {
    margin: 0;
	font-weight:500;
}
.team-logo img{
	width:35px;
}
.ft_table_cntnt tr td{
	text-align:center !important;
}
.text{
	float:left;
	line-height:50px;
	padding:0;
	padding-left:15px;
}

#video_player { 
  display: table; line-height: 0;
  font-size: 0; background: #000;
  max-width: 1000px;
  margin: 0 auto;
}
#video_container { 
  position: relative;
}
#video_player div, #video_player figcaption { 
  display: table-cell;
  vertical-align: top; 
}
#video_container video { 
  position: absolute; 
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
#video_player figcaption { width: 25%; }
#video_player figcaption a { display: block; }
#video_player figcaption a { 
  opacity: .5;
  transition: 1s opacity; 
}
#video_player figcaption a img, figure video { 
  width: 100%; height: auto; 
}
#video_player figcaption a.currentvid, #video_player figcaption a:hover, #video_player figcaption a:focus { opacity: 1; }
@media (max-width: 700px) {
  #video_player video, #video_player figcaption { 
    display: table-row; 
  }
#video_container { padding-top: 56.25%; }
#video_player figcaption a { 
  display: inline-block; width: 33.33%; 
}
}


.team-logo {float:left;}
.lohoww{float:right;}
.player_bxslider{
	padding-bottom:100px;
	background: transparent;
	padding-top:100px;
}
.player_bxslider2{
	padding-bottom:100px;
	background: rgba(255,255,255,0.88);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/*****---player II details------****/
.player_II_details{
	padding:100px 0;
	background:#f2f2f2;
	padding-bottom:80px;
}
.player_II_details .tg-imagewidget {
    border: 1px solid #ececec;
}
.player_II_details .tg-widget {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.player_II_details .tg-imagewidget img {
    width: 100%;
    height: auto;
	background:#fff;
    display: block;
}
.player_II_details .tg-player-detail .tg-widget.tg-mapwidget {
    margin: 0;
}
.player_II_details .tg-widget .tg-map {
    height: 305px;
    overflow: hidden;
    position: relative;
}
.player_II_details .tg-widget .tg-map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:0;
    position: absolute;
}
.player_II_details .tg-playcontent {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dadada;
}
.player_II_details .tg-playcontent h3 {
    margin: 11px 0;
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 24px;
}
.player_II_details .tg-playcontent h3 a{
	margin:0;
	font-size:24px;
}
.player_II_details .btc_shop_product_rating {
    float: left;
    color: #ece153;
    font-size: 16px;
}
.player_II_details .player_2_info{
	width:100%;
	float:left;
	background:#fff;
	list-style:none;
	border:1px solid #ececec;
}
.player_II_details .player_2_info > li{
	width:45%;
	float:left;
	padding:19px 15px;
	line-height:normal;
	list-style-type:none;
	color:#222;
	text-transform:capitalize;
}
.player_II_details .player_2_info > li + li + li{border-top:1px solid #ececec;}
.player_II_details .player_2_info > li:nth-child(even){
	width:55%;
	background:#f7f7f7;
	color:#222;
}
.player_social_icon li a{
	color: #002398;
    border: 1px solid #002398;
}
.player_social_icon li a:hover {
    background: #002398;
    border: 1px solid #002398;
    color: #fff;
}
/***--ticket booking css ---***/
.ticket_booking{
	padding:100px 0;
	padding-bottom:80px;
	margin-bottom:650px;
	background:#f2f2f2;
}
.ticket_booking table tr td:first-child{
	text-transform:capitalize;
}
.tickt_btn{
	margin-top:0;
	margin-bottom:10px;
}
.ticket_booking table tr th, .ticket_booking table tr td{
	text-align:left;
	padding-left:20px;
}
.padding_team{padding:0 !important;}
.ticket_booking .tb-opponanet-contant{
	width:80%;
}
.ticket_booking .tb-team-2 .text h6, .ticket_booking .tb-team-1 .text h6{
	padding-top:0;
}

.ft_logo_wrapper img{
    width: 100px;
    height: 100px;
}
/***--------responsive css--------***/
@media (max-width: 1550px){
	.login_back_img, .login_back_img22{
		display:none;
	}
}
@media (max-width: 1199px) and (min-width: 991px){
	.ft_login_wrapper{
		padding-left:20px;
	}
	#toggle span, .ft_login_wrapper span{
		padding-left:15px;
	}
	.welcome_link li{
		margin-bottom:7px;
	}
	.testi_slider_img_cont{
		padding-top:0;
	}
	.blog_section .blog-post-wrapper .entry-header .post_info_wrapper,
	.blog_section .blog-post-wrapper .entry-header .full_post_info_wrapper{
		margin-left:-35px;
		padding:0 15px;
	}
	.share_icons{
		float:left;
	}
	.img_left{
		margin-bottom:40px;
	}
	.news_wrapper .news-post-wrapper .news-content .entry-content .entry_content_border{
		height:auto;
	}
	.img_right{
		margin-top:40px;
	}
	.news_wrapper .news-post-wrapper .single_entry_header .entry-title{
		padding-left:10px;
	}
	.testi_slider_cont_main_wrapper{
		padding-bottom:22px;
	}
	.ticket_booking .tb-opponanet-contant{
		width:100% !important;
	}
	.patner_main_section_wrapper {
		margin-bottom:702px;
	}
	.news_wrapper .news-post-wrapper .entry-title a{
		font-size:20px;
	}
	.welcome_tab .nav{
		padding:16px 20px;
	}
	.iner_about_wrapper{
		padding-bottom:80px;
	}
	.player_II_slider .tg-postimg .tg-img-hover h3 a{
		font-size:20px;
	}
	.contact_right_wrapper {
		margin-left:-121px;
	}
	.player_2_icon li{
		margin-left:10px;
	}
	.portfolio_grid, .portfolio_gridIII {
		margin-bottom:700px;
	}
	.game_btm_cntnt a {
		float: left;
	}
	.game_btm_cntnt i:before {
		bottom: 18px;
	}
	.btc_shop_list_img_wrapper{width:230px;}
	.btc_shop_list_img_cont_wrapper{
		 width: calc(100% - 230px);
	}
	.btc_shop_list_img_cont_wrapper:after{
		left: -21px;
	}
	.blog_btm_padder{margin-bottom:696px;}
	.product_slider .owl-theme .owl-nav .owl-prev{left:-20px;}
	.product_slider .owl-theme .owl-nav .owl-next{right:-20px;}
	.player_bxslider{
		margin-bottom:700px;
	}
	.ticket_booking{
		margin-bottom:700px;
	}
}

@media (max-width: 996px){

}
@media (max-width: 991px){
	.lr_nl_heading_wrapper h2 {
		font-size: 30px;
	}
	.news_letter_wrapper {
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.lr_nl_form_wrapper {
		width: 100%;
		padding-top: 10px;
	}
	.lr_nl_heading_wrapper {
		width: 100%;
		text-align: center;
	}
	.patner_main_section_wrapper {
		margin-bottom: 1030px;
	}
	.ne_re_bottom_img img{
		width:100%;
	}
	.news_wrapper .news-post-wrapper .entry-title a{
		font-size:18px;
	}
	.news-content .entry-content .entry-title a{
		font-size:20px;
	}
	.about_tab_content{
		width:78%;
	}
	.tags{
		padding-top:30px;
	}
	.welcome_tab .nav {
		padding: 25px 20px;
	}
	.section2_footer_wrapper {
		padding-bottom: 70px;
	}
	.portfolio_grid, .portfolio_gridIII {
		margin-bottom:934px;
	}
	.section2_useful_wrapper, .section2_useful_second_wrapper {
		padding-top: 40px;
	}
	.about_welcome_content{
		padding-bottom:0;
		padding-top:90px;
	}
	.counter_section {
		padding-bottom: 40px;
	}
	.play_status_wrapper{
		padding-top:50px;
	}
	.counter_cntnt_box {
		padding-bottom: 50px;
	}
	.blog_btm_padder {
		margin-bottom: 938px;
		padding-bottom:80px;
	}
	.welcome_tab {
		width:22%;
	}
	.player-info{
		padding-top:50px;
	}
	.tb-opponanet-contant{
		width:100%;
	}
	.left_sidebar_wrapper{
		padding-top:50px;
	}
	.ft_table_cntnt table tr td{
		width:700px;
	}
	.sidebar_videos_wrapper iframe{
		width:100%;
		height:400px;
	}
	.sidebar_partner{
		padding-top:50px;
	}
	.sidebar_videos_wrapper ul li{
		width:24%;
	}
	.x_offer_tabs_wrapper .nav-tabs .nav-link{
		padding:10px;
	}
	.team-logo img{display:none;}
	.contact_wrapper {
		margin-bottom: 981px;
	}
	.welcome_tab .nav-tabs .nav-link{
		padding:12px 14px;
	}
	.testi_slider_cont_main_wrapper{
		width:93%;
		margin-left:50px;
	}
	.testi_slider_img{
		margin-top:10px;
	}
	.latest_match_box h2{
		font-size:16px;
	}
	.latest_match_box h4{
		font-size:18px;
		line-height:26px;
	}
	.next_match_img_wrapper {
		padding-top:50px;
	}
	.upcoming_slider_wrapper .owl-theme .owl-nav{
		top:-90px;
	}
	.game_btm_cntnt a {
		float: right;
	}
	.game_btm_cntnt i:before {
		bottom: 9px;
	}
	.upcoming_match_img {
		padding-top:30px;
	}
	.tb_es_btn_div {
		margin-bottom:0;
	}
	.inner_contact_wrapper{
		margin-bottom:0;
	}
	.pd0{margin-bottom:0;}
	.shop_right_list:after{
		height:100%;
	}
	.btc_shop_single_prod_right_section{
		padding-top:50px;
	}
	.shop_tabbs .nav-tabs .nav-link{
		padding: 10px 22px 20px 22px;
	}
	.iner_about_wrapper{padding-bottom:80px;}
	.cont_2{
		padding-top:40px;
	}
	.cont_2_wrapper{
		padding-top:60px;
	}
	.player_bxslider{
		margin-bottom:918px;
	}
	.ticket_booking{
		margin-bottom:900px;
	}
	.ticket_booking .tb-opponanet-contant{
		width:100% !important;
	}
	.ft_login_wrapper span, #toggle span{
		display:none;
	}
	.ft_login_wrapper{
		padding-left:10px;
	}
}
@media(min-width: 768px) and (max-width: 992px){
	.player_II_slider .owl-theme .owl-nav .owl-prev{
		left:-20px;
	}
	.player_II_slider .owl-theme .owl-nav .owl-next{
		right:-20px;
	}
	.player_II_slider .tg-postimg .tg-img-hover:after{
		border-right:514px solid transparent;
	}
	.blog_section .blog-post-wrapper .entry-header .post_info_wrapper,
	.blog_section .blog-post-wrapper .entry-header .full_post_info_wrapper{
		margin-left:0px;
		padding:0 15px;
	}
	.comments_form {
		margin-bottom:40px;
	}
	.img_left{
		margin-bottom:40px;
	}
	.img_right{
		margin-top:40px;
	}
}
@media (max-width: 767px){
	#toggle span{
		display:none;
	}
	.ft_menu_wrapper{
		width:125px;
	}
	.ft_logo_wrapper{
		width:calc(90% - 125px);
	}
	.ft_right_wrapper{
		width:45px;
		padding-right:0;
	}
	.ft_logo_wrapper a{
		float:right;
		width:auto;
		margin-right: -20px;
	}
	.portfolio_gridIII .protfoli_filter{
		float:left;
		width:100%;
	}
	.sidebar_videos_wrapper ul li{
		width:23%;
	}
	.sidebar_videos_wrapper iframe{
		width:100%;
		height:250px;
	}
	.tg-upcomingmatch .tg-matchdetail .tg-box h3{
		font-size:17px;
	}
	.footer_wrapper {
		position: relative;
		z-index: 1;
	}
	.latest_match_box {
		padding:40px 0;
	}
	.contact_wrapper {
		margin-bottom:210px;
	}
	.blog_section .blog-post-wrapper .entry-header .post_info_wrapper,
	.blog_section .blog-post-wrapper .entry-header .full_post_info_wrapper{
		margin-left:0px;
		padding:0 15px;
	}
	.comments_form {
		margin-bottom:40px;
	}
	.sidebar_btm_txt{
		padding-top:100px !important;
	}
	.tags {
		float: left;
	}
	.img_left{
		margin-bottom:40px;
	}
	.img_right{
		margin-top:40px;
	}
	
	.league_table tr th.form_table_resp{
		float:left;
		width:300px;
		padding-top:15px;
	}
	.x_offer_tabs_wrapper{
		float:left;
		width:100%;
		margin-top:-15px;
	}
	.x_offer_tabs_wrapper .nav{
		margin-bottom:10px;
	}
	.prs_video_sec_icon_wrapper h1{
		font-size:36px;
	}
	.blog_pagination_section ul li{
		margin-left:8px;
	}
	.contact_right_wrapper{
		display:none;
	}
	.gallery_Btn{
		margin-top:30px;
	}
	.player_II_slider .owl-theme .owl-nav .owl-prev{
		left:0px;
	}
	.blog_btm_padder{
		margin-bottom:0;
		padding-bottom:190px;
	}
	.player_II_slider .owl-theme .owl-nav .owl-next{
		right:-5px;
	}
	.patner_main_section_wrapper{
		margin-bottom:0;
		padding-bottom:235px;
	}
	.lr_nl_heading_wrapper p {
		display: none;
	}
	.news_letter_wrapper {
		padding-top: 35px;
	}
	.indx_title_right_wrapper ul{
		float:left;
	}
	.iner_about_wrapper{
		padding-bottom:60px;
	}
	.welcome_tab{
		width:100%;
		padding-bottom:20px;
	}
	.tb_es_btn_div {
		margin-bottom:0;
	}
	.instagram_images li{
		margin-right:8px;
	}
	.news_wrapper .news-post-wrapper .news-content .entry-content .entry_content_border{
		height:auto;
	}
	.news_wrapper .news-post-wrapper .single_entry_header .post_info_wrapper{
		margin-left: 0px;
		padding: 0 15px;
	}
	.news_wrapper .news-post-wrapper .news-content .entry-content ul li a{
		font-size:15px;
	}
	.player_II_slider .tg-postimg .tg-img-hover:after{
		border-right:514px solid transparent;
	}
	.welcome_tab .nav li{
		float:left;
		width:auto;
	}
	.portfolio_gridIII{
		padding-bottom:100px;
	}
	.tab-content{
		width:100%;
		padding-left:0;
	}
	.welcome_tab .nav-tabs .nav-item.show .nav-link:before, .welcome_tab .nav-tabs .nav-link.active:before{
		display:none;
	}
	.welcome_tab .nav-tabs .nav-link{
		padding:10px;
	}
	.welcome_tab .nav-tabs .nav-item.show .nav-link:after, .welcome_tab .nav-tabs .nav-link.active:after{
		display:none;
	}
	.welcome_tab .nav{
		padding:10px;
	}
	.testi_slider_cont_main_wrapper{
		width:92%;
	}
	.portfolio_grid, .portfolio_gridIII {
		margin-bottom:130px;
	}
	.inner_contact_wrapper{
		margin-bottom:0;
	}
	.inner_contact_wrapper{
		padding-bottom:100px;
	}
	.main, .contact_icon_section{
		padding-bottom:50px;
	}
	.filter-area select, .filter-area .list-grid{
		float:left; width:100%;
		margin-top:10px;
	}
	.filter-area .list-grid ul li{
		margin-left:0;
		margin-right:10px;
	}
	.btc_shop_list_img_wrapper{width:100%; text-align:center;}
	.btc_shop_list_img_cont_wrapper{width:100%; padding-left:30px;}
	.btc_shop_list_img_cont_wrapper:after{display:none;}
	.cc_ps_color_selectobx{
		padding-bottom:10px;
	}
	.ft_main_wraspper .as{
		padding-left:0;
	}
	.py{margin-top:0;}
	.tab_content_text {
		margin-top:20px;
	}
	.product_slider .owl-theme .owl-nav .owl-prev{left:0;}
	.product_slider .owl-theme .owl-nav .owl-prev{right:0;}
	.cont_2{
		padding-top:0;
	}
	.cont_2_wrapper{padding-top:100px;}
	.player_bxslider{
		margin-bottom:0;
		padding-bottom:230px;
	}
	.ticket_booking{
		margin-bottom:0;
		padding-bottom:230px;
	}
}

@media (max-width: 580px){
	.ft_right_wrapper{
		padding-right:0;
	}
	.ft_logo_wrapper{
		width:calc(100% - 125px);
		padding-right:10px;
	}
	#cssmenu .sidebb{
		padding-left:0;
	}
	#cssmenu{
		width:400px;
	}
	#sidebar{
		left:-500px;
		width:400px;
	}
	#cssmenu img{
		padding-left:20px;
	}
	#toggle_close{
		right:20px;
	}
	#cssmenu ul > li.has-sub > a:before{
		right:49px;
	}
	#cssmenu ul > li.has-sub > a:after{
		right:53px;
	}	
	.btm_foter_box p {
		float: left;
		width: 100%;
	}
	.aboutus_social_icons {
		float: none;
		display: inline-block;
		padding-top: 10px;
	}
	.section2_about_wrapper {
		padding-bottom: 40px;
	}
	.page-notfound strong, .page-notfound strong i{
		font-size:150px;
	}
	.product_slider .owl-theme .owl-nav .owl-prev{left:0;}
	.product_slider .owl-theme .owl-nav .owl-next{
		right:0;
	}
	.trophy_slider .owl-theme .owl-nav .owl-prev{left:0;}
	.trophy_slider .owl-theme .owl-nav .owl-next{
		right:0;
	}
	.btc_shop_list_img_cont_wrapper{width:100%; padding-left:25px;}
	.video_nav_img {
		width: 100%;
	}
	.ft_logo_wrapper a{
		margin-right:0;
	}
}
@media (max-width: 575px){
	.section2_about_wrapper {
		padding-bottom: 40px;
	}
	.tg-player:hover {
		height: 472px;
	}
	.player_II_details .player_2_info > li, .player_II_details .player_2_info > li:nth-child(even){
		width:100%;
	}
}
@media (max-width: 499px){
	.pn_img_wrapper{
		width:100%;
	}
	.blog_pagination_section ul li{
		margin-bottom:10px;
	}
}
@media (max-width: 480px){
	.dropdown-wrapper .drop-menu{
		width:300px;
    }
    .ft_logo_wrapper{
        width: 35%;
        padding-right: 170px;
        padding-top: 27px;
        margin-left: -5%;
    }
    .ft_right_wrapper{
		width:30%;
        padding-right:0;
    }
    .ft_login_wrapper {
        display: none;
    }
    .ft_logo_wrapper img{
        width: 50px;
        height: 50px;
    }
	.cc_cart_img_wrapper{
		padding-right:15px;
	}
	.hs_navi_cart_wrapper .drop-menu{
		right:-15px;
	}
	.lr_nl_form_wrapper input {
		width: 100%;
		border-right: 1px solid rgba(255, 255, 255, 0.7);
	}
	.ft_menu_wrapper{
		padding-left:20px;
	}
	.portfolio_grid, .portfolio_gridIII {
		margin-bottom:0;
	}
	.sidebar_videos_wrapper ul li {
		width: 22%;
	}
	.news-content{
		padding:25px;
	}
	.blog_post_bottom_wrapper{
		padding:10px 25px 25px 25px;
	}
	.contact_wrapper {
		margin-bottom:80px;
	}
	.tg-matchhover .tg-btnbox{
		float:left;
		width:100%;
		text-align:center;
	}
	.btnnww{
		float:none;
		display:inline-block;
	}
	.testi_slider_wrapper .owl-theme .owl-nav{
		top:-64px;
		left:95px;
		right:auto;
	}
	.testi_slider_img{
		width:100%;
	}
	.testi_slider_wrapper {
		margin-top:50px;
	}
	.news_section {
		 position: relative; 
		 margin-top: 0; 
		top: 0; 
		background:#f7e82d;
	}
	.footer_wrapper{
		margin-top:0;
	}
	.patner_main_section_wrapper{
		padding-bottom:100px;
	}
	.section_2{
		padding-top:100px;
	}
	.lr_nl_heading_wrapper{
		text-align:left;
	}
	.news_letter_wrapper{
		padding-left:5px;
		padding-right:5px;
	}
	.tg-upcomingmatch .tg-match .tg-box{
		width:100%;
	}
	.login_wrapper{padding:30px;}
	.tg-upcomingmatch .tg-match .tg-box h4{
		margin:10px 0;
	}
	.tg-matchhover address{
		width:100%;
		text-align:center;
	}
	.tg-teamlogo2 {
		padding-right: 10px;
	}
	.tg-upcomingmatch .tg-matchdetail .tg-box h3{
		line-height:30px;
		display:inline-block;
		height:auto;
	}
	.upcoming_slider_wrapper {
		padding-top: 40px;
	}
		.upcoming_slider_wrapper .owl-theme .owl-nav {
		left: 0 !important;
		top: -65px;
		right: auto;
	}
	.lr_nl_form_wrapper button {
		margin-top: 20px;
	}
	.sidebar_btm_txt{
		padding-top:20px !important;
	}
	.tg-matchhover {
		padding: 60px 14px 51px 14px;
	}
	.tg-upcomingmatch .tg-match .tg-box:last-child, .tg-upcomingmatch .tg-match .tg-box:first-child {
		width: 100%;
		text-align: center;
	}
	#cssmenu{
		width:300px;
	}
	#sidebar{
		left:-300px;
		width:300px;
	}
	.pn_img_wrapper{
		float:none;
		width:100%;
		text-align:center;
	}
	.tg-upcomingmatch .tg-box h4 {
		width: 35px;
		height: 35px;
		margin-top: 0;
		line-height: 35px;
		font-size: 18px;
	}
	.tg-teamlogo, .tg-teamlogo2 {
		display: inline-block;
		float: none;
		padding-left: 0;
	}
	.tg-teamlogo img, .tg-teamlogo2 img {
		width: 60px;
	}
	.testi_slider_img_cont{
		padding-left:0;
		width:100%;
	}
	#clockdiv > div {
		width: 80px;
		margin:0 5px;
	}
	.testi_slider_img_cont h2{
		width:100%;
		text-align:center;
	}
	.blog_btm_padder {
		padding-bottom: 80px;
	}
	.testi_slider_img img{
		display:inline-block !important;
		padding-bottom:30px;
	}
	.testi_slider_img_cont ul{
		display:none;
	}
	.testi_slider_cont_main_wrapper{
		margin-left:0;
		width:100%;
		text-align:center;
		padding:30px;
	}
	.testi_slider_img{
		margin-left:0;
		width:100%;
		text-align:center;
	}
	.player_bxslider{
		padding-bottom:100px;
	}
	.login_head h1:before, .login_head h1:after{display:none;}
	  .filter-area .showpro {
        text-align: left;
        margin-top: 10px;
        float: inherit;
    }
	.py{
		float:left;
	}
	.ticket_booking{
		padding-bottom:100px;
	}
	.shop_tabbs .nav-tabs .nav-link{padding:10px; font-size:18px;}
	.ft_menu_wrapper{
		padding-left:15px;
	}
	.ft_logo_wrapper a{
		padding-left:0;
		padding-right:0;
	}
}
@media (max-width: 440px){
	
	.ft_left_heading_wraper h1:after {
		width: 45px;
		right: -50px;
    }
    .ft_right_wrapper{
		width:30%;
        padding-right:0;
    }
    .ft_logo_wrapper{
        width: 35%;
        padding-right: 170px;
        padding-top: 27px;
        margin-left: -5%;
    }
    .ft_login_wrapper {
        display: none;
    }
    .ft_logo_wrapper img{
        width: 50px;
        height: 50px;
    }
	.center_heading h1:after {
		left: -58px;
	}
	.center_heading h1:before {
		width: 44px;
		right: -52px;
	}
	.player_details_wrapper .player-trophey li{
		margin-right:30px;
	}
	.player-photo img{
		width:100%;
	}
	.tg-matchhover {
		padding: 35px 14px 46px 14px;
	}
	.news_wrapper .news-post-wrapper .blog-content{
		padding:20px 25px 25px;
	}
	.comments_Box .img_wrapper, .comments_Box .text_wrapper{
		float:left;
		width:100%;
		padding-left:0;
	}
	.comments_Box .text_wrapper{
		padding-top:20px;
	}
	.btc_shop_list_bottom_social_wrapper  li{margin-bottom:10px; float:left;}
	
}
@media (max-width: 380px){

    .ft_right_wrapper{
		width:30%;
        padding-right:0;
    }

    .ft_logo_wrapper{
        width: 35%;
        padding-right: 120px;
        padding-top: 27px;
        margin-left: -5%;
    }

    .ft_login_wrapper {
        display: none;
    }

    .ft_logo_wrapper img{
        width: 50px;
        height: 50px;
    }
    
	.best-players-list .item{
		font-size:15px;
	}
	.next_match_count h2{
		font-size:20px;
	}
	.our_team_heading h1{
		font-size:24px;
	}
	.player_details_wrapper .player-trophey li{
		margin-right:5px;
	}
	.news_wrapper .news-post-wrapper .news-content .entry-content .entry_content_border{
		padding-left:15px;
	}
	.latest_match_box p{
		padding:8px 40px;
	}
	#clockdiv > div {
		width: 90px;
		margin: 0 15px;
		margin-bottom: 20px;
	}
	.page-notfound strong, .page-notfound strong i{
		font-size:130px;
	}
	.latest_match_box h1{
		font-size:18px;
	}
	.latest_match_box h4{
		padding:10px 8px;
	}
	.new{
		width:40px;
		height:40px;
		line-height:40px;
		font-size:16px;
	}
	.as {
		padding-left:17px;
	}
	.ac{
		padding-right:17px;
	}
	.ac img, .as img{
		width:100%;
	}
	.ft_main_wraspper .as img{
		width:auto;
	}
	.author_detail .publish_date {
		font-size: 14px;
	}	
	.author_detail .author_name {
		font-size: 20px;
	}
}
@media (max-width: 320px){
	.portfolio_gridIII .protfoli_filter li a{
		padding:5px 8px;
    }
    
    .ft_logo_wrapper{
        width: 35%;
        padding-right: 100px;
        padding-top: 27px;
        margin-left: -7%;
    }

	.game_btm_cntnt a {
		float: left;
	}
	.game_btm_cntnt i:before {
		bottom: 20px;
	}
	.filter-area .list-grid {
        margin-top: 10px;
    }
	.py{margin-top:25px;}
}

.read-more-state {
	display: none;
  }
  
.read-more-target {
opacity: 0;
visibility: hidden;
max-height: 0;
transition: .50s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
opacity: 1;
max-height: 220px;
visibility: visible;
}

.read-more-state ~ .read-more-trigger:before {
content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
content: 'Show less';
}

.read-more-trigger {
cursor: pointer;
display: inline-block;
padding: 0 .5em;
color: white;
border-radius: 8px;
font-size: .9em;
line-height: 2;
transition: .25s ease;
border: 1px solid #ddd;
border-radius: .25em;
}

.team-box-left .team-result {
    background-color: #b6dcf9;
    bottom: 0;
    padding: 20px;
	padding-left:0;
	padding-right:0;
    position: absolute;
    right: 10%;
    width: 65%;
    z-index: 1;
}
.team-box-left .team-result:after {
    background-color: #b6dcf9;
    content: "";
    height: 100%;
    left: -65px;
    position: absolute;
    top: 0;
    transform: skew(-38deg);
    width: 160px;
    z-index: -1;
}
.text-red {
    color: #d42132;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 10px;
}
.result_btn .btn_effect{
	background:#fff;
}
.team-box-left .player {
    position: relative;
    z-index: 2;
}
.team-box-right {
    position: relative;
}
.team-result h3{
	font-size:20px;
	text-transform:uppercase;
	color:#111;
}
.text-green{
	color:#17b13a;
	font-weight:500;
	text-transform:uppercase;
	font-size:16px;
	padding-top:10px;
}
.team-box-right .team-result {
    background-color: #b6dcf9;
    bottom: 0;
    padding: 20px;
	padding-left:0;
	padding-right:0;
    position: absolute;
    left: 10%;
    width: 65%;
    z-index: 1;
}
.team-box-right .team-result:after {
    background-color: #b6dcf9;
    content: "";
    height: 100%;
    right: -75px;
    position: absolute;
    top: 0;
    transform: skew(38deg);
    width: 160px;
    z-index: -1;
}

.result_2{
	float:right;
}
.team-box-right .player {
    position: relative;
    z-index: 2;
}
.score {
    display: block;
    font-size: 100px;
    font-family: oswald;
    font-weight: 600;
	padding-top:100px;
    color: #2196f3;
	text-align:center;
}
.result_btn{
	margin-bottom:0;
	margin-top:15px;
}
.score-info p {
    font-size: 13px;
    font-weight: 600;
	color:#111;
	padding-top:50px;
	text-align:center;
}
.vs {
    display: block;
    font-size: 60px;
	text-align:center;
    font-family: oswald;
    font-weight: 600;
    color: #d0d0d0;
}
.score-info {
	float:left;
	width:100%;
	padding-top:100px;
}
.score-board {
    position: relative;
    z-index: 1;
}
.score-board:after {
    background: #e5e5e5;
    bottom: 0px;
    content: "";
    height: 35%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.main_button_wrapper {
    width: 130px;
    height: 40px;
    background: #2196f3;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 40px 0;
    box-shadow: 0px 13px 29px 0px rgba(33, 150, 243, 0.2);
}

.main_button_wrapper a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    float: left;
    width: 100%;
    cursor: pointer;
    text-transform: capitalize;
    transition: all .5s ease;
    z-index: 2;
	position: relative;
}

#filter-sidebar {
	position: fixed;
z-index: 10;
border-radius: 8px;
border: 2px solid white;
width: 14.3%;
top: 31%;
padding: 4px;
background: white;
-webkit-transition: 1s;
transition: 1s;
}
[data-toggle="collapse"] {
cursor: pointer;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.valign-middle {
vertical-align: middle !important;
}
@media screen and (max-width: 767px) {
.navbar-fixed-top.visible-xs + .row {
 padding-top: 60px;
}
.btn .visible-xs {
 display: inline-block !important;
}
.sliding-sidebar {
 position: absolute;
 z-index: 1;
 background: #fff;
 overflow-y: auto;
 height: 65%;
 border-right: 1px solid #ccc;
}
.sliding-sidebar.collapse, .sliding-sidebar.collapsing {
 display: block !important;
 transform: translate3D(-100%, 0, 0);
 transition: all 200ms;
}
.sliding-sidebar.collapse.in {
 transform: translate3D(0, 0, 0);
 box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), 2px 0 0 rgba(0, 0, 0, 0.05), 3px 0 0 rgba(0, 0, 0, 0.05);
}
}
.parent-collapsed {
display: none;
}
.collapsed .parent-expanded {
display: none;
}
.collapsed .parent-collapsed {
display: inline-block;
}

.dm-wrapper {
height: 800px;
background: white;
transform: translate(-50%, 0);
		position: fixed;
width: 60%;
bottom: -210px;
left: 109%;
-webkit-transition: 1s;
z-index: 10000;
transition: 1s;
}

@media (min-width: 768px) and (max-width: 992px){
#filter-sidebar {
margin-left: -110px;
width: 20%;
}
#filter-sidebar:hover {
margin-left:0;
}
}

@media (min-width: 768px){
	/*.dm-wrapper:hover {
	left: 1100px;
	}TODO:fix after launch*/
}

@media (max-width: 768px){
#filter-sidebar {
margin-left: -120px;
display: none;/*TODO: undo and develop*/
width: 40%;
}
#filter-sidebar:hover {
margin-left:0;
}
.dm-wrapper {
width: 100%;
left: 137%;
height: 680px;
padding-top: 10px;
z-index: 10000;
display: none;
}
.dm-wrapper:hover {
left: 50%
}

.container .right .chat.active-chat {
max-height: 380px !important;
overflow-y:auto;
}

.container .right .write {
left: 35px !important;
}

.container .right .write input {
width: 125px !important;
}

.container .right {
width: 80% !important;
overflow-y:auto;
}

.container .left {
width: 20% !important;
overflow-y:auto;
}

.container .left .top {
padding: 0 !important;
margin-left: -10px;
}

.container .left input {
display: none;
}
}	

.container .left {
float: left;
width: 37.6%;
height: 100%;
border: 1px solid var(--light);
background-color: var(--white);
}
.container .left .top {
position: relative;
width: 100%;
height: 96px;
padding: 29px;
}
.container .left .top:after {
position: absolute;
bottom: 0;
left: 50%;
display: block;
width: 80%;
height: 1px;
content: '';
background-color: var(--light);
transform: translate(-50%, 0);
}
.container .left input {
float: left;
width: 140px;
height: 42px;
padding: 0 15px;
border: 1px solid var(--light);
background-color: #eceff1;
border-radius: 21px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
}
.container .left input:focus {
outline: none;
}
.container .left a.search {
display: block;
float: left;
width: 42px;
height: 42px;
margin-left: 10px;
border: 1px solid var(--light);
background-color: var(--blue);
background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/name-type.png');
background-repeat: no-repeat;
background-position: top 12px left 14px;
border-radius: 50%;
}
.container .left .people {
margin-left: -1px;
border-right: 1px solid var(--light);
border-left: 1px solid var(--light);
width: calc(100% + 2px);
overflow-y:auto;
height: 500px;
}
.container .left .people .person {
position: relative;
width: 100%;
padding: 12px 10% 16px;
cursor: pointer;
background-color: var(--white);
}
.container .left .people .person:after {
position: absolute;
bottom: 0;
left: 50%;
display: block;
width: 80%;
height: 1px;
content: '';
background-color: var(--light);
transform: translate(-50%, 0);
}
.container .left .people .person img {
float: left;
width: 40px;
height: 40px;
margin-right: 12px;
border-radius: 50%;
}
.container .left .people .person .name {
font-size: 14px;
line-height: 22px;
color: var(--dark);
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
}
.container .left .people .person .time {
font-size: 14px;
position: absolute;
top: 16px;
right: 10%;
padding: 0 0 5px 5px;
color: var(--grey);
background-color: var(--white);
}
.container .left .people .person .preview {
font-size: 14px;
display: inline-block;
overflow: hidden !important;
width: 70%;
white-space: nowrap;
text-overflow: ellipsis;
color: var(--grey);
}
.container .left .people .person.active, .container .left .people .person:hover {
margin-top: -1px;
margin-left: -1px;
padding-top: 13px;
border: 0;
background-color: var(--blue);
width: calc(100% + 2px);
padding-left: calc(10% + 1px);
}
.container .left .people .person.active span, .container .left .people .person:hover span {
color: var(--white);
background: transparent;
}
.container .left .people .person.active:after, .container .left .people .person:hover:after {
display: none;
}
.container .right {
position: relative;
float: left;
width: 62.4%;
height: 100%;
}
.container .right .top {
width: 100%;
height: 47px;
padding: 15px 29px;
background-color: #eceff1;
}
.container .right .top span {
font-size: 15px;
color: var(--grey);
}
.container .right .top span .name {
color: var(--dark);
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
}
.container .right .chat {
position: relative;
display: none;
overflow: hidden;
padding: 0 35px 92px;
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: var(--light);
height: 570px;
justify-content: flex-end;
flex-direction: column;
}
.container .right .chat.active-chat {
display: block;
overflow-y:auto;
}
.container .right .chat.active-chat .bubble {
transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}
.container .right .chat.active-chat .bubble:nth-of-type(1) {
animation-duration: 0.15s;
}
.container .right .chat.active-chat .bubble:nth-of-type(2) {
animation-duration: 0.3s;
}
.container .right .chat.active-chat .bubble:nth-of-type(3) {
animation-duration: 0.45s;
}
.container .right .chat.active-chat .bubble:nth-of-type(4) {
animation-duration: 0.6s;
}
.container .right .chat.active-chat .bubble:nth-of-type(5) {
animation-duration: 0.75s;
}
.container .right .chat.active-chat .bubble:nth-of-type(6) {
animation-duration: 0.9s;
}
.container .right .chat.active-chat .bubble:nth-of-type(7) {
animation-duration: 1.05s;
}
.container .right .chat.active-chat .bubble:nth-of-type(8) {
animation-duration: 1.2s;
}
.container .right .chat.active-chat .bubble:nth-of-type(9) {
animation-duration: 1.35s;
}
.container .right .chat.active-chat .bubble:nth-of-type(10) {
animation-duration: 1.5s;
}
.container .right .write {
position: absolute;
bottom: 29px;
left: 30px;
height: 42px;
padding-left: 8px;
border: 1px solid var(--light);
background-color: #eceff1;
width: calc(100% - 58px);
border-radius: 5px;
}
.container .right .write input {
font-size: 16px;
float: left;
width: 347px;
height: 40px;
padding: 0 10px;
color: var(--dark);
border: 0;
outline: none;
background-color: #eceff1;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
}
.container .right .write .write-link.attach:before {
display: inline-block;
float: left;
width: 20px;
height: 42px;
content: '';
background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/attachment.png');
background-repeat: no-repeat;
background-position: center;
}
.container .right .write .write-link.smiley:before {
display: inline-block;
float: left;
width: 20px;
height: 42px;
content: '';
background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/smiley.png');
background-repeat: no-repeat;
background-position: center;
}
.container .right .write .write-link.send:before {
display: inline-block;
float: left;
width: 20px;
height: 42px;
margin-left: 11px;
content: '';
background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/send.png');
background-repeat: no-repeat;
background-position: center;
}
.container .right .bubble {
font-size: 16px;
position: relative;
display: inline-block;
clear: both;
margin-bottom: 8px;
padding: 13px 14px;
vertical-align: top;
border-radius: 5px;
}
.container .right .bubble:before {
position: absolute;
top: 19px;
display: block;
width: 8px;
height: 6px;
content: '\00a0';
transform: rotate(29deg) skew(-35deg);
}
.container .right .bubble.you {
float: left;
color: var(--white);
background-color: var(--blue);
align-self: flex-start;
animation-name: slideFromLeft;
}
.container .right .bubble.you:before {
left: -3px;
background-color: var(--blue);
}
.container .right .bubble.me {
float: right;
color: var(--dark);
background-color: #eceff1;
align-self: flex-end;
animation-name: slideFromRight;
}
.container .right .bubble.me:before {
right: -3px;
background-color: #eceff1;
}
.container .right .conversation-start {
position: relative;
width: 100%;
margin-bottom: 27px;
text-align: center;
}
.container .right .conversation-start span {
font-size: 14px;
display: inline-block;
color: var(--grey);
}
.container .right .conversation-start span:before, .container .right .conversation-start span:after {
position: absolute;
top: 10px;
display: inline-block;
width: 30%;
height: 1px;
content: '';
background-color: var(--light);
}
.container .right .conversation-start span:before {
left: 0;
}
.container .right .conversation-start span:after {
right: 0;
}
@keyframes slideFromLeft {
0% {
 margin-left: -200px;
 opacity: 0;
}
100% {
 margin-left: 0;
 opacity: 1;
}
}
@-webkit-keyframes slideFromLeft {
0% {
 margin-left: -200px;
 opacity: 0;
}
100% {
 margin-left: 0;
 opacity: 1;
}
}
@keyframes slideFromRight {
0% {
 margin-right: -200px;
 opacity: 0;
}
100% {
 margin-right: 0;
 opacity: 1;
}
}
@-webkit-keyframes slideFromRight {
0% {
 margin-right: -200px;
 opacity: 0;
}
100% {
 margin-right: 0;
 opacity: 1;
}
}

#promoToast{
    position:fixed;
    top:0;
    left:75%;
    transform:translate(-50%);
    background-color:#0b6a43;
    color:#fff;
    padding:18px;
    font-size: 20px;
    border-radius:4px;
    text-align:center;
    z-index:100000;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    visibility:hidden;
    opacity:0;
  }
  
  #promoToast.show{
    visibility:visible;
    animation:fadeInOut 3s;
  }

#toast{
    position:fixed;
    top:0;
    left:50%;
    transform:translate(-50%);
    background-color:#0b6a43;
    color:#fff;
    padding:16px;
    border-radius:4px;
    text-align:center;
    z-index:1000000;
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    visibility:hidden;
    opacity:0;
  }
  
  #toast.show{
    visibility:visible;
    animation:fadeInOut 3s;
  }
  
  @keyframes fadeInOut{
    5%,95%{opacity:1;top:50px}
    15%,85%{opacity:1;top:30px}
  }

.scoreboard {
    border: 1px solid #cbccce;
    background: #fff;
    display: grid;
    grid-template-rows: 2rem minmax(3rem, 1fr) minmax(3rem, 1fr) 2rem;
    grid-template-columns: minmax(8rem, 1fr) 6rem;
    overflow: hidden;
}
@media only screen and (min-width: 500px) {
    .scoreboard {
        grid-template-columns: minmax(8rem, 1fr) repeat(4, 2rem) 6rem;
   }
}
.scoreboard .title {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #cbccce;
    padding: 0 1rem;
    text-transform: uppercase;
    color: #7c7f84;
    font-size: 0.9rem;
}
@media only screen and (min-width: 500px) {
    .scoreboard .title {
        grid-column: 0 / span 2;
   }
}
.scoreboard .quaters {
    grid-column: 3 / span 4;
    grid-row: 1 / span 1;
    border-bottom: 1px solid #cbccce;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1rem;
    color: green;
    font-size: 0.9rem;
}
@media only screen and (min-width: 500px) {
    .scoreboard .quaters {
        display: block;
        grid-column: 2 / span 4;
        grid-row: 1 / span 1;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #cbccce;
   }
    .scoreboard .quaters span {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #57595c;
        font-size: 0.9rem;
   }
}
.scoreboard .total {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    border-bottom: 1px solid #cbccce;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1rem;
    color: green;
    font-size: 0.9rem;
}
@media only screen and (min-width: 500px) {
    .scoreboard .total {
        grid-column: 6 / span 1;
   }
}
.scoreboard .team {
    grid-column: 1 / span 2;
    display: flex;
    flex-direction: row;
    padding: 0.5rem 0 1rem;
}
@media only screen and (min-width: 500px) {
    .scoreboard .team {
        grid-column: 1 / span 6;
   }
}
.scoreboard .team.winner .team__total, .scoreboard .team.winner .team__details--name, .scoreboard .team.winner .team__score {
    color: #656c79;
}
.scoreboard .team.winner .team__total:after {
    content: '';
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #656c79 transparent transparent;
}
.scoreboard .team__details {
    padding: 0 0.5rem;
    padding-right: 2rem;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 4rem 1fr;
    width: 200px;
}
@media only screen and (min-width: 500px) {
    .scoreboard .team__details {
        padding-right: 4rem;
        width: 250px;
   }
}
.scoreboard .team__details--logo {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}
.scoreboard .team__details--logo img {
    max-width: 100%;
}
.scoreboard .team__details--name {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    padding: 0.5rem 0;
    padding-left: 1rem;
    font-weight: 700;
    color: #9a9faa;
}
.scoreboard .team__details--standings {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    padding-left: 1rem;
    color: #b5b9c2;
    font-size: 0.7rem;
}
.scoreboard .team__score {
    display: none;
}
@media only screen and (min-width: 500px) {
    .scoreboard .team__score {
        display: block;
        width: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
        color: #9a9faa;
   }
}
.scoreboard .team__total {
    position: relative;
    width: 6rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1rem;
    font-size: 2rem;
    font-weight: 900;
    color: #9a9faa;
}
.scoreboard .note {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem;
    color: #b5b9c2;
    font-size: 0.75rem;
    border-top: 1px solid #cbccce;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 500px) {
    .scoreboard .note {
        grid-column: 1 / span 6;
   }
}

#but{  
    text-align:center;
}

@media only screen and (max-width: 767px) {
    #but{  
        text-align:left;
    }
}

#A-img,#B-img{
      width:200px;
      height:100px;
      padding-top: 40px;
  background: #f85032; /* Old browsers */
  background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 0%, #f16f5c 0%, #f6290c 16%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(0%,#f16f5c), color-stop(0%,#f16f5c), color-stop(16%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 0%,#f16f5c 0%,#f6290c 16%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f85032 0%,#f16f5c 0%,#f16f5c 0%,#f6290c 16%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f85032 0%,#f16f5c 0%,#f16f5c 0%,#f6290c 16%,#f02f17 71%,#e73827 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 0%,#f16f5c 0%,#f6290c 16%,#f02f17 71%,#e73827 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
  
      float:left;
      color:white;
      font-size:90px;
      text-align:center; 
      }
  #B-img{
  background: #c5deea; /* Old browsers */
  background: -moz-linear-gradient(top,  #c5deea 0%, #066dab 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(100%,#066dab)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #c5deea 0%,#066dab 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #c5deea 0%,#066dab 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #c5deea 0%,#066dab 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #c5deea 0%,#066dab 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 ); /* IE6-9 */
  
      }
  #A-point,#B-point{
      padding-top: 40px;    
      width:140px;
      height:100px;
      float:right;
      color:white;
      font-size:90px;
      text-align:center; 
      }
  
    @media only screen and (min-width: 300px) {
    #Round{
        width: 165px !important;
    }
    #Quarter{
        width: 185px !important;
        font-size: 58px !important;
    }

    .player-panel-heading {
        margin-left: 15% !important;
    }

    #A-point, #B-point {
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) {
    #A-team, #B-team{
        width: 340px !important;
    }

    #A-point {
        width: 130px;
    }

    #Round{
        margin-left: 29%;
        margin-top: 10px;
    }
    #Quarter{
        margin-top: 10px;
    }
    .player-panel {
        margin-left: 35%;
    }
    .player-panel-heading {
        margin-left: -5% !important;
    }
}
@media only screen and (min-width: 992px) {
    #A-team{
        margin-left: 20%;
    }

    #Round{
        margin-left: 37% !important;
        margin-top: 10px;
    }
    #Quarter{
        margin-top: 10px;
    }

    .scoreboard-full {
        height: 210px;
    }

    .player-panel {
        margin-left: 40%;
    }
}

.add-stat{
    border: 3px solid #007700; 
    padding: 10px; 
    border-radius: 8px; 
    background: #007700; 
    color: white;
}
.next-round{
    border: 3px solid yellow; 
    padding: 10px; 
    border-radius: 8px; 
    background: yellow; 
    color: black;
}
.restart-game{
    border: 3px solid #aa1111; 
    padding: 10px; 
    margin-right: 50px;
    border-radius: 8px; 
    color: white;
}

.end-game{
    border: 3px solid #aa1111; 
    padding: 10px; 
    border-radius: 8px; 
    background: #aa1111;
    color: white;
}

  #B-team,#A-team{
      width:350px;
      height:100px;
      float:left;
      }
  #Time-out{
      width:702px;
      height:30px;
      background:black;
      clear: both;
      border-top-style:solid;
      border-bottom-style:solid;
      border-right-width:2px;
      border-color:white;
      }
  .outA,.outB{
      display: inline-block;
      vertical-align: middle;
      width:30px;
      height:15px;
      margin-top:7px;
      border-radius:10px;
  background: #fceabb; /* Old browsers */
  background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #fbdf93 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#fbdf93 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#fbdf93 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#fbdf93 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
      }
  .outB{
       float:right; 
       margin-right:4px;
      }
  #Round{  
      width:224px;
      height:80px;
      float:left;
      border-right-style:solid;
      border-right-width:2px;
      border-color:white;
      padding-top: 20px;
      }
  #rd{
      font-size:50px;
      }
  #Quarter{  
      width:250px;
      height:80px;
      float:left;
      padding-top: 20px;
      }
  #Shot-clock{
      width:224px;
      height:80px;
      }
  #Shot-clock,#Round,#Quarter{  
      font-size:70px;
      color:white;
      text-align:center;
      float:left;
      }  
  #Shot-clock,#Round,#Quarter,#B-team,#A-team,#Time-out{
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3b3b3b', endColorstr = '#000000');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3b3b3b', endColorstr = '#000000')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #3b3b3b, #000000);
  background-image: -ms-linear-gradient(top, #3b3b3b, #000000);
  background-image: -o-linear-gradient(top, #3b3b3b, #000000);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#3b3b3b), to(#000000));
  background-image: -webkit-linear-gradient(top, #3b3b3b, #000000);
  background-image: linear-gradient(top, #3b3b3b, #000000);
  }
  
  i.glyphicon-remove {
    color: #AA0000;
  }
  
  /* Make first remove button grey */
  
  div.col-sm-2:first-child i.glyphicon-remove {
    color: #eeeeee;
  }
  
  /* Spacing things out a bit */
  
  i.glyphicon-plus {
    padding-right: 3px;
  }
  
  
  /* Removing the default underline */
  
  .btn-link:hover {
    text-decoration: none;
  }
  