@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Exo', sans-serif;
	overflow-x: hidden;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
option{
	color: #000;
}
select.form-control{
	-webkit-appearance:none !important;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
.custom-container {
	width: 1300px;
	margin: 0 auto
}
.red-border{
	border: 1px solid red !important;
}
/* CSS Document */

/* CSS Header & Slider */
.logo-wraper img{
	width: 220px;
}
.get-quote-button h3{
	color:#2fac66;
}
.header-main-wraper {
	position: relative
}
.slider-image-text-wraper {
	height: 100vh;
	background-size: cover !important
}
.header-wraper {
	position: absolute;
	z-index: 1000;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #18355c
}
.header-navigation-wraper {
}
.header-navigation-wraper ul {
	list-style: none;
	margin-top: 18px;
	/*margin-left: -52px;*/
}
.header-navigation-wraper ul li {
	display: inline-block;
	padding-right: 55px
}
.header-navigation-wraper ul li a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 500
}
.header-navigation-wraper ul li a:hover {
	color: #009ed4;
}
.search-header-wraper {
}
.search-header-wraper ul {
	list-style: none;
	text-align: right;
	margin-top: 8px
}
.search-header-wraper ul li {
	display: inline-block;
	padding-left: 20px;
}
.search-header-wraper ul li:nth-child(1) a {
	padding-right: 10px
}
.carousel-control {
	width: 6%;
	padding-top: 23%
}
.search-header-wraper ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding-right: 20px;
	font-weight: 500
}
.search-header-wraper ul li a:hover {
	color: #009ed4
}
.search-header-wraper ul li a img {
	margin-right: 10px;
}
.search-header-wraper ul li .form-group {
	position: relative;
	margin-bottom: 0
}
.search-header-wraper ul li .form-group button {
	position: absolute;
	color: #fff;
	background: none;
	border: none;
	outline: none;
	right: 13px;
	top: 11px;
	font-size: 11px;
}
.search-header-wraper ul li .form-group .form-control {
	height: 38px;
	border-radius: 30px;
	background: #262f3e !important;
	border: none;
	outline: none;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 40px;
	color: #fff
}
 .search-header-wraper ul li .form-group .form-control::-webkit-input-placeholder {
 color: #fff;
}
 .search-header-wraper ul li .form-group .form-control:-ms-input-placeholder {
 color: #fff;
}
 .search-header-wraper ul li .form-group .form-control::placeholder {
 color: #fff;
}
.slider-image-text-wraper {
}
.slider-image-text-wraper .container {
	width: 1550px
}
.slider-text-wraper {
	padding-top: 70%;
	z-index: 1111111
}
.slider-text-wraper h2 {
	font-size: 85px;
	color: #fff;
	font-weight: 700;
	line-height: 82px;
	margin-bottom: 10px;
}
.slider-text-wraper h2 span {
	color: #009ed4;
}
.slider-text-wraper p {
	font-size: 20px;
	font-weight: 200;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	padding-top: 15px
}
.slider-text-wraper .get-slider-button {
	margin-top: 40px
}
.slider-text-wraper .get-slider-button a {
	background: #2fac66;
	color: #fff;
	padding: 15px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.slider-text-wraper .get-slider-button a:hover {
	background: #009ed4
}
.palyer-image-wrp {
	position: absolute !important;
	z-index: 99;
	width: 1000px;
	top: 130px;
}
.mobile-images-wrp {
	position: absolute !important;
	z-index: 10000;
	width: 150px;
	top: 330px;
	display: none;
	margin-left: -44%;
}
img.show-phone2 {
	-webkit-animation: pahoo 8s infinite;
	animation: pahoo 8s infinite;
	position: absolute;
	top: -80px;
}
 @keyframes pahoo {
 0% {
 margin-top: 0;
}
 50% {
 margin-top: 50px;
}
 100% {
 margin-top: 0px;
}
}
@-webkit-keyframes pahoo {
 0% {
 margin-top: 0;
}
 50% {
 margin-top: 50px;
}
 100% {
 margin-top: 0px;
}
}
.slider-form-wraper {
	margin-top: 250px;
	background: #fff;
	padding: 32px;
	border-radius: 8px;
	width: 70%;
	float: right;
	position: relative;
	z-index: 10000
}
.slider-form-wraper h3 {
	color: #081325;
	font-weight: 600
}
.slider-form-wraper p {
	color: #727a87;
	font-size: 14px;
	padding: 10px 0
}
.slider-form-wraper .form-group {
	background: #e7effc;
	padding: 10px 15px;
	border-radius: 8px
}
.slider-form-wraper .form-group label {
	font-size: 11px;
	margin: 0;
	color: #263857;
}
.slider-form-wraper .form-group .form-control {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	height: 20px;
	font-size: 12px;
	color: #8995aa
}
.slider-form-wraper .form-group .form-control::-webkit-input-placeholder { /* Edge */
 color:#26344b;
}
 .slider-form-wraper .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#26344b;
}
 .slider-form-wraper .form-group .form-control::placeholder {
 color:#26344b;
}
.form-button-group {
	margin-top: 30px
}
.form-button-group .form-button-control {
	background: #2fac66;
	color: #fff;
	padding: 12px 30px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	outline: none;
	font-size: 12px
}
.form-button-group .form-button-control:hover {
	background: #009ed4;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 260px;
	height: 100vh;
	padding: 65px 0 0 0;
	background: #11203c;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 40px;
	font-family: 'Roboto', sans-serif;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: fixed;
	display: block;
	top: 28px;
	right: 26px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 2px;
	background: #009ed4;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 260px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 56px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 56px;
	top: 40px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.drawer-menu ul {
	list-style: none;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}
.inner-header-main-wraper {
	background: #fff;
	padding: 8px 0;
	position: relative
}
.inner-header-main-wraper .header-navigation-wraper ul li a {
	color: #081325;
}
.inner-header-main-wraper .search-header-wraper ul li a {
	color: #081325;
}
.inner-header-main-wraper .header-navigation-wraper ul li a {
	font-weight: 600;
}
/* CSS Header & Slider */

/* CSS content */

.how-it-work-wraper {
	padding: 80px 0 0 0;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover !important
}
.how-it-work-wraper h1 {
	color: #081325;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px
}
.how-it-work-wraper .nav-tabs {
	text-align: center;
	margin-top: 60px;
	border: none;
	margin-bottom: 45px;
	position: relative
}
.how-it-work-wraper .nav-tabs:before {
	background: url(../images/border.png) no-repeat top;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 75px;
}
.how-it-work-wraper .nav-tabs>li {
	float: none;
	border: none !important;
	display: inline-block;
}
.how-it-work-wraper .nav-tabs>li a {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: none !important;
	background: #fff;
	margin: 0 90px;
	padding-top: 47px;
	box-shadow: 0px 7px 18px -2px #c6ddf2;
	margin-bottom: 25px
}
.how-it-work-wraper .nav-tabs>li span {
	color: #081325;
	font-size: 14px;
	font-weight: 700
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #11203c;
	box-shadow: none;
	color:#fff !important
}
.nav-tabs>li.active>span {
	color: #2fac66;
}
.how-it-work-wraper .tab-content {
	background: #fff;
	border: 1px solid #009ed4;
	border-radius: 6px;
	padding: 55px 35px;
	box-shadow: 0 -6px 22px -12px #515b64;
	position: relative;
}
.howitwork-tab-icon {
	text-align: right;
}
.howitwork-tab-text {
}
.howitwork-tab-text h3 {
	font-size: 22px;
	font-weight: bold;
	color: #081325;
	margin-bottom: 10px
}
.howitwork-tab-text p {
	font-size: 16px;
	color: #727a87;
	font-family: 'Roboto', sans-serif;
	padding-right: 100px;
	line-height: 26px
}
.recently-joined-wraper {
	background: url(../images/recently-joined.jpg) no-repeat top;
	padding: 180px 0 50px 0;
	margin-top: -120px;
	background-size: cover !important;
}
.recently-joined-wraper h2 {
	text-align: center;
	font-size: 32px;
	color: #fff;
	margin-bottom: 60px
}
.recently-joined-listing {
	overflow: hidden
}
.recently-joined-listing a {
	display: block;
	text-decoration: none;
	padding-right: 5px;
	text-decoration: none;
}
.recently-joined-image {
	height: 250px;
	border-radius: 8px;
	background-size: cover !important;
	border: 2px solid #fff;
}
.recently-joined-listing:hover .recently-joined-image {
	border: 2px solid #009ed4;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.recently-image-text {
	text-align: center;
	padding-top: 20px
}
.recently-image-text h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 3px
}
.recently-image-text p {
	color: #2fac66;
	font-size: 16px;
}
.owl-carousel .owl-stage-outer {
	border-bottom: 1px solid #18355c;
	padding-bottom: 50px
}
.get-quote-button {
    background: url(../images/callaction-bg.jpg) no-repeat top;
    padding: 40px 0;
    background-size: cover;
}
.get-quote-button h3 {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	padding-left: 10px
}
.get-quote-btn {
	text-align: right;
	padding-top: 6px;
	padding-right: 10px
}
.get-quote-btn a {
	background: #009ed4;
	color: #fff;
	padding: 15px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.get-quote-btn a:hover {
	background: #009ed4
}
.owl-nav {
	position: absolute;
	top: 108px;
	width: 100%;
}
.owl-nav .owl-prev {
	left: -75px !important;
	position: absolute;
	outline: none;
}
.owl-nav .owl-next {
	right: -75px !important;
	position: absolute;
	outline: none;
}
.owl-nav i {
	font-size: 20px;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #304a76;
	padding-top: 12px;
	color: #fff;
}
.owl-dots {
	display: none;
}
.one-platform-wraper {
	background: url(../images/bg-new.jpg) no-repeat top;
	padding: 80px 0;
	background-size: cover;
}
.one-platform-wraper h2 {
	color: #081325;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px;
	text-align: center
}
.platform-text-wraper {
}
.platform-text-wraper h3 {
	font-size: 28px;
	color: #081325;
	margin-bottom: 8px;
	font-weight: 600;
}
.platform-text-wraper h4 {
	font-size: 19px;
	font-weight: 300;
	margin-bottom: 25px;
}
.platform-text-wraper ul {
	list-style: none;
}
.platform-text-wraper ul li {
	margin-bottom: 30px
}
.platform-text-wraper ul li .icon-platform {
	width: 70px;
	height: 70px;
	background: #ffffff;
	border: 2px solid #009ed4;
	border-radius: 50%;
	text-align: center;
	padding-top: 16px
}
.platform-text-wraper ul li:hover .icon-platform {
	background: #11203c;
	border: 2px solid #11203c;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.text-platform-listing {
}
.text-platform-listing h5 {
	font-size: 20px;
	color: #081325;
	margin-top: 14px;
	font-weight: 600;
	margin-bottom: 2px;
}
.text-platform-listing p {
	color: #949ba9;
}
.platform-image {
	position: absolute;
	width: 615px;
	text-align: center
}
.contine-button-wraper {
	text-align: center;
	margin-top: 60px
}
.contine-button-wraper a {
	background: #2fac66;
	color: #fff;
	padding: 15px 60px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.contine-button-wraper a:hover {
	background: #009ed4;
	box-shadow: none;
}
.client-testomonial-wraper {
	padding: 60px 0;
	background:#f5f5f5;
}
.client-testomonial-wraper h2 {
	color: #081325 !important;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px;
}
.client-testomonial-wraper {
}
.client-testomonial-wraper ul {
	list-style: none;
}
.client-testomonial-wraper ul li {
}
.client-testomonial-wraper ul li .lsiting-testimonial-wrp {
	background: #fff;
	padding: 35px;
	box-shadow: 0px 0px 10px 1px #e6e6e6;
	border-radius: 8px;
}
.client-testomonial-wraper ul li:hover .lsiting-testimonial-wrp {
	box-shadow: 0px 0px 150px 1px #e6e6e6;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.lsiting-testimonial-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.listing-testimonail-text {
	margin-top: 20px;
}
.listing-testimonail-text h3 {
	font-size: 18px;
	color: #081325;
	margin-bottom: 14px
}
.listing-testimonail-text p {
	color: #949ba9;
	line-height: 24px
}
.calltoaction-wraper {
	background: url(../images/callaction-bg.jpg) no-repeat top;
	padding: 40px 0;
	background-size: cover
}
.inner-main-header-wraper {
	position:relative;
    background: #1d1a37;
}
.player-index-add-btn{
	background-color: #9c27b0 !important;
    color: #FFFFFF !important;
	    padding: 5px 20px !important;
    font-size: 11px !important;
	display:inline-block !important;
	margin-bottom:15px !important;
	border-radius:30px !important;
	text-decoration:none !important
}
.player-index-remove-btn{
    color: #FFFFFF !important;
    font-size: 16px !important;
	text-decoration:none !important;
	margin-top: 10px !important;
	
}
.calltoaction-wraper h2 {
	color: #fff;
	font-size: 28px;
	line-height: 40px
}
.content-wraper{
	overflow:hidden;
}
.calltoaction-wraper .callaction-button {
	margin-top: 30px;
	text-align: center
}
.calltoaction-wraper .callaction-button a {
	background: #009ed4;
	color: #fff;
	padding: 15px 50px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
}
.inner-slider-wraper {
	background: url(../images/inner-slider-image.jpg) no-repeat bottom;
	height: 350px;
	background-size: cover
}
.inner-slider-wraper h1 {
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	margin-top: 220px;
	margin-bottom: 16px;
}
.inner-slider-wraper h1 span {
	color: #009ed4;
}
.breadcrims-wrp {
	color: #fff
}
.breadcrims-wrp span {
	margin: 0 10px;
}
.breadcrims-wrp a {
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
.contact-main-wraper {
}
.contact-address-info {
	padding: 80px 0;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover
}
.contact-address-info ul {
	list-style: none;
}
.contact-address-info ul li {
}
.contact-address-info ul li .listing-contact-address {
	background: #fff;
	border: 1px solid #009ed4;
	border-radius: 6px;
	padding: 38px 35px;
	box-shadow: 0 0px 22px -12px #515b64;
	position: relative;
	text-align: center
}
.listing-contact-address{
	height:250px;
}
.contact-address-info ul li:hover .listing-contact-address {
	box-shadow: 0 -6px 52px -12px #515b64;
}
.contact-address-info ul li .listing-contact-address span {
	display: block;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	padding-top: 25px;
	background: #daf5ff;
	margin-right: 15px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.listing-contact-address .list-text-detail-adress {
}
.listing-contact-address .list-text-detail-adress h2 {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
}
.listing-contact-address .list-text-detail-adress p {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.leave-us-message-wraper {
	background:#fff;
	padding: 80px 0 80px 0;
	background-size: cover !important;
}

.leave-us-message-wraper h1 {
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-bottom: 45px;
	font-size: 30px
}
.leave-us-message-wraper form {
}
.leave-us-message-wraper form .form-group {
}
.leave-us-message-wraper form .form-group .form-control {
	box-shadow: none;
	outline: none;
	box-shadow: none;
	height: 55px;
	background: #fff;
	border: none;
	padding-left: 20px;
	border-radius: 8px;
	color: #000;
	box-shadow: 0 -6px 22px -12px #515b64;
	border: 1px solid #009ed4;
}
.leave-us-message-wraper form .form-group .form-control::-webkit-input-placeholder { /* Edge */
  color:  #000;
}

.leave-us-message-wraper form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.leave-us-message-wraper form .form-group .form-control::placeholder {
  color:  #000;
}
.contact-wraper-button {
	text-align: center;
}
.contact-wraper-button {
	margin-top: 15px;
}
.contact-wraper-button button {
	background: #2fac66;
    height: 55px;
    border: none;
    outline: none;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}
.contact-wraper-button button:hover {
	background: #009ed4
}
.our-history-wraper {
	padding:60px 0;
	background:#fff;
}
.our-history-wraper {
}
.inner-about-text-wrp {
	margin-top: 30px;
}
.inner-about-text-wrp h2 {
	color: #081325;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 28px;
}
.inner-about-text-wrp p {
	font-size: 14px;
	color: #727a87;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.inner-about-button {
	margin-top: 50px
}
.inner-about-button a {
	background: #2fac66;
	color: #fff;
	padding: 15px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.inner-about-button a:hover {
	background: #009ed4;
}
.inner-recently-joined-wraper {
	margin-top: 0;
	padding: 80px 0
}
.inner-about-slider-wraper {
	background: url(../images/inner-slider-image1.jpg) no-repeat top;
}
.inner-blog-slider-wraper {
	background: url(../images/inner-slider-image2.jpg) no-repeat bottom;
}
.blog-main-wraper {
	padding: 60px 0 60px 0;
	background:#fff;
}
.blog-main-wraper h2 {
	text-align: center;
	font-weight: 300;
	color: #241b0e;
	font-size: 36px;
	font-family: 'Quicksand', sans-serif;
}
.blog-main-wraper h2 strong {
	font-weight: bold;
}
.blog-main-wraper p {
	text-align: center;
	color: #978a76;
	font-size: 16px;
}
.blog-main-wraper ul {
	list-style: none;
	margin-top: 40px
}
.blog-main-wraper ul li {
}
.blog-main-wraper ul li .blog-post-listing {
	margin-bottom: 25px
}
.blog-post-image {
	height: 230px;
	border-radius: 8px;
	padding: 20px;
	background-size: cover !important;
	border:1px solid #ccc;
}
.blog-post-image span {
	text-transform: uppercase;
	color: #fff;
	font-size: 21px;
	display: inline-block;
	text-align: center;
	background: #009ed4;
	padding: 13px 15px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 8px
}
.blog-post-image span strong {
	font-weight: bold;
	font-size: 20px
}
.blog-listing-text {
	padding: 20px 0;
	text-align: left
}
.blog-post-listing a {
	text-align: left;
	text-decoration: none;
}
.blog-listing-text h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
.blog-listing-text p {
	text-align: left;
	color: #949494
}
.read-more-button {
	margin-top: 10px
}
.read-more-button {
	color: #2fac66;
	font-weight: 700;
	font-size: 16px;
}
.blog-list-button {
	text-align: center;
	margin-top: 30px;
}
.blog-list-button a {
	background-image: linear-gradient(to right, #e5b86e, #8a6c3a);
	border: none;
	padding: 16px 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	border-radius: 30px;
	border: none;
	outline: none !important;
	color: #fff;
}
.blog-list-button a:hover {
	background-image: linear-gradient(to right, #8a6c3a, #e5b86e);
}
.blog-list-button a i {
	margin-right: 5px
}
.image-container {
	min-height: 100vh;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.image-container:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .3;
}
.made-with-mk {
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	z-index: 555;
	bottom: 40px;
	right: 40px;
	border-radius: 30px;
	background-color: rgba(16, 16, 16, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #FFFFFF;
	cursor: pointer;
	padding: 10px 12px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
	-moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
	-o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
	transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}
.made-with-mk:hover, .made-with-mk:active, .made-with-mk:focus {
	width: 218px;
	color: #FFFFFF;
	transition-duration: .55s;
	padding: 10px 19px;
}
.made-with-mk:hover .made-with, .made-with-mk:active .made-with, .made-with-mk:focus .made-with {
	opacity: 1;
}
.made-with-mk:hover .brand, .made-with-mk:active .brand, .made-with-mk:focus .brand {
	left: 0;
}
.made-with-mk .brand, .made-with-mk .made-with {
	float: left;
}
.made-with-mk .brand {
	position: relative;
	top: 4px;
	left: -1px;
	letter-spacing: 1px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
}
.made-with-mk .made-with {
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 58px;
	top: 14px;
	opacity: 0;
	margin: 0;
	-webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
	-moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
	-o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
	transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}
.made-with-mk .made-with strong {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}
.wizard-container {
	z-index: 3;
}
.wizard-container .wizard-navigation {
	position: relative;
	margin-bottom:20px
}
.title, .card-title, .wizard-title {
	font-weight: 700;
}
.title, .title a, .card-title, .card-title a, .wizard-title, .wizard-title a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	    font-size: 24px;
	margin-bottom: 25px
}
h2.title {
	margin-bottom: 30px;
}
.description, .card-description, .footer-big p {
	color: #999999;
}
.text-warning {
	color: #ff9800;
}
.text-primary {
	color: #9c27b0;
}
.text-danger {
	color: #f44336;
}
.text-success {
	color: #4caf50;
}
.text-info {
	color: #00bcd4;
}
.card {
	background:none !important;
	padding: 10px 0;
	width: 100%;
	border-radius: 20px;
	color: rgba(0,0,0, 0.87);
	background: #fff;
}

.wizard-card .picture-container {
	position: relative;
	cursor: pointer;
	text-align: center;
}
.wizard-card .picture {
	width: 106px;
	height: 106px;
	background-color: #999999;
	border: 4px solid #CCCCCC;
	color: #FFFFFF;
	border-radius: 50%;
	margin: 5px auto;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.wizard-card .picture:hover {
	border-color: #2ca8ff;
}
.wizard-card[data-color="purple"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #9c27b0;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(156, 39, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
.wizard-card[data-color="purple"] .picture:hover {
	border-color: #9c27b0;
}
.wizard-card[data-color="purple"] .choice:hover .icon, .wizard-card[data-color="purple"] .choice.active .icon {
	border-color: #9c27b0;
	color: #9c27b0;
}
.wizard-card[data-color="purple"] .form-group .form-control {
	background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
}
.wizard-card[data-color="purple"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #9c27b0;
}
.wizard-card[data-color="purple"] .radio input[type=radio]:checked ~ .check {
	background-color: #9c27b0;
}
.wizard-card[data-color="purple"] .radio input[type=radio]:checked ~ .circle {
	border-color: #9c27b0;
}
.wizard-card[data-color="green"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #4caf50;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(76, 175, 80, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.wizard-card[data-color="green"] .picture:hover {
	border-color: #4caf50;
}
.wizard-card[data-color="green"] .choice:hover .icon, .wizard-card[data-color="green"] .choice.active .icon {
	border-color: #4caf50;
	color: #4caf50;
}
.wizard-card[data-color="green"] .form-group .form-control {
	background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
}
.wizard-card[data-color="green"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #4caf50;
}
.wizard-card[data-color="green"] .radio input[type=radio]:checked ~ .check {
	background-color: #4caf50;
}
.wizard-card[data-color="green"] .radio input[type=radio]:checked ~ .circle {
	border-color: #4caf50;
}
.wizard-card[data-color="blue"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #00bcd4;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(0, 188, 212, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}
.wizard-card[data-color="blue"] .picture:hover {
	border-color: #00bcd4;
}
.wizard-card[data-color="blue"] .choice:hover .icon, .wizard-card[data-color="blue"] .choice.active .icon {
	border-color: #00bcd4;
	color: #00bcd4;
}
.wizard-card[data-color="blue"] .form-group .form-control {
	background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2);
}
.wizard-card[data-color="blue"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #00bcd4;
}
.wizard-card[data-color="blue"] .radio input[type=radio]:checked ~ .check {
	background-color: #00bcd4;
}
.wizard-card[data-color="blue"] .radio input[type=radio]:checked ~ .circle {
	border-color: #00bcd4;
}
.wizard-card[data-color="orange"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #ff9800;
	top: -4px;
	left: 0px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 500;
	box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.wizard-card[data-color="orange"] .picture:hover {
	border-color: #ff9800;
}
.wizard-card[data-color="orange"] .choice:hover .icon, .wizard-card[data-color="orange"] .choice.active .icon {
	border-color: #ff9800;
	color: #ff9800;
}
.wizard-card[data-color="orange"] .form-group .form-control {
	background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2);
}
.wizard-card[data-color="orange"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #ff9800;
}
.wizard-card[data-color="orange"] .radio input[type=radio]:checked ~ .check {
	background-color: #ff9800;
}
.wizard-card[data-color="orange"] .radio input[type=radio]:checked ~ .circle {
	border-color: #ff9800;
}
.wizard-card[data-color="red"] .moving-tab {
	position: absolute;
	text-align: center;
	padding: 12px 18px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #009ed4;
	top: -4px;
	left: 0px;
	border-radius: 6px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 600;
}
.wizard-card[data-color="red"] .picture:hover {
	border-color: #f44336;
}
.wizard-card[data-color="red"] .choice:hover .icon, .wizard-card[data-color="red"] .choice.active .icon {
	border-color: #2fac66;
	color: #f44336;
}
.wizard-card[data-color="red"] .form-group .form-control {
}
.wizard-card[data-color="red"] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background-color: #f44336;
}
.wizard-card[data-color="red"] .radio input[type=radio]:checked ~ .check {
	background-color: #f44336;
}
.wizard-card[data-color="red"] .radio input[type=radio]:checked ~ .circle {
	border-color: #f44336;
}
.wizard-card .picture input[type="file"] {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
}
.wizard-card .picture-src {
	width: 100%;
}

.wizard-card .wizard-footer {
	margin-bottom: 15px;
}
.wizard-card .wizard-footer .checkbox {
	margin-top: 16px;
	font-weight: 600;
}
.wizard-card .disabled {
	display: none;
}
.wizard-card .wizard-header {
	text-align: center;
}
.wizard-card .wizard-header h5 {
	margin: 15px 22%;
	font-size: 13px;
	line-height: 22px;
	color: #666;
}
.wizard-card .nav-pills > li {
	text-align: center;
}
.wizard-card .btn {
	text-transform: uppercase;
}
.wizard-card .info-text {
	text-align: left;
	font-weight: 600;
	margin: 0px 0 15px;
	color: #fff;
	font-size: 16px;
}
.wizard-card p {
	color: #fff;
}
.wizard-card .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}
.wizard-card .choice .icon {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	color: #999999;
	margin: 0 auto 20px;
	border: 2px solid #CCCCCC;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	padding-top: 30px;
	margin-bottom: 10px;
}
.wizard-card .choice i {
	font-size: 40px;
	line-height: 111px;
}
.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
	border-color: #2ca8ff;
}
.wizard-card .choice input[type="radio"], .wizard-card .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}
.wizard-card .btn-finish {
	display: none;
}
.wizard-card .description {
	color: #999999;
	font-size: 14px;
}
.wizard-card .wizard-title {
	margin: 0;
	margin-bottom:25px;
	font-weight: bold;
	text-align: center
}
legend {
	margin-bottom: 20px;
	font-size: 21px;
}
output {
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.42857;
}
.form-control {
	height: 36px;
	padding: 7px 0;
	font-size: 14px;
	line-height: 1.42857;
}
.country-flag-dropdown-button{
	background: transparent;
    color: #fff !important;
    text-align: left;
    border: none !important;
    border-bottom: 1px solid #f1f1f1 !important;
    padding: 0 !important;
}
.red-border-bottom{
	border-bottom: 2px solid red !important;
}
#country-flag .dropdown-item a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
    color: #333;
}
.dropdown-item a:hover {
    background: #ccc;
}
.activeClassCategory {
	background :#11203c !important;
}
.inner-header-main-wraper{
	display:none;
}

.card{
    background-color:rgb(43 56 86 / 60%)
}
.create-profile-main-wraper .form-group {
    background-color: rgba(22, 30, 49, 0.8);
    padding: 10px 15px;
    border: 1px solid #101523;
	margin-bottom:15px;
    border-radius: 8px;
}
.create-profile-main-wraper .form-group label {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}
.create-profile-main-wraper .form-group .form-control {
    border: none !important;
    height: 20px;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #ffff;
    padding-bottom: 8px;
}

.radio-label{
	width: 75px;
}
.radio-label input{
	float: left !important;
    margin-top: -3px !important;
    margin-right: 5px !important;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.right-panel-wraper a span{
	display: block;
	font-size:12px;
}
span.font-size {
    font-size: 17px;
}

.desktop-home-btn{
	max-width: 140px !important;
    margin: 0 auto !important;
	display: block !important;
}
.mobile-home-btn{
	display: none !important;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	line-height: 12px;
}
input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] {
	line-height: 12px;
}
input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] {
	line-height: 12px;
}
}
.radio label, .checkbox label {
	min-height: 20px;
}
.form-control-static {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 34px;
}
.input-sm .input-sm {
	height: 24px;
	padding: 3px 0;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 0;
}
.input-sm select.input-sm {
	height: 24px;
	line-height: 24px;
}
.input-sm textarea.input-sm, .input-sm select[multiple].input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 24px;
	padding: 3px 0;
	font-size: 11px;
	line-height: 1.5;
}
.form-group-sm select.form-control {
	height: 24px;
	line-height: 24px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 24px;
	min-height: 31px;
	padding: 4px 0;
	font-size: 11px;
	line-height: 1.5;
}
.input-lg .input-lg {
	height: 44px;
	padding: 9px 0;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}
.input-lg select.input-lg {
	height: 44px;
	line-height: 44px;
}
.input-lg textarea.input-lg, .input-lg select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 44px;
	padding: 9px 0;
	font-size: 18px;
	line-height: 1.33333;
}
.form-group-lg select.form-control {
	height: 44px;
	line-height: 44px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 44px;
	min-height: 38px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.33333;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	padding-top: 8px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 28px;
}
@media (min-width: 768px) {

.form-horizontal .control-label {
	padding-top: 8px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
	padding-top: 13.0px;
	font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
	padding-top: 4px;
	font-size: 11px;
}
}
.label {
	border-radius: 3px;
}
.label, .label.label-default {
	background-color: #FFFFFF;
}
.label.label-inverse {
	background-color: #212121;
}
.label.label-primary {
	background-color: #9c27b0;
}
.label.label-success {
	background-color: #4caf50;
}
.label.label-info {
	background-color: #00bcd4;
}
.label.label-warning {
	background-color: #ff9800;
}
.label.label-danger {
	background-color: #f44336;
}
.label.label-rose {
	background-color: #e91e63;
}
.form-control, .form-group .form-control {
	border: 0;
	background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	transition: background 0s ease-out;
	float: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 400;
}
.form-control::-moz-placeholder, .form-group .form-control::-moz-placeholder {
 color: #AAAAAA;
 font-weight: 400;
}
.form-control:-ms-input-placeholder, .form-group .form-control:-ms-input-placeholder {
 color: #AAAAAA;
 font-weight: 400;
}
.form-control::-webkit-input-placeholder, .form-group .form-control::-webkit-input-placeholder {
 color: #AAAAAA;
 font-weight: 400;
}
.form-control[readonly], .form-control[disabled], fieldset[disabled] .form-control, .form-group .form-control[readonly], .form-group .form-control[disabled], fieldset[disabled] .form-group .form-control {
	background-color: transparent;
}
.form-control[disabled], fieldset[disabled] .form-control, .form-group .form-control[disabled], fieldset[disabled] .form-group .form-control {
	background-image: none;
	border-bottom: 1px dotted #D2D2D2;
}
.form-group {
	position: relative;
}
.form-group.label-static label.control-label, .form-group.label-placeholder label.control-label, .form-group.label-floating label.control-label {
	position: absolute;
	pointer-events: none;
	transition: 0.3s ease all;
}
.form-group.label-floating label.control-label {
	will-change: left, top, contents;
}
.form-group.label-placeholder:not(.is-empty) label.control-label {
	display: none;
}
.form-group .help-block {
	position: absolute;
	display: none;
}
.form-group.is-focused .form-control {
	outline: none;
	background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
	background-size: 100% 2px, 100% 1px;
	box-shadow: none;
	transition-duration: 0.3s;
}
.form-group.is-focused .form-control .material-input:after {
	background-color: #9c27b0;
}
.form-group.is-focused.form-info .form-control {
	background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.is-focused.form-success .form-control {
	background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.is-focused.form-warning .form-control {
	background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.is-focused.form-danger .form-control {
	background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.is-focused.form-rose .form-control {
	background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.is-focused.form-white .form-control {
	background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.is-focused.label-placeholder label, .form-group.is-focused.label-placeholder label.control-label {
	color: #AAAAAA;
}
.form-group.is-focused .help-block {
	display: block;
}
.form-group.has-warning .form-control {
	box-shadow: none;
}
.form-group.has-warning.is-focused .form-control {
	background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-warning label.control-label, .form-group.has-warning .help-block {
	color: #ff9800;
}
.form-group.has-error .form-control {
	box-shadow: none;
}
.form-group.has-error.is-focused .form-control {
	background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-error label.control-label, .form-group.has-error .help-block {
	color: #f44336;
}
.form-group.has-success .form-control {
	box-shadow: none;
}
.form-group.has-success.is-focused .form-control {
	background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-success label.control-label, .form-group.has-success .help-block {
	color: #4caf50;
}
.form-group.has-info .form-control {
	box-shadow: none;
}
.form-group.has-info.is-focused .form-control {
	background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.has-info label.control-label, .form-group.has-info .help-block {
	color: #00bcd4;
}
.form-group textarea {
	resize: none;
}
.form-group textarea ~ .form-control-highlight {
	margin-top: -11px;
}
.form-group select {
	appearance: none;
}
.form-group select ~ .material-input:after {
	display: none;
}
.form-control {
	margin-bottom: 7px;
}
.form-control::-moz-placeholder {
 font-size: 14px;
 line-height: 1.42857;
 color: #AAAAAA;
 font-weight: 400;
}
.form-control:-ms-input-placeholder {
 font-size: 14px;
 line-height: 1.42857;
 color: #AAAAAA;
 font-weight: 400;
}
.form-control::-webkit-input-placeholder {
 font-size: 14px;
 line-height: 1.42857;
 color: #AAAAAA;
 font-weight: 400;
}
.checkbox label, .radio label, label {
	font-size: 14px;
	line-height: 1.42857;
	color: #AAAAAA;
	font-weight: 400;
}
label.control-label {
	font-size: 11px;
	line-height: 1.07143;
	color: #AAAAAA;
	font-weight: 400;
	margin: 16px 0 0 0;
}
.help-block {
	margin-top: 0;
	font-size: 11px;
}
.form-group .form-control {
	margin-bottom: 7px;
}
.form-group .form-control::-moz-placeholder {
 font-size: 14px;
 line-height: 1.42857;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group .form-control:-ms-input-placeholder {
 font-size: 14px;
 line-height: 1.42857;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group .form-control::-webkit-input-placeholder {
 font-size: 14px;
 line-height: 1.42857;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group .checkbox label, .form-group .radio label, .form-group label {
	font-size: 14px;
	line-height: 1.42857;
	color: #AAAAAA;
	font-weight: 400;
}
.form-group label.control-label {
	font-size: 11px;
	line-height: 1.07143;
	color: #AAAAAA;
	font-weight: 400;
	margin: 16px 0 0 0;
}
.form-group .help-block {
	margin-top: 0;
	font-size: 11px;
}
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
	top: -7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #000
}
.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
	top: -28px;
	left: 0;
	font-size: 11px;
	line-height: 1.07143;
}
.form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
 top: -28px;
 left: 0;
 font-size: 11px;
 line-height: 1.07143;
}
.form-group.form-group-sm {
	padding-bottom: 3px;
	margin: 21px 0 0 0;
}
.form-group.form-group-sm .form-control {
	margin-bottom: 3px;
}
.form-group.form-group-sm .form-control::-moz-placeholder {
 font-size: 11px;
 line-height: 1.5;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group.form-group-sm .form-control:-ms-input-placeholder {
 font-size: 11px;
 line-height: 1.5;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group.form-group-sm .form-control::-webkit-input-placeholder {
 font-size: 11px;
 line-height: 1.5;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group.form-group-sm .checkbox label, .form-group.form-group-sm .radio label, .form-group.form-group-sm label {
	font-size: 11px;
	line-height: 1.5;
	color: #AAAAAA;
	font-weight: 400;
}
.form-group.form-group-sm label.control-label {
	font-size: 9px;
	line-height: 1.125;
	color: #AAAAAA;
	font-weight: 400;
	margin: 16px 0 0 0;
}
.form-group.form-group-sm .help-block {
	margin-top: 0;
	font-size: 9px;
}
.form-group.form-group-sm.label-floating label.control-label, .form-group.form-group-sm.label-placeholder label.control-label {
	top: -11px;
	font-size: 11px;
	line-height: 1.5;
}
.form-group.form-group-sm.label-static label.control-label, .form-group.form-group-sm.label-floating.is-focused label.control-label, .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label {
	top: -25px;
	left: 0;
	font-size: 9px;
	line-height: 1.125;
}
.form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
 top: -25px;
 left: 0;
 font-size: 9px;
 line-height: 1.125;
}
.form-group.form-group-lg {
	padding-bottom: 9px;
	margin: 30px 0 0 0;
}
.form-group.form-group-lg .form-control {
	margin-bottom: 9px;
}
.form-group.form-group-lg .form-control::-moz-placeholder {
 font-size: 18px;
 line-height: 1.33333;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group.form-group-lg .form-control:-ms-input-placeholder {
 font-size: 18px;
 line-height: 1.33333;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group.form-group-lg .form-control::-webkit-input-placeholder {
 font-size: 18px;
 line-height: 1.33333;
 color: #AAAAAA;
 font-weight: 400;
}
.form-group.form-group-lg .checkbox label, .form-group.form-group-lg .radio label, .form-group.form-group-lg label {
	font-size: 18px;
	line-height: 1.33333;
	color: #AAAAAA;
	font-weight: 400;
}
.form-group.form-group-lg label.control-label {
	font-size: 14px;
	line-height: 1.0;
	color: #AAAAAA;
	font-weight: 400;
	margin: 16px 0 0 0;
}
.form-group.form-group-lg .help-block {
	margin-top: 0;
	font-size: 14px;
}
.form-group.form-group-lg.label-floating label.control-label, .form-group.form-group-lg.label-placeholder label.control-label {
	top: -5px;
	font-size: 18px;
	line-height: 1.33333;
}
.form-group.form-group-lg.label-static label.control-label, .form-group.form-group-lg.label-floating.is-focused label.control-label, .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label {
	top: -32px;
	left: 0;
	font-size: 14px;
	line-height: 1.0;
}
.form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
 top: -32px;
 left: 0;
 font-size: 14px;
 line-height: 1.0;
}
select.form-control {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
.form-group.is-focused select.form-control {
	box-shadow: none;
	border-color: #D2D2D2;
}
select.form-control[multiple], .form-group.is-focused select.form-control[multiple] {
	height: 85px;
}
.radio-label form-inline{
	display:block;
}
.input-group-btn .btn {
	margin: 0 0 7px 0;
}
.form-group.form-group-sm .input-group-btn .btn {
	margin: 0 0 3px 0;
}
.form-group.form-group-lg .input-group-btn .btn {
	margin: 0 0 9px 0;
}
.input-group .input-group-btn {
	padding: 0 12px;
}
.input-group .input-group-addon {
	border: 0;
	background: transparent;
	padding: 6px 15px 0px;
}
.form-group input[type=file] {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.form-control-feedback {
	opacity: 0;
}
.has-success .form-control-feedback {
	color: #4caf50;
	opacity: 1;
}
.has-error .form-control-feedback {
	color: #f44336;
	opacity: 1;
}
.btn {
	border: none;
	border-radius: 3px;
	position: relative;
	padding: 12px 30px;
	margin: 10px 1px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	will-change: box-shadow, transform;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn::-moz-focus-inner {
 border: 0;
}
.btn, .btn.btn-default {
	box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .open > .btn.btn-default.dropdown-toggle, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle:hover {
	background-color: #999999;
	color: #FFFFFF;
	border-radius: 30px
}
.btn:focus, .btn:active, .btn:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default:hover {
	box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled.active, .btn:disabled, .btn:disabled:hover, .btn:disabled:focus, .btn:disabled.focus, .btn:disabled:active, .btn:disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, .btn[disabled]:active, .btn[disabled].active, fieldset[disabled] .btn, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .btn:active, fieldset[disabled] .btn.active, .btn.btn-default.disabled, .btn.btn-default.disabled:hover, .btn.btn-default.disabled:focus, .btn.btn-default.disabled.focus, .btn.btn-default.disabled:active, .btn.btn-default.disabled.active, .btn.btn-default:disabled, .btn.btn-default:disabled:hover, .btn.btn-default:disabled:focus, .btn.btn-default:disabled.focus, .btn.btn-default:disabled:active, .btn.btn-default:disabled.active, .btn.btn-default[disabled], .btn.btn-default[disabled]:hover, .btn.btn-default[disabled]:focus, .btn.btn-default[disabled].focus, .btn.btn-default[disabled]:active, .btn.btn-default[disabled].active, fieldset[disabled] .btn.btn-default, fieldset[disabled] .btn.btn-default:hover, fieldset[disabled] .btn.btn-default:focus, fieldset[disabled] .btn.btn-default.focus, fieldset[disabled] .btn.btn-default:active, fieldset[disabled] .btn.btn-default.active {
	box-shadow: none;
}
.btn.btn-simple, .btn.btn-default.btn-simple {
	background-color: transparent;
	color: #999999;
	box-shadow: none;
}
.btn.btn-simple:hover, .btn.btn-simple:focus, .btn.btn-simple:active, .btn.btn-default.btn-simple:hover, .btn.btn-default.btn-simple:focus, .btn.btn-default.btn-simple:active {
	background-color: transparent;
	color: #999999;
}
.btn.btn-primary {
	box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}
.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open > .btn.btn-primary.dropdown-toggle, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn.btn-primary.dropdown-toggle:hover {
	background-color: #9c27b0;
	color: #FFFFFF;
}
.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover {
	box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
.btn.btn-primary.disabled, .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary.disabled:active, .btn.btn-primary.disabled.active, .btn.btn-primary:disabled, .btn.btn-primary:disabled:hover, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled.focus, .btn.btn-primary:disabled:active, .btn.btn-primary:disabled.active, .btn.btn-primary[disabled], .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled].focus, .btn.btn-primary[disabled]:active, .btn.btn-primary[disabled].active, fieldset[disabled] .btn.btn-primary, fieldset[disabled] .btn.btn-primary:hover, fieldset[disabled] .btn.btn-primary:focus, fieldset[disabled] .btn.btn-primary.focus, fieldset[disabled] .btn.btn-primary:active, fieldset[disabled] .btn.btn-primary.active {
	box-shadow: none;
}
.btn.btn-primary.btn-simple {
	background-color: transparent;
	color: #9c27b0;
	box-shadow: none;
}
.btn.btn-primary.btn-simple:hover, .btn.btn-primary.btn-simple:focus, .btn.btn-primary.btn-simple:active {
	background-color: transparent;
	color: #9c27b0;
}
.btn.btn-info {
	box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}
.btn.btn-info, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info:active:focus, .btn.btn-info:active:hover, .btn.btn-info.active:focus, .btn.btn-info.active:hover, .open > .btn.btn-info.dropdown-toggle, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn.btn-info.dropdown-toggle:hover {
	background-color: #00bcd4;
	color: #FFFFFF;
}
.btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info:hover {
	box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}
.btn.btn-info.disabled, .btn.btn-info.disabled:hover, .btn.btn-info.disabled:focus, .btn.btn-info.disabled.focus, .btn.btn-info.disabled:active, .btn.btn-info.disabled.active, .btn.btn-info:disabled, .btn.btn-info:disabled:hover, .btn.btn-info:disabled:focus, .btn.btn-info:disabled.focus, .btn.btn-info:disabled:active, .btn.btn-info:disabled.active, .btn.btn-info[disabled], .btn.btn-info[disabled]:hover, .btn.btn-info[disabled]:focus, .btn.btn-info[disabled].focus, .btn.btn-info[disabled]:active, .btn.btn-info[disabled].active, fieldset[disabled] .btn.btn-info, fieldset[disabled] .btn.btn-info:hover, fieldset[disabled] .btn.btn-info:focus, fieldset[disabled] .btn.btn-info.focus, fieldset[disabled] .btn.btn-info:active, fieldset[disabled] .btn.btn-info.active {
	box-shadow: none;
}
.btn.btn-info.btn-simple {
	background-color: transparent;
	color: #00bcd4;
	box-shadow: none;
}
.btn.btn-info.btn-simple:hover, .btn.btn-info.btn-simple:focus, .btn.btn-info.btn-simple:active {
	background-color: transparent;
	color: #00bcd4;
}
.btn.btn-success {
	box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}
.btn.btn-success, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.btn-success:active:focus, .btn.btn-success:active:hover, .btn.btn-success.active:focus, .btn.btn-success.active:hover, .open > .btn.btn-success.dropdown-toggle, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn.btn-success.dropdown-toggle:hover {
	background-color: #4caf50;
	color: #FFFFFF;
}
.btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success:hover {
	box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.btn.btn-success.disabled, .btn.btn-success.disabled:hover, .btn.btn-success.disabled:focus, .btn.btn-success.disabled.focus, .btn.btn-success.disabled:active, .btn.btn-success.disabled.active, .btn.btn-success:disabled, .btn.btn-success:disabled:hover, .btn.btn-success:disabled:focus, .btn.btn-success:disabled.focus, .btn.btn-success:disabled:active, .btn.btn-success:disabled.active, .btn.btn-success[disabled], .btn.btn-success[disabled]:hover, .btn.btn-success[disabled]:focus, .btn.btn-success[disabled].focus, .btn.btn-success[disabled]:active, .btn.btn-success[disabled].active, fieldset[disabled] .btn.btn-success, fieldset[disabled] .btn.btn-success:hover, fieldset[disabled] .btn.btn-success:focus, fieldset[disabled] .btn.btn-success.focus, fieldset[disabled] .btn.btn-success:active, fieldset[disabled] .btn.btn-success.active {
	box-shadow: none;
}
.btn.btn-success.btn-simple {
	background-color: transparent;
	color: #4caf50;
	box-shadow: none;
}
.btn.btn-success.btn-simple:hover, .btn.btn-success.btn-simple:focus, .btn.btn-success.btn-simple:active {
	background-color: transparent;
	color: #4caf50;
}
.btn.btn-warning {
	box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}
.btn.btn-warning, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.btn-warning:active:focus, .btn.btn-warning:active:hover, .btn.btn-warning.active:focus, .btn.btn-warning.active:hover, .open > .btn.btn-warning.dropdown-toggle, .open > .btn.btn-warning.dropdown-toggle:focus, .open > .btn.btn-warning.dropdown-toggle:hover {
	background-color: #ff9800;
	color: #FFFFFF;
}
.btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning:hover {
	box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.btn.btn-warning.disabled, .btn.btn-warning.disabled:hover, .btn.btn-warning.disabled:focus, .btn.btn-warning.disabled.focus, .btn.btn-warning.disabled:active, .btn.btn-warning.disabled.active, .btn.btn-warning:disabled, .btn.btn-warning:disabled:hover, .btn.btn-warning:disabled:focus, .btn.btn-warning:disabled.focus, .btn.btn-warning:disabled:active, .btn.btn-warning:disabled.active, .btn.btn-warning[disabled], .btn.btn-warning[disabled]:hover, .btn.btn-warning[disabled]:focus, .btn.btn-warning[disabled].focus, .btn.btn-warning[disabled]:active, .btn.btn-warning[disabled].active, fieldset[disabled] .btn.btn-warning, fieldset[disabled] .btn.btn-warning:hover, fieldset[disabled] .btn.btn-warning:focus, fieldset[disabled] .btn.btn-warning.focus, fieldset[disabled] .btn.btn-warning:active, fieldset[disabled] .btn.btn-warning.active {
	box-shadow: none;
}
.btn.btn-warning.btn-simple {
	background-color: transparent;
	color: #ff9800;
	box-shadow: none;
}
.btn.btn-warning.btn-simple:hover, .btn.btn-warning.btn-simple:focus, .btn.btn-warning.btn-simple:active {
	background-color: transparent;
	color: #ff9800;
}
.btn.btn-danger {
	box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.btn-danger:active:focus, .btn.btn-danger:active:hover, .btn.btn-danger.active:focus, .btn.btn-danger.active:hover, .open > .btn.btn-danger.dropdown-toggle, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn.btn-danger.dropdown-toggle:hover {
	background-color: #009ed4;
	color: #FFFFFF;
	border-radius: 30px
}
.btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:hover {
	box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.btn.btn-danger.disabled, .btn.btn-danger.disabled:hover, .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled.focus, .btn.btn-danger.disabled:active, .btn.btn-danger.disabled.active, .btn.btn-danger:disabled, .btn.btn-danger:disabled:hover, .btn.btn-danger:disabled:focus, .btn.btn-danger:disabled.focus, .btn.btn-danger:disabled:active, .btn.btn-danger:disabled.active, .btn.btn-danger[disabled], .btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:focus, .btn.btn-danger[disabled].focus, .btn.btn-danger[disabled]:active, .btn.btn-danger[disabled].active, fieldset[disabled] .btn.btn-danger, fieldset[disabled] .btn.btn-danger:hover, fieldset[disabled] .btn.btn-danger:focus, fieldset[disabled] .btn.btn-danger.focus, fieldset[disabled] .btn.btn-danger:active, fieldset[disabled] .btn.btn-danger.active {
	box-shadow: none;
}
.btn.btn-danger.btn-simple {
	background-color: transparent;
	color: #f44336;
	box-shadow: none;
}
.btn.btn-danger.btn-simple:hover, .btn.btn-danger.btn-simple:focus, .btn.btn-danger.btn-simple:active {
	background-color: transparent;
	color: #f44336;
}
.btn:focus, .btn:active, .btn:active:focus {
	outline: 0;
}
.btn.btn-round {
	border-radius: 30px;
}
.btn:not(.btn-just-icon):not(.btn-fab) .fa {
	font-size: 18px;
	margin-top: -2px;
	position: relative;
	top: 2px;
}
.btn.btn-fab {
	border-radius: 50%;
	font-size: 24px;
	height: 56px;
	margin: auto;
	min-width: 56px;
	width: 56px;
	padding: 0;
	overflow: hidden;
	position: relative;
	line-height: normal;
}
.btn.btn-fab .ripple-container {
	border-radius: 50%;
}
.btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab {
	height: 40px;
	min-width: 40px;
	width: 40px;
}
.btn.btn-fab.btn-fab-mini.material-icons, .btn-group-sm .btn.btn-fab.material-icons {
	top: -3.5px;
	left: -3.5px;
}
.btn.btn-fab.btn-fab-mini .material-icons, .btn-group-sm .btn.btn-fab .material-icons {
	font-size: 17px;
}
.btn.btn-fab i.material-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-12px, -12px);
	line-height: 24px;
	width: 24px;
	font-size: 24px;
}
.btn.btn-lg, .btn-group-lg .btn {
	font-size: 14px;
	padding: 18px 36px;
}
.btn.btn-sm, .btn-group-sm .btn {
	padding: 5px 20px;
	font-size: 11px;
}
.btn.btn-xs, .btn-group-xs .btn {
	padding: 4px 15px;
	font-size: 10px;
}
.btn.btn-just-icon {
	font-size: 18px;
	padding: 10px 10px;
	line-height: 1em;
}
.btn.btn-just-icon i {
	width: 20px;
}
.btn.btn-just-icon.btn-lg {
	font-size: 22px;
	padding: 13px 18px;
}
.btn .material-icons {
	vertical-align: middle;
	font-size: 17px;
	top: -1px;
	position: relative;
}
/*            Navigation menu                */
.nav-pills {
	background-color: rgba(200, 200, 200, 0.2);
	    border-radius: 30px;
}
.nav-pills > li + li {
	margin-left: 0;
}
.nav-pills > li > a {
	border: 0 !important;
	border-radius: 0;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	min-width: 100px;
	text-align: center;
	color: #fff !important;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background-color: inherit;
}
.nav-pills > li i {
	display: block;
	font-size: 30px;
	padding: 15px 0;
}
.popover, .tooltip-inner {
	color: #555555;
	line-height: 1.5em;
	background: #FFFFFF;
	border: none;
	border-radius: 3px;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.popover {
	padding: 0;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.popover.left > .arrow, .popover.right > .arrow, .popover.top > .arrow, .popover.bottom > .arrow {
	border: none;
}
.popover-title {
	background-color: #FFFFFF;
	border: none;
	padding: 15px 15px 5px;
	font-size: 1.3em;
}
.popover-content {
	padding: 10px 15px 15px;
	line-height: 1.4;
}
.tooltip.in {
	opacity: 1;
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}
.tooltip {
	opacity: 0;
	transition: opacity, transform .2s ease;
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.tooltip.left .tooltip-arrow {
	border-left-color: #FFFFFF;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #FFFFFF;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #FFFFFF;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #FFFFFF;
}
.tooltip-inner {
	padding: 10px 15px;
	min-width: 130px;
}
.footer {
	position: relative;
	bottom: 20px;
	right: 0px;
	width: 100%;
	color: #FFFFFF;
	z-index: 4;
	text-align: right;
	margin-top: 60px;
	text-shadow: 0 0px 1px black;
}
.footer a {
	color: #FFFFFF;
}
.footer .heart {
	color: #FF3B30;
}
.withripple {
	position: relative;
}
.ripple-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
	pointer-events: none;
}
.disabled .ripple-container {
	display: none;
}
.ripple {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.05);
	transform: scale(1);
	transform-origin: 50%;
	opacity: 0;
	pointer-events: none;
}
.ripple.ripple-on {
	transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
	opacity: 0.1;
}
.ripple.ripple-out {
	transition: opacity 0.1s linear 0s !important;
	opacity: 0;
}
.radio label {
	cursor: pointer;
	padding-left: 35px;
	position: relative;
	color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .radio label {
	color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .radio label:hover, .form-group.is-focused .radio label:focus {
	color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .radio label {
	color: rgba(0,0,0, 0.26);
}
.radio label span {
	display: block;
	position: absolute;
	left: 10px;
	top: 2px;
	transition-duration: 0.2s;
}
.radio label .circle {
	border: 1px solid rgba(0,0,0, .54);
	height: 15px;
	width: 15px;
	border-radius: 100%;
}
.radio label .check {
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background-color: #9c27b0;
	transform: scale3d(0, 0, 0);
}
.radio label .check:after {
	display: block;
	position: absolute;
	content: "";
	background-color: rgba(0,0,0, 0.87);
	left: -18px;
	top: -18px;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
	transform: scale3d(1.5, 1.5, 1);
}
.radio label input[type=radio]:not(:checked) ~ .check:after {
	animation: rippleOff 500ms;
}
.radio label input[type=radio]:checked ~ .check:after {
	animation: rippleOn 500ms;
}
.radio input[type=radio] {
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.radio input[type=radio]:checked ~ .check, .radio input[type=radio]:checked ~ .circle {
	opacity: 1;
}
.radio input[type=radio]:checked ~ .check {
	background-color: #9c27b0;
}
.radio input[type=radio]:checked ~ .circle {
	border-color: #9c27b0;
}
.radio input[type=radio]:checked ~ .check {
	transform: scale3d(0.65, 0.65, 1);
}
.radio input[type=radio][disabled] ~ .check, .radio input[type=radio][disabled] ~ .circle {
	opacity: 0.26;
}
.radio input[type=radio][disabled] ~ .check {
	background-color: #000000;
}
.radio input[type=radio][disabled] ~ .circle {
	border-color: #000000;
}
 @keyframes rippleOn {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.2;
}
 100% {
 opacity: 0;
}
}
@keyframes rippleOff {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.2;
}
 100% {
 opacity: 0;
}
}
.checkbox label {
	cursor: pointer;
	padding-left: 0;
	color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .checkbox label {
	color: rgba(0,0,0, 0.26);
}
.form-group.is-focused .checkbox label:hover, .form-group.is-focused .checkbox label:focus {
	color: rgba(0,0,0, .54);
}
fieldset[disabled] .form-group.is-focused .checkbox label {
	color: rgba(0,0,0, 0.26);
}
.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	margin: 0;
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
	left: 0;
	pointer-events: none;
}
.checkbox .checkbox-material {
	vertical-align: middle;
	position: relative;
	top: 0;
	padding-right: 5px;
}
.checkbox .checkbox-material:before {
	display: block;
	position: absolute;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.84);
	height: 20px;
	width: 20px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
	transform: scale3d(2.3, 2.3, 1);
}
.checkbox .checkbox-material .check {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0,0,0, .54);
	overflow: hidden;
	z-index: 1;
	border-radius: 3px;
}
.checkbox .checkbox-material .check:before {
	position: absolute;
	content: "";
	transform: rotate(45deg);
	display: block;
	margin-top: -3px;
	margin-left: 7px;
	width: 0;
	height: 0;
	background: red;
	box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
	animation: checkbox-off 0.3s forwards;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
	opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
	background: #9c27b0;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
	color: #FFFFFF;
	box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
	animation: checkbox-on 0.3s forwards;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
	animation: rippleOn 500ms;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
	animation: rippleOn 500ms forwards;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
	animation: rippleOff 500ms;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
	animation: rippleOff 500ms;
}
fieldset[disabled] .checkbox, fieldset[disabled] .checkbox input[type=checkbox], .checkbox input[type=checkbox][disabled] ~ .checkbox-material .check, .checkbox input[type=checkbox][disabled] + .circle {
	opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
	border-color: #000000;
	opacity: .26;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
	background-color: rgba(0,0,0, 0.87);
	transform: rotate(-45deg);
}
 @keyframes checkbox-on {
 0% {
 box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
}
 50% {
 box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
}
 100% {
 box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
}
@keyframes rippleOn {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.2;
}
 100% {
 opacity: 0;
}
}
@keyframes rippleOff {
 0% {
 opacity: 0;
}
 50% {
 opacity: 0.2;
}
 100% {
 opacity: 0;
}
}
@media (max-width: 768px) {
.main .container {
	margin-bottom: 50px;
}
.desktop-home-btn{
	display: none !important;
}
.mobile-home-btn{
	display: block !important;
}
span.font-size {
    font-size: 14px;
}
}
@media (min-width: 768px) {
.navbar-form {
	margin-top: 21px;
	margin-bottom: 21px;
	padding-left: 5px;
	padding-right: 5px;
}
.btn-wd {
	min-width: 140px;
}
}
.logo-container {
	left: 50px;
	position: absolute;
	top: 20px;
	z-index: 3;
}
.logo-container .logo {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #333333;
	width: 60px;
	float: left;
}
.logo-container .brand {
	font-size: 18px;
	color: #FFF;
	line-height: 20px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 60px
}
.section .wizard-card {
	min-height: inherit;
}
.tim-row {
	margin-bottom: 20px;
}
.tim-white-buttons {
	background-color: #777777;
}
.title {
	margin-top: 30px;
	margin-bottom: 25px;
	min-height: 32px;
	font-weight: 500;
}
.title.text-center {
	margin-bottom: 50px;
}
.tim-typo {
	padding-left: 25%;
	margin-bottom: 40px;
	position: relative;
}
.tim-typo .tim-note {
	bottom: 10px;
	color: #c0c1c2;
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	left: 0;
	margin-left: 20px;
	position: absolute;
	width: 260px;
}
.tim-row {
	padding-top: 50px;
}
.tim-row h3 {
	margin-top: 0;
}
.switch {
	margin-right: 20px;
}
#navbar-full .navbar {
	border-radius: 0 !important;
	margin-bottom: 15px;
	z-index: 2;
}
.space {
	height: 130px;
	display: block;
}
.space-110 {
	height: 110px;
	display: block;
}
.space-50 {
	height: 50px;
	display: block;
}
.space-70 {
	height: 70px;
	display: block;
}
.navigation-example .img-src {
	background-attachment: scroll;
}
.navigation-example {
	background-image: url('../img/bg.jpg');
	background-position: center center;
	background-size: cover;
	margin-top: 0;
	min-height: 740px;
}
#notifications {
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	position: relative;
}
#notifications .alert-danger {
	margin-bottom: 0px;
}
.tim-note {
	text-transform: capitalize;
}
#buttons .btn {
	margin: 0 0px 15px;
}
.space-100 {
	height: 100px;
	display: block;
	width: 100%;
}
.be-social {
	padding-bottom: 20px;
	/*     border-bottom: 1px solid #aaa; */
	margin: 0 auto 40px;
}
.txt-white {
	color: #FFFFFF;
}
.txt-gray {
	color: #ddd !important;
}
.parallax {
	width: 100%;
	height: 570px;
	display: block;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.logo-container.logo-documentation {
	position: relative;
	top: 0;
	left: 0;
}
.logo-container .logo {
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #333333;
	width: 50px;
	float: left;
}
.logo-container .brand {
	font-size: 16px;
	line-height: 18px;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	width: 70px;
	height: 40px;
	text-align: left;
}
.navbar-default .logo-container .brand {
	color: #999999;
}
.navbar-transparent .logo-container .brand {
	color: #FFFFFF;
}
.logo-container .brand-material {
	font-size: 18px;
	margin-top: 15px;
	height: 25px;
	width: auto;
}
.logo-container .logo img {
	width: 100%;
}
.navbar-small .logo-container .brand {
	color: #333333;
}
.fixed-section {
	top: 90px;
	max-height: 80vh;
	overflow: scroll;
}
.fixed-section ul li {
	list-style: none;
}
.fixed-section li a {
	font-size: 14px;
	padding: 2px;
	display: block;
	color: #666666;
}
.fixed-section li a.active {
	color: #00bbff;
}
.fixed-section.float {
	position: fixed;
	top: 100px;
	width: 200px;
	margin-top: 0;
}
.parallax .parallax-image {
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.parallax .parallax-image img {
	width: 100%;
}
 @media (max-width: 768px) {
.parallax .parallax-image {
	width: 100%;
	height: 640px;
	overflow: hidden;
}
.parallax .parallax-image img {
	height: 100%;
	width: auto;
}
}
.separator {
	content: "Separator";
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 20px;
}
.separator-line {
	background-color: #EEE;
	height: 1px;
	width: 100%;
	display: block;
}
.separator.separator-gray {
	background-color: #EEEEEE;
}
.social-buttons-demo .btn {
	margin-right: 5px;
	margin-bottom: 7px;
}
.img-container {
	width: 100%;
	overflow: hidden;
}
.img-container img {
	width: 100%;
}
.lightbox img {
	width: 100%;
}
.lightbox .modal-content {
	overflow: hidden;
}
.lightbox .modal-body {
	padding: 0;
}
@media screen and (min-width: 991px) {
.lightbox .modal-dialog {
	width: 960px;
}
}
 @media (max-width: 768px) {
.btn, .btn-morphing {
	margin-bottom: 10px;
}
.parallax .motto {
	top: 170px;
	margin-top: 0;
	font-size: 60px;
	width: 270px;
}
}
/*       Loading dots  */

/*      transitions */
.presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#images h4 {
	margin-bottom: 30px;
}
#javascriptComponents {
	padding-bottom: 0;
}
#javascriptComponents .btn-raised {
	margin: 10px 5px;
}
/*      layer animation          */

.layers-container {
	display: block;
	margin-top: 50px;
	position: relative;
}
.layers-container img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	text-align: center;
}
.section-black {
	background-color: #333;
}
.animate {
	transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
	-webkit-transition: 1.5s ease-in-out;
}
.navbar-default.navbar-small .logo-container .brand {
	color: #333333;
}
.navbar-transparent.navbar-small .logo-container .brand {
	color: #FFFFFF;
}
.navbar-default.navbar-small .logo-container .brand {
	color: #333333;
}
.sharing-area {
	margin-top: 80px;
}
.sharing-area .btn {
	margin: 15px 4px 0;
	color: #FFFFFF;
}
.sharing-area .btn i {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.sharing-area .btn-twitter {
	background-color: #55acee;
}
.sharing-area .btn-facebook {
	background-color: #3b5998;
}
.sharing-area .btn-google-plus {
	background-color: #dd4b39;
}
.sharing-area .btn-github {
	background-color: #333333;
}
.section-thin, .section-notifications {
	padding: 0;
}
.section-navbars {
	padding-top: 0;
}
#navbar .navbar {
	border-radius: 0;
}
.section-tabs {
	background: #EEEEEE;
}
.section-pagination {
	padding-bottom: 0;
}
.section-download h4 {
	margin-bottom: 50px;
}
.section-examples a {
	text-decoration: none;
}
.section-examples h5 {
	margin-top: 30px;
}
.components-page .wrapper > .header, .tutorial-page .wrapper > .header {
	height: 400px;
	padding-top: 100px;
	background-size: cover;
	background-position: center center;
}
.components-page .title, .tutorial-page .title {
	color: #FFFFFF;
}
.input-group {
	display: block;
}
.main {
	background: #FFFFFF;
	position: relative;
	z-index: 3;
}
.main-raised {
	margin: -60px 30px 0px;
	border-radius: 6px;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.header-filter {
	position: relative;
}
.header-filter:before, .header-filter:after {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	content: "";
}
.header-filter::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.header-filter .container {
	z-index: 2;
	position: relative;
}
.section {
	padding: 70px 0;
	background-position: center center;
	background-size: cover;
}
.navbar {
	border: 0;
	border-radius: 3px;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	-webkit-transition: all 150ms ease 0s;
	-moz-transition: all 150ms ease 0s;
	-o-transition: all 150ms ease 0s;
	-ms-transition: all 150ms ease 0s;
	transition: all 150ms ease 0s;
}
.navbar .navbar-brand {
	position: relative;
	height: 50px;
	line-height: 30px;
	color: inherit;
	padding: 10px 15px;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
	color: inherit;
	background-color: transparent;
}
.navbar.navbar-transparent {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	padding-top: 25px;
}
.navbar-fixed-top {
	border-radius: 0;
}
.navbar .navbar-nav > li > a .material-icons, .navbar .navbar-nav > li > a .fa {
	font-size: 20px;
	max-width: 20px;
}
.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
	color: inherit;
	background-color: transparent;
}
.navbar .navbar-nav > li > a:not(.btn) .material-icons {
	margin-top: -3px;
	top: 0px;
	position: relative;
	margin-right: 3px;
}
.navbar, .navbar.navbar-default {
	background-color: #9c27b0;
	color: #FFFFFF;
}
.navbar .navbar-nav > li > a {
	color: inherit;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
}
@media (max-width: 1199px) {
.navbar .navbar-brand {
	height: 50px;
	padding: 10px 15px;
}
.navbar .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
footer {
	padding: 15px 0;
	text-align: center;
}
.footer a {
	font-weight: bold;
}
footer.footer-documentation {
	margin-top: 0;
	bottom: 0;
	text-shadow: none;
	color: inherit;
}
footer.footer-documentation li a {
	color: inherit;
}
footer.footer-documentation li a:hover, footer.footer-documentation li a:focus {
	color: #89229b;
}
footer ul {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	color: inherit;
	padding: 15px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	display: block;
}
footer ul li a:hover {
	text-decoration: none;
}
footer ul li .btn {
	margin: 0;
}
footer ul.links-horizontal:first-child a {
	padding-left: 0;
}
footer ul.links-horizontal:last-child a {
	padding-right: 0;
}
footer ul.links-vertical li {
	display: block;
}
footer ul.links-vertical li a {
	padding: 5px 0;
}
footer .social-buttons a, footer .social-buttons .btn {
	margin-top: 5px;
	margin-bottom: 5px;
}
footer .footer-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	margin-left: -15px;
}
footer .footer-brand:hover, footer .footer-brand:focus {
	color: #3C4858;
}
footer .copyright {
	padding: 15px 0;
	text-align: center;
}
footer .copyright .material-icons {
	font-size: 18px;
	position: relative;
	top: 3px;
}
footer .pull-center {
	display: inline-block;
	float: none;
}
 @media (max-width: 768px) {
.footer .copyright {
	display: inline-block;
	text-align: center;
	padding: 10px 0;
	float: none !important;
	width: 100%;
}
}
.wizard-container .form-group {
	margin-bottom: 5px
}
.listing-icon-category {
	width: 90px;
	height: 90px;
	background: #ffffff;
	border: 2px solid #009ed4;
	border-radius: 50%;
	text-align: center;
	padding-top: 26px;
	margin-right: 15px;
	margin: 0 auto;
	cursor: pointer;
}
.listing-wraper-category:hover .listing-icon-category {
	background: #11203c;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.listing-text-category {
}
.listing-text-category h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff
}
.listing-text-category p {
	color: #fff;
}
.listing-wraper-category {
	margin: 40px 0;
}
.listing-text-category {
	width: 100%;
	float: left;
	margin-top: 12px;
	text-align: center;
}
.overview-main-wraper {
	padding: 30px 0
}
.overview-inner-wraper {
}
.overview-inner-wraper h1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.overview-inner-wraper p {
	color: #dacffa;
	font-size: 16px;
	line-height: 26px;
}
.add-photo-listing-wrp {
	background: #1d1a37;
	border-radius: 20px;
	padding: 25px;
	margin-bottom: 25px;
}
.add-photo-listing-wrp h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px
}
.decription-main-top-wraper {
	background: #1d1a37;
	border-radius: 20px;
	padding: 25px;
	margin-bottom: 25px;
}
.decription-main-top-wraper a {
	background: #009ed4 !important;
	margin-top: 0
}
.overview-inner-wraper h3 {
	color: #009ed4;
	margin-bottom: 15px;
	font-size: 22px;
	margin-top: 40px;
}
.textarea-group-wraper {
	background: #1d1a37;
	border-radius: 20px;
	padding: 25px;
	margin-bottom: 25px;
}
.textarea-group-wraper label {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.continue-button {
	text-align: right;
	margin-top: 25px
}
.continue-button .continue-button-form {
	background: #2fac66;
	color: #fff;
	padding: 14px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	outline: none;
	font-size: 14px;
	border: none;
	outline: none;
	box-shadow: none;
}
.continue-button .continue-button-form:hover {
	background: #009ed4
}
.textarea-group-wraper {
	margin-bottom: 25px;
}
.profile-photo-wraper {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-size: cover !important;
	margin-bottom: 20px;
	margin: 0 auto;
}
.profile-photo-wraper a {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: rgba(0,158,212,0.8);
	color: #fff;
	text-decoration: none;
	padding-top: 45px;
	text-align: center;
	display: none;
	font-size: 10px;
}
.profile-photo-wraper:hover a {
	display: block;
}
.profile-photo-wraper a i {
	display: block;
	font-size: 28px;
	margin-bottom: 5px;
}
.complete-agent-profile-listing {
	padding: 60px 0 60px 0;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover !important;
}
.complete-agent-profile-listing h1 {
	color: #081325;
	font-weight: 600;
	text-align: center;
	font-size: 32px;
	margin-bottom: 15px;
}
.complete-agent-profile-listing p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 35px;
}
.complete-agent-profile-listing ul {
	list-style: none;
}
.complete-agent-profile-listing ul li {
}
.complete-agent-profile-listing ul li .list-all-set-wraper {
	background: #fff;
	padding: 35px;
	box-shadow: 0px 7px 18px -2px #c6ddf2;
	border-radius: 8px
}
.complete-agent-profile-listing ul li:hover .list-all-set-wraper {
	box-shadow: 0px 7px 118px -2px #c6ddf2;
}
.complete-agent-profile-listing {
}
.complete-agent-profile-listing ul {
	list-style: none;
}
.complete-agent-profile-listing ul li {
}
.complete-agent-profile-listing ul li .list-all-set-wraper {
	text-align: left;
	margin-bottom: 30px
}
.list-all-set-wraper h3 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	height: 70px;
	overflow: hidden;
}
.button-complete-profile-wrp {
	margin-bottom: 0px;
	text-align: right;
}
.button-complete-profile-wrp a {
	background: #2fac66;
	color: #fff;
	padding: 12px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
}
.listi-all-icon {
	margin-bottom: 25px;
}
.pitch-main-wraper {
	background: url(../images/pitch.svg) no-repeat top;
	height: 444px;
	width: 345px;
	margin: 15px 0 30px 0;
	position: relative;
	overflow: hidden
}
.level-main-wraper {
	margin:15px 0
}
.level-main-wraper h5 {
	font-weight: bold;
	margin-bottom: 21px
}
.level-main-wraper a {
	background: #2fac66;
	color: #fff;
	padding: 9px 21px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	outline: none;
	font-size: 12px;
	margin-right: 10px;
}
.level-main-wraper a:hover {
	background: #009ed4
}
.active-button-level {
	background: #009ed4 !important
}
.pitch-main-wraper {
}
.pitch-main-wraper ul {
	list-style: none;
}
.pitch-main-wraper span {
	position: absolute;
}
.groud-select-form {
}
.groud-select-form h5 {
	margin-bottom: 5px;
	margin-top: 20px;
	color:#fff
}
.groud-select-form span {
	display: block;
	font-size: 16px;
	color: #009ed4
}
.groud-select-form a {
	display: block;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	width: 40%;
	text-align: center;
	border-radius: 30px;
	margin-top: 15px;
	padding: 10px 0
}

.radiotextsty {
	color: #fff;
	font-size: 14px;
	font-weight:normal
}
.customradio {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 15px;
	border-radius: 30px;
	font-weight: 500;
}
/* Hide the browser's default radio button */
.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.form-check-inline {
	margin-bottom: 15px
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #BEBEBE;
}
/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
	background-color: transparent;
}
/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
	background-color: white;
	border: 1px solid #BEBEBE;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #2fac66;
}
.move-to-previous-team-button {
	margin-bottom: 45px
}
.move-to-previous-team-button a {
	background: #009ed4;
	padding: 12px 34px;
	color: #fff;
	text-decoration: none;
	border-radius: 30px
}
.add-cancel-wraper {
	margin-top: 15px;
	margin-bottom:15px
}
.add-cancel-wraper a {
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 38px;

}
.done-button {
	background: #2fac66;
	color: #fff !important;
	border-radius: 30px
}
.add-item-button-wraper {
	margin-bottom: 30px
}
.add-item-button-wraper a {
	background: #009ed4;
	padding: 12px 34px;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
}
.add-item-button-wraper a i {
	margin-right: 25px;
}
/* Custom Radio Button End*/

.slidecontainer {
	width: 100%;
	background: #18152c;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 15px;
    border: 1px solid #0c0a16;
}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 25px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}
.slidecontainer p {
	padding-bottom: 10px;
}
.slidecontainer span {
	float: right;
}
.slider:hover {
	opacity: 1;
}
 .slider::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 25px;
 height: 25px;
 background: #4CAF50;
 cursor: pointer;
}
 .slider::-moz-range-thumb {
 width: 25px;
 height: 25px;
 background: #4CAF50;
 cursor: pointer;
}
.progress-range-heading-wrp a {
	margin-bottom: 25px;
	background: #18152c;
    border: 1px solid #0c0a16;
	padding: 10px;
	display: block;
    border-radius: 6px;
}
.progress-range-heading-wrp a {
	display: block;
	text-decoration: none;
}
.progress-range-heading-wrp a span {
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
	display: block
}
.range-prgress {
	background: #f5f5f5;
}
.range-prgress span {
	display: block;
	width: 50%;
	height: 18px;
	font-size: 14px;
	color: #fff !important;
	background: #009ed4;
	text-align: right !important;
	padding-right: 5px
}
.complete-player-profile-listing {
}
.complete-player-profile-listing h3 {
	margin-bottom: 10px;
	height: auto;
}
.complete-player-profile-listing p {
	text-align: left;
	margin: 0;
	padding: 0;
	padding-bottom: 30px
}
.complete-player-profile-listing ul li {
	margin-bottom: 35px;
}
.player-profile-photo-wraper {
	margin: 0 auto;
	margin-bottom: 12px;
}
.range-maths-wraper {
	text-align: left;
}
.range-maths-wraper span {
	display: inline-block;
	width:10.4%;
	float: none !important;
	font-weight: 600;
	font-size: 13px;
	    color: #fff;
}
.no-width {
	width: 0% !important;
}
.form-check-inline h6 {
	margin-bottom: 10px;
	font-size: 16px;
	color:#fff;
	font-weight:normal;
}
.range-maths-second-wraper span {
	width: 97%;
}
.active-price-range {
	background: #2fac66 !important
}
.active-price-range span {
	color: #fff !important;
}
.package-checkbox .boxes {
	margin-top: 2px;
	margin-bottom: 16px
}
.package-checkbox input[type="checkbox"] {
	display: none;
}
.package-checkbox input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-weight: 400
}
.package-checkbox input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.package-checkbox input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.package-checkbox input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.package-amount-checkboxwrp {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
}
.package-amount {
	text-align: right;
	font-weight: 600;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px
}
.packaeg-listingwrp {
	padding: 10px;
}
.packaeg-listingwrp ul {
	list-style: none;
}
.packaeg-listingwrp ul li {
	padding: 6px 0;
	background: url(../images/checkredpackage.png) no-repeat left;
	padding-left: 30px;
}
.secondpackagewraper {
	margin-bottom: 115px !important;
}
.review-cart-packagewrp {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 9px 0px #c5c5c5;
	margin-bottom: 107px;
}
.reviewpackageheadingedit {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px 10px 0px 0px;
}
.reviewpackageheadingedit .reviewpackage-heading {
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.edit-button {
	text-align: right;
}
.edit-button a {
	font-size: 14px;
	color: #000;
}
.edit-delivery-typewraper {
}
.edit-delivery-typewraper ul {
	list-style: none;
}
.edit-delivery-typewraper ul li .delivery-list-review {
	padding: 15px;
	border-bottom: 1px solid #ddd
}
.edit-delivery-typewraper ul li .delivery-list-review .delivery-type-top {
}
.edit-delivery-typewraper ul li .delivery-list-review .delivery-type-top h5 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 20px
}
.edit-delivery-typewraper ul li .delivery-list-review .delivery-type-top h5 span {
	font-size: 14px;
	color: #c10000
}
.delivery-type-top .edit-deliveryreview {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px
}
.delivery-type-top .edit-deliveryreview a {
	color: #bbbbbb;
	text-decoration: none;
}
.cart-cases-review {
}
.cart-cases-review .cases-review-heading {
	font-weight: 600;
	font-weight: 19px;
	font-family: 'Roboto', sans-serif;
	color: #000
}
.cart-cases-review .cases-review-heading span {
	float: right;
}
.subcase-category {
}
.subcase-category span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	color: #8f8f8f;
	padding-top: 3px
}
.edit-profile-inner-wraper .profile-photo-wraper {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
.edit-profile-inner-wraper .profile-photo-wraper a {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	padding-top: 72px
}
.edit-profile-inner-wraper {
	position: relative;
}
.dashboard-heading-rating {
	position: absolute;
	right: 200px;
	top: 207px;
}
.dashboard-heading-rating h5 {
	font-size: 22px;
	color: #000;
}
.dashboroad-rating a {
	text-decoration: none;
	color: #ecdc15;
	font-size: 22px
}
.flag-wraper ul {
	text-align: center;
	list-style: none;
	margin-top: 15px;
}
.flag-wraper ul li {
	display: inline-block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: cover !important;
	overflow: hidden;
}
.dashbord-sub-heading {
	text-align: center;
}
.dashbord-sub-heading h4 {
	margin-bottom: 5px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.button-dashboad-wrp {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #009ed4;
	border-radius: 20px;
	padding: 18px
}
.button-dashboad-wrp a {
	display: block;
	background: none !important;
	color: #d1d4ec;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 15px;
	border-radius: 30px 30px 0 30px;
	font-weight:600
}
.button-dashboad-wrp a i {
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	width: 14px;
}
.button-dashboad-wrp a:hover {
	background: #15152f !important;
}
.add-photo-listing-wrp {
}
.add-photo-listing-wrp ul {
	list-style: none;
}
.add-photo-listing-wrp ul li {
	display: inline-block;
	margin-right: 15px;
	float: left;
}
.add-photo-list {
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
	background-size: cover !important;
	border-radius: 8px;
	padding-top: 15px;
	color: #fff
}
.add-photo-list a {
	display: block;
	height: 120px;
	padding-top: 20px;
	font-size: 36px;
	color: #009ed4;
	text-decoration: none;
	text-align: center
}
.right-panel-wraper {
	background: #1d1a37;
	text-align: center;
	border-radius: 20px
}
.right-panel-wraper ul {
	list-style: none;
}
.right-panel-wraper ul li {
}
.right-panel-wraper ul li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 28px 0 28px 0;
	display: block;
}
.right-panel-wraper ul li a:hover {
	color: #009ed4;
}
/* CSS content */


.player-info-main-wraper .player-info-top-banner {
	padding: 80px 0;
	background-size: cover !important;
	height: 650px;
}

.player-info-image-detail-wrp .player-info-image {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-bottom: 20px
}
.player-info-image a {
	display: block;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.9);
	color: #fff;
	text-decoration: none;
	padding-top: 80px;
	text-align: center;
	display: none;
}
.player-info-image:hover a {
	display: block;
}
.rating-star-wraper {
	text-align: center;
}
.rating-star-wraper h2 {
    margin-bottom: 5px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.player-profile-info-wraper {
	background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
}
.football-player-profile-wraper .player-profile-info-wraper {

}

.player-profile-info-wraper h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom:15px;
}
.listing-tabs-player-stats span{
	font-size:22px !important;
	color:#009ed4 !important;
	text-align:left !important;
	font-weight:bold !important;
}  
.listing-tabs-player-stats h2{
	font-weight:400 !important;
	margin-bottom:30px !important
}
.player-profile-info-wraper {
}
.player-profile-info-wraper ul {
	list-style: none;
}
.player-profile-info-wraper ul li {
}
.player-profile-info-wraper ul li .listing-profile-info {
background: #18152c;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #0c0a16;
}
.player-profile-info-wraper ul li strong {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.player-profile-info-wraper ul li span{
	color: #dacffa;
    font-size: 11px;
    line-height: 22px;
}
.player-profile-info-wraper ul li strong i {
	margin-right: 10px;
	color: #2fac66
}
.player-info-detail-wraper .range-maths-wraper span {
    display: inline-block;
    width: 10.8%;
    font-size: 13px;
}
.search-content-inner-wraper {
	padding: 60px 0;
	background: #1f2340;
}


.search-listing-filter-wrp .form-group {
	background: #fff;
	padding: 12px 18px;
	border-radius: 12px;
	box-shadow: 1px 0 22px 0 rgba(196,196,196,.24);
	border: 1px solid #ccc;
	margin-bottom: 0;
}
.stats-table input{
	color:#000 !important;
}
.search-listing-filter-wrp .form-group label {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	display: block;
}
.search-listing-filter-wrp .form-control {
	box-shadow: none;
	border: none;
	padding-left: 0;
	height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.advance-search-wrp {
    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
}
.advance-search-wrp h1 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px
}

.advance-search-wrp ul {
	list-style: none;
}
.advance-search-wrp ul li:active {
}
.advance-search-wrp ul li:active {
	background : #110f22;
	color: #fff;
	border:none !important;
	box-shadow: none;
}
.advance-search-wrp ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 12px 24px;
	margin-bottom: 12px;
	border-radius: 12px;
	border:none !important
}

.advance-search-wrp ul li a:hover i {
	color: #fff;
}
.advance-search-wrp ul li .form-control {
	box-shadow: 1px 0 22px 0 rgba(196,196,196,.24);
	border: 1px solid #ccc;
	padding: 12px;
	width: 100%;
	border-radius: 12px;
	height: auto;
	padding-left: 20px
}
.advance-search-wrp ul li .form-control::-webkit-input-placeholder { /* Edge */
 color: black;
}
.search-listing-filter-wrp .form-group {
	background: #fff;
	padding: 12px 18px;
	border-radius: 12px;
	box-shadow: 1px 0 22px 0 rgba(196,196,196,.24);
	border: 1px solid #ccc;
	margin-bottom: 0;
	margin-bottom: 15px
}
.search-listing-filter-wrp .form-group label {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	display: block;
}
.advance-search-wrp ul li .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}
 .advance-search-wrp ul li .form-control::placeholder {
 color: black;
}
.advance-search-wrp ul li a i {
	color: #b7b7b7;
	position: relative;
	top: 3px;
	font-size: 13px;
}
.button-form-wrp .update-search {
	width: 100%;
	height: 45px;
	box-shadow: none;
	background: #262f3e;
	color: #fff;
	border: none;
	padding: 12px 0;
	border-radius: 30px;
	outline: none;
	font-weight: bold;
	margin-bottom: 10px
}
.button-form-wrp .update-search:hover {
	background: #2fac66;
}
.button-form-wrp .reset-search {
	width: 100%;
	height: 45px;
	box-shadow: none;
	background: #fff;
	color: #000;
	border: none;
	padding: 8px 0;
	border-radius: 30px;
	outline: none;
	font-weight: bold;
}
.map-listing-wraper {
	background: #fff;
	padding: 22px 22px 10px 22px;
	border-radius: 15px;
	margin-top: 22px;
	border: 1px solid #ccc;
	margin-bottom: 25px;
	box-shadow: 1px 0 22px 0 rgba(196,196,196,.24);
}
.map-listing-wraper h2 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
.map-listing-wraper h2 span {
	border-bottom: 2px solid #f89422;
	padding-bottom: 7px;
	border-radius: 2px;
}
.sarch-llisting-main-filter {
}
.sarch-llisting-main-filter .top-listing-search-wrp {
	padding: 10px;
	background: #ffffff;
	border-radius: 8px;
	margin-bottom: 22px;
	border-radius: 8px
}
.top-listing-search-wrp .form-group {
	margin-bottom: 0;
}
.top-listing-search-wrp .form-group .form-control {
	height: 40px;
	background: #f5f5f5;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 0;
	padding-bottom: 0
}
.sarch-llisting-main-filter .nav {
	background: none;
	border: none;
}
.sarch-llisting-main-filter .nav>li>a {
	position: relative;
	display: block;
	padding: 9px 15px;
	background: #fff;
	color: #000;
	background: #fff;
	margin-right: 10px;
	border: none;
	border-radius: 6px
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;/*background: #f89422;
	color: #fff*/
}
.listing-view-main-wraper a {
    margin-top: 15px !important;
}
.listing-view-main-wraper .listing-view-image-wraper {
	height: 135px;
	background-size: cover !important;
	width: 24%;
	border-radius: 15px;
	float: left;
}
.listing-view-text-wraper {
	width: 70%;
	float: left;
	margin-left: 25px;
}
.list-text-wrp h2 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom:15px
}
.list-text-wrp ul {
	list-style: none;
}
.list-text-wrp ul li {
    color: #d3d3f8;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px;
}
.buttons-wraper {
}
.buttons-wraper a {
	background: #009ed4;
	padding: 12px 0;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 30px;
	text-decoration: none;
	color: #fff;
	margin-top: 55px;
}
.buttons-wraper span {
	background: #f5f5f5;
	padding: 12px 0;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #000
}
.listing-view-main-wraper {
	margin-bottom: 15px;
	background: #1d1a37;
	padding: 22px 22px 22px 22px;
	border-radius: 20px;
}
.listing-view-main-wraper:hover{
	box-shadow:0px 0px 25px 1px #009ed4;
}
.car-search-listing-pagination {
	text-align: center;
	margin-top: 35px
}
.car-search-listing-pagination a {
	display: inline-block;
	width: 45px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	text-decoration: none;
	background: #fff;
}
.star-rating-search {
	margin-top: 5px
}
.star-rating-search a {
	font-size: 18px;
	text-decoration: none;
	color: #fbde0f;
}
/* CSS footer */


.footer-wraper {
	background:#11203c;
	padding: 60px 0 25px 0;
	background-size: cover !important
}
.footer-logo {
	text-align: center;
	border-bottom: 1px solid #18355c;
	padding-bottom: 50px;
}
.footer-middle-wraper {
	border-top: 1px solid #18355c;
	border-bottom: 1px solid #18355c;
	margin-top: 2px;
	padding: 60px 0
}
.footer-middle-wraper {
}
.footer-middle-wraper .footer-whatwedo-wraper {
}
.footer-whatwedo-wraper h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 25px
}
.footer-whatwedo-wraper p {
	color: #a5c1eb;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 22px
}
.footer-links-wraper {
	margin-left: 50px;
}
.footer-links-wraper h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 25px
}
.footer-links-wraper ul {
	list-style: none;
}
.footer-links-wraper ul li {
	color: #a5c1eb;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 5px
}
.footer-links-wraper ul li a {
	color: #a5c1eb;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-decoration: none;
}
.footer-links-wraper ul li a:hover {
	color: #fff;
}
.footer-links-wraper a {
	color: #a5c1eb;
	font-size: 16px;
	margin-right: 10px;
	text-decoration: none;
}
.footer-links-wraper a:hover {
	color: #fff;
}
.copy-right-wraper {
	margin-top: 2px;
	padding-top: 25px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.stripe-logo-footer{
	text-align:right;
}
.stripe-logo-footer img{
	max-width: 40%;
}
/* CSS footer */




.tabpanel-footbal-panel-wraper .nav-tabs {
	border: none;
	margin-bottom: 25px
}
.tabpanel-footbal-panel-wraper .nav-tabs>li>a {
	background: #2fac66;
	padding: 15px 44px;
	margin-right: 15px;
	border-radius: 8px;
	border: none !important;
	color: #fff
}
.tabpanel-footbal-panel-wraper .nav-tabs>li.active>a, .tabpanel-footbal-panel-wraper .nav-tabs>li.active>a:focus, .tabpanel-footbal-panel-wraper .nav-tabs>li.active>a:hover {
	color: #fff !important;
	background: #11203c;
}
.login-form-main-wraper {
	background: #000;
	height: 100vh;
	overflow: hidden;
	background-size: cover !important;
}
.login-form-wrp {
	padding: 35px;
	width: 25%;
	margin: 0 auto;
	background-color: rgba(22, 30, 49, 0.4);
	border-radius: 20px;
	margin-top: 10%;
}
.login-form-wrp  a{
	color:#fff;
	text-decoration:none;
}
.login-form-wrp h3 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 20px;
}
.login-form-wrp h5 {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
	line-height: 22px;
}
.login-form-wrp .form-group {
	background-color: rgba(22, 30, 49, 0.4);
	padding: 10px 15px;
	border: 1px solid #101523;
	border-radius: 8px
}
.login-form-wrp .form-group label {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}
.login-form-wrp .form-group .form-control {
	border: none !important;
	height: 20px;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #ffff;
	padding-bottom: 8px;
}
.forget-password a {
	color: #fff;
	text-decoration: none;
	font-size: 12px
}
.login-button {
	text-align: right;
}
.Login-button {
	background: #009ed4;
	padding: 8px 24px;
	border: none;
	font-size: 13px;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
}
.Login-button:hover {
	background: #2fac66
}
.login-button a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin-right: 15px;
	margin-top: 10px;
}
.forgot-password-form-wrp {
	margin-top: 13%
}
.create-profile-main-wraper {
	background-size: cover !important;
	background-attachment: fixed !important;
	padding: 40px;
}
.create-profile-main-wraper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.create-profile-main-wraper::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.create-profile-main-wraper::-webkit-scrollbar-thumb {
 background-color: #666;
}
.pricing-main-new-wrpaer {
	height: 100vh;
	background:#1f2340;
	padding: 60px;
	overflow: auto;
}
.pricing-main-new-wrpaer h2 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 35px;
	text-align: center
}
.pricing-main-new-wrpaer h5 {
	font-size: 16px;
	text-align: center;
}
.button-subcribe {
	display: block;
	color: #fff !important;
	background: #221e40;
	margin-top: 15px;
	text-align: center;
	text-decoration: none !important;
	padding: 10px 0;
	border-radius: 30px
}
.player-info-main-wraper {
    background: #1f2340;
    padding: 60px;
}
.tab-nav-main-wraper{
	    text-align: center;
    margin-bottom: 15px;
    background: #009ed4;
    border-radius: 20px;
    padding: 18px;
}
.tab-nav-main-wraper ul{
	border:none;
}
.tab-nav-main-wraper ul li{
	float:none;
}
.tab-nav-main-wraper ul li a{
	color:#fff;
	border-radius:30px 30px 0 30px;
}
.tab-nav-main-wraper ul li a:hover{
	color:#009ed4;
}
.tab-nav-main-wraper .nav-tabs>li.active>a, .tab-nav-main-wraper .nav-tabs>li.active>a:focus, .tab-nav-main-wraper .nav-tabs>li.active>a:hover{
	color:#000;
	font-weight:600
}
.player-profile-info-wrp{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
	text-align:center
}
.football-player-profile-wraper h2{
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 20px;
}
.slidecontainer p{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
	padding-bottom:5px;
}
.edit-profile-main-wraper{
	    background: #1f2340;
    padding: 60px;
}
 .edit-profile-main-wraper::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
.edit-profile-main-wraper::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 .edit-profile-main-wraper::-webkit-scrollbar-thumb {
 background-color: #666;
}
.update-button-form{
	    background: #009ed4;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
	border:none;
	outline:none;
}
.edit-profile-image-wraper{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
}
.edit-profile-image-wraper h3{
	margin-top: 15px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
	margin-bottom:0;
	text-align:center
}
.first-player-step-wraper{
}
.first-player-step-wraper .form-group{
	    background: #18152c;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #0c0a16;
}
.first-player-step-wraper .form-group label{
	color:#fff;
	font-weight:bold;
	margin-bottom:0
}
.first-player-step-wraper .form-group .form-control{
	    border: none !important;
    height: 20px;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #ffff;
    padding-bottom: 8px;
}
.first-player-step-wraper{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
	margin-top:25px;
    margin-bottom: 25px;
}
.top-section-wrap{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
	margin-top:25px;
    margin-bottom: 25px;
}
.middler-team-main-wraper{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
	margin-top:25px;
    margin-bottom: 25px;
}
.current-team-form-wraper{
}
.middler-team-main-wraper .form-group{
	background: #18152c;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #0c0a16;
}
.middler-team-main-wraper .form-group label{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.middler-team-main-wraper .form-group .form-control {
    border: none !important;
    height: 20px;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #ffff;
    padding-bottom: 8px;
}
.listing-form-table-wraper{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
	margin-top:25px;
    margin-bottom: 25px;
}
.listing-form-table-wraper .table>tbody>tr>td, .listing-form-table-wraper .table>tbody>tr>th, .listing-form-table-wraper .table>tfoot>tr>td, .listing-form-table-wraper .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    color: #fff;
}
.skills-topsection-wraper{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
    margin-top: 25px;
}
.main-listing-palyer-info {
		    background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
    margin-top: 25px;
}
.main-listing-palyer-info .form-group{
	background: #18152c;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #0c0a16;
}
.main-listing-palyer-info .form-group label{
	    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
	margin-bottom:0
}
.main-listing-palyer-info .form-group .form-control {
    border: none !important;
    height:30px;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #ffff;
    padding-bottom: 8px;
}
.progress-main-wraper{
	    background: #1d1a37;
    border-radius: 20px;
    padding: 25px 25px 0 25px;
    margin-top: 25px;
}
.stats-main-wraper{
	background: #1d1a37;
    border-radius: 20px;
    padding: 25px;
    margin-top: 25px;
	margin-bottom: 25px;
}
.stats-main-wraper .table>tbody>tr>td{
	color:#fff
}
.create-profile-main-wraper form{
	    background-color: rgba(22, 30, 49, 0.6);
    padding: 40px 40px 40px 40px;
    border-radius: 20px;
}
.stats-main-wraper .form-group .form-control{
	color:#fff;
}
.article-detail-wraper {
	box-shadow: 0px 0px 5px 1px #ccc;
}
.article-detail-wraper .article-detail-image {
	height: 736px;
	background-size: cover !important;
	border-top: 5px solid #0d173e;
}
.article-detail-text {
	padding: 15px;
	
}
.article-detail-text h1{
	font-size: 30px;
	font-weight: bold;
	text-align:left
}
.article-detail-text h3 {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0
}
.article-detail-text p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 15px;
	padding-right: 15px;
	text-align:left
}
.article-detail-text p strong {
	display: block;
}
.home-article-detail-wraper {
	margin-bottom: 30px;
}
.main-payment-wraper{
    background: #f5f5f5;
}
.main-payment-wraper h3{
	font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.main-payment-wraper form{
	    background: #fff;
    padding: 45px 35px;
    margin-bottom: 25px;
	width:40%;
	right:0;
	position:absolute;
	height:100%
}
.main-payment-wraper form .form-group{
	    margin-bottom: 0;
}
.main-payment-wraper form .form-group .form-control{
	    background: #fff;
    padding: 8px 24px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #dadada;
	height:55px
}
#card-element{
	    background: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #dadada;
}
.CardNumberField-input-wrapper .InputElement {
    color: #fff !important;
}
#subscribe-button{
text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 15px 0;
}
.stripe-image-wrapper{
	    width: 35%;
    float: right;
    margin-top: -12px;
}
.create-radio-label input{
	margin-top:2px !important;
}

/* CSS media screen */

@media (max-width:1770px) and (min-width:1170px) {
.slider-text-wraper {
	padding-top: 70%;
}
}
 @media (max-width:1645px) and (min-width:1170px) {
.slider-image-text-wraper .container {
	width: 1400px;
}
.slider-text-wraper h2 {
	font-size: 65px;
	line-height: 65px
}
.search-header-wraper ul li a {
	font-size: 12px;
	padding-right: 10px;
}
.slider-form-wraper p {
	font-size: 13px;
}
}
@media (max-width:1600px) and (min-width:1170px) {
.mobile-images-wrp-setting {
	margin-left: -25% !important
}
}
@media (max-width:1490px) and (min-width:1170px) {
.search-header-wraper ul li {
	padding-left: 10px;
}
.slider-image-text-wraper .container {
	width: 1300px;
}
.slider-text-wraper p {
	font-size: 16px;
}
.carousel-control {
	padding-top: 28%;
}
.mobile-images-wrp-setting {
	margin-left: -30% !important
}
}
@media (max-width:1410px) and (min-width:1170px) {
.search-header-wraper ul li {
	padding-left: 0;
}
.header-navigation-wraper ul {
	/*margin-left: -20px;*/
	margin-top: 13px
}
.search-header-wraper ul {
	margin-top: 5px;
}
.search-header-wraper ul li a {
	font-size: 10px;
	padding-right: 10px;
}
.slider-image-text-wraper .container {
	width: 1200px;
}
}
@media (max-width:1323px) and (min-width:1170px) {
.mobile-images-wrp-setting {
	margin-left: -38% !important
}
.slider-form-wraper {
	width: 80%;
}
.search-header-wraper ul li .form-group {
	display: none;
}

}
 @media (max-width:1280px) and (min-width:1170px) {
.slider-image-text-wraper .container {
	width: 1000px;
}
.slider-form-wraper {
	width: 100%;
}
.slider-text-wraper h2 {
	font-size: 55px;
}
.slider-text-wraper p {
	font-size: 13px;
	line-height: 20px;
	padding-top: 5px
}
.palyer-image-wrp {
	width:550px;
	top: 200px;
    margin-left: 0;
}
.mobile-images-wrp {
	display: none;
}
.slider-text-wraper {
	padding-top: 280px;
}
.header-navigation-wraper ul li {
	padding-right: 36px;
}
}
@media screen and (max-width:1169px) {
.edit-profile-main-wraper{
    padding:30px 0;
}    
.header-navigation-wraper {
	display: none;
}
.popup-box{
	width:96% !important;
	top:1% !important
}
.dasboard-main-wraper{
	padding:30px !important;
}
.pricing-main-new-wrpaer{
	padding:30px !important;
}
.login-form-wrp {
	width: 30%;
}
.search-header-wraper {
	display: none;
}
.header-wraper .col-md-2 {
	width: 22.666667%;
}
.palyer-image-wrp {
	display: none;
}
.mobile-images-wrp {
	display: none;
}
.slider-image-text-wraper .container {
	width: 100%
}
.slider-image-text-wraper .col-md-4 {
	width: 100%;
}
.slider-text-wraper {
	padding: 250px 0 200px 0;
	text-align: center;
}
.slider-form-wraper {
	display: none;
}
.slider-text-wraper h2 {
    font-size: 45px;
    line-height: 47px;
}
.carousel-control.left {
	display: none;
}
.carousel-control.right {
	display: none;
}
.slider-image-text-wraper {
	height: auto;
}
.menusitebar-main-wraper {
	display: block;
}
.how-it-work-wraper .nav-tabs:before {
	background: none;
}
.how-it-work-wraper .nav-tabs>li a {
	background: none;
	width: auto;
	height: auto;
	box-shadow: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: none;
}
.recently-joined-wraper {
	margin-top: 0;
}
.how-it-work-wraper h1 {
	margin-bottom: 0px;
}
.how-it-work-wraper .nav-tabs {
	margin-top: 30px
}
.how-it-work-wraper .nav-tabs>li a {
	margin-bottom: 5px;
}
.recently-joined-wraper {
	padding: 60px 0;
}
.how-it-work-wraper {
	padding:60px 0;
}
.get-quote-button h3 {
	font-size: 20px;
	line-height: 25px
}
.calltoaction-wraper h2 {
	font-size: 20px;
}
.one-platform-wraper {
	padding: 60px 0;
}
}
@media screen and (max-width:980px) {
.header-wraper .col-md-2 {
	width: 100%;
}
.create-profile-main-wraper form{
	padding:20px;
}
.create-profile-main-wraper{
	padding:20px 0;
}
.main-payment-wraper{
	padding:20px 0;
}
.how-it-work-wraper .nav-tabs>li span {
	display: none;
}
.how-it-work-wraper .nav-tabs>li a {
	margin-bottom: 5px;
	margin: 0 12px;
	padding: 0;
}
.howitwork-tab-icon {
	text-align: left;
	margin-bottom: 25px;
}
.how-it-work-wraper .tab-content {
	padding: 25px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
}
.howitwork-tab-text p {
	padding-right: 0;
}
.slider-text-wraper {
	padding: 150px 0 100px;
}
.howitwork-tab-text h3 {
	font-size: 16px;
}
.howitwork-tab-text p {
	font-size: 14px;
}
.owl-nav .owl-prev {
	left: 25px !important;
}
.owl-nav .owl-next {
	right: 25px !important;
}
.owl-nav i {
	border: 1px solid #fff;
}
.recently-joined-image {
	background-size: contain !important;
}
.get-quote-button h3 {
	text-align: center
}
.get-quote-btn {
	text-align: center;
	margin-top: 20px
}
.platform-text-wraper ul li {
	text-align: center;
	background: #fff;
	padding: 25px 0;
	border-radius: 8px;
	margin-bottom: 10px
}
.platform-text-wraper ul li .icon-platform {
	margin: 0 auto;
}
.one-platform-wraper h2 {
	margin-bottom: 20px;
}
.platform-text-wraper h3 {
	text-align: center;
	font-size: 18px;
}
.platform-text-wraper h4 {
	text-align: center;
}
.platform-image {
	display: none;
}
.client-testomonial-wraper ul li {
	margin-bottom: 25px;
}
.calltoaction-wraper h2 {
	text-align: center;
	line-height: 25px
}
.footer-whatwedo-wraper h2 {
	margin-bottom: 10px;
}
.footer-links-wraper h2 {
	margin-bottom: 10px;
}
.footer-links-wraper {
	margin-left: 0;
	margin-top: 30px
}
.login-form-wrp {
	width: 35%;
}
.decription-main-top-wraper a{
	display:block !important;
	float:none !important;
	margin-top:15px
}
.right-panel-wraper{
	position:fixed;
	bottom:0;
	z-index:111;
	width:100%;
	left:0;
	text-align:center;
	background:#383266;
    border-radius: 20px 20px 0 0;
}
.right-panel-wraper ul li{
	display:inline-block;
}
.right-panel-wraper ul li a{
	padding:12px 8px;
	display:block;
}
}
@media screen and (max-width:768px) {
.slider-text-wraper h2 {
	font-size: 40px;
	line-height: 45px
}
.add-photo-list{
	width:60px;
	height:60px;
}
.dasboard-main-wraper{
	height:auto;
	overflow:hidden;
}
.player-info-main-wraper{
	padding:20px 0;
}
.add-photo-list a{
	padding-top:0;
}
.slider-text-wraper p {
	font-size: 16px;
}
.how-it-work-wraper h1 {
	font-size: 25px;
}
.recently-joined-wraper h2 {
	font-size: 25px;
}
.one-platform-wraper h2 {
	font-size: 25px;
}
.client-testomonial-wraper h2 {
	font-size: 25px;
}
.howitwork-tab-text h3 {
	line-height: 28px;
}
.get-quote-button h3 {
	font-size: 18px;
}
.get-quote-button h3 br {
	display: none;
}
.calltoaction-wraper h2 {
	font-size: 18px;
}
.calltoaction-wraper h2 br {
	display: none;
}
.login-form-wrp {
	width: 40%;
	margin-top: 2% !important
}
}
@media screen and (max-width:650px) {
.login-form-wrp {
	width: 50%;
}
.dasboard-main-wraper {
    padding: 30px 0 !important;
}
.pricing-main-new-wrpaer{
    padding: 30px 0 !important;
}
.edit-profile-main-wraper{
	padding:30px 0;
}
}
 @media screen and (max-width:550px) {
.login-form-wrp {
	width: 90%;
    margin-top: 13% !important;
}
.dasboard-main-wraper {
    padding: 20px 0 !important;
}
.edit-profile-main-wraper{
	padding:20px 0;
}
.nav-pills{
	float:none;
	width:100% !important;
}
.wizard-card[data-color="red"] .moving-tab{
	width:100% !important;
    margin-left: 10px;
	display:none;
}

.pitch-main-wraper{
	width:305px;
}
.wizard-card .nav-pills > li{
	width:100% !important
}
.wizard-card .nav-pills > .active a{
	color:#009ed4 !important;
}

.listing-view-main-wraper .listing-view-image-wraper{
        width: 100%;
    margin-bottom: 15px;
}
.listing-view-text-wraper{
     width: 100%;
     margin:0;
}

    
}
