/*
409df1
0082f7
site color
*/

/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins Italic";
  src: url("../fonts/Poppins-Italic.ttf");
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}

.light {
  font-family: "Poppins Light" !important;
}

.italic {
  font-family: "Poppins Italic" !important;
}

.regular {
  font-family: "Poppins Regular" !important;
}

.medium {
  font-family: "Poppins Medium" !important;
}

.semi {
  font-family: "Poppins SemiBold" !important;
}

.bold {
  font-family: "Poppins Bold" !important;
}

.price {
  font-family: "Poppins Bold";
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html.flow {
  overflow: hidden;
}

body {
  position: relative;
  min-height: 100%;
  /* background-color: #f5f6f8; */
  background-color: #fff;
  color: #080a0fc7;
  font-size: 15px;
  font-family: "Poppins Regular";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

body>main {
  flex: 1;
  padding-top: 120px;
  /* overflow: hidden; */
}

::selection {
  background: #409df1;
  color: #fff;
}

::-moz-selection {
  background: #409df1;
  color: #fff;
}

body a {
  color: #080a0f;
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: #409df1;
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins SemiBold";
  line-height: 1.2;
  margin: 0 0 10px;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p>a {
  color: #0f3a74;
}

p>a:hover {
  color: #2115dc;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

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

.toggle {
  position: absolute;
  top: 19px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
}

.blockquote {
  background: #fafafa;
  color: #151d23;
  padding: 10px 10px 10px 20px;
  border: 1px solid #f0f5f9;
  border-left: 4px solid #409df1;
}

.heading {
  position: relative;
  margin-bottom: 25px;
}

.heading>em {
  color: #409df1;
}

.sub_heading {
  color: #409df1;
  font-size: 14px;
  font-family: "Poppins Medium";
  text-transform: uppercase;
}

p.pre {
  color: #8b9593;
  margin: -10px 0 30px;
}

.color {
  color: #409df1 !important;
}

.background {
  background: #409df1 !important;
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.webBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 45px;
  background: #FC7B1A;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: "Poppins Medium";
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  outline: none !important;
  /* box-shadow: rgb(15 78 126 / 5%) 0 16px 48px 0; */
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
}

.webBtn:hover,
.webBtn:focus {
  /* background: #0f3a74; */
  opacity: 0.8;
  color: #fff;
}

.smBtn {
  min-width: 40px;
  height: 36px;
  padding: 0 20px;
}

.mdBtn {
  min-width: 80px;
  height: 40px;
}

.lgBtn {
  height: 54px;
  font-size: 16px;
  padding: 0 40px;
}

.colorBtn {
  background: #9834d1;
  color: #fff;
}

.blankBtn {
  background: transparent;
  color: #409df1;
}

.blankBtn:hover {
  background: #eeccd1;
  color: #409df1;
}

.lightBtn {
  background: #eeccd1;
  color: #409df1;
}

.lightBtn:hover {
  background: #cd6675;
  color: #409df1;
}

.labelBtn {
  min-width: initial;
  height: auto;
  background: transparent;
  color: #409df1;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.labelBtn:hover {
  background: transparent;
  color: #080a0f;
}

.labelBtn>i {
  font-size: 100%;
}

.simpleBtn {
  background: #006fc0;
  color: #ffffff;
  /* border: 1px solid #b5bcc0; */
}

.simpleBtn:hover {
  background: #fff;
  color: #006fc0;
  /* border-color: #409df1; */
}

.simpleBtn.icoBtn>img {
  filter: none;
}

.grayBtn {
  background: #fff;
  color: #8b9593;
  border: 1px solid #eee;
}

.grayBtn:hover {
  background: #fafafa;
  color: #8b9593;
}

.borderBtn {
  border: 1px solid #409df1;
}

.arrowBtn {
  display: flex !important;
  width: 46px;
  min-width: 46px;
  padding: 0 5px;
}

.arrowBtn>i {
  font-weight: bold;
  margin: 0 !important;
}

.arrowBtn>img {
  width: 18px;
}

.icoBtn>img {
  width: 18px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.roundBtn {
  border-radius: 50px;
}

.blockBtn {
  width: 100%;
}

.blockBtn em {
  flex: 1;
  text-align: left;
}

.webBtn i {
  font-size: 140%;
  margin-right: 10px;
}

.webBtn.smBtn i {
  font-size: 120%;
}

.webBtn i.fi-arrow-right {
  font-weight: bold;
  margin-left: 10px;
  margin-right: 0;
}

.webBtn i.fi-arrow-left {
  font-weight: bold;
  margin-left: 0;
  margin-right: 10px;
}

/*_____ webBtn spinner _____*/

.webBtn .spinner {
  width: auto;
  height: auto;
  background: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.webBtn .spinner~i {
  visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid;
  animation: spinner 0.5s linear infinite;
  border-radius: 75%;
}

.webBtn .spinner:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.webBtn .spinner:after {
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
  width: 14px;
  height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

*[disabled] {
  cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
  opacity: 0.8;
}

.learnBtn {
  background: transparent;
  color: #409df1;
  font-family: "Poppins SemiBold";
  padding: 0;
  text-transform: capitalize;
  border: 0;
}

.learnBtn i {
  position: relative;
  top: 3px;
  font-weight: bold;
  margin-left: 5px;
  /* transform: scale(-1); */
  transition: padding ease 0.5s;
}

.learnBtn:hover i {
  padding-left: 10px;
}

/*
|----------------------------------------------------------------------
|       Body Inner Css
|----------------------------------------------------------------------
*/

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "Poppins SemiBold";
  font-weight: normal;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: 1140px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
  z-index: 3;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow>[class*="col-"],
.formRow>[class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -10px;
}

.flexRow>.col {
  padding: 10px;
}

.bTn {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  padding: 0;
}

.bTn.formBtn {
  margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
  justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
  justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
  justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
  position: fixed;
  top: 0;
  left: 280px;
  right: 0;
  bottom: 0;
  background: rgb(10 33 48 / 0.9);
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(5px);
  transition: all ease 0.5s;
  z-index: 100;
}

.upperlay.active {
  opacity: 1;
  visibility: visible;
}

/*
|----------------------------------------------------------------------
|       Popup
|----------------------------------------------------------------------
*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 33, 37, 0.95);
  padding: 20px 0;
  overflow: auto;
  z-index: 101;
}

.popup ._inner {
  position: relative;
  max-width: 600px;
  /*background: #f7f8f9;*/
  background: #fff;
  padding: 30px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
  max-width: 800px;
}

.popup.small-popup ._inner {
  max-width: 420px;
}

.popup ._inner h3 {
  padding-right: 25px;
  margin-bottom: 20px;
}

.popup ._inner h4 {
  padding-right: 25px;
  margin-bottom: 15px;
}

.popBtn {
  cursor: pointer;
}

.crosBtn {
  position: absolute;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  width: 28px;
  height: 28px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.crosBtn:before {
  content: "\2715";
  line-height: 1;
}

.popup .list>li {
  display: flex;
  margin-bottom: 10px;
}

.popup .list>li>div:nth-child(1) {
  width: 120px;
  min-width: 120px;
  font-family: "Poppins Bold";
  margin-right: 10px;
}

.popup .list>li>div:nth-child(2) {
  width: 100%;
}

.popup .blockLst {
  margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.dropBtn>i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /* border: 1px solid #eee; */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst>li,
.dropLst>li>* {
  display: block;
}

/* .dropLst > li:nth-child(1) > * {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.dropLst > li:nth-last-child(1) > * {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.dropLst > li:not(:nth-last-child(1)) {
    border-bottom: 1px solid #eee;
} */

.dropLst>li>* {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  /* color: #fff; */
  text-align: left;
  padding: 6px 15px;
  border: 0;
}

.dropLst>li>*:hover {
  background: #fafafa;
}

.dropLst>li>*>i {
  margin-right: 6px;
}

/*_____ more _____*/

.more {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  /* padding-bottom: 10px; */
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}

.more>span,
.more>span:before,
.more>span:after {
  width: 4px;
  height: 4px;
  border-radius: 75%;
  background: #aaa;
  transition: all ease 0.5s;
  z-index: 2;
}

.more>span:before,
.more>span:after {
  position: absolute;
  content: "";
}

.more>span:before {
  left: 0;
}

.more>span:after {
  right: 0;
}

.more:hover>span,
.more:hover>span:before,
.more:hover>span:after {
  background: #fff;
}

/*
|----------------------------------------------------------------------
|       Page Loader
|----------------------------------------------------------------------
*/

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f6f8;
  z-index: 999999;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #409df1;
  border-right: 4px solid #f0f5f9;
  border-radius: 75%;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/*
|----------------------------------------------------------------------
|       Ico Css
|----------------------------------------------------------------------
*/

.ico,
.icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ico {
  background: #fff;
  border-radius: 75%;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  /* overflow: hidden; */
}

.ico a,
.icon a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ico img,
.icon img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.ico img {
  object-fit: cover;
  border-radius: inherit;
}

.icon img {
  object-fit: contain;
}

.ico>i.status {
  position: absolute;
  top: 0;
  right: -4px;
  display: block;
  width: 12px;
  height: 12px;
  /* background: #43b753; */
  background: #409df1;
  border: 2px solid #fff;
  border-radius: 75%;
}

.ico>i.status.active {
  background: #43b753;
  /* background: #409df1; */
}

.ico>i.status.away {
  background: #ffcb00;
}

.ico>i.status.busy {
  background: #5883ff;
}

.ico>i.status.offline {
  background: #ff5465;
}

.ico>.loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 50%; */
  min-width: 100%;
  height: 3px;
  background: #eee;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
}

.ico>.loading:before {
  content: "";
  width: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #409df1;
}

/*
|----------------------------------------------------------------------
|       RateYo
|----------------------------------------------------------------------
*/

.jq-ry-container {
  position: relative;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  line-height: 0;
  direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
  cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
  position: relative;
  line-height: 0;
  white-space: nowrap;
  z-index: 1;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
  display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  z-index: 3;
}

/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor {
  /* Font */
  /* Emoji fonts are added to visualise them nicely in Internet Explorer. */
  font-family: "Poppins Regular", sans-serif, Arial, Verdana, "Trebuchet MS",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;

  /* Text color */
  color: #333;
}

.ckEditor .cke_editable {
  font-size: 13px;
  line-height: 1.6;

  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

.ckEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

.ckEditor .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}

.ckEditor a {
  display: inline;
  color: #0782c1;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
  /* IE7: reset rtl list margin. (#7334) */
  *margin-right: 0px;
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
  padding: 0;
  padding-left: 20px;
  margin: 0 0 10px;
  list-style-position: inside;
}

.ckEditor ul>li,
.ckEditor ol>li {
  display: list-item;
  margin-bottom: 5px;
}

.ckEditor ul>li ul,
.ckEditor ol>li ol {
  margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
  font-weight: normal;
  line-height: 1.2;
}

.ckEditor hr {
  border: 0px;
  border-top: 1px solid #ccc;
}

.ckEditor img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.ckEditor img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.ckEditor pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

.ckEditor .marker {
  background-color: Yellow;
}

.ckEditor span[lang] {
  font-style: italic;
}

.ckEditor figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.ckEditor figure>figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}

.ckEditor a>img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782c1;
}

/* Widget Styles */
.ckEditor .code-featured {
  border: 5px solid red;
}

.ckEditor .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px rgba(200, 0, 0, 1);
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}

.ckEditor .image-clean {
  border: 0;
  background: none;
  padding: 0;
}

.ckEditor .image-clean>figcaption {
  font-size: 0.9em;
  text-align: right;
}

.ckEditor .image-grayscale {
  background-color: white;
  color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
  filter: grayscale(100%);
}

.ckEditor .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}

.ckEditor .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}

.ckEditor .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}

.ckEditor .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}

.ckEditor .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.ckEditor i,
.ckEditor em {
  font-style: italic;
}

.ckEditor b,
.ckEditor strong {
  font-weight: bold;
}

.ckEditor u {
  text-decoration: underline;
}

.ckEditor span {
  display: initial;
  text-decoration: inherit;
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/
.topNav {
  padding: 5px 0px;
  background: #ffffff;
}

.topNav .colL {
  width: 60%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topNav .colL a {
  color: #fff;
  display: flex;
}

.topNav .colL a i {
  margin-right: 10px;
  font-size: 19px;
  align-self: center;
}

.topNav .colL a {
  margin-right: 20px;
}

.topNav .colR {
  width: 40%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

.topNav .social {
  align-self: center;
}

.topNav .social li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  margin-left: 5px;
  background: #0EAD69;
  padding: 10px;
  border-radius: 75%;
}

.topNav .social li a>img {
  filter: brightness(0) invert(1);
}

.topNav .colR p {
  text-transform: uppercase;
  align-self: center;
  font-size: 15px;
  font-family: "Poppins Medium";
  margin-bottom: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* height: 80px; */
  background: #9834d1;
  /* box-shadow: 0 5px 15px rgb(0 0 0 / 7%); */
  z-index: 30;
}

.logo {
  width: 270px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.logo>a {
  display: block;
  /* height: 100%; */
  overflow: hidden;
}

.logo>a>img {
  display: block;
  width: auto;
  /* height: 100%; */
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  transition: inherit;
}

nav {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: center;
  gap: 400px;
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
}

#nav {
  transition: all ease 0.5s;
}

#cta {
  position: absolute;
  right: 13px;
  top: 30px;
}

nav ul {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* margin: 0 -20px; */
  /* width: 50%; */
}

nav ul:first-child {
  justify-content: flex-end;
}

nav ul>li {
  position: relative;
  padding: 0 20px;
  color: rgb(0, 0, 0);
}

nav ul>li:not(.btnLi)>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  /* text-transform: uppercase; */
  position: relative;
  font-family: "Poppins Medium";
}

nav ul>li:not(.btnLi)>a:before {
  position: absolute;
  content: '';
  width: 0;
  bottom: 7px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

nav ul>li:not(.btnLi)>a i {
  margin-right: 10px;
  font-size: 20px;
}

nav ul>li.active a,
nav ul>li a:hover {
  color: #ffffff;
}

nav ul>li.active a:before,
nav ul>li a:hover:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
}

nav ul>li.drop>a {
  position: relative;
}

nav ul>li.drop>a:after {
  content: "\e93d";
  font-size: 12px;
  font-family: "font-icon";
  font-weight: bold;
  margin-left: 6px;
  line-height: 1;
}

.hide-big {
  display: none;
}

nav ul>li>.sub {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 240px;
  background: #fff;
  text-align: left;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  border-radius: 7px;
  border: 1px solid rgb(0 0 0 / 3%);
  transition: none;
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
  overflow: hidden;
}

.hide_desktop_menu {
  display: none;
}

nav ul>li:hover>.sub {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.2s ease-out;
}

nav ul>li>.sub>li,
nav ul>li>.sub>li>a {
  display: block;
}

nav ul>li>.sub>li>a {
  background: #fff;
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: 1px solid #f7f7f7;
}

nav ul>li>.sub>li>a:hover {
  color: #409df1;
}

nav #cta {
  margin-left: 40px;
}

/* =============top-mini-nav=========== */
.top-mini-nav {
  position: absolute;
  top: 3px;
  right: 0;
}

.top-mini-nav ul {
  display: flex;
}

.top-mini-nav ul li {
  margin: 0px 7px;
  align-self: center;
}

.top-mini-nav>ul>li:first-child a {
  background: #e8ffe7;
  padding: 4px 10px;
  border-radius: 50px;
}

.top-mini-nav ul li ul li a {
  font-size: 20px;
  color: #162858;
}

.top-mini-nav ul li ul li {
  margin: 0px 3px;
}

/*_____ proIco _____*/

header .proIco {
  display: flex;
  align-items: center;
  float: right;
  height: 80px;
  cursor: pointer;
  margin-left: 50px;
}

header .proIco .inside {
  display: flex;
  align-items: center;
}

header .proIco .ico {
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

header .proIco .proName {
  font-size: 15px;
  text-align: right;
  margin-right: 10px;
}

header .proIco .proName>em {
  display: block;
  font-size: 10px;
  margin-top: -2px;
  opacity: 0.5;
}

header .proIco .proDrop {
  left: initial;
  right: 0;
  min-width: 200px;
  box-shadow: rgb(0 0 0 / 10%) 0 4px 12px 0;
}

header .proIco .proDrop.active {
  margin-top: 5px;
}

header .proIco .dropLst>li>a {
  display: block;
  font-size: 13px;
  font-family: "Poppins SemiBold";
}

header .proIco .dropLst>li:nth-last-child(1)>a {
  color: #409df1;
}

header .proIco .dropLst>li>a>small {
  display: block;
  color: #8b9593;
  font-size: 80%;
  font-family: "Poppins Regular";
}

/*_____ miniLbl _____*/

.miniLbl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #409df1;
  color: #fff;
  font-size: 70%;
  font-family: "Poppins SemiBold";
  border-radius: 75%;
  white-space: nowrap;
}

.green {
  background: #43b753;
}

.green-color {
  color: #43b753;
}

.yellow {
  background: #ffcb00;
}

.yellow-color {
  color: #ffcb00;
}

.red {
  background: #ff5465;
}

.red-color {
  color: #ff5465;
}

.blue {
  background: #5883ff;
}

.blue-color {
  color: #5883ff;
}

.gray {
  background: #aaa;
}

.gray-color {
  color: #aaa;
}

[index]>section {
  padding: 60px 0;
}

/*_____ owl-nav _____*/

.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #03aaff !important;
  color: #ffffff;
  font-size: 18px;
  padding-top: 1px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding-left: 1px;
  margin-top: -12px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -55px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -55px;
}

/*_____ owl-dots _____*/

.owl-carousel.owl-theme .owl-dots {
  text-align: center;
  position: relative;
  margin-top: 20px;
  line-height: 0;
  z-index: 5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 2px !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 4px;
  margin: auto;
  border: 2px solid #aaa;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 24px;
  height: 4px;
  margin: auto;
  border-color: #03aaff;
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
  display: block;
  font-weight: normal;
  cursor: pointer;
}

label>a {
  color: #3c9cdb;
}

label>a:hover {
  color: #409df1;
}

.txtGrp {
  position: relative;
}

.txtGrp:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

.infoHead {
  margin-top: 40px;
  margin-bottom: 20px;
}

form h5+p {
  margin: -10px 0 20px;
}

.txtBox {
  display: block;
  width: 100%;
  height: 46px;
  background: #fefefe;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  outline: none !important;
  transition: all ease 0.5s;
}

.txtGrp label~.txtBox:not(button) {
  padding: 16px 12px 6px;
}

.txtBox:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
  height: 120px;
  resize: none;
}

/* .txtGrp .txtBox {
    box-shadow: inset 1px 1px 4px #f2f3f7;
} */

.txtGrp .txtBox.uploadImg:not([data-upload]) {
  background: #fff;
  color: #409df1;
  text-align: center;
  border-color: #409df1;
  box-shadow: inset 1px 1px 4px #fcfcfc;
}

.txtGrp .txtBox.uploadImg[data-upload] {
  display: flex;
  align-items: center;
  color: #8b9593;
}

.txtGrp .txtBox.uploadImg[data-upload]:before {
  content: attr(data-text);
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txtGrp .txtBox.uploadImg[data-upload]:after {
  content: "Hochladen";
  color: #409df1;
  margin-left: 5px;
}

.txtGrp .txtBox.uploadImg[data-upload].uploaded:after {
  content: "Entfernen";
}

.txtGrp:not(.lblBtn)>label {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 46px;
  color: #8b9593;
  line-height: 1;
  margin: 0;
  margin-left: 13px;
  pointer-events: none;
  transition: all ease 0.5s;
  z-index: 1;
}

.txtGrp:not(.lblBtn)>label.move {
  font-size: 10px;
  transform: translateY(-12px);
}

.txtBox:disabled {
  background: #e3e8ee;
  cursor: not-allowed;
  border-color: #d8dee6 !important;
}

.txtBox::placeholder {
  color: #080a0f;
}

.txtBox:focus::placeholder {
  opacity: 0.4;
}

.txtGrp .txtBox:focus::placeholder {
  opacity: 0;
}

.txtBox:hover,
.txtBox:focus {
  border-color: #000000;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
  appearance: initial;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
  background: #fff;
  border: 1px solid #d9dade;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
  border-radius: 75%;
}

input[type="checkbox"]:checked:before {
  background-image: var(--tick);
}

input[type="radio"]:checked:after {
  border-color: #409df1;
  box-shadow: inset 0 0 0 4px #409df1;
}

input[type="checkbox"]:checked:after {
  background: #409df1;
  border-color: #409df1;
  box-shadow: none;
}

.lblBtn {
  display: flex;
  text-align: left;
}

.lblBtn>input[type="radio"],
.lblBtn>input[type="checkbox"] {
  margin-top: 2px;
}

.lblBtn label {
  align-self: center;
  font-family: "Poppins SemiBold";
  line-height: 1.5;
  cursor: pointer;
  margin: 0 0 0 10px;
}

input[type="file"].uploadFile {
  display: none;
}

.uploadImg {
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select.txtBox {
  background-image: var(--chevron);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 24px !important;
  -webkit-appearance: none;
  appearance: none;
}

/*
|----------------------------------------------------------------------
|       Banner
|----------------------------------------------------------------------
*/
#banner {
  /* height: 50vh; */
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: linear-gradient(45deg, #780d95, #ba2dd7); */
  background: url(../images/banner.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;

}

#banner .contain {
  width: 100%;
}

#banner:before {
  position: absolute;
  content: '';
  top: -323px;
  left: 0;
  width: 47%;
  bottom: 0;
  background-color: rgb(241 241 241);
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

#banner:after {
  position: absolute;
  content: '';
  top: -370px;
  left: 0;
  width: 45%;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

#banner .webBtn {
  min-width: 160px;
  height: 50px
}

.home_banner .inner {
  max-width: 35%;
}

.home_banner .inner h1 {
  font-size: 40px;
  color: #9834d1;
}

.home_banner .inner p {
  margin: 20px 0px 30px;
}

.sec_heading h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.bTn_center {
  justify-content: center;
  margin-top: 40px;
}

/* ==============================sec_one================ */
.sec_heading h2 {
  margin-bottom: 20px;
}

.sec_one {
  background: url(../images/texture.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.sec_one:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1c6ef2ea;
}

.sec_one .colL {
  width: 50%;
  padding-right: 20px;
}

.sec_one .colR {
  width: 50%;
  padding-left: 20px;
}

.sec_one .colR p strong {
  color: #07d97f;
}

.sec_one .image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  padding-bottom: 70%;
}

.sec_one .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

/* ==================sec_three============= */
.sec_three {
  background: url(../images/can-disabled-people-play-bowling.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_three:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.897));
}

.sec_three .flex {
  margin: -20px;
}

.sec_three .col {
  width: 50%;
  padding: 20px;
}

.sec_three .col .inner {
  overflow: hidden;
  /* border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 7px 16px 0 rgb(60 58 56 / 25%);
  padding:20px;
  height: 100%;
  background-color: #fff; */
}

/* .sec_three .col .inner .image{
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.sec_three .col .inner .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.sec_three .col .inner .cntnt{
  padding:20px;
} */
.mini_heading._green {
  color: #0EAD69;
}

.mini_heading._orange {
  color: #FC7B1A;
}

/* .sec_three .col:first-child .inner{
  border-right: 3px solid #0EAD69;
}
.sec_three .col:last-child .inner{
  border-left: 3px solid #FC7B1A;
} */
.sec_three .col:first-child {
  border-right: 1px solid #dbdddc;
}

/* ===============fourth_sec============== */

.fourth_sec .cntnt {
  max-width: 600px;
  margin: 0px auto 40px;
}

.fourth_sec .flex {
  margin: -20px;
}

.fourth_sec .col {
  width: 50%;
  padding: 20px;
}

.fourth_sec .col .inner {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 7px 16px 0 rgb(60 58 56 / 25%);
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}

.fourth_sec .col .inner .image {
  width: 230px;
  overflow: hidden;
}

.fourth_sec .col .inner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fourth_sec .col .inner .left_cntnt {
  flex: 1;
  padding: 20px;
}

.fourth_sec .col .inner .left_cntnt ul li {
  display: block;
  padding-left: 25px;
  position: relative;
  margin: 3px 0px;
}

.fourth_sec .col .inner .left_cntnt ul li:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0px;
  background: url(../images/list_icon.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* -------------------------sec_five------------ */
.sec_five {
  background: url(../images/texture.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec_five:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: linear-gradient(to bottom , #9834D1 , #9834d1e1); */
  background-color: #9834d1e1;
}

.sec_five .colL {
  width: 40%;
  padding-right: 20px;
  color: #fff;
  align-self: center;
}

.sec_five .colR {
  width: 60%;
  padding-left: 20px;
}

.sec_five .colR h4 {
  color: #fff;
}

.sec_five .colR table {
  margin: 20px 0px;
  background-color: #fff;
  width: 100%;

}

.sec_five .colR table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.sec_five .colR table thead tr td {
  background-color: #1C6EF2;
  color: #fff;
  border: 1px solid #ddd;
}

.sec_five .colR p {
  color: #fff;
}

.sec_five .colR p strong {
  color: #0EAD69;
}

/* ================gallery============= */
.imgGallery .col {
  width: calc(100% / 3);
  padding: 10px;
  height: auto;
}

.imgGallery .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* ===================about_sec================= */
.about_sec {
  background: url(../images/2017-thom-orphans-girls.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about_sec:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.897));

}

.about_sec .flex {
  margin-bottom: 40px;
}

.about_sec .colL {
  width: 40%;
  padding-right: 20px;
}

.about_sec .colL .image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 430px;
}

.about_sec .colL .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about_sec .colR {
  width: 60%;
  padding-left: 20px;
}

.about_sec .cntnt h6 {
  font-family: 'Poppins Regular';
  font-style: italic;
  width: fit-content;
  background: #fff;
  padding: 6px 10px;
  color: #FC7B1A;
  border-left: 2px solid;
}

/* ===============promise============ */
.promise {
  background: url(../images/texture.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.promise:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1c6ef2e8;
}

.promise ul {
  display: flex;
  flex-wrap: wrap;
}

.promise ul li {
  display: block;
  padding-left: 25px;
  position: relative;
  margin: 0px 0px 10px;
  width: calc(100% / 3);
  padding-right: 20px;
}

.promise ul li:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0px;
  background: url(../images/list_icon.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/*
|----------------------------------------------------------------------
|       Footer
|----------------------------------------------------------------------
*/

footer {
  position: relative;
  /* background: #000000; */
  color: #ffffffbf;
  font-family: "Poppins Light";
  padding-top: 60px;
  overflow: hidden;
  background: #030504;
  font-size: 15px;
}

.footer_logo {
  margin-bottom: 10px;
  max-width: 220px;
}

footer .flexRow {
  flex-flow: nowrap;
  margin: -25px -15px;
}

footer .flexRow>.col {
  flex: 0.5;
  padding: 25px 15px;
}

footer .flexRow>.col:first-child {
  min-width: 300px;
  flex: 1.5;
}

footer .flexRow>.col:nth-last-child(1) {
  min-width: 300px;
  flex: 1;
}

footer .flexRow>.col.flex {
  align-items: flex-start;
  justify-content: flex-end;
}

footer h5 {
  position: relative;
  font-family: "Poppins Regular";
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 17px;
}

footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #ffffff;
}

footer .lst>li {
  display: block;
  margin-bottom: 10px;
}

footer .lst>li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

footer a {
  color: inherit;
  font-size: 14px;
  text-transform: uppercase;
}

footer a:hover {
  color: #ffffff;
}

footer .smLst {
  margin: 0 -10px;
}

footer .smLst>li {
  padding: 0 10px;
}

footer .infoLst>li {
  display: flex;
  margin-bottom: 20px;
}

footer .infoLst>li>img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  /* filter: brightness(0) invert(1); */
}

.sponserd_flex {
  margin: -10px;
}

.sponserd_flex .foot_col {
  width: calc(100% / 5);
  padding: 10px;
}

.sponserd_flex .foot_col .image {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: #fff;
  padding: 4px;
}

.sponserd_flex .foot_col .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

footer form .txtGrp {
  display: flex;
  align-items: center;
  color: #080a0f;
  margin: 10px 0 30px;
}

footer form .txtBox {
  padding-right: 46px;
}

footer form button {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  background: transparent;
  font-size: 26px;
  padding: 0;
  line-height: 0;
  border: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

footer form button:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #2170f0;
}

footer form>label {
  font-size: 13px;
  margin-bottom: 7px;
  font-family: "Poppins Regular";
}

footer .social {
  margin: 30px -3px -3px;
}

footer .social>li {
  padding: 3px;
}

footer .social>li>a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  /* background: #fff; */
  background: #9834d1;
  padding: 11px;
  border-radius: 75%;
}

footer .social>li>a:hover {
  background: #1C6EF2;
}

footer .social>li>a>img {
  filter: brightness(0) invert(1);
}

/*_____ Copyright _____*/

.copyright {
  padding: 25px 0;
  margin-top: 60px;
  border-top: 1px solid rgb(255 255 255 / 7%);
  z-index: 1;
}

.copyright .inner {
  display: flex;
  justify-content: center;
  /* text-align: center; */
}

.copyright .inner ul {
  display: flex;
  gap: 40px;
}

.copyright p {
  flex: 1;
  margin: 0;
  text-align: center;
}

.copyright p>a {
  color: #1C6EF2;
}

.copyright p>a:hover {
  color: #fff;
}



/* ======================contact ============== */
.contact_banner {
  padding: 0 !important;
  margin-bottom: -10px;
}

.contact {
  background: #f3f2f2;
  padding: 0 !important;
}

.contact:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background-color: #ab36bc;
}

.contact .heading {
  margin-bottom: 30px;
}

.contact h2 {
  font-size: 32px;
  color: #31ade9;
}

.contact .heading h3 {
  font-size: 20px;
  font-family: 'Poppins Regular';
}

.contact .colL {
  width: 50%;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact .colL .heading {
  width: 100%;
}

.contact .colL ul li {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact .colR {
  width: 50%;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.contact .colL ul li h5 {
  font-size: 19px;
  font-family: 'Poppins Regular';
  color: #31ade9;
  position: relative;
  padding-bottom: 10px;
}

.contact .colL ul li h5:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #31ade9;
}

.contact .colL ul li a {
  display: block;
  font-size: 16px;
  color: #313131;
  position: relative;
  z-index: 3;
  width: fit-content;
}

.contact .colL ul li p {
  font-size: 16px;
}

/* .contact form{
  background: #043e85;
  padding: 40px;
  border-radius: 5px;
} */
.contact form label {
  color: #fff;
  font-size: 13px;
  /* font-family: 'regular'; */
}

/* .contact form .webBtn{
  background:#fff!important;
  color: #043e85!important;
} */

.contact .colR h3 {
  color: #fff;
  margin-bottom: 20px;
}



/* ========col_video=============== */
.col_video {
  position: relative;
}

.col_video:before {
  content: "\f04b";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 45%;
  left: 0px;
  right: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  margin: -20px auto 0px;
  background: #9834D1;
  color: #ffffff;
  font-size: 24px;
  border: 2px solid #f3226700;
  border-radius: 75%;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 5;
}

/* ====================outer_banner================== */
.outer_banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 250px 0px 0px !important;
}

.outer_banner .cntnt {
  max-width: 500px;
  color: #fff;
  background-color: #1c6ef2e0;
  padding: 20px;
}

.outer_banner .cntnt h1 {
  font-size: 40px;
}


.we-do .flex {
  margin: 0 -10px;
}

.we-do .col {
  width: 50%;
  padding: 10px 10px 10px;
}

.we-do .col .inner {
  position: relative;
  padding-left: 25px;
}

.we-do .col .inner:before {
  position: absolute;
  content: '';
  top: 1px;
  left: 0px;
  background: url(../images/list_icon.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.we-do .col .inner h4 {
  color: #9834D1;
}


.video_sec {
  padding-top: 0px !important;
}

.videoBlk {
  position: relative;
  display: block;
  /* background: #000; */
  padding-bottom: 50%;
  overflow: hidden;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  overflow: hidden;
  /* border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; */
}

video[poster] {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.videoBlk video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin: 0% auto;
  /* background: #000; */
}

.videoBtn {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  margin: -20px auto 0px;
  background: rgb(255 255 255);
  color: #0EAD69;
  font-size: 24px;
  border: 2px solid #f3226700;
  border-radius: 75%;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 5;
}

.videoBtn::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  animation: ripple-wave 1s linear infinite;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@keyframes ripple-wave {
  from {
    box-shadow: 0 0 rgb(255 255 255/10%), 0 0 0 15px rgb(255 255 255/10%),
      0 0 0 30px rgb(255 255 255/10%);
  }

  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),
      0 0 0 30px rgba(255, 255, 255, 0.1), 0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}

.videoBtn.fa-pause:before {
  padding-left: 0px;
}

.videoBtn.fa-pause {
  opacity: 0;
}

.videoBlk:hover .videoBtn.fa-pause {
  opacity: 1;
}

/* ==========cta_sec_small================= */
.cta_sec_small {
  background: url(../images/texture.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.cta_sec_small:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: linear-gradient(to bottom , #9834D1 , #9834d1e1); */
  background-color: #9834d1e1;
}

.cta_sec_small .colorBtn {
  background-color: #0EAD69 !important;
}


/* =================partners_sec============== */
.partners_sec .col {
  width: calc(100% / 6);
  padding: 10px;
  text-align: center;
}

.partners_sec .col .inner .image {
  height: 85px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 7px 14px 0 rgb(59 65 94 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
  padding: 10px;
  margin-bottom: 10px;
}

.partners_sec .col .inner .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.partners_sec .col .inner h5 {
  margin-bottom: 0;
  font-size: 13px;
  color: #030504;
}


/* =================color_gallery============== */
.color_gallery {
  background: url(../images/can-disabled-people-play-bowling.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.color_gallery:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.897));
}

/* ===========================assistance_after_sec================= */
.assistance_after_sec ._col {
  width: 50%;
  align-self: center;
}

.assistance_after_sec ._col:first-child {
  padding-right: 20px;
}

.assistance_after_sec ._col:last-child {
  padding-left: 20px;
}

.assistance_after_sec ._col h3 {
  font-size: 17px;
  color: #0EAD69;
  font-family: 'Poppins Medium';
}

.assistance_after_sec ._col ul {
  margin: 20px 0px 20px;
}

.assistance_after_sec ._col ul li {
  display: block;
  padding-left: 20px;
  position: relative;
  margin: 3px 0px;
}

.assistance_after_sec ._col ul li:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0px;
  /*background: url(../images/list_icon.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    */
  width: 7px;
  height: 7px;
  background-color: #030504;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.assistance_after_sec ._col .bTn {
  margin-top: 20px;
}

.assistance_after_sec .image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.assistance_after_sec .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========eligibility=========== */
.eligibility ul {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}

.eligibility ul li {
  width: 50%;
  padding: 20px;
  position: relative;
  padding-left: 25px;
}

.eligibility ul li:before {
  position: absolute;
  content: '';
  top: 21px;
  left: 0px;
  background: url(../images/list_icon.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.contact_info form {
  background: #1C6EF2;
  padding: 50px;
  box-shadow: 0 30px 60px 0 rgb(0 0 0 / 5%);
  color: #fff;
}

.contact_info form h3 {
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
}

.contact_info .colR {
  width: 60%;
}

.contact_info .flex {
  justify-content: center;
}

.contact_info form .txtBox {
  color: #333;
}

/* ===========donation========== */
#payment-form .flexRow>.col {
  width: 50%;
  padding: 10px;
}

#payment-form .blk {
  background: rgb(152 52 209);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

#payment-form .blk h5 {
  color: #ffffff;
}

.blk ._header h3 {
  color: #ffffff;
  font-size: 16px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0px;
}

.orLine {
  margin: 20px auto;
  text-align: center;
  width: 100%;
  font-size: 12px;
  position: relative;
  color: #fff;
}

.amount_check ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.amount_check ul li {
  flex: 1;
}

.amount_check ul li label {
  width: 100%;
  height: 45px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.amount_check ul li label:hover,
.amount_check ul li label.active,
.amount_check ul li.active label {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #0EAD69;
  color: #fff !important;
}

.options_yes {
  margin-top: 30px;
}

/* .options_yes .lblBtn:first-child{
  margin-bottom: 20px;
} */
.options_yes .lblBtn label {
  color: #fff !important;
}

.orLine:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 47%;
  height: 1px;
  background-color: #e7e7e7;
}

.orLine:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 47%;
  height: 1px;
  background-color: #e7e7e7;
}

#payment-form .blk small {
  color: #bcbcbc;
}

#payment-form .blk ._header,
#payment-form .blk ._footer {
  position: relative;
  /* background: #f7fafc; */
  padding: 15px 20px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#payment-form .blk ._header {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #edfded;
  border-radius: 4px 4px 0 0;
}

/* #payment-form .guset_user .formRow{
  margin: -5px;
} */
#payment-form .flexRow>.col .headCredit {
  margin: 0px;
  background: #ffffff;
  border-bottom: 1px solid #fff;
}

.chk .headCredit {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f1f1f1;
  margin: 0px -15px;
}

#payment-form .flexRow>.col .flex-2 .inner .lblBtn {
  display: flex;
}

#payment-form .flexRow>.col .flex-2 .inner .lblBtn label {
  color: rgb(0, 0, 0);
  align-self: center;
  margin-bottom: 0;
}

#payment-form .flexRow>.col .flex-2 .inner .lblBtn input[type="radio"] {
  top: auto;
}

#payment-form label {
  color: rgb(68, 68, 68);
  font-family: "Poppins Regular";
}

.creditCard .headCredit .inner {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#payment-form .flexRow>.col .cardSec {
  padding: 10px 10px;
  /*border: 1px solid #4b4b4b;*/
  border-top: none;
  margin-bottom: 10px;
  background: #f5f5f5;
}

#payment-form .flexRow>.col .flex-2 .inner {
  width: 50%;
  padding: 5px;
  position: relative;
}

#payment-form .flexRow>.col .cardSec .inner {
  width: 100%
}

#card-element {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 6px;
}

#payment-form .flexRow>.col .flex-2 .inner ul {
  margin-top: 3px;
}

.creditCard .paypalSec {
  display: none;
  filter: brightness(0) invert(1);
}

.creditCard .creditSec {
  display: none;
}

.chk .creditCard .paypalSec .ico,
.chk .creditCard .creditSec .ico {
  max-width: 160px;
  margin: 20px auto 10px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.chk .creditCard .paypalSec .ico img,
.chk .creditCard .creditSec .ico img {
  border-radius: 0px;
}

.chk .creditCard .paypalSec p,
.chk .creditCard .creditSec p {
  color: #bcbcbc;
}

.creditSecBar {
  margin-top: 10px !important;
}

.sq-field {
  margin-top: 20px;
}

.sq-field button {
  font-size: 20px !important;
  min-width: 180px !important;
}

.chk .creditCard .cardSec .inner .info {
  position: absolute;
  top: 18px;
  right: 14px;
}

.chk .creditCard .cardSec .inner .info>i {
  width: 18px;
  height: 18px;
  padding-top: 2.4px;
  text-align: center;
  border: 1px solid #aaa;
  color: #aaa;
  border-radius: 75%;
  font-size: 12px;
  display: block;
  padding-left: 0.3px;
  cursor: pointer;
}

.chk .creditCard .cardSec .inner .info>.infoTip {
  position: absolute;
  z-index: 10;
  /*color: #333;*/
  color: #222222;
  width: 160px;
  top: 22px;
  left: -115px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 12px;
  padding: 5px 10px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 6px 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.chk .creditCard .cardSec .inner .info>.infoTip:before {
  position: absolute;
  content: "";
  left: 120px;
  top: -3px;
  border-top: 8px solid #ffffff;
  border-left: 8px solid #ffffff;
  -webkit-box-shadow: #ffffff 1px -1px 0px;
  box-shadow: #ffffff 1px -1px 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.chk .creditCard .cardSec .inner .info:hover .infoTip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.donation_flex {
  flex-direction: column;
  align-items: center;
}


.mission_copy {
  padding-bottom: 0 !important;
}

/* ==========team member============ */
.team {
  background: #f5f6f7;
}

._team {
  background-color: #fff !important;
}

.team .flex {
  margin: 0 -20px;
  justify-content: center;
}

.team .col {
  width: calc(100% / 4);
  padding: 20px;
  text-align: center;
}

.team .col .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 10px;
}

.team .col .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team .col h3 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 5px;
}

.team .col h6 {
  /* color: #8e8e8e;
    font-family: 'Poppins Regular';
	margin-bottom: 5px; */
  color: #ffffff;
  font-family: 'Poppins Regular';
  margin-bottom: 5px;
  width: fit-content;
  margin: 0px auto 5px;
  background: #0ead69;
  padding: 2px 10px;
  border-radius: 5px;
}

.team .col p {
  color: #8e8e8e;
}

._team .col h6 {

  background: #fc7b1a !important;
}

/* =============family_grid=============== */
.family_grid .col {
  width: calc(100% / 3);
  padding: 10px;
  height: auto;
}

.family_grid .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* =================.family_bio_popup=================== */
.family_bio_popup .videoBlk {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.family_bio_popup .videoBlk img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.family_bio_popup .cntnt {
  margin-top: 20px;
}

.family_bio_popup h6 {
  font-size: 20px;
  color: #000;
}

/* ========join_sec========= */
.join_sec .col {
  width: calc(100% / 3) !important;
}


.new_grid_ch .col:first-child {
  border-right: none !important;
}

.new_grid_ch .col .inner .image {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 20px;
}

.new_grid_ch .col .inner .image img {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}

.RVEQke {
  background-color: rgb(34 101 216) !important;
  color: rgba(255, 255, 255, 1);
}


.divider_sec {
  padding: 40px 0px;
}

.bg_clr_sec {
  background: #f5f6f7;
}


#myChart {
  margin: 0px auto;
}

.sec_mini_contact {
  padding-top: 0 !important;
}


.event_sec {
  background-color: #fafaf9;
}

.event_sec .colL {
  width: 50%;
  padding-right: 20px;
  align-self: center;
}

.event_sec .colL h5 {
  margin-bottom: 5px;
}

.event_sec .colL p small {
  opacity: 0.7;
  font-family: 'Poppins Medium';
}

.event_sec .colR {
  width: 50%;
  padding-left: 20px;
}

.event_sec .image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  padding-bottom: 70%;
}

.event_sec .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

/* ==text_data============= */
.text_data .contain {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 7px 16px 0 rgb(60 58 56 / 25%);
  background-color: #fff;
  overflow: hidden;
  padding: 50px;
}

/* ================outer_flex_grid============ */
.outer_flex_grid ._colL {
  width: 50%;
}

.outer_flex_grid ._colR {
  width: 50%;
  align-self: center;
  color: #fff;
}

.outer_flex_grid .flex:nth-child(even) {
  flex-direction: row-reverse;
  padding: 60px 0px;
}

.outer_flex_grid .flex:nth-child(1) {
  padding-top: 50px;
}

.outer_flex_grid .flex:nth-child(odd) ._colL {
  padding-right: 20px;
}

.outer_flex_grid .flex:nth-child(odd) ._colR {
  padding-left: 20px;
}

.outer_flex_grid .flex:nth-child(even) ._colL {
  padding-left: 20px;
}

.outer_flex_grid .flex:nth-child(even) ._colR {
  padding-right: 20px;
}

.outer_flex_grid .image {
  position: relative;
  overflow: hidden;
  height: auto;
}

.outer_flex_grid .image img {
  height: 100%;

  object-fit: cover;
}


.we-do-new .col {
  width: calc(100% / 3) !important;
}

.we-do-new .col .inner {
  padding-left: 0 !important;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  height: 100%;
}

.we-do-new .col .inner::before {
  display: none;
}

.we-do-new .col .inner .image {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
}

.we-do-new .col .inner .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}

.we-do-new .col .inner .cntnt {
  padding: 20px;
}

input.error {
  border-color: Red !important;

  border-style: solid;

  border-width: 1px;
}

textarea.error {
  border-color: Red !important;

  border-style: solid;

  border-width: 1px;
}

select.error {
  border-color: Red !important;

  border-style: solid;

  border-width: 1px;
}

label.error,
.error {
  color: red;

  /* font-size: 11px; */
}

input[type="radio"].error:after,
input[type="checkbox"].error:after {
  border-color: red;
}

.cmn-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
  box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
}

.cmn-alert span {
  width: 24px;
  height: 24px;
  border-radius: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-size: 8px;
  -webkit-text-stroke: 2px;
  margin-right: 10px;
}

.cmn-alert em {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  color: #fff;
}

.cmn-alert a {
  color: #fff;
  text-decoration: underline;
}

.danger-alert {
  background: #ff534b;
}

.danger-alert span {
  color: #ff534b;
}

.success-alert {
  background: #37bd00;
}

.success-alert span {
  color: #37bd00;
}

.info-alert {
  background: #2196f3;
}

.info-alert span {
  color: #2196f3;
}

.accept_reject .badge {
  margin-right: 10px;
}

.accept_reject .badge i {
  background: #fff;
  border-radius: 50px;

  font-size: 9px;
  padding: 5px;
  margin-right: 5px;
}

.accept_reject .badge.green i {
  color: #43b753;
}

.accept_reject .badge.red i {
  color: #ff5465;
}

.fi-cross {
  position: relative;
}

.fi-cross:before {
  content: "x";
  font-family: "Courier New", Courier, monospace;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: none!important;
    outline-offset: unset!important;
    box-shadow: none!important;
    border: none!important;
}
.btn{
  outline: none!important;
    outline-offset: unset!important;
    box-shadow: none!important;
    border: none!important;
}