/*
Theme Name: NCAU
Theme URI: https://wp-themes.com/twentytwenty
Author: WAD
Author URI: https://childthemewp.com
Description: Twenty Twenty child theme for NCAU.
Template: twentytwenty
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: NCAU
*/
/* Font Family start */
@font-face {
	font-family: 'Poppins';
	src: local('Poppins Medium'), local('Poppins-Medium'),
		url('fonts/Poppins-Medium.woff2') format('woff2'),
		url('fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
		url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
		url('fonts/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: local('Poppins Medium'), local('Poppins-Medium'),
		url('fonts/Poppins-Medium.woff2') format('woff2'),
		url('fonts/Poppins-Medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root{
	--green:#005b9e;
	--dgreen:#0f3d5f;
/* 	--lgreen:#cdca9f; */
	--lgreen:#005b9e;
}
/* Font Family End */
* {
	letter-spacing: normal;
}

body,
p,
ul li,
ol li {
	font-family: 'Poppins';
	font-size: 15px;
	
}
.single-services p{
	font-size:15px;
}
ul,
ol {
	margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #fff !important;
	font-size: 14px !important;
	height: 53px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border: 1px solid #0c3a5d !important;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 12px;
}

#site-header .header-inner,
.new-container,
footer .footer-credits {
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px;
}

#site-header {
	background: transparent;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-top: 15px;
	z-index: 1;
}

.site-logo img {
	max-height: 15rem;
}

.site-logo.faux-heading {
	margin-left: 0;
}

.header-navigation-wrapper {
	position: relative;
	flex-direction: column;
	align-items: flex-end;
}

.header-navigation-wrapper .header-toggles {
	display: none !important;
}

.header-top-section {
	display: flex;
	place-items: center;
	column-gap: 24px;
}

a.book-button {
	background: var(--green);
	color: #fff;
	font-size: 14px;
	padding: 10px 27px;
	border-radius: 20px;
}

a.book-button:hover {
	color:  #fff;
	background:var(--dgreen);
}

.n2-ss-slider-controls .n2-bullet:hover {
	padding: 6px !important;
}

.head-phone a {
	color: var(--green);
	font-weight: 400 !important;
	font-size: 14px;
	letter-spacing: normal;
}

.head-phone a:hover,
.head-phone a i {
	color: var(--green);
}

.head-phone a i {
	font-size: 18px;
	position: relative;
	top: 4px;
	right: 3px;
}

.head-social-ic {
	display: flex;
	column-gap: 17px;
}

.head-social-ic a {
	color: var(--green);
	font-size: 20px;
}

.head-social-ic a .fa-instagram,
.head-social-ic a .fa-linkedin-in {
	font-size: 22px;
}

/* Navigation modify start */
nav.primary-menu-wrapper {
	margin-top: 27px;
}

.primary-menu-wrapper a {
	color: var(--green) !important;
	font-size: 15.5px;
	font-weight: 500 !important;
	letter-spacing: normal;
	text-decoration: none !important;
	text-transform: capitalize;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    background: var(--green);
    color: #fff;
    border: none;
    padding: 7px 10px;
    margin-top: 10px !important;
    margin-left: 0px;
    font-size: 13px;
    margin-bottom: 10px !important;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
.primary-menu-wrapper a:hover,
.primary-menu-wrapper li.current-menu-item a {
	color: var(--dgreen) !important;
}
body:not(.overlay-header) .primary-menu > li > .icon{
	color: var(--dgreen) !important;
}
.primary-menu .sub-menu li a {
	color: #fff !important;
}

.primary-menu .sub-menu li a:hover {
	color: var(--lgreen) !important;
}

/* Navigation modify end */
ul.service-list {
	padding: 0px;
	margin: 10px 0 0 0px;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

ul.service-list>li {
	margin: 0px;
	text-align: center;
}

.service-list .service-img {
	height: 320px;
	margin-bottom: 20px;
}

.service-list .service-img * {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 8px;
}

.service-heading h3 {
	font-family: 'Montserrat';
	font-size: 24px;
	text-align: center;
	min-height: 60px;
	margin-bottom: 15px;
}

.service-list .service-data {
	/*font-size: 12px;*/
	text-align: center;
	color:#4b4b4b;
}

a.service-but {
	background: var(--green);
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 40px;
	text-decoration: none !important;
	display: inline-block;
	margin-top: 30px;
	border-radius: 20px;
}

a.service-but:hover {
	background: var(--dgreen);
}

.treat-tab p {
	font-size: 13.5px;
}

.treat-tab h3.elementor-heading-title {
	min-height: 36px;
}

.testimonials-slider-wrapper {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	margin: 15px 15px;
}

.testimonials-slider-wrapper {
    box-shadow: 0px 0px 20px rgb(132 125 33 / 59%);
}
.new-t-slider .slick-track {
	display: grid !important;
	grid-auto-flow: column;
	margin-block: 25px;
}

button.slick-arrow {
	display: none !important;
}

ul.slick-dots {
	margin: 10px auto 0 auto;
	display: flex;
	list-style-type: none;
	place-content: center;
}

ul.slick-dots li {
	margin: 0 10px;
}

ul.slick-dots li button {
	font-size: 0px;
	width: 12px;
	height: 12px;
	background: #c2c2c2;
	border-radius: 50px;
}

ul.slick-dots li.slick-active button {
	width: 17px;
	height: 17px;
	background: #8e8e8e;
}

.testimonials-content-wrapper {
	display: flex;
	flex-direction: column;
	place-items: center;
	text-align: center;
}

.testimonials-content-wrapper img.excld {
	margin: 0 auto 18px auto;
}
b, strong {
    font-weight: 500 !important;
}
.testimonial_images {
	display: flex;
	place-content: center;
	margin-top: 10px;
}

.new-t-slider .testimonials-content-wrapper p {
	height: 90px; color:#4b4b4b;
}

.testimonial_author h3 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-top: 8px;
}

ul.rp-list {
	margin: 0px;
	list-style-type: none;
}

ul.rp-list.blg-list {
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	display: grid;
	gap: 30px 25px;
}

.blg-list img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

ul.rp-list li {
	margin: 0px;
}
.page-id-877 ul.rp-list li{
		max-width:50%;
}
ul.rp-list li img {
	border-radius: 8px;
}

.rp-date {
	height: 24px;
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/calender.png) no-repeat;
	padding: 0 0 0 35px;
	line-height: 26px;
	color: var(--green);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.rp-comment {
	height: 24px;
	background: url(https://ncau.com.au/wp-content/uploads/2025/06/comments-icon-new3.png) no-repeat;
	padding: 0 0 0 35px;
	line-height: 26px;
	color: var(--green);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.rp-content-wrapper {
	padding: 0 20px;
	margin: 20px 0 0 0px;
}

.rp-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

a.rp-post-title {
	font-size: 20px;
	color: var(--green);
	font-weight: 700 !important;
	margin: 0 0 15px 0px;
	display: block;
}

.rp-content {
	font-size: 14px;
	color: #4b4b4b;
}

a.post-readmore {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500 !important;
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/next-arrow.png) no-repeat;
	background-position: right 17px center;
	max-width: 110px;
	margin-top: 14px;
}

a.post-readmore:hover {
	background-position: right 0px center;
}

.rp-double-post ul.rp-list li:nth-child(1) {
	display: none !important;
}

.rp-double-post li.rp-post-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 30px;
}

.rp-double-post .rp-img {
	height: 288px;
	padding-right: 30px;
}

.rp-double-post .rp-img img.nopin {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.rp-double-post .rp-content-wrapper {
	padding: 0px;
}

.rp-double-post .rp-date,
.rp-double-post .rp-comment {
	font-size: 14px;
}

.wpcf7-form .double-element p {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.c-form {
	max-width: 830px !important;
	margin: 0 auto;
}

.t-field {
	/*border: none !important;*/
	outline: none !important;
	font-family: 'Poppins';
	font-size: 14px !important;
}

.c-submit {
	background: var(--green) !important;
	color: #fff !important;
	font-size: 14px !important;
	padding: 15px 50px !important;
	font-weight: 400 !important;
	margin: 20px auto 0 auto !important;
	display: block !important;
	text-decoration: none !important;
	border-radius: 25px !important;
}

.c-submit:hover {
	background: var(--dgreen) !important;
}

textarea.t-field {
	height: 100px;
}

.footer-top {
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/footer-bg.png) no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 130px 0 50px 0px;
	border: none;
}

.footer-top .new-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.footer-left .wp-caption-text {
	display: none;
}

.footer-left figure,
.footer-left figure * {
	max-width: 190px;
	margin: 0px;
}

ul.footer-new-social {
	margin: 10px 0 0 60px;
	list-style-type: none;
	display: flex;
	column-gap: 20px;
	width: 110px;
	justify-content: center;
}

ul.footer-new-social li {
	margin: 0px;
}

.footer-new-social a {
	color: #fff;
	font-size: 18px;
}

.footer-new-social a:hover {
	color: var(--green);
}

h2.footer-menu-title,
h2.footer-right-title {
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500 !important;
	letter-spacing: normal;
	margin-bottom: 20px;
}

.footer-menu-style .menu,
.footer-new-address {
	margin: 0px;
	list-style-type: none;
}

.footer-menu-style .menu li,
.footer-new-address li {
	margin: 0 0 11px 0px;
}

.footer-menu-style .menu li a,
.footer-new-address li a {
	color: #fff;
	text-decoration: none !important
}

.footer-menu-style .menu li a:hover,
.footer-menu-style .menu li.current-menu-item a,
.footer-new-address li a:hover {
/* 	color: var(--lgreen); */
	color: #fff;
}

.footer-new-address li.add {
	color: #fff;
}

.footer-new-address li.add span {
	display: block;
	margin-bottom: 5px;
}

.footer-new-address li.add {
	color: #fff;
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/location.png) no-repeat;
	padding: 0 0 0 30px;
}

.footer-new-address li.phone {
	color: #fff;
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/phone.png) no-repeat;
	padding: 0 0 0 30px;
}

.footer-new-address li.email {
	color: #fff;
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/email.png) no-repeat;
	padding: 0 0 0 30px;
}

.footer-new-address li.website {
	color: #fff;
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/web-1.png) no-repeat;
	padding: 0 0 0 30px;
}

.footer-top+.section-inner {
	background: #094d7f;
	width: 100% !important;
	max-width: 100%;
	padding: 22px 0px;
	text-align: center;
}

footer {
	padding: 0px !important;
}

p.footer-copyright {
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
}

p.footer-copyright a {
	color: #fff !important;
	font-weight: 600;
}

#site-footer {
	margin-top: -120px;
	z-index: 1;
	position: relative;
	background: transparent;
}

.inner-header-title span {
	color: var(--dgreen);
}

.testimonial_images {
	width: 65px;
	height: 64px;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 auto;
}

.testimonial_images img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.toggle.nav-toggle.mobile-nav-toggle span.toggle-icon {
	background: url(https://ncau.com.au/wp-content/uploads/2025/05/nav-ic.png) no-repeat;
	width: 38px;
	height: 28px;
	background-size: contain;
}

.innerBanner {
	position: relative;
}

.Bannercont {
	position: relative;
	padding: 310px 15px 130px 15px;
	text-align: center;
}

.ban-image img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	height: 100%;
	object-position: bottom;
}

.Bannercont .ban-title {
	font-size: 40px;
	text-wrap: balance;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
}

/* Posts */
.recent-athor-meta p * {
	color: var(--blck) !important;
	font-weight: 500 !important list-style:none;
}

.recent-athor-meta p svg {
	width: 24px;
	color: var(--green) !important;
	fill: var(--green);
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px
}

.recent-athor-meta {
	margin-bottom: 35px !important
}

.recent-athor-meta p {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0 !important
}

.posts-title {
	font-size: 31px;
	margin: 20px 0 22px !important;
	text-transform: capitalize;
	line-height: 1.1;
	font-weight: 600;
}

.comment-reply-title {
	font-size: 26px !important;
	text-align: left !important;
	color: var(--red);
	padding-top: 30px;
	margin-bottom: 20px
}

p.comment-form-comment {
	margin-top: 20px
}

.comment-respond p:not(.comment-notes) {
	max-width: 100%;
}

.comment-notes,
.logged-in-as {
	text-align: left !important
}

.post-alignment {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: var(--kan), sans-serif !important
}

.prev-posts a div {
	display: flex;
	align-items: center
}

.section-inner.small,
.section-inner.thin,
.comment-content p {
	max-width: 100% !important;
	font-family: var(--kan), sans-serif !important;
}

.comment-respond p:not(.comment-notes),
.section-inner.thin,
{
max-width: 100% !important;
font-size: 15px;
}

.comment-body {
	position: relative;
	left: 80px;
}

form#commentform {
	margin-top: 10px !important;
	display: inline-block;
	width: 100%;
}

.comment-reply-link {
	background-color: var(--blue) !important;
	color: var(--wht) !important;
}

.blogPostnSection :is(h2, h3, h4, h5) {
    font-size: 25px;
    margin: 15px 0 22px;
    margin-top: 30px;
}

hr.styled-separator.is-style-wide {
	display: none;
}

.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
	margin: 0;
}

.blogPostSection-new.prd-left {
	max-width: 900px;
	padding: 30px;
	margin: 60px auto;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.single-post #site-footer {
	margin-top: 1px
}

.recents-post-thumb img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
	display: block;
	margin-bottom: 20px;
	border-radius: 3px;
}

.comment-respond #submit {
	padding: 11px 27px;
	font-size: 16px;
	text-transform: capitalize;
	background: var(--green);
	text-decoration: none !important;
	border-radius: 25px;
	/* 	border:none !important; */
}

.comment-respond #submit:hover {
	color: #000;
	background: #fff;
}

.post-alignment a {
	color: var(--green);
}

#commentform input,
#commentform textarea {
	border: 1px solid #cdcdcd !important;
}

#commentform input:focus,
#commentform textarea:focus {
	border: 1px solid var(--green) !important;
	outline: none;
}


.jobpoststit-cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	align-items: center
}

.job-tit {
	font-weight: 700;
	font-size: 27px;
	color: var(--green);
	text-align: left;
}

.jobposts-block {
	border: 1px solid #ededed;
	padding: 25px;
	max-width: 980px;
	border-radius: 20px;
	margin: 0 auto;
	box-shadow: rgba(100, 100, 111, .2)0 7px 29px;
	background-color: #fff;
}

.jobposts-block+.jobposts-block {
	margin-top: 30px
}

.apply-now-button {
	font-size: 15px;
	padding: 15px 28px;
	text-decoration: none !important;
	background: var(--green);
	text-transform: uppercase;
	transition: all 0.3s ease;
	border: 1px solid var(--green);
	font-weight: 600;
	color: #fff;
	/*display: inline-block;*/
	display: block;
	border-radius:24px;
}

.apply-now-button:hover {
	background: transparent !important;
	color: var(--green);
}

.wpcf7 {
	margin-bottom: 80px;
}

.frm-pop .wpcf7 {
	margin-bottom: 0px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	/*width: min(700px, 100%);*/
	margin: auto;
	background-color: #909090;
	color: #fff;
	border: 0px;
}

.jobposts_content ul {
	margin: 10px 0 20px !important;
	
}

.jobposts_content li {
	font-size: 14px !important;
	position: relative;
	padding-left: 18px !important;
	/*color: #1e1d1d !important;*/
	color:#4b4b4b !important;
	padding-bottom: 5px !important;
	list-style: none;
	margin-left: 8px;
}

.jobposts_content ul li:before {
	/*width: 15px;
	height: 15px;*/
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #f62e4f;
	position: absolute;
	left: 0;
	top: 8px;
	content: ''
}

.modal-st {
	position: fixed;
	left: 25px;
	right: 25px;
	top: 0;
	z-index: 4000;
	display: none;
	bottom: 30px;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .6s;
	animation-name: animatetop;
	animation-duration: .6s
}

.job-contact span.wpcf7-not-valid-tip {
	color: #fff;
	margin-top: 4px;
}

.frm-pops {
	position: relative;
	width: min(600px, 92%);
	margin-inline: auto;
	background-color: var(--green);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 40px;
	box-shadow: -1px 3px 13px rgb(0 0 0 / .1);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
	color: #fff;
	margin-bottom: auto;
	margin-top: auto;
	/* 	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	margin: 20px auto;
}

.heading-style {
	font-size: 28px;
	margin: 0 0 20px
}

.modal-st::-webkit-scrollbar {
	width: 2px
}

.modal-st::-webkit-scrollbar-track {
	background: 0 0
}

.modal-st::-webkit-scrollbar-thumb {
	background: #888
}

* add animation */ @-webkit-keyframes animatetop {
	from {
		top: -20%;
		opacity: 0;
	}

	to {
		top: 0%;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -20%;
		opacity: 0
	}

	to {
		top: 0%;
		opacity: 1
	}
}

.modal-bg {
	background: rgb(0 0 0/84%);
	zoom: 1;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	width: auto !important;
	overflow-x: hidden !important
}

.modal-st .close {
	color: #fff !important;
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 12px;
	font-weight: 700;
	cursor: pointer
}

.job-contact .forms-row {
	grid-template-columns: repeat(auto-fit, minmax(213px, 1fr));
	display: grid;
	gap: 20px
}

.form-contact>* {
	margin-top: 30px
}

.frm-pop .form-send {
	background-color: #fff !important;
	color: var(--green) !important;
	font-size: 14px;
	padding: 16px 28px;
	margin-top: 8px;
	text-decoration: none !important;
	border-radius: 25px;
}

.job-contact input:not(.form-send, .fileattach),
.job-contact textarea {
	padding: 14px !important;
	font-size: 15px;
	line-height: 1.1 !important;
	height: auto !important;
}

.job-contact br {
	display: none;
}

.fileattach {
	color: #fff;
	display: block;
	visibility: unset !important;
}

.job-contact input:not(.form-send, .fileattach):focus,
.job-contact textarea {
	border-color: transparent !important;
	outline: none !important;
}

.jobposts_content {
	text-align: left;
}
.testimonial-list .testimonials-slider-wrapper{
	margin-bottom:30px;
}
.ul ul{
	margin-top:18px;
}
.ul p{
	margin-bottom:8px;
}
.rp-img img{
	width:100%;
}
.comment-author a{
	text-decoration:none !important;
}
/********************** 160625 Tulika ***********************/

.testimonials_content p{
	color:#4b4b4b;
}
div#n2-ss-2 .n2-style-e05ef5eac666f26c8711f14aef8a0fed-dot.n2-active{
	padding: 6px 6px 6px 6px !important;
}
.primary-menu .current_page_ancestor{
	text-decoration:none;
}
ul.sub-menu li.current-menu-item a {
    color: var(--lgreen) !important;
}
.jobposts_content{
	margin:0 0 20px;
}
.single-testimonials .inner-pages {
	padding: 190px 15px 150px 15px;
}
/* Responsive Start */
@media (min-width: 1000px) {}

@media only screen and (max-width: 999px) {
	button.toggle.search-toggle.mobile-search-toggle {
		display: none !important;
	}

	.toggle.nav-toggle.mobile-nav-toggle span.toggle-icon svg,
	.toggle.nav-toggle.mobile-nav-toggle span.toggle-text {
		display: none !important;
	}

	.rp-img img.nopin {
		width: 100%;
	}

	.rp-double-post li.rp-post-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.rp-double-post .rp-img {
		height: auto;
		max-height: 560px;
		padding-right: 30px;
	}

	.about-section img {
		width: 100%;
		height: auto;
		max-height: 100%;
	}

	.rp-double-post .rp-img {
		padding-right: 0px;
	}

	.toggle-text {
		display: none !important;
	}

	.menu-modal-inner.modal-inner {
		background: #0b3859;
	}

	.modal-menu>li>a,
	.modal-menu>li>.ancestor-wrapper>a {
		font-weight: 400;
		font-size: 18px !important;
		color: #fff;
		text-decoration: none !important;
	}

	.modal-menu li.current-menu-item>.ancestor-wrapper>a {
		color: var(--green) !important;
	}

	.header-footer-group,
	body:not(.overlay-header) #site-header .toggle,
	.menu-modal .toggle {
		color: #ffffff !important;
	}

	.social-icons a {
		background-color: transparent !important;
	}

	.menu-modal nav * {
		border-color: #25577b !important;
	}
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 767px) {
	ul.service-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.wpcf7-form .double-element p {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}

	.footer-top .new-container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px 30px;
	}

	.rp-content-wrapper {
		padding: 0 10px;
		margin: 20px 0 0 0px;
	}

	ul.rp-list li {
		margin-bottom: 20px;
	}

	ul.rp-list.blg-list {
		display: block;
	}

	.frm-pops {
		padding: 25px 20px;
	}

	ul.footer-new-social {
		width: 65px;
		justify-content: center;
	}

	.jobpoststit-cont {
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}

	.job-tit {
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}


}

@media only screen and (max-width: 640px) {
	.footer-top .new-container {
		grid-template-columns: repeat(1, 1fr);
		place-items: center;
		text-align: center;
	}

	.footer-new-address li.add,
	.footer-new-address li.phone,
	.footer-new-address li.email,
	.footer-new-address li.website {
		padding: 30px 0 0 0px;
		background-position: top center;
	}
	.page-id-877 ul.rp-list li{
		max-width:100%;
    }
}

@media only screen and (max-width: 480px) {
	.site-logo img {
		max-height: 18rem;
	}

	.treat-gread {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}