/* CSS Document */
.page-header {
  background-color: #090909;
  min-height: 50px;
  padding: 20px 0;
  text-align: left;
}
.page-header .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
	margin-left: 10px;
}
.page-header .breadcrumb-item a {
  text-decoration: none;
  color: var(--site-color);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "-");
}
.breadcrumb-item.active {
  color: #fff;
}
.page-header .post_views {
  color: #ccc;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  float: right;
}
/*section main starts*/
a {
  text-decoration: none;
  color: #090909;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.text-color-2 {
  color: var(--site-color);
}
.contact_area .info-box {
  background-color: #fff;
  padding: 20px 30px;
  border: 2px solid rgba(127, 137, 150, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 100%;
}
.contact_area .info-box:hover {
  border: 2px solid var(--site-color);
  box-shadow: 0 20px 60px rgb(82 85 90 / 20%);
}
.contact_area .info-box .info-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  -webkit-border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  -moz-border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: var(--site-color);
  color: #fff;
  text-align: center;
  font-size: 36px;
  -webkit-box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
  -moz-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contact_area .info-box .info-icon img {
  width: 45px;
  -webkit-box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
  -moz-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
}
.contact_area .info-box .info__title {
  font-size: 20px;
  color: var(--site-color);
  font-weight: 600;
  margin-bottom: 20px;
}
.contact_area .info-box .info__desc {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 500;
  text-align: left
}
.contact_area .info-box .info__desc i {
  color: var(--site-color);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contact_area .info-box .info__desc:hover,.contact_area .info-box .info__desc:hover a,.contact_area .info-box .info__desc:hover i {
  color: var(--hvr-siteclr);
}
.contact_area .btn-text {
  color: #5a5a5a;
  font-weight: 500;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: inline-block;
}
.widget-title {
  font-size: 22px;
  color: var(--site-color);
  font-weight: 600;
  position: relative;
}
.block-card {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 30px;
  height: 100%;
}
.block-card-header {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 20px;
}
.block-card-header p {
  font-size: 13px;
  line-height: 24px;
  color: #808996;
}
.block-card-body {
  padding-top: 20px;
}
.block-card-body img {
	height: auto;
}
.label-text {
  font-size: 14px;
  color: var(--lit-color);
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px;
}
.form-box .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-box .form-control {
  height: auto;
  line-height: inherit;
  padding: 12px 20px 12px 40px;
  font-size: 15px;
  color: #333f57;
  border: 1px solid rgba(128, 137, 150, 0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.form-box .message-control {
  height: 300px;
}
.form-box .form-control-styled {
  border-left: 5px solid var(--bluish-clr);
  border-top: none;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
}
.form-box .form-group .form-icon {
  position: absolute;
  top: 14px;
  left: 15px;
  color: var(--site-color);
  font-size: 18px;
}
.btn-box p {
  color: #808996;
  padding-bottom: 15px
}
.theme-btn {
  font-weight: 600;
  font-size: 16px;
  color: #333f57;
  line-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #F5F7FC;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.theme-btn:hover {
  color: #fff;
}
.gradient-btn {
  background: linear-gradient(270deg, #00abc9, #0291aa);
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
  -moz-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
}
.gradient-btn:hover::before {
  opacity: 1;
  visibility: visible;
}
.gradient-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: linear-gradient(270deg, #0291aa, #00abc9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.list-items li {
  margin-bottom: 7px;
  font-weight: 500;
  color: #808996;
  font-size: 16px;
display: flex
}
.list-items-style-2 li {
  margin-bottom: 0;
}
.list-items-style-2 li + li {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  padding-top: 15px;
  margin-top: 15px;
}
.list--items li span:first-child {
	width: 81px;
    display: inline-flex;
    color: var(--site-color);
}
.list--items li span.second-txt {
    padding-left: 10px
}
.list-items li a {
  color: #808996;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: inline-block;
}
.list-items li a:hover {
  color: var(--site-color)
}
.list--items li span {
  width: auto;
  display: inline-block;
  margin-right: 12px;
}
.section-block, .section-block-2 {
  height: 1px;
}
.section-block-2 {
  background-color: rgba(127, 137, 150, 0.1);
}
.social-profile {
  display: inline-block;
}
.social-profile li {
  display: inline-block;
}
.social-profile li {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.social-profile li:nth-child(n+2) {
  margin-left: -14px;
}
.social-profile:hover li:nth-child(n+2) {
  margin-left: 0;
}
.social-profile li a {
  display: block;
  color: #333f57;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: rgba(128, 137, 150, 0.1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
}
.social-profile li a {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: -3 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgb(82 85 90 / 10%);
}
.social-profile li .facebook-bg {
  color: #4267B2;
}
.social-profile li .facebook-bg:hover {
  background-color: #4267B2;
  color: #fff;
}
.social-profile li .twitter-bg {
  color: #71c9f8;
}
.social-profile li .twitter-bg:hover {
  background-color: #71c9f8;
  color: #fff;
}
.social-profile li .instagram-bg {
  color: #C13584;
}
.social-profile li .instagram-bg:hover {
  background-color: #C13584;
  color: #fff;
}
.social-profile li .youtube-bg {
  color: #E62117;
}
.social-profile li .youtube-bg:hover {
  background-color: #E62117;
  color: #fff;
}
.social-profile li .linkedin-bg {
  color: #0e76a8;
}
.social-profile li .linkedin-bg:hover {
  background-color: #0e76a8;
  color: #fff;
}
.contact_area .contact-map {
  position: relative;
  overflow: hidden;
}
.contact_area .contact-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}


@media only screen and (max-width: 1200px) {
	.contact_area .info-box .info-icon {
		width: 80px;
    height: 80px;
    line-height: 80px;
	}
	.contact_area .info-box .info-icon img {
    height: 25px !important;
    width: 40px;
	}
	.contact_area .info-box .info__title {
		font-size: 18px;
	}
	.contact_area .info-box .info__desc {
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.label-text {
    font-size: 12px;
	}
	.font-size-12 {
		font-size: 11px !important;
	}
	.form-box .form-control {
		font-size: 12px;
	}
	.form-box .form-group .form-icon {
		font-size: 15px;
	}
	.theme-btn {
    font-size: 14px;
    line-height: 42px;
    padding-left: 18px;
    padding-right: 18px;
	}
	.font-size-14 {
		font-size: 12px !important
	}
	.list--items li span {
    width: 115px;
	}
	.list-items li {
    font-size: 13px;
	}
}


/*CUSTOM RADIO BUTTON*/
.radio-btn {
  display: flex;
  flex-flow: row wrap;
}

.radio-btn > div {
  flex: 1;
  padding: 0.4rem;
}

.radio-btn input[type="radio"] {
  display: none;
}
.radio-btn input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.radio-btn input[type="radio"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.radio-btn .radio-lable {
  display: block;
  background: white;
  border: 2px solid var(--site-color);
  border-radius: 20px;
  padding: 5px 8px;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
    color:#777;
}

.radio-btn input[type="radio"]:checked + .radio-lable {
  background: var(--site-color);
  color: white;
}
#chk1 {
  opacity: 0;
  position: absolute;
}

.chk1_lablel {
  position: relative;
  display: block;
  background: #f8f8f8;
  border: 1px solid #0088cc;
  border-radius: 2em;
  padding: 0.5em 1em 0.5em 5em;
  cursor: pointer;
  text-shadow: 0 2px 2px #fff;
}
.chk1_lablel .fa-check{
    position: absolute;
    right:10px;
    top: 31%;
    color:green;
}
.chk1_lablel .fa-times{
    position: absolute;
    right:10px;
    top: 31%;
    color:red;
}
.un-checked{
    border-color:red;
}
.checked-successful{
    border-color:green;
}
.chk1_lablel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7em;
  width: 3em;
  height: 1.2em;
  border-radius: 0.6em;
  background: red;
  transform: translateY(-50%);
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5) inset, 0 0 10px rgba(100, 100, 100, 0.2) inset;
}
.chk1_lablel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 1.4em;
  height: 1.4em;
  border: 0.25em solid #fafafa;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ddd;
  background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
  transform: translateY(-50%);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5)
}
.chk1_lablel, .chk1_lablel::before, .chk1_lablel::after {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.chk1_lablel:hover,
#chk05:focus + label {
  color: black;
}
.chk1_lablel:hover::after,
#chk05:focus + label::after {
  background-color: #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#chk1:checked + .chk1_lablel::before {
  background:#008000;
}
#chk1:checked + .chk1_lablel::after {
  transform: translateX(2em) translateY(-50%);
}
.input-box p {
  margin-bottom: 0!important;
}
label.for-success{
    border-color:#1fa67a;
}
label.for-error{
    border-color:red;
}
.contact-body-input .input-area .red-cross i{
    font-size: 18px;
    position: absolute;
    top: 45%;
    right: 20px;
    color:red;
}
.contact-body-input .input-area .green-tick i{
    font-size: 18px;
    position: absolute;
    top: 46%;
    color:#1fa67a;
    right: 20px;
}
select.chosen-with-icon-edu + .chosen-container.chosen-container-single .chosen-single {
    padding-left    : 40px;
}

select.chosen-with-icon-edu + .chosen-container.chosen-container-single .chosen-single:before {

    display : block;
    height  : 100%;
    left    : 0;
    color: #00b3d9;
    position    : absolute;
    text-align  : center;
    top : 0;
    width   : 30px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f501";
    font-size: 18px;
    padding-left: 15px;
}
  select.chosen-with-icon-city + .chosen-container.chosen-container-single .chosen-single {
    padding-left    : 40px;
}

select.chosen-with-icon-city + .chosen-container.chosen-container-single .chosen-single:before {

    display : block;
    height  : 100%;
    left    : 0;
    color: #00b3d9;
    position    : absolute;
    text-align  : center;
    top : 0;
    width   : 30px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1ad";
    font-size: 18px;
    padding-left: 15px;
}

  select.chosen-with-icon-country + .chosen-container.chosen-container-single .chosen-single {
    padding-left    : 40px;
}

select.chosen-with-icon-country + .chosen-container.chosen-container-single .chosen-single:before {

    display : block;
    height  : 100%;
    left    : 0;
    color: #00b3d9;
    position    : absolute;
    text-align  : center;
    top : 0;
    width   : 30px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0ac";
    font-size: 18px;
    padding-left: 15px;
}

/*aside bar*/
.search-form .search-field {
  font-size: 16px;
    width: 100%;
    padding: 0 66px 0 20px;
    height: 46px;
    line-height: 1;
    border-color: #e6e6e6;
      color: #505050;
    border: none;
    background: #f6f6f6;
    box-sizing: border-box;
    outline: none;
  -webkit-appearance: textfield;
    outline-offset: -2px;
} 
input[type='text']::-webkit-input-placeholder , input[type='email']::-webkit-input-placeholder , input[type='password']::-webkit-input-placeholder {
  font-size: 12px !important;
  line-height: 16px !important;
   vertical-align:middle;
   display: flex;
   justify-content: center;
   align-items: center;

}
.chosen-container-single{
  max-width: 100% !important;
  line-height: 35px;
  font-size: 35px;
}
.search-form .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 46px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    color: #b5b5b5;
    background: var(--site-color);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.search-form .search-submit i {
    color: #fff;
}
.search-form .search-submit:hover {
    background: var(--hvr-siteclr);
}
.aside__item {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.aside .icon, .aside h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.7;
  text-align: left;
  margin-left: 0;
  margin-top: 10px;
}
.aside .icon {
  margin-right: 10px;
  padding: 0;
}
.aside__item .carousel .carousel-item .aside__header {
  height: 150px;
}
.aside__item .carousel .carousel-item img {
  object-fit: cover
}
.aside__body {
  padding: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(204, 204, 204, .2);
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .08em;
  font-weight: 500;
  color: #000;
  text-rendering: optimizeLegibility;
}
.aside__body h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.aside__header img {
  width: 100%;
}
.aside__body .h2-sub {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .04em;
  color: #7f7f7f;
  margin-bottom: 10px;
  margin: 0;
  font-weight: 400;
  font-style: normal
}
.aside__body li {
  margin: 5px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .04em;
  text-align: center;
}
.aside__body li .icon {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .04em;
  padding: 0;
  margin: 0 1rem 0 0;
}
.aside__ul li {
 position: relative;
    display: block;
    padding: 14px 20px;
    background-color: #eee;
    margin-bottom: 6px;
    text-align: left;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border: 2px solid transparent;
    border-left: 3px solid var(--site-color);
}
.aside__ul a {
  color: #171717;
  text-decoration: none;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: .04em;
  font-weight: 500;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.aside__ul li:hover {
  border: 2px solid var(--site-color);
}
.aside__ul li:hover a {
  color: var(--site-color);
}
.aside__body {
  padding: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(204, 204, 204, .2);
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .08em;
  font-weight: 500;
  color: #000;
  text-rendering: optimizeLegibility;
}
.aside__body p {
  color: #555;
  line-height: 27px;
  letter-spacing: 1.12px;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  margin: 0px;
}
.aside__body p:hover {
  color: var(--site-color)
}
.aside__item .carousel-control-next, .carousel-control-prev {
  top: 35%;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: var(--site-color);
}

.main__article h2 {
  color: #00abc9;
  text-align: left;
  line-height: 36px;
  letter-spacing: .64px;
  font-weight: 600;
  font-style: normal;
}
.main__article p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.5px;
  color: #1f1f1f;
  margin-bottom: 25px;
  font-style: normal;
  text-align: justify;
  margin: 1rem 0;
  text-rendering: optimizeLegibility;
}
.main__article p a {
  color: #930;
  text-decoration: underline;
  font-weight: 600;
}
.main__article p a:hover {
  color: var(--site-color);
}
.main img {
  display: block;
  width: 100%;
}
.main__article img {
  height: auto;
}
.main__article h3 {
  line-height: 36px;
  letter-spacing: .64px;
  font-weight: 600;
  font-style: normal;
  color: #282828;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .24s ease-in-out;
  -o-transition: opacity .24s ease-in-out;
  transition: opacity .24s ease-in-out;
  text-rendering: inherit;
  -webkit-font-smoothing: inherit;
  text-align: left;
}
ul {
  list-style: none;
}
.main__article ul, .main__article ol {
  text-align: left;
  padding-left: 0px;
}
.main__article ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .08em;
  color: #000;
  list-style: none;

}
.main__article > ul > li {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .08em;
  color: #000;
  list-style: none;
}
.main__article > ol {
  text-align: left;
}
.main__article > ol > li {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .08em;
  color: #000;
  list-style: none;
  margin-left:10px;
  padding-left: 35px;
  position: relative;
  counter-increment: my-awesome-counter
}
.main__article > ol > li::before {
  content: counter(my-awesome-counter) ". ";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  font-weight: 900;
  color: var(--site-color);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
}
.main__article > ol > li:hover::before {
  background: var(--site-color);
  color: #fff;
  content: counter(my-awesome-counter)
}
.main__article > ul > li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--site-color);
  border-radius: 50%;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 0;
  left: 0;
  position: absolute;
}
.main__article > ul > li:hover::before {
  background: var(--site-color);
  color: #fff
}
.main__article ul {
  text-align: left;
}
.main__article ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: .08em;
  color: #000;
  list-style: none;
  display: flex;
  padding-left: 35px;
  position: relative;
}
.main__article ul li i {
  margin-right: 5px
}
._border_top{
  border-top: 3px solid var(--site-color);
}
.register-img{
  text-align: center;
}
@media only screen and (min-width: 768px) {
.form-control-new{padding: 8px 20px 8px 40px !important; height: 40px !important; font-size: 12px !important;}
.form-icon-new{top: 10px !important;}
}
.btn-text{
  text-align: center;
}
.btn-sub{
  text-align: right;
}
.field-icon {
    float: right;
    margin-left: -23px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-right: 5%;
}
.req::after{content:"*"; position:absolute; color:#F00; font-size:16px; margin-left:12px; margin-top:0px;}

._regLink{
	text-decoration: underline;
	font-weight: 600;
}
._loginBtn {
	display: contents;
}


@-webkit-keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
.rainbow {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem;
}
.rainbow::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -125%;
  width: 200%;
  height: 350%;
  background-color: #399953;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
  -webkit-animation: rotate 4s linear infinite;
          animation: rotate 4s linear infinite;
}
.rainbow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 5px;
}

@media only screen and (max-width: 560px) {
	.rainbow {
 	font-size: 12px;
	}
}
@media only screen and (max-width: 560px) {
	._loginBtn a {
 	font-size: 14px;
	}
	._loginBtn img {
 	height: 15px !important;
	width: 15px !important;
	}
	.btn-box  {
  	text-align: center !important;
	}
}

@media only screen and (max-width: 991px) {
  ._sideBarMenu {
      display: none;
    }
	._menuBtn{
		padding: 5px 10px;
	}
	
/* The animation starts here */
.animated-box {
  position: relative;
}

.animated-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  background: linear-gradient(51deg, #32ff83, #de2aff, #f20000);
  background-size: 300% 300%;
  clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
}

.animated-box.in:after {
  animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 4s ease-in-out infinite;
}

/* motion */
@keyframes gradient-animation {
  0% {
    background-position: 15% 0%;
  }
  50% {
    background-position: 85% 100%;
  }
  100% {
    background-position: 15% 0%;
  }
}

@keyframes frame-enter {
  0% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, calc(100% - 3px) 3px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 3px, 3px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 3px 100%, 0% 100%);
  }
}

  }
@media only screen and (min-width: 991px) {
  ._menuBtn{
    display: none
  }
  }
@media only screen and (max-width: 400px) {
  .__login{
    text-align: center !important;
  }
	._border_top{
		padding: 10px;
	}
  }

.main__article a{
	text-decoration: underline !important;
	font-weight: 700 !important;
}
.uptl{
  font-size:20px;
  font-weight:bold;
}
.userp{
  margin:0px;
  padding:0px;
  list-style:none;
  display:flex;
  justify-content:space-between;
}
.userp li{
  flex: 0 0 30%;
  padding:10px;
  border:1px solid #0872ab;
  border-radius:10px;
  cursor:pointer;
  text-align:center;
  position:relative;
}
.userp li img{
  width:150px;
  height:150px;
}
.userp li span{
  display:block;
  font-weight:bold;
}
.userp li:hover{
  background:#d4ebf7;
  color:#000;
}
.userp li.active{
  background:#d4ebf7;
  color:#000;
  overflow:hidden;
}
.userp li.active::before{
    content: "✓";
    display: inline-flex;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -15px;
    right: -15px;
    align-items: end;
    justify-content: flex-start;
    background: #0088cc;
    border-radius: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
}
.usersp{
  margin-top:50px;
  border-top:1px solid #ccc;
  padding-top:50px;
  display:none;
}
.usersp.choose{
  display:block;
}
.usersp p{
  font-size:20px;
  font-weight:bold;
}
.userpm{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
}
.userpm li{
  flex:0 0 30%;
  text-align:center;
}
.userpm li img{
  width:70%;
  height:auto;
  max-height:100%;
}
.userpm li span{
  display:block;
  margin-top:12px;
}
.show-u-dp .tx{
  margin-top:50px;
  font-size:20px;
  margin-bottom:10px;
  line-height:25px;
  border:thick double green;
  padding:15px;
  text-align:center;
}
.show-u-dp .tx b{
  display:block;
}
.userinv{
  margin-top:50px;
  margin-bottom:50px;
  display:none;
}
.userinv .in{
  border:thick dotted green;
  padding:50px;
  margin-bottom:50px;
  position:relative;
  text-align:center;
}
.userinv .in button{
  display:none;
}
.userinv .in input[type="file"]{
  border:1px solid #55ad55f7;
  padding:10px;
  border-radius:10px;
  margin-bottom:15px;
}
.userinv .in p{
  text-align:center;
  font-weight:400;
}
.userinv button{
  margin:auto;
  width:120px;
  font-size:20px;
  text-align:center;
  font-weight: 500;
  text-transform: capitalize;
}

.userplan{
  margin-top:50px;
  display:none;
}
.userplan.active{
  display:block;
}
.userplan .h{
  text-align:center;
}
.userplan h3{
  font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(to right, #1d95d2, #feb47b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.userplan .earnova-plan {
    margin-bottom: 40px;
    cursor: pointer;
}
.earnova-plan .plan-inner {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    border-bottom: 5px solid #1d95d2;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s;
}
.earnova-plan .plan-icon {
    padding: 30px;
    background-color: #1d95d2;
    text-align: center;
    position: relative;
    border-radius: 0px 0px 100px;
}
.earnova-plan .icon-bg {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}
.earnova-plan .icon-bg i {
    width: 100px;
    height: 100px;
    border: 5px solid #1d95d2;
    border-radius: 50%;
    line-height: 90px;
    font-size: 35px;
    color: #1d95d2;
    display: block;
    text-align: center;
    transition: transform 0.6s ease;
}
.earnova-plan .plan-price {
    text-align: center;
    padding: 10px 20px;
}
.earnova-plan .plan-name {
    font-size: 24px;
    font-weight: 600;
    color: #222;
}
.earnova-plan .price {
    font-size: 30px;
    font-weight: 700;
    color: #1d95d2;
}
.earnova-plan .plan-features {
    /* max-width: 300px; */
    margin: 0 auto 20px;
    list-style: none;
    padding: 0px 20px;
}
.earnova-plan .plan-features li {
    font-size: 14px;
    color: #848484;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 0 5px 30px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}
.earnova-plan .plan-features li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #2bd40f;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.earnova-plan .plan-features li.no::before {
    content: "\f057";
    color: #e1137b;
}

.earnova-plan .plan-action {
    text-align: center;
}
.earnova-plan .plan-btn {
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    font-weight: 500;
    background: #1d95d2;
    color: #fff;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin-bottom:30px;
}

.earnova-plan .plan-inner {
    border-color: #1d95d2;
}
.earnova-plan:nth-child(2) .plan-inner {
    border-color: #40cbb4;
}
.earnova-plan:nth-child(2) .plan-btn, .earnova-plan:nth-child(2) .plan-icon {
    background-color: #40cbb4;
}

.earnova-plan:nth-child(2) .icon-bg i, .earnova-plan:nth-child(2) .price {
    color: #40cbb4;
}
.earnova-plan:nth-child(2) .icon-bg i {
    border: 5px solid #40cbb4;
}

.earnova-plan:nth-child(3) .plan-inner {
    border-color: #ffc20b;
}
.earnova-plan:nth-child(3) .plan-btn, .earnova-plan:nth-child(3) .plan-icon {
    background-color: #ffc20b;
}

.earnova-plan:nth-child(3) .icon-bg i, .earnova-plan:nth-child(3) .price {
    color: #ffc20b;
}
.earnova-plan:nth-child(3) .icon-bg i {
    border: 5px solid #ffc20b;
}

.earnova-plan .plan-inner:hover .plan-btn {
    background: none;
    color: #1d95d2;
    border: 2px solid #1d95d2;
    border-radius: 0;
}

.earnova-plan:nth-child(2) .plan-inner:hover .plan-btn {
    color: #40cbb4;
    border-color: #40cbb4;
}

.earnova-plan:nth-child(3) .plan-inner:hover .plan-btn {
    color: #ffc20b;
    border-color: #ffc20b;
}
.earnova-plan .plan-inner:hover .icon-bg i {
    transform: rotate(360deg);
}
.earnova-box{
  margin-top:30px;
}