* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("assets/fonts/CabinetGrotesk-Light.woff");
    font-weight: 300;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("assets/fonts/CabinetGrotesk-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("assets/fonts/CabinetGrotesk-Medium.woff");
    font-weight: 500;
}

@font-face {
    font-family: "Cabinet Grotesk";
    src: url("assets/fonts/CabinetGrotesk-Bold.woff");
    font-weight: 800;
}


/* Brinnan */

@font-face {
    font-family: "Brinnan";
    src: url("assets/fonts/Brinnan Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Brinnan";
    src: url("assets/fonts/Brinnan Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Brinnan";
    src: url("assets/fonts/Montserrat-Bold.woff");
    font-weight: 800;
}


/* Montserrat */

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Regular.woff");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Medium.woff");
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Bold.woff");
    font-weight: 800;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-ExtraBold.woff");
    font-weight: 900;
}

.container {
    max-width: 1580px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Cabinet Grotesk";
}

a {
    font-family: "Brinnan";
}

p {
    font-family: "Montserrat";
}

@keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.whiteColor {
    color: #fff;
}

.blackColor {
    color: #232b45 !important;
}

.yellowColor {
    color: red !important;
}

.smallHeading {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.getStarted-heading .smallHeading span {
    color: #f2135c;
    display: block;
}

.lightBlue-color {
    color: #94a2d0 !important;
}

.section-heading {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.yellow-btn:hover:before {
    width: 100%;
}

.yellow-btn:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #dd002e;
    z-index: -1;
    transition: all 0.8s ease-in-out;
}

.yellow-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: #dd002e;
    z-index: -1;
    transition: all 0.6s ease-in-out;
}

.yellow-btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px 20px 15px;
    position: relative;
    transition: all 0.4s ease-in-out;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    display: inline-block;
}


/* button */

.t-btn {
    background: #de002e;
    color: #fff;
    padding: 15px 60px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s;
    text-decoration: none !important;
}

.t-btn:hover {
    background: #bf0028;
    transition: all 0.25s;
    color: #fff;
}


/* Header */

.menuWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainMenu {
    display: flex;
    margin: 0;
    list-style: none;
    /* justify-content: space-between; */
}

.mainHeader .row {
    align-items: center;
}

.mainMenu a {
    font-size: 14px;
    color: #363636;
    font-weight: 400;
}

.mainMenu li {
    padding: 0 22px;
}

.logo img {
    width: 250px;
}

.mainHeader {
    padding: 20px 0;
}

.menuWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainMenu {
    display: flex;
    margin: 0;
    list-style: none;
}

.mainHeader .row {
    align-items: center;
}

.mainMenu a {
    font-size: 14px;
    color: #363636;
    font-weight: 400;
}

.mainMenu li {
    padding: 0 22px;
}

.logo img {
    width: 250px;
}

.mainHeader {
    padding: 20px 0;
}

.mainMenu a:hover {
    color: #de002e;
}


/* Banner */

#mainBanner .row {
    align-items: center;
    padding: 30px 0 0;
}

.bannerSide {
    width: 100%;
    /* animation: bounceSmall 1s infinit; */
    animation: bounceSmall 1s infinite ease-in-out alternate;
    /* animation-name: bounceSmall;
    animation-timing-function: linear; */
}


/* .bounce-1 {
    animation-name: bounceSmall;
    animation-timing-function: linear;
} */

.subTitle {
    font-size: 16px;
    font-weight: 600;
    color: #de002e;
    text-transform: uppercase;
}

.section-title {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 400;
}

.section-title red {
    color: #de002e;
    font-weight: 800;
}

.t-btn.darkBtn {
    background: #09191b;
}

.t-btn.darkBtn:hover {
    background: #bf0028;
}

p {
    font-size: 14px;
    color: #0c1929;
    font-weight: 500;
}

#mainBanner p {
    width: 90%;
}

.btnWrapper {
    margin-top: 50px;
}

#mainBanner:before {
    content: '';
    position: absolute;
    width: 540px;
    height: 500px;
    background: url(assets/images/waves.png);
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
}


/* clinet Logo  */

.clinetLogoWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clinetLogoWrapper img {
    width: 126px;
}

.clientLogos-section {
    padding: 50px 0;
    background: #f3f3f3;
}

.sectionTitle-wrapper p a:hover {
    color: #de002e;
}


/* Feature Section  */

.featureSection .row {
    align-items: center;
}

.section {
    padding: 60px 0;
}

.sectionTitle-wrapper p a {
    color: #0c1929;
    text-decoration: underline;
    margin-left: 6px;
}

.sectionTitle-wrapper .section-title {
    margin-bottom: 5px;
}

.singleFeatureBox {
    background: #f5f3f3;
    padding: 50px 30px;
    border-radius: 15px;
    position: relative;
}

.singleFeatureBox p {
    margin-bottom: 0;
}

.singleFeatureBox h2 {
    font-size: 27px;
    color: #0c1929;
    font-weight: 600;
}

.singleFeatureBox:after {
    content: '';
    bottom: 0;
    position: absolute;
    width: 80%;
    height: 5px;
}

.singleFeatureBox:before {
    right: 40px;
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 28px;
}

.featureSection .sectionTitle-wrapper {
    text-align: left;
}

.featureSection .sectionTitle-wrapper p {
    width: 100%;
}

.fbox1.singleFeatureBox::after,
.fbox1.singleFeatureBox::before {
    background: #de002e;
}

.fbox2.singleFeatureBox::after,
.fbox2.singleFeatureBox::before {
    background: #f19100;
}

.fbox3.singleFeatureBox::after,
.fbox3.singleFeatureBox::before {
    background: #144855;
}

.fbox4.singleFeatureBox::after,
.fbox4.singleFeatureBox::before {
    background: #783eef;
}


/* service */

.serviceSection .subTitle,
.serviceSection .section-title {
    text-align: center;
}

.singleSevice-wrapper {
    position: relative;
    margin: 15px 0;
}

.singleImg {
    height: 575px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.serviceContent-wrapper {
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    width: 95%;
    background: #fff;
    margin: 0 auto im;
    margin: 10px;
    padding: 20px;
}

.serviceContent {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px;
}

.serviceContent h2 {
    color: #0c1929;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    width: 50%;
}

.serviceContent a {
    padding: 15px 12px;
    border-radius: 10px;
    background: #de002e;
    color: #fff;
    transition: all 0.25s;
    text-decoration: none !important;
}

.serviceContent a:hover {
    background: #bf0028;
    transition: all 0.25s;
    color: #fff;
}

.serviceSection .sectionTitle-wrapper {
    margin-bottom: 80px;
}

.serviceContent a img {
    width: 23px;
    margin-left: 5px;
}

.serviceSection .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.serviceSection .viewall-btn {
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-top: 50px;
}


/* enjoyService */

.enjoyService_bg {
    background: url(assets/images/enjoyservice.png) no-repeat;
}

.enjoyService_bg h2 {
    font-size: 97px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 97px;
}

.enjoyService_bg .row {
    align-items: center;
    min-height: 612px;
}

.enjoyService-section .viewall-btn {
    background: #09191b;
}


/* influencer Section */

.influencerSection .sectionTitle-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.singlerInfluencer {
    background: #f5f3f3;
    padding: 90px 40px 20px;
    border-radius: 20px;
}

.singlerInfluencer h2 {
    color: #0c1929;
    font-size: 62px;
    font-weight: 800;
    line-height: 62px;
}

img.bottomLogo {
    width: 100%;
    margin-top: 80px;
}

.singlerInfluencer .t-btn {
    margin-top: 20px;
    display: block;
    width: fit-content;
}

.singlerInfluencer p {
    width: 80%;
}


/* section Package */

.sectionPackage .sectionTitle-wrapper {
    text-align: center;
    background: url(assets/images/plan_bg.png) no-repeat;
    padding-top: 390px;
    padding-bottom: 210px;
    background-position: center;
}

.sectionPackage .subTitle {
    color: #fff;
}

.sectionPackage .section-title {
    color: #fff;
}

.sectionPackage .section-title red {
    color: #fff;
}

.section.sectionPackage {
    margin-top: -400px !important;
}

.starterPlan {
    background: url(assets/images/starter-bg.png) no-repeat;
}

.innerPlan {
    background: url(assets/images/starter-innerng.png) no-repeat;
    margin-top: 30px;
}

.starterPlan .innerPlan h3 {
    background: url(assets/images/starter-c.png) no-repeat;
}

.singlePlan-wrapper {
    width: 100%;
    background-position: center top !important;
    padding-bottom: 70px !important;
}

.singlePlan-wrapper h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    padding-top: 30px;
    font-weight: 800;
    margin-bottom: 0;
}

.innerPlan {
    background-size: 100% !important;
    min-height: 638px;
}

.pricing h3 {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    padding: 60px 42px;
    font-size: 40px;
    background-position: center !important;
    font-weight: 800;
}

.pricing {
    padding-top: 90px;
}

.starterPlan {
    padding: 0 20px;
}

.innerPlan ul {
    list-style: none;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding-top: 60px;
    font-family: "Montserrat";
    font-size: 14px;
}

.innerPlan li {
    padding-bottom: 26px;
    position: relative;
    font-family: 'Montserrat';
}

.have:before {
    content: '';
    position: absolute;
    background: url(assets/images/have.png) no-repeat;
    width: 28px;
    height: 23px;
    left: -43px;
}

.dnthave:before {
    content: '';
    position: absolute;
    background: url(assets/images/dndhave.png) no-repeat;
    width: 26px;
    height: 26px;
    left: -43px;
}

.bookBtn {
    background: #de002e;
    color: #fff;
    text-decoration: none !important;
    margin: 0 auto;
    display: block;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
    transition: all 0.25s;
}

.bookBtn:hover {
    background: #bf0028;
    transition: all 0.25s;
    color: #fff;
}


/* sec plan */

.premiumPlan {
    background: url(assets/images/premiumPlan.png) no-repeat;
}

.premiumPlan .innerPlan h3 {
    background: url(assets/images/pre-cr.png) no-repeat;
}

.premiumPlan-col {
    padding: 0;
}

.premiumPlan .innerPlan {
    min-height: 736px;
}

.premiumPlan .bookBtn {
    margin-top: 69px;
}

.premiumPlan {
    padding-bottom: 112px !important;
}

.premiumPlan .bookBtn {
    background: url(assets/images/btn_ng.png) no-repeat;
    padding: 10px 50px;
    transition: all 0.25s;
    text-decoration: none;
}

.premiumPlan h2,
.premiumPlan .innerPlan h3 {
    color: #121725;
}

.packagesContainer {
    margin-top: -100px;
}

.premiumPlan .bookBtn:hover {
    background-position: right;
    transition: all 0.25s;
    color: #fff;
    transition: all 0.25s;
    text-decoration: none;
}


/* testi */

.mainTesti {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}

.userImage {
    width: 100%;
}

.singleTesti .row {
    align-items: center;
}

.padding-none {
    padding: 0;
}

.padding-right-none {
    padding-left: 0;
}

.reviewContent {
    background: #0d1a2a;
    padding: 30px 30px;
    display: block;
    height: 100%;
}

.reviewContent p {
    color: #fff;
    width: 89%;
}

.commaLast {
    /* float: right; */
    display: block;
    margin: 0 0 0 auto;
    display: block;
    margin-top: -60px;
}

img.commaTop {
    margin-bottom: 20px;
}

.singleTesti h2 {
    padding-left: 30px;
    font-size: 54px;
    font-weight: 600;
}

.singleTesti {
    outline: none !important;
    overflow: hidden;
}

.userImage-wrapper:before {
    content: '';
    display: block;
    background: red;
    width: 100%;
    height: 120px;
    z-index: 99;
    position: absolute;
    bottom: 55px;
    opacity: 0.3;
}

h2.testiTitle {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: absolute;
    font-size: 51px;
    font-weight: 700;
    margin-left: 70px;
    margin-top: -30px;
}

.mainTesti .slick-arrow {
    position: absolute;
    left: -110px;
    z-index: 99;
    bottom: 57px;
    background: #15273d;
    border: 0;
    /* padding: 20px 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 110px;
    outline: none !important;
    cursor: pointer;
}

.mainTesti .slick-next {
    left: unset;
    right: -110px;
}

.mainTesti .slick-arrow img {
    margin: 0;
}

.mainTesti .slick-arrow:hover {
    background: #0d1a2a;
}

.sectionTestimonial {
    background: url(assets/images/testi_bg.png) no-repeat;
    background-size: cover;
    background-position: 0 -120px;
    padding: 240px 0 270px;
}


/* project service */

.sectionTitle-wrapper {
    text-align: center;
}

.sectionTitle-wrapper p {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.singleProjectService {
    background: #fff;
    box-shadow: 0 0 14px 0px #0000001a;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 0 40px;
    position: relative;
}

.projectImg {
    width: 90px !important;
}

.innerDetails h2 {
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 700;
    margin-bottom: 0;
}

.innerDetails p {
    color: #9c9c9c;
    font-size: 14px;
    margin-bottom: 0;
}

.innerDetails {
    padding-left: 20px;
    /* display: flex; */
    /* flex-flow: column; */
    /* justify-content: center; */
}

img.centerImg {
    width: 100%;
}

.singleProjectService:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0a0a0a;
    top: 10px;
    right: 30px;
    right: 50px;
}

.singleProjectService:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #de002e;
    top: 19px;
    right: 41px;
}

.projectSection .row {
    align-items: center;
}

.singleProjectService.centered {
    margin-right: 30px;
}

.faqSection .card-header .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none !important;
}

.faqSection .collapsed .plus {
    display: block;
}

.faqSection .plus {
    display: none;
}

.faqSection .collapsed .mins {
    display: none;
}

.faqSection .mins {
    display: block;
}

.faqSection .iconWrapper {
    background: #1f344e;
    width: 40px;
    border-radius: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqSection .card {
    background: #15273d;
    padding: 7px 10px;
    border-radius: 50px !important;
    border: 2px solid #11374d !important;
}

.faqSection .card-header .btn-link span {
    color: #fff;
    text-decoration: none;
    font-family: 'Cabinet Grotesk';
    font-size: 18px;
    /* border-radius: 20px !important; */
}

.faqSection .card {
    border: 0;
    margin-bottom: 10px;
}

.faqSection .card-header {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
}

.faqSection .card-body {
    color: #72767b;
    margin: 10px 20px;
    border-top: 1px solid #72767b;
    padding: 20px 0 0 0;
}

.faqSection {
    background-size: 95% !important;
    background: url('assets/images/mainfaq.png') no-repeat;
    background-position: center;
    padding: 180px 0;
}

.faqSection h2.section-title {
    font-size: 45px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}


/* .faqSection:after {
    content: '';
    background: url(assets/images/after_faq.png) no-repeat;
    width: 511px;
    height: 620px;
    position: absolute;
    left: 151px;
    display: block;
    bottom: -31px;
    z-index: 1;
    transform: rotate(1deg);
    background-size: 684px;
} */

#accordion {
    background: #0a3047;
    padding: 40px 20px;
    border-radius: 30px;
    position: relative;
}

.faqSection .card {
    z-index: 9;
}

.faqSection {
    position: relative;
}

.faqSection:before {
    content: '';
    position: absolute;
    background: #de002e;
    width: 100%;
    height: 200px;
    top: 50%;
    z-index: -1;
}


/* blog */

.singleBlog {
    background: #f7f8f8;
    margin: 0 10px;
    padding: 20px;
    border-radius: 30px;
    outline: none !important;
}

.singleBlog img {
    width: 100%;
}

.singleBlog h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 33px;
    margin-top: 20px;
}

.singleBlog p {
    color: #4c4c4c;
}

.profilewrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userProfile {
    /* width: 50%; */
    display: flex;
    align-items: center;
}

.profile-pic img {
    width: 66px;
}

.profile-pic {
    margin-right: 10px;
}

.profileDetails h4 {
    color: #15273d;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Cabinet Grotesk';
    line-height: 19px;
}

span.date {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'Montserrat';
}

.profilewrapper a {
    background: #de002e;
    padding: 20px 20px;
    border-radius: 10px;
    outline: none !important;
}

.section-blog {
    background: url(assets/images/latestmedia_bg.png);
    background-position: top;
    padding-top: 650px;
    background-repeat: no-repeat !important;
    margin-top: -240px;
    background-size: 100%;
}

.section-blog .slick-arrow {
    position: absolute;
    left: -70px;
    z-index: 99;
    background: transparent !important;
    border: 0;
    top: 60%;
    outline: none !important;
    cursor: pointer;
}

.section-blog .slick-next {
    left: unset;
    right: -70px;
}

.section-blog .slick-prev img {
    transform: rotate(112deg);
}

.section-blog .backgroundred:before {
    content: '';
    position: absolute;
    background: #de002e;
    width: 100%;
    height: 200px;
    top: 380px;
}

.section-blog .backgroundred {
    position: relative;
}

.footer {
    background: url('assets/images/footer.png') no-repeat;
    background-size: cover;
}

.footer {
    padding: 70px 0 0;
}

h2.wigdetTitle {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
}

.footer p,
.footer a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
}

h2.wigdetTitle:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: white;
    bottom: 0;
}

.menufooter li {
    padding-bottom: 10px;
}

.bottomMenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

.bottomMenu li {
    padding-right: 40px;
}

p.copyright {
    text-align: right;
    margin: 0;
}

.copyrigt-row {
    border-top: 1px solid #636363;
    padding-top: 14px;
    margin-top: 40px;
}

.menufooter a {
    text-decoration: none;
}

.menufooter {
    list-style: none;
}


/*** INDEX SECTION 8 CSS START
********************************/

.index-sec8 {
    position: relative;
}

.indexSec8-wrap {
    background: #15273d;
    padding: 70px 50px;
    position: relative;
    z-index: 1;
}

.indexSec8-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 2%;
    width: 12%;
    height: 100%;
    background: #dd002e;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.indexSec8-wrap:hover:after {
    right: 0;
}

.indexSec8-wrap .leftCol-heading .paragraph {
    max-width: 580px;
}

.leftCol-point .smallHeading {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.leftCol-point .smallHeading span {
    position: relative;
    color: #f2135c;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 0;
    width: 20px;
    text-align: center;
    animation: rotate-vert-center 1.5s infinite;
}

.leftCol-point .smallHeading span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f1c119;
}

.leftCol-point .paragraph {
    display: inline-block;
    max-width: 510px;
    margin-left: 30px;
}

.getStarted-Box {
    background: #fff url(assets/images/getStarted-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 30px;
}

.getStarted-heading p {
    line-height: 1.0;
    text-align: center;
}

.getStarted-heading .smallHeading span {
    color: #f2135c;
    display: block;
}

.form-fieldBox {
    position: relative;
    padding: 12px 0;
}

.field-label {
    position: absolute;
    top: 0;
    left: 0;
}

.form-fieldBox label {
    color: #b0adbc;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    margin-left: 10px;
    background: #fff;
    position: relative;
}

.form-fieldBox label:before {
    content: '';
    width: 12px;
    height: 12px;
    clip-path: polygon(45% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #253147;
    position: absolute;
    left: 0;
    top: 6px;
}

.form-fieldBox label:after {
    content: '';
    width: 12px;
    height: 12px;
    clip-path: polygon(45% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #253147;
    position: absolute;
    right: 0;
    top: 6px;
}

.form-field {
    width: 100%;
    color: #253147;
    border: 2px solid #b9bfca;
    padding: 15px 20px 10px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

.form-field:focus {
    border-color: #f2135c;
}

.form-field::placeholder {
    color: #b9bfca;
}

textarea.form-field {
    resize: none;
    min-height: 110px;
    max-height: 110px;
}

.getStarted-vector {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    max-width: 540px;
    width: 100%;
    z-index: -1;
}

.section-heading {
    font-family: 'Cabinet Grotesk';
}

.leftCol-point .smallHeading {
    font-family: 'Cabinet Grotesk';
}


/*************************************
        SEO PAGE
**************************************/

section#mainBanner {
    padding-bottom: 50px;
}

.mainBannerBtn ul {
    margin: 0;
    list-style: none;
    display: flex;
    margin-top: 50px;
}

.mainBannerBtn ul li {
    margin-right: 20px;
}

section#servicesBox {
    padding: 100px 0px;
}

.servicesWrapper {
    text-align: center;
}

.servicesWrapper h4 {
    margin: 1.5rem 0rem 0.7rem;
    font-weight: 600;
}

.servicesWrapper {
    background: #f3f3f3;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 5rem 1rem;
    position: relative;
    z-index: 1;
}

.servicesWrapper::before,
.servicesWrapper::after {
    content: '';
    background-size: contain;
    position: absolute;
    transition: all 0.3s ease;
    width: 36%;
    z-index: -1;
    height: 29%;
}

.servicesWrapper:hover:before {
    filter: brightness(0.1);
    z-index: 9;
    transition: all 0.3s ease;
}

.servicesWrapper:hover:after {
    transition: all 0.3s ease;
    filter: contrast(0.5);
}

.servicesWrapper::before {
    background: url(./assets/images/seo/tttttttt.png) no-repeat;
    left: 0;
    top: 0;
}

.servicesWrapper::after {
    background: url(./assets/images/seo/writer2.png) no-repeat;
    right: 0;
    bottom: 0;
    height: 20%;
    width: 24%;
}

.bgHoverColor {
    background: #de002e;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.servicesWrapper:hover .bgHoverColor {
    height: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1;
    transition: all 0.3s ease;
}

.servicesWrapper:hover h4,
.servicesWrapper:hover p {
    color: #fff;
    transition: all 0.3s ease;
}

ul.seoInfoBox {
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

ul.seoInfoBox li {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    margin-bottom: 15px;
}

.seoInfoBoxWrap {
    display: flex;
    align-items: center;
    background: #e6fafd;
    border-radius: 10px;
}

.seoInfoBoxWrap {
    display: flex;
    align-items: center;
    background: #e6fafd;
    padding: 2rem 1rem;
    justify-content: center;
    border-radius: 10px;
}

.seoInfoContent {
    margin-left: 20px;
}

.seoInfoContent h4,
.seoInfoContent p {
    margin: 0;
}

.seoInfoContent h4 {
    font-weight: 900;
    font-size: 40px;
    line-height: 35px;
}

.userForm {
    width: 65%;
}

.userForm input {
    height: 50px;
    border: solid 1px #c4d6f2;
    border-radius: 10px;
    text-indent: 8px;
}

.userForm .input-group-text {
    padding: 0rem 1rem;
    background: #c4d6f2;
    margin-right: -7px;
    border: none;
    border-radius: 10px;
    z-index: 99;
}

.userForm input:focus {
    box-shadow: unset;
    z-index: -1;
}

.col-md-6.input-group {
    padding-left: 0;
    margin: 2rem 0rem;
}

.userForm button {
    border: none;
    background: #09191b;
    color: #fff;
    border-radius: 10px;
    padding: 0rem 0rem 0rem 2rem;
    margin-top: 1rem;
}

.userForm button i {
    background: #de002e;
    padding: 1.3rem 1.3rem;
    border-radius: 10px;
    right: -1px;
    margin-left: 2rem;
    position: relative;
}

.stepsOrange::before,
.stepsOrange::after {
    content: '';
    background: url(assets/images/seo/step-1.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    transition: all 0.3s ease;
    width: 107%;
    height: 51%;
    left: 0;
    bottom: 0;
}

#storiesStepsRow .stepsOrange::after {
    top: 0;
    transform: rotate(180deg);
    transition: all 0.3s ease;
    left: -2px;
}

#storiesStepsRow .stepsBlue::after {
    bottom: 0px !important;
    transition: all 0.3s ease;
    transform: rotate(180deg);
    left: -2px;
    top: auto;
}

.stepsBlue::before,
.stepsBlue::after {
    content: '';
    background: url(assets/images/seo/step-2.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 107%;
    height: 49%;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
}

.storiesSteps {
    height: 435px;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

#storiesStepsRow .col-md-3 {
    padding: 0;
}

.stepsOrange {
    transition: all 0.3s ease;
    align-items: end;
    padding-bottom: 11rem;
}

.stepsBlue {
    transition: all 0.3s ease;
    padding-top: 11rem;
    align-items: start;
}

.stepsOrange .storiesNum {
    background: #fe4e1e;
    box-shadow: #fe4e1e3b 0px 0px 0px 5px;
}

.stepsBlue .storiesNum {
    background: #0c2ca7;
    box-shadow: #0d2ba63b 0px 0px 0px 5px;
}

.stepsOrange .storiesNum,
.stepsBlue .storiesNum {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem !important;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
}

.storiesSteps h4 {
    font-size: 30px;
    font-weight: 700;
}

#storiesStepsRow .col-md-3:nth-child(even) .stepsInner {
    display: flex;
    flex-direction: column-reverse;
}

#storiesStepsRow .col-md-3:nth-child(even) .stepsInner .storiesNum {
    margin-bottom: 0 !important;
    margin-top: 1.5rem !important;
}

#storiesStepsRow:hover .col-md-3:nth-child(even) .stepsBlue:before,
#storiesStepsRow:hover .col-md-3:nth-child(odd) .stepsOrange:before {
    transition: all 0.3s ease;
    visibility: visible;
    opacity: 1;
}

#storiesStepsRow:hover .col-md-3:nth-child(even) .stepsBlue:after,
#storiesStepsRow:hover .col-md-3:nth-child(odd) .stepsOrange:after {
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

#storiesStepsRow .col-md-3:nth-child(even) .stepsBlue:before,
#storiesStepsRow .col-md-3:nth-child(odd) .stepsOrange:before {
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

section#successStoreis {
    background: #f7fbff;
    padding-top: 19rem;
    padding-bottom: 5rem;
}

#seoEnjoyService {
    margin-bottom: -19rem;
    z-index: 9;
    position: relative;
}

section#successStoreis {
    position: relative;
    z-index: 1;
}

section#successStoreis:after {
    content: '';
    background: url(assets/images/seo/service-pattern.png) no-repeat;
    background-size: contain;
    width: 15%;
    height: 60%;
    top: 9%;
    position: absolute;
    z-index: -1;
    right: 0;
}

section#successStoreis::before {
    content: '';
    background: url(assets/images/seo/service-pattern11.png) no-repeat;
    background-size: contain;
    width: 9%;
    height: 32%;
    top: 1%;
    position: absolute;
    z-index: -1;
    left: 0;
}

#influencerSectionWrap {
    padding-top: 5rem;
    margin-bottom: -27rem;
    position: relative;
}

#influencerWrap {
    background: url(assets/images/seo/shutterstocsdsd.png)no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
}


/*************************************
        CRO PAGE
**************************************/

section#losingCustomer {
    padding-top: 8rem;
}


/***********************
    Smm page  
***************************/

.bannerSide.innerPage-leftimg {
    width: 750px;
    float: right;
}

#mainBanner.innerPage-banner {
    padding-bottom: 0;
}

#mainBanner.innerPage-banner .badge {
    display: block;
}

#mainBanner.innerPage-banner .btnWrapper {
    margin-bottom: 30px;
}

.smmAbout .sectionTitle-wrapper {
    text-align: left;
}

.smmAbout .sectionTitle-wrapper p {
    text-align: left;
    width: 100%;
}

.section.smmAbout {
    padding: 90px 0;
}

.section.smmAbout .row {
    align-items: center;
}

.smmAbout p {
    color: #a8a5a5;
}

p.bitDark {
    color: #0c1929;
    margin-top: 20px;
}

.iconWrapper-box {
    background: #de002e;
    width: 90px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.howItwork {
    background: #f9f9f9;
}

.howItwork .sectionTitle-wrapper {
    margin-bottom: 50px;
}

.roundBoxes {
    text-align: center;
    background: #fff;
    padding: 60px 30px;
    border-radius: 20px;
    transition: all 0.35s;
    position: relative;
}

.roundBoxes:hover {
    transition: all 0.35s;
    margin-top: -10px;
}

.roundBoxes:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 4px;
    bottom: 30px;
    left: 88px;
    border-radius: 30px;
}

.redLine:before {
    background: #de002e;
}

.blueLine:before {
    background: #0d326b;
}

.greenLine:before {
    background: #516d04;
}

.purpLine:before {
    background: #7a00d8;
}

.pd100 {
    padding: 100px 0;
}

.count-option {
    padding: 8px 60px;
    border-radius: 0px 160px 0 0;
    left: -60px;
    position: relative;
    width: 90%;
    margin-bottom: 30px;
}

.option1 .count-option {
    background: #fd3627;
}

.option2 .count-option {
    background: #018ace;
}

.option3 .count-option {
    background: #0e9fc0;
}

.option4 .count-option {
    background: #3857a6;
}

.count-option span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Cabinet Grotesk";
    font-size: 25px;
}

.count-option h4 {
    font-weight: 700;
    font-size: 98px;
    color: #ffff;
    line-height: 71px;
}

.successStories-box {
    box-shadow: -20px 1px 17px 0px #00000008;
    padding: 70px 20px;
    top: 0;
    transition: all 0.25s;
}

.count-option:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 50px;
    left: 0;
    background-size: 40px !important;
    bottom: -50px;
}

.option1 .count-option:before {
    background: url(assets/images/org.png) no-repeat;
}

.option2 .count-option:before {
    background: url(assets/images/op2-b.png) no-repeat;
}

.option3 .count-option:before {
    background: url(assets/images/opt3-b.png) no-repeat;
}

.option4 .count-option:before {
    background: url(assets/images/opt4-b.png) no-repeat;
}

.storeIcon {
    margin-bottom: 50px;
}

.successStoriesDetails h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.successStories {
    background: #e2ebf4;
}

.successStories .sectionTitle-wrapper {
    margin-bottom: 60px;
}

.successStories .row .col-md-3:nth-child(odd) {
    margin-top: 150px;
}

.innerinfluSection {
    text-align: center;
    background: url(assets/images/plan_bg.png) no-repeat;
    background-position: 0 470px;
    padding-bottom: 120px;
}

.innerinfluSection .singlerInfluencer h2 {
    text-align: left;
}

.smmAbout img {
    width: 100%;
}

.successStories-box:hover {
    position: relative;
    top: -20px;
    transition: all 0.25s;
}

.socialBoxes {
    width: 33%;
    background: white;
    border-radius: 10px;
    padding: 19px;
}

.socialBoxes img {
    width: 82px;
}

.socialBoxes h3 {
    margin-top: 11px;
    width: 80%;
}

.socialBoxes {
    width: 31.5%;
    background: white;
    border-radius: 10px;
    padding: 19px;
    box-shadow: 0 0 20px 0px #0000000f;
    margin-bottom: 16px;
    margin-left: 10px;
}

.socialBoxes img {
    width: 82px;
}

.socialBoxes h3 {
    margin-top: 11px;
    width: 85%;
    font-weight: 600;
    line-height: 26px;
}

.socialBoxes-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.optzConversion {
    background: url(assets/images/optz.png);
    padding-top: 350px !important;
    padding-bottom: 240px;
}

.capabili-box-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.capabilitiesBoxes-single {
    margin-right: 11px;
    width: 19%;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 22px;
    border-radius: 10px;
}

.capabil-iconWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #f5f5f5; */
}

.capabilitiesBoxes-single h3 {
    font-size: 20px;
    margin-top: 60px;
    font-weight: 700;
}

.capabil-iconWrapper img {
    width: 60px;
}

.capabil-iconWrapper h4 {
    font-size: 18px;
    font-weight: 700;
}

.Rectangle_61_copy_5 {
    border-radius: 9px;
    background-image: -moz-linear-gradient( 0deg, rgb(222, 0, 46) 0%, rgb(146, 1, 31) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(222, 0, 46) 0%, rgb(146, 1, 31) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(222, 0, 46) 0%, rgb(146, 1, 31) 100%);
    box-shadow: 7.128px -3.632px 9px 0px rgba(98, 98, 98, 0.09);
    position: absolute;
    left: 488px;
    top: 4734px;
    width: 310px;
    height: 241px;
    z-index: 308;
}

.capabilitiesBoxes-single:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(222, 0, 46) 0%, rgb(146, 1, 31) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(222, 0, 46) 0%, rgb(146, 1, 31) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(222, 0, 46) 0%, rgb(146, 1, 31) 100%);
    transition: all 0.25s;
}

.capabilitiesBoxes-single:hover h3,
.capabilitiesBoxes-single:hover h4,
.capabilitiesBoxes-single:hover p {
    color: #fff;
}

.capabilitiesBoxes-single:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(160deg) brightness(105%) contrast(105%);
}

.croSteps .row {
    padding: 40px 0;
    align-items: center;
    position: relative;
}

.croSteps img {
    width: 90%;
    float: right;
}

.leftImg-f {
    float: left !important;
}

.croSteps h4 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 30px;
}

.croSteps p {
    width: 85%;
}

.croSteps .section-title {
    margin-bottom: 20px;
}

.leftImg-fWrapper:before {
    content: '';
    position: absolute;
    width: 521px;
    height: 260px;
    background: #de002e;
    display: block;
    left: -170px;
    top: 41%;
    z-index: -1;
}

.rightImg-fWrapper:before {
    content: '';
    position: absolute;
    width: 521px;
    height: 260px;
    background: #de002e;
    display: block;
    right: -170px;
    top: 41%;
    z-index: -1;
}

.croSteps {
    padding: 70px 0;
}

.keyActivities {
    background: url(assets/images/key.png);
}

.keyActivities {
    padding: 130px 0;
}

.keyActivities h2 {
    color: #fff;
}

ul.keyPoint {
    column-count: 2;
    list-style: none;
    padding: 0;
    color: #fff;
    font-size: 22px;
    margin-left: 40px;
}

ul.keyPoint li:before {
    content: '';
    background: url(assets/images/check-mark.png) no-repeat;
    width: 48px;
    height: 40px;
    position: absolute;
    left: -30px;
    top: 17px;
    background-size: 20px;
}

ul.keyPoint li {
    position: relative;
    line-height: 24px;
    padding: 11px 0;
}

.croHelp {
    padding: 100px 0 !important;
    background: url('assets/images/cro_ng.png') no-repeat;
}

.withColor {
    background-color: #f0f4ff;
}

.withColor:before {
    z-index: 1 !important;
}

#mainBanner.withColor {
    min-height: 540px !important;
    padding-top: 50px;
}

.investor .row {
    align-items: center;
}

.investor h2 {
    font-size: 48px;
    position: relative;
    margin-bottom: 40px;
}

.investor h2 red {
    color: #de002e;
    font-weight: 800;
}

.investor h2:before {
    content: '';
    position: absolute;
    width: 0;
    background: #de002e;
    height: 2px;
    bottom: 0;
    transition: all 0.25s;
}

.investor h2:hover:before {
    width: 100px;
    transition: all 0.25s;
}

.roundBoxes.withImage {
    text-align: left;
    padding: 0;
}

.withImage .roundBoxes-details h2 {
    font-size: 26px;
}

.withImage .roundBoxes-details {
    padding: 30px 20px;
}

.capabilities {
    background: url(assets/images/optz.png);
    padding-top: 360px;
}

.imgWrapper-box img {
    width: 100%;
}

.roundBoxes.withImage:hover {
    background: #de002e;
}

.roundBoxes.withImage:hover h2,
.roundBoxes.withImage:hover p {
    color: #fff;
}

.industriesWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#industryExp {
    background: #f7fbff;
    padding: 70px 0;
    position: relative;
}

.single-industry h3 {
    font-size: 15px;
    /* text-align: center; */
    margin-top: 20px;
    font-weight: 600;
}

.single-industry {
    text-align: center;
    background: #ffff;
    margin: 0 3px;
    border-radius: 20px;
    padding: 20px 0;
    width: 12.5%;
    box-shadow: 0 0 4px 1px #00000014;
    transition: all 0.45s;
}

#industryExp .sectionTitle-wrapper {
    margin-bottom: 50px;
}

.industriesWrapper {
    z-index: 999;
    position: relative;
}

#industryExp:before {
    content: '';
    position: absolute;
    background: #de002e;
    width: 100%;
    height: 70px;
    z-index: 0;
    bottom: 110px;
}

.single-industry:hover {
    transform: scale(0.9);
    transition: all 0.45s;
}


/* automation */

.roundBoxes-details {
    background: #f3f3f3;
    /* box-shadow: 0 0 20px 1px #0000001c; */
    padding: 40px 20px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: all 0.45s;
}

.sectionTitle-wrapper .section-title {
    margin-bottom: 75px;
}

.roundBoxes-details img {
    width: 70px;
    margin-bottom: 20px;
}

.roundBoxes-details h2 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 20px;
    transition: all 0.45s;
}

.roundBoxes-details p {
    font-size: 13px;
    color: #0c1929;
    transition: all 0.45s;
}

.roundBoxes-details:hover h2,
.roundBoxes-details:hover p {
    color: #fff !important;
    transition: all 0.45s;
}

.roundBoxes-details:hover {
    background: #de002e;
    transition: all 0.45s;
}

.roundBoxes-details:hover img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(55%) saturate(6624%) hue-rotate(183deg) brightness(122%) contrast(100%);
}

.center-col img {
    display: block;
    margin: 0 auto;
}

.center-col h4 {
    text-align: center;
    margin-top: 20px;
}

.section.smmAbout.capabilities {
    padding-top: 420px;
}

.smmAbout.capabilities .section-title {
    margin-bottom: 10px;
}

red {
    color: #de002e;
}

.encountered h4 {
    color: #0b1727;
    font-weight: 600;
}

.encountered p {
    color: #0c1929;
}

.encountered h3 {
    font-weight: 700;
}

.invest {
    background: url(assets/images/automation/invest_bg.png) no-repeat;
    background-position: center;
}

.roundBoxes-color {
    background: rgb(242, 3, 52);
    background: linear-gradient(188deg, rgba(242, 3, 52, 1) 0%, rgba(189, 1, 40, 1) 100%);
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.25s;
}

.roundBoxes-color h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    margin: 11px 0;
    text-transform: capitalize;
}

.roundBoxes-color p {
    color: #fca3b5;
}

.invest .sectionTitle-wrapper .section-title {
    margin-bottom: 20px;
}

section.section.invest {
    padding: 200px 0;
}

.roundBoxes-color:hover {
    transition: all 0.25s;
    margin-top: -10px;
}

.powerful .row {
    align-items: center;
}

.powerful h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.innerBoxes {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.innerBoxes img {
    width: 50px;
}

.innerBoxes h3 {
    font-weight: 600;
    font-size: 25px;
    margin-left: 18px;
    margin-bottom: 0;
}

.leftImage-powerful {
    width: 530px;
    float: right;
}

.container.powerful {
    margin-top: 100px;
}

.strtautomation {
    background: url('assets/images/automation/automationstart.png');
}

.strtautomation h2.section-title {
    color: #fff;
}

.startBox {
    background: #fffff0;
    transition: all 0.25s;
    padding: 20px 20px;
    margin: 10px 0;
    border-radius: 10px;
}

.startBox .wrapper-startBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.startBox .wrapper-startBox img {
    width: 85px;
    margin-right: 20px;
}

.wrapper-startBox h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.startBox p {
    font-weight: 500;
}

.strtautomation .sectionTitle-wrapper p {
    color: #fff;
}

.strtautomation h2.section-title {
    margin-bottom: 20px;
}

.strtautomation {
    padding: 110px 0;
}

.startBox:hover {
    transition: all 0.25s;
    margin-top: -2px;
}

.autoSolution .row {
    align-items: center;
}

section.section.autoSolution {
    padding: 100px 0;
}


/* ORM Serive */

#mainBanner.ormBanner {
    min-height: 720px !important;
}

.roundBoxes-details.orm-reputationBoxes {
    padding: 21px 20px;
    text-align: left;
}

.roundBoxes-details.orm-reputationBoxes img {
    object-fit: contain;
    /* height: 80px; */
    margin: 0;
    width: 70px;
    height: 60px;
    margin-bottom: 19px;
}

.orm-reputationBoxes.roundBoxes-details h2 {
    margin-bottom: 3px;
    font-size: 25px;
    font-weight: 600;
}

.orm-reputationBoxes.roundBoxes-details p {
    font-size: 14px;
}

.ormRep .row {
    align-items: center;
}

.ormRep {
    padding: 80px 0;
}

.roundBoxes-details.orm-reputationBoxes {
    background: url('assets/images/orm/rup_bg.png');
    position: relative;
    overflow: hidden;
}

.roundBoxes-details.orm-reputationBoxes:before {
    content: '';
    background: #c80018;
    width: 100%;
    height: 0;
    position: absolute;
    inset: 0;
    z-index: 0;
    transition: all 0.25s;
    opacity: 0.7;
}

.roundBoxes-details.orm-reputationBoxes img,
.roundBoxes-details.orm-reputationBoxes h2,
.roundBoxes-details.orm-reputationBoxes p {
    z-index: 9;
    position: relative;
}

.roundBoxes-details.orm-reputationBoxes:hover:before {
    height: 100%;
    transition: all 0.25s;
}

.boxIcon {
    text-align: center;
    margin-top: 41px;
    border-right: 1px solid #efefef;
}

.boxIcon img {
    width: 90px;
    margin-bottom: 20px;
}

.assistancePandemic {
    background: url('assets/images/orm/pandemic.png') no-repeat;
}

.assistancePandemic .sectionTitle-wrapper .section-title {
    margin-bottom: 0;
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

.assistancePandemic p {
    color: #fff;
    margin: 0 auto;
    font-size: 24px;
    margin-top: 20px;
}

.assistancePandemic {
    padding: 120px;
}

.section.autoSolution.Bettersection {
    padding: 40px 0;
}

.Bettersection img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.Bettersection .section-title {
    font-size: 45px;
}

.straightForward-section {
    padding-bottom: 0;
}