@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
:root {
  --ltn__body-font: "Heebo", sans-serif;
  --font-heebo:"Heebo", sans-serif;
  --white:#fff;
  --color-1:#565656;
  --color-2:#151515;
  --color-3:#878787;
  --color-4:#c9c9c9;
  --background-1:#bb1919;
  --background-2:#a91717;
  --background-3:#e12b2b;
  --background-4:#f7f7f7;
  --border-1:#e3e3e3;
  --border-2:#444444;
  --transition: all .3s ease-in-out;
}

body {
  font-family: var(--ltn__body-font) !important;
  overflow-x: hidden;
  background: none;
}

.padding20 {
  padding: 20px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding80 {
  padding: 80px 0;
}

.padding120 {
  padding: 120px 0;
}

.background-1 {
  background: var(--background-4);
}

.background-2 {
  background: var(--color-2);
}

header .top-menu {
  padding: 6px 0;
}
header .top-menu .navbar {
  padding: 0;
}
header .top-menu .navbar ul li {
  padding: 0px 5px;
  font-family: var(--font-heebo);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
header .top-menu .navbar ul li a {
  text-decoration: none;
  color: var(--color-1);
}
header .logoarea {
  background: var(--background-1);
  padding: 15px 0;
}
header .nav-bg {
  background: var(--background-2);
  padding: 5px 0;
}
header .menu .navbar {
  padding: 0;
}
header .menu .navbar ul li {
  font-family: var(--font-heebo);
  font-size: 17px;
  font-weight: 700;
  padding: 7px 0;
}
header .menu .navbar ul li a {
  color: var(--white);
  padding: 10px 12px;
  text-decoration: none;
}

figure {
  margin: 0 !important;
}
figure .banner {
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  color: var(--white);
  position: relative;
  min-height: 450px;
}
figure .banner::before {
  content: ""; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.65+99 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
figure .banner .category {
  background: var(--background-3);
  padding: 3px 15px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font-heebo);
  margin-right: 10px;
}
figure .banner .category a {
  color: var(--white);
  text-decoration: none;
}
figure .banner .date {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 500;
}
figure .banner h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 70px;
  font-weight: 700;
  margin: 15px 0 0;
}
figure .banner h3 a {
  color: var(--white);
  text-decoration: none;
}

figcaption h1 {
  font-size: 40px;
  color: var(--color-2);
  font-weight: 700;
}
figcaption .breadcrumb {
  margin: 0 0 10px;
}
figcaption .breadcrumb ul {
  margin: 0;
  padding: 0;
}
figcaption .breadcrumb ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  position: relative;
  margin: 0 10px;
  color: var(--color-3);
}
figcaption .breadcrumb ul li::after {
  content: "/";
  position: absolute;
  top: 0px;
  margin: 0 6px;
}
figcaption .breadcrumb ul li a {
  color: var(--color-2);
  text-decoration: none;
}

section .world h3 {
  font-family: var(--font-heebo);
  font-size: 26px;
  font-weight: 700;
  position: relative;
  background-position: center calc(1em + 2px);
  background-image: linear-gradient(to top, #e12b2b 3px, rgba(255, 255, 255, 0) 3px);
  display: inline-block;
  margin-bottom: 30px;
}
section .world .owl-carousel .item:hover .img img {
  transform: scale(1.1);
}
section .world .owl-carousel .item .img {
  position: relative;
  overflow: hidden;
}
section .world .owl-carousel .item .img img {
  transition: 0.3s;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}
section .world .owl-carousel .item .img .category {
  background: var(--background-3);
  font-family: var(--font-heebo);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 9px;
}
section .world .owl-carousel .item .img .category a {
  color: var(--white);
  text-decoration: none;
}
section .world .owl-carousel .item h4 {
  font-family: var(--font-heebo);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
section .world .owl-carousel .item h4 a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .world .owl-carousel .item h4 a:hover {
  color: var(--background-3);
}
section .world .owl-carousel .item .date {
  color: var(--color-3);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 15px 0;
}
section .world .owl-carousel .owl-nav .owl-prev, section .world .owl-carousel .owl-nav .owl-next {
  width: 28px;
  height: 28px;
  border: solid 2px var(--background-3);
  border-radius: 50px;
  transition: var(--transition);
  position: absolute;
}
section .world .owl-carousel .owl-nav .owl-prev i, section .world .owl-carousel .owl-nav .owl-next i {
  font-size: 14px;
}
section .world .owl-carousel .owl-nav .owl-prev:hover, section .world .owl-carousel .owl-nav .owl-next:hover {
  background: var(--background-3);
}
section .world .owl-carousel .owl-nav .owl-prev {
  top: -50px;
  right: 35px;
}
section .world .owl-carousel .owl-nav .owl-next {
  top: -50px;
  right: 0;
}
section .world .owl-carousel .owl-dots {
  display: none;
}
section .bussiness h5 {
  font-family: var(--font-heebo);
  font-size: 26px;
  font-weight: 700;
  position: relative;
  background-position: center calc(1em + 2px);
  background-image: linear-gradient(to top, #e12b2b 3px, rgba(255, 255, 255, 0) 3px);
  display: inline-block;
  margin-bottom: 20px;
}
section .bussiness .item {
  border-bottom: solid 1px var(--border-1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
section .bussiness .item .img-box {
  position: relative;
}
section .bussiness .item .img-box .category {
  background: var(--background-3);
  font-family: var(--font-heebo);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 9px;
}
section .bussiness .item .img-box .category a {
  color: var(--white);
  text-decoration: none;
}
section .bussiness .item .date {
  color: var(--color-3);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 15px 0;
}
section .bussiness .item h3 {
  font-family: var(--font-heebo);
  font-size: 28px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
section .bussiness .item h3 a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .bussiness .item h3 a:hover {
  color: var(--background-3);
}
section .bussiness .item p {
  color: var(--color-1);
  font-family: var(--font-heebo);
  font-size: 15px;
  line-height: 25px;
}
section .bussiness .item2 {
  margin-bottom: 20px;
}
section .bussiness .item2:hover .img img {
  transform: scale(1.1);
}
section .bussiness .item2 .img {
  position: relative;
  overflow: hidden;
}
section .bussiness .item2 .img img {
  transition: 0.3s;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}
section .bussiness .item2 .img .category {
  background: var(--background-3);
  font-family: var(--font-heebo);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 9px;
}
section .bussiness .item2 .img .category a {
  color: var(--white);
  text-decoration: none;
}
section .bussiness .item2 h4 {
  font-family: var(--font-heebo);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
section .bussiness .item2 h4 a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .bussiness .item2 h4 a:hover {
  color: var(--background-3);
}
section .bussiness .item2 .date {
  color: var(--color-3);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 15px 0;
}
section .bussiness .right-side .tabs ul li {
  margin-right: 15px;
}
section .bussiness .right-side .tabs ul li img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section .bussiness .right-side .tabs ul li .active {
  border-bottom: solid 2px var(--background-3);
}
section .bussiness .right-side .tabs ul li button {
  font-size: 15px;
  font-weight: 700;
  background: none;
  border: none;
}
section .bussiness .right-side .tabs .tab-content .list ul {
  margin: 0;
  padding: 0;
}
section .bussiness .right-side .tabs .tab-content .list ul li {
  list-style: none;
  transition: var(--transition);
  margin-bottom: 20px;
}
section .bussiness .right-side .tabs .tab-content .list ul li .date {
  color: var(--color-3);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
section .bussiness .right-side .tabs .tab-content .list ul li h4 {
  font-family: var(--font-heebo);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  line-height: 25px;
}
section .bussiness .right-side .tabs .tab-content .list ul li h4 a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .bussiness .right-side .tabs .tab-content .list ul li h4 a:hover {
  color: var(--background-3);
}
section .bussiness .right-side .latest h4 {
  font-family: var(--font-heebo);
  font-size: 26px;
  font-weight: 700;
  position: relative;
  background-position: center calc(1em + 2px);
  background-image: linear-gradient(to top, #e12b2b 3px, rgba(255, 255, 255, 0) 3px);
  display: inline-block;
  margin-bottom: 20px;
}
section .bussiness .right-side .latest .owl-carousel .item {
  position: relative;
}
section .bussiness .right-side .latest .owl-carousel .item img {
  width: 100%;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}
section .bussiness .right-side .latest .owl-carousel .item .content {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
section .bussiness .right-side .latest .owl-carousel .item .content .category {
  background: var(--background-3);
  font-family: var(--font-heebo);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 9px;
}
section .bussiness .right-side .latest .owl-carousel .item .content .category a {
  color: var(--white);
  text-decoration: none;
}
section .bussiness .right-side .latest .owl-carousel .item .content .date {
  color: var(--white);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 15px 0;
}
section .bussiness .right-side .latest .owl-carousel .item .content h5 {
  font-family: var(--font-heebo);
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 22px;
}
section .bussiness .right-side .latest .owl-carousel .item .content h5 a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
section .bussiness .right-side .latest .owl-carousel .item .content h5 a:hover {
  color: var(--background-3);
}
section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-prev, section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-next {
  width: 28px;
  height: 28px;
  border: solid 2px var(--background-3);
  border-radius: 50px;
  transition: var(--transition);
  position: absolute;
}
section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-prev i, section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-next i {
  font-size: 14px;
}
section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-prev:hover, section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-next:hover {
  background: var(--background-3);
}
section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-prev {
  top: -50px;
  right: 35px;
}
section .bussiness .right-side .latest .owl-carousel .owl-nav .owl-next {
  top: -50px;
  right: 0;
}
section .bussiness .right-side .latest .owl-carousel .owl-dots {
  display: none;
}
section .jobs .item {
  position: relative;
}
section .jobs .item::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  position: absolute;
}
section .jobs .item .img {
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
}
section .jobs .item .img2 {
  height: 399px;
  -o-object-fit: cover;
     object-fit: cover;
}
section .jobs .item .content {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
section .jobs .item .content .category {
  background: var(--background-3);
  font-family: var(--font-heebo);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 9px;
}
section .jobs .item .content .category a {
  color: var(--white);
  text-decoration: none;
}
section .jobs .item .content .date {
  color: var(--white);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 15px 0;
}
section .jobs .item .content h5 {
  font-family: var(--font-heebo);
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 22px;
}
section .jobs .item .content h5 a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
section .jobs .item .content h5 a:hover {
  color: var(--white);
}
section .travel h3 {
  font-family: var(--font-heebo);
  font-size: 24px;
  font-weight: 700;
  position: relative;
  background-position: center calc(1em + 2px);
  background-image: linear-gradient(to top, #e12b2b 3px, rgba(255, 255, 255, 0) 3px);
  display: inline-block;
  margin-bottom: 30px;
}
section .travel .item:hover .img img {
  transform: scale(1.1);
}
section .travel .item .img {
  position: relative;
  overflow: hidden;
}
section .travel .item .img img {
  transition: 0.3s;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section .travel .item .img .category {
  background: var(--background-3);
  font-family: var(--font-heebo);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 9px;
}
section .travel .item .img .category a {
  color: var(--white);
  text-decoration: none;
}
section .travel .item h4 {
  font-family: var(--font-heebo);
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
section .travel .item h4 a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .travel .item h4 a:hover {
  color: var(--background-3);
}
section .travel .item .date {
  color: var(--color-3);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 15px 0;
}
section .travel .item p {
  font-size: 15px;
  line-height: 25px;
  color: var(--color-1);
}
section .travel .list {
  border-top: solid 1px var(--border-1);
  padding-top: 40px;
  margin-top: 25px;
}
section .travel .list img {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
section .travel .list .post-date {
  font-size: 12px;
  font-family: var(--font-heebo);
  text-transform: uppercase;
  color: var(--color-3);
}
section .travel .list .text {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-4);
}
section .travel .list .text a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .travel .list .text a:hover {
  color: var(--color-1);
}
section .travel .right-side {
  background: var(--background-4);
  padding: 20px;
}
section .travel .right-side ul {
  margin: 0;
  padding: 0;
}
section .travel .right-side ul li {
  list-style: none;
  transition: var(--transition);
  font-family: var(--font-heebo);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: solid 1px var(--border-1);
  padding: 12px 0;
}
section .travel .right-side ul li .post-date {
  color: var(--color-1);
  font-size: 13px;
  margin-bottom: 8px;
}
section .travel .right-side ul li a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .travel .right-side ul li a:hover {
  color: var(--background-3);
}
section .travel .right-side ul li:last-child {
  border: none;
}
section .page-listing .img {
  height: 211px;
  -o-object-fit: cover;
     object-fit: cover;
}
section .page-listing .postdate ul {
  margin: 0;
  padding: 0;
}
section .page-listing .postdate ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-3);
}
section .page-listing .postdate ul li a {
  color: var(--color-3);
  text-decoration: none;
}
section .page-listing .postdate ul li span {
  background: var(--background-3);
  padding: 1px 8px;
  color: var(--white);
}
section .page-listing .postdate ul li span a {
  color: var(--white);
  text-decoration: none;
}
section .page-listing h2 {
  font-size: 28px;
  font-weight: 700;
}
section .page-listing h2 a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .page-listing h2 a:hover {
  color: var(--background-3);
}
section .page-listing p {
  font-size: 15px;
  color: var(--color-1);
  line-height: 25px;
}
section .page-listing .right-side {
  background: var(--background-4);
  padding: 20px;
}
section .page-listing .right-side ul {
  margin: 0;
  padding: 0;
}
section .page-listing .right-side ul li {
  list-style: none;
  transition: var(--transition);
  font-family: var(--font-heebo);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-bottom: solid 1px var(--border-1);
  padding: 12px 0;
}
section .page-listing .right-side ul li .post-date {
  color: var(--color-1);
  font-size: 13px;
  margin-bottom: 8px;
}
section .page-listing .right-side ul li a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .page-listing .right-side ul li a:hover {
  color: var(--background-3);
}
section .page-listing .right-side ul li:last-child {
  border: none;
}
section .page-listing .tabs .list ul {
  margin: 0;
  padding: 0;
}
section .page-listing .tabs .list ul li {
  list-style: none;
  transition: var(--transition);
  margin-bottom: 20px;
}
section .page-listing .tabs .list ul li .date {
  color: var(--color-3);
  font-family: var(--ltn__body-font);
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
section .page-listing .tabs .list ul li h4 {
  font-family: var(--font-heebo);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  line-height: 25px;
}
section .page-listing .tabs .list ul li h4 a {
  color: var(--color-2);
  text-decoration: none;
  transition: var(--transition);
}
section .page-listing .tabs .list ul li h4 a:hover {
  color: var(--background-3);
}
section .page-listing h5 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-2);
  margin-bottom: 20px;
}
section .page-details .category {
  background: var(--background-3);
  font-family: var(--font-heebo);
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 20px;
}
section .page-details .category a {
  color: var(--white);
  text-decoration: none;
}
section .page-details h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-2);
}
section .page-details p {
  font-size: 18px;
  color: var(--color-1);
  line-height: 30px;
}
section .page-details .postdate {
  margin: 10px 0;
  display: inline-block;
}
section .page-details .postdate ul {
  margin: 0;
  padding: 0;
}
section .page-details .postdate ul li {
  list-style: none;
  transition: var(--transition);
  float: left;
  margin-right: 10px;
  color: var(--color-3);
  font-size: 14px;
}
section .page-details .postdate ul li img {
  width: 28px;
  border-radius: 50px;
}
section .page-details .postdate ul li a {
  color: var(--color-2);
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
}

footer {
  background: var(--color-2);
  padding-top: 50px;
}
footer .logo {
  width: 200px;
}
footer p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  line-height: 25px;
}
footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 40px;
}
footer .list .post-date {
  font-size: 12px;
  font-family: var(--font-heebo);
  text-transform: uppercase;
  color: var(--color-4);
}
footer .list .text {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-4);
}
footer .list .text a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
footer .list .text a:hover {
  color: var(--color-4);
}
footer .nav ul {
  margin: 0;
  padding: 0;
}
footer .nav ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 15px;
  padding: 5px 0;
}
footer .nav ul li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: var(--transition);
}
footer .nav ul li a:hover {
  color: var(--color-4);
}
footer .copyright {
  border-top: solid 1px var(--border-2);
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
footer .copyright .menu ul {
  margin: 0;
  padding: 0;
  float: right;
}
footer .copyright .menu ul li {
  list-style: none;
  transition: var(--transition);
  font-size: 12px;
  float: left;
  margin-right: 10px;
}
footer .copyright .menu ul li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: var(--transition);
}
footer .copyright .menu ul li a:hover {
  color: var(--color-4);
}/*# sourceMappingURL=stylesheet.css.map */