.sp1 {
  padding: 130px 0 100px;
}

.sp2 {
  padding: 120px 0;
}
.sp3 {
  /* padding: 100px 0; */
   padding: 50px 0;
}
.sp4 {
  padding-bottom: 100px;
}

.sp5 {
  padding-bottom: 100px;
}
.pt-90 {
  padding-top: 90px;
}

.space4 {
  height: 4px;
}

.df1-sp {
  padding: 100px 0px 140px 0;
}

.space6 {
  height: 6px;
}

.space28 {
  height: 28px;
}

.space8 {
  height: 8px;
}
.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}


.space24 {
  height: 24px;
}

.space32 {
  height: 32px;
}

.space10 {
  height: 10px;
}
.space5 {
  height: 5px;
}
.space5 {
  height: 5px;
}
@media (max-width: 769px) {
  .space10 {
    height: 5px;
  }
  .sp5 {
    padding-bottom: 50px;
  }

  .sp4 {
    padding-bottom: 50px;
  }

  .df1-sp {
    padding: 5px 0px 50px 0;
  }
  .sp3 {
    /* padding: 50px 0; */
     padding: 30px 0;
  }
}

.space20 {
  height: 20px;
}
@media (max-width: 767px) {
  .space20 {
    height: 10px;
  }
}

.space30 {
  height: 30px;
}
@media (max-width: 767px) {
  .space30 {
    height: 15px;
  }
}

.space40 {
  height: 40px;
}
@media (max-width: 767px) {
  .space40 {
    height: 20px;
  }
}

.space50 {
  height: 50px;
}
.space45 {
  height: 45px;
}
@media (max-width: 767px) {
  .space50 {
    height: 25px;
  }
}

.space60 {
  height: 60px;
}

.space55 {
  height: 55px;
}

.space70 {
  height: 70px;
}

.img50 {
  border-radius: 50%;
}
.img50 img {
  border-radius: 50%;
}

.img-5-top img {
  border-radius: 5px 5px 0px 0px;
}
.img-5-top {
  border-radius: 5px 5px 0px 0px;
}

.space80 {
  height: 80px;
}

.space90 {
  height: 90px;
}

.space100 {
  height: 100px;
}


.logo_cont{
    width:180px;
}

header.main-header{
            background: -webkit-linear-gradient(top, #260633 0%, #260633 100%);
}
.contact-now-box-content h3 a{
    color:#fff;
}
.contact-now-box-content p{
    color:#fff;
}

.topbar-social-icons ul li a {
   color: #fff;
}
.topbar-social-icons ul li:last-child{
     color: #fff;
}
.main-menu ul li a{
    color:#fff;
}




.feature {
    padding: 80px 0 50px;
}

.cr-feture {
    position: relative;
}
.ul_li_between {
    justify-content: space-between;
}
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cr-feture::before {
    position: absolute;
    content: '';
    left: 0;
    top: 42%;
    height: 1px;
    width: 100%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #f5fbff 5%, #9ad2ff 51.52%, #f5fbff 95%);
}
.cr-feature-wrap {
    margin-top: 30px;
    position: relative;
}
.cr-feature-item {
    max-width: 378px;
    margin-bottom: 90px;
}
.cr-feature-item .xb-item--inner {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cr-feature-item .xb-item--icon {
    z-index: 1;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.cr-feature-item .xb-item--icon:before, .cr-feature-item .xb-item--icon::after {
    position: absolute;
    content: '';
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: inherit;
    background: #f5fbff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.cr-feature-item .xb-item--icon::after {
    top: -4px;
    z-index: -2;
    background: #f17400;
}
.cr-feature-item .xb-item--holder {
    flex-basis: 0;
    flex-grow: 1;
}
.cr-feature-item .xb-item--title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    
}

.citizenship_residency h1, .citizenship_residency h2, .citizenship_residency h3, .citizenship_residency h4, .citizenship_residency h5, .citizenship_residency h6 {
    letter-spacing: -0.03em;
    color: var(--color-heading-two);
}
.cr-feature-wrap:not(:first-child)::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 74%;
    width: 1px;
    background: linear-gradient(180deg, #f5fbff 0%, #9ad2ff 47.62%, #f5fbff 100%);
}

.cr-feature-item:hover .xb-item--icon img {
    transform: rotateY(180deg);
}
.cr-feature-item:hover .xb-item--icon::before {
    height: 0;
}


/* --------------------------------------------------------------- */

.cr-feture {
    position: relative;
}
.ul_li_between {
    justify-content: space-between;
}

.single-content__feature {
    margin: 0 -15px;
    margin-bottom: 50px;
}
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-content-feature {
    width: 50%;
}
.single-content-feature .xb-item--inner {
    background-color: #fff;
    border: 1px solid #EDF3F5;
    margin: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 25px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul_li {
    justify-content: flex-start;
}

.single-content-feature .xb-item--icon {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(254, 108, 63, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.single-content-feature .xb-item--title {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.6px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.single-content-feature .xb-item--inner.color-2::before {
    background-color: #1496F8;
}
.single-content-feature .xb-item--inner.color-4::before {
    background-color: #FFBD0F;
}
.single-content-feature .xb-item--inner.color-3::before {
    background-color: #00CC99;
}
.single-content-feature .xb-item--inner::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 47px;
    background-color: #FE6C3F;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}
@media only screen and (max-width: 767px){
	.cr-feature-item{
		    margin-bottom: 40px;
	}

  .cr-feature-wrap{
     margin-top: 0px;
  }
  .feature{
        padding: 60px 0 10px;
  }
  .single-content-feature{
    width: 100%;
  }
  .single-content-feature .xb-item--title{
    font-size: 16px;
  }
}
/* ------------------------------------------------ */

.contact-icon-box2{
    display: flex;
    margin-bottom: 6px;
}
.contact-icon{
    color:#fff;
    margin-right: 10px;
}
.contact-icon-h a {
    color:#fff;
}
.footer-newsletter-box{
    font-size: 18px;
}
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: #fff;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    position: fixed;
    bottom: 30px;
    left: 18px;
    z-index: 999;
}
.whatsapp-btn i {
    font-size: 32px;
}