@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Oswald:wght@400;500;600;700&display=swap"); /*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #525252;
  line-height: 1.5;
  background-color: #454545;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  color: #E59E03;
}
a:focus, a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #222222;
}

p {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px;
  }
}
.navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.navbar .navbar-brand img {
  height: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}
@media only screen and (max-width: 482px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}

/*--------------------------------------------------------------
# hero-area
--------------------------------------------------------------*/
.hero-area {
  position: relative;
  background-image: url("../img/hero/slide-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
@media only screen and (max-width: 1199px) {
  .hero-area {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area {
    text-align: center;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area {
    padding-bottom: 40px;
  }
}
.hero-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E59E03;
  opacity: 0.85;
}
.hero-area .hero-txt {
  position: relative;
}
.hero-area .hero-txt h1 {
  font-family: "Oswald", sans-serif;
  font-size: 47px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-area .hero-txt h1 {
    font-size: 40px;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-txt h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .hero-area .hero-txt h1 {
    font-size: 32px;
    margin-bottom: 17px;
  }
}
.hero-area .hero-btns {
  position: relative;
}
.hero-area .hero-btns a {
  display: inline-block;
  text-decoration: none;
  border: 0;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hero-area .hero-btns a img {
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .hero-area .hero-btns a img {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-btns a img {
    height: 40px;
  }
}
.hero-area .hero-btns a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/*--------------------------------------------------------------
# sec-t
--------------------------------------------------------------*/
.sec-t h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .sec-t h2 {
    font-size: 36px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-t h2 {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/
.works {
  padding: 70px 0px;
}
@media only screen and (max-width: 991px) {
  .works {
    padding: 50px 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .works {
    padding: 30px 0px;
  }
}
.works .work-single {
  background-color: #303030;
  padding: 30px 30px;
  -webkit-box-shadow: 0 0px 10px 5px rgba(255, 160, 3, 0.42);
          box-shadow: 0 0px 10px 5px rgba(255, 160, 3, 0.42);
  border-radius: 12px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .works .work-single {
    padding: 20px 20px;
  }
}
.works .work-single h4 {
  font-family: "Oswald", sans-serif;
  color: #E59E03;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .works .work-single h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .works .work-single h4 {
    font-size: 27px;
  }
}
.works .work-single p {
  font-size: 20px;
  color: #fff;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .works .work-single p br {
    display: none;
  }
}
.works .work-single p span {
  color: #E59E03;
  font-weight: 900;
}
@media only screen and (max-width: 991px) {
  .works .work-single p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .works .work-single p {
    font-size: 17px;
  }
}

/*--------------------------------------------------------------
# main-footer
--------------------------------------------------------------*/
.main-footer {
  padding: 20px 0px;
  text-align: center;
  background-color: #2c2c2c;
}
.main-footer .legal-text p {
  font-size: 14px;
  color: #ccc;
  font-weight: 500;
}
@media only screen and (max-width: 482px) {
  .main-footer .legal-text p {
    margin-bottom: 12px;
  }
}