/* 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;
  background-color: #000000;
}

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;
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("./Poppins/Poppins-Bold.ttf");
}
@font-face {
  font-family: "semibold";
  font-style: normal;
  src: url("./Poppins/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "light";
  font-style: normal;
  src: url("./Poppins/Poppins-Light.ttf");
}
@font-face {
  font-family: "regular";
  font-style: normal;
  src: url("./Poppins/Poppins-Regular.ttf");
}
.header a h2 {
  font-family: bold;
}
.header ul li {
  padding-top: 18px;
}
.header ul li a {
  font-family: light;
}
.header ul li .btn {
  background-color: #FF4900;
  width: 89px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -14px;
  outline: 0px;
  color: white;
  position: relative;
}

.hero {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: space-around;
  margin-top: 150px;
}
.hero .inner-hero {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .inner-hero h1 {
  font-size: 45px;
  font-family: bold;
  margin-bottom: 23px;
}
.hero .inner-hero p {
  font-size: 18px;
  font-family: light;
  margin-bottom: 23px;
  line-height: 1.4;
}
.hero .inner-hero .name {
  width: 199px;
  height: 64px;
  background-color: #FF4900;
  position: relative;
  top: -24px;
}
.hero .inner-hero .name p {
  font-size: 22px;
  font-family: light;
  margin-top: 15px;
}
.hero .inner-hero .name p::after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: #FF4900;
  position: absolute;
  transform: rotate(45deg);
  left: 44%;
  top: 76%;
}
.hero .inner-hero .buttons {
  display: flex;
  margin-bottom: 23px;
}
.hero .inner-hero .buttons a {
  width: 116px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  margin-right: 7px;
  font-size: 13px;
  color: white;
  font-family: regular;
  text-decoration: none;
  border-radius: 10px;
}
.hero .inner-hero .buttons .btn {
  background-color: #FF4900;
  border: 1px solid #FF4900;
}
.hero img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-collapse {
  position: absolute;
  top: 88%;
  left: 43%;
  padding: 8px;
  border: 1px solid #FF4900;
  border-radius: 35%;
  cursor: pointer;
}

.img-collapse:hover {
  background-color: #FFBF0D;
  border: 1px solid #FFBF0D;
}

.collapse .card {
  background-color: #111111;
  color: white;
}
.collapse .card .p {
  font-size: 18px;
  font-family: light;
  text-align: center;
  margin-top: 5px;
}

.about-me {
  margin-top: 100px;
  position: relative;
}
.about-me .information {
  background-color: #111111;
  width: 175px;
  height: 175px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 70%;
  left: 25%;
  display: none;
}
.about-me .information img {
  width: 120px;
  height: 39px;
  margin-bottom: 25px;
}
.about-me .information span {
  font-size: 30px;
  font-family: bold;
}
.about-me .information p {
  font-size: 24px;
  font-family: bold;
}
.about-me .inner-about {
  margin-top: 100px;
}
.about-me .inner-about h2 {
  font-size: 30px;
  font-family: semibold;
  margin-bottom: 30px;
  text-align: center;
}
.about-me .inner-about p {
  font-size: 18px;
  font-family: light;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}
.about-me .inner-about .bar {
  margin-bottom: 30px;
}
.about-me .inner-about .bar h4 {
  font-size: 18px;
  font-family: regular;
  margin-bottom: 11px;
  text-align: center;
}
.about-me .inner-about .bar .progress {
  width: 100%;
  height: 5px;
}
.about-me .inner-about .bar .progress .progress-bar {
  background-color: red;
}
.about-me .inner-about .bar .progress .first {
  background-color: #FF4900;
}
.about-me .inner-about .bar .progress .second {
  background-color: #FF7004;
}
.about-me .inner-about .bar .progress .third {
  background-color: #FF9809;
}
.about-me .inner-about .bar .progress .forth {
  background-color: #FFBF0D;
}
.about-me .inner-about .buttons {
  display: flex;
}
.about-me .inner-about .buttons a {
  width: 241px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  margin-right: 20px;
  font-size: 22px;
  color: white;
  font-family: regular;
  text-decoration: none;
  border-radius: 10px;
}
.about-me .inner-about .buttons .btn {
  background-color: #FF4900;
  border: 1px solid #FF4900;
}

.services {
  margin-top: 100px;
}
.services .img {
  margin-left: 50%;
}
.services h2 {
  font-size: 40px;
  font-family: semibold;
  text-align: center;
  margin-top: 30px;
}
.services p {
  font-size: 18px;
  font-family: light;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
  padding-bottom: 30px;
}
.services .inner-services {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .inner-services label {
  background-color: #111111;
  height: 133px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}
.services .inner-services label .path {
  -o-object-fit: contain;
     object-fit: contain;
}
.services .inner-services label .imgs {
  width: 87px;
  height: 87px;
}
.services .inner-services label .text {
  font-size: 18px;
  font-family: light;
  margin-top: -2px;
}
.services .inner-services label:hover {
  background-color: #FF7004;
}
.services .card {
  background-color: #FF4900;
  margin-top: 10px;
}
.services .card .p {
  font-size: 18px;
  font-family: light;
  text-align: left;
  margin-top: 5px;
}
.services .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.services .buttons a {
  width: 150px;
  height: 50px;
  margin-right: 20px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF4900;
  margin-right: 0px;
  font-size: 22px;
  color: white;
  font-family: regular;
  text-decoration: none;
  border-radius: 10px;
  background-color: #FF4900;
}

.clients {
  background: url("../img/shutterstock_6960.png");
  height: auto;
  margin-top: 100px;
}
.clients .over-lay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.7607843137);
}
.clients .over-lay .card-deck .card {
  width: 100%;
  height: 256px;
  background-color: #111111;
  border: 1px dashed #707070;
}
.clients .over-lay .card-deck .card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 571px;
}
.clients .over-lay .card-deck .card .card-body p {
  font-size: 30px;
  font-family: regular;
  text-align: center;
  color: white;
}
.clients .over-lay .card-deck .card .card-body p span {
  font-size: 50px;
  font-family: bold;
}
.clients .over-lay .card-deck .card:hover {
  background-color: #FF4900;
  cursor: pointer;
}

.freelancing {
  height: 571px;
  background-image: url(../img/shutterstock_672470545.png);
  margin-top: 100px;
}
.freelancing .over-lay {
  height: 571px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7803921569);
}
.freelancing .over-lay p {
  font-size: 22px;
  font-family: light;
  margin-bottom: 20px;
  line-height: 1.4;
}
.freelancing .over-lay h3 {
  font-size: 40px;
  font-family: semibold;
  margin-bottom: 20px;
}
.freelancing .over-lay .buttons {
  display: flex;
  justify-content: center;
}
.freelancing .over-lay .buttons a {
  width: 150px;
  height: 50px;
  margin-right: 20px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF4900;
  margin-right: 0px;
  font-size: 22px;
  color: white;
  font-family: regular;
  text-decoration: none;
  border-radius: 10px;
  background-color: #FF4900;
}

.porfolio {
  margin-top: 100px;
}
.porfolio .img {
  margin-left: 50%;
}
.porfolio h2 {
  font-size: 40px;
  font-family: semibold;
  text-align: center;
  margin-top: 30px;
}
.porfolio p {
  font-size: 18px;
  font-family: light;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
}
.porfolio .mymixcont .mix {
  width: 100%;
}
.porfolio .mymixcont .mix figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 72, 0, 0.6588235294);
  cursor: pointer;
}
.porfolio .mymixcont .mix figcaption h3 {
  font-size: 22px;
  font-family: semibold;
  margin-bottom: 10px;
}
.porfolio .mymixcont .mix figcaption h5 {
  font-size: 15px;
  font-family: light;
}
.porfolio .mymixcont .mix figcaption .arrow {
  margin-top: 10px;
}
.porfolio .mixbtns {
  margin: 50px 0px;
  text-align: center;
}
.porfolio .mixbtns a {
  padding: 10px 1px;
  color: #fff;
  font-size: 12px;
  font-family: light;
}
.porfolio .mixbtns a:hover {
  color: #FF4900;
  text-decoration: underline;
}
.porfolio .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.porfolio .buttons a {
  width: 150px;
  height: 50px;
  margin-right: 20px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF4900;
  margin-right: 0px;
  font-size: 22px;
  color: white;
  font-family: regular;
  text-decoration: none;
  border-radius: 10px;
  background-color: #FF4900;
}

.testimonials {
  margin-top: 100px;
}
.testimonials .img {
  margin-left: 50%;
}
.testimonials h2 {
  font-size: 40px;
  font-family: semibold;
  text-align: center;
  margin-top: 30px;
}
.testimonials p {
  font-size: 18px;
  font-family: light;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
}
.testimonials .regular {
  display: flex;
}
.testimonials .regular .items {
  width: 100%;
  margin: 150px 0px 20px 0px;
  background-color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
.testimonials .regular .items img {
  width: 157px;
  height: 157px;
  position: absolute;
  border-radius: 75%;
  top: -78px;
  z-index: 3;
}
.testimonials .regular .items h3 {
  font-size: 25px;
  font-family: bold;
  color: #FF4900;
  margin-bottom: 20px;
}
.testimonials .regular .items h4 {
  font-size: 18px;
  font-family: regular;
  margin-bottom: 20px;
}
.testimonials .regular .items .p {
  font-size: 18px;
  font-family: light;
  line-height: 1.4;
  padding: 30px;
}

.blog {
  margin-top: 100px;
}
.blog .img {
  margin-left: 50%;
}
.blog h2 {
  font-size: 40px;
  font-family: semibold;
  text-align: center;
  margin-top: 30px;
}
.blog .text {
  font-size: 18px;
  font-family: light;
  text-align: center;
  margin-top: 30px;
  line-height: 1.4;
}
.blog .card-deck {
  margin-top: 30px;
}
.blog .card-deck .card {
  background-color: #111111;
}
.blog .card-deck .card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .card-deck .card .card-body {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.blog .card-deck .card .card-body p {
  font-size: 18px;
  font-family: regular;
  margin-bottom: 20px;
}
.blog .card-deck .card .card-body h4 {
  font-size: 22px;
  font-family: light;
  margin-bottom: 20px;
  line-height: 1.4;
}
.blog .card-deck .card .card-body a {
  color: white;
  font-size: 16px;
  font-family: regular;
  position: relative;
  text-decoration: none;
}
.blog .card-deck .card .card-body a img {
  position: absolute;
  left: 115%;
}
.blog .buttons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.blog .buttons a {
  width: 150px;
  height: 50px;
  margin-right: 20px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF4900;
  margin-right: 0px;
  font-size: 22px;
  color: white;
  font-family: regular;
  text-decoration: none;
  border-radius: 10px;
  background-color: #FF4900;
}

.footer {
  margin-top: 100px;
  text-align: center;
}
.footer h2 {
  font-size: 40px;
  font-family: semibold;
  margin-bottom: 20px;
}
.footer .inner-footer p {
  font-size: 18px;
  font-family: light;
  margin-bottom: 20px;
  line-height: 1.4;
}
.footer .inner-footer .icon {
  display: flex;
  position: relative;
}
.footer .inner-footer .icon p {
  font-size: 25px;
  font-family: light;
  margin-left: 64px;
}
.footer .inner-footer .icon p span {
  font-size: 18px;
  color: #6B6B6B;
}
.footer .inner-footer .icon i {
  font-size: 24px;
  margin-top: 20px;
  border: 1px solid #6B6B6B;
  border-radius: 75%;
  padding: 10px;
  position: absolute;
}
.footer .inner-footer .icons {
  background-color: #FF4900;
  margin-top: 10px;
  width: 100%;
  height: 83px;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer .inner-footer .icons a {
  font-size: 40px;
  color: white;
  margin-right: 20px;
}
.footer .form label {
  display: flex;
  flex-direction: column;
}
.footer .form label input {
  width: 100%;
  height: 89px;
  border: 1px solid #333333;
  margin-right: 0px;
  background-color: #000000;
  border-radius: 5px;
  outline: 0px;
  color: white;
  margin-bottom: 10px;
}
.footer .form label ::-moz-placeholder {
  font-size: 18px;
  font-family: regular;
  padding-left: 20px;
}
.footer .form label :-ms-input-placeholder {
  font-size: 18px;
  font-family: regular;
  padding-left: 20px;
}
.footer .form label ::placeholder {
  font-size: 18px;
  font-family: regular;
  padding-left: 20px;
}
.footer .form label select {
  width: 100%;
  height: 89px;
  border: 1px solid #333333;
  background-color: #000000;
  border-radius: 5px;
  outline: 0px;
  color: #707070;
  font-size: 18px;
  font-family: regular;
  padding-left: 20px;
  margin-bottom: 10px;
}
.footer .form label select option {
  color: white;
  width: 100%;
}
.footer .form label input[type=text], .footer .form label [type=number] {
  margin-right: 10px;
}
.footer .form textarea {
  width: 100%;
  height: 205px;
  border: 1px solid #333333;
  background-color: #000000;
  border-radius: 5px;
  outline: 0px;
  color: white;
}
.footer .form ::-moz-placeholder {
  font-size: 18px;
  font-family: regular;
  padding-left: 20px;
  padding-top: 30px;
}
.footer .form :-ms-input-placeholder {
  font-size: 18px;
  font-family: regular;
  padding-left: 20px;
  padding-top: 30px;
}
.footer .form ::placeholder {
  font-size: 18px;
  font-family: regular;
  padding-left: 20px;
  padding-top: 30px;
}
.footer .form .button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .form .button input[type=submit] {
  margin-top: 39px;
  width: 150px;
  height: 50px;
  margin-right: 0px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF4900;
  font-size: 22px;
  color: white;
  font-family: regular;
  text-decoration: none;
  border-radius: 10px;
  background-color: #FF4900;
}
.footer .copyright {
  font-size: 18px;
  font-family: light;
  margin-top: 30px;
  line-height: 1.4;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hero {
    height: 100vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
  }
  .hero .inner-hero {
    z-index: 1;
  }
  .hero .inner-hero h1 {
    font-size: 40px;
    font-family: bold;
    margin-bottom: 20px;
  }
  .hero .inner-hero p {
    font-size: 13px;
    font-family: light;
    margin-bottom: 20px;
  }
  .hero .inner-hero .buttons a {
    margin-right: 20px;
  }
  .hero img {
    height: 392px;
    width: 359px;
    position: absolute;
    left: 45%;
  }
  .img-collapse {
    top: 97%;
    left: 50%;
  }
  .clients {
    height: 270px;
  }
  .clients .over-lay {
    height: 270px;
  }
  .clients .over-lay .card-deck {
    margin-right: -70px;
    margin-left: -70px;
  }
  .clients .over-lay .card-deck .card {
    height: 160px;
  }
  .clients .over-lay .card-deck .card .card-body {
    height: 571px;
  }
  .clients .over-lay .card-deck .card .card-body p {
    font-size: 16px;
  }
  .clients .over-lay .card-deck .card .card-body p span {
    font-size: 35px;
  }
  .services .inner-services label .text {
    margin-top: 25px;
  }
  .freelancing {
    height: 330px;
  }
  .freelancing .over-lay {
    height: 330px;
  }
  .blog h2 {
    font-size: 40px;
  }
  .blog .text {
    font-size: 18px;
  }
  .blog .card-deck .card img {
    width: 100%;
    height: 150px;
  }
  .blog .card-deck .card .card-body {
    text-align: left;
  }
  .blog .card-deck .card .card-body p {
    font-size: 12px;
  }
  .blog .card-deck .card .card-body h4 {
    font-size: 14px;
  }
  .blog .card-deck .card .card-body a {
    font-size: 12px;
  }
  .blog .card-deck .card .card-body a img {
    left: 115%;
    width: auto;
    height: auto;
  }
  .porfolio .mymixcont {
    padding-left: 110px;
  }
  .porfolio .mymixcont .mix {
    width: 307px;
    height: 332px;
  }
  .porfolio .mixbtns a {
    padding: 10px 12px;
    font-size: 16px;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .header a h2 {
    font-size: 45px;
  }
  .header a h2 img {
    height: 28px;
    width: 31px;
  }
  .header ul {
    position: absolute;
    top: 46px;
    left: 30%;
    z-index: 1;
  }
  .header ul li a {
    font-size: 18px;
  }
  .header ul li .about {
    background-color: #FF4900;
    margin-top: -27px;
    padding-top: 27px;
    padding-bottom: 20px;
  }
  .header ul li .btn {
    width: 127px;
    height: 67px;
    margin-top: -27px;
  }
  .hero {
    height: 36vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
  }
  .hero .inner-hero {
    z-index: 1;
  }
  .hero .inner-hero h1 {
    font-size: 40px;
    font-family: bold;
    margin-bottom: 45px;
  }
  .hero .inner-hero p {
    font-size: 12px;
    font-family: light;
    margin-bottom: 45px;
  }
  .hero .inner-hero .name {
    width: 199px;
    height: 64px;
    background-color: #FF4900;
    position: relative;
    left: -30%;
    top: -24px;
  }
  .hero .inner-hero .name p {
    font-size: 22px;
    font-family: light;
    margin-top: 15px;
  }
  .hero .inner-hero .name p::after {
    content: "";
    height: 30px;
    width: 30px;
    background-color: #FF4900;
    position: absolute;
    transform: rotate(45deg);
    left: 44%;
    top: 76%;
  }
  .hero .inner-hero .buttons a {
    margin-right: 20px;
  }
  .hero img {
    height: 392px;
    width: 359px;
    position: absolute;
    left: 45%;
  }
  .img-collapse {
    top: 30%;
    left: 50%;
  }
  .about-me .information {
    width: 262px;
    height: 243px;
    top: 47%;
    left: -15%;
    display: block;
    display: flex;
    align-items: center;
  }
  .about-me .information img {
    width: 178px;
    height: 39px;
  }
  .about-me .information span {
    font-size: 50px;
  }
  .about-me .information p {
    font-size: 30px;
  }
  .about-me .img-fluid {
    height: 70%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-me .inner-about {
    margin-top: 0px;
  }
  .about-me .inner-about h2 {
    font-size: 34px;
    text-align: left;
  }
  .about-me .inner-about p {
    text-align: left;
  }
  .about-me .inner-about .bar {
    margin-bottom: 15px;
  }
  .about-me .inner-about .bar h4 {
    text-align: left;
  }
  .services {
    margin-top: -140px;
  }
  .services h2 {
    font-size: 40px;
    margin-top: 30px;
  }
  .services p {
    font-size: 18px;
    margin-top: 30px;
  }
  .services .inner-services {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0px;
  }
  .services .inner-services label {
    height: 100px;
    width: 225px;
  }
  .services .inner-services label .text {
    font-size: 14px;
    margin-top: 22px;
  }
  .services .inner-services label .imgs {
    width: 55px;
    height: 55px;
  }
  .porfolio .mymixcont {
    padding-left: 36px;
  }
  .clients .over-lay .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer {
    text-align: left;
  }
  .footer h2 {
    font-size: 40px;
  }
  .footer .inner-footer p {
    font-size: 18px;
  }
  .footer .inner-footer .icon p {
    font-size: 25px;
    margin-left: 100px;
  }
  .footer .inner-footer .icon p span {
    font-size: 18px;
  }
  .footer .inner-footer .icon i {
    font-size: 24px;
  }
  .footer .inner-footer .icons {
    margin-top: 60px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -23%;
  }
  .footer .inner-footer .icons a {
    margin-right: 10px;
  }
  .footer .form label {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .footer .form label input {
    width: 100%;
    height: 89px;
    margin-right: 0px;
  }
  .footer .form label select {
    width: 100%;
    height: 89px;
  }
  .footer .form label input[type=text], .footer .form label [type=number] {
    margin-right: 10px;
  }
  .footer .form textarea {
    width: 100%;
    height: 205px;
  }
  .footer .form .button {
    justify-content: flex-start;
  }
  .footer .copyright {
    font-size: 18px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header a h2 {
    font-family: bold;
  }
  .header ul li {
    padding-top: 30px;
  }
  .header ul li a {
    font-family: light;
  }
  .header ul li .btn {
    background-color: #FF4900;
    width: 148px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    outline: 0px;
    color: white;
    position: relative;
  }
  .hero {
    height: 100vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
  }
  .hero .inner-hero {
    z-index: 1;
  }
  .hero .inner-hero h1 {
    font-size: 80px;
    font-family: bold;
    margin-bottom: 45px;
  }
  .hero .inner-hero p {
    font-size: 22px;
    font-family: light;
    margin-bottom: 45px;
  }
  .hero .inner-hero .name {
    width: 199px;
    height: 64px;
    background-color: #FF4900;
    position: relative;
    left: -30%;
    top: -24px;
  }
  .hero .inner-hero .name p {
    font-size: 22px;
    font-family: light;
    margin-top: 15px;
  }
  .hero .inner-hero .name p::after {
    content: "";
    height: 30px;
    width: 30px;
    background-color: #FF4900;
    position: absolute;
    transform: rotate(45deg);
    left: 44%;
    top: 76%;
  }
  .hero .inner-hero .buttons a {
    width: 341px;
    height: 83px;
    margin-right: 20px;
    font-size: 22px;
  }
  .hero img {
    height: 663px;
    width: 663px;
    position: absolute;
    left: 45%;
  }
  .img-collapse {
    top: 105%;
    left: 50%;
  }
  .about-me .information {
    width: 262px;
    height: 243px;
    top: 65%;
    left: -15%;
    display: block;
    display: flex;
    align-items: center;
  }
  .about-me .information img {
    width: 178px;
    height: 39px;
  }
  .about-me .information span {
    font-size: 50px;
  }
  .about-me .information p {
    font-size: 30px;
  }
  .about-me .img-fluid {
    height: auto;
  }
  .about-me .inner-about {
    margin-top: 0px;
  }
  .about-me .inner-about h2 {
    font-size: 40px;
    text-align: left;
  }
  .about-me .inner-about p {
    text-align: left;
  }
  .about-me .inner-about .bar {
    margin-bottom: 30px;
  }
  .about-me .inner-about .bar h4 {
    text-align: left;
  }
  .about-me .inner-about .buttons a {
    width: 241px;
    height: 83px;
    margin-right: 20px;
    font-size: 22px;
  }
  .services {
    margin-top: 100px;
  }
  .services h2 {
    font-size: 40px;
    margin-top: 30px;
  }
  .services p {
    font-size: 18px;
    margin-top: 30px;
  }
  .services .inner-services {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .services .inner-services label {
    height: 133px;
    width: 342px;
  }
  .services .inner-services label .text {
    font-size: 22px;
    margin-top: 22px;
  }
  .services .inner-services label .imgs {
    width: 87px;
    height: 87px;
  }
  .services .buttons a {
    width: 241px;
    height: 83px;
  }
  .clients {
    height: 571px;
  }
  .clients .over-lay {
    height: 571px;
  }
  .clients .over-lay .card-deck {
    margin-left: -15px;
    margin-right: -15px;
  }
  .clients .over-lay .card-deck .card {
    width: 328px;
    height: 256px;
  }
  .clients .over-lay .card-deck .card .card-body {
    height: 571px;
  }
  .clients .over-lay .card-deck .card .card-body p {
    font-size: 30px;
  }
  .clients .over-lay .card-deck .card .card-body p span {
    font-size: 50px;
  }
  .porfolio h2 {
    font-size: 40px;
  }
  .porfolio p {
    font-size: 18px;
  }
  .porfolio .mymixcont {
    padding-left: 100px;
  }
  .porfolio .mymixcont .mix {
    width: 307px;
    height: 332px;
  }
  .porfolio .mixbtns {
    margin: 50px 0px;
  }
  .porfolio .mixbtns a {
    padding: 10px 15px;
    font-size: 18px;
  }
  .porfolio .buttons a {
    width: 241px;
    height: 83px;
  }
  .testimonials h2 {
    font-size: 40px;
  }
  .testimonials p {
    font-size: 18px;
  }
  .testimonials .regular {
    display: flex;
  }
  .testimonials .regular .items {
    width: 1154px;
    height: 504px;
    margin: 150px 50px 20px 50px;
  }
  .testimonials .regular .items img {
    width: 230px;
    height: 230px;
    top: -120px;
  }
  .testimonials .regular .items h3 {
    font-size: 25px;
  }
  .testimonials .regular .items h4 {
    font-size: 18px;
  }
  .testimonials .regular .items .p {
    font-size: 18px;
  }
  .freelancing {
    height: 571px;
  }
  .freelancing .over-lay {
    height: 571px;
  }
  .freelancing .over-lay p {
    font-size: 22px;
  }
  .freelancing .over-lay h3 {
    font-size: 40px;
  }
  .freelancing .over-lay .buttons a {
    width: 241px;
    height: 83px;
  }
  .blog h2 {
    font-size: 40px;
  }
  .blog .text {
    font-size: 18px;
  }
  .blog .card-deck .card img {
    width: 100%;
    height: 227px;
  }
  .blog .card-deck .card .card-body {
    text-align: left;
  }
  .blog .card-deck .card .card-body p {
    font-size: 18px;
  }
  .blog .card-deck .card .card-body h4 {
    font-size: 22px;
  }
  .blog .card-deck .card .card-body a {
    font-size: 16px;
  }
  .blog .card-deck .card .card-body a img {
    left: 115%;
  }
  .blog .buttons a {
    width: 241px;
    height: 83px;
  }
  .footer {
    text-align: left;
  }
  .footer h2 {
    font-size: 40px;
  }
  .footer .inner-footer p {
    font-size: 22px;
  }
  .footer .inner-footer .icon p {
    font-size: 25px;
    margin-left: 100px;
  }
  .footer .inner-footer .icon p span {
    font-size: 18px;
  }
  .footer .inner-footer .icon i {
    font-size: 24px;
  }
  .footer .inner-footer .icons {
    margin-top: 40px;
    width: 487px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -23%;
  }
  .footer .inner-footer .icons a {
    font-size: 40px;
    margin-right: 10px;
  }
  .footer .form label {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .footer .form label input {
    width: 414px;
    height: 89px;
    margin-right: 0px;
  }
  .footer .form label select {
    width: 414px;
    height: 89px;
  }
  .footer .form label input[type=text], .footer .form label [type=number] {
    margin-right: 10px;
  }
  .footer .form textarea {
    width: 540px;
    height: 205px;
  }
  .footer .form .button {
    justify-content: flex-start;
  }
  .footer .form .button input[type=submit] {
    width: 241px;
    height: 83px;
  }
  .footer .copyright {
    font-size: 18px;
  }
}
/* Large devices (Ipad pro, 1024px) */
@media (width: 1024px) {
  .hero {
    height: 58vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
  }
  .hero .inner-hero h1 {
    font-size: 73px;
  }
  .hero .inner-hero .buttons a {
    width: 276px;
    height: 83px;
    margin-right: 20px;
    font-size: 22px;
  }
  .hero img {
    width: 525px;
    position: absolute;
    left: 45%;
  }
  .img-collapse {
    top: 49%;
    left: 50%;
  }
  .services {
    margin-top: 0px;
  }
  .services .inner-services {
    margin-top: 0px;
  }
  .services .inner-services label {
    width: 300px;
  }
  .porfolio .mymixcont {
    padding-left: 0px;
  }
  .footer .form textarea {
    width: 100%;
  }
}
/* Large devices (Ipad pro, 1024px) */
@media (width: 1366px) and (height: 1024px) {
  .hero {
    height: 61vh;
  }
  .img-collapse {
    top: 66%;
    left: 50%;
  }
}
@media (width: 1024px) and (height: 768px) {
  .hero {
    height: 90vh;
  }
  .img-collapse {
    top: 79%;
    left: 50%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .footer .form textarea {
    width: 100%;
  }
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
@media (width: 414px) {
  .img-collapse {
    top: 84%;
  }
}
@media (width: 375px) {
  .img-collapse {
    top: 96%;
  }
}
@media (width: 375px) and (height: 812px) {
  .img-collapse {
    top: 79%;
  }
}
@media (width: 360px) {
  .img-collapse {
    top: 93%;
  }
}
@media (width: 320px) {
  .img-collapse {
    top: 100%;
  }
}
@media (width: 568px) and (height: 320px) {
  .img-collapse {
    top: 219%;
    left: 49%;
  }
  .porfolio .mymixcont {
    padding-left: 110px;
  }
  .porfolio .mymixcont .mix {
    width: 307px;
    height: 332px;
  }
  .porfolio .mixbtns a {
    padding: 10px 12px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */