/* Using postcss-import */

/* @import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "./custom-utilities.css"; */


/* Error && Success message */

.success-message {
    padding: 17px;
    background-color: #2ecc71;
    color: #fff;
    text-align: center;
}

.danger-message {
    padding: 17px;
    background-color: #e74c3c;
    color: #fff;
    text-align: center;
}

.yoke-body {
    overflow: visible;
    padding-top: 0px;
    font-family: Avenirnextltpro, sans-serif;
}

.yoke-header-h1 {
    color: #000;
    font-size: 53px;
    line-height: 70px;
}

.git-cta {
    margin-top: 10px;
    padding: 21px 0px 21px 21px;
    border: 1px none #000;
    border-radius: 30px 0px;
    background-color: #f60;
    background-image: url('../images/Arrows-Right-White.png');
    background-position: 95% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.git-cta:hover {
    -webkit-transform: skew(-5deg, 0deg);
    -ms-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
}

.yoke-header-small-txt {
    opacity: 0.55;
    font-size: 16px;
}

.portfolio-wrapper-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 650px;
    padding: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
}

.portfolio-wrapper-left.queble {
    background-color: #473de8;
    color: #fff;
}

.portfolio-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio-info-wrapper {
    width: 45%;
}

.button {
    padding: 11px 30px;
    border-style: none;
    border-width: 1px;
    border-color: #000;
    border-radius: 15px 0px;
    background-color: #f60;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.button:hover {
    -webkit-transform: skew(-5deg, 0deg);
    -ms-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
}

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 50px;
    text-align: left;
}

.paragraph {
    width: 80%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 45px;
}

.text-block {
    margin-top: 17px;
    font-size: 17px;
    font-weight: 700;
}

.frameworks-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ficon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    border-radius: 20px;
    background-color: #fff;
}

.ficon-wrapper.first-icon {
    margin-left: 0px;
}

.portfolio-wrapper-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.portfolio-wrapper-right.thn-cs {
    height: 650px;
    background-color: #062157;
    color: #fff;
}

.portfolio-wrapper-right.thn-cs.pumper-dump {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #aace38;
}

.portfolio-img-right {
    width: 50%;
    background-image: url('../images/The-Hotel-Network---Web-Developer.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-img-right.pumpedump {
    background-image: url('../images/content-img-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.portfolio-info-wrapper-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding: 0px 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial-wrapper {
    height: 600px;
    background-color: #fafafa;
}

.testimonial-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 127px;
    padding-left: 127px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-heading {
    color: #000;
    font-size: 15px;
    text-align: center;
}

.paragraph-2 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
}

.testimonial-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-info-divider {
    width: 50px;
    height: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f1f1f1;
    color: #dfdfdf;
}

.ti-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50px;
    background-image: url('../images/The-Hotel-Network-Web-Development-Testimonial.jpeg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-name {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.testimonial-occupation {
    opacity: 0.47;
    text-align: center;
}

.case-study-btn {
    margin-top: 20px;
    padding: 12px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #062157;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #062157;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}

.case-study-btn:hover {
    -webkit-transform: skew(-5deg, 0deg);
    -ms-transform: skew(-5deg, 0deg);
    transform: skew(-5deg, 0deg);
}

.case-study__heading {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background-color: #f7f7f7;
    padding-top: 40px;
}

.case-study__caption {
    color: #9c9c9c;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    background-color: #f7f7f7;
}

.our-services {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
}

.our-services__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-services__heading, .contact-us__heading {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.our-services__caption {
    width: 50%;
    color: #9c9c9c;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
}

.our-services__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 90px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.our-services__tile {
    width: 25%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.small-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #efefef;
}

.div-block-300 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-300.fotter {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.div-block-300.fotter {
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.yoke-social-icon {
    width: 25px;
    height: 25px;
    margin-left: 0px;
    padding: 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #dfdfdf;
}

.yoke-social-icon.yoke-social-icon__facebook {
    background-image: url('../images/facebook-f.svg');
    background-position: 50% 50%;
    background-size: 5px;
    background-repeat: no-repeat;
}

.yoke-social-icon.yoke-social-icon__instagram {
    background-image: url('../images/instagram.svg');
    background-position: 50% 50%;
    background-size: 8px;
    background-repeat: no-repeat;
}

.yoke-social-icon.yoke-social-icon__linked-in {
    background-image: url('../images/linkedin-in.svg');
    background-position: 50% 50%;
    background-size: 8px;
    background-repeat: no-repeat;
}

.small-nav__yoke-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    height: 81px;
    padding: 0px 30px;
    background-color: #fff;
}

.yoke-social__link {
    margin-left: 15px;
}

.yoke-social__link.yoke-social-link__first {
    margin-left: 0px;
}

.small-nav__yoke-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.yoke-phone__international {
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

.yoke-phone__aus {
    margin-left: 15px;
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

.bold-text {
    font-weight: 500;
}

.bold-text-2 {
    font-weight: 500;
}

.brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand.w--current {
    padding-top: 0px;
    padding-bottom: 0px;
}

.yoke-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 800px;
    padding: 0px 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.yoke-header__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.yoke-header__graphics {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-link {
    padding: 13px 25px 13px 25px;
    letter-spacing: 1.7px;
    cursor: pointer;
    transition: 0.3s;
}

.nav-link:hover {
    opacity: 0.7;
}

.active-nav-link  {
    background: black;
    border: 0px solid;
    border-radius: 5px;
}

.active-nav-link:hover {
    opacity: 0.7;
}

.yoke-header-graphics__main-img {
    width: 100%;
    height: 600px;
    padding: 0px;
    border-top-left-radius: 160px;
    border-bottom-right-radius: 160px;
    background-image: url('./Web-Development-Company-London.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.graphics-tile-wrapper {
    position: absolute;
    top: -70px;
    right: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.graphics-tile-wrapper.small {
    left: -6%;
    top: auto;
    right: 0%;
    bottom: -7%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.paragraph-3 {
    opacity: 0.59;
    font-size: 19px;
    line-height: 42px;
}

.graphics-tile__animated {
    width: 150px;
    height: 150px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-image: linear-gradient(30deg, #f60, #ff9d00);
    box-shadow: 4px 0 4px -1px #e4e4e4;
}

.graphics-tile__animated.small-tile {
    width: 100px;
    height: 100px;
}

.our-service__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-service__name {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #000;
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

.our-service__text {
    opacity: 0.42;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.image-2 {
    max-width: 71%;
}

.footer {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fafafa;
}

.footer-logo {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-col-header {
    margin-bottom: 0px;
    font-weight: 700;
}

.greylink {
    color: hsla(0, 0%, 61.3%, 0.7);
}

.footer-news-sign-up {
    width: 35%;
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.div-block-301 {
    width: 60px;
    height: 60px;
    margin-left: 30px;
    padding: 0px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #ececec;
    background-image: url('../images/facebook-square.svg');
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.div-block-301.face {
    width: 50px;
    height: 50px;
    background-image: url('../images/facebook-f.svg');
    background-size: 10px;
}

.div-block-301.face.faceee {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background-position: 50% 50%;
    background-size: 6px;
}

.div-block-301.instagram {
    width: 50px;
    height: 50px;
    margin-left: 0px;
    background-image: url('../images/instagram.svg');
    background-size: 18px;
}

.div-block-301.instagram.ff {
    width: 30px;
    height: 30px;
    background-position: 50% 50%;
    background-size: 12px;
}

.div-block-301.linkedin {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background-image: url('../images/linkedin-in.svg');
    background-position: 50% 50%;
    background-size: 10px;
}

.div-block-453 {
    width: 20%;
}

.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-link {
    display: block;
    margin-top: 20px;
    opacity: 0.74;
    color: #757575;
    text-decoration: none;
}

.paragraph-small {
    margin-top: 5px;
    color: hsla(0, 0%, 40.4%, 0.7);
    font-size: 15px;
    font-weight: 300;
}

.paragraph-small.footer {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 21px;
    padding-bottom: 21px;
    color: #000;
    font-size: 13px;
}

.footer-quick-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-extra-master {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #000;
    background-color: #f7f7f7;
    opacity: 1;
}

.bold-text-3 {
    color: #000;
}

.bold-text-4 {
    color: #000;
}

.yoke-blog {
    height: 650px;
}

.yoke-blog__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.link {
    color: #f60;
    font-size: 15px;
    text-decoration: none;
}

.blog__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #2ecc71;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.blog-tile:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.blog-tile.second--blog-tile {
    background-color: #e67e22;
}

.blog-tile.third--blog-tile {
    background-color: #3498db;
}

.blog-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.text-block-2 {
    padding-bottom: 11px;
    border-bottom: 1px solid #fff;
    opacity: 0.78;
    letter-spacing: 1.5px;
    width: 50%;
}

.text-block-2.read-more {
    font-size: 12px;
}

.text-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 41px;
    font-weight: 700;
    height: 200px;
}

.text-block-4 {
    font-weight: 700;
}

.contact-us {
    background-image: linear-gradient(348deg, #f7f7f7 50%, #fff 0);
}

.contact-us__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-us__sub-heading {
    text-align: center;
    letter-spacing: 1.5px;
}

.contact-us__heading {
    text-align: center;
    letter-spacing: 1.5px;
}

.contact-us__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: auto;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.contact-us__form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-48 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e67e22;
}

.section-48.blue {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #3d586a;
    color: #096ad0;
}

.section-header-2 {
    display: block;
    margin: 0px auto 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.wrapper-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper-2.space-around {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.partner-logo {
    width: 150px;
}

.contact-us__form {
    width: 45%;
    padding: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    border-radius: 5px;
    background-color: #fff;
}

.contact-us__feild {
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    border-radius: 5px;
}

.contact-us__label {
    margin-bottom: 4px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.contact-us__label:first-child {
    margin-top: 0px;
}

.form-block {
    margin-bottom: 0px;
}

.submit-button {
    border-radius: 5px;
    background-color: #f60;
}

.contact-us__select {
    height: 45px;
    margin-bottom: 15px;
    padding: 0px 5px 0px 12px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 12px;
}

.textarea {
    height: auto;
    min-height: 200px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.contact-us__required-label {
    font-size: 9px;
}

.contact-us__yoke-info {
    width: 55%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
}

.yoke-info__heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
}

.yoke-info__paragraphs {
    margin-top: 10px;
    margin-bottom: 0px;
    opacity: 0.69;
    font-size: 16px;
    line-height: 30px;
}

.contact-us__section-links {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.section-links__heading {
    font-size: 16px;
    font-weight: 700;
}

.section-links__paragraphs {
    margin-top: 10px;
    opacity: 0.43;
    font-size: 15px;
    letter-spacing: 1.1px;
}

.yoke-info__divider {
    height: 2px;
    margin-top: 25px;
    background-color: #f1f1f1;
}

.company-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.australian-flag {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background-image: url('../images/Australia-Web-Development.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-block-5 {
    margin-top: 15px;
    font-weight: 700;
}

.text-block-6 {
    margin-top: 15px;
    line-height: 25px;
}

.text-block-7 {
    margin-top: 15px;
}

.text-block-8 {
    margin-top: 15px;
    /*  font-size: 9px; */
    text-align: left;
}

.paragraph-33 {
    margin-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 25px;
}

.div-block-212 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 97%;
    padding: 22px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3d586a;
    color: #fff;
    text-align: center;
}

.paragraph-32 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
}

.form-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px;
    background-color: #fff;
}

.no-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

.link-block-15 {
    margin-right: 0px;
    margin-left: 30px;
}

.div-block-211 {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.div-block-467 {
    width: 1px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #e1e1e1;
}

.div-block-467.comment-divide {
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.container-64 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-470 {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    width: 97%;
}

.text-block-130 {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 6px 11px;
    background-color: #fff;
    color: #0371ff;
    line-height: 25px;
    text-align: center;
}

.text-block-130.second {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #3d586a;
}

.comment-info {
    width: 90%;
}

.text-block-273 {
    margin-left: 0px;
    opacity: 0.56;
    font-size: 10px;
}

.comment-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-left: 0%;
    padding: 20px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.comment-parent.comment-reply {
    margin-left: 8%;
}

.div-block-210 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding: 22px 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.div-block-210.firstblog {
    margin-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    box-shadow: none;
}

.div-block-210.firstblog.blog {
    padding: 0px;
    box-shadow: none;
}

.div-block-215 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.comment-section {
    width: 100%;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-43 {
    padding-top: 28px;
    padding-bottom: 22px;
    background-color: #f0f0f0;
}

.section-43.blog-open {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #e67e22;
    border-bottom: 1px solid #e67e22;
    background-color: #fff;
}

.link-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.text-block-276 {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.image-7 {
    width: 100%;
}

.heading-83 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 45px;
}

.div-block-220 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 97%;
    margin-top: 20px;
    padding: 15px 15px 15px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3d586a;
    color: #fff;
    font-size: 18px;
}

.submit-button-10 {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    background-color: #3d586a;
    font-size: 14px;
    font-weight: 600;
}

.post-comment {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.div-block-232 {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e2e2e2;
    opacity: 0.56;
}

.div-block-237 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-120 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

.text-block-128 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
}

.text-block-275 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
}

.div-block-217 {
    width: 70%;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.avatar-male {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    border-radius: 50px;
    background-image: url('../images/male_avatar.png');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.avatar-male:hover {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
}

.avatar-male.selected-avatar {
    border-style: solid;
    border-width: 2px;
    border-color: #3d586a;
}

.text-block-117 {
    margin-left: 10px;
    color: #a7a7a7;
}

.icon-9 {
    color: #0a61d5;
}

.icon-9.blog {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.div-block-219 {
    width: 100%;
    padding: 25px 22px;
    background-color: #293f4e;
}

.text-field-22 {
    margin-bottom: 0px;
    border-style: none;
    font-size: 16px;
}

.div-block-230 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.63;
}

.div-block-213 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-image: url('../images/male_avatar.png');
    background-position: 50% 50%;
    background-size: cover;
}

.link-block-19 {
    margin-right: 30px;
    margin-left: 30px;
}

.admin-badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #2ed573;
}

.heading-84 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 35px;
}

.div-block-222 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-214 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-image: url('../images/Blog_Avatar.png');
    background-position: 50% 50%;
    background-size: 90px;
    background-repeat: no-repeat;
}

.form-block-14 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.div-block-435 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-278 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 9px;
}

.div-block-457 {
    width: 77px;
    height: 77px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 50px;
    background-image: url('../images/Blog-Shot-TIm.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.text-block-274 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
}

.div-block-229 {
    width: 10%;
    height: 2px;
    margin-top: 0px;
    margin-bottom: 14px;
    background-color: #f60;
}

.heading-85 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}

.bold-text-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
    font-weight: 300;
}

.text-block-277 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2ecc71;
    font-size: 12px;
}

.text-block-277.red {
    color: #d11616;
}

.avatar-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-231 {
    width: 5px;
    height: 5px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50px;
    background-color: #cfcfcf;
}

.user-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.submit-button-16 {
    margin-top: 0px;
    background-color: #3d586a;
    font-weight: 300;
}

.avatar-female {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-image: url('../images/female_avatar.png');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.avatar-female:hover {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.text-block-126 {
    margin-left: 10px;
}

.blog-body {
    font-family: Avenirnextltpro, sans-serif;
}

.text-block-230 {
    font-weight: 500;
}

.text-block-230.subject-promo-text {
    text-align: center;
}

.image-38 {
    margin-top: 15px;
    margin-bottom: 0px;
}

.image-38.topper-ad {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.button-50 {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f60;
    font-weight: 700;
    text-align: center;
}

.bold-text-31 {
    font-weight: 400;
}

.text-block-231 {
    margin-top: 10px;
    line-height: 25px;
    text-align: left;
}

.text-block-231.subject-ad-text {
    font-size: 12px;
    text-align: center;
}

.div-block-393 {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.div-block-393.subject-blog-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-promo {
    position: static;
    top: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 10px;
}

.link-2 {
    color: #aca9a9;
    text-decoration: none;
}

.link-wrapper__blog-tile {
    width: 30%;
    text-decoration: none;
}

@media (max-width: 991px) {
    .portfolio-wrapper-left {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .portfolio-image-wrapper {
        width: 100%;
    }
    .portfolio-info-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    .button {
        display: none;
    }
    .heading {
        font-size: 32px;
        text-align: center;
    }
    .paragraph {
        width: 100%;
        text-align: center;
    }
    .text-block {
        text-align: center;
    }
    .frameworks-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .portfolio-wrapper-right.thn-cs {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .portfolio-wrapper-right.thn-cs.pumper-dump {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .portfolio-img-right {
        width: 100%;
        height: 400px;
    }
    .portfolio-img-right.pumpedump {
        height: 450px;
    }
    .portfolio-info-wrapper-right {
        width: 100%;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .testimonial-container {
        padding-right: 0px;
        padding-left: 0px;
    }
    .our-services__caption {
        width: 70%;
    }
    .our-services__row {
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .our-services__tile {
        width: 50%;
        margin-top: 25px;
        padding-top: 0px;
    }
    .nav-menu {
        height: auto;
        background-color: #f7f7f7;
    }
    .div-block-300 {
        width: 100%;
    }
    .div-block-300.fotter {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .div-block-300.fotter {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar {
        padding-right: 20px;
        padding-left: 20px;
    }
    .yoke-header {
        height: auto;
        padding: 84px 12% 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .yoke-header__info {
        width: 100%;
        margin-top: 74px;
        padding-right: 0px;
    }
    .yoke-header__graphics {
        width: 100%;
    }
    .menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-top: 26px;
        padding-bottom: 26px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .menu-button.w--open {
        background-color: #f7f7f7;
    }
    .nav-link {
        padding: 13px 25px 13px 25px;
        font-weight: 400;
    }
    .yoke-header-graphics__main-img {
        height: 390px;
        border-top-left-radius: 89px;
        border-bottom-right-radius: 116px;
    }
    .icon {
        color: #f60;
        font-size: 33px;
    }
    .graphics-tile__animated {
        width: 130px;
        height: 130px;
    }
    .footer-news-sign-up {
        width: 50%;
        margin-top: 20px;
    }
    .footer-contact {
        width: 100%;
        margin-top: 20px;
    }
    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .paragraph-small {
        margin-left: 0px;
        text-align: center;
    }
    .footer-quick-links {
        width: 100%;
        margin-top: 40px;
    }
    .yoke-blog {
        height: auto;
    }
    .yoke-blog__container {
        padding: 60px 70px 30px 70px;
    }
    .blog__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blog-tile {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .blog-tile.second--blog-tile {
        margin-top: 40px;
    }
    .blog-tile.third--blog-tile {
        margin-top: 40px;
    }
    .contact-us__info {
        width: 70%;
    }
    .contact-us__form-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-48 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-header-2 {
        margin-bottom: 40px;
    }
    .wrapper-2 {
        padding-right: 30px;
        padding-left: 30px;
    }
    .wrapper-2.space-around {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .partner-logo-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .partner-logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .contact-us__form {
        width: 95%;
    }
    .contact-us__yoke-info {
        width: 95%;
        margin-top: 20px;
        padding-left: 0px;
    }
    .section-links__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .paragraph-33 {
        padding-right: 100px;
        padding-left: 100px;
    }
    .div-block-212 {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .div-block-211 {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px;
    }
    .container-64 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-470 {
        display: none;
    }
    .comment-section {
        width: 100%;
    }
    .section-43.blog-open {
        padding-bottom: 25px;
    }
    .div-block-220 {
        width: 100%;
        padding-right: 22px;
        padding-left: 22px;
    }
    .text-block-120 {
        font-size: 18px;
    }
    .div-block-217 {
        width: 100%;
    }
    .div-block-219 {
        width: 100%;
        padding-right: 49px;
        padding-left: 49px;
    }
    .link-wrapper__blog-tile {
        width: 100%;
    }
    .link-wrapper__blog-tile.w--current {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .yoke-header-h1 {
        font-size: 49px;
    }
    .portfolio-wrapper-left {
        padding-right: 25px;
        padding-left: 25px;
    }
    .heading {
        font-size: 25px;
        line-height: 39px;
    }
    .paragraph {
        font-size: 17px;
    }
    .portfolio-info-wrapper-right {
        padding-right: 25px;
        padding-left: 25px;
    }
    .testimonial-container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .paragraph-2 {
        font-size: 20px;
    }
    .our-services__container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .our-services__caption {
        width: 80%;
    }
    .our-services__tile {
        width: 60%;
    }
    .navbar {
        padding-right: 0px;
        padding-left: 0px;
    }
    .yoke-header {
        padding: 89px 9% 97px;
    }
    .yoke-header__info {
        margin-top: 51px;
        padding-right: 0px;
    }
    .yoke-header-graphics__main-img {
        height: 291px;
        padding: 0px;
        border-top-left-radius: 60px;
        border-bottom-right-radius: 79px;
    }
    .paragraph-3 {
        font-size: 17px;
    }
    .graphics-tile__animated {
        width: 100px;
        height: 100px;
    }
    .graphics-tile__animated.small-tile {
        width: 50px;
        height: 50px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .footer-container {
        padding-left: 10px;
    }
    .yoke-blog__container {
        padding: 40px 25px;
    }
    .blog-tile.second--blog-tile {
        margin-top: 25px;
    }
    .contact-us__container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .contact-us__info {
        width: 90%;
    }
    .contact-us__form-container {
        padding-right: 25px;
        padding-left: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrapper-2.space-around {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .partner-logo {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .contact-us__form {
        width: 100%;
    }
    .contact-us__yoke-info {
        width: 100%;
    }
    .paragraph-33 {
        padding-right: 38px;
        padding-left: 38px;
    }
    .div-block-211 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .div-block-217 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    .yoke-header-h1 {
        margin-top: 10px;
        font-size: 27px;
        line-height: 50px;
    }
    .yoke-header-small-txt {
        font-size: 13px;
    }
    .portfolio-wrapper-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .portfolio-wrapper-left.queble {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .heading {
        font-size: 22px;
    }
    .paragraph {
        display: none;
        font-size: 14px;
    }
    .portfolio-info-wrapper-right {
        padding: 30px 20px;
    }
    .testimonial-wrapper {
        height: auto;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .testimonial-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .paragraph-2 {
        font-size: 14px;
    }
    .testimonial-occupation {
        font-size: 13px;
    }
    .our-services {
        padding-right: 0px;
        padding-left: 0px;
    }
    .our-services__container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .our-services__caption {
        width: 100%;
        font-size: 14px;
    }
    .our-services__tile {
        width: 100%;
    }
    .small-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #f7f7f7;
    }
    .navbar {
        padding-right: 0px;
        padding-left: 0px;
    }
    .small-nav__yoke-phone {
        margin-top: 10px;
        margin-left: 0px;
    }
    .yoke-header {
        padding: 45px 5% 30px;
    }
    .menu-button.w--open {
        font-size: 14px;
    }
    .yoke-header-graphics__main-img {
        border-top-left-radius: 47px;
        border-bottom-right-radius: 47px;
    }
    .graphics-tile-wrapper {
        top: -31px;
        right: 25px;
    }
    .graphics-tile-wrapper.small {
        left: 9%;
        bottom: -5%;
    }
    .paragraph-3 {
        display: none;
    }
    .graphics-tile__animated {
        width: 50px;
        height: 50px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0 0 0 -20px #e4e4e4;
    }
    .footer-logo {
        width: 100%;
    }
    .link-block-24 {
        width: 100%;
    }
    .link-block-24.w--current {
        width: 100%;
    }
    .footer-news-sign-up {
        width: 90%;
    }
    .image-16 {
        width: auto;
    }
    .div-block-453 {
        width: 40%;
    }
    .paragraph-small.footer {
        width: auto;
        padding-right: 13px;
        padding-left: 13px;
        line-height: 25px;
    }
    .footer-extra-master {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .blog__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .link {
        margin-top: 20px;
    }
    .blog-tile.second--blog-tile {
        margin-top: 40px;
    }
    .contact-us__container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-us__heading {
        font-size: 30px;
    }
    .contact-us__info {
        width: 100%;
        font-size: 14px;
    }
    .contact-us__form-container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .section-48 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-48.blue {
        padding: 20px;
    }
    .section-header-2 {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 37px;
    }
    .wrapper-2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .wrapper-2.space-around {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .partner-logo-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .partner-logo {
        width: 90px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-us__form {
        padding: 16px 15px;
    }
    .textarea {
        line-height: 25px;
    }
    .yoke-info__paragraphs {
        font-size: 14px;
    }
    .section-links__paragraphs {
        font-size: 14px;
        line-height: 22px;
    }
    .paragraph-33 {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 16px;
    }
    .div-block-212 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .paragraph-32 {
        font-size: 16px;
    }
    .no-comments {
        padding-right: 19px;
        padding-left: 19px;
    }
    .link-block-15 {
        margin-left: 30px;
    }
    .div-block-467 {
        margin-right: 10px;
        margin-left: 10px;
    }
    .text-block-130 {
        padding-right: 6px;
        padding-left: 6px;
        text-align: center;
    }
    .comment-info {
        width: 100%;
        margin-top: 15px;
    }
    .comment-parent {
        padding: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .comment-parent.comment-reply {
        margin-left: 3%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-210 {
        padding-right: 13px;
        padding-left: 13px;
    }
    .div-block-210.firstblog {
        padding-right: 14px;
        padding-left: 14px;
    }
    .comment-section {
        padding-right: 0px;
        padding-left: 0px;
    }
    .heading-83 {
        font-size: 25px;
        line-height: 40px;
    }
    .post-comment {
        padding: 15px;
    }
    .div-block-237 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .div-block-217 {
        padding-right: 11px;
        padding-left: 11px;
    }
    .div-block-219 {
        padding-right: 14px;
        padding-left: 14px;
    }
    .admin-badge {
        margin-top: 5px;
    }
    .div-block-236 {
        margin-top: 18px;
    }
    .heading-85 {
        padding-left: 0px;
    }
    .user-name {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@font-face {
    font-family: 'Avenirnextltpro';
    src: url('./AvenirNextLTPro-Bold.otf') format('opentype'), url('./AvenirNextLTPro-BoldCn.otf') format('opentype'), url('./AvenirNextLTPro-BoldCnIt.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro cnit';
    src: url('./AvenirNextLTPro-CnIt.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro cn';
    src: url('./AvenirNextLTPro-Cn.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro demicn';
    src: url('./AvenirNextLTPro-DemiCn.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro demi 0';
    src: url('./AvenirNextLTPro-Demi_0.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro demicnit';
    src: url('./AvenirNextLTPro-DemiCnIt.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro demiit';
    src: url('./AvenirNextLTPro-DemiIt.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro';
    src: url('./AvenirNextLTPro-HeavyCn.otf') format('opentype'), url('./AvenirNextLTPro-HeavyCnIt.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro it';
    src: url('./AvenirNextLTPro-It.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro';
    src: url('./AvenirNextLTPro-MediumCn.otf') format('opentype'), url('./AvenirNextLTPro-MediumCnIt.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro ultltcn';
    src: url('./AvenirNextLTPro-UltLtCn.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro';
    src: url('./AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenirnextltpro ultltcnit';
    src: url('./AvenirNextLTPro-UltLtCnIt.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}


.admin-body {
    background:black;
    color: white;
}

.email-delete-btn {
    color: #e74c3c;
    margin: 0 0 0 10px;
    cursor: pointer;
    transition: 0.3s;
}

.email-delete-btn:hover {
    opacity: 0.7;
    color: #e74c3c;
}

.admin-container {
    max-width: 1024px;
    width: 1024px;
    margin: 20px auto 20px auto;
    padding: 30px;
    background: hsl(0, 2%, 16%);
}

.stats-wrapper {
    background: hsl(0, 2%, 16%);
    width: 32.5%;
}

.blog-count {
    padding: 60px 0 60px 0;
    text-align: center;
    font-size: 30px
}

.blog-count-label {
    background: hsl(0, 0%, 25%);
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.stats-container {
    max-width: 1024px;
    width: 1024px;
    margin: 20px auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.admin-data-search-bar {
    margin-bottom: 0px;
    background-color: #151414;
    padding: 25px 12px;
    border: 0px solid;
    color: white;
}

.admin-search-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 15%;
    -ms-flex-pack: justify;
    background-image: url(../images/admin-master-search.png);
    background-position: 75% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.form-block-16 {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
}

.admin-data-list-header {
    width: 100%;
    margin-top: 15px;
    padding: 2px 0px;
}

.data-list-header-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 9px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}

.data-list-subjectname-label {
    width: 33%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    color: white;
}

.data-list-product-label {
    width: 39%;
    color: white;
    font-weight: 700;
}

.data-list-price-label {
    width: 13%;
    color: white;
    font-weight: 700;
    text-align: right;
}

.data-list-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 10px 20px 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    background: #383535;
    cursor: pointer;
    justify-content: space-between;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.admin-data-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: white;
    padding: 0 0 25px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.admin-data-title-text {
    margin: 0px;
    color: white;
    font-size: 20px;
    display: flex;
    font-family: Avenirnextltpro, sans-serif;
    font-weight: bold;
    align-items: center;
}

.data-add-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 14px;
    color: white;
    background: #151414;
}

.data-add-button-value {
    color: white;
    font-weight: 700;
    text-decoration: none;
}


.admin-data-search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: start;
    justify-content: space-between;
}

.admin-data-search-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid transparent;
}

.form-block-16 {
    width: 100%;
    margin-bottom: 0px;
}

.list-entry-email {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.list-entry-product {
    width: 33%;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-entry-date {
    width: 20%;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}


.deep-blue {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
}

.container-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.admin-login-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    height: auto;
    padding: 36px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* border: 1px solid #dcdde1; */
    /* border-radius: 6px; */
    /* background-color: #fff; */
    background-color: hsl(0, 2%, 16%);
    /* box-shadow: 0 0 10px 2px hsla(213.80952380952382, 80.65%, 43.18%, 1.00); */
}

.admin-error-wrapper {
    width: 100%;
}

.form-block-15 {
    width: 100%;
    margin-top: 0%;
}

.text-field-40 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 25px 10px 25px 14px;
    /* border-radius: 8px; */
    border: 0px solid;
    font-size: 18px;
    background: black;
    letter-spacing: 0.5px;
    color: white;
}

.submit-button-19 {
    width: 100%;
    margin-top: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-radius: 8px; */
    background-color: black;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 20px;
    letter-spacing: 1px;
}


.admin-data-entry-link {
    width: 33%;
}


.admin-data-wrapper {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2a2828;
}

.admin-data-wrapper a:hover {
    color: white;
    text-decoration: none;
}


.admin-add-form {
    margin-top: 15px;
    margin-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.admin-form-label {
    width: 100%;
    margin: 60px 0 5px 0;
    font-family: Avenirnextltpro, sans-serif;
    font-size: 14px;
    color: white;
    font-weight: lighter;
}

.admin-form-input-box {
    width: 100%;
    height: 50px;
    background: #404040;
    color: white;
    border: 0px solid;
    display: flex;
    align-items: center;
}

.admin-submit-button {
    margin: 35px 0 0 0;
    border-radius: 6px;
    background-color: hsl(20, 1%, 10%);
}

.file-view__container {
    /* font-family: 'Varela Round', sans-serif; */
    font-family: Avenirnextltpro, sans-serif;
    width: 60%;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    /* background: pink; */
    padding: 30px 0 30px 0;
}

.file-cover {
    font-family: 'Varela Round', sans-serif;
    padding: 70px 0 70px 0;
    display: flex;
    align-items: center;
    background: #F3F3F3;
}

.file-black-drop {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}

.cover-container {
    color: #4E4E4E;
    width: 60%;
    /* padding: 0 0 20px 0; */
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.file-heading {
    color: #4E4E4E;
    font-size: 29px;
    line-height: 160%;
    margin: 10px 0 10px 0;
}

.file-subject-image {
    position: relative;
    height: 350px;
    width: 40%;
}

.file-info-wrapper {
    width: 58%;
}

.main-file-body {
    width: 75%;
    /* background: yellow; */
}

.file-img {
    height: 100%;
    width: 100%;
}

.author-image {
    width: 40px;
    height: 40px;
    border: 0px solid;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.author-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-betwween;
    margin: 20px 0 20px 0;
}

.author-name {
    margin: 0 0 0 10px;
}

.blog-promo {
    position: sticky;
}


/* START OF -- Styles for blogs.blade.php */

.blog-header {
    background-color: #fa6700;
    font-family: Varela, sans-serif;
    color: #fff;
  }
  
  .blog-header-container__heading {
    font-size: 60px;
  }
  
  .blog-header-container__paragraph {
    margin-top: 31px;
    color: hsla(0, 0%, 100%, 0.78);
    font-size: 18px;
    line-height: 34px;
  }
  
  .blog-header__container {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  
  .blog-list {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
  .blog-list-container__recent-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-style: solid;
    border-width: 2px;
    border-color: #d6d6d6;
    transition: 0.3s;
  }

  .blog-list-container__recent-blog:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  } 
  
  .blog-list-container-recent-blog__image {
    width: 60%;
    height: auto;
    background-image: url('../images/photo-1565252556359-152144a8363b.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .blog-list-container-recent-blog__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding: 45px 20px 45px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .recent-blog__author-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .author__image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50px;
    background-color: #000;
    background-image: url('../images/photo-1565252556359-152144a8363b.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .paragraph-blog {
    margin-top: 11px;
    margin-bottom: 11px;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 30px;
  }
  
  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
  }
  
  .blog-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    transition: 0.3s;
  }

  .published-at-wrapper {
    margin-bottom: 15px;
  }
  
  .text-block-blog {
    font-weight: 700;
  }
  
  .blog-small-tile {
    width: 32%;
    height: auto;
    min-height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #b9b9b9;
    transition: 0.3s;
  }

  .blog-small-tile:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  } 

  .blog-small-tile__image {
    height: 230px;
    background-image: url('../images/photo-1565252556359-152144a8363b.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .small-tile__published-wrp {
    padding: 15px;
  }
  
  .text-block-blog-2 {
    color: #949494;
  }
  
  .small-tile-info__wrapper {
    padding: 0px 15px 15px;
  }
  
  .heading-2 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 29px;
  }
  
  .paragraph-blog-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #adadad;
  }
  
  @media (max-width: 991px) {
    .blog-list-container__recent-blog {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .blog-list-container-recent-blog__image {
      width: 100%;
      height: 300px;
    }
    .blog-list-container-recent-blog__info {
      width: 100%;
    }
    .blog-tiles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .blog-small-tile {
      width: 100%;
      margin-top: 25px;
    }
  }
  
  @media (max-width: 767px) {
    .blog-header__container {
      padding: 25px;
    }
    .blog-list__container {
      padding: 19px;
    }
    .blog-tiles {
      margin-top: 0px;
    }
  }
  
  @media (max-width: 479px) {
    .blog-header-container__heading {
      font-size: 50px;
    }
    .blog-header-container__paragraph {
      font-size: 13px;
    }
    .blog-header__container {
      padding: 15px;
    }
    .blog-list {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .blog-list-container-recent-blog__image {
      height: 230px;
    }
    .blog-list-container-recent-blog__info {
      padding: 16px;
    }
    .paragraph-blog {
      font-size: 14px;
      line-height: 24px;
    }
    .heading {
      font-size: 20px;
      line-height: 34px;
    }
  }


/* END OF -- Styles for blogs.blade.php */


/*Responsive website -- Media Queries */

/*Media query for max-width - 991px;*/
@media screen and (max-width: 991px) {
    .tat-text__heading {
        text-align: center;
    }
    .tat-banner-container {
        flex-direction: column-reverse;
        padding: 25px 20px 25px 20px;
    }
    .tat-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tat-image-banner {
        width: 100%;
    }
    .small-description {
        text-align: center;
    }
}


/*Responsive website -- Media Queries */

/*Media query for max-width - 1650px;*/
@media screen and (max-width: 1650px) {
    .cover-container, .file-view__container {
        width: 70%;
    }
}

/*Media query for max-width - 1440px;*/
@media screen and (max-width: 1440px) {
    .cover-container, .file-view__container {
        width: 80%;
    }
}

/*Media query for max-width - 1024px;*/
@media screen and (max-width: 1024px) {
    .cover-container, .file-view__container {
        width: 90%;
    }
    .file-subject-image {
        width: 45%;
        height: 300px;
    }

    .file-info-wrapper {
        width: 53%;
    }
}

/*Media query for max-width - 768px;*/
@media screen and (max-width: 991px) {
    .m-resources-list-wrapper {
        display: block;
    }
    .cover-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .file-cover {
        padding: 40px 0 40px 0;
    }
    .file-info-wrapper {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .file-subject-image {
        width: 100%;
    }
    .main-file-body {
        width: 100%;
    }
    .file-img {
        display: none;
    }
}

/*Media query for max-width - 425px;*/
@media screen and (max-width: 425px) {
    .file-heading {
        font-size: 25px;
    }
}

/*Media query for max-width - 375px;*/
@media screen and (max-width: 375px) {

}


/*Media query for max-width - 320px;*/
@media screen and (max-width: 320px) {

}

