/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "light";
  font-style: normal;
  src: url("./css/Poppins/Poppins-Light.ttf");
}
@font-face {
  font-family: "medium";
  font-style: normal;
  src: url("./css/Poppins/Poppins-Medium.ttf");
}
@font-face {
  font-family: "regular";
  font-style: normal;
  src: url("./css/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "semibold";
  font-style: normal;
  src: url("./css/Poppins/Poppins-SemiBold.ttf");
}
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 7px;
  background-color: #FD750E;
  color: white;
  font-family: regular;
  font-size: 13px;
}
.top-nav a {
  color: white;
  font-family: regular;
}

.header {
  padding: 20px 0px;
  background-color: #FD750E;
  font-family: medium;
}
.header span {
  color: white;
}

.banner {
  background-image: url(img/office-336368_1920.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: rgba(61, 13, 13, 0.3098039216);
}
.banner .banner-inner .heading {
  margin-bottom: 50px;
  margin-top: 60px;
}
.banner .banner-inner .heading h1 {
  font-size: 35px;
  font-family: semibold;
  line-height: 1.2;
}
.banner .banner-inner .heading p {
  margin-top: 20px;
  font-size: 20px;
  font-family: medium;
}
.banner .banner-inner form label {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: medium;
}
.banner .banner-inner form input {
  padding: 7px;
  margin-bottom: 10px;
  outline: 0px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-family: regular;
  color: #C2C2C2;
}
.banner .banner-inner form input[type=submit] {
  color: white;
  background-color: #FD750E;
  border: 1px solid #FD750E;
  font-size: 16px;
  font-family: regular;
}
.banner .banner-inner form input[type=submit]:hover {
  background-color: rgba(236, 102, 0, 0.9803921569);
  border: 1px solid rgba(236, 102, 0, 0.9803921569);
}
.banner .banner-inner form a {
  color: white;
  text-decoration: none;
  font-family: regular;
}

.about {
  padding-top: 100px;
}
.about h2 {
  margin-bottom: 60px;
  font-size: 35px;
  color: #95989A;
  font-family: semibold;
}
.about .about-inner {
  margin-bottom: 40px;
}
.about .about-inner img {
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}
.about .about-inner p {
  font-size: 20px;
  color: #A19B9B;
  font-family: regular;
  line-height: 1.2;
}

.works {
  padding-top: 100px;
  margin-top: 80px;
  padding-bottom: 94px;
  text-align: center;
}
.works h2 {
  margin-bottom: 60px;
  font-size: 35px;
  color: #95989A;
  text-align: center;
  font-family: semibold;
}
.works .path {
  display: none;
}
.works .link {
  display: flex;
  justify-content: center;
}
.works .link a {
  margin-top: 43px;
  padding: 8px;
  border: 1px solid #FD750E;
  background-color: #FD750E;
  color: white;
  text-decoration: none;
  position: absolute;
  width: 41%;
  text-align: center;
}
.works .link a:hover {
  background-color: rgba(236, 102, 0, 0.9803921569);
  border: 1px solid rgba(236, 102, 0, 0.9803921569);
}
.works .works-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.works .works-inner p {
  font-size: 20px;
  color: #A19B9B;
  margin-top: 50px;
  font-family: regular;
  line-height: 1.2;
}
.works .works-inner img {
  width: 128px;
  height: 128px;
  margin-top: 70px;
}

.services {
  padding-top: 80px;
  padding-bottom: 94px;
}
.services h2 {
  margin-bottom: 60px;
  font-size: 35px;
  color: #95989A;
  text-align: center;
  font-family: semibold;
}
.services .link {
  display: flex;
  justify-content: center;
}
.services .link a {
  margin-top: 50px;
  padding: 8px;
  border: 1px solid #FD750E;
  background-color: #FD750E;
  color: white;
  text-decoration: none;
  width: 41%;
  text-align: center;
}
.services .link a:hover {
  background-color: rgba(236, 102, 0, 0.9803921569);
  border: 1px solid rgba(236, 102, 0, 0.9803921569);
}
.services .services-inner {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.services .services-inner img {
  width: 100%;
}
.services .services-inner .imghvr-fade {
  margin-bottom: 10px;
}
.services .services-inner figcaption {
  opacity: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(110, 62, 35, 0.3960784314);
}
.services .services-inner figcaption p {
  font-size: 24px;
  color: white;
  font-family: regular;
}

.testimonials {
  background-color: whitesmoke;
  padding: 70px 20px 94px 20px;
}
.testimonials h2 {
  margin-bottom: 60px;
  font-size: 35px;
  color: #95989A;
  text-align: center;
  font-family: semibold;
}
.testimonials video {
  outline: 0px;
}
.testimonials .link {
  display: flex;
  justify-content: center;
}
.testimonials .link a {
  margin-top: 50px;
  padding: 8px;
  border: 1px solid #FD750E;
  background-color: #FD750E;
  color: white;
  text-decoration: none;
  width: 40%;
  text-align: center;
}
.testimonials .link a:hover {
  background-color: rgba(236, 102, 0, 0.9803921569);
  border: 1px solid rgba(236, 102, 0, 0.9803921569);
}
.testimonials .information {
  padding: 30px 20px;
}
.testimonials .information .testimonials-inner {
  display: flex;
  margin-bottom: 20px;
}
.testimonials .information .testimonials-inner p {
  font-size: 14px;
  color: #A19B9B;
  margin-left: 4px;
  line-height: 1.3;
  font-family: light;
}
.testimonials .information .testimonials-inner img {
  width: 78px;
  height: 78px;
}
.testimonials .information .testimonials-inner span {
  color: #A19B9B;
  font-weight: 600;
}

.pricing {
  padding-top: 70px;
  padding-bottom: 94px;
  text-align: center;
}
.pricing h2 {
  margin-bottom: 60px;
  font-size: 35px;
  color: #95989A;
  text-align: center;
  font-family: semibold;
}
.pricing h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #A19B9B;
  margin-top: 20px;
  font-family: semibold;
}
.pricing .h4 {
  color: #1DA1F2;
}
.pricing p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #A19B9B;
  font-family: regular;
  line-height: 1.2;
}
.pricing .date {
  font-size: 14px;
  font-family: regular;
}
.pricing form label {
  font-size: 21px;
  margin-bottom: 10px;
  color: #A19B9B;
  margin-top: 20px;
  font-family: semibold;
}
.pricing form input {
  padding: 8px;
  margin-bottom: 14px;
  width: 88%;
  outline: 0px;
  border: 1px solid #A19B9B;
  color: #C2C2C2;
  font-family: regular;
}
.pricing form input[type=submit] {
  color: white;
  background-color: #FD750E;
  border: 1px solid #FD750E;
  margin-top: 40px;
  font-family: regular;
}
.pricing form input[type=submit]:hover {
  background-color: rgba(236, 102, 0, 0.9803921569);
  border: 1px solid rgba(236, 102, 0, 0.9803921569);
}
.pricing form a {
  color: white;
  text-decoration: none;
}

.footer {
  background-color: hsl(0deg, 65%, 15%);
  padding-top: 80px;
  padding-bottom: 50px;
}
.footer .copyright {
  margin-top: 20px;
}
.footer .copyright hr {
  background-color: white;
}
.footer .copyright .inner-copyright {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-top: 20px;
  flex-direction: column;
  text-align: center;
}
.footer .copyright .inner-copyright label {
  font-size: 20px;
}
.footer .copyright .inner-copyright a {
  text-decoration: none;
  margin-left: 20px;
  color: white;
}
.footer .copyright .inner-copyright p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.4;
  font-family: light;
}
.footer .inner-footer {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.footer .inner-footer .footer-items {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 10px;
}
.footer .inner-footer .footer-items img {
  width: 100%;
  margin-top: 20px;
}
.footer .inner-footer .footer-items p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #BCC1C4;
  font-family: light;
}
.footer .inner-footer .footer-items h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
  font-family: medium;
}
.footer .inner-footer .footer-items .contct-informatin {
  margin-bottom: 5px;
}

@media (min-width: 568px) {
  .banner {
    height: 190vh;
  }
  .banner .banner-inner {
    height: 190vh;
  }
}
@media (min-width: 768px) {
  .top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 60px;
    background-color: #FD750E;
    color: white;
  }
  .top-nav a {
    color: white;
  }
  .header {
    padding: 20px 20px;
    background-color: rgba(61, 13, 13, 0);
  }
  .header li a {
    padding: 20px 20px;
  }
  .banner {
    height: 64vh;
  }
  .banner .banner-inner {
    height: 64vh;
    justify-content: space-around;
    flex-direction: row;
  }
  .banner .banner-inner h1 {
    font-size: 44px;
  }
  .about h2 {
    font-size: 44px;
  }
  .about .about-inner p {
    font-size: 17px;
  }
  .works {
    padding-top: 100px;
    margin-top: 80px;
    position: relative;
    padding-bottom: 150px;
  }
  .works h2 {
    margin-bottom: 60px;
    font-size: 44px;
  }
  .works .path {
    position: absolute;
    top: 50%;
    left: 26%;
    width: 52%;
    display: block;
  }
  .works .works-inner {
    justify-content: space-around;
    flex-direction: row;
  }
  .works .works-inner p {
    font-size: 16px;
    margin-top: 22px;
  }
  .works .works-inner .img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    z-index: 1;
  }
  .works .works-inner img {
    width: 128px;
    height: 128px;
  }
  .services {
    padding-top: 100px;
    padding-bottom: 94px;
  }
  .services h2 {
    margin-bottom: 60px;
    font-size: 38px;
  }
  .services .services-inner {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  .services .services-inner img {
    width: 128px;
    height: auto;
  }
  .services .services-inner figcaption p {
    font-size: 18px;
  }
  .testimonials {
    padding: 70px 20px 94px 20px;
  }
  .testimonials h2 {
    margin-bottom: 60px;
    font-size: 38px;
  }
  .testimonials video {
    width: 103%;
    outline: 0px;
    margin-top: 0px;
  }
  .testimonials .information {
    padding: 0px 0px;
  }
  .testimonials .information .testimonials-inner {
    display: flex;
    margin-bottom: 20px;
  }
  .testimonials .information .testimonials-inner p {
    font-size: 10px;
    margin: 0px 0px;
  }
  .testimonials .information .testimonials-inner img {
    width: 34px;
    height: 34px;
  }
  .testimonials .information .testimonials-inner span {
    font-weight: 600;
  }
  .pricing {
    padding-top: 70px;
    padding-bottom: 94px;
  }
  .pricing h2 {
    margin-bottom: 60px;
    font-size: 48px;
    text-align: center;
  }
  .pricing h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
  }
  .pricing p {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: left;
  }
  .pricing .date {
    font-size: 14px;
  }
  .pricing form label {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .pricing form input {
    padding: 7px;
    margin-bottom: 10px;
    width: 88%;
  }
  .pricing form input[type=submit] {
    margin-top: 40px;
  }
  .footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .footer .copyright {
    flex-direction: row;
  }
  .footer .copyright .inner-copyright {
    margin-top: 20px;
    flex-direction: row;
  }
  .footer .copyright .inner-copyright label {
    font-size: 15px;
  }
  .footer .copyright .inner-copyright a {
    margin-left: 13px;
  }
  .footer .copyright .inner-copyright p {
    font-size: 13px;
    margin-top: 0px;
  }
  .footer .inner-footer {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  .footer .inner-footer .footer-items img {
    width: 212px;
    height: 166px;
    margin-top: 20px;
  }
  .footer .inner-footer .footer-items p {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: left;
  }
  .footer .inner-footer .footer-items h4 {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
  }
  .footer .inner-footer .footer-items .contct-informatin {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .top-nav {
    padding: 10px 60px;
  }
  .header {
    padding: 20px 150px;
    background-color: rgba(61, 13, 13, 0);
  }
  .header span {
    color: #FD750E;
  }
  .banner {
    height: 100vh;
  }
  .banner .banner-inner {
    height: 100vh;
    justify-content: space-around;
    padding: 200px;
    flex-direction: row;
  }
  .banner .banner-inner .heading h1 {
    font-size: 48px;
  }
  .banner .banner-inner .heading p {
    margin-top: 20px;
    font-size: 24px;
  }
  .banner .banner-inner form label {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .banner .banner-inner form input {
    width: 130%;
    height: 54px;
  }
  .about h2 {
    font-size: 48px;
  }
  .about img {
    width: 128px;
    height: 128px;
  }
  .about .about-inner p {
    font-size: 24px;
  }
  .works {
    padding-top: 100px;
    margin-top: 80px;
    position: relative;
    padding-bottom: 150px;
  }
  .works h2 {
    margin-bottom: 60px;
    font-size: 48px;
  }
  .works .path {
    position: absolute;
    top: 45%;
    left: 26%;
    width: 52%;
    display: block;
  }
  .works .link a {
    margin-top: 80px;
    padding: 8px;
    position: absolute;
    width: 13%;
  }
  .works .works-inner {
    flex-direction: row;
  }
  .works .works-inner p {
    font-size: 19px;
    text-align: left;
  }
  .works .works-inner .img {
    width: 128px;
    height: 128px;
    margin-top: -48px;
    z-index: 1;
  }
  .works .works-inner .fluid {
    width: 271px;
    height: 312px;
  }
  .services h2 {
    font-size: 48px;
  }
  .services .link a {
    width: 13%;
  }
  .services .services-inner {
    flex-direction: row;
  }
  .services .services-inner img {
    width: 200px;
    height: 200px;
  }
  .services .services-inner figcaption p {
    font-size: 24px;
  }
  .testimonials h2 {
    font-size: 48px;
  }
  .testimonials .link a {
    width: 13%;
  }
  .testimonials .information .testimonials-inner p {
    font-size: 14px;
    margin: 10px 20px;
    padding: 15px 0px;
  }
  .testimonials .information .testimonials-inner img {
    width: 78px;
    height: 78px;
  }
  .pricing h2 {
    font-size: 48px;
  }
  .pricing h4 {
    font-size: 20px;
    text-align: left;
  }
  .pricing p {
    font-size: 20px;
    text-align: left;
  }
  .pricing form label {
    font-size: 21px;
    text-align: left;
  }
  .pricing form input {
    margin-bottom: 10px;
    height: 47px;
    font-size: 17px;
  }
  .pricing form input[type=submit] {
    margin-top: 30px;
    font-size: 17px;
  }
  .footer .copyright .inner-copyright {
    flex-direction: row;
  }
  .footer .copyright .inner-copyright p {
    font-size: 16px;
    margin-top: 0px;
  }
  .footer .inner-footer {
    flex-direction: row;
  }
  .footer .inner-footer .footer-items img {
    width: 373px;
    height: 266px;
  }
  .footer .inner-footer .footer-items p {
    font-size: 16px;
    text-align: left;
  }
  .footer .inner-footer .footer-items h4 {
    font-size: 20px;
    text-align: left;
  }
}
@media (width: 1024px) {
  .header {
    padding: 20px 36px;
  }
  .header li a {
    padding: 20px 20px;
  }
  .banner {
    height: 62vh;
  }
  .banner .banner-inner {
    height: 62vh;
    padding: 100px;
  }
  .about p {
    font-size: 23px;
  }
  .works .path {
    left: 29%;
  }
  .services .services-inner img {
    width: 165px;
    height: auto;
  }
  .testimonials video {
    margin-top: 20px;
  }
  .testimonials .information {
    padding: 0px 0px;
  }
  .testimonials .information .testimonials-inner p {
    font-size: 12px;
    margin: 0px 4px;
  }
  .pricing p {
    font-size: 17px;
  }
}
@media (width: 812px) and (height: 375px) {
  .banner {
    height: 100vh;
  }
  .banner .banner-inner {
    height: 100vh;
  }
  .testimonials video {
    margin-top: 20px;
  }
  .testimonials .information {
    padding: 0px 0px;
  }
  .testimonials .information .testimonials-inner p {
    font-size: 12px;
    margin: 0px 4px;
  }
  .pricing p {
    font-size: 14px;
  }
  .footer .inner-footer .footer-items p {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */