*,
body {
    font-family: 'Open Sans', sans-serif
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
    font-family: Poppins, sans-serif
}

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

a:hover {
    text-decoration: none
}

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

:focus {
    outline: 0
}

:hover {
    transition: .3s
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 0
}

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

.heading {
    text-align: center
}

.heading h2 {
    color: #1c1a3b;
    font-size: 24px;
    font-weight: 600
}

.heading h3 {
    font-size: 50px;
    font-weight: 700;
    color: #141232
}

.heading h3 span {
    color: #b82f43;
    font-family: Poppins, sans-serif
}

.heading p {
    color: #666;
    font-size: 18px;
    font-weight: 400
}

header {
    background-color: #ffff;
    padding: 20px 0
}

.dropdown-menu {
    min-width: 16em;
    padding: 0;
    border-color: transparent !important;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .07);
    background-color: #fff
}

.dropdown-menu li {
    margin: 0 !important
}

.dropdown-menu a {
    padding: 12px 15px;
    border-bottom: 1px solid #b82f43;
    transition: all .2s ease-in-out;
    display: block;
    color: #fff;
    font-size: 14px
}

.dropdown-menu a:hover {
    background-color: #b82f43 !important;
    color: #fff !important
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand-logo {
    text-decoration: none;
    display: block;
    width: 20%;
    position: relative;
    z-index: 999;
    margin-left: 30px
}

.doubleMenu {
    flex-grow: 1
}

.menuInfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.menuInfo ul li a {
    padding: 5px 15px;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: Poppins, sans-serif;
    transition: .4s
}

.menuInfo ul li a:hover {
    color: #ef0a5d
}

.menuInfo ul li a i {
    transition: .4s
}

.menuInfo ul li a:hover i {
    color: #ef0a5d
}

.menuInfo ul li a .fas {
    color: #101010;
    font-size: .85rem;
    margin-right: 7px;
    margin-top: -4px
}

ul.navbar {
    list-style: none;
    padding: 0;
    margin: 0 -.7vw;
    align-items: center;
    display: flex;
    justify-content: flex-end
}

ul.navbar li {
    margin: 0 .5vw;
    display: inherit;
    position: relative
}

ul.navbar li a {
    font-weight: 400;
    padding: 10px 10px;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    transition: .4s;
    text-transform: capitalize
}

ul.navbar li a.active,
ul.navbar li a:hover {
    color: #b82f43;
}

.menu-right {
    padding-left: 70px;
    display: flex;
    align-items: center;
    margin-right: 30px
}

.navicon {
    position: relative;
    z-index: 999
}

.nav-toggle span {
    top: 25px
}

.nav-toggle {
    width: 56px;
    height: 53px;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    background-image: -webkit-linear-gradient(90deg, #18315b 0, #0b3c8d 100%);
    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%)
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    cursor: pointer
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-toggle span:before {
    top: -8px
}

.nav-toggle span:after {
    bottom: -8px
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
    top: 0
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
    top: 0
}

.nav-toggle.active span {
    background-color: transparent !important
}

.nav-toggle.active span:after {
    top: 10px;
    -ms-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
    background-color: #fff
}

.nav-toggle.active span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.btn-default {
    text-transform: uppercase;
    color: #333;
    padding: 13px 30px;
    font-family: Poppins, sans-serif;
    margin: 0 41px 0 31px;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400
}

.btn-default:hover {
    background-color: #b82f43;
    color: #fff
}

.btn-default:hover span {
    color: #fff
}

.btn-default span {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #b82f43;
}

.header-number {
    display: flex;
    align-items: center
}

.header-number:hover span {
    color: #b82f43;
}

.header-number i {
    margin-right: 15px
}

.header-number span {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.detailHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0) 0, rgb(0 0 0) 100%);
    z-index: 99;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.detailHeader .innerMenu li {
    padding: 5px 0;
    flex: 0 0 100%;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}

.detailHeader .innerMenu li:first-child {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.detailHeader .innerMenu li:nth-child(2) {
    -webkit-transition-delay: 15ms;
    transition-delay: 15ms
}

.detailHeader .innerMenu li a {
    color: #eee;
    line-height: 40px;
    font-size: 27px;
    font-weight: 700;
    text-decoration: none
}

.detailHeader .innerMenu li a:hover {
    color: #ef0f34
}

.detailHeader.active .innerMenu li {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.detailHeader.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.detailHeader ul.menuBlock li a {
    color: #eee;
    font-size: 17px;
    line-height: 29px
}

.detailHeader ul.menuBlock li a:hover {
    color: #ef0f34
}

.overlay-scroll-btn {
    padding: 0 0 0 10px;
    margin-top: 10px;
    display: flex
}

#down {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6
}

#down .fa,
#up .fa {
    color: #fff;
    opacity: .8
}

#up {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6
}

#down:hover {
    opacity: 1
}

#up:hover {
    opacity: 1
}

.#parent {
    padding: 0
}

.overlay-scroll-btn {
    padding: 0
}

ul#parent {
    height: 290px !important
}

#parent {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 0 1px;
    margin-bottom: 0
}

.detailHeader .tab-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.dropdown:hover .dropdown-menu {
    display: block
}

.main-banner {
    background-image: url(../images/webp/home-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 760px;
    padding: 120px 0 0;
    background-position: center;
    position: relative
}

.banner-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center
}

.banner-text p:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/banner-icon.webp);
    width: 143px;
    height: 14px;
    right: 75px
}

.banner-text h2 {
    color: #fff;
    font-size: 48px;
    padding: 6px 0 12px;
    font-weight: 400
}

.banner-text h2 span {
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.banner-text h3 {
    color: #fff;
    font-size: 27px;
    padding: 7px 5px;
    font-weight: 500;
    background-color: #000;
    text-align: center;
    display: block
}

.banner-text ul {
    padding: 30px 0
}

.banner-text ul li {
    color: #ffdcc2;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 14px
}

.banner-text ul li:last-child {
    padding-bottom: 0
}

.banner-text ul li i {
    color: #fcb317;
    padding-right: 12px;
    font-size: 20px
}

.banner-img {
    position: absolute;
    right: 10px;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center
}

.main-feature {
    margin-top: -120px;
    position: relative
}

.feature-wrap {
    background-image: -moz-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
    background-image: -webkit-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
    background-image: -ms-linear-gradient(-90deg, #dcdcdc 0, #fff 100%);
    box-shadow: 0 17px 109px 0 rgba(0, 0, 0, .26);
    border: 1px solid #fff;
    margin-bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 35px
}

.feature-text h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    background-image: -webkit-linear-gradient(90deg, #18315b 0, #0b3c8d 100%);
    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    display: inline-block;
    padding: 5px 15px;
    width: 65%
}

.feature-text h3 {
    font-size: 22px;
    color: #141234;
    font-weight: 700;
    padding: 14px 0 25px;
    line-height: 33px
}

.feature-text h3 span {
    color: #000;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

.home-btn {
    color: #b82f43;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 9px 5px 9px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 56%
}

.home-btn:hover {
    background-color: #b82f43;
    color: #fff
}

.home-btn:hover:after,
.home-btn:hover:before {
    background-color: #ffffffd1
}

.home-btn:before {
    position: absolute;
    content: "";
    background-color: #b82f43;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 71px;
    top: 17px;
    z-index: 1
}

.home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 43px;
    height: 2px;
    right: 28px;
    bottom: 18px
}

.feature-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
    flex-direction: column;
    padding: 42px 0
}

.feature-carousel {
    display: flex !important;
    align-items: center;
    height: 100%
}

.feature-box i {
    display: inline-block !important
}

.feature-box h3 {
    padding: 23px 0 33px;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500
}

.feature-box a {
    color: #b82f43;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.feature-box:hover {
    background-color: #151335
}

.feature-box:hover h3 {
    color: #fff
}

.feature-box:hover a {
    color: #b82f43;
}

.feature-carousel .owl-nav [class*=owl-] {
    background-color: #fff !important;
    border-radius: 50px;
    width: 52px;
    height: 52px;
    color: #000;
    font-size: 17px !important;
    position: absolute;
    top: 130px;
    box-shadow: 0 17px 109px 0 rgba(0, 0, 0, .26)
}

.feature-carousel .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none;
    background-image: -moz-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);
    background-image: -webkit-linear-gradient(90deg, #18315b 0, #0b3c8d 100%);
    background-image: -ms-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%)
}

.feature-carousel .owl-nav [class*=owl-].owl-prev {
    left: -30px
}

.feature-carousel .owl-nav [class*=owl-].owl-next {
    right: -30px
}

.feature-carousel .owl-nav [class*=owl-]:focus {
    outline: 0
}

.trust-logo-wrap {
    padding-bottom: 43px
}

.trust-logo-text {
    height: 100%;
    display: flex;
    align-items: center
}

.trust-logo-text h3 {
    font-size: 23px;
    color: #141234;
    font-weight: 700;
    line-height: 37px
}

.main-renowned {
    background-image: url(../images/webp/renowned-banner.webp);
    background-size: cover;
    height: 618px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.renowned-img {
    position: absolute;
    left: 10%
}

.renowned-text {
    padding-top: 100px
}

.renowned-text h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff
}

.renowned-text h3 span {
    color: #b82f43;
    font-family: Poppins, sans-serif
}

.renowned-text p {
    padding: 20px 0 30px;
    color: #9e9db8;
    font-size: 16px;
    font-weight: 400
}

.contact-info ul {
    display: flex;
    align-items: center
}

.contact-info ul li:first-child {
    padding-left: 0;
    border-left: none
}

.contact-info ul li {
    border-left: 1px solid #ffffff2e;
    padding: 0 18px
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative
}

.contact-info ul li a:hover h4 {
    color: #b82f43;
}

.contact-info ul li a i {
    margin-right: 12px
}

.contact-info ul li a h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.contact-info ul li a h4 span {
    color: #9e9db8;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.contact-info ul li:last-child a h4 span:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/chat.webp);
    width: 18px;
    height: 18px;
    right: -29px
}

.contact-info-btn {
    position: relative;
    padding-right: 50px;
    display: flex;
    align-items: center
}

.contact-info-btn:before {
    position: absolute;
    content: "";
    background-color: #b82f43;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    z-index: 1
}

.contact-info-btn:after {
    position: absolute;
    content: "";
    background-color: #ffffffad;
    width: 40px;
    height: 2px
}

.main-service {
    padding-top: 104px
}

.main-service-wrap {
    padding-top: 31px
}

.service-box {
    display: flex;
    border: 1px solid #ccc;
    padding: 60px 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative
}

.main-service-wrap .col:first-child .service-box {
    border-left: none
}

.main-service-wrap .col:last-child .service-box {
    border-right: none
}

.service-icon {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 55px
}

.service-icon:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/service-icon-before.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 89px;
    height: 88px;
    z-index: -1;
    top: -17px;
    left: -15px
}

.service-box h3 {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    padding-top: 50px
}

.service-btn {
    position: absolute;
    bottom: -22px;
    background-color: #fff;
    box-shadow: 0 10px 49px 0 rgba(0, 0, 0, .08);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: none
}

.service-btn i {
    color: #e53b00;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px
}

.service-box:hover {
    background-image: -moz-linear-gradient(-35deg, #e53b00 0, #ed6c09 49%, #f59d12 100%);
    background-image: -webkit-linear-gradient(90deg, #18315b 0, #17325e 100%);
    background-image: -ms-linear-gradient(-35deg, #e53b00 0, #ed6c09 49%, #f59d12 100%)
}

.service-box:hover h3 {
    color: #fff
}

.service-box:hover .service-icon i {
    filter: invert(100%) sepia(1%) saturate(4%) hue-rotate(146deg) brightness(117%) contrast(100%)
}

.service-box:hover a {
    display: block
}

.service-cta {
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}

.service-cta-para p {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.service-cta .contact-info ul li a h4 {
    color: #141232
}

.service-cta .contact-info ul li a h4 span {
    color: #141232
}

.service-cta .contact-info-btn:after {
    background-color: #141232
}

.service-cta .contact-info ul li:first-child a h4 span:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/chat.webp);
    width: 16px;
    height: 16px;
    right: -22px;
    background-repeat: no-repeat;
    background-size: contain
}

.service-cta .contact-info ul li {
    border-right: 1px solid #8b8b8b2e;
    padding: 0 21px
}

.service-cta .contact-info ul li:last-child {
    padding-right: 0;
    border-right: none
}

.service-cta .contact-info ul li a:hover h4 {
    color: #e92747
}

.main-package {
    padding: 104px 0
}

.package-carousel {
    padding-top: 50px
}

.package_box * {
    transition: all .2s ease-in-out
}

.package_box {
    background-color: #fff;
    border: 2px solid #b82f43;
    border-radius: 10px
}

.pkg_top {
    padding: 23px
}

.pkg_title {
    border-radius: 3px;
    background-color: #ededed;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
}

.pkg_title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    height: 35px;
}

.pkg_pricing_area {
    margin: 13px 0
}

.sale_price h3 {
    font-size: 45px;
    font-weight: 600;
    background-image: linear-gradient(90deg, #b82f43, #b82f43);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -3px;
    margin: 0
}

.cut_price h4 {
    color: #656565;
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    text-transform: lowercase;
}

.cut_price h4 span {
    text-decoration: line-through
}

.short_desc p {
    font-size: 13px;
    color: #3c3664
}

.pkg_details .slimScrollBar {
    opacity: 1 !important;
    border-radius: 0 !important;
    width: 5px !important
}

.pkg_details {
    padding: 20px;
    margin: 0 4px;
    background-color: #b82f430d;
    border-radius: 5px;
    border: 1px solid #fff3e1
}

.pkg_details ul {
    padding-right: 15px;
    padding-left: 23px
}

.pkg_details ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 20px;
    position: relative
}

.pkg_details ul li:before {
    content: "\f0da";
    position: absolute;
    font-weight: 700;
    color: #b82f43;
    font-size: 17px;
    left: -22px;
    font-family: "Font Awesome 5 Free"
}

li.list_hd {
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

li.list_hd:before {
    display: none
}

.pkg_bottom {
    padding: 13px 23px 23px
}

.order_btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 35px;
    background-image: none;
    background-color: #e92747
}

.order_btn:hover {
    color: #fff
}

.pkg_chat_btn {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    line-height: 21px
}

.pkg_chat_btn span {
    font-size: 10px;
    font-weight: 400;
    position: relative
}

.pkg_chat_btn span:before {
    content: "\f075";
    position: absolute;
    right: -24px;
    font-size: 16px;
    color: #b82f43;
    font-family: "Font Awesome 5 Free";
    font-weight: 700
}

.pkg_chat_btn:hover {
    color: #fff
}

.package_box:hover {
    background-color: #3c3664;
    box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .45)
}

.package_box:hover .pkg_title {
    background-color: #fff;
    box-shadow: 0 5px 38px 0 rgba(0, 0, 0, .25)
}

.package_box:hover .cut_price h4 {
    color: #fff
}

.package_box:hover .short_desc p {
    color: #d9d3ff
}

.package_box:hover .pkg_details {
    background-color: #2a2646;
    border-color: #58527e
}

.package_box:hover .pkg_details ul li {
    color: #d9d3ff
}

.package_box:hover .pkg_chat_btn {
    color: #fff
}

.package_box:hover .sale_price h3 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #e92747, #e92747)
}

.package-btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 54px
}

.package-btn-wrap .home-btn {
    color: #b82f43;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 16px 5px 16px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 23%
}

.package-btn-wrap .home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 70px;
    top: 24px;
}

.package-btn-wrap .home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 50px;
    height: 2px;
    right: 24px;
    bottom: 26px
}

.package-btn-wrap .home-btn:hover {
    color: #fff
}

.package-btn-wrap .home-btn:hover:after,
.package-btn-wrap .home-btn:hover:before {
    background-color: #ffffffd1
}

.package_box:hover .order_btn {
    background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
    background-image: -webkit-linear-gradient(0deg, #b82f43 0, #b82f43 100%);
    background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86a14 100%)
}

.package-carousel .owl-nav [class*=owl-] {
    background-color: #fff !important;
    border-radius: 50px;
    width: 52px;
    height: 52px;
    color: #e92747 !important;
    font-size: 17px !important;
    position: absolute;
    top: 50%;
    box-shadow: 0 17px 109px 0 rgb(0 0 0)
}

.package-carousel .owl-nav [class*=owl-]:hover {
    color: #fff !important;
    text-decoration: none;
    background-image: -moz-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);
    background-image: -webkit-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%);
    background-image: -ms-linear-gradient(0deg, #d43500 0, #e4500d 49%, #f46b19 100%)
}

.package-carousel .owl-nav [class*=owl-].owl-prev {
    left: -80px
}

.package-carousel .owl-nav [class*=owl-].owl-next {
    right: -80px
}

.package-carousel .owl-nav [class*=owl-]:focus {
    outline: 0
}

.main-cta {
    background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    background-image: -webkit-linear-gradient(90deg, #b82f43 0, #b82f43 100%);
    background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    height: 158px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 60px 0 0px 0;
}

.main-cta:before {
    width: 304px;
    height: 222px;
    content: "";
    position: absolute;
    background-image: url(../images/webp/cta-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: -17px;
}

.main-cta:after {
    width: 257px;
    height: 268px;
    content: "";
    position: absolute;
    background-image: url(../images/webp/cta-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: -25px;
    right: 0
}

.cta-text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.cta-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.cta-text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    display: flex;
    padding-top: 7px;
    align-items: center;
}

.cta-text h2:before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 70px;
    z-index: 1
}

.cta-text h2:after {
    position: absolute;
    content: "";
    background-color: #ffffff96;
    width: 52px;
    height: 2px;
    right: 18px
}

.cta-number {
    height: 100%;
    display: flex;
    align-items: center
}

.cta-number h3 {
    font-size: 96px;
    font-weight: 700;
    color: #e92747
}

.cta-contact h3 {
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
}

.cta-contact {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.cta-contact h3 span {
    font-weight: 700;
    color: #ffffff;
    font-family: Poppins, sans-serif
}

.cta-btn {
    display: flex;
    padding-top: 10px
}

.cta-btn .home-btn {
    color: #ef0f34;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 9px 5px 9px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    background-color: #fff;
    margin-right: 25px;
    top: 6px;
}

.cta-btn .home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 71px;
    top: 22px;
}

.cta-btn .home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 43px;
    height: 2px;
    right: 28px
}

.cta-btn a h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.cta-btn a h4 span {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    left: -30px;
}

.cta-btn a h4 span:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/chat.webp);
    width: 18px;
    height: 18px;
    right: -29px;
    filter: brightness(12.5);
}

.main-portfolio {
    padding: 88px 0
}

.main-portfolio ul {
    padding: 50px 0
}

.main-portfolio .nav-tabs .nav-item.show .nav-link,
.main-portfolio .nav-tabs .nav-link.active {
    background-color: #b82f43;
    color: #fff
}

.main-portfolio .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .07);
    font-weight: 400;
    font-size: 17px;
    color: #333;
    padding: 11px 32px;
    margin: 5px 10px;
    font-family: Poppins, sans-serif
}

.portfolio-box {
    transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #cccccc6b;
    text-align: center;
}

.portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.hovereffects-det {
    background-image: -webkit-linear-gradient(left, #c10012a6, #e24e5cb0);
    background-image: -o-linear-gradient(left, #f79e0cd1, #f86a14c4);
    background-image: linear-gradient(to right, #c10012a6, #e24e5cb0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: 5;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0
}

.btnstyles-nn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center
}

.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px
}

.main-work-detail {
    background-image: url(../images/webp/work-bg.webp);
    background-size: cover;
    height: 477px
}

.work-detail {
    padding-top: 104px;
    text-align: center
}

.work-detail h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.work-detail h3 {
    font-size: 52px;
    font-weight: 600;
    color: #fff
}

.work-detail h3 span {
    font-weight: 700;
    color: #e92747;
    font-family: Poppins, sans-serif
}

.work-detail p {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.work-detail .package-btn-wrap {
    padding-top: 20px
}

.work-detail .package-btn-wrap .home-btn {
    background-color: #fff;
    color: #2b2b2b;
    width: 20%
}

.work-detail .package-btn-wrap .home-btn:hover {
    color: #fff;
    background-color: #ef0f34
}

.main-industry {
    position: relative;
    padding: 40px 0;
    height: 600px
}

.industry-img {
    position: absolute;
    left: 10%
}

.industry-text h2 {
    font-size: 24px;
    color: #141232;
    font-weight: 600;
    line-height: 40px
}

.industry-text h2 span {
    font-size: 42px;
    font-weight: 700;
    color: #e92747;
    font-family: Poppins, sans-serif
}

.industry-text p {
    padding: 28px 0;
    color: #141232;
    font-size: 16px;
    font-weight: 400
}

.industry-btn-wrap .home-btn {
    color: #ef0f34;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 13px 5px 13px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 40%
}

.industry-btn-wrap .home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 50px;
    top: 21px
}

.industry-btn-wrap .home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 60px;
    height: 2px;
    right: 19px;
    bottom: 24px
}

.industry-btn-wrap .home-btn:hover:after,
.industry-btn-wrap .home-btn:hover:before {
    background-color: #ffffffd1
}

.industry-btn-wrap .home-btn:hover {
    color: #fff
}

.industry-text {
    margin-top: 95px
}

.footer-form-wrap {
    padding: 92px 0;
    position: relative
}

.footer-form-wrap:before {
    background-color: #e3e3e3;
    height: 198px;
    content: "";
    position: absolute;
    top: 0;
    width: 100%
}

.footer-form-wrap .form-before {
    position: relative;
    display: flex
}

.footer-form-wrap .form-before:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/footer-form-before.webp);
    background-size: contain;
    width: 353px;
    height: 457px;
    background-repeat: no-repeat;
    left: -40px
}

.footer-form-wrap .form-before:after {
    content: "";
    position: absolute;
    background-image: url(../images/webp/footer-form-after.webp);
    background-size: contain;
    width: 589px;
    height: 542px;
    background-repeat: no-repeat;
    right: -40px
}

.footer-text-sec {
    background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    height: 410px;
    padding: 85px 60px 60px 40px;
    margin-top: 12px
}

.footer-text-sec .quote {
    background: #fff;
    color: #333;
    max-width: 280px;
    padding: 25px 25px 18px;
    position: absolute;
    bottom: calc(100% - 44px);
    box-shadow: -2.232px 31.922px 43px 0 rgba(0, 0, 0, .14)
}

.footer-text-sec .quote p {
    color: #333;
    font-size: 35px;
    margin: 0;
    font-weight: 700;
    line-height: 47px
}

.footer-text-sec .quote:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent
}

.footer-text-sec p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #ffffff7d
}

.footer-text-sec a {
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.btn-white strong {
    color: #ee2042;
    font-weight: 600;
    margin-right: 4px
}

.footer-text-sec .btn-white {
    margin-top: 30px;
    padding: .75rem 1.5rem;
    background-color: #fff
}

.btn-round {
    border-radius: 100px
}

.btn-tup {
    text-transform: uppercase
}

.footer-form-sec h3 {
    font-size: 50px;
    font-weight: 700;
    color: #1b1948;
    padding-bottom: 8px
}

.footer-form-sec p {
    color: #666;
    font-size: 15px;
    font-weight: 400
}

.footer-form {
    margin-top: 50px
}

.footer-form input {
    height: 54px;
    border-radius: 50px;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
    margin-bottom: 25px
}

.footer-form .home-btn {
    background-color: #ee2042;
    color: #fff;
    width: 45%;
    padding: 12px 5px 12px 25px;
    border: none;
    margin-top: 13px;
}

.footer-form .home-btn:before {
    background-color: #fff;
    top: 19px
}

.footer-form .home-btn:after {
    background-color: #fff;
    bottom: 22px
}

.footer-form .form-group {
    margin-bottom: 0
}

.main-footer {
    background-image: url(../images/webp/footer-bg.webp);
    height: 473px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 57px;
    position: relative
}

.main-footer:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/footer-logo.webp);
    width: 682px;
    height: 155px;
    bottom: 0;
    left: 90px;
    background-size: contain;
    background-repeat: no-repeat
}

.footer-contact h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 40px
}

.footer-info p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400
}

.footer-info h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding-top: 0;
}

.footer-info ul {
    padding-top: 11px
}

.footer-info ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding-bottom: 12px
}

.footer-info ul li a:hover {
    color: #ee2042;
}

.footer-links ul li {
    padding-bottom: 7px
}

.footer-links ul li a {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
}

.footer-links ul li a:hover {
    color: #ee2042;
}

.footer-links ul li a i {
    font-size: 14px;
    color: #ffdcbe;
    padding-right: 10px
}

.copy-right {
    padding: 15px 0
}

.copyright-text {
    display: flex;
    height: 100%;
    align-items: center
}

.copyright-text p {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

.copyright-text ul {
    display: flex;
    padding-left: 8px
}

.copyright-text ul li a {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #141233;
    border-right: 1px solid #141233;
    padding: 0 5px
}

.copyright-text ul li:last-child a {
    border-right: none
}

.copyright-text ul li a:hover {
    color: #e15d08
}

.footer-social ul {
    display: flex
}

.footer-social ul li a {
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17252d;
    font-size: 18px
}

.footer-social ul li a:hover {
    background-color: #b82f43;
    border: 1px solid #b82f43;
    color: #fff
}

.inner-banner {
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden
}

.inner-banner .banner-text p:after,
.inner-banner .banner-text p:before {
    display: none
}

.inner-banner .banner-text h2 {
    padding: 6px 0 17px
}

.inner-banner .banner-text p {
    padding-bottom: 25px
}

.inner-banner .banner-text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center
}

.main-award {
    padding: 54px 0
}

.main-award h3 {
    text-align: center;
    font-size: 42px;
    color: #141234;
    font-weight: 700;
    padding-bottom: 40px
}

.award-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

.award-box p {
    font-weight: 600;
    color: #666;
    font-size: 18px;
    padding-top: 30px
}

.best-static-wrap {
    background-color: #f4f4f4;
    height: 733px;
    display: flex;
    align-items: center;
    position: relative
}

.best-static-img {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center
}

.best-static-img:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/best-static-before.webp);
    width: 554px;
    height: 554px;
    background-size: contain;
    top: 10px;
    z-index: -1;
    left: -21px
}

.best-static-text h4 {
    color: #141234;
    font-weight: 600;
    font-size: 24px
}

.best-static-text h3 {
    color: #e92747;
    font-weight: 700;
    font-size: 42px
}

.best-static-text p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 22px 0 33px
}

.best-static-text h2 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif
}

.best-static-text ul li {
    font-size: 16px;
    display: inline-flex;
    width: 49%;
    padding-top: 30px;
    color: #333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif
}

.best-static-text ul li i {
    padding-right: 10px;
    padding-top: 5px;
    color: #fd3f00;
    font-size: 18px
}

.best-static-text ul {
    padding-bottom: 50px
}

.best-static-btn .btn-white {
    padding: 11px 19px;
    background-color: #fff
}

.best-static-btn .btn-white:hover {
    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    background-image: -webkit-linear-gradient(90deg, #b82f43 0, #b82f43 100%);
    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    color: #ffffff;
}

.discount-btn {
    background-image: -moz-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    background-image: -webkit-linear-gradient(90deg, #b82f43 0, #b82f43 100%);
    background-image: -ms-linear-gradient(90deg, #f79e0c 0, #f86a14 100%);
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .07);
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50px;
    padding: 11px 22px;
    margin-left: 9px
}

.discount-btn:hover {
    background-image: none;
    background-color: #fff;
    color: #ee2042
}

.inner-portfolio .client-reviews-wrap {
    padding-top: 70px
}

.main-resource {
    background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    background-image: -webkit-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    padding: 95px 0
}

.main-resource .heading {
    padding-bottom: 53px
}

.main-resource .heading h2 {
    color: #fff
}

.main-resource .heading h3 {
    color: #fff
}

.main-resource .heading p {
    color: #6b698f
}

.resource-box {
    border: 1px solid #ffffff59;
    padding-left: 40px;
    height: 275px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px
}

.resource-box h3 {
    padding: 33px 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    min-height: 123px
}

.resource-box p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    display: none
}

.resource-box:hover {
    background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86b14 100%);
    background-image: -webkit-linear-gradient(90deg, #b82f43 0, #b82f43 100%);
    background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86b14 100%)
}

.resource-box:hover h3 {
    color: #ffffff;
}

.resource-box:hover img {
    display: none
}

.resource-box:hover p {
    display: block
}

.main-testi {
    padding: 75px 0 65px
}

.testi-wrap {
    padding-top: 60px
}

.testi-text h2 {
    color: #ee2042;
    font-size: 24px;
    font-weight: 600
}

.testi-text h3 {
    font-weight: 700;
    color: #141232;
    font-size: 42px;
    padding: 11px 0 20px;
    line-height: 46px
}

.testi-text p {
    color: #666;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.testi-text .btn-white {
    padding: 11px 19px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 30px
}

.testi-box-wrap {
    background: #ededed;
    padding: 40px 32px 25px;
    position: relative;
    text-align: left
}

.testi-box-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid #ededed;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.testi-box-wrap p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
    font-family: Poppins, sans-serif
}

.testi-box-wrap h5 {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0
}

.testi-box-wrap h5 span {
    font-size: 18px;
    display: block;
    color: #ee2042;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.testi-slider .item img {
    width: auto !important;
    display: inline-block !important;
    margin-top: 30px
}

.testi-slider .item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-img-wrap {
    padding: 65px 0
}

.contact-img-wrap .heading {
    padding-bottom: 100px
}

.inner-process {
    padding: 40px 0;
}

.inner-process-wrap {
    padding-top: 35px
}

.inner-process-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    border: 1px solid transparent;
    text-align: center
}

.inner-process-box:hover {
    background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
    border: 1px solid #dfdfdf
}

.process-img {
    position: relative
}

.process-img:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/process-after.webp);
    width: 88px;
    height: 86px;
    top: -11px;
    left: -13px
}

.inner-process-box h3 {
    padding: 38px 0 28px;
    color: #141234;
    font-weight: 600;
    font-size: 24px
}

.inner-process-box p {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}

.inner-portfolio-wrap .portfolio-box {
    margin: 0 10px 20px
}

.inner-portfolio-wrap .portfolio-box img {
    width: 100%
}

.inner-review-box {
    display: flex;
    flex-direction: column;
    align-items: center
}

.inner-review-box img {
    padding: 30px 0
}

.review-2 {
    margin-bottom: 0
}

.review-4 {
    margin-top: -70px;
    margin-bottom: 0
}

.review-5 {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 35px
}

.review-6 {
    margin-top: -15px
}

.review-8 {
    margin-top: -195px
}

.review-7 {
    margin-top: -120px
}

.review-9 {
    margin-top: -50px
}

.review-name {
    display: flex;
    align-items: center
}

.review-name h5 span {
    font-size: 18px;
    display: block;
    color: #ee2042;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.review-name h5 {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0
}

.inner-review-box .testi-box-wrap {
    padding: 40px 32px 25px;
    position: relative;
    text-align: left;
    background-image: -moz-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f1f1f1 0, #fff 100%);
    border: 1px solid #dadada;
    border-radius: 15px
}

.inner-review-box .testi-box-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid rgb(242 242 242);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.about-banner .banner-text ul {
    padding: 30px 0;
    padding-top: 0
}

.about-banner .banner-img {
    right: -30px
}

.main-testi {
    padding: 55px 0 65px
}

.inner-about-wrap {
    height: 455px;
    position: relative;
    display: flex;
    align-items: center
}

.inner-about-wrap:before {
    content: "";
    position: absolute;
    background-color: #1c1949;
    height: 320px;
    width: 50%;
    top: 60px
}

.inner-about-wrap:after {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f4f4ff 0, #fff 100%);
    height: 320px;
    width: 50%;
    top: 60px;
    border: 1px solid #dfdfdf;
    right: 0
}

.about-text-right {
    z-index: 2;
    position: relative;
    padding: 0 40px
}

.about-text-right h3 {
    font-weight: 600;
    font-size: 24px;
    color: #1c1949;
    position: relative;
    padding-bottom: 68px
}

.about-text-right h3:before {
    position: absolute;
    content: "";
    background-image: url(../images/webp/about-icon.webp);
    width: 145px;
    height: 8px;
    top: 60%
}

.about-text-right p {
    font-weight: 400;
    color: #666;
    font-size: 15px;
    line-height: 27px
}

.about-text-color h3 {
    color: #fff
}

.about-text-color h3:before {
    filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg) brightness(109%) contrast(97%);
    right: 0
}

.about-text-color p {
    color: #fff;
    text-align: end;
    font-size: 14px
}

.expertise-text h3 {
    font-size: 39px;
    font-weight: 700;
    color: #141234;
    padding-bottom: 22px
}

.expertise-text h3 span {
    color: #e92f4d;
    font-family: Poppins, sans-serif
}

.expertise-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.counter-box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px
}

.counter-box {
    background-color: #f4f4f4;
    padding: 15px 20px;
    text-align: center
}

.counter-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #e92747
}

.counter-box p {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    line-height: 19px
}

.counter-box h2 sup {
    top: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.expertise-top-wrap {
    padding-bottom: 40px
}

.expertise-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.packages-tab ul {
    padding: 40px 0 30px;
    border-bottom: none
}

.packages-tab .nav-tabs .nav-item.show .nav-link,
.packages-tab .nav-tabs .nav-link.active {
    background-color: #e92747;
    color: #fff
}

.packages-tab .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, .07);
    font-weight: 400;
    font-size: 17px;
    color: #333;
    padding: 11px 32px;
    margin: 5px 10px;
    font-family: Poppins, sans-serif
}

.popup_form .modal-dialog {
    max-width: 956px;
    margin: 1.75rem auto !important
}

.popup_form .modal-content {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid;
    position: relative
}

.popup_form .modal-content:before {
    content: "";
    position: absolute;
    background: url(../images/webp/popup_close.webp);
    height: 145px;
    width: 145px;
    right: -50px;
    top: -62px;
    z-index: 1
}

.popup_form .modal-content:after {
    content: "";
    position: absolute;
    background: url(../images/webp/popup_center_circle.webp);
    height: 198px;
    width: 323px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 93px;
    z-index: 0
}

.popup_right {
    background: url(../images/webp/popup_bg.webp) no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 0 22px 22px 0;
    position: relative
}

.popup_form .modal-content .close {
    font-size: 27px;
    color: #fff;
    text-shadow: none;
    opacity: .99;
    float: inherit;
    top: 4px;
    right: 14px;
    position: absolute;
    z-index: 2
}

.popup_form .modal-content .close:focus {
    outline: 0
}

.popup_left {
    padding: 45px 85px 45px 65px;
    position: relative
}

.popup_left:before {
    content: "";
    background: url(../images/webp/popup_circle.webp);
    width: 48px;
    height: 207px;
    left: 0;
    top: 30px;
    position: absolute
}

.popup_left:after {
    content: "";
    background: url(../images/webp/popup_bottom_circle.webp);
    width: 57px;
    height: 79px;
    left: 0;
    bottom: 0;
    position: absolute
}

.popup_form_box {
    text-align: center;
    position: relative
}

.popup_form_box:before {
    content: "";
    position: absolute;
    background: url(../images/webp/choose-right.webp);
    width: 47px;
    height: 125px;
    right: -74px;
    top: -23px
}

.popup_form_box:after {
    content: "";
    position: absolute;
    background: url(../images/webp/popup_triangle.webp);
    width: 29px;
    height: 157px;
    right: -58px;
    bottom: -12px
}

.popup_form_box .form-control {
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding-left: 45px;
    position: relative;
    z-index: 1
}

.popup_form_box input::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #bcbcbc
}

.popup_form_box .form-group {
    position: relative;
    margin-bottom: 22px
}

.popup_form_box .form-group i {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 20px;
    color: #b82f43;
}

.popup_btn h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px
}

.popup_btn button {
    background-image: linear-gradient(90deg, #b82f43, #b82f43);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 11px 35px
}

.sprite {
    background-image: url(../images/webp/sprite.webp);
    background-repeat: no-repeat;
    display: block
}

.sprite-feature-icon-1 {
    width: 59px;
    height: 59px;
    background-position: -5px -5px
}

.sprite-feature-icon-2 {
    width: 58px;
    height: 58px;
    background-position: -74px -5px
}

.sprite-feature-icon-3 {
    width: 58px;
    height: 58px;
    background-position: -142px -5px
}

.sprite-feature-icon-4 {
    width: 58px;
    height: 58px;
    background-position: -74px -73px
}

.sprite-phone {
    width: 12px;
    height: 30px;
    background-position: -210px -5px
}

.sprite-service-icon-1 {
    width: 62px;
    height: 62px;
    background-position: -142px -73px
}

.sprite-service-icon-2 {
    width: 67px;
    height: 56px;
    background-position: -5px -145px
}

.sprite-service-icon-3 {
    width: 69px;
    height: 61px;
    background-position: -82px -145px
}

.sprite-service-icon-4 {
    width: 61px;
    height: 61px;
    background-position: -161px -145px
}

.sprite-service-icon-5 {
    width: 70px;
    height: 54px;
    background-position: -232px -5px
}

.sprite-service-icon-6 {
    width: 58px;
    height: 59px;
    background-position: -214px -69px
}

.sprite-service-icon-7 {
    width: 69px;
    height: 53px;
    background-position: -232px -138px
}

.sprite-us-flag {
    width: 34px;
    height: 34px;
    background-position: -232px -201px
}

.left-right-mov::before {
    -webkit-animation-name: left-rigt-1;
    animation-name: left-rigt-1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

@-webkit-keyframes left-rigt-1 {
    0% {
        right: 71px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        right: 26px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes left-rigt-1 {
    0% {
        right: 71px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        right: 26px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.detail_title .banner-text h2 {
    font-size: 37px;
    font-weight: 700
}

.detail_title .banner-text {
    text-align: center
}

.pacakge-details.det-packages {
    background-color: #f7f7f7db;
    padding: 80px 0
}

.pricing-details-left .sechead {
    text-align: left;
    color: #fff;
    margin-left: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-details-left .sechead h3 {
    margin-bottom: 20px;
}

.pricing-details-left .sechead p {
    color: #848181;
    font-size: 17px;
    line-height: 28px;
    margin: 0px 0 13px;
}

.pricing-details-left ul {
    margin-bottom: 0;
    margin-top: 24px;
    display: flex;
    align-items: center
}

.pricing-details-left ul li:first-child a {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 35px;
    background-image: none;
    background-color: #e92747;
    margin-right: 20px
}

.pricing-details-left ul li:first-child a:hover {
    background-image: -moz-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
    background-image: -webkit-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
    background-image: -ms-linear-gradient(0deg, #f79e0c 0, #f86a14 100%);
    color: #fff
}

.pricing-details-left ul li .liovechats-bx {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    line-height: 21px
}

.pricing-details-left ul li .liovechats-bx span {
    font-size: 10px;
    color: #464646;
    position: relative
}

.pricing-details-left ul li .liovechats-bx a span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f4ad";
    position: absolute;
    right: -25px;
    top: -2px;
    color: #e92747;
    font-size: 16px
}

.pricing-details-left ul li .liovechats-bx h5 {
    font-size: 18px;
    margin: 0;
    color: #464646
}

.pricing-details-left ul li .liovechats-bx:hover a span:before {
    color: #3b2165
}

.pricing-details-left ul li .liovechats-bx:hover a h5,
.pricing-details-left ul li .liovechats-bx:hover a span {
    color: #f87a12
}

.pricing-details-left ul li .liovechats-bx:hover {
    background-color: #fff
}

.sechead h3 {
    color: #212121;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700
}

.view_detail_btn {
    text-align: center;
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    display: none;
}

.package_box:hover .view_detail_btn {
    color: #f78c0f
}

.pacakge-details .boxpackages {
    padding: 20px 16px 16px
}

.pacakge-details .package_box {
    padding-bottom: 20px
}

.banner-text img {
    display: none;
}

.main-award {
    display: none;
}


/* privacy-thankyou-css */

.main-privacy {
    padding: 60px 0 80px;
    background-color: #fff;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.main-privacy h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-privacy p,
.main-privacy li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
}

.thankyou_sec {
    padding: 0px;
    height: 75vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #ff7215;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: #16171a;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
}

.disclaimer-wrap p {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    font-family: Poppins,sans-serif;
}
.disclaimer-wrap {
    padding-bottom: 20px;
}

/* banner-new-form-css */
.slider-form {
    height: auto;
    padding: 0px;
    text-align: center;
    margin-top: 30px;
    z-index: 2;
    /* background: #c2c1bf; */
    /* border-radius: 90px; */
    /* background: rgba(194, 193, 191, 0.9); */
}
.slider-form button::before {
    right: 35px;
}
.offr-frm {
    padding: 0 0 25px;
    padding-bottom: 25px;
    padding-bottom: 25px;
    padding-bottom: 0;
}
.slider-form .form-group {
    position: relative;
    margin-bottom: 0;
}
.slider-form .form-group .icon-bg {
    position: absolute;
    margin-top: 0;
    left: 2px;
    width: 52px;
    height: 52px;
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
    line-height: 48px;
    border-right: 0;
    z-index: 0;
    top: 0px;
}
.slider-form .form-group .icon-bg svg {
    fill: #666;
}
.slider-form .form-control {
    border: 0;
    background-color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    height: 50px;
    outline: 0;
    border-radius: 3px;
    padding-left: 50px;
    border: 1px solid transparent;
}
.banner-form-btn-wrapp button {
    padding: 18px 70px;
    outline: 0;
    font-weight: 700 !important;
    margin: 0;
    font-size: 16px;
    width: auto;
    height: auto;
}
.banner-form-wrapp {
    border: 2px solid #999;
    border-radius: 60px;
    border-bottom-left-radius: 0;
    position: absolute;
}
.banner-form-wrapp button {
    color: #fff !important;
}
.banner-form-wrapp button:hover {
    color: #fff;
}
.banner-form-wrapp::before {
    content: "";
    background-color: #ababab;
    left: 0;
    position: absolute;
    width: 95%;
    height: 90%;
    border-radius: 0 40px 40px;
    transform-origin: left center;
    bottom: 1px;
    z-index: -1;
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transform: skewY(8deg);
}
.banner-form-wrapp:hover::before {
    transform: skewY(15deg);
    width: 79%;
}
.banner-form-wrapp:hover .for_main,
.banner-form-wrapp:hover .form-hdgs {
    background: #f0efe9a1;
}
.form-hdgs h3 {
    color: #333;
    font-size: 25px;
}
.form-hdgs {
    padding: 40px 30px 15px;
    background: #f0efe9;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    transition: background-color 0.2s linear;
}
.for_main {
    background: #e6e5e3;
    border-bottom-right-radius: 60px;
    transition: opacity 0.2s linear;
}
.form-hdgs + p {
    background: #97201d;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.new-form-sec{padding: 30px 0px 50px;background: rgba(194,193,191,.9);/* margin: 50px 0px 0px; */\:;}

.banner-form-btn-wrapp button {
    padding: 20px 70px;
    outline: 0;
    font-weight: 700!important;
    margin: 0;
    font-size: 16px;
    width: auto;
    height: auto;
    background-color: #b82f43 !important;
    box-shadow: 0 9px 27px 0 rgb(0 0 0 / 15%);
    color: #f3f3f3;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    line-height: 10px;
}
.banner-new-form label {
    display: none !important;
}
.banner-new-form .error{
    border: 1px solid red;
}
.best-static-btn .btn-white:hover strong {
    color: #fff;
}
.resource-box img {
    filter: brightness(118.5);
}