@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 300;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Barlow/Barlow-Light.ttf") format("truetype");
}

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Barlow/Barlow-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Barlow/Barlow-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Barlow/Barlow-SemiBold.ttf") format("truetype");
}

body {
    font-size: 16px;
    line-height: 28px;
    color: #676767;
}

selection::-moz-selection {
    background: #ff653b;
}

::selection {
    background: #ff653b;
}

a {
    color: #ff653b;
}

a:hover {
    color: #676767;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272727;
}

@media(min-width: 1200px) {
    .container {
        min-width: 1140px;
        width: 1635px;
        max-width: calc(100% - 30px);
    }
}

.context {
    font-weight: 300;
    font-family: Barlow, Arial;
}

@media(min-width: 992px) {
    .context {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .context {
        font-size: 18px;
        line-height: 28px;
    }
}

.context:not(.white) {
    color: #0c0c0c;
}

.context.white {
    color: #fff;
}

.context strong {
    font-weight: 500;
}

.context p {
    margin-bottom: 12px;
    text-align: left;
}

.context h2 {
    margin: 43px 0 12px;
}

@media(min-width: 768px) {
    .context h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media(max-width: 767px) {
    .context h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.context h3 {
    font-weight: 500;
    margin: 50px 0 12px;
}

@media(min-width: 768px) {
    .context h3 {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width: 767px) {
    .context h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(min-width: 768px) {
    .context h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width: 767px) {
    .context h4 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(min-width: 768px) {
    .context h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    .context h5 {
        font-size: 15px;
        line-height: 25px;
    }
}

@media(min-width: 768px) {
    .context h6 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width: 767px) {
    .context h6 {
        font-size: 14px;
        line-height: 24px;
    }
}

.context img {
    height: auto;
}

.context img:not(.without-margin) {
    margin-top: 50px;
    margin-bottom: 50px;
}

.context img:not(.without-margin)+.wp-caption-text {
    margin-top: -50px;
}

.context img+.wp-caption-text {
    font-size: 15px;
}

.context ul {
    padding-left: 10px;
    list-style: none;
}

.context ul>li {
    position: relative;
    display: block;
}

.context ul>li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    text-align: center;
    border-radius: 50%;
    line-height: 3px;
    background: #272727;
    position: absolute;
    top: 13px;
    right: auto;
    bottom: auto;
    left: -10px;
}

.context h1,
.context h2,
.context h3,
.context h4,
.context h5,
.context h6 {
    font-family: Barlow, Arial !important;
    font-weight: 700;
}

.context h4,
.context h5,
.context h6 {
    margin: 40px 0 12px;
}

.theme-button {
    display: block;
    width: 185px;
    max-width: 100%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    font-family: Barlow, Arial !important;
    font-size: 14px;
    letter-spacing: 1.5px !important;
    border-color: #ff653b;
    color: #ff653b;
}

.theme-button .hover-effect {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.theme-button:focus .hover-effect,
.theme-button:hover .hover-effect {
    width: 400%;
    height: 562.5px;
}

.theme-button .hover-effect {
    background: #ff653b;
}

.theme-button:focus,
.theme-button:hover {
    color: #fff;
}

.theme-button.white {
    display: block;
    width: 185px;
    max-width: 100%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    font-family: Barlow, Arial !important;
    font-size: 14px;
    letter-spacing: 1.5px !important;
    border-color: #fff;
    color: #fff;
}

.theme-button.white .hover-effect {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.theme-button.white:focus .hover-effect,
.theme-button.white:hover .hover-effect {
    width: 400%;
    height: 562.5px;
}

.theme-button.white .hover-effect {
    background: #fff;
}

.theme-button.white:focus,
.theme-button.white:hover {
    color: #272727;
}

.theme-button.dark {
    display: block;
    width: 185px;
    max-width: 100%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    font-family: Barlow, Arial !important;
    font-size: 14px;
    letter-spacing: 1.5px !important;
    border-color: #272727;
    color: #272727;
}

.theme-button.dark .hover-effect {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.theme-button.dark:focus .hover-effect,
.theme-button.dark:hover .hover-effect {
    width: 400%;
    height: 562.5px;
}

.theme-button.dark .hover-effect {
    background: #272727;
}

.theme-button.dark:focus,
.theme-button.dark:hover {
    color: #fff;
}

.theme-button.home-button {
    display: block;
    width: 185px;
    max-width: 100%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid;
    padding: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    font-family: Barlow, Arial !important;
    font-size: 14px;
    letter-spacing: 1.5px !important;
    border: none;
    background: #0c0c0c;
    color: #fff;
    padding: 12px 10px;
    width: 160px;
}

.theme-button.home-button .hover-effect {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -ms-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.theme-button.home-button:focus .hover-effect,
.theme-button.home-button:hover .hover-effect {
    width: 400%;
    height: 562.5px;
}

.theme-button.home-button .hover-effect {
    background: #ff653b;
}

.theme-button.home-button:focus,
.theme-button.home-button:hover {
    color: #fff;
}

form.theme-form {
    max-width: 820px;
    margin: 0;
}

form.theme-form .one-row {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

form.theme-form .one-row .frm_error {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

@media(min-width: 768px) {
    form.theme-form .one-row .frm_error {
        padding-left: 135px;
    }
}

form.theme-form .one-row label {
    flex-basis: 135px;
    -webkit-flex-basis: 135px;
    max-width: 135px;
    font-weight: 300;
    color: #676767;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 10px 10px 0;
    margin-bottom: 0;
}

@media(max-width: 767px) {
    form.theme-form .one-row label {
        display: none;
    }
}

form.theme-form .one-row label .frm_required {
    color: #f00;
}

form.theme-form .one-row input[type=email],
form.theme-form .one-row input[type=number],
form.theme-form .one-row input[type=password],
form.theme-form .one-row input[type=search],
form.theme-form .one-row input[type=tel],
form.theme-form .one-row input[type=text],
form.theme-form .one-row input[type=url] {
    font-weight: 300;
    border: 1px solid #e6e6e6;
    margin-bottom: 9px;
    caret-color: #ff653b;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
}

@media(min-width: 768px) {

    form.theme-form .one-row input[type=email],
    form.theme-form .one-row input[type=number],
    form.theme-form .one-row input[type=password],
    form.theme-form .one-row input[type=search],
    form.theme-form .one-row input[type=tel],
    form.theme-form .one-row input[type=text],
    form.theme-form .one-row input[type=url] {
        width: calc(100% - 135px);
        max-width: calc(100% - 135px);
    }

    form.theme-form .one-row input[type=email]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=number]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=password]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=search]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=tel]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=text]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=url]::-webkit-input-placeholder {
        color: transparent !important;
    }

    form.theme-form .one-row input[type=email]:-ms-input-placeholder,
    form.theme-form .one-row input[type=number]:-ms-input-placeholder,
    form.theme-form .one-row input[type=password]:-ms-input-placeholder,
    form.theme-form .one-row input[type=search]:-ms-input-placeholder,
    form.theme-form .one-row input[type=tel]:-ms-input-placeholder,
    form.theme-form .one-row input[type=text]:-ms-input-placeholder,
    form.theme-form .one-row input[type=url]:-ms-input-placeholder {
        color: transparent !important;
    }

    form.theme-form .one-row input[type=email]::-moz-placeholder,
    form.theme-form .one-row input[type=number]::-moz-placeholder,
    form.theme-form .one-row input[type=password]::-moz-placeholder,
    form.theme-form .one-row input[type=search]::-moz-placeholder,
    form.theme-form .one-row input[type=tel]::-moz-placeholder,
    form.theme-form .one-row input[type=text]::-moz-placeholder,
    form.theme-form .one-row input[type=url]::-moz-placeholder {
        color: transparent !important;
    }

    form.theme-form .one-row input[type=email]:-moz-placeholder,
    form.theme-form .one-row input[type=number]:-moz-placeholder,
    form.theme-form .one-row input[type=password]:-moz-placeholder,
    form.theme-form .one-row input[type=search]:-moz-placeholder,
    form.theme-form .one-row input[type=tel]:-moz-placeholder,
    form.theme-form .one-row input[type=text]:-moz-placeholder,
    form.theme-form .one-row input[type=url]:-moz-placeholder {
        color: transparent !important;
    }
}

@media(max-width: 767px) {

    form.theme-form .one-row input[type=email],
    form.theme-form .one-row input[type=number],
    form.theme-form .one-row input[type=password],
    form.theme-form .one-row input[type=search],
    form.theme-form .one-row input[type=tel],
    form.theme-form .one-row input[type=text],
    form.theme-form .one-row input[type=url] {
        width: 100%;
        max-width: 100%;
    }

    form.theme-form .one-row input[type=email]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=number]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=password]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=search]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=tel]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=text]::-webkit-input-placeholder,
    form.theme-form .one-row input[type=url]::-webkit-input-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .one-row input[type=email]:-ms-input-placeholder,
    form.theme-form .one-row input[type=number]:-ms-input-placeholder,
    form.theme-form .one-row input[type=password]:-ms-input-placeholder,
    form.theme-form .one-row input[type=search]:-ms-input-placeholder,
    form.theme-form .one-row input[type=tel]:-ms-input-placeholder,
    form.theme-form .one-row input[type=text]:-ms-input-placeholder,
    form.theme-form .one-row input[type=url]:-ms-input-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .one-row input[type=email]::-moz-placeholder,
    form.theme-form .one-row input[type=number]::-moz-placeholder,
    form.theme-form .one-row input[type=password]::-moz-placeholder,
    form.theme-form .one-row input[type=search]::-moz-placeholder,
    form.theme-form .one-row input[type=tel]::-moz-placeholder,
    form.theme-form .one-row input[type=text]::-moz-placeholder,
    form.theme-form .one-row input[type=url]::-moz-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .one-row input[type=email]:-moz-placeholder,
    form.theme-form .one-row input[type=number]:-moz-placeholder,
    form.theme-form .one-row input[type=password]:-moz-placeholder,
    form.theme-form .one-row input[type=search]:-moz-placeholder,
    form.theme-form .one-row input[type=tel]:-moz-placeholder,
    form.theme-form .one-row input[type=text]:-moz-placeholder,
    form.theme-form .one-row input[type=url]:-moz-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }
}

form.theme-form .one-row textarea {
    font-weight: 300;
    border: 1px solid #e6e6e6;
    margin-bottom: 9px;
    caret-color: #ff653b;
    padding: 15px;
}

@media(min-width: 768px) {
    form.theme-form .one-row textarea {
        width: calc(100% - 135px);
        max-width: calc(100% - 135px);
    }

    form.theme-form .one-row textarea::-webkit-input-placeholder {
        color: transparent !important;
    }

    form.theme-form .one-row textarea:-ms-input-placeholder {
        color: transparent !important;
    }

    form.theme-form .one-row textarea::-moz-placeholder {
        color: transparent !important;
    }

    form.theme-form .one-row textarea:-moz-placeholder {
        color: transparent !important;
    }
}

@media(max-width: 767px) {
    form.theme-form .one-row textarea {
        width: 100%;
        max-width: 100%;
    }

    form.theme-form .one-row textarea::-webkit-input-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .one-row textarea:-ms-input-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .one-row textarea::-moz-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .one-row textarea:-moz-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }
}

@media(min-width: 768px) {
    form.theme-form .one-row textarea {
        height: 150px;
    }
}

@media(max-width: 767px) {
    form.theme-form .one-row textarea {
        height: 200px;
    }
}

form.theme-form .frm_submit {
    margin-top: 25px;
}

form.theme-form .frm_submit input[type=submit] {
    font-weight: 300;
    border: 1px solid #e6e6e6;
    margin-bottom: 9px;
    caret-color: #ff653b;
    border: none;
    margin: 0 0 0 auto;
    height: 60px;
    line-height: 60px;
    display: table;
    padding: 0 15px;
    background: #3b3e46;
    font-size: 14px;
    font-weight: 500;
}

@media(min-width: 768px) {
    form.theme-form .frm_submit input[type=submit] {
        width: calc(100% - 135px);
        max-width: calc(100% - 135px);
    }

    form.theme-form .frm_submit input[type=submit]::-webkit-input-placeholder {
        color: transparent !important;
    }

    form.theme-form .frm_submit input[type=submit]:-ms-input-placeholder {
        color: transparent !important;
    }

    form.theme-form .frm_submit input[type=submit]::-moz-placeholder {
        color: transparent !important;
    }

    form.theme-form .frm_submit input[type=submit]:-moz-placeholder {
        color: transparent !important;
    }
}

@media(max-width: 767px) {
    form.theme-form .frm_submit input[type=submit] {
        width: 100%;
        max-width: 100%;
    }

    form.theme-form .frm_submit input[type=submit]::-webkit-input-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .frm_submit input[type=submit]:-ms-input-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .frm_submit input[type=submit]::-moz-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }

    form.theme-form .frm_submit input[type=submit]:-moz-placeholder {
        color: #676767 !important;
        text-transform: capitalize;
        font-size: 14px;
    }
}

form.theme-form .frm_submit input[type=submit]:hover {
    background: #ff653b;
}

.yith-infs-loader {
    margin-bottom: 55px;
}

.wow {
    visibility: hidden;
}

@-webkit-keyframes fade-in-left {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fade-in-left {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fade-in-left {
    -webkit-animation-name: fade-in-left;
    animation-name: fade-in-left;
}

@-webkit-keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.zoom-in {
    -webkit-animation-name: zoom-in;
    animation-name: zoom-in;
}

@-webkit-keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up;
}

.barlow {
    font-family: Barlow, Arial;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/nws/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/nws/fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/nws/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/nws/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/nws/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/nws/fonts/Roboto/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Rubik/Rubik-Light.ttf") format("truetype");
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Rubik/Rubik-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Rubik/Rubik-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Rubik/Rubik-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 900;
    src: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/fonts/Rubik/Rubik-Black.ttf") format("truetype");
}

@media(min-width: 992px) {
    .nws-section.blog-archive-archive-content-section {
        padding: 95px 0 100px;
    }
}

@media(max-width: 991px) {
    .nws-section.blog-archive-archive-content-section {
        padding: 37px 0 70px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-archive-archive-content-section .blog-archive {
        padding-top: 55px;
    }
}

.nws-section.blog-archive-archive-content-section .blog-archive .one-article {
    width: 100%;
}

@media(max-width: 767px) {
    .nws-section.blog-archive-archive-content-section .blog-archive .one-article:not(:last-child) {
        margin-bottom: 95px;
    }
}

@media(min-width: 768px) {
    .nws-section.blog-archive-archive-content-section .blog-archive .one-article {
        margin-bottom: 95px;
    }
}

@media(min-width: 1200px) {
    .nws-section.blog-archive-archive-content-section .blog-archive .one-article {
        width: calc(25% - 30px);
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.blog-archive-archive-content-section .blog-archive .one-article {
        width: calc(33.33333333% - 26.66666666px);
    }
}

@media(min-width: 576px) and (max-width: 991px) {
    .nws-section.blog-archive-archive-content-section .blog-archive .one-article {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
}

@media(max-width: 575px) {
    .nws-section.blog-archive-one-article-section {
        max-width: 370px;
        margin: 0 auto;
    }
}

.nws-section.blog-archive-one-article-section figure {
    margin-bottom: 22px;
}

.nws-section.blog-archive-one-article-section .title {
    font-size: 18.5px;
    line-height: 28px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.blog-archive-one-article-section .title a {
    display: inline-block;
    color: #272727;
}

.nws-section.blog-archive-one-article-section .title a:hover {
    color: #ff653b;
}

.nws-section.blog-archive-one-article-section .date {
    color: #c0c0c0;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 6px;
}

.nws-section.blog-archive-one-article-section .context {
    margin-bottom: 25px;
}

@media(min-width: 768px) {
    .nws-section.blog-archive-one-article-section .context {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-archive-one-article-section .context {
        font-size: 15px;
        line-height: 27px;
    }
}

.nws-section.blog-archive-one-article-section .more {
    padding-right: 28px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: #272727;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    overflow: hidden;
    position: relative;
}

.nws-section.blog-archive-one-article-section .more>span {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.blog-archive-one-article-section .more>span:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    height: 2px;
    width: 30px;
    background: #272727;
}

.nws-section.blog-archive-one-article-section .more i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.blog-archive-one-article-section .more:hover>span {
    margin-left: -40px;
}

.nws-section.blog-archive-one-article-section .more:hover i {
    opacity: 1;
    visibility: visible;
}

.nws-section.blog-single-single-content-section .common,
.nws-section.blog-single-single-content-section .gray-bg,
.nws-section.blog-single-single-content-section .nws-section.blog-single-single-content-section,
.nws-section.blog-single-single-content-section .nws-section.blog-single-single-content-section+.helper-pager-section,
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form input[type=email],
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form input[type=number],
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form input[type=password],
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form input[type=search],
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form input[type=tel],
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form input[type=text],
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form input[type=url],
.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form textarea,
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section input[type=email],
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section input[type=number],
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section input[type=password],
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section input[type=search],
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section input[type=tel],
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section input[type=text],
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section input[type=url],
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section textarea {
    max-width: 1130px;
    margin-left: auto;
}

.nws-section.blog-single-single-content-section .white-box {
    background: #fff;
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .white-box {
        padding: 0 0 27px;
        max-width: 88.5%;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .white-box {
        padding: 0 0 19px;
    }
}

.nws-section.blog-single-single-content-section .white-box .helper-tag-section {
    margin-bottom: 7px;
}

.nws-section.blog-single-single-content-section .white-box .title {
    font-weight: 500;
}

@media(min-width: 1200px) {
    .nws-section.blog-single-single-content-section .white-box .title {
        font-size: 37px;
        line-height: 53px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .nws-section.blog-single-single-content-section .white-box .title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .white-box .title {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

.nws-section.blog-single-single-content-section .context {
    color: #272727;
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .context {
        padding: 0 0 70px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .context {
        padding-bottom: 60px;
    }
}

.nws-section.blog-single-single-content-section .gray-bg {
    background: #f6f6f6;
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .gray-bg {
        padding: 45px 25px 48px;
        margin-bottom: 47px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .gray-bg {
        padding: 75px 10px 90px;
        margin-bottom: 35px;
    }
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap {
        max-width: 50%;
    }
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .title {
    font-weight: 500;
    font-size: 19px;
    line-height: 32px;
    display: block;
    margin-bottom: 18px;
    color: #272727;
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .title {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .tags {
        display: inline-block;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .tags {
        display: block;
        text-align: center;
    }
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .tags>a {
    display: inline-block;
    color: #272727;
    font-weight: 400;
    text-transform: capitalize;
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .tags>a {
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .tags>a {
        font-size: 13px;
        line-height: 27px;
    }
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .tags>a:hover {
    color: #ff653b;
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap .tags>a:not(:last-child):after {
    content: '|';
    padding-left: 4px;
    padding-right: 4px;
    color: #d3d3d3;
    font-size: 13px;
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap:not(:last-child) {
        margin-right: 40px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap:not(:last-child) {
        margin-bottom: 70px;
    }
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .title {
    margin-bottom: 13px;
}

@media(min-width: 768px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .nws-sharepost-container {
        display: inline-block;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .nws-sharepost-container {
        display: table;
        margin: 0 auto;
    }
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .nws-sharepost-container>a {
    display: inline-block;
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .nws-sharepost-container>a:not(:last-child) {
    margin-right: 10px;
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .nws-sharepost-container>a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    line-height: 38px;
    border: 1px solid #272727;
    color: #272727;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .nws-sharepost-container>a i.fa-telegram-plane {
    padding-right: 2px;
}

.nws-section.blog-single-single-content-section .gray-bg .inner-wrap .share-wrap.social-wrap .nws-sharepost-container>a i:hover {
    background: #ff653b;
    border-color: #ff653b;
    color: #fff;
}

@media(min-width: 992px) {
    .nws-section.blog-single-single-content-section+.helper-pager-section {
        padding-bottom: 204px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.blog-single-single-content-section+.helper-pager-section {
        padding-bottom: 35px;
    }
}

@media(max-width: 767px) {
    .nws-section.blog-single-single-content-section+.helper-pager-section {
        display: none;
    }
}

@media(min-width: 992px) {
    .blog-general-image {
        margin-bottom: 53px;
    }
}

@media(max-width: 991px) {
    .blog-general-image {
        margin-bottom: 0;
    }
}

@media(min-width: 768px) {
    .blog-general-image {
        background: 0 0 !important;
    }
}

@media(max-width: 767px) {
    .blog-general-image {
        height: 400px;
        background-size: cover;
        background-position: center;
    }
}

@media(min-width: 992px) {
    .blog-general-image+.layouts-layout-8-4-section .white-box {
        margin-top: -133px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .blog-general-image+.layouts-layout-8-4-section .white-box {
        margin-top: -85px;
    }
}

@media(max-width: 767px) {
    .blog-general-image+.layouts-layout-8-4-section .white-box {
        margin-top: -68px;
    }
}

@media(min-width: 768px) {
    .blog-general-image+.layouts-layout-8-4-section .white-box {
        padding: 27px 40px;
    }
}

@media(max-width: 767px) {
    .blog-general-image+.layouts-layout-8-4-section .white-box {
        padding: 19px 24px;
    }
}

.blog-general-image+.layouts-layout-8-4-section .context {
    color: #272727;
}

@media(min-width: 768px) {
    .blog-general-image+.layouts-layout-8-4-section .context {
        padding: 0 40px 70px;
    }
}

@media(max-width: 767px) {
    .blog-general-image+.layouts-layout-8-4-section .context {
        font-size: 15px;
        line-height: 27px;
    }
}

.nws-section.footer-call-to-action-section {
    background: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/images/call-to-action/bg_v2.min.jpg") center;
    background-size: cover;
    color: #fff;
}

@media(pointer: fine) {
    .nws-section.footer-call-to-action-section {
        background-attachment: fixed;
    }
}

.nws-section.footer-call-to-action-section .wrapper {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: center;
    -webkit-align-items: center;
    padding: 30px 0;
}

@media(min-width: 992px) {
    .nws-section.footer-call-to-action-section .wrapper {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        max-width: 1330px;
        min-height: 280px;
    }
}

@media(max-width: 991px) {
    .nws-section.footer-call-to-action-section .wrapper {
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 85px 0 110px;
    }
}

@media(max-width: 575px) {
    .nws-section.footer-call-to-action-section .wrapper {
        max-width: 275px;
    }
}

.nws-section.footer-call-to-action-section .wrapper .content-wrap {
    font-weight: 500;
    text-transform: capitalize;
}

@media(min-width: 1200px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 7px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .title {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 7px;
    }
}

@media(max-width: 991px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .title {
        text-align: center;
        margin-bottom: 17px;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media(max-width: 767px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .title {
        font-size: 27px;
        line-height: 37px;
    }
}

.nws-section.footer-call-to-action-section .wrapper .content-wrap .content {
    font-weight: 400;
    font-family: Barlow, Arial;
}

@media(min-width: 992px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .content {
        font-size: 21px;
        line-height: 31px;
        max-width: 1000px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .content {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width: 991px) {
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .content {
        margin-bottom: 50px;
    }

    .nws-section.footer-call-to-action-section .wrapper .content-wrap .content,
    .nws-section.footer-call-to-action-section .wrapper .content-wrap .content p {
        text-align: center;
    }
}

.nws-section.footer-call-to-action-section .wrapper .theme-button {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

@media(min-width: 992px) {
    .nws-section.footer-call-to-action-section .wrapper .theme-button {
        margin-left: 30px;
    }
}

@media(max-width: 991px) {
    .nws-section.footer-call-to-action-section .wrapper .theme-button {
        margin: 0 auto;
    }
}

.nws-section.footer-default-footer-section {
    background: #161616;
}

@media(min-width: 992px) {
    .nws-section.footer-default-footer-section {
        padding: 104px 0 64px;
    }
}

@media(max-width: 991px) {
    .nws-section.footer-default-footer-section {
        padding: 75px 0 0;
    }
}

.nws-section.footer-default-footer-section .footer-widgets-wrap {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin: 0 -15px;
}

.nws-section.footer-default-footer-section .footer-widgets-wrap .widget {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    align-self: stretch;
    -webkit-align-self: stretch;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin: 0 15px;
}

@media(max-width: 991px) {
    .nws-section.footer-default-footer-section .footer-widgets-wrap .widget {
        flex-basis: calc(50% - 30px);
        flex-grow: 0;
        -webkit-flex-grow: 0;
    }
}

@media(max-width: 991px) and (max-width: 767px) {
    .nws-section.footer-default-footer-section .footer-widgets-wrap .widget {
        flex-basis: 100%;
    }
}

.copyright {
    background: #161616;
    border-top: 1px solid #212121;
    padding: 25px 0;
}

.copyright .flex-box {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    justify-content: center;
    -webkit-justify-content: center;
}

@media(max-width: 575px) {
    .copyright .flex-box {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        align-items: center;
        -webkit-align-items: center;
    }
}

.copyright .flex-box .wrapper {
    text-transform: capitalize;
}

@media(min-width: 768px) {
    .copyright .flex-box .wrapper {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .copyright .flex-box .wrapper {
        font-size: 14px;
    }
}

@media(max-width: 575px) {
    .copyright .flex-box .social {
        margin-bottom: 15px;
    }
}

.copyright .flex-box .social>a {
    display: inline-block;
}

@media(min-width: 576px) {
    .copyright .flex-box .social>a {
        margin-left: 30px;
    }
}

@media(max-width: 575px) {
    .copyright .flex-box .social>a:not(:first-child) {
        margin-left: 25px;
    }
}

.copyright .flex-box .social>a i {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.copyright .flex-box .social>a i:hover {
    color: #ff653b;
}

@media(min-width: 992px) {
    .nws-section.header-breadcrumb-section {
        padding: 33px 0;
    }
}

@media(max-width: 991px) {
    .nws-section.header-breadcrumb-section {
        padding: 22px 0;
    }
}

.nws-section.header-breadcrumb-section * {
    color: #3b3e46;
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
}

.nws-section.header-breadcrumb-section * i {
    margin: 0 5px;
}

.nws-section.header-breadcrumb-section .breadcrumb_last {
    color: #b1b1b1;
}

.nws-section.header-breadcrumb-section a:hover {
    color: #ff653b;
}

.nws-section.header-topnavbar-section {
    background: #3b3e46;
    color: #fff;
}

.nws-section.header-topnavbar-section .flex-box {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.nws-section.header-topnavbar-section .flex-box a {
    color: #fff;
}

.nws-section.header-topnavbar-section .flex-box .right-col {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 20px;
}

.nws-section.header-topnavbar-section .flex-box .right-col .send-request {
    background: #ff653b;
    color: #fff;
    border: none;
    padding: 12px 10px;
}

.nws-section.header-topnavbar-section .flex-box .right-col .send-request i {
    margin-right: 7px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.nws-section.header-topnavbar-section .flex-box .right-col .send-request .hover-effect {
    background: #303239;
}

.nws-section.header-topnavbar-section .flex-box .right-col .send-request:hover {
    color: #ff653b;
}

.nws-section.header-topnavbar-section .flex-box .right-col .social>a {
    display: inline-block;
    margin: 4px 0;
}

.nws-section.header-topnavbar-section .flex-box .right-col .social>a:not(:last-child) {
    margin-right: 5px;
}

.nws-section.header-topnavbar-section .flex-box .right-col .social>a i {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    border-radius: 10px;
    background: #303239;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.header-topnavbar-section .flex-box .right-col .social>a i.fa-telegram-plane {
    padding-right: 2px;
}

.nws-section.header-topnavbar-section .flex-box .right-col .social>a i:hover {
    background: #ff653b;
}

.nws-section.header-topnavbar-section .flex-box .right-col .send-request {
    margin-left: 20px;
}

.nws-section.header-topnavbar-section .flex-box .left-col>* {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-family: Barlow, Arial;
}

.nws-section.header-topnavbar-section .flex-box .left-col>:not(:last-child) {
    margin-right: 38px;
}

.nws-section.header-topnavbar-section .flex-box .left-col>* i {
    position: absolute;
    top: 14px;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff653b;
    font-size: 16px;
}

.nws-section.header-topnavbar-section .flex-box .left-col>* i.fa-phone {
    -webkit-transform: scaleX(-1) translateY(-50%);
    -moz-transform: scaleX(-1) translateY(-50%);
    -ms-transform: scaleX(-1) translateY(-50%);
    -o-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}

.nws-section.header-topnavbar-section .flex-box .left-col>a:hover {
    color: #ff653b;
}

.nws-section.header-ubermenu-section {
    border-bottom: 1px solid #f4f3f8;
    padding: 20px 0;
}

.nws-section.header-ubermenu-section .flex-box {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    min-height: 59px;
}

@media(max-width: 991px) {
    .nws-section.header-ubermenu-section .flex-box {
        align-items: center;
        -webkit-align-items: center;
    }
}

.nws-section.header-ubermenu-section .flex-box figure {
    margin: 0;
}

@media(max-width: 991px) {
    .nws-section.header-ubermenu-section .flex-box figure {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        flex-grow: 1;
        -webkit-flex-grow: 1;
    }
}

@media(min-width: 992px) {
    .nws-section.header-ubermenu-section .flex-box figure {
        align-self: center;
        -webkit-align-self: center;
    }
}

.nws-section.header-ubermenu-section .flex-box figure a {
    display: table;
}

@media(max-width: 991px) {
    .nws-section.header-ubermenu-section .flex-box figure a img {
        width: 151px;
    }
}

.nws-section.header-ubermenu-section .flex-box form.search {
    background: #ededed;
    min-width: 185px;
    max-width: 235px;
    position: relative;
    margin: 0;
}

@media(min-width: 992px) {
    .nws-section.header-ubermenu-section .flex-box form.search {
        align-self: center;
        -webkit-align-self: center;
    }
}

.nws-section.header-ubermenu-section .flex-box form.search input[type=search] {
    background: 0 0;
    border: none;
    outline: 0;
    width: 100%;
    padding: 0 50px 0 15px;
    margin: 0;
}

.nws-section.header-ubermenu-section .flex-box form.search [type=submit] {
    background: 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    width: 16px;
    z-index: 2;
    margin: 0;
}

.nws-section.header-ubermenu-section .flex-box form.search [type=submit]:hover+i {
    color: #ff653b;
}

.nws-section.header-ubermenu-section .flex-box form.search i {
    color: #0c0c0c;
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media(min-width: 992px) {
    .nws-section.header-ubermenu-section nav.ubermenu {
        flex-grow: 1;
        -webkit-flex-grow: 1;
        display: flex !important;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav {
        display: flex;
        display: -webkit-flex;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin: 0 auto;
        padding: 0 25px;
    }
}

@media(min-width: 992px) and (min-width: 1200px) {
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav {
        width: 90%;
        max-width: 880px;
    }
}

@media(min-width: 992px) {

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0:hover>.ubermenu-target {
        color: #ff653b;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li {
        position: relative;
        padding: 0 15px;
        display: flex;
        height: calc(100% + 20px);
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li>.ubermenu-target {
        text-transform: uppercase;
        color: #0c0c0c;
        font-size: 15px;
        font-weight: 500;
        padding: 0;
        position: relative;
        align-self: center;
        -webkit-align-self: center;
        display: block;
        top: -20px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li>.ubermenu-target .ubermenu-sub-indicator {
        right: -4px;
        margin-top: -8px;
        left: auto;
        transform: translateX(100%);
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social {
        display: none;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu {
        background: 0 0 !important;
        border-radius: 5px;
        min-width: 234px;
        width: auto !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: none;
        margin-top: 12px;
        top: 100%;
        max-height: 99999px !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li {
        padding: 0 28px;
        background: #3b3e46;
        width: 100%;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li:first-child {
        padding-top: 51px;
        background: 0 0;
        position: relative;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li:first-child:before {
        content: '';
        border-bottom: 8px solid #3b3e46;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: 6px;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li:first-child:after {
        content: '';
        position: absolute;
        top: 14px;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 5px 5px 0 0;
        background: #3b3e46;
        width: 100%;
        height: 100%;
        display: block;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li:last-child {
        padding-bottom: 41px;
        border-radius: 0 0 5px 5px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li:last-child:after {
        border-radius: 5px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li>a {
        display: inline-block;
        line-height: 29px;
        padding: 6px 0;
        color: #fff;
        text-transform: capitalize;
        font-size: 14.5px;
        font-weight: 300;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li.ubermenu-active>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li.ubermenu-current-menu-ancestor>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li.ubermenu-current-menu-item>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li.ubermenu-current-menu-parent>.ubermenu-target {
        color: #ff653b;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li .ubermenu-submenu>li>.ubermenu-target:hover {
        color: #ff653b;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-active .ubermenu-submenu {
        margin-top: 0;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-active .ubermenu-submenu>li:first-child:before {
        opacity: 1 !important;
    }
}

@media(max-width: 991px) {
    .nws-section.header-ubermenu-section nav.ubermenu {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        max-height: none;
        opacity: 1;
        padding: 0 !important;
        -webkit-transition: .4s all ease-in-out;
        -moz-transition: .4s all ease-in-out;
        -ms-transition: .4s all ease-in-out;
        -o-transition: .4s all ease-in-out;
        transition: .4s all ease-in-out;
        background: #3b3e46;
        min-height: 100vh;
    }

    .nws-section.header-ubermenu-section nav.ubermenu.ubermenu-responsive-collapse {
        opacity: 0;
        z-index: -1;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav {
        display: table;
        width: 100%;
        margin: 0 auto;
        padding: 50px 65px 0 15px;
        min-height: 100vh;
        display: flex;
        display: -webkit-flex;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav {
        max-width: 720px;
    }
}

@media(max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav {
        max-width: 540px;
    }
}

@media(max-width: 991px) {

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-active>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0.ubermenu-current-menu-parent>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav .ubermenu-item-level-0:hover>.ubermenu-target {
        color: #8d8d8d;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li {
        display: table;
        min-width: 0;
        width: auto;
        padding: 5px 15px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li>.ubermenu-target {
        display: inline-block;
        padding: 0;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li:not(.uber-social) {
        align-self: flex-start;
        -webkit-align-self: flex-start;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social {
        flex-grow: 1;
        -webkit-flex-grow: 1;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .ubermenu-content-block {
        padding: 38px 15px;
        display: block;
        width: calc(100% + 50px);
        margin-right: -50px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .send-request {
        background: #ff653b;
        color: #fff;
        border: none;
        padding: 12px 10px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .send-request i {
        margin-right: 7px;
        font-size: 16px;
        position: relative;
        top: 2px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .send-request .hover-effect {
        background: #303239;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .send-request:hover {
        color: #ff653b;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .social>a {
        display: inline-block;
        margin: 4px 0;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .social>a:not(:last-child) {
        margin-right: 5px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .social>a i {
        display: inline-block;
        width: 34px;
        height: 34px;
        text-align: center;
        border-radius: 50%;
        line-height: 34px;
        border-radius: 10px;
        background: #303239;
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .social>a i.fa-telegram-plane {
        padding-right: 2px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .social>a i:hover {
        background: #ff653b;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .send-request {
        line-height: 30px;
        margin: 0 auto 35px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.uber-social .social {
        display: table;
        margin: 0 auto;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-has-submenu-drop>.ubermenu-target {
        padding-left: 14px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-has-submenu-drop>.ubermenu-target .ubermenu-sub-indicator {
        display: block !important;
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        font-size: 12px;
        margin-top: -6px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-has-submenu-drop>.ubermenu-target .ubermenu-sub-indicator:before {
        content: "" !important;
        font-family: 'Font Awesome 6 Pro';
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-has-submenu-drop>.ubermenu-target .ubermenu-sub-indicator-close {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 0;
        font-size: 12px;
        width: auto;
        height: 12px;
        margin-top: -6px;
        padding: 0;
        opacity: 0;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-has-submenu-drop>.ubermenu-target .ubermenu-sub-indicator-close i:before {
        content: "" !important;
        font-family: 'Font Awesome 6 Pro';
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-has-submenu-drop.ubermenu-active .ubermenu-sub-indicator {
        opacity: 0;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li.ubermenu-has-submenu-drop.ubermenu-active .ubermenu-sub-indicator-close {
        opacity: 1 !important;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu {
        background: 0 0;
        box-shadow: none;
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative !important;
        margin: 0;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li {
        display: table;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li:first-child {
        margin-top: 5px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li:last-child {
        margin-bottom: 15px;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li>.ubermenu-target {
        display: inline-block;
        line-height: 28px;
        padding: 0;
        color: #fff;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 300;
    }

    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li.ubermenu-active>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li.ubermenu-current-menu-ancestor>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li.ubermenu-current-menu-item>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li.ubermenu-current-menu-parent>.ubermenu-target,
    .nws-section.header-ubermenu-section nav.ubermenu ul.ubermenu-nav>li ul.ubermenu-submenu>li:hover>.ubermenu-target {
        color: #ff653b;
    }

    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle {
        z-index: 102;
        position: relative;
        padding: 0;
        line-height: 0;
    }

    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle i {
        margin: 0;
        padding: 0;
        width: 30px;
    }

    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle i:before,
    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle:after,
    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle:before {
        background: #676767;
        border-radius: 3px;
        content: '';
        display: table;
        height: 1px;
        width: 25px;
        margin: 2.5px 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open:before {
        -webkit-transform: translateY(6.5px) rotate(135deg);
        -moz-transform: translateY(6.5px) rotate(135deg);
        -ms-transform: translateY(6.5px) rotate(135deg);
        -o-transform: translateY(6.5px) rotate(135deg);
        transform: translateY(6.5px) rotate(135deg);
        background: #fff;
    }

    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open:after {
        -webkit-transform: translateY(-5.5px) rotate(-135deg);
        -moz-transform: translateY(-5.5px) rotate(-135deg);
        -ms-transform: translateY(-5.5px) rotate(-135deg);
        -o-transform: translateY(-5.5px) rotate(-135deg);
        transform: translateY(-5.5px) rotate(-135deg);
        background: #fff;
    }

    .nws-section.header-ubermenu-section a.ubermenu-responsive-toggle.ubermenu-responsive-toggle-open i:before {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

.nws-section.helper-pager-section ul.pager {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.nws-section.helper-pager-section ul.pager>li {
    flex: 1;
    -webkit-flex: 1;
    padding: 0 15px;
}

.nws-section.helper-pager-section ul.pager>li>a {
    display: table;
    font-size: 18px;
    color: #272727;
    font-weight: 700;
    max-width: 370px;
    text-align: left;
}

.nws-section.helper-pager-section ul.pager>li>a:hover {
    text-decoration: underline !important;
}

.nws-section.helper-pager-section ul.pager>li.next>a {
    margin-left: auto;
}

.nws-section.helper-tag-section>* {
    display: inline-block;
    color: #c0c0c0;
    font-size: 12px;
    line-height: 24px;
}

.nws-section.helper-tag-section>:not(:last-child):after {
    content: '|';
}

.nws-section.helper-tag-section a:hover {
    color: #ff653b;
}

.nws-section.helper-tag-section a:hover:after {
    color: #c0c0c0;
}

@media(min-width: 768px) {
    .nws-section.helper-title-section {
        margin-bottom: 76px;
    }
}

@media(max-width: 767px) {
    .nws-section.helper-title-section {
        margin-bottom: 20px;
    }
}

.nws-section.helper-title-section .title {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
}

@media(min-width: 992px) {
    .nws-section.helper-title-section .title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.helper-title-section .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media(max-width: 767px) {
    .nws-section.helper-title-section .title {
        font-size: 21px;
        line-height: 37px;
    }
}

@media(max-width: 767px) {
    .nws-section.helper-title-section .title {
        text-align: center;
    }
}

.nws-section.helper-title-section .title:after {
    bottom: 0;
    border-radius: 15px;
}

@media(min-width: 768px) {
    .nws-section.helper-title-section .title:after {
        content: '';
        position: absolute;
        left: 0;
        top: auto;
        height: 3px;
        width: 50px;
    }
}

@media(max-width: 767px) {
    .nws-section.helper-title-section .title:after {
        content: '';
        position: absolute;
        left: calc(50% - 15px);
        top: auto;
        height: 3px;
        width: 30px;
    }
}

.nws-section.helper-title-section .subtitle {
    line-height: 27px;
    color: #0c0c0c;
    margin: 26px 0 0;
    font-weight: 300;
    font-family: Barlow, Arial;
}

@media(min-width: 768px) {
    .nws-section.helper-title-section .subtitle {
        font-size: 18px;
    }
}

.nws-section.helper-title-section:not(.white) .title,
.nws-section.helper-title-section:not(.white) .title a {
    color: #0c0c0c;
}

.nws-section.helper-title-section:not(.white) .title:after {
    background: #e7e7e7;
}

.nws-section.helper-title-section.white .title,
.nws-section.helper-title-section.white .title a {
    color: #fff;
}

.nws-section.helper-title-section.white .title:after {
    background: #fff;
}

.nws-section.helper-title-section.white .subtitle {
    color: #fff;
}

.nws-section.helper-title-section.center {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.nws-section.helper-title-section.center .subtitle,
.nws-section.helper-title-section.center .title {
    text-align: center;
}

@media(min-width: 768px) {
    .nws-section.helper-title-section.center .title:after {
        content: '';
        position: absolute;
        left: calc(50% - 25px);
        top: auto;
        height: 3px;
        width: 50px;
    }
}

.nws-section.helper-title-section.center .subtitle {
    margin: 26px auto 0;
}

.nws-section.home-about-section {
    position: relative;
}

@media(min-width: 992px) {
    .nws-section.home-about-section {
        padding: 170px 0;
    }
}

@media(max-width: 991px) {
    .nws-section.home-about-section {
        padding: 45px 0 120px;
    }
}

@media(min-width: 992px) {
    .nws-section.home-about-section img.google-partner {
        margin-right: 0;
    }
}

.nws-section.home-about-section .wrapper {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

@media(max-width: 991px) {
    .nws-section.home-about-section .wrapper {
        padding: 0px 0 40px;
    }
}

.nws-section.home-about-section .wrapper .helper-title-section {
    margin-bottom: 21px;
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.home-about-section .wrapper .helper-title-section .title {
        font-size: 30px;
        line-height: 46px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-about-section .wrapper .helper-title-section .title {
        text-align: left;
    }

    .nws-section.home-about-section .wrapper .helper-title-section .title:after {
        left: 0;
    }
}

.nws-section.home-about-section .wrapper .context {
    margin-bottom: 39px;
}

.nws-section.home-banner-section {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: center;
    -webkit-align-items: center;
}

@media(min-width: 576px) {
    .nws-section.home-banner-section {
        background: #f3f4f8 url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/images/home/banner/bg_v3.min.jpg") right top no-repeat;
        background-size: contain;
    }
}

@media(max-width: 575px) {
    .nws-section.home-banner-section {
        background: #f3f4f8 url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/images/home/banner/bg_mobile.min.jpg") right top no-repeat;
    }
}

@media(min-width: 1500px) {
    .nws-section.home-banner-section .content-wrap {
        max-width: 630px;
        padding-top: 230px;
        padding-bottom: 152px;
    }
}

@media(min-width: 1200px) and (max-width: 1499px) {
    .nws-section.home-banner-section .content-wrap {
        max-width: 570px;
        padding-top: 161px;
        padding-bottom: 106px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.home-banner-section .content-wrap {
        max-width: 430px;
        padding-top: 113px;
        padding-bottom: 75px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.home-banner-section .content-wrap {
        max-width: 370px;
        padding-top: 79px;
        padding-bottom: 53px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .nws-section.home-banner-section .content-wrap {
        max-width: 370px;
        padding-top: 55px;
        padding-bottom: 37px;
    }
}

@media(max-width: 575px) {
    .nws-section.home-banner-section .content-wrap {
        max-width: 370px;
        padding-top: 296px;
        padding-bottom: 37px;
    }
}

.nws-section.home-banner-section .content-wrap .title {
    font-weight: 500;
    text-transform: uppercase;
    color: #0c0c0c;
}

@media(min-width: 1500px) {
    .nws-section.home-banner-section .content-wrap .title {
        font-size: 67px;
        line-height: 70px;
    }
}

@media(min-width: 1200px) and (max-width: 1499px) {
    .nws-section.home-banner-section .content-wrap .title {
        font-size: 60px;
        line-height: 63px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.home-banner-section .content-wrap .title {
        font-size: 46px;
        line-height: 50px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.home-banner-section .content-wrap .title {
        font-size: 40px;
        line-height: 47px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-banner-section .content-wrap .title {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 16px;
    }
}

@media(min-width: 768px) {
    .nws-section.home-banner-section .content-wrap .title {
        margin-bottom: 34px;
    }
}

.nws-section.home-banner-section .content-wrap .context {
    font-family: Barlow, Arial;
    color: #0c0c0c;
    margin-bottom: 38px;
}

@media(min-width: 1200px) {
    .nws-section.home-banner-section .content-wrap .context {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .nws-section.home-banner-section .content-wrap .context {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-banner-section .content-wrap .context {
        line-height: 27px;
    }
}

@media(min-width: 992px) {
    .nws-section.home-comments-section {
        padding: 61px 0 142px;
    }
}

@media(max-width: 991px) {
    .nws-section.home-comments-section {
        padding: 50px 0 120px;
    }
}

@media(min-width: 768px) {
    .nws-section.home-comments-section .helper-title-section {
        margin-bottom: 60px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-comments-section .owl-carousel {
        padding-top: 28px;
    }
}

.nws-section.home-comments-section .owl-carousel .owl-stage {
    display: flex;
    display: -webkit-flex;
}

.nws-section.home-comments-section .owl-carousel .owl-stage .owl-item {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    display: flex;
    display: -webkit-flex;
}

@media(max-width: 575px) {
    .nws-section.home-comments-section .owl-carousel .owl-stage .owl-item {
        padding: 0 15px;
    }
}

.nws-section.home-comments-section .owl-carousel .owl-stage .owl-item>* {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}

@media(min-width: 1550px) {
    .nws-section.home-comments-section .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        right: 570px;
        bottom: auto;
        left: 570px;
    }
}

@media(min-width: 992px) and (max-width: 1549px) {
    .nws-section.home-comments-section .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        right: 300px;
        bottom: auto;
        left: 300px;
    }
}

@media(max-width: 991px) {
    .nws-section.home-comments-section .owl-carousel .owl-nav {
        margin: 40px auto 0;
        text-align: center;
    }
}

.nws-section.home-comments-section .owl-carousel .owl-nav [class*=owl-] {
    outline: 0;
}

@media(min-width: 992px) {
    .nws-section.home-comments-section .owl-carousel .owl-nav [class*=owl-] {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
    }
}

@media(max-width: 991px) {
    .nws-section.home-comments-section .owl-carousel .owl-nav [class*=owl-]:not(:last-child) {
        margin-right: 15px;
    }
}

.nws-section.home-comments-section .owl-carousel .owl-nav [class*=owl-] i {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    line-height: 58px;
    border: 1px solid #272727;
    color: #272727;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.home-comments-section .owl-carousel .owl-nav [class*=owl-] i:hover {
    background: #272727;
    color: #fff;
}

@media(min-width: 992px) {
    .nws-section.home-comments-section .owl-carousel .owl-nav [class*=owl-].owl-prev {
        left: -90px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .nws-section.home-comments-section .owl-carousel .owl-nav [class*=owl-].owl-next {
        right: -90px;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}

.nws-section.home-comments-one-comment-section {
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media(min-width: 768px) {
    .nws-section.home-comments-one-comment-section {
        padding: 53px 50px 68px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-comments-one-comment-section {
        padding: 38px 30px 68px;
    }
}

.nws-section.home-comments-one-comment-section .header {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 48px;
}

.nws-section.home-comments-one-comment-section .header figure {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    background-color: #f4f3f8;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 0;
}

.nws-section.home-comments-one-comment-section .header .user-info .user {
    display: inline-block;
    color: #272727;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.home-comments-one-comment-section .header .user-info .subtitle {
    font-size: 13px;
    text-transform: capitalize;
    color: #676767;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.nws-section.home-comments-one-comment-section .header .user-info .subtitle>* {
    line-height: 12px;
}

.nws-section.home-comments-one-comment-section .header .star-rating {
    letter-spacing: -1.3px;
    width: 65px;
    height: 12px;
    margin-right: 10px;
}

.nws-section.home-comments-one-comment-section .header .star-rating:before {
    background: 0 0;
    left: 0;
}

.nws-section.home-comments-one-comment-section .header .star-rating:before,
.nws-section.home-comments-one-comment-section .header .star-rating>span:before {
    -webkit-transition: .3s color ease-in-out;
    -moz-transition: .3s color ease-in-out;
    -ms-transition: .3s color ease-in-out;
    -o-transition: .3s color ease-in-out;
    transition: .3s color ease-in-out;
    font-size: 11.5px;
    color: #efc01b;
}

.nws-section.home-comments-one-comment-section .content {
    color: #272727;
    font-family: Barlow, Arial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media(min-width: 768px) {
    .nws-section.home-comments-one-comment-section .content {
        font-size: 18px;
    }
}

.nws-section.home-comments-one-comment-section .content>p {
    display: contents;
}

@media(max-width: 767px) {

    .nws-section.home-comments-one-comment-section .content,
    .nws-section.home-comments-one-comment-section .content p {
        text-align: center;
    }
}

.nws-section.home-comments-one-comment-section .content a.read-more {
    margin-left: 25px;
    font-size: 15px;
}

@media not all and (min-resolution: .001dpcm) {
    @supports(-webkit-appearance: none) and (stroke-color: transparent) {
        .nws-section.home-comments-one-comment-section .header .star-rating {
            letter-spacing: -2px !important;
        }
    }
}

@media not all and (min-resolution: .001dpcm) {
    @supports(-webkit-appearance: none) and (not (stroke-color: transparent)) {
        .nws-section.home-comments-one-comment-section .header .star-rating {
            letter-spacing: -2px !important;
        }
    }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    .nws-section.home-comments-one-comment-section .header .star-rating {
        letter-spacing: -2px !important;
    }
}

.nws-section.home-projects-one-project-section {
    cursor: pointer;
}

@media(min-width: 1500px) {
    .nws-section.home-projects-one-project-section {
        margin-bottom: 40px;
    }
}

@media(min-width: 768px) and (max-width: 1499px) {
    .nws-section.home-projects-one-project-section {
        margin-bottom: 30px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .nws-section.home-projects-one-project-section {
        margin-bottom: 20px;
    }
}

@media(max-width: 575px) {
    .nws-section.home-projects-one-project-section {
        max-width: 330px;
        margin: 0 auto 20px;
    }
}

.nws-section.home-projects-one-project-section figure {
    position: relative;
    display: table;
    margin: 0 auto;
}

.nws-section.home-projects-one-project-section figure .project-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.nws-section.home-projects-one-project-section figure .overlay {
    background: #ff653b;
    opacity: .9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.nws-section.home-projects-one-project-section figure .overlay a {
    color: #fff;
}

.nws-section.home-projects-one-project-section figure .overlay .content-wrap .logo {
    display: block;
    margin: 0 auto 35px;
}

@media(min-width: 992px) {
    .nws-section.home-projects-one-project-section figure .overlay .content-wrap .logo {
        max-width: 180px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.home-projects-one-project-section figure .overlay .content-wrap .logo {
        max-width: 140px;
    }
}

.nws-section.home-projects-one-project-section figure .overlay .content-wrap .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.nws-section.home-projects-one-project-section figure .overlay .content-wrap .category {
    font-size: 21px;
    line-height: 29px;
    font-weight: 300;
    font-family: Barlow, Arial;
    margin: 0;
}

.nws-section.home-projects-one-project-section figure .overlay .visit-site {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-left: 24px;
}

.nws-section.home-projects-one-project-section figure .overlay .visit-site i {
    background: #fff;
    color: #272727;
}

@media(min-width: 992px) {
    .nws-section.home-projects-one-project-section figure .overlay .visit-site i {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.home-projects-one-project-section figure .overlay .visit-site i {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }
}

.nws-section.home-projects-one-project-section figure:hover .overlay {
    opacity: .9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media(min-width: 992px) {
    .nws-section.home-projects-section {
        padding: 159px 0 58px;
    }
}

@media(max-width: 991px) {
    .nws-section.home-projects-section {
        padding: 105px 0 50px;
    }
}

@media(min-width: 1500px) {
    .nws-section.home-projects-section .mx-20 {
        margin-right: -20px;
        margin-left: -20px;
    }

    .nws-section.home-projects-section .mx-20 [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .nws-section.home-projects-section .mx-20 {
        margin-right: -10px;
        margin-left: -10px;
    }

    .nws-section.home-projects-section .mx-20 [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-projects-section .mx-20 {
        padding-top: 25px;
    }
}

.nws-section.home-services-one-service-section {
    width: 100%;
    padding: 66px 10px 61px;
    position: relative;
    z-index: 1;
}

@media(max-width: 767px) {
    .nws-section.home-services-one-service-section {
        max-width: 380px;
        margin: 0 auto;
    }
}

.nws-section.home-services-one-service-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ff653b;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
    opacity: 0;
}

.nws-section.home-services-one-service-section .wrapper {
    max-width: 300px;
    margin: 0 auto;
}

.nws-section.home-services-one-service-section .wrapper .icon {
    display: table;
    margin: 0 auto 18px;
}

.nws-section.home-services-one-service-section .wrapper .icon i {
    font-size: 48px;
    color: #ff653b;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nws-section.home-services-one-service-section .wrapper .title {
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 18px;
}

@media(min-width: 768px) {
    .nws-section.home-services-one-service-section .wrapper .title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-services-one-service-section .wrapper .title {
        font-size: 24px;
        line-height: 32px;
    }
}

.nws-section.home-services-one-service-section .wrapper .title a {
    color: #272727;
}

.nws-section.home-services-one-service-section .wrapper .content {
    font-weight: 300;
    font-family: Barlow, Arial;
    color: #0c0c0c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media(min-width: 768px) {
    .nws-section.home-services-one-service-section .wrapper .content {
        font-size: 20px;
        line-height: 29px;
    }
}

.nws-section.home-services-one-service-section .wrapper .content,
.nws-section.home-services-one-service-section .wrapper .content p {
    text-align: center;
    margin: 0;
}

.nws-section.home-services-one-service-section:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.nws-section.home-services-one-service-section:hover .content,
.nws-section.home-services-one-service-section:hover .icon i,
.nws-section.home-services-one-service-section:hover .title a {
    color: #fff;
}

.nws-section.home-services-section {
    overflow: hidden;
}

@media(min-width: 992px) {
    .nws-section.home-services-section {
        padding: 158px 0 183px;
    }
}

@media(max-width: 991px) {
    .nws-section.home-services-section {
        padding: 100px 0 50px;
    }
}

@media(min-width: 768px) {
    .nws-section.home-services-section .helper-title-section {
        margin-bottom: 69px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.home-services-section .services {
        max-width: 790px;
        margin: 0 auto;
    }
}

.nws-section.home-team-section {
    background: #3b3e46;
    color: #fff;
}

.nws-section.home-team-section .wrapper {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

@media(min-width: 1500px), (min-width: 768px) and (max-width: 991px) {
    .nws-section.home-team-section .wrapper {
        max-width: 720px;
        padding: 60px 98px 71px;
    }
}

@media(min-width: 992px) and (max-width: 1499px) {
    .nws-section.home-team-section .wrapper {
        padding: 60px 48px 71px;
        max-width: 550px;
    }
}

@media(min-width: 992px) {
    .nws-section.home-team-section .wrapper {
        align-items: flex-start;
        -webkit-align-items: flex-start;
        min-height: 720px;
    }
}

@media(max-width: 991px) {
    .nws-section.home-team-section .wrapper {
        align-items: center;
        -webkit-align-items: center;
        margin: 0 auto;
        min-height: 330px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-team-section .wrapper {
        max-width: 500px;
        padding: 57px 45px 58px;
    }
}

.nws-section.home-team-section .wrapper i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #ff653b;
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.nws-section.home-team-section .wrapper .content {
    font-family: Barlow, Arial;
    font-weight: 500;
}

@media(min-width: 768px) {
    .nws-section.home-team-section .wrapper .content {
        font-size: 36px;
        line-height: 46px;
    }
}

@media(max-width: 767px) {
    .nws-section.home-team-section .wrapper .content {
        font-size: 20px;
        line-height: 33px;
    }
}

@media(min-width: 992px) {
    .nws-section.home-team-section .wrapper .content {
        margin-bottom: 54px;
    }
}

@media(max-width: 991px) {
    .nws-section.home-team-section .wrapper .content {
        text-align: center;
        margin-bottom: 47px;
    }
}

.nws-section.home-team-section .bg-box {
    background: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/images/home/team/bg_v3.min.jpg") center;
    background-size: cover;
}

@media(max-width: 991px) {
    .nws-section.home-team-section .bg-box {
        height: 540px;
    }
}

.nws-section.home-workflow-one-step-section {
    display: table;
    margin: 0 auto;
    text-align: center;
}

@media(max-width: 991px) {
    .nws-section.home-workflow-one-step-section {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

    .nws-section.home-workflow-one-step-section:before {
        content: '';
        display: inline-block;
        width: 1550px;
        height: 1550px;
        text-align: center;
        border-radius: 50%;
        line-height: 1550px;
        position: absolute;
        top: 48px;
        right: auto;
        bottom: auto;
        left: 50%;
        border: 1px solid #fff;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }
}

.nws-section.home-workflow-one-step-section figure {
    margin: 0 auto 29px;
}

.zdfzxvxc {
    display: inline-block;
    width: 97px;
    height: 97px;
    text-align: center;
    border-radius: 50%;
    line-height: 97px;
    background: #eb2651;
    color: #fff;
    border-radius: 30px;
    font-size: 28px;
}

.nws-section.home-workflow-one-step-section .step {
    text-transform: uppercase;
    font-size: 15px;
    font-family: Barlow, Arial;
    color: #787a7f;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 1px !important;
}

.nws-section.home-workflow-one-step-section .title {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.nws-section.home-workflow-section {
    background: #3b3e46;
    overflow: hidden;
}

@media(min-width: 992px) {
    .nws-section.home-workflow-section {
        padding-top: 161px;
    }
}

@media(max-width: 991px) {
    .nws-section.home-workflow-section {
        width: calc(100% - 30px);
        margin-left: 15px;
        padding-top: 80px;
    }
}

@media(min-width: 1500px) {

    .nws-section.home-workflow-section .one-step:first-child,
    .nws-section.home-workflow-section .one-step:nth-child(4) {
        margin-top: 120px;
    }
}

@media(min-width: 992px) and (max-width: 1499px) {

    .nws-section.home-workflow-section .one-step:first-child,
    .nws-section.home-workflow-section .one-step:nth-child(4) {
        margin-top: 100px;
    }
}

@media(min-width: 992px) {
    .nws-section.home-workflow-section .circle-wrap {
        position: relative;
    }

    .nws-section.home-workflow-section .circle-wrap:before {
        content: '';
        border: 1px solid #fff;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media(min-width: 992px) and (min-width: 1500px) {
    .nws-section.home-workflow-section .circle-wrap:before {
        display: inline-block;
        width: 1750px;
        height: 1750px;
        text-align: center;
        border-radius: 50%;
        line-height: 1750px;
        position: absolute;
        top: 30px;
        right: auto;
        bottom: auto;
        left: 50%;
    }
}

@media(min-width: 992px) and (min-width: 992px) and (max-width: 1499px) {
    .nws-section.home-workflow-section .circle-wrap:before {
        display: inline-block;
        width: 1330px;
        height: 1330px;
        text-align: center;
        border-radius: 50%;
        line-height: 1330px;
        position: absolute;
        top: 40px;
        right: auto;
        bottom: auto;
        left: 50%;
    }
}

@media(max-width: 991px) {
    .nws-section.home-workflow-section .circle-wrap {
        padding-top: 30px;
    }
}

.nws-section.home-workflow-section .circle-wrap .workflow {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 96px;
    position: relative;
}

@media(min-width: 992px) {
    .nws-section.home-workflow-section .circle-wrap .workflow {
        overflow: hidden;
    }
}

@media(min-width: 1500px) {
    .nws-section.home-workflow-section .circle-wrap .workflow {
        width: 1350px;
    }
}

@media(min-width: 992px) and (max-width: 1499px) {
    .nws-section.home-workflow-section .circle-wrap .workflow {
        width: 930px;
    }
}

.nws-section.home-workflow-section .circle-wrap .workflow:after {
    content: '';
    background: #494d58;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media(min-width: 1500px) {
    .nws-section.home-workflow-section .circle-wrap .workflow:after {
        display: inline-block;
        width: 1230px;
        height: 1230px;
        text-align: center;
        border-radius: 50%;
        line-height: 1230px;
    }
}

@media(min-width: 992px) and (max-width: 1499px) {
    .nws-section.home-workflow-section .circle-wrap .workflow:after {
        display: inline-block;
        width: 800px;
        height: 800px;
        text-align: center;
        border-radius: 50%;
        line-height: 800px;
    }
}

@media(min-width: 992px) {
    .nws-section.home-workflow-section .circle-wrap .workflow:after {
        position: absolute;
        top: 236px;
        right: auto;
        bottom: auto;
        left: 50%;
    }
}

@media(max-width: 991px) {
    .nws-section.home-workflow-section .circle-wrap .workflow:after {
        display: inline-block;
        width: 1550px;
        height: 1550px;
        text-align: center;
        border-radius: 50%;
        line-height: 1550px;
        position: absolute;
        top: calc(100% - 96px);
        right: auto;
        bottom: auto;
        left: 50%;
    }
}

span#gotoTop_netware {
    position: fixed;
    right: 30px;
    z-index: 999;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    font-weight: 100;
    background: rgba(0, 0, 0, .5);
}

span#gotoTop_netware:hover {
    background-color: #ff653b;
}

@media(min-width: 992px) {
    .nws-section.pages-about-about-content-section {
        padding: 120px 0 200px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-about-content-section {
        padding: 45px 0 120px;
    }
}

.nws-section.pages-about-about-content-section .about {
    max-width: 1330px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .nws-section.pages-about-about-content-section .about .helper-title-section {
        margin-bottom: 21px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.pages-about-about-content-section .about .helper-title-section .title {
        font-size: 34px;
        line-height: 47px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-about-about-content-section .about .helper-title-section {
        margin-bottom: 31px;
    }

    .nws-section.pages-about-about-content-section .about .helper-title-section .title {
        text-align: left;
    }

    .nws-section.pages-about-about-content-section .about .helper-title-section .title:after {
        left: 0;
    }
}

.nws-section.pages-about-about-content-section .about .context p {
    margin-bottom: 28px;
}

@media(max-width: 991px) {
    .nws-section.pages-about-about-content-section .about .context {
        margin-bottom: 65px;
    }
}

.nws-section.pages-about-about-content-section .about figure {
    display: table;
    position: relative;
    z-index: 1;
}

@media(min-width: 992px) {
    .nws-section.pages-about-about-content-section .about figure {
        margin: 0 0 0 auto;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-about-content-section .about figure {
        margin: 0 auto;
    }
}

@media(min-width: 768px) {
    .nws-section.pages-about-about-content-section .about figure {
        padding: 40px 0 0 40px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-about-about-content-section .about figure {
        padding: 25px 0 0 25px;
    }
}

.nws-section.pages-about-about-content-section .about figure:before {
    content: '';
    background: #f3f3f3;
    z-index: -1;
}

@media(min-width: 768px) {
    .nws-section.pages-about-about-content-section .about figure:before {
        position: absolute;
        top: 0;
        right: 40px;
        bottom: 40px;
        left: 0;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-about-about-content-section .about figure:before {
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 25px;
        left: 0;
    }
}

.nws-section.pages-about-portfolio-section figure {
    margin: 0;
    position: relative;
    z-index: 1;
}

.nws-section.pages-about-portfolio-section figure:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f1e0d8;
    z-index: -1;
}

@media(min-width: 768px) {
    .nws-section.pages-about-portfolio-section figure span {
        background: 0 0 !important;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-about-portfolio-section figure span {
        display: block;
        height: 250px;
        background-size: cover;
        background-position: center;
    }
}

.nws-section.pages-about-portfolio-section .text {
    background: #f1e0d8;
}

@media(min-width: 992px) {
    .nws-section.pages-about-portfolio-section .text {
        padding: 110px 0 200px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-portfolio-section .text {
        padding: 65px 0 145px;
    }
}

.nws-section.pages-about-portfolio-section .text .wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

.nws-section.pages-about-portfolio-section .text .wrapper .content {
    text-align: center;
    font-style: italic;
    text-transform: capitalize;
    color: #272727;
}

@media(min-width: 992px) {
    .nws-section.pages-about-portfolio-section .text .wrapper .content {
        font-size: 37px;
        line-height: 51px;
        padding-bottom: 85px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.pages-about-portfolio-section .text .wrapper .content {
        font-size: 29px;
        line-height: 47px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-portfolio-section .text .wrapper .content {
        padding-bottom: 65px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-about-portfolio-section .text .wrapper .content {
        font-size: 21px;
        line-height: 33px;
    }
}

.nws-section.pages-about-portfolio-section .text .wrapper .theme-button {
    margin: 0 auto;
}

@media(min-width: 992px) {
    .nws-section.pages-about-portfolio-section+.nws-section.home-comments-section {
        padding: 187px 0 87px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-portfolio-section+.nws-section.home-comments-section {
        padding: 110px 0 60px;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-about-workflow-section {
        padding: 100px 0 200px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-workflow-section {
        padding: 50px 0 120px;
    }
}

@media(min-width: 768px) {
    .nws-section.pages-about-workflow-section .helper-title-section {
        margin-bottom: 68px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-about-workflow-section .helper-title-section {
        margin-bottom: 75px;
    }
}

.nws-section.pages-about-workflow-section .wrapper {
    margin: 0 auto;
}

@media(max-width: 991px) {
    .nws-section.pages-about-workflow-section .wrapper {
        max-width: 330px;
    }
}

.nws-section.pages-about-workflow-section .wrapper .one-step {
    border-color: #ececec;
    border-style: solid;
}

@media(min-width: 992px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step {
        border-width: 2px 0 2px 2px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step {
        border-width: 2px 2px 0 2px;
        min-height: 330px;
        align-items: center;
        -webkit-align-items: center;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step:last-child {
        border-right-width: 2px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step:last-child {
        border-bottom-width: 2px;
    }
}

.nws-section.pages-about-workflow-section .wrapper .one-step:not(:last-child):after {
    content: "";
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    background: #fff;
    color: #e6e6e6;
    z-index: 2;
}

@media(min-width: 992px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step:not(:last-child):after {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step:not(:last-child):after {
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 0;
        left: auto;
        -webkit-transform: translate(50%, 50%) rotate(90deg);
        -moz-transform: translate(50%, 50%) rotate(90deg);
        -ms-transform: translate(50%, 50%) rotate(90deg);
        -o-transform: translate(50%, 50%) rotate(90deg);
        transform: translate(50%, 50%) rotate(90deg);
    }
}

.nws-section.pages-about-workflow-section .wrapper .one-step .nws-section.home-workflow-one-step-section {
    margin: 0 auto;
}

.nws-section.pages-about-workflow-section .wrapper .one-step .nws-section.home-workflow-one-step-section:before {
    display: none;
}

@media(min-width: 992px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step .nws-section.home-workflow-one-step-section {
        padding: 94px 20px 86px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-about-workflow-section .wrapper .one-step .nws-section.home-workflow-one-step-section {
        padding: 20px;
    }
}

.nws-section.pages-about-workflow-section .wrapper .one-step .nws-section.home-workflow-one-step-section figure i {
    background: #ff653b;
}

.nws-section.pages-about-workflow-section .wrapper .one-step .nws-section.home-workflow-one-step-section .title {
    color: #272727;
}

.nws-section.pages-contact-contact-content-section {
    max-width: 1470px;
    margin: 0 auto;
}

@media(min-width: 992px) {
    .nws-section.pages-contact-contact-content-section {
        padding: 94px 0 185px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-contact-contact-content-section {
        padding: 30px 0 110px;
    }
}

@media(min-width: 768px) {
    .nws-section.pages-contact-contact-content-section .helper-title-section {
        margin-bottom: 67px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-contact-contact-content-section .helper-title-section {
        margin-bottom: 25px;
    }
}

.nws-section.pages-contact-contact-content-section .contact-box {
    width: 100%;
    background: #f8f8f8;
    border-radius: 5px;
}

@media(min-width: 992px) {
    .nws-section.pages-contact-contact-content-section .contact-box {
        max-width: 450px;
        margin-left: auto;
        padding: 43px 40px 36px;
    }
}

@media(min-width: 1500px) {
    .nws-section.pages-contact-contact-content-section .contact-box {
        padding-left: 95px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.pages-contact-contact-content-section .contact-box {
        padding: 43px 40px 36px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-contact-contact-content-section .contact-box {
        padding: 43px 20px 36px;
    }
}

.nws-section.pages-contact-contact-content-section .contact-box .title {
    font-size: 21px;
    line-height: 30px;
    color: #272727;
    padding-left: 40px;
    margin-bottom: 13px;
    position: relative;
    text-transform: capitalize;
}

.nws-section.pages-contact-contact-content-section .contact-box .title i {
    font-size: 30px;
    color: #ff653b;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nws-section.pages-contact-contact-content-section .contact-box>:not(.title) {
    display: table;
    color: #676767;
    font-weight: 300;
}

.nws-section.pages-contact-contact-content-section .contact-box a:hover {
    color: #ff653b;
}

@media(min-width: 576px) and (max-width: 767px) {
    .nws-section.pages-contact-contact-content-section .mx-15 {
        margin-right: -5px;
        margin-left: -5px;
    }

    .nws-section.pages-contact-contact-content-section .mx-15 .px-15 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.pages-contact-contact-content-section .mx-15 {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .nws-section.pages-contact-contact-content-section .mx-15 .px-15 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-contact-contact-content-section .mx-15 .one-col {
        margin-bottom: 10px;
    }
}

@media(min-width: 768px) {
    .nws-section.pages-contact-contact-content-section .mx-15 .one-col {
        margin-bottom: 15px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-contact-contact-content-section form.theme-form {
        margin-bottom: 60px;
    }
}

.nws-section.pages-contact-leaflet-section #leaflet-map {
    height: 600px;
}

@media(max-width: 767px) {
    .nws-section.pages-contact-leaflet-section #leaflet-map {
        height: 400px;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-services-digital-marketing-section {
        padding: 200px 0 186px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-digital-marketing-section {
        padding: 110px 0 120px;
    }
}

@media(min-width: 1200px) {
    .nws-section.pages-services-digital-marketing-section .container {
        width: 1530px;
    }

    .nws-section.pages-services-digital-marketing-section .container .inner-wrap {
        max-width: 1420px;
        margin: 0 auto;
    }

    .nws-section.pages-services-digital-marketing-section .container .inner-wrap .px-xl {
        padding-left: 0;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-services-digital-marketing-section img {
        margin-right: 0;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-digital-marketing-section img {
        margin-top: 50px;
    }
}

.nws-section.pages-services-graphic-design-section {
    position: relative;
}

@media(min-width: 1500px) {
    .nws-section.pages-services-graphic-design-section {
        padding: 200px 0;
    }
}

@media(min-width: 992px) and (max-width: 1499px) {
    .nws-section.pages-services-graphic-design-section {
        padding: 100px 0;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-graphic-design-section {
        padding: 110px 0 120px;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-services-graphic-design-section figure {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 55%;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-graphic-design-section figure {
        padding: 0 15px;
        margin: 10px auto 0;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .nws-section.pages-services-graphic-design-section figure {
        max-width: 540px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.pages-services-graphic-design-section figure {
        max-width: 720px;
    }
}

.nws-section.pages-services-graphic-design-section .wrapper {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

@media(min-width: 992px) {
    .nws-section.pages-services-graphic-design-section .wrapper {
        min-height: 610px;
    }
}

@media(min-width: 768px) {
    .theme-service .helper-title-section {
        margin-bottom: 21px;
    }
}

@media(max-width: 767px) {
    .theme-service .helper-title-section .title {
        text-align: left;
    }

    .theme-service .helper-title-section .title:after {
        left: 0;
    }
}

@media(min-width: 992px) {
    .theme-service .context {
        max-width: 506px;
    }
}

@media(max-width: 767px) {
    .theme-service .context {
        font-size: 16px;
        line-height: 28px;
    }
}

.theme-service .context p {
    margin-bottom: 28px;
}

.theme-service .context strong {
    font-weight: 400;
}

@media(min-width: 992px) {
    .theme-service .context strong {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .theme-service .context strong {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    .theme-service .context strong {
        font-size: 16px;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-services-web-design-section {
        padding: 78px 0 200px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-web-design-section {
        padding: 43px 0 80px;
    }
}

@media(min-width: 1200px) {
    .nws-section.pages-services-web-design-section .helper-title-section {
        padding-top: 20%;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-services-web-design-section img {
        margin-right: 0;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-web-design-section img {
        margin-bottom: 40px;
    }
}

.nws-section.pages-services-wp-development-section {
    background: #3b3e46;
}

@media(min-width: 992px) {
    .nws-section.pages-services-wp-development-section {
        padding: 187px 0 70px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-wp-development-section {
        padding: 110px 0;
    }
}

@media(min-width: 1200px) {
    .nws-section.pages-services-wp-development-section .inner-wrap {
        max-width: 1530px;
        margin-right: auto;
    }
}

@media(max-width: 1499px) {
    .nws-section.pages-services-wp-development-section .helper-title-section {
        margin-bottom: 70px;
    }
}

@media(max-width: 767px) {
    .nws-section.pages-services-wp-development-section .helper-title-section .title {
        text-align: center;
    }

    .nws-section.pages-services-wp-development-section .helper-title-section .title:after {
        left: calc(50% - 15px);
    }
}

.nws-section.pages-services-wp-development-section .helper-title-section .subtitle {
    max-width: 535px;
}

@media(min-width: 992px) {
    .nws-section.pages-services-wp-development-section img {
        margin-left: 0;
        padding-bottom: 15%;
        margin-top: 9px;
    }
}

@media(max-width: 991px) {
    .nws-section.pages-services-wp-development-section img {
        margin-bottom: 85px;
    }
}

@media(min-width: 992px) {
    .nws-section.pages-services-wp-development-section .items {
        margin-left: auto;
        max-width: 420px;
    }
}

.nws-section.pages-services-wp-development-section .items .one-item:not(:last-child) {
    margin-bottom: 55px;
}

.nws-section.pages-services-wp-development-section .items .one-item .number {
    color: #eb2651;
    letter-spacing: 1px !important;
    font-size: 12px;
    line-height: 22px;
}

.nws-section.pages-services-wp-development-section .items .one-item .title {
    margin-bottom: 12px;
}

.nws-section.pages-services-wp-development-section .items .one-item .title,
.nws-section.pages-services-wp-development-section .items .one-item .title a {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
}

.nws-section.pages-services-wp-development-section .items .one-item .content {
    color: #8890a7;
}

@media(min-width: 992px) {
    .nws-section.project-archive-archive-content-section {
        padding: 94px 0 160px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.project-archive-archive-content-section {
        padding: 53px 0 90px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-archive-archive-content-section {
        padding: 53px 0 100px;
    }
}

@media(min-width: 768px) {
    .nws-section.project-archive-archive-content-section .helper-title-section {
        margin-bottom: 69px;
    }
}

@media(min-width: 1500px) {
    .nws-section.project-archive-archive-content-section .mx-20 {
        margin-right: -20px;
        margin-left: -20px;
    }

    .nws-section.project-archive-archive-content-section .mx-20 [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .nws-section.project-archive-archive-content-section .mx-20 {
        margin-right: -10px;
        margin-left: -10px;
    }

    .nws-section.project-archive-archive-content-section .mx-20 [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-archive-archive-content-section .mx-20 {
        padding-top: 25px;
    }
}

.nws-section.project-archive-one-project-section {
    display: table;
    margin: 0 auto 30px;
    cursor: pointer;
    position: relative;
}

@media(min-width: 1500px) {
    .nws-section.project-archive-one-project-section {
        margin-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-archive-one-project-section {
        margin-bottom: 20px;
        max-width: 330px;
    }
}

.nws-section.project-archive-one-project-section .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    opacity: 0;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

@media(min-width: 1500px), (min-width: 992px) and (max-width: 1199px) {
    .nws-section.project-archive-one-project-section .overlay {
        padding: 55px 60px;
    }
}

@media(min-width: 1200px) and (max-width: 1499px), (min-width: 768px) and (max-width: 991px) {
    .nws-section.project-archive-one-project-section .overlay {
        padding: 45px 30px;
    }
}

.nws-section.project-archive-one-project-section .overlay .title {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    position: relative;
    left: -20px;
    opacity: 0;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

@media(min-width: 992px) {
    .nws-section.project-archive-one-project-section .overlay .title {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 17px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.project-archive-one-project-section .overlay .title {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 12px;
    }
}

.nws-section.project-archive-one-project-section .overlay .title:after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    height: 2px;
    width: 40px;
    bottom: 0;
    background: #fff;
}

.nws-section.project-archive-one-project-section .overlay .title a {
    color: #fff;
}

.nws-section.project-archive-one-project-section .overlay .visit-site {
    display: table;
    margin-left: auto;
    position: relative;
    left: 20px;
    opacity: 0;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.nws-section.project-archive-one-project-section .overlay .visit-site i {
    background: #ff653b;
    color: #fff;
}

@media(min-width: 992px) {
    .nws-section.project-archive-one-project-section .overlay .visit-site i {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.project-archive-one-project-section .overlay .visit-site i {
        display: inline-block;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
    }
}

.nws-section.project-archive-one-project-section .mobile-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nws-section.project-archive-one-project-section:hover .overlay {
    opacity: 1;
}

.nws-section.project-archive-one-project-section:hover .overlay .title,
.nws-section.project-archive-one-project-section:hover .overlay .visit-site {
    opacity: 1;
    left: 0;
}

@media(min-width: 992px) {
    .nws-section.project-single-description-section {
        padding: 135px 0 65px;
    }
}

@media(max-width: 991px) {
    .nws-section.project-single-description-section {
        padding: 65px 0;
    }
}

.nws-section.project-single-description-section .list {
    background: #3b3e46;
    display: table;
    margin: 0 auto;
    border-radius: 15px;
    text-transform: capitalize;
    padding: 52px 30px 56px;
}

@media(min-width: 1200px) {
    .nws-section.project-single-description-section .list {
        min-width: 370px;
    }
}

@media(max-width: 991px) {
    .nws-section.project-single-description-section .list {
        margin-bottom: 50px;
    }
}

.nws-section.project-single-description-section .list .wrapper {
    display: table;
    margin: 0 auto;
}

.nws-section.project-single-description-section .list .wrapper .title {
    color: #ff653b;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}

.nws-section.project-single-description-section .list .wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nws-section.project-single-description-section .list .wrapper ul li {
    color: #e6e6e6;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
}

.nws-section.project-single-description-section .list .wrapper ul li i {
    position: absolute;
    top: 15px;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}

@media(min-width: 992px) {
    .nws-section.project-single-description-section .content-wrap {
        padding: 0 45px;
    }
}

.nws-section.project-single-description-section .content-wrap .helper-title-section {
    margin-bottom: 21px;
}

.nws-section.project-single-description-section .content-wrap .context {
    font-size: 16px;
    line-height: 28px;
}

.nws-section.project-single-description-section .content-wrap .context p {
    margin-bottom: 28px;
}

.nws-section.project-single-description-section .content-wrap .context p:last-child {
    margin-bottom: 0;
}

.nws-section.project-single-details-section {
    text-align: center;
}

@media(min-width: 992px) {
    .nws-section.project-single-details-section {
        padding: 122px 0 199px;
    }
}

@media(max-width: 991px) {
    .nws-section.project-single-details-section {
        padding: 25px 0 42px;
    }
}

@media(min-width: 768px) {
    .nws-section.project-single-details-section .helper-title-section .title {
        font-size: 37px;
        line-height: 50px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-details-section .helper-title-section .title {
        font-size: 21px;
        line-height: 37px;
    }
}

.nws-section.project-single-details-section .wrapper {
    padding-top: 18px;
}

.nws-section.project-single-details-section .wrapper [class^=col-] {
    padding-top: 15px;
    padding-bottom: 20px;
}

@media(max-width: 767px) {
    .nws-section.project-single-details-section .wrapper [class^=col-]:not(:last-child) {
        padding-bottom: 50px;
        margin-bottom: 30px;
        position: relative;
    }

    .nws-section.project-single-details-section .wrapper [class^=col-]:not(:last-child):after {
        content: '';
        position: absolute;
        left: calc(50% - 100px);
        top: auto;
        height: 1px;
        width: 200px;
        bottom: 0;
        background: #e6e6e6;
    }
}

@media(min-width: 768px) {
    .nws-section.project-single-details-section .wrapper [class^=col-]:not(:first-child) {
        border-left: 1px solid #e7e7e7;
    }
}

.nws-section.project-single-details-section .wrapper .one-box {
    max-width: 350px;
    margin: 0 auto;
}

.nws-section.project-single-details-section .wrapper .one-box .title {
    text-transform: capitalize;
    font-weight: 400;
    color: #272727;
    margin-bottom: 22px;
}

@media(min-width: 768px) {
    .nws-section.project-single-details-section .wrapper .one-box .title {
        font-size: 18px;
        line-height: 32px;
    }
}

.nws-section.project-single-details-section .wrapper .one-box .colors {
    display: table;
    margin: 0 auto;
    text-align: left;
}

.nws-section.project-single-details-section .wrapper .one-box .colors>span {
    display: inline-block;
    width: 98px;
    height: 98px;
    text-align: center;
    border-radius: 50%;
    line-height: 98px;
    margin: 5px 0;
}

.nws-section.project-single-details-section .wrapper .one-box .colors>span:not(:last-child) {
    margin-right: 10px;
}

.nws-section.project-single-details-section .wrapper .one-box .percent {
    display: block;
    color: #ff653b;
    margin-bottom: 22px;
}

@media(min-width: 768px) {
    .nws-section.project-single-details-section .wrapper .one-box .percent {
        font-size: 67px;
        line-height: 60px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-details-section .wrapper .one-box .percent {
        font-size: 63px;
        line-height: 56px;
    }
}

.nws-section.project-single-details-section .wrapper .one-box .subtitle {
    font-weight: 300;
}

@media(max-width: 991px) {
    .nws-section.project-single-details-section .wrapper .one-box .subtitle {
        max-width: 200px;
        margin: 0 auto;
    }
}

.nws-section.project-single-screenshots-section {
    padding: 25px 0;
}

@media(min-width: 768px) {
    .nws-section.project-single-screenshots-section .helper-title-section .title {
        font-size: 37px;
        line-height: 50px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-screenshots-section .helper-title-section .title {
        font-size: 21px;
        line-height: 37px;
    }
}

@media(min-width: 992px) {
    .nws-section.project-single-screenshots-section .grid {
        padding-top: 8px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-screenshots-section .grid {
        display: flex;
        display: -webkit-flex;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        margin: 0 -7.5px;
        height: auto !important;
        padding-top: 18px;
    }
}

@media(min-width: 992px) {
    .nws-section.project-single-screenshots-section .grid .grid-item {
        width: calc(33.33333333% - 26.66666666px);
        margin-bottom: 40px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.project-single-screenshots-section .grid .grid-item {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-screenshots-section .grid .grid-item {
        flex: 1;
        -webkit-flex: 1;
        margin: 0 7.5px 15px;
        height: 100px;
        background: #f8f8f8;
        border: 1px solid #eceaeb;
        display: flex;
        display: -webkit-flex;
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 15px;
        text-transform: uppercase;
        color: #272727;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        font-size: 12px;
    }

    .nws-section.project-single-screenshots-section .grid .grid-item:hover {
        background: #ff653b;
        border-color: #ff653b;
        color: #fff;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .nws-section.project-single-screenshots-section .grid .grid-item {
        width: calc(33.33333% - 15px);
    }
}

@media(max-width: 575px) {
    .nws-section.project-single-screenshots-section .grid .grid-item {
        width: calc(50% - 15px);
    }
}

@media(min-width: 992px) {
    .nws-section.project-single-single-content-section {
        padding: 68px 0 161px;
    }
}

@media(max-width: 991px) {
    .nws-section.project-single-single-content-section {
        padding: 44px 0 35px;
    }
}

.nws-section.project-single-single-content-section .project-info {
    background: #313139;
    color: #fff;
    position: relative;
    z-index: 2;
}

@media(min-width: 768px) {
    .nws-section.project-single-single-content-section .project-info {
        display: flex;
        display: -webkit-flex;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding: 121px 0 135px;
        border-bottom-right-radius: 150px;
    }
}

@media(min-width: 992px) {
    .nws-section.project-single-single-content-section .project-info {
        max-width: 91.278%;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-single-content-section .project-info {
        padding: 60px 20px 0;
        border-bottom-right-radius: 100px;
    }
}

@media(min-width: 576px) {
    .nws-section.project-single-single-content-section .project-info:before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        left: auto;
        width: 2000px;
        background: #313139;
    }
}

@media(min-width: 768px) {
    .nws-section.project-single-single-content-section .project-info .content-wrap {
        padding-right: 9.557%;
    }
}

.nws-section.project-single-single-content-section .project-info .content-wrap .helper-title-section {
    margin-bottom: 31px;
}

@media(min-width: 768px) {
    .nws-section.project-single-single-content-section .project-info .content-wrap .helper-title-section .title {
        font-size: 37px;
        line-height: 50px;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-single-content-section .project-info .content-wrap .helper-title-section .title {
        font-size: 21px;
        line-height: 37px;
    }
}

.nws-section.project-single-single-content-section .project-info .content-wrap .helper-title-section .title:after {
    background: #ff653b;
}

.nws-section.project-single-single-content-section .project-info .content-wrap .context {
    margin-bottom: 43px;
    font-size: 16px;
    line-height: 28px;
    min-height: 168px;
}

@media(max-width: 767px) {
    .nws-section.project-single-single-content-section .project-info .content-wrap .context {
        font-size: 15px;
        line-height: 27px;
    }

    .nws-section.project-single-single-content-section .project-info .content-wrap .context,
    .nws-section.project-single-single-content-section .project-info .content-wrap .context p {
        text-align: center;
    }
}

.nws-section.project-single-single-content-section .project-info .content-wrap .theme-button {
    width: 150px;
    font-size: 13px;
    letter-spacing: 1px !important;
}

@media(max-width: 767px) {
    .nws-section.project-single-single-content-section .project-info .content-wrap .theme-button {
        margin: 0 auto 47px;
    }
}

@media(min-width: 768px) {
    .nws-section.project-single-single-content-section .project-info .project-logo {
        display: flex;
        display: -webkit-flex;
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        padding: 0 7.557% 0 5.509%;
        border-left: 1px solid #3d3d45;
        max-width: 38%;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-single-content-section .project-info .project-logo {
        border-top: 1px solid #3d3d3d;
        padding: 48px 0 87px;
    }
}

@media(min-width: 768px) {
    .nws-section.project-single-single-content-section .project-info .project-logo figure {
        align-self: center;
        -webkit-align-self: center;
        margin: 0;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-single-content-section .project-info .project-logo figure {
        max-width: 168px;
        margin: 0 auto;
    }
}

@media(min-width: 768px) {
    .nws-section.project-single-single-content-section .general-image {
        background: 0 0 !important;
    }

    .nws-section.project-single-single-content-section .general-image img {
        margin-right: 0;
        margin-top: -13.394%;
        border-bottom-left-radius: 150px;
    }
}

@media(min-width: 768px) and (min-width: 1921px) {
    .nws-section.project-single-single-content-section .general-image img {
        margin-top: -236px;
    }
}

@media(min-width: 576px) {
    .nws-section.project-single-single-content-section .general-image {
        max-width: 91.771%;
        margin: 0 0 0 auto;
    }
}

@media(max-width: 767px) {
    .nws-section.project-single-single-content-section .general-image {
        border-bottom-left-radius: 100px;
        height: 800px;
        background-size: cover;
        background-position: center;
        margin-top: -170px;
    }
}

.nws-section.services-capabilities-about-section .first-section {
    padding-bottom: 50px;
}

.nws-section.services-capabilities-about-section .first-section figure {
    background-size: cover;
    background-position: center;
}

@media(min-width: 992px) {
    .nws-section.services-capabilities-about-section .first-section figure {
        height: 720px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-capabilities-about-section .first-section figure {
        height: 455px;
    }
}

.nws-section.services-capabilities-about-section .first-section .white-box {
    background: #fff;
    max-width: 1140px;
    margin-top: -115px;
    position: relative;
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-about-section .first-section .white-box {
        padding: 68px 68px;
        border-radius: 50px 0 0 0;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-about-section .first-section .white-box {
        padding: 56px 0 30px;
        border-radius: 25px 25px 0 0;
    }
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-about-section .first-section .white-box .helper-title-section {
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-about-section .first-section .white-box .helper-title-section {
        margin-bottom: 32px;
    }
}

.nws-section.services-capabilities-about-section .first-section .white-box .services-content {
    color: #000;
    line-height: 28px;
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-about-section .first-section .white-box .services-content {
        font-size: 16.5px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-about-section .first-section .white-box .services-content {
        text-align: center;
    }
}

@media(min-width: 992px) {
    .nws-section.services-capabilities-about-section .last-section {
        padding: 0 0 80px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-capabilities-about-section .last-section {
        padding: 0 0 35px;
    }
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-about-section .last-section .content-wrap {
        padding-bottom: 23px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-about-section .last-section .content-wrap {
        text-align: center;
    }
}

.nws-section.services-capabilities-about-section .last-section .content-wrap img {
    margin-bottom: 45px;
    margin-left: 0;
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-about-section .last-section .content-wrap .helper-title-section {
        margin-bottom: 42px;
        max-width: 400px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-about-section .last-section .content-wrap .helper-title-section {
        margin-bottom: 0;
    }

    .nws-section.services-capabilities-about-section .last-section .content-wrap .helper-title-section .title {
        text-transform: inherit;
    }

    .nws-section.services-capabilities-about-section .last-section .content-wrap .helper-title-section .title:after {
        display: none;
    }
}

.nws-section.services-capabilities-about-section .last-section .content-wrap .services-content {
    margin-bottom: 35px;
    line-height: 24px;
    color: #272727;
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-about-section .last-section .content-wrap .services-content {
        font-size: 16.5px;
    }
}

.nws-section.services-capabilities-about-section .last-section figure {
    background-size: cover;
    background-position: center;
}

@media(min-width: 1200px) {
    .nws-section.services-capabilities-about-section .last-section figure {
        background-position: left center;
    }
}

@media(max-width: 991px) {
    .nws-section.services-capabilities-about-section .last-section figure {
        height: 378px;
        margin-bottom: 19px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-capabilities-capabilities-content-section {
        background: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/images/services/capabilities/wave.min.png") bottom center;
        background-size: cover;
        padding: 63px 0 139px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-capabilities-capabilities-content-section {
        padding: 61px 0 156px;
        position: relative;
    }

    .nws-section.services-capabilities-capabilities-content-section:before {
        content: '';
        height: 486px;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("/wp-content/themes/wp-netwarestudio-2020/dist/theme/images/services/capabilities/wave.min.png") bottom center;
        background-size: cover;
    }
}

@media(min-width: 992px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap {
        padding-right: 10px;
    }
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap {
        max-width: 577px;
        margin: 0 auto;
    }
}

@media(max-width: 991px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap {
        text-align: center;
        margin-bottom: 45px;
    }
}

.nws-section.services-capabilities-capabilities-content-section .content-wrap .head {
    color: #8d8d8d;
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .head {
        font-size: 21px;
        margin-bottom: 23px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .head {
        margin-bottom: 12px;
    }
}

.nws-section.services-capabilities-capabilities-content-section .content-wrap .title {
    font-weight: 500;
    text-transform: uppercase;
    color: #272727;
    margin-bottom: 28px;
}

@media(min-width: 1200px), (min-width: 768px) and (max-width: 991px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .title {
        font-size: 69px;
        line-height: 72px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .title {
        font-size: 49px;
        line-height: 52px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .title {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 13px;
    }
}

.nws-section.services-capabilities-capabilities-content-section .content-wrap .title span {
    color: #ff653b;
}

.nws-section.services-capabilities-capabilities-content-section .content-wrap .content {
    color: #272727;
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .content {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 32px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .content {
        font-size: 18px;
        margin-bottom: 36px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-capabilities-capabilities-content-section .content-wrap .theme-button {
        margin: 0 auto;
    }
}

@media(min-width: 992px) {
    .nws-section.services-capabilities-services-section {
        padding: 115px 0 49px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-capabilities-services-section {
        padding: 15px 0 6px;
    }
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-services-section .helper-title-section {
        margin-bottom: 57px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-services-section .helper-title-section {
        margin-bottom: 40px;
    }
}

.nws-section.services-capabilities-services-section .one-service {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    text-align: center;
    padding: 35px 25px 42px;
}

@media(min-width: 1200px) {
    .nws-section.services-capabilities-services-section .one-service {
        margin-bottom: 40px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .nws-section.services-capabilities-services-section .one-service {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-services-section .one-service {
        margin: 0 auto 20px;
        max-width: 330px;
    }
}

.nws-section.services-capabilities-services-section .one-service i {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    line-height: 98px;
    border: 1px solid #ff653b;
    color: #ff653b;
    font-size: 36px;
    margin-bottom: 22px;
}

.nws-section.services-capabilities-services-section .one-service .title {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 auto 7px;
}

@media(min-width: 768px) {
    .nws-section.services-capabilities-services-section .one-service .title {
        font-size: 21px;
        line-height: 32px;
        max-width: 300px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-capabilities-services-section .one-service .title {
        font-size: 17px;
        line-height: 24px;
        max-width: 250px;
    }
}

.nws-section.services-capabilities-services-section .one-service .title a {
    display: inline-block;
    color: #272727;
}

.nws-section.services-capabilities-services-section .one-service .content {
    color: #000;
    line-height: 24px;
    font-weight: 300;
}

@media(min-width: 1200px) {
    .nws-section.services-capabilities-services-section .one-service .content {
        font-size: 16.5px;
    }
}

@media(max-width: 1199px) {
    .nws-section.services-capabilities-services-section .one-service .content {
        font-size: 15px;
    }
}

@media(min-width: 1200px) {
    .nws-section.services-capabilities-services-section .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .nws-section.services-capabilities-services-section .row [class^=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width: 768px) {
    .nws-section.services-hosting-hosting-content-section {
        padding: 31px 0 155px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-hosting-hosting-content-section {
        padding: 31px 0 39px;
    }
}

.nws-section.services-hosting-hosting-content-section .helper-title-section {
    max-width: 100%;
}

@media(max-width: 767px) {
    .nws-section.services-hosting-hosting-content-section .helper-title-section {
        margin-bottom: 27px;
    }

    .nws-section.services-hosting-hosting-content-section .helper-title-section .title {
        line-height: 28px;
    }
}

.nws-section.services-hosting-hosting-content-section .services-content {
    margin-bottom: 44px;
}

.nws-section.services-hosting-hosting-content-section .theme-button {
    margin: 0 auto;
}

@media(min-width: 1200px) {
    .nws-section.services-hosting-security-section {
        padding: 165px 0 83px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.services-hosting-security-section {
        padding: 40px 0 83px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-hosting-security-section {
        padding: 74px 0 52px;
    }
}

@media(min-width: 1500px) {
    .nws-section.services-hosting-security-section .one-row .content-wrap {
        padding-bottom: 93px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .nws-section.services-hosting-security-section .one-row .content-wrap {
        max-width: 100% !important;
    }
}

@media(max-width: 767px) {
    .nws-section.services-hosting-security-section .one-row .content-wrap .services-content p {
        display: block !important;
        margin-bottom: 28px !important;
    }
}

.nws-section.services-hosting-security-section .one-row figure {
    width: 100%;
}

.nws-section.services-hosting-services-section {
    background: #3b3e46;
    color: #fff;
}

@media(min-width: 992px) {
    .nws-section.services-hosting-services-section {
        padding: 148px 0 122px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-hosting-services-section {
        padding: 70px 0 39px;
    }
}

.nws-section.services-hosting-services-section .section-title {
    text-align: center;
    font-weight: 500;
}

@media(min-width: 768px) {
    .nws-section.services-hosting-services-section .section-title {
        font-size: 35px;
        line-height: 40px;
        max-width: 900px;
        margin: 0 auto 56px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-hosting-services-section .section-title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 74px;
    }
}

@media(max-width: 575px) {
    .nws-section.services-hosting-services-section .section-title {
        max-width: 275px;
    }
}

.nws-section.services-hosting-services-section .services {
    margin-left: auto;
}

@media(min-width: 768px) {
    .nws-section.services-hosting-services-section .services {
        max-width: 440px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-hosting-services-section .services {
        margin-right: auto;
        padding-bottom: 104px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-hosting-services-section .services {
        max-width: 290px;
    }
}

@media(min-width: 768px) {
    .nws-section.services-hosting-services-section .services .one-service:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-hosting-services-section .services .one-service:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-hosting-services-section .services .one-service {
        text-align: center;
    }
}

.nws-section.services-hosting-services-section .services .one-service .num {
    color: #eb2651;
    letter-spacing: 1px !important;
    font-size: 13px;
    line-height: 21px;
}

.nws-section.services-hosting-services-section .services .one-service .title {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 11px;
    text-transform: capitalize;
}

.nws-section.services-hosting-services-section .services .one-service .services-content {
    color: #8890a7;
    font-size: 17px;
    line-height: 28px;
}

.nws-section.services-hosting-services-section img {
    margin-bottom: 67px;
}

@media(min-width: 992px) {
    .nws-section.services-web-design-about-section {
        padding: 81px 0;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-about-section {
        padding: 50px 0 50px;
    }
}

.nws-section.services-web-design-about-section .helper-title-section {
    margin-bottom: 25px;
}

@media(max-width: 767px) {
    .nws-section.services-web-design-about-section .content-wrap .helper-title-section {
        padding-bottom: 7px;
    }

    .nws-section.services-web-design-about-section .content-wrap .helper-title-section .title {
        text-align: left;
    }

    .nws-section.services-web-design-about-section .content-wrap .helper-title-section .title:after {
        left: 0;
    }
}

@media(min-width: 768px) {
    .nws-section.services-web-design-about-section .content-wrap .services-content {
        padding-bottom: 8px;
        max-width: 730px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-design-about-section .content-wrap .services-content {
        line-height: 28px;
        padding-bottom: 15px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-design-about-section .first-section {
        padding: 100px 0 181px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-about-section .first-section {
        padding: 32px 0 50px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-design-about-section .last-section img {
        margin-left: 0;
    }
}

.nws-section.services-web-design-contact-section {
    background: #3b3e46;
}

@media(min-width: 992px) {
    .nws-section.services-web-design-contact-section {
        padding: 108px 0 102px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-contact-section {
        padding: 71px 0 82px;
    }
}

.nws-section.services-web-design-contact-section img {
    margin-bottom: 46px;
}

@media(max-width: 767px) {
    .nws-section.services-web-design-contact-section img {
        padding-bottom: 20px;
    }
}

.nws-section.services-web-design-contact-section .theme-button {
    margin: 0 auto;
    background: #fff;
    border: none;
    font-family: Rubik, Arial !important;
    font-size: 15px;
    font-weight: 400;
    width: 200px;
    line-height: 32px;
}

@media(max-width: 575px) {
    .nws-section.services-web-design-contact-section .theme-button {
        width: 100%;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-design-features-section {
        padding: 80px 0 132px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-features-section {
        padding: 36px 0 81px;
    }
}

.nws-section.services-web-design-features-section .context {
    text-align: center;
    font-weight: 400;
}

@media(min-width: 992px) {
    .nws-section.services-web-design-features-section .context {
        font-size: 28px;
        line-height: 40px;
        max-width: 1050px;
        margin: 0 auto 79px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-features-section .context {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 50px;
    }
}

@media(min-width: 1500px) {
    .nws-section.services-web-design-features-section .row {
        margin-left: -18px;
        margin-right: -18px;
    }

    .nws-section.services-web-design-features-section .row [class^=col-] {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.nws-section.services-web-design-features-section .one-feature {
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 30px;
    text-align: center;
}

@media(max-width: 767px) {
    .nws-section.services-web-design-features-section .one-feature {
        margin: 0 auto 18px;
        padding: 36px 20px 32px;
        max-width: 375px;
    }
}

@media(min-width: 768px) {
    .nws-section.services-web-design-features-section .one-feature {
        padding: 37px 20px 50px;
        margin-bottom: 30px;
    }
}

.nws-section.services-web-design-features-section .one-feature .icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    background: #ffe7e0;
    color: #fff;
    font-size: 36px;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.nws-section.services-web-design-features-section .one-feature .icon:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: #ff653b;
    border-radius: 50%;
    z-index: -1;
}

.nws-section.services-web-design-features-section .one-feature .title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 0;
}

@media(min-width: 992px) {
    .nws-section.services-web-design-form-section {
        padding: 45px 0 179px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-form-section {
        padding: 46px 0 115px;
    }
}

.nws-section.services-web-design-form-section .section-title {
    text-align: center;
    color: #272727;
    font-weight: 500;
}

@media(min-width: 768px) {
    .nws-section.services-web-design-form-section .section-title {
        font-size: 35px;
        line-height: 40px;
        max-width: 500px;
        margin: 0 auto 59px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-design-form-section .section-title {
        font-size: 18px;
        line-height: 24px;
        max-width: 250px;
        margin: 0 auto 42px;
    }
}

.nws-section.services-web-design-form-section form label {
    display: block;
    font-weight: 400;
    color: #272727;
    font-size: 15px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 0;
    font-family: Roboto, Arial !important;
}

.nws-section.services-web-design-form-section form label .frm_required {
    color: #f00;
}

.nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form .gray-bg,
.nws-section.services-web-design-form-section form .common,
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section,
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section .gray-bg,
.nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section+.helper-pager-section,
.nws-section.services-web-design-form-section form input[type=email],
.nws-section.services-web-design-form-section form input[type=number],
.nws-section.services-web-design-form-section form input[type=password],
.nws-section.services-web-design-form-section form input[type=search],
.nws-section.services-web-design-form-section form input[type=tel],
.nws-section.services-web-design-form-section form input[type=text],
.nws-section.services-web-design-form-section form input[type=url],
.nws-section.services-web-design-form-section form textarea {
    width: 100%;
    max-width: 100%;
    border: 2px solid #f4f3f8;
}

@media(min-width: 768px) {

    .nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form .gray-bg,
    .nws-section.services-web-design-form-section form .common,
    .nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section,
    .nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section .gray-bg,
    .nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section+.helper-pager-section,
    .nws-section.services-web-design-form-section form input[type=email],
    .nws-section.services-web-design-form-section form input[type=number],
    .nws-section.services-web-design-form-section form input[type=password],
    .nws-section.services-web-design-form-section form input[type=search],
    .nws-section.services-web-design-form-section form input[type=tel],
    .nws-section.services-web-design-form-section form input[type=text],
    .nws-section.services-web-design-form-section form input[type=url],
    .nws-section.services-web-design-form-section form textarea {
        margin-bottom: 34px;
    }
}

@media(max-width: 767px) {

    .nws-section.blog-single-single-content-section .nws-section.services-web-design-form-section form .gray-bg,
    .nws-section.services-web-design-form-section form .common,
    .nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section,
    .nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section .gray-bg,
    .nws-section.services-web-design-form-section form .nws-section.blog-single-single-content-section+.helper-pager-section,
    .nws-section.services-web-design-form-section form input[type=email],
    .nws-section.services-web-design-form-section form input[type=number],
    .nws-section.services-web-design-form-section form input[type=password],
    .nws-section.services-web-design-form-section form input[type=search],
    .nws-section.services-web-design-form-section form input[type=tel],
    .nws-section.services-web-design-form-section form input[type=text],
    .nws-section.services-web-design-form-section form input[type=url],
    .nws-section.services-web-design-form-section form textarea {
        margin-bottom: 16px;
    }
}

.nws-section.services-web-design-form-section form input[type=email],
.nws-section.services-web-design-form-section form input[type=number],
.nws-section.services-web-design-form-section form input[type=password],
.nws-section.services-web-design-form-section form input[type=search],
.nws-section.services-web-design-form-section form input[type=tel],
.nws-section.services-web-design-form-section form input[type=text],
.nws-section.services-web-design-form-section form input[type=url] {
    height: 55px;
    line-height: 51px;
    padding: 0 15px;
}

.nws-section.services-web-design-form-section form textarea {
    margin-bottom: 21px;
    padding: 15px;
}

@media(min-width: 768px) {
    .nws-section.services-web-design-form-section form textarea {
        height: 226px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-design-form-section form textarea {
        height: 290px;
    }
}

.nws-section.services-web-design-form-section form .check-boxes-title {
    font-weight: 500;
    color: #272727;
}

@media(min-width: 992px) {
    .nws-section.services-web-design-form-section form .check-boxes-title {
        font-size: 21px;
        margin-bottom: 17px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-form-section form .check-boxes-title {
        font-size: 18px;
        margin: 18px 0 17px;
    }
}

.nws-section.services-web-design-form-section form .group-checkbox-wrapper {
    display: flex;
    display: -webkit-flex;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 34px;
}

@media(max-width: 991px) {
    .nws-section.services-web-design-form-section form .group-checkbox-wrapper {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }
}

.nws-section.services-web-design-form-section form .group-checkbox-wrapper>* {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
}

.nws-section.services-web-design-form-section form .group-checkbox-wrapper .frm_checkbox label {
    padding-left: 25px;
    font-family: Rubik, Arial !important;
    line-height: 30px;
}

@media(min-width: 768px) {
    .nws-section.services-web-design-form-section form .group-checkbox-wrapper .frm_checkbox label {
        font-weight: 600;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-design-form-section form .group-checkbox-wrapper .frm_checkbox label {
        font-weight: 500;
    }
}

.nws-section.services-web-design-form-section form .group-checkbox-wrapper .frm_checkbox label:before {
    border: 1px solid #c0c0c0;
    background: #f8f8f8;
    border-radius: 5px;
    width: 19px;
    height: 19px;
}

.nws-section.services-web-design-form-section form .group-checkbox-wrapper .frm_checkbox label:after {
    left: 2px;
}

.nws-section.services-web-design-form-section form .frm_submit {
    width: 100%;
    margin: 0;
}

.nws-section.services-web-design-form-section form .frm_submit [type=submit] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 19px 15px;
    text-transform: capitalize;
    font-size: 15px;
    background: #3b3e46;
}

.nws-section.services-web-design-form-section form .frm_submit [type=submit]:focus,
.nws-section.services-web-design-form-section form .frm_submit [type=submit]:hover {
    background: #ff653b;
}

@media(min-width: 1500px) {
    .nws-section.services-web-design-form-section form .row {
        margin-left: -18px;
        margin-right: -18px;
    }

    .nws-section.services-web-design-form-section form .row [class*=col-] {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-design-projects-section {
        padding: 0 0 80px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-projects-section {
        padding: 0 0 35px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-design-projects-section .content-wrap {
        padding-bottom: 83px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-projects-section .content-wrap {
        text-align: center;
    }
}

.nws-section.services-web-design-projects-section .content-wrap img {
    margin-bottom: 48px;
    margin-left: 0;
}

.nws-section.services-web-design-projects-section .content-wrap .title {
    color: #272727;
    font-weight: 500;
}

@media(min-width: 768px) {
    .nws-section.services-web-design-projects-section .content-wrap .title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 23px;
    }
}

@media(max-width: 575px) {
    .nws-section.services-web-design-projects-section .content-wrap .title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 7px;
        padding-top: 4px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-design-projects-section .content-wrap .title {
        max-width: 400px;
    }
}

.nws-section.services-web-design-projects-section .content-wrap .services-content {
    margin-bottom: 35px;
}

@media(min-width: 992px) {
    .nws-section.services-web-design-projects-section .content-wrap .services-content {
        max-width: 690px;
    }
}

.nws-section.services-web-design-projects-section .content-wrap .theme-button {
    font-family: Rubik, Arial !important;
    font-weight: 300;
    width: 175px;
    font-size: 15px;
}

@media(max-width: 575px) {
    .nws-section.services-web-design-projects-section .content-wrap .theme-button {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-projects-section .content-wrap .theme-button {
        margin: 0 auto;
    }
}

.nws-section.services-web-design-projects-section figure {
    background-size: cover;
    background-position: center;
}

@media(max-width: 991px) {
    .nws-section.services-web-design-projects-section figure {
        height: 378px;
        margin-bottom: 19px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-design-web-design-content-section {
        padding: 29px 0 79px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-design-web-design-content-section {
        padding: 27px 0 37px;
    }
}

.services-content {
    font-weight: 300;
}

@media(min-width: 768px) {
    .services-content {
        font-size: 17px;
    }
}

@media(max-width: 767px) {
    .services-content {
        line-height: 24px;
    }
}

.services-content p {
    margin-bottom: 28px;
}

.services-content .hero {
    font-weight: 400;
    color: #272727;
}

@media(min-width: 768px) {
    .services-content .hero {
        font-size: 21px;
        max-width: 850px;
        margin: 0 auto 26px;
    }
}

@media(max-width: 767px) {
    .services-content .hero {
        font-size: 18px;
        margin: 0 auto 13px;
    }
}

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

.services-content.white {
    color: #fff;
}

.theme-button.services {
    font-family: Rubik, Arial !important;
    font-size: 15px;
    font-weight: 300;
    width: 200px;
}

@media(min-width: 768px) {
    .services-first-section .helper-title-section {
        margin-bottom: 46px;
    }
}

@media(min-width: 768px) {
    .services-first-section .services-content {
        max-width: 870px;
        margin: 0 auto;
    }
}

.nws-section.services-web-development-customize-section .dark-box {
    width: 100%;
    background: #3b3e46;
}

@media(min-width: 1200px) {
    .nws-section.services-web-development-customize-section .dark-box {
        padding: 130px 65px 134px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .nws-section.services-web-development-customize-section .dark-box {
        padding: 65px 45px 69px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-development-customize-section .dark-box {
        padding: 34px 20px 65px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-development-customize-section .dark-box {
        margin-top: 135px;
    }
}

.nws-section.services-web-development-customize-section .dark-box .content-wrap {
    max-width: 570px;
    margin: 0 auto;
    color: #fff;
}

@media(max-width: 991px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap {
        text-align: center;
    }
}

.nws-section.services-web-development-customize-section .dark-box .content-wrap .title {
    font-weight: 500;
}

@media(min-width: 768px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap .title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 24px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap .title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.nws-section.services-web-development-customize-section .dark-box .content-wrap .services-content {
    line-height: 24px;
}

@media(min-width: 768px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap .services-content {
        margin-bottom: 32px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap .services-content {
        margin-bottom: 39px;
    }
}

@media(min-width: 576px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap .theme-button {
        width: 210px;
    }
}

@media(max-width: 575px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap .theme-button {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-development-customize-section .dark-box .content-wrap .theme-button {
        margin: 0 auto;
    }
}

.nws-section.services-web-development-customize-section figure {
    width: 100%;
    background-position: center;
    background-size: cover;
}

@media(min-width: 992px) {
    .nws-section.services-web-development-customize-section figure {
        margin-bottom: 135px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-development-customize-section figure {
        height: 324px;
        margin-bottom: 0;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-development-features-section {
        padding: 163px 0 138px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-development-features-section {
        padding: 71px 0 74px;
    }
}

.nws-section.services-hosting-security-section .one-row,
.nws-section.services-web-development-features-section .one-row {
    border-bottom: 1px solid #e6e6e6;
}

@media(max-width: 991px) {

    .nws-section.services-hosting-security-section .one-row:not(:last-child),
    .nws-section.services-web-development-features-section .one-row:not(:last-child) {
        margin-bottom: 55px;
    }
}

@media(min-width: 992px) {

    .nws-section.services-hosting-security-section .one-row .content-wrap,
    .nws-section.services-web-development-features-section .one-row .content-wrap {
        padding: 60px 40px 60px 0;
        max-width: 770px;
    }
}

@media(max-width: 991px) {

    .nws-section.services-hosting-security-section .one-row .content-wrap,
    .nws-section.services-web-development-features-section .one-row .content-wrap {
        margin-bottom: 34px;
    }
}

@media(min-width: 768px) {

    .nws-section.services-hosting-security-section .one-row .content-wrap .helper-title-section,
    .nws-section.services-web-development-features-section .one-row .content-wrap .helper-title-section {
        margin-bottom: 24px;
    }
}

@media(max-width: 767px) {

    .nws-section.services-hosting-security-section .one-row .content-wrap .helper-title-section,
    .nws-section.services-web-development-features-section .one-row .content-wrap .helper-title-section {
        margin-bottom: 33px;
    }
}

@media(min-width: 768px) {

    .nws-section.services-hosting-security-section .one-row .content-wrap .helper-title-section .title,
    .nws-section.services-web-development-features-section .one-row .content-wrap .helper-title-section .title {
        padding-bottom: 23px;
    }
}

@media(max-width: 767px) {

    .nws-section.services-hosting-security-section .one-row .content-wrap .helper-title-section .title,
    .nws-section.services-web-development-features-section .one-row .content-wrap .helper-title-section .title {
        text-align: left;
    }

    .nws-section.services-hosting-security-section .one-row .content-wrap .helper-title-section .title:after,
    .nws-section.services-web-development-features-section .one-row .content-wrap .helper-title-section .title:after {
        left: 0;
    }
}

@media(max-width: 767px) {

    .nws-section.services-hosting-security-section .one-row .content-wrap .services-content,
    .nws-section.services-web-development-features-section .one-row .content-wrap .services-content {
        line-height: 28px;
    }

    .nws-section.services-hosting-security-section .one-row .content-wrap .services-content p,
    .nws-section.services-web-development-features-section .one-row .content-wrap .services-content p {
        margin-bottom: 0;
        display: inline;
    }
}

.nws-section.services-hosting-security-section .one-row .content-wrap .services-content p:last-child,
.nws-section.services-web-development-features-section .one-row .content-wrap .services-content p:last-child {
    margin-bottom: 8px;
}

.nws-section.services-hosting-security-section .one-row figure,
.nws-section.services-web-development-features-section .one-row figure {
    height: 100%;
    background-position: center;
    background-size: cover;
}

@media(min-width: 992px) {

    .nws-section.services-hosting-security-section .one-row figure,
    .nws-section.services-web-development-features-section .one-row figure {
        min-height: 610px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    .nws-section.services-hosting-security-section .one-row figure,
    .nws-section.services-web-development-features-section .one-row figure {
        height: 324px;
    }
}

@media(max-width: 767px) {

    .nws-section.services-hosting-security-section .one-row figure,
    .nws-section.services-web-development-features-section .one-row figure {
        height: 293px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-development-items-section {
        padding: 140px 0 103px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-development-items-section {
        padding-top: 79px;
    }
}

.nws-section.services-web-development-items-section .section-title {
    font-weight: 400;
    text-align: center;
    color: #272727;
}

@media(min-width: 768px) {
    .nws-section.services-web-development-items-section .section-title {
        font-size: 28px;
        line-height: 24px;
        margin-bottom: 60px;
    }
}

@media(max-width: 767px) {
    .nws-section.services-web-development-items-section .section-title {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 28px;
    }
}

.nws-section.services-web-development-items-section .one-box {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
}

@media(min-width: 1200px) {
    .nws-section.services-web-development-items-section .one-box {
        padding: 47px 40px 41px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-development-items-section .one-box {
        text-align: center;
        margin: 0 auto 27px;
        max-width: 330px;
    }
}

@media(max-width: 1199px) {
    .nws-section.services-web-development-items-section .one-box {
        padding: 30px 25px;
    }
}

.nws-section.services-web-development-items-section .one-box i {
    color: #ff653b;
    font-size: 36px;
    margin-bottom: 14px;
}

.nws-section.services-web-development-items-section .one-box .title {
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 7px;
}

@media(min-width: 992px) {
    .nws-section.services-web-development-items-section .one-box .title {
        font-size: 21px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-development-items-section .one-box .title {
        font-size: 18px;
    }
}

.nws-section.services-web-development-items-section .one-box .content {
    color: #000;
    line-height: 24px;
    font-weight: 300;
}

@media(min-width: 1200px) {
    .nws-section.services-web-development-items-section .one-box .content {
        font-size: 16.5px;
    }
}

@media(max-width: 1199px) {
    .nws-section.services-web-development-items-section .one-box .content {
        font-size: 15px;
    }
}

@media(min-width: 1200px) {
    .nws-section.services-web-development-items-section .row {
        margin-right: -18px;
        margin-left: -18px;
    }

    .nws-section.services-web-development-items-section .row [class^=col-] {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .nws-section.services-web-development-items-section .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .nws-section.services-web-development-items-section .row [class^=col-] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media(min-width: 992px) {
    .nws-section.services-web-development-web-development-content-section {
        padding: 29px 0 80px;
    }
}

@media(max-width: 991px) {
    .nws-section.services-web-development-web-development-content-section {
        padding: 27px 0 47px;
    }
}

@media(min-width: 992px) {
    .testimonial-archive-archive-content-section {
        padding: 95px 0 100px;
    }
}

@media(max-width: 991px) {
    .testimonial-archive-archive-content-section {
        padding: 37px 0 70px;
    }
}

.footer-widgets-wrap .widget.widget_nws_contact_widget .one-row {
    margin-bottom: 5px;
    font-family: Barlow, Arial;
}

@media(max-width: 767px) {
    .footer-widgets-wrap .widget.widget_nws_contact_widget .one-row {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media(min-width: 768px) {
    .footer-widgets-wrap .widget.widget_nws_contact_widget .one-row {
        font-size: 18px;
    }
}

.footer-widgets-wrap .widget.widget_nws_contact_widget .one-row .title {
    color: #fff;
}

@media(min-width: 768px) {
    .footer-widgets-wrap .widget.widget_nws_contact_widget .one-row .title {
        font-weight: 500;
    }
}

@media(max-width: 767px) {
    .footer-widgets-wrap .widget.widget_nws_contact_widget .one-row .title {
        display: block;
        margin-bottom: 7px;
    }
}

.footer-widgets-wrap .widget.widget_nws_contact_widget .one-row>:not(.title) {
    color: #8d8d8d;
}

.footer-widgets-wrap .widget.widget_nws_contact_widget .one-row a {
    display: inline-block;
}

.footer-widgets-wrap .widget.widget_nws_contact_widget .one-row a:hover {
    color: #ff653b;
}

.footer-widgets-wrap .widget.widget_nws_contact_widget .one-row.address {
    margin-bottom: 15px;
    padding-top: 3px;
}

@media(min-width: 768px) {
    .footer-widgets-wrap .widget.footer-description img {
        margin-left: 0;
    }
}

.footer-widgets-wrap .widget.footer-description .context {
    line-height: 23px;
    max-width: 335px;
    font-weight: 400;
    color: #676767;
}

@media(min-width: 768px) {
    .footer-widgets-wrap .widget.footer-description .context {
        font-size: 17px;
    }
}

@media(max-width: 767px) {
    .footer-widgets-wrap .widget.footer-description .context {
        font-size: 15px;
        line-height: 27px;
        margin: 0 auto;
    }

    .drfsd {
        text-align: center;
    }

    .footer-widgets-wrap .widget.footer-description .context,
    .footer-widgets-wrap .widget.footer-description .context p {
        text-align: center;
    }
}

.footer-widgets-wrap .widget .widget-title {
    margin-bottom: 15px;
}

.footer-widgets-wrap .widget .widget-title h3 {
    color: #ff653b;
    text-transform: capitalize;
    line-height: 40px;
    margin: 0;
    font-weight: 500;
}

@media(min-width: 768px) {
    .footer-widgets-wrap .widget .widget-title h3 {
        font-size: 28px;
    }
}

@media(max-width: 767px) {
    .footer-widgets-wrap .widget .widget-title h3 {
        text-align: center;
        font-size: 21px;
    }
}

.footer-widgets-wrap .widget .widget-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media(max-width: 767px) {
    .footer-widgets-wrap .widget .widget-content ul li {
        text-align: center;
    }
}

.footer-widgets-wrap .widget .widget-content ul li a {
    display: inline-block;
    color: #8d8d8d;
    text-transform: capitalize;
    line-height: 29px;
    font-family: Barlow, Arial;
}

@media(min-width: 768px) {
    .footer-widgets-wrap .widget .widget-content ul li a {
        padding: 2px 0;
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .footer-widgets-wrap .widget .widget-content ul li a {
        font-size: 15px;
        padding: 1px 0;
    }
}

.footer-widgets-wrap .widget .widget-content ul li a:hover {
    color: #ff653b;
}

.sidebar-padder .widget.widgets-sidebar-search-section {
    padding: 0 !important;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar) {
    margin: 0;
    position: relative;
    padding: 0 55px 0 28px;
    height: auto;
    max-width: 100%;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar) input[type=text] {
    border: none;
    margin: 0;
    line-height: 58px;
    height: 58px;
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar) input[type=text]::-webkit-input-placeholder {
    color: #272727 !important;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar) input[type=text]:-ms-input-placeholder {
    color: #272727 !important;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar) input[type=text]::-moz-placeholder {
    color: #272727 !important;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar) input[type=text]:-moz-placeholder {
    color: #272727 !important;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar) input[type=submit] {
    background: 0 0;
    min-width: 0;
    padding: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    width: 16px;
    margin: 0;
    z-index: 2;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar):before {
    color: #272727;
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 16px;
    font-size: 16px;
    font-weight: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidebar-padder .widget.widgets-sidebar-search-section form:not(#adminbar).hover:before {
    color: #ff653b;
}

@media(min-width: 1200px) {
    .sidebar-padder {
        max-width: 370px;
    }
}

@media(max-width: 991px) {
    .sidebar-padder {
        padding-bottom: 55px;
    }
}

.sidebar-padder .widget {
    border: 1px solid #e6e6e6;
    margin-bottom: 19px;
    padding: 20px;
}

.sidebar-padder .widget .widget-title {
    margin-bottom: 30px;
}

.sidebar-padder .widget .widget-title h3 {
    color: #272727;
    background: 0 0;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 8px;
    letter-spacing: .5px !important;
    padding-bottom: 9px;
    margin: 0;
    position: relative;
}

.sidebar-padder .widget .widget-title h3:after {
    content: '';
    position: absolute;
    left: 8px;
    top: auto;
    height: 3px;
    width: 40px;
    bottom: 0;
    background: #272727;
}

.sidebar-padder .widget .widget-title h3:before {
    display: none;
}

.sidebar-padder .widget .widget-content ul {
    padding: 0 0 35px;
    margin: 0;
    list-style: none;
}

.sidebar-padder .widget .widget-content ul li {
    display: block;
    padding: 22px 8px 21px;
}

.sidebar-padder .widget .widget-content ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-padder .widget .widget-content ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    max-width: 260px;
}

.sidebar-padder .widget .widget-content ul li a:hover {
    color: #ff653b;
}