@font-face {
  font-family: "NotoSans-Black";
  src: url("../font/NotoSans-Black.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url("../font/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Medium";
  src: url("../font/NotoSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Light";
  src: url("../font/NotoSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-Regular";
  src: url("../font/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans-SemiBold";
  src: url("../font/NotoSans-SemiBold.ttf") format("truetype");
}
header {
  background-color: #283B8F;
  padding: 25px 0px;
  position: relative;
  z-index: 99;
}
header .nav-call-us {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .nav-call-us p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: "NotoSans-Regular";
}
header .nav-call-us a {
  font-family: "NotoSans-Bold" !important;
  text-decoration: none;
}
header .mob-logo {
  display: none;
}
header .navbar {
  padding: 0;
}
header .navbar ul {
  gap: 35px;
}

header .is-fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    gap: 127px;
    padding: 20px 0px !important;
    justify-content: center !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
	background-color:#283B8F;
}

header .nav-down {
    transform: translateY(0);
    transition: transform 0.3s ease;
}

header .nav-up {
    transform: translateY(-100%);
}

.malaysia-slide-img::before {
    content: "";
    background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: -36px;
    z-index: 9;
    width: 40%;
    height: 132%;
}
.malaysia-slide-img::after {
    content: "";
    background: linear-gradient(269deg, #FFFFFF, rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: -36px;
    z-index: 9;
    width: 40%;
    height: 132%;
}
.malaysia-slide-img{
	position:relative;
	white-space: nowrap;
    overflow: hidden;
	animation: slideBelt 40s linear infinite;
}
.malaysia-slide-img img {
    animation: slideLeft 30s linear infinite;
}

@keyframes slideLeft {
    0% {
        transform: translateX(10%); /* start from right */
    }
    100% {
        transform: translateX(-100%); /* move to left */
    }
}
header .navbar ul li {
  list-style: none;
}
header .navbar ul li a {
  font-family: "NotoSans-regular";
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}
header .navbar ul li:hover a {
  color: #fff;
}
header .navbar .dropdown .service-arrow {
  transition: 0.3s linear;
}
header .navbar .dropdown:hover .service-arrow {
  transform: rotate(180deg);
}
header .navbar .dropdown:hover .dropdown-menu {
  display: block;
  padding: 30px 0px 0px;
  background-color: transparent;
  border: none;
  left: -250%;
}
header .navbar .dropdown .wht-box {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  width: 165%;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
header .navbar .dropdown .wht-box::before {
  position: absolute;
  background-color: #fff;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: -8px;
  left: 205px;
}
header .navbar .dropdown .wht-box h5 {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-family: "NotoSans-Medium";
}
header .navbar .dropdown .wht-box p {
  color: #797A7E;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  font-family: "NotoSans-Regular";
}
header .navbar .dropdown .wht-box li {
  cursor: pointer;
  padding: 10px 15px;
  margin-bottom: 10px;
}
header .navbar .dropdown .wht-box li a {
  align-items: center;
  gap: 12px;
}
header .navbar .dropdown .wht-box li:last-of-type {
  margin-left: 0px !important;
}
header .navbar .dropdown .wht-box li:hover {
  background-color: #F8FAFF;
  border-radius: 10px;
}
header .navbar .dropdown .wht-box li:hover h5 {
  position: relative;
  color: #283B8F;
}
header .navbar .dropdown .wht-box li:hover h5::after {
  content: "";
  background-image: url("../images/home/arrow-dropdown.png");
  position: absolute;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  top: 7px;
}
header .navbar .dropdown .wht-box li:hover a svg rect {
  fill: #F8FAFF;
}
header .navbar .dropdown .wht-box li:hover a svg path {
  fill: #283B8F;
}
header .navbar .dropdown .wht-box .text-btn {
  color: #283B8F;
  font-family: "NotoSans-regular";
}
header .navbar .dropdown .wht-box .bottom-content {
  border-top: 1px solid rgba(224, 208, 208, 0.705);
  padding: 10px 15px;
  justify-content: space-between;
}
header .navbar .dropdown .wht-box .bottom-content h4 {
  color: #0F0F0F;
  font-size: 16px;
  line-height: 28px;
  font-family: "NotoSans-Medium";
}
header .navbar .dropdown .wht-box .bottom-content p {
  color: #797A7E;
  font-family: "NotoSans-regular";
  font-size: 14px;
  line-height: 26px;
}
header .navbar .dropdown-blogs {
  width: 70%;
	display: flex;
    flex-direction: column;
    gap: 26px;
	padding-top:10px;
}
header .navbar .dropdown-blogs .blog-sub-text {
  cursor: default;
}
header .navbar .dropdown-blogs li {
  list-style-type: none;
}
header .navbar .dropdown-blogs li:first-child {
  padding: 10px 15px 0px 15px !important;
}
header .navbar .dropdown-blogs li:hover {
  background-color: unset !important;
}
header .navbar .dropdown-blogs li:hover .text-arrow-animation svg {
  transform: translateX(5px);
}
header .navbar .dropdown-blogs li:hover h5 {
  color: #000 !important;
}
header .navbar .dropdown-blogs li h3 {
  color: #333;
  font-size: 16px;
}
.iti--separate-dial-code .iti__selected-flag{
	background-color:unset !important;
}
header .navbar .dropdown-blogs img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
header .navbar .dropdown-blogs h6 {
  color: #8D8D8D;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
}
header .navbar .dropdown-blogs h4 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "NotoSans-Medium";
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
header .navbar .dropdown-blogs .text-arrow-animation svg {
  transition: all 0.3s;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
.header nav {
  padding: 0;
}

.home-banner {
  position: relative;
  overflow: hidden;
}
.home-banner .container {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 99999;
  position: relative;
}
.home-banner .container h1 {
  color: #FFF;
  font-family: "NotoSans-Bold";
  font-size: 55px;
  line-height: 70px;
  margin-bottom: 15px;
}
.home-banner .container p {
  color: #FFF;
  margin-bottom: 40px;
}
.home-banner .home-follow-links {
  position: absolute;
  bottom: 100px;
  left: 305px;
  width: 68%;
  z-index: 99;
}
.home-banner .home-follow-links h5 {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-family: "NotoSans-Regular";
}
.home-banner .slick-arrow {
  color: #fff !important;
}
.home-banner .slick-prev {
  left: -740px;
  z-index: 99;
  transform: rotate(-90deg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  width: 100%;
  padding: 0px 0 45px;
}
.home-banner .slick-prev::before {
  content: "PREV";
  font-family: "NotoSans-Light";
  font-size: 18px;
  line-height: 22px;
}
.home-banner .slick-next {
  right: -740px;
  z-index: 99;
  transform: rotate(-90deg);
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  width: 100%;
  padding: 25px 0px 0px 0px;
}
.home-banner .slick-next::before {
  content: "NEXT";
  font-family: "NotoSans-Light";
  font-size: 18px;
  line-height: 22px;
}
.home-banner .slick-slide {
  position: relative;
}
.home-banner .slick-dots {
  display: none;
}
.home-banner .home-slideimg {
  width: 100%;
  filter: brightness(0.5);
  position: absolute;
  height: 100vh;
  z-index: 999;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .slick-dotted.slick-slider {
  margin: 0;
}
.home-banner .slide-counter {
  color: rgba(255, 255, 255, 0.3019607843);
}
.home-banner .slide-counter span {
  color: rgba(255, 255, 255, 0.3019607843);
  font-family: "NotoSans-Regular";
}
.home-banner .slide-counter .total {
  font-size: 20px;
  line-height: 32px;
}
.home-banner .slide-counter .current {
  font-size: 28px;
  line-height: 32px;
}

.home-about {
  padding: 100px 0px;
}
.home-about .tag-heading {
  width: 8%;
}
.home-about p {
  margin-bottom: 40px;
}
.home-about .abt-box-content {
  margin-top: 60px;
}
.home-about .box {
  width: 240px;
  background-color: #283B8F;
  color: #fff;
  padding: 30px;
  border-radius: 15px;
}
.home-about .box h6 {
  font-size: 16px;
  line-height: 22px;
  font-family: "NotoSans-SemiBold";
  margin-bottom: 15px;
}
.home-about .box h1 {
  font-family: "NotoSans-Bold";
  color: #FFF;
  font-size: 60px;
  line-height: normal;
}
.home-about .box p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-family: "NotoSans-Regular";
}
.home-about .box h5 {
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}
.home-about .box:nth-child(2), .home-about .box:nth-child(4) {
  height: 256px;
  text-align: center;
  margin-top: 35px;
}
.home-about .box:nth-child(3) {
  height: 226px;
  background-color: #E9EEFF;
  margin-top: 92px;
}
.home-about .box:nth-child(3) h2 {
  color: #000;
}
.home-about .box:nth-child(3) p {
  color: #000;
  margin-bottom: 0;
  margin-top: 40px;
}
.home-about .box:nth-child(3) h6 {
  color: #000;
  margin-bottom: 0;
}
.home-about .box:nth-child(5) img {
  margin-bottom: 100px;
}
.home-about .box:nth-child(5) p {
  margin: 0;
}

.our-services {
  padding-bottom: 150px;
  color: black;
  overflow: hidden;
}
.our-services .tag-heading {
  line-height: 38px;
}
.our-services .service-slider {
  gap: 25px;
}
.our-services .service-slider a {
  font-family: "NotoSans-Regular";
}
.our-services .service-slider .service-box {
  position: relative;
  height: 600px;
  width: 350px;
  transition: all 0.3s;
}
.our-services .service-slider .service-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-services .service-slider .service-box .wht-box {
  background-color: white;
  padding: 25px 20px;
  position: absolute;
  width: 500px;
  bottom: 30px;
  left: 30px;
  color: black;
  visibility: hidden;
  opacity: 0;
  transform: translatex(30px);
  transition-delay: 0.3s;
  transition: all 0.3s ease;
}
.our-services .service-slider .service-box .wht-box h3 {
  font-size: 30px;
  line-height: 42px;
  color: #283B8F;
  font-family: "NotoSans-Bold";
}
.our-services .service-slider .service-box .wht-box p {
  margin-bottom: 0;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.our-services .service-slider .service-box .wht-box button {
	border:none;
	background:transparent;
	padding:0;
	margin-top:10px;
	color:#283B8F;
}
.our-services .service-slider .service-box.active {
  width: 780px;
  height: 600px;
}
.our-services .service-slider .service-box.active .wht-box {
  visibility: visible;
  transition: visibility 30s ease-in-out;
  transition: transform 200ms ease-out;
  opacity: 1 !important;
  transform: translatex(0) !important;
}

.home-ourfeatures {
  padding-bottom: 100px;
}
.home-ourfeatures .tag-heading {
  width: 20%;
  text-align: center;
}
.home-ourfeatures h2 {
  margin-bottom: 15px;
  margin-top: 5px;
}
.home-ourfeatures .our-features img {
  margin-bottom: 30px;
}
.home-ourfeatures .our-features h4 {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-family: "NotoSans-SemiBold";
  margin-bottom: 15px;
}
.home-ourfeatures .our-features p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-family: "NotoSans-Regular";
}

.home-testimonial {
  padding-bottom: 100px;
}
.home-testimonial .tag-heading {
  line-height: 36px;
}
.home-testimonial a {
  text-decoration: none;
}
.home-testimonial h2 {
  margin-top: 5px;
}
.home-testimonial .card {
  border-radius: 10px;
  background-color: #F7F7F7;
  border: none;
  padding: 40px;
  margin: 0 25px;
}
.home-testimonial .card h5 {
  color: #000;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
  font-family: "NotoSans-SemiBold";
}
.home-testimonial .card span {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 22px;
}
.home-testimonial .card p {
  margin-bottom: 0;
  color: #333;
  font-size: 20px;
  font-family: "NotoSans-Regular";
  line-height: 26px;
}
.home-testimonial .card:hover {
  background-color: #E9EEFF;
}
.home-testimonial .looping-carousel {
  gap: 30px;
  animation: LoopingCarousel-forward linear infinite;
  animation-play-state: running;
}
.home-testimonial .looping-carousel .card {
  width: 457px;
  margin: 0;
}
.home-testimonial .ani-hover-pause {
  overflow: hidden;
  gap: 30px;
}
.home-testimonial .ani-hover-pause:hover .looping-carousel {
  animation-play-state: paused;
}
@keyframes LoopingCarousel-forward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.home-trustedcompnies {
  padding-bottom: 100px;
  padding-top: 50px;
}
.home-trustedcompnies .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
.home-trustedcompnies .logos img {
  filter: grayscale(1);
}
.home-trustedcompnies .logos img:hover {
  filter: grayscale(0);
}
.home-trustedcompnies p {
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-family: "NotoSans-Medium";
  margin-bottom: 45px;
  text-align: center;
}

.home-blog {
  padding: 50px 0px 120px;
}
.home-blog .tag-heading {
  width: 20%;
}
.home-blog p {
  margin-bottom: 30px;
}
.home-blog .blog-heading {
  margin-bottom: 60px;
}
.home-blog img {
  width: 410px;
  height: 500px;
	object-fit:cover;
}
.home-blog .homeblog {
  position: relative;
  overflow: hidden;
}
.home-blog .homeblog .content-box {
  width: 353px;
  position: absolute;
  bottom: -60px;
  background-color: #fff;
  right: 0;
  padding: 30px;
  transition: transform 0.4s ease-in-out;
  border-left: 4px solid #283b8f;
}
.home-blog .homeblog .content-box p {
  color: #929292;
  font-size: 16px;
  line-height: 28px;
  font-family: "NotoSans-Medium";
}
.home-blog .homeblog .content-box h4 {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-family: "NotoSans-Medium";
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.home-blog .homeblog .content-box button {
  color: #283B8F;
  font-family: "NotoSans-Medium";
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  border: none;
  background: transparent;
}
.home-blog .homeblog .top-box {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: rgba(0, 0, 0, 0.22);
  padding: 8px 12px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.home-blog .homeblog .top-box h4 {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-family: "NotoSans-Light";
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.home-blog .homeblog:hover .content-box {
  bottom: 0;
  transition: 0.4s ease-in;
}

footer {
  padding: 120px 0px 0px;
  background-color: #283B8F;
  color: #fff;
}
footer h5 {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-family: "NotoSans-Medium";
  margin-bottom: 15px;
}
footer h6 {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
footer h3 {
  color: #FFF;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 40px;
}
footer .primary-btn {
  border-radius: 25px;
  background: #FFF;
  border: none;
}
footer .primary-btn a {
  color: #283B8F;
}
footer h6 {
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
  font-family: "NotoSans-Bold";
}
footer .footer-bg {
  opacity: 1;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
footer .left-side img {
  margin-bottom: 20px;
}
footer .left-side p {
  color: #FFF;
  font-size: 16px;
  font-family: "NotoSans-Regular";
  line-height: 26px;
  margin-bottom: 30px;
}
footer .left-side p:first-of-type {
  margin-bottom: 25px;
}
footer .left-side h5 {
  color: #FFF;
  font-family: "NotoSans-Medium";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
}
footer .left-side .footer-address {
  margin-bottom: 20px;
}
footer .left-side .footer-address .number a {
  font-family: "NotoSans-SemiBold";
}
footer .left-side .footer-address a {
  color: #FFF;
  font-family: "NotoSans-Light";
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
footer .left-side h6 {
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  font-family: "NotoSans-SemiBold";
  margin-bottom: 5px;
}
footer ul li {
  list-style: none;
  margin-bottom: 9px;
}
footer ul li a {
  color: #A1AEE3 !important;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  font-family: "NotoSans-Light";
}
footer ul a:hover{
  color: #fff !important;
}
a:focus{
	outline:unset;
}
footer .copy-rights-sec {
  background-color: #fff;
  padding: 20px 0px;
  margin-top: 80px;
}
footer .copy-rights-sec .copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copy-rights-sec .copyrights p {
  font-size: 14px;
  line-height: 22px;
}

.faq-banner {
  background-color: #283B8F;
  padding: 100px 0px;
  color: #fff !important;
  position: relative;
}
.faq-banner::before {
  content: "";
  position: absolute;
  background-image: url("../images/common/faq-vector-img.png");
  background-size: auto;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: -10%;
  left: 0px;
  z-index: 99;
}
.faq-banner .tag-heading {
  text-transform: none;
}
.faq-banner h2 {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 15px;
}
.faq-banner p {
  color: #fff;
}

.faq-section {
  padding: 100px 0 200px 0;
}
.faq-section h2 {
  margin-bottom: 15px;
}
.faq-section .faq-sticky {
  position: sticky;
  top: 50px;
}
.faq-section .faq-sticky h6 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.faq-section .faq-sticky ul li {
  list-style: none;
  margin-bottom: 16px;
}
.faq-section .faq-sticky ul li:last-of-type {
  margin-bottom: 0;
}
.faq-section .faq-sticky ul li a {
  color: #636363;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-family: "NotoSans-Medium";
}
.faq-section .faq-sticky ul li .list-active {
  text-decoration: underline;
  color: #283B8F;
}
.faq-section .faq-sticky .box {
  background-color: #dee2e6;
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}
.faq-section .faq-sticky .box h3 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.faq-section .faq-sticky .box p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.faq-section .faq-sticky .box ul li {
  color: #010000;
  font-size: 16px;
  line-height: 20px;
}
.faq-section .faq-sticky .box .secoundary-btn {
  margin-bottom: 20px;
}
.faq-section .faq-sticky .box img {
  margin-bottom: -40px;
}
.faq-section .accordion .accordion-item {
  border-bottom: 1px solid rgba(155, 155, 155, 0.631372549) !important;
  border: none;
}
.faq-section .accordion .accordion-item:last-child {
  border-bottom: 1px solid #dee2e6;
}
.faq-section .accordion .accordion-item h2 {
  margin: 0;
}
.faq-section .accordion .accordion-item button {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding-left: 0;
  padding: 20px 0;
  background: transparent;
  font-family: "NotoSans-Medium";
}
.faq-section .accordion .accordion-item button:focus {
  box-shadow: unset;
}
.faq-section .accordion .accordion-item button:after {
  background-image: url("../images/home/close.png");
  transform: none;
  width: 10px;
  background-size: contain;
  transition: all 0.3s;
}
.faq-section .accordion .accordion-item .accordion-collapse.show .accordion-body p {
  color: #000;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 0;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.faq-section .btn-primary .round-white {
  padding: 8px 10px;
  width: 30px;
  height: 35px;
}
.faq-section .faq-heading {
  color: #283B8F;
  font-size: 22px;
  line-height: 32px;
  font-family: "NotoSans-Medium";
  margin-bottom: 10px;
}
.faq-section p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.faq-section h5 {
  color: #CA1722;
}
.faq-section .faq-bottom-content img {
  margin-bottom: 15px;
}
.faq-section .faq-bottom-content h6 {
  color: #7F7F7F;
  font-size: 15px;
  line-height: normal;
}
.faq-section .faq-bottom-content a {
  color: #000;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}
.faq-section .bottom-cont {
  display: none;
}
.faq-section .common-faq-heading .faq-heading {
  margin-bottom: 80px;
}

.all-faq {
  padding-top: 32px !important;
  padding-bottom: 100px;
}

.blog-banner {
  padding: 100px 0px 80px;
  color: #fff;
  background-color: #283b8f;
  position: relative;
/*   z-index: -9; */
}
.blog-banner h2 {
  color: #fff;
  margin-bottom: 12px;
  margin-top: 10px;
}
.blog-banner ul li {
  color: #D2D7EB;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "NotoSans-Light";
  list-style: none;
}
.blog-banner ul hr {
  width: 20px;
  height: 1px;
}
.blog-banner p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: "NotoSans-Light";
	margin-bottom:20px;
}
.blog-banner .text-btn {
  background: transparent;
  border: none;
  color: #fff;
  margin-top: 15px;
}
.blog-banner .homeblog {
  position: relative;
  overflow: hidden;
}
.blog-banner .homeblog .top-box {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.22);
  padding: 8px 12px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.blog-banner .homeblog .top-box h4 {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-family: "NotoSans-Light";
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.all-blog {
  background: unset;
  padding: 80px 0px 120px;
}
.all-blog h3 {
  color: #0D0D0D;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  line-height: 36px;
}
.all-blog #blogContainer {
  row-gap: 35px;
}
.all-blog .blog {
  margin-top: 0;
}
.all-blog .loadmore-btn {
  margin-top: 120px;
}

.blog-detail-sec {
  padding: 100px 0px;
}
.blog-detail-sec h2 {
  margin-bottom: 15px;
  margin-top: 12px;
}
.blog-detail-sec .update-datte {
  margin-bottom: 50px;
}
.blog-detail-sec .update-datte li {
  color: #929292;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "NotoSans-Medium";
  list-style: none;
  padding-left: 0;
}
.blog-detail-sec .update-datte li::before {
  display: none;
}
.blog-detail-sec .update-datte hr {
  width: 20px;
  height: 1px;
  margin: 0;
}
.blog-detail-sec p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-family: "NotoSans-Regular";
  margin-bottom: 15px;
}
.blog-detail-sec h5 {
  color: #0D0D0D;
  font-family: "NotoSans-Medium";
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.blog-detail-sec ul li {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-family: "NotoSans-Regular";
  margin-bottom: 10px;
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.blog-detail-sec ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("https://timcorps.com/staging/wp-content/uploads/2025/11/Group-33811.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-detail-sec .faq-sticky ul li a:hover {
  color: #283B8F;
  text-decoration: underline;
}
.blog-detail-sec h4 {
  color: #0D0D0D;
  font-family: "NotoSans-Medium";
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.blog-detail-sec .homeblog {
  margin-bottom: 30px;
}
.blog-detail-sec .box ul li {
  color: #000;
  text-transform: capitalize;
}
.blog-detail-sec .box ul li::before {
  display: none;
}

.contact-section .contact-detail h2 {
  margin-bottom: 15px;
  margin-top: 8px;
}
.contact-section .contact-detail p {
  color: #000;
  line-height: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.contact-section .contact-detail bdo {
  color: #767676;
  font-size: 16px;
}
.contact-section .contact-detail h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: "NotoSans-Bold";
  color: #000;
}
.contact-section .contact-detail h6 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-family: "NotoSans-Medium";
  margin-bottom: 5px;
}
.contact-section .contact-detail a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-family: "NotoSans-Medium";
}
.contact-section .contact-detail a h5 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "NotoSans-Regular";
}
.contact-section .contact-detail .get-direction a {
  color: #283B8F;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.google-map {
  padding-bottom: 120px;
}
.google-map iframe {
  width: 100%;
}

.customer-support {
  padding-bottom: 90px !important;
}
.customer-support h2 {
  margin-bottom: 15px;
  margin-top: 8px;
}
.customer-support .support-box {
  padding: 30px;
  border-radius: 15px;
}
.customer-support .support-box h6 {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: "NotoSans-SemiBold";
  margin-bottom: 8px;
  margin-top: 15px;
}
.customer-support .support-box p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: "NotoSans-Regular";
  margin-bottom: 0;
}
.customer-support .col-lg-3:nth-child(1) .support-box {
  background: #FFEDED;
}
.customer-support .col-lg-3:nth-child(2) .support-box {
  background: #FFFEE9;
}
.customer-support .col-lg-3:nth-child(3) .support-box {
  background: #E9FFEC;
}
.customer-support .col-lg-3:nth-child(4) .support-box {
  background: #E9F4FF;
}
form br{
	display:none;
}
.enquiry-form {
  padding: 100px 0px;
	position:relative;
}
.enquiry-form .ban-img {
  position:absolute;
	bottom:0;
}
.enquiry-form h2 {
  margin-bottom: 15px;
  margin-top: 8px;
}

.enquiry-testimonial {
  padding: 100px 0px;
}

.why-choose {
  background-color: #F9F9F9;
  padding: 120px 0px;
}
.why-choose h2 {
  margin-bottom: 15px;
  margin-top: 8px;
}
.why-choose .box {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.why-choose .box img {
  margin-bottom: 15px;
}
.why-choose .box h5 {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  font-family: "NotoSans-SemiBold";
}
.why-choose .box p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: "NotoSans-Regular";
}
.why-choose .count-animate {
  margin-top: 60px;
}
.why-choose .count-animate p {
  font-size: 18px;
  line-height: 24px;
}
.why-choose .count-animate span {
  color: #000;
  font-size: 64px;
  line-height: 74px;
  font-family: "NotoSans-medium";
}
.why-choose .row > .col-lg-6:nth-of-type(2) {
  margin-top: 80px;
}
.why-choose .row > .col-lg-6:nth-of-type(3) {
  margin-top: -35px;
}
.why-choose .row > .col-lg-6:nth-of-type(4) {
  margin-top: 35px;
}

.vacancy-jobs {
  padding: 20px 0px 120px;
}
.vacancy-jobs p {
  margin-bottom: 30px;
}
.vacancy-jobs h2 {
  margin-bottom: 15px;
  margin-top: 8px;
}
.vacancy-jobs a {
  text-decoration: none;
}
.vacancy-jobs .card {
  background-color: #F9F9F9;
  border: none;
  border-radius: 0;
  padding: 30px;
  border-radius: 10px;
	margin-bottom:15px;
}
.vacancy-jobs .card h3 {
  color: #000000;
  font-family: "NotoSans-Medium";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.vacancy-jobs .card p {
  color: #636363;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.vacancy-jobs .card .text-btn {
  border: none;
  background: transparent;
  font-family: "NotoSans-Medium";
}
.vacancy-jobs .card .text-btn svg {
  transition: all 0.3s;
}
.vacancy-jobs .card:hover {
  background-color: #F4F7FF;
}
.vacancy-jobs .card:hover h3 {
  color: #000;
}
.vacancy-jobs .card:hover p {
  color: #000;
}
.vacancy-jobs .card:hover .text-btn {
  color: #000;
  border: none;
  background: transparent;
}
.vacancy-jobs .card:hover .text-btn svg {
  transform: translateX(5px);
}
.vacancy-jobs .card:hover .text-btn svg path {
  fill: #000;
}

.value-culture {
  padding: 120px 0px;
  background-color: #F8F8F8;
}
.value-culture .pos-sticky-bar p {
  color: #000;
}
.value-culture h2 {
  margin-top: 8px;
  margin-bottom: 15px;
}
.value-culture .other-points {
  row-gap: 60px;
}
.value-culture img {
  margin-bottom: 20px;
}
.value-culture h4 {
  color: #000000;
  font-family: "NotoSans-Medium";
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
}
.value-culture p {
  color: #797A7E;
  font-family: "NotoSans-regular";
  font-size: 18px;
  line-height: 26px;
}

.career-banner {
  position: relative;
}
.career-banner::before {
  background-image: url("../images/career/career-vector-bg.png") !important;
  background-size: contain !important;
}
.career-banner .career-images {
  margin-bottom: -350px;
}

.career-jobs {
  padding-top: 350px;
  padding-bottom: 144px;
}

.career-detail {
  padding: 100px 0px 120px;
}
.career-detail .job-heading {
  margin-bottom: 60px;
}
.career-detail .job-heading h2 {
  margin-bottom: 8px;
  margin-top: 12px;
}
.career-detail .job-heading p {
  color: #686868;
}
.career-detail h4 {
  color: #0D0D0D;
  font-family: "NotoSans-SemiBold";
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 15px;
}
.career-detail p {
  margin-bottom: 15px;
}
.career-detail-content-side p:last-of-type {
  margin-bottom: 30px;
}
.career-detail ul {
  margin-bottom: 30px;
}
.career-detail ul li {
  color: #333;
  font-size: 16px;
  font-family: "NotoSans-Regular";
  line-height: 28px;
  list-style: none;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
.career-detail ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("https://timcorps.com/staging/wp-content/uploads/2025/11/Group-33811.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.career-detail .form-area {
  border-radius: 16px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  padding: 60px;
}
.career-detail .form-area h3 {
  color: #0D0D0D;
  font-family: "NotoSans-SemiBold";
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
}

.related-job {
  background-color: #F9F9F9;
  padding: 120px 0px;
}
.related-job .card {
  background-color: #fff;
	margin-bottom:20px;
}

.about-banner {
  padding: 100px 0px;
  background-color: #283B8F;
  position: relative;
  z-index: -9;
}
.about-banner::before {
  position: absolute;
  content: "";
  background-image: url("../images/about/about-vector-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: -webkit-fill-available;
  height: 100%;
  top: -10%;
  left: 0px;
  z-index: -1;
}
.about-banner .about-images {
  margin-top: 60px;
  margin-bottom: -200px;
}
.about-banner .about-images img {
  width: 19%;
}
.about-banner h2 {
  color: #fff;
  margin-bottom: 15px;
  margin-top: 5px;
}
.about-banner p {
  color: #fff;
}
.about-banner .career-images {
  margin-top: 60px;
}

.about-sec {
  padding: 200px 0px 150px;
}
.about-sec .count-animate {
  display: flex;
  -moz-column-gap: 87px;
       column-gap: 87px;
  flex-wrap: wrap;
  row-gap: 60px;
  margin-top: 60px;
}
.about-sec .count-animate span {
  color: #000;
  font-size: 60px;
  line-height: 36px;
  font-family: "NotoSans-Regular";
}
.about-sec h4 {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 28px;
  line-height: 38px;
}
.about-sec p {
  margin-bottom: 15px;
}
.about-sec p:last-of-type {
  margin-bottom: 0;
}

.strategic-sec {
  padding-bottom: 80px;
}
.strategic-sec h2 {
  margin-bottom: 15px;
}
.strategic-sec .strategic-heading {
  margin-bottom: 60px;
}
.strategic-sec .box {
  border-radius: 15px;
  background: #F2F5FF;
  height: 100%;
  padding: 30px;
}
.strategic-sec .box .icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.strategic-sec .box ul li {
  list-style: none;
}
.strategic-sec .box h5 {
  color: #000;
  font-size: 20px;
  font-family: "NotoSans-Regular";
  line-height: 26px;
  margin-bottom: 12px;
}

.our-team {
  padding: 150px 0px 102px;
}
.our-team p {
  color: #7D7D7D;
  font-size: 16px;
  line-height: 24px;
  font-family: "NotoSans-Regular";
}
.our-team h6 {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
}
.our-team .row-cols-md-5 {
  row-gap: 40px;
}
.our-team a {
  color: #283B8F;
}
.our-team .team-heading {
  margin-bottom: 60px !important;
}
.our-team .team-heading p {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 26px;
}

.video-part {
  position: relative;
  padding: 70px 0px 120px;
}
.video-part::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #F9F9F9;
}
.video-part .about-video {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.video-part .about-video video {
  margin-top: -70px;
}
.video-part .about-video .ply-btn {
  position: absolute;
  top: 26%;
  left: 49%;
  display: none;
}

.abot-testimonial {
  padding: 120px 0px 120px !important;
}

.about-blog {
  background: transparent;
}

.quality-points {
  padding: 0px 0px 100px;
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%);
}
.quality-points .banner-img {
  position: relative;
  z-index: -9;
}
.quality-points .banner-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25%;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.quality-points .sector-heading {
  margin-bottom: 80px;
}
.quality-points .heading-sec {
  margin-top: -70px;
}
.quality-points h5 {
  color: #CA1722;
}
.quality-points h2 {
  margin-bottom: 15px;
  margin-top: 8px;
}
.quality-points .row:not(:first-child) {
  margin-bottom: 120px !important;
}
.quality-points .row:last-of-type {
  margin-bottom: 50px !important;
}
.quality-points p {
  margin-bottom: 12px;
  color: #000;
}
.quality-points p:last-of-type {
  margin-bottom: 30px;
}
.quality-points ul {
  margin-bottom: 25px;
}
.quality-points ul li {
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.quality-points ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("https://timcorps.com/staging/wp-content/uploads/2025/11/Group-33811.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.quality-points a {
  text-decoration: none;
}
.quality-points a:hover{
	color:#fff;
}

.sector-qualitypoints {
  background: transparent;
}

.service-banner {
  position: relative;
}
.service-banner::before {
  position: absolute;
  content: "";
  background-image: url("../images/services/service-bg-vector.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -9;
}

.insurance-coverage {
  padding: 80px 0px 100px;
}
.insurance-coverage h5 {
  color: #CA1722;
}
.insurance-coverage h3 {
  color: #000;
  font-family: "NotoSans-Medium";
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
}
.insurance-coverage p {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.insurance-coverage ul li {
  font-size: 16px;
  line-height: 22px;
  font-family: "NotoSans-Regular";
	 list-style: none;
  margin-bottom: 10px;
	position:relative;
	padding-left:20px;
}

.insurance-coverage ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("https://timcorps.com/staging/wp-content/uploads/2025/11/Group-33811.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.insurance-coverage ul li a {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.insurance-coverage ul li a svg {
  display: none;
}
.insurance-coverage ul li a:hover {
  color: #0C2172;
  text-decoration: underline;
}
.insurance-coverage ul li a:hover svg {
  display: block;
}
.insurance-coverage .count-animate {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.insurance-coverage .count-animate span {
  color: #0C2172;
  font-family: "NotoSans-bold";
  font-size: 60px;
  line-height: 70px;
}
.insurance-coverage .count-animate h6 {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 20px;
  line-height: 32px;
}
.insurance-coverage .count-animate p {
  color: #333;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 26px;
}
.insurance-coverage .count-animate .left-line {
  border-left: 1px solid #D9D9D9;
  padding-left: 40px;
}
.insurance-coverage .box {
  background-color: #3D54B6;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: -160px;
}
.insurance-coverage .box a {
  color: #fff;
  text-decoration: none;
}
.insurance-coverage .box h6 {
  color: #fff;
}
.insurance-coverage .box p {
  color: #fff;
}
.insurance-coverage .box h4 {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.insurance-coverage .box .faq-bottom-content {
  margin-top: 35px;
}
.insurance-coverage .list-box {
  background-color: #F0F6FF;
  padding: 30px;
  border-radius: 10px;
}
.insurance-coverage .list-box h4 {
  color: #000;
  font-family: "NotoSans-SemiBold";
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
.insurance-coverage .list-box a {
  color: #000;
}
.insurance-coverage .list-box ul li{
	padding-left:0;
}
.insurance-coverage .list-box ul li::before {
	display:none;
}

.service-quality-points {
  padding: 100px 0px;
  position: unset;
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%);
}
.service-quality-points::before {
  display: none;
}
.service-quality-points h5 {
  color: #CA1722;
}
.service-quality-points .box {
  border-radius: 30px;
  background-color: #F3F5FF;
  width: 601px;
  height: 460px;
  position: relative;
}
.service-quality-points .row:not(:first-child) {
  margin-bottom: 150px !important;
}
.service-quality-points .row:last-of-type {
  margin-bottom: 60px !important;
}
.service-quality-points .main-img {
  transition: transform 0.45s ease-out;
  border-radius: 30px 0px;
  position: absolute;
  top: 60px;
  right: -74px;
}
.service-quality-points .main-img:hover {
  transform: translateY(-10px);
}
.service-quality-points .main-img-1 {
  transition: box-shadow 0.1s linear, transform 0.45s ease-out;
  border-radius: 0px 30px;
  left: 0px;
}
.service-quality-points .main-img-1:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14);
}
.service-quality-points p {
  margin-bottom: 12px;
  color: #000;
}
.service-quality-points p:last-of-type {
  margin-bottom: 30px;
}
.service-quality-points ul {
  margin-bottom: 23px;
}
.service-quality-points ul li {
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}
.service-quality-points a {
  text-decoration: none;
}

.final-success {
  padding: 100px 0px;
  background-color: #F9F9F9;
}
.final-success h2 {
  margin-top: 10px;
}
.final-success h5 {
  color: #CA1722;
  margin-bottom: 6px;
}
.final-success .card {
  border: none;
  border-radius: 20px;
  background: linear-gradient(324deg, #0C2172 0%, #2643B0 100%);
  padding: 30px;
  height: 100%;
}
.final-success .card h4 {
  color: #FFF;
  font-family: "NotoSans-Regular";
  font-size: 24px;
  line-height: 36px;
}
.final-success .card p {
  margin-top: 85px;
  color: #FFF;
  font-family: "NotoSans-Light";
  font-size: 16px;
  line-height: 24px;
}
.final-success .row .col-lg-6:nth-child(even) {
  margin-top: 55px;
}
.final-success .row .col-lg-6:nth-child(odd) {
  margin-bottom: 55px;
}
.final-success .enquiry-btn p {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 18px;
  line-height: 26px;
}
.final-success .enquiry-btn p a {
  color: #0C2172;
  text-decoration: underline;
  font-family: "NotoSans-Medium";
}
.final-success .enquiry-btn p a svg {
  margin-left: 7px;
}
.final-success .service-points .slick-slide {
  margin: 0 10px;
}

.faq-section .accordion .accordion-item:last-child {
  border-bottom: 1px solid #dee2e6;
}
.faq-section .accordion .accordion-item button {
  color: #000;
  font-size: 18px;
  font-family: "NotoSans-Regular";
  line-height: 22px;
  padding-left: 0;
  padding: 20px 0;
  background: transparent;
}
.faq-section .accordion .accordion-item button:focus {
  box-shadow: unset;
}
.faq-section .accordion .accordion-item button:after {
  background-image: url("../images/home/close.png");
  transform: none;
  width: 10px;
  background-size: contain;
  transition: all 0.3s;
}
.faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  font-family: "NotoSans-Medium";
}
.faq-section .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/home/open.png");
  width: 14px;
}
.faq-section .accordion .accordion-item .accordion-collapse.show .accordion-body p {
  color: #000000;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 0;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
.faq-section .faq-heading p {
  color: #464646;
  font-family: "NotoSans-Regular";
  font-size: 18px;
  line-height: 28px;
}
.faq-section p {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 18px;
  line-height: 26px;
}
.faq-section h5 {
  color: #CA1722;
}
.faq-section .faq-bottom-content img {
  margin-bottom: 15px;
}
.faq-section .faq-bottom-content h6 {
  color: #7F7F7F;
  font-size: 15px;
  line-height: normal;
  font-family: "NotoSans-Regular";
}
.faq-section .faq-bottom-content a {
  color: #000;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  font-family: "NotoSans-Medium";
}
.faq-section .secoundary-btn {
  color: #fff !important;
  font-family: "NotoSans-Regular" !important;
}

.common-faq {
  padding-bottom: 50px;
  padding-top: 150px;
}

.service-testimonial {
  padding-top: 100px;
  padding-bottom: 150px;
}

.term-condition {
  padding: 100px 0px;
}
.term-condition .mb-1 {
  margin-top: 60px;
}
.term-condition h2 {
  margin-top: 10px;
  margin-bottom: 12px;
}
.term-condition h3 {
  margin-bottom: 23px;
  font-size: 26px;
  line-height: 32px;
  color: #000;
}
.term-condition span {
  color: #858585;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 22px;
}
.term-condition .tag-heading {
  color: #283B8F;
  font-size: 14px;
  line-height: 22px;
}
.term-condition p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.term-condition ul{
	margin-bottom:20px;
}

.term-condition .policy-content-detail ol {
	padding-left:30px;
}

.term-condition .policy-content-detail ol li {
	font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}

.term-condition .policy-content-detail ul li {
  list-style: none;
	font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
	position:relative;
	padding-left:30px;
}

.term-condition .policy-content-detail ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("https://timcorps.com/staging/wp-content/uploads/2025/11/Group-33811.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.term-condition .policies-heading li{
	list-style:none;
	border-left: 3px solid rgb(180, 180, 180);
  border-radius: 0;
}
.term-condition .policies-heading li.active{
	border-left: 3px solid #283B8F;
}
.term-condition .policies-heading li.active a{
	color: #283B8F;
}
.term-condition .policies-heading li a{
  font-size: 18px;
  line-height: 24px;
  color: black;
  font-family: "NotoSans-Regular";
	margin-bottom:10px;
	display:inline-block;
	padding-left:15px;
}
.term-condition .policies-heading li:last-of-type a {
    margin-bottom: 0;
}

.term-condition .box {
  background-color: #EEF1FF;
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}
.term-condition .box h3 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.term-condition .box p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.term-condition .box ul {
  margin-bottom: 20px;
}
.term-condition .box ul li {
  color: #010000;
  font-size: 16px;
  line-height: 20px;
  list-style: none;
  margin-bottom: 10px;
  font-family: "NotoSans-Regular";
}
.term-condition .box .secoundary-btn {
  margin-bottom: 20px;
  display: inline-block;
}
.term-condition .box img {
  margin-bottom: -40px;
}

.term-condition .nav-pills .nav-link:active,
.nav-pills .nav-link.active,
.nav-pills .show .nav-link {
  color: #283B8F !important;
  border-left: 3px solid #283B8F;
  border-radius: 0;
  background-color: transparent !important;
  font-family: "NotoSans-Medium";
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
a,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #283B8F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "NotoSans-Regular";
}

.btn-arw {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  padding: 12px 25px !important;
  background-color: #fff;
  color: #283b8f !important;
  border-radius: 60px;
  cursor: pointer;
  overflow: hidden;
  border: none;
}
.btn-arw a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "NotoSans-Regular";
}
.btn-arw svg {
  margin-left: 5px;
}
.btn-arw::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/home/arrow-down-right.png"), url("../images/home/arrow-down-right.png");
  background-position: 0 0px, -15px -15px;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  animation: buttonArrow 0.7s infinite;
}
.btn-arw:hover::after {
  opacity: 1;
}
.btn-arw:hover svg, .btn-arw:hover img {
  visibility: hidden;
}

.hover-arw-non:hover svg, .hover-arw-non:hover img {
  visibility: visible;
}

@keyframes buttonArrow {
  0% {
    background-position: 0 0px, -15px 15px;
  }
  100% {
    background-position: 25px -25px, 0 0;
  }
}
h2 {
  color: #000;
  font-family: "NotoSans-SemiBold";
  font-size: 44px;
  line-height: 52px;
}

p {
  color: #000;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  line-height: 26px;
}

.tag-heading {
  color: #283B8F;
  font-size: 14px;
  background-color: #E9EEFF;
  border-radius: 20px;
  text-align: center;
  padding: 7px 10px;
  font-family: "NotoSans-Regular";
  text-transform: uppercase;
}

.secoundary-btn {
  padding: 12px 25px;
  border-radius: 25px;
  background: #283B8F;
  border: none;
  position: relative;
  color: #fff !important;
}

.secoundary-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -31px;
  top: 0px;
  height: 25px;
  width: 25px;
  background-image: url("../images/home/arrow-white-right.png"), url("../images/home/arrow-white-right.png");
  background-repeat: no-repeat;
  background-size: inherit;
  vertical-align: middle;
  display: none;
  transition: opacity 0.5s cubic-bezier(0.84, -0.01, 0.25, 0.99);
  margin-left: 22px;
  animation-name: buttonArrow;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
}
.secoundary-btn:hover::after {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 15px;
  width: 15px;
  margin-left: 0;
}
.secoundary-btn:hover svg {
  visibility: hidden;
}

.main-malaysia h2 {
  margin: 10px 0 15px 0;
}

.main-malaysia .customer-support {
	padding-top:100px;
}

.main-malaysia .malaysia-banner .malaysia-slide-img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
}
.main-malaysia .malaysia-banner .malaysia-slide-img img {
  width: 100%;
}
.main-malaysia .malaysia-services {
  padding: 126px 0 150px 0;
  background: #F6F7FF;
}
.main-malaysia .malaysia-services .card {
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  background: #FFF;
}
.main-malaysia .malaysia-services .card .card-body {
  margin-top: 30px;
}
.main-malaysia .malaysia-services .card .card-body h5 {
  color: #000;
  font-family: "NotoSans-SemiBold";
  font-size: 28px;
  line-height: normal;
  margin-top: 5px;
}
.main-malaysia .malaysia-services .card .card-body p {
  margin-bottom: 15px;
}
.main-malaysia .malaysia-services .card .card-footer span{
	color:#283B8F;
}
.zoom-animate img{
	    transition: 0.3s linear;
}
.zoom-animate {
    overflow: hidden;
	border-radius:10px;
}
.zoom-animate:hover img {
    transform: scale(1.1);
}
.main-malaysia .malaysia-services .card .card-footer {
  background-color: unset;
  border: 0;
  padding-left: 0;
}

.homeblog {
  position: relative;
  overflow: hidden;
}
.homeblog .top-box {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: rgba(0, 0, 0, 0.22);
  padding: 8px 12px;
  border-radius: 10px;
}
.homeblog .top-box h6 {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-family: "NotoSans-Light";
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.error-page {
  padding: 150px 0px;
}
.error-page h3 {
  margin-bottom: 15px;
}
.error-page p {
  margin-bottom: 20px;
}

.faq-sticky {
  position: sticky;
  top: 50px;
}
.faq-sticky h6 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.faq-sticky ul li {
  list-style: none;
  margin-bottom: 16px;
  padding-left: 0;
}
.faq-sticky ul li a {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-family: "NotoSans-regular";
}
.faq-sticky ul li::before {
  display: none;
}
.faq-sticky ul li .list-active {
  text-decoration: underline;
  color: #283B8F;
}
.faq-sticky .box {
  background-color: #EEF1FF;
  padding: 30px 40px;
  border-radius: 20px;
  margin-top: 50px;
}
.faq-sticky .box h3 {
  color: #000;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.faq-sticky .box p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.faq-sticky .box ul li {
  color: #010000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.faq-sticky .box .secoundary-btn {
  margin-bottom: 12px;
  margin-top: 25px;
  display: inline-block;
}
.faq-sticky .box img {
  margin-bottom: -30px;
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

.form-area h3 {
  color: #000;
  font-size: 26px;
  line-height: 40px;
  font-family: "NotoSans-Medium";
  margin-bottom: 8px;
}
.form-area form {
  margin-top: 30px;
}
.form-area form label {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  font-family: "NotoSans-Regular";
}
.form-area form label span {
  color: #D10A11;
  font-size: 16px;
  line-height: 24px;
}
.form-area form input {
  color: #000;
}
.form-area form input::-moz-placeholder {
  color: #848484;
  font-size: 16px;
}
.form-area form input::placeholder {
  color: #848484;
  font-size: 16px;
}
.form-area form .comment p {
  color: #848484;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}
.form-area form .form-control {
  border-radius: 6px;
  border: 1px solid #E8EEF2;
  background: #F5F8FA;
	padding:12px 16px;
}
.form-area form .checkbox {
  padding-top: 25px;
  align-items: center;
  display: flex;
  gap: 14px;
}
.form-area form .checkbox input {
  width: 26px;
  height: 26px;
}
.form-area form .checkbox input:focus {
  box-shadow: none;
}
.form-area form .checkbox p {
  margin-bottom: 0;
  color: #000;
}
.form-area form .checkbox p a {
  text-decoration: underline;
  color: #283B8F;
}
.form-area form .submit {
  border: 0;
}
.form-area .iti {
  display: block;
}
.form-area .iti .iti__flag {
  display: none;
}

.pos-sticky-bar {
  position: sticky;
  top: 50px;
}

.form-check-input:checked {
  background-color: #283B8F;
  border-color: #283B8F;
}

.form-area form .checkbox .wpcf7-list-item-label{
	display:none;
}

.form-area form .checkbox .wpcf7-not-valid-tip{
	display:none;
}


.form-area form .checkbox .wpcf7-validates-as-required input{
	accent-color:#283b8f;
}

.email-input .wpcf7-not-valid-tip{
	display:none;
}

.enquiry-testimonial .home-testimonial {
	padding:0;
}

.abot-testimonial .home-testimonial {
	padding:0;
}
.service-testimonial .home-testimonial {
	padding:0;
}

.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg img {
	object-fit:contain;
}

.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button .mindzchatmsgsend-greenround .mindzchatmsgsend img {
	filter: brightness(0) invert(1);
    display: block;
    position: absolute;
    object-fit: none;
    left: 0;
    top: -6px;
}

.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg .mindzchatbodywindowreceivedmsgchat .emoji {
	position:unset;
}

.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchatusername p{
	color:#fff;
}

.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose {
	  top: 20px;
    right: -20px;
}


/* End  */

@media only screen and (min-width: 1800px) {
  .home-banner .slick-prev {
    left: -828px !important;
  }
  .home-banner .slick-prev {
    right: -828px !important;
  }
  .home-banner .slide-counter {
    left: 315px;
    top: 330px;
  }
	
 .enquiry-form .ban-img {
      margin-bottom: 0;
      margin-top: 40%;
   }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .home-banner .home-follow-links {
    position: absolute;
    bottom: 15px;
    left: 7%;
    width: 85%;
  }
  .home-banner .home-follow-links h5 {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    font-family: "NotoSans-Regular";
  }
  .slick-prev {
    left: -700px !important;
  }
  .slick-next {
    right: -700px !important;
  }
  .slide-counter {
    top: 205px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-banner .container h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .home-banner .home-follow-links {
    position: absolute;
    bottom: 35px;
    left: 120px;
    width: 82%;
    z-index: 99;
  }
  .home-banner .slide-counter {
    top: 185px;
    left: 125px;
  }
  .home-about .tag-heading {
    width: 10%;
  }
  .home-about .abt-box-content {
    gap: 20px;
  }
  .home-about .box p {
    font-size: 14px;
    line-height: 22px;
  }
  .home-about .box:nth-child(5) img {
    margin-bottom: 60px;
  }
  .our-services .tag-heading {
    width: 40%;
  }
  .home-ourfeatures .tag-heading {
    width: 30%;
  }
  .home-testimonial .tag-heading {
    width: 25%;
  }
  .about-banner .career-images img {
    width: 100%;
  }
  .home-blog .img-fluid {
    width: 90% !important;
  }
  .sector-qualitypoints .main-img {
    width: 100% !important;
  }
  .sector-qualitypoints h2 {
    font-size: 38px;
    line-height: 47px;
  }
  footer .footer-bg {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  h2 {
    font-size: 35px;
    line-height: 50px;
  }
  .home-banner .banner-slider img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
  .home-banner .home-follow-links {
    left: 80px;
    width: 88%;
  }
  .home-banner .slide-counter {
    left: 55px;
    top: 425px;
  }
  .home-about .abt-box-content {
    overflow: scroll;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
  }
  .home-about .abt-box-content .abt-img {
    display: none;
  }
  .home-about .box {
    height: 100% !important;
  }
  .home-about .tag-heading {
    width: 10%;
  }
  .home-testimonial {
    overflow: hidden;
    padding-bottom: 40px;
  }
  .home-testimonial .card {
    margin: 0;
    padding: 35px;
	  min-height:400px;
	  height:300px;
  }
  .home-testimonial .slick-slide {
    margin: auto 15px;
  }
  .home-testimonial .tag-heading {
    width: 30%;
  }
  .home-testimonial .slick-dots {
    bottom: -45px;
  }
  .home-testimonial .slick-dots li button::before {
    color: #283B8F;
    font-size: 20px;
  }
  .home-testimonial .slick-dots li.slick-active button:before {
    color: #283B8F;
    opacity: 1;
  }
  .home-trustedcompnies {
    padding-bottom: 60px;
  }
  .home-blog {
    overflow: hidden;
  }
  .home-blog .homeblog .content-box {
    width: 270px;
  }
  .home-blog .homeblog img {
    width: 95%;
  }
  .our-services {
    overflow: hidden;
  }
  .our-services .tag-heading {
    width: 40%;
  }
  .our-services .service-slider .service-box.active {
    width: 100%;
  }
  .our-services .service-slider .service-box.active .wht-box {
    width: 90%;
  }
  .about-banner .career-images img {
    width: 100%;
  }
  footer .footer-bg {
    width: 100%;
  }
  .insurance-coverage .pos-sticky-bar .faq-bottom-content .talk-to {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .quality-points {
    padding: 0;
  }
  .quality-points .box {
    width: 433px;
    height: 368px;
  }
  .quality-points .main-img {
    width: 100%;
    top: 47px;
    right: -55px;
  }
  .quality-points .heading-sec {
    margin-top: -30px;
  }
  .quality-points .row:not(:first-child) {
    margin-bottom: 100px !important;
  }
  .google-map {
    padding-bottom: 80px;
  }
  .google-map img {
    width: 100%;
  }
  .customer-support {
    padding-bottom: 20px !important;
  }
  .enquiry-form {
    padding: 100px 0px 40px;
  }
  .enquiry-form .ban-img {
    width: 40%;
  }
  .why-choose .count-animate {
    row-gap: 25px;
    margin-top: 30px;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .why-choose .count-animate span {
    font-size: 50px;
    line-height: 60px;
  }
  .why-choose .count-animate p {
    font-size: 14px;
    line-height: 26px;
  }
  .career-banner .career-images {
    margin-bottom: -270px;
    margin-top: 20px;
  }
  .career-jobs {
    padding-top: 250px;
  }
  .final-success .service-points {
    row-gap: 20px;
  }
	.term-condition .box {
		padding:20px;
	}
	.term-condition .box h3{
		font-size:20px;
		line-height:22px;
	}
	.term-condition .box p{
		font-size:14px;
		line-height:22px;
	}
	.term-condition .box img {
		width:100%;
		margin-bottom:-20px;
	}
}
@media only screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 140px;
    scroll-behavior: smooth;
  }
  .hamburger {
    display: block;
  }
	.main-malaysia .malaysia-services .card{
		padding: 20px;
	}
	.main-malaysia .malaysia-services .card .card-body h5{
		font-size:23px;
		line-height:32px;
	}
	.main-malaysia .malaysia-services{
		padding:50px 0;
	}
		.main-malaysia .about-sec{
	padding-bottom:50px;
}
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #fff !important;
    width: 100% !important;
  }
  header .navbar .dropdown:hover .dropdown-menu {
    position: static;
    padding: 0;
  }
  header .navbar .dropdown .wht-box {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
  header .navbar .dropdown .wht-box::before {
    display: none;
  }
  header .navbar .dropdown .wht-box .dropdown-blogs {
    display: none;
  }
  header .navbar .dropdown .wht-box h5 {
    color: #fff;
    font-family: "NotoSans-light";
  }
  header .navbar .dropdown .wht-box .icon {
    display: none;
  }
  header .navbar .dropdown .wht-box li {
    margin-bottom: 0;
  }
  header .navbar .dropdown .wht-box p {
    display: none;
  }
  header .navbar .dropdown .wht-box .bottom-content {
    display: none !important;
  }
  header .navbar .dropdown ul li:hover {
    background-color: transparent;
  }
  header .navbar .dropdown ul li:hover a {
    color: #fff;
  }
	
	header .nav-down {
		transform:none;
	}
	header .nav-up {
		transform:none;
	}
	
	header .is-fixed {
		position:unset;
		gap:0;
		left: 25px;
		justify-content:space-between !important;
	}
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0 !important;
    flex-direction: column !important;
    background: #283B8F;
    width: 76%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 100px 0px 40px 28px;
  }
  .nav-active .logo {
    display: none;
  }
  .nav-active .mob-logo {
    display: block;
  }
  .nav-active li {
    margin: 0px 0px 15px;
    list-style: none;
  }
  .nav-active li a {
    color: #fff;
  }
  .nav-active li a .btn-light {
    color: #01443C;
  }
  .nav-active li .btn-arw {
    display: none;
  }
  .nav-active .nav-link.dropdown-toggle.show {
    color: #fff;
  }
  .nav-active .dropdown-menu.show {
    position: static !important;
    transform: translate3d(0px, 10px, 0px) !important;
    padding: 0px 0px 0px !important;
    border: none;
    background: transparent;
  }
  .nav-active .dropdown-menu.show .wht-box {
    border: none;
    background-color: #283B8F !important;
    padding: 10px 0px 0px !important;
    border-radius: 0 !important;
    flex-direction: column;
    left: 30px;
    gap: 20px !important;
    margin-bottom: 20px;
    box-shadow: none !important;
  }
  .nav-active .dropdown-menu.show .wht-box li {
    list-style: none;
  }
  .nav-active .dropdown-menu.show .wht-box li a {
    color: white;
  }
  .nav-active .dropdown-menu.show .wht-box:before {
    display: none;
  }
  .nav-active .dropdown-menu.show .wht-box .dropdown-menu {
    display: block !important;
  }
  .nav-active .social-icons {
    color: white;
    border-top: 1px solid white;
    width: 100%;
    padding-top: 25px;
  }
  .nav-active .dropdown-toggle::after {
    display: none;
  }
  .nav-active .nav-link.dropdown-toggle.show svg {
    transform: rotate(180deg) !important;
  }
  .nav-active .nav-link.dropdown-toggle.show svg path {
    stroke: #ffffff;
    fill: none !important;
  }
  .nav-active .mb-80 {
    margin-bottom: 80px;
  }
  .nav-active .nav-call-us {
    display: none;
  }
  .nav-active .primary-btn {
    display: none;
  }
  .nav-menu.active {
    left: 0;
    align-items: start !important;
    background-color: #283B8F;
    z-index: -1;
  }
  .nav-menu.active li {
    margin: 0px 0px 13px;
  }
  .nav-menu.active li a {
    color: #fff;
  }
  header .navbar {
    position: sticky;
    width: 100%;
  }
  header .nav-active {
    position: fixed;
    width: 65%;
  }
  header .navbar-toggler {
    border: none;
    padding: 0;
  }
  header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-toggler-icon {
    background-image: url("../images/common/bar.png");
  }
  header .offcanvas.show {
    width: 80%;
    background-color: #283b8f;
  }
  .home-trustedcompnies .looping-carousel {
    gap: 30px;
    animation: LoopingCarousel-forward linear infinite;
    animation-play-state: running;
  }
  .home-trustedcompnies .looping-carousel .card {
    width: 457px;
    margin: 0;
  }
  .home-trustedcompnies .logos {
    flex-wrap: nowrap;
  }
  .home-trustedcompnies .ani-hover-pause {
    overflow: hidden;
    gap: 15px;
  }
  .home-trustedcompnies .ani-hover-pause:hover .looping-carousel {
    animation-play-state: paused;
  }
  @keyframes LoopingCarousel-forward {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-65%);
    }
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 46px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
	
	.tag-heading {
		font-size: 12px;
	}
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    bottom: -60px;
  }
  .slick-dots li button::before {
    color: #283B8F;
    font-size: 20px;
  }
  .home-banner .home-follow-links {
    left: 32px;
    width: 85%;
    bottom: 40px;
  }
  .home-banner .home-slideimg {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner .slide-counter {
    left: 40px;
    top: 300px;
  }
  .home-banner .container {
    top: 35px;
  }
  .home-about .tag-heading {
    width: 20%;
  }
  .home-about .abt-box-content {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 30px;
    align-items: center;
	margin-top: 40px !important;
  }
  .home-about .abt-box-content .abt-img {
    display: block;
    width: 315px;
    height: 256px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .home-about .abt-box-content .box {
    width: 315px;
    height: 256px;
  }
  .home-about .abt-box-content .box:nth-child(2) {
    margin-top: 0;
  }
  .home-about .abt-box-content .box:nth-child(3) {
    margin-top: 0;
  }
  .home-about .abt-box-content .box:nth-child(4) {
    margin-top: 0;
  }
  .home-about .abt-box-content .box:nth-child(5) img {
    margin-bottom: 50px;
  }
  .home-ourfeatures .our-features {
    row-gap: 30px;
  }
  .our-services {
    overflow: hidden;
  }
  .our-services .tag-heading {
    width: 25% !important;
  }
  .our-services .service-slider .service-box {
    position: unset;
    width: 350px !important;
    margin: auto 17px;
    height: 100%;
  }
  .our-services .service-slider .service-box a {
    text-decoration: none;
  }
  .our-services .service-slider .service-box .wht-box {
    position: unset;
    visibility: visible;
    opacity: 1;
    width: 400px;
  }
	.our-services .service-box .wht-box button{
	   padding: 0;
       margin-top: 10px;
       background: transparent;
       color: cornflowerblue;
       border: none;
	}
  .our-services .service-slider .service-box.active {
    height: 100%;
  }
  .home-testimonial {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .home-testimonial .card {
    margin: 0 10px;
	  min-height: 305px;
	  height:305px;
  }
	.abot-testimonial {
		padding-bottom:0 !important;
	}
	.home-testimonial .testimonial-slider {
		margin-top:30px;       
		margin-bottom: 70px;
	}
  .home-trustedcompnies {
    padding-bottom: 50px;
  }
  .blog-banner {
    padding-bottom: 50px;
  }
  .blog-banner .homeblog {
    margin-top: 50px;
  }
  .blog-banner .homeblog img {
    width: 100%;
  }
  .home-blog {
    padding: 70px 0px;
    overflow: hidden;
  }
  .home-blog .homeblog .content-box {
    width: 300px;
  }
  .home-blog .slick-slide {
    margin: auto 15px;
  }
  footer .footer-bg {
    position: absolute;
    width: 92%;
  }
  .career-detail {
    padding: 70px 0px 50px;
  }
  .vacancy-jobs {
    padding: 60px 0px 50px;
  }
  .vacancy-jobs .pos-sticky-bar {
    margin-bottom: 30px;
  }
  .value-culture {
    padding: 50px 0px;
  }
  .value-culture .pos-sticky-bar {
    margin-bottom: 30px;
  }
  .blog-detail-sec {
    padding: 70px 0px 50px;
  }
  .blog-detail-sec .homeblog img {
    width: 100%;
  }
  .insurance-coverage .box {
    margin-top: 30px;
  }
  .quality-points {
    padding: 0px 0px 70px !important;
  }
  .quality-points .sector-banner {
    margin-top: 0;
  }
  .quality-points .heading-sec {
    margin-top: -20px;
  }
  .quality-points h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .quality-points p:last-of-type {
    font-size: 14px;
  }
  .quality-points ul li {
    font-size: 14px;
  }
  .quality-points .main-img {
    width: 100%;
  }
  .quality-points .row:not(:first-child) {
    row-gap: 100px;
    margin-bottom: 35px !important;
  }
  .service-quality-points {
    padding: 70px 0px 0px !important;
  }
  .service-quality-points h2 {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .service-quality-points .main-img {
    width: 75%;
    top: 15%;
    right: 95px;
  }
  .service-quality-points .row:not(:first-child) {
    row-gap: 100px;
    margin-bottom: 70px !important;
  }
  .faq-banner {
    padding: 100px 0px 50px;
  }
  .faq-section {
    padding: 50px 0px;
  }
  .faq-section .faq-bottom-content a {
    font-size: 14px;
  }
  .google-map {
    padding-bottom: 10px;
  }
  .google-map img {
    width: 100%;
  }
  .customer-support {
    padding-top: 0;
    padding-bottom: 60px !important;
  }
  .faq-sticky {
    top: 115px;
  }
  .faq-sticky .box {
    padding: 20px;
    display: none;
  }
  .faq-sticky .box img {
    margin-bottom: -20px;
  }
  .enquiry-form {
    padding: 65px 0px 50px;
  }
  .enquiry-form .form-area {
    margin-top: 30px;
  }
  .enquiry-form .ban-img {
    display: none;
  }
  .why-choose {
    padding: 50px 0px;
  }
  .term-condition {
    padding: 150px 0px 50px;
  }
  .term-condition .nav-pills {
    display: none;
  }
  .term-condition .box {
    display: none;
  }
  .contact-section {
    padding: 0px !important;
  }
  .about-banner .career-images {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .about-banner .career-images img {
    margin-bottom: -75px;
    width: 100%;
  }
  .service-banner::before {
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 62px;
    left: 0;
  }
  .error-page {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }

  .form-area label {
    font-size: 14px;
    line-height: 28px;
  }
  .home-banner .container {
    top: 35px;
  }
  .home-banner .container h1 {
    font-size: 25px;
    line-height: 34px;
  }
  .home-banner .container p {
    margin-bottom: 25px;
  }
  .home-banner .home-slideimg {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner .home-follow-links {
    left: 10px;
    width: 88%;
    bottom: 100px;
  }
	.main-malaysia .malaysia-services{
		padding: 80px 0 80px 0;
	}
	.main-malaysia .malaysia-services .card{
		padding: 20px;
	}
	.main-malaysia .malaysia-services .card .card-body h5{
		font-size:23px;
		line-height:32px;
	}
  .home-banner .home-follow-links h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .home-banner .home-follow-links .scroll-down {
    display: none !important;
  }
  .home-banner .slick-dots {
    bottom: 50px;
    left: -130px;
  }
  .home-banner .slick-dots li button {
    border: none;
  }
  .home-banner .slick-dots li button::before {
    color: #ffffff;
    font-size: 20px;
  }
  .home-banner .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
  }
  .home-banner .slide-counter {
    left: 20px;
    top: 200px;
  }
  .container-width {
    width: 92%;
    margin: auto;
  }
  .tag-heading {
    font-size: 12px;
  }
  p br {
    display: none;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    bottom: -45px;
  }
  .slick-dots li button {
    width: 19px;
    height: 19px;
    border: 1px solid #283B8F;
    border-radius: 50px;
    background: transparent;
  }
  .slick-dots li button::before {
    font-size: 20px;
    color: transparent;
  }
  .slick-dots li.slick-active button:before {
    color: #283B8F;
    opacity: 1;
  }
  .home-about {
    padding: 50px 0px;
  }
  .home-about .abt-box-content {
    flex-direction: column;
    justify-content: center !important;
    gap: 20px;
    align-items: center;
  }
  .home-about .abt-box-content .abt-img {
    display: block;
    width: 315px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    height: 240px;
  }
  .home-about .abt-box-content .box {
    width: 315px;
  }
  .home-about .box:nth-child(2),
  .home-about .box:nth-child(4) {
    margin-top: 0;
  }
  .home-about .box:nth-child(3) {
    margin-top: 0;
  }
  .home-about .box:nth-child(3) h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .home-about .box:nth-child(3) p {
    margin: 0;
  }
  .our-services {
    overflow: hidden;
    padding-bottom: 60px;
  }
  .our-services .tag-heading {
    width: 55% !important;
  }
  .our-services .service-slider .service-box {
    position: unset;
    width: 100%;
    height: 100%;
  }
  .our-services .service-slider .service-box a {
    text-decoration: none;
  }
  .our-services .service-slider .service-box .wht-box {
    position: unset;
    visibility: visible;
    opacity: 1;
    width: 400px;
  }
  .our-services .service-slider .service-box .wht-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .our-services .service-slider .service-box .wht-box h3 svg {
    width: 20px;
  }
  .our-services .service-slider .service-box.active {
    height: 100%;
  }
  .home-testimonial {
    padding-bottom: 55px;
    overflow: hidden;
  }
  .home-testimonial .card {
    margin: 0;
  }
  .home-trustedcompnies {
    padding-bottom: 50px;
    padding-top: 15px;
  }
  .home-trustedcompnies p {
    font-size: 16px;
    line-height: 22px;
  }
  .home-ourfeatures {
    padding-bottom: 50px;
  }
  .home-ourfeatures .our-features {
    row-gap: 30px;
  }
  .home-ourfeatures .our-features img {
    margin-bottom: 20px;
  }
  .home-ourfeatures .our-features h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .home-blog {
    padding: 60px 0px;
    overflow: hidden;
  }
  .home-blog .homeblog img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-blog .homeblog .content-box {
    width: 350px;
    position: unset;
    border: none;
  }
  footer {
    padding-top: 50px;
  }
  footer h5 {
    margin-bottom: 12px;
  }
  footer h3 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  footer .left-side p {
    margin-bottom: 25px;
  }
  footer .footer-bg {
    display: none;
  }
  footer .copy-rights-sec {
    margin-top: 35px;
  }
  footer .copy-rights-sec .copyrights {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .about-sec {
    padding-bottom: 50px;
  }
  .about-sec h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .about-sec .count-animate {
    margin-bottom: 20px;
    margin-top: 15px;
    flex-wrap: nowrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    -moz-column-gap: 14px;
         column-gap: 14px;
    text-align: center;
  }
  .about-sec .count-animate span {
    font-size: 36px;
    line-height: 48px;
  }
  .about-sec .count-animate p {
    font-size: 12px;
    line-height: 20px;
  }
  .video-part {
    overflow: hidden;
    padding: 0px;
  }
  .video-part::before {
    display: none;
  }
  .video-part .about-video video {
    margin-top: -20px;
    width: 375px !important;
    height: 200px;
    margin-left: -25px;
  }
  .video-part .about-video .ply-btn {
    width: 15%;
    left: 41%;
    top: 30%;
  }
  .our-team {
    padding: 40px 0px 0px;
  }
  .our-team .row-cols-md-5 {
    text-align: center;
  }
  .our-team .team-heading h2 {
    margin-top: 12px;
  }
  .our-team .team-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .service-quality-points {
    padding-bottom: 0;
  }
  .service-quality-points h2 {
    margin-top: 10px;
  }
  .service-quality-points .box {
    width: 315px;
    height: 241px;
  }
  .service-quality-points .main-img {
    width: 85%;
    top: 40px;
    right: 8px;
  }
  .service-quality-points .row:not(:first-child) {
    margin-bottom: 50px !important;
    row-gap: 95px !important;
  }
  .strategic-sec {
    padding-bottom: 30px;
  }
  .strategic-sec .box .icons .quatation {
    width: 70px;
    height: 60px;
  }
  .insurance-coverage {
    padding: 50px 0px;
  }
  .insurance-coverage h3 {
    font-size: 25px;
    line-height: 36px;
  }
  .insurance-coverage .count-animate {
    flex-direction: column;
    gap: 0px;
  }
  .insurance-coverage .count-animate span {
    font-size: 46px;
    line-height: 52px;
  }
  .insurance-coverage .count-animate h6 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0px 12px;
  }
  .insurance-coverage .count-animate p {
    font-size: 14px;
    line-height: 28px;
  }
  .insurance-coverage .box {
    margin-top: 30px;
  }
  .insurance-coverage .box .talk-to {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .final-success {
    padding: 50px 0px;
  }
  .final-success .row {
    row-gap: 30px;
  }
  .final-success .row .col-lg-6:nth-child(even) {
    margin: 0;
  }
  .final-success .row .col-lg-6:nth-child(odd) {
    margin: 0;
  }
  .final-success .card h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .final-success .enquiry-btn {
    flex-direction: column;
    gap: 15px !important;
  }
  .faq-section {
    padding: 50px 0px;
  }
  .faq-section .faq-heading {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
  }
  .faq-section .talk-to {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .faq-section .common-faq-heading .faq-bottom-content {
    display: none;
  }
  .faq-section .accordion .accordion-type {
    margin-top: 25px;
  }
  .faq-section .accordion .accordion-item button {
    font-size: 16px;
    pad: 18px 0px;
  }
  .faq-section .bottom-cont {
    margin-top: 35px;
  }
  .faq-section .faq-sticky .box {
    display: none;
  }
  .quality-points {
    padding-bottom: 0;
  }
  .quality-points .sector-banner {
    margin-top: 0;
  }
  .quality-points h2 {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .quality-points p {
    margin-bottom: 25px !important;
  }
  .quality-points .main-img {
    width: 100%;
  }
  .quality-points .heading-sec {
    margin-top: 0;
  }
  .quality-points .row:not(:first-child) {
    margin-bottom: 50px !important;
    row-gap: 35px;
  }
  .vacancy-jobs {
    padding: 50px 0px;
  }
  .vacancy-jobs .pos-sticky-bar {
    margin-bottom: 40px;
  }
  .vacancy-jobs .card {
    padding: 15px;
  }
  .vacancy-jobs .card .job-box {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start !important;
  }
  .value-culture {
    padding: 50px 0px;
  }
  .value-culture h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .value-culture p {
    font-size: 14px;
    line-height: 22px;
  }
  .value-culture .other-points {
    row-gap: 30px;
    margin-top: 30px;
  }
  .value-culture .other-points img {
    margin-bottom: 10px;
  }
  .career-detail {
    padding: 120px 0px 30px;
  }
  .career-detail .form-area {
    padding: 25px;
    border: none;
  }
  .contact-section {
    padding-bottom: 25px !important;
  }
  .contact-section .form-area {
    padding: 0 15px;
    margin-top: 30px;
  }
  .contact-section .form-area h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .contact-section .contact-detail h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .google-map {
    padding: 0px;
    overflow: hidden;
  }
  .google-map img {
    margin-left: -27px;
    width: 375px;
    height: 162px;
  }
  .customer-support {
    padding-top: 50px;
    padding-bottom: 40px !important;
  }
  .enquiry-form {
    padding: 50px 0px;
  }
  .enquiry-form .ban-img {
    margin-bottom: 0;
    margin-top: -56px;
    width: 99%;
    z-index: -1;
    position: relative;
  }
  .enquiry-form .form-area {
    padding: 10px;
  }
  .why-choose {
    padding: 50px 0px;
  }
  .why-choose .count-animate {
    gap: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .why-choose .count-animate span {
    font-size: 45px;
    line-height: 56px;
  }
  .why-choose .row > .col-lg-6:nth-of-type(2) {
    margin-top: 15px;
  }
  .why-choose .row > .col-lg-6:nth-of-type(3) {
    margin-top: 15px;
  }
  .why-choose .row > .col-lg-6:nth-of-type(4) {
    margin-top: 15px;
  }
  .faq-banner {
    padding: 50px 0px;
  }
  .term-condition {
    padding: 50px 0px 50px;
  }
  .term-condition .pos-sticky-bar {
    margin-bottom: 20px;
  }
  .term-condition .pos-sticky-bar span {
    font-size: 14px;
    line-height: 20px;
  }
  .term-condition p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .term-condition h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .term-condition .mb-1 {
    margin-top: 0;
  }
  .blog-banner {
    padding: 50px 0px 0px;
  }
  .blog-banner .homeblog {
    margin-top: 30px;
    width: 119%;
    margin-left: -27px;
  }
  .all-blog h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .blog-detail-sec {
    padding: 50px 0px 50px;
  }
  .blog-detail-sec p {
    font-size: 14px;
    line-height: 22px;
    font-family: "NotoSans-Regular";
  }
  .blog-detail-sec h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .blog-detail-sec .faq-sticky .box {
    margin-top: 20px;
  }
  .about-banner {
    padding: 50px 0px 50px;
  }
  .about-banner .about-images {
    margin-top: 20px !important;
  }
  .about-banner .about-images img {
    width: 100%;
  }
  .about-banner .career-images {
    margin-top: 40px;
  }
  .about-banner .career-images img {
    margin-bottom: -75px;
    width: 130%;
    margin-left: -43px;
  }
  .career-banner {
    padding: 70px 0px 90px;
    overflow: hidden;
  }
  .career-detail {
    padding: 50px 0px 50px;
  }
  .career-detail .job-heading {
    margin-bottom: 20px;
  }
  .career-detail h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .career-detail .form-area h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .sector-qualitypoints {
    background: transparent;
  }
  .sector-qualitypoints .points-qualities {
    flex-direction: column-reverse !important;
  }
  .sector-qualitypoints .sector-heading {
    margin-bottom: 30px;
  }
  .error-page {
    padding: 90px 0px;
  }
  .service-banner {
    padding: 50px 0px 50px;
  }
	.abot-testimonial{
		padding: 30px 0px 0px !important;
	}
	
	.abot-testimonial .home-testimonial .testimonial-slider {
		margin-bottom:60px;      
		margin-top: 30px;
	}
	.home-testimonial .card p {
		font-size:16px;
		line-height:24px;
	}
	
	.enquiry-testimonial {
		padding:50px 0px 0px;
	}
	
	.enquiry-testimonial  .testimonial-slider {
		margin-bottom:70px;
	}
	
	.all-faq .accordion-type {
		margin-top:30px;
	}
	.insurance-coverage .count-animate .left-line {
		border:none;
		padding:0;
	}
	.final-success .enquiry-btn p {
    font-size: 16px;
    line-height: 24px;
    }
	.service-testimonial{
		padding-top:50px;
		padding-bottom:50px;
	}
	
	.service-testimonial .testimonial-slider {
		margin-bottom:55px;
	}
	
	.mindzchatmodal{
		right:14px;
	}
}/*# sourceMappingURL=style.css.map */