body a,
body p,
body span,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: Roboto, sans-serif;
}

body.dark .header.header-fixed {
    border-bottom: 0;
}
ul.navbar-nav>li>a {
    font-size: 12px;
}
.header:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
}
.slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden
}
.post-text p.ssss {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portfolio .caption .custom-button {
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 30px;
}

.content-asd img {
    max-width: 100%;
}
.slider a.previousButton, .slider a.nextButton {
    font-size: 22px;
    line-height: 0;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1;
    color: #333;
    padding: 10px;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
    /* prevent jump effect when scaling */
}
.portfolio .caption p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-post .post-title {
    font-size: 18px;
    position: relative;
    margin-top: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-post a.img-thumb img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    height: 200px;
    transition: all 0.5s ease;
    width: 100%;
    object-fit: cover;
}
.slider a.previousButton:not(.disabled):hover, .slider a.nextButton:not(.disabled):hover {
    -webkit-transform: translateY(-50%) scale(1.25);
    transform: translateY(-50%) scale(1.25);
    cursor: pointer;
}

.slider a.previousButton {
    left: 20px;
}

.slider a.nextButton {
    right: 20px;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden
}

.slide.hidden {
    visibility: hidden;
}

.slide.previous {
    left: -100%;
}

.slide.current {
    left: 0;
}

.slide.next {
    left: 100%;
}

.slide.animateIn,
.slide.animateOut {
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.slide.animateIn.previous,
.slide.animateIn.next {
    left: 0;
    visibility: visible;
}

.slide.animateOut.previous {
    left: 100%;
}

.slide.animateOut.next {
    left: -100%;
}


.pricing-tables-content {
    margin-top: 0;
}
.slide h1 {
    transition: all 0.3s ease;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}

.slide p {
    transition: all 0.3s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
}
.header-fixed ul.navbar-nav li a {
    padding: 26px 16px;
}
ul.navbar-nav li a i:not(.icon-angle) {
    font-size: 14px;
    padding-right: 6px;
}
ul.navbar-nav>li>a {
    padding: 43px 16px;
}
.slide section * {
    transition: all 0.3s ease;
}

.slide section img {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}

.slide section span {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}

.slide section span strong {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.slide.animateIn.previous h1,
.slide.current h1,
.slide.animateIn.next h1,
.slide.animateIn.previous button,
.slide.current button,
.slide.animateIn.next button,
.slide.animateIn.previous p,
.slide.current p,
.slide.animateIn.next p,
.slide.animateIn.previous section *,
.slide.current section *,
.slide.animateIn.next section * {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
    opacity: 1;
}

.slide.animateIn.previous p,
.slide.animateIn.next p {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.slide.animateIn.previous button,
.slide.animateIn.next button {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.slide.animateIn.previous section img,
.slide.animateIn.next section img {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.slide.animateIn.previous section span,
.slide.animateIn.next section span {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.slide.animateIn.previous section span strong,
.slide.animateIn.next section span strong {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.slide.animateOut h1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.slide.animateOut p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.slide.animateOut section span {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.slide.animateOut section span strong {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.slider-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.slider-wrapper .custom-button:before {
    content: "\f061";
    margin-top: -10px;
}
.pricing-footer .custom-button:before {
    content: "\f061";
    margin-top: -10px;
    right: 86px;
}
.pricing-header h2 {
    font-size: 1.8rem;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.8rem;
    color: #666;
    letter-spacing: 1px;
    font-weight: 300;
}
.slide {
    height: 100vh;
    background-size: cover !important;
}
.swiper-button {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -ms-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button:focus {
    outline: none;
}
.swiper-button span {
    width: 12px;
    height: 20px;
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(../frontAssets/img/chevron.png);
}
.swiper-button:after {
    display: none;
}
section.logos.section-brandlist {
    padding: 70px 0;
}
.swiper-button-next span {
    background-position: bottom right;
}
.swiper-button:hover {
    background-color: #ffb400;
}
.swiper-button-next:hover span {
    background-position: top right;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button:hover span {
    background-position: top left;
}
.swiper-button-next:hover span {
    background-position: top right;
}
.section-brandlist .single .image {
    width: 100%;
    padding: 10px;
    background-color: white;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
.section-brandlist .single .image:hover {
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    filter: unset;
}
.section-brandlist .single .image:after {
    display: block;
    content: '';
    padding-bottom: 100%;
}
.section-brandlist .single .text {
    color: rgba(0, 0, 0, 0.9);
    font-size: 0.9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.slide::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    bottom: 0;
    left: 0;
}

.previousButton, .nextButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    display: block;
    border-radius: 35px;
    overflow: hidden;
    background: rgba(0,0,0,0.10);
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;;
    -ms-transition: all 0.3s ease-out !important;;
    -o-transition: all 0.3s ease-out !important;;
    transition: all 0.3s ease-out !important;;

}
.previousButton:before {
    font-family: "fontAweSome";
    content: "\f054";
}
.nextButton:before {
    font-family: "fontAweSome";
    content: "\f054";
}
.previousButton:before, .nextButton:before {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.previousButton {
    left: 40px;
    -webkit-transform: rotate(180deg) translateY(calc(50% + 0px));
    transform: rotate(180deg) translateY(calc(50% + 0px));
}

.nextButton {
    right: 40px;
}
.nextButton:hover, .previousButton:hover {
    background: rgba(0,0,0,0.7);
}

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

.slider-content .inner {
    padding: 0 70px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-content .inner button{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.slider-content .inner h1 {
    font-weight: 900;
    margin: 0 auto;
    max-width: 840px;
    color: #FFFFFF;
    font-size: 46px;
    line-height: 1;
}

.slider-content .inner p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px auto 30px;
    max-width: 640px;
}

.slider-content section {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.slider-content section span {
    color: #FFFFFF;
}

.slider-content section span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    vertical-align: middle;
    margin-left: 10px;
}

.slider-content section img {
    width: 40px;
    height: 40px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    vertical-align: middle;
}

.slider-content section span strong {
    color: #FFFFFF;
    font-size: 14px;
    display: block;
}

@media (max-height: 500px) {
    .slider-wrapper, .slide {
        height: calc(100vh - 75px);
    }
}

@media (max-width: 640px) {
    .slider-wrapper, .slide {
        height: calc(80vh - 75px);
    }
}

@media (max-height: 600px) {
    .slider-content .inner h1 {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .slider-content .inner h1 {
        font-size: 32px;
    }
}
.services .services-box-item-cover:before {
    display: none;
}
.services .services-box-item-cover img {
    margin: 30px auto 0px;
    display: block;
    height: 50%;
    max-width: 70%;
    object-fit: contain;
}
.services .services-box-item-content p {
    font-size: 22px;
    height: 100px;
}
.services .services-box-item-content {
    width: 100%;
}
.logo a {
    margin: 25px 0 0 30px;
}
.header-fixed .logo a {
    margin-top: 5px;
}
#back-top a {
    border: 2px solid #fff;
}
#back-top span:before {
    color: #fff;
}
.services .services-box-item-cover:after {
    position: absolute;
    bottom: 20px;
    top: unset;
    color: #242424;
    font-weight: bold;
}
body.dark .services .services-box-item-cover {
    position: absolute;
    background: #eee;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px 15px;
    box-shadow: 0 0 10px 2px #191919;
    border-radius: 7px;
}
.loaderS {
    width: 100%;
    height: 100vh;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.portfolio .caption h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loaderS img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media (max-width: 1080px) {
    ul.navbar-nav>li>a {
        padding: 43px 13px;
        font-size:0.83em;
    }
}
@media (min-width: 1080px) {
    ul.navbar-nav>li>a {
        padding: 43px 16px;
        font-size: 11px;
    }
}
.redux-toastr .top-left, .redux-toastr .top-right, .redux-toastr .top-center, .redux-toastr .bottom-left, .redux-toastr .bottom-right, .redux-toastr .bottom-center {
    width: 380px;
}
.redux-toastr .toastr {
    border-radius: 1px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.redux-toastr .toastr .rrt-middle-container {
    width: 70%;
    margin-left: 60px;
}
.redux-toastr .toastr .rrt-left-container .toastr-icon {
    width: 24px !important;
    height: 24px !important;
    margin-top: 0;
}
.redux-toastr .toastr .close-toastr span {
    top: 5px;
    position: relative;
}
.redux-toastr .toastr .rrt-left-container .rrt-holder {
    width: 50px;
    height: 50px;
    top: 20%;
    margin-top: 0px;
    line-height: 35px;
}
.redux-toastr .toastr .rrt-left-container {
    width: 60px;
}
.redux-toastr .toastr .close-toastr {
    top: 10px;
    font-size: 18px;
}
.redux-toastr .toastr .close-toastr span {
    top: 5px;
    position: relative;
}
.redux-toastr .toastr {
    min-height: 60px;
}
.redux-toastr .toastr .rrt-middle-container .rrt-text {
    padding-top: 10px;
    font-size: 15px;
    margin-bottom: -10px;
}
.custom-input-label::before {
    z-index: 0;
}

.content-article img {
    max-width: 100%;
    height: auto;
}
.content-asd img {
    max-width: 100%;
    height: auto;
}
img.img-fluid--123 {
    position: absolute;
    bottom: -12px;
    height: 40px;
    background: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px -4px 13px 4px #00000017;
}
.custom-button.dwdw:hover span {
    -webkit-transform: translateX(-10px);
    transform: translateX(-30px);
}
.custom-input-field.dwdw {
    height: 44px;
}
.custom-input-label.dwdw {
    height: 39px;
}
.custom-input-label.dwdw::before {
    height: 44px;
}

.custom-input-label.dwdw .icon-field {
    font-size: 15px;
}
.submit-form button.dwdww:before {
    right: 42px;
}
li.sad {
    cursor: pointer;
    color: #777;
    border-radius: 0;
    padding: 0;
    padding-left: 0;
    font-weight: 600;
    border-left: 0;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
}
li.sad:hover, li.sad.active {
    color: #ffb400;
}