html, body {
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #DA3437;
}

a:hover {
  text-decoration: none !important;
  cursor: pointer;
}

::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* begin:: Container */
.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}
/* end:: Container */

.bg-primary {
  background: #DA3437 !important;
}

.bg-dark {
  background: #102241 !important;
}

.bg-light {
  background: #EFF3FB !important;
}

.bg-gray {
  background: #707070 !important;
}

.border-gray {
  border-color: #707070 !important;
}

.border-light {
  border-color: #d9d9d9 !important;
}

.text-primary {
  color: #DA3437 !important;
}

.screen-height {
  min-height: calc(100dvh - 76px - 48px);
}
@media screen and (max-width: 575px) {
  .screen-height {
    min-height: calc(100dvh - 58px - 48px);
  }
}

.elementor-kit-8 .elementor-button {
    background-color: var( --e-global-color-primary ) !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    color: var( --e-global-color-0cc3aba );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-primary );
    border-radius: 25px 25px 25px 25px;
    transition: all 0.5s ease;
}
.elementor-kit-8 .elementor-button:hover, .elementor-kit-8 .elementor-button:focus {
    background-color: transparent !important;
    transition: all 0.5s ease;
}

/* begin:: Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #DA3437;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader #loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader #box {
  width: 50px;
  height: 50px;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
#preloader #shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  bottom: -30px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}

/* end:: Preloader CSS */
/* begin:: Title CSS */
.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #383838;
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .title {
    font-size: 16px;
    line-height: 22px;
  }
}

.title-small {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #383838;
}
@media screen and (max-width: 1199px) {
  .title-small {
    font-size: 16px;
    line-height: 22px;
  }
}

.title-large {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #383838;
}
@media screen and (max-width: 1199px) {
  .title-large {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1199px) {
  .title-large {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .title-large {
    font-size: 20px;
    line-height: 24px;
  }
}

.title-badge {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #383838;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .title-badge {
    font-size: 16px;
    line-height: 22px;
  }
}
.title-badge span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 575px) {
  .title-badge span {
    font-size: 14px;
    line-height: 18px;
  }
}

.content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
@media screen and (max-width: 575px) {
  .content {
    font-size: 10px;
    line-height: 14px;
  }
}

a.content {
  transition: 0.3s all;
}
a.content:hover {
  color: #DA3437;
}

/* end:: Title CSS */
/* begin:: Button CSS */
.btn_wrapper {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 2px solid #DA3437;
  border-radius: 25px;
  background: #DA3437;
  padding: 11px 24px;
  transition: 0.3s all;
  display: block;
  width: max-content;
}
@media screen and (max-width: 575px) {
  .btn_wrapper {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 16px;
  }
}
.btn_wrapper:hover {
  background: transparent;
  color: #DA3437;
}

/* end:: Button CSS */
/* begin:: Section Spacing CSS */
.section-gap {
  padding: 70px 0;
}
@media screen and (max-width: 1199px) {
  .section-gap {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-gap {
    padding: 40px 0;
  }
}

.shadow-light {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1882352941);
}

/* end:: Section Spacing CSS */
/* begin:: Select2 CSS */
.badge {
  font-size: 14px;
  border-radius: 16px;
  padding: 8px 12px;
  color: #fff;
  background: #707070 !important;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .badge {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.select2 {
  width: 100% !important;
}
.select2 .select2-selection {
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 5px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .select2 .select2-selection {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 5px;
  }
}
.select2 .select2-selection .select2-selection__arrow {
  height: 20px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  transform: translate(0px, -50%);
}
.select2 .select2-selection .select2-selection__arrow b {
  background: url(../images/icon/arrow-down.svg) no-repeat center;
  border: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.select2.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #DA3437;
  color: #fff;
}
/* end:: Select2 CSS */

/* begin:: Header CSS */
header {
  min-height: 74px;
}
@media screen and (max-width: 575px) {
  header {
    min-height: 58px;
  }
}
header .sticky-header.is-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  top: -100px;
  z-index: 999;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2196078431);
  transition: 0.3s all;
}
header .sticky-header.is-sticky.active {
  transition: 0.3s all;
  top: 0;
}
@media screen and (max-width: 991px) {
  header .sticky-header {
    padding: 20px 0 14px;
  }
}
header .logo {
  max-width: 210px;
}
@media screen and (max-width: 575px) {
  header .logo {
    max-width: 120px;
    display: block;
  }
}
header .navbar-collapse {
  flex-basis: auto;
}
@media screen and (max-width: 991px) {
  header .navbar-collapse {
    flex-basis: auto;
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 999;
    background: #FFF;
    border-radius: 8px;
    max-width: 196px;
    padding: 16px 14px;
    box-shadow: 1px 12px 56px rgba(0, 0, 0, 0.5);
  }
}
header .navbar-collapse .btn_wrapper {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 24px;
  width: 100%;
  text-align: center;
  margin-top: 16px;
}
header .navbar-nav {
  gap: 48px;
}
@media screen and (max-width: 991px) {
  header .navbar-nav {
    gap: 16px;
  }
}
header .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #383838;
  position: relative;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  header .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
}
header .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  margin: auto;
  height: 2px;
  background: #DA3437;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  header .navbar-nav .nav-item .nav-link::after {
    content: none;
  }
}
header .navbar-nav .nav-item .nav-link:hover, header .navbar-nav .nav-item .nav-link.active {
  color: #DA3437;
}
header .navbar-nav .nav-item .nav-link:hover::after, header .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
header .header-action {
  display: flex;
  justify-content: end;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header .header-action {
    gap: 16px;
  }
}
header .header-action .search {
  width: 24px;
  height: 24px;
  display: block;
}
header .header-action .search img {
  display: block;
}
header .header-action .btn_wrapper {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 24px;
}
header .header-action .navbar-toggler {
  display: flex;
  width: 24px;
  height: 24px;
  background: #DA3437;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
header .header-action .navbar-toggler .navbar-toggler-icon {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}
/* end:: Header CSS */

/* begin:: Hero Section CSS */
.hero_wrapper {
  background: #DA3437 url(../images/banner/hero-banner.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .hero_wrapper {
    background-size: cover;
  }
}
.hero_wrapper::after {
  content: "" !important;
  background: url(../images/vector/hero-line.svg) repeat-x;
  width: 100%;
  height: 21px;
  left: 0;
  top: -1px;
  position: absolute;
  bottom: -1px;
  top: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 575px) {
  .hero_wrapper::after {
    height: 11px;
    top: -2px;
    background-size: cover;
  }
}
.hero-title h1{
  margin: 0 !important;
}
.hero-title span {
  position: relative;
}
.hero-title span::after {
  content: "";
  background: url(../images/vector/text-line.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 22px;
  animation: revealLine 1s ease forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 1199px) {
  .hero-title span::after {
    bottom: -12px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hero-title span::after {
    height: 13px;
  }
}
@media screen and (max-width: 575px) {
  .hero-title span::after {
    height: 7px;
    bottom: -7px;
  }
}
.hero_wrapper .hero_content{
    position: inherit;
  padding: 168px 0 !important;
}
@media screen and (max-width: 1640px) {
  .hero_wrapper .hero_content {
    padding: 120px 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .hero_wrapper .hero_content {
    padding: 100px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hero_wrapper .hero_content {
    padding: 70px 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .hero_wrapper .hero_content {
    padding: 40px 0 !important;
  }
}
.hero_wrapper .hero_content::after, .hero_wrapper .hero_content::before {
  content: "";
  background: url(../images/vector/hero-circle-design.svg) no-repeat;
  background-size: contain;
  width: 640px;
  height: 640px;
  aspect-ratio: 1/1;
  left: -320px;
  top: -1px;
  position: absolute;
  opacity: 5%;
  animation: rotateClockwise 20s linear infinite;
}
@media screen and (max-width: 1799px) {
  .hero_wrapper .hero_content::after, .hero_wrapper .hero_content::before {
    width: 520px;
    height: 520px;
    left: -260px;
    top: 50px;
  }
}
@media screen and (max-width: 1640px) {
  .hero_wrapper .hero_content::after, .hero_wrapper .hero_content::before {
    width: 420px;
    height: 420px;
    left: -210px;
    top: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .hero_wrapper .hero_content::after, .hero_wrapper .hero_content::before {
    left: -320px;
  }
}
@media screen and (max-width: 1299px) {
  .hero_wrapper .hero_content::after, .hero_wrapper .hero_content::before {
    left: -380px;
  }
}
@media screen and (max-width: 1199px) {
  .hero_wrapper .hero_content::after, .hero_wrapper .hero_content::before {
    left: -320px;
    top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .hero_wrapper .hero_content::after, .hero_wrapper .hero_content::before {
    content: none;
    display: none;
  }
}
.hero_wrapper .hero_content::after {
  left: auto;
  right: -320px;
  animation: rotateAntiClockwise 20s linear infinite;
}
@media screen and (max-width: 1799px) {
  .hero_wrapper .hero_content::after {
    right: -260px;
  }
}
@media screen and (max-width: 1640px) {
  .hero_wrapper .hero_content::after {
    right: -210px;
  }
}
@media screen and (max-width: 1399px) {
  .hero_wrapper .hero_content::after {
    right: -320px;
  }
}
@media screen and (max-width: 1299px) {
  .hero_wrapper .hero_content::after {
    right: -380px;
  }
}
@media screen and (max-width: 1199px) {
  .hero_wrapper .hero_content::after {
    right: -320px;
  }
}

.hero_wrapper .hero_content form  {
    background: #FFF;
    display: flex;
    padding: 8px;
    border-radius: 50px;
}
.hero_wrapper .hero_content form p{
    margin: 0;
}
.hero_wrapper .hero_content form .form-group p{
  padding: 6px 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
.hero_wrapper .hero_content form .form-group:first-child {
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 575px) {
  .hero_wrapper .hero_content form .form-group p {
    padding: 4px 8px;
  }
  .hero_wrapper .hero_content form .form-group p img {
    width: 12px;
    height: 12px;
  }
}
.hero_wrapper .hero_content form .form-group p .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.5;
  cursor: pointer;
  z-index: 5;
  display: none;
}
@media screen and (max-width: 575px) {
  .hero_wrapper .hero_content form .form-group p .close {
    width: 12px;
    height: 12px;
  }
}
.hero_wrapper .hero_content form .form-group p input {
  border: 0;
  padding: 6px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #383838;
  outline: none;
  width: 100%;
  padding-right: 24px;
  border-radius: 0;
}
@media screen and (max-width: 575px) {
  .hero_wrapper .hero_content form .form-group p input {
    font-size: 12px;
    line-height: 16px;
    padding-right: 18px;
  }
}
.hero_wrapper .hero_content form .wpcf7-spinner {
  display: none !important;
}
.hero_wrapper .hero_content form .wpcf7-submit {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 2px solid #DA3437;
  border-radius: 25px;
  background: #DA3437;
  padding: 11px 40px;
  transition: 0.3s all;
}
.hero_wrapper .hero_content form .wpcf7-submit:hover {
  background: transparent;
  color: #DA3437;
}
@media screen and (max-width: 575px) {
  .hero_wrapper .hero_content form .wpcf7-submit {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 12px;
  }
}
.hero_wrapper .hero_content form .form-group p input.wpcf7-not-valid {
    border-bottom: 1px solid red;
    padding-bottom: 6px;
}
.hero_wrapper .hero_content form .form-group .wpcf7-not-valid-tip{
    display: none !important;
}
.hero_wrapper .hero_content form .wpcf7-response-output {
    background: #ffb90061;
    border-radius: 25px;
    margin: 12px 0px 0 !important;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 20px !important;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -60px;
}
.hero_wrapper .hero_content form.failed .wpcf7-response-output{
    background: #dc32328c;
}
@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateAntiClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes revealLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* end:: Hero Section CSS */


/* begin:: Browse by Category Section CSS */
.catergory {
  cursor: pointer;
  transition: all 0.4s ease !important;
  position: relative;
  overflow: hidden;
}
.catergory::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(218, 52, 55, 0.08), transparent);
  transform: translateX(-100%);
  transition: 0.8s;
}
.catergory .icon-circle {
  position: relative;
  transition: all 0.4s ease !important;
}
.catergory .icon-circle::before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 2px dashed #DA3437;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease !important;
}
.catergory:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.catergory:hover::before {
  transform: translateX(100%);
}
.catergory:hover .icon-circle {
  transform: scale(1.08);
}
.catergory:hover .icon-circle::before {
  opacity: 1;
  animation: spin 8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.catergory h3 {
  min-height: 44px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
@media screen and (max-width: 1199px) {
  .catergory h3 {
    min-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  .catergory h3 {
    min-height: 32px;
  }
}
@media screen and (max-width: 575px) {
  .catergory h3 {
    min-height: auto;
  }
}
/* end:: Browse by Category Section CSS */

/* begin:: Featured Events Section CSS */
.featured_wrapper::before,
.featured_wrapper::after {
    content: "" !important;
    position: absolute !important;
    top: 18px !important;
    left: 0 !important;
    width: 100% !important;
    height: 22px !important;

    background-image: url("../images/vector/design-line.svg") !important;
    background-repeat: repeat-x;
    background-position: 0 0;

    animation: moveLeft 50s linear infinite !important;
}
.featured_wrapper::after {
  bottom: 18px !important;
  top: auto !important;
  transform: rotate(180deg) !important;
}
@media screen and (max-width: 575px) {
  .featured_wrapper::after, .featured_wrapper::before {
    height: 14px !important;
    top: 12px !important;
  }
  .featured_wrapper::after {
    bottom: 12px !important;
  }
}
a#featured_prev,a#featured_next {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAE5E5 !important;
}
a#featured_prev svg,a#featured_next svg{
  width: 24px;
  height: 24px;
}
@keyframes moveLeft {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1000px 0;
    }
}

/* end:: Featured Events Section CSS */
























/* begin:: Footer CSS */
footer {
  padding: 100px 0;
  background: #102241;
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer .footer-about {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-about {
    gap: 12px;
  }
}
footer .footer-about .logo_wrapper {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 575px) {
  footer .footer-about .logo_wrapper {
    max-width: 150px;
  }
}
footer .footer-about .logo_wrapper img {
  display: block;
  margin-bottom: 2px;
}
footer .footer-about .logo_wrapper span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #FFF;
}
@media screen and (max-width: 575px) {
  footer .footer-about .logo_wrapper span {
    font-size: 10px;
  }
}
footer .footer-about .social {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  footer .footer-about .social {
    gap: 12px;
  }
}
footer .footer-about .social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DA3437;
  border-radius: 50px;
  transition: 0.3s all !important;
  position: relative;
}
@media screen and (max-width: 575px) {
  footer .footer-about .social a {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
}
footer .footer-about .social a::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px dashed #DA3437;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all !important;
}
footer .footer-about .social a:hover {
  transform: scale(1.08);
  background: #102241;
}
footer .footer-about .social a:hover::before {
  opacity: 1;
  border-color: #FFF;
  animation: spin 8s linear infinite;
}
footer h3 {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #FFF !important;
    margin-top: 0;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  footer ul {
    gap: 8px;
  }
}
footer ul li a {
    position: relative;
    transition: 0.3s all !important;
    font-weight: 500 !important;
    display: block;
    width: 100%;
    max-width: max-content;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9DB8E7 !important;
}
footer .content{
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9DB8E7 !important;  
}
footer ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0px;
  height: 2px;
  background: #FFF;
  transition: 0.3s all;
}
footer ul li a:hover {
  padding-left: 15px;
  color: #FFF !important;
}
footer ul li a:hover::before {
  width: 12px;
}

.copyright {
  padding: 12px 0;
  border-top: 1px solid #E0E0E0;
}
.copyright{
  background: #102241;
  border-top: 1px solid #1A386A;
}
.copyright-content ul {
  display: flex;
  align-items: center;
}
.copyright-content ul li:after{
  content: "|";
  margin:0 8px;
  color: #9DB8E7;
}
.copyright-content ul li:last-child::after{
  content: none;
}
.copyright-content ul li a,.copyright-content p{
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9DB8E7 !important;
    transition: all 0.3s ease;
    margin: 0;
}
.copyright-content ul li a:hover {
  transition: all 0.3s ease;
  color: #FFF !important;
}
/* end:: Footer CSS */