@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk-Thin.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk-Light.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "AktivGrotesk";
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Light.woff2") format("woff2"),
    url("../fonts/Canela-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Black.woff2") format("woff2"),
    url("../fonts/Canela-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Regular.woff2") format("woff2"),
    url("../fonts/Canela-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saudi Currency Font";
  src: url("../fonts/SaudiCurrencyFont-Regular.woff2") format("woff2"),
    url("../fonts/SaudiCurrencyFont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "AktivGrotesk", sans-serif;
}

.sar_symbol {
  font-family: "Saudi Currency Font";
}

/* ag-section style start */

.ag-setion-dia {
  background: #f5faf8;
  padding: 15px;
}

.ag-section-row {
  display: flex;
  background: #ffffff;
  padding: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
}

.ag-section-row.first {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.ag-section-row.last {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-bottom: 0px;
}

.ag-section-row-main {
  padding: 10px;
  border-right: 1.7px dotted #41ad49;
}

h5.ag-section-row-title {
  margin-bottom: 5px;
  margin-top: 0px;
}

p.ag-section-row-phar {
  color: #41ad49;
  font-size: 14px;
  line-height: 16px;
}

.ag-section-row-img-sec {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
}

img.ag-section-row-images {
  max-width: 110px;
  margin: 10px;
}

@media (max-width: 991px) {
  .ag-section-row-main,
  .ag-section-row-img-sec {
    width: 100%;
  }
  .ag-section-row-main {
    border-right: none;
    border-bottom: 1.7px dotted #41ad49;
  }
}

@media (max-width: 380px) {
  img.ag-section-row-images {
    max-width: 90px;
  }
}

/* ag-section style end */

/* ag-line-secion style start */

.ag-line-secion {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 10px;
}

.ag-line-secion p {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ag-line-secion-box:nth-child(1) {
  width: 16%;
  background: #82bb41;
}

.ag-line-secion-box:nth-child(2) {
  width: 16%;
  background: #1c6e2b;
}

.ag-line-secion-box:nth-child(3) {
  width: 18%;
  background: #9fcab8;
}

.ag-line-secion-box:nth-child(4) {
  width: 25%;
  background: #175261;
}

.ag-line-secion-box:nth-child(5) {
  width: 25%;
  background: #6d6e71;
}

.ag-igib-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.ag-igib-header-img,
.ag-igib-header-image {
  max-width: 80px;
  width: 80px;
  height: auto;
}

.ag-igib-counterbox-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ag-igib-counterbox {
  width: 24%;
  background: #f3f6f5; 
  color: #124734;
  padding: 8px;
  scale: 1;
}

.ag-igib-counterbox-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.ag-igib-counterbox-title strong {
  font-weight: 600;
}

.ag-igib-counterbox-numberrow {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: flex-end;
}

.counter {
    font-family: 'Canela', sans-serif;
}

.counterbox-numberrow-left {
  width: 50%;
  font-size: 50px;
  line-height: 50px;
}

.counterbox-numberrow-right {
  font-size: 16px;
}

.ag-igib-counterbox-bottomrow {
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}

.ag-igib-svg-dia-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ag-igib-svg-dia {
  width: 49%;
  padding: 10px;
  color: #124734;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ag-igib-svg-dia-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.ag-igib-svg-dia-title strong {
  font-weight: 600;
}

.ag-igib-mapbox {
  background: #eff5e7;
  padding: 15px;
  width: 50%;
}

.ag-igib-svg-dia-sec .text-green {
  color: #448e3d;
}

.ag-igib-svg-dia-sec p {
  color: #124734;
  font-weight: 400;
  margin-bottom: 5px;
}

@media(max-width:991px){
	.ag-line-secion-box:nth-child(1) {
	  width: 33.3%;
	  background: #82bb41;
	}

	.ag-line-secion-box:nth-child(2) {
	  width: 33.3%;
	  background: #1c6e2b;
	}

	.ag-line-secion-box:nth-child(3) {
	  width: 33.3%;
	  background: #9fcab8;
	}

	.ag-line-secion-box:nth-child(4) {
	  width: 50%;
	  background: #175261;
	}

	.ag-line-secion-box:nth-child(5) {
	  width: 50%;
	  background: #6d6e71;
	}
	
	.counterbox-numberrow-left {
		font-size: 45px;
		line-height: 48px;
	}
	
	.ag-igib-counterbox-row {
		flex-wrap: wrap;
	}
	.ag-igib-counterbox {
		width: 49%;
		margin-bottom: 1.5%;
	}
	.ag-igib-svg-dia {
		width: 100%;
		row-gap: 15px;
	}
	.ag-igib-mapbox {
		width: 100%;
	}
}

@media(max-width:767px){
	.ag-igib-header-text h3 {
		font-size: 18px;
		line-height: 24px;
		width: 95%;
	}
	.ag-igib-counterbox-title {
		font-size: 15px;
	}
	.counterbox-numberrow-right {
		font-size: 16px;
		text-align: right;
	}
	.ag-line-secion p {
		margin-bottom: 0px;
		color: #ffffff;
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media(max-width:540px){
	.counterbox-numberrow-right {
		width: 40%;
	}
}

/* ag-line-secion style end */

/* .ag-gradiantcounter-section style  start */

/*
.ag-gradiantcounter-section {
  background: rgb(49, 141, 59);
  background: -webkit-linear-gradient(
    top left,
    rgba(49, 141, 59, 1) 0%,
    rgba(152, 188, 143, 1) 53%,
    rgba(237, 243, 236, 1) 100%
  );
  background: -o-linear-gradient(
    top left,
    rgba(49, 141, 59, 1) 0%,
    rgba(152, 188, 143, 1) 53%,
    rgba(237, 243, 236, 1) 100%
  );
  background: linear-gradient(
    to bottom right,
    rgba(49, 141, 59, 1) 0%,
    rgba(152, 188, 143, 1) 53%,
    rgba(237, 243, 236, 1) 100%
  );
  padding: 1%;
}
*/


.ag-gradiantcounter-section {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.ag-gradiantcounter-box {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px;
  color: #ffffff;
}

.ag-gradiantcounter-box:nth-child(1){
  background: rgb(46,141,57);
background: -moz-linear-gradient(90deg, rgba(46,141,57,1) 0%, rgba(80,139,78,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(46,141,57,1) 0%, rgba(80,139,78,1) 100%);
background: linear-gradient(90deg, rgba(46,141,57,1) 0%, rgba(80,139,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e8d39",endColorstr="#508b4e",GradientType=1);
  padding: 1%;
}

.ag-gradiantcounter-box:nth-child(2){
  background: rgb(82,139,80);
background: -moz-linear-gradient(90deg, rgba(82,139,80,1) 0%, rgba(96,133,96,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(82,139,80,1) 0%, rgba(96,133,96,1) 100%);
background: linear-gradient(90deg, rgba(82,139,80,1) 0%, rgba(96,133,96,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#528b50",endColorstr="#608560",GradientType=1);
  padding: 1%;
}

.ag-gradiantcounter-box:nth-child(3){
  background: rgb(96,132,97);
background: -moz-linear-gradient(90deg, rgba(96,132,97,1) 0%, rgba(101,123,106,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(96,132,97,1) 0%, rgba(101,123,106,1) 100%);
background: linear-gradient(90deg, rgba(96,132,97,1) 0%, rgba(101,123,106,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#608461",endColorstr="#657b6a",GradientType=1);
  padding: 1%;
}

.ag-gradiantcounter-box:nth-child(4){
  background: rgb(101,121,106);
background: -moz-linear-gradient(90deg, rgba(101,121,106,1) 0%, rgba(94,104,102,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(101,121,106,1) 0%, rgba(94,104,102,1) 100%);
background: linear-gradient(90deg, rgba(101,121,106,1) 0%, rgba(94,104,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#65796a",endColorstr="#5e6866",GradientType=1);
  padding: 1%;
}


.ag-gradiantcounter-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}

.ag-gradiantcounter-number {
  font-size: 38px;
  line-height: 40px;
}

.ag-gradiantcounter-minitext {
  font-size: 16px;
  font-weight: 300;
}

@media(max-width:991px){
	.ag-gradiantcounter-section {
    	display: flex;
		flex-wrap: wrap;
	}
	
	.ag-gradiantcounter-box {
	  width: 49%;
	  margin-bottom: 1.5%;
	  padding: 15px !important;
	}
}

@media(max-width:450px){
	
	.ag-gradiantcounter-box {
	  width: 100%;
	}
	
}

/* .ag-gradiantcounter-section style  end */

/* green box style start */

.green-box {
  margin-top: 15px;
  padding: 15px;
  background: #cae2d8;
  border-top: 3px solid #124734;
  border-bottom: 2px solid #124734;
  color: #124734;
}

.green-box-text {
  font-size: 18px;
  line-height: 20px;
}

.green-box-bigtext {
  font-size: 40px;
  line-height: 45px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.green-box-text {
  font-size: 18px;
  line-height: 20px;
}

/* green box style end */

/* img-with-text-row styles start */

.img-with-text-row {
  display: flex;
  flex-wrap: wrap;
}

.img-with-textbox-col {
  width: 33.3%;
}

.img-with-textbox-heading {
  color: #3e983e;
  margin-bottom: 5px;
}

.img-with-textbox-row {
  display: flex;
  flex-direction: column;
}

.img-with-textbox-text {
  color: white;
  padding: 15px;
  position: relative;
  min-height: 350px;
}

.img-with-textbox-row ul.list-disc li:before {
  color: #ffffff !important;
}

.img-with-textbox-row ul.list-disc li {
  padding-bottom: 5px;
  border-bottom: 1px solid #6ba243;
}

.img-with-textbox-row ul.list-disc li:last-child {
  border-bottom: none;
}

.img-with-textbox-image img {
  height: 120%;
  margin-top: -20px;
}

.img-with-textbox-image {
  max-height: 400px;
  overflow: hidden;
}

.img-with-textbox-col:first-child .img-with-textbox-text {
  background: #2c5b4a;
}

.img-with-textbox-col:nth-child(2) .img-with-textbox-text {
  background: #1c6e2b;
}

.img-with-textbox-col:nth-child(3) .img-with-textbox-text {
  background: #2c5b4a;
}

.img-with-textbox-col:first-child .img-with-textbox-text {
  padding-top: 50px;
}

.img-with-textbox-col:nth-child(2) .img-with-textbox-text {
  padding-bottom: 50px;
}

.img-with-textbox-col:nth-child(3) .img-with-textbox-text {
  padding-top: 50px;
}

.img-with-textbox-col:first-child .img-with-textbox-texticon {
  display: flex;
  justify-content: center;
  width: 100%;
}

.img-with-textbox-col:first-child .img-with-textbox-texticon img {
  position: absolute;
  top: -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.img-with-textbox-col:nth-child(2) .img-with-textbox-texticon {
  display: flex;
  justify-content: center;
  width: 100%;
}

.img-with-textbox-col:nth-child(2) .img-with-textbox-texticon img {
  position: absolute;
  bottom: -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.img-with-textbox-col:nth-child(3) .img-with-textbox-texticon {
  display: flex;
  justify-content: center;
  width: 100%;
}

.img-with-textbox-col:nth-child(3) .img-with-textbox-texticon img {
  position: absolute;
  top: -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
}

/* img-with-text-row styles end*/

/* green counter box css start */

.green-counter-box {
  background: #124734;
  padding: 18px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
}

span.green-counter-box-bigtext {
  font-size: 35px;
  line-height: 38px;
  font-weight: 500;
  font-family: "Canela", serif;
}
span.green-counter-box-bigtext .counter {
  font-family: "Canela", serif;
}

/* green counter box css end */

/* table custom financial css start */

table.ft thead tr:first-child td + td::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #124734;
  border-radius: 10px;
}

table.ft thead tr:first-child td.curve-none::before {
  display: none;
}

table.ft thead tr:last-child td {
  border-right: 1px #124734 solid;
}

table.ft tbody tr td:first-child strong,
table.ft1 tbody tr td:first-child strong {
  float: left;
  color: #124734;
}

/* Tooltips */
a[tooltip] {
  position: relative;
}

a[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  width: max-content;
  max-width: 250px;
  text-align: center;
  top: calc(100% + 10px);
  right: -10px;
  transform: scale(0.95) translateY(15px);
  pointer-events: none;
  font-size: 13px;
  text-transform: capitalize;
  background-color: #968272;
  color: #124733;
  padding: 5px 15px;
  z-index: 9;
    letter-spacing: 0.2px;
  font-weight: 500;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  line-height: 1.2;
  visibility: hidden;
  opacity: 0;
  transform-origin: bottom center;
  transition: 250ms ease-out;
}

a[tooltip]:hover::after {
  visibility: visible;
  top: calc(100% + 10px);
  transform: scale(1) translateY(0);
  opacity: 1;
}
/* End Tooltips */

/* Sliding Tooltips */
.sliding-tooltip {
  height: 40px;
  padding: 8px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(77, 44, 130);
  border-radius: 60px;
  border: 2px solid rgba(77, 44, 130);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.red-template .sliding-tooltip {
  background-color: rgb(237, 29, 37);
  border: 2px solid white;
}
.red-template #nextlink.sliding-tooltip,
.red-template #prevlink.sliding-tooltip {
  border: 2px solid #fed403;
}
.sliding-tooltip img {
  height: 22px;
  width: 22px;
}
.sliding-tooltip span {
  max-width: 0;
  opacity: 0;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  font-weight: 500;
  overflow: hidden;
  transition: 400ms ease-out;
  white-space: nowrap;
}
.sliding-tooltip:hover span {
  max-width: 250px;
  padding: 0 5px;
  opacity: 1;
}
#nextlink.sliding-tooltip:hover span,
#prevlink.sliding-tooltip:hover span {
  max-width: 800px;
  transition: 600ms ease-in-out;
}
/* End Sliding Tooltips */

/* table custom financial css end */

/* table custom review css start */

table.ft-rw,
table.ft1-rw {
  border: 1px solid #ad9e93;
}
table.ft-rw thead td + td {
  text-align: right;
}
table.ft-rw tbody tr td {
  vertical-align: bottom;
  text-align: right;
  border-right: 1px #124734 solid;
}
table.ft-rw thead tr td {
  background-color: #f2f0ee;
}
table.ft-rw thead tr:first-child td + td {
  text-align: center;
  border-bottom: 1px #124734 solid;
}
table.ft-rw thead tr + tr td + td {
  text-align: right;
}
table.ft-rw thead tr:last-child {
  border-bottom: 3px #124734 solid;
  border-right: 1px #124734 solid;
}
table.ft-rw thead tr:last-child td {
  border-right: 1px #124734 solid;
}
table.ft-rw tbody tr:last-child {
  border-bottom: 1px #124734 solid;
}

table.ft1-rw td + td {
  text-align: right;
}
table.ft1-rw tbody tr td {
  vertical-align: bottom;
  border-right: 1px #124734 solid;
  text-align: right;
}
table.ft1-rw thead tr {
  background-color: #f2f0ee;
}
table.ft1-rw thead tr td {
  text-align: right;
  border-right: 1px #124734 solid;
}
table.ft1-rw thead tr td + td {
  text-align: right;
}
table.ft1-rw thead tr:last-child {
  border-bottom: 3px #124734 solid;
}
table.ft1-rw tbody tr:last-child {
  border-bottom: 1px #124734 solid;
}

table.gt-rw
  border: 1px solid #ad9e93;
}
table.gt-rw thead td + td {
  text-align: right;
}
table.gt-rw tbody tr td {
  vertical-align: bottom;
  text-align: left;
  border-right: 1px #124734 solid;
}
table.gt-rw thead tr td {
  background-color: #f2f0ee;
}
table.gt-rw thead tr:first-child td + td {
  text-align: center;
  border-bottom: 1px #124734 solid;
}
table.gt-rw thead tr + tr td + td {
  text-align: right;
}
table.gt-rw thead tr:last-child {
  border-bottom: 3px #124734 solid;
  border-right: 1px #124734 solid;
}
table.gtt-rw thead tr:last-child td {
  border-right: 1px #124734 solid;
}
table.gt-rw tbody tr:last-child {
  border-bottom: 1px #124734 solid;
}

table.ft-rw tr td.cy,
table.ft1-rw tr td.cy {
  background: #eef2f1;
  color: #329052 !important;
}
/* table custom review css end */

/* Search Page */
.search-container input {
  padding: 10px 15px;
  border: 1px solid grey;
  border-radius: 15px;
  width: 80%;
}
.search-container input[type="submit"] {
  width: 20%;
  margin-left: 10px;
  background-color: #45974d;
  border: none;
  color: white;
}
.search-container form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-container .search-result {
  margin-top: 15px;
}
.search-container .search-result .result {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #45974d;
  text-decoration: none;
}
.search-container .search-result .result h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #124733;
}
.search-container .search-result .result p {
  margin: 0;
  color: rgb(60, 60, 60);
}
.search-container .no-results {
  margin-top: 25px;
  width: 100%;
  padding: 50px;
  text-align: center;
  background-color: rgb(225, 225, 225);
  border-radius: 25px;
}
.search-container .no-results p {
  margin: 0;
}

.green-rounded-bg {
  background-color: #124733;
  padding: 30px;
  border-radius: 20px;
}
.green-rounded-bg * {
  color: white;
}
.green-rounded-bg ::before {
  color: white !important;
}

.seccond-font {
  font-family: "Canela", serif;
}

/* New Css */

.anime_image_container {
  background-color: #124733;
  overflow: hidden;
}

.anime_image_mask {
  clip-path: circle(5% at 50% 50%);
  transform: translateY(-40%);
}

.anime_image {
  width: 100%;
  height: auto;
  transform: scale(1.5);
}

.home_ag_section {
  margin-bottom: 100px;
}

.home_ag_section > h1 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.home_ag_section > h2 {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  color: #968272;
  margin-bottom: 40px;
  text-align: center;
}

.ag_category_main {
  margin-bottom: 30px;
}

.ag_category {
  width: 100%;
  height: auto;
  aspect-ratio: 6/7;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.ag_category.disabled {
  pointer-events: none;
}

.ag_category:hover > img {
  transform: scale(1.2);
}

.ag_category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.ag_category_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--block-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.ag_category_text > img {
  height: 40px;
  width: auto;
}

.ag_category_text p {
  color: #fff;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}

.ag_category_dropdown_container {
  display: none;
}

.category_dropdown {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
	  border: 5px solid #f7faf3;
}

.home_logo_close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.home_logo_close img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.cd_left {
  padding-right: 30px;
}

.cd_left p {
  color: #2c5b4a;
  line-height: 1.2;
  font-size: 16px;
}

.cd_right img {
  width: 100%;
  height: auto;
}

.cd_right_sp img {
  width: 40%;
  height: auto;
}

.ag_tr_one {
  position: absolute;
  left: 16.67%;
  transform: translate(-50%, 100%);
  top: -30px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #f7faf3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}

.ag_category_dropdown_container.active .ag_tr_one {
  transform: translate(-50%, 0);
  opacity: 1;
}

.ag_tr_two {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  top: -30px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #f7faf3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}

.ag_category_dropdown_container.active .ag_tr_two {
  transform: translate(-50%, 0);
  opacity: 1;
}

.ag_tr_three {
  position: absolute;
  left: 83%;
  transform: translate(-50%, 100%);
  top: -30px;
  width: 0;
  height: 0;
  border-bottom: 30px solid #f7faf3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}

.ag_category_dropdown_container.active .ag_tr_three {
  transform: translate(-50%, 0);
  opacity: 1;
}

.chev-wrap {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chev-wrap i {
  font-size: 15px;
}

@media (max-width: 1199px) {
  .ag_category_text {
    padding: 10px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .chev-wrap {
    width: 20px;
  }

  .chev-wrap i {
    font-size: 10px;
  }

  .ag_category_text > img {
    height: 30px;
  }

  .ag_category_text p {
    font-size: 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ag_category {
    aspect-ratio: 3/2;
  }

  .ag_category_flex {
    display: flex;
    flex-direction: column;
  }

  .order_one {
    order: 1;
    margin-bottom: 10px;
  }

  .order_two {
    order: 2;
  }

  .order_three {
    order: 3;
    margin: 10px 0;
  }

  .order_four {
    order: 4;
  }

  .order_five {
    order: 5;
    margin-top: 10px;
  }

  .order_six {
    order: 6;
  }

  .ag_tr_one {
    display: none;
  }

  .ag_tr_two {
    display: none;
  }

  .ag_tr_three {
    display: none;
  }
}

.accordion .sub-menu-content {
  display: none;
  padding: 12px 15px;
}

.accordion .sub-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-top: 1px solid #124733;
  text-decoration: none;
}

.accordion .sub-menu-title.active {
  background-color: rgb(243, 243, 243);
}

.accordion .sub-menu-title:hover {
  background-color: rgb(243, 243, 243);
}

.accordion .sub-menu-title h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  color: #124733;
  padding: 0;
  text-decoration: none;
}

.accordion .sub-menu-title i {
  font-size: 20px;
  color: #124733;
  margin-left: 10px;
}

.accordion .fa-angle-down {
  transition: 300ms;
}

.accordion .fa-angle-down.close {
  transform: rotate(180deg);
  color: #124733;
}

/* New Css */

/* Image Anims */
.img-slide-anim {
  position: relative;
  overflow: hidden;
}
.img-slide-anim span:nth-child(1) {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #42ad4a;
  z-index: 2;
}
.img-slide-anim span:nth-child(2) {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #124733;
  z-index: 3;
}
.img-slide-anim img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.img-parralax-anim {
  overflow: hidden;
}

.img-parralax-anim img {
  transform: scale(1.1);
  width: 100%;
  height: auto;
}

@media (max-width: 540px) {
  .search-container form {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-container input {
    width: 100%;
  }
  .search-container input[type="submit"] {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
/* End Search Page Styles */

/* introduction page css */

.qrcode-image{
	max-width: 180px;
	height: auto;
	padding: 15px;
}

.qrcode-linkbox {
	padding: 15px;
}

.qrcode-linkbox a{
	overflow-wrap: break-word;
  color: #968272;
  text-decoration:none;
}

.mobile-icon {
	max-width: 60px;
}

@media(max-width:991px){
	.qrcode-linkbox {
		padding-top: 0px;
	}
}

@media(max-width:580px){
	.qrcode-image{
		max-width: 140px;
		height: auto;
		padding: 15px;
	}
}

@media(max-width:450px){
	.qrcode-image{
		max-width: 130px;
		height: auto;
		padding: 15px;
	}
	.mobile-icon {
		max-width: 50px;
	}
}

.image-box-wrap {
    position: relative;
}

.social-box {
    position: absolute;
    top: 15%;
    right: 10px;
    width: fit-content;
    color: #82c078;
    border-radius: 50px;
    border: 2px solid #82c078;
    padding: 5px;
    background: #fff;
	display: none;
}

.social-box a {
    border: 1px dotted#82c078;
    width: 35px;
    height: 35px;
    margin-right: 3px;
    display: inline-flex;
    border-radius: 50%;
    padding: 5px;
    aspect-ratio: 1 / 1 !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    scale: 1;
    transition: all 0.6s ease;
    text-decoration: none;
}

.social-box a:hover {
    background: #82c078;
    color: #ffffff;
    scale: 1.08;
}

.social-box a i {
    color: #82c078;
    font-size: 22px;
    transition: all 0.6s ease;
}

.social-box a:hover i {
    color: #ffffff;
}

@media(max-width:991px){
	.social-box {
		top: 0;		
		width: min-content;		
	}
	.social-box a {
		width: 32px;
    	height: 32px;
		margin-right: 0px;
		margin-bottom: 3px;
	}
	.social-box a i {
		font-size: 20px;
	}
}

@media(max-width:450px){
	.social-box {
        position: relative;
        width: fit-content;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
	.social-box a {
		width: 30px;
    	height: 30px;
		margin-right: 5px;
		margin-bottom: 0px;
	}
	.social-box a i {
		font-size: 18px;
	}
}

/* introduction page css */

/* kh-fullinner-dia css start */ 
	.kh-fullinner-dia {
		background: #124734;
		  padding: 30px 0px 30px 0px;
	}
	
	.kh-fullinner-headding h2 {
		color: #fff;
	}

	.kh-fullinner-dia-raw {
		padding: 5px 0px 0px 5px;
		display: flex;
	}

	.kh-fullinner-svg-div {
		width: 80%;
		padding: 0px;
		height: 100%;
	}

	.kh-fullinner-image-div {
		width: 30%;
		position: relative;
		overflow: hidden;
	}

	.kh-fullinner-image {
		width: 100%;
		height: 120%;
		position: absolute;
		top: 10%;
		object-fit: cover;
	}

	.kh-ms-items {
		display: flex;
		width: 100%;
		gap: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.kh-ms-item {
		display: flex;
		align-items: center;
		width: 30%;
		max-width: 200px;
		font-size: 14px;
		gap: 10px;
		line-height: 18px;
		padding: 6px 12px;
		color: #39b54a;
		border: 1px solid #39b54a;
	}

	.kh-ms-item img {
		width:auto;
		max-width: 40px;
		height: 40px;
	}

@media(max-width:1366px){
	.kh-ms-item {
		font-size: 13px;
		line-height: 18px;
		padding: 6px 12px;
	}
	.kh-ms-item img {
		width: auto;
		max-width: 35px;
		height: 35px;
	}
}

@media(max-width:991px){
	.kh-ms-item {
		display: flex;;
		align-items: center;
		width: 30%;
		font-size: 14px;
		gap: 10px;
		line-height: 16px;
		padding: 6px 12px;
		color: #39b54a;
		border: 1px solid #39b54a;
	}
	.kh-ms-item img {
		width: auto;
		max-width: 35px;
		height: 35px;
	}
}

@media(max-width:767px){
	.kh-ms-item {
		display: flex;
		align-items: center;
		width: 45%;
		font-size: 13px;
		gap: 10px;
		line-height: 15px;
		padding: 6px 12px;
		color: #39b54a;
		border: 1px solid #39b54a;
	}
	.kh-ms-item img {
        width: auto;
        max-width: 33px;
        height: 33px;
    }
}

@media(max-width:450px){
	.kh-ms-item {
        display: flex;
        align-items: center;
        width: 45%;
        font-size: 12px;
        gap: 10px;
        line-height: 14px;
        padding: 6px 10px;
        color: #39b54a;
        border: 1px solid #39b54a;
    }
	.kh-ms-item img {
        width: auto;
        max-width: 30px;
        height: 30px;
    }
}

/* kh-fullinner-dia css end */  

/* year in review section animation */

.yir-box-content {
    border-radius: 10px;
    overflow: hidden;
}

.yir-contnet-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.yir-contnet-image img {
    position: absolute;
    top: 20px;
    left: 0;
    height: 130%;
    width: 100%;
	object-fit: cover;
}

.yir-contnet-accordionbox {
    position: relative;
    height: 70px;
    display: flex;
    background: #405949;
    justify-content: space-between;
    align-items: center;
}

.yir-contnet-accordionbox h2 {
	color: #fff;
	font-size: 20px;
    line-height: 25px;
	margin-top: 10px;
}

.yir-box:nth-child(1) .yir-contnet-accordionbox {
	background: #405949;
	    padding: 10px;
}

.yir-box:nth-child(2) .yir-contnet-accordionbox {
	background: #528F49;
	    padding: 10px;
}

.yir-box:nth-child(3) .yir-contnet-accordionbox {
	background: #405949;
	    padding: 10px;
}

.yir-contnet-accordionbox img {
	height: 40px;
    position: relative;
	transform: scale(1);
	transition: transform 0.4s ease-in-out;
}

.accrodion-icon {
    margin-right: 15px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

.accrodion-icon i {
    font-size: 18px;
    color: #fff;
	cursor: pointer;
	transform: rotate(0deg);
	transition: transform 0.4s ease-in-out;
}

.yir-box-content.active .accrodion-icon i {
	transform: rotate(180deg);
}

.yir-box-content.active .yir-contnet-accordionbox img {
   transform: scale(1.05);
}

/*
.yir-box-content.active .yir-contnet-image img {
	transform: scale(1.2) rotate(5deg);
}
*/

.yir-box:nth-child(1) .yir-box-Accordion-content {
	padding: 20px 15px;
	background: #405949;
}

.yir-box:nth-child(2) .yir-box-Accordion-content {
	padding: 20px 15px;
	background: #528F49;
}

.yir-box:nth-child(3) .yir-box-Accordion-content {
	padding: 20px 15px;
	background: #405949;
}

.yir-box-Accordion-content ul li, .yir-box-Accordion-content ul li::before {
	color: #fff;
}

.yir-box-Accordion-content ul li {
	padding-bottom: 7px;
	border-bottom: 1px solid #39b54a;
}

.yir-box-Accordion-content ul li:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.yir-box-Accordion-content {
	display: none;
}

@media(max-width:1399px){
	
	.yir-contnet-image {
		height: 200px;
	}
	
	.yir-box:nth-child(1) .yir-contnet-accordionbox {
		padding: 12px 7px;
	}
	
	.yir-box:nth-child(2) .yir-contnet-accordionbox {
		padding: 12px 7px;
	}
	
	.yir-box:nth-child(3) .yir-contnet-accordionbox {
		padding: 12px 7px;
	}
	.yir-contnet-accordionbox img {
		height: 35px;
		position: relative;
		transform: scale(1);
		transition: transform 0.4s ease-in-out;
	}
	.yir-contnet-accordionbox h2 {
		color: #fff;
		font-size: 20px;
		line-height: 25px;
		margin: 5px;
		margin-left: 0px;
	}
	.accrodion-icon {
		margin-right: 15px;
		border: 1px solid #fff;
		width: 30px;
		height: 30px;
		display: flex;
		border-radius: 20px;
		align-items: center;
		justify-content: center;
	}
	.accrodion-icon i {
		font-size: 16px;
		color: #fff;
		cursor: pointer;
		transform: rotate(0deg);
		transition: transform 0.4s ease-in-out;
	}
	.yir-contnet-accordionbox {
		height: fit-content;
	}
	
}

@media(max-width:1199px){
	
.yir-contnet-image img {
  top: -10px;
    height: 146%;
}	
	
	.yir-contnet-image {
        height: 175px;
    }
	.yir-contnet-accordionbox img {
        height: 30px;
        width: fit-content;
        padding: 0px 12px;
        position: relative;
        transform: scale(1);
        transition: transform 0.4s ease-in-out;
    }
	.yir-contnet-accordionbox h2 {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        margin: 5px;
        margin-left: 0px;
    }
	.accrodion-icon i {
        font-size: 18px;
	}
}

@media(max-width:991px){
	.yir-box {
		margin-bottom: 15px;
	}
	.accrodion-icon i {
        font-size: 16px;
    }
}

@media(max-width:480px){
	.yir-contnet-image {
        height: 320px;
    }
}

/* year in review section animation */

/* year in review section simple */

.yir-row{
	display: flex;
	align-items: stretch;
}

.yir-box {
	height: 100%;
}

.yir-box-content-simple {
    border-radius: 10px;
    overflow: hidden;
	height: 100%;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.yir-contnet-image-simple {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.yir-contnet-image-simple img {
    position: absolute;
    top: -10px;
    left: 0;
    height: 110%;
    width: 100%;
	object-fit: cover;
}

.yir-contnet-accordionbox-simple {
    position: relative;
    height: 70px;
    display: flex;
    background: #405949;
    justify-content: space-between;
    align-items: center;
}

.yir-contnet-accordionbox-simple h2 {
	color: #fff;
	font-size: 20px;
    line-height: 25px;
	margin-top: 10px;
}

.yir-box:nth-child(1) .yir-contnet-accordionbox-simple {
	background: #405949;
	    padding: 10px;
}

.yir-box:nth-child(2) .yir-contnet-accordionbox-simple {
	background: #528F49;
	    padding: 10px;
}

.yir-box:nth-child(3) .yir-contnet-accordionbox-simple {
	background: #405949;
	    padding: 10px;
}

.yir-contnet-accordionbox-simple img {
	height: 40px;
    position: relative;
	transform: scale(1);
	transition: transform 0.4s ease-in-out;
}


.yir-box:nth-child(1) .yir-box-Accordion-content-simple {
	padding: 20px 15px;
	height: 100%;
	background: #405949;
}

.yir-box:nth-child(2) .yir-box-Accordion-content-simple {
	padding: 20px 15px;
	height: 100%;
	background: #528F49;
}

.yir-box:nth-child(3) .yir-box-Accordion-content-simple {
	padding: 15px 15px;
	height: 100%;
	background: #405949;
}

.yir-box-Accordion-content-simple p {
	color: #fff;
}

.yir-box-Accordion-content-simple {
	display: block;
}

@media(max-width:1399px){
	
	.yir-contnet-image-simple {
		height: 400px;
	}
	
	.yir-box:nth-child(1) .yir-contnet-accordionbox-simple {
		padding: 12px 7px;
	}
	
	.yir-box:nth-child(2) .yir-contnet-accordionbox-simple {
		padding: 12px 7px;
	}
	
	.yir-box:nth-child(3) .yir-contnet-accordionbox-simple {
		padding: 12px 7px;
	}
	.yir-contnet-accordionbox-simple img {
		height: 35px;
		position: relative;
		transform: scale(1);
		transition: transform 0.4s ease-in-out;
	}
	.yir-contnet-accordionbox-simple h2 {
		color: #fff;
		font-size: 20px;
		line-height: 25px;
		margin: 5px;
		margin-left: 0px;
	}
	.accrodion-icon {
		margin-right: 15px;
		border: 1px solid #fff;
		width: 30px;
		height: 30px;
		display: flex;
		border-radius: 20px;
		align-items: center;
		justify-content: center;
	}
	.accrodion-icon i {
		font-size: 16px;
		color: #fff;
		cursor: pointer;
		transform: rotate(0deg);
		transition: transform 0.4s ease-in-out;
	}
	.yir-contnet-accordionbox-simple {
		height: fit-content;
	}
	
}

@media(max-width:1199px){
	.yir-contnet-image-simple {
        height: 350px;
    }
	.yir-contnet-accordionbox-simple img {
        height: 30px;
        width: fit-content;
        padding: 0px 12px;
        position: relative;
        transform: scale(1);
        transition: transform 0.4s ease-in-out;
    }
	.yir-contnet-accordionbox-simple h2 {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        margin: 5px;
        margin-left: 0px;
    }
	.accrodion-icon i {
        font-size: 18px;
	}
}

@media(max-width:991px){
	.yir-row{
		flex-wrap: wrap;
	}

	.yir-box {
		margin-bottom: 15px;
		height: auto;
	}
	.yir-box-content-simple {
		height: auto;
	}
}

@media(max-width:480px){
	.yir-contnet-image-simple {
        height: 320px;
    }
}

/* year in review section simple */

/* ceo inner secation css */

.msg-inner-container {
    width: 100%;
    height: 75vh;
    background: #124733;
    margin-bottom: 150px;
/*    padding: 30px 50px;*/
    position: relative;
}

.msg-inner-container.ceo {
	height: 75vh;
	padding: 50px 150px;
	margin-bottom: 130px;
	display: flex;
}

.pull-upsection {
    padding: 0px 150px 50px 150px;
    margin-top: -55vh;
}

.msg-inner-container .page-titles {
    text-align: center;
    width: 55%;
}

.pull-upsection .ceo-msg-box {
    width: calc(55%);
    background-color: rgb(5 30 17);
    backdrop-filter: blur(1px);
    padding: 30px;
    border-radius: 20px;
}

.pull-upsection .ceo-msg-box p {
    color: #42AC4A;
}

.pull-upsection .ceo-msg-box p.msg-lifter {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Canela', serif;
    line-height: 1.1;
    margin: 20px 0;
}

.pull-upsection .cfo-msg-box {
   width: calc(55%);
   background-color: rgb(5 30 17);
   backdrop-filter: blur(1px);
   padding: 30px;
   border-radius: 20px;
}

.pull-upsection.cfo .cfo-msg-box p {
    color: #45974D;
}

.msg-inner-container .ceo-msg-box {
    width: calc(55%);
    margin-top: 50px;
    background-color: rgb(5 30 17);
    backdrop-filter: blur(1px);
    padding: 30px;
    border-radius: 20px;
}

.msg-inner-container .ceo-msg-box p {
    color: #42AC4A;
}
.msg-inner-container .ceo-msg-box p.msg-lifter {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Canela', serif;
    line-height: 1.1;
    margin: 20px 0;
}

/*
.pull-upsection .cfo-msg-box {
    width: 62%;
    margin-left: auto;
}
*/

/*
.pull-upsection.cfo .cfo-msg-box p {
    color: #45974D;
}
*/

.msg-page-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: fixed;
    left: 10px;
    top: 90px;
}
.msg-page-actions a {
    border: 1px solid rgb(255, 255, 255, 0.2);
    background-color: #124734;
}


@media(min-width:991px){    
	.pull-upsection {
		margin-top: -30vh;
		padding: 30px 80px;
	}
	.msg-inner-container.ceo {
		height: 60vh;
		padding: 30px 80px;
		margin-bottom: 130px;
		display: flex;
		align-items: center;
	}
	.msg-inner-container.cfo {
		height: 60vh;
		padding: 30px 80px;
		margin-bottom: 130px;
		display: flex;
		align-items: center;
	}
	.msg-inner-container.ceo .page-titles {
		width: 55%;
	}
	.pull-upsection .ceo-msg-box {
    	width: calc(100%);
	}
	.pull-upsection .cfo-msg-box {
    	width: calc(100%);
	}
}

@media (min-width: 991px) and (orientation: portrait) {
	.msg-inner-container.ceo, .msg-inner-container.cfo {
        max-height: 600px;
    }
	.pull-upsection {
        margin-top: -270px;
        padding: 30px 80px;
    }
}

@media(min-width:1280px){
	.pull-upsection {
		margin-top: -60vh;
	}
	.msg-inner-container .page-titles {
		text-align: center;
		width: 55%;
	}
	.msg-inner-container.cfo .page-titles {
		width: 65% !important;
	}
	
	.msg-inner-container.ceo .page-titles {
		width: 58% !important;
	}
	
	.pull-upsection .ceo-msg-box {
    	width: calc(58%);
	}
	.pull-upsection .cfo-msg-box {
    	width: calc(65%);
	}
	.msg-inner-container.ceo {
        height: 65vh;
        padding: 30px 80px;
		align-items: flex-start;
	}
	.msg-inner-container.cfo {
        height: 65vh;
        padding: 30px 80px;
		align-items: flex-start;
	}
}

@media(min-width:1366px){
	
	.msg-inner-container.ceo {
        height: 65vh;
        padding: 30px 80px;
	}
	.msg-inner-container.cfo {
        height: 65vh;
        padding: 30px 80px;
	}
	.pull-upsection {
		margin-top: -60vh;
        padding: 30px 80px;
    }
	.pull-upsection.cfo {
		margin-top: -60vh;
		padding: 30px 80px;
    }
	.msg-inner-container.cfo .page-titles {
		width: 65%;
	}
	.pull-upsection .cfo-msg-box {
    	width: calc(65%);
	}
}

@media(min-width: 1540px){
	.msg-inner-container.ceo , .msg-inner-container.cfo {
		height: 75vh;
		padding: 50px 150px;
		margin-bottom: 150px;
		display: flex;
	}	
    .pull-upsection {
		margin-top: -55vh;
        padding: 50px 150px;
    }
	.pull-upsection.cfo {
		margin-top: -50vh;
		padding: 50px 150px;
    }
    .pull-upsection .ceo-msg-box p.msg-lifter {
        font-size: 34px;
        margin: 30px 0;
    }
	.msg-inner-container.cfo .page-titles {
		width: 60%;
	}
	.pull-upsection .cfo-msg-box {
    	width: calc(60%);
	}
	.msg-inner-container.ceo .page-titles {
		width: 60%;
	}
	.pull-upsection .ceo-msg-box {
    	width: calc(60%);
	}
	.msg-inner-container .ceo-msg-box p.msg-lifter {
        font-size: 34px;
        margin: 30px 0;
    }
}

@media(min-width: 1750px){
/*
    .pull-upsection {
        padding: 100px 150px 30px 150px;
    }
*/
	.pull-upsection {
		margin-top: -65vh;
    }
	.pull-upsection.cfo {
		margin-top: -50vh;
		padding-bottom: 10vh;
    }
	.pull-upsection.ceo {
		margin-top: -60h;
		padding-bottom: 10vh;
    }
    .pull-upsection .ceo-msg-box p {
        font-size: 22px;
    }
    .pull-upsection.cfo .ceo-msg-box p {
        font-size: 18px;
    }
    .pull-upsection .ceo-msg-box p.msg-lifter {
        font-size: 40px;
    }
}

@media(min-width: 1991px){
	.msg-inner-container.ceo, .msg-inner-container.cfo {
        align-items: center;
    }
	.pull-upsection {
		margin-top: -350px;
        padding-bottom: 50px;
	}
	.pull-upsection.cfo, .pull-upsection.ceo {
        margin-top: -270px;
        padding-bottom: 50px;
    }
	.msg-inner-container.ceo, .msg-inner-container.cfo {
        max-height: 800px;
    }
}

@media(max-width: 992px){
	.msg-inner-container.ceo {
		height: fit-content;
		padding: 30px;
		display: block;
	}
	.msg-inner-container.cfo {
		height: fit-content;
		padding: 30px;
		display: block;
	}
    .pull-upsection {
        padding: 30px;
        margin-top: -250px;
        position: relative;
        z-index: 6;
    }
	.pull-upsection.cfo {
        padding: 30px;
        margin-top: -120px;
    }	
    .pull-upsection .ceo-msg-box,
    .pull-upsection.cfo .ceo-msg-box,
	.pull-upsection .cfo-msg-box
	{
        width: 100%;
        margin-top: 0;
    }
	.msg-inner-container .image-wrapper {
        position: relative;
        bottom: initial;
        right: initial;
        margin: 0 auto;
        border-bottom: 1px solid #01140A;
    }
	.msg-inner-container.cfo .image-wrapper {
		right: initial;
		left: 0px !important;
		width: 50% !important;
	}
	
}

@media(max-width: 768px){
	
	.pull-upsection {
        padding: 30px;
		margin-top: -180px;
    }
	
	.pull-upsection.cfo {
        padding: 30px;
        margin-top: -120px;
    }
	
	.msg-inner-container .image-wrapper, .msg-inner-container.cfo .image-wrapper {
        width: 75% !important;
    }

    .pull-upsection, .msg-inner-container.ceo {
        padding: 15px;
    }
	
	.pull-upsection.cfo , .msg-inner-container.cfo {
        padding: 15px;
    }
	
    .pull-upsection .ceo-msg-box p.msg-lifter {
        font-size: 22px;
    }
	
}

/* ceo inner secation css */

/* downlaod excel css start */

.download-table {
    display: flex;
    justify-content: flex-end;
}
.download-table .exportToExcel {
    font-size: 14px;
    text-decoration: none;
    color: rgba(140, 119, 84, 1);
    margin: 10px 0;
      font-weight: 400;
}
.download-table .exportToExcel i {
    margin-right: 2.5px;
    color: rgba(140, 119, 84, 1);
}

/* downlaod excel css start */

.cd-panel-content .accordion .sub-menu-content {
    display: block;
}