@media (min-width: 1600px) {
  .wrapper .main-container {
    max-width: 90%;
  }
  body.move-logo .main-logo {
    left: 5% !important;
    top: 20px !important;
    height: 60px !important;
  }
  .hero .content {
    justify-content: flex-start;
    background-size: 40% 80%;
  }
  .hero .content .main-container {
    padding-right: 30%;
  }
  .footer .footer-center .my-flex .block .text-container .footer-logo {
    position: relative;
    left: -1px;
  }
}
@media (min-width: 1440px) {
  .wrapper .main-container {
    max-width: 90%;
  }
  body .move-logo .main-logo {
    left: 5% !important;
    top: 20px !important;
    height: 60px !important;
  }
  .about .text-container .right {
    width: 65%;
  }
}
@media (max-width: 1439px) {
  .contact .my-flex2 .right label {
    display: none;
  }
  .progress {
    margin-top: 10px;
  }
  .slick-prev, .slick-next {
    bottom: -25px !important;
  }
  header .my-navbar {
    padding: 5px 0;
  }
  header .my-navbar .menu {
    padding: 0px 0;
  }
  header .logo-container a img, header .logo-container a svg {
    height: 50px;
  }
  .hero .hero-social {
    bottom: 50px;
  }
  .about .text-container .right {
    width: 65%;
  }
  .services .services-slider .my-slide {
    padding-top: 100px;
    min-height: 350px;
    background-size: 25%;
  }
  .services .services-slider .my-slide svg {
    width: 80px;
    height: 80px;
  }
  .clients .clients-slider .my-slide {
    padding: 20px;
    height: 380px;
  }
  .contact:before {
    left: -140px;
    top: 50px;
    width: 327px;
    height: 115px;
    background-size: contain;
  }
  .footer .footer-center .my-flex .block .text-container p {
    margin: 20px 0;
    font-size: 14px;
  }
  .footer .footer-center .my-flex .block h4 {
    margin-bottom: 20px;
  }
  .footer .footer-center .my-flex .block .links a {
    margin-bottom: 10px;
  }
  .footer .footer-top {
    padding: 30px 0;
    margin-top: 30px;
  }
  .footer .footer-center {
    padding: 20px 0;
  }
  .footer .footer-animation img {
    width: 60vw;
  }
  .footer .footer-animation .glow {
    width: calc(60vw + 17px);
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 1200px) {
  .overlap .logo-container .main-logo {
    height: 200px;
  }
}
@media (max-width: 1100px) {
  .footer .footer-animation img {
    width: 100vw;
  }
  .footer .footer-animation .glow {
    width: calc(100vw + 17px);
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 20px;
  }
  section {
    padding: 50px 0px;
  }
  .wrapper .hero .main-container {
    padding: 0px;
  }
  .wrapper .main-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  body.move-logo .main-logo {
    z-index: 1 !important;
    left: calc(20px + 2%) !important;
    height: 40px !important;
    transition: all ease-in-out 1.5s !important;
  }
  .overlap .logo-container .main-logo {
    height: 150px;
  }
  header:before {
    width: 167px;
    height: 120px;
  }
  header .my-navbar .contact-us {
    display: none;
  }
  header .my-navbar .menu ul li {
    float: left;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    line-height: auto;
  }
  header .my-navbar .menu ul li a {
    color: #fff;
    background: none;
    font-weight: 400;
    line-height: inherit;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }
  header .my-navbar .menu ul li a:hover, header .my-navbar .menu ul li a:focus, header .my-navbar .menu ul li a:active {
    color: #fff;
  }
  header .my-navbar .menu ul li a.active {
    color: #000;
  }
  header .hamburger {
    display: block;
    float: left;
    width: 20px;
    height: 14px;
    position: relative;
    z-index: 999;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  header .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FE4431;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .hamburger span:nth-child(1) {
    top: 0px;
  }
  header .hamburger span:nth-child(2) {
    top: 7px;
  }
  header .hamburger span:nth-child(3) {
    top: 14px;
  }
  header .hamburger.open span {
    background-color: #fff;
  }
  header .hamburger.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
  }
  header .hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  header .hamburger.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
  }
  header .content .d-flex {
    flex-direction: column;
  }
  header .content .left {
    align-items: center;
    width: 100%;
  }
  header .content .left h1 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 20px;
  }
  header .content .left .btn {
    line-height: 40px;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  header .content img.hero {
    margin-top: 50px;
    height: auto;
    width: 100%;
  }
  header .menu {
    position: fixed;
    z-index: 11;
    top: 0px;
    right: -110%;
    padding: 100px 0 !important;
    width: 100vw;
    height: calc(100vh - 0px);
    background-color: #FE4431;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
  }
  header .menu.active {
    right: 0px;
  }
  .hero {
    height: 100vh;
  }
  .hero .content {
    width: 100%;
    padding: 100px 20px;
    margin-top: 0px !important;
    background-size: 60%;
    background-position: top right;
  }
  .hero .content small {
    margin-bottom: 10px;
  }
  .hero .content p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .hero .hero-social li {
    line-height: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .services .block {
    margin-bottom: 20px;
  }
  .services .block:last-child {
    margin-bottom: 0;
  }
  .services .services-slider .my-slide {
    min-height: 450px;
  }
  .about:before {
    right: -180px;
    top: 0px;
    width: 327px;
    height: 115px;
    background-size: contain;
  }
  .clients .clients-slider .my-slide {
    height: 450px;
  }
  .contact .my-flex2 .right label {
    display: block;
  }
  .contact:before {
    top: 0px;
  }
  #footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-top {
    margin-top: 0;
  }
  .footer .footer-logo {
    margin-bottom: 20px;
  }
  .footer .links {
    margin-bottom: 20px;
  }
  .footer .social-links {
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer-bottom .main-container {
    flex-direction: column;
  }
  .footer .footer-bottom p {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer-bottom .my-flex {
    order: 1;
    width: 70%;
  }
  .footer .footer-bottom .my-flex .block svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .scroll-circle {
    display: none;
  }
  .progress {
    width: 80%;
  }
  .slick-next {
    right: 0px !important;
  }
  .slick-prev {
    right: 30px !important;
  }
  .services .services-slider,
  .clients .clients-slider {
    width: 100%;
    margin-left: 0;
  }
  .my-slide {
    margin: 20px 0px !important;
  }
  .overlap .logo-container .main-logo {
    height: 70px;
  }
  .about h2 {
    margin-bottom: 20px;
  }
  .about .text-container .left {
    width: 0%;
  }
  .about .text-container .right {
    width: 100%;
  }
  .contact .my-flex2 {
    flex-direction: column;
  }
  .contact .my-flex2 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact .my-flex2 .left h2 {
    margin-top: 100px;
  }
  .contact .my-flex2 .left .social p {
    margin-bottom: 10px;
  }
  .contact .my-flex2 .right {
    width: 100%;
  }
  #footer {
    padding: 0;
    width: 100%;
  }
  .footer {
    width: 100%;
  }
  .footer .footer-top {
    padding-top: 0;
  }
  .footer .footer-top .my-flex {
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer-top .my-flex .block {
    width: auto;
    margin-bottom: 20px;
  }
  .footer .footer-top .my-flex .block:last-child {
    margin-bottom: 0;
  }
  .footer .footer-top .my-flex .block .text-container p {
    width: 100%;
  }
  .footer .footer-center .my-flex {
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer-center .my-flex .block {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .footer .footer-center .btn-brand {
    margin: 0 auto 30px auto;
  }
  .footer .footer-center .my-flex .block .links a {
    padding-left: 0px !important;
  }
  .footer .footer-center .my-flex .block .links a:before {
    display: none;
  }
  .footer .footer-bottom p {
    margin-top: 0;
  }
  .footer .footer-bottom .my-flex {
    width: 100%;
    flex-direction: column;
  }
  .footer .footer-bottom .my-flex .block {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=responsive.css.map */