.custom-carousel-backward-shape:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 0;
    left: 50%;
    right: auto;
    bottom: 30px;
    background-color: rgb(19, 18, 18); /*F1DA05*/
    opacity: .15;
    transform: translate3d(-50%,0,0);
}

.menu-black-txt {
    color: #000 !important;
}

.menu-white-txt {
    color: #fff !important;
}

.forsomeone .lightbox .img-fluid {
    height: 616px !important;
}
.marketing_partner {
    max-width: 80%;
}

.marketing_partner h2 {
    line-height: 26px;
}
.marketing_partner img {
    max-height: 100px;
}

.gallery img {
    max-height: 170px;
}

.marketing_partner a {
    text-decoration: none;
}

.privacy_policy_align {
    padding-top: 20px;
    text-align: left;
}

.header-nav-main .btn-modern span {
    background-color: #D51E43;
    padding: 15px;
}

#header .header-nav-main nav > ul > li > a {
    font-size: 16px;
}

.white-icons {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.stats-right {
    min-height: 432px;
    background-color: #f3e8e8;
    border-radius: 10px;
}

html .testimonial-primary blockquote {
    background: none;
}

html section.section-secondary blockquote p {
    color: #000;
}

.testimonial-primary {
    display: table-cell;
    vertical-align: middle;
    height: 375px;
}

.testimonial-name-desc {
    width: 100%;
}

/*  */
/*
* Custom SVG Wrappers
*/
.custom-svg-wrapper-1 {
    position: relative;
}

.custom-svg-wrapper-1 > svg {
    position: absolute;
    top: 60%;
    left: 43%;
    width: 150%;
    height: 170%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
}

.custom-svg-wrapper-1 > img {
    position: relative;
    z-index: 1;
}
/*  */

/*  */
/*
* Icon Style
*/
.custom-icon-style-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}

.custom-icon-style-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #CCC;
    border-radius: 7px;
    transform: rotate(45deg);
    z-index: 0;
    transition: ease background 300ms;
}

.custom-icon-style-1 svg {
    position: relative;
    z-index: 1;
}

.custom-icon-box-style-1 h3 {
    transition: ease color 300ms;
}

.custom-icon-style-1:before {
	border-color: #D51E43;
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
	background: #D51E43;
}

.custom-icon-box-style-1:hover .custom-icon-style-1 svg path {
	fill: #FFF !important;
}

.custom-icon-box-style-1:hover h3 {
	color: #D51E43 !important;
}
/*  */

/*  */
/*
* Testimonials
*/
.custom-rounded-image {
    border-radius: 100%;
}

.testimonial.custom-testimonial-style-1 blockquote {
    background: transparent;
    padding: 40px 20px 40px 0px;
}

.testimonial.custom-testimonial-style-1 blockquote:before {
    left: 0;
    font-size: 60px;
    color: #1e1e24;
}

.testimonial.custom-testimonial-style-1 blockquote:after {
    font-size: 60px;
    color: #1e1e24;
}

.testimonial.custom-testimonial-style-1 blockquote p {
    color: #777;
    font-family: "Sintony", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.8;
    padding: 0px;
}

.testimonial.custom-testimonial-style-1 .testimonial-author p {
    position: relative;
    margin: 0;
}

.testimonial.custom-testimonial-style-1 .testimonial-author p:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 18px;
    border-top: 2px solid #1e1e24;
}
/*  */

/*  */
/*
* Diamonds
*/
.diamonds {
    font-size: 0;
    margin: 40px auto 85px;
    position: relative;
    text-align: center;
    padding: 50px 0 0 57px;
}

.diamonds > li {
    display: inline-block;
    font-size: 18px;
    margin-right: 135px;
}

.diamonds .diamond {
    background: transparent;
    display: block;
    height: 243px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 245px;
    overflow: hidden;
    transform: rotate(-45deg);
    background-color: #D51E43;
}

.diamonds .diamond:after {
    transition: all 0.2s ease;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transform: scale(0);
    z-index: 100;
}

.diamonds .diamond:before {
    transition: all 0.2s ease;
    color: #fff;
    content: "\e091";
    font-family: "simple-line-icons";
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 1000;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(2);
}

.diamonds .diamond:hover:after {
    opacity: 0.3;
    transform: scale(1);
}

.diamonds .diamond:hover:before {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) rotate(45deg) scale(1);
}

.diamonds .content {
    display: table-cell;
    height: 255px;
    padding: 0 8px 0 6px;
    transform: rotate(45deg);
    text-align: center;
    vertical-align: middle;
    width: 255px;
    position: relative;
}

.diamonds .content img {
    max-width: 375px;
    margin-left: -50%;
}

.diamonds .diamond-sm {
    height: 123px;
    width: 123px;
}

.diamonds .diamond-sm .content {
    height: 123px;
    width: 123px;
}

.diamonds .diamond-sm .content:after {
    left: 24%;
    top: 48%;
}

@media (min-width: 1199px) {
    .diamonds > li:nth-child(3) {
            margin-right: 0;
    }
    .diamonds > li:nth-child(4) {
            right: 143px;
            top: 9px;
            position: absolute;
    }
    .diamonds > li:nth-child(5) {
            margin-left: 516px;
            margin-top: -70px;
    }
    .diamonds > li:nth-child(6) {
            position: absolute;
            margin: -8px 0 0 -27px;
            right: -14px;
    }
    .diamonds > li:nth-child(7) {
            position: absolute;
            margin: 93px 0 0 -133px;
            right: 90px;
    }
    .diamonds .diamond-sm {
            height: 123px;
            width: 123px;
    }
    .diamonds .diamond-sm .content {
            height: 123px;
            width: 123px;
    }
    .diamonds .diamond-sm .content img {
            max-width: 195px;
    }
}

@media (max-width: 1198px) {
    .diamonds {
            text-align: center;
            width: 748px;
            margin: 0 auto;
            padding: 75px 0 0 75px;
    }
    .diamonds::after {
            clear: both;
            content: "";
            display: block;
    }
    .diamonds > li {
            margin: 0;
            position: static;
            float: left;
    }
    .diamonds > li:nth-child(2n+2) {
            margin-bottom: -50px;
            margin-left: 55px;
            margin-top: 200px;
    }
    .diamonds > li:nth-child(2n+1) {
            clear: both;
    }
    .diamonds > li:nth-child(4) {
            float: left;
    }
    .diamonds > li:nth-child(5), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) {
            float: right;
    }
    .diamonds > li:nth-child(7) {
            margin-top: 40px;
    }
}

@media (max-width: 748px) {
    .diamonds {
            margin: 0 auto;
            padding: 25px 0 0 0;
            text-align: center;
            width: 445px;
    }
    .diamonds > li {
            float: none !important;
            clear: both !important;
            margin: 45px 0 115px 95px !important;
            display: block;
    }
    .diamonds > li:nth-child(4), .diamonds > li:nth-child(6), .diamonds > li:nth-child(7) {
            margin-left: 158px !important;
    }
}

@media (max-width: 575px) {
    .diamonds-wrapper {
            min-height: 2290px;
    }
    .diamonds-wrapper .diamonds {
            margin: 0 auto;
            padding: 25px 0 0;
            text-align: center;
            width: 445px;
            position: absolute;
            left: 50%;
            margin-left: -222px;
    }
    .diamonds-wrapper .diamonds .diamond {
            margin: 130px auto 0;
    }
    .diamonds-wrapper .diamonds > li {
            text-align: center;
            margin: 0 !important;
    }
    .diamonds-wrapper .diamonds > li:first-child .diamond {
            margin-top: 60px;
    }
}
/*  */

/*  */
.custom-row-about .col-12 {
    height: 670px;
}

.custom-col-about-bg {
    height: 670px;
    background-size: cover;
    background-position: 100% 0;
}
.custom-col-about-bg-text,
.custom-about-play-icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
}

.custom-about-play-icon {
		left: 50%;
		transform: translate(50%, -50%);
		margin: 0 0 0 -62px;
}

.custom-carousel-bg {
		border: 0;
		margin: 0;
		position: relative;
		width: 100%;
		height: 100% !important;
		top: 0;
		left: 0;
		overflow: hidden;
}

@media (min-width: 992px) {
    .custom-carousel-bg img {
            /* width: auto !important; */
            min-height: 670px !important;
    }
}

@media (max-width: 991px) {
    .custom-col-about-carousel {
            height: auto !important;
    }
}
/*  */

/*  */
html section.section-secondary {
	background-color: #D51E43 !important;
	border-color: #d3c11698 !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
	color: #FFF;
}

html section.section-secondary p {
	color: #e6e6e6;
}

html section.section-secondary-scale-2 {
	background-color: #014fa4 !important;
	border-color: #01438b !important;
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #014fa4;
}
/*  */

/*  */
html .bg-color-quaternary,
html .bg-quaternary {
  background-color: #d3c116 !important;
}
html .bg-color-light,
html .bg-light {
  background-color: #FFF !important;
}
.tabs-navigation-custom .nav-tabs .nav-item {
    position: relative;
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link {
    border: 0 !important;
    font-size: 18px;
    padding-left: 25px !important;
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link:not(.active) {
    color: #212529;
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link:before {
    content: "";
    width: 20px;
    height: 2px;
    display: inline-block;
    background: #212529;
    margin-right: 10px;
    position: relative;
    top: -3px;
    left: 0;
}

.tabs-navigation-custom .nav-tabs .nav-item .nav-link.active:before {
    background: var(--primary);
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link.active,
html.dark body .tabs .nav-tabs .nav-link.active {
  color: #ff6716;
}
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs .nav-link.active,
html.dark body .tabs .nav-tabs .nav-link.active,
html body .tabs .nav-tabs.nav-justified .nav-link.active,
html.dark body .tabs .nav-tabs.nav-justified .nav-link.active,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
  border-top-color: #ff6716;
}

/*  */

/*  */
#chartdiv {
    width: 100%;
    height: 500px;
}

html .bg-color-primary, html .bg-primary {
    background-color: #d3c116 !important;
}

.bg-secondary{
    background-color: #D51E43 !important;
}

section.section.section-angled {
    background-color: #D51E43 !important;
}
.custom-card-style-1 {
    border: none;
}
.custom-card-style-1 .cus-padding {
    padding: 0rem 1rem;
}

@media (min-width: 992px) {
    .custom-section .custom-section-middle-content {
        width: 55vw;
    }
}

@media (min-width: 768px) {
    .custom-section .custom-section-middle-content {
        width: 50;
    }
}

.about-right-blue::before {
    top: -30px !important;
    left: 30px !important;
}

.col-half-section {
    margin-left: 0px;
}

.percircle .bar, .percircle.gt50 .fill, .percircle .pie {
    border: 0.08em solid #d51e43 !important;
}

.sailent-features {
    /* height: 500px; */
    display: table-cell;
    vertical-align: middle;
}
.about-img-posi {
    position: relative;
}

.sailent-features-icons {
    min-height: 68px;
}

.elements-list-shadow-icon {
    width: 75px;
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #d3c116 !important;
}

html .text-banner {
    color: #000 !important;
}

.counters.counters-text-light .counter, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
    color: #000 !important;
}

html .text-color-primary {
    color: #D51E43 !important;
}

html .bg-color-secondary, html .bg-secondary {
    /* background-color: #E5E5E5 !important; */
    background-color: unset !important;
}

.sailent-features p {
    color: #fff !important;
}

html .text-color-light, html .text-light {
    color: #000 !important;
    text-transform: uppercase;
}

html .no-transformation {
    text-transform: none !important;
}

a:not(.btn):hover {
    text-decoration: none !important;   
}

.speaker-label {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.stats-bg-yellow {
    background-color: #d3c116 !important;
}

.featured-boxes-modern-style-primary .featured-box {
    background: linear-gradient(135deg, #F1DA05 0%, #383f48 100%);
}

.featured-boxes-modern-style-2-hover-only:hover .featured-box:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
}

#footer .footer-ribbon {
    background: #F1DA05;
}

#footer .footer-ribbon:before {
    border-right-color: #F1DA05;
    border-left-color: #F1DA05;
}

#footer .footer-ribbon span {
    color: #000;
    font-weight: bold;
}

/*  */

.pricing-table.custom-pricing-table-style-1 .plan {
    border-radius: 10px;
  }
  .pricing-table.custom-pricing-table-style-1 .plan .plan-header {
    border-radius: 10px;
  }
  .pricing-table.custom-pricing-table-style-1 .plan .plan-features {
    border: 0;
  }
  .pricing-table.custom-pricing-table-style-1 .plan .plan-features ul li {
    font-size: 1em;
  }
  .pricing-table.custom-pricing-table-style-1 .plan .plan-footer {
    border: 0;
  }
  .pricing-table.custom-pricing-table-style-1 .plan.plan-featured {
    overflow: hidden;
    transform: scale(1);
  }
  .pricing-table.custom-pricing-table-style-1
    .plan.plan-featured
    .plan-features
    ul
    li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .pricing-table.custom-pricing-table-style-1
    .plan.plan-featured
    .plan-popular-tag {
    position: absolute;
    line-height: 2.3;
    top: 20px;
    right: -55px;
    background: #ccc;
    width: 55%;
    transform: rotate(36deg);
  }

.featured-boxes-modern-style-2 .featured-box:before {
    background: #3a9bae;
}

html .text-color-dark, html .text-dark {
    color: #fff !important;
}
.custom-card-style-1-image-wrapper .img-fluid {
    max-width: 75%;
}

/*  */

/*
* Owl Carousel
*/
@media (max-width: 767px) {
    .custom-dots-position .owl-dots {
        top: calc(50% + 275px) !important;
        transform: translate3d(0px, 0, 0px) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .custom-dots-position .owl-dots {
        top: calc(50% + 225px) !important;
        transform: translate3d(0px, 0, 0px) !important;
    }
}

.custom-dots-style-1 .owl-dots {
    margin-top: 20px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #CCC;
    width: 12px;
    height: 12px;
}

.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span {
    background: #CCC;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot span {
    border-color: #FFF;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active span {
    background: #FFF !important;
}

.custom-hide-prev-nav .owl-nav .owl-prev {
    display: none !important;
}

.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-prev,
.custom-nav-grey.owl-carousel.nav-style-1 .owl-nav .owl-next {
    color: #aaaaaa !important;
}

/*
* Custom Section
*/
.custom-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-section .custom-section-left-content,
.custom-section .custom-section-right-content {
    display: none;
}

.custom-section .custom-section-middle-content {
    width: 100%;
    /* margin: 0 -70px; */
    z-index: 1;
}

@media (min-width: 768px) {
    .custom-section .custom-section-left-content,
    .custom-section .custom-section-right-content {
        display: block;
        width: 34vw;
    }
    .custom-section .custom-section-middle-content {
        width: 50vw;
    }
}

@media (min-width: 992px) {
    .custom-section .custom-section-left-content,
    .custom-section .custom-section-right-content {
        width: 34vw;
    }
    .custom-section .custom-section-middle-content {
        width: 55vw;
    }
}

/*
* Custom Heading Style
*/
.custom-heading-style-1 {
    position: relative;
    color: #FFF;
}

.custom-heading-style-1 .custom-heading-style-1-step {
    position: absolute;
    font-size: 4.5em;
    font-weight: 900;
    font-family: 'Overpass', sans-serif;
    top: 50%;
    left: 0;
    opacity: 0.1;
    transform: translate3d(0, -50%, 0);
    z-index: 0;
}

.custom-heading-style-1 .custom-heading-style-1-text {
    position: relative;
    letter-spacing: 4.5px;
    z-index: 1;
    font-weight: 700;
}

.leadership-talk .owl-carousel .owl-nav {
    top: unset;
}

.leadership-talk .custom-hide-prev-nav .owl-nav .owl-prev {
    display: block !important;
}


/*  */

.text-9 {
    font-size: 2em !important;
}

/*  */


.applicationStatus li { /* Added this and moved much code to here */
    position: relative; /* this was a key property missing from your code */
    text-indent: 30px;
    height: 140px;
    background-color: #767676;
    display: inline-block;
    /* Dirty IE Hack */
    zoom: 1;
    *display: inline;
    /* margin-right: 30px; Eliminated this */
    margin-left: 30px;
    /* padding: 10px 10px 10px 30px; */
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 110px;
  }
  
  li.applicationStatus:first-child:after, li.applicationStatusGood:after, li.applicationStatusNoGood:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 70px solid transparent;
      border-left: 44px solid #767676;
      border-bottom: 70px solid transparent;
      margin: -10px 90px 0 30px; 
  }
  li.applicationStatus:first-child {
      padding-left: 10px;
      margin-left: 0;
  }
  li.applicationStatus:last-child {
      padding-right: 30px;
  }
  
  li.applicationStatusGood {
    background-color: #77a942; }
    li.applicationStatusGood:after {
      border-left: 30px solid #77a942; }
  
  li.applicationStatusNoGood {
    background-color: #c42c00; }
    li.applicationStatusNoGood:after {
      border-left: 30px solid #c42c00; }


    .camera_caption{
        width: 200px;
        height: 140px;
        background: #F1DA05;
        position: relative;
    }
    .camera_caption:after {
        position: absolute;
        right: -40px;
        content: "";
        width: 0; 
        height: 0; 
        border-top: 70px solid transparent;
        border-bottom: 70px solid transparent;
        border-left: 40px solid #F1DA05;
    }

    html .btn-secondary {
        background-color: #D51E43;
    }

    .footer-logo {
        width: 170px;
        height: 140px;
        padding: 15px 0 15px 50px;
    }
    #footer {
        background: #79897f;
        border-top: 4px solid #79897f;
        font-size: 0.9em;
        margin-top: 50px;
        padding: 0;
        position: relative;
        clear: both;
    }

    #footer a:not(.btn):not(.no-footer-css) {
        color: #fff;
    }

    #footer .footer-copyright.footer-copyright-style-2 {
        background: #79897f;
        border-top: unset;
    }
    #footer .footer-copyright p {
        color: #000;
        font-size: 1em;
    }

    .circle-progress-value {
        stroke-width: 6px;
      /* Use SVG gradient for stroke */
        stroke: url("#linear-gradient");
        stroke-linecap: round;
    }

    .progress {
        height: 100px !important;
        justify-content: center;
    }

    .mobile-icon {
        background: transparent !important;
    }

    @media (min-width: 992px){
        #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
            padding: 0 0.5rem;
        }
    }

    .testimonial blockquote {
        padding: 2.5rem 2rem 2.5rem 2rem;
    }

    .testimonial blockquote:before {
        left: 10px;
        top: 7px;
        color: #000;
        font-size: 65px;
    }

    .hide-svg {
        height: 0px;
        width: 0px;
    }

.padding-p3 {
    padding-top: 0.3rem !important;
}

.padding-p7 {
    padding-top: 0.7rem !important;
}


element.style {
    height: auto;
}
.owl-carousel.owl-loaded {
    opacity: 1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    margin-bottom: unset;
}

/*  */