.home.logged-in.admin-bar {
  padding-top: 32px;
}
@media(max-width: 1280px){

	.navbar-toggler {
	  background: #3a526a;
	  color: #fff;
	  padding: 5px 10px;
	}
	section.top-header .top-header-social ul li a{
		font-size: 16px;
	}
	.navbar.navbar-expand-md{
		display: flex;
		flex-flow: row wrap;
	}
	.navbar.navbar-expand-md>a{
	  width: 189px;
	}
	.navbar.navbar-expand-md>.wrap{
		width: calc(100% - 189px);
		display: flex;
		flex-flow: row wrap;
		justify-content: end;
	}
	.navbar.navbar-expand-md a img, .foot-about-us img {
	  max-width: 100%;
	  width: 100%;
	}
	
	section.bottom-header div#main-menu ul li a {
		padding: 0px;
		padding-left: 17px;
		margin-left: 7px;
	}

	.step-col h1 {
	  font-size: 40px;
	}
	.step-col .badge {
	  margin-right: -64px;
	  width: 30px;
	  height: 30px;
	}
	.step-col .badge img {
	  width: 16px;
	  height: 16px;
	}
	.step-col strong {
	  font-size: 16px;
	}
	.step-col p {
	  font-size: 12px;
	  margin: 10px;
	  margin-top: 5px;
	  margin-bottom: 0px;
	}
	.step-wrapper {
	  border-bottom-left-radius: 5em;
	  border-top-right-radius: 5em;
	}

	.heading-content h1 {
	  font-size: 73px;
	}
	.heading-content h2 {
	  font-size: 23px;
	}
	.neel-testimonial-review h2 {
	    margin-bottom: 0px;
	    font-size: 17px;
	}

	.neel-testimonial-review p {
	    font-size: 14px;
	    margin-top: 7px;
	}

	.neel-testimonial-review {
	    border-bottom-left-radius: 5em;
	    border-bottom-right-radius: 5em;
	    border-top-left-radius: 5em;
	}
	section.contact-hero {
	    margin: 4em 0 0em 0;
	}
}
/*1280px*/


/* 1100px */
@media(max-width:1100px){
	section.contact-page .malaysia-image img {
		width: 100%;
		height: 80px;
		padding: 0 10px 0 0;
	}

	section.contact-page .malaysia-image {
		width: 25%;
	}

	section.contact-page .malaysia-info {
		width: 75%;
	}

	section.contact-page .contact-details {
		padding: 80px 20px;
	}
	section.contact-page .contact-col .contact-form{
		padding: 33px 20px;
	}
	
	section.our-services .our-service-box h2 {
		font-size: 15px;
	}
	section.our-services .our-service-box p {
		font-size: 12px;
	}
	section.neelkamal-slider .neelkamal-slider-content {
	    width: 50%;
	}
	section.neelkamal-slider .owl-dots {
	    bottom: 45px;
	}
}

/* 1100px */
@media(max-width: 980px){
	.contact-box {
	    padding: 5em 20px;
	}
	img.side-path-left{
		opacity:0.2 !important;
	}

	.contact-info-box {
	    border-top-left-radius: 5em;
	}
	section.bottom-header div#main-menu ul li a{
		font-size: 12px;
	}
	.current-menu-item a::before {
		height: 28px;
	}
	.current-menu-item a::after{
		top: 3px;
	}

	#step-sec {
	  flex-flow: row wrap;
	}
	.step-col {
	  width: calc(100%/2 - 30px);
	  margin: 0px 15px;
	}
	.step-col:nth-child(2), .step-col:nth-child(4) {
	  border-right: none;
	  border-bottom: 1px solid #6a7f90;
	  /*! padding-left: 0px; */
	  margin-left: 0px;
	}
	.step-col:nth-child(1) {
	  border-bottom: 1px solid #6a7f90;
	  margin-right: 0px;
	}
	.step-col:nth-child(3) {
	  margin-right: 0px;
	  margin: ;
	}
	.step-col:nth-child(4) {
	  border-bottom: none;
	}
	.heading-content h1 {
	  font-size: 60px;
	}
	.heading-content h2 {
	  font-size: 20px;
	}
	.step-wrapper{
		margin-bottom: 30px;
	}
	section.heading-sec{
		padding: 20px 0 15px;
	}
	.neel-testimonial-col{
		width: 50%;
	}
	.neel-testimonial-review {
		padding: 10px 30px;
	}
	.newsletter-text-box strong {
	    font-size: 18px;
	}
	.newsletter-row {
	    padding: 20px 40px;
	}
	.footer-row{
		flex-flow: row-wrap;
	}
	.footer-col {
		width: 50%;
		margin-bottom: 15px;
	}
	.footer-row{
		padding-bottom: 2px;
	}
	
	section.quick-contact .quick-contact-info{
		width: 50%;
	}
	.contact-address-content {
	    border-bottom-left-radius: 3em;
	    border-bottom-right-radius: 3em;
	    border-top-left-radius: 3em;
	    padding: 30px 40px;
	}
	.candidate-row {
	    flex-flow: row wrap;
	}

	.candidate-col:first-child {
	    width: 300px;
	}

	.candidate-col:last-child {
	    width: calc(100% - 300px);
	}
	section.chairman-page .chairman-image {
		width: 40%;
	}

	section.chairman-page .chairman-detail {
		width: 60%;
	}
	section.our-services .we-provide-left {
		padding-right: 10px;
	}
	.clients-col {
    width: 25%;
}
section.neelkamal-slider .owl-dots {
	    bottom: 17px;
	}
}
/*980px*/
@media(max-width: 850px){
	.navbar.navbar-expand-md>a {
	  width: 160px;
	}
	.navbar.navbar-expand-md>.wrap{
		width: calc(100% - 160px);
		display: flex;
		flex-flow: row wrap;
		justify-content: end;
	}

	section.neelkamal-slider .neelkamal-slider-content h1 {
	  font-size: 25px;
	  line-height: 32px;
	}
	section.neelkamal-slider .neelkamal-slider-content p {
	  font-size: 14px;
	  margin: 5px 0px;
	}
	section.neelkamal-slider .neelkamal-slider-content a {
	  font-size: 14px;
	  padding: 13px 5px;
	}

	.top-header-info {
	  margin-left: 0px;
	  font-size: 10px;
	}

	section.top-header .top-header-social ul li a {
	  padding: 10px 6px;
	}
	.neelkamal-slider-item {
	  height: 507px;
	}
	
	section.our-services .our-service-col {
		width: 50%;
	}

	section.our-services .our-service-box {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		height: 230px;
	}

	section.our-services .our-service-box p {
		text-align: center;
	}

	section.our-services .our-service-box h2 {
		font-size: 16px;
	}
	.clients-col {
		width: 50%;
	}
}
@media(max-width: 767px){
	html{
		margin-top: 0px !important;
	}
	.home.logged-in.admin-bar {
	  padding-top: 46px;
	}

	#main-menu {
	  position: absolute;
	  left: 0;
	  top: 63px;
	  background: #fff;
	  width: 100%;
	  border-radius: 0px 20px 0px 20px;
	  box-shadow: 0px 15px 16px rgba(58, 82, 106, 0.28);
	  padding: 20px 15px;
	}
	#menu-header-menu li {
	  margin-bottom: 13px;
	  margin-right: 0px;
	  margin-left: 0px !important;
	}
	#menu-header-menu li:last-child{
		margin-bottom: 0px;
	}
	#menu-header-menu li a {
	  margin-right: 0px !important;
	  margin-left: 0px !important;
	}
	.navbar.navbar-expand-md>a {
	  width: 170px;
	}
	.navbar.navbar-expand-md>.wrap{
		width: calc(100% - 170px);
		display: flex;
		flex-flow: row wrap;
		justify-content: end;
	}
	section.neelkamal-slider .neelkamal-slider-content h1 {
	  font-size: 20px;
	  line-height: 26px;
	}
	section.neelkamal-slider{
		border-bottom-left-radius: 5em;
	}

	#step-sec {
	  flex-flow: column;
	}
	.step-col {
	  width: 100%;
	  border: none !important;
	  border-bottom: 1px solid #6a7f90 !important;
	  padding: 23px 0px !important;
	  margin: 0px !important;
	}
	.step-col:last-child{
		margin-bottom: 0px !!important;
		border-bottom: none !important;
	}
	.about-row {
	  flex-flow: column;
	}
	.about-col {
	  width: 100%;
	  padding: 30px 30px 30px 41px;
	}
	section.about-us {
	  background: transparent;
	}
	section.about-us::before {
	  display: none;
	}
	.about-col:first-child::before {
	  display: none;
	}
	.about-why-box {
	  padding: 0px;
	}
	.about-box {
	  padding: 0px;
	}
	section.quick-contact .quick-contact-info {
		width: 60%;
	}
	
	.single-service-col {
		width: 100%;
		padding: 0 60px;
	}

	.service-image img {
		height: 350px;
	}

	.single-service-col h2 {
		padding: 20px 0 5px 0;
	}
	
	.about-col:first-child {
	  background: var(--yellow);
	  border-top-right-radius: 3em;
	}
	.about-col:last-child {
	  background-color: #F5F5F5;
	  padding: 30px 30px 30px 45px;
	  border-bottom-left-radius: 3em;
	}
	.about-why-box ul li::before {
	  width: 10px;
	  height: 10px;
	  left: -24px;
	}
	.about-col h2{
		font-size: 17px;
		margin-bottom: 6px;
	}
	
	section.widget .widget-row .widget-col {
		width: 100%;
	}

	section.widget .widget-row .widget-col .widget-box {
		padding: 19px 0;
	}

	section.widget {
		padding: 0px 0 60px 0;
	}
	
	.chairman-row {
	  flex-flow: column;
	}
	.chairman-col {
	  width: 100%;
	}
	.chairman-col:first-child img {
	  max-width: 450px;
	  width: 80%;
	  margin: 0 auto;
	}

	.chairman-col h2 {
		font-size: 18px;
		margin-bottom: 2px;
		}

	.chairman-col h2 {
	  font-size: 18px;
	  margin-bottom: 2px;
	}
	.heading-content h1 {
	  font-size: 40px;
	  letter-spacing: 4px;
	}
	.heading-content h2 {
	  font-size: 19px;
	}

	.contact-hero-row {
	  flex-flow: column;
	}
	.contact-hero-row>div {
	  width: 100% !important;
	}
	.contact-info-box {
	  width: 100%;
	}
	section.contact-hero {
	    background: transparent;
	}

	.contact-hero-col:first-child {
	    background: #638296;
	}

	.contact-box {
	    padding: 0px;
	}

	.contact-hero-col>div {
	    padding: 50px 40px !important;
	}

	.contact-hero-col:last-child {
	    background: #54718a;
	}


	.contact-info-box ul {
	    padding: 0px;
	    margin: 0px;
	}

	.contact-info-box-content > span.or-text {
	    left: 50%;
	    transform: translate(-50%, 0);
	    top: -100px;
	}
	section.contact-hero {
	    border-bottom-left-radius: 0px;
	}

	.contact-info-box {
	    border-top-left-radius: 0px;
	}
	.neel-testimonial-col{
		width: 100%;
	}
	.neel-testimonial-review p{
		min-height: auto;
	}
	
	
	.footer-col{
		width: 100%;
	}
	.foot-about-us img {
	    max-width: 250px;
	}
	.links-wrapper{
		flex-flow: column;
	}
	.links-wrapper ul{
		margin-bottom: 20px;
	}
	.links-wrapper ul:last-child{
		margin-bottom: 0px;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu{
		padding-left: 15px;
	}
    section.bottom-header div#main-menu ul.dropdown-menu li a:hover {
    	background: transparent;
        color: var(--yellow);
    }

	.candidate-col:first-child {
	    width: 100%;
	    margin-bottom: 10px;
	}

	.candidate-col:last-child {
		    width: 100%;
		}
		.cadidate-nav-info-box {
	    padding: 0px;
	}

	.candidate-row {
	    padding: 0px;
	}

	section.candidates {
	    padding: 2em 1em;
	    border-top-left-radius: 3em;
	}

	.candidate-col:first-child {
	    margin-bottom: 0px;
	}
	.candidate-row > div:nth-child(2n+1) {
	    flex-basis: 11.5%;
	}
	.candidate-row > div:nth-child(2) {
	    flex-basis: 77%;
        min-width: 77%;
	}
	.candidates .candidate-col .candidate-prev img, 
	.clients .candidate-col .clients-prev img, 
	.company .candidate-col .company-prev img, 
	.candidates .candidate-col .news-prev img {
	    margin-right: 8px;
	}
	.candidates .candidate-col .candidate-next img, 
	.clients .candidate-col .clients-next img, 
	.company .candidate-col .company-next img, 
	.candidates .candidate-col .news-next img {
	    margin-left: 8px;
	    margin-right: 0px;
	}
	section.footer {
	    margin-top: 30px;
	}
	section.contact-hero {
	    margin: 3em 0 0 0;
	    margin-top: 0px;
	}
	section.clients{
		padding-bottom: 0px;
		padding-left: 16px;
		padding-right: 16px;
	}
	section.company {
	    padding-left: 16px;
	    padding-right: 16px;
	}
	section.contact-page .contact-col {
		width: 100%;
	}
	
	section.contact-page .malaysia-wrapper {
		flex-flow: column;
	}

	section.contact-page .malaysia-image {
		width: 100%;
	}

	section.contact-page .malaysia-image img {
		width: 200px;
		height: 150px;
		margin-bottom: 15px;
	}

	section.contact-page .malaysia-info {
		width: 100%;
	}
	
	section.news-archive .news-col {
		width: 50%;
	}
	
	.why-choose-us-box {
		padding: 60px 2px;
	}
	
	section.chairman-page .chairman-image {
		width: 50%;
	}

	section.chairman-page .chairman-detail {
		width: 50%;
	}
	
	.newsletter-row {
		flex-flow: column;
		text-align: center;
	}

	.newsletter-col {
		width: 100%;
	}

	.newsletter-form-box {
		padding: 18px 0 0 0;
	}

	.newsletter-form-wrapper input {
		width: 450px;
	}

	.newsletter-form-wrapper input[type="submit"] {
		right: 20px;
	}

	section.our-services .service-heading h1 {
		font-size: 40px;
	}

	section.our-services .service-heading p {
		font-size: 14px;
		padding: 10px;
	}
	section.our-services .we-provide-col {
		width: 100%;
	}

	section.our-services .we-provide-img img {
		height: 300px;
	}

	section.our-services .we-provide-left h2 {
		font-size: 24px;
		line-height: 29px;
	}
	section.client-tabs .client-col {
		width: 25%;
	}
	.clients-col {
		width: 100%;
	}
	section.gallery-tabs .gallery-col {
		width: 33.33%;
	}
	section.neelkamal-slider .owl-dots {
	    bottom: 17px;
	}
}
/*768px*/

/* 610px */
@media(max-width: 640px){
	section.chairman-page .chairman-col img {
		width: 300px;
		height: 300px;
	}
	
	.single-news-img img {
		width: 100%;
	}
	
	section.quick-contact .quick-contact-info {
		width: 80%;
	}

	section.quick-contact span.wpcf7-not-valid-tip {
		font-size: 12px;
	}

	section.quick-contact .wpcf7-response-output {
		font-size: 12px;
	}

	section.quick-contact .quick-contact-col input[type="submit"] {
		font-size: 12px;
	}

	section.quick-contact .quick-contact-col input {
		font-size: 12px;
	}

	section.quick-contact .quick-contact-heading h2 {
		font-size: 20px;
	}
	
	.newsletter-form-wrapper input {
    width: 350px;
    font-size: 12px;
}

.newsletter-form-wrapper input[type="submit"] {
    width: 110px;
    right: 30px;
    font-size: 12px;
}
	
	section.footer .wpcf7 form.sent .wpcf7-response-output {
		font-size: 12px;
	}
	section.footer .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		font-size: 12px;
	}

	section.footer span.wpcf7-not-valid-tip {
		font-size: 12px;
		padding: 10px 0 10px 0px;
	}
	section.our-services .our-service-box h2 {
		font-size: 15px;
	}
	.valued-client-info ul li {
		font-size: 14px;
		padding: 0px 32px 5px 0;
	}

	.valued-client-info ul li::before {
		height: 10px;
		width: 10px;
		top: 12px;
		left: -23px;
	}
}
/* 610px */

@media(max-width: 570px){
form.search-form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

form.search-form label,form.search-form input {
    width: 100%;
    margin: 6px 0;
}

form.search-form input[type=submit] {
    padding: 12px;
    max-width: 150px;
    text-align: center;
}

section.search-sec {
    padding: 1em 0;
}
	.newsletter-form-wrapper input {
		width: 290px;
	}
	section.our-services .our-service-col {
		width: 100%;
	}

	section.our-services .our-service-box {
		height: 200px;
	}

	section.our-services {
		padding: 50px 0 0 0;
	}
	section.client-tabs .client-col {
    width: 50%;
}
	

section.gallery-tabs .gallery-col {
    width: 50%;
}

section.gallery-tabs .gallery-box img {
    height: 200px;
}
	
section.gallery-tabs .gallery-box iframe {
	height: 200px;
}
}
@media(max-width: 480px){
	section.news-archive .news-col {
		width: 100%;
	}
	
	.why-choose-us-col{
		width: 100%;
	}
	
	section.chairman-page .chairman-col:nth-child(1) {
		flex-flow: column;
	}

	section.chairman-page .chairman-image {
		width: 100%;
	}
	
	.single-service-col {
		padding: 0 30px;
	}

	.service-image img {
		height: 300px;
	}

	.single-service-col h2 {
		font-size: 20px;
	}

	.single-service-col a {
		font-size: 14px;
	}

	section.chairman-page .chairman-detail {
		width: 100%;
		margin-top: -40px;
		margin-bottom: 40px;
	}

	section.chairman-page .chairman-detail h3 {
		font-size: 18px;
	}

	section.chairman-page .chairman-detail span {
		font-size: 15px;
		font-weight: 300;
	}

	section.chairman-page .chairman-detail strong {
		font-size: 15px;
	}
	
	section.quick-contact .quick-contact-info {
		width: 90%;
	}
	
	.newsletter-form-wrapper input {
    width: 240px;
    padding: 16px;
}

.newsletter-row {
    border-radius: 80px;
}

.newsletter-form-wrapper input[type="submit"] {
    width: 100px;
    right: -5px;
    padding: 16px !important;
}
	section.gallery-tabs .gallery-col {
    width: 100%;
}

section.gallery-tabs .gallery-box img {
    height: 240px;
}
	
	section.gallery-tabs .gallery-box iframe {
	height: 240px;
}

section.neelkamal-slider .neelkamal-slider-content {
    width: 62%;
}

.neelkamal-slider-content-right .quick-contact-col input {
    padding: 10px 20px;
    font-size: 14px;
}

section.neelkamal-slider .owl-dots {
    bottom: 25px;
}

}