/* Oswal Fonts */
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-ExtraLight.eot');
    src: url('../fonts/oswald/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-ExtraLight.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-ExtraLight.woff') format('woff'),
        url('../fonts/oswald/Oswald-ExtraLight.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-ExtraLight.svg#Oswald-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Medium.eot');
    src: url('../fonts/oswald/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-Medium.woff') format('woff'),
        url('../fonts/oswald/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-SemiBold.eot');
    src: url('../fonts/oswald/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-SemiBold.woff') format('woff'),
        url('../fonts/oswald/Oswald-SemiBold.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Light.eot');
    src: url('../fonts/oswald/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-Light.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-Light.woff') format('woff'),
        url('../fonts/oswald/Oswald-Light.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-Light.svg#Oswald-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Regular.eot');
    src: url('../fonts/oswald/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-Regular.woff') format('woff'),
        url('../fonts/oswald/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/Oswald-Bold.eot');
    src: url('../fonts/oswald/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/oswald/Oswald-Bold.woff') format('woff'),
        url('../fonts/oswald/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/oswald/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@keyframes zoom {
    0%,
    to {
        transform: scale(1);
    }

    70% {
        transform: scale(1.03);
    }
}

.default_heading h1,
body {
    /*font-family: "Poppins",sans-serif;*/
    font-family: 'Oswald', sans-serif;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

h1,
p {
    color: #141414;
}

h1,
ul {
    margin: 0;
}

h1 {
    font-size: 48px;
}

a,
a:hover {
    transition: all .2s ease-in-out;
    text-decoration: none;
}

ul {
    padding: 0;

    list-style: none;
}

p {
    margin-bottom: 0;

    line-height: auto;
}

.w-auto {
    width: auto !important;
}

.bg_litegrey {
    background: #f2f2f2;
}

.section_pad {
    padding: 60px 0;
}

.default_heading {
    padding-bottom: 30px;
}

.default_heading h1 {
    margin-bottom: 15px;
    font-size: 80px;
    font-weight: 700;
    color: #333;
}

.default_heading p {
    padding-bottom: 25px;

    font-size: 18px;
    font-weight: 400;

    color: #666;
}

.btn-gradient {
    background-image:    -moz-linear-gradient(90deg,#86cd25 0,#d9e021 100%);
    background-image: -webkit-linear-gradient(90deg,#86cd25 0,#d9e021 100%);
    background-image:     -ms-linear-gradient(90deg,#86cd25 0%,#d9e021 100%);
}

.top-header {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;

    width: 100%;
    padding: 0;
}

.top-header:before {
    /*position: absolute;*/
    top: 0;
    right: 60px;
    width: 50%;
    height: 100%;
    content: "";
    background-color: #fff;
    border-radius: 50px;
}

.header-contact {
    padding: 15px;
    background-color: #fff;
    border-radius: 50px;
}

.top-header .navbar-light .navbar-nav .nav-link:first-child {
    border-left: none;
}

.top-header .navbar-light .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;

    font-weight: 600;

    color: #000;
    border-left: 1px solid #ccc;
}

.top-btn {
    width: 160px;
    height: 44px;
    padding: 12px 20px 8px;

    font-size: 14px;
    font-weight: 800;

    text-transform: uppercase;

    border: 0;
    border-radius: 30px;
}

.top-btn a {
    color: #fff;
}

.logo img {
    width: auto;
}

.top-header .navbar-light .navbar-nav .nav-link i {
    padding-right: 7px;

    font-size: 19px;
    font-weight: 600;
}
.ctas {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 0.75rem;
    position: fixed;
    top: 40%;
    right: 0rem;
    transform: translate(80%, -50%);
    z-index: 11111;
}
:is(.cta-single__icon, .cta-single__icon > span) {
    display: flex;
    align-items: center;
}
.cta-single__icon {
    width: 280px;
    color: #ffff;
    background: #d1172a;
    background-size: 200%;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    gap: 0.75rem;
    box-shadow: 0 0 10px 5px #00000020;
    border-radius: 100px 0 0 100px;
    position: relative;
    opacity: 1 !important;
}
.cta-single__icon--form {
    border-radius: 20px 0 0 20px;
}
.cta-single__icon > span {
    width: 60px;
    height: 50px;
    font-size: 1.25rem;
    justify-content: center;
    position: relative;
}
.cta-single__icon > span > img {
    width: 30px;
}
.cta-single__icon > span::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #cdcdcd;
    position: absolute;
    right: 0;
    top: 0;
}
.cta-single__icon--form span::after {
      right: 100%;
}
.cta-single__icon:hover {
    color: #fff;
}
.cta-single__icon--link:hover {
    transform: translateX(-70%);
}
.cta-single {
    position: relative;
}
.cta-formWrapper {
    background: #fff;
    width: 375px;
    padding: 0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    transition: all 300ms ease-in-out;
    border-radius: 25px 25px 0 0;
}
.cta-formWrapper.show {
    transform: translate(-122%, -50%);
}
.cta-single__icon--form.show {
    transform: translateX(-134%);
}
.cta-single__icon--form span {
    color: #fff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    height: 252px;
}
section.banner {
    display: flex;
    /*height: 770px;*/
    height: 870px;
    padding-top: 70px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background: url(../images/custom-logo-bg.webp) left top no-repeat;
    background-position: center center;
    background-size: cover;
    align-items: center;
    background-color: #000000;
}

.slider-text {
    margin-top: 0;
}

.heading_banner,
section.banner {
    position: relative;
}
.slider-text h3 span small.pricing-head {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
}

.slider-text h3 span small.pricing-head sup {
    font-size: 20px;
    top: -68px;
    text-decoration: line-through;
    color: #fff;
    left: -45px;
}
.slider-text h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.slider-text h3 span {
    display: block;
    /* font-weight: 300; */
    color: #f2d119;
}

.slider-text p {
    margin: 15px 10px 15px 0;

    font-size: 16px;
    font-weight: 300;
    line-height: 24px;

    color: #fff;
}

.listing_banner {
    display: flex;
    margin-bottom: 30px;
}

.wrap-btn .chat {
    margin-left: 20px;

    cursor: pointer;
}

.listing_banner ul {
    margin-right: 50px;
}

.listing_banner ul:last-child {
    margin-right: 0;
}

.slider-text ul li {
    padding-top: 8px;

    font-size: 16px;

    color: #fff;
}

.slider-text ul li i {
    padding-right: 15px;
    color: #f2d119;
}

.slide-label {
    /* position: absolute; */
    top: 15px;
    right: 140px;
    width: 139px;
    height: 98px;
    /* background-image: url(../images/label-bg.webp); */
}

.slide-label h3 {
    padding: 0;
    margin: 0;

    font-size: 58px;
    font-weight: 800;
    line-height: 68px;

    text-align: center;

    color: #fff;
}

.slide-label h3 sup {
    top: -26px;
    left: 6px;

    font-size: 27px;
}

.slide-label h3 sub {
    top: 1px;
    left: -18px;

    font-size: 25px;
}

.project-btn,
.project-btn-1 {
    height: auto;
    border: 0;
    border-radius: 0;
}
.chat.project-btn-1 {
    background-image: none;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 20px 40px;
    display: flex;
}
.project-btn-1 {
    /* width: auto; */
    /* position: relative; */
    padding: 20px;
    margin-top: 0;
    /* font-size: 18px; */
    /* font-weight: 500; */
    /* background-color: #fff; */
    background-image: -moz-linear-gradient( 0deg, rgb(242, 5, 97) 0%, rgb(250, 114, 54) 100%);
    /* background-image: -webkit-linear-gradient( 0deg, rgb(197 7 29) 0%, rgb(131 8 31) 100%) !important; */
    background-image: -ms-linear-gradient( 0deg, rgb(242, 5, 97) 0%, rgb(250, 114, 54) 100%);
    /* color: #fff; */
    /* font-size: 18px; */
    /* font-family: "Oswald"; */
    background-image: linear-gradient(to right, #d3071d, #79081f, #b4b4b4, #fff);
    background-size: 300% 100%;
}

.project-btn-1 a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative !important;
}

.project-btn-1 a i {
    padding-left: 21px;

    font-size: 20px;
}

.project-btn {
    width: 100%;
    padding: 12px 22px 12px 24px;
    margin: 0;

    -webkit-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    color: white !important;
    background-image: linear-gradient(to right, #d3071d, #79081f, #b4b4b4, #fff);
    background-size: 300% 100%;

    moz-transition: all .4s ease-in-out;
}

.project-btn,
.project-btn a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase;

    color: #fff;
}

.default_heading.text-white h1,
.default_heading.text-white p,
.project-btn2 a {
    color: #fff;
}

.wrap-btn {
    display: flex;
    align-items: center;
}

.client-logo {
    background-color: #e8e8e8;
}

.slider-logo {
    margin-top: 30px;
}

.banner-contact {
    margin-top: 0;
    text-align: center;
    border-radius: 25px;
    background: #fff;
    position: relative;
    padding: 0px 0 40px;
}

.slider-form {
    padding-right: 0;
    padding-left: 0;
    z-index: 9;
}

/*.banner-contact:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 15px;
    width: 390px;
    height: 416px;
    background: #c9071d;
    border-radius: 15px;
    z-index: -1;
}*/

.form-head {
    position: relative;

    height: 73px;
    padding: 9px 0 6px;

    background: #141414;
}

.form-head:after,
.form-head:before {
    position: absolute;
    top: 0;

    width: 16px;
    height: 73px;

    content: "";

    border: 2px solid #141414;
    border-radius: 0;
    background-color: #141414;
}

.form-head:before {
    left: -9px;
}

.form-head:after {
    right: -9px;
}

.sign-in-htm {
    padding: 0;
}

.chat-box h3,
.sign-in-htm h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #282828;
    /*color: #ffffff;*/
}

.sign-in-htm h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
}

/*.chat-box h3 span, .sign-in-htm h5 span {*/
/*    color: #d1172a !important;*/
/*}*/

.chat-box {
    padding: 18px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #F7A408;
    position: relative;
    padding-top: 40px;
    border-top-right-radius: 25px;
    text-align: center;
    /*background: url(../images/veterans-popup.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.chat-box h3 {
    font-size: 30px;
    font-weight: 400;
}

.chat-box h3 span {
    font-weight: 700;
    color: #3a0378;
}

.form_wrap {
    padding: 25px;
    background-color: #fff;
}

.form-head h2 {
    margin-top: 0;
    margin-bottom: -4px;

    font-size: 16px;

    color: #b2d523;
}

.form-btn,
.form-head p {
    margin-top: 0;

    font-size: 25px;
    font-weight: 900;

    color: #fff;
}

.form_wrap input,
.form_wrap select,
.form_wrap textarea {
    padding-left: 20px;
    color: #1b1b1b;
    border-radius: 0;
    background: #eee;
}

.form_wrap input {
    height: 50px;
    margin-bottom: 20px;
}

.form_wrap select {
    height: 50px!important;
}

.form-btn {
    display: flex;
    width: 100%;
    height: 52px;
    padding: 12px 0 15px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600 !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-transform: uppercase;
    color: white !important;
    border: 0;
    border-radius: 0;
    background-image: linear-gradient(to right, #d3071d, #79081f, #b4b4b4, #fff);
    background-size: 300% 100%;
    align-items: center;
    justify-content: center;
    moz-transition: all .4s ease-in-out;
}

.company-text p,
.signup-text {
    padding: 22px 40px 0;

    font-size: 14px;
    font-weight: 400;

    color: #000;
}

.company {
    padding: 30px 0;

    border-bottom: 1px solid #e1e1e1;
}

.company img {
    max-width: 100%;
}

.company-text h3 {
    margin-top: 10px;

    font-size: 36px;
    font-weight: 600;

    color: #000;
}

.company-text p {
    padding: 0 50px 0 0;
    margin-top: 13px;

    font-size: 17px;
}

.company-logo img {
    width: 100%;
    padding-top: 20px;
}

.main-offer {
    position: relative;
    z-index: 1;

    padding: 9% 0;
}

.main-offer:before {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 90%;
    content: "";
    background-color: red;
    background-image:    -moz-linear-gradient(90deg,#86cd25 0,#d9e021 100%);
    background-image: -webkit-linear-gradient(90deg,#86cd25 0,#d9e021 100%);
    background-image:     -ms-linear-gradient(90deg,#86cd25 0%,#d9e021 100%);
    clip-path: ellipse(54% 46% at 6% 54%);
}

.offer-animations img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.offer-animations {
    position: absolute;
    left: 0;
    width: 40%;
    height: 60%;
}

.offer-animations:before {
    position: absolute;
    top: -47px;
    left: 749px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../../webp-images/dots.html);
    background-repeat: no-repeat;
}

.offer-text h3 {
    padding: 0 45px 0 0;
    font-size: 36px;
    font-weight: 600;
    color: #141414;
}

.offer-text p {
    padding: 15px 97px 25px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #141414;
    border-bottom: 1px solid #ccc;
}

.offer-text ul {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}

.offer-text ul li {
    display: inline-block;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    flex: 0 0 50%;
}

.offer-text ul li i {
    padding-right: 6px;
    font-size: 12px;
    font-weight: 800;
    color: #8ecf25;
}

.header-contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-contact ul li:first-child {
    padding-left: 0;
    flex-direction: column;
}

.header-contact ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.header-contact ul li {
    display: inline-flex;
    padding: 0 20px 0 0;
    vertical-align: middle;
    border-right: 0;
}
header.top-header a.chat.project-btn.btn {
    /* background: transparent; */
    color: #282828 !important;
    background-image: none;
    border: 1px solid #282828;
}
.header-contact ul li a {
    display: block;
}
.header-contact ul li a img {
    width: 25px;
}
.header-contact ul li span,
.phone_no {
    margin-left: 7px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.form-btn:hover,
.header-contact ul li a.project-btn:focus,
.header-contact ul li a.project-btn:hover {
    -webkit-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;

    color: #fff;
    color: rgb(0, 0, 0) !important;
    outline: 0;
    background-image: linear-gradient(to right, #d3071d, #79081f, #b4b4b4, #fff);
    background-position: 100% 0;
    box-shadow: none;

    moz-transition: all .4s ease-in-out;
}

.phone_no > span + span {
    margin-left: 0!important;
}

.header-contact li i {
    position: relative;
    top: 0;
    right: 0;

    color: #999;
}

.project-btn i {
    opacity: 1;
    color: #fff!important;
}

.header-contact li .phone_no {
    display: inline-block;
    margin-left: 0;

    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

    text-align: left;

    color: #333;
}

.header-contact li p span {
    display: inline-block;
    padding-top: 4px;

    font-size: 18px;
    font-weight: 600;

    color: #282828;
}

.header-contact li i.fa.fa-phone {
    transform: rotate(-90deg);
}

.form-group input.error {
    border-color: red!important;
    box-shadow: none;
}

label.error {
    display: none!important;
}

.header-contact .project-btn a i {
    top: 1px;

    color: #fff;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 20px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 13px;

    font-size: 16px;

    color: #000;
}

.intl-tel-input.allow-dropdown .flag-container .selected-flag {
    background-color: transparent;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px;

    font-size: 14px;

    color: #000;
}

.intl-tel-input .country-list .country .dial-code {
    font-size: 16px;

    color: #999;
}

.contact-text .awards .col-lg-3 img {
    padding-top: 15px;
    padding-left: 6px;

    filter: grayscale(100%);
}

.contact-text .awards .col-lg-3:hover img {
    filter: grayscale(0%);
}

.slider-logo-bg img {
    position: absolute;
    top: 80px;
    left: -25px;
}

.packeg-slider {
    overflow: hidden;

    transition: .5s;

    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-radius: 15px;
}

.packageSlider .slick-dots li button:before {
    top: 15px;

    width: 15px;
    height: 15px;

    font-size: 0;

    border-radius: 50%;
    background-color: #000;
}

ul.packeg-detail {
    height: 300px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    overflow-y: scroll;

    list-style: none !important;

    text-align: left !important;
}

ul.packeg-detail::-webkit-scrollbar {
    width: 3px;

    border-radius: 10px;
    background: #e1cdd1;
}

ul.packeg-detail::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: red;
}

.packeg-slider:hover {
    border-color: #c81119;
}

.packeg-slider:hover .packeg-name {
    background-color: #c61118;
}

.packeg-name {
    padding: 20px 0 10px 0;

    transition: .5s;
    text-align: center;

    color: #fff;
    background-color: #000;
}

.packeg-name h2 {
    margin: 0;
    font-family: 'Oswald';
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
}

.inner-packeg {
    padding: 15px;
    background: #ffd200;
}

.packeg-pricing {
    display: flex;

    align-items: center;
    justify-content: center;
}

.packeg-pricing h3.pricing {
    margin-right: 10px;
    font-size: 75px;
    font-weight: 900;
    color: #d1172a !important;
}

.packeg-pricing h3.pricing sup {
    top: -1em;
    font-size: 24px;
    font-weight: 700;
}

.packageSlider h4.discount-price {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    color: #000000;
}

.packageSlider h4.discount-price del {
    text-decoration-color: #d1172a;
}

ul.packeg-detail li {
    position: relative;
    padding-left: 20px;
    /* font-family: "Poppins"; */
    font-size: 18px !important;
    color: #000000;
}

ul.packeg-detail li::before {
    position: absolute;
    top: 0;
    left: 0;

    font-family: "Font Awesome 5 Free";

    content: "\f058";
}

ul.packeg-detail li:not(last-child) {
    margin-bottom: 5px;
}

.packageSlider .botarea-pack {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.packageSlider a.chat {
    padding: 10px 20px;
    font-size: 18px;
    transition: .5s;
    color: #fff;
    border-radius: 30px;
    background-image:    -moz-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
    background-image:     -ms-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
}

.packageSlider a.chat:hover {
    background-image: -webkit-linear-gradient( 90deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
}

.packageSlider a.order-package {
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    background-color: #000;
}

.packageSlider a.order-package:hover {
    background-image:    -moz-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
    background-image:     -ms-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
}

.our-package {
    height: auto;
    padding: 60px 0 20px;

    background-color: #fff;
}

.det-packages .boxpackages:hover .package-detail li:before,
.det-packages .boxpackages:hover .packdetails .botarea-pack .liovechats-bx a h5,
.det-packages .boxpackages:hover .packdetails .package-detail li:before {
    color: #ce151c;
}

.check-circle-list i,
.det-packages .boxpackages:hover .packdetails .botarea-pack .liovechats-bx a span:before {
    color: #6f1f73;
}

.packtitles .fright {
    position: absolute;
    top: 8px;
    right: -15px;

    padding: 4px 10px 3px;

    background-color: #7f7f7f;
}

.our-package .col-lg-4 {
    margin-top: 10px;
    /* margin-bottom: 45px; */
}

.det-packages .boxpackages {
    position: relative;

    float: none;
    width: 100%;
    height: 100%;
    padding: 15px 15px 0;
    margin: 0;
    overflow: hidden;

    transition: all .3s ease-out;

    border: 0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 9px 2px #000;
}

.det-packages .boxpackages .packheads {
    border-bottom: 1px solid #d1d7e3;
}

.det-packages .boxpackages .packheads h3 {
    margin: 0 0 5px;

    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 700;

    color: #111;
}

.det-packages .boxpackages .packheads p {
    padding-bottom: 15px;

    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;

    color: #505050;
}

.det-packages .boxpackages:hover a.btn-orders {
    color: #fff;
    background: #da0619;
}

.boxpackages .packdetails {
    display: flex;
    height: calc(100% - 93px);
    padding: 10px 0 0;
    flex-direction: column;
}

.boxpackages .packdetails .packtitles h3 {
    margin: 0;

    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    font-weight: 600;

    color: #ce151c;
}

.packtitles {
    position: relative;

    display: flex;

    align-items: center;
}

.boxpackages .packdetails .packtitles h3 sup {
    font-size: 24px;
    font-weight: 600;
}

.packdetails .botarea-pack a.btn-orders,
.packdetails .packtitles .fright h4 {
    margin: 0;

    font-size: 14px;
    font-weight: 600;

    color: #fff;
}

.packdetails .packtitles .fright h4 b {
    position: relative;

    display: block;

    font-weight: 600;

    color: #242424;
}

.packdetails .packtitles .fright:before {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 99;

    width: 0;
    height: 0;

    content: "";
    transform: rotate(180deg);

    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 18px solid #7f7f7f;
    background-color: transparent;
}

.packdetails .packtitles .fright h4 span.cutprice {
    display: block;

    font-size: 23px;

    text-decoration: line-through;

    color: #fff;
}

.packdetails .package-detail {
    height: 100%;
    padding: 15px 20px;
    margin-top: 10px;

    border: 1px solid #ccc;
    background-color: #f3f3f3;
}

.packdetails .package-detail li {
    position: relative;

    padding: 5px 0 5px 25px;

    font-size: 14px;

    color: #455164;
}

.package-detail h3 {
    padding: 15px 0;
    margin-bottom: 0;

    font-size: 22px;
    font-weight: 700;

    color: #000;
}

.packdetails .package-detail li ul li {
    padding: 0;

    font-size: 13px;

    color: #fff;
}

.packdetails .package-detail li ul li:before,
.packdetails .package-detail li.last:after {
    display: none;
}

.packdetails .package-detail li:before {
    position: absolute;
    top: 7px;
    left: 0;

    display: inline-block;

    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;

    content: "\f00c";

    color: #ce151c;
}

.packdetails .package-detail li.haschildren .child-tooltip {
    position: absolute;
    top: 7px;
    right: 0;

    color: #ce151c;
}

.packdetails .package-detail li.haschildren .child-tooltip:before {
    display: inline-block;

    font: 14px/1 FontAwesome;
    font-weight: 900;
}

.packdetails .package-detail li.haschildren ul {
    position: absolute;
    right: 0;
    z-index: 9;

    display: none;
    width: 220px;
    padding: 10px;
    overflow: hidden;

    opacity: .8;
    color: #fff;
    border-radius: 4px;
    background: #000;
}

.packdetails .botarea-pack {
    display: flex;
    float: none;
    width: 100%;
    padding: 15px 0 0;

    align-self: flex-end;
    justify-content: space-between;
}

.packdetails .botarea-pack a.btn-orders {
    display: inline-block;
    float: none;
    padding: 10px 16px 10px 17px;

    transition: all .3s ease-out;
    text-transform: uppercase;

    border: 1px solid #ce151c;
    border-radius: 30px;
    background-color: #ce151c;
}

.packdetails .botarea-pack a.btn-orders i {
    padding-left: 35px;
}

.packdetails .botarea-pack .liovechats-bx {
    float: none;
    padding-left: 0;
    margin-top: 0;
}

.packdetails .botarea-pack .liovechats-bx a span {
    position: relative;

    font-size: 10px;

    color: #242424;
}

.packdetails .botarea-pack .liovechats-bx a span:before {
    position: absolute;
    top: -4px;
    right: -25px;

    font: 14px/1 FontAwesome;
    font-size: 16px;
    font-weight: 900;

    color: #ce151c;
}

.packdetails .botarea-pack .liovechats-bx a h5 {
    margin: 0;

    font-size: 16px;
    font-weight: 700;

    color: #111;
}

.det-packages .boxpackages:hover {
    transform: scale(1.07);
}

.det-packages .boxpackages.active .botarea-pack a.btn-orders:hover {
    color: #ce151c;
    background: #fff;
}

.det-packages .toptabs1 li a {
    border: 1px solid #a8a8a8;
}

.det-packages .boxpackages.active:before {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;

    width: 95px;
    height: 95px;

    content: "";
}

.det-packages.visible .boxpackages.active:before {
    background: url(../img/sprites.html) no-repeat;
    background-position: -897px -452px;
}

.packageFooter {
    padding: 8px 0;
    margin-top: 15px;

    font-size: 14px;

    background: #ffd200;
}

.packageFooter p {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 5px;
    margin: 5px 0;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 5px;
    background-image:    -moz-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
    background-image:     -ms-linear-gradient( 90deg, rgb(179,7,14) 0%, rgb(215,25,33) 100%);
}
.packageFooter p img {
    width: 25px;
}
.packageFooter p a {
    font-weight: 600;

    text-decoration: none;

    color: inherit;
}

.det-packages .boxpackages:hover .packtitles .fright {
    background: #da0619;
}

.det-packages .boxpackages:hover .packtitles .fright:before {
    border-left-color: #da0619;
}

.det-packages .boxpackages:hover .packageFooter p {
    color: #333;
}

.brand-logo {
    max-width: 100%;
}

.brand-logo img {
    max-width: 200px;
}

ul.nav.nav-tabs-port {
    border-radius: 55px;
    padding: 0px 0% !important;
    width: 80%;
    margin: auto;
    border: 2px solid #000 !important;
}

ul.nav.nav-tabs-port li:first-child a {
    padding-left: 40px !important;
}

ul.nav.nav-tabs-port li:last-child a {
    padding-right: 40px !important;
}

ul.nav.nav-tabs-port li a.active {
    padding: 15px 40px !important;
    color: #fff !important;
    background-image: linear-gradient(to right top, #ce071d, #ba0420, #a50421, #910620, #7d081f);
}

ul.nav.nav-tabs-port li a {
    font-size: 16px !important;
    position: relative !important;
    padding: 15px 0px !important;
    width: fit-content !important;
    font-family: poppins;
    display: inline-block;
    color: #000000 !important;
    border-radius: 60px !important;
    font-weight: 400 !important;
}



.portfolio-image {
    gap: 15px;
}

.portfolio-image .portfolio-item {
    position: relative;
}

.portfolio-image .portfolio-item .banner-img-change {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
}

.portfolio-image .portfolio-item .banner-img-change.active{
    opacity: 1;
}

.portfoliowrp .port-box ul {
    display: flex;
    margin: 0;
    text-align: center; 
    flex-wrap: wrap !important;
}

.portfoliowrp .port-box ul li {
    display: inline-block;
    padding: 5px;
    width: 100%;
    height: 65vh;
    margin: 0 4px;
    overflow: hidden;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    /* border-radius: 20px; */
    background-size: cover;
    box-shadow: -1px -2px 15px 10px rgb(0 0 0/16%);
    border-radius: 10px;
}

.portfoliowrp .port-box ul a {
    padding: 5px;

    flex: 0 0 25%;
}

/* .border-box-effect .icon {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;

    margin: auto;

    transition: all ease .8s;
    text-align: center;

    opacity: 0;
}

.border-box-effect:hover .icon {
    transition: all ease .8s;

    opacity: 1;
}

.border-box-effect .icon i {
    font-size: 50px;

    color: #e80101;
}
 */

.portfoliowrp .port-box ul li:hover {
    transform: scale(1.1);
}

.portfoliowrp .port-box ul li img {
    width: 340px;
    height: 310px;

    border-radius: 15px;

    object-fit: cover;
}

.portfoliowrp .btnwrp {
    display: block;
    padding: 50px 0 0;

    text-align: center;
}

.border-box-effect {
    position: relative;
}

.border-box-effect:hover:before,
.border-box-effect:hover:after {
    -webkit-transform: scale(1);
}

.border-box-effect:before,
.border-box-effect:after {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 3;
    z-index: 1;

    width: calc(100% - 40px);
    height: calc(100% - 30px);

    content: "";
    -webkit-transition: .5s;
       -moz-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

.border-box-effect:before {
    -webkit-transform-origin: 0 100%;

    border-bottom: 3px solid #e80101;
    border-left: 3px solid #e80101;
}

.border-box-effect:hover:before,
.border-box-effect:hover:after {
    -webkit-transform: scale(1);
}

.border-box-effect:before,
.border-box-effect:after {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 3;
    z-index: 1;

    width: calc(100% - 40px);
    height: calc(100% - 30px);

    content: "";
    -webkit-transition: .5s;
       -moz-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

.border-box-effect:after {
    -webkit-transform-origin: 100% 0;

    border-top: 3px solid #e80101;
    border-right: 3px solid #e80101;
}

li.hk_web_height.lazy.tabs-web-dsgn:hover {
    transition: 3s!important;
    transform: none;

    background-position: 100%;
}

.main-copyright {
    padding: 36px 0;

    background-color: #000;
}

.copyright-text {
    padding-top: 11px;
}

.copyright-text h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;

    color: #ffff;
}

.copyright-text ul {
    padding-top: 8px;
}

.copyright-text ul li {
    display: inline-block;
    padding: 0 6px;

    border-left: 1px solid #333;
}

.copyright-text ul li:first-child {
    padding: 0;

    border-left: none;
}

.copyright-text ul li a {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;

    color: #fff;
}

.copyright-img img,
.rightbox ul li img {
    width: 100%;
}

.main-disclaimer {
    padding: 22px 0;

    background-color: #ce151c;
}

.disclaimer-text h3,
.disclaimer-text p {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: #fff;
}

.disclaimer-text p {
    font-weight: 400;

    color: #ccc;
}

.zoom {
    animation: zoom 2s infinite;
}

.zoom:hover {
    animation: none;
}

.logo-types ul.nav-tabs {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;

    text-align: center;

    border: 0;

    justify-content: center;
}

.logo-types ul.nav-tabs li {
    position: relative;
    z-index: 3;

    display: inline-block;
    float: none;
    width: 180px;
    margin: 0 6px;

    border-radius: 5px;
    background: #f8f8f8;
}

section.logo-types ul.nav-tabs li a {
    position: relative;
    z-index: 1;

    display: block;
    padding: 0 20px 20px;
    margin: 0;

    font-size: 16px;
    font-weight: 600;
    line-height: 18px;

    -webkit-transition: all .2s ease-in;
       -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
         -o-transition: all .2s ease-in;
            transition: all .1s ease-in;
    text-align: left;
    text-transform: uppercase;

    color: #000;
}

section.logo-types ul.nav-tabs li a:hover,
section.logo-types ul.nav-tabs li.active a {
    color: #fff;
    border-color: transparent;
    border-radius: 5px;
    background: #ce151c;
    box-shadow: #867c7c75 0 0 25px;
}

section.logo-types ul.nav-tabs li a i {
    position: relative;
    top: 20px;
    left: 0;

    display: block;
    min-height: 110px;
    padding-bottom: 0;

    text-align: center;
}

section.logo-types ul.nav-tabs li a span {
    display: block;

    font-size: 12px;
}

.rightbox:before,
section.logo-types ul.nav-tabs li a:after {
    position: absolute;

    width: 30px;
    height: 30px;

    content: "";
    -webkit-transition: all .1s ease-in;
       -moz-transition: all .1s ease-in;
        -ms-transition: all .1s ease-in;
         -o-transition: all .1s ease-in;
            transition: all .1s ease-in;
}

section.logo-types ul.nav-tabs li a:after {
    bottom: -20px;
    left: 50%;
    z-index: -8;

    margin-left: -15px;

    opacity: 0;
    background: #ce151c;

    clip-path: polygon(55% 80%,-10% 0,110% 20%);
}

section.logo-types ul.nav-tabs li a:hover:after,
section.logo-types ul.nav-tabs li.active a:after {
    opacity: 1;

    filter: alpha(opacity=50);
}

section.logo-types .tab-content {
    padding: 0;

    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: #716d6d1f 0 0 15px;
}

section.logo-types .tab-pane.active {
    display: flex;
    min-height: 325px;

    background-color: #8e8787;
}

section.logo-types .leftbox {
    display: flex;
    width: 51%;
    height: inherit;
    padding: 38px 35px;
    flex-direction: column;

    background-color: #fff;

    align-items: flex-start;
    justify-content: center;
}

section.logo-types .tab-content h3 {
    margin: 0 0 20px;

    font-size: 26px;
    font-weight: 600;

    text-transform: uppercase;

    color: #000;
}

section.logo-types .tab-content p {
    margin-bottom: 20px;

    font-size: 15px;
    font-weight: 500;
    line-height: 27px;

    color: #878787;
}

section.logo-types .tab-content a.tab-btn {
    display: inline-block;
    padding: 12px 30px;

    font-size: 14px;
    font-weight: 600;

    transition: all .2s ease-in-out;
    text-transform: uppercase;

    color: #fff;
    border-radius: 50px;
    background: #ce151c;
}

section.logo-types .rightbox {
    position: relative;
    z-index: 1;

    display: flex;
    width: 49%;
    height: inherit;
    padding: 50px 45px;

    text-align: center;

    background-color: #8e8787;

    align-items: center;
    justify-content: center;
}

.rightbox:before {
    top: 50%;
    left: -23px;
    z-index: -1;

    margin-left: 0;

    transform: translateY(-50%) rotate(80deg);

    opacity: 1;
    background: #8e8787;

    clip-path: polygon(45% 80%,-10% 0,110% 20%);
}

.rightbox ul li {
    display: inline-block;
    width: 32%;
    margin-bottom: 4px;
}

.form-control.error {
    border-color: red!important;
}

.cta {
    padding: 60px 0;
}

.cta.visible {
    background: url(../images/cta-bg.webp)no-repeat;
    background-size: cover!important;
    text-align: center;
    padding: 20px 0 120px;
}
.cta.visible .lbn-btns a.thm-btn {
    border: 1px solid #ffd200;
    border-radius: 0;
    margin-right: 20px;
    padding: 10px !important;
    background: #ffd200;
    color: #333;
    font-size: 22px;
    min-width: 200px;
    min-height: auto;
}
.cta-formWrapper .sign-in-htm h5 {
    font-size: 40px;
}

.cta-formWrapper .chat-box h3 {
    font-size: 25px;
}
.cta.visible .lbn-btns {
    margin-top: 15px;
}

.cta.visible .lbn-btns a.thm-btn.open_chat_btn {
    background: transparent;
    color: #fff;
}

.cta h1 small.pricing-head {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
}

.cta h1 small.pricing-head sup {
    font-size: 20px;
    top: -50px;
    text-decoration: line-through;
    color: #ffd200;
    left: -15px;
}
.cta h1 {
    /* max-width: 340px; */
    margin: 10px 0 0;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 90px;
}

.cta .price,
.cta h1 strong {
    font-weight: 700;

    color: #ffc30e;
}

.cta .price {
    position: relative;
    padding: 7px 15px;
    margin-bottom: 15px;
    margin-left: auto;
    /* font-size: 41px; */
    line-height: 44px;
    /* color: #ce151c; */
    /* background: #fff; */
}

.cta .price:after {
    position: absolute;
    top: 100%;
    left: 10px;

    content: "";

    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
}

.cta .btn-white {
    padding: .75rem 1.5rem;
}

.cta a {
    font-size: 21px;

    text-decoration: none;

    color: #fff;
}

.setApart .card:hover * {
    color: #fff !important;
    opacity: 1;
}
.setApart .card:hover .set-header img {
    filter: brightness(0) invert(1);
}
.counter-item .counter-number {
    font-size: 100px;
    color: #ffffff;
    letter-spacing: -3px;
    line-height: .9;
    margin-bottom: 0;
    font-weight: 500;
}

p.counter-text {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
}
.setApart .card {
    height: calc(100% - 30px);
    padding: 30px 20px;
    margin: 15px 0;

    cursor: pointer;
    transition: .3s all linear;
    text-align: center;

    border: 0;
    border-radius: 0;
}

.set-header img {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: 30%;
}

.set-header h4 {
    margin: 0;

    font-size: 24px;

    color: #333;
}

.set-header h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #d1172a;
}

.set-body p {
    margin: 0;

    font-size: 13px;
}

.setApart .card:hover {
    background-color: #ce151c !important;
    box-shadow: 0 0 14px 3px rgba(0,0,0,.1);
}

.testimonial.visible {
    /*background: url(../images/testimonial-bg.webp)no-repeat;*/
    /*background-size: cover;*/
    /* background-image: linear-gradient(to right, #d3071d, #79081f); */
    background-color: #d3071d;
}

.default_heading h1 small {
    display: block;

    font-size: 24px;

    text-transform: uppercase;
}

.testimonial .default_heading {
    padding-right: 20px;
}

.testimonial .default_heading .btn {
    padding: .75rem 1.5rem;
    border-radius: 0;
}

.testimonialSlider {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;
}

.testimonialSlider li {
    padding: 0 15px;

    text-align: center;
}

.testimonialSlider li .quotedBy {
    position: relative;
    /* padding: 60px 40px 30px 40px; */
    border: 7px solid #fff;
    text-align: left;
    border-radius: 45px;
    z-index: 2;
    margin: 30px 0;
}

.testimonialSlider li .quotedBy:after,
.text-sec .quote:after {
    /* position: absolute; */
    /* top: 100%; */
    /* right: 0; */
    /* width: 0; */
    /* height: 0; */
    /* content: ""; */
}
.testimonialSlider li .quotedBy:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -15px;
    background: url(../images/quote.webp) no-repeat;
    background-size: contain;
    background-repeat: no-repeat !important;
    width: 130px;
    height: 80px;
    transform: rotate(180deg);
    background-color: #d3071d;
    background-position: 34px 15px;
}


.testimonialSlider li .quotedBy:after {content: "";position: absolute;right: -25px;bottom: -20px;    background: url(../images/quote.webp) no-repeat;;background-size: 60%;width: 126px;height: 100px;background-position: 34px 19px;background-color: #d3071d;}

.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
}
.round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
}
.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}
.round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #fff;
    border-radius: 30px;
    z-index: 1;
}

.testimonialSlider li .quotedBy p {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 15px;
    padding: 60px 40px 0 40px;
    font-weight: 500;
}

.testimonialSlider li .quotedBy h5 {
    margin: 15px 0 0;
    font-size: 16px;
    color: #fff;
}

.testimonialSlider li .quotedBy h5 span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #ffd200;
}

.text-with-image {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0px 40px 40px 40px;
}

.text-with-image img {

margin-right: 25px;

border-radius: 150px;

border: 4px solid #e0e0e0;

width: 81px !important;

height: 81px
 !important;

box-shadow: 0 4px 10px rgb(0 0 0 / 20%);

}

.slick-initialized .slick-slide {
    outline: 0;
}

.testimonialSlider .slick-arrow {
    position: absolute;
    top: calc(40% - 20px);

    width: auto;
    padding: 0;

    border: 0;
    background: 0 0;
}

.testimonialSlider .slick-arrow.slick-button-next {
    right: unset;
    left: calc(100% + 13px);

    display: flex!important;
}

.testimonialSlider .slick-arrow.slick-button-prev {
    right: 100%;
    left: unset;

    display: flex!important;

    transform: rotate(180deg);
}

.testimonialSlider .slick-arrow .arrow {
    width: 26px;
    height: 26px;
}

.testimonial.visible .testimonialSlider .slick-arrow .arrow {
    background: url(../../webp-images/arrow.html)no-repeat;
}

.pg {
    padding: 60px 0;
}
.portfolio-item {
    /* flex-wrap: wrap; */
    /*    flex: 0 0 25% !important;*/
    flex: 0 0 18.888% !important;
    /* padding: 10px; */
}

.portfolio-image {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
}



.portfolio-image img {
    max-width: 100%;
}
.outsideContainer,
.select-pack.bg-secondary.ptpx-30.pbpx-70 {
    position: relative;
}

.outsideBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.outsideBox .container-fluid,
.outsideBox .container-fluid .row {
    height: 100%;
}

.outsideBox img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.text-sec {
    position: relative;

    padding: 85px 80px 60px 0;

    color: #fff;
}

.text-sec a,
.text-sec p {
    margin: 0 0 30px;

    font-size: 18px;
    font-weight: 600;

    color: inherit;
}

.text-sec a {
    display: block;
    margin: 0 0 10px;

    font-size: 24px;

    text-decoration: none;
}

.text-sec .btn-white {
    padding: .75rem 1.5rem;
    margin-top: 30px;
    border-radius: 0;
    background: #fff;
}

.btn-white strong {
    margin-right: 4px;
    font-weight: 600;
    color: #ce151c;
}

.text-sec .btn-white:hover {
    background: #fff;
    color: #212529;
}

.btn-tup {
    text-transform: uppercase;
}

.btn-round {
    /* border-radius: 100px; */
}

.text-sec .quote {
    position: absolute;
    top: -60px;

    max-width: 280px;
    padding: 0 25px 5px;

    color: #333;
    background: #fff;
}

.text-sec .quote p {
    margin: 0;

    font-size: 35px;
}

.text-sec .quote:after {
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
}

.outsideContainer form .form-control {
    height: 3rem;
    padding: .375rem 1.75rem;
    border-radius: 0;
}

.outsideContainer form .btn-red {
    padding: .5rem;

    line-height: 1.75;
}

.btn-red {
    font-size: 18px;
    font-weight: 700;

    color: #fff;
    border-color: #ce151c;
    background: #ce151c;
}

.grid {
    width: 100%;
}

.grid:after {
    display: block;
    clear: both;

    content: "";
}

.grid-item,
.grid-sizer {
    width: 16.66%;
}

.grid-item,
.grid-item.item2x {
    height: auto;

    font-size: 0;
}

.grid-item.item2x {
    width: 33.32%;
}

.grid-item img {
    max-width: 100%;
}

.modal .modal-content {
    border-radius: 25px;
}

.modal .modal-content .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0px;
    font-weight: 500;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    background: #000;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.modal .modal-content .close span {
    font-size: 40px;
    line-height: 1;
}

.package-new .select-pack::before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 150px;
    height: 150px;

    content: "";
}

.det-packages.visible .bg-secondary:before,
.det-packages.visible .package-new .select-pack::before {
    background: url(../../webp-images/limiteds.html);
}

.package-new ul li:last-child {
    border-bottom: 1px solid #19212c;
}

.package-new ul li {
    position: relative;

    padding: 7px 0 7px 0;

    font-size: 14px;

    text-transform: capitalize;

    color: #c1c1c1;
    border-bottom: 1px solid #19212c;
}

.package-new ul li::before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;
    width: 12px;
    height: 12px;

    content: "";
}

.btn-new-primary {
    position: relative;

    display: inline-block;
    padding: 12px 35px 12px 50px;

    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;

    text-transform: uppercase;

    color: #fff;
    border: 1px solid #ce151c;
    border-radius: 4px;
    background: #4174fc;
    background:    -moz-linear-gradient(top,#4174fc 1%,#3966de 100%);
    background: -webkit-linear-gradient(top,#4174fc 1%,#3966de 100%);
    background:         linear-gradient(to bottom,#4174fc 1%,#3966de 100%);

    filter: progid:dximagetransform.Microsoft.gradient( startColorstr="#4174fc", endColorstr="#3966de", GradientType=0);
}

.btn__fix-width {
    min-width: 240px;
}

.btn-new-primary:hover {
    color: #ce151c;
    background: #fff;
}

.btn-new-primary:hover:before {
    color: #ce151c;
}

.bg-secondary {
    padding: 100px 20px 30px;

    background: #0c1623!important;
}

.ta-center {
    margin-bottom: 30px;

    text-align: center;

    color: #fff;
}

.ta-center h3 strong,
h1.fc-red,
h3.ta-center strong {
    color: #fb2224;
}

.pl-10 h6 {
    font-size: 30px;

    color: #fff;
}

.package-new {
    padding: 60px 0;
}

h1.fc-red {
    margin-bottom: 7px;

    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 42px;

    letter-spacing: -2px;
}

h1.fc-red span {
    position: relative;
    top: -17px;

    font-size: 44px;
    font-weight: 400;
}

.ult-cut-prc {
    position: relative;

    margin-top: 1px;

    font-size: 30px!important;
    font-weight: 300;

    letter-spacing: -1px;

    color: #2c3746!important;
}

.ult-cut-prc:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 103px;
    height: 2px;
    margin: auto;

    content: "";

    background-color: #2c3746;
}

.btn-new-secondary a,
.final a.btn-new-secondary {
    display: inline-block;
    width: auto!important;

    color: #fff!important;
    background: #ce151c;
}

.final a.btn-new-secondary {
    padding: 12px 25px!important;
    margin-top: 5px;

    border: 0;
}

.final figure img {
    width: 97%;
}

.has-pad figure img {
    display: table;
    width: 70%;
    margin: 39px auto 0!important;
}

.w-63 {
    text-align: center;
}

.default_heading h3,
.ta-center h3 {
    color: #333;
}

.default_heading h1 strong {
    color: #d1172a;
    font-size: 90px;
    line-height: 80px;
}

.btn-new-secondary a {
    padding: 7px 25px;
    margin-top: 25px;

    font-size: 14px;

    border: 1px solid #ce151c;
    border-radius: 50px;
}

.bottom-package .has-pad figure img {
    display: table;
    width: 50%;
    margin: 0 auto!important;
}

.bottom-package {
    margin-top: 35px;
}

.height-set {
    min-height: 575px;
}

.height-set .btn-new-secondary a {
    margin-top: 65px;
}

.bg-secondary:before {
    position: absolute;
    top: 0;
    left: 15px;

    display: block;
    width: 150px;
    height: 150px;

    content: "";
}

.btn-new-secondary a:hover {
    color: #ce151c!important;
    border: 1px solid #ce151c;
    background-color: #fff;
}

.ul-align ul {
    float: left;
    width: 43%;
    margin: 0;
}

.ul-align ul:last-child {
    margin: 15px;
}

.ul-align ul.spc {
    margin-left: 25px;
}

.has-pad figure {
    position: relative;
    left: -40px;

    display: flex;

    align-items: center;
}

.final img.m-auto {
    position: relative;
    top: -25px;

    width: 70%;

    transform: rotate(-16deg);
}

.bottom-package .has-pad {
    margin-top: -40px;
}

.has-pad figure img:first-child {
    width: 56%;
}

.has-pad figure.fig-align {
    top: -20px;
    left: 25px;
}

.top-packages .final img.m-auto {
    position: relative;
    top: -68px;

    width: 85%;

    transform: rotate(-16deg);
}

.top-packages figure.fig-align {
    margin-top: -35px;
}

/*#desktop-porta {
    display: none !important;
}*/

#portfolio-slider {
    display: block !important;
}
p.best-se-a {
    color: #fff !important;
    background-color: #bd1e2c !important;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    FONT-WEIGHT: 500;
    width: 92%;
    margin: auto;
    border-radius: 20px 20px 0 0;
}
p.best-se-a i{font-size:75%; color:#ffd200;}
p.add-on-a {
    color: #000 !important;
    font-weight: bold;
    font-size: 1rem;
}
.packageSlider .slick-track {
    padding-top: 2.5rem !important;
}
.has-b-a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
img.best-img {
    position: absolute;
    width: 100px !important;
    left: 0;
    top: 2px;
}
.pricing-sec .owl-carousel .item {
    padding-left: 15px;
}
@media (min-width: 992px) {
/*    #desktop-porta {
        display: block !important;
    }*/
/*    #portfolio-slider {
        display: none !important;
    }*/
}

@media (max-width: 991px) {
    .portfoliowrp .port-box ul a {
        padding: 5px;

        flex: 0 0 50%;
    }
header.top-header .Web img {
    margin-right: auto !important;
    display: table;
    width: 100px;
}
div#portfolio-slider .port-box ul {
    flex-direction: column;
    width: 50%;
    margin: auto;
}
}

@media (max-width: 690px) {
div#portfolio-slider .port-box ul {
    width: 70%;
}
.portfoliowrp .port-box ul {
     display: block;
}
}

@media only screen and (max-width: 580px) {
section.portfoliowrp ul#tab-links {
    max-width: 400px !important;
}
}

@media (max-width: 480px) {
    .portfoliowrp .port-box ul a {
        padding: 5px;

        flex: 0 0 100%;
    }
    .top-header {
        padding-left: 0 !important;
    }
}

@media (max-width: 414px) {
.chat.project-btn-1 {
    padding: 20px 25px;
}
.project-btn-1 {
    padding: 20px 15px;
}
div#portfolio-slider .port-box ul {
    width: 100%;
}
}

@media (max-width: 375px) {
    section#banner {
        padding-top: 75px;
    }
}
 
 /*====================combosection css=========*/
  .lpbann-two {
            background-image: url(assets/images/new-banners/website/banner.webp);
            padding-bottom: 0px;
        }
        .an-custom-container {
    max-width: 1500px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}
.thm-btn.mini-btn {
    padding: 1.1rem 2.8125rem;
}
.lbn-btns a {
    font-weight: 600;
}
.lbn-btns a {
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    min-height: 70px;
    border-radius: 6px;
}
        .trust-ban {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 50px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    margin-top: 70px;
}
.trust-ban p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
  .trust-mn p{
  font-size: 16px;
  }
.trust-ban ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px;
}
.lpbann-three .an-custom-container {
    margin-bottom: 0px;
    margin-top: 40px;
}

.lpbann-two .lbn-btns a+a {
    color: white;
}
.lpbann-two .an-custom-container {
    margin-bottom: 0px;
}
.banner-animation {
    position: absolute;
    bottom: -290px;
    right: -210px;
    width: 1400px;
    height: 100%;
    overflow: hidden;
}

.banner-animation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    z-index: -1;
    transform: rotate(-45deg);
}

.banner-animation .item {
    height: auto;
}

.banner-animation .item:nth-child(1) {
    margin-left: 205px;
}

.banner-animation .item:nth-child(2) {
    margin-right: 250px;
}

.mainbanner-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-animation .item:last-child {
    margin-left: auto;
    margin-right: 240px;
}

.mainbanner-sec::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 180px;
    left: 0px;
    background: linear-gradient(359deg, #5d2787 10%, transparent 79%);
}
.banner-animation .item {
    position: relative;
}

.banner-animation .item .banner-img-change {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
}

.banner-animation .item .banner-img-change.active{
    opacity: 1;
}
  .seris-mn h5 {
    display: inline-block;
}
.iti {
    width: 100%;
    margin-bottom: 1.25rem;
}
.iti__flag-box, .iti__country-name {
    color: #000;
    font-size: small;
}
.iti__dial-code {
    color: #000;
    font-size: small;
}
.phone-error{
    display: none;
}
  @media (max-width: 1445px){
  .lbn-btns a {
    min-width: 220px;
}
.cta.visible {
    background-position: center center;
}
  }
@media (max-width: 991.98px) {
    
  .trust-ban {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 10px;
}
  
  .trusted-sec {
    padding: 50px 0px;
}
  .banner-animation {
    display: none;
}
.lpbann-two {background: #a382dd;}
}


.trust-ban {
    margin-top: 10px;
    margin-bottom: 10px;
}   
.update-combo-sec {
    /*background: url(../images/update-ban.webp) no-repeat;*/
    background: url(../images/Backgorund.webp) no-repeat;
    background-size: cover;
    /* min-height: 1080px; */
    padding: 90px 0px;
}
.review-mn{
   padding-bottom:0px !important;
}
.inner-combb h1 {
    color: #d1172a;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 90px;
    margin: 20px 0px;
    font-weight: 700;
    font-style: italic;
}
.inner-combb h1 span {
    color: #ffd200;
    position: relative;
    padding-right: 170px;
}
.inner-combb h1 span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 140px;
    height: 10px;
    background-color: #ffd200;
    top: 10px;
    bottom: 0;
    margin: auto;
}
.inner-combb h5 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.inner-combb img{
    margin-bottom: 20px;
}
.inner-combb p {
    font-size: 18px;
    font-weight: 500;
    color: white;
    padding-bottom: 40px;
}
.inner-combb ul h6 {
    color: white;
    font-size: 18px;
}
.inner-combb ul li {
    color: white;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.inner-combb ul li img {
    flex: 0 0 15px;
    margin-right: 10px;
}
.inner-combb .valueadded {
    padding-top: 40px;
}
.inner-combb .Websitess {
    padding-top: 10px;
}
.inner-chevr {
    border: 1px solid #ffd200;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: -12px;
}
.inner-chevr h3 {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
}
.inner-chevr h3 span {
    font-size: 30px;
    color: #ffd200;
    font-weight: 700;
    display: block;
}
.pricee-cher strong {
    color: white;
    font-size: 48px;
    font-weight: 900;
    text-decoration: line-through;
}
.pricee-cher .cut-price{
    display: flex;
    align-items: baseline;
    text-align: end;
    justify-content: end;
    position: relative;
}
.pricee-cher .cut-price small {
    font-size: 24px;
    font-weight: 800;
    color: white;
}
.inner-combb .lbn-btns .open_package_model {
    background: #ffd200;
    color: black;
}
.inner-combb .lbn-btns a {
    width: 250px;
    min-height: 60px;
    background: #ffd200;
    color: black;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    border-radius: 0;
}
.inner-combb .lbn-btns .open_chat_btn {
    background: #d1172a;
    color: white;
    border-color: #d1172a;
}
.contct-inf {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    padding-top: 40px;
}
.contct-inf a {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.inner-combb .lbn-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contct-inf a:hover {
    color: #ce151c;
}


@media only screen and (max-width: 1750px) {
.inner-chevr h3 span {
    font-size: 25px;
}
.inner-chevr h3 {
    font-size: 32px;
}
.pricee-cher img {
    max-width: 70%;
}
.contct-inf a {
    font-size: 26px;
}
}

@media only screen and (max-width: 1600px) {
 .pricee-cher strong {
    font-size: 40px;
 
}
.inner-combb h5 {
    font-size: 20px;
}
}

@media only screen and (max-width: 1445px) {
.pricee-cher strong {
    font-size: 30px;
}
.inner-chevr {
    padding: 30px 20px;
}
.inner-chevr h3 {
    font-size: 28px;
}
.inner-chevr h3 span {
    font-size: 20px;
}
.pricee-cher img {
    max-width: 80%;
}
.inner-chevr h3 {
    font-size: 25px;
}
.contct-inf a {
    font-size: 20px;
}
}

@media only screen and (max-width: 1366px) {
    .inner-combb h5 {
    font-size: 17px;
}
.inner-combb p {
    font-size: 16px;
    padding-bottom: 20px;
}
.inner-combb ul li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: inherit;
}
}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 1025px) {
    div#portfolio-images-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 1025px) {
    div#portfolio-images-desktop {
        display: none !important;
    }
 section.portfoliowrp ul#tab-links {
        width: 550px !important;
        overflow-x: scroll !important;
        padding: 5px !important;
        background-color: #00000000;
        white-space: nowrap !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        margin: auto;
        justify-content: space-between !important;
        border-radius: 0;
    }
    ul.nav.nav-tabs-port li a.active {
        padding: 10px 20px !important;
    }
    ul.nav.nav-tabs-port li a {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
.price-sd{
        display: none;
}
.inner-chevr {
    justify-content: space-between;
}
.cta.visible {
    background-color: #d1172a !important;
}
.contct-inf {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
}
.inner-combb .lbn-btns {
justify-content: center;
}
.update-combo-sec {
    padding: 60px 0px;
}
.inner-combb ul h6 {
 font-size: 16px;
    text-align: initial;
}
.inner-combb {
    text-align: center;
}
.pricee-cher .cut-price small {
    font-size: 18px;
}
.pricee-cher strong {
    font-size: 20px;
}
.pricee-cher {
    text-align: end;
}
.inner-chevr {
    padding: 20px 20px;
}
.inner-combb .valueadded {
    padding-top: 0px;
}
.inner-combb .Websitess {
    padding-top: 0px;
}
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 767px) {
    .inner-chevr h3 span {
        font-size: 18px;
    }
    .inner-chevr h3 {
        font-size: 20px;
    }
    .inner-combb p {
        font-size: 14px;
      
    }
    .inner-combb h5 {
        font-size: 14px;
    }
    .contct-inf {

        gap: 10px;
      
    }
    .inner-combb .lbn-btns {

        gap: 10px;
    }
    .update-combo-sec {
        padding: 40px 0px;
    }

    .silder-bg, section.banner {
        background: #670005;
    }
    .slider-text h3 span small.pricing-head {
        font-size: 60px;
        line-height: 50px;
    }
    .slider-text h3 span small.pricing-head sup {
        display: none;
    }
    .cta h1 small.pricing-head sup {
        display: none;
    }
    .outsideBox {
        display: block !important;
    }
    .text-sec .quote p {
        color: #000000 !important;
    }
    .text-sec a, .text-sec p {
        color: #ffffff !important;
    }
    .footer-fold h1, .footer-fold p {
        color: #ffffff;   
    }
    .testimonialSlider li .quotedBy p {
        font-size: 16px;
    }
    .text-with-image img {
        width: 40px !important;
        height: 40px !important;
    }
    .testimonialSlider li .quotedBy h5 span {
        font-size: 18px;
    }
    .testimonialSlider li .quotedBy h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
.inner-combb .lbn-btns ,
    .contct-inf {
        flex-direction: column;
    }
    .inner-combb .lbn-btns a {
       width: 100%;
    }
    .inner-chevr h3 span {
        font-size: 14px;
    }
    .inner-chevr h3 {
        font-size: 16px;
    }
    .pricee-cher strong {
        font-size: 16px;
    }
    .pricee-cher .cut-price small {
        font-size: 12px;
    }
    #counter-box .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .counter-item .counter-number {
        font-size: 50px !important;
        line-height: 40px;
    }
    p.counter-text {
        font-size: 16px;
    }
    .setApart .card {
        height: auto;
        padding: 30px 20px;
        margin: 5px 0;
    }
    .ctas .cta-single:first-child,
    .ctas .cta-single:last-child {
        display: none;
    }
}

