/*
Theme Name: Nisoz Child
Author: Niranjan
Description: My custom child theme based on Nisoz
Version: 1.0
Template: nisoz

This is the child theme for Nisoz theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*mobile header logo*/
@media screen and (max-width: 480px)
	{
		.default-header__logo img{
	    max-width: 80%;
 }

}
.main-menu-no-top{
	background-color: #fff;
}

/*nav bar*/
.main-menu, .main-menu__list a{
    text-decoration: none;
}
.mobile-nav__content a{
    text-decoration: none; 
}

/*why choose agency?*/
.choose-one__content__list li {
    color: var(--nisoz-white);
    border: 1px solid var(--nisoz-white);
}
/*Let’s start working together. Get in touch with us!*/
.cta-two .section-title__title {
    color: var(--nisoz-white);
}

/*about*/
.about-one__fact__icon, .about-one__fact__count, .about-one__fact__title, .about-one__box__icon, .testimonial-one__icon, .portfolio-one__read-more, .fact-one__item__icon, .choose-one__fact__icon, .blog-one__date span,.choose-two__box__icon,.choose-two__content__icon,.team-one__item__links,.nisoz-btn,.contact__box__icon,.services-details__banner__title,.icon-pdf-file,.services-details__services-title{
   color: var(--nisoz-white);
}

/*accrodion faq*/
.accrodion-one__wrapper .accrodion-title h4::before{
    color: var(--nisoz-white);
}
.accrodion-one__wrapper .accrodion.active .accrodion-title h4::before{
    color: var(--nisoz-white);
}

.client-carousel .client-carousel__one .client-carousel__one__item img{
    opacity: 1;
}
.client-carousel .client-carousel__one .client-carousel__one__item:hover{
    background: transparent;
}
/*price table*/
.pricing-one .pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn span{
   color: var(--nisoz-white);
}
.scroll-top::after{
    color: var(--nisoz-white);
}
.pricing-one .pricing-one__item .nisoz-btn:hover{
    color: var(--nisoz-white);
}
.pricing-one .pricing-one__item:hover .pricing-one__item__name{
    color: var(--nisoz-white);
}
.page-header__breadcrumb li a{
    text-decoration: none;
}
.contact-two__box__icon{
    color: var(--nisoz-white);
}
.main-slider-three__carousel.owl-carousel .owl-nav{
    display: none;
}