* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
  color: #3D405B;
}

body {
  background-color: #FFFCEB;
}

a {
  text-decoration: none;
}

p {
  line-height: 27px;
}

.uppercase-text {
  text-transform: uppercase;
}

.lowercase-text {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight800 {
  font-weight: 800;
}

.weight900 {
  font-weight: 900;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Red Hat Display", sans-serif;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
  margin: 10px 0;
}

section h5 {
  line-height: 30px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

section {
  padding: 60px 0;
}

@media screen and (max-width: 1200px) {
  .fix-center {
    width: 90%;
  }
  #lets-connect .socials-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #lets-connect .socials-link a {
    width: 50%;
    margin-bottom: 70px;
  }
  #blog-detail {
    margin-top: -260px;
  }
}

@media screen and (max-width: 1150px) {
  #contact-us-form .form-field-half {
    width: 45%;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
  nav ul li {
    margin-left: 0;
  }
  nav ul li a {
    font-size: 16px;
  }
  .content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about-home {
    margin-top: 60px;
  }
  #about-home h3 {
    font-size: 20px;
  }
  #about-home > div .right-about img {
    margin-top: 0;
  }
  .content-part img {
    margin-top: 20px;
  }
  .brand-logo img {
    width: 50px;
  }
  .content-part div:nth-child(1) a {
    margin-top: 30px;
  }
  .hamburger-icons {
    display: block !important;
  }
  .nav-bar div:nth-child(2) ul {
    background: #E07A5F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: -1000px;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .dropdown-item {
    padding: 0 !important;
  }
  .dropdown-item li {
    padding: 15px 0;
  }
  .dropdown-item li:last-child {
    padding-bottom: 15px !important;
  }
  .dropactive {
    right: 0 !important;
    height: auto !important;
    position: relative !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0;
  }
  .dropactive li {
    background: #FFFCEB;
  }
  .fa-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 10px;
    right: 10px;
  }
  .active-hamburger {
    right: 0;
  }
  .hide-in-desktop {
    display: block !important;
  }
  .hide-from-tab-low {
    display: none;
  }
  .home-landing-bg-img {
    height: auto;
  }
  .content-part {
    text-align: center;
  }
  .comingsoon {
    margin-top: 80px;
  }
  .services-block .service-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .services-block .service-item:nth-child(2) {
    background-color: rgba(129, 178, 154, 0.3);
  }
  .services-block .service-item:nth-child(2) span {
    background-color: #81B29A;
  }
  .services-block .service-item:nth-child(5) {
    background-color: rgba(242, 204, 143, 0.3);
  }
  .services-block .service-item:nth-child(5) span {
    background-color: #F2CC8F;
  }
  #portfolio-home {
    text-align: center;
  }
  #portfolio-home .port-top .left-port {
    width: 100%;
  }
  #portfolio-home .port-items-container {
    margin-bottom: 50px;
    text-align: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #portfolio-home .port-items-container .port-time {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #portfolio-home .right-port {
    display: none;
  }
  #blog-home {
    margin-top: 30px;
    text-align: center;
  }
  #blog-home .port-top .left-port {
    width: 100%;
  }
  #blog-home .blog-items-container {
    text-align: left;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  #blog-home .blog-items-container .blog-item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  #blog-home .right-port {
    display: none;
  }
  footer .top-footer {
    margin-top: 0;
  }
  footer .bottom-footer {
    padding: 40px 0 0 0;
  }
  footer .bottom-footer .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .bottom-footer .footer-links div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 40px;
  }
  footer .bottom-footer .footer-links div:nth-child(1) img {
    width: 150px;
  }
  .inner-landing-bg-img h1 {
    font-size: 60px;
  }
  .roadmap-items .roadmap-item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  #blog-detail {
    margin-top: -290px;
  }
  #blog-detail .blog-main-content .more-blog-cats-container .more-blog-cats .blog-category-block {
    max-width: 210px;
  }
}

@media screen and (max-width: 880px) {
  #blog-detail .blog-main-content .more-blog-cats-container .more-blog-cats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #blog-detail .blog-main-content .more-blog-cats-container .more-blog-cats .blog-category-block {
    max-width: 100%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 25px;
  }
  #portfolio-home {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #portfolio-home .port-top {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #portfolio-home .port-top .left-port, #portfolio-home .port-top .right-port {
    width: 100%;
  }
  #portfolio-home .port-items-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #portfolio-home .port-items-container .port-item {
    width: 48%;
    margin-bottom: 70px;
  }
  #blog-home {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #blog-home .port-top {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #blog-home .port-top .left-port, #blog-home .port-top .right-port {
    width: 100%;
  }
  #blog-home .blog-items-container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #blog-home .blog-items-container .blog-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .comingsoon {
    margin-top: 100px !important;
  }
  .comingsoon h1 {
    font-size: 40px;
  }
  .content-part div:nth-child(1) {
    margin-top: 40px;
  }
  .fix-center {
    width: 100%;
  }
  #about-home {
    margin-top: 20px;
  }
  #about-home > div, .blog-items-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #about-home > div .port-item, .blog-items-container .port-item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 50px;
  }
  #lets-connect .socials-link a {
    width: 48%;
  }
  #about-home > div .left-about, #about-home > div .right-about {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  #about-home > div .left-about img, #about-home > div .right-about img {
    margin-top: 30px;
  }
  #about-home > div .left-about .btn, #about-home > div .right-about .btn {
    margin-top: 40px;
  }
  #about-home > div .freelance-figures {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  #testimonial-section {
    margin: 100px 0 80px 0;
  }
  .content-part.aboutus-page div:nth-child(1) {
    margin-top: 80px;
  }
  #design-and-tech-stack .technologies-container .technologies-container-item:nth-child(1),
  #design-and-tech-stack .technologies-container .technologies-container-item:nth-child(2),
  #design-and-tech-stack .technologies-container .technologies-container-item:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  #design-and-tech-stack .technologies-container .stack-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #design-and-tech-stack .technologies-container .stack-items .stack-item {
    margin: 8px;
  }
  #roadmap {
    text-align: center;
  }
  #roadmap .roadmap-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #roadmap .roadmap-items .roadmap-item {
    margin: 6px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  #experience {
    text-align: center;
  }
  #blog-detail {
    margin-top: -350px;
  }
  #blog-detail .feature-img-container::before {
    top: -10px;
    left: 8px;
    height: 400px;
  }
  #blog-detail .feature-img-container .featured-img {
    height: 400px;
  }
}

@media screen and (max-width: 650px) {
  #lets-connect {
    padding-bottom: 10px;
  }
  footer .top-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .top-footer .top-item {
    width: 50%;
  }
  footer .top-footer .top-item:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #roadmap .roadmap-items .roadmap-item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  #contact-us-form {
    padding: 40px 25px;
  }
  #contact-us-form .form-field-half {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .services-block .service-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .services-block .service-item:nth-child(2) {
    background-color: rgba(242, 204, 143, 0.3);
  }
  .services-block .service-item:nth-child(2) span {
    background-color: #F2CC8F;
  }
  .services-block .service-item:nth-child(5) {
    background-color: rgba(129, 178, 154, 0.3);
  }
  .services-block .service-item:nth-child(5) span {
    background-color: #81B29A;
  }
  #portfolio-home .port-items-container .port-item, #portfolio-home .port-items-container .blog-item, #portfolio-home .blog-items-container .port-item, #portfolio-home .blog-items-container .blog-item, #blog-home .port-items-container .port-item, #blog-home .port-items-container .blog-item, #blog-home .blog-items-container .port-item, #blog-home .blog-items-container .blog-item {
    width: 100%;
    margin-bottom: 40px;
  }
  #testimonial-section .testimonial-container {
    padding: 40px;
  }
  .inner-landing-bg-img h1 {
    font-size: 40px;
  }
  .ls-main-page {
    margin-top: 30px;
  }
  .no-padding {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  #blog-detail .feature-img-container .blog-cat-and-title {
    padding-left: 25px;
    padding-bottom: 40px;
  }
  #blog-detail .blog-main-content .more-blog-cats-container .more-blog-cats .blog-category-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 30px;
  }
  h5 {
    font-size: 16px;
  }
  .content-part span {
    font-size: 14px;
  }
  .content-part div:nth-child(1) {
    padding-bottom: 20px;
  }
  .btn {
    font-size: 14px;
  }
  #lets-connect .socials-link a {
    width: 100%;
  }
  .freelance-figures .count-block {
    padding: 20px;
  }
  .services-block .service-item .service-content h4 {
    font-size: 18px;
  }
  #testimonial-section .testimonial-container {
    padding: 30px;
    text-align: center;
  }
  #testimonial-section .testimonial-container h5 {
    margin-top: 20px;
  }
  #testimonial-section .testimonial-container .testimonial-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #testimonial-section .testimonial-container .testimonial-head img {
    margin-bottom: 0px;
    width: 100px;
  }
  #testimonial-section .testimonial-container .testimonial-head .testimonial-name-desg {
    margin-left: 0;
    margin-bottom: -150px;
  }
  #testimonial-section .testimonial-container .testimonial-head .testimonial-name-desg h3, #testimonial-section .testimonial-container .testimonial-head .testimonial-name-desg h6, #testimonial-section .testimonial-container .testimonial-head .testimonial-name-desg i {
    color: #3D405B;
  }
  #testimonial-section .testimonial-container .testimonial-content {
    margin-top: 110px;
    padding: 30px 14px 80px 14px;
  }
  #testimonial-section .testimonial-container #testimonial-carousel .owl-nav {
    width: 100%;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .bottom-footer {
    text-align: center;
  }
  footer .bottom-footer .footer-links div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #roadmap .roadmap-items .roadmap-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #blog-detail .blog-main-content .about-author {
    padding: 30px;
  }
  #blog-detail .blog-main-content .about-author .about-author-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #blog-detail .blog-main-content .about-author .about-author-head h4 {
    margin-top: 10px;
  }
  #blog-detail .blog-main-content .tags span {
    display: inline-block;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 380px) {
  footer .top-footer .top-item {
    width: 100%;
  }
}
/*# sourceMappingURL=res-style.css.map */