

.footer-section .footer-top .footer-widget .social-list li a i {
    font-size: 12px;
}

.footer-section .footer-top .footer-widget .social-list li:hover a {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
}

.footer-section .footer-top .social-list li a {
    color: rgba(255, 255, 255, .5);
    transition: .5s;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-title5 p {
text-align: justify;
}
 

.home2-about-section .about-content .facility-card .content h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px; 
}


.home2-about-section .about-content .facility-card .content p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}

.home2-about-section .about-content .facility-card{
    height: 95px;
}


.home2-about-section .about-img-wrap {
    background-image: url(../img/home5/about-img-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.home2-about-section .about-img-wrap .about-top-img {
    /* margin-top: -90px; */
    position: relative;
}

.home2-about-section .about-img-wrap .about-top-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 10px;
}

.home2-about-section .about-img-wrap .about-top-img img {
    border-radius: 10px;
}

.home2-about-section .about-img-wrap .about-bottom-img {
    min-width: 376px;
    margin-left: -190px;
    margin-bottom: -130px;
    position: relative;
}

.home2-about-section .about-img-wrap .about-bottom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 10px;
}



.home2-about-section .about-img-wrap .about-bottom-img img {
    border-radius: 10px;
}

.home5-testimonal-slider-section .testimonal-slider-wrap .testimonial-slider-area .testimonial-wrapper .testi-content p{
    text-align: justify;
}

.home3-banner-area .home3-banner-wrapper .home3-banner-content-wrap{
    /* height: 90% !important; */
    height: 85vh;
}

.mb-80{
    margin-bottom: 80px;
}

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

.package-card {
    padding: 5px;
}

.package-card .package-card-img-wrap .card-img {
    border-radius: 5px;
}

.package-card .batch {
   bottom: 0px;
   left: 0px;
}

.package-card .package-card-content{
    padding: 0px 15px;
}


.package-card .package-card-content .card-content-bottom {
   padding-bottom: 10px;
}


.feature-card2{
    height: 270px;
}

.feature-card2:hover, .feature-card.style-2:hover {
    background-color: rgb(244, 244, 244);
}


.feature-card2:hover .feature-card-top .icon svg {
    fill: var(--primary-color3);
}

.feature-card2 .feature-card-top .icon svg {
    fill: var(--primary-color3);
    transition: .5s;
}

.feature-card2:hover .feature-card-top .title h4, .feature-card.style-2:hover .feature-card-content h6 {
    color: var(--title-color);
}

.feature-card2:hover .feature-card-content p, .feature-card.style-2:hover .feature-card-content p {
    color: var(--text-color);
}

.feature-card2:hover .feature-card-content p a {
    color: var(--primary-color3);
    font-weight: 800;
}

.feature-card2 .feature-card-content p a {
    color: var(--text-color);
    font-weight: 800;
}

.feature-card2 .feature-card-top .icon img{
height: 50px;
}

.home5-visa-application-section .visa-application-wrapper {
    padding: 40px 7%;
}

.contact_helpful{
    padding: 0px 30px;
}

.feature-card-section .section-title5, .home6-about-section .section-title5 {
    max-width: 100%;
    width: 100%;
}

.feature-card.style-2 {
    height: 280px;
}

.feature-card .feature-card-content p {
   text-align: justify;
}

.feature-card-section .feature-card img{
    height: 40px;
  margin-bottom: 20px;
}

.home4-activity-counter .single-activity .icon-content .icon img{
    height: 80px;
}


.single-activity.two:hover {
    background: transparent;
}

.home6-about-section .feature-img-wrap {
    position: relative;
    width: 100%;
    padding-left: 110px;
}

.home6-about-section .feature-img-wrap .feature-top-img {
    position: relative;
    max-width: 520px;
    width: 100%;
    border-radius: 340px;
}

.home6-about-section .feature-img-wrap .feature-top-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .3);
    border-radius: 340px;
}

.home6-about-section .feature-img-wrap .feature-top-img img {
    border-radius: 340px;
}

.home6-about-section .feature-img-wrap .feature-bottom-img {
    position: absolute;
    max-width: 368px;
    width: 100%;
    border-radius: 300px;
    bottom: 0;
    left: 0;
    border: 9px solid var(--white-color);
}

.home6-about-section .feature-img-wrap .feature-bottom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, .2);
    border-radius: 300px;
}

.home6-about-section .feature-img-wrap .feature-bottom-img img {
    max-width: 368px;
    border-radius: 300px;
    width: 100%;
}