<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  /* common form */
  --input-bg: #fff;
  --input-br: #e6e6e6;
  --input-color: var(--sc-2);
  --placeholder-color: var(--input-color);
  /* default style*/
  --default-bullet: url("../images/bullet-1.png");
  --default-text-color: #444;
  --sf-r: "akti";
  --h1: var(--fz70);
  --h2: var(--fz45);
  --h3: var(--fz40);
  --h4: var(--fz35);
  --h5: var(--fz30);
  --h6: var(--fz24);
  --sc-1: #1c529a;
  --sc-2: #f28b2a;
  --sc-3: #192638;
}

/* Sureja Piyush 2021 */
:root {
  --fz70: 70px;
  --fz65: 65px;
  --fz45: 45px;
  --fz40: 40px;
  --fz35: 35px;
  --fz30: 30px;
  --fz28: 28px;
  --fz25: 25px;
  --fz24: 24px;
  --fz23: 23px;
  --fz22: 22px;
  --fz21: 21px;
  --fz20: 20px;
  --fz18: 18px;
  --fz17: 17px;
  --fz16: 16px;
  --fz15: 15px;
  --fz14: 14px;
  --fz13: 13px;
  --fz12: 12px;
  --fz11: 11px;
}

.fz70 {
  font-size: var(--fz70);
  line-height: 1.5;
}

.fz65 {
  font-size: var(--fz65);
  line-height: 1.5;
}

.fz45 {
  font-size: var(--fz45);
  line-height: 1.5;
}

.fz40 {
  font-size: var(--fz40);
  line-height: 1.5;
}

.fz35 {
  font-size: var(--fz35);
  line-height: 1.5;
}

.fz30 {
  font-size: var(--fz30);
  line-height: 1.5;
}

.fz28 {
  font-size: var(--fz28);
  line-height: 1.5;
}

.fz25 {
  font-size: var(--fz25);
  line-height: 1.5;
}

.fz24 {
  font-size: var(--fz24);
  line-height: 1.5;
}

.fz23 {
  font-size: var(--fz23);
  line-height: 1.5;
}

.fz22 {
  font-size: var(--fz22);
  line-height: 1.4;
}

.fz21 {
  font-size: var(--fz21);
  line-height: 1.5;
}

.fz20 {
  font-size: var(--fz20);
  line-height: 1.4;
}

.fz18 {
  font-size: var(--fz18);
  line-height: 1.5;
}

.fz17 {
  font-size: var(--fz17);
  line-height: 1.5;
}

.fz16 {
  font-size: var(--fz16);
  line-height: 1.5;
}

.fz15 {
  font-size: var(--fz15);
  line-height: 1.5;
}

.fz14 {
  font-size: var(--fz14);
  line-height: 1.5;
}

.fz13 {
  font-size: var(--fz13);
  line-height: 1.5;
}

.fz12 {
  font-size: var(--fz12);
  line-height: 1.5;
}

.fz11 {
  font-size: var(--fz11);
  line-height: 1.5;
}

/* CSS Document */
/*---1. default reset css---*/
/*---2. default font-size,font-family,font-color,line-height,bgcolor,ol,ul,blockquote,table,img,* :focus---*/
/*---3. default anchor color, hr, BlackSepLine ---*/
/*---4. Wrappers(containers)---*/
/*---5. Container Fonts---*/
/*---6. For Text Link ---*/
/*---7. site selection color---*/
/*---8. default UL-Li---*/
/*---9 .EditorText default UL-OL css---*/
/*---10. FullWidth, HideImg, ResImg, MaxWidth100---*/
/*---11. grop ClearBoth , Table, Cell---*/
/*---12. LeftRightFloat---*/
/*---13. TextColor---*/
/*---14. BgColor---*/
/*---15. TopArrow---*/
/*---16. letter spacing---*/
/*---17. font-size---*/
/*---19. Padding---*/
/*---20. margin---*/
/*---21. LineHeight---*/
/*---22. FAQ css---*/
/*---23. loader---*/
/*---1. default reset css---*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*---2. default font-size,font-family,font-color,line-height,bgcolor,ol,ul,blockquote,table,img,* :focus---*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: white;
  color: var(--default-text-color);
  font: 16px/1.85 var(--sf-r);
}

ol {
  list-style: decimal;
  margin-left: 30px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

/*---3. default anchor color, hr, BlackSepLine ---*/
a {
  color: var(--sc-2);
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover {
  color: var(--sc-3);
  text-decoration: none;
}

hr {
  border: 0px;
}

/*---4. Wrappers(containers)---*/
.InnerContainWrapper,
.MainWrapper {
  margin: 0 auto;
  width: 1200px;
}

.MainWrapper {
  padding: 0;
}

.InnerContainWrapper {
  padding: 40px 0;
}

/*---5. Container Fonts---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
}

:where(.title, .Title) {
  color: var(--sc-1);
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

/*---7. site selection color---*/
::selection {
  color: #fff;
  background-color: var(--sc-1);
}

/*---8. default UL-Li---*/
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul li {
  background-image: var(--default-bullet);
  background-position: 0px 8px;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 0 20px;
}

.NoBullet &gt; li {
  background-image: none;
  background-position: 0px;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  /*T R B L*/
  padding: 0px;
  /*T R B L*/
}

/*---9 .EditorText default UL-OL css---*/
.EditorText ul {
  display: flow-root;
}
.EditorText ul li {
  background-image: var(--default-bullet);
  background-position: 0px 9px;
  /*R T*/
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 0 20px;
  text-align: left;
}

.EditorText ol li {
  border-bottom: 0px solid #d5d5d5;
  list-style: decimal;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 1px 0px 1px 0px;
  border: 0px solid;
  display: list-item;
  text-align: left;
}

/*---10. FullWidth, HideImg, ResImg, MaxWidth100---*/
.FullWidth {
  float: none !important;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.HideImg,
.ResImg {
  display: none !important;
}

.MaxWidth100 {
  max-width: 100%;
}

/*---11. grop ClearBoth , Table, Cell---*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

.ClearBoth {
  clear: both;
  min-height: 1px;
}

.Table {
  display: table;
  margin: 0px auto;
  width: 100%;
}

.Cell {
  display: table-cell;
  vertical-align: middle;
}

/*---12. LeftRightFloat---*/
.flow-root {
  display: flow-root;
}

.LeftFloat,
.left-float {
  float: left;
}

.RightFloat,
.right-float {
  float: right;
}

/*---13. TextColor---*/
.color-1 {
  color: #ffffff;
}

.color-2 {
  color: #000000;
}

.color-3 {
  color: #1c529a;
}

.color-4 {
  color: #f28b2a;
}

.color-5 {
  color: #192638;
}

/*---14. BgColor---*/
.bg-color-1 {
  background-color: #ffffff;
}

.bg-color-2 {
  background-color: #000;
}

.bg-color-3 {
  background-color: #1c529a;
}

.bg-color-4 {
  background-color: #f28b2a;
}

.bg-color-5 {
  background-color: #192638;
}

/*---15. TopArrow---*/
.TopArrow {
  text-align: center;
  display: none;
  width: 100%;
  padding: 20px 0 0;
}

.TopArrow a {
  color: var(--sc-1);
  font-size: 1.2rem;
  line-height: 1.6;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.TopArrow a:hover {
  color: #fff;
}

.TopArrow .fa-stack-2x {
  font-size: 34px;
}

.TopArrow .fa-inverse {
  color: #ffffff;
}

.TopArrow .fa-inverse:hover {
  color: var(--sc-1);
}

/*---17. font-size---*/
.FParagraph p {
  margin-bottom: 15px;
  /*  Paragraph after spacing  */
}

.FParagraph1 p {
  margin-bottom: 20px;
  /*  Paragraph after spacing  */
}

.FParagraph p:last-child,
.FParagraph1 p:last-child {
  margin-bottom: 0px;
}

.TAC {
  text-align: center;
  /*  For Text aling  */
}

.TAL {
  text-align: left;
  /*  For Text aling  */
}

.TAR {
  text-align: right;
  /*  For Text aling  */
}

.FSize12 {
  font-size: 12px;
}

.FSize13 {
  font-size: 13px;
}

.FSize14 {
  font-size: 14px;
}

.FSize15 {
  font-size: 15px;
}

.FSize16 {
  font-size: 16px;
}

.FSize17 {
  font-size: 17px;
}

.FSize18 {
  font-size: 18px;
}

.FSize19 {
  font-size: 19px;
}

.FSize20 {
  font-size: 20px;
}

.FSize22 {
  font-size: 22px;
}

.FSize24 {
  font-size: 24px;
}

.FSize25 {
  font-size: 25px;
}

.FSize28 {
  font-size: 28px;
}

.FSize30 {
  font-size: 30px;
}

.FSize32 {
  font-size: 32px;
}

.FSize34 {
  font-size: 34px;
}

.FSize35 {
  font-size: 35px;
}

.FSize40 {
  font-size: 40px;
}

.FSize42 {
  font-size: 42px;
}

.FSize45 {
  font-size: 45px;
}

.FSize48 {
  font-size: 48px;
}

.FSize50 {
  font-size: 50px;
}

/*---19. Padding---*/
.Padding5 {
  padding: 5px;
}

.Padding10 {
  padding: 10px;
}

.Padding15 {
  padding: 15px;
}

.Padding20 {
  padding: 20px;
}

.Padding25 {
  padding: 25px;
}

.Padding30 {
  padding: 30px;
}

.PaddingTB2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.PaddingTB5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.PaddingTB {
  padding-top: 10px;
  padding-bottom: 10px;
}

.PaddingTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.PaddingTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.PaddingTB25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.PaddingTB40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.PaddingLR5 {
  padding-left: 5px;
  padding-right: 5px;
}

.PaddingLR {
  padding-left: 10px;
  padding-right: 10px;
}

.PaddingLR15 {
  padding-left: 15px;
  padding-right: 15px;
}

.PaddingLR20 {
  padding-left: 20px;
  padding-right: 20px;
}

.PaddingLR25 {
  padding-left: 25px;
  padding-right: 25px;
}

.PaddingLR40 {
  padding-left: 40px;
  padding-right: 40px;
}

/*---20. margin---*/
.MarginBottom5 {
  margin-bottom: 5px;
}

.MarginBottom10 {
  margin-bottom: 10px;
}

.MarginBottom15 {
  margin-bottom: 15px;
}

.MarginBottom20 {
  margin-bottom: 20px;
}

.MarginBottom25 {
  margin-bottom: 25px;
}

.MarginBottom30 {
  margin-bottom: 30px;
}

.MarginBottom35 {
  margin-bottom: 35px;
}

.MarginBottom40 {
  margin-bottom: 40px;
}

.MarginBottom45 {
  margin-bottom: 45px;
}

.MarginBottom50 {
  margin-bottom: 50px;
}

.MarginTop5 {
  margin-top: 5px;
}

.MarginTop10 {
  margin-top: 10px;
}

.MarginTop15 {
  margin-top: 15px;
}

.MarginTop20 {
  margin-top: 20px;
}

.MarginTop25 {
  margin-top: 25px;
}

.MarginTop30 {
  margin-top: 30px;
}

.MarginTop35 {
  margin-top: 35px;
}

.MarginTop40 {
  margin-top: 40px;
}

.MarginTop45 {
  margin-top: 45px;
}

.MarginTop50 {
  margin-top: 50px;
}

/*---21. LineHeight---*/
.Caps {
  text-transform: uppercase;
}

.Capitalize {
  text-transform: capitalize;
}

.LineHeightNormal {
  line-height: normal;
}

.LineHeight18 {
  line-height: 18px;
}

.LineHeight22 {
  line-height: 22px;
}

.LineHeight24 {
  line-height: 24px;
}

.LineHeight27 {
  line-height: 27px;
}

.LineHeight30 {
  line-height: 30px;
}

.LineHeight32 {
  line-height: 32px;
}

.LineHeight34 {
  line-height: 34px;
}

.LineHeight35 {
  line-height: 35px;
}

.LineHeight36 {
  line-height: 36px;
}

.LineHeight38 {
  line-height: 38px;
}

.LineHeight40 {
  line-height: 40px;
}

.LineHeight42 {
  line-height: 42px;
}

.LineHeight48 {
  line-height: 48px;
}

.LineHeight52 {
  line-height: 52px;
}

.LineHeight55 {
  line-height: 55px;
}

/*---22. FAQ css---*/
.Plus {
  display: block;
  background: var(--plus-icon);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}

.Minus {
  display: block;
  background: var(--minus-icon);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}

.qus {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  padding: 11.5px 0;
}

.FaqTopBg {
  position: relative;
}

.FaqTitle {
  float: left;
  display: table;
}

.FaqTitle i {
  width: 30px;
  line-height: 30px;
  color: #7fcb31;
  text-align: left;
  display: table-cell;
  font-size: 18px;
  vertical-align: middle;
}

.FaqTitle h6 {
  font-size: 16px;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
  font-family: var(--sf-r);
  position: relative;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding-right: 25px;
}

/*.FaqTitle h6:before,.DownText:before  {
	content:'Q.';
	font-family: var(--sf-r);
	position:absolute;
	left:0;
	top:0;	
}
.DownText:before {
	content:'A.';
	top:14px;
}*/
.DownText {
  padding: 15px 0px;
  letter-spacing: 1px;
  position: relative;
  box-sizing: border-box;
}

.TextShadow {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.flex-grid-container {
  --width: 300px;
  --mx: 20px;
  --my: var(--mx);
}
.flex-grid-container .WithoutSlider &gt; ul.NoBullet,
.flex-grid-container &gt; ul.NoBullet {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--my) * -1) calc(var(--mx) * -1);
}
.flex-grid-container .WithoutSlider &gt; ul.NoBullet &gt; li,
.flex-grid-container &gt; ul.NoBullet &gt; li {
  flex: 0 1 var(--width);
  margin: var(--my) var(--mx);
}

.new-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  --wd: 300px;
}
.new-flex-container &gt; div,
.new-flex-container &gt; li {
  flex: 0 0 var(--wd);
}

.biobox-container.OverlayWrapper {
  padding: 30px;
}

.biobox-container .text {
  display: contents;
}

.biobox-container .Img {
  margin: 0 1.5rem 1rem 0 !important;
}

.biobox-container h4.Title.FZ-25 {
  color: var(--sc-1);
  font-size: 27px;
  font-family: var(--sf-r);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.biobox-container .sepline {
  margin: 0 0 7px;
  width: 123px;
  height: 3px;
  background-color: #333;
}

.biobox-container h5.role {
  color: var(--sc-2);
  font-size: 22px;
  font-family: var(--sf-r);
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.biobox-container .desc {
  margin-top: 0.7rem;
}

.biobox-container .link {
  line-height: 0;
  margin: 15px 0 0;
}

.biobox-container .link a {
  color: var(--sc-1);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--sf-r);
  line-height: 1.3;
  text-transform: uppercase;
  transition: all 0.6s ease;
}
.biobox-container .link a i {
  font-size: 1.2em;
  width: 20px;
  text-align: center;
  vertical-align: 0px;
  margin-right: 5px;
}
.biobox-container .link a i.fa-envelope-o {
  font-size: 1.1em;
}

.biobox-container .link a:hover {
  color: var(--sc-2);
}

strong {
  font-family: var(--sf-r);
}

.TeamDetailsPopUpWrap .flex-direction-nav {
  display: block;
}
.TeamDetailsPopUpWrap .flex-direction-nav a {
  display: block;
  --sp: 5px;
  top: 210px;
  z-index: 12;
}
</pre></body></html>