/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}
a{
  color: #12a9ff;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
.fixed-top{top: -1px;}
.fixed-top.bg-dark{
  /*background: #010080 !important;*/
  background: #fff !important;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.navbar-dark .navbar-brand span {
  color: #12a9ff; 
}

.business-header {
  /*height: 50vh;
  min-height: 450px;*/
  /* background: url('../images/banner-home.png') center center no-repeat scroll; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}
.banner-text{
  margin-top: 120px;
  font-weight: 600; 
}
.other-header {
  height: 50vh;
  min-height: 200px;
  background-color: #000 ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.other-header.contact{
  background: url('../images/banner-contact.png') center center no-repeat scroll;
}
.other-header.about{
  background: url('../images/banner-about.png') center center no-repeat scroll;
}
.card {
  height: 100%;
}
.navbar-dark .navbar-nav .nav-link{
  font: 300 15px / normal 'Roboto Slab', serif;
  margin: 0 0 0 5px;
  padding: 5px 8px;
  transition: all 0.5s ease-in-out;
  text-align: center;
  color: #010080
}
#navbarResponsive .dropdown-menu .dropdown-item {font-size: 13px;
  padding: 0 10px;}
  #navbarResponsive .navbar-nav .dropdown-menu{    padding: 5px;background: #353636;}
  #navbarResponsive .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none !important;
    background-color: #ffffff !important;
} 
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  opacity: 0.9; color: #010080
}
.select-role-type {    justify-content: flex-start!important;}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active, .navbar-dark .navbar-nav .nav-link:focus{opacity: 0.9;     color: rgb(88 85 85) !important;
  font-weight: 400 !important;/*background: #686868;*/
}
.navbar-dark .navbar-nav .nav-link i{}
.navbar-dark .navbar-nav .nav-link em{font-style: normal; display: block; font-size: 12px}
#navbarResponsive .dropdown-item:focus, .dropdown-item:hover {
  color: #16181b !important;
  text-decoration: none !important;
  background-color: #fff !important;
}

.btn-solid{background: #fff; color: #000 !important; border-radius: 5px}
.btn-lined{background: #12a9ff; color: #fff; border-radius: 5px;}
.btn-primary{
  background-color: #12a9ff;
  border-color: #12a9ff;
}
.btn-pay{
  background: #12a9ff;
  padding: 7px 20px;
  font-size: 14px;
  display: inline-block;
  color: #fff !important;
  border-radius: 5px;
}
.btn-pay:hover{
  text-decoration: none
}
.dropdown-toggle::after{position: relative; top: 2px}
footer{padding: 40px 0 0}
.foot-box{color: #fff}
.foot-box h2{font-size: 20px; margin: 0 0 25px; line-height: 1em; position: relative;}
.foot-box h2::before{
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 1;
  background: #fff;
}
.foot-box h2 + p{margin-top: 30px;}
.foot-box p{margin-bottom:5px; line-height: 1.2em; font-size: 13px;}
.copy-text{padding: 15px 0; margin: 25px 0 0; border-top: 1px solid rgba(255,255,255, 0.3); font-size: 12px; color: rgba(255,255,255,0.5);}
.foot-box ul{list-style: none; padding: 0; margin: 0}
.foot-box li{display: block}
.foot-box li a{color: #e8e8e8; font-size: 13px; transition: all 0.5s ease-in-out;}
.foot-box li a:hover{padding-left: 5px}


/*Login Sign Up*/
.login-wrap{
  padding: 80px 0;
  background: #f5f5f5
}
.white-box{
  margin: 0 auto;
  width: 320px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #e7ecf3;
  border-bottom: 1px solid rgba(0,0,0,0.17);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.white-box .text-muted {
  color: #6c757d!important;
  font-size: 13px;
  margin-top: 5px;
}
.mar-no{margin: 0}
.forgot-pass{text-align: right; font-size: 12px; margin: 10px 0 0;}
.bottom-text{margin: 15px 0 0; font-size: 14px}

.signup-wrap{
  padding: 40px 0;
  background: #fff;
}
.page-title{text-align: center}

.sign-up-box{}
.sign-up-box h3{font-size: 18px; padding-bottom: 15px; border-bottom: 2px solid #000; font-weight: 600}
.player-img{margin-bottom: 15px; border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; -moz-border-radius: 2px; overflow: hidden;}
.player-img img{max-width: 100%}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer
}
.btn-upload {
  border: 2px solid #959595;
  color: #959595;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  width: 100%;
  cursor: pointer
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer
}
.btn-set .btn{width: 100%;}

.about-wrap{padding: 15px 0 30px; text-align: center }
.about-wrap a{
  font-size: 24px; text-transform: uppercase; padding: 10px 45px; transition: all 0.5s ease-in-out; margin-top: 25px
}
.icon-wrap{
  text-align: center;
  font-size: 80px;
}

.get-started{background: #2d3a48; padding: 50px; text-align: center; color: #fff;}
.get-started h3{font-size: 40px; font-weight: 300; margin-bottom: 25px}
.get-started a{display: inline-block; font-size: 24px; text-transform: uppercase; background: #fff; padding: 10px 45px; border-radius: 8px; transition: all 0.5s ease-in-out;}
.get-started a:hover, .get-started a:active, .get-started a:focus{background: none; color: #fff; box-shadow: 0 0 0 2px #fff; text-decoration: none}

.faq-wrap{
  background: #000 url('../images/faq-bg.png') 50% 50% no-repeat;
  padding: 40px 0;
  background-size: cover;
  color: #fff;
}
.faq-wrap h3{font-size: 40px; font-weight: 300; margin-bottom: 25px}
.faq-wrap a{display: inline-block; font-size: 24px; text-transform: uppercase; background: #fff; padding: 10px 45px; border-radius: 8px; transition: all 0.5s ease-in-out;}
.faq-wrap a:hover, .faq-wrap a:active, .faq-wrap a:focus{background: none; color: #fff; box-shadow: 0 0 0 2px #fff; text-decoration: none}

.faq-wrap-softball{
  background: #000 url('../images/faq-bg-new.jpg') 50% 50% no-repeat;
  padding: 40px 0;
  background-size: cover;
  color: #fff;
}
.faq-wrap-softball h3{font-size: 40px; font-weight: 300; margin-bottom: 25px}
.faq-wrap-softball a{display: inline-block; font-size: 24px; text-transform: uppercase; background: #fff; padding: 10px 45px; border-radius: 8px; transition: all 0.5s ease-in-out;}
.faq-wrap-softball a:hover, .faq-wrap-softball a:active, .faq-wrap-softball a:focus{background: none; color: #fff; box-shadow: 0 0 0 2px #fff; text-decoration: none}


.other-inner-wrap{
  padding: 40px 0 50px;
}
.modal-backdrop.show {
  opacity: .8;
}

/*Step Form*/
.step-form-content-wrap{padding: 0}
.step-form-content-wrap h3{font-size: 18px; padding-bottom: 15px; border-bottom: 2px solid #000; font-weight: 700}

/*progressbar*/
#progressbar {
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0 0 15px;
  border-bottom: 0 none
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  position: relative;
  flex: 1
}
#progressbar li a{
  padding: 0 !important;
  border: 0 none !important;
}
#progressbar li a:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  color: #333;
  background: #e8e8e8;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 50px
}
/*progressbar connectors*/
#progressbar li a:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #e8e8e8;
  position: absolute;
  left: -50%;
  top: 25px;
  z-index: 1; /*put it behind the numbers*/
}
#progressbar li:first-child a:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li a.active::before,  #progressbar li a.active::after{
  background: #12a9ff;
  color: #fff;
}

.mar-bot-20{
  margin-bottom: 20px;
}
.mar-both-20{
  margin: 20px 0;
}
.hover-del-wrap{position: relative; transition: all 0.5s ease-in-out; background: #000;}
.hover-del-btn{
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  padding: 0px 5px;
  background: #333;
  color: #fff;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.hover-del-wrap:hover img{opacity: 0.5; transition: all 0.5s ease-in-out;}
.hover-del-wrap:hover .hover-del-btn{opacity: 1; transition: all 0.5s ease-in-out;}

.small-title{
  margin: 15px 0;
  color: #12a9ff;
}
.click-wrap{
  /*background: #f2f2f2;*/
  /*  padding: 5px 15px;*/
}
.click-wrap strong{float: right}
.click-wrap > div{padding: 10px 15px; background: #f2f2f2}
.click-wrap > div:nth-of-type(odd){background: #f9f9f9;}

.graph-wrap{overflow: hidden}
.modal-footer{position: relative}
.info-payment{
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #000;
  text-align: center;
  line-height: 26px;
  cursor: help
}

/*Message*/
.row-container {
  height: calc(100vh - 200px);
  padding-bottom: 0;
}
.row-container .col-container {
  overflow-y: auto;
  margin-bottom: 130px;
  padding-bottom: 25px;
}

.time-ago {
  display: block;
  font-size: 12px;
  font-style: italic;

}
.sent {
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 10px 10px 10px;

}

.received {
  background: skyblue;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px 10px 0 10px;

}

.contact{display: flex; margin-bottom: 10px}
.contact.right-align{
  justify-content: flex-end;
}
.contact.left-align{
  justify-content: flex-start;
}
.contact div{
  display: inline-block
}
.c-img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block
}
.c-info{
  font-size: 13px;
    margin: 5px 0 0 5px;
}
.contact div img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  height: 100%; 
  overflow: hidden; 
  object-position: 50% 50%;
  -webkit-object-position: 50% 50%;
  -o-object-position: 50% 50%;
  -moz-object-position: 50% 50%;
  border-radius: 0 !important
}
.msg-pop{
  padding: 10px;
}
.msg-scroll{
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 15px;
}
.msg-field{margin-top: 15px; max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden}

.social-wrap{}
.social-wrap a{width:40px; text-align: center; display: inline-block; border: 2px solid #010080; padding: 2px 8px; color: #010080; border-radius: 5px; }

.icon-text-row{min-height: 103px; background: #f6f6f6; text-align: left; margin-bottom: 8px; position: relative;}
.icon-text-row.lft{padding: 15px 20px 15px 150px;}
.icon-text-row.rgt{padding: 15px 150px 15px 20px;}
.icon-text-row.lft .icon-text{height: 100%; background: #02a1e5; color: #fff; font-size: 55px; padding: 10px 5px 10px 35px; display: flex; align-items: center; position: absolute; left: 0; top: 0;}
.icon-text-row.lft .icon-text:after{content: ''; width: 200px; height: 100%; background:url(../images/blue-arrow-lft.png) no-repeat center left; background-size: auto 100%;  position: absolute; right: -199px; top: 0;}
.icon-text-row.rgt .icon-text{height: 100%; background: #02a1e5; color: #fff; font-size: 55px; padding: 10px 35px 10px 5px; display: flex; align-items: center; position: absolute; right: 0; top: 0;}
.icon-text-row.rgt .icon-text:after{content: ''; width: 200px; height: 100%; background:url(../images/blue-arrow-rgt.png) no-repeat center right; background-size: auto 100%;  position: absolute; left: -199px; top: 0;}
.icon-text-row h3{margin-bottom: 5px!important;}
.icon-text-row p{margin-bottom: 5px!important;}


.testimonial-main-box{width: 100%; margin: 0 0 40px;}
.testimonial-inner-box{width: 100%; background: #f5f5f5; font-size: 16px; color: #545454; padding: 20px 25px 2px; position: relative;}
.testimonial-inner-box p{width: 100%; overflow: hidden;}
.testimonial-inner-box p > i{font-size: 32px; color: #dad9d9; margin-right: 6px;}
.testimonial-main-box .user-testimonial-box{width: 100%; font-size: 15px; color: #666; padding: 10px 0 0 115px; margin: 0; position: relative;}
.testimonial-main-box .user-testimonial-box .testimonial-img-box{width: 100px; height: 100px; background-color: #eee; border: 5px solid #fff; position: absolute; left: 0; top: 0; border-radius: 500px;}
.testimonial-main-box .user-testimonial-box > h3{font-size: 19px; color: #1cb9de; font-weight: 400; margin-bottom: 0;}
.testimonial-main-box .user-testimonial-box span.name-info{display: block;}
.testimonial-main-box .testimonial-inner-box:after{content: ''; border-top: 80px solid #f5f5f5; border-right: 80px solid transparent; position: absolute; bottom: -80px; left: 25px;}


.members-box{width: 100%; background: #f6f6f6;}
.members-box .header-memebr{width: 100%; height: 100px; background: url('../images/cms-banner.png') center center no-repeat; background-size: cover; position: relative;}
.members-box .header-memebr .member-img-box{width: 125px; height: 125px; background-color: #eee; border: 5px solid #fff; border-radius: 500px; position: absolute; left: 0; top: 0;}
.members-box .inner-member-content{padding: 25px;}

.carousel.slide .carousel-item.active, .carousel-item.carousel-item-next.carousel-item-left, .carousel-item.carousel-item-prev.carousel-item-right{display: flex; justify-content: center; align-items: center;}
.carousel.slide .carousel-item img{width: 100%;}
.carousel.slide .carousel-item .container{position: absolute;}
.carousel.slide .carousel-item .banner-txt{width: 45%;}
.carousel.slide .carousel-item .banner-txt h3{width: 100%; font-size: 36px; color: #fff;}
.carousel.slide .carousel-item .banner-txt h3 small{display: block; font-size: 15px;}
.carousel.slide .carousel-item .banner-txt h3 span{position: relative;}
.carousel.slide .carousel-item .banner-txt h3 span:after{content: ''; width: 100%; height: 2px; background: #4948df; position: absolute; left: 0; bottom: 0;}
.carousel.slide .carousel-item .banner-txt p{color: #fff; font-size: 15px; font-weight: 300;}
.carousel.slide .carousel-item .banner-txt a.btn-banner{background: #4948df; border: none;}
.navbar-dark .navbar-nav .nav-link.active{color: #0200f3!important;}
.faq-wrap ul{padding-left: 0;}
.faq-wrap ul li{max-width: 100%!important; width: 100%!important;}
.faq-wrap-softball ul{padding-left: 0;}
.faq-wrap-softball ul li{max-width: 100%!important; width: 100%!important;}
a.back-to-top{z-index: 999!important;}
/* a.navbar-brand img{max-height: 60px!important;} */
nav.navbar{padding-top: 3px; padding-bottom: 3px;}


/*Responsive Design*/
@media (max-width: 1024px) {
.carousel.slide .carousel-item .banner-txt{width: 80%; text-align: center; left: 10%; position: relative;}
}
@media (max-width: 991px) {
body .navbar-nav .nav-item{margin-bottom: 2px;}
.navbar-nav .nav-item:last-child a{border: none;}
.navbar-dark .navbar-nav .nav-link{display: flex; margin: 0; border-bottom: 1px solid #f4f4f4; padding: 4px 8px;}
.navbar-dark .navbar-nav .nav-link.active{background: #010080; color: #fff!important;}
.navbar-dark .navbar-nav .nav-link i {width: 25px; text-align: left;}
button.navbar-toggler{font-size: 25px!important;}
.foot-box{margin-bottom: 25px;}
a.navbar-brand img{max-height: 50px!important;}
nav.navbar{padding-top: 3px; padding-bottom: 3px;}
.alternative-text{display: none;}
}
@media (max-width: 767px){
  .btn-set .btn{margin-bottom: 10px}
  .navbar-nav .nav-item{margin-bottom: 10px}
  .banner-text {
    font-size: 48px;
    line-height: 1.2em;
  }
  .get-started a{padding: 10px 20px}
  .get-started h3{font-size: 36px}
  .foot-box{margin-bottom: 15px}
  .white-box{width: 95%;}
  .modal{padding: 0 !important}
  .white-rounded-box{margin-bottom: 10px;}
}
@media (max-width: 568px){
.foot-text.copy-text p{text-align: center!important; margin-bottom: 0;}
.carousel.slide .carousel-item img{width: auto; height: 300px;}
.carousel-indicators{bottom: 0;}
.carousel.slide .carousel-item .container p{line-height: 20px;}
}

.count-wrap{
  text-align: right
}
.parent {
  position: relative;
  z-index: 1;
  /*  width: 100vw;
    height: 100vh;*/
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.heart {
  position: relative;
  width: auto;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(to bottom, #E53038, #d32930);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
  animation: beat 1.5s ease 0s infinite;
  padding: 0 20px;
}
.heart span {
  font-size: 16px;
  color: white;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}
.heart:before, .heart:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E53038;
  opacity: 0.4;
  border-radius: inherit;
}
.heart:before {
  z-index: -2;
  animation: beat-before 1.5s ease 100ms infinite;
}
.heart:after {
  z-index: -1;
  animation: beat-after 1.5s ease 200ms infinite;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes beat-before {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes beat-after {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.sign-up-box .form-group h4{
  font-size: 18px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.margin-bottom-30{margin-bottom: 30px}
.minHeight{ max-height: 300px}

/*Modified Css*/
.page-wrapper{
  padding: 40px 0;
  background: #f5f5f5;
}
.white-rounded-box{
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px -1px rgba(0,0,0,0.15);
  overflow: hidden;
  position: relative
}
.cover-img{
  background: #eee url('../images/cover-common.png') 50% 50% no-repeat;
  height: 170px;
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  background-size: cover
}
.profile-img-wrap{
  position: relative;
  margin-bottom: 20px;
}
.profile-img-wrap .edit-btn{
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: -5px;
  font-size: 20px;
  color: #333;
}
.profile-image{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  overflow: hidden;
}
.profile-image img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  height: 100%; 
  overflow: hidden; 
  object-position: 50% 50%;
  -webkit-object-position: 50% 50%;
  -o-object-position: 50% 50%;
  -moz-object-position: 50% 50%;
  border-radius: 0 !important
}
.profile-info-wrap{}

.profile-info-wrap h2{
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 5px;
  line-height: 1em;
}
.profile-info-wrap h3{
  font-size: 16px;
  color: #737373;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1em;
}
.profile-info-wrap h3 a{color: #737373;}
.profile-info-wrap h4{
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin: 0px;
  line-height: 1em;
}
.profile-info-wrap h4 strong{
  font-weight: 500
}

.profile-info-wrap p{
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 1em;
}
.profile-info-wrap p a{
  color: #333;
}
.profile-info-wrap p i{display: inline-block; width: 30px;  margin: 0 0 0 0; font-size: 22px; text-align: center}

.box-title{
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 1em;
  position: relative;
}
.box-title .edit-btn{
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -5px;
  font-size: 20px;
  color: #333;
}
.border-bottom-data{
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.no-border{border-bottom: 0 none !important}
.border-bottom-data p{font-size: 16px; margin-bottom: 0}
.border-bottom-data p a{color: #333;}
.border-bottom-data p strong{font-weight: 500}

.percentage-wrap{
  margin: 15px 0;
}
.percentage-wrap .big.blue{
  float: none;
  margin: 0 auto
}
.complete-btn{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  background: #d3d3d3;
  display: block;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
}
.complete-btn:hover{
  color: #333
}
.social-btn{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #010080;
  display: block;
  border-radius: 5px;
  text-align: left;
  padding: 8px;
}
.social-btn::after{
  content: "";
  display: block;
  clear: both
}
.social-btn img{
  margin: 0 15px 0 0;
  float: left
}
.social-btn:hover{
  color: #fff
}
.social-btn.added{
  background: #d3d3d3;
  color: #333;
}


.adv-img{
  width: 75px;
  height: 75px;
  float: left;
  overflow: hidden;
  border-radius: 8px;
}
.adv-img img{
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  height: 100%; 
  overflow: hidden; 
  object-position: 50% 50%;
  -webkit-object-position: 50% 50%;
  -o-object-position: 50% 50%;
  -moz-object-position: 50% 50%;
  border-radius: 0 !important
}
.adv-info{
  float: left;
  width: calc(100% - 100px);
  margin-left: 15px
}
.adv-info h2{
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 500;
  color: #333;
}
.adv-info a{
  display: block;
  background: #010080;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  padding: 8px;
}


/*CIRCLE*/
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.800000000000004deg);
  -moz-transform: rotate(46.800000000000004deg);
  -ms-transform: rotate(46.800000000000004deg);
  -o-transform: rotate(46.800000000000004deg);
  transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.60000000000001deg);
  -moz-transform: rotate(75.60000000000001deg);
  -ms-transform: rotate(75.60000000000001deg);
  -o-transform: rotate(75.60000000000001deg);
  transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.60000000000001deg);
  -moz-transform: rotate(93.60000000000001deg);
  -ms-transform: rotate(93.60000000000001deg);
  -o-transform: rotate(93.60000000000001deg);
  transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.60000000000001deg);
  -moz-transform: rotate(111.60000000000001deg);
  -ms-transform: rotate(111.60000000000001deg);
  -o-transform: rotate(111.60000000000001deg);
  transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.20000000000002deg);
  -moz-transform: rotate(133.20000000000002deg);
  -ms-transform: rotate(133.20000000000002deg);
  -o-transform: rotate(133.20000000000002deg);
  transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.20000000000002deg);
  -moz-transform: rotate(151.20000000000002deg);
  -ms-transform: rotate(151.20000000000002deg);
  -o-transform: rotate(151.20000000000002deg);
  transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.20000000000002deg);
  -moz-transform: rotate(169.20000000000002deg);
  -ms-transform: rotate(169.20000000000002deg);
  -o-transform: rotate(169.20000000000002deg);
  transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.20000000000002deg);
  -moz-transform: rotate(187.20000000000002deg);
  -ms-transform: rotate(187.20000000000002deg);
  -o-transform: rotate(187.20000000000002deg);
  transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.20000000000002deg);
  -moz-transform: rotate(205.20000000000002deg);
  -ms-transform: rotate(205.20000000000002deg);
  -o-transform: rotate(205.20000000000002deg);
  transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.20000000000002deg);
  -moz-transform: rotate(223.20000000000002deg);
  -ms-transform: rotate(223.20000000000002deg);
  -o-transform: rotate(223.20000000000002deg);
  transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.20000000000002deg);
  -moz-transform: rotate(241.20000000000002deg);
  -ms-transform: rotate(241.20000000000002deg);
  -o-transform: rotate(241.20000000000002deg);
  transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.40000000000003deg);
  -moz-transform: rotate(266.40000000000003deg);
  -ms-transform: rotate(266.40000000000003deg);
  -o-transform: rotate(266.40000000000003deg);
  transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.40000000000003deg);
  -moz-transform: rotate(284.40000000000003deg);
  -ms-transform: rotate(284.40000000000003deg);
  -o-transform: rotate(284.40000000000003deg);
  transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.40000000000003deg);
  -moz-transform: rotate(302.40000000000003deg);
  -ms-transform: rotate(302.40000000000003deg);
  -o-transform: rotate(302.40000000000003deg);
  transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.40000000000003deg);
  -moz-transform: rotate(320.40000000000003deg);
  -ms-transform: rotate(320.40000000000003deg);
  -o-transform: rotate(320.40000000000003deg);
  transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.40000000000003deg);
  -moz-transform: rotate(338.40000000000003deg);
  -ms-transform: rotate(338.40000000000003deg);
  -o-transform: rotate(338.40000000000003deg);
  transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.40000000000003deg);
  -moz-transform: rotate(356.40000000000003deg);
  -ms-transform: rotate(356.40000000000003deg);
  -o-transform: rotate(356.40000000000003deg);
  transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: #777777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777777;
}
.c100.dark:after {
  background-color: #666666;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > span {
  color: #4db53c;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
  color: #5fd400;
}
.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}

/******* cms ********/
.cms-banner{height: 200px;  display: flex; justify-content: start; align-items: center;}
.about-banner{background: url('../images/aboutus-banner.png') center center no-repeat; background-size: cover;}
.testimonial-banner{background: url('../images/testimonial-banner.png') center center no-repeat; background-size: cover;}
.meetteam-banner{background: url('../images/meettheteam-banner.png') center center no-repeat; background-size: cover;}
.parents-banner{background: url('../images/parents-banner.png') center center no-repeat; background-size: cover;}
.memebership-banner{background: url('../images/membership-banner.png') center center no-repeat; background-size: cover;}
.contact-banner{background: url('../images/contact-banner.png') center center no-repeat; background-size: cover;}

.about-banner-softball{background: url('../images/aboutus-banner-sb.jpg') center center no-repeat; background-size: cover;}
.testimonial-banner-softball{background: url('../images/testimonial-banner-sb.jpg') center center no-repeat; background-size: cover;}
.meetteam-banner-softball{background: url('../images/meettheteam-banner-sb.jpg') center center no-repeat; background-size: cover;}
.parents-banner-softball{background: url('../images/parents-banner-sb.jpg') center center no-repeat; background-size: cover;}
.memebership-banner-softball{background: url('../images/membership-banner-sb.jpg') center center no-repeat; background-size: cover;}
.contact-banner-softball{background: url('../images/contact-banner-sb.jpg') center center no-repeat; background-size: cover;}

.cms-banner h1{margin: 0;}
.cms-content h3{width: 100%; font-size: 22px; margin-bottom: 15px;}
.cms-content ul{width: 100%; list-style: none; margin: 0; padding: 0;}
.cms-content ul li{width: 100%; list-style: none; margin: 0 0 8px; padding: 0;}
.cms-content ul li h4{width: 100%; background: #efeeee; font-size: 18px; color: #333; padding: 8px 10px; border: 1px solid #ddd; border-radius: 5px;}
.cms-content ul.dot-list li{list-style: circle inside;}
.testimonial-box{width: 100%; background-color: #f9f9f9; padding: 20px; margin-bottom: 20px;}
.testimonial-box .fa-quote-left{font-size: 50px; color: #dcdcdc; margin-right: 10px;}
.info-name{margin-bottom: 15px;}
.info-name h3{margin-bottom: 5px;}

.foot-box ul.social-list{width: 100%; display: flex;}
.foot-box ul.social-list li{margin-right: 8px;}
.foot-box ul.social-list li a{padding: 0!important;}
.foot-box ul.social-list li a i{font-size: 24px;}
.alternative-text{visibility: hidden;}

/*Responsive Design*/
@media (max-width: 767px){
  .btn-set .btn{margin-bottom: 10px}
  .navbar-nav .nav-item{margin-bottom: 10px}
  .banner-text {
    font-size: 48px;
    line-height: 1.2em;
  }
  .get-started a{padding: 10px 20px}
  .get-started h3{font-size: 36px}
  .foot-box{margin-bottom: 15px}
  .white-box{width: 95%;}
  .modal{padding: 0 !important}
  .btn-group-sm > .btn, .btn-sm {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .2rem;
  }
}