html,
body {
    overflow-x: hidden !important;
}

.contact_detail_sec ul li,
.readmore a,
.term_links ul li,
button.buton {
    display: inline-block;
    position: relative
}

.header_info ul li a.gradient,
.readmore a,
button.buton {
    /*    background-image: -webkit-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    background-image: -ms-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);*/
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
}

header {
    width: 100%;
    padding: 5px;
}

.screenshot-carousel-5f906934ee68d {
    opacity: 1 !important;
}

header.scroll {
    position: fixed;
    z-index: 2;
    background-color: #fff;
}

.logoimg {
    display: flex;
}

.logoimg img {
    width: 100%;
    margin-top: 0px;
}

.logoimg a {
    width: 50%;
    display: block;
}

.counter_logo {
    position: relative;
}

.counter_logo span {
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.counterlist h2,
.counterlist h2 span {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}

.counterlist h2 {
    display: inline-flex;
    color: #000;
}

.counterlist h2 span {
    padding: 0 0 15px;
    position: relative;
    letter-spacing: -1px;
}

.toplistbtn ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
}

.toplistbtn ul li {
    margin: 0 17px;
}

.toplistbtn ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

a.btn_custom.button-pulse.orangeButton {
    background: #b10655;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
}

.button-pulse {
    -webkit-animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #b10655;
}

.button-pulse {
    -webkit-animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #b10655;
}

.yellow-clr {
    box-shadow: 0 0 0 2px #ffee01;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

footer {
    background: 0 0/cover #242329;
    position: relative;
    padding: 60px 0
}

.footer_logo {
    padding-bottom: 30px
}

.footer_logo img {
    width: 250px
}

.footer_content p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    width: 50%;
    margin: 0 auto 20px
}

.contact_detail_sec ul li a,
.copyright_text p {
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.footer_content img {
    width: auto;
    margin-bottom: 40px
}

.copy_right {
    padding-top: 30px
}

.btn-cta ul,
.client-sec ul,
.contact_detail_sec,
.entry-box,
.entry-left,
.grid-item,
.heading,
.hoverImg,
.package-price-7,
.pkg_cta_info li a,
a.pkg_btn {
    text-align: center
}

.contact_detail_sec ul li {
    padding: 0 0 0 40px;
    margin-left: 50px;
    margin-right: 20px
}

.contact_detail_sec ul li a {
    padding-bottom: 40px;
    display: inline-block;
    line-height: 27px
}

.contact_detail_sec ul li span {
    position: absolute;
    left: 0;
    font-size: 27px;
    color: #fff
}

.term_links {
    text-align: right
}

@media (max-width: 767px) {
    .term_links {
        text-align: center !important;
    }
    .copyright_text {
        text-align: center !important;
    }
}

.term_links ul li a {
    color: #fff;
    padding: 0 17px;
    font-size: 15px;
    font-weight: 300
}

.term_links ul li:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    width: 2px;
    height: 22px;
    right: 0
}

.term_links ul li:last-child:after {
    border: 0
}

h1,
h2,
h3,
h4,
p,
ul {
    margin-bottom: 0
}

.grid-item img:hover,
.grid-item.current img {
    filter: grayscale(1);
    transform: scale(1.07);
    transition: .5s
}

.readmore a,
button.buton {
    -webkit-transform: perspective(1px) translateZ(0)
}

body {
    font-family: Poppins, sans-serif !important;
    overflow-x: hidden
}

.footer_cta_wrap h4,
.link-btn a,
p {
    font-family: "Open Sans", sans-serif
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px !important
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 500
}

h2 {
    font-size: 64px
}

h3 {
    font-size: 40px
}

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

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

a:focus,
a:hover,
button:focus {
    text-decoration: none;
    outline: 0
}

.form-box-wrap form button:focus,
:focus {
    outline: 0
}

:hover {
    transition: .3s
}

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

.package-contant ul li {
    color: #fff;
    padding: 8px 0;
    font-size: 13px
}

.package-7 {
    margin: 60px 0 0
}

.package-price-7 h2 {
    color: #b10655;
    font-size: 39px;
    font-weight: 700
}

.package-price-7 {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #cecece;
    width: 100%;
    padding: 31px 0
}

.package-sec-7 {
    padding: 0 19px
}

.package-sec-7 a {
    color: #ff7921
}

.package-sec-7 a span {
    color: #5f5f5f
}

.package-price-7 h6 {
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 600
}

.nav-call-us small,
.owl-nav button i {
    color: #000 !important;
    font-weight: 600
}

.nav-call-us small {
    font-size: 16px
}

.package-price-7 h1 {
    font-size: 51px;
    color: #b10655;
}

.package-price-7 p {
    color: #5f5f5f;
    font-size: 15px
}

.media-object {
    width: 60px;
    height: auto;
    margin-right: 10px
}

.hoverImg,
.owl-stage .item,
.owl-stage .owl-item {
    height: 100%
}

.pkg_title img {
    width: 50px
}

.package-contant-7 {
    display: flex;
    justify-content: center;
    margin: 28px 0 0
}

.package-price-7 a.pkg_btn {
    padding: 10px 70px;
    margin: 30px auto 0;
    background: #b10655;
    border: none;
    border-radius: 6px;
    width: 260px
}

.readmore a,
button.buton {
    vertical-align: middle;
    -webkit-transition-property: color;
    background-color: #448b87;
    color: #fff;
    border-radius: 5px;
    background-image: -moz-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    box-shadow: 0 0 1px transparent
}

.readmore a {
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding: 10px 45px;
    font-size: 18px;
    margin-top: 35px
}

.readmore a:before,
a.pkg_btn:before,
button.buton:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #343a40;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px
}

.readmore a:active:before,
.readmore a:focus:before,
.readmore a:hover:before,
a.pkg_btn:active:before,
a.pkg_btn:focus:before,
a.pkg_btn:hover:before,
button.buton:active:before,
button.buton:focus:before,
button.buton:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.btn-cta ul li a,
.header_info ul li a.def_btn>.call-media small,
.readmore a:active,
.readmore a:focus,
.readmore a:hover,
.services-sec .heading h2,
.services-sec .heading p,
a.gradient:active,
a.gradient:focus,
a.gradient:hover,
a.pkg_btn:active,
a.pkg_btn:focus,
a.pkg_btn:hover,
button.buton:active,
button.buton:focus,
button.buton:hover {
    color: #fff
}

button.buton {
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    padding: 12px 15px;
    font-size: 15px;
    margin-top: 0;
    border: none;
    margin-right: 10px
}

.heading {
    margin-bottom: 40px
}

.heading h2 {
    font-size: 42px;
    color: #000;
    margin-bottom: 10px
}

.heading p {
    color: #666;
    font-size: 16px
}

.owl-dots {
    margin-top: 45px !important
}

.owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: 0 0 !important;
    border: 1px solid #a9a9a9 !important
}

.header_info ul li a.gradient,
.sbt_set,
a.pkg_btn {
    background-image: -moz-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-image: -moz-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%) !important;
    background-image: -webkit-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%) !important;
    background-image: -ms-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%) !important
}

.owl-item img {
    width: initial !important
}

.owl-nav button {
    position: absolute;
    top: 41%
}

.owl-nav .owl-next,
.pkg_slider .owl-nav .owl-next,
.pkg_slider .owl-nav .owl-prev {
    right: -65px
}

.owl-nav .owl-prev {
    left: -130px
}

.owl-nav button i {
    font-size: 25px;
    line-height: 0;
    display: block;
    background: #fff !important;
    border-radius: 100% !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.client-sec ul li,
.header_info ul li,
.header_info ul li a.def_btn .call-media,
.packages:before,
.sec_btn li {
    display: inline-block
}

.carousel-inner,
.footer_cta .readmore a,
.owl-theme .owl-nav {
    margin-top: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #ff854b
}

.owl-stage {
    display: flex
}

.sec_padding {
    padding: 85px 0 130px
}

.banner ul.list-inline li:before,
.flip-clock-container [class|=flip-item]::before,
.form-error {
    display: none
}

.hoverImg {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.hoverImg img {
    margin-top: 110px
}

.tech-btns {
    position: relative;
    z-index: 1
}

.services-sec .heading,
.tech-text-cont {
    margin-bottom: 50px
}

.techno-background-images {
    margin-bottom: 50px;
    position: relative
}

.banner-and-video,
.peterans-main {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 50px;
    filter: contrast(110%);
    position: absolute
}

.banner-and-video .rect-1,
.banner-and-video .rect-2,
.banner-and-video .rect-3,
.banner-and-video .rect-4,
.banner-and-video .rect-5,
.banner-and-video .rect-6,
.banner-and-video .rect-7,
.peterans-main .peterans-1,
.peterans-main .peterans-2,
.peterans-main .peterans-3,
.peterans-main .peterans-4,
.peterans-main .peterans-5,
.peterans-main .peterans-6,
.peterans-main .peterans-7 {
    position: absolute;
    animation: linear infinite left-to-right
}

.banner-and-video .rect-1 {
    top: 88px;
    left: -300px;
    animation-duration: 22s;
    animation-delay: 16s
}

.banner-and-video .rect-2 {
    transition: transform 2s;
    top: 15%;
    left: -200px;
    animation-duration: 26s;
    animation-delay: 4s
}

.banner-and-video .rect-3 {
    transition: transform 2s;
    top: 13%;
    left: -800px;
    animation-duration: 30s;
    animation-delay: .5s
}

.banner-and-video .rect-5,
.peterans-main .peterans-4 {
    top: 32%;
    left: -400px;
    animation-duration: 28s;
    animation-delay: 13s
}

.banner-and-video .rect-6 {
    top: 43%;
    left: -300px;
    animation-duration: 20s;
    animation-delay: 8s;
    z-index: -1
}

.banner-and-video .rect-7 {
    left: 0;
    animation-duration: 22s;
    top: 400px
}

.banner:before,
a.gradient:before {
    top: 0;
    left: 0;
    position: absolute;
    content: ""
}

.header_info ul li a img {
    vertical-align: inherit
}

.btn-cta ul li a img,
.header_info ul li:first-child,
a.pkg_btn {
    vertical-align: middle
}

.header_info ul li a.def_btn>.call-media h4 {
    color: #f8f8f9;
    text-transform: uppercase
}

.header_info ul li a.gradient img {
    vertical-align: revert;
    display: none
}

.header_info ul li a.gradient {
    padding: 2px 20px;
    border-radius: 4px;
    display: inherit;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #000;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

a.gradient:before {
    z-index: -1;
    right: 0;
    bottom: 0;
    background: #343a40;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 4px
}

a.gradient:active:before,
a.gradient:focus:before,
a.gradient:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

header {
    padding: 20px 0 20px;
    position: relative;
    z-index: 99;
    width: 100%
}

.header_info ul li {
    margin-left: 29px
}

.sec_btn {
    margin-top: 50px
}

.sec_btn li:first-child {
    margin-right: 29px
}

.header_info {
    display: flex;
    justify-content: flex-end
}

.banner {
    position: relative;
    background-size: cover;
    padding: 0 0 32%;
    background-color: #f7f9fb
}

.banner:before {
    background: top center/cover no-repeat #f7f9fb;
    width: 100%;
    height: 967px
}

.banner_content ul li:before {
    content: "";
    background: url(../images/star.webp) 95% no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -5px
}

.pkg_tabs li a.active,
.sbt_set,
a.pkg_btn {
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    /*background-image: -webkit-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    background-image: -ms-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);*/
}

.banner_content ul li {
    position: relative;
    padding-left: 30px
}

.banner_content ul li strong,
.customer-sec h2 {
    color: #000
}

.banner_content ul {
    margin-top: 15px
}

.work-fram-slider {
    margin-top: 22px
}

.work-fram-slider .owl-stage .item {
    height: 100%;
    margin: 0 auto;
    display: table
}

.banner ul.list-inline li img,
.banner-form .intl-tel-input,
.banner-p img,
.border-img img,
.entry-right .intl-tel-input,
.field_div,
.package_wrap {
    width: 100%
}

.banner_content {
    margin-top: 0px;
    position: relative;
    padding-left: 85px
}

.banner_content:before {
    content: "";
    background: url(../images/starting-tag.png) left center/contain no-repeat;
    float: left;
    width: 85%;
    height: 55%;
    left: 0;
    position: absolute
}

.banner_content h3 {
    font-size: 29px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 10px
}

.light_txt {
    font-weight: 400
}

.orng_txt {
    color: #0086ff
}

.banner_content h4 {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-top: 25px
}

.banner_content h4 span {
    background-color: #242329;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    padding: 3px 10px;
    position: relative;
    margin-left: 41px
}

.banner_content h4 span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 82px solid #242329;
    border-left: 54px solid transparent;
    left: -54px;
    top: 0
}

.banner_form_area {
    margin-top: 25px;
    position: relative;
    z-index: 11
}

#regForm .tab {
    display: none;
    margin: 0;
    position: relative
}

.banner_form_area input {
    background-color: #fff;
    border: 1px solid #acacac;
    width: 100%;
    height: 53px;
    padding: 0 20px 0 15px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px
}

.banner_form_area input::placeholder {
    color: #999;
    opacity: 1;
    font-size: 15px
}

.banner ul.list-inline li {
    display: flex;
    width: 30.33%;
    float: left;
    padding-right: 10px;
    justify-content: flex-start
}

.banner ul.list-inline li:first-child,
.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.banner_content ul.list-inline,
.btn-cta ul {
    margin-top: 30px
}

.side-form-group i {
    position: absolute;
    top: 19px;
    left: 27px;
    color: #999;
    font-size: 14px
}

.banner_form_btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 31px
}

.sbt_set {
    border-radius: 5px;
    height: 53px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    padding: 0 15px
}

.banner_right_img {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

.pkg_tabs,
.price_det {
    justify-content: center
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 20%
}

.grid-item {
    padding: 9px
}

.grid-container .grid-item:nth-child(3) img {
    position: absolute;
    left: 15px;
    top: -145px;
    width: 56%
}

.form-box-wrap form .input-group,
.frame-wrap,
.grid-container .grid-item:nth-child(3),
.grid-container:nth-child(6) .grid-item,
.packages,
.pkg_detail ul li,
.portfolio,
a.pkg_btn {
    position: relative
}

.grid-container .grid-item:nth-child(4) img {
    position: absolute;
    top: 74%;
    left: 315px;
    width: 26%
}

.grid-container .grid-item:nth-child(2) img {
    position: relative;
    top: -80px
}

.grid-container .grid-item:nth-child(5) img {
    position: absolute;
    top: 77%;
    right: 20px;
    width: 36%
}

.grid-container .grid-item:nth-child(2) {
    padding-right: 0
}

.grid-container .grid-item:nth-child(6) img {
    position: absolute;
    left: 20px;
    top: 137%
}

.grid-container .grid-item:nth-child(7) img {
    position: absolute;
    left: -935px;
    top: 593px;
    width: 50%
}

.grid-container .grid-item:nth-child(8) img {
    position: absolute;
    left: -440px;
    top: 460px;
    width: 46%
}

.packages {
    background-color: #f6f8fa
}

.copy_right img,
.packages .heading-h2 {
    margin-bottom: 45px;
    text-align: center
}

.heading-h2 h2 {
    font-weight: 500;
    color: #000;
    font-size: 42px
}

.heading-h2 p {
    color: #666;
    font-size: 16px;
    width: 70%;
    margin: 2% auto 0
}

.pkg_title h3,
.price_det h4 {
    color: #b10655;
    font-weight: 700;
}

.packages:before {
    content: "";
    background-size: cover;
    width: 300px;
    height: 600px;
    right: 0;
    position: absolute
}

.packages .nav-tabs .nav-link {
    background-color: #fff;
    color: #000
}

.pkg_tabs {
    border: none;
    margin-bottom: 35px
}

.pkg_tabs li:first-child {
    margin-right: 30px
}

.pkg_tabs li a,
.pkg_tabs li a.active,
.pkg_tabs li a.show {
    background-color: transparent
}

.pkg_tabs li a.active {
    color: #fff !important
}

.package_box {
    background-color: #fff;
    border: 1px solid #ddd
}

.pkg_slider .owl-nav .owl-next span {
    font-size: 98px;
    border-radius: 100%;
    padding: 1px 4px;
    font-weight: 700
}

.pkg_slider .owl-nav .owl-prev span {
    font-size: 98px;
    border-radius: 100%;
    padding: 1px 60px;
    font-weight: 700
}

.pkg_title {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pkg_cta_info li,
.price_det {
    padding: 12px 0;
    display: flex
}

.pkg_title h3 {
    font-size: 20px
}

.pricing_area {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e5e5e5
}

.pkg_detail,
.price_det {
    border-bottom: 1px solid #e5e5e5
}

.price_det {
    width: 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    align-items: center
}

.price_det:last-child {
    border-right: none;
    border-left: 1px solid #e5e5e5
}

.price_det h4 {
    font-size: 24px
}

.cut_price h4 {
    color: #242329;
    text-decoration: line-through
}

.pkg_detail {
    padding: 25px 20px
}

.pkg_detail ul li {
    color: #242329;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
    line-height: 16px;
    margin: 16px 0
}

.pkg_cta_info {
    display: flex;
    width: 100%
}

.pkg_cta_info li {
    width: 50%;
    justify-content: center;
    align-items: center
}

.pkg_cta_info li a {
    font-size: 12px;
    font-weight: 400;
    color: #242329
}

.pkg_cta_info li a span {
    font-size: 14px;
    font-weight: 700
}

a.pkg_btn {
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #448b87;
    padding: 10px 45px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0
}

.portfolio {
    background-color: #fff;
    padding: 60px 0 100px
}

.skew:after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 114px;
    transform: rotate(-2deg)
}

.portfolio:after,
.portfolio:before {
    width: 300px;
    height: 400px;
    position: absolute;
    content: ""
}

.affotable-packages h2,
.newsletter-info h3,
.portfolio-hdg h2 {
    font-size: 42px
}

.portfolio .portfolio-hdg p {
    color: #666
}

.portfolio:before {
    background: url(../images/before-01.webp) center/cover no-repeat;
    right: -35px
}

.portfolio:after {
    background: url(../images/after01.webp) center/cover no-repeat;
    left: -35px;
    bottom: 0
}

.banner-portfolio {
    position: absolute;
    width: 50%;
    right: -25px;
    top: 19%
}

.copy_right p {
    font-size: 14px;
    color: #fff
}

.copy_right p:last-child,
.customer-sec p {
    margin-top: 20px
}

.copy_right p a {
    font-size: 13px;
    color: #717171
}

.footer_cta {
    border-bottom: 1px solid #3a393f;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.footer_cta a.def_btn {
    padding: 10px 25px;
    border-radius: 4px;
    color: #fff
}

.footer_cta_wrap h4 {
    font-size: 12px;
    font-weight: 500;
    color: #f2f4f4;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #f2f4f4
}

.affotable-packages .media h4.media-heading,
.customer-sec h5 {
    font-weight: 600;
    font-size: 18px
}

.footer_cta_wrap h4 span {
    font-size: 18px;
    font-weight: 400;
    font-family: "Hammersmith One", sans-serif
}

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

.payment {
    margin-top: 38px;
    float: right
}

.client-sec {
    padding-bottom: 90px
}

.client-sec ul li {
    padding-right: 95px
}

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

.screenshot-carousel {
    padding: 45px 0;
    position: relative
}

.frame-wrap:before {
    content: "";
    position: absolute;
    left: 50.5%;
    width: 240px;
    height: 515px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    bottom: -227px;
    background-size: contain
}

.frame-wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 234px;
    height: 500px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    bottom: -210px;
    box-shadow: 15px 9px 21px 5px #000;
    -webkit-box-shadow: 13px 9px 19px 7px #000;
    -moz-box-shadow: 13px 9px 21px 5px rgba(0, 0, 0, .3);
    border-radius: 44px
}

.screenshot-carousel .screen {
    width: 230px;
    height: 495px;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-radius: 43px;
    position: relative;
    left: 0;
    top: 2px;
}

.base-icons-back::before,
.base-icons-next-1::before {
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block
}

.screenshot-carousel .screen:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 202px;
    height: 16px;
    margin-left: -101px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.screenshot-carousel .flipster__item--current .screen:after {
    opacity: 0
}

.screenshot-carousel .flipster__item--current:hover .screen {
    -webkit-animation: 30s ease-in mymove;
    -moz-animation: 30s ease-in mymove;
    animation: 30s ease-in mymove;
    background-repeat: repeat-y
}

@keyframes mymove {
    25% {
        background-position-y: -1500px
    }
}

.base-icons-next-1::before {
    background-image: url(../images/right-arrow-port.webp)
}

.base-icons-back::before,
.customer-sec .carousel-control-prev-icon {
    background-image: url(../images/left-arrow-port.webp)
}

.flipster__button--prev {
    left: -13%
}

.flipster__button--next {
    right: -13%
}

.flipster {
    overflow-x: inherit
}

.flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
    transform: translateX(-110%) translateY(50px) scale(.8)
}

.flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: translateX(120%) scale(.8);
    transform: translateX(110%) translateY(50px) scale(.8)
}

.exclusive-sec-2 {
    background: url(../images/pbg-img.webp) center/cover no-repeat #030f4b;
    padding: 40px 0
}

.exclusive-sec {
    background: #030f4b;
    padding: 40px 0
}

.btn-cta ul li>.readmore a {
    padding: 13px 22px;
    margin-top: 0
}

.exclusive-sec article h5 {
    color: #ffff;
    font-size: 18px
}

.exclusive-sec article h3 {
    color: #ffff;
    font-size: 42px;
    line-height: 40px
}

.exclusive-sec article h4 {
    background-color: #6e418c;
    display: inline-block;
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 42px;
    color: #fff;
    margin-top: 12px
}

.btn-cta ul li a.btn-cta {
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 10px
}

.btn-cta ul li {
    margin-bottom: 12px
}

.btn-cta ul li a img {
    margin-right: 15px
}

.flip-clock-container {
    --flip-bg-color: transparent;
    --flip-text-color: #000;
    --flip-dots-color: transparent;
    font-family: Oswald, sans-serif;
    margin-top: -30px
}

.flip-clock-wrapper ul li a div {
    font-size: 16px !important
}

.flip-clock-wrapper ul li {
    line-height: 43px !important
}

.flip-clock-wrapper ul {
    width: 29px !important;
    height: 43px !important;
    padding: 0 !important
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #384872 !important
}

.flip-clock-wrapper {
    margin: 0 !important
}

.flip-clock-divider {
    width: 20px !important
}

.flip-clock-dot {
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
    left: -3px !important
}

.flip-clock-dot.bottom {
    bottom: -39px !important
}

.flip-clock-dot.top {
    top: 19px !important
}

.flip-clock-divider {
    height: 0 !important
}

.flip-clock-divider .flip-clock-label {
    right: -33px !important
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -35px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -36px
}

.flip-clock-container li {
    background-image: url(../images/counter-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.timmer_content {
    margin-left: 70px
}

.character_div {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px
}

.dp-slider,
.dp-slider div {
    transform-style: preserve-3d
}

.affotable-packages {
    padding: 130px 0 100px
}

.affotable-packages .media {
    margin-top: 25px
}

.affotable-packages article {
    margin-top: 60px
}

.affotable-packages .media p {
    color: #666;
    font-weight: 500;
    font-size: 17px
}

.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute
}

.dp_item {
    position: absolute;
    transition: transform 1.2s;
    display: flex;
    justify-content: flex-end
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0) translateX(115%) !important;
    top: 67px
}

.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0) translateX(50%);
    top: 26px
}

.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0) translateX(-10%)
}

.dp-img {
    z-index: 2;
    cursor: pointer
}

#dp-slider .dp_item:before {
    content: "";
    position: absolute;
    background-size: contain;
    width: 111px;
    height: 105px;
    right: 221px;
    z-index: 1;
    bottom: 3px
}

.customer-sec {
    padding: 180px 0 100px
}

.customer-sec h2:before {
    content: "";
    position: absolute;
    color: #000;
    font-size: 64px;
    background: url(../images/quotes.webp) 0 0/contain no-repeat;
    width: 190px;
    height: 200px;
    top: -60px
}

.link-btn a,
.newsletter-sec,
.services-item h2:before {
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    /*    background-image: -moz-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    background-image: -webkit-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    background-image: -ms-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);*/
}

.customer-sec .carousel-indicators li:first-child {
    margin-left: 0
}

.customer-sec .carousel-indicators li img {
    width: 90%
}

.customer-sec .carousel-indicators li {
    -ms-flex: 0 1 auto;
    height: 98px;
    width: 180px;
    margin-right: 55px;
    margin-left: 74px;
    text-indent: inherit;
    cursor: inherit;
    background-color: #fff;
    background-clip: inherit;
    border-top: inherit;
    border-bottom: inherit;
    opacity: 1;
    transition: opacity .6s;
    justify-content: center;
    align-items: center;
    padding-top: 0
}

.customer-sec ul.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -180px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin: 0 auto;
    align-items: center;
    z-index: 2
}

.customer-sec .carousel-control-next-icon,
.customer-sec .carousel-control-prev-icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    align-items: center;
    top: 36px;
    position: absolute;
    display: flex;
    height: 40px
}

.customer-sec .carousel-control-prev-icon {
    justify-content: center;
    z-index: 999
}

.customer-sec .carousel-control-next-icon {
    background-image: url(../images/right-arrow-port.webp);
    justify-content: center;
    z-index: 3
}

.customer-sec .carousel-control-prev {
    left: 0;
    bottom: -100px
}

.carousel-control-prev,
.customer-sec .carousel-control-next {
    position: absolute;
    top: inherit;
    bottom: -90px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 44px;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s;
    z-index: 3
}

.newsletter-sec:after,
.services-sec:after,
.services-sec:before {
    width: 100%;
    transform: skew(0, -3deg);
    content: "";
    left: 0
}

.customer-sec h5 {
    color: #000;
    margin-top: 15px
}

.customer-sec article img {
    position: relative;
    left: 0
}

.services-sec {
    padding: 200px 0 145px;
    background-color: #151414;
    margin-top: 90px;
    position: relative
}

.centerCol {
    margin: 0 auto
}

.services-item h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0 10px;
    position: relative
}

.services-item {
    padding: 45px 16px 0
}

.services-item span {
    color: #3d3f44;
    font-size: 200px;
    position: absolute;
    right: -110px;
    top: -55px;
    font-weight: 900
}

.services-item h2:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 50px;
    left: -12px;
    border-radius: 1px
}

.services-item p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-right: 50px
}

.services-sec:before {
    background: #fff;
    height: 170px;
    position: absolute;
    z-index: 1;
    top: -83px
}

.services-sec:after {
    background: #fff;
    bottom: -86px;
    height: 169px;
    position: absolute
}

.services-sec .readmore {
    margin-top: 70px
}

.services-sec .readmore a {
    padding: 9px 60px;
    position: relative;
    z-index: 2
}

.bg-lines ul {
    width: 1170px;
    margin: 0 auto
}

.bg-lines ul li {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    opacity: .2
}

.bg-lines ul li:first-child {
    margin-left: 13px
}

.bg-lines ul li:nth-child(2) {
    margin-left: 15.7%
}

.bg-lines ul li:nth-child(3) {
    margin-left: 30.7%
}

.bg-lines ul li:nth-child(4) {
    margin-left: 45.7%
}

.link-btn a {
    display: inline-block;
    padding: 10px 55px;
    border-radius: 4px;
    color: #fff;
    margin-top: 45px;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize
}

.entry-box h1,
.entry-right .text-2 h2,
.entry-right .text-2 strong,
.floatbutton .clickbutton {
    text-transform: uppercase
}

.services-slider .owl-nav button i.fa-arrow-left:before {
    content: "\f104"
}

.services-slider .owl-nav button i.fa-arrow-right:before {
    content: "\f105"
}

.services-slider .owl-nav button i {
    background: #6e418c;
    border-radius: 100% !important;
    width: 30px;
    height: 30px;
    display: flex !important;
    color: #7e5d93 !important
}

.newsletter-sec {
    position: relative;
    padding: 300px 0 100px
}

.newsletter-info #regForm .tab {
    display: none;
    margin: 0;
    position: relative;
    width: 43%
}

.newsletter-sec:after {
    top: -83px;
    background: #fff;
    bottom: 0;
    height: 185px;
    position: absolute
}

.newsletter-info {
    border-radius: 10px;
    background-color: #fff;
    padding: 65px;
    position: relative;
    z-index: 2
}

.newsletter-info:before {
    content: "";
    position: absolute;
    background: url(../images/new-logo.webp) center/contain no-repeat;
    width: 342px;
    height: 270px;
    right: 0;
    top: 20px
}

.newsletter-info p {
    color: #666;
    font-size: 17px
}

.newsletter-info .banner_form_btn button.sbt_set {
    background: #431c5d;
    background: linear-gradient(176deg, #431c5d 0, #37154e 35%, #2b0f3e 100%)
}

.newsletter-sec img.after-bg {
    position: absolute;
    top: -140px;
    width: 16%
}

.newsletter-sec img.after-af {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%
}

.form-box-wrap {
    margin-top: 25px;
    position: relative;
    width: 62%
}

.form-button-wrap {
    margin-top: 15px;
    display: flex
}

.form-button-wrap a {
    background-color: #e7a514;
    color: #201801;
    font-size: 13px;
    padding: 16px 36px;
    margin-right: 13px;
    border-radius: 10px;
    font-weight: 600
}

.form-button-wrap a:last-child {
    color: #333;
    background-color: #fff;
    margin-right: 0
}

.form-button-wrap a:last-child i {
    padding-right: 10px;
    color: #000
}

.form-box-wrap form .input-group .form-control {
    height: 40px
}

.form-box-wrap form .input-group input.form-control {
    height: 45px;
    border-radius: 10px;
    width: 100%;
    background-color: #dee7f2;
    font-weight: 600;
    font-size: 16px
}

.form-box-wrap form button {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    border: 0;
    line-height: 14px;
    padding: 0 35px;
    height: 45px;
    width: auto;
    border-radius: 5px;
    margin-right: 0;
    background: #431c5d;
    background: linear-gradient(176deg, #431c5d 0, #37154e 35%, #2b0f3e 100%)
}

.form-box-wrap form button i.fa-arrow-circle-right {
    position: absolute;
    z-index: 1;
    color: #6c757d;
    top: 15px;
    left: 15px
}

.form-box-wrap .tab,
.form-box-wrap .tab02,
.form-box-wrap .tab03 {
    display: none;
    margin: 0;
    position: relative;
    width: 100%
}

.form-box-wrap #nextBtn {
    border-radius: 10px;
    padding: 0
}

.form-box-wrap form button#prevBtn {
    border-radius: 10px !important
}

.form-box-wrap .form_btn_wrap {
    position: absolute;
    right: 0;
    width: auto
}

.bio_ep .form_btn_wrap button:first-child,
.bio_ep .form_btn_wrap button:last-child,
.modal .form_btn_wrap button:first-child,
.modal .form_btn_wrap button:last-child {
    border-radius: 0
}

.bio_ep .field_div,
.modal .field_div {
    flex-grow: 1
}

.bio_ep .form_btn_wrap button:last-child,
.modal .form_btn_wrap button:last-child {
    border-radius: 0 10px 10px 0
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 0
}

.entry-box {
    background: #fff;
    padding-top: 0;
    padding-bottom: 30px;
    width: 36%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 50px 0 #313131;
    position: relative;
    overflow: hidden
}

.entery-submit,
a#entry-box_close {
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    /*background-image: -moz-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    background-image: -ms-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);*/
    color: #fff;
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 60px
}

.entery-submit,
.entry-right a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600
}

.ban-form input,
.ban-form textarea {
    font-weight: 400;
    outline: 0 !important;
    width: 100%
}

.entry-box h1 span {
    color: #ffd800
}

.entry-left {
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    /*    background-image: -moz-linear-gradient(0deg, #793dff 0, #db44f4 100%);
    background-image: -webkit-linear-gradient(0deg, #004ae1 0, #004ae1 110%);
    background-image: -ms-linear-gradient(0deg, #793dff 0, #db44f4 100%);*/
}

.entry-right .text-2 {
    position: relative;
    margin: 0px;
    text-align: left;
    padding-left: 17px;
    margin-bottom: 20px;
}

.entry-right .text-2 h2 {
    font-size: 30px;
    color: #141414;
    font-weight: 700;
    margin-bottom: 0
}

.entry-right .text-2 h2 span {
    background-image: linear-gradient(90deg, #c643f6, #793dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.entry-right .text-2:before {
    content: "";
    width: 6px;
    height: 50px;
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    /*  background-image: -moz-linear-gradient(-90deg, #793dff 0, #db44f4 100%);
    background-image: -webkit-linear-gradient(-90deg, #ff7708 0, #ff7708 110%);
    background-image: -ms-linear-gradient(-90deg, #793dff 0, #db44f4 100%);*/
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff !important;
    color: #555 !important
}

.entery-submit {
    width: 55%;
    border: none !important;
    padding: 10px;
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    margin-top: 10px;
    border-radius: 6px
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    color: #000
}

.entry-right a i {
    margin-left: 6px
}

.entry-right p {
    color: #343434;
    font-size: 12px;
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 10px;
    background-color: #000;
    /*background-image: -webkit-linear-gradient(90deg, red 0, red 100%);*/
    width: 31px;
    height: 31px;
    border-radius: 50pc;
    font-size: 20px;
    top: 16px;
    z-index: 9
}

.peterans-main .peterans-1 {
    top: 359px;
    left: -185px;
    animation-duration: 22s
}

.peterans-main .peterans-2 {
    transition: transform 2s;
    top: 15%;
    left: 200px;
    animation-duration: 26s
}

.peterans-main .peterans-3 {
    transition: transform 2s;
    top: 13%;
    left: -800px;
    animation-duration: 30s;
    animation-delay: .5s;
    opacity: .4
}

.peterans-main .peterans-5 {
    top: 43%;
    left: -300px;
    animation-duration: 20s;
    z-index: -1
}

.peterans-main .peterans-6 {
    left: 300px;
    animation-duration: 22s;
    top: 400px
}

.peterans-main .peterans-7 {
    left: 300px;
    animation-duration: 22s;
    bottom: 0
}

.grid-item img {
    transition: .5s;
    transform: scale(1)
}

.floatbutton,
.floatbutton.active {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

@keyframes left-to-right {
    0% {
        transform: translate3d(0, 0, 0)
    }
    5% {
        transform: translate3d(150px, -5px, 0)
    }
    10% {
        transform: translate3d(300px, -10px, 0)
    }
    15% {
        transform: translate3d(450px, -15px, 0)
    }
    20% {
        transform: translate3d(600px, -20px, 0)
    }
    25% {
        transform: translate3d(750px, -25px, 0)
    }
    30% {
        transform: translate3d(900px, -30px, 0)
    }
    35% {
        transform: translate3d(1050px, -35px, 0)
    }
    40% {
        transform: translate3d(1200px, -40px, 0)
    }
    45% {
        transform: translate3d(1350px, -45px, 0)
    }
    50% {
        transform: translate3d(1500px, -50px, 0)
    }
    55% {
        transform: translate3d(1650px, -55px, 0)
    }
    60% {
        transform: translate3d(1800px, -60px, 0)
    }
    65% {
        transform: translate3d(1950px, -65px, 0)
    }
    70% {
        transform: translate3d(2100px, -70px, 0)
    }
    75% {
        transform: translate3d(2250px, -80px, 0)
    }
    80% {
        transform: translate3d(2400px, -90px, 0)
    }
    85% {
        transform: translate3d(2550px, -100px, 0)
    }
    90% {
        transform: translate3d(2700px, -110px, 0)
    }
    99.99% {
        transform: translate3d(2850px, -140px, 0) scale(0)
    }
    100% {
        transform: translate3d(-50px, 0, 0) scale(0)
    }
}

.floatbutton.active {
    right: 0;
    z-index: 11;
    transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 9
}

.banner-form,
.floatbutton .clickbutton {
    position: relative;
    background: #fff;
    display: inline-block
}

.floatbutton .clickbutton {
    border-radius: 30px 0 0 30px;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    vertical-align: top;
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -82px;
    white-space: pre;
    bottom: 122px;
    font-weight: 700;
    line-height: .5px
}

.banner-form {
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    box-shadow: 0 0 30px #0000001f;
    padding: 30px 27px 27px;
    top: 30px
}

.ban-form input {
    margin: 0 0 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px
}

.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px
}

.ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    background: #f43535;
    border-radius: 3px;
    text-align: center;
    background-image: linear-gradient(to right top, #0569d7, #0858c3, #0948af, #07389c, #042888);
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent
}

.ban-form textarea {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 120px;
    margin: 15px 0 0
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0
}

.btns_wrap .call_wrap {
    background: #fff;
    top: 120px;
    border-radius: 50px 0 0 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
    display: block;
    background: #fff;
    top: 40px;
    border-radius: 50px 0 0 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0 0 50px
}

.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px
}

.banner-form input[type=submit] {
    /*  background: -webkit-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    background: -moz-linear-gradient(45deg, #f38701 0, #feb003 50%, #feb003 100%);*/
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    color: #fff;
    border: none;
    border-radius: 0;
    font-size: 20px;
    padding: 12px;
    margin-top: 10px;
    width: 100%
}

.banner-form input[type=submit]:hover {
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    /*background: -moz-linear-gradient(45deg, #feb003 0, #feb003 50%, #f38701 99%);
    background: -webkit-linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);*/
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition-duration: .3s
}

.checkboxdisclaimer a {
    height: auto;
    line-height: 20px;
    display: initial !important;
    background-color: transparent;
}

* {
    font-family: Poppins, sans-serif !important;
}

.copy_right p {
    margin-top: 0px !important;
}

i {
    font-family: 'FontAwesome' !important;
}

section.packages.sec_padding.skew {
    padding-top: 60px;
}

section.mainbanner-form {
    padding: 30px 0px 50px;
}

.package_wrap {
    margin-top: 5px;
}

.mainbanner-form {
    background: url('../images/banner.avif');
    background-position: center center;
    background-size: cover;
}

.footer_logo img {
    filter: brightness(0) invert(1);
}

.entry-right textarea {
    border-radius: 5px;
    height: 100px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0;
}

section.mainbanner-form .row {
    align-items: center;
}

#entry-popup .col-sm-12.entry-right {
    margin-top: 30px;
}

#entry-popup .entry-box {
    width: 45%;
}

input[type="Submit"] {
    background: -webkit-linear-gradient(90deg, #b10655bf 0, #b10655 100%);
    cursor: pointer !important;
}