/*
 Theme Name:   Nexta Child
 Theme URI:    https://nexta.themevally.com/
 Description:  Nexta Child Theme
 Author:       Theme-vally
 Author URI:   https://themeforest.net/user/theme-vally
 Template:     nexta
 Version:      1.0.2
*/
/* ================================================= */
/* Header */
.sticky-header {
	padding: 6px 0 !important;
	background: #02561bcc !important;
}
/* Home */
.wn-home-slider .info-box.style-2 {
    display: none;
}
.wn-home-slider .hero-section.style-6 .hero-content .title {
	margin-bottom: 70px;
}
.wn-mission {
	display: inline-block;
	margin-bottom: 15px;
}
.wn-vision {
	display: inline-block;
}
.wn-mission strong, .wn-vision strong {
	color: #FFFFFF;
}
.wn-president-msg-box .about-image-wrapper .about-image img {
	border: 6px solid #C89A38;
}
.wn-president-msg-box .about-image-wrapper .about-single-card, 
.wn-president-msg-box .about-image-wrapper .circle-box {
    display: none !important;
}
.wn-president-msg-box .about-content-wrapper .pt-35.pb-25, 
.wn-president-msg-box .about-content-wrapper .features-list, 
.wn-president-msg-box .about-content-wrapper .feature-list .feature-item .icon {
	display: none !important;
}
.wn-president-msg-box .about-content-wrapper .feature-list {
    flex-direction: column;
    gap: 0 !important;
}
.wn-president-msg-box .about-content-wrapper .title-area.two {
    margin-bottom: 12px;
}
.wn-president-msg-box .about-content-wrapper .wn-br {
	margin-bottom: 12px;
}
.wn-president-msg-box .about-content-wrapper .feature-list .feature-item:nth-child(2) p {
    font-size: small;
}
#wn-presi-msg-space .about-section.style-4 {
    background: #c2df93 !important;
}
#wn-presi-msg-space .about-content-wrapper p.text-gray, #wn-presi-msg-space .about-content-wrapper .title-area.two {
    color: #383838 !important;
}
.project-box-five {
	min-height: 350px !important;
}
.wn-core-values .project-section.style-5::before {
    background: #02561B !important;
}
.wn-core-values-box .process-section.style-2 .process-thumb .video-box {
    display: none !important;
}
.wn-our-objectives a.service-btn {
    display: none !important;
}
.wn-our-objectives .service-box-five .inner-box .text {
	margin-bottom: 0 !important;
}
/* About Us */
.wn-home-about .about-section .row .col-lg-6:nth-child(1) img {
    border-radius: 38px;
}
/* Footer */
.footer-top.space {
    padding: 60px 0 30px !important;
}
/* =============================== */
/* ======== Media Queries ========*/
/* =============================== */
/* min-768 */
@media screen and (min-width: 768px) {
	.wn-our-objectives .service-box-five .inner-box {
		height: 370px;
	}
}
/* max-767 */
@media screen and (max-width: 767px) {
	.header-style7 .main-wrapper {
        padding: 4px 12px 23px !important;
	}
	.header-logo {
		padding: 0 !important;
    }
	.header-logo a img {
		max-width: 90px !important;
	}
	.mobile-menu-wrapper .mobile-logo {
     padding: 8px 20px !important;
	}
	.mobile-menu-wrapper .mobile-logo img {
    	width: 160px !important;
	}
	.header-style7 .main-wrapper, .header-style7 .main-wrapper .menu-area {
    	background-color: #C89A38 !important;
	}
	.wn-home-slider .hero-section.style-6 .hero-content .title {
		margin-bottom: 40px;
	}
	.wn-home-slider .bg.image img {
		object-position: right;
	}
	.sidebar-btn {
    	background: #FFFFFF !important;
	}
	.hero-section.style-6 .hero-content {
        padding: 120px 0 0 !important;
    }
	.hero-section.style-6 .hero-content .theme-btn {
        margin-bottom: 0 !important;
    }
	.mobile-menu-wrapper .menu-toggle {
		border: 2px solid #c2df93 !important;
		color: #c2df93 !important;
		line-height: 32px !important;
	}
	.mobile-menu {
    	padding-bottom: 10px !important;
    	margin-bottom: 20px !important;
		border-bottom: 2px solid #c2df9380 !important;
	}
	.breadcrumb-section {
		padding: 120px 0 0 !important;
	}
}