@charset "UTF-8";
/*
Theme Name: Tabriz Shooting
Version: 1.0.0
Author: The Mr KK
Description: Tabriz Shooting Special Theme
*/

* {
	outline: none
}

a {
	text-decoration: none !important
}

img {
    max-width: 100%;
    height: auto
}

.aligncenter {
	display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

.flex-end {
	justify-content: flex-end
}

.site-body {
	background-color: #fff;
	font-family: Dana;
	font-size: 14px;
	font-weight: 400;
	direction: rtl;
	overflow-x: hidden
}

.site-main {
	margin: 60px 0 70px
}

/* - - - Header Part - Start - - - */

.site-header {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px
}

.header-top {
	display: flex;
	min-height: 55px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfe6e9
}

.header-top .data {
	display: flex;
    align-items: center
}

.header-top .data svg {
	width: 25px;
	height: 26px;
	opacity: 90%
}

.header-top .data span:nth-of-type(1) {
	margin: 0 10px;
    font-weight: bold
}

.header-top .contact {
	display: flex;
    align-items: center
}

.header-top .contact svg {
	width: 32px;
    height: 32px;
    margin-right: 10px;
	opacity: 70%
}

.header-top .contact a {
	margin-right: 10px;
    color: #00b894;
    font-weight: 700
}

.header-top .contact a:hover {
	color: #00b894
}

.header-top .contact-txt {
    font-size: 13px
}

.header-main {
	padding: 10px 0
}

.header-main .header-logo {
	max-width:180px;
	max-height: 60px
}

.header-main .header-logo img {
	width: 100%;
	height: auto
}

.header-main .header-left {
	display: flex;
    align-items: center;
    justify-content: flex-end
}

.account-btn {
	display: flex;
	padding: 5px 0
}

.account-btn a {
	display: inline-block;
    height: 50px;
    background-color: #74b9ff;
    font-size: 15px;
    line-height: 10px;
    color: #fff;
    padding: 13px 28px 13px 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px #74b9ff;
    cursor: pointer
}

.account-btn a:hover {
	color: #fff
}

.account-btn svg {
	width: 23px;
    height: 23px;
    fill: #fff
}

.header-main .logged-in {
	position: relative;
	z-index: 999;
	cursor: pointer
}

.header-main .state-part {
	display: flex;
    padding: 8px 0
}

.header-main .state-part a {
	display: inline-flex;
	align-items: center;
	color: #576574
}

.header-main .state-part img {
	width: 44px;
	height: 44px;
    border-radius: 45px
}

.header-main .state-part .arrow-down {
	width: 16px;
    height: 13px;
    margin-right: 10px;
    margin-top: -5px
}

.header-main .state-part .user-logo {
	background-color: #dfe6e9;
    margin: 0;
    margin-left: 15px;
	padding: 2px;
    border-radius: 46px
}

.header-main .state-part .user-logo svg {
	width: 45px;
    height: 45px;
    padding: 9px;
    background: #fff;
    border-radius: 45px;
    fill: #778ca3
}

.header-main .state-part .user-name {
	font-size: 15px
}

.header-main .logged-in:not(:hover) .hover-part {
	opacity: 0;
	visibility: hidden
}

.header-main .hover-part {
	display: block;
	position: absolute;
    width: 250px;
	height: auto;
	background: #ffffff;
	top: 40px;
    left: -33px;
    margin-top: 45px;
	padding: 15px 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: .3s;
    -webkit-transition: .3s
}

.header-main .hover-part:before {
	content: "";
    display: block;
    position: absolute;
	height: 30px;
	right: 0;
    bottom: 100%;
    left: 0;
}

.header-main .hover-part a {
	display: block;
    width: 100%;
    height: 40px;
	background-color: #fff;
	color: #778ca3;
	padding: 0 15px;
    line-height: 40px;
	transition: .3s;
    -webkit-transition: .3s
}

.header-main .hover-part a:hover {
	background-color: rgba(116, 185, 255, 0.08);
	color: #0984e3
}

.header-main .hover-part hr {
	border-bottom-width: 0;
    border-color: #000;
    margin: 10px 0;
    opacity: .15
}

.header-main .hover-part svg {
	width: 22px;
    height: 22px
}

.d-icons {
	fill: #778ca3
}

.header-main .hover-part a:hover .d-icons {
	fill: #0984e3
}

.header-main .hover-part span {
	margin-right: 10px
}

.header-nav {
	position: relative
}
.responsive-menu {
	display: none;
	width: 60px;
	height: 60px;
	justify-content: center;
}

.responsive-menu svg {
	width: 40px;
    height: 40px;
    margin: 10px 0;
    fill: #636e72
}

.avtive {
	display: block !important
}

.responsive-logo {
	display: none
}

.responsive-logo img {
	width: 100%;
	max-width: 180px;
	height: auto
}

.menu-close {
	width: 85%;
    height: 50px;
    background-color: #74b9ff;
    font-size: 15px;
    line-height: 10px;
    color: #fff;
    border: none;
    padding: 13px 28px 13px 30px;
    border-radius: 4px;
    box-shadow: 0 0 10px #74b9ff;
    cursor: pointer
}

.header-nav .bottom-part {
	display: none
}

.header-nav ul {
	display: inline-flex;
	list-style: none;
    padding: 0;
    margin: 0
}

.header-nav ul li {
	margin-left: 20px;
    font-size: 15px
}

.header-nav ul li a {
	display: flex;
	color: #636e72;
    padding: 20px 0;
	transition: .3s;
    -webkit-transition: .3s
}

.header-nav ul li a:hover {
	color: #0984e3
}

/* - - - Header Part - End - - - */



/* - - - News Part - Start - - - */

.blog-section {
	padding-top: 45px;
}
.blog-header {
	display: inline-flex;
	justify-content: space-between
}

.blog-header .right-part {
	display: inline-flex;
    font-size: 16px
}

.blog-header .icon {
	display: flex;
    align-items: center;
    fill: #0984e3
}

.blog-header span {
	line-height: 58px;
    margin-right: 15px
}

.blog-header .icon	svg {
	width: 30px;
	height: 30px
}

.blog-header .left-part {
	display: flex;
	align-items: center
}

.blog-header .left-part a {
	color: #95a5a6;
	padding: 8px 12px;
    border: 1px solid;
    border-radius: 6px;
	transition: .3s;
	-webkit-transition: .3s
}

.blog-header .left-part a:hover {
	color: #0984e3
}

.blog-body {
    padding: 40px 0 10px
}

.posts-sample-1 {
	border-radius: 25px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px
}

.posts-sample-1 img {
	width: 100%;
	border-radius: 25px 25px 0 0
}

.posts-sample-1 .sm-content {
	padding: 15px;
    text-align: justify;
    line-height: 30px;
	border-bottom: 1px solid #d1d8e0
}

.posts-sample-1 .sm-content p {
	margin: 0
}

.posts-sample-1 .go-post {
	display: flex;
    justify-content: space-between;
	padding: 15px
}

.posts-sample-1 .go-post a {
	color: #6c5ce7;
    fill: #6c5ce7
}

.posts-sample-1 .go-post svg {
	width: 15px;
    height: 15px;
    margin-left: 5px
}

.posts-sample-1 .title {
	color: #0984e3;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px 5px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

/* - - - News Part - End - - - */

/* - - - Footer Part - Start - - - */

.main-footer {
	padding: 35px 0 20px;
	box-shadow: 0 10px 50px rgba(173,188,200,.22)
}

.main-footer>.container {
	min-height: 275px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d8e0
}

.main-footer .contact-us {
	display: flex;
    max-width: 380px;
    justify-content: space-between;
    padding: 25px 25px 20px;
    margin-right: auto;
    margin-left: auto;
	border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px
}

.copyright {
	display: flex;
    padding-top: 20px
}

.copyright .text {
	line-height: 28px
}

.copyright .text a {
	color: #6c5ce7;
	border-bottom: 1px dashed #6c5ce7;
	padding-bottom: 5px
}

.copyright svg {
	width:28px;
	height: 28px;
	margin-left: 15px;
	fill: #d1d8e0
}

.main-footer .links span, .main-footer .contact>span {
	font-weight: bold
}

.main-footer .contact>span {
	display: block;
	padding-bottom: 20px;
    border-bottom: 1px solid #d1d8e0
}

.main-footer .links ul {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 0;
	line-height: 35px
}

.main-footer .links ul li {
	width: 50%;
    list-style: none
}

.main-footer .links ul li a {
	color: #222f3e;
	transition: .3s;
	-webkit-transition: .3s
}

.main-footer .links ul li a:hover {
	color: #0984e3;
	padding-right: 10px
}

.main-footer .about {
	text-align: justify;
    line-height: 30px
}

.main-footer .about span{
	font-weight: bold
}

.main-footer .about p {
	color: #222f3e;
	margin: 0;
    padding: 10px 0
}

.main-footer .namad {
	display: grid;
    justify-content: center
}

.main-footer .namad img {
	width: 100px;
}

.main-footer .contact-info {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 35px;
    color: #222f3e
}

.main-footer .contact-info a {
	color: #222f3e
}

.main-footer .contact-info .number, .main-footer .contact-info .email {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
    justify-content: space-between;
}

.main-footer .contact-info .number {
	padding-bottom: 10px;
    border-bottom: 1px solid #d1d8e0
}

.main-footer .contact-info .number .name {
	font-weight: bold;
	color: #6c5ce7
}

.main-footer .contact-info .email {
	padding: 15px 0;
    border-bottom: 1px solid #d1d8e0;
}

.main-footer .contact-info .number .content {
	direction: ltr
}

.main-footer .contact-info .number b {
	font-size: 18px;
    color: #6c5ce7
}

.main-footer .follow {
	display: flex;
    flex-wrap: wrap;
	padding-top: 15px
}

.main-footer .follow span {
	width: 100%
}

.main-footer .icons {
	display: inline-flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto
}

.main-footer .icons a {
	fill: #576574;
	transition: .3s;
	-webkit-transition: .3s
}

.main-footer .icons a:hover {
	fill: #0984e3;
	margin-top: -10px
}
.main-footer .icons a.enamad:hover{
	margin-top: 0;
}

.main-footer .follow svg {
	width:28px;
	height: 28px;
}

img.footer-enamad {
    position: relative;
    width: 90px !important;
    top: -28px;
}
/* - - - Footer Part - End - - - */

/* - - - Contact Us Part - Start - - - */
.contact-main {
	position: relative
}

.contact-page {
	display: block;
    width: 80%;
    padding: 20px 0;
    margin: 75px auto 110px;
    border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}

.contact-page .header {
	display: flex;
	align-items: center;
    padding: 0 35px 20px;
    border-bottom: 1px solid #d1d8e0
}

.contact-page .header svg {
	width: 45px;
	height: 45px
}

.contact-page .header h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
    margin-right: 25px
}

.contact-page .content {
	line-height: 40px;
    padding: 25px 35px;
    margin-bottom: 10px;
    text-align: justify
}

.contact-page .form-holder {
	padding: 0 100px
}

.contact-page .form {
	width: 100%;
    max-width: 1050px;
    padding: 25px 35px 30px;
    margin: 0 auto 45px;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}

.contact-page .form .form-title {
	display: flex;
	align-items: center;
	margin-bottom: 25px
}

.contact-page .form .form-title span {
    font-size: 16px
}

.contact-page .form .form-title svg {
	width: 35px;
	height: 35px;
    margin-left: 15px
}

.contact-page .contact-form {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
	justify-content: space-between
}

.contact-page .input-holder {
    display: inline-flex;
    width: 48.5%;
	margin-bottom: 30px
}

.contact-page .full-width {
	width: 100%
}

.contact-page .input-holder select, .contact-page .input-holder input {
	width: 100%;
    height: 50px;
	color: #2d3436;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #d1d8e0
}

.contact-page .input-holder textarea {
	width: 100%;
    min-height: 180px;
    color: #2d3436;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #d1d8e0
}

.contact-page .submit {
	width: 180px;
    height: 50px;
    border: none;
    color: #fff;
    border-radius: 8px;
    background-color: #74b9ff;
    box-shadow: 0 0 15px #74b9ff;
    -webkit-box-shadow: 0 0 10px #74b9ff
}

.contact-page .error {
	margin-bottom: 15px;
    line-height: 35px
}

.contact-page .error span {
	font-size: 16px;
    font-weight: bold;
    color: #ee5253;
    margin-left: 5px
}

.contact-page .success {
	margin-bottom: 15px;
    line-height: 35px
}

.contact-page .success span {
	font-size: 16px;
    font-weight: bold;
    color: #00b894;
    margin-left: 5px
}

.contact-page .faq {
	padding: 0 35px
}

.contact-page .faq .title {
	display: flex;
	align-items: center;
    padding: 20px 0 25px;
    border-bottom: 1px solid #d1d8e0
}

.contact-page .faq .title svg {
	width: 35px;
	height: 35px
}

.contact-page .faq .title span {
	font-size: 16px;
	line-height: 30px;
    margin-right: 18px
}

.contact-page .faq .questions-holder h3 {
	font-size: 16px;
	font-weight: bold;
    margin: 30px 5px 20px 0
}

.contact-page .faq .questions-holder p {
	background-color: #f6f6f8;
	line-height: 35px;
	padding: 20px;
    border-radius: 8px
}
/* - - - Contact Us Part - End - - - */

/* - - - Page File - Start */
.plate-main {
	position: relative;
    padding: 45px 0;
    margin-bottom: 25px
}

.plate-main .page-top {
	width: 85%;
    margin: 0 auto;
    padding: 15px 25px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.plate-main .page-top h1 {
	display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
    font-size: 16px;
    font-weight: bold
}

.plate-main .page-body {
	width: 85%;
    margin: 45px auto 0;
    padding: 35px 30px;
    line-height: 35px;
    text-align: justify;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.plate-main .page-body ul {
	display: flex;
    flex-direction: column;
    margin: 15px 0
}

.plate-main .page-body li {
	display: inline-flex;
	list-style: none
}

.plate-main .page-body li:before {
	content: '';
	display: block;
    height: 18px;
    width: 18px;
    background-image: url(assets/img/comments-list-style.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 10px
}
/* - - - Page File - End */

/* - - - Slider Part - Start - - - */
.main-slider {
	display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px
}

.swiper {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px
}
/* - - - Slider Part - End - - - */

/* - - - Single Page Part - Start - - - */
.single-page {
	padding: 45px 0;
	margin-bottom: 25px
}

.single-page .single-top {
	border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.single-page .single-top form,
.page-main .page-header form {
	display: flex;
    align-items: center;
    min-height: 70px;
    padding: 0 25px
}

.plate-main .page-top form {
	display: flex;
	align-items: center
}

.single-page .single-top input,
.page-main .page-header input,
.plate-main .page-top input {
	width: 100%;
    height: 45px;
    color: #576574 !important;
    padding-right: 42px;
    border-radius: 4px;
    border: none;
    border-right: 1px solid #d1d8e0;
    border-left: 1px solid #d1d8e0
}

.single-page .single-top form .icon,
.page-main .page-header form .icon,
.plate-main .page-top form .icon {
	display: flex;
	position: absolute;
    height: 42px;
    width: 42px;
    align-items: center;
    justify-content: center
}

.single-page .single-top form svg,
.page-main .page-header form svg,
.plate-main .page-top form svg {
	width: 20px;
	height: 20px;
	fill: #636e72
}

.single-page .breadcrumbs {
	padding: 25px
}

.single-page .breadcrumbs a {
	color: #535c68;
	transition: .3s;
	-webkit-transition: .3s
}

.single-page .breadcrumbs a:hover {
	color: #0984e3
}

.single-page .breadcrumbs svg {
	width: 10px;
    height: 10px;
    fill: #535c68;
    margin: 0 5px
}

.single-page .single-body {
	display: flex;
	margin-top: 55px;
}

.single-page .single-body .col-lg-8 {
	width: 68.666667%
}

.single-page .single-body .col-lg-2 {
	width: 15.666667%
}

.single-page .single-body .single-thumbnail figure {
	width: 100%;
    height: auto;
	margin: 0;
	text-align: center
}

.single-page .single-body .single-thumbnail img {
	width: 100%;
    height: auto;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.single-page .body-holder {
	padding: 0 45px
}

.single-state-wrapper {
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 35px 25px;
	margin: 35px 0
}

.single-state-wrapper .state-holder {
	display: flex;
	font-size: 13px;
    padding: 25px 20px;
	justify-content: space-between;
	align-items: center;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.single-state-wrapper span:nth-of-type(1) {
	font-weight: bold
}

.single-state-wrapper span svg {
	width: 25px;
    height: 25px;
    margin-left: 5px
}

.single-page .body-holder .single-header {
	display: inline-flex;
    width: 100%;
	justify-content: space-between;
	color: #34495e;
	align-items: center;
    padding-bottom: 20px;
	border-bottom: 1px solid #d1d8e0
}

.single-page .body-holder .single-header h1 {
	width: 80%;
	font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0
}

.single-page .body-holder .single-header a {
	color: #95a5a6;
	margin: 1px 0 0;
    padding: 4px 12px;
    border: 1px solid;
    border-radius: 6px;
    transition: .3s;
    -webkit-transition: .3s
}

.single-page .body-holder .single-header a:hover {
	color: #0984e3
}

.single-page .body-holder .single-main {
	padding: 25px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.single-page .body-holder .single-content {
	text-align: justify;
	line-height: 45px;
	padding-top: 20px
}

.single-page .body-holder .single-content h3 {
    font-size: 22px;
	margin: 15px 0
}

.single-page .body-holder .single-content p {
	margin: 0
}

.single-page .body-holder .single-content ul {
	padding: 0 20px;
    margin: 15px 0
}

.single-page .body-holder .single-content li {
	background: url(assets/img/list-style.png) no-repeat;
    background-position: right;
	padding-right: 25px;
	list-style: none
}

.single-page .share-post {
	display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 45px
}

.single-page .share-post ul {
	padding: 0;
	margin: 0
}

.single-page .share-post ul li {
	display: flex;
	list-style: none
}

.single-page .share-post a {
	display: block;
	background-color: #f5f6fa;
    padding: 12px;
	margin-bottom: 20px;
    border-radius: 4px
}

.single-page .share-post svg {
	width: 20px;
	height: 20px;
	transition: .3s;
	-webkit-transition: .3s
}

.share-post .facebook a, .share-post .telegram a, .share-post .twitter a, .share-post .whatsapp a, .share-post .linkedin a {
	fill: #b2bec3
}

.share-post .facebook a:hover {
	fill: #0984e3
}

.share-post .telegram a:hover, .share-post .twitter a:hover {
	fill: #74b9ff
}

.share-post .whatsapp a:hover {
	fill: #00b894
}

.share-post .linkedin a:hover {
	fill: #3498db
}

.single-page .single-tags {
	padding: 25px;
	margin-top: 35px;
	border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.single-page .single-tags .tg-header {
	display: inline-flex;
    width: 100%;
	align-items: center;
    padding-bottom: 15px;
    font-size: 15px;
	font-weight: bold;
    border-bottom: 1px solid #d1d8e0
}

.single-page .single-tags .tg-header svg {
	width: 30px;
	height: 30px;
	margin-left: 10px
}

.single-page .single-tags .tg-content span {
	display: block;
    padding-top: 15px
}

.single-page .single-tags .tg-content a {
	display: inline-block;
    background-color: #f5f6fa;
	color: #636e72;
    padding: 5px 12px;
	margin: 15px 0 0 12px;
    border-radius: 2px;
	transition: .3s;
	-webkit-transition: .3s
}

.single-page .single-tags .tg-content a:hover {
	background-color: #dfe6e9
}

.single-page .single-tags .tg-content {
	text-align: justify
}

.single-page .send-comment {
	padding: 25px;
    margin-top: 35px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.single-page .send-comment .logged-in {
	display: block;
	margin: 2px 0 12px
}

.single-page .send-comment .logged-in b {
	color: #6c5ce7;
    padding-bottom: 1px;
    margin: 0 3px;
    border-bottom: 1px dashed #6c5ce7
}

.single-page .send-comment .protected {
	display: block;
	margin-top: 20px;
	margin-bottom: 0
}

.single-page .send-comment .comment-login {
	display: block;
	margin: 20px 0 0
}

.single-page .send-comment .header {
	display: inline-flex;
    width: 100%;
	padding-bottom: 15px;
    align-items: center;
    font-size: 15px;
	font-weight: bold;
    border-bottom: 1px solid #d1d8e0
}

.single-page .send-comment span {
	margin-bottom: 10px
}

.single-page .send-comment .header svg {
	width: 30px;
    height: 30px;
    margin-left: 10px
}

.single-page .send-comment .commentform {
	margin-top: 15px
}

.single-page .send-comment .top-part {
	display: flex;
    position: relative
}

.single-page .send-comment .top-part .right {
	width: 30%
}

.single-page .send-comment .top-part .right input {
	width: 100%;
    height: 32px;
    color: #576574;
    padding-right: 8px;
    border: 1px solid #d1d8e0;
    border-radius: 4px;
    margin-bottom: 20px
}

.single-page .send-comment .top-part .right input:nth-of-type(1) {
	margin-top: 5px
}

.single-page .send-comment .top-part .left {
	width: 70%;
    padding-right: 25px;
	font-size: 13px
}

.single-page .send-comment .top-part .left .rules {
	display: grid;
    grid-gap: 5px;
    margin: 0;
    padding: 0;
    line-height: 32px
}

.single-page .send-comment .top-part .left li {
	display: inline-flex;
	list-style: none
}

.single-page .send-comment .top-part .left li:before {
	content: '';
	display: block;
    height: 18px;
    width: 18px;
    background-image: url(assets/img/comments-list-style.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 10px
}

.single-page .send-comment .comments-text {
	margin-top: 5px
}

.single-page .send-comment .comments-text textarea {
	width: 100%;
    min-height: 200px;
    color: #576574;
    padding: 6px 8px;
    border: 1px solid #d1d8e0;
    border-radius: 4px
}

.single-page .send-comment .submit-btn input {
	width: 125px;
    height: 45px;
    background-color: #74b9ff;
    color: #fff;
    margin-top: 15px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 15px #74b9ff;
    -webkit-box-shadow: 0 0 10px #74b9ff
}

.single-comment {
    margin-top: 35px
}

.single-comment ol {
	list-style: none;
	padding: 0;
	margin-bottom: 0
}

.single-comment li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
    padding: 18px;
	margin-top: 30px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px
}

.single-comment .comment-author {
	display: flex;
    align-items: center;
    font-weight: bold;
	color: #00b894;
	cursor: pointer
}

.single-comment .comment-author a {
	color: #00b894
}

.single-comment .comment-author .fn {
	margin-left: 3px
}

.single-comment .comment-author img {
	width: 40px;
    margin-left: 15px;
    border-radius: 25px
}

.single-comment .comment-meta {
	display: flex;
    align-items: center;
    flex: 1 0 auto;
    justify-content: flex-end
}

.single-comment .comment-meta a, .single-comment .comment-meta a:hover{
	color: #34495e
}

.single-comment .comment-body {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.single-comment .comment-body p {
	width: 100%;
    text-align: justify;
    line-height: 28px;
    margin: 18px 0 12px
}

.single-comment .comment-body .reply {
	display: flex;
    flex: 1 0 auto;
    justify-content: flex-end
}

.single-comment .comment-body .reply a {
	display: flex;
    width: 70px;
    height: 35px;
    background-color: #74b9ff;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 8px 8px 8px 0;
	box-shadow: 0 0 6px #74b9ff;
	-webkit-box-shadow: 0 0 6px #74b9ff
}

.single-comment li .children {
	padding: 0 15px
}

.single-comment li .children li {
	padding: 18px 25px;
	margin-bottom: 15px
}

.single-comment .comment-alert {
	display: flex;
	background-color: #fdcb6e;
    align-items: center;
    padding: 20px 25px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 0 10px #fdcb6e;
    -webkit-box-shadow: 0 0 10px #fdcb6e
}

.single-comment .comment-alert svg {
	width: 30px;
    height: 30px;
    margin-left: 15px
}
/* - - - Single Page Part - End - - - */

.page-main {
	padding: 45px 0;
    margin-bottom: 65px
}

.page-header {
	border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.page-title {
	padding: 25px
}

.page-title span {
	font-weight: bold;
	margin-left: 5px;
	color: #2d3436
}

.page-body {
	margin-top: 45px;
}

.page-wrapper, .blog-wrapper {
	display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 45px 25px;
}

.page-body .no-wrapper {
	text-align: center;
	padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px
    
}

.page-body .no-wrapper img {
	width: 300px;
    height: auto;
	opacity: 95%
}

.page-body .no-wrapper span {
	display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 45px 0 15px;
    margin: 0;
	color: #34495e
}

/* - - - Blog Card Part - Start - - - */

.blog-card {
    padding-bottom: 20px;
	border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px
}

.blog-card .card-header figure {
	position: relative;
	margin: 0
}
.blog-card .card-header figure:before {
	content: "";
	position: absolute;
    height: 15px;
    right: 0;
	bottom: -1px;
	left: -1px;
    background: url(assets/img/card-figure.svg) no-repeat bottom;
    background-size: 100%
}

.blog-card .card-header img {
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0
}

.blog-card .card-body {
	margin: 20px 0;
	padding: 0 20px;
}

.blog-card .card-body .title h2 {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

.blog-card .card-body .title a {
	color: #0984e3
}

.blog-card .card-body .content {
	text-align: justify;
    line-height: 35px
}

.blog-card .card-footer {
	display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 13px;
	color: #636e72;
    border-top: 1px solid #dfe6e9;
    padding: 20px 20px 0
}

.blog-card .card-footer a {
	color: #636e72
}

.blog-card .card-footer .read-more {
	width: 12px;
    height: 12px;
	fill: #636e72
}

.blog-card .card-footer .views {
	width: 16px;
    height: 16px;
	fill: #636e72
}

.blog-card .card-footer span img {
	margin-right: 6px
}
/* - - - Blog Card Part - End - - - */

/* - - - Match Registration - Start - - - */
.site-body>.wrapper>.match-register {
    margin: 50px 0 72px;
    padding: 10px 0;
}

.match-register .header,
.match-register .body {
	position: relative
}

.match-register .body .match-table {
	display: grid;
    width: 100%;
	font-size: 14px;
    padding: 20px 10px 0;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.match-register .body table thead {
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d8e0
}

.match-register .body table tbody {
	padding: 20px 0
}

.match-register .body table tbody .table-border {
	min-height: 1px;
    background-color: #d1d8e0;
    margin: 15px 0
}

.match-register .body table thead tr,
.match-register .body table tbody tr {
	display: flex
}

.match-register .body table tbody tr {
	min-height: 72px
}

.match-register .body table thead tr .col-lg-2 {
	display: flex;
    align-items: center;
    justify-content: center
}

.match-register .body table tbody tr .col-lg-2 {
	display: flex;
    align-items: center;
    justify-content: center;
	font-weight: normal
}

.match-register .body table tbody .register-btn {
	display: flex;
    width: 130px;
    height: 40px;
    background-color: #00B893;
    line-height: 22px;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 6px #00b894;
    -webkit-box-shadow: 0 0 6px #00b894
}

.match-register .body table tbody .no-match {
	display: flex;
    width: 100%;
    grid-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 25px
}

.match-register .body table tbody .no-match svg {
	width: 180px;
    height: 150px;
    fill: #ff7675
}

.match-register .header .attention {
	display: flex;
    background-color: #fdcb6e;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 35px;
    border-radius: 6px;
    box-shadow: 0 0 10px #fdcb6e;
    -webkit-box-shadow: 0 0 10px #fdcb6e
}

.match-register .header .attention svg {
	width: 32px;
    height: 32px;
    opacity: 75%;
    margin-left: 15px
}

.match-register .header .view-match {
	display: flex;
    background-color: #7ed6df;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 40px;
    border-radius: 6px;
    box-shadow: 0 0 10px #7ed6df;
    -webkit-box-shadow: 0 0 10px #7ed6df
}

.match-register .header .view-match svg {
	width: 32px;
    height: 32px;
    opacity: 75%;
    margin-left: 15px
}

.match-register .match-form {
	display: flex;
	flex-direction: column;
    width: 85%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.match-register .match-form .header {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #fdcb6e
}

.match-register .match-form .header h1 {
	font-size: 16px;
    font-weight: bold;
    margin: 0
}

.match-register .match-form .header a {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid
}

.match-register .match-form .error {
	display: flex;
    align-items: center;
    padding: 20px 30px;
    margin: 20px 0 10px;
    border-top: 1px solid #dfe6e9;
    border-bottom: 1px solid #dfe6e9
}

.match-register .match-form .error span:nth-of-type(1) {
	font-weight: bold;
	color: #d63031;
	margin-left: 8px
}

.match-register .match-form .body {
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 45px 25px;
    margin: 25px 0 10px
}

.match-register .match-form .body .title {
	padding-bottom: 10px;
	margin-bottom: 20px;
    border-bottom: 1px solid #dfe6e9
}

.match-register .match-form .body .m-info,
.match-register .match-form .body .u-info {
	display: flex;
    flex-direction: column;
    line-height: 45px
}

.match-register .match-form .body .m-info b,
.match-register .match-form .body .u-info b {
	display: inline-flex;
    width: 100px
}

.match-register .match-form .attention {
	display: flex;
    background-color: #00B893;
	justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    margin: 30px 0 10px;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 6px #00B893;
    -webkit-box-shadow: 0 0 6px #00B893
}

.match-register .match-form .attention svg {
	width: 32px;
    height: 32px;
    fill: #fff;
    opacity: 90%;
    margin-left: 15px
}

.match-register .match-form .attention .left a {
	display: flex;
    padding: 6px 12px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff
}

.match-register .match-form .body .user-info,
.match-register .match-form .body .match-info {
	display: flex;
    flex-direction: column;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.match-register .match-form .city-sel {
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 45px 25px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin: 30px 0 15px;
    border-top: 1px solid #dfe6e9;
    border-bottom: 1px solid #dfe6e9
}

.match-register .match-form .sel-holder {
	display: flex;
	width: 90%;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

.match-register .match-form .sel-holder select,
.match-register .match-form .sel-holder input {
	    width: 100%;
    max-width: 280px;
    height: 45px;
    color: #2d3436;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #d1d8e0
}

.match-register .match-form .payment {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px
}

.match-register .match-form .payment button {
	display: flex;
    width: 155px;
    height: 45px;
    background-color: #74b9ff;
    color: #fff;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 15px #74b9ff;
    -webkit-box-shadow: 0 0 10px #74b9ff
}

.match-register .match-form .match-price {
	font-weight: bold
}

.match-register .match-form .match-price span:nth-of-type(1) {
	margin-left: 10px
}

.match-register .match-form .match-price span:nth-of-type(2) {
	color: #d63031
}

.match-register .match-form .no-access {
	display: flex;
    background-color: #ff7675;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    margin: 0px 0 15px;
    color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 6px #ff7675;
    -webkit-box-shadow: 0 0 6px #ff7675
}

.match-register .match-form .no-access svg {
	width: 32px;
    height: 32px;
    fill: #fff;
    opacity: 90%;
    margin-left: 15px
}

.match-register .match-form .no-access a {
	display: flex;
    padding: 6px 12px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff
}

.match-register .match-form .match-rules {
	display: flex;
    flex-direction: column;
    width: 90%;
    line-height: 40px;
    padding: 20px;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.match-register .match-form .match-rules li {
	display: flex;
	list-style: none;
	padding-right: 15px
}

.match-register .match-form .match-rules li:before {
	content: '';
	display: block;
    height: 18px;
    width: 18px;
    background-image: url(assets/img/comments-list-style.png);
	background-repeat: no-repeat;
	margin: 10px 0 0 10px
}

.match-register .match-form .why-not {
	display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    margin: 20px auto 0;
    border-top: 1px solid #dfe6e9;
    border-bottom: 1px solid #dfe6e9
}

.match-register .match-form .how-fix {
	display: flex;
    width: 90%;
    text-align: justify;
    line-height: 35px;
    font-size: 14px;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid #dfe6e9
}
/* - - - Match Registration - End - - - */

/* - - - Front Page Mid Part - Start - - - */
.front-mid {
	padding: 55px 0 10px
}

.front-mid .front-mid-wrapper {
	display: flex;
    grid-gap: 50px 25px
}

.front-mid .events, .front-mid .match-register {
	display: flex;
	flex-direction: column;
	width: 23.5%;
	height: 275px;
	padding: 20px 20px 27px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px
}

.front-mid .match-register {
	background-image: url(assets/img/math-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
	background-position-x: -5px;
    justify-content: center;
    align-items: center
}

.front-mid .match-register h2 {
	font-size: 20px;
    font-weight: bold;
	margin: 0
}

.front-mid .match-register span {
	margin: 30px 0
}

.front-mid .match-register a {
	display: flex;
    width: 80px;
    height: 35px;
	color: #2d3436;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 4px;
	transition: .3s;
	-webkit-transition: .3s
}

.front-mid .match-register a:hover {
	color: #eb4d4b
}

.front-mid .events .header {
	display: inline-flex;
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px solid #dfe6e9;
}

.front-mid .events .header svg {
	width: 26px;
	height: 26px;
	margin-left: 6px
}

.front-mid .events .header span {
	display: flex;
	align-items: center;
	margin-right: 6px
}

.front-mid .events .body {
	padding-top: 18px
}

.front-mid .events .body .no-event {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.front-mid .events .body .no-event svg {
	width: 64px;
	height: 64px;
	margin: 25px;
	opacity: 80%
}

.front-mid .events .events-holder {
	display: flex;
    justify-content: space-between;
	align-items: center;
	margin-top: 25px
}

.front-mid .events .events-holder:nth-of-type(1) {
	margin-top: 0
}

.front-mid .events .right {
	display: block;
	width: auto;
	max-width: 65%;
	text-align: right
}

.front-mid .events .left {
	display: block;
	width: auto;
	max-width: 35%;
	font-size: 13px;
	text-align: left
}

.front-mid .events .body, .front-mid .ranking .body {
	color: #34495e
}

.front-mid .ranking .no-ranking {
	display: flex;
    flex-direction: column;
    grid-gap: 20px 0;
	justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px
}

.front-mid .ranking .no-ranking svg {
	width: 72px;
    height: 72px;
    fill: #00b894;
    opacity: 80%
}

.front-mid .ranking .no-ranking span {
	font-weight: bold
}

.front-mid .ranking {
	display: flex;
    flex: 1 0 auto;
	height: 275px;
    padding: 20px 0 20px 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px
}

.front-mid .ranking .icon {
	display: flex;
    width: 35%;
    justify-content: center;
    align-items: center;
	opacity: 90%;
	border-left: 1px solid #dfe6e9
}

.front-mid .ranking .content {
	display: flex;
	flex-direction: column;
    flex: 1 0 auto;
    padding-right: 30px
}

.front-mid .ranking .content .header {
	display: flex;
    flex: 1 0 auto;
    max-height: 38px;
    justify-content: space-between;
    font-weight: bold;
    padding: 2px 0 16px;
    border-bottom: 1px solid #dfe6e9
}

.front-mid .ranking .content .body {
	padding-top: 18px
}

.front-mid .ranking .content .ranking-holder {
	display: flex;
    flex-direction: row;
	margin-top: 25px
}

.front-mid .ranking .content .ranking-holder:nth-of-type(1) {
	margin-top: 0
}

.front-mid .ranking .right, .front-mid .ranking .mid {
	display: block;
	width: 40%;
	text-align: right
}

.front-mid .ranking .left {
	width: 20%;
	text-align: left
}
/* - - - Front Page Mid Part - End - - - */

/* - - - Front Page Together Part - Start - - - */
.together {
	position: relative;
	padding-top: 45px
}

.together-wrapper {
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 45px 25px;
}

.together .social, .together .with-you {
	width: 100%;
    height: 220px;
	padding: 35px 35px 15px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px
}

.together .with-you {
	display: flex
}

.together .with-you .icon {
	width: 26%
}

.together .with-you .icon svg {
	width: 150px;
    height: 150px
}

.together .with-you .content {
	display: grid;
	width: 74%;
	margin-top: 6px;
    padding-right: 30px
}

.together .with-you .content h3 {
	color: #2d3436;
    font-size: 18px;
    font-weight: bold
}

.together .with-you .content svg {
	width: 24px;
    height: 24px;
    margin-left: 10px;
	opacity: 80%
}

.together .with-you .ticket-btn {
	display: flex;
    position: absolute;
    left: 35px
}
.together .with-you .ticket-btn a {
	display: flex;
    width: auto;
    height: 42px;
    background-color: #74b9ff;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0 0 10px #74b9ff;
    cursor: pointer;
}

.together .social>h3 {
	color: #2d3436;
	margin: 0;
    font-size: 20px;
    font-weight: bold
}

.together .social>span {
	display: block;
    font-size: 15px;
    color: #636e72;
    margin-top: 20px
}

.together .front-social {
	display: flex;
    justify-content: space-between;
    padding-top: 35px
}

.together .front-social h3 {
	color: #00b894;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 0
}

.together .front-social ul {
	display: flex;
    justify-content: center;
	padding: 0;
    margin: 0
}

.together .front-social ul li {
	list-style: none;
	margin-left: 15px
}

.together .front-social svg {
	width: 25px;
    height: 25px;
	fill: #fff
}

.together .front-social a {
	display: flex;
    padding: 10px;
	color: #fff;
    border-radius: 30px;
	white-space:nowrap
}

.front-follow {
	display: flex;
	width: 0;
	font-weight: bold;
    align-items: center;
	overflow: hidden;
    transition: all .3s
}

.together .front-social a:hover .front-follow  {
	display: flex;
    width: 90px;
    align-items: center;
	overflow: hidden
}

.follow-svg {
	width: 13px !important;
	margin-left: 10px
}

.together .front-social .telegram a {
	background-color: #18dcff
}

.together .front-social .aparat a {
	background-color: #ee5253
}

.together .front-social .twitter a {
	background-color: #4b7bec
}

.together .front-social .instagram  a{
	background-color: #ff6b6b
}

/* - - - Front Page Together Part - End - - - */

/* - - - User Panel - Start - - - */
.user-panel {
	margin: 60px 0 72px;
    padding: 10px 0
}

.user-panel .sidebar {
	display: grid;
	border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 6px
}

.user-panel .sidebar ul {
	padding: 15px 0;
    margin: 0;
    list-style: none;
    line-height: 50px
}

.user-panel .sidebar ul li {
	padding: 0 10px
}

.user-panel .sidebar ul li a {
	display: block;
    padding: 0 15px;
    margin-top: 5px;
    border-radius: 4px;
    transition: .3s;
    -webkit-transition: .3s;
}

.user-panel .sidebar ul li button {
	display: block;
    width: 100%;
	background: transparent;
    text-align: right;
    padding: 0 15px;
    margin-top: 5px;
    border-radius: 4px;
	border: none;
    transition: .3s;
    -webkit-transition: .3s
}

.user-panel .sidebar ul li button:hover {
	background-color: #f1f1f1
}

.user-panel .sidebar ul li a:hover {
	background-color: #f1f1f1
}

.user-panel .sidebar ul li svg {
	width: 24px;
    height: 24px;
    margin-left: 10px;
    fill: #636e72
}
.user-panel .sidebar ul li span {
	color: #636e72
}

.user-panel .dashboard {
    padding: 15px 30px;
	border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 8px
}

.user-panel .dashboard .header h2 {
	font-size: 20px;
    font-weight: bold;
    padding: 15px 0 25px;
    margin: 0;
    color: #576574;
    border-bottom: 1px solid #dfe6e9
}

.user-panel .dashboard form {
	display: grid;
    margin: 10px 0 15px
}

.user-panel .dashboard .field-holder {
	display: flex;
    margin-top: 25px;
    align-items: center
}

.user-panel .dashboard .user-field input {
	background-color: #d2dae2;
    color: #576574
}

.user-panel .dashboard .field-holder label {
	width: 150px;
	line-height: 35px
}

.user-panel .dashboard .field-holder span {
	font-size: 12px;
	margin-right: 10px
}

.user-panel .dashboard .submit {
	margin-top: 10px;
    width: 150px !important;
    height: 50px !important;
    color: #fff !important;
    background-color: #74b9ff;
    box-shadow: 0 0 15px #74b9ff;
    -webkit-box-shadow: 0 0 10px #74b9ff
}

.user-panel .dashboard .submit-field {
	justify-content: left
}

.user-panel .dashboard .field-holder input, .user-panel .dashboard .field-holder select {
	width: 100%;
    max-width: 350px;
    height: 45px;
    color: #2d3436;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #d1d8e0
}

.user-panel .dashboard .birthdate {
	display: flex;
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
	direction: ltr
}

.user-panel .dashboard .birthdate .year {
	width: 110px
}

.user-panel .dashboard .birthdate .month {
	width: 120px
}

.user-panel .dashboard .birthdate .day {
	width: 80px
}

.user-panel .dashboard .upload-field {
	display: flex;
    width: 40%;
	flex-wrap: wrap;
    justify-content: center
}

.user-panel .dashboard .upload-field .image {
	margin: 15px 0 0;
    max-width: 300px;
    max-height: 250px;
	opacity: 80%
}

.user-panel .dashboard .upload-field .allowed {
	width: 100%;
	max-height: 45px;
	background-color: #dfe6e9;
    text-align: center;
    margin: 15px 0 0;
    padding: 12px;
    border-radius: 4px;
}

.user-panel .dashboard .upload-field .upload {
	display: flex;
    width: 180px;
    justify-content: center;
    margin: 20px 0 0
}

.user-panel .dashboard .upload-holder {
	display: flex;
    justify-content: space-between;
    padding: 35px 45px;
    margin: 35px 0 0;
    border-top: 1px solid #d1d8e0;
    border-bottom: 1px solid #d1d8e0
}

.user-panel .dashboard .upload-holder .header {
	min-width: 180px;
	max-height: 50px;
	background-color: #74b9ff;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px
}

.user-panel .attention .content {
	display: flex;
	align-items: center;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 8px
}

.user-panel .attention .yellow {
	background-color: #fdcb6e;
	box-shadow: 0 0 10px #fdcb6e;
	-webkit-box-shadow: 0 0 10px #fdcb6e
}

.user-panel .attention .blue {
	background-color: #74b9ff;
	box-shadow: 0 0 10px #74b9ff;
	-webkit-box-shadow: 0 0 10px #74b9ff
}

.user-panel .attention .green {
	background-color: #1dd1a1;
	box-shadow: 0 0 10px #1dd1a1;
	-webkit-box-shadow: 0 0 10px #1dd1a1
}

.user-panel .attention .red {
	background-color: #ff7675;
	box-shadow: 0 0 10px #ff7675;
	-webkit-box-shadow: 0 0 10px #ff7675
}

.user-panel .attention svg {
	width: 30px;
    height: 30px;
    fill: #2d3436;
	opacity: 80%
}

.user-panel .attention span {
	margin-right: 10px;
	color: #2d3436
}

.user-panel .dashboard .error {
	margin-top: 15px
}

.user-panel .dashboard .error span:nth-of-type(1) {
	font-weight: bold;
    color: #ee5253
}

.user-panel .dashboard .error .etext {
	margin-right: 5px
}

.user-panel .dashboard .not-verified {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
    line-height: 35px
}

.user-panel .dashboard .not-verified svg {
	width: 200px;
    height: 150px;
    fill: #0984e3
}

.user-panel .dashboard .sh-wrapper {
	display: flex;
    justify-content: space-between;
    margin: 25px 0
}

.user-panel .dashboard .sh-wrapper .sh-field {
	display: flex;
	width: 245px;
	grid-gap: 10px 0;
    color: #fff;
    padding: 20px;
    border-radius: 4px
}

.user-panel .dashboard .sh-wrapper .sh-field .icon {
	display: flex;
    width: 45px;
    height: 100%
}

.user-panel .dashboard .sh-wrapper .sh-field svg {
	width: 45px;
	height: 45px
}

.user-panel .dashboard .sh-wrapper .sh-field .content {
	display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    margin-right: 10px;
    line-height: 30px
}

.user-panel .dashboard .sb-wrapper {
	display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    border-top: 1px solid #dfe6e9;
    border-bottom: 1px solid #dfe6e9
}

.user-panel .dashboard .sb-wrapper .sb-field {
	display: flex;
	width: 50%;
	margin-bottom: 25px
}

.user-panel .dashboard .sb-wrapper .sb-field span:nth-of-type(1) {
	margin-left: 10px;
	font-weight: bold
}

.user-panel .dashboard .sf-wrapper {
	display: flex;
    flex-direction: column;
    padding: 25px 0;
    border-bottom: 1px solid #dfe6e9
}

.user-panel .dashboard .sf-wrapper span {
	font-weight: bold;
	font-size: 16px
}

.user-panel .dashboard .sf-wrapper ul {
	line-height: 32px;
    margin: 15px 0 0
}

.user-panel .dashboard .sf-wrapper li {
	display: flex;
	list-style: none
}

.user-panel .dashboard .sf-wrapper li:before {
	content: '';
	display: block;
    height: 18px;
    width: 18px;
    background-image: url(assets/img/comments-list-style.png);
	background-repeat: no-repeat;
	margin: 5px 0 0 10px
}

.user-panel .dashboard .sp-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 15px
}

.user-panel .dashboard .sp-wrapper .price {
	font-weight: bold
}

.user-panel .dashboard .sp-wrapper .price span:nth-of-type(1) {
	margin-left: 10px
}

.user-panel .dashboard .sp-wrapper .price span:nth-of-type(2) {
	color: #d63031
}

.user-panel .dashboard .sp-wrapper .pay a {
	display: flex;
    width: 155px;
    height: 45px;
    background-color: #74b9ff;
    color: #fff;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 15px #74b9ff;
    -webkit-box-shadow: 0 0 10px #74b9ff
}

.user-panel .sp-wrapper .c-pay {
	display: inline-flex
}

.user-panel .sp-wrapper .c-pay b {
	color: #d63031;
    font-size: 16px
}	
/* - - - User Panel - End - - - */

/* - - - Responsive Part - Start - - - */

@media (max-width: 1470px) {
	.contact-page {
		width: 90% 
	}
	.contact-page .form-holder {
		padding: 0 70px
	}
}

@media (max-width: 1400px) {
	.main-footer>.container>.row>.col-lg-2 {
		width: 25%
	}
	.main-footer>.container>.row>.col-lg-3 {
		width: 33.33%
	}
	.main-footer>.container>.row>.col-lg-4 {
		width: 41.66666667%
	}
	.main-footer .contact-resp {
		width: 100% !important;
		padding: 25px 0 40px
	}
	.single-page .single-body .col-lg-8 {
		width: 72.666667%
	}
	.single-page .single-body .col-lg-2 {
		width: 13.666667%
	}
	.front-mid .ranking .icon {
		display: none
	}
	.front-mid .events, .front-mid .match-register {
		width: 25%
	}
}

@media (max-width: 1200px) {
	.contact-page {
		width: 95% 
	}
	.contact-page .form-holder {
		padding: 0 35px
	}
	.page-wrapper, .blog-wrapper {
		grid-template-columns: repeat(3, 1fr)
	}
	.together-wrapper {
		grid-template-columns: repeat(1, 1fr)
	}
	.about-wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
	.single-state-wrapper .state-holder:nth-of-type(3) {
		width: 100%;
		margin-bottom: 0
	}
	.single-page .single-body .col-lg-8 {
		width: 82.666667%
	}
	.single-page .single-body .col-lg-2 {
		width: 8.666667%
	}
	.single-state-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.single-state-wrapper .state-holder {
		width: 47%
	}
	.front-mid-wrapper {
		flex-direction: column
	}
	.front-mid .events, .front-mid .match-register {
		width: 100%;
		background-size: 940px 380px;
		background-position-x: 0
	}
	.user-panel .dashboard .field-holder span {
		display: none
	}
}

@media (min-width: 993px) {
	.header-main>.row>.col-auto:nth-of-type(1) {
		display: none
	}
}

@media (max-width: 992px) {
	.contact-page {
		width: 100% 
	}
	.contact-page .form-holder {
		padding: 0 25px
	}
	.main-footer>.container>.row:first-child {
		padding-top: 20px
	}
	.main-footer>.container>.row>.col-lg-2 {
		width: 100%;
		padding-top: 45px
	}
	.main-footer>.container>.row>.col-lg-3 {
		width: 100%;
		text-align: center
	}
	.main-footer>.container>.row>.col-lg-4 {
		width: 100%;
		padding-top: 45px
	}
	.main-footer .contact-resp .contact {
		padding: 0 12px
	}

	.main-footer .about-resp .about span {
		display: block;
		text-align: center
	}
	.page-wrapper, .blog-wrapper {
		grid-template-columns: repeat(2, 1fr)
	}
	.header-main>.row>.col-auto:nth-of-type(3) {
		display: none
	}
	.responsive-menu {
		display: flex
	}
	.header-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto
	}
	.header-nav {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 300px;
		background: #fff;
		z-index: 9;
		box-shadow: 5px 0 15px 5px rgba(0,0,0,.1);
		-webkit-box-shadow: 5px 0 15px 5px rgba(0,0,0,.1)
	}
	.header-nav .bottom-part {
		display: flex;
		justify-content: center;
		border-top: 1px solid #dfe6e9;
		padding-top: 20px
	}
	.header-nav ul {
		display: grid;
		padding-right: 25px
	}
	.responsive-logo {
		display: block;
		padding: 20px;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #dfe6e9
	}
	.single-page .send-comment .top-part .right {
		width: 100%
	}
	.single-page .send-comment .top-part .left {
		display: none
	}
	.single-page .single-top {
		padding: 15px 0
	}
	.single-page .breadcrumbs {
		padding: 15px 25px;
		line-height: 35px;
		text-align: justify
	}
	.user-panel .sidebar {
		margin-bottom: 30px
	}
	.plate-main .page-top h1 {
		justify-content: center;
		margin-top: 10px
	}
	.plate-main>.container>.page-top>.row>.col-lg-3 {
		margin-top: 25px;
		margin-bottom: 10px
	}
	.page-wrapper, .blog-wrapper {
		grid-gap: 45px 40px
	}
	.user-panel .dashboard .upload-field .allowed {
		max-height: 65px
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.user-panel>.container>.row>.col-lg-3 {
		width: 30%;
	}
	.user-panel>.container>.row>.col-lg-9 {
		width: 70%;
	}
	.user-panel .dashboard .upload-field .allowed {
		max-height: 60px
	}
}

@media (min-width: 768px) {
	.responsive-menu {
		background: transparent;
		border: none
	}
}

@media (max-width: 768px) {
	.contact-page .input-holder {
		width: 100%
	}
	.page-wrapper, .blog-wrapper {
		grid-template-columns: repeat(1, 1fr)
	}
	.header-top {
		display: none
	}
	.header-main .state-part .user-logo {
		margin-left: 0
	}
	.header-main .state-part .user-name {
		display: none
	}
	.header-main .state-part .arrow-down {
		display: none
	}
	.header-logo{
		padding: 5px 0
	}
	.header-logo img {
		max-height: 50px
	}
	.responsive-menu {
		width: 50px;
		height: 50px;
		background-color: #74b9ff;
		border: none;
		border-radius: 4px;
		margin-top: 5px;
		box-shadow: 0 0 10px #74b9ff;
		cursor: pointer
	}
	.responsive-menu svg {
		width: 30px;
		height: 30px;
		margin: 10px 0;
		fill: #fff
	}
	.account-btn a {
		width: 50px;
		padding: 10px
	}
	.account-btn svg {
		width: 28px;
		height: 28px
	}
	.account-btn span {
		display: none
	}
	.header-main>.row>.col-auto:nth-of-type(2) {
		flex: 1 0 0%;
	}
	.header-main>.row>.col {
		flex: 0 0 auto;
		width: auto
	}
	.about-wrapper {
		grid-template-columns: repeat(1, 1fr)
	}
	.together .front-social {
		justify-content: center
	}
	.together .front-social h3 {
		display: none
	}
	.single-page .single-body {
		margin-top: 45px
	}
	.single-page .single-body .col-lg-2 {
		display: none
	}
	.single-page .single-body .col-lg-8 {
		width: 100%
	}
	.single-page .body-holder {
		padding: 0
	}
	.single-state-wrapper .state-holder {
		width: 100%
	}
	.blog-card {
		max-width: 450px;
		margin: 0 auto
	}
	.blog-header .icon svg {
		width: 28px;
		height: 28px
	}
	.blog-header span {
		font-size: 14px;
		line-height: 35px
	}
	.blog-header .left-part a {
		padding: 7px 9px;
		font-size: 12px;
		border-radius: 4px
	}
}

@media (max-width: 576px) {
	.contact-page {
		margin: 45px auto 80px
	}
	.contact-page .header svg {
		width: 35px;
		height: 35px
	}
	.contact-page .header h2 {
		font-size: 16px
	}
	.contact-page .content {
		font-size: 13px;
		padding: 25px 25px 10px
	}
	.contact-page .form .form-title svg {
		width: 32px;
		height: 32px
	}
	.contact-page .form .form-title span {
		font-size: 14px
	}
	.contact-page .input-holder {
		margin-bottom: 25px
	}
	.contact-page .input-holder input {
		height: 45px
	}
	.contact-page .submit {
		width: 133px;
		height: 45px;
		font-size: 13px
	}
	.contact-page .form {
		padding: 25px 25px 30px;
		margin: 0 auto 35px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
		-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px
	}
	.contact-page .form .form-title {
		margin-bottom: 0;
		padding-bottom: 13px;
		border-bottom: 1px solid #d1d8e0
	}
	.contact-page .input-holder:nth-of-type(1) {
		padding-top: 18px
	}
	.contact-page .faq {
		padding: 0 25px
	}
	.contact-page .faq .questions-holder h3 {
		font-size: 14px
	}
	.contact-page .faq .questions-holder p {
		font-size: 13px;
		text-align: justify
	}
	.contact-page .success,
	.contact-page .error {
		margin-bottom: 0;
		text-align: justify;
		font-size: 13px
	}
	.contact-page .success span,
	.contact-page .error span {
		font-size: 15px
	}
	.copyright {
		font-size: 12px;
		text-align: justify;
		border-top: 1px solid #d1d8e0
	}
	.copyright .icon {
		display: flex;
		align-items: center
	}
	.main-footer {
		padding: 35px 10px 20px
	}
	.main-footer .contact-resp {
		padding-bottom: 10px
	}
	.main-footer .contact-info {
		padding-bottom: 10px
	}
	.main-footer .contact>span {
		display: none
	}
	.main-footer>.container {
		border-bottom: none
	}
	.main-footer .about p,
	.together .social>span {
		font-size: 13px
	}
	.together .with-you .icon {
		display: none
	}
	.together .with-you .content {
		width: 100%;
		padding-right: 0
	}
	.together .social,
	.together .with-you {
		padding: 35px 25px 15px
	}
	.together .social>h3,
	.together .with-you .content h3 {
		font-size: 16px
	}
	.header-nav {
		width: 240px
	}
	.header-nav ul li {
		font-size: 13px
	}
	.menu-close {
		height: 45px;
		font-size: 13px
	}
	.together .with-you .ticket-btn {
		left: 25px
	}
	.single-page .breadcrumbs {
		display: none
	}
	.single-page .single-top form {
		min-height: 45px
	}
	.single-page {
		padding: 35px 0;
		margin-bottom: 15px
	}
	.single-page .single-body {
		margin-top: 35px
	}
	.single-page .body-holder .single-header a {
		display: none
	}
	.single-page .body-holder .single-header h1 {
		width: 100%;
		font-size: 14px
	}
	.single-page .body-holder .single-content {
		font-size: 13px
	}
	.single-page .send-comment .submit-btn input {
		width: 110px;
		height: 40px;
		font-size: 13px;
		border-radius: 4px
	}
	.blog-header .icon svg {
		width: 24px;
		height: 24px
	}
	.blog-header span {
		line-height: 40px;
		font-size: 13px
	}
	.blog-header .left-part a {
		padding: 6px 8px;
		font-size: 12px;
		border-radius: 4px
	}
	.site-main>.container>.blog-section>.row {
		padding: 0 15px
	}
	.blog-card {
		max-width: 320px;
		margin: 0 auto
	}
	.site-main {
		margin: 45px 0 70px
	}
	.blog-card .card-body .title h2 {
		font-size: 15px
	}
	.blog-card .card-body .content {
		font-size: 13px
	}
}

/* - - - Responsive Part - End - - - */