@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
  padding: 0;
  order: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  margin: 0px;
}

html {
  width: 100%;
  display: inline-block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

li {
  list-style: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
  width: 100%;
}

html, body {
  max-width: 100%;
}

figure, figcaption {
  margin: 0;
  padding: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

/* FONTS */
@font-face {
  font-family: "bavantech_11";
  src: url("../fonts/bavantech11.eot");
  src: url("../fonts/bavantech11.eot?#iefix") format("embedded-opentype"), url("../fonts/bavantech11.woff2") format("woff2"), url("../fonts/bavantech11.woff") format("woff"), url("../fonts/bavantech11.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bavantech_32";
  src: url("../fonts/bavantech32.eot");
  src: url("../fonts/bavantech32.eot?#iefix") format("embedded-opentype"), url("../fonts/bavantech32.woff2") format("woff2"), url("../fonts/bavantech32.woff") format("woff"), url("../fonts/bavantech32.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sundaram_f";
  src: url("../fonts/sundaram.eot");
  src: url("../fonts/sundaram.eot?#iefix") format("embedded-opentype"), url("../fonts/sundaram.woff2") format("woff2"), url("../fonts/sundaram.woff") format("woff"), url("../fonts/sundaram.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AnekTamil_regular";
  src: url("../fonts/AnekTamil-Regular.eot");
  src: url("../fonts/AnekTamil-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AnekTamil-Regular.woff2") format("woff2"), url("../fonts/AnekTamil-Regular.woff") format("woff"), url("../fonts/AnekTamil-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AnekTamil_semi";
  src: url("../fonts/AnekTamil-Medium.eot");
  src: url("../fonts/AnekTamil-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AnekTamil-Medium.woff2") format("woff2"), url("../fonts/AnekTamil-Medium.woff") format("woff"), url("../fonts/AnekTamil-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AnekTamil_bold";
  src: url("../fonts/AnekTamil-Bold.eot");
  src: url("../fonts/AnekTamil-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AnekTamil-Bold.woff2") format("woff2"), url("../fonts/AnekTamil-Bold.woff") format("woff"), url("../fonts/AnekTamil-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* FONTS */
/* GRID */
.grid {
  display: grid;
  grid-template-rows: repeat(var(--ps-rows, 1), 1fr);
  grid-template-columns: repeat(var(--ps-columns, 12), 1fr);
  gap: var(--ps-gap, 1.5rem);
}

.grid .g-col-1 {
  grid-column: auto/span 1;
}

.grid .g-col-2 {
  grid-column: auto/span 2;
}

.grid .g-col-3 {
  grid-column: auto/span 3;
}

.grid .g-col-4 {
  grid-column: auto/span 4;
}

.grid .g-col-5 {
  grid-column: auto/span 5;
}

.grid .g-col-6 {
  grid-column: auto/span 6;
}

.grid .g-col-7 {
  grid-column: auto/span 7;
}

.grid .g-col-8 {
  grid-column: auto/span 8;
}

.grid .g-col-9 {
  grid-column: auto/span 9;
}

.grid .g-col-10 {
  grid-column: auto/span 10;
}

.grid .g-col-11 {
  grid-column: auto/span 11;
}

.grid .g-col-12 {
  grid-column: auto/span 12;
}

.grid .g-start-1 {
  grid-column-start: 1;
}

.grid .g-start-2 {
  grid-column-start: 2;
}

.grid .g-start-3 {
  grid-column-start: 3;
}

.grid .g-start-4 {
  grid-column-start: 4;
}

.grid .g-start-5 {
  grid-column-start: 5;
}

.grid .g-start-6 {
  grid-column-start: 6;
}

.grid .g-start-7 {
  grid-column-start: 7;
}

.grid .g-start-8 {
  grid-column-start: 8;
}

.grid .g-start-9 {
  grid-column-start: 9;
}

.grid .g-start-10 {
  grid-column-start: 10;
}

.grid .g-start-11 {
  grid-column-start: 11;
}

@media (min-width: 250px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}
/* MIXIN */
:root {
  --ps-yellow:#ffe533;
  --ps-green:#006635;
  --ps-logo-yellow: #ffcc00;
  --ps-red: #e3032e;
  --ps-logo-colorall:linear-gradient(90deg, rgba(236,26,59,1) 0%, rgba(255,211,0,1) 50%, rgba(27,117,187,1) 100%);
  --ps-logo-color:linear-gradient(90deg, rgba(236,26,59,1) 0%, rgba(255,211,0,1) 100%);
  --ps-logo-colorbl:linear-gradient(90deg, rgba(255,211,0,1) 0%, rgba(27,117,187,1) 100%);
  --ps-logo-colorsec:linear-gradient(90deg, #ec6757 0%, #d14259 100%);
  --ps-hover-blue:#007df3;
  --index: calc(1.7vw + 1.7vh);
  --transition: cubic-bezier(.1, .7, 0, 1);
  --ps-primarybg:#F8F8F8;
  --size: 20px;
  --line: color-mix(in lch, canvasText, #353940 85%);
}

.img_fluid {
  width: 100%;
  height: auto;
}

/* COMMON */
body {
  font-family: "sundaram_f";
}

a {
  text-decoration: none;
}

p, li {
  line-height: 170%;
  /*font-size: $size;*/
  font-size: 1rem;
  font-family: "AnekTamil_regular";
}

.container {
  width: 68vw;
  margin: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 1px;
  line-height: 150%;
  font-family: "bavantech_11";
  font-weight: normal;
}

h1 {
  font-size: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h1 {
    font-size: calc(30px + 0 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h2 {
    font-size: calc(25px + 3 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h3 {
    font-size: calc(20px + 3 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h4 {
    font-size: calc(25px + 0 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h5 {
    font-size: calc(18px + 2 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  h6 {
    font-size: calc(18px + 0 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  h6 {
    font-size: 18px;
  }
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.screenxlonly {
  display: block;
}

.screenlgonly {
  display: none;
}

header {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  height: 60px;
  container-name: mainHeader;
  container-type: inline-size;
}
header .grid {
  grid-template-columns: max-content 1fr;
}
header .logoSec {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #fff;
  margin-top: 12px;
  padding-left: 20px;
}
header .logoSec span {
  font-family: "bavantech_11";
  font-size: 26px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  header .logoSec span {
    font-size: calc(18px + 5 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  header .logoSec span {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  header .logoSec span {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  header .logoSec span {
    font-size: 36px;
  }
}
@container mainHeader (max-width:1300px) {}

.menu > ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.menu > ul:before, .menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 18px 20px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "AnekTamil_semi";width: 100%;
}

.menu .yellowBtn {
  height: auto;
  display: flex;
  align-items: center;
}
.menu .yellowBtn a {
  color: #146836;
  letter-spacing: 2px;
  font-family: "AnekTamil_semi";
  line-height: 30px;
  margin: 0;
  padding: 0 20px;
}
.menu .yellowBtn a:hover {
  color: #146836;
  background: none;
}

.smallmenupre.menu .yellowBtn {
  max-width: 100%;
  justify-content: center;
}

.menu > ul > li a:hover {
  color: #9a9d9d;
}

.menu > ul > li > ul {
  width: auto;
  position: absolute;
  z-index: 1001;
  left: -10000px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  top: 100%;
  background-color: #fff;
  opacity: 0;
  transform: translateX(0%) translateY(-10px);
  transition: transform 0.2s ease, opacity 0.2s ease;
  max-height: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 93px;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.0784313725);
}

.menu > ul > li:hover > ul {
  opacity: 1;
  left: auto;
  transform: translateX(0%) translateY(0px);
  max-height: none;
  overflow: visible;
}

.menu > ul > li > ul:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 0px;
  left: 55px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
  transform: translateX(-50%);
}

.menu > ul > li.menu-item-62947 > ul > li a {
  font-weight: bold;
}

.menu > ul > li.menu-item-62947 > ul > li > ul > li a {
  font-weight: normal;
}

.menu > ul > li.menu-item-55 > ul:after {
  left: 205px;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  background: none;
}

.menu ul li a.listcolorchange {
  font-weight: bold;
  height: 40px;
}

.menu > ul > li > ul > li a {
  padding: 0.2em 0;
  display: inline-block;
  font-size: 16px;
  color: #000;
  text-transform: initial;
  letter-spacing: 1px;
}

.menu > ul li a {
  font-size: 14px;
  color: #fff;
}

.menu > ul li a:hover {
  color: #146836;
  background: var(--ps-yellow);
}

.menu > ul li.current-menu-item a, .menu > ul li.active a {
  color: #146836;
  background: var(--ps-yellow);
}

.menu > ul li.menu-item-has-children.active .menu-dropdown-icon:after {
  border-color: #146836;
}

.menu > ul > li > ul > li > ul.sub-menu {
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.sub-menu .menu-dropdown-icon {
  display: none;
}

.menu > ul > li > ul > li > ul:before, .menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  padding: 4px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul.normal-sub { /*flex-direction: row;flex-wrap: wrap;column-gap: 30px;display: flex; justify-content: flex-start;*/
  width: 350px;
  display: block;
}

.menu > ul > li:hover ul.normal-sub {
  left: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1215686275), 0 1px 2px rgba(0, 0, 0, 0.2392156863);
}

.menu > ul > li > ul.normal-sub > li {
  flex: 0 0 45%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px 20px;
  min-height: auto;
 
}

.menu-dropdown-icon {
  position: relative;
}

.menu-dropdown-icon:after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
  transform: rotate(135deg);
  margin: 3px auto;
  position: absolute;
  right: 8px;
  top: 20px;
}

.menu ul li:hover .menu-dropdown-icon:after {
  border-color: #fff;
}

.firstChild, .secChild, .finalChild {
  background: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: absolute;
}

.firstChild {
  top: 0px;
}

.secChild {
  top: 7px;
}

.finalChild {
  bottom: 1px;
}

.openBtn .firstChild {
  transform: rotate(45deg);
  top: 8px;
}

.openBtn .secChild {
  display: none;
}

.openBtn .finalChild {
  transform: rotate(-45deg);
  bottom: 8px;
}

.smallmenupre::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.smallmenupre::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.smallmenupre::-webkit-scrollbar-thumb {
  background-color: var(--ps-yellow);
}

.menu li.menu-item-64 .sub-menu li {
  float: left;
  width: 50%;
}

.menu > ul > li.menu-item-55 > ul > li a, .menu > ul > li.menu-item-54 > ul > li a {
  font-weight: bold;
}

.menu > ul > li.menu-item-55 > ul > li > ul > li a, .menu > ul > li.menu-item-54 > ul > li > ul > li a {
  height: auto;
  font-weight: normal;
}

.menu > ul > li > ul > li > ul > li.lastclassbr {
  padding-right: 10px;
}

.menu-mobile {
  display: none;
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 100;
  width: 26px;
  height: 26px;
  margin-left: auto;
  transform: translateY(-50%);
}

.menu-mobile.openBtn {
  display: block;
}

.smallmenupre.menuList ul, .navbar--is-visible.menuList ul {
  background: none;
  max-height: none;
  overflow: visible;
  flex-direction: column;
  align-items: flex-start;
}

.smallmenupre.menuList {
  position: fixed;
  left: 0;
  padding: 4vw 7vw;
  top: 67px;
  display: flex;
  background-color: #0b1320;
  height: 100%;
  width: 100%;
  left: -100%;
  transition: all 0.3s ease;
  display: none;
  z-index: 1000;
}

.smallmenupre.navbar--is-visible.menuList {
  left: 0;
  display: block;
}

.smallmenupre.menu > ul > li, .navbar--is-visible.menu > ul > li {
  width: 100%;
  position: relative;
}

.smallmenupre.menu > ul > li > ul, .smallmenupre.menu > ul > li > ul > li > ul,
.smallmenupre.menu > ul > li > ul, .navbar--is-visible.menu > ul > li > ul > li > ul {
  position: inherit;
  left: inherit;
  opacity: 1;
  transform: none;
  display: none;
  margin: 0;
}

.smallmenupre.menu > ul > li > ul.sub-menu.container--is-visible, .navbar--is-visible.menu > ul > li > ul.sub-menu.container--is-visible {
  display: block;
  height: 100%;
}

.smallmenupre.menu > ul > li > ul > li, .navbar--is-visible.menu > ul > li > ul > li {
  width: 100%;
  position: relative;
}

.smallmenupre .menu-dropdown-icon:before, .navbar--is-visible .menu-dropdown-icon:before {
  top: 4px;
  width: 40px;
  height: 40px;
  background-size: 36%;
}

.smallmenupre .searchSec, .navbar--is-visible .searchSec {
  display: none;
}

.smallmenupre > ul > li > ul > li a, .navbar--is-visible.menu > ul > li > ul > li a {
  min-height: auto;
  width: 100%;
  color: #9a9d9d;
}

.menu > ul > li > ul > li:hover a {
  color: #196b3c;
}

.smallmenupre > ul > li a, .navbar--is-visible.menu > ul > li a {
  padding: 10px;
}

.smallmenupre .menu-dropdown-icon {
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
}

.smallmenupre .menu-dropdown-icon:after {
  right: 0;
  top: 0;
}

.smallmenupre > .menu-item-62947 > .menu-dropdown-icon:after {
  right: 0;
  top: -7px;
}

.smallmenupre.menu > ul > li > ul:after, .navbar--is-visible.menu > ul > li > ul:after {
  display: none;
}

.smallmenupre.menu .firstLi {
  display: block;
}

@media only screen and (max-width: 959px) {
  .menuList {
    display: none;
  }
  .menu-mobile, .menuList.smallmenupre {
    display: block;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  container-name: bannerContent;
  container-type: inline-size;
  margin-top: 60px;
}
.hero-section .heroSlider .heroSliderAni img {
  width: 100%;
}
.hero-section .heroSlider .slick-slide {
  position: relative;
}
.hero-section .heroSlider video {
  width: 100%;
  height: 100%;
}
.hero-section .grid {
  align-items: center;
}
.hero-section .hero-content {
  width: 100%;
  position: absolute;
  top: 50%;
}
.hero-section .hero-content .hero-title {
  display: flex;
  flex-direction: column;
  line-height: 120%;
  color: #fff;
  font-family: "AnekTamil_regular";
  font-size: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: calc(30px + 5 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-section .hero-content .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-section .hero-content .hero-title {
    font-size: 45px;
  }
}
.hero-section .hero-content p {
  line-height: 150%;
  font-size: 24px;
  color: #fff;
}
.hero-section .slick-dots {
  margin-top: -50px;
}
@container bannerContent (max-width:500px) {
  .hero-section .btnGrp {
    gap: 8px;
  }
  .hero-section .btnGrp a {
    height: 40px;
    padding: 0 8px;
    width: auto;
    margin: 0;
    line-height: 40px;
    font-size: 13px;
  }
  .hero-section .hero-content {
    width: 100%;
  }
  .hero-section .hero-content p {
    margin: 20px 0;
    font-size: 20px;
  }
}
@container bannerContent (max-width:767px) {
  .hero-section .hero-title .word-container {
    height: 10vw;
  }
  .hero-section .hero-title .rotating-word {
    height: 10vw;
    line-height: 10vw;
  }
  .hero-section .bannerAnim {
    display: none;
  }
}

.newsScroll {
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  position: relative;
  margin-top: -7px;
  container-name: homenewsscroll;
  container-type: inline-size;
  z-index: 100;
  padding-top: 10px;
}
.newsScroll marquee{ color: #fff;}
.newsScroll a {
  color: #fff;
  font-family: "AnekTamil_semi";
  animation: marquee 10s linear infinite;padding:0px;margin:0;
}
.newsScroll a:hover{color: var(--ps-logo-yellow)}
.newsScroll ul {
  margin: 0 50px;
}
.newsScroll ul li {
  padding: 20px 0;
}
.newsScroll ul .newsScrollsliinner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.newsScroll ul .newsScrollsliinner p {
  font-size: 14px;
}
.newsScroll ul .newsScrollsliinner a {
  background: var(--ps-yellow);
  padding: 5px;
  line-height: 20px;
  font-size: 14px;
  color: var(--ps-green);
}
.newsScroll ul .newsScrollsliinner a:hover {
  background: var(--ps-logo-yellow);
}
.newsScroll::after, .newsScroll::before {
  background: url(../images/new-flag.png) no-repeat;
}
.newsScroll::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 72px;
  left: 0;
  top: 0;
}
.newsScroll::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 72px;
  right: 0;
  top: 0;
  transform: rotateY(180deg);
}

.btnGrp {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.btnGrp a {
  width: 200px;
  height: 60px;
}

.yellowBtn {
  background: var(--ps-yellow);
  letter-spacing: 1px;
  display: block;
  max-width: 200px;
  text-align: center;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin: 20px 0;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: 0.5s ease;
  color: #146836;
}
.yellowBtn:hover {
  background: var(--ps-logo-yellow);
  border: 1px solid var(--ps-logo-yellow);
}

.whiteBtn {
  background: #fff;
  color: #000;
  letter-spacing: 1px;
  display: block;
  max-width: 200px;
  text-align: center;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin: 20px 0;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.arrowBtn {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "AnekTamil_semi";
}
.arrowBtn i {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  margin-left: 10px;
  transition: 0.5s ease;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.arrowBtn i:after { /*border-bottom: 1px solid #fff; border-right: 1px solid #fff; @include pseudo(0, null, 0, null,  12px, 12px);*/ }
.arrowBtn i:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(-45deg);
}

.pageBtmbtn .orangeBtn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 25px;
  margin: 50px auto;
}
.pageBtmbtn .orangeBtn:hover {
  color: #000;
}

.solutionSec {
  padding: 100px 0 230px 0;
  container-name: solutionSec;
  container-type: inline-size;
  position: relative;
}
.solutionSec h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .solutionSec h2 {
    font-size: calc(30px + 5 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .solutionSec h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .solutionSec h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .solutionSec h2 {
    font-size: 45px;
  }
}
.solutionSec .grid {
  grid-template-columns: 1.5fr 2fr;
}
.solutionSec .imgContainer {
  width: 100%;
  height: 100%;
}
.solutionSec .imgContainer img {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: -4px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 53%;
  height: 100%;
}

.agentAnima {
  padding-bottom: 60px;
  container-name: agentAnima;
  container-type: inline-size;
  padding-top: 100px;
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  color: #fff;
  position: relative;
}
.agentAnima .grid {
  grid-template-columns: 2fr 1fr;
  gap: 100px;
}
.agentAnima h2 {
  font-size: 55px;
  line-height: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .agentAnima h2 {
    font-size: calc(35px + 15 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .agentAnima h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .agentAnima h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .agentAnima h2 {
    font-size: 65px;
  }
}
.agentAnima h2 span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
.agentAnima .centerWidth {
  width: 80%;
  margin: auto;
  text-align: center;
}
.agentAnima .infoanimation {
  text-align: center;
  display: block;
  margin: 25px 0;
}
.agentAnima .infoanimation img {
  width: 400px;
  position: absolute;
  right: 13vw;
  bottom: 0;
}
@container agentAnima (max-width:800px) {
  .agentAnima .centerWidth {
    width: 100%;
    text-align: left;
  }
  .agentAnima h2 {
    font-size: 35px;
  }
  .agentAnima h2 span {
    font-size: 17px;
  }
  .agentAnima .infoanimation img {
    width: 100%;
  }
}

.highLightPara {
  line-height: 35px;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
}

.productex {
  container-name: productex;
  container-type: inline-size;
}
.productex .centerWidth {
  width: 70%;
  margin: auto;
  margin: 100px 0;
}
.productex h1 {
  margin-bottom: 40px;
}
.productex .pro_de_wr:not(:last-child) {
  margin-bottom: 150px;
}
.productex .pro_de_wr .infoImage {
  width: 100%;
  height: auto;
}
.productex .gridwrap {
  display: grid;
  gap: 100px;
  row-gap: 0px;
  grid-template-columns: 1fr 1fr; /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
  align-items: center;
}
.productex .pro_con_bx {
  container-name: proconbx;
  container-type: inline-size;
}
.productex .pro_con_bx img {
  width: 60%;
}
.productex .pro_con_bx .infoImage {
  display: none;
}
.productex .pro_con_bx h2 {
  font-size: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .productex .pro_con_bx h2 {
    font-size: calc(28px + 2 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .productex .pro_con_bx h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .productex .pro_con_bx h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .productex .pro_con_bx h2 {
    font-size: 35px;
  }
}
.productex .pro_con_bx p {
  margin: 30px 0;
  font-size: 1.4rem;
  color: #000;
}
.productex .pro_con_bx .arrowBtn {
  color: #EE465F;
}
.productex .pro_con_bx .arrowBtn i {
  border-color: #EE465F;
}
.productex .pro_con_bx .arrowBtn i:before {
  background: #EE465F;
}
.productex .pro_con_bx .arrowBtn:hover i {
  transform: rotate(45deg);
}
@container productex (max-width:800px) {
  .productex .centerWidth {
    width: 100%;
  }
  .productex .gridwrap {
    grid-template-columns: 1fr;
  }
  .productex .infoImage {
    display: none;
  }
  .productex .pro_con_bx {
    text-align: center;
  }
  .productex .pro_con_bx p {
    font-size: 1.2rem;
  }
  .productex .pro_con_bx .infoImage {
    display: block;
    margin-top: 40px;
  }
  .productex .pro_con_bx img {
    width: 80%;
  }
  .productex .pro_con_bx .arrowBtn {
    justify-content: center;
  }
}

.tax-products_category .nsureCore.pro_de_wr:nth-child(odd) .gridlist:first-child {
  order: 2;
}
.tax-products_category .nsureCore.pro_de_wr:last-child {
  margin-bottom: 150px;
}

.coreIntro {
  margin: 0px 0 100px 0;
  align-items: center;
}

.coreIntro img {
  width: 100%;
  height: auto;
}
.coreIntro img .coreIntro {
  align-items: end;
}

.nsureTakaful.productex .gridwrap {
  grid-template-columns: 1fr;
  text-align: center;
}
.nsureTakaful.productex img {
  width: 100%;
  height: auto;
}

.colorBxwrap {
  margin-bottom: 150px;
}
.colorBxwrap .grid {
  grid-template-columns: repeat(3, 1fr);
}
.colorBxwrap h2 {
  text-align: center;
}

.colorBx {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px 6px rgba(0, 0, 0, 0.231372549);
  transition: 0.5s ease;
  color: #fff;
}
.colorBx h4 {
  margin-bottom: 20px;
  width: 150px;
}
.colorBx:nth-of-type(1) {
  background: #FFB75B;
}
.colorBx:nth-of-type(2) {
  background: #1B5162;
}
.colorBx:nth-of-type(3) {
  background: #BF7080;
}
.colorBx:nth-of-type(4) {
  background: #618794;
}
.colorBx:nth-of-type(5) {
  background: #FF9696;
}
.colorBx:nth-of-type(6) {
  background: #70C4AB;
}
.colorBx:nth-of-type(7) {
  background: #A2CBEE;
}

.empty10 {
  height: 10px;
}

.empty20 {
  height: 20px;
}

.empty30 {
  height: 30px;
}

.empty40 {
  height: 40px;
}

.empty50 {
  height: 50px;
}

.empty60 {
  height: 60px;
}

.empty80 {
  height: 80px;
}

.empty100 {
  height: 100px;
}

.p-50 {
  padding: 50px;
}

.tickBullet {
  padding-left: 100px;
}
.tickBullet li {
  position: relative;
  padding-left: 30px;
}
.tickBullet li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  left: 6px;
  top: 14px;
  border-bottom: 2px solid var(--ps-orange);
  border-left: 2px solid var(--ps-orange);
  transform: rotate(-45deg);
}
.tickBullet li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 8px;
  border: 2px solid var(--ps-orange);
  border-radius: 50%;
}
.tickBullet li:not(:last-child) {
  margin-bottom: 15px;
}

.tickBulletbx {
  position: relative;
  padding-left: 30px;
  padding-left: 50px;
}
.tickBulletbx:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  left: 6px;
  top: 14px;
  border-bottom: 2px solid var(--ps-orange);
  border-left: 2px solid var(--ps-orange);
  transform: rotate(-45deg);
}
.tickBulletbx:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 8px;
  border: 2px solid var(--ps-orange);
  border-radius: 50%;
}
.tickBulletbx:not(:last-child) {
  margin-bottom: 15px;
}
.tickBulletbx h5 {
  margin-bottom: 15px;
}

.tickBulletwrap .tickBullet {
  padding: 0;
}
.tickBulletwrap .tickBullet li {
  padding: 0 60px 0 50px;
}
.tickBulletwrap .wp-block-column {
  position: relative;
  padding-left: 30px;
  padding-left: 50px;
}
.tickBulletwrap .wp-block-column:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  left: 6px;
  top: 14px;
  border-bottom: 2px solid var(--ps-orange);
  border-left: 2px solid var(--ps-orange);
  transform: rotate(-45deg);
}
.tickBulletwrap .wp-block-column:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 8px;
  border: 2px solid var(--ps-orange);
  border-radius: 50%;
}
.tickBulletwrap .wp-block-column:not(:last-child) {
  margin-bottom: 15px;
}

.highlightarea {
  width: 60%;
  margin: auto;
  margin: 0;
}
.highlightarea .highlightpara {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 170%;
}

.highlightarea.highlightareafull {
  width: 100%;
}

.highlightBx {
  background: #f5f5f5;
  padding: 40px;
}
.highlightBx .wp-block-heading, .highlightBx .highlightBxhead {
  letter-spacing: 0;
  font-size: 40px;
  line-height: 150%;
  font-weight: normal;
}
.highlightBx .highlightBxhead {
  margin: 25px 0;
  font-weight: bold;
}
.highlightBx .highlightBxheadspace {
  letter-spacing: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.threefourthwi .tickBullet {
  width: 80%;
}

.listwrap {
  margin-top: 40px;
}
.listwrap:not(:last-child) {
  margin-bottom: 20px;
}
.listwrap ul {
  margin: 20px 0 0 20px;
}
.listwrap ul li {
  list-style: disc;
}
.listwrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.listwrap ul li a {
  color: #000;
  text-decoration: underline;
}

.iconwrap {
  margin-top: 40px;
}
.iconwrap:not(:last-child) {
  margin-bottom: 20px;
}
.iconwrap ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 40px;
  gap: 30px;
}
.iconwrap ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 0 0 20%;
  border: 1px solid #F0F0EF;
  align-content: flex-start;
  padding: 15px;
}
.iconwrap ul li i {
  margin-top: -58px;
  background: #ff8669;
  border: 1px solid #F0F0EF;
  border-radius: 100%;
  padding: 15px;
  width: 100px;
  height: 100px;
}
.iconwrap ul li i img {
  width: 100%;
  height: auto;
  filter: grayscale(1) brightness(5.5);
}

.nsureCorepage.productex img {
  margin-top: -27%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.landingintrologo p {
  font-size: 1.4rem;
}

.term-modular-solutions .landingintrologo p:not(las-child) {
  margin-bottom: 20px;
}

.emptySpace_50 {
  height: 50px;
}

.term-modular-solutions .productsubcomm .gridwrap {
  display: grid;
  gap: 40px;
  row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr; /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
  width: 100%;
  margin: auto;
  margin: 0;
}
.term-modular-solutions .productsubcomm .gridwrap .orangebx.blackBx img {
  filter: grayscale(1) brightness(10.5);
  width: 200px;
}

.productsubcomm {
  /*.gridlist{
  	&:nth-child(2) .orangebx{background:#97a99e}
  }*/
}
.productsubcomm .gridwrap {
  display: grid;
  gap: 40px;
  row-gap: 0px;
  grid-template-columns: 1fr 1fr; /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
  width: 80%;
  margin: auto;
  margin: 50px 0;
}
.productsubcomm .benifitstwrap {
  margin-top: 40px;
}
.productsubcomm .benifitstwrap:not(:last-child) {
  margin-bottom: 20px;
}
.productsubcomm .benifitstwrap ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 40px;
  gap: 30px;
}
.productsubcomm .benifitstwrap ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  flex: 0 0 20%;
  border: 1px solid #F0F0EF;
  align-content: flex-start;
  padding: 15px;
}
.productsubcomm .benifitstwrap ul li i {
  margin-top: -58px;
  background: #ff8669;
  border: 1px solid #F0F0EF;
  border-radius: 100%;
  padding: 15px;
  width: 100px;
  height: 100px;
}
.productsubcomm .benifitstwrap ul li i img {
  width: 100%;
  height: auto;
  filter: grayscale(1) brightness(5.5);
}
.productsubcomm .orangebx {
  display: block;
  height: 100%;
  background: #000;
}
.productsubcomm .orangebx h3 {
  font-size: 35px;
}
.productsubcomm .orangebx img {
  width: 300px;
  height: auto;
  filter: grayscale(1) brightness(10.5);
}
.productsubcomm.wp-block-columns {
  align-items: stretch !important;
}
.productsubcomm.wp-block-columns .orangebx {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.productsubcomm.wp-block-columns .orangebx:nth-child(2) { /*background:#97a99e;*/
  height: auto;
}

p.arrowBtnedit {
  font-size: 16px;
  margin: 0;
}
p.arrowBtnedit a {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "AnekTamil_semi";
  position: relative;
}
p.arrowBtnedit a i {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  margin-left: 10px;
  transition: 0.5s ease;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
p.arrowBtnedit a i:after { /*border-bottom: 1px solid #fff; border-right: 1px solid #fff; @include pseudo(0, null, 0, null,  12px, 12px);*/ }
p.arrowBtnedit a i:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(-45deg);
}
p.arrowBtnedit a:after {
  display: block;
  height: 10px;
  width: 10px;
  margin-left: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.highHeadediv {
  position: relative;
  font-family: "AnekTamil_bold";
  text-align: center;
  letter-spacing: 10px;
  overflow: hidden;
  margin-bottom: 100px;
}
.highHeadediv h2 {
  font-size: 50px;
  background: var(--ps-logo-color);
  -background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
  color: var(--ps-orange);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .highHeadediv h2 {
    font-size: calc(30px + 10 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .highHeadediv h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .highHeadediv h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .highHeadediv h2 {
    font-size: 70px;
  }
}
.highHeadediv span {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  color: rgba(0, 0, 0, 0);
  font-size: 5vw;
  -webkit-text-stroke: 1px rgba(223, 223, 223, 0.2705882353);
  transform: translate(-50%, -50%);
}

.highHeading h2 {
  font-size: 40px;
  background: var(--ps-logo-color);
  -background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
  font-weight: bold;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .highHeading h2 {
    font-size: calc(30px + 0 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .highHeading h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .highHeading h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .highHeading h2 {
    font-size: 50px;
  }
}

.pr-50 {
  padding-right: 50px;
}

.commonPro {
  background: #000;
  position: relative;
  padding: 100px 0;
  margin-top: 100px;
  overflow: hidden;
}
.commonPro .wordlMap {
  position: absolute;
  left: -20px;
  bottom: -20px;
  transform: rotateY(180deg);
  width: 300px;
}
.commonPro h2 {
  text-transform: uppercase;
  letter-spacing: 22px;
  color: #a7a7a7;
  font-size: 25px;
}
.commonPro h2 span {
  font-size: 80px;
  color: #fff;
  display: block;
  letter-spacing: 10px;
  line-height: 130%;
}
.commonPro h2 span:not(:last-child) {
  margin-bottom: 40px;
}
.commonPro .grid {
  display: grid;
  gap: 40px;
  row-gap: 40px;
  grid-template-columns: 1fr 1.3fr; /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
  align-items: center;
}
.commonPro .grid .grid {
  display: grid;
  gap: 60px;
  row-gap: 60px;
  grid-template-columns: 1fr 1fr; /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
}

.succesCarWarpheade {
  padding: 100px 0;
}
.succesCarWarpheade h2 {
  font-size: 55px;
  line-height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .succesCarWarpheade h2 {
    font-size: calc(35px + 15 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .succesCarWarpheade h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .succesCarWarpheade h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .succesCarWarpheade h2 {
    font-size: 65px;
  }
}
.succesCarWarpheade h2 span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}

.topbtmborder {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.homeSucess {
  container-name: homeSucess;
  container-type: inline-size;
}
.homeSucess .succesCarWarp {
  background: #F8F8F8;
  padding: 30px;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.homeSucess .succesCarWarp .success_slider li .succeconTit {
  display: grid;
  gap: 50px;
  row-gap: 0px;
  grid-template-columns: 1fr 3fr; /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
  width: 90%;
  margin: auto;
  margin: 0;
}
.homeSucess .succesCarWarp .success_slider li .succeconTit img {
  width: 272px;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  -o-object-position: center;
     object-position: center;
}
.homeSucess .succesCarWarp .success_slider li .succeconTit .gridlist:last-child {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.homeSucess .succesCarWarp .success_slider li .succeconTit p {
  font-size: 23px;
  font-weight: bold;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .homeSucess .succesCarWarp .success_slider li .succeconTit p {
    font-size: calc(20px + 0 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .homeSucess .succesCarWarp .success_slider li .succeconTit p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .homeSucess .succesCarWarp .success_slider li .succeconTit p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1400px) {
  .homeSucess .succesCarWarp .success_slider li .succeconTit p {
    font-size: 35px;
  }
}
.homeSucess .succesCarWarp .success_slider li .succeconTit:hover .circleArrow {
  color: #EE465F;
}
.homeSucess .succesCarWarp .success_slider li .succeconTit:hover .circleArrow i {
  background: #EE465F;
}
.homeSucess .succesCarWarp .success_slider li .succeconTit:hover .circleArrow :after {
  border-color: #fff;
}
.homeSucess .succesCarWarp .success_slider .slick-slide:nth-child(2) li .succeconTit img {
  -o-object-position: 79%;
     object-position: 79%;
}
.homeSucess .succesCarWarp .success_slider .slick-slide:nth-child(3) li .succeconTit img {
  -o-object-position: left;
     object-position: left;
}
.homeSucess .succesCarWarp .circleArrow {
  display: flex;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 12px;
}
.homeSucess .succesCarWarp .circleArrow i {
  transition: 0.5s ease;
  position: relative;
  margin-left: 7px;
  background: #000;
  width: 15px;
  height: 15px;
  border-radius: 10px;
}
.homeSucess .succesCarWarp .circleArrow i:after {
  transition: 0.5s ease;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 5px 0px 0px 4px;
}
.homeSucess .succescarNavwrap .succescarNav .slick-list {
  overflow: visible;
  border-right: 1px solid #D9D9D9;
  height: 438px !important;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide {
  font-size: 20px;
  cursor: pointer;
  color: #000;
  text-align: center;
  position: relative;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide li {
  padding: 23px;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide span {
  font-size: 60px;
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 11;
  line-height: 100%;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide.slick-active.slick-current {
  color: #fff;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide.slick-active.slick-current:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -20px;
  top: 50%;
  z-index: 1000;
  border-top: 10px solid transparent;
  border-right: 10px solid #000;
  border-bottom: 10px solid transparent;
  transform: translateY(-50%);
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide.slick-active.slick-current:before {
  width: 100%;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide.slick-active.slick-current li {
  position: relative;
  z-index: 100;
}
.homeSucess .succescarNavwrap .succescarNav .slick-slide:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0px;
  z-index: 10;
  background: #000;
  transition: 0.5s ease;
}
@container homeSucess (max-width:500px) {
  .homeSucess .textBullet {
    display: none;
  }
  .homeSucess .succesCarWarp .success_slider li .succeconTit {
    grid-template-columns: 1fr;
    row-gap: 50px;
    width: 100%;
  }
  .homeSucess .succesCarWarp .success_slider li .succeconTit img {
    width: 100%;
    height: auto;
  }
  .homeSucess .succesCarWarp .success_slider .carArrow:after {
    margin: 14px auto;
  }
  .homeSucess .succesCarWarp .success_slider .carArrow.slick-next {
    left: 100%;
  }
  .homeSucess .succesCarWarp .success_slider .carArrow.slick-prev {
    left: inherit;
    right: 100%;
  }
  .homeSucess .succesCarWarp .circleArrow {
    margin-top: 30px;
    font-size: 15px;
  }
}
@container homeSucess (max-width:767px) {
  .homeSucess .textBullet {
    display: none;
  }
}

.partnerslogo {
  padding: 40px 0;
  container-name: partnerslogo;
  container-type: inline-size;
}
.partnerslogo figure {
  text-align: center;
}
.partnerslogo figure img {
  width: 150px;
  height: auto;
  display: inline-block;
}
@container partnerslogo (max-width:500px) {
  .partnerslogo figure img {
    width: 120px;
  }
  .partnerslogo .carArrow:after {
    margin: 14px auto;
  }
}

.primaryBgall {
  background: #efefef;
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}

.knowBanner {
  position: relative;
  height: 500px;
}
.knowBanner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background: var(--ps-orange);
}

.testiList {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1490196078);
  text-align: left;
  padding: 20px;
  border-radius: 15px;
  /*&:after{background: #fff;height:80%;box-shadow: 0 2px 5px 0 #00000026; content: ""; position:absolute;z-index: -1;width: 100%; left: 0; bottom: 0;}*/
}
.testiList p {
  margin-bottom: 20px;
}
.testiList .testiContent h6 {
  color: var(--ps-primary-color);
  font-size: 20px;
}
.testiList .testiContent h6 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  color: #707070;
}
.testiList .clientlogo {
  width: 100px;
  height: auto;
  border-radius: 0;
  margin: auto;
  box-shadow: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
.testiList .testiclient {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.testiList .clientImage {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.testiList h6 {
  margin-bottom: 0;
}
.testiList h6 span {
  display: block;
  font-size: 15px;
  color: #818080;
  font-weight: normal;
  letter-spacing: 0;
  min-height: 54px;
}
.testiList .showlessArea.show_more_con {
  height: 300px;
  overflow: hidden;
  transition: 0.5s ease;
  position: relative;
}
.testiList .showlessArea.show_more_con.showmore:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0px;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.testiList .showlessArea.showless {
  height: auto;
}
.testiList .clickshowbtn {
  display: block;
  color: #000;
  font-weight: bold;
  margin: 15px 0 30px 0;
}

.welovekg {
  background-color: #131313;
  border: 2px solid #353535;
  border-radius: 15px;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  line-height: 54px;
  padding: 52px 30px 30px 30px;
  text-transform: uppercase;
  position: relative;
  font-family: "AnekTamil_bold";
  letter-spacing: 2px;
}
.welovekg span {
  display: block;
}
.welovekg:before {
  content: "„";
  font-family: arial;
  color: var(--ps-yellow);
  font-size: 256px;
  font-weight: bold;
  top: -118px;
  position: absolute;
  left: auto;
  z-index: 100;
}
.welovekg img {
  width: 150px;
  height: auto;
  margin-top: 20px;
}

.homeTest {
  margin: 100px 0 50px 0;
}
.homeTest .grid {
  align-items: center;
}
.homeTest .testiList {
  background: #f8f8f8;
}
.homeTest .testiList p {
  min-height: 130px;
  font-size: 19px;
}

.circlearrowBtn {
  width: 50px;
  height: 50px;
  display: block;
  background: var(--ps-yellow);
  border-radius: 100%;
  position: relative;
  transition: 0.5s ease;
}
.circlearrowBtn i {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.5s ease;
  height: 15px;
  position: absolute;
  width: 15px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circlearrowBtn i:before {
  background: #fff;
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(-45deg);
}
.circlearrowBtn:hover {
  background: #000;
}

.gallerySec {
  position: relative;
}
.gallerySec h2 {
  font-size: 55px;
  line-height: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .gallerySec h2 {
    font-size: calc(35px + 15 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .gallerySec h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallerySec h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .gallerySec h2 {
    font-size: 65px;
  }
}
.gallerySec h2 span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
.gallerySec::after, .gallerySec::before {
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  z-index: -1;
}
.gallerySec::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 200px;
  left: 0;
  top: 10%;
}
.gallerySec::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 200px;
  right: 0;
  bottom: 10%;
}
.gallerySec .grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.gallerySec .grid .gridlist:nth-child(4) {
  grid-area: 2/1/2/span 2;
}
.gallerySec .grid .gridlist img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.gallerySeccaro {
  position: relative;
  display: none;
}
.gallerySeccaro .grid {
  grid-template-columns: 1fr 2fr;
  align-items: center;
  position: relative;
  padding: 0 100px;
}
.gallerySeccaro .grid:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 50%;
  background-color: #f5f5f5;
  transform: translateY(-50%);
  z-index: -1;
}
.gallerySeccaro .gallerSincar {
  width: 500px;
  margin-left: auto;
}
.gallerySeccaro .gallerSincar .slick-list {
  overflow: hidden;
  height: 500px;
}
.gallerySeccaro .gallerSincar li img {
  width: 100%;
  height: auto;
}
.gallerySeccaro .carArrow {
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
}
.gallerySeccaro .carArrow.slick-prev {
  left: -25px;
}
.gallerySeccaro .carArrow.slick-next {
  right: -25px;
}

footer {
  background: #f5f5f5;
  padding-top: 150px;
}
footer img {
  width: 100%;
  height: auto;
}
footer .footerGridwrap {
  display: grid;
  gap: 40px;
  row-gap: 0px;
  grid-template-columns: repeat(3, 1fr); /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
  justify-items: center;
}
footer .footPhone a {
  color: var(--ps-yellow);
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
footer .footPhone span {
  color: #a4abb7;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
footer .copyRightts {
  padding: 20px 0;
  text-align: center;
  grid-area: 2/1/4/4;
}
footer .copyRightts .gridcolumnwrap {
  display: grid;
  gap: 0px;
  row-gap: 0px;
  grid-template-columns: 1fr 1fr; /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
}
footer .copyRightts a, footer .copyRightts p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5411764706);
}
footer .copyRightts .copyMenuwra .copyMenu {
  display: flex;
  justify-content: flex-end;
}
footer .copyRightts .copyMenuwra .copyMenu li {
  margin-right: 5px;
  padding-right: 5px;
  line-height: 15px;
}
footer .copyRightts .copyMenuwra .copyMenu li:not(:last-child) {
  border-right: 1px solid #fff;
}

.conText { font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}
.conText a {
  color: var(--ps-green);
  display: block;
  font-family: "AnekTamil_semi";
}
.conText.phoneNo {
  background: url(../images/phone-icon.svg) no-repeat top left;
  padding-left: 70px;background-size:50px;
}
.conText.emailS {
  background: url(../images/email-icon.svg) no-repeat top left;
  padding-left: 70px;background-size:50px;
}

.socialMedia img:hover {
  filter: saturate(100) hue-rotate(250deg);
}

.socialMedia ul {
  display: flex;
}
.socialMedia ul li {
  margin-right: 15px;
}

.socialMedia ul li a{ display: flex;font-size: 20px;align-items: center;color: #fff;background: #1aa257;padding: 5px 15px 5px 5px;   border-radius: 6px;}
.socialMedia ul li a:hover{background: var(--ps-logo-yellow);}
.socialMedia ul li a img{width: 30px; height: auto;  filter: brightness(10.5)}

/** SLICK **/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}

.slick-list:focus {
  outline: none;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li {
  float: left;
}

.slick-dots span {
  width: 8px;
  height: 8px;
  background: #4C4C4C;
  border-radius: 100%;
  border: 0;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  margin: 0 10px;
}

.slick-dots span:hover {
  background: #7fab13;
}

.carArrow {
  position: absolute;
  background: var(--ps-yellow);
  padding: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1000;
}

.slick-next.carArrow {
  right: 0;
}

.slick-prev.carArrow {
  left: 0;
}

.carArrow:after {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  margin: 14px auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.slick-prev.carArrow:after {
  transform: rotate(-130deg);
  margin-left: 16px;
}

.slick-next.carArrow:after {
  transform: rotate(45deg);
}

.carArrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.slick-list {
  z-index: 100;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1000;
}
.slick-dots li.slick-active button {
  background: var(--ps-yellow);
}
.slick-dots li button {
  background: #000;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

/** SLICK **/
.page-template-about .abt {
  margin-top: 0;
}

.abt {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 100px;
}
.abt h2 {
  font-size: 55px;
  line-height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .abt h2 {
    font-size: calc(35px + 15 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .abt h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .abt h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .abt h2 {
    font-size: 65px;
  }
}
.abt h2 span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
.abt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  z-index: -1;
}

.home .abt::after {
  z-index: -2;
}

.successlistWrap {
  margin: 100px 0;
  container-name: sslistwrap;
  container-type: inline-size;
}
.successlistWrap h2 {
  font-size: 55px;
  line-height: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .successlistWrap h2 {
    font-size: calc(35px + 15 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .successlistWrap h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .successlistWrap h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .successlistWrap h2 {
    font-size: 65px;
  }
}
.successlistWrap h2 span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
.successlistWrap .grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.successlistWrap .succesInner {
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1803921569);
  height: 100%;
  position: relative;
  text-align: center;
  padding-top: 30px;
}
.successlistWrap .succesInner .succesCon {
  padding: 20px;
}
.successlistWrap .succesInner figcaption {
  overflow: hidden;
}
.successlistWrap .succesInner img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  transition: 0.5s ease;
  display: block;
  margin: auto;
}
.successlistWrap .succesInner h4 {
  font-weight: bold;
  line-height: 140%;
  font-size: 20px;
  font-family: "AnekTamil_semi";
}
.successlistWrap .succesInner p {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.5647058824);
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}
.successlistWrap .succesInner p:last-child {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-top: 0;
}
.successlistWrap .succesInner .arrowBtn {
  margin-top: 20px;
  color: #000;
}
.successlistWrap .succesInner .arrowBtn i {
  border-color: #000;
}
.successlistWrap .succesInner .arrowBtn i:before {
  background-color: #000;
}
.successlistWrap .succesInner:hover img {
  transform: translate(0px, 0px);
}
.successlistWrap .succesInner:hover .arrowBtn i {
  transform: rotate(45deg);
}
.successlistWrap .succesInner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: -1;
}
.successlistWrap .successlistWrapacc {
  margin-bottom: 30px;
}
.successlistWrap .successlistWrapacc .expandsecclick {
  font-family: "AnekTamil_semi";
  cursor: pointer;
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  color: #fff;
  padding: 20px;
  position: relative;
  transition: 0.5s ease;
}
.successlistWrap .successlistWrapacc .expandsecclick.active {
  border-radius: 10px 10px 0px 0px;
}
.successlistWrap .successlistWrapacc .expandsecclick:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  right: 30px;
  transition: all 0.3s ease;
  font-size: 34px;
  transition: 0.5s ease;
}
.successlistWrap .successlistWrapacc .expandsecclick.active:after {
  transform: translateY(-50%) rotate(45deg);
}
.successlistWrap .successlistWrapacc .expandsec {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid var(--ps-green);
  border-top: 0;
  display: none;
}
.successlistWrap .successlistWrapacc:first-child .expandsec {
  display: block;
}

.container-fluid {
  width: 90%;
  margin: auto;
}

.abtprofile {
  margin-top: 100px;
  container-name: abtProfile;
  container-type: inline-size;
}
.abtprofile .abtprofilelist {
  width: 90%;
  margin: auto;
}
.abtprofile h2 {
  font-size: 55px;
  line-height: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .abtprofile h2 {
    font-size: calc(35px + 15 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .abtprofile h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .abtprofile h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .abtprofile h2 {
    font-size: 65px;
  }
}
.abtprofile h2 span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
.abtprofile .grid {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
}
.abtprofile .proInner {
  position: relative;
}
.abtprofile .proInner img {
  display: block;
  width: 100%;
}
.abtprofile .proInner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0px;
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  z-index: -1;
}
.abtprofile .proInner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: -51px;
  background: var(--ps-yellow);
  z-index: 1;
  -webkit-clip-path: polygon(0 20%, 101% 100%, 101% 100%, 0% 100%);
          clip-path: polygon(0 20%, 101% 100%, 101% 100%, 0% 100%);
  display: none;
}
.abtprofile .proInner .proInnercon {
  padding: 15px;
  position: relative;
  z-index: 100;
  background: #fff;
}

.aboutRead {
  font-size: 18px;
  color: var(--ps-green);
  display: inline-block;
  margin-top: 15px;
  letter-spacing: 1px;
}

.abtprofile.modal-box {
  margin: 0;
}
.abtprofile.modal-box .grid {
  grid-template-columns: 1fr 2fr;
}
.abtprofile.modal-box .abtprofilelist {
  width: 100%;
}
.abtprofile.modal-box .abtprofilelist h3, .abtprofile.modal-box .abtprofilelist p {
  color: #000;
}
.abtprofile.modal-box .abtprofilelist p:not(:last-child) {
  margin-bottom: 15px;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 100000;
  background-clip: padding-box;
  background: #fff;
  padding: 30px;
  left: 10%;
  right: 10%;
  top: 50%;
  color: #fff;
  width: 70%;
  height: 70%;
  overflow-y: scroll;
}

.modalConte {
  height: 320px;
  overflow-Y: auto;
  overflow-x: hidden;
}

.modalConte::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.modalConte::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.modalConte::-webkit-scrollbar-thumb {
  background-color: #011b33;
}

.modal-box textarea.textfielwhite {
  height: 100px;
}

.modal-box h4 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.modal-box header, .modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.modal-box .modal-body {
  padding: 2em 1.5em;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
}

.modalover {
  overflow: hidden;
}

.js-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: #000;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 23px;
}

.closeBtn img {
  width: 20px;
}

/* SUB BANNER */
.subpagehero {
  padding: 80px 0;
  background: #ffef61;
  background: linear-gradient(to right, #ffef61, #1aa258);
  margin-top: 60px;
}
.subpagehero h1 {
  color: #fff;
  font-size: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .subpagehero h1 {
    font-size: calc(30px + 5 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .subpagehero h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .subpagehero h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .subpagehero h1 {
    font-size: 60pxpx;
  }
}
.subpagehero p {
  color: #fff;
}
.subpagehero.subpageherobg {
  padding: 20px;
}

.singleNewshead {
  font-size: 55px;
  line-height: 100%;
  margin: 50px 0;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .singleNewshead {
    font-size: calc(35px + 15 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .singleNewshead {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .singleNewshead {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .singleNewshead {
    font-size: 65px;
  }
}
.singleNewshead span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 15px;
}
.singleNewshead::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 5px;
  left: 0;
  bottom: -20px;
  background-color: var(--ps-yellow);
}

.aboutSec {
  position: relative;
  margin: 100px 0 0 0;
}
.aboutSec .grid {
  gap: 70px;
}
.aboutSec .missonSta {
  position: relative;
  z-index: -1;
}
.aboutSec .centerContent {
  background: rgba(255, 255, 255, 0.7411764706);
  padding: 20px;
  margin-top: -200px;
  position: relative;
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 1px solid #f3f3f3;
  border-radius: 6px;
}
.aboutSec p:not(:last-child) {
  margin-bottom: 20px;
}
.aboutSec img {
  width: 100%;
  height: auto;
}

.formhub {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 6px;
}
.formhub .textfiArea {
  margin-bottom: 25px;
}
.formhub .inputField {
  background: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  padding: 10px 15px;
  width: 100%;
}
.formhub h4 {
  font-size: 35px;
  color: var(--ps-green);
  margin-bottom: 15px;
}
.formhub label {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.formhub textarea {
  height: 100px;
}
.formhub .hs-button {
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
  color: #fff;
  background: var(--ps-yellow);
  letter-spacing: 1px;
  display: block;
  max-width: 200px;
  text-align: center;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin: 20px 0;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: 0.5s ease;
  color: #146836;
  cursor: pointer;
  font-weight: bold;
  padding: 0 20px;
}
.formhub .hs-button:hover {
  background: var(--ps-logo-yellow);
  border: 1px solid var(--ps-logo-yellow);
}

.contBx {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.0588235294);
  padding: 30px;
}
.contBx h5 {
  font-size: 35px;
  color: var(--ps-green);
  margin-bottom: 15px;
}
.contBx .contactDetails {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0;
}
.contBx .contactDetails strong {
  font-weight: normal;
}
.contBx .contactDetails a {
  display: block;
  margin-top: 10px;
  font-family: "AnekTamil_regular";
  font-weight: bold;
}
.contBx .contactDetails a:hover {
  font-weight: normal;
}
.contBx .contactDetails .conText {
  padding-left: 70px;
  background-size: 50px;
  background-position: top left;
}

.bannerbtmNews .bannerNewsinner ul {
  display: grid;
  row-gap: 30px;
  grid-template-columns: repeat(3, 1fr); /*@include grid(repeat(2, 1fr), repeat(3, 1fr)); */
  justify-content: center;
}
.bannerbtmNews .bannerNewsinner ul li {
  padding: 0 30px;
}
.bannerbtmNews .bannerNewsinner ul li:hover img {
  transform: scale(1.1);
}
.bannerbtmNews .bannerNewsinner ul li .newColleft {
  padding: 20px;
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
}
.bannerbtmNews .bannerNewsinner ul li .newsDate {
  font-size: 0.75em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "AnekTamil_semi";
  color: #fff;
}
.bannerbtmNews .bannerNewsinner ul li h5 {
  margin: 10px 0 0;
  line-height: 130%;
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .bannerbtmNews .bannerNewsinner ul li h5 {
    font-size: calc(20px + 0 * (100vw - 576px) / (768 - 576));
  }
}
@media only screen and (min-width: 768px) {
  .bannerbtmNews .bannerNewsinner ul li h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .bannerbtmNews .bannerNewsinner ul li h5 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .bannerbtmNews .bannerNewsinner ul li h5 {
    font-size: 25px;
  }
}
.bannerbtmNews .bannerNewsinner ul li span {
  color: var(--ps-yellow);
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
}
.bannerbtmNews .bannerNewsinner ul li span i {
  transition: 0.5s ease;
  border-top: 1px solid var(--ps-yellow);
  border-right: 1px solid var(--ps-yellow);
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: -5px 0 0 8px;
}
.bannerbtmNews .bannerNewsinner ul li .newColright { /*width: 150px; height: 120px;*/
  overflow: hidden;
}
.bannerbtmNews .bannerNewsinner ul li .newColright img {
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.welcomeCon {
  position: relative;
  background: #f5f5f5;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.welcomeCon .welcomeLeft {
  padding: 150px;
}
.welcomeCon .welcomeright {
  position: relative;
  z-index: 10;
  background: #1aa358;
  background: radial-gradient(circle at center, #1aa358, #146836);
}
.welcomeCon .welcomeright .qouteIco {
  color: #000;
  font-size: 20px;
}
.welcomeCon .welcomeright p {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}
.welcomeCon .welcomeright img {
  display: block;
}

.singleNews {
  margin-top: 50px;
}
.singleNews h1 {
  font-family: "AnekTamil_semi";
}

.dateandSocial {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 20px 0;
}
.dateandSocial .darkbg_date {
  font-family: "AnekTamil_semi";
}

.social-share-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.social-share-list li {
  line-height: inherit;
}
.social-share-list li a img {
  width: 30px;
  height: 30px;
}
.social-share-list li a .sr-only {
  text-indent: -9999px;
  display: none;
}

.subpagecon p {
  margin-bottom: 15px;
  font-size: 18px;
}

.greenBtn {
  background: var(--ps-green);
  letter-spacing: 1px;
  display: block;
  max-width: 200px;
  text-align: center;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin: 20px 0;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: 0.5s ease;
  color: #fff;
  font-size: 20px;
}
.greenBtn:hover {
  background: #0c874c;
}

.centerBtn {
  text-align: center;
  margin: 50px auto 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 20px;
  border-radius: 3px;
}

.clickshowbtn {
  display: block;
  color: #ffe34c;
  margin: 15px 0 30px 0;
  cursor: pointer;
  letter-spacing: 1px;
}

.show_more_con {
  height: 0;
  overflow: hidden;
  margin-top: 15px;
}

.show_more_con.expanded {
  height: auto;
  overflow: visible;
}


/* RESPONSIVE */

 


@media (max-width: 1400px) {
  .container {
    width: 85vw;
  }
  .commonPro .wordlMap {
    display: none;
  }
  .newsScroll .container {
    width: 55vw;
  }
}
@media (max-width: 1300px) {
  .logoSec {
    justify-content: start;
    margin-top: 6px;
  }
  .logoSec span {
    line-height: 25px;
  }
  .screenxlonly {
    display: none;
  }
  .screenlgonly {
    display: block;
  }
  .newsScroll::after, .newsScroll::before {
    background-size: 70%;
  }
  .welcomeCon .welcomeLeft {
    padding: 50px;
  }
  .successlistWrap .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1250px) {
  .blogCongrid {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  p {
    font-size: initial;
  }
  header .logoSec span {
    font-size: 20px;
    line-height: 22px;
  }
  header .yellowBtn {
    line-height: 42px;
  }
  .newsScroll::after, .newsScroll::before {
    background-size: 20%;
  }
  .sectioHead br {
    display: none;
  }
  .colorBxwrap .grid {
    grid-template-columns: 1fr;
  }
  .colorBxwrap .colorBx {
    height: auto;
  }
  .colorBxwrap .colorBx p {
    height: auto;
    opacity: 1;
  }
  .solutionSec {
    padding: 50px 0;
  }
  .solutionSec h2 {
    margin-bottom: 20px;
    line-height: 100%;
  }
  .solutionSec .imgContainer img {
    position: relative;
    left: -100px;
    width: 140%;
  }
  .solutionSec .grid {
    align-items: end;
  }
  .agentAnima {
    padding-bottom: 0;
  }
  .agentAnima .grid {
    gap: 50px;
  }
  .agentAnima .infoanimation {
    margin: 0;
  }
  .agentAnima .infoanimation img {
    position: relative;
    bottom: -7px;
    right: 0;
    width: 250px;
  }
  .agentAnima:after {
    display: none;
  }
  .abtprofile {
    margin: 50px 0;
  }
  .abt::after {
    height: 100%;
  }
  .gallerySeccaro .grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .gallerySeccaro .gallerSincar {
    width: 100%;
  }
  .gallerySeccaro .gallerSincar .slick-list {
    height: auto;
  }
  .productex .pro_con_bx img {
    width: 60%;
  }
  .profileCount .grid {
    grid-template-columns: 1fr;
  }
  .profileCount .grid .grid {
    grid-template-columns: 1fr;
  }
  .profileCount .profileCon .countpro {
    font-size: 40px;
  }
  .succesCarWarp {
    background: none;
    padding: 0;
    border: 0;
  }
  .succesCarWarp .success_slider .slick-slide {
    padding-bottom: 30px;
  }
  .succesCarWarp .slick-next.carArrow {
    right: 0;
    left: inherit;
  }
  .succesCarWarp p {
    margin: 20px 0;
  }
  .succescarNavwrap {
    display: none;
  }
  footer {
    padding-top: 70px;
  }
  footer .footerGridwrap {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
  }
  footer .footerGridwrap .footerConsec li {
    margin: 0;
  }
  footer .copyRightts {
    text-align: center;
  }
  footer .copyRightts .gridcolumnwrap {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  footer .copyRightts .copyMenuwra .copyMenu {
    justify-content: center;
  }
  .productsubcomm .gridwrap {
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 30px;
  }
  .productsubcomm .gridwrap .orangebx.blackBx {
    padding: 20px;
  }
  .productsubcomm .gridwrap .orangebx.blackBx img {
    width: 80px;
  }
  .kgislwinnsec .policeSec ul {
    grid-template-columns: 1fr 1fr;
  }
  .challangeSec.gridcolumnwrap {
    grid-template-columns: 1fr;
  }
  .challangeSec img {
    width: 100%;
  }
  .nsureCorelistNavi {
    display: none;
  }
  .nsureCorelistcontent {
    background: #fff;
  }
  .nsureCorelistcontent:after {
    display: none;
  }
  .nsureCorelist:after {
    display: none;
  }
  .highHeadediv {
    margin: 50px 0;
  }
  footer .footerConsec.footerMenulist ul li {
    flex: 0 0 100%;
  }
  .term-nsure-core-insurance-suite .singlepro {
    background-position: 70%;
  }
  .products-template-takaful-php .hero-subbanner {
    background-size: cover;
    background-position: center;
  }
  .nsureTakaful.productex {
    margin-top: 100px;
  }
  .nsureTakaful.productex .gridwrap {
    grid-template-columns: 1.5fr;
    row-gap: 10px;
  }
  .alterImage .wp-block-column:nth-child(2) {
    order: 0;
  }
  .contactPage .formInner {
    padding: 40px 10px 0px 10px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn h3 {
    font-size: 22px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn h3 strong {
    font-size: 30px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn .pdfinner {
    padding: 10px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn iframe {
    height: 520px !important;
  }
  .welcomeCon {
    grid-template-columns: 1fr;
    padding: 40px;
  }
  .welcomeCon .welcomeLeft {
    padding: 0;
  }
  .successlistWrap .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .successlistWrap .successlistWrapacc .expandsecclick {
    font-size: 17px;
  }
  .successlistWrap .successlistWrapacc .expandsecclick:after {
    right: 20px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
  header .logoSec span {
    font-size: 20px;
    line-height: 22px;
  }
  header .yellowBtn {
    line-height: 42px;
  }
  .newsScroll::after, .newsScroll::before {
    background-size: 20%;
  }
  .sectioHead br {
    display: none;
  }
  .colorBxwrap .grid {
    grid-template-columns: 1fr;
  }
  .colorBxwrap .colorBx {
    height: auto;
  }
  .colorBxwrap .colorBx p {
    height: auto;
    opacity: 1;
  }
  .solutionSec {
    padding: 50px 0;
  }
  .solutionSec h2 {
    margin-bottom: 20px;
    line-height: 100%;
  }
  .solutionSec .imgContainer img {
    position: relative;
    left: -60px;
    width: 140%;
  }
  .solutionSec .grid {
    grid-template-columns: 1fr;
  }
  .agentAnima {
    padding-bottom: 0;
  }
  .agentAnima .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .agentAnima .infoanimation {
    margin: 0;
  }
  .agentAnima .infoanimation img {
    position: relative;
    bottom: -7px;
    right: 0;
  }
  .agentAnima:after {
    display: none;
  }
  .abtprofile {
    margin: 50px 0;
  }
  .abtprofile .grid {
    grid-template-columns: 1fr;
  }
  .abtprofile .abtprofilelist:last-child .gridllist:first-child {
    order: 2;
  }
  .abtprofile .abtprofilelist:last-child .gridllist:last-child {
    order: 1;
  }
  .abt::after {
    height: 100%;
  }
  .gallerySeccaro .grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .gallerySeccaro .gallerSincar {
    width: 100%;
  }
  .gallerySeccaro .gallerSincar .slick-list {
    height: auto;
  }
  .productex .pro_con_bx img {
    width: 60%;
  }
  .profileCount .grid {
    grid-template-columns: 1fr;
  }
  .profileCount .grid .grid {
    grid-template-columns: 1fr;
  }
  .profileCount .profileCon .countpro {
    font-size: 40px;
  }
  .succesCarWarp {
    background: none;
    padding: 0;
    border: 0;
  }
  .succesCarWarp .success_slider .slick-slide {
    padding-bottom: 30px;
  }
  .succesCarWarp .slick-next.carArrow {
    right: 0;
    left: inherit;
  }
  .succesCarWarp p {
    margin: 20px 0;
  }
  .succescarNavwrap {
    display: none;
  }
  footer {
    padding-top: 70px;
  }
  footer .footerGridwrap {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
  }
  footer .footerGridwrap .footerConsec li {
    margin: 0;
  }
  footer .copyRightts {
    text-align: center;
  }
  footer .copyRightts .gridcolumnwrap {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  footer .copyRightts .copyMenuwra .copyMenu {
    justify-content: center;
  }
  .productsubcomm .gridwrap {
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 30px;
  }
  .productsubcomm .gridwrap .orangebx.blackBx {
    padding: 20px;
  }
  .productsubcomm .gridwrap .orangebx.blackBx img {
    width: 80px;
  }
  .kgislwinnsec .policeSec ul {
    grid-template-columns: 1fr 1fr;
  }
  .challangeSec.gridcolumnwrap {
    grid-template-columns: 1fr;
  }
  .challangeSec img {
    width: 100%;
  }
  .nsureCorelistNavi {
    display: none;
  }
  .nsureCorelistcontent {
    background: #fff;
  }
  .nsureCorelistcontent:after {
    display: none;
  }
  .nsureCorelist:after {
    display: none;
  }
  .highHeadediv {
    margin: 50px 0;
  }
  footer .footerConsec.footerMenulist ul li {
    flex: 0 0 100%;
  }
  .term-nsure-core-insurance-suite .singlepro {
    background-position: 70%;
  }
  .products-template-takaful-php .hero-subbanner {
    background-size: cover;
    background-position: center;
  }
  .nsureTakaful.productex {
    margin-top: 100px;
  }
  .nsureTakaful.productex .gridwrap {
    grid-template-columns: 1.5fr;
    row-gap: 10px;
  }
  .alterImage .wp-block-column:nth-child(2) {
    order: 0;
  }
  .contactPage .formInner {
    padding: 40px 10px 0px 10px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn h3 {
    font-size: 22px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn h3 strong {
    font-size: 30px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn .pdfinner {
    padding: 10px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn iframe {
    height: 520px !important;
  }
  .welcomeCon {
    grid-template-columns: 1fr;
    padding: 40px;
  }
  .welcomeCon .welcomeLeft {
    padding: 0;
  }
  .welcomeCon img {
    width: 100%;
    height: auto;
  }
  .successlistWrap .grid {
    grid-template-columns: 1fr 1fr;
  }
  .successlistWrap .successlistWrapacc .expandsecclick {
    font-size: 17px;
  }
  .successlistWrap .successlistWrapacc .expandsecclick:after {
    right: 20px;
    font-size: 30px;
  }
  .bannerbtmNews .bannerNewsinner ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  p {
    font-size: 12px;
  }
    header .logoSec img{    width: 70px;height: auto;}
  header .logoSec span {
    font-size: 20px;
    line-height: 22px;
  }
  header .yellowBtn {
    line-height: 42px;
  }
  .newsScroll::after, .newsScroll::before {
    background-size: 20%;
  }
  .sectioHead br {
    display: none;
  }
  .colorBxwrap .grid {
    grid-template-columns: 1fr;
  }
  .colorBxwrap .colorBx {
    height: auto;
  }
  .colorBxwrap .colorBx p {
    height: auto;
    opacity: 1;
  }
  .subpagehero h1 {
    font-size: 42px;
  }
  .bannerbtmNews .bannerNewsinner ul {
    grid-template-columns: 1fr;
  }
  .solutionSec {
    padding: 50px 0;overflow: hidden;
  }
  .solutionSec h2 {
    margin-bottom: 20px;
    line-height: 100%;
  }
  .solutionSec .imgContainer img {
    position: relative;
    left: -60px;
    width: 140%;
  }
  .solutionSec .grid {
    grid-template-columns: 1fr;
  }
  .agentAnima {
    padding-bottom: 0;
  }
  .agentAnima .grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .agentAnima .infoanimation {
    margin: 0;
  }
  .agentAnima .infoanimation img {
    position: relative;
    bottom: -7px;
    right: 0;
  }
  .agentAnima:after {
    display: none;
  }
  .abtprofile {
    margin: 50px 0;
  }
  .abtprofile.modal-box .grid {
    grid-template-columns: 1fr;
  }
  .abtprofile .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .abt::after {
    height: 100%;
  }
  .gallerySeccaro .grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .gallerySeccaro .gallerSincar {
    width: 100%;
  }
  .gallerySeccaro .gallerSincar .slick-list {
    height: auto;
  }
  .productex .pro_con_bx img {
    width: 60%;
  }
  .profileCount .grid {
    grid-template-columns: 1fr;
  }
  .profileCount .grid .grid {
    grid-template-columns: 1fr;
  }
  .profileCount .profileCon .countpro {
    font-size: 40px;
  }
  .succesCarWarp {
    background: none;
    padding: 0;
    border: 0;
  }
  .succesCarWarp .success_slider .slick-slide {
    padding-bottom: 30px;
  }
  .succesCarWarp .slick-next.carArrow {
    right: 0;
    left: inherit;
  }
  .succesCarWarp p {
    margin: 20px 0;
  }
  .succescarNavwrap {
    display: none;
  }
  footer {
    padding-top: 70px;
  }
  footer .footerGridwrap {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
  }
  footer .footerGridwrap .footerConsec li {
    margin: 0;
  }
  footer .copyRightts {
    text-align: center;
  }
  footer .copyRightts .gridcolumnwrap {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  footer .copyRightts .copyMenuwra .copyMenu {
    justify-content: center;
  }
  .productsubcomm .gridwrap {
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 30px;
  }
  .productsubcomm .gridwrap .orangebx.blackBx {
    padding: 20px;
  }
  .productsubcomm .gridwrap .orangebx.blackBx img {
    width: 80px;
  }
  .kgislwinnsec .policeSec ul {
    grid-template-columns: 1fr 1fr;
  }
  .challangeSec.gridcolumnwrap {
    grid-template-columns: 1fr;
  }
  .challangeSec img {
    width: 100%;
  }
  .nsureCorelistNavi {
    display: none;
  }
  .nsureCorelistcontent {
    background: #fff;
  }
  .nsureCorelistcontent:after {
    display: none;
  }
  .nsureCorelist:after {
    display: none;
  }
  .highHeadediv {
    margin: 50px 0;
  }
  footer .footerConsec.footerMenulist ul li {
    flex: 0 0 100%;
  }
  .term-nsure-core-insurance-suite .singlepro {
    background-position: 70%;
  }
  .products-template-takaful-php .hero-subbanner {
    background-size: cover;
    background-position: center;
  }
  .nsureTakaful.productex {
    margin-top: 100px;
  }
  .nsureTakaful.productex .gridwrap {
    grid-template-columns: 1.5fr;
    row-gap: 10px;
  }
  .alterImage .wp-block-column:nth-child(2) {
    order: 0;
  }
  .contactPage .formInner {
    padding: 40px 10px 0px 10px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn h3 {
    font-size: 22px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn h3 strong {
    font-size: 30px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn .pdfinner {
    padding: 10px;
  }
  .contactFormsec .gridcolumnwrap .gridcolumn iframe {
    height: 520px !important;
  }
  .welcomeCon {
    grid-template-columns: 1fr;
    padding: 40px;
  }
  .welcomeCon .welcomeLeft {
    padding: 0;
  }
  .successlistWrap .grid {
    grid-template-columns: 1fr;
  }
  .successlistWrap .successlistWrapacc .expandsecclick {
    font-size: 17px;
  }
  .successlistWrap .successlistWrapacc .expandsecclick:after {
    right: 20px;
    font-size: 30px;
  }
  
  .conText.emailS, .conText.phoneNo{padding: 70px 0 0 0;background-size: 55px;background-position: top left;}
  
}/*# sourceMappingURL=style.css.map */