/*Font families:
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Krona One', sans-serif;
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700;800&display=swap");
/* @import url("https://fonts.cdnfonts.com/css/avenir"); */

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 123.19%;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 35px;
}

h4,
.h4 {
  font-size: 25px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

p {
  margin-bottom: 30px;
  font-size: 14px;
}

p:nth-last-child(1) {
  margin-bottom: 0;
}

ul li,
ol li {
  font-size: 14px;
}

.text-justify {
  text-align: justify !important;
}

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

}


/*plaecholder*/

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
textarea.form-control {
  padding-top: 12px;
  resize: none;
}
textarea.form-control {
  height: auto;
}
:focus {
  outline: 0;
  box-shadow: none;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control,
.multiselect {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
	color: #3d3d3d;
	width: 100%;
	height: 49px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #a1a1a1;
	-webkit-background-clip: padding-box;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.btn {
  font-weight: 600;
  font-size: 16px;
  background-image: linear-gradient(to right, #BC0101, #990101, #000000, #000000);
  background-size: 300% 100%;
  border: none;
  color: #ffffff;
  border-radius: 10px;
  line-height: 177%;
  padding: 12px 26px;
  height: 51px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn.hover,
.btn:hover {
  color: #ffffff;
  border: none;
  box-shadow: none;
  background-position: 100% 0;
  transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.btn-register {
  width: 180px;
}
.multiple-category-pane .button-block .btn-secondary {
  padding: 12px 26px;
  width: 100%;
  max-width: 185px;
}
.btn-secondary {
  background: rgba(159, 1, 1, 0.04);
  border-color: transparent;
  color: #9F0101;
  text-transform: capitalize;
}
.btn-secondary:hover {
  background: #9F0101;
  border-color: #9F0101;
  color: #ffffff;
}
.rounded-pill{
  border-radius: 69px !important;
}
a {
  color: #9F0101;
  line-height: normal;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:visited,
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}

.container {
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-padding {
  padding: 50px 0;
}
/*--------------- Header Start ---------------*/
.header{
  /* -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out  0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition:  all ease-in-out 0.2s; */
  padding: 25px 0;
  z-index: 9;
}
.header.fixed-header {
  padding-top: 10px;
  padding-bottom: 10px;
  /* -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition:  all ease-in-out 0.2s; */
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  -moz-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; 
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
header .navbar {
  padding: 0;
}
.header.fixed-header .navbar .navbar-nav a.nav-link {
  padding: 5px 0;
}
.header.fixed-header .navbar{
  padding: 0;
}
.header.fixed-header .site-logo a img {
  max-width: 80px;
  max-height: 54px;
}
.site-logo a {
  display: inline-block;
  vertical-align: top;
}
.site-logo img {
  max-width: 115px;
  max-height: 78px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 155.69%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.headerLoginBtn {
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 155.69%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  box-shadow: none;
  border: none;
  padding: 11px 15px;
  max-width: 143px;
  height: 46px;
  text-transform: capitalize;
  height: auto;
}
.loggedin{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 150px;
}
.loggedin .fa.fa-angle-down {
  font-size: 14px;
  line-height: 24px;
}
.headerLoginBtn.show {
  color: #fff;
}
.dropdown.profile .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 155.69%;
  padding: 8px 15px;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.dropdown.profile .dropdown-item:hover{
  background: #222645;
  color: #fff;
}
.dropdown.profile .dropdown-menu {
  padding: 0;
}
.dropdown.profile .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
  overflow: hidden;
}
.header .profile .btn .pic {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.user-profile-name{
  max-width: 65px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 5px;
}
.headerLoginBtn .fa.fa-user-circle-o {
  height: 22px;
  width: 22px;
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
}
.headerLoginBtn .fa.fa-angle-down{
  font-size: 13px;
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 155.69%;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #222645;
}
.navbar-nav .dropdown-menu {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
/* Loader */
.page-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
}
.page-loader.showloader {
  display: flex;
}
.page-loader img {
  max-width: 70px;
}
/*--------------- Header End ---------------*/

/*--------------- Home Banner Start ---------------*/
.Bannerside {
  position: relative;
}
.Bannerside .content ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.Bannerside .item {
  background: linear-gradient(179.6deg, #FCE4A4 0.37%, #FFFFFF 99.68%);  
  position: relative;
  overflow: hidden;
  border-radius: 23px;
}
.Bannerside .item::before {
  content: "";
  position: absolute;
  right: -12px;
  left: auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home-shap.png") right center no-repeat;;
}
.Bannerside .content {
  padding: 0;
  height: 461px;
  position: absolute;
  left: 88px;
  top: 96px;
  right: auto;
 
}
.organization-banner .content{ max-width: 500px;}
.Bannerside .content h1{
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 123.19%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
  letter-spacing: 0;
}
.Bannerside .content p{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 155.69%; 
  color: #000000;
  margin: 23px 0 27px;
}
.google-play-btn{
  margin-left: 20px;
}
.google-play-btn img {
  max-width: 170px;
}
.home-img-block .home-slider img {
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: bottom;
  height: 100%;
}
.home-slider .slick-track{
  display: flex;
  align-items: flex-end;
}
/*--------------- Home Banner End ---------------*/

/*--------------- CMS Section Start ---------------*/
.cms-section{
  position: relative;
}
.bg-red-card{
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
  border-radius: 46px;
  padding: 91px 70px 91px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.bg-red-card h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 123.2%;
  letter-spacing: -0.055em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.bg-red-card p{
  color: #F5F5F5;
  font-weight: 500;
  font-size: 18px;
  line-height: 155.69%;
}
.bg-red-card::before,.bg-red-card::after{
  content: "";
  position: absolute;
  right: 148px;
  left: auto;
  top: 0;
  width: 264px;
  height: 109px;
  background: url("../images/Ellipse-shape-01.png") no-repeat center bottom;
}
.bg-red-card::after{
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
  width: 162px;
  height: 111px;
  background: url("../images/Ellipse-shape-02.png") no-repeat center bottom;
}
.bg-yellow-card{
  background: linear-gradient(179.6deg, #FCE4A4 0.37%, #FFFFFF 99.68%);
  border-radius: 46px;
  position: relative;
  height: 324px;
  padding-top: 53px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;  
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.bg-red-card:hover, .bg-yellow-card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.bg-yellow-card .card-content {
  position: absolute;
  left: 56px;
  top: 56px;
}
.bg-yellow-card .card-content h5 {
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-family: 'Krona One';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 123.19%;
}
.bg-yellow-card .card-content h6 {
  font-family: 'Lato',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 155.69%;
  color: #111111;
}
.card-img-block {
  text-align: right;
}
.card-img-block .abs-img {
  width: 309px;
  height: auto;
  width: auto;
}
.mt-20{
  margin-top: 20px;
}
/*--------------- CMS Section End ---------------*/

/*--------------- Competitions Section Start ---------------*/
.title-block h2{
  color: #000000;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 123.19%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  
}
.title-block p{
  color: #656060;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 155.69%;
}
.tabbable-panel .tab-list {
  height: 83px;
  background: #FCE29F;
  border-radius: 10px;
  margin: 42px 0 30px;
  align-items: center;
  padding: 0 30px;
  justify-content: space-between;
}
.tabbable-panel .tab-list .nav-item:not(:last-child) {
  margin: 0 10px 0 0;
}
.tabbable-panel .tab-list .nav-link {
  border-radius: 10px;
  width: auto;
  text-align: center;
  padding: 16px 23px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 155.69%;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tabbable-panel .tab-list .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  background: #ffffff;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.tabbable-panel .tab-list .nav-link.active::before, 
.tabbable-panel .tab-list .nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.tab-pane-card{
  padding: 35px 37px 35px 32px;
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  min-height: 372px;
}
.tab-card{
  padding: 35px 37px 35px 32px;
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
}
.tabbable-panel .tab-img > img {
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
.tab-content h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 123.2%;
  color: #000000;
  letter-spacing: -0.055em;
}
.tab-content p {
  color: #7B7B7B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 154.2%;
  letter-spacing: -0.055em;
  margin-bottom: 34px;
  overflow: hidden;
  word-wrap: break-word;
}
.tab-right-sidebar {
  background: #FFFFFF;
  border: 1.5px solid rgba(0, 0, 0, 0.06);
  border-radius: 18px;
  padding: 15px 15px;
  height: 100%;
}
.tab-right-sidebar .content-block {
  margin-left: 15px;
}
.tab-right-sidebar .img-block img {
  width: 27px;
  height: 27px;
}
.tab-right-sidebar .content-block h6 {
  margin-bottom: 0;
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tab-right-sidebar .content-block span img {
  width: auto;
  margin-right: 10px;
}
.tab-right-sidebar .list-group-item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
    border-left-color: rgba(0, 0, 0, 0.04);
    border-left-style: solid;
    border-left-width: 1px;
  border-radius: 6px;
  padding: 11px 0 11px 50px;
  border-left: 4px solid #BC0101;
}
.tab-right-sidebar .list-group-item:not(:last-child) {
  margin-bottom: 20px;
}
.comp-not-available {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 372px;
}
.comp-not-available h4 {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 123.2%;
  letter-spacing: 0.005em;
  color: #000000;
}
.tab-category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.06);
}
.multiple-category-pane .tab-right-sidebar {
  padding: 0;
  border: none;
}
.multiple-category-pane .tab-right-sidebar .list-group {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.tab-category-list  > .img-block {
  margin-right: 25px;
  width: 13%;
}
.tab-category-list  > .img-block > img {
  width: 150px;
  height: 133px;
  border-radius: 15px;
}
.tab-category-list  .content-area h5 {
  color: #000;
  letter-spacing: -0.055em;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 123.2%;
  margin-bottom: 40px;
}
.multiple-category-pane .tab-right-sidebar .list-group .list-group-item {
  border: none;
  padding: 0;
  margin: 0;
}
.multiple-category-pane .tab-right-sidebar .list-group-item:not(:last-child) {
  margin-right: 45px;
}
.multiple-category-pane .content-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 68%;
}
.multiple-category-pane .button-block {
  width: 16%;
  text-align: center;
}
/*--------------- Competitions Section End ---------------*/
/*--------------- Talented Achievers Section Start ---------------*/
.talented-achievers-section {
  position: relative;
}
.talented-achievers-section .title-block {
  margin-bottom: 65px;
 
}
.achievers-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.badge-img {
  position: absolute;
  right: 20px;
  bottom: 8px;
  width: 50px;
  height: 78px;
}
.main-img-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.achievers-item .main-img{
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
}
.achievers-item .main-img a > img {
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 300px;
  object-fit: cover;
  width: 300px;
}
/* .achievers-item .main-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(179.6deg, #FCE4A4 0.37%, #FFFFFF 99.68%);
  bottom: 0;
  z-index: -1;
} */
.autors-block {
  text-align: center;
  margin-top: 17px;
}
.autors-block h5{
  color: #000000;
  font-family: 'Montserrat',sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 155.69%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.autors-block h6{
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.achievers-item:hover .autors-block h5,
.achievers-item:hover .autors-block h6{
    color:#990101;
}
.btn-view-all {
  min-width: 158px;
}
.badge-img img {
  max-width: initial;
  width: 100%;
  height: auto;
}
/*--------------- Talented Achievers Section End ---------------*/
/*--------------- Our Mission Section Start ---------------*/
.our-mission-section{
  overflow: hidden;
}
.our-mission-section .title-block p {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 155.69%;
  color: #5B5B5B;
}
.our-mission-section .title-block {
  margin-bottom: 46px;
  text-align: left;
}
.our-mission-right {
  padding-left: 40px;
}
.our-mission-section .content-area p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 155.69%;
  color: #5B5B5B;
  margin-bottom: 15px;
}
.our-mission-right .img-block{
  position: relative;
  width: 49vw;
}
.our-mission-right .img-block > img {
  width: 49vw;
  max-width: none;
  height: 100%;
  display: block;
}
.fa-play{
  font-size: 20px;
}
.btn-play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-play:hover {
  background-color: #BC0101;
  color: #fff;
}
.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -44px;
  bottom: -44px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
.btn-play:hover .waves{
  background: rgba(188, 1, 1, 0.3);
}       
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.our-mission-right .mission-quates h5{
  font-family: 'Krona One';
  background: linear-gradient(91.03deg, #000000 8.34%, #B60101 118.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155.69%;
  color: #000000;
  margin-bottom: 15px;
}
.our-mission-right .mission-quates h6{
  font-family: 'Krona One';
  color: #B60101;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 155.69%;
}
.our-mission-right .mission-quates > img {
  height: 43px;
  width: 43px;
  position: absolute;
  left: 65px;
  top: 0;
}
.mission-quates {
  position: relative;
  padding-left: 125px;
  padding-top: 20px;
  margin-top: 20px;
}
/*--------------- Our Mission Section End ---------------*/
/*--------------- Testimonials Section Start ---------------*/
.testimonials {
  position: relative;
}
.testimonials .title-block{
  margin-bottom: 58px;
}
.testimonials-slider .item{
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-shadow: 0 23px 18px rgb(0 0 0 / 2%), 9px 10px 14px rgb(0 0 0 / 3%), 2px 3px 8px rgb(0 0 0 / 3%), 0px 0px 0px rgb(0 0 0 / 3%);
  border-radius: 10px;
  padding: 0 25px 36px 45px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.testimonials-slider .item:hover{
  background: #E9E9E9;
}
.testimonials-slider .slick-slide {
  margin: 0 13px 0 13px;
}
.testimonials-slider .slick-list {
  margin: 0 -13px 0 -13px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.testimonials-slider .item .img-block {
  margin: -40px 0 20px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.testimonials-slider .item .img-block img{
  width: 83px;
  height: 83px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  object-fit: cover;
  object-position: top;
}
.testimonials-slider .item .img-block::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.6deg, #FCE4A4 0.37%, #FFFFFF 99.68%);
  border-radius: 50%;
  z-index: -1;
}
.testimonial-ratings img:not(:last-child) {
  margin-right: 4px;
}
.auth-desc{
  color: #555555;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  min-height: 108px;
}
.auth-name{
  color: #BC0101;
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.auth-desigation{
  color: #8C8C8C;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.testimonial-ratings .fa-star{
  color: #FFC452;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.testimonial-ratings{
  display: flex;
  align-items: center;
}
.testimonials-slider .slide-arrow, .organizations-sliders .slide-arrow, .home-competition-slider .slide-arrow, .our-organization .achievers > .row .slide-arrow{
  position: absolute;
  bottom: -60px;
  left: auto;
  right: 0;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #990101;
  border: 2px solid #990101;
  height: 41px;
  width: 41px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.testimonials-slider .slide-arrow.prev-arrow, .organizations-sliders .slide-arrow.prev-arrow, .home-competition-slider .slide-arrow.prev-arrow, .our-organization .achievers > .row .slide-arrow.prev-arrow{
  left: auto;
  right: 55px;
  font-size: 20px;
  text-align: center;
}

.testimonials-slider .slide-arrow.next-arrow, .advertise-sliders .slide-arrow.next-arrow, .home-competition-slider .slide-arrow.next-arrow, .our-organization .achievers > .row .slide-arrow.next-arrow{
  left: auto;
  right: 0;  
}
.testimonials-slider .slide-arrow:hover, .advertise-sliders .slide-arrow:hover, .home-competition-slider .slide-arrow:hover, .our-organization .achievers > .row .slide-arrow:hover {
  background: #990101;
  color: #fff;
}
.testimonials-slider .slide-arrow, .advertise-sliders .slide-arrow, .home-competition-slider .slide-arrow, .our-organization .achievers > .row .slide-arrow{
  position: absolute;
  bottom: -60px;
  left: auto;
  right: 0;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #990101;
  border: 2px solid #990101;
  height: 41px;
  width: 41px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.testimonials-slider .slide-arrow.prev-arrow, .advertise-sliders .slide-arrow.prev-arrow, .home-competition-slider .slide-arrow.prev-arrow, .our-organization .achievers > .row .slide-arrow.prev-arrow{
  left: auto;
  right: 55px;
  font-size: 20px;
  text-align: center;
}

.testimonials-slider .slide-arrow.next-arrow, .advertise-sliders .slide-arrow.next-arrow, .home-competition-slider .slide-arrow.next-arrow, .our-organization .achievers > .row .slide-arrow.next-arrow{
  left: auto;
  right: 0;  
}
.testimonials-slider .slide-arrow:hover, .advertise-sliders .slide-arrow:hover, .home-competition-slider .slide-arrow:hover, .our-organization .achievers > .row .slide-arrow:hover {
  background: #990101;
  color: #fff;
}
/*--------------- Testimonials Section End ---------------*/
/*--------------- Footer Section Start ---------------*/
.footer-inner{
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
  border-radius: 23px;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.footer-inner::before {
  content: "";
  position: absolute;
  left: -60px;
  right: auto;
  top: -1px;
  width: 550px;
  height: 101%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 66% 0, 100% 100%, 34% 100%);
  clip-path: polygon(0 0, 67% 0, 105% 116%, 35% 110%);
  background: linear-gradient(179.6deg, #FCE4A4 0.37%, #FFFFFF 99.68%);
}
footer .box {
  padding-top: 70px;
}
.footer .logo {
  padding: 0 0 0 30px;
}
footer .logo img {
  width: 196px;
  max-height: 133px;
}
.footer-bgbottom-img {
  margin-top: -55px;
  margin-left: 110px;
}
.footer-bgbottom-img img {
  width: 262px;
  margin-left: auto;
}
.footer-first-col {
  padding-left: 70px;
}
.footer h5 {
  background: linear-gradient(179.6deg, #FCE4A4 0.37%, #FFFFFF 99.68%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 155.69%;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer .link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .link li:not(:last-child) {
  margin-bottom: 10px;
}
.footer .link li a {
  color: #F1F1F1;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 155.69%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.footer .link li a:hover {
  color: #FCE4A4;
  padding-left: 10px;
}
.footer .info {
  list-style: none;
  padding: 0;
  margin-bottom: 34px;
}
.footer .social {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}
.footer .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(179.6deg, #FCE4A4, transparent) #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.footer .social a:hover {
  transition: background 1s;
  background: linear-gradient(179.6deg, #000, transparent) #000;
}
.footer .social a:hover .fa {
  color: #fff;
}
.footer .social a .fa {
  color: #990101;
  font-size: 20px;
}
.footer .social a:not(:last-child) {
  margin-right: 13px;
}
.copyright{
  color: #8D8D8D;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 155.69%;
  display: block;
  text-align: center;
  margin: 27px 0;
}
/*--------------- Footer Section End ---------------*/

/* Login CSS Start*/
.modal .close {
  position: absolute;
  top: -15px;
  right: -15px;
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: #990101;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  display: block;
  z-index: 9;
  border: none;
}
.modal .close:hover {
  opacity: 1;
}

.modal .close:before,
.modal .close:after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-color: white;
  transform: rotate(45deg);
}
.modal .close:after {
  transform: rotate(-45deg);
}
.modal .modal-dialog {
  max-width: 860px;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .showmodal {
  display: block;
}
.modal .modal-dialog .modal-content .modal-body .hidemodal {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .comment-list {
  overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-body .comment-list .comment-row {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body .sidebar {
  padding-left: calc(var(--bs-gutter-x) * .5);
} 

.modal  .modal-dialog  .modal-content  .modal-body  .comment-list  .comment-row  .user-icon {
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.modal  .modal-dialog  .modal-content  .modal-body  .comment-list  .comment-row  .user-icon  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal  .modal-dialog  .modal-content  .modal-body  .comment-list  .comment-row  .comment-container {
  padding-left: 15px;
  display: block;
  overflow: hidden;
}
.modal .modal-dialog .modal-content .left {
  padding: 30px 15px;
  background-image: url(../images/login-bg.jpg);
}
.modal .modal-dialog .modal-content .left h2 {
  color: white;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .left p {
  color: white;
  margin-bottom: 30px;
}
.modal .modal-dialog .modal-content .right {
  padding: 50px 30px;
  
}
/* .modal .modal-dialog .modal-content #organizationRegisterModel.showmodal .right{overflow-y: scroll;
  height: 100vh;} */
.modal .modal-dialog .modal-content #organizationRegisterModel.showmodal .right::-webkit-scrollbar {
  display: none;
}
.modal .modal-dialog .modal-content .right h2 {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1e213c;
  margin-bottom: 30px;
}

.modal .modal-dialog .modal-content .right .form-group {
  margin-bottom: 30px;
  text-align: left;
}

.modal .modal-dialog .modal-content .right .form-group .btn-primary {
  min-width: 250px;
  font-size: 14px;
  padding: 13px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.modal .modal-dialog .modal-content .right .form-group .show {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  color: #6d6d6d;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .right .form-group .btn-primary .fa {
  margin-right: 10px;
  font-size: 24px;
}
.modal .modal-dialog .modal-content .right .form-group .fa-calendar {
  position: absolute;
  top: 18px;
  right: 20px;
}
.modal .modal-dialog .modal-content .right .form-group .forget,
.modal .modal-dialog .modal-content .right .form-group span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: inline-block;
}
.modal .modal-dialog .modal-content .right .form-group span.multiselect-selected-text {
  color: #fff;
  font-weight: 600;
}
.modal .modal-dialog .modal-content .right .form-group label {
  font-size: 14px;
  font-weight: 500;
}
.modal .modal-dialog .modal-content .right .form-group label a {
  color: #a00101;
}
.modal .modal-dialog .modal-content .right .form-group .forget:hover {
  color: #BC0101;
  text-decoration: underline;
}
.modal .modal-dialog .modal-content .right .form-group.login-footer a{
  color: #BC0101;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-native-select {
  position: relative;
  width: 100%;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-native-select  select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.modal .modal-dialog .modal-content .right .form-group .multiselect-container {
  position: absolute;
  top: 100%;
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  border: 0;
  background-color: #1e213c;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  .input-group {
  margin: 5px;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  .multiselect-reset  .input-group {
  width: 93%;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li {
  padding: 0;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a.multiselect-all  label {
  font-weight: 700;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li.multiselect-group  label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
  color: white;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li.multiselect-group-clickable  label {
  cursor: pointer;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a {
  padding: 0;
  width: 100%;
  color: white;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a  > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  width: 100%;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a  > label:focus {
  outline: 0;
  border: 0;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a  > label.checkbox,
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a  > label.radio {
  margin: 0;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a  > label  > input[type="checkbox"] {
  margin: 0 10px 0 0;
  vertical-align: middle;
  border-color: white;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .multiselect-container  > li  > a  > label  > input[type="checkbox"]:before {
  color: white;
}
.modal .modal-dialog .modal-content .right .form-group .btn-group {
  width: 100%;
}
.modal .modal-dialog .modal-content .right .form-group .btn-group.show {
  position: inherit;
  top: 0;
  right: 0;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .btn-group  .multiselect.btn {
  text-align: left;
  height: auto;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .btn-group  .multiselect.btn  .caret {
  display: none;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .btn-group  .multiselect.btn:after {
  display: none;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .form-inline  .multiselect-container  label.checkbox,
.modal  .modal-dialog  .modal-content  .right  .form-group  .form-inline  .multiselect-container  label.radio {
  padding: 3px 20px 3px 40px;
}
.modal  .modal-dialog  .modal-content  .right  .form-group  .form-inline  .multiselect-container  li  a  label.checkbox  input[type="checkbox"],
.modal  .modal-dialog  .modal-content  .right  .form-group  .form-inline  .multiselect-container  li  a  label.radio  input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.modal.modal-full .modal-dialog {
  max-width: 1130px !important;
}
.modal.achive .modal-dialog {
  max-width: 780px;
}
.modal.achive .modal-dialog .cagtegory {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #141627;
  color: white;
  font-family: "Montserrat", sans-serif;
 font-weight: 800;
  font-size: 18px;
  padding: 5px 25px;
}
.modal.add-post .close,
.modal.message-post .close {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  display: block;
  z-index: 9;
  border: none;
}
.modal.add-post .close:hover,
.modal.message-post .close:hover {
  opacity: 1;
}
.modal.add-post .close:focus,
.modal.message-post .close:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.add-post .close:before,
.modal.message-post .close:before,
.modal.add-post .close:after,
.modal.message-post .close:after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  content: "";
  background-color: #3d3d3d;
  transform: rotate(45deg);
}
.modal.message-post .modal-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.user-profile-card .modal-dialog {
  max-width: 590px;
}
.modal.add-post .close:after,
.modal.message-post .close:after {
  transform: rotate(-45deg);
}
.modal.add-post .modal-dialog,
.modal.message-post .modal-dialog {
  max-width: 590px;
}
.modal.add-post .modal-dialog .modal-header,
.modal.message-post .modal-dialog .modal-header {
  padding: 15px;
  border: 0;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.modal.add-post .modal-dialog .modal-header h4,
.modal.message-post .modal-dialog .modal-header h4 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 700;
}
.modal.add-post .modal-dialog .modal-body,
.modal.message-post .modal-dialog .modal-body {
  padding: 15px 15px 25px;
}
.modal.add-post .modal-dialog .modal-body .over,
.modal.message-post .modal-dialog .modal-body .over {
  width: 100%;
  overflow: hidden;
}
.modal.add-post .modal-dialog .modal-body .over .img,
.modal.message-post .modal-dialog .modal-body .over .img {
  float: left;
}
.modal.add-post .modal-dialog .modal-body .over .img img,
.modal.message-post .modal-dialog .modal-body .over .img img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.modal.add-post .modal-dialog .modal-body .over .text,
.modal.message-post .modal-dialog .modal-body .over .text {
  padding-left: 20px;
  display: block;
  overflow: hidden;
}
.modal.add-post .modal-dialog .modal-body .over .text .form-control,
.modal.message-post .modal-dialog .modal-body .over .text .form-control {
  padding: 0;
  margin-bottom: 15px;
  font-size: 30px;
  color: #c5c5c5;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.modal.add-post .modal-dialog .modal-body .over .text textarea.form-control {
  font-size: 16px;
  color: #3d3d3d;
}
.modal.add-post  .modal-dialog  .modal-body  .over  .text  .form-control::-webkit-input-placeholder,.modal.message-post  .modal-dialog  .modal-body  .over  .text  .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.modal.add-post  .modal-dialog  .modal-body  .over  .text  .form-control:-moz-placeholder,.modal.message-post  .modal-dialog  .modal-body  .over  .text  .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.modal.add-post  .modal-dialog  .modal-body  .over  .text  .form-control::-moz-placeholder,
.modal.message-post  .modal-dialog  .modal-body  .over  .text  .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.modal.add-post  .modal-dialog  .modal-body  .over  .text  .form-control:-ms-input-placeholder,
.modal.message-post  .modal-dialog  .modal-body  .over  .text  .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.modal.add-post .modal-dialog .modal-body .form-group label,
.modal.message-post .modal-dialog .modal-body .form-group label {
  margin-bottom: 0;
}
.modal.add-post .modal-dialog .modal-body .form-group label, .modal.message-post .modal-dialog .modal-body .form-group label {
  font-size: 14px;
  font-weight: 500;
}
.modal.add-post .modal-dialog .modal-body .form-group .add-url,
.modal.message-post .modal-dialog .modal-body .form-group .add-url {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 0;
  line-height: 38px;
  padding-left: 50px;
  text-align: left;
  background-image: none;
  color: #212529;
  text-transform: capitalize;
  height: auto;
}
.modal.add-post .view-payment-popup ,
.modal.message-post .view-payment-popup {
  color: #fff;
}
.view-competition-rule-text{
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}
.view-competition-rule {
  color: #BC0101;
}
.modal.add-post .modal-dialog .modal-body .form-group .add-url img,
.modal.message-post .modal-dialog .modal-body .form-group .add-url img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
.modal.add-post .modal-dialog .modal-body .social-modal,
.modal.message-post .modal-dialog .modal-body .social-modal {
  margin-bottom: 0;
}
.modal.add-post .modal-dialog .modal-body .social-modal a,
.modal.message-post .modal-dialog .modal-body .social-modal a {
  margin: 0 2px;
  display: inline-block;
}
.modal.message-post {
  z-index: 9999;
}
.modal.add-post .modal-dialog .modal-body .social-modal a:hover,
.modal.message-post .modal-dialog .modal-body .social-modal a:hover {
  opacity: 0.6;
}
.modal.add-post .modal-dialog .modal-body .social-modal a .fa {
  width: 40px;
  height: 40px;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
}
.modal.add-post .modal-dialog .modal-body .social-modal a .fa.fa-facebook {
  background-color: #3b5998;
}
.modal.add-post .modal-dialog .modal-body .social-modal a .fa.fa-twitter {
  background-color: #00acee;
}
.modal.add-post .modal-dialog .modal-body .social-modal a .fa.fa-google-plus {
  background-color: #db4a39;
}
.modal.add-post .modal-dialog .modal-body .social-modal a .fa.fa-linkedin {
  background-color: #0e76a8;
}
.modal.add-post .modal-dialog .modal-body .social-modal a .fa.fa-whatsapp {
  background-color: #25d366;
}
.modal.add-post
  .modal-dialog
  .modal-body
  .prize-list
  .priceitem:nth-child(2n + 2) {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f1f1f1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal.add-post .modal-dialog .modal-body .prize-list .priceitem .title {
  font-weight: 700;
}
.modal.add-post .modal-dialog .modal-body .prize-list .priceitem .title img {
  max-width: 30px;
  margin-right: 10px;
}
.modal.add-post .modal-dialog .modal-body .prize-list .priceitem .img {
  text-align: center;
}
.modal.add-post .modal-dialog .modal-body .prize-list .priceitem .img img {
  max-width: 300px;
}
.row.priceitem .col-md-12.mt-2 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.back-btn {
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.back-btn:hover {
  color: #BC0101;
}
.competitionPostModal .modal-dialog .modal-content {
  border-radius: 5px;
}
.competition-file-preview {
  font-size: 14px;
  font-weight: 500;
}
/* Login CSS End*/

/* Inner Pages Css Start */
.Bannerside.inner .item {
  border-radius: 0;
  height: 354px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Bannerside.inner .item .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.Bannerside.inner .item .overlay h1{
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
}
.Bannerside.inner .item .overlay h1 i {
  font-style: normal;
}
.Bannerside.inner .item .overlay p {
	margin-top: 10px;
	font-family: "lato";
	color: #eaeaea;
	font-size: 16px;
	font-family: "lato";
	margin-bottom: 0;
}
.Bannerside.inner .item::before{
  display: none;
}
/* Acting */
.Acting {
	margin-top: 40px;
	padding-bottom: 50px;
  position: relative;
}

.Acting .nav-tabs {
	background:#FFFCF5;
	border: 0;
	margin-bottom: 70px;
	border-radius: 35px 0 0 35px;
  padding-left: 10px;
  padding-right: 10px;
}
.Acting .nav-tabs .nav-item .nav-link {
	position: relative;
	padding: 15px 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
	color: #000;
	border: 0;
  border-radius: 0;
}
.Acting .nav-tabs .nav-item:not(:last-child) .nav-link {
  border-bottom: 1.2px solid #C9C9C9;
}
.Acting .nav-tabs .nav-item .nav-link .icn {
  width: 26px;
  height: 28px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.Acting .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  color: #000;
}
/* .Acting .nav-tabs .nav-item .nav-link .icn {
	background-image: url('../images/acting-icn1-active.png') !important;
}

.Acting .nav-tabs .nav-item .nav-link .icn.one {
	background-image: url('../images/acting-icn2-active.png') !important;
}

.Acting .nav-tabs .nav-item .nav-link .icn.two {
	background-image: url('../images/acting-icn3-active.png') !important;
}

.Acting .nav-tabs .nav-item .nav-link .icn.three {
	background-image: url('../images/acting-icn4-active.png') !important;
} */

.Acting .competition .box {
	margin-bottom: 30px;
}

.Acting .competition .box .img {
	margin-bottom: 0;
}

.Acting .competition .box .text {
	padding: 15px 15px 0;
}

.Acting .competition .box .text .title {
	margin-bottom: 20px;
}

.Acting .competition .box .text .title h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.Acting .competition .box .text .title h4 small {
  font-weight: 500;
  margin-top: 5px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1px;
}

.Acting .competition .box .text .title .vote {
	font-weight: 900;
	color: #990101;
	font-size: 40px;
	line-height: 40px;
}

.Acting .competition .box .text .title .vote small {
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	color: #000000;
}

.Acting .competition .box .text h5 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.Acting .competition .box .text h5 b {
  font-weight: 600;
}

.Acting .competition .box .text .information .row {
	margin-left: -5px;
	margin-right: -5px;
}

.Acting .competition .box .text .information .info {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}

.Acting .competition .box .text .information .info .icn {
	padding-right: 15px;
  clear: right;
}

.Acting .competition .box .text .information .info .icn img {
	width: 26px;
}

.Acting .competition .box .text .information .info .value {
	font-size: 14px;
  font-family: "Lato", sans-serif;
  position: relative;
}

.Acting .competition .box .text .information .info .value a {
	display: inline-block;
	font-style: italic;
	color: #012269;
}

.Acting .competition .box .text .information .info .value span b {
	padding-right: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #990101;
}

.Acting .competition .box .text .information .info .value span b a img {
	max-width: 20px;
	/* position: absolute; */
	top: 0;
	right: 0px;
}

.Acting .competition .box .text .action-buttons {
	padding-bottom: 15px;
}

.Acting .competition .box .text .action-buttons .row {
	margin-left: -5px;
	margin-right: -5px;
}

.Acting .competition .box .text .action-buttons .row>.btn_act {
	padding-left: 5px;
	padding-right: 5px;
}

.Acting .competition .box .text .action-buttons .btn {
	padding-left: 5px;
	padding-right: 5px;
}

.Acting .competition .box .text .action-buttons .btn.gray {
	background-color: #858585;
}

.Acting .competition .box .text .action-buttons .btn.green {
	background-color: #58bf4b;
}

.Acting .competition .box .text .action-buttons .btn.blue {
	background-color: #3b5999;
}
.Acting .competition-list b i {
  font-size: 20px;
  color: #2e2e2e;
}
.Acting .tab-content p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 155.69%;
  letter-spacing: 0;
  color: #2e2e2e;
}
.Acting .competition .box .text span ,
.Aboutside .competition .box .text span{
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 155.69%;
  letter-spacing: 0;
  color: #2e2e2e;
}
/* --- Content Css Start--- */
.content .bdr {
	overflow: hidden;
	padding: 15px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tab-shadow .bdr {padding: 0;}

.content .topic {
  background: #fff;
  z-index: 2;
  margin: 0 -20px;
    padding: 0 20px;
	margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  padding-bottom: 20px;
  padding-top: 15px;
}
.content .topic.fixed-topic{position: sticky;
  /* top: 0; */
  /* padding-top: 130px; */
  /* top: 122px; */
  position: sticky;
    top: 70px;
    padding-top: 66px;
}

.content .topic .user-img {
	float: left;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}


.content .topic .user-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .topic .field {
	padding-left: 20px;
	display: block;
	overflow: hidden;
}

.content .topic .field .form-control {
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}
.content .topic .field img {
  width: 32px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(0%) hue-rotate(188deg) brightness(101%) contrast(104%);
}
.content .topic .field .btn{
  min-width: 150px;
}
.content .post .title {
	overflow: hidden;
	margin-bottom: 20px;
}

.content .post .title .user-icon {
	float: left;
	padding-right: 15px;
}

.content .post .title .user-icon img {
	width: 59px;
	height: 59px;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.content .post .title .user-icon a{display: flex; align-items: center; height: 100%;}
.content .post .title .name {
  padding-top: 0;
  min-height: 87px;
  display: flex;
  align-items: center;
}
.Aboutside .Allcategory .box .bdr .user-icon a {
  display: flex;
  align-items: center;
  height: 100%;
}

.content .post .title .name.bg {
	padding: 15px 25px;
	background-color: #f0f0f0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  justify-content: center;
}

.content .post .title .name h5 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
  font-size: 18px;
}

.content .post .title .name h5 a {
	color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.content .post .title .name p {
	margin-bottom: 0;
}

.content .post .title .name .form-group .form-control {
	border: 1px solid #373c65;
	padding-right: 50px;
}

.content .post .title .name .form-group .btn {
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 20px;
	color: #21243d;
  background: transparent;
  padding: 0 !important;
  min-width: auto !important;
  transform: translateY(-50%);
}

.content .post .option {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.content .post .option a {
	color: #000000;
	display: inline-block;
	line-height: 26px;
  font-weight: 500;
  font-size: 14px;
}

.content .post .option a:hover {
	color: #990101;
}

.content .post .option a img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.content .post .option ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.content .post .option ul li {
	display: inline-block;
	padding-right: 15px;
}

.content .post .option ul li:last-child {
	padding-right: 0;
}

.content .compete .box {
	margin-bottom: 30px;
}

.content .compete .box .img {
	position: relative;
}

.content .compete .box .img span {
	position: absolute;
	color: white;
	display: inline-block;
	font-size: 24px;
}

.content .compete .box .img span.date {
	padding: 5px 5px;
	top: 15px;
	left: 15px;
	width: 60px;
	background-color: #990101;
	text-align: center;
	line-height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.content .compete .box .img span.category {
	padding: 4px 35px;
	font-family: "Montserrat", sans-serif;
 font-weight: 800;
	bottom: 0;
	right: 0;
	background-color: #141627;
}

.content .compete .box .text {
	padding: 15px 15px 25px;
}

.content .compete .box .text h4 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.content .compete .box .text h5 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.content .compete .box .text p {
	margin-bottom: 20px;
}

.content .compete .box .text ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.content .compete .box .text ul li .float-left {
	padding-right: 20px;
}

.content .compete .box .text .row .col-sm-6 {
	margin-bottom: 15px;
}

.content .compete .box .text .row .col-sm-6:last-child {
	margin-bottom: 0;
}

.content .league .box {
	margin-bottom: 30px;
}

.content .league .box .bdr {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.content .league .box .item {
	flex: 0 0 100%;
	margin-bottom: 20px;
}

.content .league .box .item .img a {
  height: 100%;
}

.content .league .box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .league .box .text {
	padding-left: 0;
  font-family: 'Montserrat';
}
.content .league .box .text h4 a {
  font-size: 22px;
  font-family: 'Montserrat';
  text-transform: capitalize;
  letter-spacing: 0;
}
.content .league .box .text h4 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-bottom: 0;
  line-height: normal;
  font-size: 22px;
}

.content .league .box .text .likes {
	font-size: 18px;
	font-weight: 700;
	color: #BC0101;
	margin-bottom: 10px;
}

.content .league .box .text .likes i {
  font-size: 14px;
  color: #2e2e2e;
  padding-left: 5px;
  font-style: normal;
  font-weight: 500;
}

.content .league .box .text p {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
	min-height: 45px;
	max-height: 45px;
  word-break: break-all;
}

.content .league .box .text .btn {
	font-size: 14px;
  line-height: normal;
  height: auto;
  padding: 10px 20px;
  border-radius: 36px;
  text-transform: capitalize;
}

.content .league .box .form-group {
	flex: 0 0 100%;
	margin-top: auto;
	position: relative;
}

.content .league .box .form-group .form-control {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 120px;
	height: 44px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.content .league .box .form-group .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  height: auto;
  color: white;
  background-color: #474747;
  border-color: transparent;
  font-size: 14px;
}
.content .league .box .form-group .btn:hover {
  background-color: #BC0101;
}
.content .showcase .post {
	margin-bottom: 30px;
}

.content .showcase .post:last-child {
	margin-bottom: 0;
}

.content .showcase .post .full-image {
	position: relative;
}

.content .showcase .post .full-image:hover a {
	opacity: 1;
}

.content .showcase .post .full-image.post-image>a {
	position: inherit;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	opacity: 1;
}

.content .showcase .post .full-image img.w-auto {
	max-height: 400px;
}

.content .showcase .post .full-image a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -46px 0 0 -46px;
	width: 92px;
	height: 92px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
}

.content .showcase .post .full-image a img {
	width: 100%;
}

.content .showcase .post .option {
	border-bottom: 0;
	margin-bottom: 0;
}
.video-iframe {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-iframe iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* --- Content Css End--- */

.filter_count_div p b {
  font-size: 17px;
  color: #000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
}
/* About side */

.Aboutside {
	padding-top: 50px;
	padding-bottom: 50px;
	/* background-color: #fbfbfb; */
}

.Aboutside .about {
	margin-bottom: 50px;
}

.Aboutside .about .bdr {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 15px;
	background-color: white;
}

.Aboutside .about .title {
	margin-bottom: 20px;
}
.Aboutside .about .title .btn {
	padding: 5px 25px;
}

.Aboutside .about .title .btn .fa {
	padding-right: 5px;
}

.Aboutside .about h4 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.Aboutside .Allcategory .nav-tabs {
	border: 0;
	margin-bottom: 50px;
}

/* .Aboutside .Allcategory .nav-tabs .nav-item {
	margin: 0;
	border-right: 2px solid #fbfbfb;
} */

/* .Aboutside .Allcategory .nav-tabs .nav-item:last-child {
	border-right: 0;
} */

/* .Aboutside .Allcategory .nav-tabs .nav-item .nav-link {
	padding: 15px 20px;
  font-weight: 600;
	border: 0;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #2e2e2e;
} */

/* .Aboutside .Allcategory .nav-tabs .nav-item .nav-link.active {
	background-color: #BC0101;
	color: white;
} */

/* .Aboutside .Allcategory .nav-tabs .nav-item .nav-link.active .icn {
	background-image: url(../images/profile-icn-active.png) !important;
}

.Aboutside .Allcategory .nav-tabs .nav-item .nav-link.active .icn.one {
	background-image: url(../images/profile-icn1-active.png) !important;
} */

/* .Aboutside .Allcategory .nav-tabs .nav-item .nav-link.active .icn.two {
	background-image: url(../images/profile-icn2-active.png) !important;
} */

/* .Aboutside .Allcategory .nav-tabs .nav-item .nav-link .icn {
	width: 39px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
} */

.Aboutside .Allcategory .box {
	margin-bottom: 30px;
}

.Aboutside .Allcategory .box .bdr {
	position: relative;
	background-color: white;
	height: 100%;
  overflow: visible;
}

.Aboutside .Allcategory .box .bdr .user-icon {
	padding-right: 15px;
}

/* .Aboutside .Allcategory .box .bdr .user-icon img {
	width: 57px;
	height: 57px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	object-fit: cover;
} */

.Aboutside .Allcategory .box .bdr .title {
	padding-top: 5px;
}


.Aboutside .Allcategory .box .bdr .title a {
	color: #2e2e2e;
}


.Aboutside .Allcategory .box .bdr .dropdown .dropdown-toggle {
  border: 0;
  padding: 10px 15px;
  background: #00bc4b;
  text-transform: capitalize;
  border-radius: 25px;
  height: auto;
  font-size: 14px;
  line-height: normal;
}

.Aboutside .Allcategory .box .bdr .dropdown .dropdown-toggle:after {
	border: 0;
	content: '\f107';
	font-family: "fontawesome";
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.Aboutside .Allcategory .box .bdr .dropdown.show .dropdown-toggle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #858585;
}

.Aboutside .Allcategory .box .bdr .dropdown.show .dropdown-toggle:after {
	content: '\f106';
}

.Aboutside .Allcategory .box .bdr .dropdown .dropdown-menu {
	top: 100% !important;
	left: auto !important;
	right: 0 !important;
	transform: translate3d(0, 0, 0px) !important;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 0;
	margin-top: 25px;
	min-width: 120px !important;
}

.Aboutside .Allcategory .box .bdr .dropdown .dropdown-menu:after {
	bottom: 100%;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(190, 190, 190, 0);
	border-bottom-color: #bebebe;
	border-width: 10px;
}

.Aboutside .Allcategory .box .bdr .dropdown .dropdown-menu a {
	padding: 10px 15px;
	background-color: #ebebeb;
	border-bottom: 1px solid #959595;
  font-size: 14px;
  font-weight: 500;
}
.Aboutside .Allcategory .box .bdr .dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}
.Aboutside .Allcategory .box .bdr .img {
	position: relative;
	margin-bottom: 15px;
	max-height: 230px;
	min-height: 230px;
	overflow: hidden;
}

.Aboutside .Allcategory .box .bdr .img .custom-height {
	padding-top: 250px;
}

.Aboutside .Allcategory .box .bdr .img .custom-height video {
	object-fit: cover;
}

.Aboutside .Allcategory .box .bdr .img .video-iframe {
	padding-bottom: 74.25% !important;
}

.Aboutside .Allcategory .box .bdr .img .post-document img {
	width: 100px !important;
	object-fit: contain;
}

.Aboutside .Allcategory .box .bdr .img img {
	width: 100% !important;
	height: 100%;
	min-height: 230px;
	max-height: 230px;
	object-fit: cover;
}

.Aboutside .Allcategory .box .bdr .img .category {
  position: absolute;
  top: 8px;
  right: 8px;
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%), linear-gradient(0deg, #EEEEEE, #EEEEEE);
  color: white;
  font-family: "Abril Fatface", cursive;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px 0 15px 0;
}

.Aboutside .Allcategory .box .bdr .text {
	padding-bottom: 35px;
}

.Aboutside .Allcategory .competition .box .text .title h4 + span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  
}
.Aboutside .Allcategory .competition .box .text h5 b {
  font-weight: 600;
  font-size: 18px;
}
.Aboutside .Allcategory .box .bdr .text p {
	margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 155.69%;
  letter-spacing: 0;
  color: #2e2e2e;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 8px;
  word-break: break-word;
}

.Aboutside .Allcategory .box .bdr .text ul {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	list-style: none;
	margin: 0 0;
	padding: 0;
}

.Aboutside .Allcategory .box .bdr .text ul li {
	padding: 0 5px;
	font-size: 14px;
	border-right: 1px solid #dc3545;
	line-height: 20px;
	text-align: center;
}

.Aboutside .Allcategory .box .bdr .text ul li:last-child {
	border-right: 0;
}

.Aboutside .Allcategory .box .bdr .text ul li a {
	color: #dc3545;
}

.Aboutside .Allcategory .pageTabContent .card {
	margin-bottom: 20px;
}

.Aboutside .Allcategory .card:focus {
	-webkit-box-shadow: 0 0 2px rgba(254, 61, 61, 0.3);
	-moz-box-shadow: 0 0 2px rgba(254, 61, 61, 0.3);
	box-shadow: 0 0 2px rgba(254, 61, 61, 0.3);
}

.Aboutside .Allcategory .card .comment-sec {
	padding-right: 100px;
}

.Aboutside .Allcategory .card .comment-sec .item {
	margin-bottom: 20px;
}

.Aboutside .Allcategory .card .comment-sec .item:last-child {
	margin-bottom: 0;
}

.Aboutside .Allcategory .card .comment-sec .item .user-img img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.Aboutside .Allcategory .card .comment-sec .item .text h5 {
	font-weight: 700;
	font-family: "Lato", sans-serif;
}

.Aboutside .Allcategory .card .comment-sec .item .text h5 small {
	font-weight: 400;
	padding-left: 10px;
}

.Aboutside .Allcategory .card .comment-sec .item .text .form-control {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}


.Aboutside .Allcategory .competition .box .img {
	margin-bottom: 0;
}

.Aboutside .Allcategory .competition .box .text {
	padding: 15px 15px 0;
}

.Aboutside .Allcategory .competition .box .text .title {
	margin-bottom: 20px;
}

.Aboutside .Allcategory .competition .box .text .title h4 {
	font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 20px;
  text-transform: capitalize;
}

.Aboutside .Allcategory .competition .box .text .title h4 small {
  font-weight: 500;
  margin-top: 5px;
  font-size: 14px;
}
.Aboutside .Allcategory .competition .box .text .title .vote {
	font-weight: 600;
	color: #BC0101;
	font-size: 30px;
	line-height: normal;
}

.Aboutside .Allcategory .competition .box .text .title .vote small {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	color: #2e2e2e;
}

.Aboutside .Allcategory .competition .box .text h5 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
  font-size: 20px;
}

.Aboutside .Allcategory .competition .box .text .information .info {
	margin-bottom: 15px;
}


.Aboutside .Allcategory .competition .box .text .information .info .icn {
	padding-right: 15px;
}


.Aboutside .Allcategory .competition .box .text .information .info .icn img {
	width: 26px;
}

.Aboutside .Allcategory .competition .box .text .information .info .value {
	font-size: 14px;
  position: relative;
}

.Aboutside .Allcategory .competition .box .text .information .info .value a {
	display: inline-block;
	font-style: italic;
	color: #012269;
}

.Aboutside .Allcategory .competition .box .text .information .info .value span b {
	padding-right: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #990101;
}

.Aboutside .Allcategory .competition .box .text .information .info .value span b a img {
	max-width: 18px;
	/* position: absolute; */
	top: 0;
	right: 10px;
}

.Aboutside .Allcategory .competition .box .text .action-buttons {
	padding-bottom: 15px;
}

.Aboutside .Allcategory .competition .box .text .action-buttons .row {
	margin-left: -5px;
	margin-right: -5px;
}

.Aboutside .Allcategory .competition .box .text .action-buttons .row>.btn_act {
	padding-left: 5px;
	padding-right: 5px;
}

.Aboutside .Allcategory .competition .box .text .action-buttons .btn {
	font-size: 14px;
  text-transform: capitalize;
  width: auto !important;
  padding: 7px 20px;
  height: auto;
}

.Aboutside .Allcategory .competition .box .text .action-buttons .btn:hover {
	opacity: 0.5;
}

.Aboutside .Allcategory .competition .box .text .action-buttons .btn.gray {
	background-color: #858585;
}

.Aboutside .Allcategory .competition .box .text .action-buttons .btn.green {
	background-color: #58bf4b;
}

.Aboutside .Allcategory .competition .box .text .action-buttons .btn.blue {
	background-color: #3b5999;
}

.Aboutside .Allcategory .record-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.Aboutside .Allcategory .record-list .post {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}


.Aboutside .Allcategory .record-list .post .bdr {
	position: relative;
	height: 100%;
	background-color: white;
	padding-bottom: 45px;
}

.Aboutside .Allcategory .record-list .post .bdr .option {
	margin-bottom: 0;
	border-bottom: 0;
	border-top: 1px solid #e1e1e1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
}
/* Inner Pages Css End */
.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #BC0101;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.back-to-top:hover{
  background-color: #000000;
}
/* Welcome side */
.Welcomeside {
	padding-top: 50px;
	padding-bottom: 50px;
}
.Workside h2{
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.Workside .over .item .box h4{
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
/* Work side */
.Workside {
  padding-bottom: 50px;
}

.Workside h2 {
    margin-bottom: 50px;
}

.Workside .over .item:nth-child(2n+2) .box {
  padding-left: 40px;
  padding-right: 15px;
}

.Workside .over .item:nth-child(2n+2) .box:after {
  left: -2px;
  right: auto;
}

.Workside .over .item .box {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
}

.Workside .over .item .box:after {
  position: absolute;
  top: 0;
  right: -3px;
  width: 5px;
  height: 100%;
  content: '';
  background-image: url(../images/how-work-border.png);
  background-position: top center;
  background-repeat: repeat-y;
}
.Welcomeside .text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.Workside .over .item .box .text p{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
/* Stage side */
.Stageside {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fbfbfb;
}

.Stageside h2 {
	margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
 font-weight: 800;
}

.Stageside .box .bdr {
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Stageside .box .bdr .img {
	position: relative;
}

.Stageside .box .bdr .img .reword {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: auto;
}

.Stageside .box .bdr .img .w-100 {
	height: 298px;
	object-fit: contain;
	background-color: #f5f5f5;
}

.Stageside .box .bdr .img .category {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #141627;
	display: block;
	padding: 5px 25px;
	color: white;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
 font-weight: 800;
}

.Stageside .box .bdr .text {
	padding: 15px;
}

.Stageside .box .bdr .text h4 {
	margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.Stageside .box .bdr .text p {
	margin-bottom: 5px;
}

.Stageside .box .bdr .text p:last-child {
	margin-bottom: 0;
}
.Stageside .box .bdr .text .btn {
  padding: 10px 15px;
  font-size: 12px;
  height: auto;
}
.Stageside .box .bdr .img a {
  text-align: center;
  width: 100%;
}
/* Mission side */
.Missionside {
  padding-top: 50px;
  padding-bottom: 50px;
}
.Missionside h4{
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.Missionside .container {
  max-width: 1050px;
}
.Missionside .img {
  padding-top: 26px;
  padding-right: 72px;
}
.Missionside .img .bg {
  background-color: #BC0101;
  margin-left: -20px;
}
.Missionside .img .bg img {
  position: relative;
  top: -26px;
  right: -26px;
}
.Missionside .text {
  padding-left: 30px;
}
.Missionside .text h2 {
  font-size: 40px;
}
.Missionside .text .Missionside {
  padding-top: 0;
  padding-bottom: 0;
}
.Missionside .text .Missionside .container {
  padding: 0;
  max-width: 100%;
}
.Missionside p {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.Missionside .card-text p{
  font-size: 16px;
  letter-spacing: 0;
}
/* Mission side Sponsor Tabs */

.card-body{
  padding: 0;
}
.card-body .card-title {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6!important;
}

.card-body .card-text {
  padding: 0.5rem;
}

.card-body .btn{ 
  font-size: 14px;
  padding: 7px 15px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
}
.sponsor-container {
  padding-top: 20px;
}
.sponsor-container .nav-tabs {
  border: 0;
}
.sponsor-container .nav-tabs .nav-item {
  margin-bottom: 0;
}
.sponsor-container .nav-tabs .nav-item .nav-link {
  border: 1px solid #BC0101;
  border-radius: 0px 5px 0 0;
  color: #BC0101;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.sponsor-container .nav-tabs .nav-item:first-child .nav-link {
  border: 1px solid #BC0101;
  border-radius: 5px 0 0 0;
}
.sponsor-container .nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 5px;
}
.sponsor-container .nav-tabs .nav-item .nav-link.active {
  background-color: #BC0101;
  color: #ffffff;
}
.sponsor-container .tab-content {
  border: 1px solid #BC0101;
  border-radius: 0px 5px 5px 5px;
}
.sponsor-container .card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* Mission side Sponsor Tabs End */
/* user-profile new css */
.Editside{
  padding-top: 50px;
  padding-bottom: 50px;
}
  .sidebar .over .customeProfile {
    border-radius: 10px;
    overflow: hidden;
  }
  .sidebar .over .profile {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
.sidebar .over .profile .customUserCard {
  position: relative;
  padding: 15px;
  margin-top: 0;
}
.sidebar .over .profile .customUserCard .badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.sidebar .over .profile .customUserCard .likedPost {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.sidebar .over .profile .customUserCard .likedPost .img {
  float: left;
  width: 35px;
}
.sidebar .over .profile .customUserCard .likedPost .img img {
  width: 100%;
  object-fit: contain;
}
.sidebar .over .profile .customUserCard .likedPost .text {
  display: block;
  overflow: hidden;
}
.sidebar .over .profile .customUserCard .likedPost .text small {
  display: block;
  color: #929090;
}
.sidebar .over .profile .customUserCard .likedPost .text span {
  font-size: 14px;
  font-weight: 400;
}
.sidebar .over .profile .customUserCard .likedPost .text img {
  margin-top: -8px;
}
.sidebar .over .profile .customUserCard .league {
  list-style: none;
  margin: 0 -5px 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sidebar .over .profile .customUserCard .league li {
  padding: 5px;
}
.sidebar .over .profile .customUserCard .league li span {
  background-color: #f6f6f6;
  display: block;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.sidebar .over .profile .customUserCard .league li span img{
  width: 25px;
  height: 25px;
}
.sidebar .over .profile .customUserCard .cta {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.sidebar .over .profile .customUserCard .cta li {
  margin-bottom: 10px;
}
.sidebar .over .profile .customUserCard .cta li .btn {
  width: 100%;
  margin: 0 !important;
  height: auto;
  padding: 9px 15px !important;
  text-transform: initial;
}
.sidebar .over .profile .customUserCard .cta li .btn .fa-pencil-square-o {
  margin-right: 5px;
}
.sidebar .over .profile .user-info .profile-pic{
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}
.sidebar .over .profile .user-info {
  margin-top: -50px;
  padding: 0 15px 15px;
}
.sidebar .over .profile .user-info .edit-icon {
  margin-bottom: 20px;
}
.sidebar .over .profile .user-info p {
  padding: 0 3%;
  font-weight: 500;
  word-break: break-all;
}
.sidebar .over .profile .user-info h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.sidebar .over .profile .img-cover {
  width: 100%;
}
.sidebar .over .profile .user-info {
  margin-top: -50px;
  padding: 0 15px 15px;
}
.sidebar .over .profile .user-info .edit-icon a {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 24px;
  color: #BC0101;
}
/* --- Sidebar --- */
.sidebar {
	padding-bottom: 15px;
}

.sidebar .over .profile {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.sidebar .over .profile .img-cover {
	width: 100%;
}

.sidebar .over .profile .img-cover img {
	width: 100%;
}

.sidebar .over .profile .user-info {
	margin-top: -50px;
	padding: 0 15px 15px;
}

.sidebar .over .profile .user-info .profile-pic {
	width: 92px;
	height: 92px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;
}

.sidebar .over .profile .user-info .edit-icon {
	margin-bottom: 20px;
}

.sidebar .over .profile .user-info .edit-icon a {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 24px;
}

.sidebar .over .profile .user-info h4 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

.sidebar .over .profile .user-info p {
	padding: 0 3%;
}

.sidebar .over .list ul {
  padding: 0;
	list-style: none;
	margin: 0 0;
  overflow: hidden;

}
.sidebar .over {
  position: sticky;
  top: 14%;
}

.sidebar .over .list ul li a {
	position: relative;
  padding: 15px 35px;
	color: #0c0c0c;
	display: block;
}

/* 24-04-23 dilip */

.Acting .nav-tabs {
  display: block;
}

.sidebar .over .list ul li {
  width: 100%;
  padding: 0 0;
  text-align: left;
  border-top: 0;
}


.Acting .nav-tabs .nav-item .nav-link.active, .Acting .nav-tabs .nav-item .nav-link:hover {
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%),
linear-gradient(0deg, #EEEEEE, #EEEEEE);

  color: #fff;
  border-color: #B80101;
  
}

.organization-banner .content ul li:not(:last-child) {
  margin-right: 15px;
}

.organization-banner .home-img-block img {
  clip-path: polygon(39% -4%, 104% 0, 68% 112%, 0% 118%);
}

.our-organization .achievers-item .main-img a > img {object-fit:unset; border-radius: 0;
  object-fit: cover; width: 100px;  height: 100px;}
.our-organization .achievers-item .main-img {    max-height: 250px;}
.Acting .nav-tabs .nav-item .nav-link .icn {

  background-size: 30px;
  width: 50px;
  height: 50px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7476%) hue-rotate(328deg) brightness(103%) contrast(106%);
}

/* .Acting .container { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 8px;     border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;} */

.sidebar {
  padding-left: 0;
  padding-bottom: 0;
}
.tab-content {
  /* padding-top: 20px; */
  padding-bottom: 20px;
}
.Acting .nav-tabs .nav-item .nav-link.active .icn, .Acting .nav-tabs .nav-item .nav-link:hover .icn {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(164deg) brightness(107%) contrast(101%);
}
.bannare-sign-btn.btn.round {
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid #990101;
}
.our-organization .main-img-wrapper {
  max-width: unset;
  min-height: auto;
}

.our-organization .achievers-item .main-img {
  max-height: unset;
  max-width: unset;
  min-height: auto;
  overflow: visible;
}

.our-organization .achievers-item .main-img::before {
  content: none;
}

.our-organization .achievers-item .main-img a > img {
  max-width: 100%;
  height: auto;
}
.achievers .col-lg-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.achievers .row {
  margin-left: -10px;
  margin-right: -10px;
}
.support-mail {
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}
.tab-shadow {
  background: #fff;
  padding: 25px 25px 25px 25px;
  box-shadow: 0 5px 25px -5px rgba(181,181,181,0.64);
  border-radius: 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.content .league .box .text p {
  line-height: 20px;
  min-height: auto;
}
.tab-shadow .alert {
  margin-bottom: 0;
}

.content .post .title .user-icon img {
  width: 100%;
  height: 100%;
  padding: 3px;
}

.content .post .title .user-icon {
  width: 90px;
  height: 90px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  border: 2px solid #dc3545;
  border-radius: 50%;
  padding: 0;
  margin-right: 16px;
}
.content .post .title .name {padding-top: 0;}
.content .post .title .name h5 {margin-bottom: 0;}

.content .post .title .name h5 a {
  font-size: 26px;
}
.content .league .box .img img {
  height: auto;
  border-radius: 100%;
  border: 2px solid;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}

.content .league .box .item .img a {
  width: 100px;
  height: 100px;
}
.organization-banner .home-img-block img {
  width: 100%;
  object-fit: cover;
  object-position: 36px -106px;
}
.Aboutside .Allcategory .box .bdr .user-icon img {
  width: 100%;
  height: auto;
  padding: 3px;
}

.Aboutside .Allcategory .box .bdr .user-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dc3545;
  border-radius: 50%;
  padding: 0;
  margin-right: 16px;
  overflow: hidden;
}

.Aboutside .Allcategory .box .bdr .text ul {
  background: #f4f1ea;
  padding: 10px 0;
  bottom: 0;
  border-radius: 20px;
}

.content .comments .title .user-icon {
    width: 60px;
    height: 60px;
}

.content .comments .title .name {
    width: 90%;
}

.content .comments .title {
    display: flex;
    align-items: center;
}

.content .comments .title .name .form-group {
    margin-bottom: 0;
    width: 100%;
}
/* organizations-list Start */

.organization-list {
  width: 100%;
  padding: 60px 0 60px;
}
.organization-list-select .list-select select {
  padding: 14px 43px 14px 22px;
  color: #a1a1a1;
  appearance: none;
  background-image: url(../images/down-arrow-gray.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  border-color: #dc3545;
  cursor: pointer;
  width:100%;
  border: 1px solid #a1a1a1;
  height: 55px !important;
  font-size: 16px !important;
  border-radius: 30px;
}
.our-organization .autors-block .btn.user-profile-link-card { font-size: 14px; line-height: normal; height: auto; padding: 10px 20px; border-radius: 36px; text-transform: capitalize; }
.our-organization .autors-block  p { position: relative; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 20px; min-height: auto; }

.list-select-row .list-select {
  margin: 0 0;
}


.organization-list-view {
  padding: 60px 0 60px;
}
.organization-list-view.content .league .box .text {
  padding-right: 0;
  padding-left: 12px;
}


/* organizations-list End */


/* my profile startt */

.profile-cover {
  display: flex;
  align-items: center;
}

.profile-image {
  width: 100px;
  height: 100px;
}

.profile-content {
  width: calc(100% - 100px);
  padding-left: 24px;
}

.profile-image img {width: 100%;height: 100%;border-radius: 50%;object-fit: cover;}

.profile-content span img {
  width: 16px;
}
.profile-content h6 {
  color: #7A7A7A;
  margin: 12px 0 10px;
}

.profile-content span {
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  line-height: 25px;
}

.profile-list-content {
  border: 1.2px solid #F2F2F2;
  padding: 20px 37px 20px 37px;
  border-radius: 15px;
}

.profile-list-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 -15px;
}

.profile-list-content ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #BC0101;
  font-weight: 600;
  width: 33.33%;
  position: relative;
}
.profile-list-content ul li span {
  display: block;
  font-size: 25px;
  line-height: 39px;
  color: #000000;  
}

.profile-list-content ul li:not(:first-child):before {
  content: "";
  border-left: 1.2px solid #E0E0E0;
  position: absolute;
  height: 100%;
  left: 0;
}
.profile-top-row {
  border-bottom: 1.2px solid #E0E0E0;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.telant-title h6 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 16px;
}
.telant-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.telant-list ul li {
  display: inline-block;
  padding: 10px 21px;
  position: relative;
  z-index: 1;
  color: #BC0101;
  background-color: #ffeded;
  border-radius: 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  width: auto;
}
.telant-list ul li img {
  width: 25px;
}
.profile-row li {
  list-style: none;
}

.profile-row ul {
  padding: 0;
  margin-bottom: 0;
}

.profile-row ul.cta li {
  width: auto;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}

.profile-row ul.cta {
  width: auto !important;
}

.telant-list ul li:before {
  /* content: ""; */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffeded;
  z-index: -1;
}

.telant-list ul li:not(:last-child) {
  margin-right: 5px;
}
.profile-about {
  padding-top: 34px;
  word-wrap: break-word;
}
.profile-edit ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-edit ul li {
  display: inline-block;
}

.profile-edit ul li a {
  font-size: 16px;
  padding: 10px 25px;
  font-weight: 600;
  border: 1.2px solid #BC0101;
  border-radius: 10px;
}

.profile-edit ul li a i {
  padding-right: 6px;
}
.profile-edit {
  text-align: right;
}

.profile-edit ul li:not(:first-child) {
  margin-left: 10px;
}
.profile-about h6 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 16px;
}

.Acting .tab-content .profile-about p {color: #5B5B5B;font-weight: 500;font-size: 16px; margin-bottom: 0;}
/* my profile end */


.pagination-wrap {}

.pagination-wrap ul {
    justify-content: center;
}

.pagination-wrap ul li .page-link {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    margin: 0 20px;
    background-color: #fff;
    border: 1px solid #ccc9;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

.pagination-wrap ul li.page-item.active .page-link {
    background-image: linear-gradient(to right, #BC0101, #990101, #a13434, #d44848);
    color: #fff;
    box-shadow: 0 17px 0 rgba(90, 97, 129, 0);
    border: 0;
}

.search-wrap {
    position: relative;
}

.search-wrap .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0;
    background-image: url(../images/icons-search.svg);
    background-color: transparent;
    padding: 0;
    width: 60px;
    height: 32px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}

.search-wrap input {
    padding-right: 60px;
    height: 55px;
    font-size: 16px;
    border: 1px solid #a1a1a1;
    border-radius: 30px;
}
.organization-list .content .league .box {
  margin-bottom: 0;
}
.btn.cancel-btn {
  background: #fffcf5;
  color: #BC0101;
  border: 1.2px solid #BC0101;
}
.content .topic .bdr {
  padding: 0 0;
}
.content .topic .field img {
  display: none;
}

.big-container {
  max-width: 1360px;
  background: #fff;
  padding: 25px 25px 25px 25px;
  box-shadow: 0 5px 25px -5px rgba(181,181,181,0.64);
  border-radius: 30px;
  margin: 0 auto;
  width: calc(100% - 15px);
  position: relative;
  margin-top: -100px;
  border-radius: 30px;
}

.content .league .box .item h5, .our-organization .autors-block h6{
  font-size: 13px;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}

.profile-cover h5 {
  font-size: 12px;
  line-height: 20px;
}

.pricing-plan-wrap table {
  margin-top:auto;
  margin-bottom:auto;
}
.pricing-plan-wrap .text-sm {
  font-size: 12px;
}
.pricing-plan-wrap .price {
  font-size: 3em;
}
.pricing-plan-wrap thead tr th:first-child, .pricing-plan-wrap tbody tr td:first-child {width: 560px;vertical-align: middle;width: 45%;}

.pricing-plan-wrap tbody tr td:first-child {
    text-align: left;
    color: #000;
    font-weight: 500;
}

.pricing-plan-wrap tbody tr td, .pricing-plan-wrap thead th {
    border: 0 !important;
    vertical-align: middle;
}

.pricing-plan-wrap tbody tr:not(:first-child):not(:last-child) {
    border: 0 !important;
    border-bottom: 1px solid #E6E6E6 !important;
}

.pricing-plan-wrap tr {
    border: 0 !important;
}

.pricing-plan-wrap tbody tr:not(:first-child) td:first-child {
    padding: 15px 70px !important;
}
.pricing-plan-wrap .icon img {
  width: auto;
  height: 18px;
}
.pricing-plan-wrap thead tr th {
  min-height: 145px;
  height: 145px;
  vertical-align: top;
}

.panel-title:before {
  content: "";
  position: absolute;
  border: 5px solid #FCF9F3;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  border-radius: 50%;
}

.price-one {background:#FEF8E7;}
.price-two {background: linear-gradient(0deg, #FCF9F3, #FCF9F3),
linear-gradient(0deg, #FEF1CF, #FEF1CF);}
.price-three {background: linear-gradient(90deg, #BC0101 0%, #990101 100%),
linear-gradient(0deg, #FCF9F3, #FCF9F3);
}
.price-four {background: linear-gradient(0deg, #FCE29F, #FCE29F),
linear-gradient(0deg, #FCF9F3, #FCF9F3);
}
table h3 {
    font-size: 25px;
    background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 0;
}
table p {
  font-size: 15px;
  background: linear-gradient(90deg, #BC0101 0%, #990101 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 23px;
  font-weight: 500;
}
.panel-title {
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #BC0101;
  padding: 4px 4px;
  position: relative;
  top: -30px;
  color: #BC0101;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
h3.panel-title.price-three {
  color: #fff;
}
table .head-danger p{color: #fff !important;  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;}
table .head-danger h3 {
  color: #fff !important;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
}
table.table {
  background: #FCF9F3;
  border-radius: 35px;
  overflow: hidden;
}
.table-hover>tbody>tr:first-child td {
--bs-table-accent-bg: unset;
}
.table-hover>tbody>tr:last-child td {
--bs-table-accent-bg: unset;
}
.mobile-table {display: none;}
.desktop-table {display: block;}
.pricing-plan-wrap {
  padding: 40px 0 60px;
}
.main-table-top{position: relative;}

.our-organization .achievers-item .main-img a {
  width: 100px;
  height: 100px;
}

.our-organization .achievers-item .main-img a > img {
  border-radius: 100%;
  border: 2px solid;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}
.our-organization .autors-block {text-align: left;    margin-top: 0;}
.our-organization .autors-block h5 {
  font-size: 22px;
  font-family: 'Montserrat';
  text-transform: capitalize;
  letter-spacing: 0;
  margin-top: 0 !important;
  margin-bottom: 0;
}
.login-tabbing-nav ul.nav-pills {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-tabbing-nav ul.nav-pills li {
  display: inline-block;
}
.login-tabbing-nav ul.nav-pills li:not(:last-child) {
  margin-right: 30px;
}

.login-tabbing-nav {
  text-align: left;
  margin-bottom: 50px;
}

.login-tabbing-nav ul.nav-pills li a {
  text-transform: capitalize;
  font-size: 20px;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  background-color: transparent !important;
  color: #9F0101 !important;
  border-radius: 0 !important;
  padding: 0;
  padding-bottom: 10px;
  
  
}

.login-tabbing-nav ul.nav-pills li a.active{
  border-color: #9F0101;
}

.tab-sub-text {min-height: 232px; height: 232px; margin-bottom: 20px; overflow: auto;    padding-right: 8px; }
/* .tab-sub-text::-webkit-scrollbar {display: none; width: 0; height: 0; } */

.tab-sub-text::-webkit-scrollbar {
  width: 8px;
}
.tab-sub-text::-webkit-scrollbar-thumb {
      background-image: linear-gradient(to right, #BC0101, #990101);
  border-radius: 10px;
}

.tab-sub-text::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  box-shadow: 0 0 10px #ddd inset;
}

.tab-sub-text p:empty { margin: 0;}
.home-competition-slider .slick-dots li button { font-size: 0; background: transparent; width: 15px; border-radius: 50%; height: 15px; padding: 0 !important; border: 1px solid #BC0101; }
.home-competition-slider .slick-dots li button:before { content: none; }
.home-competition-slider .slick-dots li.slick-active button { background: #BC0101; }
.home-competition-slider ul.slick-dots {bottom: -50px;}
.home-competition-slider .tab-img {height: 100%; display: flex;
  align-items: center;}
.tabbable-panel .home-competition-slider .tab-img > img {    min-height: 280px;
  height: 280px; border-radius: 0;}
.home-competition-slider .tab-content { padding-bottom: 0;}
.home-competition-slider .btn-register {
  width: auto;
}

.tabbable-panel .home-competition-slider .tab-buttons .btn {
  width: auto;
}

.home-competition-slider .swiper-pagination {
  position: relative !important;
  margin-top: 40px;
}
.home-competition-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.home-competition-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  background-image: linear-gradient(to right, #BC0101, #990101);
}
.home-competition-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.50);
}
.alreadyLike {
  color: #b50711 !important;
}

.our-organization .achievers > .row .tab-shadow {
  margin: 0 15px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
/* .tab-sub-text p {
  word-break: break-all;
} */
.Acting .competition .box .text .action-buttons .btn{    width: auto !important;
  padding: 0 12px;}

  .Acting .competition .box .text .action-buttons .btn {
    width: auto !important;
    padding: 12px 12px;
    height: auto;
}

.competition-list .tab-shadow .bdr .img img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.talented-img-cvr { position: relative; text-align: center; }
.talented-img-inr { margin-bottom: -14px; }
.talented-img-inr img { width: 120px; height: 120px; object-fit: cover; border-radius: 100%; margin: 0 auto; border: 3px solid red; }
.talented-wrap {  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); border-radius: 30px; padding: 20px 30px;    margin-bottom: 30px; }
.talented-row { display: flex; margin: 0 -15px; margin-top: 90px; margin-bottom: 32px; }
.great-has-icon { position: absolute; top: 0; right: 0; }
.great-has-icon img { width: auto; height: 60px; }
.img-has-btn { background: #e9dc73; display: inline-block; min-width: 121px; padding: 6px 10px; border-radius: 50px; font-size: 18px; }
.talented-details { margin: 10px 0; }
.talented-details h4 { margin: 0 0 4px; line-height: 22px; font-size: 16px; text-transform: capitalize; }
.talented-details h4 span { font-weight: 300; }
.talented-btn { text-align: right; }
.talented-btn .btn { display: inline-block; height: auto; border-radius: 50px; text-decoration: none; font-size: 14px; font-weight: 400; line-height: 18px; padding: 14px 30px; }
.tabbing-nav ul {list-style: none; margin: 0; padding: 0;}
.tabbing-nav ul li{ display: inline-block; margin: 0 20px; }
.tabbing-nav ul li a{ text-decoration: none; text-transform: capitalize; font-size: 20px; }
.tabbing-nav {margin-bottom: 50px;}

.nav-item-sub li a {
  position: relative;
  display: block;
  padding-left: 46px !important;
  transition: 0.4s;
}
.nav-item-sub li a:before {
  content: "";
  position: absolute;
  background: #0c0c0c;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  border-radius: 50%;
  width: 18px;
  height: 2px;
  transition: all 0.4s;
}
.nav-item-sub li a.active, .nav-item-sub li a:hover {
  background: #fce7b57d !important;
  padding-left: 60px !important;
  
}
.nav-item-sub li a{background: unset !important; color: #000 !important; }

.nav-item-sub .dropdown-item {background-color: transparent !important;}
.nav-item-sub li a.active:before, .nav-item-sub li a:hover:before {
  width: 30px;
}
li.nav-drop > a:after {
  content:"";
  background-image: url(https://img.icons8.com/?size=512&id=RdFVqtzCKfxt&format=png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 44%;
  transform: translateY(-50%) rotate(-90deg);
  border: 0;
}
li.nav-drop > a.active:after, li.nav-drop > a:hover:after {
  filter: brightness(0) saturate(100%) invert(99%) sepia(78%) saturate(4%) hue-rotate(313deg) brightness(109%) contrast(100%);
}
li.nav-drop > a.active:after {
  filter: brightness(0) saturate(100%) invert(99%) sepia(78%) saturate(4%) hue-rotate(313deg) brightness(109%) contrast(100%);
  transform: translateY(-50%) rotate(0deg);
}
/* .nav-drop .dropdown-menu {
  position: static !important;
  transform: translate(0) !important;
  border: 0;
  background: #FFFCF5;
} */


.job-details-wrap { max-width: 860px; margin: 0 auto; padding: 40px 30px; }
.job-details-profile { padding: 20px 0 35px; text-align: center; }
.job-details-left { background: #fff; padding: 15px 0; box-shadow: 0 5px 15px -5px rgba(181, 181, 181, 0.64); border-radius: 15px; }
.job-details-profile img { width: 90px; border-radius: 50%; height: 90px; margin: 0 auto; filter: drop-shadow(0 0 5px); object-fit: cover; }
.job-details-left > ul { list-style: none; margin: 0; padding: 0; }
.job-details-left > ul > li { padding: 20px 15px; background: #FFFCF5; margin-bottom: 10px; }
.job-details-right { background: #fff; height: 100%;display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .jobdetail-modal {
    padding: 15px 15px 15px 15px;
    box-shadow: 0 5px 15px -5px rgba(181, 181, 181, 0.64);
    word-wrap: break-word;
    overflow: auto;
    margin-bottom: 20px;
    border-radius: 12px;
    padding-right: 8px;
  }
  .job-description {
    min-height: 500px;
    max-height: 500px;
  }
  
  .jobdetail-modal::-webkit-scrollbar {
    width: 8px;
  }
  .jobdetail-modal::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to right, #BC0101, #990101);
    border-radius: 10px;
  }

  .jobdetail-modal::-webkit-scrollbar-track {
    background-color: #f6f6f6;
    box-shadow: 0 0 10px #ddd inset;
  }
.job-inr-desc li { padding: 0; text-transform: capitalize; font-size: 20px; font-weight: 500; list-style: none; font-family: "Montserrat", sans-serif; }
.job-title { text-transform: capitalize; font-size: 12px; line-height: 24px; font-family: "Montserrat", sans-serif; font-weight: 600; }
.job-title img { width: auto; height: 30px; }

.Acting .box.my-jobs .bdr .img a { width: 100px; height: 100px; }
.Acting .box.my-jobs .bdr .img img { height: auto; border-radius: 100%; border: 2px solid; height: 100%; object-fit: cover; padding: 5px; min-height: auto; max-height: unset; }
.Acting .box.my-jobs .bdr .img { max-height: unset; min-height: auto; }
.Acting .box.my-jobs .bdr .text h4 a { font-size: 24px; font-family: 'Montserrat'; text-transform: capitalize; letter-spacing: 0; }
.Acting .box.my-jobs .bdr .text h5 { font-size: 13px; border-bottom: 1px solid #c9c9c9; padding-bottom: 10px; }
.Acting .box.my-jobs .bdr .text span.likes { font-size: 15px; display: inline-block; margin-bottom: 8px; }
.Acting .box.my-jobs .bdr .text p { border: 0; margin-top: 12px; margin-bottom: 6px; }
.Acting .box.my-jobs .bdr .text h4 { margin-bottom: 0; }
.Acting .box.my-jobs .bdr .text .btn {font-size: 14px;line-height: normal; height: auto; padding: 10px 20px; border-radius: 36px; text-transform: capitalize;
}
.Acting .box.my-jobs .bdr .img {text-align: center;}
.Acting .box.my-jobs .bdr .img span {display: block; word-break: break-all;}
.form-profile-img img { width: 100px; height: 100px;object-fit: cover; border-radius: 50%;}
.form-profile-img { margin-bottom: 30px;}
.job-skills {
  text-overflow: ellipsis;
  /* word-wrap: break-word; */
  word-break: break-word;
  overflow:hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
}

.jobskills-modal {
  padding: 15px 15px 15px 15px;
  box-shadow: 0 5px 15px -5px rgba(181, 181, 181, 0.64);
  word-wrap: break-word;
  overflow: auto;
  margin-bottom: 20px;
  border-radius: 12px;
  padding-right: 8px;

  min-height: 180px;
  max-height: 180px;
}

#captcha_image, #org_captcha_image {
  box-shadow: 5px 5px 5px 5px gray;
  padding: 5px;
  height: 40px;
  user-select: none;
  text-decoration: line-through;
  font-style: italic;
  border: red 2px solid;
}

#user-input {
  box-shadow: 5px 5px 5px 5px gray;
  width: auto;
  margin-right: 10px;
  padding: 10px;
  border: red 0px solid;
}

.inline {
  display: inline-block;
}

#captcha_message, #org_captcha_message{
  margin-top: 10px;
  color: red;
  font-size: 15px;
}

td.testttt {
 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
    padding-bottom: 0;
    border: 0;

}

td.testttt:hover {
  /* overflow: visible;  */
  /* white-space: normal; */
  -webkit-line-clamp: unset;
  transition: all 0.5s;
}

.table-hover>tbody>tr:first-child td img {
  width: 100px;
}
.shop-card {
  display: flex;
  align-items: center;
}

.shop-card-img-top {
  width: 160px;
  height: 160px;
}

.shop-card-img-top img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-card-body {
  width: calc(100% - 160px);
  padding-left: 30px;
}

.shop-card-text a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}

.shop-card-text {
  overflow: hidden;
}

.shop-card-title {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
}

.shop-details-wrap {
  margin-bottom: 40px;
}

.shop-details-card {
  box-shadow: 0 5px 25px -5px rgba(181,181,181,0.64);
  padding: 25px 25px 25px 25px;
  margin-bottom: 25px;
}
.shop-details-card-text {
  min-height: 100px;
  height: 100px;
  margin-bottom: 20px;
  overflow: auto;
  padding-right: 8px;
}

.shop-details-card-body {
  padding-top: 15px;
}
.shop-details-card-text::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  box-shadow: 0 0 10px #ddd inset;
}
.shop-details-card-text::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to right, #BC0101, #990101);
  border-radius: 10px;
}
.shop-details-card-text::-webkit-scrollbar {
  width: 8px;
}

.shop-details-card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.shop-link {
  margin-bottom: 20px;
  overflow: hidden;
}

.shop-link a {  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-decoration: underline;}

  .badge.rounded-pill {
    font-weight: normal;
    font-size: 13px;
  }

  /* .inr-card-img { height: 260px; } */
  .inr-card-img img { width: 100%; height: 100%; object-fit: cover; }
  .small-card-cover { display: flex; flex-flow: wrap; padding: 25px 0 20px; }
  .small-card-img { width: 80px; }
  .small-card-img img { width: 60px; height: 60px; object-fit: cover; border-radius: 50%; }
  .small-card-img a { display: inline-block;    /* height: 100%; */    /* width: 100%; */ }
  .small-card-text { width: calc(100% - 120px); }
  .small-card-text h4 { line-height: 1; margin-bottom: 0; font-size: 22px; text-transform: capitalize; font-weight: 500; }
  .small-card-text span { display: inline-block; margin: 2px 0 5px; font-size: 15px; line-height: 20px; }
  .small-card-text h6 { font-size: 13px; border-bottom: 1px solid #c9c9c9; padding-bottom: 10px; }
  .add-read-more.show-less-content .second-section, .add-read-more.show-less-content .read-less { display: none; }
  .add-read-more.show-more-content .read-more { display: none; }
  .add-read-more .read-more, .add-read-more .read-less { font-weight: bold; margin-left: 2px; color: blue; cursor: pointer; text-transform: capitalize; text-decoration: underline; }
  .add-read-more { width: 100%; margin: 0 auto; }
  .description-cover p { margin-bottom: 0; }
  .description-cover h5 { font-size: 18px; line-height: 22px; font-weight: 700; }
  .inr-card-btn .btn { font-size: 15px; line-height: normal; height: auto; padding: 10px 20px; border-radius: 36px; text-transform: capitalize; }
  .inr-card-btn { text-align: center; margin-top: 30px; }
  .description-cover h5 { font-size: 18px; line-height: 22px; font-weight: 700; }
  .shops-image-wrapper { }
  .shops-image-wrapper img { width: 100%;  object-fit: cover; }
  .shops-card-body p { margin-bottom: 0;word-break: break-word; }
  .shops-card { box-shadow: 0 1px 13px -5px rgba(181, 181, 181, 0.64); padding: 20px 20px; margin: 10px 10px; position: relative; }
  .shops-card-btn { text-align: center; margin-top: 20px; }
  .shop-product-title { }
  .shop-product-title h4 { }
  .shop-product-title h5 { margin-bottom: 0; font-weight: 600; font-size: 18px; line-height: 22px; font-weight: 700; }
  .shops-cards-wrapper { margin-top: 30px; }
  .shops-card-body { padding: 15px 0 15px; }
  .shop-product-head { margin-bottom: 15px; }
  .shop-product-btn { }
  .shop-product-btn .btn { font-size: 14px; line-height: normal; height: auto; padding: 10px 20px; border-radius: 36px; text-transform: capitalize; }
  .shop-dropdown-toggle { border: 0; padding: 10px 15px; background: #00bc4b; text-transform: capitalize; border-radius: 25px; height: auto; font-size: 14px; line-height: normal; }
  .shops-card-btn .btn { font-size: 14px; line-height: normal; height: auto; padding: 10px 20px; border-radius: 36px; text-transform: capitalize; }
  .shop-dropdown-toggle { border: 0; padding: 10px 15px; background: #00bc4b; text-transform: capitalize; border-radius: 25px; height: auto; font-size: 14px; line-height: normal; }
  .shops-cards-slider .slick-arrow { position: absolute; font-size: 18px; line-height: 1; text-align: center; background: #fff; color: #990101; border: 2px solid #990101; height: 30px; width: 30px; border-radius: 50%; z-index: 1; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
  .shops-cards-slider { padding: 0 30px; }
  .shops-cards-slider .prev-arrow { left: 15px; top: 50%; transform: translate(-50%, -50%); }
  .shops-cards-slider .next-arrow { right: -15px; top: 50%; transform: translate(-50%, -50%); }
  .remove-product { position: absolute; top: -7px; right: -7px; border: 1px solid #9F0101; width: 25px; height: 25px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; background: #9F0101; color: #fff; }




/* start responsive */

@media (max-width: 1199px) {
	.sidebar .over .list ul li a {
		font-size: 14px;
		padding: 10px 10px;
	}
  .content .league .box .item .img a {
    width: 80px;
    height: 80px;
  }.content .topic.fixed-topic {
    top: 55px;
  }
  thead tr th:first-child, tbody tr td:first-child {
    width: 42%;
  }

}

.sidebar .over .list ul li a.sublist {
	padding-right: 30px;
}

.sidebar .over .list ul li a.collapsed .caret:before {
	content: '\f067';
}

.sidebar .over .list ul li a .icn {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1199px) {
	.sidebar .over .list ul li a .icn {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}
}

.sidebar .over .list ul li a .caret {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	display: flex;
	align-items: center;
}

.sidebar .over .list ul li a .caret:before {
	font-family: "fontawesome";
	content: '\f068';
}

/* .sidebar .over .list ul li a:hover,
.sidebar .over .list ul li a.active {
	background-color: #BC0101;
	color: white;
} */

/* .sidebar .over .list ul li a:hover .icn,
.sidebar .over .list ul li a.active .icn {
	background-image: url(../images/news-feed-active.png) !important;
}

.sidebar .over .list ul li a:hover .icn.one,
.sidebar .over .list ul li a.active .icn.one {
	background-image: url(../images/user-star-active.png) !important;
}

.sidebar .over .list ul li a:hover .icn.two,
.sidebar .over .list ul li a.active .icn.two {
	background-image: url(../images/message-active.png) !important;
}

.sidebar .over .list ul li a:hover .icn.three,
.sidebar .over .list ul li a.active .icn.three {
	background-image: url(../images/account-active.png) !important;
}

.sidebar .over .list ul li a:hover .icn.four,
.sidebar .over .list ul li a.active .icn.four {
	background-image: url(../images/log-out-active.png) !important;
} */

.sidebar .over .list ul li .card-body {
	padding: 0;
}

.sidebar .over .list ul li .card-body>ul {
	margin: 0;
	border: 0;
	border-top: 2px solid #f5f5f5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sidebar .over .list ul li .card-body>ul li a.dropdown-item {
	padding-left: 30px;
}
.sidebar .card{
  border: none;
}
.sidebar .card .card-header {
  position: relative;
  padding: 0;
  border: 0;
  background-color: white;
  border: none;
  border-radius: 0;
}
.sidebar .over .list ul li a span {
  font-weight: 500;
}
/* Edit side */
.Editside {
	padding-top: 50px;
	padding-bottom: 50px;
}

.Editside .form-group .fa-calendar {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	display: flex;
	align-items: center;
}

.Editside .form-group .position-relative .show {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	display: flex;
	align-items: center;
}

.Editside .form-group .multiselect-native-select {
	position: relative;
	width: 100%;
}

.Editside .form-group .multiselect-native-select select {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px;
}

.Editside .form-group .multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
	width: 100%;
	border: 0;
	background-color: #1e213c;
}

.Editside .form-group .multiselect-container .input-group {
	margin: 5px;
}

.Editside .form-group .multiselect-container .multiselect-reset .input-group {
	width: 93%;
}

.Editside .form-group .multiselect-container>li {
	padding: 0;
}

.Editside .form-group .multiselect-container>li>a.multiselect-all label {
	font-weight: 700;
}

.Editside .form-group .multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px;
	height: 100%;
	font-weight: 700;
	color: white;
}

.Editside .form-group .multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer;
}

.Editside .form-group .multiselect-container>li>a {
	padding: 0;
	width: 100%;
	color: white;
	outline: 0;
	border: 0;
}

.Editside .form-group .multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 5px 15px;
	width: 100%;
	outline: 0;
	border: 0;
}

.Editside .form-group .multiselect-container>li>a>label:focus {
	outline: 0;
	border: 0;
}

.Editside .form-group .multiselect-container>li>a>label.checkbox,
.Editside .form-group .multiselect-container>li>a>label.radio {
	margin: 0;
}

.Editside .form-group .multiselect-container>li>a>label>input[type=checkbox] {
	margin: 0 10px 0 0;
	vertical-align: middle;
	border-color: white;
}

.Editside .form-group .multiselect-container>li>a>label>input[type=checkbox]:before {
	color: white;
}

.Editside .form-group .btn-group {
	width: 100%;
}

.Editside .form-group .btn-group .multiselect.btn {
	text-align: left;
}

.Editside .form-group .btn-group .multiselect.btn .caret {
	display: none;
}

.Editside .form-group .btn-group .multiselect.btn:after {
	display: none;
}
button.multiselect.dropdown-toggle.btn.btn-default::after{
  position: absolute;
  right: 30px;
  top: 50%;
}
button.multiselect.dropdown-toggle.btn.btn-default span.multiselect-selected-text {
  width: 100%;
  display: inline-block;
}
.Editside .form-group .form-inline .multiselect-container label.checkbox,
.Editside .form-group .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px;
}

.Editside .form-group .form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.Editside .form-group .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0;
}
.Editside .form-group .btn-group .multiselect.btn {
  text-align: left;
  padding: 0 0 0 15px;
  background: url("../images/select-arrow.png") right center no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: "";
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #000;
  text-transform: capitalize;
  border-radius: 30px;
  border: 1px solid #a1a1a1;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
}
.Editside .profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-bottom: 20px;
  overflow: hidden;

}
.Editside .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
label#profile_image-error {
  display: block;
}
.error {color:red;}

.Editside .form-group .btn-group .multiselect.btn {
  background-image: none;
}
.common-custom-select {
  background: url(../images/select-arrow.png) right center no-repeat;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	/* support: IE8 */
	opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-widget-content a {
	color: #333333;
}

.ui-widget-header {
	border: 0;
	background: #0f1114;
	color: white;
	font-weight: 500;
}

.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 0;
	background: #fff;
	font-weight: normal;
	color: #454545;
	text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0;
	background: #0f1114;
	font-weight: normal;
	color: white;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 0;
	background: #0f1114;
	font-weight: normal;
	color: white;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 0;
	background: #f7f7f7;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	/* support: IE8 */
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	/* support: IE8 */
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
	/* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	/* support: IE8 */
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* No UI */
.slider-labels {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
	border-radius: 5px;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	/* Fix 401 */
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.distance-range-slider .noUi-origin {
	background-color: #f4f4f4;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	/* This class is applied to the lower origin when
     its values is > 50%. */
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top .3s;
	transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 7px;
	border-radius: 5px;
}

.noUi-horizontal .noUi-handle {
	width: 16px !important;
	height: 16px !important;
	border-radius: 50%;
	left: -7px;
	top: -5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background-color: #0f1114;
	border: 0;
	cursor: pointer;
}

/* Styling;
 */
.noUi-background {
	background: #f4f4f4;
}

.distance-range-slider.noUi-background {
	background: #0f1114;
}

.noUi-connect {
	background: #0f1114;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-origin {
	border-radius: 5px;
}

.noUi-target {
	border-radius: 5px;
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.noUi-handle {
	cursor: default;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.noUi-handle:active {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.caption {
	font-size: 16px;
	font-family: 'Ubuntu';
	font-weight: 500;
	color: #20272f;
}

/* Disabled state */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #f4f4f4;
	border-radius: 5px;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}
/* Notification List */
.notification-list .comment-row {
	padding-bottom: 15px;
	margin-bottom: 16px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.notification-list .comment-row:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.notification-list .comment-row .user-icon {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.notification-list .comment-row .user-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.notification-list .comment-row .comment-container {
	padding-left: 15px;
	display: block;
	overflow: hidden;
}

/* Messgae side */
.Messgaeside {
	padding-top: 40px;
	padding-bottom: 40px;
}

.Messgaeside .left ul {
	padding: 0;
	list-style: none;
	margin: 0;
	max-height: 400px;
	overflow: auto;
	scrollbar-color: transparent;
	scrollbar-width: thin;
}

.Messgaeside .left ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.Messgaeside .left ul::-webkit-scrollbar {
	width: 4px;
	background-color: transparent;
}

.Messgaeside .left ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}

.Messgaeside .left ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.Messgaeside .left ul::-webkit-scrollbar {
	width: 4px;
	background-color: transparent;
}

.Messgaeside .left ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}

.Messgaeside .left ul li {
	position: relative;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.Messgaeside .left ul li.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #1e213c;
	color: white;
}

.Messgaeside .left ul li .img {
	float: left;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.Messgaeside .left ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Messgaeside .left ul li .info {
	display: block;
	overflow: hidden;
	padding-left: 15px;
}

.Messgaeside .left ul li .info .name {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: block;
}

.Messgaeside .left ul li .info .time {
	font-size: 12px;
}

.Messgaeside .left ul li .info .last-msg {
	font-size: 12px;
}

@media (max-width: 991px) {
	.Messgaeside .right {
		margin-top: 20px;
	}
  .profile-edit {
    text-align: left;
    margin-top: 20px;
  }

  .profile-cover {
      margin-bottom: 30px;
  }

  .profile-top-row {
      padding-bottom: 25px;
      margin-bottom: 25px;
  }

  .profile-about {
      padding-top: 24px;
  }
  .profile-content h6 {
    margin: 5px 0 6px;
  }
  .profile-list-content {
    padding: 15px 25px 15px 25px;
  }

  .list-select-row .list-select {
    margin-bottom: 10px;
  }
  .content .topic .bdr {
    /* padding: 15px 15px; */
  }
  .content .topic .field img {
    width: 28px;
    display: block;
  }
  .content .topic .field .btn {
    max-width: unset;
    min-width: auto;
  }
  .content .topic .field .btn {
    width: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    font-size: 0;
  }
  .sidebar .over {
    top: 13%;
  }
  .big-container {
    padding: 25px 15px 25px 15px;
  }
  .content .topic.fixed-topic {
    top: 45px;
  }

  /* table slider css  */
  .mobile-table {display: block; margin: 50px 0 50px; position: relative;}
  .desktop-table {display: none;}
  .table-content-inr { display: flex; align-items: center; justify-content: space-between; padding: 0 15px; }
  .table-btn-feature { }
  .table-btn-feature p { margin-bottom: 0; }
  .table-checkbox img { width: auto; height: 20px; max-height: 20px;    max-width: 26px;}
  .table-header-content { padding: 10px 20px; min-height: 170px; }
  .bonz-inr .table-header-content { background-color: #FEF8E7; }
  .silver-inr .table-header-content { background-color: #FEF1CF; }
  .gold-inr .table-header-content { background: linear-gradient(90deg, #BC0101 0%, #990101 100%); }
  .platinum-inr .table-header-content { background-color: #FCE29F; }
  .silver-inr .table-header-price { background: linear-gradient(0deg, #FCF9F3, #FCF9F3), linear-gradient(0deg, #FEF1CF, #FEF1CF); }
  .gold-inr .table-header-price { background: linear-gradient(90deg, #BC0101 0%, #990101 100%), linear-gradient(0deg, #FCF9F3, #FCF9F3); }
  .platinum-inr .table-header-price { background: linear-gradient(0deg, #FCE29F, #FCE29F), linear-gradient(0deg, #FCF9F3, #FCF9F3); }
  .gold-inr .table-header-content h3 { background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; }
  .gold-inr .table-header-content p { background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; }
  .gold-inr .table-header-price h3 { background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; }
  .table-slides-container { text-align: center; }
  .table-header-content h3 { background: linear-gradient(90deg, #BC0101 0%, #990101 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 25px; line-height: 39px; }
  .table-header-content p { background: linear-gradient(90deg, #BC0101 0%, #990101 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
  .table-header-price { display: inline-block; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 80px; border: 2px solid red; position: relative; z-index: 1; width: 100px; height: 100px; }
  .table-header-price:before { content: ""; position: absolute; border: 4px solid #fff; left: -5px; right: -5px; top: -5px; bottom: -5px; border-radius: 100%; z-index: -1; }
  .table-header-height { width: 100px; height: 100px; top: -50px; position: relative; margin: 0 auto; }
  .table-header-price h3 { margin-bottom: 0; background: linear-gradient(90deg, #BC0101 0%, #990101 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 20px; line-height: 30px; }
  .bottom-table-content { margin-top: 20px; padding-top: 0; background: #FCF9F3; padding-bottom: 20px; }
  .table-content-flex { border-bottom: 2px solid #c9c9c9; padding: 15px 0; }
  .table-navigation { padding: 0 15px; display: flex; justify-content: space-between; margin: 10px auto; position: absolute;     top: 200px;
    width: calc(100% - 30px);
    left: 0;
    right: 0; }
  .table-navigation img { width: auto; height: 40px; }
  .table-previous { margin-right: 8px; }
  .table-previous img { transform: scale(-1); }
  .table-checkbox { margin-left: 20px; }
  .by-now-btn { text-align: center; margin: 30px 0 10px; }
  .by-now-btn .btn { min-width: 200px; }
  .table-inr-cover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin: 0 12px 10px;
    border-radius: 30px;
    overflow: hidden;}
    .modal.login {
      width: calc(100% - 15px);
      margin: 0 auto;
      padding-left: 15px !important;
  }
  .modal .modal-dialog .modal-content .right .form-group .btn-primary {
    min-width: 220px;
  }

  .modal .close {
    top: 10px;
    right: 10px;
  }
  
  .home-competition-slider .tab-right-sidebar .list-group-item {width: calc(100% / 2 - 30px);
    margin: 0 15px; margin-bottom: 15px;}
    .home-competition-slider .list-group {
      margin: 0 -15px;
      flex-flow: wrap;
  }
  .our-organization .achievers-item .main-img a {
    width: 90px;
    height: 90px;
  }
  .Acting .competition .box .text {
    padding: 15px 0 0;
  }
    
}

.Messgaeside .right .bdr {
	position: relative;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.Messgaeside .right .bdr .toptitle {
	padding: 10px;
	background-color: #1e213c;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.Messgaeside .right .bdr .toptitle .img {
	float: left;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.Messgaeside .right .bdr .toptitle .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Messgaeside .right .bdr .toptitle .info {
	display: block;
	overflow: hidden;
	padding-left: 15px;
}

.Messgaeside .right .bdr .toptitle .info .name {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	display: block;
}

.Messgaeside .right .bdr .toptitle .info .time {
	font-size: 12px;
}

.Messgaeside .right .bdr .messages {
	padding: 10px;
	max-height: 400px;
	overflow: auto;
	scrollbar-color: transparent;
	scrollbar-width: thin;
}

.Messgaeside .right .bdr .messages::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.Messgaeside .right .bdr .messages::-webkit-scrollbar {
	width: 4px;
	background-color: transparent;
}

.Messgaeside .right .bdr .messages::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}

.Messgaeside .right .bdr .messages::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.Messgaeside .right .bdr .messages::-webkit-scrollbar {
	width: 4px;
	background-color: transparent;
}

.Messgaeside .right .bdr .messages::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}

.Messgaeside .right .bdr .messages .msg {
	overflow: hidden;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}

.Messgaeside .right .bdr .messages .msg.received .bg {
	background-color: #1e213c;
}

.Messgaeside .right .bdr .messages .msg.sent .bg {
	background-color: #5bbd4e;
}

.Messgaeside .right .bdr .messages .msg .bg {
	padding: 4px 10px;
	color: white;
	display: inline-block;
	margin-bottom: 5px;
	min-width: 70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}

.Messgaeside .right .bdr .messages .msg .time {
	font-size: 12px;
}

.Messgaeside .right .bdr .typefield .form-control {
	padding-right: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.Messgaeside .right .bdr .typefield .btn {
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #1e213c;
}
.card .card-header h5 .btn{
  position: relative;
  padding: 15px 80px 15px 15px;
  font-size: 22px;
  color: #BC0101;
  width: 100%;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  background: transparent;
  height: auto;
  border-radius: 0;
  line-height: normal;
  text-transform: capitalize;
}
.card .card-header .delete {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: #858585;
  margin-top: -16px;
  font-size: 15px; 
}

.card .card-header {  
  position: relative;
  padding: 0;
  border: 0;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}

.card .card-header h5 .btn .caret {
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  width: 40px;
}

.card .card-header h5 .btn .caret:before, .card .card-header h5 .btn .caret:after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #BC0101;
  display: block;
  margin-top: -7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.card .card-header h5 .btn .caret:before {
  transform: rotate(90deg);
}

.card .card-header h5 .btn .caret:after {
  transform: rotate(90deg);
}

.card .card-header h5 .btn.collapsed .caret:before, .card .card-header h5 .btn.collapsed .caret:after {
  background-color: #2e2e2e;
}

.card .card-header h5 .btn.collapsed .caret:before {
  transform: rotate(0deg);
}

.Aboutside .Allcategory .card .comment-sec {
  padding-right: 100px;
}

.Aboutside .Allcategory .card .comment-sec .item {
  margin-bottom: 20px;
}

.Aboutside .Allcategory .card .comment-sec .item .text h5 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.Aboutside .Allcategory .card .comment-sec .item .text h5 small {
  font-weight: 400;
  padding-left: 10px;
}

.Aboutside .Allcategory .card .comment-sec .item .user-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.Aboutside .Allcategory .card .comment-sec .item .text .form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.Aboutside .Allcategory .card .card-body {
  padding: 1.25rem;
}
.Aboutside .Allcategory .card p{
  font-size: 16px;
  font-weight: 400;
}

.sidebar .over .profile.customeProfile .user-info {
  margin-top: 0px;
}

button.multiselect.dropdown-toggle.btn.btn-default span.multiselect-selected-text {
  color: #000 !important;
  text-transform: capitalize;
  font-weight: 400 !important;
}

button.multiselect.dropdown-toggle.btn.btn-default {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #a1a1a1;
  background: transparent;
  color: #000;
  position: static !important;
  height: 55px !important;
  font-size: 16px !important;
}

button.multiselect.dropdown-toggle.btn.btn-default::after {
  display: inline-block !important;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

input.back-btn {  
  background-image: linear-gradient(to right, #FCE4A4, #FCE4A4, #000000, #000000);
  background-size: 300% 100%;
  color: black;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

input.back-btn:hover,input.back-btn:focus,input.back-btn:active {
  color: #fff;
}

.pic-wraper{
  display: flex;
  align-items: center;
}
/* FAQ Page css Start */
.Faqside {
  padding-top: 30px;
  padding-bottom: 30px;
}
.Faqside .card {
  margin-bottom: 5px;
  border: none;
}
.Faqside .card .card-header h2 {
  margin: 0;
  line-height: inherit;
}
.Faqside .card .card-header h2 .btn-link {
  position: relative;
  padding: 10px 55px 10px 15px;
  width: 100%;
  text-align: left;
  background-color: #BC0101;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: none;
  box-shadow: none;
  font-weight: 500;
}
.Faqside .card .card-header h2 .btn-link.collapsed {
  background-color: #f6f6f6;
  color: #2e2e2e;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Faqside .card .card-body {
  border: 1px solid #f7f7f7;
  border-top: 0;
  padding: 5px 0;
}
.Faqside .card .card-body p {
  margin-bottom: 10px;
}
/* FAQ Page css End */


/* Responsive Media query */

@media only screen and (min-width: 768px) {
  .singing-tab .tab-card .col-md-3 {
    width: 32.6%;
  }
  .singing-tab .tab-card .col-md-9 {
    width: 67.4%;
  }
}

@media only screen and (max-width: 1599px) {

}

@media only screen and (max-width: 1260px) {
  .organization-banner.Bannerside .item::before{content: none;}

}


@media only screen and (max-width: 1199px) {
  .section-padding {
    padding: 30px 0;
  }
  .Bannerside {
    padding-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-nav .dropdown-menu .dropdown-item ,
  .footer .link li a{
      font-size: 13px;
  }
  .auth-desc{
      font-size: 16px;
      line-height: 23px;
  }
  .footer .social a .fa ,
  .our-mission-right .mission-quates h5,
  .our-mission-right .mission-quates h6,
  .auth-name {
    font-size: 16px;
  }
  .auth-desigation {
      font-size: 14px;
  }
  .site-logo img {
      max-width: 85px;
      max-height: 54px;
  }
  .header .profile .btn .pic {
    width: 20px;
    height: 20px;
  }
  .btn {
      font-size: 13px;
      min-width: 115px;
  }
  .btn-register {
      width: auto;
      min-width: auto;
  }
  .headerLoginBtn {
      width: 85px;
  }
  .headerLoginBtn .fa {
    font-size: 20px;
  }
  .Bannerside .content h1 {
    font-size: 34px;
  }
  .title-block h2 {
      font-size: 35px;
  }
  .Bannerside .content p {
    font-size: 14px;
    margin: 13px 0 17px;
  }
  .testimonials .title-block ,
  .talented-achievers-section .title-block{
      margin-bottom: 30px;
  }
  .bg-red-card {
      padding: 50px 50px 50px;
      height: 100%;
  }
  .bg-yellow-card .card-content {
    left: 30px;
    top: 30px;
  }
  .tabbable-panel .tab-list .nav-link {
    width: auto;
    padding: 10px 15px;
  }
  .tab-card {
    padding: 20px 20px 20px 20px;
  }
  .tab-content p{
    /* display: -webkit-box !important; */
    /* -webkit-line-clamp: 7; */
    /* -webkit-box-orient: vertical; */
    /* white-space: normal; */
    /* autoprefixer: off */
  }
  .tab-right-sidebar .list-group-item {
      padding-left: 15px;
  }
  h6 {
      font-size: 15px;
  }
  .tab-right-sidebar .img-block img {
      width: 25px;
      height: 25px;
  }
  footer .logo img {
      width: 155px;
  }
  .footer-inner::before {
      width: 450px;
  }
  .testimonials-slider .item {
      padding: 0 20px 20px 20px;
  }
  footer .box {
      padding-top: 50px;
  }
  .footer .logo {
      padding: 0;
  }
  .footer-bgbottom-img {
      margin-left: 50px;
  }
  .footer .social a:not(:last-child) {
      margin-right: 5px;
  }
  .footer .social a {
      width: 35px;
      height: 35px;
  }
  /* .content .topic.fixed-topic {
    padding-top: 120px;
  } */
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .achievers-item .main-img::before{
    width: 230px;
    height: 230px;
  }
  .tabbable-panel .home-competition-slider .tab-buttons .btn {
    padding: 10px 10px;
    height: auto;
    font-size: 12px;
    text-transform: uppercase !important;
  }
}
/*--------------- Header Start ---------------*/

@media only screen and (max-width: 991px) {
  header .navbar {
      padding: 0 45px 0 0;
  }
  .header{
    padding: 15px 0 0;
  }
  .header.fixed-header .navbar {
    padding: 0 45px 0 0;
  }
  .headerLoginBtn {
      font-size: 12px;
      padding: 5px 13px;
      border-radius: 5px;
      max-width: 150px;
      width: auto;
  }
  .site-logo img {
      max-width: 80px;
  }
  .Bannerside .item ,
  .footer-inner{
    border-radius: 12px;
  }
  .bg-yellow-card .card-content h5 ,
  .autors-block h5{
    font-size: 18px;
  }
  .tab-content p {
    font-size: 16px;
  }
  .autors-block h6,
  .our-mission-section .content-area p{
    font-size: 14px;
  }
  .dropdown.profile .dropdown-item {
    font-size: 12px;
  }
  .btn {
    min-width: 100px;
  }
  .navbar .navbar-toggler {
      padding: 0;
      position: absolute;
      top: 15px;
      right: 0;
      margin: 0;
      z-index: 9;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      outline: 0;
      border: none;
  }
  .navbar .navbar-toggler .menu_icon {
      margin: 0;
      padding-top: 1px;
      float: left;
      font-size: 22px;
      width: 26px;
      height: 22px;
      position: relative;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
  }
  .navbar .navbar-toggler .menu_icon .icon-bar {
      display: block;
      position: absolute;
      opacity: 1;
      width: 26px;
      height: 4px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      background-color: #990101;
      margin: 0 auto;
      left: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
  }
  .navbar .navbar-toggler.collapsed .icon-bar {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s;
      -moz-transition: 9910.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
  }
  .navbar .navbar-toggler .menu_icon .icon-bar:nth-child(1) {
      top: 9px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .navbar .navbar-toggler .menu_icon .icon-bar:nth-child(2) {
      top: 12px;
      opacity: 0;
      left: -15px;
  }
  .navbar .navbar-toggler .menu_icon .icon-bar:nth-child(3) {
      top: 9px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .navbar .navbar-toggler.collapsed .icon-bar:nth-child(1) {
      top: 0;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
  }
  .navbar .navbar-toggler.collapsed .icon-bar:nth-child(2) {
      top: 8px;
      left: 0;
      opacity: 1;
  }
  .navbar .navbar-toggler.collapsed .icon-bar:nth-child(3) {
      top: 16px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
  }
  .navbar .navbar-collapse {
      position: fixed;
      top: 0;
      left: -250px;
      bottom: 0;
      width: 250px;
      z-index: 1;
      background: #222645;
      display: block;
      height: 100%;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 999;
  }
  .navbar .navbar-collapse.show, .navbar .navbar-collapse.collapsing {
      left: 0;
      -webkit-box-shadow: 0 0 18px rgb(0 0 0 / 30%);
      -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 18px rgb(0 0 0 / 30%);
  }
  .navbar-nav .dropdown-menu{
      background: #222645;
  }
  .navbar-nav .nav-link{
      padding-left: 10px;
      padding-right: 10px;
  }
  .header.fixed-header .navbar .navbar-nav a.nav-link {
    padding: 10px 15px;
  }
  .navbar .navbar-nav > li,
  .navbar-nav .dropdown-menu > li{
      border-top: 1px solid #303348;
  }
  .navbar .navbar-nav > li:last-child ,
  .navbar-nav .dropdown-menu > li:last-child{
      border-bottom: 1px solid #303348;
  }
  .navbar-expand-lg .navbar-nav .nav-link,.navbar-nav .dropdown-menu .dropdown-item{
      font-size: 12px;
      color: #fff;
      padding-left: 15px;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
      position: relative;
      padding: 7px 19px 7px 30px;
  }
  .navbar .navbar-nav ul > li > a:before{
      position: absolute;
      top: 50%;
      left: 15px;
      content: '';
      margin-top: -2px;
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: white;
  }
  .Bannerside .item::before{
    display: none;
  }
  .Bannerside .content {
    left: 40px;
    top: 95px;
    height: auto;
  }
  .bg-yellow-card ,.bg-red-card{
    border-radius: 10px;
    height: 100%;
    padding-top: 33px;
  }
  .card-img-block .abs-img {
    max-width: 70%;
  }
  .cms-wrapper.mt-20{
    margin-top: 0;
  }
  .tab-pane-card ,
  .comp-not-available{
    min-height: 200px;
  }
  .achievers-item .main-img a > img{
    object-fit: cover;
  }
  .tabbable-panel .tab-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    height: auto;
    align-items: center;
  }
  .tabbable-panel .tab-list .nav-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .our-mission-right{
    padding-left: 0;
  }
  .mission-quates {
    padding-left: 60px;
  }
  .our-mission-right .mission-quates > img{
    left: 0;
  }
  .our-mission-right .img-block, .our-mission-right .img-block > img {
    width: 100%;
    margin-top: 20px;
  }
  .footer-bgbottom-img {
    display: none;
  }
  .footer-inner::before {
    display: block;
    background: #fce4a4;
    height: 180px;
    width: 100%;
    left: 0;
    right: 0;
    clip-path: none;
    -webkit-clip-path: none;
  }
  footer .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .Bannerside.inner .item .overlay h1 {
		font-size: 42px;
	}
  /* Content css Responsive Start */
  .content .showcase .post .full-image.post-image>a {
		width: 100%;
		height: auto;
		margin: 0;
		opacity: 1;
	}
    .content .showcase .post .full-image a {
		width: 52px;
		height: 52px;
		margin: -26px 0 0 -26px;
		opacity: 1;
	}
  /* Content css Responsive End */
  /* About side Responsive Start*/
  .Aboutside {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    /* .Aboutside .Allcategory .nav-tabs .nav-item .nav-link .icn {
		width: 29px;
		height: 30px;
	} */
    .Aboutside .Allcategory .card .comment-sec {
		padding-right: 0;
	}
  /* About side Responsive End*/
  /* Mission side */
  .Missionside .text h2 {
      font-size: 26px;
  }
  .box.footer-first-col {
    padding: 20px 0;
  }
  .footer .logo{
    text-align:center;
  }
  .organization-banner .home-img-block img {
    object-position: 3px center;
    max-height: 400px;
  }   

  .organization-banner .content {
      max-width: 360px;
  }
  .search-wrap {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .form-control,
	.multiselect {
		height: 42px;
		font-size: 14px;
	}
  .modal .close {
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
  .modal .close:before,
  .modal .close:after {
    height: 10px;
    margin-top: -5px;
  }
  .modal .modal-dialog .modal-content .left p {
    margin-bottom: 15px;
  }
  .modal .modal-dialog .modal-content .right {
    padding: 15px 15px;
  }
  .modal .modal-dialog .modal-content .right h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .modal .modal-dialog .modal-content .right .form-group {
    margin-bottom: 15px;
  }
  .modal .modal-dialog .modal-content .right .form-group .show {
    top: 8px;
    font-size: 18px;
  }
  .modal.add-post .modal-dialog .modal-body .over .text .form-control,
  .modal.message-post .modal-dialog .modal-body .over .text .form-control {
    font-size: 16px;
  }
  .Bannerside.inner .item .overlay {
		padding-top: 50px;
		padding-bottom: 50px;
	}
  .Bannerside.inner .item .overlay h1 {
		font-size: 32px;
	}
  .Bannerside.inner .item .overlay p {
		font-size: 14px;
	}
  /* Acting Responsive */
  .Acting .nav-tabs {
    margin-bottom: 35px;
  }
  
  .Acting .nav-tabs .nav-item .nav-link {
    padding: 4px 12px 4px 7px;
    font-size: 14px;
    border-radius: 30px;
    display: flex;
    align-items: center;
  }
  
  .Acting .nav-tabs .nav-item .nav-link:after {
    border-width: 10px;
  }
  
  .Acting .nav-tabs .nav-item .nav-link .icn {
    background-size: 23px;
    width: 35px;
    height: 35px;
  }
  
  .Acting .competition .box .text .title h4 {
    font-size: 16px;
  }
  
  .Acting .competition .box .text .title .vote {
    font-size: 30px;
    line-height: 30px;
  }
  
  .Acting .competition .box .text .title .vote small {
    font-size: 18px;
    display: block;
    margin-top: -10px;
  }
  
  .Acting .competition .box .text .information .info {
    font-size: 12px;
    line-height: 18px;
  }
  
  .Acting .competition .box .text .information .info .icn {
    padding-right: 10px;
  }
  
  .Acting .competition .box .text .action-buttons .row>.btn_act {
    margin-bottom: 10px;
  }
  
  .Acting .competition .box .text .action-buttons .row>.btn_act:last-child {
    margin-bottom: 0;
  }
  .content .topic .field .form-control {
    margin-right: 10px;
  }
  .content .post .option a {
    font-size: 14px;
  }
  .content .post .option a img {
    width: 20px;
  }
  .content .compete .box .img span ,
  .content .post .title .name h5 a{
    font-size: 16px;
  }  
  /* Welcome side */
  .Welcomeside {
		padding-top: 30px;
		padding-bottom: 30px;
	}
  .Welcomeside .text {
		margin-bottom: 30px;
	}
  .Welcomeside .text + .img img {
    object-fit: cover;
  }
  .Welcomeside .text h2{
    font-size: 22px;
  }
  /* Work side */

  .Workside {
		padding-bottom: 30px;
	}

	.Workside h2 {
		margin-bottom: 30px;
	}

	.Workside .over .item:last-child .box {
		margin-bottom: 0;
	}

	.Workside .over .item:last-child .box:after {
		display: none;
	}

	.Workside .over .item:nth-child(2n+2) .box {
		padding-left: 15px;
	}

	.Workside .over .item:nth-child(2n+2) .box:after {
		left: 60px;
	}

	.Workside .over .item .box {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 50px;
		padding-right: 15px;
	}

	.Workside .over .item .box:after {
		height: 50px;
		top: 100%;
		right: 60px;
		margin-top: 10px;
	}

	.Workside .over .item .box .img img {
		max-width: 100px;
	}
  /* About side Responsive Start*/
  .Aboutside .about {
    margin-bottom: 30px;
  }
  
  .Aboutside .about .title {
    margin-bottom: 5px;
  }
  
  .Aboutside .about h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .Aboutside .Allcategory .nav-tabs {
    margin-bottom: 30px;
  }
  
  .Aboutside .Allcategory .competition .box {
    margin-bottom: 30px;
  }
  
  .Aboutside .Allcategory .competition .box .text .title h4 {
    font-size: 16px;
  }
  
  .Aboutside .Allcategory .competition .box .text .title .vote {
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  
  .Aboutside .Allcategory .competition .box .text .title .vote small {
    font-size: 18px;
    display: block;
    font-size: 18px;
    display: block;
    margin-top: 0;
    margin-left: 6px;
  }
  
  .Aboutside .Allcategory .competition .box .text .information .info .icn {
    padding-right: 10px;
  }
  
  .Aboutside .Allcategory .competition .box .text .action-buttons .row>.btn_act {
    margin-bottom: 10px;
  }
  
  .Aboutside .Allcategory .competition .box .text .action-buttons .row>.btn_act:last-child {
    margin-bottom: 0;
  }
  
  .Aboutside .Allcategory .record-list .post {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* About side Responsive End*/
  /* Mission side */
  .Missionside {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .Missionside .img {
      padding-top: 0;
      padding-right: 15px;
  }
  .Missionside .img {
      margin-bottom: 15px;
  }
  .Missionside .img .bg {
      margin-left: 0;
  }
  .Missionside .img .bg img {
      top: 0;
      right: 0;
  }
  .Missionside .text .Missionside {
      padding-top: 0;
      padding-bottom: 0;
  }
  .Bannerside .content {
    left: 0;
    top: 0;
    position: relative;
    padding: 35px 10px 0;
    text-align: center;
  }
  .Bannerside .content ul {
    justify-content: center;
  }
  .organization-banner .static-image {
    margin-top: 20px;
  }

  /* 28-04-23 dilip */
  .sidebar {padding-right: 0;}
  ul#myTab {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 20px 0;
    align-items: center;
  }
  .tab-shadow {
    padding: 15px 15px 15px 15px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .category-page-main .tab-shadow {
      width: 100%;
      margin-bottom: 30px;
  }

  .sidebar .over .list ul li {
    display: inline-block;
    width: auto;
    margin: 0 8px;
  }

  /* .sidebar {
    padding: 0 15px;
  } */

  .Acting .nav-tabs .nav-item .nav-link {
    border: 1.2px solid #C9C9C9;
  }
  .sidebar .over {
    position: unset;
  }
  .sidebar .over.fixed-sidebar {
  position: fixed;
  top: 73px;
  z-index: 2;
  left: 0;
  right: 0;  
  max-height: 80px;
  }
  .content .post .title .user-icon {
  width: 60px;
  height: 60px;

  }

  .organization-banner .home-img-block img {
  clip-path: unset;
  object-position: center;
  }
  .profile-cover {
    flex-direction: column;
    /* align-items: start; */
  }

  .profile-content {
      width: 100%;
      padding-left: 0;
  }

  .tab-content h4 {
      font-size: 20px;
      line-height: 24px;
  }

  .profile-list-content ul {
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .profile-list-content ul li {
      margin: 15px 0;
      display: block;
  }

  .profile-list-content ul li:not(:first-child):before {
      width: 100%;
      height: 1px;
      top: -15px;
      left: 0;
      right: 0;
      border: 0;
      background: #E0E0E0;
  }

  .profile-list-content {
      padding: 10px 10px 10px 10px;
  }
  .telant-list ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .profile-edit {
    margin-top: 10px;
  }
  .organization-list-select .list-select select {
    padding: 8px 37px 8px 9px;
    font-size: 12px;
  }
  .profile-edit ul li a {
    font-size: 11px;
    padding: 8px 6px;
  }
  /* .profile-image {
      min-height: 160px;
      width: auto;
  } */
  .profile-content {
      text-align: center;
  }
  .list-select-row {
    margin-bottom: 10px;
  }
  .search-wrap {
    margin-top: 10px;
  }
  .search-wrap input {
    height: 45px;
    font-size: 15px;
    padding-right: 50px;
  }
  .search-wrap .search-btn {
    top: 35%;
    height: 20px;
  }
  .organization-list-view {
    padding: 60px 0 30px;
  }
  .Aboutside .Allcategory .competition .box .text {padding: 15px 0 0;}
  .content .comments .title .user-icon {
    width: 60px;
    height: 50px;
  }
  .content .topic .field .btn {
    height: 41px;
    width: 54px;
  }
  .content .topic .field img {
    width: 24px;}
    .content .topic .user-img {
      width: 40px;
      height: 40px;
  }
  .content .topic .bdr {
    padding: 15px 0;
  }
  .content .topic.fixed-topic {
    /* padding-top: 170px; */
    padding-bottom: 0;
    top:85px;
  }
  .content .topic {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .big-container {
    padding: 10px 0 25px 0;
    border-radius: 15px;
  }
  .content .league .box {
    margin-bottom: 0;
  }
  .table-inr-cover {border-radius: 18px; }
  .login-tabbing-nav ul.nav-pills li a {
    font-size: 16px;
  }
  .tab-sub-text {
    min-height: 160px;
    height: 160px;
  }
  .login-tabbing-nav ul.nav-pills li:not(:last-child) {
      margin-right: 15px;
  }

  .login-tabbing-nav ul.nav-pills {
      justify-content: center;
  }
  .home-competition-slider .tab-right-sidebar .list-group-item {
    width: 100%;
  }
  .tabbable-panel .home-competition-slider .tab-buttons .btn {
    width: 100%;
    margin: 0 0 !important;
    margin-bottom: 10px !important;
  }
  .Acting .competition .box .text .action-buttons .btn{ margin-bottom: 20px;}
  .talented-inr {
    text-align: center;
  }

  .talented-btn {
      text-align: center;
  }
  .achievers-item .main-img a > img {height: 250px;width: 250px;}
  .Aboutside .Allcategory .competition .box .tab-shadow {
    padding-bottom: 30px;
  }
  .job-title {
    font-size: 22px;
    line-height: 26px;
  }
  .job-details-left > ul > li {
      padding: 10px 15px;
  }
  .job-details-wrap {
      padding: 20px 8px;
      margin-bottom: 10px;
  }
  .job-details-right {
      margin-top: 20px;
  }
  .sidebar-submenu { position: absolute; background: #fff; width: calc(100% - 0px); left: 0; right: 0; top: 80px; text-align: center; }
  .sidebar-submenu ul li { padding: 0 0 !important; }
  .sidebar-submenu ul li::before { content: none; }
  li.sidebar-dropdown > a:before { content: none; }
  .sidebar-submenu ul li a { padding: 10px 5px !important; }
  .sidebar-submenu ul li.active, .sidebar-submenu ul li:hover {
    padding: 0 !important;
  }
  .box.my-jobs.col-lg-6 {
    margin-top: 20px;
  }
  .shop-card {
    flex-direction: column;
  }

  .shop-card-body {
      width: 100%;
      padding-left: 0;
  }

  .shop-card-img-top {
      width: 100px;
      height: 100px;
  }

  .shop-card-title {
      font-size: 20px;
      line-height: 26px;
  }

  .shop-text-section {
      padding-top: 14px;
  }

  .shop-details-card {
      padding: 15px 15px 15px 15px;
  }

  .shop-details-card-text {
      min-height: 80px;
      height: 80px;
  }
  td.testttt {
    font-size: 14px;
  }
  .shops-list .tab-shadow {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) { 
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    left: 0;
    right: auto;
    top: 100%;
  }     
  .navbar-expand-lg .navbar-nav .nav-link .caret{
      display: none;
  } 
  .navbar-nav .nav-item:hover .dropdown-menu {
      display: block;
  }
  .navbar-nav .nav-item:first-child {
      margin-left: 0;
  }
  .navbar-nav .nav-item:last-child {
      margin-right: 0;
  }
  .navbar-nav .nav-item {
      margin: 0 8px;
  }
  .navbar-nav .nav-link::before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      height: 4px;
      background: #B80101;
      border-radius: 37px;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
  }
  .navbar-nav .nav-item:hover .nav-link::before,.navbar-nav .nav-link.active::before {
      opacity: 1;
      bottom: 0;
  }


}

@media only screen and (max-width: 575px) {
 
  .Bannerside .content h1,
  .bg-red-card h2 {
    font-size: 28px;
  }
  .google-play-btn {
    margin-left: 10px;
  }
  .google-play-btn img {
    max-width: 140px;
    height: 45px;
  }
  .Bannerside .content li a.btn {
    padding: 13px 10px;
    height: auto;
    font-size: 11px;
  }
  .bg-red-card p {
    font-size: 14px;
  }

  .footer-inner {
    padding: 0 30px;
    z-index: 0;
  }
  footer .box:nth-child(2), footer .box:nth-child(3) {
    padding-top: 0;
  }
  .testimonials {
    padding-bottom: 30px;
  }
  .tabbable-panel .tab-list {
    margin: 30px 0 30px;
    padding: 0 10px;
  }
  .tab-pane-card {
    padding: 15px 15px;
  }
  .title-block h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .title-block p {
    font-size: 16px;
  }
  .comp-not-available h4 {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
  }
  .talented-achievers-section .button-block.text-end {
    text-align: center !important;
    margin-top: 15px;
  }
  .talented-achievers-section .title-block {
    text-align: center;
  }
  .single-category-pane .tab-content {
    margin-top: 15px;
  }
  .bg-red-card {
    padding: 20px;
  }
  .cms-wrapper > .row > .col-md-7 {
    margin-bottom: 20px;
  }
  .achievers-item {
    margin-top: 15px;
  }
  .footer .social a:not(:last-child) {
    margin-right: 10px;
  }
  .content .topic {
		text-align: center;
	}
  /* .content .topic .user-img {
    float: none !important;
  } */
  .content .topic .field {
    padding-left: 10px !important;
    /* padding-top: 10px; */
  }
  .content .topic .field .form-control {
    /* margin: 0 0 15px; */
  }
  .content .league .box .img img {
    max-height: 250px;
    object-fit: contain;
    background-color: #f7f7f7;
  }
  .content .league .box .text {
    padding-left: 15px;
    padding-top: 15px;
  }
  .Acting .nav-tabs .nav-item .nav-link .icn{
    margin-right: 5px;
  }

  /* Work side */

  .Workside .over .item:nth-child(2n+2) .box:after {
		left: 50%;
		margin-left: -2px;
	}

	.Workside .over .item .box:after {
		right: 50%;
		margin-top: 5px;
		margin-right: -2px;
	}

	.Workside .over .item .box .img {
		margin-bottom: 15px;
	}
  /* About side */
  .Aboutside .Allcategory .box .bdr .user-icon {
    padding-right: 10px;
  }
  
  /* .Aboutside .Allcategory .box .bdr .user-icon img {
    width: 37px;
    height: 37px;
    margin-top: 5px;
  }
   */
  .Aboutside .Allcategory .box .bdr .title {
    padding-top: 0;
  }
  
  .Aboutside .Allcategory .box .bdr .title span {
    line-height: 16px;
  }
  
  .Aboutside .Allcategory .box .bdr .dropdown .dropdown-toggle {
    padding: 7px 10px 5px;
  }
  
  .Aboutside .Allcategory .box .bdr .img {
    max-height: inherit;
  }
  
  .Aboutside .Allcategory .box .bdr .text ul li {
    font-size: 12px;
  }
  
  .Aboutside .Allcategory .box .bdr .text ul li .fa {
    display: block;
  }
  
  .Aboutside .Allcategory .competition .box .text .information .info {
    font-size: 12px;
    line-height: 18px;
  }
  
  .Aboutside .Allcategory .record-list .post {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .Aboutside .Allcategory .competition .box .text .information .info .value span b {
    font-size: 12px;
  }
  .Aboutside .Allcategory .competition .box .text .information .info .icn img {
    width: 18px;
  }
  .Acting .competition .box .text span, .Aboutside .competition .box .text span {
    font-size: 10px;
  }
  .Aboutside .Allcategory .competition .box .text .information .info .value span b a img {
    max-width: 14px;
    position: relative;
    right: 0;
  }
  .Aboutside .Allcategory .competition .box .text .title h4 + span{
    width: 100%;
    display: block;
    font-size: 14px;
  }
  .Aboutside .Allcategory .competition .box .text h5 b{
    font-size: 16px;
  }
  .profile-row ul.cta li {
    width: 100%;
  }
  
  .profile-row li input, .profile-row li a {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .Bannerside .content h1 {
    font-size: 22px;
  }
  .Bannerside .content p {
    font-size: 13px;
  }
  .small-card-text {
    width: 100%;
    padding-top: 10px;
  }

}
/* --- Keyframe CSS --- */
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.ad-achievers-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.ad-achievers-item {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.ad-achievers-item .ad-main-img a > img {
  /* border-radius: 100%; */
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  /* height: 300px; */
  /* object-fit: cover; */
  /* width: 380px; */
}

.course-success-btn{
  border-radius: 15%; 
  background-color: #9E0101;
  padding: 4px 8px 4px 8px;
  color: white;
  font-weight: 500;
  text-transform: capitalize;
}

.small-btn {
  background: #9F0101;
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}
.small-btn:hover {
    background: black;
    color: #ffffff;
    border: none;
    box-shadow: none;
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.modal.fade.add-chapter.show.bgBlur,
.modal.fade.add-post.show.video-wrapper {
  background: rgba(0,0,0,0.5);
}


.fontweight-500{
  font-weight: 500
}
.bitmovinplayer-container video, .bitmovinplayer-ad-container video {
  object-fit: contain;
  -o-object-fit: contain;
  /* border-radius: 15px; */
}
.bitmovinplayer-container{
  /* border-radius: 15px; */
  background-color: transparent;
  cursor: pointer;
}
.chapters .video-box{position: relative;}
.chapters .img-box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1;}
.chapters .img-box img{max-width: 50px;cursor: pointer;}
#company-logo {
  display: none; /* Hide the logo by default */
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
  left: 10px; /* Adjust the right position as needed */
  width: 40px; /* Set the width of your logo */
  height: auto;
  /* z-index: 1;  */
}
/* bitmovin mark */
.bmpui-ui-watermark {
    /* display: none; */
    background-image: url("../brand/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    height: 4em;
    margin: 2em;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    width: 4em;
}
video#bitmovinplayer-video-null{
  background-color: #FFFFFF;
}
@media only screen and (max-width: 599px) {
  /* Show the logo only on screens with a maximum width of 767 pixels (mobile) */
  #company-logo {
    margin: 1em;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 2rem;
  }
}

.courseborder{
  border: 2px solid #9F0101;
  border-radius: 50%;
  padding: 5px;
}

.card-errors{
  color: #ff1a1a;
}
.registerImageContent{
  display:flex; align-items:center; justify-content:center; height:100%
}
.org-profile-pic{
  margin-bottom: 20px;
}