body {background:var(--color-black7); color:white;}

a {
	color:#1fa8f0;
}

.gt_container-unisv1 a.glink span {
    margin-right: 7px;
    font-size: 0px!important;
    vertical-align: middle;
}

.gt_container-unisv1 .gt_languages a.glink span {
    margin-right: 7px;
    font-size: 14px !important;
    vertical-align: middle;
    color: black;
}

.gt_container-unisv1 .gt_languages a.glink img {    margin-right: 5px;
    width: 20px;}
    
    .gt_white_content a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #e7e7e7;
    white-space: nowrap;
    line-height: 0;
    flex-basis: 36px;
    box-sizing: border-box;
}

.why-choose-us {
	background-size:cover;
}

.recent-blogs.v4 .recent-blog-card-contant {
    padding: 25px 25px 25px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.currency img {width:32px; height:auto; margin:0px 3px;}

.menu-bar.v5 .mobile-menu-bar .mobile-main-manu li a {
	    color: #ffffff;
}

.menu-bar.v5 .mobile-menu-bar 

{
	background:var(--color-black8);

}


.our-team.v1 .fun-facts li {
    width: calc(30% - 30px);
}

.mobile-menu-header button {color:white;}

.breadcum.v1 h2 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 400;
    color: white;
}

.breadcum.v1 h2 b {font-weight:normal;}

.section-title.v1 .sub-title.v13 {
	    color: #209af1;
}

.our-team.v1 .fun-facts {
    gap: 20px;
    text-align: center;
}

.plan-right {padding-top:20px; }

.plan-right label {color:#242528; margin-bottom:10px; font-weight:600; }

.return h2 {font-size:18px;}


.return h2 span {color:#209af1; font-weight:600;}

h2.big-title {
    color: #ffffff;
}

.contact .content-left .contact-info li .list-title {
    color: #ffffff;
    
    }
    
.content-left .contact-info li .box-icon::after {
	background: #33a0ed!important;
}

section.contact {
	padding-bottom:70px;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    color: white;
    font-size: 20px;
}

.nav-pills .nav-link.active {
	background: var(--color-bluGradient);
}

.bannerright {
    border-radius: 16px;
    padding: 28px 30px;
    background: #121515cc;
    margin-bottom: 30px;

    
}

.bannerright h2 {font-weight:600; color:white; font-size:40px; 
}

.register-form h4 {
	color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    background: var(--color-bluGradient);
    border-radius: 4px;
    padding: 6px 15px;
}

.btn-primary{
	background:#3582f3;
	border:1px solid #3582f3;
}

.pt-50 {padding-top:50px;}

.pricing .plan-card {
    border-radius: 15px;
    background: white;
    text-align: center;
    padding: 35px 20px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: white;
}

.pricing .plan-card .list-price {
    margin-top: 31px;
    font-size: 72px;
    font-weight: 700;
    color: #1a272e;
    letter-spacing: -4px;
}

.pricing .plan-card .tag {
    border: 0px;
    border-radius: 72px;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 16px;
    margin-bottom: 31px;
    color: white;
    background: var(--color-bluGradient);
}

.pricing .plan-card .list-price ~ .plan-card-feature {
    margin-top: 43px;
    text-align: left;
    color: white;
}

.pricing .plan-card .list-price sup {
    font-size: 22px;
    vertical-align: super;
}

.pricing .plan-card .plan-content ~ .link-anime {
    margin-top: 55px;
}

.pricing .plan-card .plan-card-feature li .feature-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.pricing {background:transparent;}

.story-img-right img {max-width:100%; border-radius:16px;}

.partnership-title h2 {
    color: #26aaf7;
    font-size: 36px;
    font-weight: 400;
}

.table-partner {font-size:12px;}

.captcha {
    background: white;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 2px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  background:#209af1;
  width: 3px;
  height: 24px;
  transform: translateX(-50%);
}

  
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


.our-team.v1 .fun-facts li .value {
    color: #347fcd; 
        font-size: 40px;
    }

