@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600;700&family=Roboto:wght@300;400;500;700&display=swap");
.color-3 {
  color: #f69c1d;
}

::marker{
color:#f69c1d}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

b,
strong {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875em;
}

.toper {
  background: #323232;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}

.toper__left a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms linear;
}

.toper__left a:hover {
  color: #f69c1d;
}

.toper__right {
  text-align: right;
}

.toper__social {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.toper__social a {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 15px;
}

.toper__social a:hover {
  color: #f69c1d;
}

.toper span {
  margin: 0 5px;
}

.logosection {
  padding: 25px 15px;
}

.logosection__logo img {
  width: 250px;
  margin: 0;
}

@media (max-width: 996px) {
  .logosection__logo img {
    display: block;
    margin: 0 auto;
  }
}

.nav {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 99;
  padding: 10px 15px;
}

.nav__menu {
  position: relative;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav__menu ul {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  padding: 15px 0;
  border-radius: 5px;
  background-color: #ffffff;
  border-top: 5px solid #43aee1;
  min-width: 10em;
  top: 50px;
  animation: faded 250ms ease-in-out;
}

@media (min-width: 996px) {
  .nav__menu ul {
    display: none;
  }
}

.nav__menu ul li {
  margin-left: 10px;
  padding: 5px 10px;
}

@keyframes faded {
  from {
    opacity: 0;
    transform: translate(0, -5px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (min-width: 996px) {
  .nav__menu li:hover ul {
    display: flex;
    flex-direction: column;
  }
}

.nav__menu__btn {
  background: #43aee1;
  width: 100%;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  transition: all 250ms linear;
}

.nav__menu__btn img {
  filter: invert(100%);
}

.nav__menu__btn:hover {
  filter: brightness(90%);
}

.nav__menu a {
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #323232;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 25px;
}

.nav__menu a:hover {
  color: #43aee1;
}

@media (max-width: 996px) {
  .nav__menu {
    display: flex;
    flex-direction: column;
  }
  .nav__menu li {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0;
  }
  .nav__menu li a {
    margin: 0;
  }
}

.nav__contact__btn {
  background-color: #43aee1;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 40px;
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 250ms linear;
}

.nav__contact__btn:hover {
  background: #f69c1d;
  color: #fff;
  text-decoration: none;
}

.slider {
  position: relative;
  background: #323232;
  height: 75vh;
}

.slider__left, .slider__right {
  width: 5%;
  height: 100%;
  background: #000;
  bottom: 0;
  margin: 0;
  border: none;
}

.slider__left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
  font-size: 3rem;
  color: #fff;
}

.slider__right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
  font-size: 3rem;
  color: #fff;
}

.slider__left, .slider__right {
  opacity: 0;
  transition: all 250ms linear;
}

.slider:hover .slider__left,
.slider:hover .slider__right {
  opacity: 1;
}

@media (max-width: 960px) {
  .slider__right, .slider__left {
    display: none;
  }
}

@media (max-width: 960px) {
  .slider {
    height: 450px;
  }
}

.slider__item {
  background: #323232;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.slider__item--active {
  display: block;
}

.slider__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
}

.slider__item__content {
  position: relative;
  color: #fff;
}

@media (max-width: 960px) {
  .slider__item__content {
    text-align: center;
  }
}

.slider__item__btn {
  background-color: #f69c1d;
  border-color: #f69c1d;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 40px;
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 250ms linear;
  margin-top: 20px;
}

.slider__item__btn:hover {
  background: #43aee1;
  color: #fff;
  text-decoration: none;
}

.circle {
  padding: 100px 15px;
}

.circle__link {
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: solid 2px #fff;
  transition: all 250ms linear;
}

.circle__link:hover {
  color: #43aee1;
  text-decoration: none;
  border-bottom: solid 2px #43aee1;
}

.circle__item {
  width: 100px;
  height: 100px;
  background: #43aee1;
  display: block;
  margin: 20px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms linear;
}

.circle__item img {
  width: 50%;
  color: #fff;
  filter: invert(100%);
}

.circle__title {
  color: #000;
  text-decoration: none;
  transition: all 250ms linear;
}

.circle__title:hover {
  color: #43aee1;
}

.circle__box:hover .circle__item {
  background: #f69c1d;
}

.about {
  padding: 100px 15px;
  position: relative;
  background: url("../img/groovepaper.png");
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 996px) {
  .about__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
    filter: saturate(0);
  }
	body > section.about > div > div > div {
	background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
  color: white;
  padding: 10px;
	}
}

.about .about__content {
  position: relative;
  z-index: 2;
}

.contactform {
  position: relative;
  padding: 80px 15px;
  background: #323232;
}

.contactform textarea,
.contactform input {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 5px;
}

.contactform__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0.3;
}

.contactform .container {
  position: relative;
  color: #fff;
}

.moreabout {
  padding: 100px 15px;
}

.moreabout__item figure {
  width: 100%;
  height: 180px;
  border-bottom: solid 6px #f69c1d;
  overflow: hidden;
  margin-bottom: 30px;
}

.moreabout__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.moreabout h4 {
  margin-bottom: 20px;
}

.moreabout ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #323232;
}

 .moreabout ul {
  list-style-type: square;
  margin-left:15px;
  padding: 0;
 
  color: #323232;
}
 

 
.gallery {
  padding: 100px 15px;
  background: url("../img/groovepaper.png");
}

.gallery__item {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.gallery__item .uil {
  position: absolute;
  top: 42%;
  left: 42%;
  z-index: 2;
  font-size: 3rem;
  color: #fff;
  opacity: 0;
  transition: all 250ms linear;
}

.gallery__item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 250ms linear;
}

.gallery__item:hover img {
  transform: scale(1.2);
  filter: brightness(50%);
}

.gallery__item:hover .uil {
  opacity: 1;
}

.gallery__title hr {
  border-bottom: solid 3px #f69c1d;
  opacity: 1;
  width: 200px;
  display: block;
  margin: 0 auto;
}

.btn-primary {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 18px 15px;
  background: #43aee1;
  border: #43aee1;
  transition: all 250ms linear;
}

.btn-primary:hover {
  color: #fff;
  background: #f69c1d;
}

.footer {
  border-top: solid 5px #43aee1;
  padding: 100px 15px;
  background: #323232;
  color: rgba(255, 255, 255, 0.6);
}

.footer h3,
.footer h4
.footer h5{
  color: #fff;
}

.footer__logo {
  width: 80%;
  margin-top: 30px;
}

.subfooter {
  background: #000;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  padding: 10px 15px;
}

.subfooter a {
  color: rgba(255, 255, 255, 0.6);
}

.header {
  padding: 80px 15px;
  background: url("../img/groovepaper.png");
}

.header hr {
  width: 50px;
  margin: 0 auto;
  color: #f69c1d;
  border-bottom: solid 4px #f69c1d;
  opacity: 1;
}

article {
  padding: 100px 15px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  position: relative;
  padding-left: 15px;
}

article h1:before,
article h2:before,
article h3:before,
article h4:before,
article h5:before,
article h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: #f69c1d;
  display: inline-block;
}

@media (max-width: 960px) {
  section,article,footer,.title {
    padding: 70px 15px !important;
  }
}


.article ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #323232;
	font-size:unset;
	margin-left:15px;
	  list-style-type: square;

}

.article ul li{
position:relative;
 
}

