@import 'https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap';input.required.error,textarea.required.error,select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important
}

label.error {
    display: none!important
}

@media(min-width: 767px) {
    .d-flex {
        display:block;
        align-items: center
    }

    .padding-full {
        padding-right: 15px;
        padding-left: 15px
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left {
        padding-left: 0
    }

    .no-padding-right {
        padding-right: 0
    }
}

body {
    background: #fff;
    font-family: poppins,sans-serif!important;
    font-weight: 400
}

p {
    font-size: 16px;
    line-height: 22px;
    color: #666
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,a:hover {
    text-decoration: none!important
}

img {
    max-width: 100%
}

header {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

.main-header {
    position: relative;
    z-index: 0;
    padding: 26px 0
}

.main-header:after {
    box-shadow: 0 0 59px 0 rgba(0,0,0,.08);
    position: absolute;
    width: 55.98vw;
    height: 105px;
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 0,100% 0,calc(100% - 0px) 100%,0px 100%)
}

.logo {
    display: inline-block
}

.logo img {
    display: block;
    width: 250px;
    margin-top: 0
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
    display: none
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #0f4c97;
    position: absolute;
    transition: .6s all;
    border-radius: 100px
}

.menu-Bar span:nth-child(1) {
    top: 0
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left
}

.menu-Bar span:nth-child(3) {
    top: 16px
}

.menu-Bar.open span {
    background: #b70404
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center
}

.menu {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 33px;
    text-align: left;
    line-height: 20px
}

.menu li.last {
    margin-right: 0
}

.menu li a,.menu li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #17ebbe;
    border-bottom: 1px solid
}

.menu li span {
    color: #fff;
    font-weight: 400;
    border: 0;
    display: block
}

.menu li:hover a,.menu li.active a {
    color: rgb(250 162 27)
}

.menu li+li {
    border-left: 1px solid #ffffff21;
    padding-left: 27px
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1
    }

    100% {
        top: 115px;
        opacity: 0
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0
    }

    100% {
        top: 40px;
        opacity: 1
    }
}

.mainBanner {
    background-position: top center;
    height: 700px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-color: #3eeec9
}

.mainBanner h1>mark {
    background: 0 0;
    position: relative;
    transition: .5s;
    padding: 0;
    margin: 10px 0 0;
    display: table
}

.mainBanner h1>mark:after {
    content: "";
    position: absolute;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-radius: 5px;
    width: 279px;
    margin: auto
}

ul.banner-check-list {
    column-count: 2
}

ul.banner-check-list>li {
    font-size: 18px;
    color: #141414;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -.3px
}

a.banner-btn {
    border-style: solid;
    border-width: 3px;
    border-color: #141414;
    border-radius: 50px;
    background-color: transparent;
    width: 308px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #141414;
    font-weight: 900;
    text-transform: uppercase
}

a.banner-btn:hover {
    background: #faa21b;
    border-color: #faa21b;
    color: #fff
}

a.banner-btn i {
    padding-left: 66px
}

.bannerForm {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 40px 0 rgba(0,0,0,.08);
    width: 410px;
    height: 579px;
    margin-left: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: 4px -5px 11px 3px rgb(0 0 0/15%);
    border: 6px solid #000;
    margin-top: 60px
}

.bannerForm h4 {
    font-size: 15px;
    color: #3d3d3d;
    text-align: center;
    display: block;
    letter-spacing: .2px
}

.bannerFormText h5 {
    font-size: 40px;
    font-family: minion pro;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #fff;
    text-shadow: 2px 3px 15px rgb(0 0 0/0.3)
}

.bannerFormText h5>span {
    font-size: 18px;
    display: block;
    letter-spacing: .2px;
    line-height: 16px
}

.bannerFormBox {
    position: relative
}

.bannerFormText {
    position: absolute;
    transform: rotate(-40deg);
    display: inline-table;
    bottom: 35%;
    left: -100px
}

.bannerForm:after {
    content: "";
    background: url(../images/icons/arrow.png);
    width: 115px;
    height: 138px;
    position: absolute;
    bottom: 18%;
    left: -12%
}

.bannerForm h2 {
    font-size: 34px;
    font-weight: 400;
    color: #141414;
    letter-spacing: -.4px;
    padding-bottom: 12px;
    text-align: center;
    line-height: 1.1em
}

.bannerForm h2>span {
    color: #17ebbe;
    font-weight: 900;
    transition: .5s;
    font-size: 41px;
    margin-top: 10px
}

.bannerForm h3 {
    font-size: 19.11px;
    color: #141414;
    font-weight: 400;
    text-align: center
}

.bannerForm form {
    text-align: center;
    padding: 0 20px 20px
}

header.fixed.sticky {
    background: #fff;
    position: fixed
}

header.fixed.sticky img {
    filter: brightness(0);
    width: 78px
}

.fixed.sticky .menu li a.header-btn {
    border-radius: 5px;
    background-color: #faa21b;
    width: 196px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #000;
    border: 0;
    display: block;
    border-radius: 50px;
    font-size: 18px
}

header.fixed.sticky .menu li span {
    color: #000
}

.menu li:nth-child(3) {
    margin-right: 0
}

.fixed.sticky .menu li {
    display: none
}

.fixed.sticky .menu li.first,.fixed.sticky .menu li.last {
    display: inline-block
}

.fixed.sticky .menu li:nth-child(3) {
    margin-right: 90px
}

.fixed .menu li a.header-btn {
    display: none
}

.fixed.sticky .menu li.first {
    margin-right: 30px;
    text-align: right
}

.fixed.sticky .menu li a.header-btn:hover {
    background: #17ebbe
}

.rattag {
    font-size: 14px!important;
    margin-top: 20px
}

.ratings {
    padding-left: 0;
    margin-bottom: 10px
}

header.fixed.sticky .main-header {
    padding: 10px 0;
    box-shadow: 2px 0 10px 0 rgb(0 0 0/26%)
}

header.fixed.sticky .main-header:after {
    display: none
}

@-webkit-keyframes scale {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.1,1.1)
    }

    100% {
        transform: scale(1,1)
    }
}

@keyframes scale {
    0% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.1,1.1)
    }

    100% {
        transform: scale(1,1)
    }
}

ul.brand-logo {
    padding-right: 0%!important
}

.brandLogoSec:before {
    content: "";
    background: url(../images/icons/logo-after.png);
    width: 142px;
    height: 76px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    z-index: 1
}

.margtop20 {
    margin-top: 20px
}

.object {
    animation: MoveUpDown 2.3s linear infinite;
    position: relative;
    left: 50%;
    bottom: 0;
    margin: auto;
    transform: translate(-50%,0)
}

@keyframes MoveUpDown {
    0%,100% {
        bottom: 0
    }

    50% {
        bottom: 10px
    }
}

.hding-1 h1 {
    font-size: 49px;
    font-weight: 700;
    line-height: 58px;
    color: #000;
    position: relative;
    z-index: 0;
    margin-top: 60px
}

::selection {
    background: #17ebbe;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #17ebbe
}

.portfolio {
    padding: 50px 0;
    clear: both;
    overflow: hidden;
    background: #151515
}

.portfolio h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 40px
}

.portfolio img {
    width: 100%;
    border-radius: 5px
}

.portfolio p {
    color: #000;
    font-weight: 800;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px
}

.portfolio h2.title {
    margin-bottom: 0
}

.portfolio-box {
    margin-bottom: 30px
}

.cta-center {
    background: url(../images/cta-bg.jpg) no-repeat scroll center top #9f2b2c;
    background-size: cover;
    padding: 29px 0
}

.cta-center h3 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700
}

.cta-center h2 {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 40px
}

.cta-main-center {
    display: table;
    margin: 0 auto
}

.cta-main-center a {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 32px;
    line-height: 30px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 10px
}

.cta-main-center a:hover {
    text-decoration: none;
    color: #fff
}

.cta-main-center a.header-btn.sec4-btn.various {
    font-size: 17px;
    color: #fff;
    clear: both;
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background: #fbc210;
    padding: 17px 40px;
    border-radius: 5px;
    text-transform: capitalize;
    line-height: 20px
}

.cta-main-center a span {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    display: block
}

.cta-main-center a.phone-center {
    padding-left: 70px;
    background: url(../images/icon3.png) left center no-repeat
}

.cta-main-center a.chat-center {
    padding-left: 80px;
    background: url(../images/icon4.png) left center no-repeat;
    margin-right: 0
}

.pricing {
    background: url("../images/price-bg.jpg") top center/cover no-repeat;
    padding: 50px 0 60px
}

.price-title {
    background: #1a1b23;
    padding: 10px 0;
    border-radius: 3px 3px 0 0
}

.pricing h2,.proces h2,.industry h2,.types-of-logo h2 {
    font-size: 30px;
    line-height: 48px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 0 0 35px;
    clear: both
}

.pricing h2+p,.proces h2+p,.industry h2+p,.types-of-logo h2+p {
    text-align: center;
    color: #000;
    font-weight: 400
}

.pricing h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.pricing h4 {
    text-align: center;
    font-size: 50px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fbc210;
    font-weight: 400;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: table
}

.pricing h4 span {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #72737a;
    font-weight: 600;
    text-decoration: line-through;
    float: right
}

.pricing ul {
    background: #292a32;
    margin-bottom: 0;
    width: 100%;
    float: left
}

.pricing ul li i.fa {
    color: #ffb301;
    margin-right: 5px
}

.pricing .price_body ul li {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
    font-weight: 400
}

.pricing ul li span {
    font-size: 12px;
    display: block;
    margin-left: 22px;
    line-height: 24px
}

.pricing ul li.features {
    color: #fff
}

.pricing ul li.price-btns {
    display: inline-block;
    margin: 0
}

.pricing ul.order-btn {
    text-align: center;
    padding: 25px 10px
}

.pricing ul.order-btn li i.fa {
    color: #292a32;
    margin-right: 5px
}

.pricing ul.order-btn li.price-btns a {
    color: #000;
    font-weight: 600;
    background: #fbc210;
    padding: 10px 13px;
    display: table;
    border-radius: 3px;
    min-height: 36px
}

.pricing ul.order-btn li.price-btns.chat {
    margin-left: 6px
}

.order-button {
    text-align: center;
    background: #ffb301;
    display: none
}

.order-button .order-btn {
    color: #292a32;
    font-size: 20px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #ffb301;
    width: 100%;
    border: 0
}

.price-box-main {
    padding: 0 1px
}

.proces {
    padding: 50px 0
}

.cta-center.second-cta {
    background: url(../images/second-cta-bg.jpg) no-repeat scroll center top indigo;
    padding: 44px 0 15px
}

.second-cta a.phone-center {
    padding-left: 72px;
    background: url(../images/icon5.png) left center no-repeat
}

.second-cta .cta-main-center a {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 27px;
    line-height: 30px;
    float: left;
    margin-right: 40px;
    text-transform: uppercase
}

.second-cta .cta-main-center a.header-btn {
    background: #fbc210;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin: 0;
    margin-right: 0;
    padding: 15px 29px;
    text-transform: uppercase;
    border-radius: 3px;
    float: right;
    margin-top: 16px
}

.second-cta a.chat-center {
    padding-left: 90px;
    background: url(../images/icon6.png) left center no-repeat;
    margin-right: 20px;
    text-transform: uppercase
}

.secnd-cta-title h3 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    margin: 0;
    font-weight: 500;
    text-align: left;
    line-height: normal
}

.secnd-cta-title h3 span {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
    text-align: left;
    display: block
}

.industry {
    padding: 50px 0 60px;
    overflow: hidden
}

.industry .row {
    margin-bottom: 20px
}

.industry .row:last-of-type {
    margin-bottom: 0
}

.industry h3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    font-weight: 700;
    margin-bottom: 0
}

.indus-box h4 {
    font-family: poppins,sans-serif;
    color: #292a31;
    font-size: 14px;
    line-height: 24px;
    float: left
}

.indus-box {
    display: table;
    margin: 0 auto;
    min-width: 100%;
    box-shadow: 0 0 16px #0000001c;
    padding: 10px 20px;
}

.indus-box img {
    float: left;
    margin-right: 10px
}

.industry h2 {
    margin-bottom: 60px;
    font-size: 44px;
    font-weight: 900
}

section.testimonial-wrap {
    padding: 90px 0 40px;
    background: url("../images/test-bg.jpg") top center/cover no-repeat;
    position: relative;
    border-bottom: 10px solid indigo
}

section.testimonial-wrap h2 {
    font-size: 30px;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-top: 0
}

.testimonial-content h2.testimonial-title {
    color: #000;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 25px;
    margin-top: 50px
}

.testimonial-content p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 500;
    padding-top: 25px;
    background: url(../images/test-arow.png) top left no-repeat;
    min-height: 130px
}

.testimonial-content h4.review-name {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 45px
}

.testimonial-content h4.review-name span {
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 500
}

.test-img img {
    border-radius: 100%;
    border: 10px solid indigo
}

.testimonial-content {
    margin-top: 50px
}

.testimonial-wrap .owl-pagination {
    margin: auto;
    display: block;
    float: right;
    position: absolute;
    bottom: 22%;
    right: 0
}

.testimonial-wrap .owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background: #fff
}

.testimonial-wrap .owl-page.active,.testimonial-wrap .owl-page:hover {
}

.testimonial-wrap .owl-carousel {
    z-index: 99;
    margin-bottom: -10px
}

.logos-clinets img {
    display: table;
    margin: 0 auto
}

.logos-clinets {
    padding: 20px 0 15px
}

.footer-top {
    background: #27282d;
    padding: 60px 0
}

.footer-top h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 0 0 40px
}

.footer-top h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0
}

.contact-form input.contact-field,.contact-form textarea {
    height: 44px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 3px;
    border: none;
    padding: 15px;
    background: 0 0;
    color: #fff;
    border-bottom: none;
    outline: none;
    background: #3d3e42;
    font-size: 13px;
    font-weight: 400
}

.contact-form div {
    margin-bottom: 1em
}

.contact-form textarea {
    height: 150px
}

.contact-form ::-webkit-input-placeholder {
    color: #fff
}

.contact-form :-moz-placeholder {
    color: #fff
}

.contact-form ::-moz-placeholder {
    color: #fff
}

.contact-form :-ms-input-placeholder {
    color: #fff
}

.contact-form .btn-orangedark {
    display: inline-block;
    padding: 10px 40px;
    background: #fbc210;
    color: #000;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    transition: .3s;
    float: left
}

.social-icons {
    padding: 0
}

.social-icons h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px
}

.footer-phone h4,.payment h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 25px
}

.payment h4 {
    margin-bottom: 20px
}

.footer-phone a.footer-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 0
}

.social-icons ul li {
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 8px
}

.social-icons i.fa {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.footer-bottom {
    background: #17181c;
    padding: 20px 0 5px;
    clear: both
}

.footer-bottom p,.footer-bottom a {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: poppins,sans-serif;
    text-align: center;
    text-decoration: none
}

.slideform {
    background: rgb(255 186 2/44%);
    border-top: 7px solid #ffba02;
    padding: 20px;
    margin: 0 auto;
    border-radius: 5px
}

.slider-hm-images h2 {
    color: #fff;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize
}

.slideform h2 {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-top: 0
}

.slideform h3 {
    font-size: 24px;
    margin: 0 0 15px;
    text-align: center;
    color: #f8572d
}

.slideform h3 span {
    line-height: 20px;
    color: #000;
    text-align: center
}

.slideform div {
    position: relative;
    margin-bottom: .6em
}

.slideform div textarea.placeholder1,.slideform div input.placeholder1 {
    width: 100%;
    padding: 11px;
    background: #03001f82;
    border-bottom: none;
    font-size: 13px;
    color: #fff;
    height: 40px;
    border: none;
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    outline: none
}

.slideform div textarea.placeholder1 {
    height: 73px
}

.slideform input[type=submit] {
    display: table;
    padding: 10px 33px;
    background: #fbc210;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    border: none
}

.slideform div select option {
    color: #000;
    font-size: 12px
}

.placeholder1::-webkit-input-placeholder {
    color: #fff
}

.placeholder1:-moz-placeholder {
    color: #fff
}

.placeholder1::-moz-placeholder {
    color: #fff
}

.placeholder1:-ms-input-placeholder {
    color: #fff
}

.our-process-container {
    padding-top: 50px;
    padding-bottom: 30px
}

.section-title {
    text-align: center;
    padding: 0 0 20px;
    margin: 0 auto 10px;
    max-width: 1170px
}

.section-title h4 {
    font-size: 30px;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.section-title h6 {
    color: #000;
    font-size: 16px;
    margin: 0 0 0
}

.process-desc p {
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.single-process h6 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0
}

.single-process {
    display: inline-block;
    margin: 20px 0;
    padding: 0 10px;
    vertical-align: top;
    text-align: center;
    width: 24%
}

.process-thumb {
    margin: 10px auto 24px;
    height: 190px
}

.single-process img {
    margin: 0 0 10px
}

.process-desc {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    font-family: Open Sans,sans-serif
}

.connect1 {
    background: url(../images/connect1.png) no-repeat 0 0 transparent;
    width: 136px;
    height: 106px;
    display: block;
    position: absolute;
    left: 246px;
    top: 10px
}

.connect2 {
    background: transparent url(../images/connect2.png) no-repeat scroll 0 0;
    display: block;
    height: 106px;
    left: 466px;
    position: absolute;
    top: 10px;
    width: 136px
}

.connect3 {
    background: transparent url(../images/connect1.png) no-repeat scroll 0 0;
    display: block;
    height: 106px;
    left: 816px;
    position: absolute;
    top: 10px;
    width: 136px
}

.process-container {
    position: relative
}

.home-featured-area.desktopawards {
    padding: 60px 0
}

.home-brands img {
    max-width: 90%;
    height: auto
}

.home-brands {
    overflow: hidden;
    padding: 20px 0 0;
    text-align: center
}

.home-brands img:hover {
}

.home-brands img {
    margin: 0 15px
}

.social-counts {
    background: #fff;
    min-height: 124px;
    -moz-box-shadow: 0 0 8px 1px rgba(119,119,119,.81);
    -webkit-box-shadow: 0 0 18px 1px rgba(226,226,226,.81);
    padding: 5px 0;
    display: none
}

.social-left {
    float: left;
    width: 25%;
    position: relative
}

.social-right {
    float: left;
    width: 70%
}

.social-right ul li {
    float: left;
    width: 100%!important;
    text-align: center;
    padding: 0
}

.social-right ul li span {
    display: block;
    font-size: 30px;
    font-family: open sans,sans-serif;
    font-weight: 600;
    padding: 4px 0
}

.social-right ul li span.green {
    color: #559928
}

.social-right ul li span.blue {
    color: #156099
}

.social-right ul li span.pink {
    color: #ca1051
}

.social-right ul li span.purple {
    color: #5d258a
}

.social-right ul li span.cyan {
    color: #1381a2
}

.get_started {
    display: table;
    padding: 10px 33px;
    background: #fbc210;
    color: #fff;
    border-radius: 3px;
    margin: 16px auto -11px;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    border: none;
    bottom: 0
}

.price-box-main .price-title img.bestseal {
    position: absolute;
    top: 0;
    right: 5px;
    width: 110px
}

.price-box-main.popular .price-title img {
    display: block
}

.email_slider_form {
    margin-bottom: 0!important
}

input:-internal-autofill-selected {
    background-color: transparent!important
}

.fixed-area {
    width: 100%;
    position: fixed;
    left: 0;
    top: -154px;
    z-index: 9999;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.4);
    background-image: -moz-linear-gradient( 90deg,rgb(113,1,0) 0%,rgb(232,0,2) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(113,1,0) 0%,rgb(232,0,2) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(113,1,0) 0%,rgb(232,0,2) 100%)
}

.fixed-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-repeat: no-repeat
}

.fixed-area.fixed {
    top: 0
}

.stky-counter p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px
}

.stickybuttoncontainer .btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    border-radius: 50px;
    padding: 16px 0;
    width: 49%;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: #ffea00;
    color: #031a46
}

.btn-new-primary2 {
    background-color: #fff!important;
    color: #000;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.3)
}

.btn-new-primary3 {
    color: #fff;
    margin-right: 2%;
    background-image: -moz-linear-gradient( 90deg,rgb(84,157,42) 0%,rgb(122,197,79) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(84,157,42) 0%,rgb(122,197,79) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(84,157,42) 0%,rgb(122,197,79) 100%);
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.3)
}

.ClassyCountdown-wrapper {
    text-align: center
}

.ClassyCountdown-wrapper>div.ClassyCountdown-days {
    display: none
}

.offer_div {
    position: relative
}

.site_img {
    position: relative
}

.site_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -35%;
    background-image: url(../images/sticky_img1.png);
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    display: none
}

.site_img:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -150px;
    background-image: url(../images/sticky_img2.png);
    background-repeat: no-repeat;
    width: 12%;
    height: 91%;
    display: none
}

.offer_heading h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffea00;
    background-color: #031a46;
    padding: 3px 5px;
    text-align: center;
    margin: 0;
    font-family: poppins,sans-serif
}

.offer_heading h1 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    font-family: poppins,sans-serif;
    margin: 0;
    text-shadow: 1.782px .908px 1px rgba(0,0,0,.004)
}

.offer_dis {
    font-size: 39px;
    font-weight: 800;
    line-height: 40px;
    color: #000;
    margin-left: 10px
}

.offer_dis sup {
    font-size: 22px;
    top: -12px
}

.offer_div span.offspan {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 10px;
    text-align: right;
    font-family: poppins,sans-serif
}

.offer_div span.offspan+span {
    font-family: poppins,sans-serif;
    color: #ffea00
}

.logo_area h4 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 600
}

.d-flex {
    display: flex;
    align-items: center
}

.header-content .slideform h2 span {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #fff500
}

.slideform h3 span span {
    font-weight: 700;
    color: #fff500
}

.header-content p.any_con a {
    color: #fff
}

.social-icons.footer-phone {
    margin-top: 40px
}

.contact-form div.btn {
    margin-bottom: 0
}

.pricing .col-lg-12 {
    margin-bottom: 2em
}

.price-box-main.pricing-box {
    padding: 0 5px
}

.pricing .price_body ul li:before {
    content: "\f054";
    position: absolute;
    left: 0;
    font-size: inherit;
    font-family: FontAwesome;
    color: #fbc210
}

.types-of-logo {
    padding: 60px 0;
    overflow: hidden;
    clear: both
}

.logo-content {
    padding-bottom: 20px;
    min-height: 332px
}

.logo-content h3 {
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.logo-content p {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 400
}

.types-of-logo .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/left-arrow.png) no-repeat;
    opacity: 1;
    width: 22px;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    display: block;
    float: left
}

.types-of-logo .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/right-arrow.png) no-repeat;
    opacity: 1;
    width: 22px;
    height: 16px;
    overflow: hidden;
    text-indent: 100%;
    display: block;
    float: left;
    margin-left: 37%
}

.types-of-logo .owl-theme .owl-controls .owl-buttons {
    margin: auto;
    display: block;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0
}

.types-of-logo .owl-theme .owl-controls {
    margin: 0
}

.owl-stage-outer {
    overflow: hidden
}

.bx-wrapper .bx-viewport li {
    color: #000;
    font-size: 16px
}

.social-left .bx-wrapper .bx-viewport {
    margin-top: 32px
}

.testimonial-wrap .owl-dots,.testimonial-wrap .owl-nav,.types-of-logo .owl-dots,.types-of-logo .owl-nav.disabled {
    display: none
}

.pricing h2 {
    margin-bottom: 0
}

.pricing ul.order-btn li.price-btns.chat a.chat {
    background: #000;
    color: #fff
}

.pricing .price_body ul li span {
    color: #fbc210;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-size: inherit
}

.price_strip {
    background: #000;
    padding: 7px 16px
}

.price_strip a {
    color: #fff!important
}

.price_strip a span {
    color: #fbc210
}

.price_body {
    height: 270px;
    background: #292a32;
    padding: 25px 10px 25px 20px
}

.pricing ul.order-btn li.price-btns a:hover {
    background: #000;
    color: #fbc210
}

.pricing ul.order-btn li.price-btns.chat a.chat:hover {
    background: #f8572d
}

.second-cta .cta-main-center {
}

.contact-form div.btn-s {
    margin-bottom: 0
}

.types-of-logo .row {
    clear: both
}

.logo-card {
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.logo-card img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle
}

.logo-card .front,.logo-card .back {
}

.logo-card .back {
    display: none
}

.logo-cards {
    font-size: 0;
    margin: 1px 2px;
    padding: 0;
    background: #fff
}

.logo-cards>div {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    padding: 0;
    margin-bottom: 0
}

.logo-card-cover {
    margin-top: 0;
    background: url(../images/screen0.png) no-repeat scroll center top;
    padding: 36px 81px;
    min-height: 420px;
    background-size: 570px
}

.filters {
}

.rightfilter {
    margin: 20px 0;
    text-align: center
}

.rightfilter button {
    color: #fff;
    font-size: 13px;
    background: 0 0;
    border: none;
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    border-radius: 0;
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    outline: none
}

.rightfilter button.is-checked {
    background: 0 0;
    color: #f8572d;
    border-bottom-color: #f8572d
}

.pfimg {
    padding: 5px;
    max-width: 100%;
    min-height: 120px;
    width: 16.66%
}

.pfimg figure {
    margin-bottom: 0
}

.hidden {
    visibility: hidden;
    width: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important
}

button#showMore {
    clear: both;
    display: none!important;
    margin: 4em auto 0;
    float: none;
    background: #f2572b;
    border: none;
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px
}

.header-cta a:hover,.header-cta a:focus,.header-cta a:active {
    background: inherit;
    color: #fff
}

.header-cta a.get_a_quote {
    background: #fbc210;
    float: right;
    padding: 15px 20px;
    border-radius: 3px;
    margin-left: 10px;
    color: #000
}

a.header-btn:hover,a.header-btn:focus,a.header-btn:active {
    background: #151515;
    color: #fff
}

.form-container {
    background: #232323
}

.footer-bottom a:hover,.footer-bottom a:active,.footer-bottom a:focus {
    color: #fff
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0;
    display: inline-block
}

.popupform ul li input[type=text],.popupform ul li input[type=email],.popupform ul li textarea {
    background: #fff;
    border: #dedede 2px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none!important;
    outline: 0!important
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #f8572d
}

.popupform ul li textarea {
    height: 161px
}

.popupform ul li.last {
    text-align: center
}

.popupform ul li input[type=submit] {
    background: #f8572d;
    color: #fff;
    font-size: 18px;
    border: #f8572d 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    letter-spacing: 1px;
    outline: 0;
    border-radius: 3px;
    width: 185px;
    margin: 0 auto;
    float: none;
    display: table
}

.popupform ul li input[type=submit]:hover {
    background: #f8572d
}

.popupform ul li input[type=text]:focus,.popupform ul li input[type=email]:focus,.popupform ul li textarea:focus {
    border: #b9bbbd 2px solid!important
}

.popupform {
    width: 450px;
    border-radius: 23px;
    padding: 31px 67px 31px 31px;
    overflow: visible;
    border-bottom: #f8572d 5px solid
}

.popupform h2 {
    font-size: 28px;
    color: #000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #f8572d 6px solid;
    margin-bottom: 12px;
    line-height: 35px
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px
}

.popupform .fancybox-close-small {
    border: #f8572d 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible
}

.popupform .fancybox-close-small:after {
    color: #f8572d;
    font-size: 25px;
    right: 4px
}

.popupform ul {
    margin: 0
}

.fancybox-slide--html .popupform .fancybox-close-small {
    border: #f8572d 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible
}

[class*=col].logo-content {
    float: right;
    padding-left: 50px;
    padding-top: 80px
}

[class*=col].type-logos {
    float: left
}

.types-of-logo .container {
    background: #fff
}

.type-logos img {
    border-radius: 3px
}

i.dtag {
    position: absolute;
    top: -20px;
    max-width: 120px;
    right: -30px
}

.relate {
    position: relative
}

.relate .logo_area {
    position: absolute;
    z-index: 9999999;
    top: -73px;
    width: 270px
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(10deg)
    }
}

@keyframes swinging {
    0% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(10deg)
    }
}

.summer_sale {
    top: -30px;
    position: absolute;
    left: 9rem;
    width: 131px;
    animation: swinging 3.5s ease-in-out forwards infinite;
    transform-origin: 35% 0;
    cursor: pointer
}

.lets_startss {
    width: auto!important;
    display: inline-block!important;
    margin: 20px 0 0 36px!important
}

.bottom-header h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 10px 0 0;
    color: #fff
}

.bottom-header h1 strong {
    color: #f0760a;
    top: -4px;
    position: relative
}

.bottom-header h2 {
    font-size: 16px;
    color: #fff;
    font-family: poppins,sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    margin: 20px 0 25px;
    line-height: 25px
}

.bottom-header ul.yel-list li {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 600;
    width: 45%;
    display: inline-block;
    color: #fff
}

.bottom-header ul.yel-list {
    margin-top: 20px
}

.bottom-header h2 span {
    color: #f6c920
}

.bottom-header h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 30px;
    line-height: 26px;
    font-weight: 500;
    font-family: poppins,sans-serif!important
}

a.grad-btn {
    background: #d22a43;
    background: -moz-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(210,42,67,1)),color-stop(100%,rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: linear-gradient(to right,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43',endColorstr='#f0760a',GradientType=1 )
}

.bottom-header a {
    display: inline-block;
    margin: 0 0 20px;
    color: #fff;
    position: relative;
    font-family: poppins,sans-serif;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px
}

.banner-form {
    width: 95%;
    background: #fff;
    color: #000;
    position: relative;
    box-shadow: #0000003b 0 11px 92px;
    float: right;
    border-radius: 15px;
    z-index: 3;
    margin-top: 43px;
    text-align: center;
    padding: 30px 20px 40px
}

.banner-form h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 77px;
    position: relative;
    background: #1d38c6;
    width: 128%;
    margin-left: -40px;
    margin-top: -30px;
    text-align: center;
    margin-bottom: 20px
}

.banner-form h2 sup {
    display: inline-block;
    top: -6px;
    left: 4px
}

.banner-form h2 sub {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    left: 193px;
    top: inherit;
    bottom: 44px
}

.banner-form h2 span {
    display: inline-block;
    color: #f6cf0b;
    font-size: 17px;
    font-style: italic;
    width: 100px;
    padding-left: 54px;
    text-align: left;
    margin-top: -6px
}

.banner-form select,.banner-form input {
    width: 97%;
    padding: 7px 17px!important;
    margin-bottom: 10px;
    outline: none;
    background: #fff;
    font-size: 12px;
    color: #464646;
    font-weight: 500;
    font-family: poppins,sans-serif;
    height: 43px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #e0e0e0
}

.banner-form textarea {
    min-height: 80px;
    width: 100%;
    padding: 10px 17px;
    margin-bottom: 10px;
    outline: none;
    font-size: 13px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-family: poppins,sans-serif
}

.banner-form input[type=submit] {
    border: none;
    box-shadow: none;
    padding: 10px 40px;
    margin-top: 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    outline: none;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    margin: 0 auto!important;
    display: block!important;
    color: #fff;
    font-weight: 500;
    background: #d22a43;
    background: -moz-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(210,42,67,1)),color-stop(100%,rgba(240,118,10,1)));
    background: -webkit-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: -o-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: -ms-linear-gradient(left,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    background: linear-gradient(to right,rgba(210,42,67,1) 0%,rgba(240,118,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22a43',endColorstr='#f0760a',GradientType=1 )
}

section.banner a+a {
    font-size: 18px;
    font-weight: 700
}

section.banner a+a span {
    color: #f6cb3a;
    font-weight: 700;
    padding-right: 4px
}

section.sponsor-slider {
    margin-top: -180px;
    margin-bottom: 60px
}

.owl-dots {
    display: none
}

@media(max-width: 1366px) {
    .summer_sale {
        top:-30px;
        position: absolute;
        left: 4.5rem;
        width: 91px
    }
}

@media(max-width: 767px) {
    .bottom-header {
        margin-top:20px!important;
        background: 0 0
    }

    .bottom-header h1 {
        font-size: 40px;
        font-weight: 600;
        margin: 10px 0 0;
        color: #fff;
        text-align: center
    }

    .bottom-header h2 {
        font-size: 16px;
        color: #fff;
        font-family: poppins,sans-serif;
        margin-bottom: 0;
        font-weight: 400;
        margin: 10px 0 25px;
        line-height: 25px;
        text-align: center
    }

    .bottom-header ul.yel-list li {
        font-size: 14px;
        margin-bottom: 7px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        color: #fff;
        text-align: center
    }

    .bottom-header a {
        display: table;
        margin: 0 0 20px;
        color: #fff;
        position: relative;
        font-family: poppins,sans-serif;
        font-weight: 500;
        padding: 12px 20px;
        border-radius: 5px;
        margin: auto
    }

    .bottom-header .col-md-7 img {
        display: table;
        margin: auto
    }

    section.sponsor-slider {
        margin-top: -140px;
        margin-bottom: 10px
    }

    .types-of-logo h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 50px 0 0!important
    }
}

a.banner-btn {
    border-style: solid;
    border-width: 3px;
    border-color: #141414;
    border-radius: 50px;
    background-color: transparent;
    width: 308px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #141414;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    transition-duration: .5s
}

a.banner-btn i {
    padding-left: 66px
}

a.banner-btn {
    border-color: rgb(0 0 0);
}

.ratings {
    padding-left: 100px
}

.ratings i {
    font-weight: 500;
    font-size: 18px;
    color: #000
}

.rattag {
    font-style: italic
}

.rattag {
    font-size: 14px!important;
    margin-top: 20px;
    display: none
}

ul.banner-check-list>li,a.banner-btn {
    color: #000;
}

.logo img {
    filter: invert(1) brightness(100)
}

.para-lg p {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    letter-spacing: -.3px
}

ul.brand-logo {
    padding-right: 22%!important
}

ul.brand-logo li {
    vertical-align: middle;
    text-align: center
}

ul.brand-logo li a {
    background: #fff
}

ul.brand-logo li a>img {
    mix-blend-mode: luminosity!important
}

ul.brand-logo li a>img:hover {
    mix-blend-mode: normal!important
}

.brandLogoSec {
    padding: 42px 0 0;
    position: relative
}

.brandLogoSec:after {
    content: "";
    background: url(../images/icons/logo-after.png);
    width: 142px;
    height: 76px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.logoBdge {
    position: relative
}

.logoBdge span {
    background-color: #2e2e2e;
    width: 135px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 26px;
    z-index: 999
}

.logoBdge:before {
    content: "";
    clip-path: polygon(0 0,100% 0,calc(100% - 0px) 100%,26px 100%);
    position: absolute;
    bottom: 42px;
    left: -26px;
    background: #000;
    width: 26px;
    height: 26px;
    transform: rotate(90deg)
}

ul.brand-logo {
    padding-right: 0%!important
}

ul.brand-logo li a>img {
    mix-blend-mode: luminosity!important
}

.summer_sale {
    top: -30px;
    position: absolute;
    left: 9rem;
    width: 131px;
    animation: swinging 3.5s ease-in-out forwards infinite;
    transform-origin: 35% 0;
    cursor: pointer;
    z-index: 1
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg)
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(10deg)
    }
}

@keyframes swinging {
    0% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(10deg)
    }
}

@media(max-width: 1500px) {
    .summer_sale {
        width:80px
    }
}

@media(max-width: 991px) {
    .summer_sale {
        display:none
    }
}

.pfimg.logo.flat img,.pfimg.logo.illustrative img {
    margin-top: 0
}

.rattag img {
    width: 30%
}

.brk-img-st img {
    width: 100px;
    margin-left: 15px;
    margin-top: 5px
}
