﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  color: #737373;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Rubik", sans-serif;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d0d0d;
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: 700;
  font-family: "Rubik", sans-serif
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a > h1,
a > h2,
a > h3,
a > h4,
a > h5,
a > h6,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
img,
a > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.375rem;
  }
}
h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}
h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.875rem;
  }
}
h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.5rem;
  }
}
h6 {
  font-size: 1.125rem;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #737373;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media not all and (pointer: coarse) {
  a:hover {
    color: #f1c152;
  }
}
p {
  line-height: 1.7;
}
input,
button,
textarea {
  outline: none !important;
  box-shadow: none !important;
}
@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.color--theme-color {
  color: #f1c152;
}
.padding--top {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .padding--top {
    padding-top: 100px;
  }
}
.padding--bottom {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .padding--bottom {
    padding-bottom: 100px;
  }
}

.bg{
  background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.footer__top {

}
.footer__top .section__header h2 {
  color: #fff;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .footer__top .section__header h2 {
    font-size: 1.875rem;
  }
}
.footer__tags ul li a {
  padding: 5px 10px;
  color: #0d0d0d;
  background: #fff;
  font-size: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.footer__tags ul li a:hover {
  background: #f1c152;
}
.footer__post-inner:hover .footer__post-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.footer__post-inner:hover .footer__post-content h6 {
  color: #f1c152;
}
.footer__post-thumb {
  width: 70px;
}
.footer__post-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.footer__post-content h6 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.footer__bottom {
  padding: 50px 0;
}

.footer ul{
  list-style: none;
  padding-left: 0px;
}
.about__item:last-child .about__inner{
  margin-bottom: 0;
}
.about__inner {
  margin-bottom: 30px;
}
.about__inner:hover .about__content h5 {
  color: #f1c152;
}
.about__inner:hover .about__icon {
  background: #f1c152;
  border-color: #f1c152;
  color: #fff;
}
.about__inner:hover .about__icon::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  border-color: #f1c152;
}
.about__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: calc(1.35rem + 1.2vw);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  text-align: center;
  background: #111C55;
  color: #F6B426;
  border: 1px;
}
@media (min-width: 1200px) {
  .about__icon {
    font-size: 20px;
  }
}
.about__icon::after {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  border: 2px solid transparent;
  top: 0;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__content {
  width: calc(100% - 80px);
}

.about__content h5 {
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about__inner{
    display: flex;
    flex-wrap: wrap;
}
.about__icon{
  position: relative;
  text-align: center;
}
.contact__form form input,
.contact__form form textarea {
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 576px) {
  .contact__form form input {
    width: calc(100% / 2 - 15px);
  }
}
.contact__form .form-message.error {
  color: red;
}
.contact__form .form-message.success {
  color: green;
}
form textarea {    width: 100%;}
form input,
form textarea {
  border: 1px solid #ecf0f3;
  padding: 15px;
  color: #0d0d0d;
  outline: none;
}
form input:focus,
form textarea:focus {
  border-color: #f1c152;
}
form input {
  height: 50px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  form input {
    width: calc(100% / 2 - 15px);
  }
}
form textarea {
  margin-bottom: 35px;
}


.default-btn:hover {
  color: #fff;
      background: linear-gradient(94.06deg, #111C55 -1.21%, #7a8cea 58.66%, #111C55 116.84%);
}

.default-btn {
  text-decoration: none;
    color: #222;
    padding: 0 2rem;
    line-height: 46px;
    font-size: 1rem;
    /* transform-origin: right; */
    transition: all 0.3s ease;
    background-image: url('../images/btn-bg.png'); /* Set the path to your background image */
  background-size: cover; /* Ensure the image covers the entire button */
  background-position: center; /* Center the image within the button */
  background-repeat: no-repeat; 
  
    font-weight: 600;
    border: 1px;
    font-family: "Rubik", sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact__form{
  padding: 50px;
}
.bg-yellow{
  background: #FFB629;
}
.event__thumb{
    overflow: hidden;
}
.event__inner:hover .event__thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.event__inner:hover .event__thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.p-20-per {
      padding: 20% 20% 21% 20%;
}
.pb-4-5{
  padding-bottom: 4.25rem;
}
.f-20{
  font-size: 20px;
}
.footer__links li a, .footer__bottom-content p,.footer__bottom-content a{
  color:#fff;
}
.update-section .update-link {
  display: inline;
}

.update-section .update-link .single-update {
  position: relative;
}



.update-section .update-link .single-update .update-thumb {
  overflow: hidden;
}

.update-section .update-link .single-update .update-thumb img {
  width: 100%;
  transition: .3s;
  z-index: 0;
}

.update-section .update-link .single-update .update-content {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.update-section .update-link .single-update .update-content {
  z-index: 4;
}

.update-section .update-link .single-update .update-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  transition: .3s;
}

.update-section .update-link .single-update .update-content span {
  font-size: 14px;
  color: #FFB629;
}

.update-section .update-link:hover .update-thumb img {
  transform: scale(1.1);
}
.update-section .update-link:hover .update-content h4{
  color: #FFB629;
}
.mb--n5{
  margin-bottom: -10%;
}
.anim-icons{
	    position: absolute;
    left: 0;
    top: 100;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.anim-icons.full-width{
	max-width: 100%;
}
ul{
  list-style:none;
}

.anim-icons .icon{
	position: absolute;
	background-position: right;
	background-repeat: no-repeat;
}
.icon-circle-blue{
	width: 100%;
	height: 100%;
	background-image: url(../images/icon.png);
}

.features-section-two .icon-circle-blue{
	right: -150px;
	bottom: -150px;
}
.default-btns:hover {
  color: #fff;
      background: linear-gradient(94.06deg, #111C55 -1.21%, #7a8cea 58.66%, #111C55 116.84%);
}
.default-btns {
  text-decoration: none;
  color: #fff;
  padding: 20px 2rem;
  line-height: 46px;
  /* margin-top: 58px; */
  font-size: 1rem;
  /* transform-origin: right; */
  transition: all 0.3s ease;
  background-image: url('../images/btn2-bg.png'); /* Set the path to your background image */
  background-size: cover; /* Ensure the image covers the entire button */
  background-position: center; /* Center the image within the button */
  background-repeat: no-repeat;
  font-weight: 600;
  border: 1px;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.secondary-text{
  color:#991403;
}
.mt-n5{
  margin-top: -5%;
}
.white-bg{
  background: #fff;
}
.top-bg{
  padding: 20px 50px;
}
.text-primary{
  color:#0d0d0d;
}
.text-upper{
  text-transform: uppercase;
}
.wid-50{
      margin-left: auto;
    margin-right: auto;

}
@media (min-width: 1024px) {
  .wid-50{
      margin-left: auto;
    margin-right: auto;
    width: 30%;
}
}
.banner {
  background-size: cover;
  background-position: center right;
  padding: 150px 0;
}
@media (min-width: 768px) {
  .banner {
    padding: 200px 0;
    background-position: center;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {.swiper-button-next {
    left: 6%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner {
    background-size: cover;
    background-position: right;
  }
  .swiper-button-next {
    left: 10%!important;
}
}
@media (min-width: 992px) {
  .banner__content {
    max-width: 50%;
  }
}
.banner__content h2 {
  -webkit-transform: translateY(450px);
  -moz-transform: translateY(450px);
  -ms-transform: translateY(450px);
  -o-transform: translateY(450px);
  transform: translateY(450px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-family: "Rubik", sans-serif;
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .banner__content h2 {
    font-size: 50px;
  }
}
.banner__content .default-btn {
  padding: 0 2rem;
  -webkit-transform: translateY(350px);
  -moz-transform: translateY(350px);
  -ms-transform: translateY(350px);
  -o-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.banner__content .default-btn::after {
  background-color: rgba(255, 255, 255, 0.9);
}
.banner__content p {
  text-transform: capitalize;
  line-height: 30px;
  -webkit-transform: translateY(350px);
  -moz-transform: translateY(350px);
  -ms-transform: translateY(350px);
  -o-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 1.125rem;
}
.banner-style2 .banner__content h2 {
  color: #fff;
}
.banner-style2 .banner__content p {
  color: rgba(255, 255, 255, 0.9);
}
.banner-style3 .banner__content.text-lg-center h2 {
  color: #fff;
}
.banner-style3 .banner__content.text-lg-center p {
  color: rgba(255, 255, 255, 0.9);
}
.swiper-slide-active .banner__content h2,
.swiper-slide-duplicate-active .banner__content h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.swiper-slide-active .banner__content .default-btn,
.swiper-slide-duplicate-active .banner__content .default-btn {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.swiper-slide-active .banner__content p,
.swiper-slide-duplicate-active .banner__content p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.scrollToTop {
    position: fixed;
    bottom: -30%;
    right: 5%;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    animation: lab_top_up 5s linear infinite;
    font-size: 1.125rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.scrollToTop i,.scrollToTop svg {
    color: #fff
}

.scrollToTop:hover {
    background: #da5455
}

.scrollToTop .pluse_1,.scrollToTop .pluse_2 {
    background: #f1c152
}

.scrollToTop .pluse_1::after,.scrollToTop .pluse_1::before,.scrollToTop .pluse_2::after,.scrollToTop .pluse_2::before {
    background: rgba(241,193,82,.3)
}
@media (max-width: 575px) {
  .header__top-left {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ecf0f3;
  }
}
@media (max-width: 575px) {
  .header__top-left ul {
    text-align: center;
  }
}
.header__top-left .header__top-left-icon i {
  border: 1px solid #111C55;
    background: #111C55;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 36px;
    /* margin-right: 8px; */
    padding-left: 10px;
    font-size: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #FCB132;
}
@media (max-width: 575px) {
  .header__top-right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header__top-socialsearch {
    justify-content: center;
  }
}


.header__bottom {
  background: #f1c152;
}
@media (min-width: 1200px) {
  .header__bottom {
    background: #991403BD;
  }
}
@media (min-width: 1200px) {
  .header__bottom-fiexd {
    position: fixed;
    z-index: 999;
    top: 0;
  }
}
.header__bottom-fiexd .header__mainmenu {
  justify-content: space-between;
}
.header__bottom-fiexd .default-btn {
  display: none;
}
.header__mainmenu {
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__mainmenu {
    justify-content: center;
  }
}
.header__logo {
  width: 150px;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .header__logo {
    display: none;
  }
}
.header__bar-info {
  width: 50px;
  height: 40px;
  transform: translateY(2px);
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .header__menu {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header__menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .header__menu ul li:last-child a {
    border-bottom: none;
  }
}
.header__menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0px);
}
@media (min-width: 1200px) {
  .header__menu ul li:hover.menu-item-has-children a::after {
    transform: rotate(-45deg);
  }
}
.header__menu ul li.open.menu-item-has-children a::after,
.header__menu ul li.active.menu-item-has-children a::after,
.header__menu ul li:hover.menu-item-has-children a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .header__menu ul li.open > a,
  .header__menu ul li.active > a,
  .header__menu ul li:hover > a {
    color: #f1c152;
  }
  .header__menu ul li.open > a::after,
  .header__menu ul li.active > a::after,
  .header__menu ul li:hover > a::after {
    border-color: #f1c152;
  }
}
.header__menu ul li a {
  padding: 10px 25px;
  color: #0d0d0d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
/*  border-bottom: 1px solid rgba(13, 13, 13, 0.1);*/
}
@media (min-width: 1200px) {
  .header__menu ul li a {
    display: inline-block;
    color: #fff;
    border-bottom: none;
  }
}
.header__menu ul li ul {
  display: none;
}
@media (min-width: 1200px) {
  .header__menu ul li ul {
    position: absolute;
    width: 230px;
    left: 0;
    top: calc(100% + 50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 9;
    display: inline-block;
    transition: all 0.3s ease;
  }
}
.header__menu ul li ul li {
  width: 100%;
}
.header__menu ul li ul li:last-child a {
  border-bottom: none;
}
.header__menu ul li ul li a {
  color: #0d0d0d;
  border-bottom: 1px solid rgba(13, 13, 13, 0.1);
  display: block;
}
@media (min-width: 1200px) {
  .header__menu ul li ul li a {
    border-color: #ecf0f3;
  }
}
.header__menu ul li ul li a:hover,
.header__menu ul li ul li a.active {
  color: #f1c152;
  background: #0d0d0d;
}
@media (min-width: 1200px) {
  .header__menu ul li ul li a:hover,
  .header__menu ul li ul li a.active {
    color: #fff;
    background: #f1c152;
  }
}

@media (max-width: 1199px) {
  .header__menu .default-btn {
    display: none;
  }
}
.header__menu .default-btn:hover {
  background: #da5455;
}
.header__menu .default-btn:hover span {
  color: #fff;
}
.menu-item-has-children > a::after {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #0d0d0d;
  border-right: 1px solid #0d0d0d;
  top: 17px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1200px) {
  .menu-item-has-children > a::after {
    border-color: #fff;
  }
}
.header__top-social ul li a {
    padding: 5px;
}
.header__top-area {
    align-items: center;
}
.header__top-area {
    justify-content: space-between;
}
.header__top-area {
    display: flex;
    flex-wrap: wrap;
}
.header__top-logo img{
  height:60px;
}
.header__top{
  background:#FCB132;
}

.header__news{
  background:#ffe189;
  padding: 5px;
}
.header-font,.header-font h6,.header-font a{
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  .default-btn-top:hover {
  color: #fff;
      background: linear-gradient(94.06deg, #111C55 -1.21%, #7a8cea 58.66%, #111C55 116.84%);
}
.default-btn-top {
  text-decoration: none;
  color: #991403;
  padding: 5px 2rem;
  line-height: 50px;
  /* margin-top: 58px; */
  font-size: 1rem;
  /* transform-origin: right; */
  transition: all 0.3s ease;
  background: #fff;
  font-weight: 600;
  border: 1px;
  font-family: "Rubik", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-expand-xl{
  padding-top:0px;
  padding-bottom: 0px;
}
.titles-p{
  border-left: 3px solid #FFB629;
    padding-left: 12px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
    background: aliceblue;
    wisth: 50%;
    width: 30%;
}
.bg-gray{
  background: #041C3780!important;
  width:16%;
}
.text-primary{
  color:#000!important;
}
.bali__inner{
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    padding: 20px;
  }
/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000; /* Arrow color */
    width: 44px;
    height: 44px;
        margin-left: 12%;
    margin-top: 2%;
    margin-left: 12%;
    margin-top: 2%;

    background-size: 50%; /* Adjust size if using custom icons */
}

.swiper-button-next {
    left: 4%;
}

.swiper-button-prev {
    left: 10px; /* Position from left */
}

/* Optional: Custom icons */
.swiper-button-next::after {
    content: '→'; /* Replace with custom icon or text */
}

.swiper-button-prev::after {
    content: '←'; /* Replace with custom icon or text */
}
.swiper-button-next::after,.swiper-button-prev::after{   
    background: background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    padding: 12px;
  }
  .swiper-button-next:hover::after,.swiper-button-prev:hover::after{background: #781003;color:#fff}
  @media (max-width: 992px) {
    .default-btn-top,.header__top-socialsearch{display: none;}
    .banner {
  background-size: contain;
   background-position: top; 
  padding: 30px 0;
/*  background-repeat: no-repeat;*/
}
.banner h2{
  font-size:22px;
  
}
.bg-yellow {
  display: none;
}
.mb--n5 {
    margin-bottom: 10%;
}
.banner .titles-p{
  margin-bottom:0px;
}
.mob-m-16{
  margin-top:-16px;
}
.banner .default-btn{
  font-size:12px;
  line-height: 0px;
}
.banner p{
  font-size: 12px;
  line-height: 20px;
}
  }
  .bg-red{
    background: #991403;
        padding: 6% 10%;

  }
.titles-contact{ border-left: 3px solid #FFB629;
    padding-left: 12px;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contact__icon {
      width: 56px;
    height: 56px;
    line-height: 56px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  text-align: center;
  background: #111C55;
  border: 1px;
  margin:auto;
}
.contacts-form input,.contacts-form textarea{
  background: transparent;
}
.contacts-form input::placeholder,
.contacts-form textarea::placeholder {
  color: #fff;
  opacity: 1; /* Ensures full opacity in Firefox */
}
@media (max-width: 767px) {
  .bg-gray {
  
    width: 32%;
}
.titles-p{width:40%;}
.anim-icons{
  display: none;
  }
  .d-grid-mob{
    display:grid!important;
  }
  .swiper-button-next {
    left: 17%;
}
}
.about__content a{
  color:#fff;
}

.news-marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.news-marquee {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.news-item {
    display: inline-block;
    font-style: italic;
}
