* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  padding: 30px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

header nav {
  padding: 0 16px;
}

.navbar-brand img {
  height: 40px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.custom-btn {
  background-color: rgb(3, 3, 51);
  color: white;
  transition: all 0.3s !important;
}

.custom-btn:hover {
  background-color: white;
  color: rgb(3, 3, 51) !important;
}

.nav-link {
  color: whitesmoke !important;
}

.nav-link.active {
  color: rgb(3, 3, 51) !important;
}

.slider-btn {
  padding: 10px 20px;
  border: 2px solid transparent;
  color: white !important;
  background-color: rgb(3, 3, 51);
  letter-spacing: 2px;
  transition: all 0.5s !important;
}

.slider-btn:hover {
  border: 2px solid rgb(3, 3, 51);
  color: rgb(3, 3, 51) !important;
  background-color: white;
  opacity: 0.4;
}

.sloped-edge {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: wheat;
}

.sloped-edge::after {
  content: "";
  width: 100%;
  height: 240px;
  background-color: #f8f9fa;
  position: relative;
  left: 0;
  bottom: -150px;
  transform: skewY(-6deg);
  z-index: 1;
}

.banner {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 80px;
}

.carousel-item {
  position: relative;
}
.headings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  width: 80%;
}

.headings h3 {
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 3rem;
  margin: 0 0 8px;
  color: rgb(3, 3, 51) !important;
  text-align: center;
}

.headings p {
  margin: 0 auto;
  color: whitesmoke;
  font-size: 20px;
  text-align-last: center;
}

div.col {
  padding: 0 15px;
}

.section {
  padding: 30px;
  background-color: #f8f9fa;
}
.section .wrap {
  width: 80px;
  height: 80px;
  background-color: #f87241;
  border-radius: 50px;
  display: block;
  margin: 0 0 30px;
}

.section {
  position: relative;
  z-index: 2;
}

.section h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 3px;
  color: #f87241;
}

.section::after {
  content: "";
  width: 100%;
  height: 240px;
  background-color: #f8f9fa;
  position: absolute;
  left: 0;
  bottom: -150px;
  transform: skewY(-6deg);
  z-index: -1;
}

#btntop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 8px;
  width: 50px;
  height: 50px;
  z-index: 9999999;
  border: none;
  outline: none;
  background-color: #f87241;
  box-shadow: 5px 5px 40px rgba(26, 26, 26, 0.719);
  text-align: center;
  border-radius: 50px;
  display: none;
}

.scrolltotop i {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.section2 {
  padding: 300px 0 0 0;
}
.section2 h3 {
  font-size: 50px;
  font-weight: 800;
  padding: 30px 0 20px 0;
  z-index: 2;
}

.section2 h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #f87241;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.img-gallery {
  width: 30%;
  padding: 0 15px;
}

.section3 {
  padding: 225px 0 0 0;
}

.section3 h3 {
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 10px;
  padding: 30px 0 0 0;
  z-index: 2;
}

.section3 h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #f87241;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.overlay-effect img {
  transition: 0.5s !important;
}
.overlay-effect:hover img {
  transform: scale(1.1);
}

.overlay-effect:hover p {
  border: 2px solid white;
  background: transparent;
}

.overlay-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 7;
}

.model-headings {
  width: 100%;
  height: 100px;
  top: 50%;
  z-index: 8;
  transform: translateY(-50%);
}

.model-headings h2 {
  letter-spacing: 5px;
}

.model-headings p {
  width: 100px;
  height: 100px;
  background-color: #f87241;
  border-radius: 50%;
  line-height: 100px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease !important;
  border: 2px solid transparent;
}

.section4 {
  position: relative;
  background-color: #f8f9fa;
  padding: 225px 0 225px 0;
  margin-top: 200px;
}

.section4 h3 {
  margin: 0 0 10px;
}

.section4::before {
  content: "";
  width: 100%;
  height: 240px;
  background-color: white;
  position: absolute;
  top: -150px;
  left: 0;
  transform: skewY(-6deg);
  z-index: 1;
}
.section4::after {
  content: "";
  width: 100%;
  height: 240px;
  background-color: #f8f9fa;
  position: absolute;
  bottom: -135px;
  left: 0;
  transform: skewY(-6deg);
  z-index: -2;
}

.section4 h3 {
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 10px;
  padding: 30px 0 0 0;
  z-index: 2;
}

.section4 h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #f87241;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.text-box {
  padding: 30px;
}

.text-box h4 {
  margin: 0 0 8px;
  font-size: 20px;
}

.text-box p {
  margin: 0 0 16px;
  line-height: 30px;
  font-size: 15px;
}

.text-box span {
  margin: 0 0 8px;
  font-size: 27px;
}

.section5 {
  position: relative;
  padding: 200px 0;
}

.section5 h3 {
  font-size: 50px;
  font-weight: 800;
  padding: 30px 0 0 0;
  z-index: 2;
}

.section5 p {
  padding: 0 10px;
}

.section5 h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #f87241;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.author-info {
  padding: 0 10px;
}

.author-info h4 {
  font-size: 18px;
}
.author-info p {
  font-size: 14px;
}

.section6 {
  position: relative;
  padding: 225px 0;
  background-color: #f8f9fa;
}

.section6 h3 {
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 10px;
  padding: 30px 0 0 0;
  z-index: 2;
}

.section6 h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #f87241;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section6::before {
  content: "";
  width: 100%;
  height: 240px;
  background-color: white;
  position: absolute;
  top: -160px;
  left: 0;
  transform: skewY(-6deg);
}

.concept-info {
  padding: 30px;
}

.concept-info h4 a {
  font-size: 20px;
  margin: 0 0 8px;
  text-decoration: none;
  color: #f87241;
  transition: 0.2s !important;
}

.concept-info h4 a:hover {
  color: #e9683a;
}

.concept-info .date {
  font-size: 13px;
  margin: 0 0 16px;
}

.concept-info p {
  font-size: 15px;
  margin: 0 0 16px;
}

.concept-info button {
  padding: 6px 20px;
  letter-spacing: 2px;
  background-color: #f87241;
  color: white;
}

.concept-info button:hover {
  padding: 6px 20px;
  letter-spacing: 2px;
  background-color: #e9683a;
  color: white;
}

.site-footer {
  position: relative;
  padding: 75px 0;
}

.site-footer::before {
  content: "";
  width: 100%;
  height: 240px;
  background-color: white;
  position: absolute;
  top: -80px;
  left: 0;
  transform: skewY(-6deg);
}

.site-footer-headings h4 {
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 700;
}
.site-footer-headings p {
  font-size: 18px;
  margin: 0 0 20px;
}

.site-footer-form {
  width: 570px;
}

.site-footer-form input[type="email"] {
  padding: 10px 25px;
  height: 46px;
}

.site-footer-form button {
  padding: 10px 25px;
  letter-spacing: 3px;
  width: 100%;
  background-color: #f87241;
  color: white;
}

.site-footer-form button:hover {
  padding: 10px 25px;
  letter-spacing: 3px;
  width: 100%;
  background-color: #e9683a;
  color: white;
}

.footer-data {
  padding: 0 15px;
}

.footer-data h4 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.footer-data p {
  margin: 0 0 16px;
}

.footer-data ul {
  margin: 0 0 20px;
  list-style-type: none;
  width: 35%;
}

.footer-data ul li a {
  color: #f87241;
}

.footer-data ul li a:hover {
  color: #e9683a;
}

.footer-data2 {
  padding: 0 15px;
}

.footer-data2 h4 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.footer-data2 p {
  margin: 0;
}

.footer-data2 ul {
  list-style-type: none;
}

.footer-data2 ul li span:nth-child(odd) {
  list-style-type: none;
  font-weight: 600;
}

.footer-data3 h4 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.footer-data3 ul {
  list-style-type: none;
}

.footer-data3 ul li {
  margin: 0 0 15px;
}

.footer-data3 ul li a {
  color: #f87241;
}

@media only screen and (min-width: 768px) {
  header .navbar {
    background: none !important;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .headings h3 {
    font-size: 35px;
  }
  .headings p {
    font-size: 16px;
  }
  .section2 h3 {
    font-size: 40px;
  }
  .section3 h3 {
    font-size: 40px;
  }
  .section4 h3 {
    font-size: 40px;
  }
  .section5 h3 {
    font-size: 40px;
  }
  .section6 h3 {
    font-size: 40px;
  }
}
.about-heading {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-family: sans-serif;
  border-bottom-style: solid;
  border-bottom-color: rgb(2, 17, 59);
  border-width: thick;
  margin-top: 0;
}
