* {
    margin: 0;
    padding: 0;
}

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

a:hover,
a:focus {
    text-decoration: none !important;
}

body {
    font-family: 'Poppins', sans-serif;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: 0.4s all ease-in-out;
    box-shadow: 0 0 10px #6b6868;

}

.marg {
    margin: 60px 0
}

.padd {
    padding: 50px 0
}
.mr-b{margin-bottom: 30px}
.mr-0{margin: 0}
.img-div{}
.bg-color1 {
    background: #bf202f!important
}

.bg-color2 {
    background: #726658
}

.f-color1 {
    color: #bf202f
}

.border-1 {
    border: 2px solid #c43917
}

.border-2 {
    border: 2px solid #726658
}

.white {
    color: #fff
}

.font-32 {
    font-size: 32px
}

.font-24 {
    font-size: 26px
}
.font-20{font-size: 20px}
.font-19{font-size: 19px!important}
.font-w-5 {
    font-weight: 500
}

.section-heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 38px;
    color: #9c212e;
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
}

.button-hover:hover {
    background: #c43917 !important;
    color: #fff;
    border-color: #c43917;
}

.top-button-hover:hover {
    background: transparent!important;
}

.read-more-btn {
    display: inline-block;
    color: #0e0e0e;
    border: 2px solid#be202f;
    padding: 7px 11px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s;
    font-family: 'Poppins';
}

.read-more-btn i {
    margin-left: 5px
}


/*Top header css here*/
section.top-header {
    background: #bb202f00;
    padding: 16px 0
}

.row.info-item-wrap {
    margin-top: 19px
}

.info-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-item .info-item {
    font-size: 32px;
    color: #bf202f;
}

.info-item .info-item {
    margin-right: 14px;
    top: -10px;
    position: relative;
}

.info-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-content h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: 0;
    color: #000;
}

.info-item .info-content a {
    color: #000;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
}

.social-icon a {
    display: inline-block;
    margin: 0 10px 0 0;
}

section.nav-wrap {
    box-shadow: inset 0 10px 20px rgb(8 137 202);
    background: red;
}

nav.navbar ul.navbar-nav li a {
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 14px !important;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

nav.navbar ul.navbar-nav li a:before {
    position: absolute;
    content: "";
    top: 10px;
    left: auto;
    width: auto;
    height: 15px;
    border-left: 2px solid #fff;
    right: 0;
}

nav.navbar ul.navbar-nav li:last-child a:before {
    display: none;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding-left: 0;
    padding-right: 0;
}

nav.navbar ul.navbar-nav li a:hover {
    color: #ffdd00 !important;
}

.info-item .apply-btn {
    background: #be202f;
    padding: 10px 27px;
    color: #fff;
    border-radius: 20px;
}

/*top-headercss end here*/

/******************HEARDER CSS START HERE ***********************/


header .top-header ul li a:hover {
    color: #fff;
    transition: 0.5s;
}

header .top-header P {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

header .top-header ul li a {
    color: #000;
}

header .nav-header {

    padding: 20px 0;

    border-image-source: linear-gradient(45deg, #2f2f27, #bf202f, #726658);

    border-top: 1px solid;

    border-image-slice: 1;

    border-width: 3px;

    background: #bf202f;

    padding: 5px 0;

    box-shadow: inset 0 10px 20px rgb(144 34 45);

    border-image-source: linear-gradient(45deg, #2f2f27, #bf202f, #726658);

    border-top: 1px solid;

    border-image-slice: 1;

    border-width: 3px;
}
}

header .nav-header .navbar {
    padding: 0
}

header .collase-nav {
    justify-content: center
}
header .collase-nav li {
    padding: 4px 0;
    margin: 4px 0;
}
header .nav-header .navbar ul li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

header .nav-header .navbar ul li a.active {
    color: #d4d2d2 !important;
}

header .nav-header .navbar ul li a:hover {
    color: #feff33 !important
}

.logo-img {
    margin-top: 7px;
}
button.navbar-toggler {
    border-color: #fff!important;
    /* float: right; */
    padding: 5px 11px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
/******************HEARDER CSS END HERE ***********************/


/********Banner section here********/


.banner-section {
    position: relative
}

.banner-section::after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}


.banner-section .banner-content {
    position: absolute;
    top: 50%;
    left: 64px;
    z-index: 2;
    width: 54%;
    transform: translateY(-50%);
}

.banner-section .banner-content h2 {
    margin-bottom: 13px;
    color: #fff;
    font-size: 41px;
    letter-spacing: 2px;
}

.banner-section .banner-content h2 span {
    color: #fb6876
}

.banner-section .banner-content p {
    color: #fff;
    font-size: 20px!important;
    margin: 0;
}

.banner-section .banner-content .banner-btn {
    margin: 30px 0
}

.banner-section .banner-content .banner-btn a {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    font-size: 17px;
    margin-right: 17px;
    border-radius: 50px;
    transition: 0.5s;
  font-family: 'Poppins'
}




/**********************About us ************************/


.About-us .about-intro {
    padding: 19px 45px;
    border: 3px double #bf202f;
}

.About-us .about-intro .desc {
    line-height: 28px;
    font-family: 'Poppins';
    margin: 14px 0 13px 0;
}


.About-us .about-intro h2 {
    color: #bf202f;
}

.About-us .about-logo-grid {
    height: 200px;
}

.About-us .about-logo-grid img {
    width: 137px;
    margin: 11px auto;
    text-align: center;
    display: block;
}

.About-us .about-logo-grid h2 {
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

.grid-area .image-grid {
    margin-top: 30px
}

.one {
    background: #bf202f;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.two {
    background: gray;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.counter-item .title {
    font-size: 20px
}



/*****************about us end********************/



/*************** workshop start *****************/


.workshop {
    background: rgba(255, 99, 71, 0.2);
}

 .workshop-grid {
    border: 1px solid #bf202f;
    padding: 20px;
	 margin:10px 0;
}

 .workshop-grid .text-grid {
   /* min-height: 157px;*/
}

 .workshop-grid h2 {
    font-size: 20px;
    margin: 11px 0;
}

.workshop-grid p {
    font-family: 'Poppins';
    font-size: 15px;
}


/***********workshop end ***************/

/***********book start ***************/

.books {
    background: url(../jpg/book-bg.jpg);
    background-size: cover;
    background-position: center center
}

.books .read-btn {
    margin-top: 23px
}

.books ul {
    display: flex;
    justify-content: center
}

.books ul li {
    margin: 0 20px;
}

/*Books end*/



/*client start section*/


.our-client-section .logo-grid {
    border: 1px dashed #726658;
    padding: 6px 18px;
    margin: 1px 10px;
}

.write-section {
    background: #ffe0da
}

/*client section end */



/*our-blog-section start*/


.our-blog-section .blog-box {
    box-shadow: 0px 5px 19px 0 #ece9e9;
    padding: 18px 24px;
    margin: 0px 20px 25px;
}

.our-blog-section .blog-box h2 {
    font-size: 21px;
    margin: 13px 0;
}

.our-blog-section .blog-box ul {
    display: flex
}

.our-blog-section .blog-box ul li i {
    margin-right: 6px;
    color: #bf202f;
}

.our-blog-section .blog-box ul li {
    font-size: 15px;
}

.our-blog-section .blog-box ul li:nth-child(1) {
    margin-right: 20px
}

.our-blog-section #blog .owl-nav {
    text-align: center;
    margin-top: 25px;
}



.our-blog-section #blog .owl-nav .owl-next span {
    line-height: 34px;
    font-size: 30px;
    width: 40px;
    display: inline-block;
    height: 40px;
    background: #bc202f;
    color: #fff;
}

#blog .owl-nav .owl-next:hover,
#blog .owl-nav .owl-next:focus {
    outline: none
}

#blog .owl-nav .owl-prev:hover,
#blog .owl-nav .owl-prev:focus {
    outline: none
}

.our-blog-section #blog .owl-nav .owl-prev span {
    line-height: 34px;
    font-size: 30px;
    width: 40px;
    display: inline-block;
    height: 40px;
    background: #bc202f;
    margin-right: 20px;
    color: #fff;
}



/*our-blog-section end */


section.review-sec {
    padding: 50px 0;
}

section.review-sec .review-head {
    text-align: center;
}

.review-head h5 {
    position: relative;
    font-size: 152px;
    opacity: 0.05;
    left: 0;
    right: 0;
    top: 15px;
    font-weight: 800;
    line-height: 24px;
}

section.review-sec .review-head h2 {
    font-size: 32px;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

section.review-sec .review-head p {
    font-size: 22px;
}

.review-silder {
    padding: 20px 0;
}

.testimonial-item {
    background: rgb(188 32 47 / 34%);
    padding: 35px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    min-height: 363px;
}

.testimonial-thumb {
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    margin-bottom: 5px;
    background: #c1cad5;
}

.testimonial-thumb {
    width: 66px;
    height: 66px
}

.quote-icon:before {
    position: absolute;
    right: 40px;
    text-align: center;
    z-index: 1;
    font-size: 3.2rem;
    -moz-transform: translateY(50%) rotate(-180deg);
    -o-transform: translateY(50%) rotate(-180deg);
    -ms-transform: translateY(50%) rotate(-180deg);
    -webkit-transform: translateY(50%) rotate(-180deg);
    transform: translateY(50%) rotate(-180deg);
    color: #0c59db;
    top: 10px;
    color: #ffffff;
}

.testimonial-thumb img {
    border-radius: 50%;

}

.client-name {
    margin-bottom: 0px;
    color: #fff;
}

.client-designation {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonial-content .comments {
    font-style: normal;
    color: #fff;
    font-size: 17px;

}

.star-rating li {
    display: inline-block;
}

.star-rating li i {
    font-size: 18px;
    color: #0c59db;
    color: #ffffff;
}

.review-silder .owl-carousel .owl-nav button.owl-prev,
.review-silder .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    height: 50px;
    border-radius: 50%;
    left: 45px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: #bc202f;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden;
}

.review-silder .owl-carousel button.owl-prev {
    left: -29px !important;
}

.review-silder .owl-carousel:hover .owl-nav button.owl-prev,
.review-silder .owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.review-silder .owl-carousel .owl-nav button span {
    color: #fff;
    font-size: 30px;
    top: -2px;
    position: relative;
}

.review-silder .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -16px;
}

/*footer css here*/
footer {
    background: #101010;
    padding: 40px 0 0;
    position: relative;
}


.footer-head h4 {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 40px;
    position: relative;
}


.footer-head ul li {
    padding: 10px 45px;
    position: relative;
}

.footer-head .link-div {
    display: flex;
}

.footer-head .link-div ul:first-child {
    width: 75%
}

.footer-head ul li a {
    color: #ffffff;
    font-family: 'Poppins';
}

.footer-head h4:before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #ffffff;
    border-radius: 50px;
    display: flex;
    right: 0;
}

.footer-head address {
    color: #ffffff;
    margin: 5px 0;
}

.footer-head a.footerno {
    color: #ffffff;
    display: block;
    margin: 10px 0;
    font-family: 'Poppins';
}

.footer-social-icon a {
    color: #ffffff;
    border: 1px solid #a9a5a5;
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 10px 0 0;
}

.footer-social-icon {
    margin-top: 20px;
}

.footer-social-icon a:hover {
    background: #bc202f;
    border-color: #bc202f;
}

.footer-social-icon a:hover i {
    color: #fff
}

.footer-head ul li:before {
    position: absolute;
    content: '\f054';
    left: 0;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    font-size: 12px;
}

.footer-head ul li a:hover {
    color: #bc202f;
}

.mrr-10 {
    margin-right: 8px;
}

.bottom-footer {
    border-top: 1px dashed #092057;
    margin: 20px 0 0 0;
    padding: 20px 0;
    background: #000000;
}

.bottom-footer .copy-right p {
    color: #fff;
    text-align: center;
    margin: 0;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #001a57;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #001a57;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/*footer css end here*/

/*Modal css*/

.modal-content .modal-header .modal-title {
    color: #fff
}

.modal-content .modal-body input {
    font-family: 'Poppins';
    font-size: 14px;
    height: 54px;
    font-weight: 300;
}

.modal-content .modal-body label {
    font-family: 'Poppins';
    font-size: 17px;
}

.modal-content .close {
    opacity: 1;
    color: #fff
}

/*Modal css end*/

/**************** About us page css **********************/

.about-page-section {
    
    background-attachment: fixed;
    position: relative;
    background-size: cover;

}



.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important
}

.breadcrumb li a {
    color: #fff
}

.breadcrumb li a i {
    margin: 0 9px
}

.breadcrumb li.active {
    color: #d0cac4
}

.breadcrumb {
    justify-content: center
}


.about-text {
    text-align: right;
    font-size: 18px;
    font-family: 'poppins';
    letter-spacing: 2px;
}

.common-button {
    display: inline-block;
    background: linear-gradient(45deg, #bf202f, #726658);
    -webkit-background: linear-gradient(45deg, #bf202f, #726658);
    -o-background: linear-gradient(45deg, #bf202f, #726658);
    color: #fff;
    padding: 10px 26px;
    font-family: 'poppins';
    border-radius: 50px;
    transition: 0.5s;
    color: #fff!important
}
.common-button:hover{ background: linear-gradient(45deg,  #726658, #bf202f);}
.sub-head{color: #b12d36;
    line-height: 39px;   
}

    .para{font-family: 'Poppins';
    font-size: 16px;
    text-align: justify;
        line-height: 30px;}
.about-grid .about-img{width: 500px;
    margin: auto;
    display: block;
    margin-top: 25px;}

.connect-section{text-align: center;
    margin-bottom: 40px;
}

.connect-section .icon-grid img{width: 74px;}

.connect-section .icon-grid h3{font-size: 18px;
    margin-top: 10px;
    border-top: 1px dashed #bd202f;
    padding: 10px 0;
    border-bottom: 1px solid #be202f;}

.shape-section{background: #fff7f8}

/*About page css end */


/************** Book page stat here*******************/

.Book-section-bg {
    background: url(../jpg/book-bg2.jpg) no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}


.Book-section-bg::after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.Book-section .container {
    width: 100%;
    margin: auto;
}
.Book-section .book-grid{
    text-align: center;margin-bottom: 40px}
.Book-section .book-grid img{margin:11px 0}
.book-grid span{display: block}

.book-btn {
   display: inline-block;
   color: #0e0e0e;
   border: 2px solid#000000;
   text-align: center;
   padding: 1px 6px;
   border-radius: 14PX;
   margin: 17px 0;
   padding: 6px 21px 1px;
   font-weight: 500;
   font-size: 14px;
   background: #ffc000;
   transition: 0.5s;
   font-family: 'Poppins';
}
a.book-btn h3 {
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}

.book-btn-grid{display: flex;
    justify-content: center}
.book-btn-grid .book-btn {
    margin: 18px 30px 0;
}
h2.book-heading {
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 25px;
    text-transform: capitalize;
}
/************* Book section end here **********************/


/************* coaching-section start here **********************/

.coaching-section .benifits-grid{    text-align: center;
    min-height: 325px;
    padding: 10px 4px;
   
    margin: 19px 0;
     transform: translateY(20px);
     box-shadow: inset 0px 0px 20px 0px #f1cbcb;
    background: #fff7f7;
transition:all 0.5s cubic-bezier(.42, 0, .58, 1)}

.coaching-section .benifits-grid:hover{transform: scaleY(1)}
.coaching-section .benifits-grid img{width: 95px;margin: 20px 0}

.video-grid-text h3 {
    font-size: 22px;
}


.video-grid-text {
    text-align: center;
    font-family: 'Poppins';
}
.coaching-video-section{background: #fff7f7;}

/***********************end coaching***************/

/**************** Contact page css start **************************/

.contact-form-section  .input-box  {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact-form-section input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form-section input[type=submit]:hover {
  background-color: #45a049;
}


.contact-form-section .contact-grid1{padding: 0 68px;}

.contact-form-section .para-grid{border: 1px dashed #ef6673;
    padding: 20px;
    text-align: center;
    font-family: 'Poppins';
    border-bottom-right-radius: 100px;
    border-top-left-radius: 100px;
    font-size: 30px;
    background: #be202f;}

.contact-form-section .email-grid {
    display: flex;
    margin-top: 40px;
    border: 1px dashed #bd202f;
    padding: 20px 10px;
    height: 17vh;
    align-items: center;
    }

.contact-form-section .email-grid .email-icon{
    width: 60px;
    text-align: center;
    height: 60px;
    margin-right: 11px;
    border-radius: 50px;
    background: #be202f;
    }

.contact-form-section .email-grid .email-icon i{line-height: 56px;
    display: inline-block;
    color: #fff;
    font-size: 23px;}
.contact-form-section .email-text p {
    font-size: 22px;
    font-family: 'Poppins';
    line-height: 20px;
    font-weight: 500;
    }

.contact-form-section .email-text a{color: #000}
.contact-form-section .form-grid {
    padding: 50px;
    background: #fffbfb;
}

.form-grid label {
    font-family: 'Poppins';
    font-size: 16px;
    margin-bottom: 4px;

}

.form-grid .input-box {
    border: 1px solid #f7f5f5;
    font-family: 'Poppins';
    font-size: 13px;
}
    /**************** Contact page css end **************************/
    

    
    
/********************* Blog page css start here *********************************/
    
    
    .blog-section .blog-box {
    box-shadow: 0px 5px 19px 0 #ece9e9;
    padding: 18px 24px;
   
}

.blog-section .blog-box h2 {
    font-size: 21px;
    margin: 13px 0;
}

.blog-section .blog-box ul {
   /* display: flex */
}

.blog-section .blog-box ul li i {
    margin-right: 6px;
    color: #bf202f;
}

.blog-section .blog-box ul li {
    font-size: 15px;
}

.blog-section .blog-box ul li:nth-child(1) {
    margin-right: 20px
}
.resent-ul ul li a img {
    float: left;
    margin-right: 14px;
    width: 91px;
    height: 69px;
}

.post-grid p {
    color: #040404;
    font-family: 'Poppins';
    font-size: 15px;
}

h2.resent-heading {
    font-size: 25px;
    padding: 9px 15px;
    background: #726658;
    color: #fff;
}

.resent-ul {
    margin: 32px 20px;
}

.post-grid p:last-child {
    color: #bf202f;
    font-size: 12px;
    margin-top: 4px;
}

.post-grid p:last-child i {
    margin-right: 10px;
}

.resent-ul li {
    margin: 30px 0;
}
.post-grid{overflow: auto}
.blog-border {
    border: 1px solid #f5efef;
}

.archive-grid.blog-border ul {
    margin: 32px 20px;
    list-style: inside;
}

.archive-grid.blog-border ul li {
    padding: 4px 5px;
    border-bottom: 1px solid #7266580d;
}

.archive-grid.blog-border {}

.archive-grid.blog-border ul li a {
    color: #726658;
    font-weight: 500;
}

.blog-right p{font-family: 'poppins'}

/*********** Blog css end here **********************/



/*******************Leadership workshop start here **********************/

.video-grid {
    margin: 32px 0 20px;
    width: 100%;
    height: 228px;
}
.video-grid h2{text-align: center;
    margin: 10px 0;
    padding: 13px;
    border-top: 1px solid;
    border-bottom: 1px solid;}

.top-include{
    background: url(../jpg/leadership.jpg);
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    padding: 28px 0;
    }

.top-include::before{    background: #9c212e;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 50%!important;}

.top-include-grid {color: #fff}
.top-include-grid  h2{
    color: #ffff;
    font-size: 45px;
    line-height: 57px;
    }
.top-include-grid ul {
    list-style: initial;
    margin-top: 29px;
}
.top-include-grid ul li {
    font-family: 'Poppins';
    margin: 15px 0;
    font-size: 17px;
}

.high-perform{background: #fffbfb;}
.audience-box {
    display: flex;
}

.audience-box img {
    width: 95px;
    margin-right: 20px;
    align-self: flex-start;
}