body {
  /* background-color: #f75800; */
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 34px;
}
.fw-light {
  font-weight: 300;
}
.dark-border {
  border-bottom: 1px #1d1c1c59 solid;
}
.homebody {
  background: rgb(255, 34, 1);
  background: linear-gradient(
    180deg,
    rgba(255, 34, 1, 1) 0%,
    rgba(255, 89, 6, 1) 100%
  );
  color: #ffffff;
}
.main-list,
.small-list {
  list-style: none;
}
.main-list li {
  font-size: 28px;
  margin-bottom: 3px;
  font-weight: 500;
}
.main-list li a {
  color: #ffffff;
  text-decoration: none;
}
.main-list li a:hover,
.main-list li a:focus,
.small-list li a:hover,
.small-list li a:focus {
  color: #000000;
}

/* menu */
.offcanvas {
  background: rgb(255, 34, 1);
  background: linear-gradient(
    180deg,
    rgba(255, 34, 1, 1) 0%,
    rgba(255, 89, 6, 1) 100%
  );
  width: 95% !important;
  padding: 30px;
}
.offcanvas-header .btn-close {
  color: #ffffff;
  background: url("../images/close.svg");
}
.section-padding {
  padding: 50px 0;
}
.hamburger svg {
  fill: #ffffff;
}
.text-justify {
  text-align: justify;
}
.navigation .btn {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  background-color: transparent;
  background: transparent;
  border: 0;
  display: block;
  text-align: left;
}
.navigation .btn:hover {
  color: #000000;
}
.navigation .btn:active {
  border: none;
}
.dropend .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-menu {
  background-color: transparent;
  border: none;
  left: 150px !important;
}
.navigation .dropdown-item {
  color: #ffffff;
  font-weight: 500;
}
.navigation .dropdown-item:hover {
  background-color: transparent;
  color: #ffffff;
  display: block;
  content: " ";
  background: transparent url(../images/arrow.svg) no-repeat 0px 10px;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background-position-x: right;
  width: auto;
  float: left;
}
.mobile-nav {
  flex-direction: column;
  align-items: flex-start;
}
.mobile-nav .btn-group {
  width: 400px;
  text-align: left;
  display: block;
}
.logo,
.inner-logo {
  max-width: 200px;
  width: 100%;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  opacity: 0.2;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  width: 100px;
  height: 3px;
}
.slick-dots li button {
  background-color: #ffffff;
  padding: 0;
}
.slick-dots li button:before {
  content: none;
}
.header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  left: 0;
  padding: 0 30px 10px 30px !important;
}
.text-red {
  color: #eb3f27;
}
section {
  padding: 50px 0;
}

footer {
  /* background-color: #ff5806; */
  background: rgb(255, 34, 1);
  background: linear-gradient(
    180deg,
    rgba(255, 34, 1, 1) 0%,
    rgba(255, 89, 6, 1) 100%
  );
  padding: 50px 0;
}
footer li {
  list-style: none;
}
footer li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
footer li a:hover {
  color: #000000;
}
.slick-next {
  right: 0px;
}
.about-big {
  color: #eb3f27;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.media-card {
  border: 0;
}
.media-card small {
  text-transform: uppercase;
  color: #666666;
}
.media-card h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 7px;
}
.mdate {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #ddac75;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tarrow {
  width: 20px;
  height: 90%;
  background-color: #ff3b02;
  position: relative;
  flex: none;
}
.tarrow:before {
  content: url(../images/timeline/arrow-back.png);
  display: block;
  width: 20px;
  position: absolute;
  top: -17px;
}
.tarrow:after {
  content: url(../images/timeline/arrow-down.png);
  display: block;
  width: 20px;
  position: absolute;
  bottom: -15px;
}
.tcard .timg {
  max-width: 160px;
  flex: none;
}
.tline {
  width: 140px;
  height: 2px;
  background-color: #eb3f27;
  margin-left: -20px;
  margin-bottom: 10px;
}
.right-tcard {
  width: calc(50% + 20px) !important;
}
.right-tcard .tline {
  margin-left: 0px;
  margin-right: -20px;
}
.link {
  display: flex;
  flex-direction: column;
}
.link a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 600;
}
.link a:hover {
  color: #000000;
}
.contact-banner {
  background: rgb(255, 34, 1);
  background: linear-gradient(
    180deg,
    rgba(255, 34, 1, 1) 0%,
    rgba(255, 89, 6, 1) 100%
  );
  color: #ffffff;
  height: 75vh;
}
.contact-h1 {
  position: absolute;
  bottom: 15vh;
  left: 10vh;
  font-size: 90px;
}
.logo-slider .slick-slide {
  margin: 0 10px;
}
.logo-slider .slick-next {
  right: -25px;
}

#navbar_top{
  transition: .3s;
}

.fixed-top {
  transition: .3s;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
  border-bottom: 2px solid #eff0f7;
  box-shadow: 0 2px 12px rgb(20 20 43/8%);
  /* background: rgb(255, 34, 1);
  background: linear-gradient(
    180deg,
    rgba(255, 34, 1, 1) 0%,
    rgba(255, 89, 6, 1) 100%
  ); */
  /* color: #ffffff; */
}
.fixed-top .hamburger svg path {
  stroke: red;
}
.fixed-top .logo, .fixed-top .inner-logo{
  max-width: 180px;
    width: 100%;
    visibility: visible !important;
}



.image-container {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	padding: 0 5px;
}

.image-container div {
	position: relative;
	margin-bottom: 5px;
}

.image-container img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.image-container div:first-child img,
.image-container div:nth-child(9) img,
.image-container div:nth-child(10) img
{
	height: 300px;
}
.image-container div:nth-child(1) img
{
	height: 400px;
}

.image-container div:nth-child(5) img, .image-container div:nth-child(7) img  {
	height: 360px;
}

.image-container div:nth-child(8) img, .image-container div:nth-child(80) img, .image-container div:nth-child(89) img, .image-container div:nth-child(91) img {
	height: 400px;
	margin-bottom: 0;
}

.image-container div:nth-child(11) img {
	height: 320px;
	margin-bottom: 0;
}
.image-container div:nth-child(41) img {
	height: 180px;
	margin-bottom: 0;
}

.image-container div:last-child {
	margin-bottom: 0;
}

button.filters-cta {
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	bottom: 48px;
	right: auto;

	/* right: 16px;
            bottom: 40px; */
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	background: rgb(233 30 99 / 85%);
	color: #fff;
	border: 0;
	border-radius: 100%;
	z-index: 999;
}

button.filters-cta span {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	margin-top: 4px;
	font-size: 48px;
}

button.filters-cta:hover span {
	-webkit-transform: rotate(26deg) scale(1.1);
	transform: rotate(26deg) scale(1.1);
	-webkit-transition: linear 0.2s;
	transition: linear 0.2s;
	margin-left: -2px;
}

.filter-preset-1 {
	-webkit-filter: contrast(110%) brightness(110%) saturate(130%);
	filter: contrast(110%) brightness(110%) saturate(130%);
}

.filter-preset-2 {
	-webkit-filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
	filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
}

.filter-preset-3 {
	-webkit-filter: contrast(90%) brightness(110%) saturate(150%)
		hue-rotate(-10deg);
	filter: contrast(90%) brightness(110%) saturate(150%) hue-rotate(-10deg);
}

.filter-preset-4 {
	-webkit-filter: contrast(140%) sepia(50%);
	filter: contrast(140%) sepia(50%);
}

.filter-preset-5 {
	-webkit-filter: contrast(90%) brightness(110%);
	filter: contrast(90%) brightness(110%);
}

.filter-preset-6 {
	-webkit-filter: contrast(120%) saturate(125%);
	filter: contrast(120%) saturate(125%);
}

.filter-preset-7 {
	-webkit-filter: contrast(90%) sepia(20%);
	filter: contrast(90%) sepia(20%);
}

.filter-preset-8 {
	-webkit-filter: brightness(105%) hue-rotate(350deg);
	filter: brightness(105%) hue-rotate(350deg);
}

.filter-preset-9 {
	-webkit-filter: contrast(90%) brightness(120%) saturate(110%);
	filter: contrast(90%) brightness(120%) saturate(110%);
}

.filter-preset-10 {
	-webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
	filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
}

.filter-preset-11 {
	-webkit-filter: contrast(150%) saturate(110%);
	filter: contrast(150%) saturate(110%);
}

.filter-preset-12 {
	-webkit-filter: contrast(95%) brightness(95%) saturate(150%) sepia(25%);
	filter: contrast(95%) brightness(95%) saturate(150%) sepia(25%);
}

.filter-preset-13 {
	-webkit-filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
	filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
}

.filter-preset-14 {
	-webkit-filter: contrast(75%) brightness(115%) saturate(85%);
	filter: contrast(75%) brightness(115%) saturate(85%);
}

.filter-preset-15 {
	-webkit-filter: contrast(108%) brightness(108%) sepia(8%);
	filter: contrast(108%) brightness(108%) sepia(8%);
}

.filter-preset-16 {
	-webkit-filter: none !important;
	filter: none !important;
}

.logo-slider img{
  border-radius: 15px;
}


@media screen and (max-width: 1023px) {
	.image-container {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding: 20px;
	}

	.image-container div:first-child img {
		height: 400px;
	}

	.image-container div:nth-child(5) img {
		height: 560px;
	}

	.image-container div:nth-child(8) img {
		height: 420px;
	}
}

@media screen and (max-width: 767px) {
	.image-container {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding: 0;
	}

	.image-container div img {
		height: auto !important;
    width: 100% !important;
	}

	button.filters-cta {
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
		bottom: 48px;
		right: auto;
	}
}


@media (max-width: 1024px) {
  p {
    font-size: 14px;
  }
  .about-big {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .main-list li {
    font-size: 20px;
  }
  .small-list li,
  h6 {
    font-size: 16px;
  }
  .main-list,
  .small-list,
  h6 {
    padding-left: 0;
  }
  .about-big {
    font-size: 34px;
}
  .tcard .timg {
    max-width: 120px;
  }
  .home-drop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .home-drop .dropdown-menu {
    text-align: center;
    background-color: transparent;
    left: 0px !important;
    position: relative !important;
    transform: none !important;
  }
  .header {
    position: relative;
    padding: 0 15px 10px 15px !important;
}
.header .hamburger svg path{
  stroke: red;
}
.homebody .header .hamburger svg path{
  stroke: #ffffff;
}
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  .logo {
    width: 180px;
  }
  .inner-logo {
    width: 130px;
  }
  .fixed-top .logo, .fixed-top .inner-logo {
    max-width: 130px;
    width: 100%;
}
  .single-item .slick-slide img {
    height: 300px;
    object-fit: cover;
  }
  .navigation .btn {
    font-size: 17px;
  }
  .offcanvas-header .btn-close {
    width: 24px;
    height: 24px;
    padding: 0 !important;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    width: 60px;
    height: 2px;
  }
  .navigation .dropdown-menu {
    background-color: transparent;
    left: 0px !important;
    position: relative !important;
    transform: none !important;
  }
  .navigation .dropdown-item {
    font-size: 13px;
  }

  .main-list li {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .small-list li,
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .text-justify {
    text-align: center;
  }
  .about-big {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .left-tcard,
  .right-tcard {
    width: 100% !important;
  }
  .right-tcard {
    flex-direction: row-reverse;
  }
  .right-tcard .tcontent {
    text-align: left !important;
  }
  .right-tcard .tline {
    margin-left: -20px;
    margin-right: 0;
  }
  .tcard h5 {
    font-size: 17px;
  }
  .contact-banner {
    height: 45vh;
  }
  .contact-h1 {
    position: absolute;
    bottom: 10vh;
    left: 15px;
    font-size: 46px;
  }
   .slick-dots {
    bottom: 15px !important;
  }

  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    width: 20px !important;
    height: 2px !important;
  }
}
