@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.p0 {
    padding: 0px;
}

h1,
h2,
h3,
a,
li,
span,
button,
p,
h4,
h5,
h6
 {
    font-family: 'Jost', sans-serif;
    margin: 0;
}


body {
    overflow-x: hidden;
    font-family: 'Jost', sans-serif;
}

a:hover,
a:focus,
button:hover,
button:focus,
.form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}
.logo img {
    width: 180px;
}

.logo {
    /*margin-top: 30px;*/
}
.head_top {
    padding: 20px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    width: 100%;
}
section {
    float: left;
    width: 100%;
}
.head_top .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn.cta-tab-btn {justify-content: flex-end;text-align: right;}

.header-btn.cta-tab-btn a.serv-cta-tel {
    margin-right: 15px;
    color: #fff;
    padding: 8px 30px;
    /*border-radius: 25px;*/
    font-size: 16px;
    margin-right: 15px;
    border: 1px solid #fc9701;
    transition: all .5s ease-in-out;
    background: #fc9701;
}
.header-btn.cta-tab-btn a.serv-cta-tel.popup-btn:hover {
    background: #fc9701;
    border-color: #fc9701;
}

.header-btn.cta-tab-btn a.serv-cta-tel:hover {
    background: #000;
    border-color: #000;
}
.header-btn.cta-tab-btn a.serv-cta-tel.popup-btn {
    margin-right: 0;
    background: #000;
    border-color: #000;
}

.header-btn.cta-tab-btn a.serv-cta-chat:hover {
    color: #fff;
}
/*banner*/

/* section.banner-section start */
section.banner-section {
    padding: 130px 0px 30px 0px;
    background: #F4F3EC;
}

.publiihsing-compnay h5 {
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #f59800;
}


.publiihsing-compnay h1 {
    font-weight: 600;
    line-height: 60px;
    color: #000000;
    font-size: 5.2rem;
}

.publiihsing-compnay h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.publiihsing-compnay p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

.publiihsing-compnay ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 18px!important;
}

.publiihsing-compnay ul li {
  flex: 0 0 46%;
  list-style: outside;
}

.publiihsing-compnay {
  margin: 50px 0 0;
}

.banner-form {
    background: #000000;
    padding: 20px 20px 20px 20px;
    margin-left: auto;
    width: 80%;
        position: relative;
    z-index: 0;
}

.banner-form span.topfifty {
    background: linear-gradient(45deg, #e83b00, #f59800);
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.banner-form .get-started {
    background: #fc9701;
  color: #fff;
  border-color: #fc9701;
}

.services h5 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #fff;
}

.services ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
    margin-top: 5px !important;
    list-style: none;
    padding-left: 0;
}

.services ul li {
    width: 50%;
}

.services ul li label {
    color: white;
}

.form-btn {
    text-align: center;
}

.form-btn button {
    width: 58%;
}

.banner-form label {
    color: #fff;
    margin-bottom: 15px;
}

.banner-data h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 23px;
}

.banner-form input.form-control {
    padding: 8px;
    font-size: 15px;
    border: 1px solid #666;
    border-radius: 3px;
    margin-bottom: 20px;
    height: 46px;
}

.banner-form select {
    padding: 8px;
    font-size: 15px;
    margin-bottom: 0;
    border: 1px solid #666;
    border-radius: 3px;
    margin-bottom: 10px;
}

.main-banner {
    position: relative;
    padding: 80px 0 80px;
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-banner::before {
    /*background: url(../pendulum.png) no-repeat center/cover;*/
    content: "";
    position: absolute;
    top: 0;
    right: 45%;
    width: 220px;
    height: 220px;
    transform: scale(1);
    -moz-transform-origin: 0 0 0;
    animation: pendulum 4s infinite ease-in-out;
}
@keyframes pendulum {
    50% {
        transform: rotate(-7deg);
    }
} 
.bnr-txt h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    color: #000;
    padding: 15px 0;
    text-transform: uppercase;
}
.banner-img-bk img {
    width: 80%;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
}

.bnr-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    line-height: 22px;
    margin-bottom: 0;
}

.main-banner .form-st form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}

.main-banner .form-st {
    background: #fff;
    padding: 20px 0px 20px 0px;
    width: auto;
    max-width: 420px;
    margin: 0 auto !important;
    border-top: 5px solid #fc9701;
    border-radius: 6px;
}

.main-banner .form-st .form-div input,
.main-banner .form-st .form-div {
    width: 100%;
}

.main-banner .form-st .form-div input, .main-banner .form-st .form-div textarea {
    background: #f5f5f5;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    width: 100%;
    resize: none;
    margin-bottom: 10px;
}

.main-banner .form-st .form-div {
    /*margin: 0 10px;*/
}

.main-banner .form-st .form-div input::placeholder, .main-banner .form-st .form-div input::textarea {
    color: #cac6c6;
}

.form-div-btn input {
    padding: 12px 35px;
    border: 0;
    border-radius: 25px;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.form-div-btn input:hover {
    background: #fc9701;
    color: #fff;
}
.form-div-btn .fa-arrow-right {
    position: absolute;
    top: 18px;
    right: 15px;
    color: #fff;
    transition-duration: 1s;
    display: none;
}

.form-div-btn {
    position: relative;
}

.form-div-btn:hover .fa-arrow-right {
    right: -15px;
}

/*banner*/
.bnr-txt h4 {
    font-size: 20px;
    text-transform: uppercase;
    /*color: #fff;*/
}
.main-banner .live-cht {
    background: #f9f9f9;
  }
  .logo {
    /*filter: invert(1) brightness(100);*/
  }
.bnr-txt  h1 span {
    /* color: #fff; */
    color: #fc9701;
}

.main-banner .row {
    display: flex;
    align-items: center;
}

.bnr-form-txt h3 {
    font-size: 23px;
    width: 100%;
    background: #fc9701;
    color: #fff;
    padding: 6px 0;
    text-align: center;
}

.bnr-form-txt h4 {
        font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    padding: 10px 0;
    color: #000;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.bnr-form-txt h4 span {
    display: block;
    text-transform: uppercase;
}

.get-started {
    background: #000000;
    color: #fff;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 18px;
    margin-right: 15px;
    border: 1px solid #000;
    transition: all .5s ease-in-out;
    display: inline-block;
}

.live-cht {
    background: transparent;
    color: #000;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 18px;
    margin-right: 15px;
    border: 1px solid #fc9701;
    transition: all .5s ease-in-out;
}

.bnr-btn {
    display: flex;
    align-items: center;
    padding: 28px 0;
}

.bnr-rating ul {
    padding: 0;
    list-style: none;
}

.bnr-rating ul li {
    width: 22%;
    margin-right: 20px;
}

.rating-bx h3 {
    font-size: 24px;
    font-weight: bold;
}

.rating-bx p {
    font-size: 14px;
    min-height: 70px;
    color: #000 !important;
}

.rating-bx {
    background: #ebe9e9;
    padding: 10px 10px;
    position: relative;
    z-index: 1;
}

.bnr-rating ul {
    display: flex;
    align-items: center;
}

.bnr-rating ul li:last-child {
    margin: 0;
}

.rating-bx:before {
    content: '';
    background: #fc9701;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
    bottom: 145px;
    right: 0;
    transition: .3s all ease-in-out;
}

.rating-bx:hover::before {
    bottom: 0;
}

.rating-bx:hover h3, .rating-bx:hover p {
    color: #fff;
}
.get-started:hover {
    background: #fc9701;
    color: #fff;
    border-color: #fc9701;
}

.live-cht:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
/*banner*/



/*client-logo*/
.client-logo {
    padding: 20px 0;
    background: #ebe9e9;
    margin-bottom: 0;
}

.client-logo img {filter: invert(1);}

.our-serv-sec .client-logo .col-sm-12 {
    display: block;
}

/*client-logo*/


.hd-txt h4 {
    font-size: 20px;
}
.hd-txt h2 span {
    color: #fc9701;
}
.hd-txt h2 {
    font-size: 46px;
    padding: 15px 0;
    line-height: 62px;
}

.hd-txt p {
    font-size: 16px;
    font-weight: 400;
}


/*about*/
.about-side-img img {
    width: 100%;
}

.about-sec {
    padding: 50px 0;
}


.about-dtl-bx {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    padding: 15px 15px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 43px 0px transparent;
    transition: all .3s ease-in-out;
}

.about-txt h3 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 12px;
}

.about-txt p {
    font-size: 16px;
    font-weight: 600;
}

.about-dtl-bx img {
    margin-right: 10px;
}

.about-dtl-bx:hover {
    box-shadow: 0px 0px 43px 0px rgba(18, 18, 18, 0.08);
}

.about-sec .row {
    position: relative;
    z-index: 1;
}

.about-bf-img {
    position: absolute;
    bottom: -40px;
    left: -214px;
    z-index: -1;
    width: 50%;
}

.about-af-img {
    position: absolute;
    bottom: 100px;
    right: -319px;
    z-index: -1;
}

.about-af-img img {
    width: 50%;
}
/*about*/
/*portfolio*/
.port-box img {
    width: 100%;
    padding: 0 15px;
}
.portfolio-sec .hd-txt {
    text-align: center;
}

.portfolio-sec .hd-txt p {
    width: 60%;
    margin: 0 auto;
}

.portfolio-sec .hd-txt {
    padding-bottom: 40px;
}
.portfolio-slider2{
    margin-top: 30px;
}
/*portfolio*/



/*service-sec*/
.service-sec {
    padding: 50px 0 40px;
    background: url(../images/serv-bg.jpg);
    background-position:center;
    background-size: cover;
}
.service-sec .col-sm-12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-sec .hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

.serv-box {
    padding: 25px 15px;
    background: #ebebeb;
    margin-bottom: 20px;
    border-radius: 6px;
}

.serv-box h3 {font-size: 25px;padding: 10px 0;}
/*service-sec*/


/*cta-sec*/
.cta-sec {
    padding: 70px 0 50px;
    background: url(../images/cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cta-sec .hd-txt {
    text-align: center;
}

.cta-sec .bnr-btn {
    justify-content: center;
}

.cta-sec .hd-txt h2 {
    line-height: 20px;
    padding: 20px 0;
}
/*cta-sec*/


/*process-sec*/
.process-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-sec {
    background: url(../images/process-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 70px 0 110px;
}

.process-sec .hd-txt {
    text-align: center;
}

.process-sec .hd-txt h2 {
    line-height: 25px;
    padding: 20px 0;
}

.process-sec .hd-txt p {
    width: 70%;
    margin: 0 auto;
}

.process-sec .hd-txt {
    padding-bottom: 50px;
}

.process-list ul li {
    width: 20%;
}

.process-box {
    padding: 10px 10px;
    background: #edf2fe;
    margin-right: 15px;
    z-index: 1;
    position: relative;
}

.process-box h4 {
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600;
}

.process-box p {
    font-size: 16px;
    font-weight: 500;
}

.process-list ul li:last-child .process-box {
    margin: 0;
}

.pro-bx-1:before {
    content: '01';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}

.pro-bx-2:before {
    content: '02';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-3:before {
    content: '03';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-4:before {
    content: '04';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-5:before {
    content: '05';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 94px;
    font-weight: bold;
    color: rgb(0 0 0 / 10%);
    z-index: -1;
}
.pro-bx-2, .pro-bx-4 {
    top: 60px;
}
.process-btn {
    justify-content: center;
    margin-top: 90px;
}
/*process-sec*/


/*testi-sec*/
.testimonial-sec {
    background: #ebe9e9;
    padding: 50px 0;
}

.testimonial-sec .hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

.testi-box {
    background: transparent;
    border: 1px solid;
    border-radius: 5px;
    padding: 25px 40px;
    margin: 0 20px;
    transition: all .5s ease-in-out;
}

.testi-box-hd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-box-hd h3 {
    font-size: 20px;
    margin-left: 20px;
}

.testi-box-hd h3 span {
    display: block;
    font-size: 16px;
}

.testi-box p {
    padding-top: 20px;
    text-align: center;
}

.testi-slider .slick-current .testi-box {background: #fff !important;transform: scale(1.1);border-color: #fff;}

.testi-slider-st .testi-slider .slick-list {padding: 20px 0 !important;}
.bnr-btn.testi-btn {
    justify-content: center;
}
.testi-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider .slick-dots li.slick-active button {
    background-color: #000000;
}

.testi-slider .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.testi-slider .slick-dots li button {
    background-color: #ffffff;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.testimonial-sec .row {
    position: relative;
}

.testimonial-sec .quote-img-1 {
    position: absolute;
    left: -190px;
}

.testimonial-sec .quote-img-2 {
    position: absolute;
    bottom: 0;
    right: -195px;
    transform: rotate(180deg);
}
/*testi-sec*/


/*footer-sec*/
.footer-cta {
    background: url(../images/ftr-cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0;
}

.footer-cta .hd-txt h2 {
    font-size: 48px;
    line-height: 51px;
    color: #fff;
}

.footer-cta .hd-txt p {
    color: #fff;
}

.ftr-cta-btn {
    background: #fc9701;
    padding: 8px 30px;
    border-radius: 25px;
    font-size: 15px;
    color: #fff;
    display: table;
    margin-top: 25px;
    transition: all .5s ease-in-out;
}
.ftr-cta-btn:hover {
    background: #000;
    color: #fff;
}
.copy-sec {
    padding: 14px 0;
    text-align: center;
    background: #000;
}

.copy-sec p {
    color: #fff;
}
/*footer-sec*/

.tab {
            display: none;
        }
        .our-services {
    padding-top: 40px;
}
.our-services ul {
    display: flex;
    list-style: none;
    width: 100%;
    padding-left: 0px;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.process-box {
    background: #ffc46c;
}
.our-services ul li a {
    font-size: 16px;
    background: #ebebeb;
    color: black;
    padding: 7px 20px;
    border-radius: 25px;
}
.our-services ul li a:hover {
    background: #fc9701;
    color: white;
}

        .step {
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbbbbb;
            border: none;
            border-radius: 50%;
            display: inline-block;
            opacity: 0.5;
        }

        .step.active {
            opacity: 1;
        }

        /* Mark the steps that are finished and valid: */
        .step.finish {
            background-color: #4CAF50;
        }

        .st-bnr-frm {
            display: none;
        }

        .btn-new-letter {
                background: #fc9701;
    padding: 8.5px 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
    color: #fff;
    margin: 0 auto;
    display: block;
        }

        .newletter-form .input-group {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .newletter-form .input-group .form-check label {
            color: #fff;
            font-size: 15px;
            font-weight: 400 !important;
            margin-bottom: 0;
        }

        .newletter-form .input-group h4 {
            font-size: 22px;
            font-weight: bold;
            color: #fc9701;
            padding-bottom: 20px;
        }

        .newletter-form .input-group .form-check {
            margin-bottom: 8px;
        }

        .btn-new-letter {
            background: #fc9701;
            padding: 8.5px 40px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
            border: 0;
            border-radius: 25px !important;
            color: #fff;
            margin-top: 0px;
        }

        .newletter-form .input-group .form-check {
            margin-bottom: 8px;
        }

        .tab.form-tb-st .form-div {
            margin: 0;
        }

        .invalid {
            background: #fc9701 !important;
            color: #fff !important;
            ;
        }

        .invalid::placeholder {
            color: #fff !important;
        }

        .form-check-input.invalid~label {
            color: #fc9701 !important;
        }

        img.cyber-ico-st {
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            margin: auto;
            width: 110px;
            animation: scaleEffect 1.5s ease-in-out infinite;
        }

        section.main-banner row {
            position: relative;
        }

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

            50% {
                transform: scale(1.05);
            }

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

        .header-btn.cta-tab-btn a.serv-cta-tel {
            padding: 8px 15px;
            border-radius: 25px;
        }

        .head_top .row {
            flex-direction: inherit !important;
        }

        .chris-img-st {
            display: none;
        }

        .head_top .row {
            position: relative;
        }

        .main-banner {
            background-position: bottom right;
        }

        .pop-box-2-new-pop img {
            box-shadow: none !important;
        }
        .main-banner .form-st {
            max-width: 450px;
            margin: 0 !important;
            margin-left: auto !important;
        }

        @media(max-width: 1300px) {
            .main-banner .form-st {
                margin-left: 0;
                margin-right: 36%;
            }
        }

        @media(max-width: 991px) {
            .main-banner .form-st {
                margin: 0 !important;
            }

            /*.main-banner {
	    background-position: center left !important;
	}*/
            /* .main-banner {
        background-position: 0px -300px;
        background-repeat: repeat;
    }*/
            .main-banner {
                /* background-position: 0px -300px; */
                background-repeat: no-repeat;
                background-position: center;
            }

            .cyber-ico-st {
                display: none;
            }

            .chris-img-st {
                display: block !important;
                width: 90px;
                margin: 0 auto;
                /* filter: brightness(100); */
                position: relative;
                top: 4px;
                animation: blinker 1slinear infinite;
                transition: all .5sease-in-out;
                transform: scale(1);
                position: absolute;
                right: 10px;
                top: 89px;
                bottom: 0;
                margin: auto !important;
                left: 0;
                /* filter: invert(1); */
            }

            @keyframes blinker {
                30% {
                    transform: scale(1);
                }

                60% {
                    transform: scale(1.1);
                }

                100% {
                    transform: scale(1);
                }
            }
        }
        @media (min-width: 320px) and (max-width: 767px) {
            .privacy-terms {
                text-align: center;
                margin: 10px;
            }

            .footer-social-box ul {
                display: flex;
                align-items: center;
                column-gap: 15px;
                transition: all 1s;
                padding-bottom: 0;
                padding: 0;
                justify-content: center;
                margin: 10px 0 0 0;
            }

            .col-sm-12.ftr-lst-cpy {
                flex-wrap: wrap;
                justify-content: center !important;
                display: table !important;
                align-items: center !important;
                margin: auto !important;
            }
        }

        .col-sm-12.ftr-lst-cpy {
            flex-wrap: wrap;
            justify-content: space-between;
            display: flex;
            align-items: center;
            margin: 10px
        }

        .footer-social-box ul {
            padding: 0 !important;
        }

        .copy-right p {
            font-size: 12px !important;
            font-weight: 400;
            margin: 0;
            color: #fff;
            font-family: 'Jost';
            margin-bottom: 8px !important;
        }

        .privacy-terms a {
            font-size: 14px !important;
        }

        .col-sm-12.ftr-lst-cpy {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .copy-right p {
            font-size: 14px !important;
            font-weight: 400;
            margin: 0;
            color: #fff;
            font-family: 'Jost';
        }

        section.copyright-section {
            padding: 0px 0;
            background-color: #000000;
        }

        .privacy-terms a {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            margin: 0 0 0 15px;
            font-family: 'Jost';
        }

        .footer-social-box ul {
            display: flex;
            align-items: center;
            column-gap: 15px;
            transition: all 1s;
            padding-bottom: 0;
        }

        .footer-social-box ul li {
            height: 30px;
            width: 30px;
            border-radius: 100%;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            transition: all 1s;
        }

        .footer-social-box ul li i {
            margin: 5px 0 0 0;
            color: #000;
        }

        .footer-social-box ul li:hover {
            transform: translateY(-10px);
            background-color: #fff;
            color: #fff;
        }

        .footer-social-box ul li:hover i {
            color: #000;
        }
        
        .overlay-bg-new-popup {
            background: rgba(0, 0, 0, 0.8);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            display: none;
        }

        .popupform-main-new-popup .close-btn {
            right: 0;
            top: 0;
            width: 50px;
            height: 50px;
            background: transparent;
            border: 0;
            color: #000;
        }

        .pop-form-new-popp .submit-btn {
            font-size: 18px;
            width: 100%;
            padding: 15px 0px;
            background-color: #000000;
            color: #fff;
            cursor: pointer;
            border-radius: 5px;
            position: relative;
            border: none;
            margin-top: 15px;
            width: 100%;
            margin: 10px 0 0 0px !important;
            font-weight: 700;
        }

        .close-btn {
            width: 45px;
            height: 45px;
            display: block;
            position: absolute;
            top: 18px;
            right: 0px;
            font-size: 18px;
            font-weight: 900;
            color: #fff;
            padding-top: 3px;
            text-align: center;
            border-radius: 50px;
            align-items: center;
            display: grid;
            z-index: 9;
        }

        .pop-box-2-new-pop img {
            box-shadow: 2px 2px 20px 9px #00000045;
            position: relative;
            left: 17px;
            z-index: 1;
        }

        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .control-group input::placeholder {
            color: #9b7171;
        }

        .control-group textarea::placeholder {
            color: #9b7171;
        }

        .pop-form-new-popp .submit-btn {
            font-size: 18px;
            padding: 15px 0px;
            background: #fb2224;
            color: #fff;
            cursor: pointer;
            border-radius: 5px;
            position: relative;
            border: none;
            margin-top: 15px;
            width: 100%;
        }

        .popupform-main-new-popup.active {
            display: flex !important;
            justify-content: center;
            align-items: center;
        }

        .popupform-main-new-popup {
            position: fixed;
            background: #000c;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .pop-form-new-popp.ta-center-new-pop {
            background: #fff;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            width: 400px;
            height: 511px;
            border-radius: 0 23px 23px 0;
            position: relative;
        }

        .pop-box-2-new-pop {
            background: url('new-pop-bg-2.png');
        }

        .pop-box-2-new-pop span {
            color: #f9b400;
            font-size: 33px;
            font-weight: 600;
            position: relative;
            top: -11px;
        }

        .pop-box-2-new-pop h3 {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
        }

        .pop-box-2-new-pop {
            background: transparent;
            height: auto;
            width: auto;
            text-align: center;
            padding: 0;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .pop-form-new-popp.ta-center-new-pop {
            padding: 25px 15px 25px 36px;
        }

        .pop-form-new-popp.ta-center-new-pop h3 {
            color: #2d2d2d;
            font-size: 22px;
            line-height: 33px;
            text-align: center;
            margin: 0;
        }

        .popupform-main-new-popup {
            align-items: center;
            justify-content: center;
        }

        .pop-form-new-popp.ta-center-new-pop h3 span {
            font-weight: bold;
        }

        .pop-form-new-popp.ta-center-new-pop h5 {
            color: #2d2d2d;
            font-size: 26px;
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            padding: 5px 0 10px 0;
        }

        .pop-form-new-popp.ta-center-new-pop input {
            width: 100%;
            border-width: 1px;
            border-color: rgb(225, 225, 225);
            border-style: solid;
            border-radius: 5px;
            background-color: rgb(255, 255, 255);
            height: 42px;
            margin: 0 0 20px 0;
            padding: 0 0 0 10px;
        }

        input {
            outline: none;
        }

        .pop-form-new-popp.ta-center-new-pop textarea {
            width: 100%;
            border-width: 1px;
            border-color: rgb(225, 225, 225);
            border-style: solid;
            border-radius: 5px;
            background-color: rgb(255, 255, 255);
            height: 100px;
            margin: 0 0 15px 0;
            padding: 10px 5px 5px 10px;
        }

        .pop-form-new-popp.ta-center-new-pop button {
            border-radius: 5px;
            background-color: #fc9701;
            border: none;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            display: table;
            margin: auto;
            padding: 9px 42px;
            width: auto;
            display: table;
        }

        .pop-form-new-popp.ta-center-new-pop input::placeholder {
            color: #000;
        }

        .pop-form-new-popp.ta-center-new-pop textarea::placeholder {
            color: #000;
        }

        .pop-box-2-new-pop {
            position: relative;
            margin-right: 3px;
        }

        .pop-form-new-popp .close-btn {
            /* display: none; */
        }

        .pop-form-new-popp.ta-center-new-pop h3 {
            margin: 0;
        }

        .popup-main-box {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        @media (max-width:1366px) {
            .popup-main-box {
                transform: scale(0.9);
            }
        }

        @media (min-width:200px) and (max-width:767px) {
            .pop-box-2-new-pop {
                display: none;
            }

            .pop-form-new-popp.ta-center-new-pop {
                /*background: url(auto-pop-bg-2-mob.png);*/
                background-repeat: no-repeat;
                background-size: cover;
            }

            .pop-form-new-popp.ta-center-new-pop {
                width: 100%;
                height: auto;
                margin: 0px 10px;
                padding: 25px 0px;
                border-radius: 23px;
            }

            .pop-form-new-popp .close-btn {
                display: block;
                top: 5px;
                right: 0px;
                background: none;
                border: none;
                color: #ff9600;
            }

            .pop-form-new-popp.ta-center-new-pop button {
                background: #fc9701;
            }

            .pop-form-new-popp.ta-center-new-pop h3 {
                margin: 0 0 5px 0;
            }

            .pop-form-new-popp.ta-center-new-pop h3 span {
                color: #000;
            }

            .pop-form-new-popp.ta-center-new-pop h5 {
                color: #000;
            }
        }
        .lb_bagde {
                        position: absolute;
                        width: 20%;
                        top: -30px;
                        left: -10px;
                    }

                    @media (min-width: 575px) {
                        .lb_bagde {
                            display: none;
                        }
                    }


                    .p-disc-h p {
    font-size: 11px;
    color: #cbc2c2;
    text-align: center;
    margin: 0px 0px 20px;
}


.cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 12px 15px;
    width: 100%;
    z-index: 15;
    background-size: cover;
    text-align: left;
    z-index: 99999;
    background: #f89334;
    display: none;
}

.setcokies a {
    color: #5f5c58;
}

.cookie-bar .cookie-btn {
    color: #fff;
    background: #e00030;
    padding: 2px 10px 2px 6px;
    border-radius: 0;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 0;
}

.cookie-bar .cookie-btn-3 {
    border: 1px solid #fff;
    padding: 2px 4px;
    background: #36454f;
    border-radius: 2px;
    color: #fff;
}

.cookie-bar .setcokies {
    color: #fff;
    display: inline-block;
}

.cookie-bar p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: calc(11px +(13 - 11)*(100vw - 320px) /(1920 - 320));
    line-height: 25px;
    margin-right: 10px;
}