@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
:root {
  --default-green:#97B500;
}

@keyframes transform-horizental {
  5% {
    transform: translateX(-25%) translateY(30%);
  }
  15% {
    transform: translateX(0) translateY(10%);
  }
  18% {
    transform: translateX(25%) translateY(10%);
  }
  20% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(35%) scale(1) rotate(180deg);
  }
  65% {
    transform: translateX(0) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-30%) translateY(80%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-20%) translateY(40%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(15%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
@keyframes transform-vertical {
  5% {
    transform: translateY(-25%) translateY(20%);
  }
  15% {
    transform: translateY(-75%) translateX(0);
  }
  20% {
    transform: translateY(-45%) translateX(-20%) scale(1);
  }
  25% {
    transform: translateY(-10%) translateX(-45%) scale(1);
  }
  50% {
    transform: translateY(0) scale(1) rotate(180deg);
  }
  65% {
    transform: translateY(25%) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-20%) translateY(-20%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-45%) translateY(-80%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(-45%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
.section-one {
  margin: 100px auto 150px auto;
  padding-top: 100px;
}
@media only screen and (max-width: 575px) {
  .section-one {
    padding-top: 0px;
    margin: 50px auto 50px auto;
  }
}
.section-one .section-one-holder .heading-holder {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.section-one .section-one-holder .heading-holder h1 {
  font-size: 3.9rem;
  font-weight: 100;
  color: #000000;
  text-transform: uppercase;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .heading-holder h1 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-one .section-one-holder .heading-holder h1 {
    margin-left: 0px;
  }
}
.section-one .section-one-holder .heading-holder h1 strong {
  font-weight: 600;
  color: #97B500;
}
.section-one .section-one-holder .heading-holder p {
  text-align: center;
  font-size: 22px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .heading-holder p {
    font-size: 21px;
    margin: 20px 30px 0;
    line-height: 26px;
  }
}
.section-one .section-one-holder .items-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 30px 0 0px;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .items-flex {
    flex-wrap: wrap;
    margin: 30px 0 0 0px;
    gap: 30px;
  }
}
.section-one .section-one-holder .img-holder {
  min-height: 170px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .img-holder {
    text-align: center;
  }
}
.section-one .section-one-holder .img-holder .img-01 {
  margin-top: -40px;
}
.section-one .section-one-holder .img-holder .img-02 {
  margin-top: -40px;
}
.section-one .section-one-holder .img-holder .img-03 {
  margin-left: -20px;
  transform: scale(0.8);
  height: 232px;
}
.section-one .section-one-holder .img-holder .img-04 {
  margin-right: -20px;
  margin-right: -20px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .img-holder .img-04 {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.section-one .section-one-holder .text-holder h3 {
  font-size: 1.6rem;
  font-weight: 100;
  color: #000000;
  text-transform: capitalize;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
  border-bottom: 3px solid #000;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .section-one .section-one-holder .text-holder h3 {
    margin-left: 0px;
  }
}
.section-one .section-one-holder .text-holder h3 strong {
  font-weight: 600;
  color: #000;
}
.section-one .section-one-holder .text-holder .h3-ove {
  margin-bottom: -35px;
  line-height: 100px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .text-holder .h3-ove {
    margin-top: -30px;
  }
}
.section-one .section-one-holder .text-holder p {
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .text-holder p {
    padding-bottom: 25px;
  }
}
.section-one .section-one-holder .text-holder .btn-theme-blue {
  width: 250px;
}
.section-one .section-one-holder .f-content {
  color: #eee;
}
.section-one .section-one-holder .f-content h3 {
  border-bottom: 4px solid #eee;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 15px;
  text-align: left;
  text-transform: capitalize;
  padding-top: 20px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .f-content h3 {
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .section-one .section-one-holder .f-content h3 {
    margin-left: 0px;
  }
}
.section-one .section-one-holder .f-content h3 strong {
  font-weight: 600;
  color: #CEADD6;
}
.section-one .section-one-holder .f-content p {
  text-align: left;
  font-size: 14px;
  padding-top: 15px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .f-content p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    padding-top: 0;
  }
}
.section-one .section-one-holder .f-content-d {
  color: #333;
}
.section-one .section-one-holder .f-content-d h3 {
  border-bottom: 4px solid #000;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 15px;
  text-align: right;
  text-transform: capitalize;
  padding-top: 20px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .f-content-d h3 {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section-one .section-one-holder .f-content-d h3 {
    margin-left: 0px;
  }
}
.section-one .section-one-holder .f-content-d h3 strong {
  font-weight: 600;
  color: #000;
}
.section-one .section-one-holder .f-content-d p {
  text-align: right;
  font-size: 14px;
  padding-top: 15px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .f-content-d p {
    text-align: center;
  }
}
.section-one .section-one-holder .pd-a {
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .pd-a {
    padding: 0 0px;
  }
}
.section-one .section-one-holder .pd-b {
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .pd-b {
    padding: 0 0px;
  }
}
.section-one .section-one-holder .button-center {
  background: #E5E5FF;
  border: 1px solid #E5E5FF;
  padding: 10px 40px;
  height: auto;
  margin-left: -60px;
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .button-center {
    margin-left: 0px;
    margin-top: -23px;
  }
}
.section-one .section-one-holder .button-center-d {
  padding: 10px 40px;
  height: auto;
  margin-right: -60px;
  font-size: 25px;
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .button-center-d {
    margin-right: 0px;
    font-size: 26px;
    margin-right: 0px;
    letter-spacing: 4px;
    margin-top: -35px;
  }
}
.section-one .section-one-holder .button-center-e {
  padding: 10px 20px;
  height: auto;
  font-size: inherit;
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .button-center-e {
    margin-right: 0px;
  }
}
.section-one .section-one-holder .button-center-f {
  background: #E5E5FF;
  border: 1px solid #E5E5FF;
  padding: 10px 40px;
  height: auto;
  text-align: center;
  color: #000;
  font-weight: 300;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .button-center-f {
    margin-right: 0px;
  }
}
.section-one .section-one-holder .img-a {
  margin-top: -10px;
  margin-left: -30px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .img-a {
    margin-left: 0px;
    margin-top: -35px;
  }
}
.section-one .section-one-holder .img-b {
  margin-top: -10px;
  margin-right: -30px;
}
@media only screen and (max-width: 575px) {
  .section-one .section-one-holder .img-b {
    margin-right: 0px;
    transform: scale(0.8);
    margin-left: -10px;
  }
}
.section-one .bg-style-a {
  background: #5A5FEF;
  border-radius: 20px;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .section-one .bg-style-a [class*=col-] {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-one .bg-style-a {
    text-align: center;
  }
  .section-one .bg-style-a img {
    transform: scale(0.85);
  }
}
.section-one .bg-style-b {
  background: #EDF4E4;
  border-radius: 20px;
  padding: 20px;
}
.section-one .bg-style-c {
  background: #E5E5FF;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (max-width: 575px) {
  .section-one .bg-style-c {
    text-align: center;
  }
  .section-one .bg-style-c img {
    transform: scale(0.85);
  }
}
.section-one .bg-style-d {
  background: #E4E4E4;
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .section-one .clear-all [class*=col-] {
    margin: 0;
    padding: 0;
  }
}
.section-one .clear-vt {
  max-height: 240px;
}
@media only screen and (min-width: 992px) {
  .section-one .clear-vt [class*=col-] {
    margin: 0;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-one .clear-vt {
    max-height: unset;
  }
}

.section-three {
  margin: 100px auto;
  position: relative;
  background: #EDF4E4;
}
@media only screen and (max-width: 575px) {
  .section-three {
    width: 90%;
    border-radius: 20px;
    background: #e5e5ff;
    padding: 20px;
    margin-top: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .section-three {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 70px 0;
  }
}
.section-three:before {
  background-color: #fff;
  border-radius: 0 0 134% 121%;
  content: "";
  height: 188px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .section-three:before {
    margin: 0 auto;
    border-radius: 20px;
    width: 90%;
    position: unset;
  }
}
.section-three .absolute-content {
  background: rgb(42, 42, 47);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, rgba(42, 42, 47, 0.7343312325)), to(rgba(0, 0, 0, 0.001)));
  background: -o-linear-gradient(bottom, rgba(42, 42, 47, 0.7343312325) 16%, rgba(0, 0, 0, 0.001) 100%);
  background: linear-gradient(0deg, rgba(42, 42, 47, 0.7343312325) 16%, rgba(0, 0, 0, 0.001) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  margin: auto;
  padding: 25px 0;
  color: #fff;
}
.section-three .absolute-content a {
  color: #fff !important;
  border-color: #fff;
}
.section-three .absolute-content p {
  color: #fff;
}
.section-three .section-three-holder .heading-holder {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder {
    margin-top: -100px;
    padding-bottom: 10px;
  }
}
.section-three .section-three-holder .heading-holder h2 {
  font-size: 3rem;
  font-weight: 100;
  color: #000000;
  text-transform: uppercase;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-three .section-three-holder .heading-holder h2 {
    margin-left: 0px;
  }
}
.section-three .section-three-holder .heading-holder h2 strong {
  font-weight: 600;
  color: #97B500;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder h2 strong {
    display: block;
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder small {
    margin-top: 50px;
    display: block;
    font-size: 15px;
    line-height: 29px;
  }
}
.section-three .section-three-holder .heading-holder p {
  text-align: center;
  font-size: 22px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .heading-holder p {
    font-size: 22px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder {
    margin-top: 130px;
  }
}
.section-three .section-three-holder .form-holder .form > .row {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-three .section-three-holder .form-holder .form > .row .search_list.error {
  background-color: rgba(253, 186, 207, 0.271) !important;
}
.section-three .section-three-holder .form-holder .form > .row .col-md-6:has(.search_list.success) .message {
  display: none;
}
.section-three .section-three-holder .form-holder .form > .row .col-md-6:has(.holder-answer input[type=radio]:checked) .message {
  display: none;
}
.section-three .section-three-holder .form-holder .form > .row .search_list.success {
  background-color: rgba(172, 205, 0, 0.05) !important;
}
.section-three .section-three-holder .form-holder .form > .row .message {
  color: rgba(253, 186, 207, 0.8) !important;
  font-size: 12px;
  position: absolute;
  right: 24px;
  top: 18px;
}
.section-three .section-three-holder .form-holder .form > .row input {
  font-size: 13px;
  color: #000;
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 10px 20px;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio]:checked ~ label:after {
  visibility: visible;
  opacity: 1;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] ~ label {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] ~ label:after {
  background-color: #accc02;
  border-radius: 10px;
  content: "";
  height: 11px;
  left: 2px;
  position: absolute;
  top: 10px;
  visibility: hidden;
  width: 11px;
}
.section-three .section-three-holder .form-holder .form > .row input[type=radio] ~ label:before {
  border: 1px solid hsla(0, 0%, 44%, 0.141);
  border-radius: 10px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 15px;
}
.section-three .section-three-holder .form-holder .form > .row input::-webkit-input-placeholder {
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row select {
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row select::-webkit-input-placeholder {
  color: #707070;
}
.section-three .section-three-holder .form-holder .form > .row small {
  font-size: 15px;
  color: #000;
}
.section-three .section-three-holder .form-holder .form > .row label {
  font-family: Open Sans, serif;
  font-size: 13px;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 4px 0;
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder .form > .row label {
    margin: 0 0 0px 0;
    padding: 5px 20px;
  }
}
.section-three .section-three-holder .form-holder .form .holder-answer {
  padding: 0 27px 0 20px;
  border-radius: 15px;
}
.section-three .section-three-holder .form-holder .form .holder-answer.error {
  background-color: rgba(253, 186, 207, 0.271) !important;
}
.section-three .section-three-holder .form-holder .form .holder-answer.success {
  background-color: rgba(172, 205, 0, 0.05) !important;
}
.section-three .section-three-holder .form-holder .form .holder-answer:has(input[type=radio]:checked) {
  background-color: rgba(172, 205, 0, 0.05) !important;
}
.section-three .section-three-holder .form-holder .form .holder-answer label {
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .section-three .section-three-holder .form-holder {
    margin-top: 15px;
    border-radius: 27px;
  }
  .section-three .section-three-holder .form-holder .action-holder {
    margin-top: -21px !important;
  }
  .section-three .section-three-holder .form-holder button {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    position: relative;
    width: 90%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 30px auto;
  }
  .section-three .section-three-holder .form-holder .col-md-6 {
    margin: 0px 0 0 0;
  }
}

.section-two {
  margin: 100px auto 150px auto;
}
.section-two .section-two-holder .heading-holder {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.section-two .section-two-holder .heading-holder h2 {
  font-size: 3rem;
  font-weight: 100;
  color: #000000;
  text-transform: uppercase;
  line-height: 72px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .section-two .section-two-holder .heading-holder h2 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-two .section-two-holder .heading-holder h2 {
    margin-left: 0px;
  }
}
.section-two .section-two-holder .heading-holder h2 strong {
  font-weight: 600;
  color: #CEADD6;
}
@media only screen and (max-width: 575px) {
  .section-two .section-two-holder .heading-holder h2 strong {
    display: block;
  }
}
.section-two .section-two-holder .heading-holder p {
  text-align: center;
  font-size: 22px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 575px) {
  .section-two .section-two-holder .heading-holder p {
    font-size: 17px;
    letter-spacing: 0;
    padding: 20px 35px;
  }
}
.section-two .section-two-holder .navi-ul {
  margin-left: 13%;
}
@media only screen and (max-width: 575px) {
  .section-two .section-two-holder .navi-ul {
    margin: 50px auto;
    border: 1px solid #e3e3e3;
    padding: 0px 20px;
    border-radius: 20px;
    background: #edf4e4;
    width: 90%;
    box-shadow: 0 0 5px #ccc;
  }
}
.section-two .section-two-holder .navi-ul li {
  list-style: none;
  letter-spacing: -1px;
  font-size: 1.5em;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 300;
  transition: 0.3s;
  padding-left: 25px;
}
@media only screen and (max-width: 575px) {
  .section-two .section-two-holder .navi-ul li {
    font-size: 1em;
    margin: 5px 0;
    font-weight: 500;
  }
}
.section-two .section-two-holder .navi-ul li i {
  font-size: 2rem;
  margin-bottom: 10px;
  padding-right: 27px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .section-two .section-two-holder .navi-ul li i {
    font-size: 1.3rem;
  }
}
.section-two .section-two-holder .navi-ul li:hover {
  color: #97b500;
  padding-left: 35px;
}

.header-area--absolute {
  z-index: 2000000 !important;
}

.dots-holder {
  bottom: 10%;
  left: -26%;
  position: absolute;
}
.dots-holder .owl-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dots-holder .owl-dots .owl-dot {
  width: 30px;
  margin: 0 7px;
}
.dots-holder .owl-dots .owl-dot.active span {
  background: #777;
}
.dots-holder .owl-dots .owl-dot.active button {
  display: block;
}
.dots-holder .owl-dots button {
  background-color: transparent;
  border: 0;
  display: none;
  position: absolute;
  top: -11px;
  right: 100%;
}
.dots-holder .owl-dots span {
  display: block;
  background: #ccc;
  padding: 3px 8px;
}

.header-area--absolute {
  position: relative;
}
.header-area--absolute .container {
  position: relative;
  z-index: 10;
}

.shape-1 {
  left: -21%;
  max-width: 93%;
  opacity: 0.4;
  top: -85%;
  z-index: 5;
}

.shape-2 {
  left: -61%;
  max-width: 123%;
  position: absolute;
  top: -112%;
  z-index: 5;
}

.shape-4 {
  left: auto;
  right: -56%;
  max-width: 70%;
  position: absolute;
  top: -16%;
  z-index: 0;
}

.header-section-2p {
  padding: 10px;
}
.header-section-2p h2 {
  font-size: 1.5rem;
}

.sec-blogs-1 {
  position: relative;
  z-index: 1000;
}
.sec-blogs-1 .main-section {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .sec-blogs-1 .text-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.sec-blogs-1 .text-holder h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.sec-blogs-1 .text-holder a {
  text-align: center;
  display: block;
  margin: 33px auto 0 auto;
  width: 200px;
}
@media (max-width: 767px) {
  .sec-blogs-1 .text-holder a {
    margin: 33px auto 30px;
  }
}
.sec-blogs-1 .text-holder p {
  color: #7c7c7c;
  margin: 12px 0;
  font-weight: bolder;
}
.sec-blogs-1 .owl-dots .owl-dot {
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #accd00;
  transition: 0.3s;
  margin-right: 5px;
  padding: 6px;
}
.sec-blogs-1 .owl-dots .owl-dot.active {
  background-color: #accd00;
  border-color: #accd00;
}
@media (min-width: 1024px) {
  .sec-blogs-1 .video-place {
    position: relative;
  }
}
.sec-blogs-1 .video-place ._shadow {
  width: 51%;
  opacity: 0.4;
  position: relative;
  left: 73px;
}
.sec-blogs-1 .video-place .video-placeholder {
  background: 50%;
  border-radius: 25px;
  height: 100%;
  opacity: 0.3;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec-blogs-1 .video-place .video {
  width: 364px;
  cursor: pointer;
  margin: auto 0px auto auto;
  height: 206px;
  position: relative;
  border-radius: 20px;
  background-color: #707070;
  border: 1px solid #d9e6a9;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-blogs-1 .video-place .video {
    width: 100%;
    margin-top: 25px;
  }
}
.sec-blogs-1 .video-place .video ._play {
  left: 40%;
  position: absolute;
  top: 35%;
  color: #d9e6a9;
  font-size: 32px;
  padding: 14px 14px 14px 20px;
  border: 4px solid #d9e6a9;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  line-height: 42px;
}
.sec-blogs-1 .video-place .video ._glassy {
  background-color: rgba(207, 207, 207, 0.0901960784);
  clip-path: polygon(0% 0, 0 100%, 100% 0, 0% 0%, 83% 0);
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  border-right: 25px;
}
.sec-blogs-1 .video-place .shape {
  background-color: #707070;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  clip-path: polygon(19% 0, 0 100%, 100% 0, 103% 38%, 100% 0);
  height: 76px;
  position: relative;
  width: 25%;
  margin: auto;
  z-index: 10;
  bottom: 2px;
}

.sec-blogs-2 .item {
  height: 200px;
  border-radius: 10px;
  padding: 5px;
  width: 49%;
  transition: 0.1s;
  cursor: pointer;
}
.sec-blogs-2 .item:hover .bg-image:after {
  background-color: transparent;
}
.sec-blogs-2 .item:hover .text-box {
  text-shadow: 1px 1px 0 #777;
}
.sec-blogs-2 .item .text-box {
  transition: 0.3s;
  color: #000;
  z-index: 10;
  position: absolute;
  bottom: 20px;
}
.sec-blogs-2 .item .text-box h2 {
  font-size: 1.5rem;
}
.sec-blogs-2 .item .bg-image {
  background-repeat: no-repeat;
  content: "";
  border-radius: 10px;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.sec-blogs-2 .item .bg-image:after {
  background-color: rgba(151, 181, 0, 0.3215686275);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  content: "";
}

.sec-blogs-3 h2 {
  padding-top: 30px;
  font-size: 1.3rem;
}
.sec-blogs-3 .bg-image {
  content: " ";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sec-blogs-3 .box-actions {
  padding-top: 40px;
  padding-bottom: 20px;
}

.sec-blogs-4 .badge-info {
  color: #000;
  background-color: #fff;
  top: 30px;
  border-radius: 0 10px 10px 0;
  padding: 10px 5px;
  left: 0;
  position: absolute;
  font-weight: bold;
  font-size: 1.1rem;
}
.sec-blogs-4 .box-horizontal {
  width: 32.333%;
}
.sec-blogs-4 .box-horizontal .card-blog {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.sec-blogs-4 .box-vertical {
  width: 66%;
}
.sec-blogs-4 .box-vertical .card-blog {
  width: 48.5%;
}
.sec-blogs-4 .box-vertical .card-blog:nth-child(1), .sec-blogs-4 .box-vertical .card-blog:nth-child(2) {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .slider-holder {
    width: 60%;
  }
  .slider-holder img {
    padding-left: 60px;
    width: 80%;
  }
  .slider-holder .slider-text {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    width: 80%;
  }
  .init-text {
    position: absolute;
    top: 20%;
    left: 4%;
    width: 30%;
  }
  .init-text .init-text-holder {
    position: relative;
    z-index: 20;
  }
  .init-text .init-text-holder h1 {
    margin-bottom: 10px;
  }
  .init-text .init-text-holder h1 > p {
    line-height: 21px;
    margin-bottom: 0;
  }
  .init-text .init-text-holder h1 > span {
    color: #7c7c7c;
    text-align: right;
    display: block;
    font-size: 32px;
  }
  .init-text .init-text-holder > p {
    font-size: 14px;
  }
  .init-text .init-text-holder > p small {
    text-align: right;
    display: block;
  }
  .sec-blogs-4 .box-vertical .card-blog .media-body:after {
    background-color: rgba(172, 205, 0, 0.329);
    border-radius: 10px 10px 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .search_blog {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .init-text {
    padding: 10px;
    width: 100%;
  }
  .init-text .description {
    font-size: 12px;
  }
  .init-text h1 {
    line-height: 21px;
    padding: 5px 0;
    letter-spacing: -1px;
  }
  .init-text h1 p {
    display: inline-block;
    margin-bottom: 0;
  }
  .init-text h1 span {
    text-align: right;
    display: inline-block;
  }
  .init-text .init-text-holder {
    width: 100%;
  }
  .init-text .init-text-holder .description p {
    margin: 0;
    display: block;
    line-height: 10px;
    padding-top: 7px;
  }
  .init-text .init-text-holder .description span,
  .init-text .init-text-holder .description small {
    display: inline-block;
  }
  .shape-1 {
    display: none;
  }
  .shape-2 {
    display: none;
  }
  .slider-holder .dots-holder {
    bottom: 52px;
    left: auto;
    right: 40px;
    width: 36px;
    z-index: 1;
  }
  .slider-holder .dots-holder .owl-dot {
    margin: 0 3px !important;
  }
  .slider-holder .dots-holder .owl-dot span {
    background-color: #c0dd9c;
  }
  .slider-holder .dots-holder .owl-dot button {
    color: #fff;
  }
  .slider-holder .dots-holder .owl-dot.active span {
    background-color: #fff !important;
  }
  .slider-holder .slider-text {
    padding: 15px 16px;
    font-size: 12px;
    width: 100%;
    bottom: 10px !important;
  }
  .slider-holder .slider-text .customNextBtn {
    right: -15px !important;
    width: 74px !important;
    bottom: -8% !important;
    height: 21px !important;
  }
  .slider-holder .slider-text p {
    margin-bottom: 0;
  }
  .init-text {
    text-align: center !important;
    display: inline-block;
  }
  .init-text span {
    text-align: center !important;
  }
  .sec-blogs-1 .header-section-simple {
    text-align: center;
    margin-bottom: 8px;
  }
  .sec-blogs-1 .header-section-simple h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec-blogs-1 .header-section-simple p {
    font-size: 13px;
  }
  .sec-blogs-1 .media-holder img {
    position: relative;
  }
  .sec-blogs-1 .media-holder:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5764705882);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
  }
  .sec-blogs-1 .main-section .item {
    position: relative;
  }
  .sec-blogs-1 .main-section .item .text-holder {
    margin-top: 80px;
  }
  .sec-blogs-1 .main-section .item .text-holder > * {
    padding: 3px;
  }
  .sec-blogs-1 .main-section .item .text-holder a {
    margin-top: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 100%;
    width: 180px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .sec-blogs-1 .main-section .item .text-holder > span {
    display: none;
  }
  .sec-blogs-1 .main-section .item .text-holder p {
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
  }
  .sec-blogs-1 .main-section .item .text-holder h3 {
    font-size: 15px;
    text-align: center;
  }
  .sec-blogs-1 .main-section .owl-dots {
    text-align: center;
  }
  .sec-blogs-2 {
    margin-bottom: 0 !important;
  }
  .sec-blogs-2 .main-section {
    margin-bottom: 6px !important;
  }
  .sec-blogs-2 .main-section .text-box {
    text-shadow: 0 1px 1px #ccc;
    bottom: 10px;
    text-align: center;
    left: 0;
  }
  .sec-blogs-2 .main-section .text-box h2 {
    font-size: 0.9rem !important;
    letter-spacing: 0;
    line-height: 28px;
  }
  .sec-blogs-2 .main-section .text-box p {
    line-height: 17px;
    font-size: 13px;
  }
  .sec-blogs-3 .box-holder .box-text {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    order: 1;
    text-align: center;
    text-shadow: 0 1px 1px #ccc;
  }
  .sec-blogs-3 .box-holder .box-text h2 {
    padding-top: 18px;
    font-size: 1rem;
  }
  .sec-blogs-3 .box-holder .box-text p {
    margin-bottom: 1px;
  }
  .sec-blogs-3 .box-holder .box-text .box-actions {
    margin-top: 10px;
    padding-top: 0;
  }
  .sec-blogs-3 .box-holder .box-text .box-actions a {
    width: 200px;
    margin-bottom: 10px;
  }
  .sec-blogs-3 .box-holder .box-text .box-actions a:first-child {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .sec-blogs-3 .box-holder .box-media {
    border-radius: 10px;
    order: 0;
    height: 200px;
    position: relative;
  }
  .sec-blogs-3 .box-holder .box-media:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6901960784);
    width: 100%;
    content: "";
    height: 100%;
  }
  .sec-blogs-4 .header-section-2p span {
    display: none;
  }
  .sec-blogs-4 .box-holder {
    flex-wrap: wrap;
  }
  .sec-blogs-4 .box-holder .card-blog {
    margin-top: 15px;
  }
  .sec-blogs-4 .box-holder .box-horizontal {
    width: 100%;
  }
  .sec-blogs-4 .box-holder .box-horizontal .card-blog {
    height: auto !important;
    display: block !important;
  }
  .sec-blogs-4 .box-holder .box-horizontal .card-blog .media-body {
    height: 200px;
  }
  .sec-blogs-4 .box-holder .box-vertical {
    width: 100%;
  }
  .sec-blogs-4 .box-holder .box-vertical .card-blog {
    width: 100%;
  }
}
.badge-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.badge-container.show {
  display: block;
}
.badge-container .badge-holder {
  position: relative;
  height: 100%;
}
.badge-container .badge-holder .bg-fade {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
}
.badge-container .badge-holder .submit-badge {
  background-color: #fff;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 25px;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .badge-container .badge-holder .submit-badge {
    width: 650px;
  }
}
.badge-container .badge-holder .submit-badge h3 {
  text-transform: uppercase;
  font-size: 30px;
}
.badge-container .badge-holder .submit-badge p {
  text-align: center;
  font-size: 12px;
}
.badge-container .badge-holder .submit-badge a {
  padding: 0 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.badge-container .badge-holder .submit-badge a i {
  background: rgb(36, 146, 255);
  background: -o-linear-gradient(349deg, rgb(36, 146, 255) 0%, rgb(0, 67, 174) 70%);
  background: linear-gradient(101deg, rgb(36, 146, 255) 0%, rgb(0, 67, 174) 70%);
  padding: 6px;
  color: #fff;
  border-radius: 100%;
  width: 29px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

/*# sourceMappingURL=support.min.css.map*/