@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Light.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-LightItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Medium.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Bold.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Black.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-900.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "LubalinGraphStd-Book";
  src: url(../fonts/LubalinGraphStd-Book.otf) format("opentype");
}

@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular\ 2.otf) format("opentype");
}

@font-face {
  font-family: "AdobeFnt23";
  src: url(../fonts/AdobeFnt23.lst) format("opentype");
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --primary-color1: #e48014;
  --title-color-dark: #000000;
  --text-color1: #3E003C;
  --white: #ffffff;
  --font-lato: "Lato", Arial, sans-serif;
  --font-Lubalin: "LubalinGraphStd-Book";
  --font-MinionPro: "MinionPro-Regular";
  --font-AdobeFnt23: "AdobeFnt23";
}

::-moz-selection {
  color: var(--white);
  background: var(--primary-color1);
}

::selection {
  color: var(--white);
  background: var(--primary-color1);
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 97%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 88%;
  }
}

body {
  font-family: var(--font-Jost);
  color: var(--text-color1);
  font-size: 17px;
  margin: 0;
}

button {
  outline: none;
  border: none;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #ed8e38
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

i.bx {
  vertical-align: middle;
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pbb-120 {
  padding-top: 120px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pbb-120 {
    padding-top: 90px !important;
  }
}

@media (max-width: 991px) {
  .pbb-120 {
    padding-top: 80px !important;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.sec-mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .sec-mb-100 {
    margin-bottom: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}

.bg--light {
  background: #FAFAFA;
}

/*=======================================
 preloader
=======================================*/

/*=======================================
 4. Buttons 
=======================================*/
.primary-btn {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--primary-color1);
  border-radius: 10px 0px;
  display: inline-block;
}

.primary-btn2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
  background-color: transparent;
  border-radius: 10px 0px;
  border: 1px solid;
  border-color: var(--primary-color1);
  display: inline-block;
}

.primary-btn2 i {
  margin-right: 8px;
}

.primary-btn3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color1);
  background-color: transparent;
  border-radius: 10px 0px;
  border: 1px solid;
  border-color: var(--primary-color1);
  display: inline-block;
}

.primary-btn3 i {
  margin-right: 8px;
}

.btn-md {
  padding: 10px 32px;
}

.btn-sm {
  padding: 7px 27px;
}

.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
  padding: 35px 100px;
}

.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .mobile-search {
    padding: 20px;
  }
}

.mobile-search label {
  color: #fff;
  margin-bottom: 10px;
  font-family: saira, sans-serif;
}

.mobile-search input {
  border: none;
  border-radius: unset;
  width: 100%;
  background: 0 0;
  transition: 0.3s ease-in-out;
  color: #212121;
  margin-bottom: 0px;
  background: #fff;
  padding: 7px 12px;
  font-size: 13px;
  font-family: saira, sans-serif;
}

.search-cross-btn.search-again-btn {
  top: 16px;
  position: relative;
  right: -7px;
}

.mobile-search input::-moz-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search input:-ms-input-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search input::placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 41px;
  transition: 0.5s ease;
}

.mobile-search .search-cross-btn.two {
  position: absolute;
  right: 50px;
  top: 50px;
}

.mobile-search .search-cross-btn:hover {
  background: var(--primary-color1);
  color: #fff;
}

.mobile-search .search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

.mobile-search .search-cross-btn button {
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: 0.35s;
}

.mobile-search .search-cross-btn button i {
  color: var(--white);
  transition: 0.35s;
}

.mobile-search .search-cross-btn button:hover {
  background-color: var(--white);
}

.mobile-search .search-cross-btn button:hover i {
  color: var(--primary-color1);
}

.mobile-search .search-cross-btn.one i {
  font-size: 18px;
  cursor: pointer;
}

/*=======================================
 5. Header
=======================================*/
header.style-1 {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 40px 15% 25px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Mobile style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}

@media (max-width: 1399px) {
  header.style-1 {
    padding: 30px 17% 30px 8%;
  }
}

@media (max-width: 1199px) {
  header.style-1 {
    padding: 30px 10% 30px 8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header.style-1 {
    padding: 0px 4%;
  }
}

@media (max-width: 767px) {
  header.style-1 {
    padding: 0px 4%;
  }
}

header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: linear-gradient(98.3deg, rgba(111, 73, 2, 0.2) 0.45%, rgba(0, 0, 0, 0) 162.03%), linear-gradient(269.66deg, #000203 0.28%, #09161D 99.7%);
  box-shadow: 5px 3px 40px rgba(100, 100, 100, 0.1);
  -webkit-animation: smooth-header 0.65s linear;
  animation: smooth-header 0.65s linear;
}

@-webkit-keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

header.style-1 .top-nav {
  display: flex;
  justify-content: end;
}

@media (max-width: 991px) {
  header.style-1 .top-nav {
    justify-content: start;
  }
}

header.style-1 .top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.style-1 .top-nav ul li {
  display: inline-block;
  text-align: left;
  padding: 0 12px;
  position: relative;
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li {
    display: block;
    padding: 0;
  }
}

header.style-1 .top-nav ul li::after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #88746a;
  position: absolute;
  right: -2px;
  top: 52%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li::after {
    display: none;
    visibility: hidden;
  }
}

header.style-1 .top-nav ul li:nth-child(7)::after {
  display: none;
  visibility: hidden;
}

header.style-1 .top-nav ul li a {
  font-size: 11px;
  font-family: var(--font-lato);
  font-weight: heavey;
  text-transform: uppercase;
  color: #88746a;
  transition: 0.35s;
}

header.style-1 .top-nav ul li a:hover {
  color: var(--text-color1);
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li a {
    display: block;
    padding: 5px 30px;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-Lubalin);
    box-sizing: border-box;
  }
}

header.style-1 .top-nav ul li.active a {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li.active a {
    color: var(--text-color1);
  }
}

header.style-1 .top-nav ul li.search {
  position: relative;
  margin-left: 250px;
  margin-right: -180px;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  header.style-1 .top-nav ul li.search {
    margin-right: -130px;
    margin-left: 200px;
  }
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li.search {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 1199px) {
  header.style-1 .top-nav ul li.search {
    margin-right: -40px;
    margin-left: 110px;
  }
}

header.style-1 .top-nav ul li.search::after {
  display: none;
  visibility: hidden;
}

header.style-1 .top-nav ul li.search .search-wrapper {
  background: url(../images/top-search-bg.png) no-repeat scroll 236px 8px #3E003C;
  display: none;
  margin-right: -130px;
  padding: 10px 10px 20px 20px;
  position: absolute;
  left: -118%;
  top: 0;
  width: 267px;
  z-index: 999;
}

header.style-1 .top-nav ul li.search .search-wrapper p {
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

header.style-1 .top-nav ul li.search .search-wrapper input {
  background: #fff;
  color: #000;
  float: left;
  font-family: "Lato", Arial, sans-serif;
  height: 24px;
  padding-left: 5px;
  width: 205px;
}

header.style-1 .top-nav ul li.search .search-wrapper label {
  display: none;
  visibility: hidden;
}

header.style-1 .top-nav ul li.search i {
  font-size: 15px;
  color: #88746a;
}

header.style-1 .header-logo {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  header.style-1 .header-logo {
    width: 100px;
    padding: 20px 0;
  }
}

header.style-1 .header-logo img {
  width: 190px;
}

header.style-1 nav {
  position: relative;
}

header.style-1 header.dark nav {
  background-color: rgba(255, 255, 255, 0.5);
}

header.style-1 header.light nav {
  background-color: rgba(0, 0, 0, 0.5);
}

header.style-1 ul.main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  header.style-1 ul.main-nav {
    padding-top: 50px;
  }
}

header.style-1 ul.main-nav>li {
  display: inline-block;
  padding: 0;
}

header.style-1 ul.main-nav>li>a {
  display: block;
  padding: 0px 30px;
  position: relative;
  color: #000;
  font-size: 36px;
  font-family: var(--font-Lubalin);
  box-sizing: border-box;
}

@media (max-width: 991px) {
  header.style-1 ul.main-nav>li>a {
    color: var(--white);
  }
}

header.style-1 ul.main-nav>li>a.active {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  header.style-1 ul.main-nav>li>a.active {
    color: var(--text-color1);
  }
}

header.style-1 ul.main-nav>li:last-child>a {
  padding: 0 0 0 30px;
}

header.style-1 ul.main-nav>li:hover>a {
  color: #333;
  font-weight: 400;
}

header.style-1 ul.main-nav>li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}

header.style-1 ul.main-nav>li ul.sub-menu-lists>li {
  padding: 2px 0;
}

header.style-1 ul.main-nav>li ul>li>a {
  font-size: 14px;
}

header.style-1 .sub-menu-head {
  margin: 10px 0;
}

header.style-1 .banners-area {
  margin-top: 20px;
  padding-top: 15px;
}

header.style-1 .banners-area img {
  width: 150px;
}

a.slider-read-more {
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  display: inline-block;
  font-family: var(--font-lato);
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

a.slider-read-more:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #fff;
}

.dropdowncus {
  font-size: 30px;
  color: var(--white);
  position: absolute;
  right: 30px;
  top: 5px;
  display: none;
  visibility: hidden;
}

.dropdowncus.active::before {
  content: '\F2EA';
  font-family: 'Bootstrap-icons';

}

@media (max-width: 991px) {
  /* .dropdowncus {
    display: block;
    visibility: visible;
  } */

  .top-level-link {
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 {
    /*

    .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
    .ic.close:focus { opacity: 0; }
    */
    /* Main Menu for Handheld Devices  */
  }

  header.style-1 .sub-menu-head {
    color: var(--text-color1);
    font-family: var(--font-Lubalin);
    font-size: 20px;
  }

  header.style-1 .ic.menu {
    display: block;
  }

  header.style-1 header.dark .ic.menu .line {
    background-color: #000;
  }

  header.style-1 header.light .ic.menu .line {
    background-color: #000;
  }

  header.style-1 .ic.menu .line {
    transition: all 0.4s ease 0s;
    transform: rotate(0deg);
    transform-origin: center center;
  }

  header.style-1 .ic.menu:focus .line {
    background-color: #000 !important;
  }

  header.style-1 .ic.menu:focus .line:nth-child(1) {
    transform: rotate(45deg);
  }

  header.style-1 .ic.menu:focus .line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -10px;
  }

  header.style-1 .ic.menu:focus .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }

  header.style-1 .ic.menu:focus {
    outline: none;
  }

  header.style-1 .ic.menu:focus~.ic.close {
    opacity: 1;
    z-index: 21;
    outline: none;
  }

  header.style-1 .ic.menu:hover,
  header.style-1 .ic.menu:focus {
    opacity: 1;
  }

  header.style-1 nav {
    background-color: transparent;
  }

  header.style-1 .search-and-menu {
    position: absolute;
    top: 24px;
    right: 35px;
    align-items: center;
    gap: 20px;
  }

  header.style-1 .mobile-menu-btn i {
    font-size: 25px;
    color: var(--text-color1);
  }

  header.style-1 .menu-close-btn {
    position: absolute;
    right: 50px;
    top: 50px;
  }

  header.style-1 .menu-close-btn i {
    font-size: 25px;
    color: var(--white);
  }

  header.style-1 .main-menu-wrap {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0px;
    background-color: #3E003C;
    height: 100%;
    overflow: auto;
    transition-duration: 0.6s;
  }

  header.style-1 .main-menu-wrap.slide {
    width: 100%;
    background-color: var(--primary-color1);
    opacity: 1;
  }

  header.style-1 .main-menu-wrap.slide .main-nav * {
    opacity: 1;
  }

  header.style-1 .mobile-menu-logo {
    padding: 0px 30px 50px;
    display: flex;
    justify-content: center;
  }

  header.style-1 .mobile-menu-logo img {
    max-width: 180px;
  }

  header.style-1 ul.main-nav>* {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }

  header.style-1 ul.main-nav>li>a:after {
    display: none;
  }

  header.style-1 ul.main-nav>li:first-child {
    border-radius: 0px;
  }

  header.style-1 ul.main-nav>li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li {
    border-bottom: unset;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li>a {
    font-weight: 600;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li ul.sub-menu-lists>li a {
    color: #fff;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .sub-menu-head {
    font-size: 18px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li:hover {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li:hover>a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
    position: relative;
    visibility: visible;
    opacity: 1;
    background: #3E003C;

  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  header.style-1 .ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
    background: var(--primary-color1);
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .sub-menu-block {
    padding: 0 30px;
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .banners-area {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .banners-area div {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .banners-area {
    border-top: 1px solid #444;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 {
    /* Main Menu for Desktop Devices  */
    /* Sub Menu */
    /* List Separator: Outer Border */
    /* List Separator: Inner Border */
    /* Drop Down/Up Arrow for Mega Menu */
  }

  header.style-1 .ic.menu {
    color: #000;
    display: none;
  }

  header.style-1 ul.main-nav {
    display: block;
    position: relative;
  }

  header.style-1 .sub-menu-block {
    padding: 20px;
  }

  header.style-1 ul.main-nav>li>div.sub-menu-block {
    visibility: hidden;
    background: #3E003C;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    color: #fff;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    opacity: 0;
    /*CSS animation applied for sub menu : Slide from Top */
    transition: all 0.4s ease 0s;
    transform: rotateX(90deg);
    transform-origin: top center;
  }
}

@media only screen and (min-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block {
    background: var(--primary-color1);
    padding-top: 10px;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block h2 {
    font-family: var(--font-Lubalin);
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block a {
    color: var(--title-color-dark);
    font-family: var(--font-lato);
    font-weight: 400;
    transition: 0.35s;
  }

  header.style-1 ul.main-nav>li>div.sub-menu-block a:hover {
    color: var(--primary-color1);
  }
}

@media only screen and (min-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block a:hover {
    color: var(--text-color1);
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li:hover>div.sub-menu-block {
    background: #F3F0EA;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@media only screen and (min-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li:hover>div.sub-menu-block {
    background-color: var(--primary-color1);
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block>* {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li:hover>div.sub-menu-block>* {
    opacity: 1;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 .sub-menu-head {
    font-size: 20px;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.dark ul.main-nav>li>a {
    border-right: 1px solid #bbb;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.light ul.main-nav>li>a {
    border-right: 1px solid #666;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>a:after {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    background: #88746a;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li:last-child>a:after {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.dark ul.main-nav>li>a:after {
    background-color: #777;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.light ul.main-nav>li>a:after {
    background-color: #999;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>a.mega-menu>span {
    display: block;
    vertical-align: middle;
    cursor: pointer;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 .banners-area {
    border-top: 1px solid #ccc;
  }
}

header.style-1 .top-level-link .sm-text {
  display: flex;
  align-items: center;
  padding: 10px 30px;
}

header.style-1 .top-level-link .sm-text span {
  font-size: 18px;
  display: inline-block;
}

@media (max-width: 991px) {
  header.style-1 .top-level-link .sub-menu-block {
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  header.style-1 .top-level-link .sub-menu-block .sub-menu-lists li a {
    font-size: 16px;
    font-family: var(--font-lato);
    font-weight: 200;
  }
}

@media (max-width: 991px) {
  header.style-1 header.style-1 ul.main-nav>li {
    display: block;
    border-bottom: 1px solid red;
  }
}

@media only screen and (max-width: 959px) {
  header.style-1 .menu-container {
    width: 100%;
  }

  header.style-1 .menu-container .menu {
    display: inline-block;
  }

  header.style-1 .menu-mobile {
    display: block;
    float: right;
    padding: 20px 20px 0;
  }

  header.style-1 .menu-dropdown-icon:before {
    display: block;
  }

  header.style-1 .menu>ul {
    display: none;
    width: 100%;
  }

  header.style-1 .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
  }

  header.style-1 .menu>ul>li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }

  header.style-1 .menu>ul>li>ul {
    position: relative;
    padding: 0 40px;
  }

  header.style-1 .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  header.style-1 .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  header.style-1 .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  header.style-1 .menu>ul>li>ul>li>ul {
    position: relative;
  }

  header.style-1 .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  header.style-1 .menu .show-on-mobile {
    display: block;
  }
}

.main-nav li:last-child .sub-menu-block .icons-list li {
  display: flex;
  align-items: center;
}

.sub-menu-block {
  display: flex;
  justify-content: space-between
}

.sub-menu-block>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu-block>ul>li {
  margin-bottom: 10px;

}

.sub-menu-block>ul>li:last-child {
  margin-bottom: 0px;

}

.sub-menu-block>ul li strong p {
  border-bottom: 1px solid #754273;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-family: var(--font-Lubalin);
  letter-spacing: 0.05rem;
  color: var(--title-color-dark);
}

.sub-menu-block ul.inline-column {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sub-menu-block ul.inline-column li {
  margin-right: 20px;
}

.sub-menu-block ul.inline-column li p {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .sub-menu-block>ul li strong p {
    font-size: 24px;
    font-family: var(--font-Lubalin);
    letter-spacing: 0.05rem;
    color: #754273;
  }

  a.orange2-txt.expertise-child {
    font-size: 16px;
    font-family: var(--font-lato);
    font-weight: 400;
    color: #fff;
  }

  a.orange2-txt {
    font-size: 16px;
    font-family: var(--font-lato);
    font-weight: 400;
    color: #fff;

  }

  .icons-list>li>a {
    height: 60px;
    width: 60px;
    background: #754273;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
  }

  .icons-list>li>a img {
    height: 50px;
    width: 50px;
  }

  .sub-menu-block .icons-list {
    margin-bottom: 10px;


  }

  .sub-menu-block {
    padding-top: 10px;

  }

  .main-menu-wrap .menu-btm nav {
    width: 100%;
  }


}

.menu-top-nav-container {
  margin-right: 190px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .menu-top-nav-container {
    margin-right: 0px;
  }
}

/*=======================================
   6. Banner-section
=======================================*/
.banner-section1 {
  position: relative;
}

.banner-section1 .swiper-slide-active span {
  -webkit-animation: fadeInDown 1.7s;
  animation: fadeInDown 1.7s;
}

.banner-section1 .swiper-slide-active h1 {
  -webkit-animation: fadeInDown 1.7s;
  animation: fadeInDown 1.7s;
}

.banner-section1 .swiper-slide-active h2 {
  -webkit-animation: fadeInDown 1.7s;
  animation: fadeInDown 1.7s;
}

.banner-section1 .swiper-slide-active p {
  -webkit-animation: fadeInUp 1.7s;
  animation: fadeInUp 1.7s;
}

.banner-section1 .swiper-slide-active .primary-btn2 {
  -webkit-animation: fadeInUp 1.7s;
  animation: fadeInUp 1.7s;
}

.banner-section1 .swiper-slide {
  transition: 0.5s;
}

.banner-section1 .banner-wrapper {
  position: relative;
}

@media (max-width: 1399px) {
  .banner-section1 .banner-wrapper {
    height: 700px;
  }
}

.banner-section1 .banner-wrapper .bacground-img {
  width: 100%;
  height: 600px;
}

@media (max-width: 1399px) {
  .banner-section1 .banner-wrapper .bacground-img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .banner-section1 .banner-wrapper .bacground-img {
    height: auto;
  }
}

.banner-section1 .banner-wrapper .banner-content {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 991px) {
  .banner-section1 .banner-wrapper .banner-content {
    max-width: 750px;
  }
}

.banner-section1 .banner-wrapper .banner-content h1 {
  font-size: 4.2rem;
  font-family: var(--font-Lubalin);
  font-weight: book;
  letter-spacing: 0.3rem;
  line-height: 75px;
  margin-bottom: 50px;
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.Black_white h1 {
  color: var(--title-color-dark);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_black h1 {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_white h1 {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.black_black h1 {
  color: var(--title-color-dark);
}

@media (max-width: 991px) {
  .banner-section1 .banner-wrapper .banner-content h1 {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .banner-section1 .banner-wrapper .banner-content h1 {
    font-size: 3.5rem;
    font-size: 3.0rem;
    line-height: 65px;
    line-height: 55px;
  }
}

.banner-section1 .banner-wrapper .banner-content p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 27px;
  color: var(--white);
  font-family: var(--font-lato);
  font-weight: 200;
  line-height: 34px;
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.Black_white p {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_black p {
  color: var(--title-color-dark);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_white p {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.black_black p {
  color: var(--title-color-dark);
}

.banner-section1 .banner-wrapper .banner-content p a {
  font-style: italic;
  color: var(--white);
}

@media (max-width: 767px) {
  .banner-section1 .banner-wrapper .banner-content p {
    padding: 0px 20px;
    font-size: 20px;
    font-size: 19px;
    line-height: 29px;
  }
}

.banner-section1 .swiper-pagination {
  bottom: 50px;
}

@media (max-width: 767px) {
  .banner-section1 .swiper-pagination {
    bottom: 20px;
  }
}

.banner-section1 .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.banner-section1 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #e48014;
}

/*=======================================
   7. About Us-section
=======================================*/
.section-title h2 {
  font-size: 34px;
  font-family: var(--font-Lubalin);
  margin-bottom: 20px;
  color: var(--primary-color1);
}

.about-us-area {
  background-color: #F3F0EA;
  padding: 60px 0;
}

.about-us-area .about-content P {
  font-size: 22px;
  font-family: var(--font-lato);
  font-weight: 200;
  margin-bottom: 35px;
  line-height: 34px;
  color: var(--title-color-dark);
}

@media (max-width: 767px) {
  .about-us-area .about-content P {
    font-size: 22px;
    line-height: 34px;
  }
}

.about-us-area .go-btn {
  padding-top: 8px;
}

.about-us-area .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  display: inline-block;
  transition: 0.35s;
  text-transform: uppercase;
}

.about-us-area .go-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

/*=======================================
   7.  News section
=======================================*/
.mcntWordSection1 p.mcntMsoNormal {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}

.single-news-wrap .news-img {
  margin-bottom: 15px;
}

.single-news-wrap .news-img.lg-card img {
  height: auto;
}

.single-news-wrap .news-img img {
  max-width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 576px) {
  .single-news-wrap .news-img img {
    width: 100%;
    height: auto;
  }
}

.single-news-wrap .post-meta {

  border-bottom: 2px solid var(--primary-color1);
  padding-bottom: 8px;
}

.single-news-wrap .post-meta a {
  color: var(--title-color-dark);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 13px;
  transition: 0.35s;
  text-transform: uppercase;
}

.single-news-wrap .post-meta a:hover {
  color: var(--primary-color1);
}

.single-news-wrap .post-content {
  border-bottom: 2px solid var(--primary-color1);
  padding: 8px 0 10px 0px;
}

.single-news-wrap .post-content h5 {
  margin-bottom: 0;
  min-height: 50px;
}

.single-news-wrap .post-content h5 a {
  font-size: 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--primary-color1);
  transition: 0.35s;
}

.single-news-wrap .post-content h5 a:hover {
  color: var(--primary-color1);
}

.single-news-wrap .post-content p,
.single-news-wrap .post-content li {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  font-family: var(--font-lato);
  margin-bottom: 0;
  color: var(--title-color-dark);
}

.single-news-wrap .post-content li {
  margin: 10px 0;
}

.single-news-wrap .read-more-btn {
  padding-top: 8px;
}

.single-news-wrap .read-more-btn a {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  transition: 0.35s;
}

.single-news-wrap .read-more-btn a:hover {
  color: var(--primary-color1);
}

.news-area {
  padding: 60px 0;
}

.news-area .go-btn {
  padding-top: 50px;
}

.news-area .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  display: inline-block;
  transition: 0.35s;
}

.news-area .go-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

/*=======================================
   7.  Our people section
=======================================*/
.our-people-area {
  /*
  background-image: url(../images/bg/people-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  background: #F3F0EA;
  padding: 80px 0;
}

.people-img {
  text-align: center;
}

.people-img-url {
  width: 100%;
  max-width: 335px;
  /*   min-height: 295px; */
  border-radius: 90%;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .our-people-area {
    background-position: center left;
  }
}

.our-people-area .people-content {
  max-width: 700px;
  width: 100%;
}

@media (max-width: 991px) {
  .our-people-area .people-content {
    margin-left: 0;
    margin-bottom: 40px;
  }
}

.our-people-area .people-content P {
  font-size: 20px;
  font-family: var(--font-lato);
  font-weight: 200;
  max-width: 520px;
  line-height: 28px;
}

.our-people-area .author-details-area {
  padding-top: 12px;
  width: 100%;
  margin-left: auto;
  text-align: center;
}

.author-img img {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .our-people-area .author-details-area {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .our-people-area .author-details-area {
    padding-top: 70px;
  }
}

.our-people-area .author-details-area h6 {
  font-size: 14px;
  font-family: var(--font-lato);
  font-weight: 900;
  margin-bottom: 0;
  color: var(--title-color-dark);

}

.our-people-area .author-details-area a {
  font-size: 13px;
  font-weight: 200;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  transition: 0.35s;
  display: block;
}

.our-people-area .author-details-area a.designation {
  text-transform: none;
  display: block;
}

.our-people-area .author-details-area a:hover {
  color: var(--primary-color1);
}

.our-people-area .author-details-area .go-btn {
  line-height: 1;
}

.our-people-area .people-btn {
  margin-top: 70px;
}

.our-people-area .people-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  display: inline-block;
  transition: 0.35s;
  text-transform: uppercase;
}

.our-people-area .people-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

.our-people-area .author-details-area .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  display: inline-block;
  transition: 0.35s;
  text-decoration: underline;
}

.our-people-area .author-details-area .go-btn a:hover {
  color: var(--primary-color1);
}

/*=======================================
   8.  Our Services section
=======================================*/
.services-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*gap: 10px;*/
  gap: 0;
  margin: 0;
  /*padding: 4px 0;*/
  padding: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .services-list ul {
    display: block;
  }

  .services-list ul li:after {
    display: none;
  }
}

.services-list ul li a {
  color: #fff;
  font-family: var(--font-lato);
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 300;
}

.services-list ul li a:hover {
  color: var(--primary-color1);
}

.services-list ul li.active a {
  color: var(--primary-color1);
}

.services-list ul li {
  list-style: none;
  /*padding: 6px;*/
  padding: 12px;
  position: relative;
}

.services-list ul li:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  /*right: -5px;*/
  right: 0;
  /*top: 11px;*/
  top: 50%;
  transform: translateY(-50%);
}

.services-list ul li:nth-child(7)::after {
  content: none;
}

.services-list ul li:nth-child(3):after {
  content: none;
}

.services-area {
  background: #D9D1D8;
  padding: 60px 0;
  display: block;
}

.services-area .section-title h2 {
  color: var(--text-color1);
}

.services-area p {
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
  font-family: var(--font-lato);
  text-align: left;
}

@media (max-width: 767px) {
  .services-area p {
    font-size: 20px;
    line-height: 32px;
  }
}

.services-area .services-feature {
  padding-top: 50px;
}

.services-area .services-feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  justify-content: center;
}

@media (max-width: 767px) {
  .services-area .services-feature ul {
    flex-wrap: wrap;
    padding: 10px 0;
    display: block;
  }
}

.services-area .services-feature ul li {
  padding: 12px 12px;
  position: relative;
}

@media (max-width: 1399px) {
  .services-area .services-feature ul li {
    padding: 12px 12px;
  }
}

@media (max-width: 1199px) {
  .services-area .services-feature ul li {
    padding: 12px 12px;
  }
}

@media (max-width: 767px) {
  .services-area .services-feature ul li {
    padding: 12px 12px;
  }
}

.services-area .services-feature ul li::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: var(--text-color1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

@media (max-width: 576px) {
  .services-area .services-feature ul li::after {
    display: none;
    visibility: hidden;
  }
}

.services-area .services-feature ul li:last-child::after {
  display: none;
}

.services-area .services-feature ul li:nth-child(3)::after {
  content: none;
}

.services-area .services-feature ul li a {
  font-size: 14px;
  font-family: var(--font-lato);
  color: #000;
  font-weight: 300;
  transition: 0.35s;
  text-transform: uppercase;
}

.services-area .services-feature ul li a:hover {
  color: var(--primary-color1);
}

@media (max-width: 1199px) {
  .services-area .services-feature ul li a {
    font-size: 16px;
  }
}

.services-area .services-feature ul.two {
  border-top: none;
}

.services-area .go-btn {
  padding-top: 50px;
}

.services-area .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  transition: 0.35s;
}

.services-area .go-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

/*=======================================
   9.  Our Client section
=======================================*/
.our-client-area {
  padding: 40px 0;
  background: #f4f4f4;
}

.our-client-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 20px;
  /*  gap: 3px;*/


  /*  justify-content: space-between;*/
  /*  width: 100%;*/
}

@media (max-width: 1199px) {
  .our-client-area ul {
    justify-content: center !important;
  }
}

.our-client-area ul li a img {
  opacity: 1;
  transition: all 0.4s;
  width: 115px;
}

.our-client-area ul li a:hover img {
  opacity: 0.4;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .our-client-area ul li a img {
    width: 100px;
  }

  .our-client-area ul {
    gap: 18px;
    /*    gap: 3px;*/
  }
}

.our-client-area ul li a img {
  width: 150px;
  width: 115px;
}

/*=======================================
   10.  Footer section
=======================================*/
footer {
  background-color: var(--title-color-dark);
  padding: 60px 0;
}

footer .footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  footer .footer-content ul {
    flex-wrap: wrap;
  }
}

footer .footer-content ul li {
  padding: 0px 20px;
}

@media (max-width: 1199px) {
  footer .footer-content ul li {
    padding: 0px 10px;
  }
}

footer .footer-content ul li a {
  font-size: 20px;
  color: var(--white);
  opacity: 0.7;
  font-family: var(--font-lato);
  font-weight: 200;
  transition: 0.35s;
}

footer .footer-content ul li a:hover {
  color: var(--primary-color1);
}

@media (max-width: 1399px) {
  footer .footer-content ul li a {
    font-size: 16px;
  }
}

footer .footer-content .copyright-area {
  padding-top: 50px;
}

@media (max-width: 1399px) {
  footer .footer-content .copyright-area {
    padding-top: 40px;
  }
}

footer .footer-content .copyright-area p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-lato);
  font-weight: 200;
}

footer .footer-content .footer-menu li {
  padding: 0px 10px;
  position: relative;
}

footer .footer-content .footer-menu li::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

footer .footer-content .footer-menu li:last-child::after {
  display: none;
  visibility: hidden;
}

footer .footer-content .footer-menu li a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 200;
  transition: 0.35s;
  color: #fff;
}

footer .footer-content .footer-menu li a:hover {
  color: var(--primary-color1);
}

/*=======================================
   11.  About Banner
=======================================*/
.about-page-banner {
  background-color: var(--text-color1);
  padding: 60px 0;
}

.about-page-banner .about-content .about-title {
  text-align: center;
  margin-bottom: 20px;

}

.about-head-title h2 {
  font-size: 34px;
  font-family: var(--font-Lubalin);
  margin-bottom: 28px;
  color: var(--primary-color1);
}

.about-page-banner .about-content .about-title h3 {
  font-size: 2rem;
  color: var(--primary-color1);
  font-family: var(--font-Lubalin);
  margin: 0;
}

.about-page-banner .about-content .about-title span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-lato);
  font-size: 14px;
}

.about-page-banner .about-content p {
  font-size: 22px;
  font-family: var(--font-lato);
  font-weight: 200;
  margin-bottom: 25px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.about-page-banner .about-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 4px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.about-page-banner .about-content ul li {
  list-style: none;
  padding: 6px;
  position: relative;
}

.about-page-banner .about-content ul li:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  right: -5px;
  top: 11px;
}

.about-page-banner .about-content ul li:nth-child(3)::after,
.about-page-banner .about-content ul li:nth-child(6)::after {
  content: none;
}

.about-page-banner .about-content ul li a {
  color: #fff;
  font-family: var(--font-lato);
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 300;
}

.about-page-banner .about-content ul li a:hover {
  color: var(--primary-color1);
}

.post-thum-img {
  width: 100%;
  height: 370px;
}

/*=======================================
   12.  Services Banner
=======================================*/
.services-page-banner {
  background-color: var(--text-color1);
  padding: 60px 0;
}

.services-page-banner .services-content p {
  font-size: 22px;
  font-family: var(--font-lato);
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 31px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

.services-page-banner .services-content .nav-tabs {
  border-top: 1px solid #fff;
  text-align: center;
  justify-content: center;
  padding: 0px 50px;
  position: relative;
}

@media (max-width: 1399px) {
  .services-page-banner .services-content .nav-tabs {
    padding: 0px;
  }
}

.services-page-banner .services-content .nav-tabs::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (max-width: 767px) {
  .services-page-banner .services-content .nav-tabs::after {
    display: none;
    visibility: hidden;
  }

  .about-page-banner .about-content ul {
    display: block;
  }

  .about-page-banner .about-content ul li {
    padding: 12px;
  }

  .about-page-banner .about-content ul li:after {
    content: none;
  }
}

.services-page-banner .services-content .nav-tabs button {
  background: unset;
  color: var(--white);
  border: none;
  font-size: 18px;
  font-family: var(--font-lato);
  color: var(--white);
  font-weight: 400;
  padding: 15px 30px;
  transition: 0.35s;
}

@media (max-width: 1399px) {
  .services-page-banner .services-content .nav-tabs button {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .services-page-banner .services-content .nav-tabs button {
    font-size: 14px;
    padding: 15px 20px;
  }
}

.services-page-banner .services-content .nav-tabs button.active {
  color: var(--primary-color1);
}

/*=======================================
   13.  Services Details
=======================================*/
.services-details-area {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.services-details-area .section-title {
  margin-bottom: 25px;
}

.services-details-area .section-title h2 {
  font-size: 26px;
  font-family: var(--font-Lubalin);
  text-transform: none;
  color: var(--primary-color1);
  font-weight: 300;
}

.services-details-area p b {
  font-weight: 300;
}

.services-details-area h2 {
  color: var(--title-color-dark);
  font-weight: 500;
  font-size: 24px;
}

.services-details-area h3 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
  font-family: var(--font-lato);
  color: var(--text-color1);
  margin-bottom: 3px;
}

.services-details-area p {
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  font-weight: 200;
  font-size: 16px;
}

.services-details-area ul {
  padding-left: 17px;
  margin-bottom: 25px;
}

.services-details-area ul,
.services-details-area ul li {
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}

.services-details-area .resk-transfer-content .importent-pera {
  margin-bottom: 35px;
}

.services-details-area .resk-transfer-content .importent-pera .importent-title {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.services-details-area .resk-transfer-content .importent-pera .importent-title h2 {
  font-size: 38px;
  line-height: 44px;
  font-family: var(--font-Lubalin);
  color: var(--primary-color1);
}

.services-details-area .resk-transfer-content .importent-pera .importent-title span {
  font-size: 18px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  font-weight: 700;
  display: inline-block;
}

.services-details-area .resk-transfer-content .importent-pera p {
  font-size: 21px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  line-height: 32px;
  font-weight: 700;
}

.services-details-area .resk-transfer-content .block {
  margin-bottom: 40px;
}

.services-details-area .resk-transfer-content .block h5 {
  font-size: 21px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  font-weight: 700;
  margin-bottom: 7px;
}

.services-details-area .resk-transfer-content .block p {
  font-size: 21px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  font-weight: 200;
}

.services-details-area .resk-transfer-content .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 2px solid #000;
  padding: 7px 20px;
  display: inline-block;
  min-width: 420px;
  transition: 0.35s;
}

.services-details-area .resk-transfer-content .go-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

@media (max-width: 576px) {
  .services-details-area .resk-transfer-content .go-btn a {
    min-width: unset;
  }
}

.services-details-area .resk-transfer-content .mb-10 {
  margin-bottom: 10px;
}

.services-details-area .resk-transfer-content .back-to-top a {
  font-size: 30px;
  color: var(--primary-color1);
}

/*=======================================
   13.  Related knowledge
=======================================*/
.related-knowledge-area {
  padding: 60px 0;
}

.related-knowledge-area .konwledge-card {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0 8px;
}

.related-knowledge-area .konwledge-card h5 {
  margin-bottom: 0;
}

.related-knowledge-area .konwledge-card h5 a {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
}

.related-knowledge-area .konwledge-card h5 a:hover {
  color: var(--primary-color1);
}

.related-knowledge-area .konwledge-card p {
  font-size: 15px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  font-weight: 200;
  margin-bottom: 8px;
}

.related-knowledge-area .konwledge-card .read-more-btn a {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
}

.related-knowledge-area .konwledge-card .read-more-btn a:hover {
  color: var(--primary-color1);
}

.related-knowledge-area .go-btn {
  padding-top: 50px;
}

.related-knowledge-area .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  display: inline-block;
  transition: 0.35s;
}

.related-knowledge-area .go-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

/*=======================================
   14.  Author Area
=======================================*/
.author-area {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .author-area .single-author-card .author-img img {
    width: 100%;
  }
}

.author-area .single-author-card .author-content {
  padding-top: 10px;
}

.author-area .single-author-card .author-content h5 {
  margin-bottom: 0;
  line-height: 1;
}

.author-area .single-author-card .author-content h5 a {
  font-size: 14px;
  text-transform: none;
  font-family: var(--font-lato);
  flex-wrap: 700;
  color: var(--title-color-dark);
  line-height: 1;
}

.author-area .single-author-card .author-content span {
  display: inline-block;
  font-size: 13px;
  font-weight: 200;
  color: #000;
  font-family: var(--font-lato);
  line-height: 0;
  position: relative;
  top: -4px;
}

.author-content .contact-info {
  position: relative;
  top: -5px;
}

.author-area .single-author-card .author-content .contact-info p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 200;
  font-family: var(--font-lato);
  color: #000;
}

.author-area .single-author-card .author-content .contact-info p a {
  color: #000;
}

.author-area .single-author-card .author-content .contact-info p a:hover {
  color: var(--primary-color1);
}

.author-area .go-btn {
  padding-top: 50px;
}

.author-area .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  display: inline-block;
  transition: 0.35s;
}

.author-area .go-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

/*# sourceMappingURL=style.css.map */

.intro-wrapper h1 {
  color: #ed8e38;
  font-weight: 100;
  font-size: 34px;
  margin-bottom: 10px;
  font-family: var(--font-Lubalin);
}

.intro-wrapper p.intro {
  font-family: var(--font-lato);
  font-weight: 100;
  color: #000;
  line-height: 24px;
}

.news-section-container {
  max-width: 760px;
  margin: 0px auto;
  padding: 80px 10px;
}

.news-3-card-item {
  background: #ED8E37;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-family: var(--font-lato);
  display: flex;
  justify-content: center;
  min-height: 105px;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 0px;
}

.news-3-card-item h4 {
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
}

.news-3-card-item p {
  font-size: 13px;
  font-weight: 200;
  margin: 0;
}

.news-3-card-item p a {
  color: #fff;
}

.news-3-card-item p a:hover {
  color: #000;
}

.social-icon {
  text-align: center;
  /*     border-top: 1px solid #ed8e38; */
  /*     border-bottom: 1px solid #ed8e38; */
  margin: 20px 0;
  padding: 10px 0;
}

.social-icon ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.social-icon ul li {
  margin: 0;
  padding: 0;
}

.social-icon ul li a {
  background: #000;
  width: 38px;
  height: 38px;
  border-radius: 90%;
  color: #fff;
  display: block;
  padding: 6px;
}

.social-icon ul li a.twitter {
  background: #1DA1F2;
}

.social-icon ul li a.linkedin {
  background: #0072b1;
}

h3.lts-new-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: var(--font-lato);
  margin-bottom: 12px;
}

.pagination-wrapper h2.screen-reader-text {
  display: none;
}

.pagination-wrapper {
  margin-top: 20px;
  border-bottom: 2px solid #ed8e38;
  padding-bottom: 10px;
}

.pagination-wrapper a.prev.page-numbers {
  display: none;
}

.pagination-wrapper a.next.page-numbers {
  display: none;
}

.pagination-wrapper .nav-links a {
  color: #ed8e38;
  font-weight: 400;
  font-family: var(--font-lato);
  font-size: 14px;
  margin-right: 5px;
}

.pagination-wrapper .nav-links span {
  font-family: 'Lato';
  font-size: 14px;
  margin-right: 5px;
  color: #000;
}

ul.blog-navigation {
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: -8px;
}

ul.blog-navigation li a {
  color: #000;
  font-family: 'LATO';
  font-size: 12px;
}

ul.blog-navigation li:nth-child(4),
ul.blog-navigation li:nth-child(5),
ul.blog-navigation li:nth-child(6),
ul.blog-navigation li:nth-child(7) {
  display: none;
}

p {
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
}

a.expt-btn {
  display: block;
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
  min-width: 200px;
  margin: 0px auto;
  max-width: 432px;
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  transition: all 0.4s;
}

a.expt-btn:hover {
  border-color: var(--primary-color1);
  background: var(--primary-color1);
  color: #fff;
}

p.p2.head-expertise {
  text-align: center;
  font-size: 25px;
  color: var(--primary-color1);
  line-height: 30px;
  margin-bottom: 5px;
}

p.p3.head-legal {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}

/** Page CSS **/
.page-single-container {
  max-width: 760px;
  margin: 0px auto;
  padding: 80px 10px;
}

.page-single-container .single-news-wrap .post-content h1 {
  font-weight: 300;
  font-family: var(--font-Lubalin);
  font-size: 26px;
  color: #ed8e38;
  margin-bottom: 17px;
}

.page-single-container .single-news-wrap .post-content p {
  min-height: auto;
  margin-top: 0px;
  line-height: 24px;
  margin-bottom: 20px;
}

.page-single-container .single-news-wrap {}

.page-single-container .single-news-wrap .post-content ul li {
		    font-family: Lato;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
    padding-top: 0;
    margin: 0;
    margin-bottom: 5px;
}

.page-single-container .single-news-wrap .post-content h3 {
  font-size: 16px;
  font-family: Lato;
  margin-top: 30px;
  margin-bottom: 3px;
  color: var(--text-color1);
  font-weight: 300;
}

.page-single-container .single-news-wrap .post-content ul {
  padding-left: 15px;
  margin: 10px 0px 20px 0px;
}

.page-single-wrapper .go-btn a {
  font-size: 14px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  display: inline-block;
  transition: 0.35s;
  margin-top: 10px;
}

.page-single-wrapper .go-btn a:hover {
  color: #e48014;
}

.page-single-wrapper .go-btn a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 2px;
}

/** About CSS **/
.about-content {
  color: #fff;
}

.about-page-banner .about-content ul {
  list-style: none;
}

.our-people-area .people-content {
  margin-left: 0;
}

/** Blog Single CSS **/
.blog-single-container {
  max-width: 760px;
  margin: 0px auto;
  padding: 80px 10px;
}

.blog-single-container .single-news-wrap .post-content h5 {
  font-weight: 500;
  font-family: 'Lato';
  font-size: 18px;
  color: #000;
  margin-bottom: 7px;
}

.back-to-btn {
  text-align: center;
  margin: 30px 0 0 0;
}

.back-to-btn a {
  display: inline-block;
  color: #000;
  border: 1px solid;
  padding: 6px 14px;
  font-family: var(--font-lato);
  font-size: 12px;
  text-transform: uppercase;
}

.back-to-btn a:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #fff;
  transition: all 0.3s;
}

.blog-single-container .single-news-wrap .post-content p img {
  display: none;
}

.blog-single-container .single-news-wrap .post-content p {
  min-height: auto;
  margin: 12px 0;
}

.blog-single-wrapper .single-news-wrap .news-img img {
  height: auto;
}

.footer-content .footer-menu {
  border-top: 1px solid #ed8e38;
  border-bottom: 1px solid #ed8e38;
  padding: 15px 0;
}

.social-icon a {
  line-height: 27px;
}

.relates-insight-post ul {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}

.relates-insight-post ul li {
  width: 50%;
  padding: 0px;
}

.relates-insight-post ul li a {
  color: var(--title-color-dark);
  font-family: var(--font-lato);
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  transition: all 0.3s;
}

.relates-insight-post ul li a:hover {
  color: var(--primary-color1);
}

/*Custom Style*/
.single-expertise .col-lg-3.col-md-6.col-sm-10.swiper-slide {
  margin-right: 15px !important;
}

.single-expertise .swiper-wrapper {
  margin-left: 50px;
}

.page-single-container .single-news-wrap .relates-insight-post.mcntWordSection1 ul {
  margin-left: -10px;
  margin-right: -10px;
}

.page-single-container .single-news-wrap h3.insights-title.mcntMsoNormal {
  text-align: center;
  font-size: 34px;
  color: var(--primary-color1);
  font-family: var(--font-Lubalin);
  margin-bottom: 15px;
  padding-top: 40px;

}

.page-template-template-about-single .single-news-wrap .post-content {
  border: none;
}

.relates-insight-post.mcntWordSection1 ul li {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 20px 10px;
  padding: 12px 0;
  width: 47% !important;
}

.relates-insight-post.mcntWordSection1 ul li a {
  font-size: 15px;
  margin: 0 !important;
  color: var(--title-color-dark) !important;
  font-weight: 400 !important;
}

.relates-insight-post.mcntWordSection1 ul li a:hover {
  color: var(--primary-color1) !important;
}

.page-id-14673 .single-news-wrap .post-content {
  border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-7 {
    min-width: 700px;
  }
}

.go-btn {
  font-family: var(--bs-font-sans-serif);
}

.go-btn a:hover {
  color: #000000;
}

.search-highlight {
  background-color: yellow;
}

.ecpertise-img-cont {
  margin-bottom: 20px;
}

.ecpertise-img-cont img {
  max-width: 100%;
  border: 1px solid var(--primary-color1);
  border-radius: 8px;
}

.ecpertise-img-cont h4 {
  border-top: 2px solid var(--primary-color1);
  margin-top: 20px;
}

.ecpertise-img-cont h4 a {
  color: var(--title-color-dark);
  font-size: 18px;
  font-family: var(--font-lato);
  font-size: 14px;
}

.ac_results {
  padding-top: 25px;
  width: 279px !important;
  border: none;
}

ul.ac_results::before {
  content: "Suggestions:";
  position: relative;
  font-size: 16px;
  left: 5px;
  top: 3px;
  font-weight: 700;
}

.breadcrumb-wrapper {
  position: absolute;
  max-width: 330px;
  line-height: 16px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.breadcrumb-wrapper span {
  color: #333;
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 300;
}

.breadcrumb-wrapper span a {
  color: #666;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .ecpertise-img-cont img {
    width: 100%;
  }

  i.bi.bi-search.search-btn {
    display: none;
  }
  i.bi.bi-search.search-btn.mobile {
    display: block;
  }
}

@media (min-width: 1200px) {
  .swiper {
    min-height: 400px !important;
  }
}

@media (max-width:500px) {
  .relates-insight-post ul li {
    /*    width: 100%;*/
  }

  .relates-insight-post.mcntWordSection1 ul li {
    width: 100% !important;
  }
}

.contact-list-banner {
  max-width: 500px;
}

.global-accrodion {
  padding-top: 70px;
}

.global-accrodion .accordion-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
}

.global-accrodion .accordion-button {
  padding-right: 0;
  padding-left: 0;
  background: no-repeat;
  box-shadow: none;
  color: #000;
}

.global-accrodion .accordion-button:not(.collapsed)::after {
  filter: brightness(0.5);
}

.global-accrodion .accordion-body {
  margin: 0;
  padding: 0;
}

.global-accrodion h3 {
  font-size: 16px;
  font-family: Lato;
  margin-top: 30px;
  margin-bottom: 3px;
  color: var(--text-color1);
  font-weight: 300;
}

.global-accrodion p {
  min-height: auto;
  margin-top: 0px;
  line-height: 24px;
  margin-bottom: 22px;
  font-style: 16px;
  font-weight: 200;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
}

.knowledge-banner-section.banner-section1 .banner-wrapper .banner-content .date {
  color: var(--title-color-dark);
  margin-bottom: 10px;
}

.knowledge-banner-section.banner-section1 .banner-wrapper .banner-content p {
  color: var(--title-color-dark);
}

.knowledge-banner-section.banner-section1 .banner-wrapper .banner-content .banner-driscription {
  border-top: 1px solid #ed8e38;
  border-bottom: 1px solid #ed8e38;
  padding-top: 25px;
}

.knowledge-banner-section.banner-section1 .banner-wrapper .banner-content .banner-driscription .slider-read-more {
  margin-top: 60px;
}

.knowledge-insight-section {
  background-color: #efece4;
  padding: 40px 0 60px;

}

.knowledge-insight-section .knowledge-wrapper {
  border-top: 1px solid #ed8e38;
  border-bottom: 1px solid #ed8e38;
  padding: 30px 0;
}

.knowledge-insight-section .section-title-and-social .insight-section-title {
  max-width: 900px;
  margin: 0 auto;
}

.knowledge-insight-section .section-title-and-social .insight-section-title h2 {
  font-size: 3.5rem;
  font-family: var(--font-Lubalin);
  font-weight: book;
  letter-spacing: 0.3rem;
  line-height: 75px;
  margin-bottom: 30px;
}

.knowledge-insight-section .section-title-and-social .insight-section-title p {
  font-size: 22px;
  line-height: 34px;
  font-family: var(--font-lato);
}

.single-news-wrap.knowledge {
  background-color: var(--white);
}

.single-news-wrap.knowledge .news-img a {
  display: block;
}

.single-news-wrap.knowledge .news-img a img {
  width: 100%;
}

.single-news-wrap.knowledge .post-content h5 {
  color: var(--title-color-dark);
  line-height: 20px;
  min-height: unset;
  margin-bottom: 6px;
}

.single-news-wrap.knowledge .post-content h5 a {
  color: var(--title-color-dark);
  font-size: 15px;
}

.single-news-wrap.knowledge .post-content h5 a:hover {
  color: var(--primary-color1);
}

.single-news-wrap.knowledge .post-content p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px !important;
}

.single-news-wrap.knowledge .post-content-wrap {
  padding: 0px 20px 20px;
  /* min-height: 250px; */
}

.single-news-wrap.knowledge .post-content {
  border-bottom: 2px solid var(--primary-color1);
  padding: 8px 0 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 184px;
}

.knowledge-insight-section .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.knowledge-insight-section .knoledge-siderbars .search-widget {
  background-color: var(--primary-color1);
  padding: 20px 25px 30px;
}

.knowledge-insight-section .knoledge-siderbars .search-widget .section-title h2 {
  color: var(--title-color-dark);
  margin-bottom: 0;
  font-size: 20px;
}

.knowledge-insight-section .knoledge-siderbars .search-widget .section-title p {
  color: var(--white);
  margin-bottom: 0;
}

.knowledge-insight-section .knoledge-siderbars .search-widget form {
  padding-top: 30px;
}

.knowledge-insight-section .knoledge-siderbars .search-widget form .form-inner input {
  background-color: var(--white);
  padding: 5px 10px;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
}

.knowledge-insight-section .knoledge-siderbars .pensions-essentials-widget,
.knowledge-insight-section .knoledge-siderbars .days7-widget {
  background-color: #c71c2d;
  padding: 20px;
}

.knowledge-insight-section .knoledge-siderbars .pensions-essentials-widget ul,
.knowledge-insight-section .knoledge-siderbars .days7-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.knowledge-insight-section .knoledge-siderbars .pensions-essentials-widget ul li,
.knowledge-insight-section .knoledge-siderbars .days7-widget ul li {
  line-height: 1;
  margin-bottom: 10px;
}

.knowledge-insight-section .knoledge-siderbars .pensions-essentials-widget ul li:last-child,
.knowledge-insight-section .knoledge-siderbars .days7-widget ul li:last-child {
  margin-bottom: 0px;
}

.knowledge-insight-section .knoledge-siderbars .pensions-essentials-widget ul li a,
.knowledge-insight-section .knoledge-siderbars .days7-widget ul li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: var(--font-lato);
  color: var(--white);
}

.knowledge-insight-section .knoledge-siderbars .days7-widget {
  background-color: #3e003c;
}

.knowledge-insight-section .load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.knowledge-insight-section .load-more-button .slider-read-more {
  border: 1px solid #000;
  color: #000;
  padding: 7px 30px;
  display: inline-block;
  font-family: var(--font-lato);
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  background-color: transparent;
}

.knowledge-insight-section .load-more-button .slider-read-more:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #fff;
}

.banner-section1.single-knowledge-banner-section {
  display: flex;
  align-items: flex-end;
  padding: 70px 0;
  min-height: 405px !important;
  background-position: center center;
}

.banner-section1.single-knowledge-banner-section .banner-content h1 {
  background-color: #3e003c;
  display: inline-block;
  min-width: 220px;
  color: #fff;
  padding: 9px 19px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-section1.single-knowledge-banner-section .banner-content p {
  font-size: 27px;
  color: var(--white);
  font-family: var(--font-lato);
  font-weight: 200;
  line-height: 34px;
  padding-top: 20px;
}

.banner-section1.single-knowledge-banner-section .banner-content .intro {
  font-size: 27px;
  color: var(--white);
  font-family: var(--font-lato);
  font-weight: 200;
  line-height: 34px;
  padding-top: 20px;
  border-top: 1px solid #ed8e38;
}


.knowledge-archive-section {
  background-color: #efece4;
  padding: 60px 0;
}

.knowledge-archive-section .pagination .wp-pagenavi {
  display: flex;
  gap: 5px;
}
.knowledge-archive-section .pagination .wp-pagenavi span{
  font-size: 18px;
}
.knowledge-archive-section .pagination .wp-pagenavi a{
  font-size: 18px;
}

.knowledge-archive-section .pagination {
  padding-top: 20px;
}

.knowledge-archive-wrap .col-lg-12:first-child .single-post {
  border-top: 1px solid var(--title-color-dark);
}

.knowledge-archive-wrap .single-post {
  padding: 15px 0;
  border-bottom: 1px solid var(--title-color-dark);

}

.knowledge-archive-wrap .single-post h4 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-color-dark);
  transition: 0.35s;
}

.knowledge-archive-wrap .single-post h4 a:hover {
  color: var(--primary-color1);
}

.knowledge-archive-wrap .single-post span.grey3-txt {
  font-size: 16px;
  font-weight: 300;
  color: var(--title-color-dark);
}

.knowledge-archive-wrap .single-post .date-and-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  color: var(--title-color-dark);
}

.knowledge-archive-wrap .single-post .date-and-tag a {
  font-size: 16px;
  font-weight: 300;
}

.knowledge-details-section {
  background-color: #efece4;
  padding: 60px 0;
}

.knowledge-details-section .knowledge-details-content .category-title {
  margin-bottom: 30px;

}

.knowledge-details-section .knowledge-details-content .category-title h1 {
  background-color: #3e003c;
  color: #fff;
  padding: 9px 19px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.knowledge-details-section .knowledge-details-content .category-title span {
  font-size: 16px;
  font-weight: 300;
  color: var(--title-color-dark);
}

.knowledge-details-section .knowledge-details-content .category-title .category-title-section{
	border-bottom: 1px solid #ed8e38;
	margin-bottom: 20px;
}

.knowledge-details-section .knowledge-details-content .category-title .category-header-section{
	display: flex;
    align-items: center;
}
.knowledge-details-section .knowledge-details-content .category-title .category-title-date-section{
	flex: 1;
    margin-right: 10px;
}
.knowledge-details-section .knowledge-details-content .category-title .mobile-author-section{
	display: none;
}

@media (max-width: 991px) {
  	.knowledge-details-section .knowledge-details-content .category-title .mobile-author-section{
		display: block;
	}
	.knowledge-details-section .knowledge-details-content .category-title .desktop-author-section{
		display: none;
	}
}

.knowledge-details-section .knowledge-details-content .blog-image{
	max-height: 350px;
    overflow: hidden;
}

.knowledge-details-section .knowledge-details-content .post-title {
  margin-bottom: 30px;
}

.knowledge-details-section .knowledge-details-content .post-content a {
  color: var(--text-color1);
}


.knowledge-details-section .knowledge-details-content .post-content h2,
.knowledge-details-section .knowledge-details-content .post-content h3,
.knowledge-details-section .knowledge-details-content .post-content h4,
.knowledge-details-section .knowledge-details-content .post-content h5,
.knowledge-details-section .knowledge-details-content .post-content h6 {
  color: var(--title-color-dark);
}

.knowledge-details-section .knowledge-details-content .post-content h2 {
  font-size: 1.65rem;
}

.knowledge-details-section .knowledge-details-content .related-pepole-section .pb-3 {
  padding-bottom: 0rem !important;
}

.knowledge-details-section .knowledge-details-content .related-pepole-section .pt-0 {
  padding-top: 0 !important;
}

.knowledge-details-section .knowledge-details-content .related-pepole-section .px-3 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.knowledge-details-section .knowledge-details-content .related-pepole-section .mb-3 {
  margin-bottom: 0 !important;
}

.knowledge-details-section .knowledge-details-content .related-pepole-section .title {
  display: none;
  visibility: hidden;
}

.knowledge-details-section .knowledge-details-content .related-pepole-section {
  border-bottom: 1px solid #ed8e38;
  border-top: 1px solid #ed8e38;
  padding: 30px 0;
  margin-top: 20px;
}

.knowledge-details-section .knowledge-details-content .related-pepole-section .single-lawyer .item-image {
  margin-bottom: 15px;
  height: 150px;
}

.banner-section1.single-knowledge-banner-section.briefings .banner-content h1 {
  background-color: var(--primary-color1);
}

.knowledge-details-section.briefings .knowledge-details-content .category-title h1 {
  background-color: var(--primary-color1);
}

.knowledge-details-section .knowledge-details-content .post-title h3 {
  color: var(--title-color-dark);
  font-size: 1.4em;
}

.banner-section1.single-knowledge-banner-section.seven-dayes .banner-content h1 {
  background-color: var(--title-color-dark);
}

.knowledge-archive-section.seven-dayes .knowledge-archive-wrap .single-post h4 {
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 15px;
}

.knowledge-archive-section.seven-dayes .knowledge-archive-wrap .single-post {
  border-bottom: 1px solid var(--primary-color1);
}

.knowledge-archive-section.seven-dayes .knowledge-archive-wrap .col-lg-12:first-child .single-post {
  border-top: 1px solid var(--primary-color1);
}

.knowledge-archive-section.seven-dayes .knowledge-archive-wrap .single-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
  padding-top: 10px;
}

.knowledge-archive-section.seven-dayes .knowledge-archive-wrap .single-post ul li {
  font-size: 16px;
  font-weight: 300;
  color: var(--title-color-dark);
  margin-bottom: 5px;
}

.knowledge-archive-section.seven-dayes .knowledge-archive-wrap .single-post .read-more-btn a {
  color: var(--title-color-dark);
  font-size: 16px;
  font-weight: 700;
}

.banner-section1.single-knowledge-banner-section.hot-topics .banner-content h1 {
  background-color: var(--primary-color1);
}


.knowledge-details-section.hot-topics .knowledge-details-content .category-title h1 {
  background-color: var(--primary-color1);
}

.knowledge-details-content .post-content p {
  margin-bottom: 15px;
  color: var(--title-color-dark);
}

.knowledge-details-content .post-content ul li {
  font-size: 16px;
  font-family: var(--font-lato);
  font-weight: 200;
  margin-bottom: 5px;
  line-height: 22px;
  color: var(--title-color-dark);
}

.knowledge-details-content .post-content ul li strong {
  font-weight: 300;
}

.knowledge-details-content .post-content p strong {
  font-weight: 300;
}

.knowledge-details-section .knowledge-details-content .post-content a {
  color: var(--primary-color1);
  font-weight: 300;
}

.knowledge-details-section.alerts .knowledge-details-content .post-content a {
  color: var(--primary-color1);
  font-weight: 300;
}

.knowledge-archive-wrap .title-wrapper .title {
  background-color: #88736a;
  color: #fff;
  padding: 9px 19px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.knowledge-archive-wrap .box-content {
  border-top: 1px solid var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
  padding: 15px 0;
  margin-bottom: 40px;
}

.knowledge-archive-wrap .box-content .search-box-area {
  padding-bottom: 15px;
}

.knowledge-archive-wrap .box-content .search-box-area p {
  font-size: 18px;
  font-family: var(--font-lato);
  font-weight: 300;
  color: var(--title-color-dark);
  margin-bottom: 0;
}

.knowledge-archive-wrap .box-content .search-box-area .alphabet-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}

.knowledge-archive-wrap .box-content .search-box-area .alphabet-list li a {
  color: var(--primary-color1);
  font-size: 18px;
  font-weight: 300;
}
.knowledge-archive-wrap .box-content .search-box-area .alphabet-list li a.disable {
  cursor: not-allowed;
  color: gray;
}

.knowledge-archive-wrap .box-content .single-post h4 a:hover {
  color: var(--primary-color1);
}

.knowledge-archive-wrap .box-content .single-post h4 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-color-dark);
  transition: 0.35s;
}

.knowledge-archive-wrap .box-content .single-post p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
}

.knowledge-archive-wrap .box-content .single-post {
  border-bottom: 1px solid var(--title-color-dark);
}

.knowledge-archive-wrap .box-content .single-post .read-more-btn a {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  transition: 0.35s;
}

.knowledge-archive-wrap .box-content .single-post:last-child {
  border-bottom: none;
}

.pension-serch-filter {
  background-color: #efece4;
  padding: 60px 0;
}

.pension-serch-filter .search-box-area {
  border-top: 1px solid var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
  padding: 15px 0;
}

.pension-serch-filter .search-box-area p {
  font-size: 18px;
  font-family: var(--font-lato);
  font-weight: 300;
  color: var(--title-color-dark);
  margin-bottom: 0;
}

.pension-serch-filter .search-box-area ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}

.pension-serch-filter .search-box-area ul li a {
  color: var(--primary-color1);
  font-size: 18px;
  font-weight: 300;
}

.pension-details-section {
  padding: 60px 0;
}

.pension-details-section .knowledge-details-content .category-title {
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.pension-details-section .knowledge-details-content .category-title .title-wrapper .title {
  background-color: #88736a;
  color: #fff;
  padding: 9px 19px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pension-details-section .knowledge-details-content .category-title .title-wrapper span {
  font-size: 16px;
  font-weight: 300;
  color: var(--title-color-dark);
}

.pension-details-section .knowledge-details-content .post-title h3 {
  color: var(--primary-color1);
  margin-bottom: 30px;
}

.pension-details-section .knowledge-details-content .post-content a {
  color: var(--primary-color1);
  font-weight: 300;
}

.pension-details-section .knowledge-details-content .post-content h2 strong {
  font-size: 1.5rem;
}

.pension-details-section .knowledge-details-content .post-content ul li {
  margin-bottom: 5px;
}

.pension-details-section .knowledge-details-content .post-content table tbody tr td {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
}

.pension-details-section .knowledge-details-content .post-content table tbody tr td strong {
  font-size: 16px;
  font-weight: 700;
}

.banner-section1.single-knowledge-banner-section.pansions .banner-content h1 {
  background-color: #c71c2d;
}

.pension-details-section.abbreviation .knowledge-details-content .category-title .title-wrapper .title {
  background-color: #c71c2d;
  margin-bottom: 25px;
}

.pension-details-section.abbreviation .knowledge-details-content .category-title .title-wrapper p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  border-top: 1px solid var(--primary-color1);
  padding-top: 15px;
}

.pension-details-section.abbreviation .knowledge-details-content .category-title {
  border-bottom: unset;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.pension-details-section.abbreviation .knowledge-details-content .search-area {
  padding: 16px 0;
  border-top: 1px solid var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color-dark);
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  transition: 0.35s;
}

.pension-details-section.abbreviation .knowledge-details-content .search-area a {
  font-size: 16px;
  font-weight: 400;
  color: var(--title-color-dark);
  transition: 0.35s;
}

.pension-details-section.abbreviation {
  background-color: #efece4;
  padding: 60px 0;

}

.pension-details-section.abbreviation .knowledge-details-content .search-area a:hover {
  color: var(--primary-color1);
}

.pension-details-section.abbreviation .knowledge-details-content .post-content {
  padding-top: 25px;
}

.pension-details-section .knowledge-details-content .post-content ul.know-abbr {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
}

.pension-details-section .knowledge-details-content .post-content ul.know-abbr li {
  font-size: 16px;
  margin-bottom: 0;
  display: inline;
  line-height: 22px;
}

.pension-details-section .knowledge-details-content .post-content ul.know-abbr li span {
  padding-right: 5px;
}

.banner-section1.single-knowledge-banner-section.consultation-responses .banner-content h1 {
  background-color: var(--primary-color1);
}

.banner-section1.single-knowledge-banner-section.consultation-responses .banner-content p {
  color: var(--title-color-dark);
}

.knowledge-details-section.blog .knowledge-details-content .category-title a {
  color: var(--title-color-dark);
}

.knowledge-details-section.blog .knowledge-details-content .category-title {
  color: var(--title-color-dark);
}

.knowledge-details-section.blog .knowledge-details-content .post-content p a img {
  display: none;
  visibility: hidden;
}

.knowledge-archive-section .first .single-news-wrap .news-img img {
  height: 350px;
  width: 100%;
}

.knowledge-archive-section .first .single-news-wrap .post-meta a {
  font-size: 16px;
}

.knowledge-archive-section .first .single-news-wrap .post-content h5 a {
  font-size: 20px;
}

.knowledge-archive-section .first .single-news-wrap .post-content h5 {
  min-height: auto;
}

.knowledge-archive-section.blog .single-news-wrap .post-content h5 a {
  color: var(--title-color-dark);
}

.knowledge-archive-section.blog .single-news-wrap .post-content h5 a:hover {
  color: var(--primary-color1);
}

.knowledge-archive-section.blog .single-news-wrap .post-content p,
.single-news-wrap .post-content li {
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
  display: none;
  visibility: hidden;
}

.knowledge-archive-section.blog .first .single-news-wrap .post-content p,
.single-news-wrap .post-content li {
  display: list-item;
  visibility: visible;
}

.knowledge-archive-section.blog .pagination {
  border-top: 1px solid var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
  margin-top: 30px;
}

.knowledge-archive-section.blog .pagination ul {
  padding-left: 0;
}

.brifing-download-section {
  padding: 60px 0;
}

.brifing-download-section .single-download {
  display: flex;
  align-items: end;
  gap: 10px;
}

.brifing-download-section .single-download .icon svg {
  width: 40px;
  height: 40px;
}

.brifing-download-section .single-download .content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--title-color-dark);
  margin-bottom: 10px;
}

.brifing-download-section .single-download .content p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1;
}

.brifing-download-section .pagination {
  border-top: 1px solid var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
  margin-top: 30px;
  padding: 20px 0;
}

.brifing-download-section .pagination .wp-pagenavi {
  display: flex;
  gap: 3px;
}




.single-multimedia .multimedia-img {
  margin-bottom: 15px;
}

.single-multimedia .multimedia-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.knowledge-archive-section .first .single-multimedia .multimedia-img img {
  height: 350px;
  width: 100%;
}

.single-multimedia .multimedia-content {
  border-bottom: 2px solid var(--primary-color1);
  padding: 8px 0 10px 0px;
}

.single-multimedia .multimedia-content h5 {
  margin-bottom: 0;
  min-height: 50px;
}

.knowledge-archive-section .first .single-multimedia .multimedia-content h5 {
  min-height: auto;
}

.single-multimedia .multimedia-content h5 a {
  font-size: 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  transition: 0.35s;
}

.knowledge-archive-section .first .single-multimedia .multimedia-content h5 a {
  font-size: 20px;
}

.knowledge-archive-section.blog .single-multimedia .multimedia-content p,
.single-multimedia .multimedia-content li {
  font-size: 19px;
  line-height: 28px;
  padding-top: 15px;
  margin-bottom: 22px;
  display: none;
  visibility: hidden;
}

.single-multimedia .read-more-btn {
  padding-top: 8px;
}

.single-multimedia .read-more-btn a {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  transition: 0.35s;
}

.single-multimedia .post-meta a {
  color: var(--title-color-dark);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 13px;
  transition: 0.35s;
  text-transform: uppercase;
}

.single-multimedia .post-meta {
  border-bottom: 2px solid var(--primary-color1);
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.knowledge-archive-section .first .single-multimedia .post-meta a {
  font-size: 16px;
}

.knowledge-archive-section .single-multimedia .category {
  background-color: #c71c2d;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.knowledge-archive-section .single-multimedia .category.PODCAST {
  background-color: #796a63;
}

.knowledge-archive-section .single-multimedia .category.VIDEO {
  background-color: var(--primary-color1);
}

.knowledge-archive-section.digital-content .pagination {
  border-top: 1px solid var(--primary-color1);
  border-bottom: 1px solid var(--primary-color1);
  margin-top: 30px;
}

.knowledge-archive-section.digital-content .pagination ul {
  padding-left: 0;
}

.knowledge-insight-section .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  /* padding-top: 30px; */
}

.knowledge-insight-section .social-icon li a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--title-color-dark);
  border-radius: 50%;
  transition: 0.35s;
}

.knowledge-insight-section .social-icon li a:hover {
  background-color: var(--primary-color1);
}

.knowledge-insight-section .social-icon li a svg {
  height: 20px;
  width: 20px;
  fill: var(--white);
}

.knowledge-insight-section .social-icon li:first-child a svg {
  height: 16px;
  width: 16px;
}

/* .banner-section1.single-knowledge-banner-section.blog .banner-content h1 {
  background-color: var(--primary-color1);
} */
.banner-section1.single-knowledge-banner-section.blog .banner-content .intro {
    border-top: 1px solid #ecbb90;
}
.knowledge-details-section .box-content iframe {
  width: 100%;
}

.knowledge-details-section.WEBINAR {}

.knowledge-details-section.WEBINAR .knowledge-details-content .category-title h1 {
  background-color: #c71c2d;
}

.knowledge-details-section.PODCAST .knowledge-details-content .category-title h1 {
  background-color: #796a63;
}

.knowledge-details-section.VIDEO .knowledge-details-content .category-title h1 {
  background-color: var(--primary-color1);
}


.pension-details-section .related-pepole-section .pb-3 {
  padding-bottom: 0rem !important;
}

.pension-details-section .related-pepole-section .pt-0 {
  padding-top: 0 !important;
}

.pension-details-section .related-pepole-section .px-3 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.pension-details-section .related-pepole-section .mb-3 {
  margin-bottom: 0 !important;
}

.pension-details-section .related-pepole-section .title {
  display: none;
  visibility: hidden;
}

.pension-details-section .related-pepole-section {
  border-bottom: 1px solid #ed8e38;
  border-top: 1px solid #ed8e38;
  padding: 30px 0;
  margin-top: 50px;
}

.pension-details-section .related-pepole-section .single-lawyer .item-image {
  margin-bottom: 15px;
  height: 150px;
}

.knoledge-siderbars .single-post .post-content {
  background-color: var(--white);
  padding: 20px;
}

.knoledge-siderbars .single-post .thumbnail img {
  height: 150px;
  width: 100%;
}

.knoledge-siderbars .single-post .thumbnail img {
  height: 200px;
  width: 100%;
}

.knoledge-siderbars .single-post .category-name {
  border-bottom: 2px solid var(--primary-color1);
  padding-bottom: 8px;
}

.knoledge-siderbars .single-post .category-name a {
  color: var(--title-color-dark);
  font-family: var(--font-lato);
  font-weight: 700;
  font-size: 13px;
  transition: 0.35s;
  text-transform: uppercase;
}

.knoledge-siderbars .single-post .post-content h4 {
  margin-bottom: 0;
}

.knoledge-siderbars .single-post .post-content h4 a {
  font-size: 16px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  transition: 0.35s;
}

.knoledge-siderbars .single-post .post-content h4 a:hover {
  color: var(--primary-color1);
}

.knoledge-siderbars .single-post .post-content p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  font-family: var(--font-lato);
  margin-bottom: 22px;
  color: var(--title-color-dark);
}

.knoledge-siderbars .single-post .post-content .read-more-btn {
  padding-top: 8px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-color1);

}

.knoledge-siderbars .single-post .post-content .read-more-btn a {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  transition: 0.35s;
}

.knoledge-siderbars .single-post .post-content .read-more-btn a:hover {
  color: var(--primary-color1);
}

.knoledge-siderbars .hide {
  display: none;
  visibility: hidden;
}

.knoledge-siderbars .search-button {
  display: none;
  visibility: hidden;
}

.big .single-news-wrap .news-img img {
  max-width: 100%;
  height: 320px;
  object-fit: cover;
}

.big .single-news-wrap .post-content h5 a {
  font-size: 18px;
}

.big .single-news-wrap .post-content p {
  font-size: 18px;
  line-height: 24px;
}

.knowledge-details-content table {
  width: 100% !important;
}

.brifing-download-section .section-title {
  border-bottom: 1px solid var(--primary-color1);
  margin-bottom: 30px;
}

.brifing-download-section .section-title h2 {
  font-family: var(--font-lato);
  margin-bottom: 10px;
}

.mc4wp-response .mc4wp-alert p {
  color: var(--white);
  margin-top: 10px;
}

.search-page {
  padding: 60px 0;
}

.search-page .page-title {
  font-size: 1.6rem;
  font-weight: 700;
}

.search-page article {
  padding: 15px 0;
  border-top: 1px solid var(--title-color-dark);
}

.search-page article .entry-header .entry-title a {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--primary-color1);
  transition: 0.35s;
}

.search-page article .entry-footer {
  display: none;
  visibility: hidden;
}

.search-page .config-search-filter h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.search-page .config-search-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-page .config-search-filter ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .25rem;
  border-top: 1px solid #dee2e6 !important;
}

.search-page .config-search-filter ul li.filter-in-title-only label {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.search-page .config-search-filter ul li .form-check-inline {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.search-page .config-search-filter ul li .form-check-inline .form-check-input:focus {
  border-color: var(--primary-color1);
  outline: none;
  box-shadow: none;
}

.search-page .config-search-filter ul li .form-check-inline .form-check-input:checked {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

.search-page .config-search-filter ul li a {
  font-size: 16px;
  font-weight: 300;
  color: var(--title-color-dark);
  transition: 0.35s;
}

.search-page .config-search-filter ul li a:hover {
  color: var(--primary-color1);
}

.search-page .config-search-filter ul li.publication-wrap {
  flex-direction: column;
}

.search-page .config-search-filter ul li.publication-wrap .punlication-won {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.search-page .config-search-filter ul li.publication-wrap .sub-publications {
  width: 100%;
  padding-left: 20px;
}

.search-page .pagination {
  border-top: 1px solid var(--primary-color1);
  padding-top: 15px;
}

.search-page .pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 3px;
}


.banner-section1.single-knowledge-banner-section.publish-articles .banner-content .intro {
  color: var(--title-color-dark);
}

.knowledge-details-section .knowledge-details-content .post-content h1{
  font-size: 1.9rem;
}
.knowledge-details-section .knowledge-details-content .post-content h2 {
  font-size: 1.55rem;
}
.knowledge-details-section .knowledge-details-content .post-content h3 {
  font-size: 1.40rem;
}
.knowledge-details-section .knowledge-details-content .post-content h4 {
  font-size: 1.25rem;
}
.knowledge-details-section .knowledge-details-content .post-content h5 {
  font-size: 1.10rem;
}
.knowledge-details-section .knowledge-details-content .post-content h6{
  font-size: 1rem;
}

.search-page .page-content .searchform .screen-reader-text {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: var(--title-color-dark);
  width: 100%;
  clip: unset;
  word-wrap: normal;
  clip-path: unset;
  position: relative;
  height: auto;
  margin-bottom: 10px;
}

.search-page .page-content .searchform input {
  border: 1px solid #ddd;
  padding: 6px 15px;
  font-size: 16px;
}

.search-page .page-content .searchform #searchsubmit {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

/* mobile-search new */

.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0.7);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;

}

.container-one {
  margin: auto !important;
  width: 100%;
  max-width: 1040px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-search .container-one {
  margin-top: 100px !important;
}

.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: saira, sans-serif;
}

.mobile-search input {
  border: none;
  border-radius: unset;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: var(--white);
  border-bottom: 1px solid #7d7d7d;
  padding: 5px 0px;
  height: 50px;
}

.no-results-found {
  font-size: 18px;
  color: #fff;
  padding-top: 15px;
}

.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: rgba(var(--white), 0.6);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 43px;
  transition: 0.5s ease;
}

.mobile-search .mobile-search-wrap {
  width: 100%;
  height: 100%;
  padding: 35px 100px;
  position: fixed;
  overflow-y: auto;
}

.mobile-search .mobile-search-wrap::-webkit-scrollbar {
  width: 0;
}

.mobile-search .search-cross-btn i {
  font-size: 25px;
}

.mobile-search .search-cross-btn:hover {
  transform: scale(1.1);
  background: unset;
  color: #fff;
}

.search-option-filters {
  display: none;
}

.search-option-filters ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: saira, sans-serif;
}

.search-option-filters ul li label {
  margin-bottom: 0;
}

.search-option-filters ul li input {
  width: auto;
}

.mobile-search .people-list ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.main-search-ajax-loader {
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 40px;
}

.row.main-search-wrapper {
  padding-top: 30px;
}

.mobile-search .main-search-wrapper h5 {
  margin-bottom: 14px;
}

.mobile-search .main-search-wrapper h5 a {
  color: #fff;
  font-size: 20px;
  font-family: var(--font-Lubalin);
  font-weight: 700;
  transition: 0.35s;
}

.mobile-search .main-search-wrapper h5 a:hover {
  color: var(--primary-color1);
}

.mobile-search .main-search-wrapper .post-list {
  max-height: 250px;
  overflow: auto;
}

.mobile-search .main-search-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-search .main-search-wrapper ul li {
  line-height: 1.1;
  margin-bottom: 8px;
}

.mobile-search .main-search-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-lato);
  font-size: 14px;
}

.mobile-search .main-search-wrapper ul li a span {
  color: #ed8e38;
  display: inline-block;
  padding-left: 7px;
}

.mobile-search .main-search-wrapper ul.lawyers li a span {
  display: none;
}

.mobile-search .main-search-wrapper .post-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.mobile-search .main-search-wrapper .post-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.main-search-wrapper .view-all a {
  font-size: 14px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--primary-color1);
  display: inline-block;
  transition: 0.35s;
  text-transform: uppercase;
}

.main-search-wrapper .view-all a:hover {
  color: var(--white);
}

/* sidebar-search old */
.sidebar-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
  padding: 35px 100px;
}

.sidebar-search.slide2 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .sidebar-search {
    padding: 20px;
  }
}

.sidebar-search label {
  color: #fff;
  margin-bottom: 10px;
  font-family: saira, sans-serif;
}

.sidebar-search input {
  border: none;
  border-radius: unset;
  width: 100%;
  background: 0 0;
  transition: 0.3s ease-in-out;
  color: #212121;
  margin-bottom: 0px;
  background: #fff;
  padding: 7px 12px;
  font-size: 13px;
  font-family: saira, sans-serif;
}

.search-cross-btn.search-again-btn {
  top: 16px;
  position: relative;
  right: -7px;
}

.sidebar-search input::-moz-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.sidebar-search input:-ms-input-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.sidebar-search input::placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.sidebar-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 41px;
  transition: 0.5s ease;
}

.sidebar-search .search-cross-btn.two {
  position: absolute;
  right: 50px;
  top: 50px;
}

.sidebar-search .search-cross-btn:hover {
  background: var(--primary-color1);
  color: #fff;
}

.sidebar-search .search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

.sidebar-search .search-cross-btn button {
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: 0.35s;
}

.sidebar-search .search-cross-btn button i {
  color: var(--white);
  transition: 0.35s;
}

.sidebar-search .search-cross-btn button:hover {
  background-color: var(--white);
}

.sidebar-search .search-cross-btn button:hover i {
  color: var(--primary-color1);
}

.sidebar-search .search-cross-btn.one i {
  font-size: 18px;
  cursor: pointer;
}

/* sidebar-search new */

.sidebar-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0.7);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;

}

.container-one {
  margin: auto !important;
  width: 100%;
  max-width: 1040px;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-search .container-one {
  margin-top: 100px !important;
}

.sidebar-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: saira, sans-serif;
}

.sidebar-search input {
  border: none;
  border-radius: unset;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: var(--white);
  border-bottom: 1px solid #7d7d7d;
  padding: 5px 0px;
  height: 50px;
}

.no-results-found {
  font-size: 18px;
  color: #fff;
}

.sidebar-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: rgba(var(--white), 0.6);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 43px;
  transition: 0.5s ease;
}

.sidebar-search .mobile-search-wrap {
  width: 100%;
  height: 100%;
  padding: 35px 100px;
  position: fixed;
  overflow-y: auto;
}

.sidebar-search .mobile-search-wrap::-webkit-scrollbar {
  width: 0;
}

.sidebar-search .search-cross-btn i {
  font-size: 25px;
}

.sidebar-search .search-cross-btn:hover {
  transform: scale(1.1);
  background: unset;
  color: #fff;
}

.search-option-filters {
  display: none;
}

.search-option-filters ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.sidebar-search label {
  color: #fff;
  margin-bottom: 20px;
  font-family: saira, sans-serif;
}

.search-option-filters ul li label {
  margin-bottom: 0;
}

.search-option-filters ul li input {
  width: auto;
}

.sidebar-search .people-list ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.main-search-ajax-loader {
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 40px;
}

.row.main-search-wrapper {
  padding-top: 30px;
}


.sidebar-search .main-search-wrapper h5 a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  font-family: var(--font-Lubalin);
  transition: 0.35s;
}

.sidebar-search .main-search-wrapper h5 a:hover {
  color: var(--primary-color1);
}

.sidebar-search .main-search-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-search .main-search-wrapper .post-list {
  max-height: 250px;
  overflow: auto;
}

.sidebar-search .main-search-wrapper ul li {
  line-height: 1.1;
  margin-bottom: 8px;
}

.sidebar-search .main-search-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-lato);
  font-size: 14px;
}

.sidebar-search .main-search-wrapper ul li a span {
  color: #ed8e38;
  display: inline-block;
  padding-left: 7px;
}

.sidebar-search .main-search-wrapper .post-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.sidebar-search .main-search-wrapper .post-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}



.lode-more-data {
  padding-top: 3rem;
  display: none;
}

.lode-more-data.active {
  display: block;
}

.knoledge-siderbars .main-search-wrapper h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 9px;
}

.knoledge-siderbars .main-search-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 150px;
  overflow: auto;
}

.knoledge-siderbars .main-search-wrapper ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.knoledge-siderbars .main-search-wrapper ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.knoledge-siderbars .main-search-wrapper ul li {
  line-height: 1.1;
  margin-bottom: 8px;
}

.knoledge-siderbars .main-search-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.ac_results {
  display: none;
  visibility: hidden;
}

.big .single-news-wrap .post-content h5 {
  min-height: unset;
}

.single-news-wrap .post-content p.for-guide-height {
  min-height: 44px;
}

@media (max-width: 1400px) {
  .single-news-wrap .post-content p.for-guide-height {
    min-height: 66px;
  }
}

@media (max-width: 1199px) {
  .banner-section1.knowledge-banner-section.home-banner-section .banner-wrapper {
    min-height: 720px !important;
    height: unset !important;
    padding: 80px 0;
  }

  .mobile-search .mobile-search-wrap {
    padding: 35px 50px;
  }

  .banner-section1 .banner-wrapper .banner-content {
    position: relative;
    width: 100%;
    left: unset;
    top: unset;
    transform: unset;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .knowledge-insight-section .knowledge-wrapper {
    border-bottom: none;
    padding-bottom: 0;
  }

  .knowledge-insight-section .load-more-button {
    border-top: 1px solid var(--primary-color1);
    margin-top: 30px;
  }

  .mobile-search .mobile-search-wrap {
    padding: 35px 20px;
  }

  .knowledge-details-section .knowledge-details-content .related-pepole-section .single-lawyer .item-image {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .banner-section1.knowledge-banner-section.home-banner-section .banner-wrapper {
    min-height: 830px !important;
    height: unset !important;
    padding: 80px 0;
  }

  .knowledge-insight-section .section-title-and-social .insight-section-title h2 {
    font-size: 3rem;
    line-height: 56px;
  }

  .mobile-search {
    padding: 20px 20px;
  }
}

@media (max-width: 576px) {

  .knowledge-insight-section .section-title-and-social .insight-section-title h2 {
    font-size: 2.5rem;
    line-height: 42px;
  }
}


div#cookie-law-info-bar {
  display: none;
  visibility: hidden;
}

.banner-section1.single-knowledge-banner-section .banner-content.alart .intro {
  border-top: 2px solid #ed8e38;
}

.knowledge-archive-wrap .box-content.boder-top-none {
  margin-bottom: 0;
  padding: 0;
}

.knowledge-archive-wrap .box-content.boder-top-none .single-post {
  border-top: unset;
}

.signup-modal-btn {
  background-color: var(--primary-color1);
  padding: 20px 25px 20px;
  position: relative;
}

.signup-modal-btn .title .white-txt {
  color: var(--title-color-dark);
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--font-Lubalin);
}

.signup-modal-btn .purple1-txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: var(--font-lato);
  color: var(--white);
  margin-bottom: 0;
}

.signup-modal-btn .box-ico {
  position: absolute;
  top: 10px;
  right: 28px;
}

#signupModal .close {
  background-color: transparent;
}

#signupModal .close span {
  font-size: 30px;
}

.knowledge-insight-section .knoledge-siderbars .pensions-essentials-widget,
.knowledge-insight-section .knoledge-siderbars .days7-widget {

  padding: 20px 25px 20px;
}

.knowledge-insight-section .knoledge-siderbars .search-widget form {
  padding-top: 12px;
}

.menu-top-nav-container {
  margin-right: 144px;
}

header.style-1 .top-nav ul li:last-child:after {
  display: none;
  visibility: hidden;
}

header.style-1 .top-nav ul li::after {
  top: 54%;
}

header.style-1 .top-nav ul li a {
  font-weight: 600 !important;
}

.prev-next-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  display: inline-flex;
  transition: 0.35s;
  align-items: center;
  gap: 5px;
}

.prev-next-btn a:hover {
  background-color: var(--primary-color1);
  color: var(--white);
  border-color: var(--primary-color1);
}

.button-group {
  padding-top: 50px;
}

.pub-post-image img {
  width: 100%;
  margin-bottom: 30px;
  height: 320px;
  object-fit: cover;
}

.days7-widget .section-title h2 {
  font-size: 20px;
  font-family: var(--font-Lubalin);
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  footer .footer-content .footer-menu li {
    padding: 0px 7px;
    position: relative;
  }
  
}

.others-card a {
  min-height: 100px;
  background: #c71c2d;
  display: flex;
  align-items: center;
  padding: 20px 25px 20px;
  font-family: var(--font-Lubalin);
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.others-card.abbreviations a {
  color: #fff;
}

.others-card.two a {
  background: #F1AA84;
}

.banner-content.with-out-bg h1 {
  color: #fff;
  padding: 9px 19px;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #3e003c;
  margin-bottom: 25px;
}

.briefings .banner-content.with-out-bg h1 {
  background-color: var(--primary-color1);
}

.hot-topics .banner-content.with-out-bg h1 {
  background-color: var(--primary-color1);
}

.banner-content.with-out-bg p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  font-family: var(--font-lato);
  color: var(--title-color-dark);
  border-top: 1px solid var(--primary-color1);
  padding-top: 15px;
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 25px;
}

@media (min-width: 1200px) {
  .banner-section1.knowledge-banner-section .banner-wrapper .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar-search .mobile-search-wrap {
    padding: 35px 10px;
}
.knowledge-details-section.blog .knowledge-details-content .category-title h1 {
  max-width: 220px;
}
}

.related-pepole-section.blog .item-image {
  margin-bottom: 10px;
}

.related-pepole-section.blog .col-sm-12 .single-item {
  border-bottom: 1px solid var(--primary-color1);
  padding-bottom: 15px;
}

.related-pepole-section.blog .col-sm-12:last-child .single-item {
  border-bottom: unset;
  padding-bottom: 0;
}

.knowledge-insight-section .knoledge-siderbars .social-icon {
  margin-top: 10px;
  gap: 0;
}

.knowledge-insight-section .knoledge-siderbars .social-icon li {
  margin-right: 10px;
}

.banner-content.with-out-bg.for-date h1{
  margin-bottom: 15px;
}
.banner-content.with-out-bg.for-date span{
  font-size: 16px;
  font-weight: 300;
  color: var(--title-color-dark);
  display: inline-block;
  margin-bottom: 20px;
}
/* .knowledge-details-section.blog .knowledge-details-content .category-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
} */
.blog-author-area {
  padding: 10px;
  max-width: 250px;
  width: 100%;
  display: block;
}
.blog-author-area img{
  	width: 100%;
  	height: auto;
    object-fit: cover;
}
.blog-author-area span{
  display: block;
  padding: 5px 0 0;
}
.knowledge-details-section.blog .knowledge-details-content .category-title h1 {
  background-color: var(--primary-color1);
  /* min-width: 220px; */
  width: 100%;
}
.knowledge-details-section.blog .knowledge-details-content .category-title .title-and-date{
  width: 100%;
}
.knowledge-details-section.blog {
  background-color: #efece4;
  padding: 40px 0 60px;
}
.post-content ul {padding-left: 0.9em;}



@media (max-width: 991px) {
  .knowledge-insight-section ul.blog-navigation {
    gap: 0;
    margin-bottom: 15px;
  }
  .knowledge-insight-section ul.blog-navigation li{
    margin-right: 15px;
  }
  .knowledge-insight-section ul.blog-navigation li:last-child{
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .banner-section1.knowledge-banner-section .banner-wrapper .banner-content h1 {
    line-height: 48px;
    font-size: 33px;
    margin-bottom: 30px;
    padding: 0 5px;
  }

  .banner-section1.knowledge-banner-section.home-banner-section .banner-wrapper {
    min-height: 720px !important;
    padding: 50px 0;
    background-position: center;
  }

  footer .footer-content .footer-menu li::after {
    top: 60%;
  }
}
.filter-input-wrapper, .filter-input-wrapper-sidebar {
  display: flex;
  justify-content: start;
  align-items: start;
}
.filter-input-wrapper input, .filter-input-wrapper-sidebar input{
  height: 20px;
  padding: 0 !important;
  width: 20px;
  margin-right: 10px;
}
.mobile-search .row.main-search-wrapper{
  padding-top: 0;
}
.mobile-search .filter-input-wrapper, .sidebar-search .filter-input-wrapper-sidebar{
  padding-top: 20px;
  gap: 30px;
}
.mobile-search .filter-input-wrapper .form-inner, .sidebar-search .filter-input-wrapper-sidebar .form-inner{
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.mobile-search .filter-input-wrapper .form-inner input, .sidebar-search .filter-input-wrapper-sidebar .form-inner input {
  margin-right: 0;
  height: 16px;
  width: 16px;
}
.mobile-search .filter-input-wrapper .form-inner label, .sidebar-search .filter-input-wrapper-sidebar .form-inner label{
  margin-bottom: 0;
  font-family: var(--font-lato);
  font-size: 14px;
  line-height: 1;
}
.post-content ol {
  padding-left: 0.9em;
}
.knowledge-details-content .post-content ol li {
  font-size: 16px;
  font-family: var(--font-lato);
  font-weight: 200;
  margin-bottom: 5px;
  line-height: 22px;
  color: var(--title-color-dark);
}