@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "Chillax";
  src:
    url("../fonts/Chillax-Regular.woff2") format("woff2"),
    url("../fonts/Chillax-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src:
    url("../fonts/Chillax-Medium.woff2") format("woff2"),
    url("../fonts/Chillax-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chillax";
  src:
    url("../fonts/Chillax-Semibold.woff2") format("woff2"),
    url("../fonts/Chillax-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #426dc7;
  --secondary: #fe282f;
  --light: #fff;
  --text: #203561;
  --dark: #000000;
  --primary-font: "Mukta", sans-serif;
  --secondary-font: "Khand", sans-serif;
  --chillax-font: "Chillax", sans-serif;
  --transition: all 0.5s linear;
  --transition-2: all 0.4s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--primary-font);
  font-size: 100%;
  font-weight: 500;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  overflow-x: clip;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--text);
}
strong {
  font-weight: 600;
}
a,
a:active,
a:hover {
  text-decoration: none;
  outline: unset;
  transition: var(--transition-2);
}
a:hover {
  opacity: 80%;
  color: var(--text);
}
img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
p {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  color: var(--dark);
  opacity: 70%;
}
p:empty {
  display: none;
}
.btn,
.btn-1 {
  font-size: 13px;
  color: var(--primary);
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid var(--primary);
  background-color: #426dc71a;
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn-1 {
  background-color: unset;
  color: var(--light);
  border-color: var(--light);
}
.btn:hover {
  color: var(--light);
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-1:hover {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--primary);
}
.btn::after {
  content: url(../img/dots-1.png);
  padding: 2px 0 0;
}
.btn-1::after {
  content: url(../img/dots.png);
  padding: 2px 0 0;
}
.btn:hover::after {
  content: url(../img/dots.png);
}
.btn-1:hover::after {
  content: url(../img/dots-1.png);
}

.wrapper-1,
.wrapper-2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper-2 {
  max-width: 1200px;
}
.flex {
  display: flex;
  gap: 14px;
  align-items: center;
}
.padding {
  padding: 70px 0;
}
.section-top {
  padding-top: 0;
}
.section-bottom {
  padding-bottom: 0;
}
.section-wrapper {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: start;
}
.common-author-date {
  display: flex;
  gap: 25px;
  row-gap: 10px !important;
  flex-wrap: wrap;
  align-items: center;
}
.common-author-date .common-date span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
  color: var(--dark);
  opacity: 80%;
}
.common-author-date .common-date span::before {
  content: url(../img/date-red.png);
  display: flex;
}
.common-author-date .common-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.common-author-date .common-author a {
  color: var(--dark);
  opacity: 80%;
}
.common-author-date .common-author img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.small-title,
.regular-title,
.medium-title,
.large-title,
.single-title {
  font-size: clamp(18px, 2vw, 20px);
  margin: 0 0 10px;
  color: var(--dark);
  opacity: 80%;
  line-height: 1.1;
}
.regular-title {
  font-size: clamp(20px, 2vw, 22px);
}
.medium-title {
  font-size: clamp(24px, 2vw, 28px);
}
.large-title {
  font-size: clamp(26px, 2vw, 32px);
}
.single-title {
  font-size: clamp(30px, 3vw, 46px);
}
.small-title a,
.regular-title a,
.medium-title a,
.large-title a {
  color: var(--dark);
}
.section-title {
  font-size: clamp(30px, 3vw, 40px);
  color: var(--primary);
  line-height: 1.1;
  margin: 0;
  font-family: var(--secondary-font);
}
.white-title {
  color: var(--light);
}
.red-title {
  color: var(--secondary);
}
.common-card {
  border-radius: 5px;
  overflow: hidden;
}
.common-card > a > img {
  height: 315px;
  width: 100%;
  object-fit: cover;
}
.common-card .entry-content {
  background-color: var(--primary);
  padding: 24px;
}
.common-card .medium-title,
.common-card .large-title {
  opacity: unset;
  margin: 0 0 10px;
}
.common-card .medium-title a,
.common-card .large-title a,
.common-card .common-author-date .common-author span,
.common-card .common-author-date .common-date span {
  color: var(--light);
}
.common-card .common-author-date .common-date span::before {
  content: url(../img/date-white.png);
}
.common-row {
  gap: 20px;
  align-items: center;
}
.common-row:not(:last-child) {
  margin-bottom: 25px;
}
.common-row .featured-image {
  width: 30%;
}
.common-row .featured-image img {
  width: 100%;
  border-radius: 5px;
  height: 120px;
  object-fit: cover;
}
.common-row .entry-content {
  width: 70%;
}
.row-no-image:not(:last-child) {
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 2%, #00000030);
  border-image-slice: 1;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.row-no-image .small-title {
  margin: 0 0 10px;
}
.border-gradient {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #00000024, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.seventy-thirty {
  align-items: start;
  gap: 35px;
}
.seventy-thirty > div:nth-child(1) {
  width: 70%;
}
.seventy-thirty > div:nth-child(2) {
  width: 30%;
}
.card-no-bg > a > img {
  height: 303px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 22px;
}
.card-no-bg .medium-title {
  margin: 0 0 18px;
}
.news-category {
  gap: 10px;
  flex-wrap: wrap;
}
.news-category a {
  font-size: 14px;
  color: var(--light);
  background:
    linear-gradient(0deg, #426dc7, #426dc7),
    linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 4px 14px;
  border-radius: 50px;
}
.primary-bg {
  background-color: var(--primary);
}

/* Header section css  */
.site-branding-wrapper {
  justify-content: space-between;
  padding: 20px 0;
}
.site-branding-wrapper .common-author-date .common-date span::before {
  content: url(../img/date.png);
}
.site-branding-left {
  gap: 28px;
}
.site-branding-left > div {
  position: relative;
}
.site-branding-left > div:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: var(--dark);
  opacity: 15%;
  position: absolute;
  left: -14px;
  top: -3px;
}
.site-branding-wrapper .custom-logo-link img {
  max-width: 200px;
}
.social-media i {
  font-size: clamp(14px, 2vw, 16px);
  color: var(--dark);
  opacity: 70%;
}
.site-navigation-wrapper {
  background-color: var(--primary);
  padding: 15px 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 1;
}
body.sticky .site-navigation-wrapper {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.site-navigation-wrapper .wrapper-2 {
  justify-content: space-between;
}
.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-navigation ul li a {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  color: var(--light);
  font-family: var(--primary-font);
}
.header-search {
  justify-content: end;
  width: 100%;
}
.header-search,
.header-search > .flex {
  gap: 28px;
}
.header-search > a {
  display: none;
}
.header-search > .flex > div {
  position: relative;
}
.header-search > .flex > div:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: var(--light);
  opacity: 50%;
  position: absolute;
  left: -14px;
  top: -9px;
}
.search-container {
  position: relative;
}
.search-container input {
  font-family: var(--chillax-font);
  font-size: 14px;
  padding: 5px 35px 5px 10px;
  width: 100%;
  border-radius: 50px;
  border: unset;
  outline: unset;
  color: var(--dark);
}
.search-container input::placeholder {
  color: var(--dark);
  opacity: 70%;
}
.search-container button {
  position: absolute;
  right: 12px;
  top: 8px;
  border: unset;
  padding: 0;
  background: unset;
  line-height: 0;
  cursor: pointer;
}
.hamburger-toggle {
  position: relative;
  z-index: 2;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  padding: 4px 0;
}
.hamburger-menu span.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--light);
}
.header-search .uk-button-default {
  border: unset;
  padding: 0;
}
.offcanvas__content .search-container {
  margin: 30px 30px 0 30px;
  display: none;
}
.uk-offcanvas-overlay.uk-open::before {
  background: rgba(0, 0, 0, 0.7);
}
.uk-offcanvas .uk-offcanvas-bar {
  background-color: var(--primary);
  padding: 0;
}
.offcanvas__new__logo {
  background-color: var(--light);
  padding: 10px 30px;
}
.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
  top: 22px;
  right: 20px;
  background-color: var(--primary);
  color: var(--light);
  padding: 6px;
}
.main-navigation,
.main-navigation .menu-menu-1-container,
.main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
}
.main-navigation > div > ul,
.offcanvas__nav .menu-primary-container > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li,
.offcanvas__nav .menu-primary-container > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}
.main-navigation > div > ul > li i,
.offcanvas__nav .menu-primary-container > ul > li i {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.main-navigation > div > ul > li:hover i {
  color: var(--primary);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.main-navigation > div > ul > li > a,
.offcanvas__nav .menu-primary-container > ul > li a {
  position: relative;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  outline: unset;
}
/*  */
/*  */
.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a:hover::before,
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  > a::before {
  color: var(--light);
}
.site-header.fixed #primary-menu li.menu-item-has-children > ul {
  margin-top: -5px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 20px;
  height: 15px;
  background: #fff;
  left: calc(50% - 20px);
  position: absolute;
  display: none;
  top: 46px;
  z-index: -1;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  display: block;
  -webkit-animation: fadeupArrow 0.4s ease-in-out forwards;
  animation: fadeupArrow 0.4s ease-in-out forwards;
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after {
  -webkit-animation: fadeupFixedArrow 0.4s ease-in-out forwards;
  animation: fadeupFixedArrow 0.4s ease-in-out forwards;
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 300px;
  max-width: 700px;
  z-index: 9999;
  transform: translateY(-16px);
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(100% + 20px);
  left: 40%;
  top: -28px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  background-color: var(--light);
  -webkit-box-shadow:
    0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  box-shadow:
    0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  pointer-events: initial;
  margin: 0 auto;
  padding: 10px;
}
.sub-menu {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  border-radius: 10px;
}
.sub-menu > li > a {
  font-size: 15px;
  color: #666;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 10px 40px 10px 25px;
  border-radius: 12px;
}
.sub-menu > li > a::before,
.sub-menu > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 12px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-menu > li > a::after {
  opacity: 0;
  visibility: hidden;
}
.sub-menu > li > a:hover::after {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.sub-menu > li > a:hover {
  background: #63997a2b;
  color: var(--primary);
}
@-webkit-keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}
@keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    left: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    left: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}

@-webkit-keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
@keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
.main-navigation > div ul > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeup 0.3s ease-in-out forwards;
  animation: fadeup 0.3s ease-in-out forwards;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children:hover
  > .sub-menu {
  display: block;
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
  animation: fadeleft 0.3s ease-in-out forwards;
  -webkit-animation: fadeleft 0.3s ease-in-out forwards;
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu {
  -webkit-animation: fadeupFixed 0.3s ease-in-out forwards;
  animation: fadeupFixed 0.3s ease-in-out forwards;
}
.main-navigation > div > ul > li .sub-menu > li {
  position: relative;
}
.main-navigation > div > ul > li:hover ul {
  display: block;
}
.offcanvas__nav .menu-primary-container > ul {
  flex-direction: column;
  align-items: start;
  padding: 30px;
  gap: 14px;
}
.offcanvas__content .social-media {
  padding: 0 30px;
  gap: 10px;
}
.offcanvas__content .social-media i {
  color: var(--light);
  opacity: 100%;
}

/* 404 page start */
.error404 .site-header {
  position: relative;
}
.error-404-wrapper {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.error-404-wrapper h1 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  margin: 0 0 10px;
}
.error-404-wrapper p {
  margin: 0;
  font-size: 18px;
}
.error-404-wrapper .btn {
  margin: 20px auto 0;
  width: fit-content;
}
/* 404 page end */

/* Default page start */
.npf-default-banner__section img {
  max-height: 60vh;
  object-fit: cover;
  width: 100%;
}
.default-template-wrapper {
  padding: 40px 0;
}
.default-template-wrapper p,
.default-template-wrapper blockquote {
  font-size: clamp(16px, 2vw, 18px);
  margin: 0 0 10px;
}
/* Default page end */

/* Back to top  */
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 9999;
  background-color: var(--light);
  border: 2px solid var(--primary);
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top i {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: var(--primary);
}
.back-to-top:hover i {
  color: var(--light);
}

/* Footer css start */
.site-footer {
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: url(../img/footer-bg.png);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.site-footer .wrapper-2 {
  position: relative;
  z-index: 1;
}
.site-footer-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-bottom: 30px;
}
.widget-title {
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1;
  color: var(--light);
}
.footer-widget p,
.site-info p {
  color: var(--light);
  opacity: 100%;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.footer-widget p span {
  display: block;
  font-weight: 600;
}
.footer-widget .footer-content {
  margin: 20px 0 0;
  padding: 20px 0 0;
  display: flex;
  align-self: center;
  gap: 25px;
  list-style: none;
  border-top: 2px solid;
  border-image: linear-gradient(90deg, #ffffff75, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 100%;
  border-image-slice: 1;
}
.footer-widget .footer-content p span {
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.2;
}
.footer-widget .footer-content li:not(:last-child) {
  border-right: 1px solid #ffffff4b;
  padding-right: 25px;
}
.footer-widget p a {
  color: var(--light);
}
.footer-widget p a:hover {
  opacity: 70%;
}
.site-footer-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  height: fit-content;
}
.site-footer-right > .footer-widget:not(:first-child) {
  border-left: 1px solid #ffffff4b;
  padding-left: 40px;
}
.site-footer-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-right ul li:not(:last-child) {
  margin-bottom: 8px;
}
.site-footer-right .footer-widget .footer-widget {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}
.site-footer-right .footer-widget .footer-widget .widget-title {
  margin: 0;
}
.site-footer-right .social-media i {
  color: var(--light);
  opacity: 100%;
}
.site-footer-right p,
.site-info p:nth-child(2) {
  font-family: var(--chillax-font);
}
.site-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-top: 20px;
  border-top: 2px solid;
  border-image: linear-gradient(90deg, #ffffff75, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 100%;
  border-image-slice: 1;
}
.site-info p {
  font-size: 13px;
}
.site-info p a {
  color: var(--light);
}
.site-info p a:hover {
  opacity: 70%;
}
/* Footer css end */

@media (max-width: 1024px) {
  .main-navigation {
    display: none;
  }
  .hamburger-toggle {
    display: block;
  }
  .site-branding-left .site-branding {
    display: none;
  }
  .site-branding-left > div:not(:first-child)::before {
    content: unset;
  }
  .header-search > a {
    display: block;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--light);
  }
  .header-search > a img {
    width: 25px;
  }
  .header-search {
    justify-content: space-between;
  }
  .padding {
    padding: 60px 0;
  }
  .section-top {
    padding-top: 0;
  }
  .seventy-thirty > div:nth-child(1) {
    width: 65%;
  }
  .seventy-thirty > div:nth-child(2) {
    width: 35%;
  }
}
@media (max-width: 989px) {
  .back-to-top {
    bottom: 90px;
  }
  .custom-logo-link img,
  .offcanvas__logo a img,
  .offcanvas__new__logo a img {
    max-width: 160px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .common-author-date {
    gap: 15px;
  }
  .section-wrapper {
    margin-bottom: 25px;
  }
  .site-footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer-right > .footer-widget:not(:first-child) {
    border: unset;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .custom-logo-link img,
  .offcanvas__logo a img,
  .offcanvas__new__logo a img {
    max-width: 140px;
  }
  .search-container {
    display: none;
  }
  .header-search > .flex > div:not(:first-child)::before {
    content: unset;
  }
  .offcanvas__content .search-container {
    display: block;
  }
  .padding {
    padding: 50px 0;
  }
  .section-top {
    padding-top: 0;
  }
  .seventy-thirty {
    flex-direction: column;
  }
  .seventy-thirty > div:nth-child(1),
  .seventy-thirty > div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .offcanvas #primary-menu1 li {
    width: 90%;
  }
  .back-to-top {
    display: none;
  }
  .common-row:not(:last-child) {
    margin-bottom: 20px;
  }
  .common-row {
    gap: 20px;
  }
  .social-media {
    gap: 8px;
  }
  .site-footer-right,
  .site-info {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-widget .footer-content {
    gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
  }
  .footer-widget .footer-content li:not(:last-child) {
    border: unset;
    padding: 0;
  }
}
