/** Header **/
.header-middle {
    background: #fff;
}
.header-v1 .header-middle > .container {
    padding: 5px 15px;
}
ul#menu-primary li {
    padding: 25px 0;
    margin: 0 15px;
}
ul#menu-primary li a {
    padding: 5px 0px;
    border-bottom: 3px solid transparent;
    margin: 0 15px;
	font-size: 17px;
    font-weight: 500;
	color: #333;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
ul#menu-primary li.current_page_item a, ul#menu-primary li:hover a {
	border-bottom: 3px solid #0b9444;
	color: #0b9444;
	background: transparent;
}
ul#menu-primary ul.dropdown-menu li {
    padding: 5px 0;
    margin: 0;
}
ul#menu-primary ul.dropdown-menu li a {
	border-bottom: none;
	color: #333;
}
ul#menu-primary ul.dropdown-menu li a:hover {
	color: #0b9444;
}

/** Footer **/
#footer {
    background: #222222 url(http://jpro.website-preview.my/wp-content/uploads/2022/01/integrio_home_2_layers_4_1.png)no-repeat top center;
	background-size: cover;
}
#colophon {
    background: #0b9444;
    color: #fff;
    font-size: 13px;
}
.footer-widget {
    font-size: 16px;
	padding-bottom: 15px;
}
#footer h3.widgettitle {
    font-size: 22px;
    font-weight: 500;
	color: #fff;
}
#footer .widgettitle:after {
	background-color: #0b9444;
    width: 35px;
    height: 4px;
    border-radius: 20px;
    margin-top: 10px;
}
.widget_nav_menu ul {
    list-style-type: none;
    padding-top: 10px;
}
.widget_nav_menu ul a {
    color: #fff;	
}
.widget_nav_menu ul a:hover {
	color: #0B9444;
}
.footer-widget .widget_media_image {
    text-align: center;
}


/** Common **/
button:focus, textarea:focus, input:focus {
	outline: none;
}
.title-1 {
    font-size: 40px;
    font-weight: 700;
}
.green-text {
	color: #0B9444;
}
.title-1::after {
    content: '';
    display: block;
    background: #0B9444;
    height: 4px;
    width: 80px;
    border-radius: 20px;
    margin: 5px 0 25px;
}
.title-1.center::after {
    margin: 5px auto 25px;
}

/** Home **/
.about-sec {
    padding: 45px 0;
}

a.cta-btn {
    display: inline-block;
    background: #0B9444;
    color: #fff;
    font-weight: 500;
    padding: 11px 25px;
    border: 1px solid #0B9444;
    border-radius: 40px;
    margin-top: 20px;
}
a.cta-btn:hover {
	background: #fff;
	color: #0B9444;
}
.home2-sec {
	background: #f6f6f6;
    padding: 30px 0 45px;
}
.nav-tabs.qna {
    border: none;
}
.nav-tabs.qna>li {
    margin-bottom: 10px;
    width: 100%;
}
.nav-tabs.qna>li.active>a, .nav-tabs.qna>li.active>a:focus, .nav-tabs.qna>li.active>a:hover, .nav-tabs.qna>li>a:hover {
    color: #fff;
	background: #0b9444;
    border: 1px solid #0b9444;
    border-radius: 6px;
}
.nav-tabs.qna>li>a {
    border: 1px solid #0b9444;
    border-radius: 6px;
    background: #fff;
	text-align: left;
}
.tab-content.qna {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 25px rgb(0 0 0 / 9%);
}
.services-sec {
    padding: 45px 0 55px;
	text-align: center;
}
.servbox {
    background: #fff;
    padding: 20px 15px;
    min-height: 270px;
    border-radius: 6px;
    margin: 20px 0;
    box-shadow: 0 1px 40px rgb(0 0 0 / 11%);
}
.servbox:hover {
	background: #0b9444;
	color: #fff;
}
.serv-icon {
    background: #0b9444;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0 auto 15px;
    padding: 15px;
}
.servbox:hover .serv-icon {
	background: #fff;
	color: #222;
}
.servbox:hover .serv-icon img{
	filter: grayscale(1) brightness(0);
}
.serv-point {
    color: #333;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0;
}
.servbox:hover .serv-point {
	color: #fff;
}
.serv-point::after {
    content: '';
    display: block;
    background: #bababa;
    height: 1px;
    width: 30%;
    margin: 10px auto;
}
.point-wrap {
    display: flex;
    padding-bottom: 15px;
}
.point-num {
    font-size: 26px;
    color: #adadad;
    padding-right: 15px;
    line-height: 1;
}
span.green-tick {
    margin-right: 5px;
    color: #0b9444;
    font-size: 20px;
}

.enquire-sec .nflex-center {
	justify-content: normal;
}
.form-enq-outer {
    padding: 20px 30px;
}
.form-enquiry {
    padding: 15px 30px;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
}
.wpcf7-form input:not([type="submit"]):not([type="reset"]), .wpcf7-form textarea, .wpcf7-form select {
    padding: 9px 20px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
    border-radius: 24px;
}
textarea:focus, input:focus {
	box-shadow: 0 1px 6px rgb(0,0,0,0.1);
}
.btn.btn-default, .wpcf7-submit {
    border: 1px solid #0b9444;
    color: #fff;
    border-radius: 30px;
    background-color: #0b9444;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 35px;
    margin-top: 15px;
    transition: all 0.3s ease 0s;
}
.btn.btn-default:hover, .wpcf7-submit:hover {
    border: 1px solid #0b9444;
    color: #0b9444;
    background-color: #fff;
}
/*REPLACE CF7 INVALID FIELDS ALERT!! */
.wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 1px solid red!important;
}
div.wpcf7-response-output, span.wpcf7-not-valid-tip {
    display: none!important;
}
.wpcf7-spinner {
    display: block;
    margin: 7px auto;
    position: absolute;
    left: 0;
    right: 0;
}

.home-contact-sec {
    padding: 45px 0;
}
.ctbox {
    display: grid;
    grid-template-columns: 85px auto;
    grid-gap: 10px;
	align-items: center;
}
.ct-icon {
    background: #0b9444;
    color: #fff;
    font-size: 38px;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.ct-info {
    font-size: 16px;
    line-height: 1.3;
}
.title-ct {
    color: #333;
    font-size: 17px;
    font-weight: 700;
}
.container-banner {
    position: relative;
}
.page-featured-banner {
    min-height: 250px;
	background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.title-banner-top h1 {
    font-size: 40px;
    font-weight: 700;
}
.container-banner .breadcrumbs {
    text-align: center;
    font-size: 13px;
}
.breadcrumbs a {
    color: #fff;
}

.about-us-sec {
    padding: 45px 0;
}
.vision-sec {
    background: url(http://jpro.website-preview.my/wp-content/uploads/2022/01/about_us_bg-new.jpg) no-repeat top center;
    background-size: cover;
    padding: 35px 0;
    text-align: center;
    color: #fff;
}
.vmbox {
    font-size: 17px;
    margin: 30px 0;
}
.vm-img {
    max-width: 75px;
    margin: 0 auto 10px;
}
.vm-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.director-sec {
    padding: 45px 0;
}
.quote-wrap {
    position: relative;
    margin: 45px 0;
    padding: 0 15px;
}
.quote-wrap::before {
    content: '"';
    position: absolute;
    font-size: 200px;
    line-height: 0;
    color: #E7E7E7;
    left: -2%;
    top: 60px;
    z-index: -1;
}
.quote-wrap::after {
    content: '"';
    position: absolute;
    font-size: 200px;
    line-height: 0;
    color: #E7E7E7;
    right: -2%;
    bottom: -14%;
    z-index: -1;
}
.bnfbox {
    background: #fff;
    padding: 20px 15px;
    min-height: 250px;
    border-radius: 6px;
    margin: 15px 0;
	border: 1px solid #0B9444;
    text-align: center;
    box-shadow: 0 1px 5px rgb(0 0 0 / 2%);
}
.contus-icon {
    background: #0B9444;
	color: #fff;
    height: 70px;
    width: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.contus-point {
    color: #0B9444;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 10px 0 20px;
}
.contus-caption {
    font-size: 16px;
    line-height: 1.4;
}
.ct-info-sec {
    padding: 45px 0;
    background: #f6f6f6;
}
.ct-wrapper {
    max-width: 750px;
    margin: auto;
    padding: 30px 25px;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
}
.title-2 {
    font-weight: 500;
    display: inline-block;
    font-size: 2em;
    line-height: 1.1;
}
.quick-link-wrap {
    text-align: center;
	padding: 10px 0;
}
.quick-link-wrap a {
    color: #0b9444;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
	position: relative;
	border-bottom: 1px solid transparent;
}
.quick-link-wrap a:after {
    content: '';
    background: #000;
    height: 18px;
    width: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.quick-link-wrap a:hover {
	border-bottom: 1px solid #0b9444;
	color: #000;
}
.quick-link-wrap a:last-child:after {
	content: none;
}
.featured-sec {
    background: #0b9444;
    padding: 35px 0;
    text-align: center;
    color: #fff;
}
.feat-box {
    padding: 15px 0;
}
.num-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.number-feat {
    font-size: 60px;
    font-weight: 600;
    margin-right: 10px;
}
.num-img img {
    max-width: 65px;
}
.fcaption {
    font-size: 20px;
    line-height: 1;
}
.form-enquiry-2 {
    text-align: center;
    max-width: 750px;
    margin: auto;
}

@media(max-width: 991px) {
#logo img {
    width: auto;
    max-height: 60px;
}
}

@media(max-width: 767px) {
	
}

@media(max-width: 480px) {
.title-1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}	
}
















