@font-face {
  font-family: "ArticulatCF";
  src: url("../fonts/ArticulatCF-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../fonts/ArticulatCF-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../fonts/ArticulatCF-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../fonts/ArticulatCF-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArticulatCF";
  src: url("../fonts/ArticulatCF-DemiBold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* breakpoints */
/**********************************/
/* HTML5 dafault  */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  color: #E49F04;
  font-size: 10px;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 1.8rem;
  font-family: "ArticulatCF" !important;
  color: #E49F04;
  overflow-x: hidden;
  background: #131313;
}

::-moz-selection {
  background: #E49F04;
  color: #FFFFFF;
  text-shadow: none;
}

::selection {
  background: #E49F04;
  color: #FFFFFF;
  text-shadow: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover, a:active {
  color: inherit;
}
a:hover:visited, a:active:visited {
  color: inherit;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 0.1rem dotted;
}

b, strong {
  font-weight: bold;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  margin: 2em 0 !important;
  background: none;
  border-left: 0.2rem solid #E49F04 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1rem 1rem 1rem 5rem !important;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  color: #FFFFFF;
}
blockquote p, q p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  line-height: 2 !important;
  color: #FFFFFF !important;
}
blockquote p, q p {
  margin: 0 !important;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 0.15rem;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: none;
  color: #E49F04;
  text-decoration: underline;
}

del {
  background: none;
  color: red;
  text-decoration: line-through;
}

mark {
  background: yellow;
  color: #000000;
  font-style: italic;
  font-weight: normal;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -0.7rem;
  padding: 0;
  white-space: normal;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: "ArticulatCF" !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 1.65rem;
  height: 1.65rem;
  cursor: pointer;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input:invalid, textarea:invalid {
  background-color: #FFFFFF;
}

embed,
iframe,
object {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #FFFFFF;
}

td {
  vertical-align: top;
}

th {
  background: #FFFFFF;
}

.chromeframe {
  margin: 0.2em 0;
  background: #FFFFFF;
  padding: 0.2em 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.container {
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 118rem;
}

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
}

.clearfix:before, .clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {
  color: #E49F04;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3.5rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 2rem;
}

p, li {
  font-size: 1.7rem;
  color: #FFFFFF;
}

.succ-padd-btm {
  padding-bottom: 280px;
}
@media (max-width: 580px) {
  .succ-padd-btm {
    padding-bottom: 18rem;
  }
}

.succ-top {
  position: relative;
  top: 85px;
}

@media screen and (max-width: 768px) {
  .succ-top {
    position: relative;
    top: unset;
  }
}
.secret-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
  top: -31px;
}
@media (max-width: 1080px) {
  .secret-btn {
    top: -22px;
  }
}
.secret-btn .common-btn-blk {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #131313;
}
@media (max-width: 580px) {
  .secret-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sucess-img-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
  top: 270px;
}
@media (max-width: 1080px) {
  .sucess-img-btn {
    top: 240px;
  }
}
@media (max-width: 768px) {
  .sucess-img-btn {
    top: 140px;
  }
}
.sucess-img-btn .common-btn-blk {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 580px) {
  .sucess-img-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sucess-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
  top: 150px;
}
@media (max-width: 1080px) {
  .sucess-btn {
    top: 240px;
  }
}
@media (max-width: 768px) {
  .sucess-btn {
    top: 140px;
  }
}
.sucess-btn .common-btn-blk {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 580px) {
  .sucess-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes bounceWithPause {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes bounceWithPause {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.animate-bounce-delay {
  -webkit-animation: bounceWithPause 1s ease-in-out 1, none 5s;
          animation: bounceWithPause 1s ease-in-out 1, none 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "swiper-icons", sans-serif;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons, sans-serif;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* footer-sec */
.footer-main-sec {
  padding-top: 10.5rem;
  padding-bottom: 6.7rem;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 0;
  background-color: #131313;
}
@media screen and (max-width: 580px) {
  .footer-main-sec {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.footer-main-sec .footer-main-blk {
  padding-bottom: 3.5rem;
}
.footer-main-sec .footer-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 6.2rem;
}
@media screen and (max-width: 580px) {
  .footer-main-sec .footer-main-wrapper {
    padding-bottom: 3rem;
  }
}
.footer-main-sec .ftr-item span {
  font-weight: 500;
  color: #FFFFFF;
  font-size: 2.6rem;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 1.9rem;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .footer-main-sec .ftr-item span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-item span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-item span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-main-sec .ftr-item span {
    font-size: 1.5rem;
  }
}
.footer-main-sec .ftr-item .call-lnk {
  margin-bottom: 0.3rem;
}
.footer-main-sec .ftr-item .call-lnk a {
  font-size: 3rem;
  color: #E49F04;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .footer-main-sec .ftr-item .call-lnk a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer-main-sec .ftr-item .call-lnk a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .footer-main-sec .ftr-item .call-lnk a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-item .call-lnk a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-item .call-lnk a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-main-sec .ftr-item .call-lnk a {
    font-size: 1.5rem;
  }
}
.footer-main-sec .ftr-item .call-lnk a:hover, .footer-main-sec .ftr-item .call-lnk a:focus, .footer-main-sec .ftr-item .call-lnk a:focus-visible {
  color: #FFFFFF;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-main-sec .ftr-item .mail-lnk a {
  font-size: 2.5rem;
  color: #E49F04;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .footer-main-sec .ftr-item .mail-lnk a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer-main-sec .ftr-item .mail-lnk a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .footer-main-sec .ftr-item .mail-lnk a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-item .mail-lnk a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-item .mail-lnk a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-main-sec .ftr-item .mail-lnk a {
    font-size: 1.4rem;
  }
}
.footer-main-sec .ftr-item .mail-lnk a:hover, .footer-main-sec .ftr-item .mail-lnk a:focus, .footer-main-sec .ftr-item .mail-lnk a:focus-visible {
  color: #FFFFFF;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-main-sec .ftr-item p {
  color: #E49F04;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .footer-main-sec .ftr-item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .footer-main-sec .ftr-item p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 992px) {
  .footer-main-sec .ftr-item p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-item p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-item p {
    font-size: 1.4rem;
    line-height: 1.8;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .footer-main-sec .ftr-item p {
    font-size: 1.3rem;
  }
}
.footer-main-sec .ftr-item.lft-ftr {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-item.lft-ftr {
    width: 50%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-item.lft-ftr {
    width: 100%;
    text-align: center;
  }
}
.footer-main-sec .ftr-item.cntr-ftr {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-item.cntr-ftr {
    width: 50%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-item.cntr-ftr {
    width: 100%;
    text-align: center;
  }
}
.footer-main-sec .ftr-item.rht-ftr {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-item.rht-ftr {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-item.rht-ftr {
    width: 100%;
    text-align: center;
  }
}
.footer-main-sec .ftr-logo-blk {
  text-align: center;
}
.footer-main-sec .ftr-logo-blk a {
  vertical-align: baseline;
  display: inline-block;
  position: relative;
}
.footer-main-sec .ftr-logo-blk a img {
  display: inline-block;
  text-align: center;
}
.footer-main-sec .ftr-logo-blk a::before, .footer-main-sec .ftr-logo-blk a::after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid rgba(169, 114, 5, 0.4);
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.footer-main-sec .ftr-logo-blk a::after {
  left: 100%;
  margin-left: 2.1rem;
}
.footer-main-sec .ftr-logo-blk a::before {
  right: 100%;
  margin-right: 2.1rem;
}
.footer-main-sec .ftr-btm-wrapper .social-blk {
  margin-bottom: 2.6rem;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li {
  margin: 0 0.85rem;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li:first-child {
  margin-left: 0;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li:last-child {
  margin-right: 0;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li svg {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  max-width: 4.1rem;
  max-width: 4.1rem;
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-btm-wrapper .social-blk ul li svg {
    max-width: 3.5rem;
    max-height: 3.5rem;
  }
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li svg path {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li:hover svg {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  color: #E49F04;
}
.footer-main-sec .ftr-btm-wrapper .social-blk ul li:hover svg path {
  fill: #E49F04;
}
.footer-main-sec .ftr-btm-wrapper p {
  font-size: 2rem;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer-main-sec .ftr-btm-wrapper p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-sec .ftr-btm-wrapper p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-main-sec .ftr-btm-wrapper p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 360px) {
  .footer-main-sec .ftr-btm-wrapper p {
    font-size: 1.3rem;
  }
}

.btm-large-banner-parallaxis {
  position: relative;
}
.btm-large-banner-parallaxis .king-text {
  text-align: center;
  position: fixed;
  top: 42%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
}
.btm-large-banner-parallaxis .king-text img {
  -o-object-fit: cover;
     object-fit: cover;
}

.common-gradient-btn {
  border: 0.15rem solid #E49F04;
  background: -webkit-gradient(linear, left top, right top, from(#E49F04), to(#7E5802));
  background: linear-gradient(90deg, #E49F04 0%, #7E5802 100%);
  border-radius: 3.5rem;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.7rem 4.3rem 1.7rem 2.6rem;
  min-height: 6rem;
  max-height: 6rem;
  text-shadow: none;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  display: inline-block;
  position: relative;
}
.common-gradient-btn:focus, .common-gradient-btn:visited {
  background: -webkit-gradient(linear, left top, right top, from(#E49F04), to(#7E5802));
  background: linear-gradient(90deg, #E49F04 0%, #7E5802 100%);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  color: #FFFFFF;
  transition: 0.7s ease all;
}
.common-gradient-btn::after {
  content: "";
  position: absolute;
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6rem;
  width: 0.6rem;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}
.common-gradient-btn:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  color: #FFFFFF !important;
  border: 0.15rem solid #E49F04;
  background: transparent;
}
@media screen and (max-width: 1080px) {
  .common-gradient-btn {
    font-size: 1.8rem !important;
    line-height: 1.4;
    padding: 1rem 4rem 1rem 2.5rem;
    min-height: 4.5rem;
    max-height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .common-gradient-btn {
    font-size: 1.5rem !important;
    line-height: 1.8;
  }
}
@media screen and (max-width: 580px) {
  .common-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.4;
    min-height: 4rem;
    max-height: 4rem;
  }
}

.common-btn-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.border-gradient-btn {
  background: transparent;
  position: relative;
  border-radius: 3.5rem;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.7rem 2.9rem;
  min-height: 6rem;
  max-height: 6rem;
  text-shadow: none;
  opacity: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  display: inline-block;
  border: 0.15rem solid #E49F04;
}
.border-gradient-btn:focus, .border-gradient-btn:visited {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  color: #FFFFFF;
  transition: 0.7s ease all;
}
.border-gradient-btn:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  background: -webkit-gradient(linear, left top, right top, from(#E49F04), to(#7E5802));
  background: linear-gradient(90deg, #E49F04 0%, #7E5802 100%);
  color: #FFFFFF !important;
}
@media screen and (max-width: 1080px) {
  .border-gradient-btn {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 1rem 3rem;
    min-height: 4.5rem;
    max-height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .border-gradient-btn {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 580px) {
  .border-gradient-btn {
    font-size: 1.4rem;
    line-height: 1.4;
    min-height: 4rem;
    max-height: 4rem;
  }
}

.theme-yellow {
  color: #E49F04;
}

.theme-primary4 {
  color: #E9B62C;
}

/* home banner sec */
.home-banner-sec {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
}
.home-banner-sec::before {
  content: "";
  position: absolute;
  background: linear-gradient(123.2deg, rgba(8, 40, 111, 0.4) 23%, rgba(116, 62, 0, 0.4) 91.95%), linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.home-banner-sec .hm-contnt-area {
  position: relative;
  z-index: 1;
  width: 63%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 15.9rem;
  padding-bottom: 29.8rem;
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .hm-contnt-area {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .hm-contnt-area {
    width: 100%;
    margin: 0;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .home-banner-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 360px) {
  .home-banner-sec .home-banner-wrapper {
    top: 55%;
  }
}
.home-banner-sec .home-banner-wrapper .support-num-blk {
  position: absolute;
  width: 100%;
  top: 13%;
  left: 109%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  z-index: 2;
}
@media (max-width: 1440px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk {
    top: 13%;
    left: 90%;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk {
    width: 100%;
    top: 8%;
    left: 86%;
  }
}
@media (max-width: 770px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk {
    width: 100%;
    top: 8%;
    left: 70%;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk {
    width: 100%;
    top: 50%;
    left: 61%;
  }
}
@media (max-width: 500px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk {
    width: 100%;
    top: 44%;
    left: 75%;
  }
}
@media (max-width: 425px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk {
    width: 100%;
    top: 45%;
    left: 53%;
  }
}
@media (max-width: 400px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk {
    width: 100%;
    top: 40%;
    left: 75%;
  }
}
.home-banner-sec .home-banner-wrapper .support-num-blk .support-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  border: 1px solid;
  padding: 10px 16px;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .support-link {
    gap: 8px;
    padding: 7px 11px;
  }
}
.home-banner-sec .home-banner-wrapper .support-num-blk .support-link .number {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 824px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .support-link .number {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .support-link .number {
    font-size: 14px;
  }
}
.home-banner-sec .home-banner-wrapper .support-num-blk .support-link:hover .number {
  color: #D4AF37;
}
.home-banner-sec .home-banner-wrapper .support-num-blk .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 500;
}
@media (max-width: 610px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .country {
    font-size: 15px;
  }
}
.home-banner-sec .home-banner-wrapper .support-num-blk .country img {
  width: 26px;
  height: 26px;
  display: block;
}
@media (max-width: 768px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .country img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) and (max-width: 425px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .country img {
    width: 20px;
    height: 20px;
  }
}
.home-banner-sec .home-banner-wrapper .support-num-blk .num-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 510px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .num-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 425px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .num-blk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
}
@media (max-width: 400px) {
  .home-banner-sec .home-banner-wrapper .support-num-blk .num-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.home-banner-sec .lft-blk {
  width: 41%;
}
.home-banner-sec .lft-blk .businesslogo-imgblk {
  padding-bottom: 2.8rem;
  border-radius: 3rem;
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .lft-blk .businesslogo-imgblk {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-sec .lft-blk .businesslogo-imgblk {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .lft-blk .businesslogo-imgblk {
    padding-bottom: 1rem;
    width: 35%;
    margin: 0 auto;
    text-align: center;
  }
}
.home-banner-sec .lft-blk .businesslogo-imgblk img {
  height: auto;
  width: 100%;
  max-height: 35.1rem;
  max-width: 28.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-banner-sec .lft-blk .offr-blk {
  display: none;
}
.home-banner-sec .lft-blk .offr-blk h4 {
  color: #FFFFFF;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 3.5rem;
}
@media screen and (max-width: 1280px) {
  .home-banner-sec .lft-blk .offr-blk h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .lft-blk .offr-blk h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .home-banner-sec .lft-blk .offr-blk h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-sec .lft-blk .offr-blk h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .lft-blk .offr-blk h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .home-banner-sec .lft-blk .offr-blk h4 {
    font-size: 1.5rem;
  }
}
.home-banner-sec .lft-blk .offr-blk h3 {
  color: #E9B62C;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 4rem;
}
@media screen and (max-width: 1280px) {
  .home-banner-sec .lft-blk .offr-blk h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .lft-blk .offr-blk h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .home-banner-sec .lft-blk .offr-blk h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-sec .lft-blk .offr-blk h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .lft-blk .offr-blk h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 360px) {
  .home-banner-sec .lft-blk .offr-blk h3 {
    font-size: 2rem;
  }
}
.home-banner-sec .lft-blk .offr-blk h3 .low-weight {
  font-weight: 300;
}
@media screen and (max-width: 580px) {
  .home-banner-sec .lft-blk .offr-blk {
    text-align: center;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .lft-blk {
    width: 100%;
    display: none;
  }
}
.home-banner-sec .rht-blk {
  width: calc(59% - 2.3rem);
}
.home-banner-sec .rht-blk .txt-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .home-banner-sec .rht-blk .txt-flex {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .rht-blk .txt-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-banner-sec .rht-blk .no-blk {
  background: linear-gradient(143.28deg, #EAB628 19.62%, #E49F04 72.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16rem;
  line-height: 0.9;
}
@media screen and (max-width: 1280px) {
  .home-banner-sec .rht-blk .no-blk {
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .rht-blk .no-blk {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-sec .rht-blk .no-blk {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .rht-blk .no-blk {
    font-size: 6rem;
  }
}
.home-banner-sec .rht-blk .no-blk .low-weight {
  font-weight: 300;
}
.home-banner-sec .rht-blk .txt-wrap .txt-blk1 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 1280px) {
  .home-banner-sec .rht-blk .txt-wrap .txt-blk1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .rht-blk .txt-wrap .txt-blk1 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .home-banner-sec .rht-blk .txt-wrap .txt-blk1 {
    font-size: 2.2rem;
  }
}
.home-banner-sec .rht-blk .txt-wrap .txt-blk2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 6.7rem;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 1280px) {
  .home-banner-sec .rht-blk .txt-wrap .txt-blk2 {
    font-size: 5rem;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .rht-blk .txt-wrap .txt-blk2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .home-banner-sec .rht-blk .txt-wrap .txt-blk2 {
    font-size: 2.2rem;
  }
}
.home-banner-sec .rht-blk .txt-wrap2 {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 580px) {
  .home-banner-sec .rht-blk .txt-wrap2 {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  }
}
.home-banner-sec .rht-blk .txt-wrap2 h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 4.9rem;
  color: #FFFFFF;
  display: inline-block;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0.75rem;
}
@media (max-width: 1280px) {
  .home-banner-sec .rht-blk .txt-wrap2 h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1080px) {
  .home-banner-sec .rht-blk .txt-wrap2 h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .home-banner-sec .rht-blk .txt-wrap2 h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 580px) {
  .home-banner-sec .rht-blk .txt-wrap2 h2 {
    font-size: 2rem;
    border-bottom: none;
  }
}
.home-banner-sec .rht-blk .txt-wrap2 h2 span {
  font-weight: 600;
}
.home-banner-sec .rht-blk .txt-wrap2 h5 {
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.1rem;
}
@media screen and (max-width: 1280px) {
  .home-banner-sec .rht-blk .txt-wrap2 h5 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .rht-blk .txt-wrap2 h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .home-banner-sec .rht-blk .txt-wrap2 h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-sec .rht-blk .txt-wrap2 h5 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .rht-blk .txt-wrap2 h5 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .home-banner-sec .rht-blk .txt-wrap2 h5 {
    font-size: 1.5rem;
  }
}
.home-banner-sec .rht-blk .buttn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.6rem;
}
@media screen and (max-width: 580px) {
  .home-banner-sec .rht-blk .buttn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .rht-blk {
    width: 100%;
    text-align: center;
  }
}
.home-banner-sec .logo-imgblk {
  position: absolute;
  bottom: 7.5rem;
  left: 2rem;
}
.home-banner-sec .logo-imgblk img {
  height: auto;
  width: 100%;
  max-width: 38.1rem;
  max-height: 7.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 580px) {
  .home-banner-sec .logo-imgblk img {
    max-width: 20rem;
  }
}
@media screen and (max-width: 360px) {
  .home-banner-sec .logo-imgblk img {
    max-width: 14rem;
  }
}
@media screen and (max-width: 800px) {
  .home-banner-sec .logo-imgblk {
    bottom: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .logo-imgblk {
    left: 0;
    bottom: 0;
  }
}
.home-banner-sec .lft-imge-blk {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  .home-banner-sec .lft-imge-blk {
    left: 0;
    width: 45%;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .lft-imge-blk {
    width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .home-banner-sec .lft-imge-blk {
    width: 65%;
  }
}
@media screen and (max-width: 800px) {
  .home-banner-sec .lft-imge-blk {
    top: 10rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .lft-imge-blk {
    left: 64%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 3rem;
    bottom: auto;
    position: relative;
    width: 80%;
  }
}
.home-banner-sec .img-anima-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 7.5rem;
  top: 6.8rem;
  width: 16%;
}
@media screen and (max-width: 1440px) {
  .home-banner-sec .img-anima-sec {
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .img-anima-sec {
    left: 2rem;
  }
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .img-anima-sec {
    top: 2.5rem;
    width: 12%;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .img-anima-sec {
    width: 25%;
    top: 2rem;
  }
}
.home-banner-sec .img-anima-sec .circle-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 5.2rem;
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .img-anima-sec .circle-img {
    top: 2.5rem;
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .home-banner-sec .img-anima-sec .circle-img {
    top: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .home-banner-sec .img-anima-sec .circle-img {
    top: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .home-banner-sec .img-anima-sec .circle-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 22%;
    right: 50%;
  }
}
.home-banner-sec .img-anima-sec .img-outer .text-img {
  color: red;
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
  min-width: 22.7rem;
  max-width: 22.7rem;
}
@media screen and (max-width: 1080px) {
  .home-banner-sec .img-anima-sec .img-outer .text-img {
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}

.featured-main-sec {
  position: relative;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 580px) {
  .featured-main-sec {
    padding-bottom: 0;
  }
}
.featured-main-sec .featured-main-wrapper {
  position: relative;
}
.featured-main-sec .featured-main-wrapper .Secrets-sec {
  padding-top: 7.5rem;
}
@media (max-width: 580px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec {
    padding-top: 3rem;
    border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  }
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h3 {
  font-family: "Anek Malayalam", serif !important;
  line-height: 45px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 1.6rem;
}
@media (max-width: 1080px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h3 {
    padding-bottom: 1rem;
  }
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h2 {
  text-align: center;
  color: #E9B62C;
  padding-bottom: 5.6rem;
}
@media (max-width: 1080px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 580px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .Secrets-blk h2 {
    padding-bottom: 2rem;
  }
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  padding-bottom: 8.8rem;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
}
@media (max-width: 1080px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box {
    gap: 25px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 580px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box {
    border-bottom: none;
  }
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h2 {
  font-size: 4rem;
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h2 span, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h2 span, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h2 span {
  color: #FFFFFF;
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h2 {
  padding-bottom: 6px;
}
@media (max-width: 1080px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 580px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h2, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h2 {
    padding-bottom: 2rem;
  }
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0%;
  color: #FFFFFF;
  padding-bottom: 4px;
}
@media (max-width: 1080px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h3, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h3 {
    padding-bottom: 1rem;
  }
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h4 {
  font-size: 3rem;
  line-height: 40.8px;
  font-weight: 400;
  padding-bottom: 21px;
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .scrt-cntnt h4, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .scrt-cntnt h4 {
    font-size: 1.6rem;
    width: 100%;
  }
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .secret-point, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .secret-point, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .secret-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 1.6rem;
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .secret-point img, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .secret-point img, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .secret-point img {
  position: absolute;
  top: 0.5rem;
  width: 3rem;
  height: 3rem;
}
.featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .secret-point p {
  color: #D8D8D8;
  line-height: 1.75;
  padding-left: 4.1rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .secret-point p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .secret-point p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .first-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .second-box .secret-point p, .featured-main-sec .featured-main-wrapper .Secrets-sec .secret-box .third-box .secret-point p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.featured-main-sec .video-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .featured-main-sec .video-wrapper {
    gap: 1.5rem;
  }
}
.featured-main-sec .video__content {
  width: 65%;
  padding-top: 7.2rem;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .video__content {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .video__content {
    width: 57%;
    padding-bottom: 3rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .video__content {
    width: 100%;
    padding-top: 3rem;
  }
}
.featured-main-sec .top-content {
  padding-bottom: 3.6rem;
  border-bottom: 0.1rem solid rgba(216, 216, 216, 0.2);
}
@media screen and (max-width: 768px) {
  .featured-main-sec .top-content {
    padding-bottom: 3rem;
  }
}
.featured-main-sec .top-content .days-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 340px) {
  .featured-main-sec .top-content .days-blk {
    gap: 12px;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.featured-main-sec .top-content .days-blk .days-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 580px) {
  .featured-main-sec .top-content .days-blk .days-box {
    width: 25%;
  }
}
@media screen and (max-width: 340px) {
  .featured-main-sec .top-content .days-blk .days-box {
    padding-right: 27px;
    padding-left: 18px;
    width: 21%;
  }
}
.featured-main-sec .top-content .days-blk .days-box:last-of-type {
  border: unset;
}
.featured-main-sec .top-content .days-blk .days-box h2 {
  font-size: 5rem;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .top-content .days-blk .days-box h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .top-content .days-blk .days-box h2 {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .featured-main-sec .top-content .days-blk .days-box h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .top-content .days-blk .days-box h2 {
    font-size: 2.5rem;
  }
}
.featured-main-sec .top-content .days-blk .days-box h3 {
  font-size: 3rem;
  line-height: 50px;
  font-weight: 100;
  padding-top: unset;
  letter-spacing: 0%;
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .top-content .days-blk .days-box h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .featured-main-sec .top-content .days-blk .days-box h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .top-content .days-blk .days-box h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .top-content .days-blk .days-box h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
.featured-main-sec .top-content h3 {
  padding-top: 3.7rem;
  font-size: 3.5rem;
  color: #FFFFFF;
  line-height: 1.3;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .top-content h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .top-content h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .featured-main-sec .top-content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .top-content h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .top-content h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .featured-main-sec .top-content h3 {
    font-size: 1.5rem;
  }
}
.featured-main-sec .btm-content {
  padding-bottom: 3.6rem;
  padding-top: 3.1rem;
  border-bottom: 0.1rem solid rgba(216, 216, 216, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .featured-main-sec .btm-content {
    padding-bottom: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.featured-main-sec .btm-content h2 {
  font-size: 5rem;
  color: #E49F04;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .btm-content h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .btm-content h2 {
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .featured-main-sec .btm-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .btm-content h2 {
    font-size: 2.5rem;
  }
}
.featured-main-sec .btm-content h3 {
  font-size: 2.5rem;
  color: #E1CC83;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .btm-content h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .btm-content h3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .featured-main-sec .btm-content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .btm-content h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .btm-content h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .featured-main-sec .btm-content h3 {
    font-size: 1.5rem;
  }
}
.featured-main-sec .btm-content .col {
  width: 27.2%;
}
.featured-main-sec .btm-content .col .counter-anim {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .featured-main-sec .btm-content .col {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .btm-content .col {
    text-align: center;
  }
}
.featured-main-sec .video-blk {
  width: 32.5%;
  position: absolute;
  right: 0;
  top: -6.5rem;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .video-blk {
    top: -3rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .video-blk {
    width: 40%;
    top: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .video-blk {
    width: 100%;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }
}
.featured-main-sec .video-blk a {
  display: inline-block;
  border-radius: 4rem;
  border: 0.1rem solid rgba(148, 104, 16, 0.8);
  -webkit-box-shadow: 0px 4px 35px 0px rgba(169, 114, 5, 0.4);
          box-shadow: 0px 4px 35px 0px rgba(169, 114, 5, 0.4);
  border-radius: 4rem;
  margin-bottom: 2.7rem;
  position: relative;
}
.featured-main-sec .video-blk a img {
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .featured-main-sec .video-blk a {
    margin-bottom: 0;
  }
}
.featured-main-sec .video-blk h4 {
  font-weight: 500;
  width: 75%;
  text-align: right;
  margin-left: auto;
  color: #FFFFFF;
  margin-top: 2rem;
  font-size: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .video-blk h4 {
    font-size: 2.4rem;
    width: 85%;
  }
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .video-blk h4 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .featured-main-sec .video-blk h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .video-blk h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .video-blk h4 {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .featured-main-sec .video-blk h4 {
    font-size: 1.5rem;
  }
}
.featured-main-sec .video-blk .play {
  content: "";
  position: absolute;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: 10rem;
  width: 10rem;
  height: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40%;
}
@media screen and (max-width: 1280px) {
  .featured-main-sec .video-blk .play {
    background-size: 8rem;
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 1080px) {
  .featured-main-sec .video-blk .play {
    background-size: 6rem;
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .video-blk .play {
    background-size: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .video-blk .play {
    background-size: 6rem;
    width: 6rem;
    height: 6rem;
  }
}
.featured-main-sec .featured-logo-slider {
  padding-top: 3.6rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .featured-main-sec .featured-logo-slider {
    padding-top: 3rem;
  }
}
.featured-main-sec .featured-logo-slider .c-carousel__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-main-sec .featured-logo-slider .c-carousel__item {
  max-width: 21rem;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.featured-main-sec .featured-logo-slider .slick-slide {
  margin: 0 1.15rem;
}
.featured-main-sec .featured-logo-slider h6 {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .featured-main-sec .featured-logo-slider h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .featured-main-sec .featured-logo-slider h6 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .featured-main-sec .featured-logo-slider h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .featured-main-sec .featured-logo-slider h6 {
    font-size: 1.5rem;
  }
}

.first-step-sec {
  padding-top: 6.1rem;
  padding-bottom: 9.5rem;
  background-image: url("../images/sec2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #131313;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .first-step-sec {
    padding-bottom: 7rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .first-step-sec {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .first-step-sec {
    background-position: right;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.first-step-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 36.1rem;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(rgba(19, 19, 19, 0)));
  background: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0) 100%);
}
.first-step-sec .cntr-blk {
  max-width: 75.4rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .first-step-sec .cntr-blk {
    max-width: 50rem;
  }
}
@media screen and (max-width: 580px) {
  .first-step-sec .cntr-blk {
    max-width: 100%;
  }
}
.first-step-sec .cntr-blk h2 {
  font-size: 4.5rem;
  color: #E49F04;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .first-step-sec .cntr-blk h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .first-step-sec .cntr-blk h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .first-step-sec .cntr-blk h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 580px) {
  .first-step-sec .cntr-blk h2 {
    font-size: 1.8rem;
  }
}
.first-step-sec .first-step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
}
.first-step-sec .first-step-img {
  width: 18%;
}
.first-step-sec .first-step-img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .first-step-sec .first-step-img {
    width: 20%;
    max-width: 22.3rem;
  }
}
@media screen and (max-width: 580px) {
  .first-step-sec .first-step-img {
    width: 25%;
    max-width: 15rem;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3rem;
  }
}
.first-step-sec .first-step__content {
  width: 70%;
}
@media screen and (max-width: 580px) {
  .first-step-sec .first-step__content {
    width: 100%;
  }
}
.first-step-sec .first-step__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.first-step-sec .first-step__content ul li {
  position: relative;
  padding-left: 4rem;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  line-height: 1.6;
  font-family: "Anek Malayalam", serif !important;
}
.first-step-sec .first-step__content ul li::before {
  content: "";
  background-image: url("../images/flower.svg");
  background-repeat: no-repeat;
  background-size: 2.1rem;
  width: 2.1rem;
  height: 2rem;
  left: 0;
  top: 1.1rem;
  position: absolute;
}
@media screen and (max-width: 580px) {
  .first-step-sec .first-step__content ul li::before {
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .first-step-sec .first-step__content ul li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .first-step-sec .first-step__content ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .first-step-sec .first-step__content ul li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .first-step-sec .first-step__content ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .first-step-sec .first-step__content ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .first-step-sec .first-step__content ul li {
    font-size: 1.3rem;
  }
}

.chnge-business-sec {
  padding-top: 8.1rem;
  position: relative;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 1080px) {
  .chnge-business-sec {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .chnge-business-sec {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .chnge-business-sec {
    background-position: right;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.chnge-business-sec .cntr-blk {
  max-width: 75.4rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .chnge-business-sec .cntr-blk {
    max-width: 50rem;
  }
}
@media screen and (max-width: 580px) {
  .chnge-business-sec .cntr-blk {
    max-width: 50rem;
  }
}
.chnge-business-sec .cntr-blk h2 {
  font-size: 4.5rem;
  color: #E49F04;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .chnge-business-sec .cntr-blk h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .chnge-business-sec .cntr-blk h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .chnge-business-sec .cntr-blk h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 580px) {
  .chnge-business-sec .cntr-blk h2 {
    font-size: 1.8rem;
  }
}
.chnge-business-sec .chnge-business-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
}
.chnge-business-sec .chnge-business__content {
  width: 100%;
}
.chnge-business-sec .chnge-business__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 2rem;
}
.chnge-business-sec .chnge-business__content ul li {
  position: relative;
  margin-left: 6.9rem;
  font-size: 3rem;
  margin-bottom: 2.8rem;
  padding-bottom: 2.8rem;
  color: #FFFFFF;
  line-height: 1.35;
  width: 40%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chnge-business-sec .chnge-business__content ul li::before {
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 4.9rem;
  width: 4.9rem;
  height: 4.9rem;
  left: -6.9rem;
  top: auto;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .chnge-business-sec .chnge-business__content ul li::before {
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
    left: -4rem;
  }
}
@media screen and (max-width: 1280px) {
  .chnge-business-sec .chnge-business__content ul li {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .chnge-business-sec .chnge-business__content ul li {
    font-size: 2.5rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .chnge-business-sec .chnge-business__content ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .chnge-business-sec .chnge-business__content ul li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .chnge-business-sec .chnge-business__content ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

.two-list-sec {
  padding-top: 8.1rem;
  padding-bottom: 9.5rem;
  position: relative;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 1080px) {
  .two-list-sec {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .two-list-sec {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .two-list-sec {
    background-position: right;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.two-list-sec .cntr-blk {
  max-width: 94.6rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .two-list-sec .cntr-blk {
    max-width: 50rem;
  }
}
@media screen and (max-width: 580px) {
  .two-list-sec .cntr-blk {
    max-width: 100%;
  }
}
.two-list-sec .cntr-blk h2 {
  font-size: 4.5rem;
  color: #E49F04;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .two-list-sec .cntr-blk h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .two-list-sec .cntr-blk h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .two-list-sec .cntr-blk h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 580px) {
  .two-list-sec .cntr-blk h2 {
    font-size: 1.8rem;
  }
}
.two-list-sec .two-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .two-list-sec .two-list-wrapper {
    gap: 1rem 0;
  }
}
@media screen and (max-width: 580px) {
  .two-list-sec .two-list-wrapper {
    border-bottom: 1px solid rgba(169, 114, 5, 0.4);
  }
}
.two-list-sec .two-list__content {
  width: 48%;
  border-bottom: 1px solid rgba(169, 114, 5, 0.4);
}
@media screen and (max-width: 580px) {
  .two-list-sec .two-list__content {
    width: 100%;
    border-bottom: none;
  }
}
.two-list-sec .two-list__content h3 {
  font-size: 3.5rem;
  color: #FFFFFF;
  line-height: 1.3;
  font-family: "Anek Malayalam", serif !important;
  margin-bottom: 3.9rem;
  font-weight: 400;
  position: relative;
  position: relative;
  overflow: hidden;
  display: block;
}
.two-list-sec .two-list__content h3 span {
  vertical-align: baseline;
  display: block;
  position: relative;
}
.two-list-sec .two-list__content h3 span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  margin-left: 1.5rem;
  border-top: 0.1rem solid rgba(169, 114, 5, 0.4);
}
@media screen and (max-width: 1280px) {
  .two-list-sec .two-list__content h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .two-list-sec .two-list__content h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .two-list-sec .two-list__content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .two-list-sec .two-list__content h3 {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .two-list-sec .two-list__content h3 {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .two-list-sec .two-list__content h3 {
    font-size: 1.5rem;
  }
}
.two-list-sec .two-list__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 2rem;
}
.two-list-sec .two-list__content ul li {
  position: relative;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 7.7rem;
  margin-bottom: 2.3rem;
  padding-bottom: 1.2rem;
  line-height: 1.35;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two-list-sec .two-list__content ul li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 5rem;
  width: 5rem;
  height: 4.9rem;
  left: 0;
  top: auto;
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .two-list-sec .two-list__content ul li::before {
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 1280px) {
  .two-list-sec .two-list__content ul li {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .two-list-sec .two-list__content ul li {
    font-size: 2.2rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .two-list-sec .two-list__content ul li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .two-list-sec .two-list__content ul li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 580px) {
  .two-list-sec .two-list__content ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}
.two-list-sec .two-list__content.close-btn-blk ul li::before {
  content: "";
  background-image: url("../images/close.svg");
  background-size: 5rem;
}
@media screen and (max-width: 1080px) {
  .two-list-sec .two-list__content.close-btn-blk ul li::before {
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
  }
}
.two-list-sec .two-list__content.tick-btn-blk ul li::before {
  content: "";
  background-image: url("../images/tick.svg");
  background-size: 5rem;
}
@media screen and (max-width: 1080px) {
  .two-list-sec .two-list__content.tick-btn-blk ul li::before {
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
  }
}

.box-use-sec {
  padding-top: 9.7rem;
  padding-bottom: 5.7rem;
  position: relative;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 1080px) {
  .box-use-sec {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .box-use-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .box-use-sec {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.box-use-sec .cntr-blk {
  max-width: 94.6rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .box-use-sec .cntr-blk {
    max-width: 50rem;
  }
}
@media screen and (max-width: 580px) {
  .box-use-sec .cntr-blk {
    max-width: 50rem;
  }
}
.box-use-sec .cntr-blk h3 {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Anek Malayalam", serif !important;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 1280px) {
  .box-use-sec .cntr-blk h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .box-use-sec .cntr-blk h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .box-use-sec .cntr-blk h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .box-use-sec .cntr-blk h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .box-use-sec .cntr-blk h3 {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}
.box-use-sec .cntr-blk h2 {
  font-size: 4.5rem;
  color: #E49F04;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .box-use-sec .cntr-blk h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .box-use-sec .cntr-blk h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .box-use-sec .cntr-blk h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 580px) {
  .box-use-sec .cntr-blk h2 {
    font-size: 1.8rem;
  }
}
.box-use-sec .box-use-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -1rem;
}
@media screen and (max-width: 580px) {
  .box-use-sec .box-use-flex {
    margin: 0;
  }
}
.box-use-sec .common-btn-blk {
  padding-top: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box-use-sec .border-box-item {
  width: calc(33.33% - 2rem);
  margin: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  padding: 3.8rem 4.3rem 4.5rem;
  background: #0B0B0B;
  border: 0.1rem solid transparent;
  border-radius: 4rem;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  height: 100%;
  min-height: 420px;
}
@media screen and (max-width: 1080px) {
  .box-use-sec .border-box-item {
    width: calc(50% - 2rem);
    padding: 3rem;
    margin-bottom: 2rem;
    min-height: auto;
  }
  .box-use-sec .border-box-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .box-use-sec .border-box-item {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
    padding: 2.5rem;
    min-height: auto;
  }
  .box-use-sec .border-box-item:last-child {
    margin-bottom: 0;
  }
}
.box-use-sec .border-box-item:hover, .box-use-sec .border-box-item:focus {
  border: 0.1rem solid rgba(148, 104, 16, 0.5019607843);
  -webkit-box-shadow: 0px 4px 35px 0px rgba(169, 114, 5, 0.2);
          box-shadow: 0px 4px 35px 0px rgba(169, 114, 5, 0.2);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.box-use-sec .border-box-item img {
  margin-bottom: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 5rem;
  max-height: 5rem;
  margin-left: auto;
}
@media screen and (max-width: 580px) {
  .box-use-sec .border-box-item img {
    max-width: 3.5rem;
    max-height: 3.5rem;
  }
}
.box-use-sec .border-box-item h4 {
  font-size: 2.5rem;
  line-height: 1.32;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1280px) {
  .box-use-sec .border-box-item h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .box-use-sec .border-box-item h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .box-use-sec .border-box-item h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .box-use-sec .border-box-item h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .box-use-sec .border-box-item h4 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.box-use-sec .border-box-item p {
  font-size: 1.7rem;
  line-height: 1.75;
  color: rgba(216, 216, 216, 0.8);
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  .box-use-sec .border-box-item p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .box-use-sec .border-box-item p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .box-use-sec .border-box-item p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.award-logo-sec {
  padding-bottom: 8rem;
  background-image: url("../images/sec4-layer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 1080px) {
  .award-logo-sec {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .award-logo-sec {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec {
    background-position: right;
    padding-bottom: 3rem;
  }
}
.award-logo-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 42.1rem;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0)), to(#131313));
  background: linear-gradient(360deg, rgba(19, 19, 19, 0) 0%, #131313 100%);
}
.award-logo-sec .award-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
}
.award-logo-sec .award-logo-wrapper .lft-image-blk {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .award-logo-sec .award-logo-wrapper .lft-image-blk {
    width: 50%;
    margin: 0 auto;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk {
  padding-top: 9.1rem;
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk {
    padding-top: 5rem;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk {
    background-position: right;
    padding-top: 3rem;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec {
  margin-bottom: 1.1rem;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h2 {
  font-size: 4rem;
  color: #FFFFFF;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h2 {
    font-size: 1.7rem;
    text-align: center;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h3 {
  font-size: 4rem;
  color: #E49F04;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h3 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .top-main-sec h3 {
    font-size: 1.7rem;
    text-align: center;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec {
  width: 34%;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk:last-child {
  border-bottom: none;
  padding: 0;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk {
  padding: 1.3rem 0;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk .counter-anim {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk {
    text-align: center;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk .red-txt {
  color: #EE1616;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec .col-blk .blue-txt {
  color: #2669F9;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h2 {
  font-size: 3.5rem;
  color: #FFFFFF;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 992px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h2 {
    font-size: 1.6rem;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h6 {
  color: #E1CC83;
  font-size: 2rem;
  line-height: 1.32;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h6 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h6 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 992px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec h6 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .lft-counter-sec {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk {
    width: 100%;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk .blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  width: calc(33.33% - 1rem);
  gap: 18.4rem;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk .blk.third-blk {
  gap: 5rem;
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk .blk.third-blk {
    gap: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk .blk {
    gap: 14rem;
  }
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk .blk img {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.award-logo-sec .award-logo-wrapper .rht-contnt-blk .btm-contnt-sec .rht-logo-blk .blk img:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.testimonial-slider-sec {
  padding-top: 88px;
  padding-bottom: 4.6rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  background-color: #0B0B0B;
}
@media screen and (max-width: 1080px) {
  .testimonial-slider-sec {
    padding-top: 25rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-slider-sec {
    padding-top: 13rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.testimonial-slider-sec .cntr-blk {
  max-width: 61rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .testimonial-slider-sec .cntr-blk {
    max-width: 55rem;
  }
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .cntr-blk {
    max-width: 100%;
  }
}
.testimonial-slider-sec .cntr-blk h3 {
  color: #E49F04;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  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;
  font-size: 3.5rem;
}
@media screen and (max-width: 1280px) {
  .testimonial-slider-sec .cntr-blk h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .testimonial-slider-sec .cntr-blk h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .testimonial-slider-sec .cntr-blk h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-slider-sec .cntr-blk h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .cntr-blk h3 {
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 360px) {
  .testimonial-slider-sec .cntr-blk h3 {
    font-size: 1.5rem;
  }
}
.testimonial-slider-sec .cntr-blk h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  font-family: "Anek Malayalam", serif !important;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1280px) {
  .testimonial-slider-sec .cntr-blk h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .testimonial-slider-sec .cntr-blk h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .testimonial-slider-sec .cntr-blk h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-slider-sec .cntr-blk h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .cntr-blk h2 {
    font-size: 1.7rem;
  }
}
.testimonial-slider-sec .testimonial-blk__slider.video-blk .slick-list {
  overflow: visible;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .testimonial-blk__slider.video-blk .slick-list {
    margin-bottom: 3rem;
  }
}
.testimonial-slider-sec .testimonial-blk__slider .testimonial-blk {
  position: relative;
}
.testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3.8rem 0 7.8rem;
  background: #1E1E1E;
  border-radius: 3rem;
  min-height: 37rem;
  max-height: 37rem;
}
.testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx .quotes {
  margin-bottom: 1.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 2.3rem;
  max-height: 2rem;
  width: 100%;
  display: block;
  margin-left: 3.3rem;
}
.testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx p {
  font-size: 1.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  padding: 0 3.3rem;
}
@media screen and (max-width: 1280px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx {
    min-height: 35rem;
    max-height: 35rem;
  }
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .contnt-bx {
    min-height: auto;
    max-height: 100%;
    padding: 3rem 0 5rem;
  }
}
.testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
}
.testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-height: 7rem;
  width: 100%;
  max-width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk img {
    max-height: 5.5rem;
    max-width: 5.5rem;
    margin-bottom: 1rem;
  }
}
.testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk span {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.32;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1080px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .testimonial-blk__slider .testimonial-blk .info-blk span {
    font-size: 1.4rem;
  }
}
.testimonial-slider-sec .testimonial-blk__slider .slick-slide {
  margin: 0 1.5rem;
  opacity: 0 !important;
}
.testimonial-slider-sec .testimonial-blk__slider .slick-slide.slick-active {
  opacity: 1 !important;
}
.testimonial-slider-sec .testimonial-blk__slider .slick-list {
  overflow: visible;
  margin-bottom: 9rem;
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .testimonial-blk__slider .slick-list {
    margin-bottom: 8rem;
  }
}
.testimonial-slider-sec .testimonial-blk__slider ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -1rem;
  padding-bottom: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.testimonial-slider-sec .testimonial-blk__slider ul.slick-dots li {
  font-size: 0;
  line-height: 0;
  margin: 0 1rem;
  cursor: pointer;
}
.testimonial-slider-sec .testimonial-blk__slider ul.slick-dots li button {
  background: rgba(228, 159, 4, 0.2);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border: none;
}
@media screen and (max-width: 580px) {
  .testimonial-slider-sec .testimonial-blk__slider ul.slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.testimonial-slider-sec .testimonial-blk__slider ul.slick-dots li.slick-active button, .testimonial-slider-sec .testimonial-blk__slider ul.slick-dots li:hover button {
  background: #E49F04;
}
.testimonial-slider-sec .testimonial-blk__slider .video-blk {
  width: 100%;
  height: 100%;
  max-height: 21.2rem;
}
.testimonial-slider-sec .testimonial-blk__slider .video-blk .slick-list {
  margin-bottom: 5rem !important;
}
.testimonial-slider-sec .testimonial-blk__slider .video-blk a {
  display: inline-block;
  border-radius: 4rem;
  position: relative;
  width: 100%;
  max-height: 21.2rem;
}
.testimonial-slider-sec .testimonial-blk__slider .video-blk a img {
  border-radius: 4rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 21.2rem;
}
.testimonial-slider-sec .testimonial-blk__slider .video-blk .play {
  content: "";
  position: absolute;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40%;
}
@media screen and (max-width: 1280px) {
  .testimonial-slider-sec .testimonial-blk__slider .video-blk .play {
    background-size: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .testimonial-slider-sec .testimonial-blk__slider .video-blk .play {
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
.testimonial-slider-sec .container {
  max-width: 129rem;
}

.gallery-blk-sec {
  padding-top: 9.4rem;
  position: relative;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 1080px) {
  .gallery-blk-sec {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-blk-sec {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec {
    padding-top: 3rem;
  }
}
.gallery-blk-sec .cntr-blk {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .gallery-blk-sec .cntr-blk {
    max-width: 55rem;
  }
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .cntr-blk {
    max-width: 100%;
    padding-bottom: 3rem;
  }
}
.gallery-blk-sec .cntr-blk h4 {
  font-size: 4rem;
  color: white;
  max-width: 112rem;
}
.gallery-blk-sec .cntr-blk h4 span {
  color: #E49F04;
}
@media screen and (max-width: 1080px) {
  .gallery-blk-sec .cntr-blk h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery-blk-sec .cntr-blk h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-blk-sec .cntr-blk h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .cntr-blk h4 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 100%;
  }
}
.gallery-blk-sec .cntr-blk h3 {
  color: #E49F04;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  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;
  font-size: 3.5rem;
}
@media screen and (max-width: 1280px) {
  .gallery-blk-sec .cntr-blk h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .gallery-blk-sec .cntr-blk h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery-blk-sec .cntr-blk h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-blk-sec .cntr-blk h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .cntr-blk h3 {
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 360px) {
  .gallery-blk-sec .cntr-blk h3 {
    font-size: 1.5rem;
  }
}
.gallery-blk-sec .cntr-blk h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  font-family: "Anek Malayalam", serif !important;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 1280px) {
  .gallery-blk-sec .cntr-blk h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .gallery-blk-sec .cntr-blk h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery-blk-sec .cntr-blk h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-blk-sec .cntr-blk h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .cntr-blk h2 {
    font-size: 1.7rem;
  }
}
.gallery-blk-sec .grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1rem 0;
}
.gallery-blk-sec .grid-wrapper .lft {
  width: calc(66.66% - 1.05rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .grid-wrapper .lft {
    width: 100%;
  }
}
.gallery-blk-sec .grid-wrapper .rht {
  width: calc(33.33% - 1.05rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 0;
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .grid-wrapper .rht {
    width: 100%;
  }
}
.gallery-blk-sec .grid-wrapper .top-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.05rem 0;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .grid-wrapper .top-lft {
    gap: 2rem 0;
  }
}
.gallery-blk-sec .grid-wrapper .top-lft .normalblk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
  width: calc(63% - 1.05rem);
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .grid-wrapper .top-lft .normalblk {
    width: 100%;
  }
}
.gallery-blk-sec .grid-wrapper .top-lft .tallblk {
  width: calc(37% - 1.05rem);
  overflow: hidden;
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .grid-wrapper .top-lft .tallblk {
    width: 100%;
  }
}
.gallery-blk-sec .grid-wrapper .btm-lft {
  width: 100%;
}
.gallery-blk-sec .grid-wrapper .img-blk {
  overflow: hidden;
  border-radius: 2.5rem;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
@media screen and (max-width: 580px) {
  .gallery-blk-sec .grid-wrapper .img-blk {
    width: 100%;
  }
}
.gallery-blk-sec .grid-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 2.5rem;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.gallery-blk-sec .grid-wrapper img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.specialbatch-booknw-sec {
  padding-top: 9.9rem;
  position: relative;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 1080px) {
  .specialbatch-booknw-sec {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .specialbatch-booknw-sec {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .specialbatch-booknw-sec {
    padding-top: 3rem;
  }
}
.specialbatch-booknw-sec .batch-contnt-blk {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.specialbatch-booknw-sec .batch-contnt-blk h4 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  font-family: "Anek Malayalam", serif !important;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 1280px) {
  .specialbatch-booknw-sec .batch-contnt-blk h4 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .specialbatch-booknw-sec .batch-contnt-blk h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .specialbatch-booknw-sec .batch-contnt-blk h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .specialbatch-booknw-sec .batch-contnt-blk h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .specialbatch-booknw-sec .batch-contnt-blk h4 {
    font-size: 1.7rem;
  }
}
.specialbatch-booknw-sec .batch-contnt-blk h4 span {
  color: #E49F04;
}
.specialbatch-booknw-sec .batch-contnt-blk h3 {
  font-size: 3.5rem;
  font-weight: 300;
  padding-bottom: 3.4rem;
}
@media screen and (max-width: 1080px) {
  .specialbatch-booknw-sec .batch-contnt-blk h3 {
    font-size: 2.2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .specialbatch-booknw-sec .batch-contnt-blk h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .specialbatch-booknw-sec .batch-contnt-blk h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .specialbatch-booknw-sec .batch-contnt-blk h3 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.specialbatch-booknw-sec .batch-contnt-blk h3 span {
  color: #E49F04;
}
.specialbatch-booknw-sec .batch-contnt-blk .common-btn-blk {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.king-large-banner {
  background-image: url("../images/king-group.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  min-height: 71.3rem;
  position: relative;
  padding-bottom: 9.4rem;
  margin-top: unset !important;
  z-index: 1;
}

@media (max-width: 768px) {
  .king-large-banner {
    background-size: contain;
    background-position: bottom;
    min-height: 38.3rem;
    padding-bottom: 8.4rem;
  }
}
@media (max-width: 580px) {
  .king-large-banner {
    background-size: contain;
    background-position: bottom;
    min-height: 27.3rem;
    padding-bottom: 8.4rem;
  }
}
.btm-large-banner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .btm-large-banner {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .btm-large-banner {
    background-image: none;
    padding-bottom: 0;
    margin-top: unset !important;
  }
}
.btm-large-banner .large-banner {
  margin-top: 3.5rem;
  display: none;
}
.btm-large-banner .large-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .btm-large-banner .large-banner {
    display: block;
  }
}
.btm-large-banner .video-gallery-area .pad-outer {
  position: relative;
  top: -170px;
}
@media (max-width: 580px) {
  .btm-large-banner .video-gallery-area .pad-outer {
    position: relative;
    top: -100px;
  }
}
.btm-large-banner .video-gallery-area {
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .btm-large-banner .video-gallery-area {
    padding-top: 3rem;
    background-color: #000000;
    padding-bottom: 3rem;
  }
}
.btm-large-banner .video-gallery-area .bgbg {
  margin-bottom: -60px;
}
.btm-large-banner .video-gallery-area h4 {
  color: #FFFFFF;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  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;
  font-size: 3.5rem;
  margin-bottom: 4.8rem;
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .btm-large-banner .video-gallery-area h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .btm-large-banner .video-gallery-area h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .btm-large-banner .video-gallery-area h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btm-large-banner .video-gallery-area h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .btm-large-banner .video-gallery-area h4 {
    font-size: 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .btm-large-banner .video-gallery-area h4 {
    font-size: 1.5rem;
  }
}
.btm-large-banner .video-gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.65rem 0;
}
.btm-large-banner .video-blk {
  width: calc(33.33% - 5.3rem);
  height: 100%;
  max-height: 25.4rem;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 580px) {
  .btm-large-banner .video-blk {
    margin-bottom: 0;
  }
}
.btm-large-banner .video-blk a {
  display: inline-block;
  border-radius: 3rem;
  position: relative;
  width: 100%;
  max-height: 25.4rem;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.btm-large-banner .video-blk a img {
  border-radius: 3rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 25.4rem;
}
.btm-large-banner .video-blk a::before, .btm-large-banner .video-blk a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.2rem;
  background: #A97205;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.btm-large-banner .video-blk a::before {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3rem;
}
.btm-large-banner .video-blk a::after {
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border-radius: 3rem;
}
.btm-large-banner .video-blk a:hover {
  -webkit-box-shadow: 0 0 5px 0.3rem rgba(169, 114, 5, 0.4);
          box-shadow: 0 0 5px 0.3rem rgba(169, 114, 5, 0.4);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  border-radius: 3rem;
}
.btm-large-banner .video-blk a:hover::before, .btm-large-banner .video-blk a:hover::after {
  width: 90%;
}
.btm-large-banner .video-blk .play {
  content: "";
  position: absolute;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40%;
}
@media screen and (max-width: 1280px) {
  .btm-large-banner .video-blk .play {
    background-size: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .btm-large-banner .video-blk .play {
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .btm-large-banner .video-blk {
    width: calc(50% - 5.3rem);
  }
}
@media screen and (max-width: 580px) {
  .btm-large-banner .video-blk {
    width: 100%;
  }
}

.descion-chnge-sec {
  padding-top: 10.9rem;
  position: relative;
  z-index: 1;
  background-color: #131313;
}
@media screen and (max-width: 1080px) {
  .descion-chnge-sec {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .descion-chnge-sec {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec {
    padding-top: 3rem;
  }
}
.descion-chnge-sec .cntr-blk {
  max-width: 84.4rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .descion-chnge-sec .cntr-blk {
    max-width: 55rem;
  }
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec .cntr-blk {
    max-width: 100%;
  }
}
.descion-chnge-sec .cntr-blk h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  font-family: "Anek Malayalam", serif !important;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 1280px) {
  .descion-chnge-sec .cntr-blk h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .descion-chnge-sec .cntr-blk h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .descion-chnge-sec .cntr-blk h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .descion-chnge-sec .cntr-blk h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec .cntr-blk h2 {
    font-size: 1.7rem;
  }
}
.descion-chnge-sec .decscion-chnge-area {
  background: url("../images/decision-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.descion-chnge-sec .decscion-chnge-area::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(rgba(19, 19, 19, 0)));
  background: linear-gradient(180deg, #131313 0%, rgba(19, 19, 19, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  max-height: 17.9rem;
}
.descion-chnge-sec .descion-chnge-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 680px) {
  .descion-chnge-sec .descion-chnge-wrapper {
    padding-bottom: 3rem;
  }
}
.descion-chnge-sec .descion-chnge-wrapper .img-blk {
  width: 39%;
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec .descion-chnge-wrapper .img-blk {
    width: 100%;
  }
}
.descion-chnge-sec .descion-chnge-wrapper .contnt-blk {
  width: 59%;
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
}
.descion-chnge-sec .descion-chnge-wrapper .contnt-blk h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h2 {
    font-size: 1.7rem;
  }
}
.descion-chnge-sec .descion-chnge-wrapper .contnt-blk h3 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Anek Malayalam", serif !important;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .descion-chnge-sec .descion-chnge-wrapper .contnt-blk h3 {
    font-size: 1.5rem;
  }
}
.descion-chnge-sec .buttn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
  gap: 1.6rem;
}
@media screen and (max-width: 580px) {
  .descion-chnge-sec .buttn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.success-box-sec {
  position: relative;
  z-index: 1;
  background-color: #131313;
}
.success-box-sec .succ-btn {
  position: absolute;
  bottom: 17%;
}
@media (max-width: 1080px) {
  .success-box-sec .succ-btn {
    bottom: 4%;
  }
}
@media (max-width: 768px) {
  .success-box-sec .succ-btn {
    bottom: 7%;
  }
}
@media (max-width: 580px) {
  .success-box-sec .succ-btn {
    bottom: 3%;
  }
}
.success-box-sec .success-box-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 61px;
  padding-bottom: 179px;
  background: #0B0B0B;
  border-radius: 4rem;
  padding-left: 7.7rem;
  padding-right: 7.7rem;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .success-box-sec .success-box-outer {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 179px;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .success-first-box {
    width: 100%;
  }
}
.success-box-sec .success-box-outer .success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .success-content {
    padding-bottom: 1.2rem;
  }
}
.success-box-sec .success-box-outer .success-content h2 {
  font-size: 5rem;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .success-box-sec .success-box-outer .success-content h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .success-box-sec .success-box-outer .success-content h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .success-box-sec .success-box-outer .success-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .success-content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .success-content h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 360px) {
  .success-box-sec .success-box-outer .success-content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .success-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.success-box-sec .success-box-outer .success-cmpny {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 185px;
}
.success-box-sec .success-box-outer .success-cmpny h4 {
  padding-top: 1.5rem;
  font-weight: 500;
  font-size: 3rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .success-box-sec .success-box-outer .success-cmpny h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .success-box-sec .success-box-outer .success-cmpny h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .success-box-sec .success-box-outer .success-cmpny h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .success-cmpny h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .success-cmpny h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .success-box-sec .success-box-outer .success-cmpny h4 {
    font-size: 1.5rem;
  }
}
.success-box-sec .success-box-outer .success-cmpny h6 {
  font-weight: 400;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1280px) {
  .success-box-sec .success-box-outer .success-cmpny h6 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .success-box-sec .success-box-outer .success-cmpny h6 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 992px) {
  .success-box-sec .success-box-outer .success-cmpny h6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .success-cmpny h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .success-cmpny h6 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 360px) {
  .success-box-sec .success-box-outer .success-cmpny h6 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .success-cmpny {
    margin: 0 auto;
  }
}
.success-box-sec .success-box-outer .aft-bfr-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1rem;
  position: absolute;
  left: 33%;
}
@media screen and (max-width: 1080px) {
  .success-box-sec .success-box-outer .aft-bfr-outer {
    left: 25%;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .aft-bfr-outer {
    width: 100%;
    position: relative;
    left: auto;
    top: 8rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .aft-bfr-outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box {
  border-radius: 30px;
  padding: 33px 34px 42px 33px;
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul {
  margin: 0;
  padding-bottom: 0;
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul li {
  list-style: none;
  position: relative;
  max-width: 26rem;
  padding-bottom: 15px;
  font-size: 1.7rem;
  font-weight: 500;
  color: rgba(30, 30, 30, 0.8);
  margin-bottom: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul li {
    font-size: 1.4rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul li {
    font-size: 1.3rem;
  }
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul li:last-of-type {
  padding-bottom: 0;
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box ul li::before {
  content: "-";
  font-size: 25px;
  position: relative;
  left: -1rem;
  color: #A97205;
  border-radius: 0.2rem;
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box .aft-bfr-cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box .aft-bfr-cntnt img {
  margin-top: -110px;
}
.success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box h4 {
  color: rgba(124, 124, 124, 0.5);
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box h4 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .aft-bfr-box h4 {
    font-size: 1.5rem;
  }
}
.success-box-sec .success-box-outer .aft-bfr-outer .left {
  position: relative;
  bottom: -128px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .left {
    bottom: auto;
  }
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .left {
    bottom: auto;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.success-box-sec .success-box-outer .aft-bfr-outer .right {
  position: relative;
  margin-top: 34px;
}
@media screen and (max-width: 580px) {
  .success-box-sec .success-box-outer .aft-bfr-outer .right {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 2560px) {
  .success-box-sec .succ-btm-img {
    aspect-ratio: 3;
    margin-top: -81px;
  }
}
@media (max-width: 1440px) {
  .success-box-sec .succ-btm-img {
    aspect-ratio: 3;
    margin-top: -81px;
  }
}
@media (max-width: 580px) {
  .success-box-sec .succ-btm-img {
    aspect-ratio: 2;
    margin-top: unset;
  }
}
@media (max-width: 580px) {
  .success-box-sec .sucess-img-btn {
    margin-bottom: 2rem;
  }
}

.experience-sec {
  background-image: url("../images/program/exp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-color: #131313;
}
.experience-sec .exp-outer .exp-cntnt {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 9.7rem;
  padding-top: 8.7rem;
}
@media screen and (max-width: 992px) {
  .experience-sec .exp-outer .exp-cntnt {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .experience-sec .exp-outer .exp-cntnt {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .experience-sec .exp-outer .exp-cntnt {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.experience-sec .exp-outer .exp-cntnt h4 {
  color: #FFFFFF;
  font-family: "Anek Malayalam", serif !important;
  font-weight: 400;
  font-size: 3.5rem;
  max-width: 103rem;
  margin: 0 auto;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 1280px) {
  .experience-sec .exp-outer .exp-cntnt h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .experience-sec .exp-outer .exp-cntnt h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .experience-sec .exp-outer .exp-cntnt h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .experience-sec .exp-outer .exp-cntnt h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .experience-sec .exp-outer .exp-cntnt h4 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .experience-sec .exp-outer .exp-cntnt h4 {
    font-size: 1.5rem;
  }
}
.experience-sec .exp-outer .exp-cntnt span {
  color: #E49F04;
}
.experience-sec .exp-outer .exp-cntnt .exp-btn {
  background-color: #E49F04;
  border-radius: 35px;
}
.experience-sec .exp-outer .exp-cntnt .exp-btn a {
  font-size: 26px;
  line-height: 35.36px;
  font-weight: 600;
  color: #FFFFFF;
}
.experience-sec .exp-outer .exp-cntnt .exp-btn {
  padding: 17px 44px 13px 44px;
}

.expansion-sec {
  z-index: 1;
  position: relative;
  background-color: #131313;
  padding-bottom: 5rem;
}
.expansion-sec .buisness-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  border-bottom-left-radius: 5% 20%;
  border-top-right-radius: 5% 20%;
}
@media (max-width: 580px) {
  .expansion-sec .buisness-blk {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom-left-radius: unset;
    border-top-right-radius: unset;
  }
}
.expansion-sec .buisness-blk .bssins-img img {
  width: 100%;
  border-radius: 0 4rem 0 0;
  padding-left: 0;
}
@media (max-width: 580px) {
  .expansion-sec .buisness-blk .bssins-img img {
    padding: 0;
  }
}
@media (max-width: 580px) {
  .expansion-sec .buisness-blk .bssins-img {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
.expansion-sec .buisness-blk .bssins-cntnt {
  padding: 70px 79px 60px 77px;
}
@media (max-width: 1080px) {
  .expansion-sec .buisness-blk .bssins-cntnt {
    padding: 25px 79px 25px 77px;
  }
}
@media (max-width: 580px) {
  .expansion-sec .buisness-blk .bssins-cntnt {
    padding: 20px 20px 20px 20px;
  }
}
.expansion-sec .buisness-blk .bssins-cntnt h2 {
  font-size: 5rem;
  line-height: 60px;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .expansion-sec .buisness-blk .bssins-cntnt h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .expansion-sec .buisness-blk .bssins-cntnt h2 {
    font-size: 2.2rem;
  }
}
.expansion-sec .buisness-blk .bssins-cntnt h3 {
  font-size: 3rem;
  line-height: 40.8px;
  font-weight: 400;
  max-width: 60rem;
  color: #FFFFFF;
}
@media (max-width: 1080px) {
  .expansion-sec .buisness-blk .bssins-cntnt h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .expansion-sec .buisness-blk .bssins-cntnt h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 580px) {
  .expansion-sec .buisness-blk .bssins-cntnt h3 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.expansion-sec .dept-blk {
  padding-top: 9.8rem;
}
@media (max-width: 580px) {
  .expansion-sec .dept-blk {
    padding-top: 5rem;
  }
}
.expansion-sec .dept-blk .dept-cntnt h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 7px;
  font-family: "Anek Malayalam", serif !important;
}
@media (max-width: 1080px) {
  .expansion-sec .dept-blk .dept-cntnt h2 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .expansion-sec .dept-blk .dept-cntnt h2 {
    font-size: 2.2rem;
  }
}
.expansion-sec .dept-blk .dept-cntnt h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  font-family: "Anek Malayalam", serif !important;
}
@media (max-width: 1080px) {
  .expansion-sec .dept-blk .dept-cntnt h3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .expansion-sec .dept-blk .dept-cntnt h3 {
    font-size: 1.8rem;
  }
}

.program-sec {
  padding-bottom: 9.8rem;
  z-index: 1;
  background-color: #131313;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .program-sec {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .program-sec {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .program-sec {
    padding-bottom: 3rem;
  }
}
.program-sec .common-btn-blk {
  padding-top: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program-sec .program-outer .program-content {
  text-align: center;
}
.program-sec .program-outer .program-content h2 {
  padding-bottom: 1.8rem;
  font-size: 5rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .program-sec .program-outer .program-content h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .program-sec .program-outer .program-content h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .program-sec .program-outer .program-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .program-sec .program-outer .program-content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 580px) {
  .program-sec .program-outer .program-content h2 {
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .program-sec .program-outer .program-content h2 {
    font-size: 2rem;
  }
}
.program-sec .program-outer .program-content h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  max-width: 96.8rem;
  margin: 0 auto;
  font-family: "Anek Malayalam", serif !important;
}
@media screen and (max-width: 1280px) {
  .program-sec .program-outer .program-content h3 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .program-sec .program-outer .program-content h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .program-sec .program-outer .program-content h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .program-sec .program-outer .program-content h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .program-sec .program-outer .program-content h3 {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .program-sec .program-outer .program-content h3 {
    font-size: 1.5rem;
  }
}
.program-sec .program-outer .program-content span {
  color: #E49F04;
}
.program-sec .program-outer .progrm-box-wrap {
  padding-top: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .program-sec .program-outer .progrm-box-wrap {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .program-sec .program-outer .progrm-box-wrap {
    padding-top: 3rem;
    gap: 15px;
  }
}
@media screen and (max-width: 360px) {
  .program-sec .program-outer .progrm-box-wrap {
    padding-top: 2.5rem;
  }
}
.program-sec .program-outer .progrm-box-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program-sec .program-outer .progrm-box-wrap .progrm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  border: 1px solid rgba(208, 208, 208, 0.5);
  border-radius: 50px;
  padding: 18px 40px 18px 20px;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 580px) {
  .program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text {
    padding: 7px 20px 7px 20px;
  }
}
.program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text h4 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 40.8px;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1080px) {
  .program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .program-sec .program-outer .progrm-box-wrap .progrm-box .progrm-text h4 {
    font-size: 1.6rem;
  }
}

.contact-form {
  width: 100%;
  max-width: 50%;
  padding: 40px 0;
  text-align: center;
  border-radius: 30px;
}
@media screen and (max-width: 580px) {
  .contact-form {
    max-width: 100%;
  }
}

.pop-up-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem;
  gap: 20px;
  border: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 580px) {
  .pop-up-form {
    padding: 2rem;
  }
}
.pop-up-form label {
  font-size: 2rem;
  color: #E49F04;
  line-height: 1.2;
}
@media screen and (max-width: 580px) {
  .pop-up-form label {
    font-size: 1.6rem;
  }
}
.pop-up-form input {
  padding: 10px 15px;
  outline: none;
  background: transparent;
  border: 1px solid rgba(208, 208, 208, 0.5);
  border-radius: 10px;
  font-size: 1.5rem;
  width: 100%;
}
.pop-up-form input::-webkit-input-placeholder {
  font-size: 1.5rem;
}
.pop-up-form input::-moz-placeholder {
  font-size: 1.5rem;
}
.pop-up-form input:-ms-input-placeholder {
  font-size: 1.5rem;
}
.pop-up-form input::-ms-input-placeholder {
  font-size: 1.5rem;
}
.pop-up-form input::placeholder {
  font-size: 1.5rem;
}
.pop-up-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop-up-form .submit-btn button {
  cursor: pointer;
}
.pop-up-form .submit-btn button:focus-visible {
  outline: none;
}
.pop-up-form .form-feild-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.pop-up-form .common-btn-blk .common-gradient-btn:hover {
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  background: transparent;
  color: #E49F04 !important;
}
.pop-up-form .common-btn-blk .common-gradient-btn:hover:focus, .pop-up-form .common-btn-blk .common-gradient-btn:hover:visited {
  background: transparent;
  color: #E49F04 !important;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.thank-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(#131313)), url("../images/thankyou-bnr.png");
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%), url("../images/thankyou-bnr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
.thank-sec .thk-content {
  text-align: center;
}
.thank-sec .thk-content .cnt-first span {
  color: #E9B62C;
}
.thank-sec .thk-content .cnt-first {
  font-size: 2.4rem;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 1.5rem;
  }
}
.thank-sec .thk-content .cnt-second {
  font-size: 2.7rem;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 1.5rem;
  }
}
.thank-sec .thk-content .common-btn-blk {
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thank-sec .thank-outer {
  padding-top: 9.4rem;
  padding-bottom: 5.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thank-sec .thank-outer .thank-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media (max-width: 580px) {
  .thank-sec .thank-outer .thank-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thank-sec .thank-outer .thank-content h2 {
  font-size: 5rem;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 2rem;
  }
}
.thank-sec .thank-outer .thank-content p {
  padding-bottom: 20px;
}
.thank-sec .thank-outer .thank-content-video {
  padding-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 62px;
}
@media (max-width: 580px) {
  .thank-sec .thank-outer .thank-content-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thank-sec .thank-outer .thank-content-video .video-blk {
  position: relative;
}
.thank-sec .thank-outer .thank-content-video .video-blk img {
  max-height: 340px;
}
.thank-sec .thank-outer .thank-content-video .video-blk .play {
  content: "";
  position: absolute;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40%;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thank-outer .thank-content-video .video-blk .play {
    background-size: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thank-outer .thank-content-video .video-blk .play {
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
.thank-sec .thank-outer .thank-content-video .thk-txt h3 {
  max-width: 59rem;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  color: #E9B62C;
}
@media screen and (max-width: 1080px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .thank-sec .thank-outer {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .thank-sec .thank-outer .thank-content {
    text-align: center;
  }
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .thank-sec .thank-outer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .thank-sec .thank-outer .thank-content {
    text-align: center;
  }
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 3rem;
  }
}
.thank-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(#131313)), url("../images/thankyou-bnr.png");
  background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%), url("../images/thankyou-bnr.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
.thank-sec .thk-content {
  text-align: center;
}
.thank-sec .thk-content .cnt-first {
  font-size: 2.4rem;
  line-height: 35px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thk-content .cnt-first {
    font-size: 1.5rem;
  }
}
.thank-sec .thk-content .cnt-second {
  font-size: 2.7rem;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thk-content .cnt-second {
    font-size: 1.5rem;
  }
}
.thank-sec .thank-outer .common-btn-blk {
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thank-sec .thank-outer .common-btn-blk h4 {
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 580px) {
  .thank-sec .thank-outer .common-btn-blk h4 {
    font-size: 2rem;
  }
}
.thank-sec .thank-outer {
  height: 50vh;
  padding-top: 9.4rem;
  padding-bottom: 5.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thank-sec .thank-outer .thank-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media (max-width: 580px) {
  .thank-sec .thank-outer .thank-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thank-sec .thank-outer .thank-content h2 {
  font-size: 5rem;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 2rem;
  }
}
.thank-sec .thank-outer .thank-content p {
  padding-bottom: 20px;
}
.thank-sec .thank-outer .thank-content-video {
  padding-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 62px;
}
@media (max-width: 580px) {
  .thank-sec .thank-outer .thank-content-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thank-sec .thank-outer .thank-content-video .video-blk {
  position: relative;
}
.thank-sec .thank-outer .thank-content-video .video-blk img {
  max-height: 340px;
}
.thank-sec .thank-outer .thank-content-video .video-blk .play {
  content: "";
  position: absolute;
  background-image: url("../images/play.svg");
  background-repeat: no-repeat;
  background-size: 5.5rem;
  width: 5.5rem;
  height: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40%;
}
@media screen and (max-width: 1280px) {
  .thank-sec .thank-outer .thank-content-video .video-blk .play {
    background-size: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1080px) {
  .thank-sec .thank-outer .thank-content-video .video-blk .play {
    background-size: 4rem;
    width: 4rem;
    height: 4rem;
  }
}
.thank-sec .thank-outer .thank-content-video .thk-txt h3 {
  max-width: 59rem;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(216, 216, 216, 0.2);
  color: #E9B62C;
}
@media screen and (max-width: 1080px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 580px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .thank-sec .thank-outer .thank-content-video .thk-txt h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .thank-sec .thank-outer {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .thank-sec .thank-outer .thank-content {
    text-align: center;
  }
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 500px) {
  .thank-sec .thank-outer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .thank-sec .thank-outer .thank-content {
    text-align: center;
  }
  .thank-sec .thank-outer .thank-content h2 {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=styles.css.map */