/**
        * Theme Name: NT Minfox Child
        * Description: This is a child theme of NT Minfox, generated by Merlin WP.
        * Author: <a href="http://ninetheme.com/minfox">Ninetheme</a>
        * Template: nt-minfox
        * Version: 1.4.9
        */
        
    .overlay {
    background: #32c4c159 !important;
}


span.minfox.wow.fadeInUp {
    font-size: 28px;
	text-transform: capitalize;
  } 
}

.overlay {
    background: #32c4c159 !important;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #000;
    background-color: #32c4c1;
}
.navbar-default.shrink {
    background: #32c4c1;
}

.navbar-brand {
		margin-top: -36px;
}

.navbar-brand>img{
	padding-top: 10px;
}

.navbar-default{
	     margin: 30px 0;
}

.navbar-default.shrink {
    padding: 25px 0;
}

.section-header {
    margin-bottom: 50px;
}

.price-table {
    min-height: 600px;
}

.widget ul li {
    color: #868686;
    font-size: 14px !important;
}

.footer .links ul li:before{
    display: none;
}


.navbar-default .navbar-nav>li.active>a {
    color: inherit;
    background-color: #32c4c1 !important;
}

html {
  scroll-behavior: smooth;
}

a.btn-price {
    display: none;
}


.price-cent {
    padding-top: 10px;
}

.pricing .price-table .content ul li{
    padding: 10px 0;
}


.testimonials .user{
    width: 350px;
}


.footer {
    background: #f7f7f7;
}


.footer p {
    margin: 10px 0;
}

.footer .copyright {
    margin-top: 20px;
    padding: 20px 0;
}

.custom-our-team .col-md-3 {
    width: 50%;
}
.custom-our-team .team {
    width: 50%
}
.custom-our-team .team {
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .custom-our-team .team {
        width: 100%
    }
}
@media only screen and (max-width: 480px) {
    .custom-our-team .col-md-3 {
        width: 100%;
    }
}

