@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


h1, h2, h3 {
    font-family: "Raleway", sans-serif;
}

body, html {
    font-family: "Open Sans", sans-serif;
}
body{
    background:  #fff;
}
.spe_font{
    font-family: 'Pacifico', sans-serif;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

a:hover, a:active  {
text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffbf3d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 13px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background-color: #fec03a;
  outline: 1px solid #fec03a;
}
/*Scroll css End here*/


.header {}

.header .top {
    padding: 10px 0;
    background-color: #188214;
}

.header .top-title {}

.header .top-title p {
    font-size: 14px;
    letter-spacing: .6px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.header .login-link {
    text-align: right;
}

.header .login-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.header .logo {
    text-align: left;
    padding: 40px 0;
}

.header .logo h4 {
    font-family: 'Pacifico', sans-serif;
    font-size: 30px;
    color: #ffa216;
    margin: 0;
}

.header .header-menu {
    text-align: right;
}

.header .header-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header .header-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

.header .header-menu ul li a {
    color: #bb2400;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    transition: .5s all ease-in-out;
}

.header .row {
    display: flex;
    align-items: center;
}

.sec-banner {}

.sec-banner .banner-image {
    position: relative;
}

.sec-banner .banner-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.sec-banner .container-fluid {
    padding: 0;
}

.sec-2 {
    padding: 40px 0;
}

.sec-2 .heading-title {}

.sec-2 .heading-title h2 {
    color: #bb2400;
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 400;
}

.sec-2 .head {}

.sec-2 .head p {font-size: 14px;font-weight: 400;color: #000000;line-height: 28px;}

.footer {
    padding: 30px 0 0;
    background-color: #000;
}

.footer .footer-logo {}

.footer .footer-logo h4 {
    font-family: 'Pacifico', sans-serif;
    font-size: 30px;
    color: #fff;
    margin: 0;
}

.footer .footer-menu {
    text-align: right;
}

.footer .footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .footer-menu ul li {
    display: inline-block;
    margin: 0 0 0 30px;
}

.footer .footer-menu ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: .5s all ease-in-out;
}

.footer .copy {
    text-align: center;
    padding: 120px 0 10px;
}

.footer .copy p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: .2px;
    color: #fff;
    margin: 0;
}

.footer .copy p a {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: .2px;
    color: #fff;
    transition: .5s all ease-in-out;
}

.footer .copy p a:hover {
    color: #ffa216;
    transition: .5s all ease-in-out;
}

.header .header-menu ul li a.active {
    background-color: #ffa216;
    padding: 14px 20px;
    color: #fff !important;
}

.footer .footer-menu ul li a.active {
    color: #ffa216 !important;
}

.sec-banner .banner-image h3 {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 32px;
    margin: 0;
    color: #fff;
}

.sec-banner .banner-image .banner-title {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(252, 162, 22, 0.83);
}

.sec-2 .head h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
}

.sec-2.page-contact {
    text-align: center;
}

.sec-2.page-contact .head {}

.sec-2.page-contact .head h3 {
    color: #bb2400;
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 500;
}

.sec-2.page-contact .head p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
}


.sec-2.page-contact .head .contact-form {
    margin-top: 50px;
}

.sec-2.page-contact .head .contact-form label {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.sec-2.page-contact .head .contact-form input {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: solid 2px #ffa216;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.sec-2.page-contact .head .contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: solid 2px #ffa216;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    height: 250px;
}

.sec-2.page-contact .head .contact-form input[type="submit"] {
    background-color: white;
    color: rgb(138, 27, 0);
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(138, 27, 0);
    border-image: initial;
}

.header .header-menu ul li a:hover {
    color: #ffa216 !important;
}


.footer .footer-menu ul li a:hover {
    color: #ffa216 !important;
}

.footer .copy p a:hover {
    color: #ffa216 !important;
    transition: .5s all ease-in-out;
}

.header .logo a h4 {
    font-family: 'Pacifico', sans-serif;
}


/*User Dashboard*/

.front_dash {
    padding: 80px 0;
}
.front_dash .user_prof_dp{
    position: relative;
    text-align: center;
}
.front_dash .user_prof_dp .dp_user{} 

.front_dash .user_prof_dp .dp_user img {    
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #e99f26;
    padding: 4px;
}

.front_dash .user_prof_dp .dp_edit {
    position: absolute;
    bottom: 0px;
    right: 90px;
    background: #f2a72d;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    padding: 3px 0 0;
}
.front_dash .user_prof_dp .dp_edit a {
    color: #fff;
    font-size: 14px;
}
.front_dash .user_prof_dp .dp_edit a i{
    
}
.front_dash .user_prof_det{
    text-align: center;
    margin: 20px 0 30px;
}
.front_dash .user_prof_det h3{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.front_dash .user_prof_det h4{
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.front_dash .user_links{

}
.front_dash .user_links ul{
    padding: 0;
    margin: 0;
}
.front_dash .user_links ul li{
    display: block;
    list-style: none;
    background: #f2a72d;
    padding: 0;
    margin-bottom: 6px;
    border-radius: 5px;
    border: 1px solid #f2a72d;
    cursor: pointer;
}
.front_dash .user_links ul li.active, .front_dash .user_links ul li:hover{
    background: #fff;
}
.front_dash .user_links ul li a{
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 10px;
    border: 1px solid #f2a72d;
    cursor: pointer;
    display: block;
}
.front_dash .user_links ul li.active a, .front_dash .user_links ul li:hover a{
   color: #f2a72d; 
}
.front_dash .user_links ul li a i{
    padding-right: 10px;
}

.front_dash .dash_page {
    margin-top: 190px;
}
.front_dash .user_dash_page{

}
.front_dash .user_dash_page h5{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}
.front_dash .user_dash_page h5 span{
    font-family: 'Pacifico', sans-serif;
     font-size: 20px;
}


.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff;
    color: #FFF;
}

.card-counter.danger {
    background-color: #ef5350;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6a;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6da;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}

.cs-subscription-plans .card-header {
    background: #db0015; padding: 10px 15px;
}

.cs-subscription-plans .card-header h4 {
    color: #fff; font-size: 36px;
}

.cs-subscription-plans .card-body .card-title {
    color: #db0015; font-size: 36px;
}

.front_dash h2 {
    font-weight: 500;
    font-size: 30px;
    margin: 10px 0 20px;
    color: #000;
}

.front_dash h3 {
    font-weight: 500;
    font-size: 26px;
    margin: 10px 0 20px;
    color: #000;
}

.front_dash .form_user{
    margin-top:40px;
    margin-bottom:40px;
}
.front_dash .form_user label{
    display: block;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.front_dash .form_user input, .front_dash .form_user select, .front_dash .form_user textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: solid 2px #ffa216;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.front_dash .form_user  input[type="submit"], .front_dash .form_user  input[type="reset"] {
    background-color: white;
    color: rgb(138, 27, 0);
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(138, 27, 0);
    border-image: initial;
    text-transform: capitalize;
    width: auto;
}

/*tree*/
.tree_main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tree_main ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
        padding-left: 0;
}
.tree_main li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree_main li.head:before{
    display: none;
}
.tree_main li span {
    border: 3px solid #f2a72d;
    border-image-slice: 1;
    border-radius: 8px;
    background: #fff;
    width: 150px;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: inline-block;
    z-index: 20000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree_main li span a{
    color: #000;
    font-size: 14px;
}
.tree_main li span p {
    margin: 0;
    min-height: 40px;
    padding: 5px 0 0;
    color: #000;
    font-size: 14px;
}
.tree_main li span.lev_2 {
    width: 150px;
}
.tree_main li span.sub {
    width: 150px;
}
.tree_main ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #000;
    width: 0;
    height: 20px;
}
.tree_main li:first-child::before, .tree_main li:last-child::after {
    border: 0 none;
}
.tree_main li::before, .tree_main li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #000;
    width: 50%;
    height: 20px;
}
.tree_main li:last-child::before {
    border-right: 1px solid #000;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree_main li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #000;
}
.tree_main li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}


/*collapsible tree*/


.collap_tree ul {
  margin: 0;
  padding-left: 25px;
  line-height: 2em;
  list-style: none;
  background-color: #fff;
}
.collap_tree ul li {
  position: relative;
  font-size: 16px;
}
.collap_tree ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  display: block;
  width: 15px;
  height: 1em;
  content: "";
  border-bottom: 1px dotted #f2a72d;
  border-left: 1px dotted #f2a72d;
}
/* hide the vertical line on the first item */
.collap_tree ul.tree > li:first-child:before {
  border-left: none;
}
.collap_tree ul li:after {
  position: absolute;
  top: 1.1em;
  bottom: 1px;
  left: -15px;
  display: block;
  content: "";
  border-left: 1px dotted #666;
}

/* hide the lines on the last item */
.collap_tree ul li:last-child:after {
  display: none;
}

/* inserted via JS  */
.collap_tree .js-toggle-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 14px;
  margin-right: 2px;
  margin-left: -23px;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
  background-color: #f2a72d;
  border: 1px solid #f2a72d;
  border-radius: 2px;
  color: #fff;
}
.front_dash h3 span {
    display: inline-block;
    font-size: 15px;
    padding-left: 12px;
}

.collap_tree {
    padding: 50px 0;
}

.forget_password_btn_link{
    background-color: white;
    color: rgb(138, 27, 0);
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(138, 27, 0);
    border-image: initial;
}

/*circle page css*/



.sec-circle {
    padding: 40px 0;
    background-color: #ffa216;
}

.sec-circle .row.one {}

.sec-circle .head-left {}

.sec-circle .head-left h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.sec-circle .head-right {
    text-align: right;
}

.sec-circle .head-right h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}










.circle-container {
    position: relative;
    max-width: 800px;
    display: block;
    z-index: 2;
    margin: 50px auto;
    clear: both;
}

.circle-level {
    color: white;
    left: 15px;
    top: 0;
    width: 50%;
    font-size: 30px;
    float: left;
}

.circle-id {
    color: white;
    right: 15px;
    top: 0;
    font-size: 30px;
    text-align: right;
    float: right;
    width: 50%;
}

.circle {
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.circle-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 800px;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}

.circle-info .name {
    font-weight: bold;
    color: #0c0c0c;
}

.circle-info .name.disabled {
    color: #675e5e;
}

.circle-info .button {
    display: block;
    width: auto;
    font-size: 11px;
    padding: 2px;
    margin: 0 auto;
    border: 0;
    background-color: transparent;
}

.circle-info .button:hover,.circle-info .button:active {
    color: #bb2400;
    text-decoration: underline;
}

.circle-info .donated {
    color: #ffa216;
    font-weight: bold;
    display: block;
}

.circle-info .note {
    color: #8a1b00;
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

.circle-info .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.circle-info .middle .top {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
}

.circle-info .middle .bottom {
    position: absolute;
    bottom: 26%;
    left: 0;
    right: 0;
}

.circle-info .outer .top-left {
    position: absolute;
    top: 17%;
    left: 13%;
    width: 160px;
}

.circle-info .outer .top-right {
    position: absolute;
    top: 17%;
    right: 13%;
    width: 160px;
}

.circle-info .outer .bottom-left {
    position: absolute;
    bottom: 19%;
    left: 13%;
    width: 150px;
}

.circle-info .outer .bottom-right {
    position: absolute;
    bottom: 18%;
    right: 12%;
    width: 160px;
}

.circle-status a {
    color: white;
}

.circle-status a:hover,.circle-status a:active {
    color: #8a1b00;
}

.circle-status a:focus {
    outline: 0;
}

.circle-hr {
    border-top: 1px solid white;
}

.button {
    background-color: white;
    color: #8a1b00;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #8a1b00;
    margin-bottom: 0;
    margin-top: 35px;
} a h4 {
    font-family: 'Pacifico', sans-serif;
}








/*circle page css*/



.sec-circle {
    padding: 40px 0;
    background-color: #ffa216;
}

.sec-circle .row.one {}

.sec-circle .head-left {}

.sec-circle .head-left h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

.sec-circle .head-right {
    text-align: right;
}

.sec-circle .head-right h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}










.circle-container {
    position: relative;
    max-width: 800px;
    display: block;
    z-index: 2;
    margin: 50px auto;
    clear: both;
}

.circle-level {
    color: white;
    left: 15px;
    top: 0;
    width: 50%;
    font-size: 30px;
    float: left;
}

.circle-id {
    color: white;
    right: 15px;
    top: 0;
    font-size: 30px;
    text-align: right;
    float: right;
    width: 50%;
}

.circle {
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.circle-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 800px;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}

.circle-info .name {
    font-weight: bold;
    color: #0c0c0c;
}

.circle-info .name.disabled {
    color: #675e5e;
}

.circle-info .button {
    display: block;
    width: auto;
    font-size: 11px;
    padding: 2px;
    margin: 0 auto;
    border: 0;
    background-color: transparent;
}

.circle-info .button:hover,.circle-info .button:active {
    color: #bb2400;
    text-decoration: underline;
}

.circle-info .donated {
    color: #ffa216;
    font-weight: bold;
    display: block;
}

.circle-info .note {
    color: #8a1b00;
    display: block;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

.circle-info .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.circle-info .middle .top {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
}

.circle-info .middle .bottom {
    position: absolute;
    bottom: 26%;
    left: 0;
    right: 0;
}

.circle-info .outer .top-left {
    position: absolute;
    top: 17%;
    left: 13%;
    width: 160px;
}

.circle-info .outer .top-right {
    position: absolute;
    top: 17%;
    right: 13%;
    width: 160px;
}

.circle-info .outer .bottom-left {
    position: absolute;
    bottom: 19%;
    left: 13%;
    width: 150px;
}

.circle-info .outer .bottom-right {
    position: absolute;
    bottom: 18%;
    right: 12%;
    width: 160px;
}

.circle-status a {
    color: white;
}

.circle-status a:hover,.circle-status a:active {
    color: #8a1b00;
}

.circle-status a:focus {
    outline: 0;
}

.circle-hr {
    border-top: 1px solid white;
}

.button {
    background-color: white;
    color: #8a1b00;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #8a1b00;
    margin-bottom: 0;
    margin-top: 35px;
}