/*--------------------- Copyright (c) 2017 -----------------------
------------------------------------------------------------------
[Master Stylesheet]

Project: Football Sports - Soccer Football Club Template
Version: 1.0.0
Assigned to: ThemeForest
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Normal css / .soc_toppadder10
3. Slider css Start / .soc_slider_wrapper
4. Header css Start  / .soc_header_wrapper
5. About css Start / .soc_about_wrapper
6. Button css Start / .soc_btn
7. Team css Start / .soc_team_wrapper
8. Counter css Start / .soc_counter_wrapper
9. Heading css Start / .soc_heading
10. Portfolio css Start / .soc_portfolio_wrapper
11. Blog css End / .soc_blog_wrapper
12. Upcoming css Start / .soc_upcoming_wrapper
13. Coach css Start / .soc_coach_wrapper
14. Sponsors css Start / .soc_sponsors_wrapper
15. KeepInTouch css Start / .soc_keepintouch_wrapper
16. Footer css Start / .soc_footer_wrapper
17. Breadcrumb css Start / .soc_breadcrumb_wrapper
18. Awards css Start / .soc_awards_wrapper
19. Who_We css Start / .soc_whowe_wrapper
20. Map css Start / .soc_map_wrapper
21. Blog Single css Start / .soc_blogsingle_wrapper
22. Responsive css start / .soc_about_text
-------------------------------------------------------------------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #454545;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Normal Css Start -------*/
a {
	color: #454545;
	text-decoration: none;
	cursor:pointer;
}
a:hover, a:focus {
	color: #454545;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Cabin', sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #333333;
}
img {
	max-width: 100%;
}
input, textarea, select, button {
	outline: none;
	box-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
.soc_toppadder10{
	padding-top:10px;
}
.soc_toppadder20{
	padding-top:20px;
}
.soc_toppadder30{
	padding-top:30px;
}
.soc_toppadder40{
	padding-top:40px;
}
.soc_toppadder50{
	padding-top:50px;
}
.soc_toppadder60{
	padding-top:60px;
}
.soc_toppadder70{
	padding-top:70px;
}
.soc_toppadder80{
	padding-top:80px;
}
.soc_toppadder90{
	padding-top:90px;
}
.soc_toppadder100{
	padding-top:100px;
}
.soc_bottompadder10{
	padding-bottom:10px;
}
.soc_bottompadder20{
	padding-bottom:20px;
}
.soc_bottompadder30{
	padding-bottom:30px;
}
.soc_bottompadder40{
	padding-bottom:40px;
}
.soc_bottompadder50{
	padding-bottom:50px;
}
.soc_bottompadder60{
	padding-bottom:60px;
}
.soc_bottompadder70{
	padding-bottom:70px;
}
.soc_bottompadder80{
	padding-bottom:80px;
}
.soc_bottompadder90{
	padding-bottom:90px;
}
.soc_bottompadder100{
	padding-bottom:100px;
}
.soc_padderboth120{
	padding:120px 0px;
}
/*---------- Normal css End -------*/
/*---------- Slider css Start -------*/
.soc_slider_wrapper{
	
	width:100%;
	padding:200px 0px;
	text-align:center;
	background-image:url(../images/content/slider.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.soc_banner_text{
	
	width:100%;
	position:relative;
	z-index:1;
}
.soc_banner_text>img.img_1{
	display:inline-block;
	-webkit-animation: zoomout 2s ease-in;
	animation: zoomout 2s ease-in;
	margin-bottom:100px;
	height:200px;
	width:200px;
}
.soc_banner_text>img.img_2{
	display:inline-block;
	-webkit-animation: zoomout2 2.3s ease-in;
	animation: zoomout2 2.3s ease-in;
	margin-bottom:50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
	z-index:-1;
	top: -100px;
}
@-webkit-keyframes zoomout {
	0% { -webkit-transform:scale(0) rotate(0deg);-moz-transform:scale(0) rotate(0deg);-ms-transform:scale(0) rotate(0deg);-o-transform:scale(0) rotate(0deg);transform:scale(0) rotate(0deg); }
    100% {-webkit-transform:scale(1) rotate(360deg);-moz-transform:scale(1) rotate(360deg);-ms-transform:scale(1) rotate(360deg);-o-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg); }
}
@keyframes zoomout {
	0% { -webkit-transform:scale(0) rotate(0deg);-moz-transform:scale(0) rotate(0deg);-ms-transform:scale(0) rotate(0deg);-o-transform:scale(0) rotate(0deg);transform:scale(0) rotate(0deg); }
    100% {-webkit-transform:scale(1) rotate(360deg);-moz-transform:scale(1) rotate(360deg);-ms-transform:scale(1) rotate(360deg);-o-transform:scale(1) rotate(360deg);transform:scale(1) rotate(360deg); }
}
@keyframes zoomout2 {
    0% {-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
	70% {-webkit-transform: scale(0.08);-moz-transform: scale(0.08);-ms-transform: scale(0.08);-o-transform: scale(0.08);transform: scale(0.08);}
  100% {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
}
.soc_banner_text h4{
    
    width: 100%;
    margin: 0px;
    color: #ffffff;
    font-size: 56px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-family: 'Stardos Stencil', cursive;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    font-weight: 500;
}
.soc_banner_text h1{
    
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 100px;
    margin: 0px;
    letter-spacing: 2px;
    font-family: 'Stardos Stencil', cursive;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
/*---------- Slider css End -------*/
/*---------- Header css Start -------*/
.soc_header_wrapper{
	
	width:100%;
	background-color:#ffffff;
	border-bottom:1px solid #e1e1e1;
}
.menu_fixed {
	top: 0;
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.soc_logo{
    
    width: 100%;
    padding: 12px 0px;
}
.soc_logo img{
	
}
.soc_manu_btn{
    
    margin-top: 22px;
    cursor: pointer;
	display:none;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #4caf50;
    margin: 5px 0;
    border-radius: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px) ;
    -moz-transform: rotate(-45deg) translate(-7px, 7px) ;
    -o-transform: rotate(-45deg) translate(-7px, 7px) ;
    -ms-transform: rotate(-45deg) translate(-7px, 7px) ;
    transform: rotate(-45deg) translate(-7px, 7px) ;
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px) ;
	-moz-transform: rotate(45deg) translate(-7px, -7px) ;
	-o-transform: rotate(45deg) translate(-7px, -7px) ;
	-ms-transform: rotate(45deg) translate(-7px, -7px) ;
	transform: rotate(45deg) translate(-7px, -7px) ;
}
.soc_manu{
	text-align: right;
	width:100%;
}
.soc_manu ul{
	
	width:auto;
	margin:0px;
	padding:0px;
}
.soc_manu ul li{
	list-style:none;
	display: inline-block;
	width:auto;
	padding:40px 0px;
}
.soc_manu ul li a{
	font-weight: 600;
	width:100%;
	padding:10px 20px;
	color:#333333;
	text-transform:capitalize;
	font-size:16px;
	position:relative;
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_manu ul li a:hover{
	color:#ffffff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_manu ul li a:after{
	content:"";
	position:absolute;
	left:100%;
	right:100%;
	top:100%;
	bottom:100%;
	background-color:#4caf50;
	z-index: -1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_manu ul li a:hover:after{
	left:0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*---------- Header css End -------*/
/*---------- About css Start -------*/
.soc_about_wrapper{
	
	width:100%;
	background-color:#ffffff;
	padding:100px 0px;
}
.soc_about_img{
	
	width:100%;
	background-image:url(../images/content/about_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.soc_about_img img{
	width:100%;
	display:inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_about_img:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_about_text{
    
    width: 100%;
    padding-top: 200px;
    padding-left: 80px;
	padding-bottom:50px;
    position: relative;
}
.soc_about_text h1{
    position: absolute;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    left: -50px;
    bottom: 140px;
    font-size: 34px;
    border-bottom: 2px solid #4caf50;
    padding-bottom: 3px;
    color: #4caf50;
    text-transform: capitalize;	
}
.soc_about_text h3{
	color: #4caf50;
	font-size: 30px;
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}
.soc_about_text p{
	
	width:100%;
	margin:0px 0px 20px 0px;
}
/*---------- About css End -------*/
/*---------- Button css Start -------*/
.soc_btn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 40px;
    font-size: 16px;
    border: 1px solid #4caf50;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #4caf50;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_btn:hover{
	border:1px solid #313131;
	color:#ffffff;	
	background-color:#313131;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_btn:after{
	content:"";
	position:absolute;
	left:20%;
	top:0;
	bottom:0;
	background-color:#ffffff;
	width:1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_btn:hover:after{
	left:80%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*---------- Button css End -------*/
/*---------- Team css Start -------*/
.soc_team_wrapper{
	
	width:100%;
	background-color:#ffffff;
    padding: 100px 0px;
}
.soc_team_img{
	
	width:100%;
	position:relative;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_team_img img{
	width:100%;
	display:inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_team_img img.tm_1{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.soc_team_img img.tm_1:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_team_img a{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0px auto;
	margin-top:-25px;
	width:55px;
	height:55px;
	line-height:55px;
	background-color:#4caf50;
	color:#ffffff;
	border-radius:100%;
	font-size:24px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_team_img:hover a{
	opacity:1;
	visibility:visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_team_text{
    
    width: 100%;
    padding-top: 200px;
    padding-right: 80px;
	padding-bottom:50px;
    position: relative;
	text-align:right;
}
.soc_team_text h1{
    position: absolute;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    right: -50px;
    bottom: 140px;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px solid #4caf50;
    padding-bottom: 3px;
    text-transform: capitalize;
    color: #4caf50;
}
.soc_team_text h3 {
    
    width: 100%;
    text-transform: capitalize;
    margin: 0px 0px 10px 0px;
    color: #4caf50;
    font-size: 30px;
    font-weight: 900;
}
.soc_team_text p{
	
	width:100%;
	margin:0px 0px 20px 0px;
}
.soc_team_details{
	
	width:100%;
	padding:20px 0px;
	text-align:center;
    margin-bottom: 30px;
}
.soc_team_details h3{
	
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}
.soc_team_details p{
	
	width:100%;
	text-transform:uppercase;
}
.soc_team_details ul{
	display:inline-block;
	width:auto;
	margin:0px;
	padding:0px;
}
.soc_team_details ul li{
	list-style:none;
	display: inline-flex;
	width:auto;
}
.soc_team_details ul li a{
	
	width:40px;
	height:40px;
	line-height:40px;
	margin:0px 5px;
	border:1px solid #e1e1e1;
	border-radius:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_team_details ul li a:hover{
	color:#ffffff;
	background-color:#4caf50;
	border:1px solid #4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*---------- Team css End -------*/
/*---------- Counter css Start -------*/
.soc_counter_wrapper{
	
	width:100%;
	background-color:#ffffff;
	background-image:url(../images/content/counter_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:150px 0px;
}
.soc_counter_box{
	
	width:100%;
	text-align:center;
	background-image:url(../images/content/shape2.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
    padding: 125px 0px;
	margin-bottom:30px;
}
.soc_counter_box img{
	display:inline-block;
}
.soc_counter_box h3{
	
	width:100%;
	margin:15px 0px 0px 0px;
	color:#ffffff;
	font-size:34px;
}
.soc_counter_box p {
    
    width: 100%;
    margin: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 800;
}
/*---------- Counter css End -------*/
/*---------- Heading css Start -------*/
.soc_heading{
	
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.soc_heading h1{
	color: #4caf50;
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 15px 0px;
	position:relative;
	padding-bottom:5px;
	font-size:30px;
}
.soc_heading h1:after{
	content:"";
	position:absolute;
	background-color:#4caf50;
	width:70px;
	height:2px;
	top:100%;
	left:0;
	right:0;
	margin:0px auto;
}
.soc_heading p{
	
	width:100%;
	margin:0px;
}
/*---------- Heading css End -------*/
/*---------- Portfolio css Start -------*/
.soc_portfolio_wrapper{
	
	width:100%;
	background-color:#ffffff;
	padding:100px 0px 70px 0px;
}
.soc_portfolio_img{
	
	width:100%;
	position:relative;
	text-align:center;
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_portfolio_img img{
	width:100%;
	display:inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_portfolio_img img.port_1{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.soc_portfolio_img img.port_1:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_portfolio_img a{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0px auto;
	margin-top:-25px;
	width:55px;
	height:55px;
	line-height:55px;
	background-color:#4caf50;
	color:#ffffff;
	border-radius:100%;
	font-size:24px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_portfolio_img:hover a{
	opacity:1;
	visibility:visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_pagination{
	
	width:100%;
	text-align:center;
}
.soc_pagination ul{
	
	width:100%;
	margin:0px;
	padding:0px;
}
.soc_pagination ul li{
	list-style:none;
	display:inline-block;
	width:auto;
	margin:10px;
}
.soc_pagination ul li a{
	
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_pagination ul li a i{
    
    width: 40px;
    height: 40px;
    line-height: 37px;
    background-color: #333333;
    color: #ffffff;
    border-radius: 100%;
    font-size: 24px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_pagination ul li a p{
    
    width: calc(100% - 45px);
    padding-left: 10px;
    text-transform: capitalize;
    margin: 10px 0px 0px 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_pagination ul li a:hover i{
	background-color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_pagination ul li a:hover p{
	color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_pagination ul li:last-child a i{
	
}
.soc_pagination ul li:last-child a p{
    padding-left: 0px;
    padding-right: 10px;
}
/*---------- Portfolio css End -------*/
/*---------- Blog css End -------*/
.soc_blog_wrapper{
	
	width:100%;
	padding:100px 0px 70px 0px;
	background-color:#ffffff;
}
.soc_blog_text{
    
    width: 100%;
    padding-top: 80px;
    padding-right: 0px;
	padding-bottom:50px;
}
.soc_blog_text h3{
	color: #4caf50;
	font-size: 30px;
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}
.soc_blog_text p{
	
	width:100%;
	margin:0px 0px 20px 0px;
}
.soc_blog_detail{
    
    width: 100%;
    margin: 0px 0px 20px 0px;
    background-color: #eaeaea;
    padding: 15px;
}
.soc_blog_detail h4{
    
    width: 100%;
    margin: 0px 0px 3px 0px;
}
.soc_blog_detail ul{
	
	width:100%;
	margin:0px;
	padding:0px;
}
.soc_blog_detail ul li{
	list-style:none;
	display: inline-block;
	width:auto;
	margin-left:5px;
}
.soc_blog_detail ul li:first-child{
	margin-left:0px;
}
.soc_blog_detail ul li a{
	
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_blog_detail ul li a:hover{
	color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_blog_img{
	
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	text-align:center;
	margin-bottom:30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_blog_img img{
	width:100%;
	display:inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_blog_img:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_blog_img a{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0px auto;
	margin-top:-25px;
	width:55px;
	height:55px;
	line-height:55px;
	background-color:#4caf50;
	color:#ffffff;
	border-radius:100%;
	font-size:24px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_blog_img:hover a{
	opacity:1;
	visibility:visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog_1{
	background-image:url(../images/content/blog1.jpg);
}
.blog_2{
	background-image:url(../images/content/blog2.jpg);
}
.blog_3{
	background-image:url(../images/content/blog3.jpg);
}
.blog_4{
	background-image:url(../images/content/blog4.jpg);
}
.soc_blog_text.text-right .soc_blog_detail ul{
	
	width:auto;
}
/*---------- Blog css End -------*/
/*---------- Upcoming css Start -------*/
.soc_upcoming_wrapper{
	
	width:100%;
	padding:100px 0px 70px 0px;
	background-image:url(../images/content/upcoming_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	z-index:1;
}
.overlay_section .soc_heading h1, .overlay_section .soc_heading p{
	color:#ffffff;
}
.overlay_section .soc_heading h1:after{
	background-color:#ffffff;
}
.soc_overlay{
	position:absolute;
	background-color:rgba(0, 0, 0, 0.65);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
}
.soc_upcoming_matches{
	
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.soc_upcoming_matches img{
	display:inline-block;
	margin-bottom:20px;
}
.soc_upcoming_matches p{
	
	width:100%;
	text-transform:capitalize;
	color:#ffffff;
	margin:0px;
	font-size:22px;
}
.soc_upcoming_matches .soc_btn{
	margin-top:20px;
}
/*---------- Upcoming css End -------*/
/*---------- Coach css Start -------*/
.soc_coach_wrapper{
	
	width:100%;
	background-color:#ffffff;
    padding: 100px 0px;
}
.soc_coach_img{
	
	width:100%;
	background-image:url(../images/content/coach.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	text-align:center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_coach_img img{
	width:100%;
	display:inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_coach_img:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_coach_img a{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0px auto;
	margin-top:-25px;
	width:55px;
	height:55px;
	line-height:55px;
	background-color:#4caf50;
	color:#ffffff;
	border-radius:100%;
	font-size:24px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_coach_img:hover a{
	opacity:1;
	visibility:visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_coach_text{
    
    width: 100%;
    padding-top: 200px;
    padding-right: 80px;
	padding-bottom:50px;
    position: relative;
	text-align:right;
}
.soc_coach_text h1{
    position: absolute;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0;
    right: -50px;
    bottom: 140px;
    font-size: 34px;
    border-bottom: 2px solid #4caf50;
    color: #4caf50;
    padding-bottom: 3px;
    text-transform: capitalize;
}
.soc_coach_text h3 {
    
    width: 100%;
    text-transform: capitalize;
    margin: 0px 0px 0px 0px;
    color: #4caf50;
    font-size: 30px;
    font-weight: 900;

}
.soc_coach_text span{
	
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}
.soc_coach_text p{
	
	width:100%;
	margin:0px 0px 20px 0px;
}
/*---------- Coach css End -------*/
/*---------- Sponsors css Start -------*/
.soc_sponsors_wrapper{
	
	width:100%;
	background-color:#ffffff;
	padding:100px 0px 80px 0px;
}
.soc_sponsors_text{
    
    width: 100%;
    padding-left: 80px;
	padding-bottom:50px;
    position: relative;
}
.soc_sponsors_text h1{
    position: absolute;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    left: -80px;
    bottom: 140px;
    font-size: 34px;
    border-bottom: 2px solid #4caf50;
    color: #4caf50;
    padding-bottom: 3px;
    text-transform: capitalize;	
}
.soc_sponsors_text h3{
	
	color: #4caf50;
	font-size: 30px;
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}
.soc_sponsors_text p{
	
	width:100%;
	margin:0px 0px 20px 0px;
}
.soc_sponsors_slider{
	
	width:100%;
	margin-bottom:0px;
	text-align:center;
}
.soc_sponsors_slider img{
	display:inline-block !important;
	width:auto !important;
}
.soc_sponsors_slider .owl-theme .owl-nav {
    margin-top: 30px;
}
.soc_sponsors_slider .owl-theme .owl-nav [class*='owl-'] {
    font-size: 16px;
    padding: 0px;
    background: #333333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_sponsors_slider .owl-theme .owl-nav [class*='owl-']:hover {
    background: #4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*---------- Sponsors css End -------*/
/*---------- KeepInTouch css Start -------*/
.soc_keepintouch_wrapper{
	
	width:100%;
	background-color:#ffffff;
	padding: 100px 0px 60px 0px;
}
.soc_keepintouch_info{
	
	width:100%;
	margin-bottom:40px;
}
.soc_keepintouch_infobox{
	
	width:100%;
	margin-bottom:20px;
}
.soc_keepintouch_infobox h4{
	
	width:100%;
	font-size:22px;
	text-transform:capitalize;
	margin:0px 0px 5px 0px;
}
.soc_keepintouch_infobox p{
	
	width:100%;
	margin:0px;
}
.soc_keepintouch_infobox p a{
	
	width:auto;
	color:#333333;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_keepintouch_infobox p a:hover{
	color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_keepintouch_form{
	
	width:100%;
}
.soc_keepintouch_form input, .soc_keepintouch_form textarea{
	
	width:100%;
	height:45px;
	padding:0px 10px;
	border:none;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:30px;
	border-radius:0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_keepintouch_form textarea{
	height:auto;
	padding:10px;
	resize:none;
}
.soc_keepintouch_form input:hover, .soc_keepintouch_form textarea:hover{
	border-color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*---------- KeepInTouch css End -------*/
/*---------- Footer css Start -------*/
.soc_footer_wrapper{
	
	width:100%;
	background-color:#eaeaea;
	padding:80px 0px 50px 0px;
	background-image:url(../images/content/footer_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	z-index:1;
}
.soc_footer_heading{
	
	width:100%;
	font-size:22px;
	margin:0px 0px 30px 0px;
	text-transform:capitalize;
	color:#ffffff;
}
.soc_footer_addinfo{
	
	width:100%;
	margin-bottom:30px;
}
.footer_info p {
    position: relative;
    left: 30px;
}
.soc_footer_addinfo p{
	
	width:calc(100% - 20px);
    margin-bottom: 15px;
	color:#ffffff;
}
.soc_footer_addinfo p a{
	
	width:auto;
	color:#ffffff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_footer_addinfo p a:hover{
	color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_footer_addinfo i{
	position: absolute;
	width:20px;
	color:#4caf50;
    padding-top: 3px;
}
.soc_footer_bloginfo{
	
	width:100%;
	margin-bottom:30px;
}
.soc_footer_bloginfo ul{
	
	width:100%;
	margin:0px;
	padding:0px;
}
.soc_footer_bloginfo ul li{
	list-style:none;
	display: inline-flex;
	width:100%;
	margin-bottom:20px;
}
.soc_footer_bloginfo ul li:last-child{
	margin-bottom:0px;
}
.soc_footer_bloginfo ul li img{
	
	width:75px;
	height:75px;
	border-radius:100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_footer_bloginfo ul li img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_footer_bloginfo ul li div{
    
    width: calc(100% - 80px);
    padding-left: 15px;
    margin-top: 15px;
}
.soc_footer_bloginfo ul li div p{
	
	width:100%;
	margin:0px;
	color:#ffffff;
}
.soc_footer_bloginfo ul li div p a{
	
	width:auto;
	color:#ffffff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_footer_bloginfo ul li div p a:hover{
	color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_footer_bloginfo ul li div span{
	
	width:100%;
	margin:0px;
	color:#ffffff;
	text-transform:capitalize;
}
.soc_footer_taginfo{
	
	width:100%;
	margin-bottom:30px;
}
.soc_footer_taginfo a {
    width: auto;
    height: 35px;
    margin: 0px 10px 10px 0px;
    line-height: 35px;
    padding: 0px 30px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    background-color: rgba(224, 224, 224, 0.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-flex;
}
.soc_footer_taginfo a:hover{
	background-color:#4caf50;
	color:#ffffff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_footer_flickinfo{
	
	width:100%;
	margin-bottom:30px;
}
.soc_footer_flickinfo ul{
	
	width:100%;
	margin:0px;
	padding:0px;
}
.soc_footer_flickinfo ul li{
	list-style:none;
	display: inline-flex;
	width:100%;
	margin-bottom:20px;
}
.soc_footer_flickinfo ul li:last-child{
	margin-bottom:0px;
}
.soc_footer_flickinfo ul li img{
	
	width:75px;
	height:75px;
	border-radius:100%;
	margin-right:12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_footer_flickinfo ul li img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_copyright_text{
	
	width:100%;
	text-align:center;
	padding:40px 0px 0px 0px;
}
.soc_copyright_text p{
	
	width:100%;
	margin:0px;
	color:#ffffff;
}
/*---------- Footer css End -------*/
/*---------- Breadcrumb css Start -------*/
.soc_breadcrumb_wrapper{
	
	width:100%;
	padding:100px 0px;
	background-image:url(../images/content/breadcrumb_bg.jpg);
    background-attachment: fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:1;
}
.soc_breadcrumb_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: rgb(0 0 0 / 44%);
    z-index: -1;
}
.soc_breadcrumb_wrapper h1{
	
	width:100%;
	color:#ffffff;
	text-transform:capitalize;
	text-align:center;
}
/*---------- Breadcrumb css End -------*/
/*---------- Awards css Start -------*/
.soc_awards_wrapper{
	
	width:100%;
	padding:100px 0px;
	background-image:url(../images/content/awards_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	z-index:1;
}
.soc_awards_slider{
	
	width:100%;
	text-align:center;
}
.soc_awards_slider img{
	display:inline-block !important;
	width:auto !important;
	margin-bottom:15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_awards_slider p{
	
	width:100%;
	text-align:center;
	margin:0px;
	color:#ffffff;
	font-size:16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_awards_slider .owl-item .item{
	padding:30px 0px;
	height:255px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_awards_slider .owl-item.active.center .item img{
	-webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
    transform: scale(1.3);
	margin-bottom:35px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_awards_slider .owl-item.active.center .item p{
	font-size:22px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*---------- Awards css End -------*/
/*---------- Who_We css Start -------*/
.soc_whowe_wrapper{
	
	width:100%;
	background-color:#ffffff;
	padding:100px 0px;
}
.soc_whowe_img{
	
	width:100%;
	background-image:url(../images/content/whowe.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.soc_whowe_img img{
	width:100%;
	display:inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_whowe_img:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.soc_whowe_text{
    
    width: 100%;
    padding-right: 33px;
}
.soc_whowe_text h3{
	
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}
.soc_whowe_text p{
	
	width:100%;
	margin:0px 0px 20px 0px;
}
/*---------- Who_We css End -------*/
/*---------- Map css Start -------*/
.soc_map_wrapper{
	
	width:100%;
}
.soc_map_wrapper iframe{
	
	width:100%;
	height:500px;
}
/*---------- Map css End -------*/
/*---------- Blog Single css Start -------*/
.soc_blogsingle_wrapper{
	
	width:100%;
	background-color:#ffffff;
	padding:100px 0px;
}
.soc_blogsingle_img{
	
	width:100%;
	background-image:url(../images/content/blog1.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.soc_blogsingle_img img{
	width:100%;
	display:inline-block;
}
.soc_blogsingle_text{
    
    width: 100%;
    padding-right: 29px;
}
.soc_blogsingle_text h3{
	
	width:100%;
	text-transform:capitalize;
	margin:0px 0px 10px 0px;
}
.soc_blogsingle_text p{
	
	width:100%;
	margin:0px 0px 20px 0px;
}
.soc_blogsingle_detail{
    
    width: 100%;
    margin: 0px 0px 30px 0px;
    background-color: #eaeaea;
    padding: 15px;
	text-align:center;
}
.soc_blogsingle_detail h4{
    
    width: 100%;
    margin: 0px 0px 3px 0px;
}
.soc_blogsingle_detail ul{
    display: inline-block;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.soc_blogsingle_detail ul li{
	list-style:none;
	display: inline-block;
	width:auto;
	margin-left:5px;
}
.soc_blogsingle_detail ul li a{
	
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_blogsingle_detail ul li a:hover{
	color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_blogsingle_quote{
    
    width: 100%;
    margin: 50px 0px;
    background-color: #eaeaea;
    padding: 25px 75px;
    text-align: center;
    background-image: url(../images/content/quote.png);
    background-repeat: no-repeat;
    background-position: 2% 30%;
}
.soc_blogsingle_quote p{
    
    width: 100%;
	font-size:22px;
	color:#333333;
}
.soc_blog_comment_wrapper{
    
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
   
}
.soc_blog_comment_wrapper .soc_blog_heading{
    color: #4caf50;
    width: 100%;
    text-transform: capitalize;
    margin: 0px 0px 50px 0px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-size: 34px;
}
.soc_blog_comment_wrapper .soc_blog_heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 70px;
    background-color: #4caf50;
    height: 2px;
}
.soc_blog_comment_wrapper ul{
	
	width:100%;
	margin:0px;
	padding:0px;
}
.soc_blog_comment_wrapper ul li{
	list-style: none;
    
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.soc_blog_comment_wrapper ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}
.soc_blog_comment_wrapper ul li ul{
    padding-top: 25px;
}
.soc_blog_comment{
	display: flex;
	width:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.soc_comment_image{
    
    width: 100px;
    margin-right: 0px;
}
.soc_comment_image img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.soc_comment_text{
    
    width: calc(100% - 100px);
    padding-left: 20px;
}
.soc_blog_comment:hover .soc_comment_text .soc_bloger_name{
    color: #4caf50;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.soc_comment_text .soc_bloger_name{
	
    width: auto;
    margin: 0px;
    text-transform: capitalize;
    font-size: 22px;
}
.soc_comment_text .soc_blog_date{
    
    width: auto;
    text-transform: capitalize;
    font-size: 13px;
}
.soc_comment_text .soc_blog_post{
	
	width:100%;
	margin:5px 0px 10px 0px;
}
.soc_comment_text .soc_btn{
	
}
.soc_blog_message_wrapper{
	
	width:100%;
	margin-top:50px;
}
.soc_blog_message_wrapper .soc_blog_heading{
    color: #4caf50;
    width: 100%;
    text-transform: capitalize;
    margin: 0px 0px 50px 0px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    font-size: 34px;
}
.soc_blog_message_wrapper .soc_blog_heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 70px;
    background-color: #4caf50;
    height: 2px;
}
.soc_blog_messages{
	
	width:100%;
}
.soc_blog_messages input, .soc_blog_messages textarea{
	
	width:100%;
	height:45px;
	padding:0px 10px;
	border:none;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:30px;
	border-radius:0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_blog_messages textarea{
	height:auto;
	padding:10px;
	resize:none;
}
.soc_blog_messages input:hover, .soc_blog_messages textarea:hover{
	border-color:#4caf50;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*---------- Blog Single css End -------*/
/*---------- Video tour css Start -------*/
.soc_videotour_wrapper{
	
	width:100%;
	padding:100px 0px;
	background-image:url(../images/content/video_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	z-index:1;
}
.soc_videotour_box{
	
	width:100%;
	text-align:center;
	position:relative;
	overflow:hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_videotour_box:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(0, 0, 0, 0.55);
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_videotour_box:hover:after{
	opacity:1;
	visibility:visible;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_videotour_box a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom:0;
    z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_videotour_box a svg{
	top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: -40px;
}
.circle {
	stroke: #4caf50;
	stroke-dasharray: 650;
	stroke-dashoffset: 650;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 0.3;
}
.playBut {
	display: inline-block;
	-webkit-transition: all 0.5s ease;
}
.playBut .triangle {
	-webkit-transition: all 0.7s ease-in-out;
	stroke-dasharray: 240;
	stroke-dashoffset: 480;
	stroke: #ffffff;
	transform: translateY(0);
}
.soc_videotour_box:hover .triangle {
	stroke-dashoffset: 0;
	opacity: 1;
	stroke: #4caf50;
	animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
0% {
	transform: translateX(0);
}
30% {
	transform: translateX(0px);
}
50% {
	transform: translateX(0px);
}
70% {
	transform: translateX(0px);
}
100% {
	transform: translateX(0);
}
}
.soc_videotour_box:hover .circle {
	stroke-dashoffset: 0;
	opacity: 1;
}
/*---------- Video tour css End -------*/
/*---------- League css Start -------*/
.soc_leaderboard_wrapper{
	
	width:100%;
	padding:100px 0px 50px 0px;
	background-image:url(../images/content/trining_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	z-index:1;
}
.soc_leaderboard_table{
    
    width: 100%;
    margin-bottom: 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.soc_leaderboard_table .table{
	margin-bottom:0px;
}
.soc_leaderboard_table .table > thead{
    background-color: #4caf50;
    color: #ffffff;
    text-transform: uppercase;
}
.soc_leaderboard_table .table > thead > tr > th{
    padding: 15px;
}
.soc_leaderboard_table .table > tbody > tr > td{
	text-transform:capitalize;
    padding: 15px;
}
.soc_leaderboard_table .table > tbody > tr > td > img{
	padding-right:5px;
}
.soc_leaderboard_table .table > tbody > tr:nth-child(even){
	color:#ffffff;
    background-color: rgba(0, 0, 0, 0.3);
}
/*---------- League css End -------*/
/*---------- Responsive css start -------*/
@media (max-width: 991px) {
	
.blog_2 {
    
    display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {

.soc_about_text {
    padding-top: 150px;
}
.soc_team_text {
    padding-top: 150px;
}
.soc_blog_text {
    padding-top: 130px;
}
.soc_coach_text {
    padding-top: 150px;
}

	
}
@media (min-width: 768px) and (max-width: 991px) {
.col-sm-push-6 {
    left: 0;
}
.col-sm-offset-3 {
   margin-left: 0;
}
.soc_about_text {
    padding-top: 70px;
}
.soc_team_text {
    padding-top: 70px;
}
.soc_blog_text {
    padding-top: 40px;
}
.soc_coach_text {
    padding-top:0;
}
.soc_footer_bloginfo ul li {
    margin-bottom: 30px;
}
.col-sm-pull-6 {
   right: 0;
}
}
@media (max-width: 767px) {
.soc_manu_btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 25px;
}

.soc_manu {
    display: none;
    position: absolute;
    left: 0;
    margin: 0px auto;
    background-color: #000000;
    height: 100vh;
    z-index: 1;
    width: 300px;
}
.soc_manu ul {
    width: 100%;
}
.soc_manu ul li {
    width: 100%;
    padding: 25px;
    text-align:left;
}
.soc_manu ul li a{
	color:#ffffff;
}
.soc_about_text {
    padding-top: 0px;
}
.soc_team_text {
    padding-top: 0px;
}
.soc_blog_text {
    padding-top: 0px;
}
.soc_coach_text {
    padding-top: 0px;
}
.soc_slider_wrapper {
    display: none;
}
.soc_banner_text h1 {
    font-size: 56px;
}
.soc_banner_text h4 {
    font-size: 46px;
}


}
@media (max-width: 580px){
.soc_team_wrapper {
    padding: 50px 0px 0;
}
.soc_team_wrapper.soc_team_wrapper1 {
    padding-bottom: 50px;
}
.soc_counter_wrapper {
    padding: 120px 0px 20px;
}
.soc_blog_wrapper {
    padding: 50px 0px 0px 0px;
}
.soc_leaderboard_wrapper{
	 padding: 50px 0px 20px;
}
.soc_about_wrapper{
	padding: 50px 0px;
}
.soc_blogsingle_wrapper{
	padding: 50px 0px;
}
.soc_videotour_wrapper{
	padding: 50px 0px;
}
.soc_blog_comment{
	display: block;
	text-align: center;
}
.soc_comment_image {
    margin: auto;
    padding-bottom: 20px;
}
.soc_blog_message_wrapper {
  margin-top: 0;
}
.soc_comment_text {
    padding-left: 0;
    width: 100%;
}
.soc_coach_wrapper {
    padding: 50px 0px;
}
.soc_sponsors_wrapper {
    padding: 50px 0px;
}
.soc_whowe_wrapper{
	padding: 50px 0px;
}
.soc_keepintouch_wrapper{
	padding: 50px 0px;
}
.soc_awards_wrapper{
	padding: 50px 0px;
}
.soc_upcoming_wrapper{
	padding: 50px 0px;
}
.soc_portfolio_wrapper{
	padding: 50px 0px;
}
}
@media (max-width: 479px) {
.soc_comment_text {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.soc_blogsingle_quote {
    padding: 25px 25px;
}
.soc_banner_text>img.img_2 {
    top: -80px;
}
.soc_banner_text>img.img_1 {
    margin-bottom: 50px;
    height: 120px;
    width: 120px;
}
.soc_banner_text h1 {
    font-size: 46px;
}
.soc_banner_text h4 {
    font-size: 36px;
}
}
/*---------- Responsive css end -------*/