@font-face {
    font-family: "Erstoria-Regular";
    src: url("../fonts/Erstoria-Regular.ttf");
    
}

@font-face {
    font-family: "SFProDisplay-Bold";
    src: url("../fonts/SFProDisplay-Bold.OTF");
}

@font-face {
    font-family: "SFProDisplay-Medium";
    src: url("../fonts/SFProDisplay-Medium.OTF");
}

@font-face {
    font-family: "SFProDisplay-Regular";
    src: url("../fonts/SFProDisplay-Regular.OTF");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: "Erstoria-Regular";
}

p,
ul {
    font-family: "SFProDisplay-Regular";
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
textarea {
    font-family: "SFProDisplay-Regular";
    margin: 0;
    padding: 0;
}

a,
button {
    font-family: "SFProDisplay-Regular";
    margin: 0;
    padding: 0;
}

a:hover {
    color: inherit;
}


body {
    overflow-x: hidden;
    background: #fff;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

:root {
    --color-primary: #e81a2a;
    --color-secondary: #161515;
    --color-text: #302C2C;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    padding-left: 15px;
    background: #c9c9c9;
}

::-webkit-scrollbar-thumb {
    background: #242729;
    border-radius: 10px;
}


.footer-info-area {}

.footer-info-area h4 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 16px 0;
}

.footer-top {
    background: #201e1e;
    padding: 3rem 0;
}

.footer-top a {
    display: block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 7px 0;
}

.footer-top p {
    color: #fff;
    width: 74%;
}

.footer-top img {
    width: 225px;
    padding: 0 0 20px 0;
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2e3192;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(125 234 216 / 55%)
}

.main-heading h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

h2 {
    text-transform: uppercase
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000
}

::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

.mobile-menu {
    display: none
}

.mobile-menu .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border: 2px solid #fff
}

.mobile-menu .mobile-cross {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    border: 2px solid #fff
}

.mobile-menu .nveMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: translateX(-320px);
    transition: all .5s cubic-bezier(.7, 0, .3, 1);
    padding: 40px 20px;
    border: 2px solid #fff
}

.mobile-menu .nveMenu.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgb(0 0 0 / .71);
    opacity: 0;
    visibility: hidden;
    transition: all .5s cubic-bezier(.7, 0, .3, 1)
}

.mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.mobile-menu .navlinks li {
    display: block;
    padding: 8px 0
}

.mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    text-decoration: none
}

.mobile-menu .navlinks li a:hover {
    text-decoration: none
}

.mobile-dropdown button {
    background: 0 0;
    border: none;
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    text-decoration: none
}

.mobile-dropdown ul.dropdown-menu.show {
    border-radius: 0 0 20px 20px;
    border: none;
    padding: 15px;
    box-shadow: 0 15px 35px #00000029;
    overflow: auto
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center
}

.active-class {
    border: 2px solid #000
}

.header {
    position: fixed;
    z-index: 99;
    height: 100px;
    top: 0;
    width: 100%;
    background: #0000001f;
    padding: 20px 0;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    border-bottom: 2px solid #fff0
}

.active-header {
    background-color: #fff;
    top: 0
}

.second-header {
    background: #fff;
    display: none;
    visibility: hidden;
    position: fixed;
    transition: all .75s linear !important;
    width: 100%;
    border-bottom: 1px solid #f2653a;
    padding: 10px 0;
    line-height: 0
}

.second-header.sticky-header {
    display: flex;
    visibility: visible;
    transition: all .75s linear !important;
    top: -100px;
    transform: translateY(100px);
    z-index: 200
}

.second-header .dropdown-nav {
    margin: 12px 0;
    padding: 10px 15px 0 15px
}

.second-header-dropdown li a:hover {
    color: #f2653a
}

.second-header ul.nav.navbar-na {
    line-height: 70px;
    top: 0
}

.header-top-bg {
    background: transparent;
    line-height: 70px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    padding: 21px 0;
}

.header-top {
    display: flex;
    justify-content: space-between
}

.header-top-bg .top-number a {
    border-radius: 0 20px 20px 0;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 700
}

.header-top-bg .top-number a:hover {
    color: #2e3192
}

.header-top-bg .top-btn-1 {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    margin: 0 10px 0 0
}

.header-top-bg .top-btn-2 {
    background: #2e3192;
    border-radius: 5px;
    text-decoration: none;
    padding: 7px 25px;
    color: #fff;
    border: 2px solid #2e3192
}

.main-logo {
    width: 150px
}

.main-header-bg {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    line-height: 94px;
    padding: 5px 0
}

.main-header-bg .main-header {
    display: flex;
    justify-content: space-between
}

.main-header-bg .main-header ul {
    list-style: none;
    text-transform: uppercase
}

.main-header .main-navigation ul li a {
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    font-weight: 600;
    font-size: 15px
}

.main-header .main-navigation ul li a:hover {
    color: #000
}

.main-header .dropdown .dropdown-menu {
    box-shadow: 0 15px 35px #00000029;
    border-radius: 10px;
    opacity: 1;
    top: 63px;
    padding: 10px 20px;
    background-color: rgb(255 255 255 / 36%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px)
}

.main-header .dropdown .dropdown-menu ul li a {
    letter-spacing: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px 0 40px
}

.main-header .main-navigation li .main-nav-btns a {
    background: #2e3192;
    padding: 10px 10px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    font-weight: 600;
    border: 1px solid #fff0;
    color: #000
}

.main-header .main-navigation li .main-nav-btns a:hover {
    background: #fff0;
    border: 1px solid #000
}

.main-header .main-navigation li .main-nav-btns a i {
    color: #000;
    font-size: 16px;
    margin: 0 0 0 0
}

.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block
}

.main-navigation .dropdown-menu {
    line-height: 40px;
    width: max-content
}

.main-dropdown-arrow .button {
    position: relative
}

.main-dropdown-arrow .button:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    width: 8px;
    height: 8px;
    border: 2px solid #2e3192;
    border-left: 0;
    transform: rotate(316deg);
    border-top: 0;
    transition: all .3s ease
}

.main-dropdown-arrow .button:hover:after {
    left: 3px;
    left: 3px
}

.navi-drop-hr {
    width: 95% !important;
    margin: 0
}

section.main-banner-bg {
    padding: 162px 0 75px;
    background-size: cover;
    background-repeat: no-repeat
}

.main-banner-bg h5 {
    color: #2e3192;
    padding: 10px 0;
    text-transform: uppercase
}

.main-banner-bg h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 56px
}

.main-banner-bg p {
    font-size: 15px;
    color: #fff;
    padding: 24px 0;
}

.main-banner-bg span {
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px
}

.main-banner-bg ul {
    padding-left: 20px;
    color: #fff;
    margin-bottom: 10px
}

.main-banner-bg ul li {
    font-size: 16px;

    line-height: 26px
}

.main-banner-btn {
    display: flex;
    margin: 30px 0
}

.main-banner-btn .service-btn a {
    background: #2e3192;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin: 0 8px 0 0;
    padding: 10px 14px !important;
    transition: .3s;
    border: 2px solid #2e3192;
}

.main-banner-btn .service-btn a:hover {
    background: 0 0;
    color: #2e3192;
    border: 2px solid #2e3192
}

.main-banner-btn .contact-btn a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    margin: 0 8px 0 0;
    text-decoration: none
}

.main-banner-btn .contact-btn a:hover {
    background: #2e3192;
    color: #000;
    border: 2px solid #2e3192
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.ticker-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 8rem;
    background-color: #fff0;
    box-sizing: content-box
}

.ticker-wrap .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 8rem;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 50s;
    animation-duration: 50s
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 113px;
    font-weight: 600;
    color: #ffffff1c;
    text-transform: uppercase
}

.banner-logo-bg {
    background: #ed0742;
    padding: 30px 0
}

.banner-form {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    border-radius: 15px;
    padding: 35px;
    position: relative;
    top: 60px;
    margin: 0
}

.banner-btn button {
    background: #2e3192;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    border: 2px solid #2e3192
}

.banner-logo-bg input {
    height: 50px
}

.banner-logo-bg .owl-carousel .owl-item img {
    width: 160px
}

.exceptional-bg {}

.exceptional-content p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.7;
}

.exceptional-content h5 {
    color: #2e3192;
    padding: 10px 0;
    text-transform: uppercase
}

.exceptional-icon-inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0
}

.exceptional-icon img {
    width: 70px
}

.exceptional-content h1,
.exceptional-content h2,
.exceptional-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.exceptional-content span {
    font-size: 28px;
    display: block;
    line-height: 38px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000
}

.exceptional-content ul {
    padding-left: 20px;
    margin-bottom: 10px
}

.exceptional-content ul li {
    font-size: 16px;

    line-height: 26px
}

.exceptional-icon h4 {
    font-size: 35px;
    font-weight: 700;
    color: #000
}

.exceptional-icon h5 {
    font-size: 15px
}

.leader-bg {
    padding: 50px 0
}

.leader-text {
    text-align: center;
    padding: 30px 0
}

.leader-text h1,
.leader-text h2,
.leader-text h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000
}

.leader-card .box-container {
    align-items: center;
    justify-content: space-around
}

@media screen and (min-width: 1380px) {
    .leader-card .box-container {
        flex-direction: row
    }
}

.leader-card .box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    max-width: 100%
}

.leader-card .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.leader-card .flip-box-back,
.leader-card .flip-box-front {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 300px;
    -ms-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.leader-card .flip-box-front {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 5px 20px #0000003d;
    border-radius: 7px;
    margin: 10px 0
}

.leader-card .flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.leader-card .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 5px 20px #0000003d;
    background: #2e3192 ! IMPORTANT;
}

.leader-card .flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.leader-card .flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 18px;
    outline: 1px solid #fff0;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%
}

.leader-card .flip-box-header {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding: 7px 0;
}

.leader-card .flip-box p {
    font-size: 15px;
    line-height: 1.5em;
    height: 95px;
    overflow: auto
}

.leader-card .flip-box-button {
    background-color: #fff0;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase
}

.leader-inner-text p {
    font-size: 15px
}

.color-black {
    color: #000
}

.color-white,
.color-white .flip-box-header {
    color: #fff
}

.cta-bg {
    background-size: cover;
    background-color: #ed0742;
}

.cta-text {
    padding: 50px 0
}

.cta-text h2,
.cta-text h4,
.cta-text h3 {
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}

.cta-text p {
    font-size: 17px;
    color: #fff
}

.cta-btn {
    display: flex;
    margin: 30px 0
}

.cta-btn .service-btn a {
    background: #2e3192;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #2e3192;
    transition: .3s;
    margin: 0 10px
}

.cta-btn .service-btn a:hover {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff
}

.cta-btn .contact-btn a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    transition: .3s;
    text-transform: uppercase
}

.cta-btn .contact-btn a:hover {
    border: 2px solid #2e3192;
    color: #000;
    background-color: #2e3192
}

.services-header {
    padding: 10px 0 20px 0
}

.our-services-bg {
    padding: 50px 0
}

.our-services-bg .services-header h4 {
    color: #ed0742;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.our-services-bg .services-header h2,
.our-services-bg .services-header h3,
.our-services-bg .services-header h5 {
    color: #000;
    font-size: 45px;
    font-weight: 700
}

.our-service-card {
    text-align: center;
    padding: 15px 30px
}

.our-service-card h4,
.our-service-card h3,
.our-service-card h6 {
    font-size: 22px;
    font-weight: 700;
    color: #000
}

.our-service-card p {
    font-size: 17px
}

.our-services-bg .our-service-card-border {
    border-right: 1px solid #ed0742;
    margin: 20px 0;
    position: relative
}

.our-services-bg .our-service-card-border2 {
    border-right: 1px solid #ed0742;
    margin: 20px 0;
    position: relative
}

.our-services-bg .our-service-card-border:before {
    content: "";
    background: #bcb6c1;
    width: 90%;
    height: 1px;
    margin: 0 5px;
    position: absolute;
    bottom: -20px
}

.our-services-bg .our-service-card-border2:before {
    content: "";
    background: #fff;
    width: 90%;
    height: 1px;
    margin: 0 5px;
    position: absolute;
    bottom: -20px
}

.our-service-card-border:nth-child(5n) {
    border-right: none
}

.portfolio-bg {
    background-image: url(../images/portfolio-bg.webp);
    background-size: cover;
    padding: 50px 0
}

.portfolio-header h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ed0742;
    text-transform: uppercase;
    padding: 20px 0 0 0
}

.portfolio-header h2,
.portfolio-header h5 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #2e3192 !important;
    border: 1px solid #2e3192
}

.nav-pills .nav-link {
    border-radius: .25rem;
    border: 1px solid #fff;
    border-radius: .25rem;
    margin: 0 15px;
    color: #fff
}

.portfolio-btn-btm a {
    background-color: #2e3192;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 5px;
    transition: .3s
}

.portfolio-btn-btm a:hover {
    background: 0 0;
    color: #2e3192;
    border: 2px solid #2e3192
}

.portfolio-bg img {
    display: block;
    margin: 0 50px 0;
    transform: scale(1);
    transition: .3s;
    padding: 10px;
    width: 100% !important;
    object-position: center;
    object-fit: cover;
    min-height: 300px;
    max-height: 300px;
}

.portfolio-bg img:hover {
    transform: scale(1.1)
}

.ultimate-bg {
    background-image: url(../images/ultimate-bg.webp);
    background-size: cover;
    padding: 60px 0
}

.ultimate-bg-2 {
    background-color: #fff;
    padding: 60px 0
}

.ultimate-content h5 {
    color: #2e3192;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.ultimate-content h2,
.ultimate-content h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase
}

.ultimate-btn a {
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase
}

.ultimate-main-img {
    padding: 80px 0 0 60px
}

.ultimate-ul {
    padding: 15px 0 15px 20px;
    list-style: none
}

.ultimate-ul li::before {
    content: "\2022";
    color: #2e3192;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.howdoes-bg {
    padding: 50px 0;
    background: #fff
}

.howdoes-header {
    margin-bottom: 20px
}

.howdoes-header h2,
.howdoes-header h5 {
    font-size: 45px;
    font-weight: 700;
    color: #000
}

.howdoes-header p {
    font-size: 15px
}

.howdoes-disc {
    padding: 20px 10px
}

.howdoes-disc-num {
    font-size: 30px;
    background-color: #2e3192;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.howdoes-disc-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px 0;
    text-transform: uppercase
}

.howdoes-contact {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    border: 1px solid #7070704D;
    border-radius: 10px;
    padding: 30px
}

.howdoes-contact h3 {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px 0
}

.howdoes-contact h4 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px
}

.howdoes-contact .form-floating {
    margin: 0 30px
}

.howdoes-contact-btn button {
    background-color: #2e3192;
    border-radius: 5px;
    padding: 10px 0;
    width: 90%;
    transition: .3s;
    margin: 10px 0;
    border: 1px solid #2e3192;
    color: #fffcfc;
    font-size: 20px
}

.howdoes-contact-btn button:hover {
    border: 1px solid #001a45;
    background: 0 0;
    color: #000
}

.testimonial-bg {
    padding: 50px 0
}

.testimonial-header h2,
.testimonial-header h5 {
    color: #000;
    font-size: 35px;
    font-weight: 700
}

.testimonial-header p {
    color: #fff
}

.testimonial-inner {
    border-radius: 10px;
    margin: 10px;
    padding: 30px 20px;
    background: #2e31920f;
    border: 1px solid #2e3192;
}

.testimonial-inner img {
    filter: invert(60%) sepia(65%) saturate(1688%) hue-rotate(195deg) brightness(89%) contrast(93%);
}

.testimonial-inner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    height: 85px;
    overflow: auto;
    padding: 15px 0
}

.testimonial-inner p {
    color: #000;
    padding: 10px 10px 0 0;
    height: 180px;
    overflow: auto
}

.testimonial-inner p::-webkit-scrollbar{
    width: 3px;
}

.testimonial-icon-img img {
    width: 100px !important;
    height: 25px
}

.testimonial-inner-content h5 {
    font-size: 30px;
    font-weight: 700;
    color: #2e3192
}

.testimonial-inner-content h3,
.testimonial-inner-content h6 {
    font-size: 22px;
    font-weight: 700;
    color: #2e3192;
    padding: 0 16px;
}

.testimonial-disc {
    padding: 15px 0 0
}

.testimonial-bg .owl-theme .owl-nav {
    margin-top: 10px;
    color: #2e3192;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 186px !important;
    margin: 0 -50px
}

.testimonial-bg .owl-theme .owl-nav button {
    background-color: #fff;
    width: 30px;
    height: 30px
}

.testimonial-bg .owl-theme .owl-nav [class*=owl-]:hover {
    background: #2e3192;
    color: #FFF;
    text-decoration: none
}

.need-to-write-bg {
    padding: 100px 0
}

.needto-inner {
    background: #fff0;
    box-shadow: 0 3px 30px #00000029;
    border: 1px solid #7070704D;
    border-radius: 20px;
    padding: 50px
}

.needto-inner h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000
}

.needto-inner p {
    padding: 0 92px
}

.footer-bg {
    background: #fff0 radial-gradient(closest-side at 50% 50%, #000 0, #000 100%);
    padding: 30px 0
}

.footer-content-1 p {
    font-size: 17px;
    color: #fff;
    padding: 10px 0
}

.social-icons a {
    padding: 0 5px 0 0
}

.social-icons a i {
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 40px;
    padding: 8px
}

.social-icons a img.twitter-icon {
    filter: invert(1);
    width: 32px
}

.footer-content-2 h4,
.footer-content-3 h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700
}

.footer-content-2 ul li {
    color: #2e3192
}

.footer-content-2 ul li a {
    color: #fff;
    text-decoration: none
}

.footer-content-2 ul li a:hover {
    color: #2e3192;
    text-decoration: none
}

.footer-content-3 {
    color: #fff
}

.footer-content-3 ul {
    list-style: none
}

.footer-content-3 ul li {
    display: flex;
    padding: 5px 0
}

.footer-content-3 li i {
    padding: 4px 10px 0 0
}

.footer-content-3 a {
    color: #fff;
    text-decoration: none
}

.footer-content-3 a:hover {
    color: #2e3192
}

.footer-hr {
    height: 1px !important;
    color: #fff;
    margin: 35px 0 20px 0;
    opacity: 1
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    color: #fff
}

.footer-btm a {
    color: #fff;
    text-decoration: none
}

.footer-btm a:hover {
    color: #2e3192;
    text-decoration: none
}

.footer-logo {
    width: 200px;
    margin: 10px 0
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    right: -371px;
    top: 15%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151 / .09);
    border-radius: 3px 0 0 3px;
    border-radius: 30px 0 0 30px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
    background-color: #2e3192;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.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 {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    left: -47px;
    white-space: pre;
    bottom: 87px;
    color: #fff;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form {
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f
}

.ban-form input {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
    width: 100%
}

.banner-form h3 {
    color: #141315;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700
}

.banner-form h3 strong {
    font: 24px/24px Poppins, sans-serif;
    font-weight: 600
}

.ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: #fff0;
    cursor: pointer;
    background-color: #2e3192
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: 0 !important;
    margin: 15px 0 0 0;
    resize: none
}

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

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

.btns_wrap .call_wrap {
    width: 280px;
    border: 1px solid #fff;
    background-color: #2e3192;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
    border-radius: 30px 0 0 30px
}

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

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #2e3192;
    top: 0;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 0 40px #00000026 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 30px 0 0 30px;
    z-index: 9999
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #ffffff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px
}

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

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0
}

.fldset.inpchecbx {
    margin: 10px 0 0 0
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0
}

.fldset p a {
    display: block;
    padding: 5px 0 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.intl-tel-input .country-list .country {
    font-size: 14px
}

@media screen and (max-width: 736px) {
    .floatbutton {
        display: none
    }
}

.about-form {
    background: #ffffff91;
    box-shadow: 0 5px 30px #00000029;
    border: 1px solid #0000004D;
    border-radius: 30px;
    padding: 30px 50px;
    margin: 50px 0;
    position: relative
}

.about-form .about-form-head {
    padding: 5px 0 10px 0
}

.about-form .form-head-content h4 {
    color: #010101;
    font-size: 20px
}

.about-form .form-head-content h3 {
    color: #2e3192;
    font-size: 25px;
    font-weight: 700
}

.about-form .form-head-book {
    position: absolute;
    top: -30px;
    right: 51px
}

.about-form .form-head-btn button {
    color: #000;
    font-size: 20px;
    background: #2e3192;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    border: none;
    transition: .3s
}

.about-form .form-head-btn button:hover {
    border: 1px solid #001a45;
    background: 0 0;
    color: #000
}

.the-ultimate-bg {
    background-color: #f2f2f2
}

.the-ultimate-content {
    padding: 100px 0 150px 0
}

.the-ultimate-content h4 {
    color: #2e3192;
    font-size: 20px;
    font-weight: 700
}

.the-ultimate-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.whoisghostwriting {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    border: 1px solid #7070704D;
    border-radius: 10px;
    padding: 30px;
    margin: -120px 0 0 0
}

.whoisghostwriting-p p {
    padding: 5px 0
}

.center-line {
    height: 75% !important;
    background-color: #000;
    width: 5%;
    margin: 47px 0 0 0
}

.whoisghostwriting h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000
}

.perspective-inner h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000
}

.perspective-bg {
    padding: 30px 0
}

.perspective {
    padding: 30px 0
}

.perspective h2 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase
}

.perspective-card {
    background: #fff;
    box-shadow: 0 3px 30px #00000029;
    border: 1px solid #70707014;
    border-radius: 15px
}

.perspective-inner {
    padding: 20px;
    text-align: center
}

.perspective-inner p {
    height: 100px;
    overflow: auto
}

.perspective-inner h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000
}

.every-book-bg {
    padding: 30px 0
}

.everybook-card {
    background-image: url(../images/every-book.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 15px;
    box-shadow: 0 5px 30px #00000029
}

.everybook-card p {
    height: 140px;
    overflow: auto
}

.processwe-bg {
    background-image: url(../images/proces.webp);
    background-size: cover;
    padding: 100px 0
}

.process-cart {
    background: #fff;
    box-shadow: 0 0 15px #00000017;
    border: 1px solid #7070704D;
    border-radius: 10px;
    padding: 40px 20px;
    height: 330px;
    margin: 10px 0
}

.process-cart span {
    font-size: 12px;
    color: #a7a7a7
}

.process-cart h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700
}

.process-cart h4 {
    font-size: 25px;
    color: #000;
    font-weight: 700
}

.process-cart p {
    height: 125px;
    overflow: auto
}

.cross-btn {
    background-color: #fff;
    box-shadow: 0 0 6px #00000029;
    border-radius: 50px;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px
}

.main-modal-bg .modal-content {
    border: none;
    margin: 0 80px;
    background-color: #fff0
}

.main-modal h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0
}

.main-modal-bg .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .15rem #af1225;
    opacity: 1
}

.contact-bg {
    padding: 220px 0 !important
}

.help-you-out-bg {
    padding: 50px 0
}

.help-you-inner {
    padding: 50px 30px
}

.main-privacy {
    padding: 140px 0 80px 0
}

.main-privacy .text-center h4 {
    font-size: 36px;
    color: #2e3192;
    font-weight: 700;
    padding: 10px 0
}

.main-privacy h3 {
    font-size: 24px;
    color: #2e3192;
    padding: 10px 0
}

.main-privacy ul li {
    list-style: none
}

.pop-up-modal-bg .modal-body {
    background-color: #000;
    position: relative;
    flex: 1 1 auto;
    background-image: block;
    padding: 1rem;
    background-size: cover;
    padding: 20px 0;
    width: 100%;
    border-radius: 50px;
    height: 100% !important
}

.pop-up-modal-bg .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
    margin: 0 80px
}

.popup-modal-content h3 {
    color: #fff;
    font-size: 28px;
    padding: 0 0 20px 0
}

.popup-modal-content h4 {
    color: #fff;
    padding: 5px 0;
    font-weight: 700
}

.popup-modal-content span {
    font-size: 40px;
    color: #2e3192;
    font-weight: 700
}

.pop-up-modal-bg2 .modal-content {
    background-color: #D7F9FF;
    position: relative;
    flex: 1 1 auto;
    background-image: block;
    padding: 1rem;
    background-size: cover;
    padding: 0;
    width: 100%;
    border-radius: 20px;
    height: 100% !important
}

.pop-up-modal-bg2 .popup-modal-content h3 {
    color: #000;
    padding: 0 0 20px 0;
    font-size: 40px;
    font-weight: 700
}

.pop-up-modal-bg2 .popup-modal-content h4 {
    color: #000;
    padding: 5px 0;
    font-weight: 700
}

.pop-up-modal-bg2 .popup-modal-head {
    padding: 30px 40px
}

.main-modal-bg-btn button {
    background-color: #0A252E;
    border-radius: 5px;
    padding: 10px 0;
    width: 100%;
    transition: .3s;
    margin: 10px 0;
    border: 2px solid #000;
    color: #7BE6D5;
    font-size: 18px
}

.main-modal-bg-btn button:hover {
    background-color: #000;
    border: 2px solid #2e3192
}

#countdown {
    font-size: 48px
}

.popup-modal-content strong {
    color: #2e3192
}

.pricing {
    padding: 80px 0
}

.pkg-min-box {
    background-color: #fff;
    padding: 30px 30px 40px;
    border-radius: 10px;
    transition: all ease .5s;
    position: relative;
    border: 2px solid #d8dfe6;
    margin-bottom: 60px
}

.pkg-top-text h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase
}

.pkg-top-text h3 span {
    display: block
}

.pkg-top-text p {
    font-size: 12px;
    color: #212529;
    width: 90%
}

.pricebox {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.pricebox sup {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #2e3192
}

.pricebox h4 {
    font-size: 51px;
    font-weight: 700;
    color: #2e3192
}

.pricebox h5 {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding-left: 10px;
    position: relative
}

.pricebox h5:before {
    content: "";
    width: 90%;
    height: 2px;
    background: #6c6c6c;
    position: absolute;
    top: 6px;
    left: 8px
}

.pricebox h5 span {
    display: block
}

.scrollbar ul {
    margin-left: 0;
    float: left;
    height: 188px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
    overflow-x: hidden
}

.scrollbar ul li {
    font-size: 12px;
    color: #212529;
    font-weight: 500;
    line-height: 23px;
    position: relative;
    padding-left: 13px
}

.scrollbar ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #2e3192;
    border-radius: 100%;
    top: 9px
}

.scrollbar p {
    font-size: 12px;
    color: #212529;
    margin-left: 12px;
    font-weight: 500;
    margin-bottom: 10px
}

.scrollbar p span {
    color: #9d142c;
    font-weight: 700
}

.actions {
    border-top: 1px solid #eee;
    padding-top: 12px
}

.actions ul {
    display: flex
}

.actions ul li {
    text-decoration: none;
    width: 50%;
    list-style: none !important;
    border-right: 2px solid #eee
}

.actions ul li h3 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 22px;
    text-align: center
}

.actions ul li h3 span {
    display: block;
    text-decoration: none;
    color: #212529
}

.pkg-min-box button {
    width: 180px;
    padding: 11px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    background-image: linear-gradient(to right top, #000, #2e3192);
    color: #fff
}

.pkg-min-box:hover {
    transition: all ease .5s;
    color: #fff;
    background: #fff0 radial-gradient(closest-side at 50% 50%, #000 0, #001434 100%)
}

.pkg-min-box:hover h3,
.pkg-min-box:hover p,
.pkg-min-box:hover sup,
.pkg-min-box:hover h4,
.pkg-min-box:hover h5,
.pkg-min-box:hover ul li,
.pkg-min-box:hover h3 span {
    color: #fff;
    transition: all ease .5s
}

.pkg-min-box:hover h5:before {
    background: #2e3192
}

.pkg-min-box:hover .scrollbar ul::-webkit-scrollbar-thumb {
    background: #fff
}

.actions ul li:nth-child(2) {
    border: none
}

.scrollbar ul::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 25px
}

.scrollbar ul::-webkit-scrollbar-track {
    background-color: #2e3192;
    border-radius: 25px
}

.scrollbar ul::-webkit-scrollbar {
    width: 8px
}

.questionair-form {
    padding: 160px 0 40px
}

.questionair-form h3 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 60px
}

.question-inputs label {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase
}

.question-inputs input {
    width: 100%;
    border: 1px solid #6a6a6a;
    padding: 10px 20px;
    resize: none;
    border-radius: 4px
}

.question-inputs input::placeholder {
    color: #787474;
    ;
    font-size: 13px
}

.question-inputs textarea::placeholder {
    color: #787474;
    ;
    font-size: 13px
}

.question-inputs select {
    color: #787474;
}

.question-inputs textarea {
    width: 100%;
    border: 1px solid #6a6a6a;
    padding: 10px 20px;
    height: 110px;
    resize: none;
    border-radius: 4px
}

.question-inputs select {
    width: 100%;
    border: 1px solid #6a6a6a;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 4px
}

.questionair-form button {
    background: #000;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    width: 20%;
    border: 2px solid #000;
    display: block;
    margin: 0 auto
}

.question-inputs {
    margin-bottom: 40px
}

.question-inputs h2 {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 700
}

.question-check-box h6 {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 20px
}

.question-check-box input {
    font-size: 17px
}

.question-check-box label {
    font-size: 16px;
    font-weight: 500
}

.question-check-box .form-check {
    margin-bottom: 11px
}

.question-check-box {
    margin-bottom: 40px
}

.question-inputs h6 {
    font-size: 14px;
    margin-bottom: 12px
}

.pricing h6 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin: 70px 0
}

.inner-published-form {
    background: #fff;
    padding: 20px 20px;
    border: 2px solid #2e3192;
    border-radius: 10px;
    box-shadow: 0 5px 15px -4px #b2b2b2
}

.inner-published-form h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 35px;
    color: #00112b;
    margin: 10px 0 21px;
    line-height: 40px
}

.inner-published-form span {
    color: #2e3192
}

.inner-published-form .form-group {
    margin: 0 0 10px 0
}

.inner-published-form .form-group .form-select {
    border: 2px solid #b2b2b2;
    box-shadow: 0 5px 5px -1px #eee;
    font-size: 16px;
    color: #00112b;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
    font-family: "SFProDisplay-Regular";
}

.inner-published-form .form-group .form-select option {
    color: #333;
    font-weight: 600
}

.inner-published-form .form-group-select {
    margin: 0 0 10px 0
}

.inner-published-form .form-group-select h4 {
    font-weight: 600;
    font-size: 20px;
    color: #00112b;
    margin: 0 0 10px 0;
    line-height: 28px
}

.inner-published-form .form-group-select .form-check-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.inner-published-form .form-group-select .form-check-flex .form-check {
    margin: 0 5px 10px;
    width: 45%;
    display: flex;
    align-items: center;
    padding: 0
}

.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input {
    border: 1px solid #2e3192;
    outline: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    cursor: pointer
}

.inner-published-form .form-group-select .form-check-flex .form-check .form-check-input:checked[type=checkbox] {
    background-color: #2e3192
}

.inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: "SFProDisplay-Regular";
}

.inner-published-form .form-group input {
    border: 2px solid #b2b2b2;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: 0 5px 5px -1px #eee;
    font-size: 16px;
    color: #00112b;
    font-weight: 400
}

.inner-published-form .form-group button.submit-btn {
    background-color: #2e3192;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
    border: 2px solid #2e3192;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    border-radius: 0
}

.inner-published-form .form-group button.submit-btn:hover {
    background-color: #fff;
    color: #2e3192
}

.pop-serv-card {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px
}

.perfect-choose-box {
    padding: 20px;
    box-shadow: 0 0 15px 1px #d0e0feba;
    border-radius: 25px;
    margin: 15px 0
}

.perfect-choose-box span {
    color: #2e3192;
    font-size: 33px;
    font-weight: 700
}

.perfect-choose-box h3,
.perfect-choose-box h6 {
    padding: 0 0 10px 0;
    font-size: 20px
}

.perfect-choose-box p {
    height: 135px;
    overflow: hidden
}

.faqs-sec-head p {
    font-size: 20px;
    padding: 0 0 15px 0
}

.faqs-bg {
    padding: 50px 0
}

.faqs-bg .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff
}

.faqs-bg ul {
    list-style: none
}

.faqs-bg ul li {
    padding: 3px 0
}

.features-brands-wrap .features-brands-slides {
    border-left: 2px solid #fff;
    margin: 0 0 0;
    padding: 0 30px 0
}

.features-brands-wrap button {
    display: none !IMPORTANT
}

.features-brands-wrap .features-brands-inner {
    padding: 5px 0 5px 30px;
    border-radius: 20px 20px 0 0
}

.features-brands-wrap .features-brands-inner {
    padding: 28px 24px;
    border-radius: 16px;
    background: #ed0742;
    margin: 0 0 0 0
}

.features-brands-box a img {
    display: block;
    height: 57px;
    object-fit: contain;
    margin: 0 auto
}

.features-brands-content h3 {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    text-align: center
}

.flip-box-back img {
    display: none;
}

.flip-box:hover .flip-box-back img {
    display: block;
}

/* Popup Form */

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 3px;
    display: inline-block;
  }
  
  .popupform ul li:last-child {
    width: 100%;
  }
  
  .popupform ul li input[type="text"],
  .popupform ul li input[type="email"],
  .popupform ul li input[type="tel"],
  .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
  }
  
  .popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  
  .popupform ul li.first,
  .popupform ul li:nth-child(4) {
    width: 100%;
  }
  .popupform ul li textarea {
    height: 110px;
  }
  
  .popupform ul li.last {
    text-align: center;
    width: 100%;
  }
  
  .popupform ul li input[type="submit"] {
    background: #000;
    color: #fff;
    font-size: 18px;
    border: #000 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
  }
  
  .popupform ul li input[type="submit"]:hover {
    background: #2e3192;
    border: #2e3192 1px solid;
  }
  
  .popupform ul li input[type="text"]:focus,
  .popupform ul li input[type="email"]:focus,
  .popupform ul li textarea:focus {
    border: #2e3192 1px solid !important;
  }
  
  .popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #2e3192 5px solid;
  }
  
  .popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #2e3192 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
  }
  
  .popupform h2 + p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  .popupform .fancybox-close-small {
    border: #d92424 3px solid;
    background: #d92424;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
  }
  
  .popupform .fancybox-close-small:after {
    color: #fff;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
  }
  
  input.required.error,
  textarea.required.error,
  select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
  }
  
  label.error {
    display: none !important;
  }
.footer-logo {
    width: 230px;
    filter: invert(1) brightness(100);
}