@import url('../fonts/fonts.css');
/*font-family: 'Roboto-Regular';*/
/*font-family: 'Roboto-Medium';*/
body {
  background-color: #e6eff6;
  font-family: 'Roboto','Helvetica Neue','Helvetica','Arial', sans-serif!important;
  min-height: 100vh;
  padding-top: 80px;
}

.l {box-shadow: 0px 0px 2px red;}
.padd-l0 {padding-left: 0px;}
.padd-r5 {padding-right: 5px;}
.container {
  width: 100%;
  max-width: 1230px;
}

.home-background .navbar-default {
  background-color:transparent !important;
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#183c8b', GradientType=1);
  border: 0;
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 400ms;
  margin: 0;
}


/*Start | Header Style*/
.navbar-default {
  background-color: #183c8b;
  background: -webkit-linear-gradient(#000, #183c8b);
  background: -moz-linear-gradient(#000, #183c8b);
  background: -ms-linear-gradient(#000, #183c8b);
  background: -o-linear-gradient(#000, #183c8b);
  background: linear-gradient(#000, #183c8b);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#183c8b', GradientType=1);
  border: 0;
  border-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: 400ms;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1500;
}
.navbar-fixed {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 3px #999;
  padding-top: 0px;
  padding-bottom: 0px;
  animation: Headanim 500ms linear;
}
@keyframes Headanim {
  from {
    transform: translateY(-100px);
    opacity: 0
  }
  to {
    transform: translateY(0px)
  }
}

.navbar-brand {padding: 0px;}
.navbar-brand img {
  max-height: 59px;
  margin-top: 11px;
  transition: 400ms;
  margin-left: 15px;
  width: 100%;
}
.navbar-fixed .navbar-brand img {
  height: 59px;
  margin-top: 2px;
}

.navbar-fixed .navbar-icons img {
  width: 24px;
  height: 30px;
}
.navbar-icons img {
  width: 28px;
  height: 38px;
  transition: 400ms;
}
.navbar-fixed .navbar-nav>li>a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-default .navbar-nav>li>a {
  text-align: center;
  width: 100px;
  border-right: 1px solid #444444;
  color: #999;
  transition: 400ms;
}
.navbar-default .navbar-nav>li:first-child>a {border-left: 1px solid #444444;}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {color: #eee}
.navbar-default .navbar-nav>li>a:hover img {opacity: 0.7}
.navbar-default .navbar-nav>li>a span {
  display: block;
  margin-top: 2px;
}
.menu-caret {
  position: absolute;
  right: 5px;
  color: #ddd;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid transparent;
}
.menu-caret:hover {border: 1px solid #999;}
.dropdown.open .menu-caret {color: #333;}
.navbar-icons .user-circleimg {
  min-width: 100px!important;
  text-align: left!important;
  padding-right: 26px!important;
}
.navbar-icons .user-circleimg span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.navbar-fixed .navbar-icons .user-circleimg img {width: 30px;height: 30px;}
.navbar-icons .user-circleimg img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
.dropdown.open .dropdown-toggle {background-color: transparent!important;}
.dropdown-rarrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -9px;
  right: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.dropdown-menu {
  border-radius: 0px;
  border-color: #ddd;
}
.dropdown-menu li a {
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.user-nametext {color: #888!important;}
.user-nametext strong {
  color: #00aeef;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  max-width: 140px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}
.dropdown-menu li a .glyphicon {
  width: 20px;
  height: 17.5px;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
.noti-seeall {
  font-weight: bold!important;
  color: #00aeef!important;
}
/*End | Header*/




/*Start | style for contact book-2*/
.modalcustem-design{border-radius: 0px;}
.modalcustem-design .modal-header{
background: #e6eff6;
font-family: "Roboto-Medium", "Arial", sans-serif;
color: #183c8b;
}
.modalcustem-design .modal-footer button{
  border-radius: 3px;
  min-width: 100px;
  padding: 6px 10px;
  font-size: 17px;
  background: #ddd;
}
.modalcustem-design .modal-footer .donate{
  display: inline-block;
  background: #fecc40;
  border-radius: 3px;
  text-align: center;
  padding: 6px 10px;
  color: #555;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  border-color: #fecc40;
  font-size: 17px;
  -webkit-transition: 500ms;
  transition: 500ms;
  vertical-align: middle;
  min-width: 120px;
  margin-right: 0px;
  cursor: pointer;
}
.modalcustem-design .modal-footer .donate:hover{
  background-color: #183c8b;
  background: linear-gradient(#000, #183c8b);
  color: #fff;
  border-color: #183c8b;
  text-decoration: none;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.modalcustem-design .input-group-addon{border-radius: 0px;}
.modalcustem-design .close{opacity: 0.7; margin-top: 0px!important;}
.modalcustem-design .close span{color: blue; opacity: 1;}
.donate-m-text{
  background: #eee;
  padding: 7px;
  font-size: 16px;
  border: 1px solid #ddd;
}
.donate-m-text a{display: block;}
.modalcustem-design label{
  font-weight: normal;
  font-size: 16px;
  color: #555;
}
.modalcustem-design input{box-shadow: none; height: 38px; border-radius: 0px;}
.contact-bookbox {
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 15px;
  margin: 15px 0px;
  border: 1px solid #ddd;
}
.contact-heading {
  font-size: 28px;
  color: #2d2d2d;
  margin: 0px;
  padding: 0px;
}
.contact-heading img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -7px;
}
.all-friendtext{
   margin: 0px;
   padding: 0px;
   font-size: 15px;
   padding: 7.5px 0px;
   color: #213c8b;
   white-space: nowrap;
  }
.all-friendtext span{font-weight: bold;}
.friends-img {
  display: block;
  border-right: 1px solid #ccc;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 80px;
  height: 80px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 0;
}
.friends-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
  width: 100px;
}
.btn-edit {
  background: #fff;
  border: 1px solid #ccc!important;
  margin-left: 10px!important;
  cursor: pointer;
  border-radius: 0px;
  height: 33px;
  line-height: 13px;
}
.btn-edit img {width: 16px;}
.four-buttpns .three-btn {
  background: #f4cb3b;
  color: #555;
  min-width: 120px;
  padding: 6px 0px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 5px;
}
.four-buttpns .add-new {
  border: 2px solid #f4cb3b;
  background: #fff;
  display: inline-block;
  font-size: 14px;
  color: #777;
  padding: 4px 4px;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-bottom: 5px;
}
.four-buttpns .add-new:hover {border-color: #213c8b;}
.serchs-right .input-group-addon {
  background: #213c8b;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #213c8b;
}
.serchs-right .input-group-addon img {width: 18px;}
.all-contacts {
  font-size: 20px;
  color: #636363;
  padding-bottom: 10px;
  margin: 0px;
}
.all-contacts span {color: #999; margin-left: 5px;}
.prifiles-boxes {
  border: 1px solid #ccc;
  margin-top: 13px;
  margin-bottom: 13px;
  position: relative;
}
.prifiles-boxes .media {overflow: auto;}
.prifiles-boxes .media-body h4 {
  color: #213c8b;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto-Medium", "Arial", sans-serif;
}
.prifiles-boxes .media-body {padding-top: 30px;}
.prifiles-boxes .media-body p {color: #888; padding-top: 3px;}
.prifiles-boxes .media-body .btn-group {
  position: absolute;
  right: 15px;
  bottom: 26px;
}
.prifiles-boxes .media-body .btn-group button {
  border: 1px solid #d8d8d8;
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  font-family: "Roboto-Medium", "Arial", sans-serif;
  color: #333;
  text-decoration: none!important;
  border-radius: 2px;
}
.prifiles-boxes .media-body .btn-group button:hover,
.prifiles-boxes .media-body .btn-group button:focus {
  background: #213c8b;
  border: 1px solid #213c8b;
  color: #fff;
}
.prifiles-boxes .media-body .open button {
  background: #213c8b!important;
  color: #fff!important;
}
.prifiles-boxes .media-body .btn-group span {
  font-size: 12px;
  padding-right: 5px;
}
.prifiles-boxes .media-body .dropdown-menu li a:hover {
  background: #213c8b;
  color: #fff;
}
.btn-okanddelete {bottom: 38px!important;}
.btn-okanddelete .btn {
  color: #fff!important;
  border-radius: 4px!important;
}
.btn-okanddelete .btn small {font-size: 13px;line-height: 16px;}
.btn-okanddelete .btn-danger {left: 5px;}

@media(max-width: 600px) {
  .prifiles-boxes .media-body {
    padding-top: 10px;
  }
  .serchs-right input {
    width: 100%!important;
  }
  .four-buttpns .three-btn {
    min-width: 80px;
    font-size: 15px;
    margin-right: 2px;
  }
  .four-buttpns .add-new {
    border: 2px solid #f4cb3b;
    background: #fff;
    display: inline-block;
    font-size: 15px;
    color: #777;
    padding: 3px;
    letter-spacing: 0px;
    text-decoration: none;
    margin-bottom: 5px;
  }
  .prifiles-boxes .media-body .btn-group button img {
    width: 12px;
    margin-right: 3px;
  }
  .prifiles-boxes .media-body h4 {
    font-size: 16px;
  }
  .friends-img {
    width: 90px;
    height: 100px;
  }
  .friends-img img {
    max-height: 100px;
  }
}

@media(max-width: 768px) {
  .serchs-right input {
    width: 100%!important;
  }
}

@media(max-width: 1100px) {
  .prifiles-boxes .media-body .btn-group {
    bottom: 5px;
  }
}


/*Tick on dropdown list*/
.active-tick{
  padding-right: 32px!important;
  position: relative;
}
.active-tick:before{
  content: '';
  position: absolute;
  right: 10px;
  top: 12px;
  width: 13px;
  height: 7px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}
.dropdown-menu li:hover a.active-tick:before{
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}   


.delete-grouptext{
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
  color: #888;
}
.delete-grouptext:hover{
  color: red;
  opacity: 0.6;
}

.members-counts {
  background: #8992c7;
  color: #fff;
  padding: 5px 2px;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.members-counts span {margin-left: 3px;}
.active-member {border-bottom: 5px solid #f4cb3b;}
.caurosel-members .owl-nav .owl-prev,
.caurosel-members .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-left: 5px;
  font-size: 38px;
  line-height: 34px;
}
.caurosel-members .owl-nav .owl-prev {border-radius: 0px 20px 20px 0;}
.caurosel-members .owl-nav .owl-next {
  padding-right: 5px;
  border-radius: 20px 0px 0px 20px;
}
.caurosel-members .item a {text-decoration: none;}
.caurosel-members .item a:hover img {
  opacity: 0.7;
  text-decoration: none;
  transition: 500ms;
  -webkit-transition: 500ms;
}
.caurosel-members .item a:hover .members-counts {color: #f4cb3b;}
.middle-content {
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: 32px;
  background: rgba(33, 60, 139, 0.8);
}
.middle-content h3 {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.middle-content p {
  color: #fff;
  font-size: 20px;
}
.item:hover .middle-content {opacity: 1;}
.br-00 {border-radius: 0px;}
.btn-191 {width: 191px;}
.va-bottom {vertical-align: bottom;}
.va-middle {vertical-align: middle;}
.dropdown-socialiocn li a span {
  color: #337ab7;
  padding-right: 10px;
}
.frequency-box {
  position: absolute;
  display: none;
  right: 0px;
  top: 40px;
  width: 300px;
  min-height: 180px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 990px;
  box-shadow: 0px 6px 20px #777;
  box-sizing: border-box;
  padding: 0px 15px!important;
  border-radius: 4px;
  z-index: 10000;
}
/*End | style for contact-book -2*/

/*Start | Custom css of Browse button*/
.upload-browse {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: block;
  position: relative;
  height: 40px;
  border-radius: 2px;
}
.upload-browse input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}
.upload-btn {
  position: absolute;
  height: inherit;
  width: 90px;
  background: #324d8e;
  color: #fff;
  line-height: 38px;
  height: 38px;
  text-align: center;
  pointer-events: none;
}
.upload-filename {
  pointer-events: none;
  position: absolute;
  left: 0px;
  padding-left: 100px;
  height: inherit;
  width: 100%;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #a1a1a1;
}
.create-contest .upload-btn {
  line-height: 32px;
  height: 32px;
}
.create-contest .upload-filename {
  height: 34px;
  line-height: 34px;
}
.create-contest .upload-browse {height: 34px;}
/*End | Custom css of browse button*/



/*all contest page css*/
.contest-lbox{
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  transition: 400ms;
  display: block;
  position: relative;
  float: none;
  clear: both;
  border: 4px solid #fff
}
.contest-lbox:hover{box-shadow: 0px 5px 10px rgba(0,0,0,0.20);}
.contest-lbox:after{
content: '';
position: absolute;
width: 0%;
height: 4px;
background: linear-gradient(to left, #fff, #193B84);
top: -4px;
left: 0px;
transition: 400ms ease-out;
}
.contest-lbox:hover:after{
width: 100%;
width: calc(100% + 4px);
}
.contest-lbox> ul{
list-style-type: none;
position: relative;
margin: 0px;
padding: 0px;
display: block;
}
.contest-lbox> ul:before, .contest-lbox> ul:after{
content: '';
display: table;
float: none;
clear: both;
}
.contest-lbox> ul>li:nth-child(1){
width: 180px;
display: block;
float: left;
}
.contest-lbox> ul>li:nth-child(2){
width: calc(100% - 180px);
float: left;
display: block;
padding: 10px 15px 15px 20px;
box-sizing: border-box;
}
.contest-imgbox{
display: block;
padding: 0px;
text-decoration: none;
width: 180px;
height: 200px;
position: relative;
overflow: hidden;
}
.contest-imgbox img{
  max-width: 100%;
  object-fit: cover;
  overflow: hidden;
  width: 180px;
  transition: 1s;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  position: relative;
}
.contest-imgbox:hover img{filter: grayscale(100%); opacity: 0.8}
.contest-lheading{
  font-size: 21px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto-Medium", "Arial", sans-serif;
  color: #193B84;
  margin-right: 16px;
}
.contest-lheading:hover{color: #1BAFED; text-decoration: none;}
.contest-lsteps{
  padding: 5px 15px;           
  background: #eee;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  color: #777;
  font-size: 14px;
}
.contest-goals{padding: 10px 0px;}
.contest-goals li{
  font-size: 16px;
  margin-right: 15px;
  color: #555;
}
.contest-goals li strong{
color: #193B84;
font-weight: normal;
}
.contest-goals li span{margin-right: 4px;}
.contest-detail{
font-size: 16px;
color: #888;
margin-top: 0px;
margin-bottom: 5px;
min-height: 50px;
}
.social-links{position: relative;}
.social-links li{font-size: 16px;color: #555; }
.social-links>li:nth-child(1){margin-top: 15px;}
.social-links li strong{
font-size: 16px;
color: #193B84;
font-weight: normal;
}
.social-links li strong span{margin-right: 5px;}
.social-links>li>a, .social-links>li .dropdown-toggle{
  margin-top: 5px;
  display: inline-block;
  background: #fecc40;
  border-radius: 3px;
  text-align: center;
  padding: 6px 10px;
  color: #555;
  font-family: 'Roboto-Medium';
  border-color: #fecc40;
  font-size: 17px;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin-left: 15px;
  vertical-align: middle;
  min-width: 120px;
  margin-right: 0px;
  cursor: pointer;
}
.social-links>li>a:hover, .social-links>li .dropdown-toggle:hover, .social-links>li .open .dropdown-toggle{
  border-color: #183c8b!important;
  background-color: #183c8b!important;
  color: #fff!important;
  text-decoration: none;
}
.social-links>li>a.join-disabled{
pointer-events: none;
opacity: 0.7;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.social-links .dropdown-menu span{
width: 24px;
}
.socails-box {
  position: absolute;
  display: none;
  right: 0px;
  top: 40px;
  width: 300px;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 6px 20px #777;
  box-sizing: border-box;
  padding: 15px 15px!important;
  border-radius: 4px;
  z-index: 10000;
}
.socails-box ul li{display: inline-block;}
.socails-box ul li a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0px;
  font-size: 15px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
}
.contest-inlineform{
background: #fff;
border: 1px solid #ccc;
padding: 15px;
}
.contest-inlineform .form-group{
  margin-right: 15px;
}
.search-contestfield{
  width: 300px!important;
  box-shadow: none;
}
.contest-inlineform .form-group:last-child{
  margin-right: 0px;
}

.btn-creatcontest{
  background: #fecc40;
  display: block;
  color: #555;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  border-color: #fecc40;
  font-size: 16px;
  padding-left: 17px;
  padding-right: 17px;
}
.btn-creatcontest:hover{
  border-color: #183c8b;
  background-color: #183c8b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 500ms;
  transition: 500ms;
}

@media(max-width: 767px){
.contest-inlineform .form-group{
  width: 45%!important;
  display: inline-block;
}
}
@media(max-width: 540px){
.contest-imgbox{
  width: 100px;
  height: 120px;
}
.contest-imgbox img{
  width: 100px;
  height: 120px;
}
.contest-lbox> ul>li:nth-child(1){
  width: 100px;
}
.contest-lbox> ul>li:nth-child(2){
  width: calc(100% - 100px);
  padding: 15px;
}
.contest-inlineform .form-group{
  width: 100%!important;
  display: inline-block;
}
}
@media(max-width: 360px){
.contest-lbox> ul>li:nth-child(1),
.contest-lbox> ul>li:nth-child(2){
  width: 100%;
  text-align: center;
  float: none;
  clear: both;
}
.contest-imgbox{
  width: 140px;
  height: 160px;
  margin: 10px auto;
}
.contest-imgbox img{
  width: 140px;
  height: 160px;
}
.contest-lheading{
  margin-top: 0px;
  font-size: 19px;
  line-height: 20px;
  display: block;
  margin-bottom: 7px;
  margin-right: 0px;
}
.social-links>li{
  float: none!important;
  clear: both;
}
.social-links>li>a, .social-links>li .dropdown-toggle{
  margin-top: 10px;
  font-size: 15px;
  min-width: 80px;
  margin-left: 2px;
  margin-right: 2px;
}
}



.toggle-pripub{
  position: relative;
  display: inline-block;
  background: #ccc;
  font-weight: normal;
  margin: 0;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0,0,0,0); 
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.toggle-pripub input{
  position: absolute;
  opacity: 0;
}
.toggle-pripub span{
  display: block;
  padding: 0px 15px;
  height: 36px;
  line-height: 37px;
  color: #003399;
  transition: 300ms ease-in;
  cursor: pointer;
  min-width: 72px;
  text-align: center;
  margin: 0px;
  float: left;
}
.toggle-pripub span.text-unchecked{
  color:#fff;
  padding-right: 10px;
  background-color: #183c8b;
}
.toggle-pripub span.text-checked{
  padding-left: 10px;
}
.toggle-pripub input:checked~span.text-unchecked{background: transparent; color: #003399;}
.toggle-pripub input:checked~span.text-checked{
  color:#fff;
  background-color: #183c8b;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media(max-width: 400px) {
  .navbar-default .nav>li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media(max-width: 640px) {
  .navbar-default .nav>li {
    width: 30%;
  }
  .navbar-default .navbar-nav>li>a {
    border-right: 0;
  }
  .navbar-default .navbar-nav>li:first-child>a {
    border-left: 0;
  }
}


/*End | Header Style*/

.dashboard-wrap {
  padding-top: 0px;
  padding-bottom: 20px;
  min-height: 50vh;
}

.box-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  color: #00aeef;
  font-family: "Roboto-Medium", "Arial", sans-serif;
}

.box-heading:first-letter {
  /*font-weight: bold;*/
}

.col-5 .col-md-2 {
  width: 20%;
}


.trophy-box {
  position: relative;
  display: block;
  transition: all 0.6s ease;
  border: 1px solid #fff;
  height: 120px;
  background: #314e8f;
  /*background: linear-gradient(#87a9f5, #183c8b);
  background: linear-gradient(#fff, #0344d5);*/
  margin-bottom: 30px;
}

.trophy-box:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  background: linear-gradient(#fff, #ddd);
}

.trophy-box h3 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px;
  background: #ffffff;
  font-size: 14px;
  color: #0b76b4;
  transition: all 0.5s ease;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
}

.trophy-box img {
  height: 54px;
  transition: all 0.7s ease;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -26%);
}

.trophy-box:hover img {
  transform: translate(-50%, -40%) rotateY(180deg);
}
/*Start | MY COMPETITIONS*/

.competetion-block {
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
}


/*.bootstrap-select .dropdown-toggle {
  border-radius: 4px !important;
}*/

.ribbon {
  position: absolute;
  font-size: 16px;
  font-family: "Roboto-Medium", "Arial", sans-serif;
  padding: 6px 9px 6px 15px;
  margin: 0px;
  color: #fff !important;
  background-color: #a10b00;
  text-shadow: 0px 1px 2px #a10b0d;
  box-shadow: 0px 2px 4px #a10b0d;
  font-weight: normal !important;
  top: 9px;
  right: 0px;
}

.ribbon:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 0;
  left: -11px;
  top: 0px;
  border-width: 14.5px 10px;
  border-style: solid;
  border-color: #a10b0d #a10b0d #a10b0d transparent;
  background: transparent !important;
}

.btn-syncsteps {
  float: right;
  background: #fecc40;
  color: #003399;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 25px;
  border: 1px solid #fecc40;
  border-radius: 4px;
}

.dashboard-table {
  margin-top: 0px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}

.dashboard-table h4 {
  color: #6491ff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dashboard-table h3 {
  color: #fff;
  background: #e87057;
  text-align: center;
  font-size: 15px;
  padding: 12px 5px;
  border-radius: 4px;
}

.dashboard-table tr th {
  background: #f9bb3d;
  border-bottom: 9px solid #fff !important;
  border: 0;
  border-right: 4px solid #fff;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto-Medium", "Arial", sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}


/*Start | Style for Charity Page*/

.charity-btns {
  text-align: right;
}

.top-section {
  margin-top: 25px;
  margin-bottom: 25px;
}

.charity-block h4 {
  color: #153170;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
}

.content-slider .charity-f-block {
  background: #fff;
  padding: 12px;
}

.content-slider img {
  float: left;
  margin-right: 15px;
}

.charity-content {
  width: 100%;
}

.charity-content h3 {
  margin-top: 0px;
}

.charity-content p {
  font-size: 16px;
  color: #555;
  line-height: 25px;
}

.content-slider .charity-s-block {
  background: #fff;
  padding-bottom: 4px;
}

.charity-s-block h4,
.charity-s-block p {
  text-align: center;
}

.progress-block {
  background: #fff;
  margin: 15px 0px 30px 0px;
  padding: 12px;
}

.charity-s-block .carousel-control {
  width: 5%;
}

.item-video {
  position: relative;
  overflow: hidden;
}

.item-video .item-img-clone {
  width: 100%;
  opacity: 0;
  z-index: -100;
}

.item-video .item-img-real {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0px auto;
}

.item-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}


/*End | Style for Charity Page*/


/*Start | Style for Profile Page*/
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
  height: 40px;
  max-width: 100px;
}

.update-center {
  text-align: center;
  margin-top: 25px;
}

.Transaction-forms table {
  border: 1px solid #ccc;
}

.Transaction-forms table tr th {
  background: linear-gradient( #183c8b, #000);
  color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

.Transaction-forms table tr td {
  border-right: 1px solid #ccc;
  text-align: center;
}

.Transaction-forms nav {
  text-align: right;
}


/*End | Style for Profile Page*/

.inquiry-fomr input {
  box-shadow: none;
  border-radius: 2px;
  height: 40px !important;
}

.inquiry-fomr textarea {
  box-shadow: none;
  border-radius: 2px;
}

.inquiry-fomr label {
  font-weight: normal;
  font-size: 16px;
  color: #666;
}

.inquiry-fomr .bootstrap-select .dropdown-toggle {
  border-radius: 2px !important;
  height: 40px !important;
  outline: none !important;
  margin-bottom: 20px;
}

.inquiry-fomr .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  line-height: 29px;
  outline: none !important;
}

.input-grp-browse .btn-file,
label.form-control {
  border-radius: 2px !important;
  height: 41px;
  line-height: 28px;
}
.contacts-textarea{
  height: 310px!important;
}
.contact-button {
  background: #fecc40;
  border-radius: 2px;
  padding: 8px 25px;
  color: #555;
  border-color: #fecc40;
  font-size: 17px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.contact-button:hover {
  background: #003399;
  color: #fff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.office-address {
  background: #efeeec;
  padding: 8px 8px;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  color: #555;
}

.office-address h4 {
  font-size: 20px;
  color: #333;
  padding-bottom: 5px;
}

.office-address a {
  color: #777;
  font-weight: 500;
}

.office-address a:hover {
  color: #f26b70
}

.form-complete {
  font-size: 18px;
  color: #555;
  padding-top: 15px;
}

.contact-forms {
  background: #fff;
  padding: 10px 15px 30px 15px;
}

.container.dashboard {
  margin-bottom: 25px;
  text-align: center;
}

.inline {
  display: inline-block;
}

.common-heading {
  margin-top: 5px;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  font-family: "Roboto-Medium", "Arial", sans-serif;
  color: #183c8b;
}

.common-heading span {
  display: inline-block;
  border-bottom: 3px solid #fecc40;
  padding-bottom: 5px;
}


/*End | style for profile detail page*/


/*Start | style for create contest page*/
.panel-steps {
  margin-top: 10px;
}
.panel-heading.center-h {
  background: #314e8f;
  border-color: #314e8f;
  padding: 7px 14px;
  cursor: pointer;
  text-align: left;
  border-radius: 0px;
}
.center-h h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height:27px;
  display: inline-block;
  max-width: 85px;
  width: 100%;
  vertical-align: middle;
}
.center-h p {
  text-align: center;
  font-size: 14px !important;
  margin-top: 2px;
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}


.panel-heading.dashboard-center-h {
  background: #314e8f;
  border-color: #314e8f;
  padding: 7px 14px;
  cursor: pointer;
  text-align: left;
  border-radius: 0px;
}
.dashboard-center-h h2{
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height:27px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.dashboard-center-h p {
  text-align: center;
  font-size: 14px !important;
  margin-top: 2px;
  margin-bottom: 0px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}




.panel-steps label {
  font-size: 15px;
  font-weight: normal;
  margin-right: 5px;
}

.slider-steps p {
  color: #0f2858;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.panel-steps ul {
  margin-bottom: 0px;
}

.slide-div .btn-default.active,
.slide-div .btn-default:active,
.slide-div .open>.slide-div .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #425787;
  border-color: #425787;
}

.panel-steps input,
.panel-steps select {
  border-radius: 0px !important;
}

.input-group-text .input-group-addon {
  background-color: transparent;
  border: 0;
  padding-left: 0px;
  font-size: 15px;
}

.slide-div ul li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  margin-right: 7px;
}

.slide-div ul li:first-child {
  margin-right: 50px;
}

.slide-div label {
  margin-right: 0px;
}

.top-b-space {
  padding-top: 15px;
}

.add-charity {
  text-align: center;
}

.add-charity a {
  background: #f8cf3c;
  color: #333;
  border: 1px solid #f8cf3c;
  padding: 6px 12px;
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  border-radius: 4px;
  display: block;
}

.add-charity a:hover {
  text-decoration: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.bg-btn {
  background: #153373;
  color: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.55em;
}

.sliderbox {
  position: relative;
  height: 15px;
  padding-left: 7px;
  padding-right: 70px;
  background: linear-gradient(#ccc, #eee, #ccc);
  border-radius: 40px;
}

.rangeslider,
.ui-slider-range {
  border: 0!important;
  background-color: transparent!important;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 80px;
  text-align: center;
  height: 30px;
  line-height: 29px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 40px;
  background: #0f2759;
  border: 0;
  color: #fff;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0px 0px 5px #fff;
}

.panel-steps b {
  padding-top: 35px;
  display: block;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  font-weight: 400 !important;
}

.slider-steps ul li {
  list-style: none;
  font-size: 16px;
}

.slider-steps .inline {
  width: 100%;
  margin-bottom: 4px;
}

.input-filed {
  display: inline-block;
  float: right;
  background: #425787;
  color: #fff;
  padding: 3px 18px;
}

.slider-steps {
  background: #eff4ff;
  padding: 12px;
  border: 1px solid #425787;
  border-radius: 4px;
}

.font-less {
  font-size: 16px;
  color: #333333;
  max-width: 500px;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 5px;
}

.lblock {
  display: block;
}

.all-contacts {
  display: inline-block;
  margin-bottom: 0px;
}

.all-contacts input[type=checkbox] {
  transform: scale(1.2);
  background: #fff;
}

.fonts-12{font-size: 10px!important;}
.panel-steps .input-group,
.panel-steps textarea {
  width: 100%;
}

.panel-steps textarea {
  width: 100%;
  height: 91px;
}

.panel-steps textarea::-webkit-input-placeholder,
.panel-steps select::-webkit-input-placeholder {
  font-size: 14px;
  color: #333;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.file-upload-btn {
  border: 1px solid #ccc;
}

.file-upload-btn span {
  background: #425787;
  color: #fff;
}

.file-upload-btn span:hover {
  background: #425787;
  color: #fff;
}

#step-third textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: #333;
  padding-left: 12px;
}

#step-third textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: #333;
  padding-left: 12px;
}

#step-third textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #333;
  padding-left: 12px;
}

.panel-steps .input-grp-browse .btn-file,
.panel-steps label.form-control {
  height: 35px;
}

.panel-steps .input-grp-browse .btn-file,
.panel-steps label.form-control {
  line-height: 23px;
}

.slide-div #status label {
  width: 38px;
  height: 20px;
  transition: all 0.6s ease;
}

#collapseTwo h4 {
  margin-top: 0px;
  font-size: 16px;
}

.inquiry-blk .form-control {
  height: 41px !important;
}

span.time-set {
  margin-left: 15px;
}

.send-invites {
  max-width: 150px;
  margin: auto;
}

.slider-steps input {
  background: transparent;
  border: none;
}

.panel-steps .input-lg {
  height: 36px;
  padding: 10px 16px;
  font-size: 14px;
}
h2.common-heading small {
  text-transform: lowercase;
}
.note-text {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 0px;
}




/*Start | Radio - Checkbox design*/
.checkbox-design, .radio-design{
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 13px;
  margin-bottom: 7px;
  cursor: pointer;
  margin: 0px;
}
.checkbox-design input, .radio-design input{
  position: absolute;
  opacity: 0;
}
.checkbox-square, .radio-circle{
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  left: 0px;
  border: 1px solid #bababa;
  box-shadow: inset 0px 0px 2px #999;
  background: #ffffff;
}
.radio-circle{
  border-radius: 50%;
}
.checkbox-design input:checked ~ .checkbox-square,
.radio-design input:checked ~ .radio-circle{
  background: #314e8f;
  box-shadow: inset 0px 0px 2px #314e8f;
  border: 1px solid #314e8f;
}
.checkbox-design input:checked ~ .checkbox-square:before{
  content: '';
  width: 10px;
  height: 5px;
  top: 3px;
  left: 2px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.radio-design input:checked ~ .radio-circle:before{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
label.checkbox-font13{font-size: 13px}
label.checkbox-font14{font-size: 14px}
label.checkbox-font15{font-size: 15px}
/*End | Radio - Checkbox design*/






/*Start | Style for Responsiveness*/
@media(max-width: 991px) {
  .trophies .col-sm-4 {
    width: 33.333333%
  }
  .charity-btns {
    text-align: left;
  }
  .top-section .col-sm-6.charity-btns {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .trophies .col-sm-4 {
    width: 50%;
    float: left;
  }
  .content-slider .charity-s-block {
    margin-top: 15px;
  }
  .panel-steps .dropdown.bootstrap-select.form-control {
    margin-bottom: 20px;
  }
  .slide-div ul {
    padding-left: 0px;
  }
  .slide-div ul li {
    width: auto;
    margin-right: 20px;
  }
  .slide-div ul li:first-child {
    width: 100%;
    margin-right: 0px;
  }
}

@media (max-width:380px) {
  .dashboard-table {
    padding-top: 40px;
  }
}

@media (max-width:500px) {
  .dashboard h3 {
    font-size: 13px;
  }
  .dashboard img {
    max-width: 40px;
  }
  .dash-inbox {
    height: 94px;
  }
  .dashboard-tiles {
    height: 125px;
  }
  .image-preview img {
    padding-left: 0px;
  }
  .image-preview {
    display: block;
    padding: 15px;
  }
  .charity-btns .dropdown.bootstrap-select.form-control {
    margin-bottom: 8px;
  }
}


/*End | Style for Responsiveness*/

.tab-custom .nav {
  text-align: left;
  border-bottom: 0;
  padding-left: 10px;
}

.tab-custom .nav>li {
  float: none;
  display: inline-block;
  min-width: 140px;
  text-align: center;
}

.tab-custom .nav>li a {
  border-radius: 6px 6px 0px 0px;
  font-size: 21px;
  font-weight: 400;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #666666;
}

.tab-custom .nav>li a:hover {
  color: #00aeef;
  background-color: #ddd;
}

.tab-custom .nav>li.active a {
  background-color: #fff;
  border-color: #ddd;
  color: #00aeef;
  border-bottom: 1px solid transparent;
}

.tab-custom .tab-content {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 0px;
  background-color: #fff;
}

.my-tabs .nav-tabs {
  border-bottom: 1px solid #314e8f;
}

.my-tabs .nav-tabs>li>a {
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #314e8f;
  background: #fff;
  border-bottom: transparent;
  margin-right: 5px;
}

.my-tabs .nav-tabs>li>a:hover,
.my-tabs .nav-tabs>li>a:focus {
  background: #314e8f;
  color: #fff;
  border: 1px solid transparent;
  border-bottom: transparent!important;
}

.create-contest .center-h h2 {
  max-width: 85px;
  display: inline-block;
}

.my-tabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-color: #314e8f;
  background: #314e8f;
  color: #fff;
}

.charity-text {
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
}

.days-left {
  background: #a10b0d;
  padding: 8px 8px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  margin: 0px;
  text-align: center;
}

.dash-collasedolor {
  margin: 0px;
  padding: 0px;
}

.dash-collasedolor li {
  display: inline-block;
  list-style-type: none;
  color: #fff;
  margin-left: 15px;
  font-size: 15px;
  line-height: 28px;
}
.dash-collasedolor li strong{
  font-weight: normal;
  width: 80px;
  display: inline-block;
  text-align: left;
} 
 .dashboard-inlineform .form-group{
    margin-right: 6px;
    margin-bottom: 4px;
  }


/*Share Button*/
.dropdown-share {
  display: inline-block;
  vertical-align: middle;
  z-index: 10;
}
.dropdown-share .btn{
  background: #fecc40;
  color: #003399;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  border: 1px solid #fecc40;
  border-radius: 4px;
}
.dropdown-share .btn:focus{
  background: #fecc40!important;
  opacity: 0.8;
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.dropdown-menu-center:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #183c8b;
  top: -9px;
  left: 50%;
  margin-left: -8px;
}
.social-share-left:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #183c8b;
  top: -9px;
  left: 15px;
}
.social-share-right{
  right: 0;
  left: auto;
}
.social-share-right:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #183c8b;
  top: -9px;
  right: 15px;
}





.social-share {
  padding: 10px;
  border-radius: 0px;
  border-color: #ddd;
  margin-top: 10px;
  border: 0;
  border-top: 2px solid #183c8b;
}
.social-share li {
  white-space: nowrap;
  padding: 0px;
}
.social-share li a {
  width: 35px!important;
  height: 35px!important;
  text-align: center;
  display: inline-block!important;
  float: none;
  white-space: nowrap;
  padding: 0px!important;
  border-radius: 50px;
  color: #fff;
  line-height: 35px;
  font-size: 17px;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  transition: 400ms;
}
.social-share li a:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.6;
}
.social-share li a[title="Facebook"] {
  background: #3C5A96
}
.social-share li a[title="Twitter"] {
  background: #28A2F0
}
.social-share li a[title="Linkedin"] {
  background: #0077b5
}
.social-share li a[title="Google"] {
  background: #E83F3B
}
.social-share li a[title="Instagram"] {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
.social-share li a[title="YouTube"] {background: #F8001A}


.share-copylink{
  min-width: 250px;
  text-align: center;
}
.share-copylink div{
  position: relative;
  margin-top: 12px;
  padding-bottom: 2px;
}
.share-copylink div input{
  width: 100%;
  height: 36px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.share-copylink div button{
  position: absolute;
  right: 0px;
  line-height: 34px;
  width: 70px;
  height: 36px;
  border: 0px;
  background: #fecc40;
  color: #183c8b;
  font-family: "Roboto-Regular", "Arial", sans-serif;
  font-size: 15px;
  padding-right: 8px;
  outline: none;
}
.share-copylink div button:hover{
  background-color: #183c8b;
  color: #ffffff;
}



/*Start | Competition details*/
.pp-userbox{
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 10px 10px 10px 80px;
  border-radius: 0px;
  box-shadow: 0px 1px 5px #eee;
  position: relative;
  margin-top: 10px;
  min-height: 90px;
  box-sizing: border-box;
}
.pp-imgbox{
  width: 100%;
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}
.pp-imgbox img{
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.pp-nameheading{
  float: left;
  text-align: left;
  padding: 10px 10px 10px 20px;
}
.pp-nameheading h4{
  font-size: 20px;
  margin-top: 1px;
  color: #555;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-nameheading p{
  color: #999;
  margin-top: 3px;
  font-size: 15px;
  margin-bottom: 0px;
}
.pprofile-btn{
  max-width: 110px;
  width: 100%;
  font-size: 18px;
  background: #fecc40;
  padding: 5px 10px;
  color: #555;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  border-color: #fecc40;
  font-size: 17px;
  transition: all 0.5s esae;
  position: absolute;
  right: 10px;
  top: 28px;
}
.pprofile-btn:hover{
  border-color: #183c8b;
  background-color: #183c8b;
  color: #fff;
}

.competition-status{
  display: block;
  padding: 7px 15px;
  text-align: center;
  color: #5d961a;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  text-transform: uppercase;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.competition-status:before{
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background: #5d961a;
  left: 0px;
  top: 0;
  animation: animstatus 4s linear infinite;
}
@keyframes animstatus{
  0%{top: 0%;} 50%{top: 100%;}
  51%{top: 0%;} 100%{top: -100%;}
}
.cp-detail >li a, .cp-detail >li .dropdown-toggle{
  margin-left: 0px;
}
.competition-table-data ul{
  margin-bottom: 3px;
}
.competition-table-data table tr td{
  background: #fff;
}

.table-theme thead th{
  background: #314e8f;
  border: 1px solid #314e8f!important;
  color: #ffffff;
  font-weight: normal;
  text-shadow: none;
  font-size: 16px;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
  padding: 12px 10px;
}
.table-theme tbody tr td{
  padding: 12px 10px;
  border-color: #ddd;
}
/*End | Competition details*/




/*Start | style for profile-details-page*/
.profile-detail-blk h2{
  margin-top: 0px;
  font-size: 22px;
}
.profile-details-tab{
  padding-right: 15px;
}
.profile-details-tab .tab-content{
   background: #ffffff;
}
.profile-detail-blk label,
.profile-detail-blk input {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}
.profile-detail-blk .ch-value{font-size: 16px;}
.profile-details-tab .tab-pane {
  margin: 15px;
  padding: 20px;
  border: 1px solid #eee;
  background: #f1f1f1;
}
.profile-details-tab .edit-button {
  margin-right: 15px;
  margin-bottom: 15px;
}
.profile-details-tab .edit-button ul li {
  display: inline-block;
  list-style: none;
}

.profile-details-tab .tab-content {
  float: left;
  width: 100%;
  border-left: 1px solid #324d8e;
  border-right: 1px solid #324d8e;
  border-bottom: 1px solid #324d8e;
}
.profile-pic{position: relative;}
.profile-pic .imglabel{
  display: block;
  width: 100%;
  font-size:18px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: none;
  color:#555;
  text-align: center;
  position: relative;
  height: 300px;
}
.profile-pic .imglabel label:hover{opacity: 0.7; cursor: pointer;}
.profile-pic .imglabel label{
  position: absolute;
  margin-bottom: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.8);
  height: 34px;
  line-height: 34px;
}
.profile-pic input{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: -9999;
}
.profile-pic label i{
  font-size: 15px;
  line-height: 14px;
  margin-right: 5px;
}
.profile-pic img {
  width: 100%;
  height: 300px;
  background: rgba(255,255,255,0);
  object-fit: cover;
}
.profile-pic-container {
  background: #ffffff;
  border-top: 3px solid #324d8e;
  padding: 15px 15px 30px 15px;
}
.profile-pic h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Roboto-Medium', "Arial", sans-serif;
}
.profile-pic p {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: left;
}
.profile-active table {
  width: 100%;
  background: #fff;
  text-align: left;
}
.profile-active table tr { border: 1px solid #ccc;}
.profile-active table tr td {padding: 10px;}
.profile-detail-blk #upload-pic{opacity: 0;}
@media (max-width:767px){
  .profile-pic label{
    width: 100%;
  }
  .profile-details-tab {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
  }
  .profile-details-tab .nav>li{
    width: 100%;
    margin-bottom: 15px;
  }
  .profile-details-tab .nav>li a{
    border: 1px solid #64b95e;
  }
  .profile-details-tab .edit-button ul li{
    margin-bottom: 10px;
  }
}
/*End | style for profile-detail-page*/



/*Start | Public Profile*/
.public-profile-table table tr th{
  text-align: center;
  font-size: 18px;
}
.public-profile-table table tr td{
  font-size: 16px;
  vertical-align: middle;
}
.public-profile-table table tr th:nth-child(1),
.public-profile-table table tr td:nth-child(1){
  width: 380px;
  text-align: left;
}

.public-pimage a{
  width: 100px;
  height: 60px;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 2px;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.public-pimage a img{
  position: absolute;
  max-width: 98%;
  height: 98%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.public-pimage>div{
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.public-pimage>div span{
  color: #314e8f;
  font-size: 17px;
}
.public-pimage>div p{
  padding-top: 5px;
  color: #999;
  font-size: 14px;
  margin-bottom: 0px;
}
/*End | Public Profile*/




/*Start | Pre-Define classes*/
.pl-0 {padding-left: 0px}
.pr-0 {padding-right: 0px}
.pt-2 {padding-top: 10px}
.pb-2{padding-bottom: 10px}
.ml5 {margin-left: 5px}

.mt0{margin-top: 0px} .mt1{margin-top: 1px} .mt2{margin-top:2px}
.mt3{margin-top: 3px} .mt4{margin-top:4px} .mt5{margin-top: 5px}
.mt6{margin-top: 6px} .mt7{margin-top: 7px}  .mt8{margin-top: 8px}
.mt10{margin-top: 10px} .mt15{margin-top: 15px} .mt20{margin-top: 20px}
.mt30{margin-top: 30px} .mt40{margin-top: 40px} .mt45{margin-top: 45px}
.mt50{margin-top: 50px} .mt60{margin-top: 60px} .mt100{margin-top: 100px}

.ml0{margin-left:0px} .ml5{margin-left:5px} .ml10{margin-left:10px}
.ml15{margin-left:15px} .ml20{margin-left:20px} .ml25{margin-left:25px}

.mr5{margin-right: 5px} .mr6{margin-right: 6px} .mr7{margin-right: 7px}
.mr8{margin-right: 8px} .mr9{margin-right: 9px}
.mr10{margin-right: 10px} .mr15{margin-right: 15px} .mr20{margin-right: 20px}
.mr25 {margin-right: 25px}

.w-100 {width: 100%}
.img-w34 {width: 34px!important}
.img-w38 {width: 38px!important}
.font13{font-size: 13px} .font14{font-size: 14px}
.font15{font-size: 15px} .font16{font-size: 16px}
.font17{font-size: 17px} .font18{font-size: 18px}
.font19{font-size: 19px} .font20{font-size: 20px}
.text-white{color: #ffffff;}
.font-light{font-weight: normal}
.panel-heading i.fa {
  margin-right: 10px;
  margin-left: 7px;
  transform: scale(1.5) rotate(90deg);
}
.panel-heading.collapsed i.fa {transform: scale(1.5) rotate(0deg);}


.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
  top: 9.5px;
  right: 5px;
}
.form-control{box-shadow: none;}

.paddt-10{padding-top: 10px!important;}
.br-4 {border-radius: 4px!important;}
.br-2 {border-radius: 2px!important;}
.width-90{width: 90px;}
.width-95{width: 95px;}
.width-100{width: 100px;}
.width-110{width: 110px;}
.width-120{width: 120px;}
.width-130{width: 130px;}
.width-140{width: 140px;}
.width-150{width: 150px;}
.width-200{width: 200px;}
.width-220{width: 220px;}
.width-240{width: 240px;}
.width-250{width: 250px;}
.rounded-0{border-radius:0}
/*End | Pre-Define classes*/





.input-icons{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.input-icons input{
  padding-left: 32px;
  box-sizing: border-box;
  box-shadow: none;
}
.input-icons span.glyphicon{
  left: 0;
  top: 0;
  position: absolute;
  width: 32px;
  font-size: 17px;
  height: 34px;
  line-height: 35px;
  text-align: center;
  user-select: none;
  pointer-events: none;
}
.input-icons-right input{padding-left: 10px; padding-right: 32px;}
.input-icons-right span.glyphicon{left: auto; right: 0;}


/*--- Start || Notification alert designning ---*/
.alert-box {
    position: fixed;
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    z-index: 1000;
    top: 0px;
    right: 0px;
    border: 0!important;
    background: rgba(255,255,255,0)!important;
    display: block;
}
.alert-inner{
    width: 100%;
    max-width: 400px;
    text-align: left;
    padding: 17px 35px 18px 35px;
    margin: 15px auto;
    right: 15px;
    font-size: 16px;
    color: #111111;
    border-radius: 2px;
    position: absolute;
    display: none;
}
.alert-inner:after{
    content: "\274c";
    position: absolute;
    right: 4px;
    top: 3px;
    color: #999;
    font-size: 13px;
}
.alert-inner p{
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}
.alert-inner:hover:after{color: red; cursor: pointer}
.alert-box span {
    left: 10px;
    top: 17px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}
.alert-error .alert-inner{background:#ffecec; border: 3px solid #f5aca6; box-shadow: 0px 3px 12px #f5aca6}
.alert-error span{color: #BF4442}
.alert-success .alert-inner{background:#e9ffd9; border: 3px solid #a6ca8a;box-shadow: 0px 3px 12px #a6ca8a}
.alert-success span{color: #3C763D}
.alert-warning .alert-inner{background:#fff8c4; border: 3px solid #f2c779;box-shadow: 0px 3px 12px #f2c779}
.alert-warning span{color: #8A6D3B}
.alert-info .alert-inner{background:#e3f7fc;border: 3px solid #8ed9f6;box-shadow: 0px 3px 12px #8ed9f6}
.alert-info span{color: #3185C1}
.alert-del .alert-inner{background:#ffb3b3;border: 3px solid #ccc;box-shadow: 0px 3px 12px #ccc}
.alert-del span{color: #f10}
/*--- End || Notification alert designning ---*/




/*Start | Footer Style*/
footer {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #183c8b;
  background: -webkit-linear-gradient( #183c8b, #000);
  background: -moz-linear-gradient( #183c8b, #000);
  background: -ms-linear-gradient( #183c8b, #000);
  background: -o-linear-gradient( #183c8b, #000);
  background: linear-gradient( #183c8b, #000);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183c8b', endColorstr='#000', GradientType=1);
}
footer .col-md-4 {margin-top: 30px;}
footer h4 {
  margin: 0 0 15px 0;
  padding: 13px 0;
  font-size: 18px;
  color: #ccc;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #444
}
footer h4:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  bottom: -1px;
  background-color: #FECC40;
}
.footer-social img {
  width: 22px;
  opacity: 0.7;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-social a:hover img {opacity: 1}
.footer-para {
  font-size: 15px;
  line-height: 25px;
  color: #ccc;
}
.footer-read-more {
  margin-top: 5px;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  color: #888888;
  text-decoration: none;
}
.footer-read-more:hover {text-decoration: none;color: #FECC40;}
.footer-links {
  color: #666;
  font-size: 15px;
  line-height: 30px;
  padding-left: 16px;
}
.footer-links a {
  color: #ccc;
  text-decoration: none;
}
.footer-links a:hover {color: #FECC40}
.charity-s-block .carousel-control {width: 5%;}
.item-video {
  position: relative;
  overflow: hidden;
}
.item-video .item-img-clone {
  width: 100%;
  opacity: 0;
  z-index: -100;
}
.item-video .item-img-real {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0px auto;
}
.item-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
footer address {
  margin-top: 15px;
  font-size: 15px;
  color: #ccc;
}
footer address p:nth-child(1) {
  margin-bottom: 16px;
}
footer address img {
  width: 20px;
  margin-right: 8px;
}
footer address a {
  color: #ccc;
  text-decoration: none;
}
footer address a:hover {
  color: #FECC40;
  text-decoration: none;
  opacity: 0.8;
}
.copyrights {
  border-top: 1px solid #444;
  color: #888;
  font-size: 15px;
  text-align: center;
  margin: 0px;
  padding: 20px 10px;
}

.footer-social{
  text-align: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.footer-social li{
  display: inline-block;
}

.social-fb{background: #3b5998  url('../images/icons/icon-fb-white.svg')}
.social-tw{background: #1da1f2  url('../images/icons/icon-tw-white.svg')}
.social-gp{background: #dd4e42  url('../images/icons/icon-gp-white.svg')}
.social-yt{background: #0077b7  url('../images/icons/linkedin-icon.svg')}
.social-pi{background: #bd081b  url('../images/icons/icon-pi-white.svg')}
.social-ins{background: #923faf  url('../images/icons/icon-ins-white.svg')}
.social-icon{
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-right: 6px;
  line-height: 34px;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
   transition: 500ms;
  -webkit-transition: 500ms;
}
.social-icon:hover, .social-icon:focus{
  opacity: 0.7;
  color: #fff;
  transform: translateY(-4px);
  transition: 500ms;
  -webkit-transition: 500ms;
}

.date-pickericon{position: relative;}
.date-pickericon i{
  position: absolute;
  right: 10px;
  top: 10px;
}

/*End | Footer Style*/


.cr-left, .cr-right{
  background-image: none;
  background-repeat: repeat-x!important;
  top: 50%;
  left: 0px;
  width: 40px!important;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-top: -25px;
  text-align: center;
  cursor: pointer;
}
.cr-right{
  left: auto;
  right: 0;
}
.cr-left:before, .cr-right:before{
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: 10px;
}
.cr-right:before{
	transform: rotate(225deg);
	left: 8px;
}



/*===============================================*/
/*Responsive Code*/
/*===============================================*/
@media (max-width: 1050px) {
  .navbar-default .navbar-nav>li>a {
    width: 90px;
  }
}


@media (max-width: 991px) {
  .navbar-default,
  .navbar-fixed {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-fixed .navbar-brand img,
  .navbar-brand img {
    max-height: 54px;
    margin-top: 2px;
    width: 100%;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0;
    box-shadow: none;
  }
  .navbar-default .nav {
    text-align: center;
    border-top: 1px solid #4e6baa;
    padding-top: 12px;
  }
  .navbar-default .nav>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .navbar-default .dropdown {
    position: relative;
  }
  .navbar-default .dropdown-menu {
    width: 200px!important;
    border-radius: 0px;
    border-color: #ddd;
    background-color: #eee!important;
    position: absolute!important;
    margin-left: -140px;
    left: 0;
  }
  .navbar-default .navbar-collapse.in {
    overflow-y: unset;
  }
  .navbar-default .dropdown-rarrow:after {
    display: none;
  }
  /*//by RA*/
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin-top: 21px;
    border-radius: 1px;
    border-color: #FECC40!important;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:hover{background-color: transparent;}
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px 0px;
  }
  .collapse.in{
    display:block !important;
  }
}


@media (max-width: 800px) and (min-width: 767px){
  .navbar-default .navbar-nav>li>a{width: 84px;}
  .charity-btns1 .btn{
    padding: 9px 7px;
    margin-bottom: 0;
    font-size: 11px;
  }
}
@media (max-width: 991px){
  .profile-detail-blk .ch-value{
    font-size: 14px;
    word-break: break-all;
  }
  .profile-detail-blk label, .profile-detail-blk input{
    font-size: 13px;
  }
}
@media(max-width: 767px) {
  body {
    padding-top: 55px;
  }
  .col-5 .col-md-2 {
    width: 33.333333%;
    float: left;
  }
  .trophy-box{
    margin-bottom: 15px;
  }
  .charity-btns1 .padd-l0 {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .charity-btns1 .padd-r5{
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .office-address{
    margin-top: 15px;
  }
  .competition-img{
    text-align: center;
  }
  .competition-img img{
    max-width: 200px;
  }
  .profile-pic img{
    max-width: 300px;
  }
}

@media(max-width: 620px) {
  .pp-nameheading {
    padding-top: 5px;
    padding-left: 15px;
  }
  .pp-nameheading h4{
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 19px;
  }
  .pp-nameheading p{
    margin-bottom: 10px;
    font-size: 14px;
  }
  .pprofile-btn{
    position: relative;
    top: auto;
    right: auto;
  }
}



@media(max-width: 540px) {
  .col-5 .col-md-2 {
    width: 50%
  }
  .trophy-box{
    height: 100px;
  }
  .trophy-box img {
    height: 36px;
    top: 25%;
  }
  .trophy-box h3{
    padding: 6px 8px;
    font-size: 12px;
  }

  .my-tabs .nav-tabs>li>a{
    font-size: 14px;
    margin-right: 2px;
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .btn-syncsteps{
    margin-top: 10px;
    margin-bottom: 10px;
    /*float: left;*/
  }
  .profile-detail-blk .ch-value{
    word-break: break-all;
    font-size: 14px;
  }
  .profile-detail-blk label, .profile-detail-blk input{
    font-size: 13px;
  }
}

@media(max-width: 480px) {
  .dash-collasedolor li{
    display: block;
    text-align: left;
    padding-left: 14px;
  }

  .btn-wp45{
    width: 100%;
    max-width: 45%;
    display: inline-block;
  }
  .btn-wp46{
    width: 100%;
    max-width: 46%;
    display: inline-block;
  }
  .btn-wp45 .dropdown-share, .btn-wp46 .dropdown-share{
    width: 100%;
  }
  .pull-mright{
    float: right;
  }
}

@media(max-width: 767px) {
    .btncustembottom{
        display: block!important;
        width: 100%;
    }
    .share-copylink {
        min-width: 20px!important;
    }
    .social-share li a {
        width: 20px!important;
        height: 20px!important;
        line-height: 20px!important;
        font-size: 14px!important;
        margin-left: 2px!important;       
        margin-right: 3px!important;

        
    }
}