body {
  margin: 0;
  font-family: "Oswald";
}

html {
  scroll-behavior: smooth;
}
.commen-back {
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
#header {
  display: none;
}
.top-body {
  background: url(../images/top-bg.jpg);
  padding: 50px 0 70px;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
}
.logo-inner {
  background: #191919;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.top-body #header {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}
.logo-inner::before {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #191919;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  top: auto;
  z-index: 1;
  transform: rotate(180deg);
  margin: auto;
}
.commen-back img {
  margin: 2px 10px 0 0;
}
.about-us-page .about-us-img {
  margin: 0 0 20px 0;
}
.inner-back-button .commen-head {
  margin: 0;
}
.commen-back a {
  font: 500 20px/38px "Mulish", Helvetica, sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
}
.commen-back a:hover {
  color: #9308c6;
}
.inner-back-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.top-body::after,
.about-us::after {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #4a4d56;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  top: auto;
  z-index: 1;
  transform: rotate(180deg);
  margin: auto;
}
.about-us::after {
  border-bottom: 30px solid #f3f3f3;
}
.top-content-wrapper h2 {
  font: 600 42px/60px "Oswald", Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 30px 0;
}
.commen-btn {
  font: 500 36px/40px "Oswald", Helvetica, sans-serif;
  color: #fff;
  padding: 20px 35px 26px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(to bottom, #531968 0%, #280334 100%);
  transition: all 0.5s;
  display: inline-block;
}
.commen-btn:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 7px 29px 0px;
}
.extra-page-body .commen-head {
  font-weight: 400;
}
.commen-head {
  font: 500 42px/50px "Oswald", Helvetica, sans-serif;
  color: #000;
  text-align: left;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.about-us {
  padding: 100px 100px 50px;
  background: #f4f4f4;
  position: relative;
}
.commen-pare p {
  font: 500 20px/38px "Mulish", Helvetica, sans-serif;
  color: #111;
  margin: 0 0 30px 0;
}
.about-us-img {
  margin: 0 0 58px 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.about-us-img img {
  transition: all 0.5s;
}
.about-us-img:hover img {
  transform: scale(1.1);
}
.contact-us {
  background: #191919;
  padding: 75px 100px 0;
}
.contact-us .commen-head {
  color: #fff;
}
.copyright p a {
  font: 500 20px/38px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  margin: 0 10px;
}
.extra-page-body::after {
  display: none;
}
.social-icon {
  display: flex;
  align-content: center;
  justify-content: left;
}
.top-content-wrapper {
  padding: 624px 0 0 0;
}
.contact-us-footer-text {
  margin: 0 auto 30px;
}
.categories-link {
  text-decoration: none;
}
.categories-name {
  font: 500 36px/45px "Oswald", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #a083b2;
  text-align: center;
  padding: 70px 15px;
}
.categories-name:hover {
  background: linear-gradient(to bottom, #551a6b 0%, #230130 100%);
}
.contact-us-footer-text div a,
.contact-us-footer-text .adress {
  display: flex;
  align-items: start;
  text-decoration: none;
  color: #fff;
  justify-content: left;
  font: 500 20px/38px "Mulish", Helvetica, sans-serif;
  transition: all 0.5s;
  margin: 0 0 20px 0;
  width: auto;
}
.categories {
  padding: 100px;
}
.contact-us-footer-text div a:hover {
  color: #5fcbea;
}
.social-icon a img {
  transition: all 0.5s;
}
.social-icon a:hover img {
  transform: translatey(-5px);
}
.contact-us-footer-text div a img,
.contact-us-footer-text .adress img {
  margin: 9px 10px 0 0;
}
.copyright {
  margin: 0;
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid #5e5e5e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright p {
  margin: 0;
  color: #fff;
}
.copyright p a:hover {
  color: #5fcbea;
}

.extra-page {
  position: relative;
  /*padding: 30px 0 50px 0;*/
}
.extra-page h1 {
  font: 400 32px/50px "Oswald", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 20px 0;
}
.extra-page h2 {
  font: 400 30px/44px "Oswald", Helvetica, sans-serif;
  color: #111;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.extra-page p a,
.extra-page ul li a {
  color: #0099d1;
  transition: all 0.5s;
  text-decoration: none;
  word-wrap: break-word;
}
.extra-page p a:hover,
.extra-page ul li a:hover {
  color: #000;
}
.extra-page ul li {
  margin: 0 0 20px 0;
}
.extra-page ul {
  padding: 0 0 0 15px;
}
.extra-page h3 {
  font: 400 26px/44px "Oswald", Helvetica, sans-serif;
  color: #111;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.extra-page h4 {
  font: 400 22px/44px "Oswald", Helvetica, sans-serif;
  color: #111;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.internal-fluid {
  padding-top: 60px;
  background: #f7f7f7;
  height: 100vh;
}
.internal-fluid .logo-part {
  text-align: center;
  margin-bottom: 20px;
}
.internal-fluid .logo-part img {
  max-width: 140px;
}
.internal-fluid .main-section ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.internal-fluid .main-section ul li {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 8px 8px;
  width: 25%;
  overflow: hidden;
}
.internal-fluid .main-section ul li img {
  width: 100%;
}
.internal-fluid .main-section ul li h2 {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 16px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.internal-fluid .main-section ul li h2:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/internal/arrow.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  right: 16px;
  top: 18px;
}

/* Responsive start*/

@media (max-width: 1301px) {
}

@media (max-width: 1199px) {
  .categories-name {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .about-us {
    padding: 100px 50px 50px;
  }
  .categories {
    padding: 100px 50px;
  }
  .contact-us {
    padding: 75px 50px 0;
  }
  .categories-name {
    padding: 60px 15px;
    font-size: 27px;
    line-height: 35px;
  }
  .top-content-wrapper {
    padding: 400px 0 0 0;
  }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
  .top-content-wrapper h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .copyright p a {
    font-size: 16px;
  }
  .commen-btn {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-back-button {
    margin: 0 0 10px 0;
  }
  .top-body {
    padding: 50px 0 40px;
  }
  .about-us {
    padding: 60px 15px 40px;
  }
  .about-us-img {
    margin: 0 0 20px 0;
  }
  .categories {
    padding: 50px 15px;
  }
  .contact-us {
    padding: 35px 15px 0;
  }
  .contact-us-footer-text div a,
  .contact-us-footer-text .adress {
    font-size: 16px;
    line-height: 38px;
  }
  .commen-head {
    margin: 0 0 30px 0;
  }
  .categories-name {
    padding: 40px 11px;
    font-size: 22px;
    line-height: 29px;
  }
  .copyright {
    padding: 14px 0;
  }
  .internal-fluid {
    padding-top: 20px;
    height: auto;
    padding-bottom: 80px;
  }
  .internal-fluid .main-section ul {
    flex-direction: column;
  }
  .internal-fluid .main-section ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .top-content-wrapper {
    padding: 300px 0 0 0;
  }
  .categories-name {
    padding: 60px 15px;
    font-size: 37px;
    line-height: 46px;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 543px) {
  .social-icon {
    margin: 10px 0 0 0;
    justify-content: left;
  }
  .contact-us-footer-text div a,
  .contact-us-footer-text .adress {
    justify-content: left;
  }
  .top-content-wrapper h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .top-body {
    padding: 20px 0 20px;
  }
  .copyright p a {
    margin: 0 5px;
  }
}

@media (max-width: 480px) {
  .top-content-wrapper {
    padding: 240px 0 0 0;
  }
  .extra-page h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .extra-page h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .extra-page h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .extra-page h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .extra-page p,
  .extra-page ul li {
    font-size: 16px;
    list-height: 30px;
  }
  .logo {
    width: 100px;
    margin: 0 auto;
  }
  .contact-us-footer-text {
    width: auto;
  }
  .copyright {
    display: block;
  }
  .logo-inner {
    padding: 15px 0;
  }
  .copyright p a {
    font-size: 15px;
  }
  .logo-inner img {
    width: 100px;
  }
  .top-content-wrapper h2 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 15px 0;
  }
  .commen-btn {
    font-size: 17px;
    line-height: 15px;
    padding: 14px 25px 17px;
  }
  .commen-head {
    margin: 0 0 20px 0;
    font-size: 27px;
    line-height: 40px;
  }
  .commen-pare p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }
  .categories {
    padding: 50px 15px 15px;
  }
}

@media (max-width: 360px) {
  .top-content-wrapper h2 {
    font-size: 18px;
  }
  .categories-name {
    padding: 30px 15px;
    font-size: 22px;
    line-height: 32px;
  }
  .top-content-wrapper {
    padding: 200px 0 0 0;
  }
}

/* Responsive end*/
