* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:'Inter', sans-serif !important;
    line-height: 1.5;
    background-color: #F8F8F9;
}

a {
    text-decoration: none;
}

p {
    font-size: 14px;
    font-weight: normal;
}

img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    width: 100%;
}

span {
    font-size: 12px;
    font-weight: normal;
}


/* Header Section */

.topheader {
    padding: 10px 0px;
    background-color: #4664AF;
    color: #fff;
}

.innertopheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.info-txt .mail,
.info-txt .location {
    display: flex;
    align-items: center;
}

.info-txt .mail a,
.info-txt .location a {
    color: #fff !important;
}

.info-txt .location {
    padding-left: 25px;
}

.info-txt .mail span,
.info-txt .location span {
    padding-left: 5px;
}

.social-links a {
    margin: 0 5px;
    color: #fff;
}

.navigation .navbar {
    background-color: #fff !important;
    padding: 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.navigation .navbar .navbar-brand img {
    max-width: 180px;
    object-fit: cover;
    object-position: center;
    margin-left: -15px;
}

#navbarSupportedContent {
    padding-left: 5px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link {
    font-weight: bold;
    color: #000;
    margin: 0 5px;
}

.navbar-nav .nav-item .nav-link.active {
    color: #4664AF;
}

.talks .fa-rocketchat {
    font-size: 40px;
    font-weight: bold;
    color: #4664AF;
    padding-right: 10px;
}

.talks p,
.talks a {
    color: #000;
    font-weight: bold;
    margin-bottom: 0  !important;
}

.talks span {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}



/* Slider Section */

.slider-section,
.slider-section .carousel {
    height: 90vh;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
}

.carousel-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-inner .carousel-item img {
    height: 90vh;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators {
    position: absolute;
    top: 40%;
    right: 8%;
    left: 40%;
    margin: 0;
    justify-content: end;
    display: flex;
    z-index: 999;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  left: 0;
  margin: 0;
  text-align: left;
  z-index: 99;
  width: 100%;
}

.carousel-indicators .inner-indicators {
    display: flex;
    flex-direction: column;
}

.inner-indicators button {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
    margin: 0 0 0px 0;
    z-index: 99;
}

.inner-indicators button.active {
    background-color: #fff !important;
    border: 0 !important;
}

.carousel-inner .carousel-caption h6 {
    font-size: 15px;
    font-weight: 500;
}

.carousel-inner .carousel-caption h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 15px 0px;
}

.carousel-inner .carousel-caption a {
    padding: 10px 40px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
}


/* Card Slider Bottom */
.uppercard-section {
    padding: 20px 0px 40px;
    background: #F8F8F9;
}

.owl-sliders {
    margin-top: -150px;
}

.cards-body .inneritem {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #F8F8F9;
    /* box-shadow: 1px 2px 1px 0px #ccc; */
    padding: 15px;
    padding-bottom: 40px;
    position: relative;
}

.cardinnerbody .imgs {
    display: flex;
    justify-content: space-between;
}

.cardinnerbody .imgs img {
    max-width: 100px;
    height: 100%;
}

.cardinnerbody .imgs span {
    font-size: 80px;
    color: #E3E4E9;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E3E4E9;
    margin-top: -30px;
}

.cardinnerbody .txts h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}

.cardinnerbody .txts p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cardinnerbody .arrow {
    display: flex;
    justify-content: end;
    align-items: center;
}

.cardinnerbody .arrow a {
    background: #4664AF;
    padding: 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100px 0 10px 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.cardinnerbody .arrow a:hover {
    background-color: #f3765e;
}

.owl-sliders .owl-dots {
    display: block !important;
}

.owl-sliders .owl-dots .owl-dot.active span,
.owl-sliders-hr .owl-dots .owl-dot.active span,
.owl-sliders-news .owl-dots .owl-dot.active span,
.owl-sliders-testimonial .owl-dots .owl-dot.active span {
    background: #F3765E !important;
}

.owl-sliders-testimonial .owl-dots .owl-dot.active span {
    width: 20px;
}

.owl-sliders .owl-dots .owl-dot span,
.owl-sliders-hr .owl-dots .owl-dot span,
.owl-sliders-news .owl-dots .owl-dot span,
.owl-sliders-testimonial .owl-dots .owl-dot span {
    background: #4664AF !important;
}


/* Why Choose Section */
.whychoose-section {
    padding: 40px 0px;
    background-color: #fff;
}

.txt-heading {
    text-align: center;
    margin-bottom: 30px;
}

.txt-heading h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
}

.txt-heading h3.blue {
    color: #4664AF;
}


/* .inner-whychoose .rightsideImg img {

} */

.innertxts {
    padding-left: 25px;
}

.innertxts .toptxt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}

.innertxts .iconstxt {
    display: flex;
    margin-top: 10px;
    margin-bottom: 0px;
}

.innertxts .iconstxt i {
    font-size: 40px;
    color: #4664AF;
    padding-right: 20px;
}

.innertxts .iconstxt .inner-iconstxt h3 {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    margin: 0;
}

.innertxts .iconstxt .inner-iconstxt p {
    padding-top: 5px;
}

.innertxts .learnmore {
    margin: 20px 0 0 0;
}

.innertxts .learnmore p {
    font-weight: 600;
    color: #000;
}

.innertxts .learnmore p a {
    text-decoration: underline !important;
    color: #000;
    padding-left: 5px;
}



/*  Elevating Section */
.elevating-section {
    padding: 80px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/elevating.png');
    background-size: cover;
    background-position: center;
}

.elevating-section .innerelevating h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}


/* Hr Deliver Section */
.deliver-section {
    padding: 30px 0px;
}

.innerdeliver .hrdelivertxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.innerdeliver .hrdelivertxt .txtleft h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.innerdeliver .hrdelivertxt .txtleft h3 {
    font-size: 22px;
    color: #4664AF;
    font-weight: 600;
}

.innerdeliver .hrdelivertxt .txtright a {
    padding: 10px 50px;
    background: #4664AF;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.innerdeliver .hrdelivertxt .txtright a:hover {
    background-color: #f3765e;
}

.hrinneritem .whitetxt {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    width: 90%;
    z-index: 9;
    margin: -40px auto 0 auto;
    padding: 15px 20px;
    text-align: center;
    position: relative;
}

.hrinneritem .cardinnerbody .whiteImg {
    z-index: -1;
    position: relative;
}

.hrinneritem .whitetxt h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.hrinneritem .whitetxt p {
    font-size: 14px;
    color: gray;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hrinneritem .whitetxt .roundatg {
    background: #F3765E;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    transition: all 0.3s ease-in-out;
}

.hrinneritem .whitetxt .roundatg:hover {
    background-color: #4664af;
}


/* Map Section */

.map-section {
    margin: 10px 0px;
}

.map-section .inner-mapsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.map-section .inner-mapsection .leftform,
.map-section .inner-mapsection .rightsidemap {
    width: 50%;
}

.map-section .inner-mapsection .leftform {
    background: linear-gradient(rgb(70 100 175 / 65%), rgb(70 100 175 / 65%)), url(../images/bgsmap.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 560px;
    margin-top: -5px;
    padding: 50px 100px;
}

.map-section .inner-mapsection .leftform h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.map-section .inner-mapsection .leftform .form-control {
    height: 50px;
    margin-bottom: 25px;
    font-size: 14px;
}

.map-section .inner-mapsection .leftform .form-control:focus,
.map-section .inner-mapsection .leftform .form-control:hover {
    box-shadow: none;
    outline: none;
}

.map-section .inner-mapsection .leftform textarea {
    height: 150px !important;
}

.map-section .inner-mapsection .leftform a {
    padding: 15px 60px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.map-section .inner-mapsection .leftform a:hover {
    background: #4664AF;
}


/* News Section */
.news-section {
    padding: 30px 0px;
}

.news-section .toptxthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.news-section .toptxthead h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-align: center;
    /* margin: auto; */
}

.news-section .toptxthead h3 span {
    font-size: 25px;
    color: #4664AF;
    font-weight: 600;
}

.news-section .toptxthead a {
    background: #4664AF;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.news-section .toptxthead a:hover {
    background-color: #f3765e;
}

.newsinneritem .whiteImg {
    position: relative;
}

.newsinneritem .whiteImg p {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #F3765E;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.newsinneritem .whiteImg p span {
    font-weight: bold;
    font-size: 18px;
}

.newsinneritem .whitetxt {
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: -3px;
    border-radius: 0px 0px 5px 5px;
    padding: 15px 35px;
}

.newsinneritem .inrwhitetxt .iconsdesc {
    display: flex;
}

.newsinneritem .inrwhitetxt .iconsdesc p {
    font-size: 12px;
}

.newsinneritem .inrwhitetxt .iconsdesc p:last-child {
    padding-left: 25px;
}

.newsinneritem .inrwhitetxt .iconsdesc p i {
    color: #4664AF;
}


.newsinneritem .inrwhitetxt h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.newsinneritem .inrwhitetxt p {
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsinneritem .inrwhitetxt a {
/*    text-decoration: underline;*/
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}



/*  Testimonial Section */

.testimonial-section {
    padding: 50px 0px;
    background: linear-gradient(rgb(70 100 175 / 95%), rgb(70 100 175 / 95%)), url('../images/testimonial-bgs.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-section .inner-testimonial .leftside {
    color: #fff;
    line-height: 30px;
}

.testimonial-section .inner-testimonial .leftside span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.testimonial-section .inner-testimonial .leftside h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonial-section .inner-testimonial .leftside p {
    max-width: 400px;
}

.testimonial-section .inner-testimonial .leftside a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.testimonial-section .inner-testimonial .rightside {
    position: relative;
}

.testimonial-section .inner-testimonial .rightside .whiteboxs {
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    width: 90%;
    margin: 50px auto 0 auto;
}

.testimonial-section .inner-testimonial .rightside .whiteboxs img {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 80px;
    width: 80px;
}

.testimonial-section .inner-testimonial .rightside .whiteboxs p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.testimonial-section .inner-testimonial .rightside .whiteboxs i {
    position: absolute;
    right: 10%;
    font-size: 30px;
    color: #4664AF;
    bottom: 10%;
}

.testimonial-section .inner-testimonial .rightside .whiteboxs h4 {
    color: #4664AF;
    font-size: 18px;
    font-weight: bold;
}

.testimonial-section .inner-testimonial .rightside .whiteboxs h4 span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}



/*  Cards Section */
.cards-section {
    padding: 30px 0px;
}

.cards-section .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cards-section .media .what-different-item-img {
    width: 253px;
}

.cards-section .media .what-different-item-img img {
    width: 100%;
    height: 226px;
    object-fit: cover;
    border-radius: 5px;
}

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

.cards-section .media .what-different-item-content {
    min-height: 161px;
    border-radius: 10px;
    box-shadow: 0 2px 22px 0 rgb(0 0 0 / 5%);
    background-color: #ffffff;
    padding: 12px 20px 13px;
    width: 333px;
    margin-left: -50px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

.cards-section .media .what-different-item-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: inherit;
    z-index: -1;
}

.cards-section .media .what-different-item-content .span_tag {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.69);
}

.cards-section .media .what-different-item-content .title {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
    margin-top: 5px;
}

.cards-section .media .what-different-item-content .sub-content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #3e3e3e;
    margin-bottom: 8px;
}



/*  Call Section  */
.call-section {
    padding: 30px 0px;
    background: #4664AF;
    color: #fff;
}

.innercall-section,
.icon-cal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-cal .calenarIcon {
    height: 80px;
    width: 80px;
    background: #fff;
    color: #F3765E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.icon-cal .calenarIcon i {
    font-size: 40px;
}

.icon-cal h3 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 25px;
}

.innercall-section a {
    padding: 10px 30px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}


/*  Footer Section */
footer {
    padding: 30px 0px 0;
}

footer .logoside img {
    max-width: 200px;
    margin-left: -15px;
}

footer .logoside p {
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 5px;
}

footer .logoside .whiteside {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin-left: -5px;
    width: 90%;
}

footer .logoside .whiteside h3,
footer .logoside .whiteside h3 a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 25px;
}

footer .logoside .whiteside .ringdiv {
    height: 50px;
    width: 50px;
    background: #4664AF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .listsviews h2,
footer .newsViews h2,
footer .followLinks h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

footer .listsviews h2::before,
footer .newsViews h2::before,
footer .followLinks h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
}

footer .listsviews h2::after,
footer .newsViews h2::after,
footer .followLinks h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30%;
    background: #4664AF;
}

footer .listsviews ul,
footer .newsViews ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .listsviews ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 35px;
}

footer .newsViews ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    margin-bottom: 15px;
}

footer .newsViews ul li a img {
    padding-right: 10px;
    height: 70px;
    width: 70px;
}

footer .newsViews ul li a .txtews h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

footer .newsViews ul li a .txtews p {
    color: #4664AF;
    font-weight: 600;
    font-size: 12px;
    margin: 5px 0;
}

footer .followLinks a {
    border: 2px solid #4664AF;
    padding: 5px;
    margin-top: 10px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: auto;
    margin-left: 5px;
    border-radius: 5px;
    color: #4664AF;
}

.copyright {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin: 30px 0 0 0;
/*    border-radius: 5px;*/
    position: relative;
}

.copyright p {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
}

.copyright ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding-right: 50px;
}

.copyright ul li a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    margin: 0 10px;
}

.copyright .arrow {
    background: #4664AF;
    padding: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: -20px;
    position: absolute;
    right: 0;
}

.copyright .arrow a {
    color: #fff;
}





@media (max-width:991px) {
    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        padding: 10px 0px !important;
    }
    li.nav-item {
        border-bottom: 0.3px solid rgba(0,0,0,0.5);
    }
    .talks {
        padding: 5px 0 20px 0;
    }
    .slider-section, .slider-section .carousel,
    .carousel-inner .carousel-item img {
        height: 50vh !important;
    }
    .map-section .inner-mapsection {
        flex-direction: column;
    }
    .map-section .inner-mapsection .leftform, .map-section .inner-mapsection .rightsidemap {
        width: 100%;
    }
    .innercall-section, .copyright, .info-txt {
        flex-direction: column;
    }
    .icon-cal {
        padding-bottom: 10px;
        text-align: center;
        flex-direction: column;
    }
    .calenarIcon {
        margin-bottom: 10px;
    }
    .copyright ul li a {
        margin: 0 5px;
    }
    .map-section .inner-mapsection .leftform {
        padding: 50px 30px !important;
    }
    .innertxts {
        padding-left: 0px !important; 
    }
}

@media (max-width:768px) {
    .carousel-caption {
        top: 20% !important;
    }
    .innertxts {
        margin-top: 15px;
    }
    .elevating-section .innerelevating h1 {
        font-size: 25px;
    }
    .innerdeliver .hrdelivertxt, .toptxthead {
        flex-direction: column;
        text-align: center;
    }
    .innerdeliver .hrdelivertxt .txtright a {
        padding: 10px 30px;
    }
    .txtright {
        margin-top: 10px;
    }
    footer .followLinks a {
        height: 30px;
        width: 30px;
        padding: 0 !important;
    }
    .listsviews .row {
        flex-direction: column !important; 
    }
    .listsviews .row .col-md-6 {
        width: 100% !important;
    }
}


@media (max-width:600px) {

    .innertopheader {
        flex-direction: column;
    }
    .copyright ul {
        padding: 0 !important;
    }
    .copyright .arrow {
        top: -30px;
    }
    .followLinks {
        margin-top: 15px;
    }
    .copyright p {
        text-align: center;
    }
    .icon-cal h3 {
        padding-left: 0 !important;
    }
}

@media (max-width:400px) {
    .info-txt .location {
        padding-left: 0;
    }
}






/* Why Choose Section*/
.ttm-page-title-row {
    display: block;
    padding-top: 120px;
    padding-bottom: 55px;
    z-index: 0;
}

.ttm-page-title-row {
    position: relative;
    background-image: url('../images/why-bgs.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ttm-textcolor-white {
    color: #fff;
}

.title-box .page-title-heading {
    position: relative;
}

.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcrumb-wrapper span {
    transition: all 0.5s ease-in-out 0s;
}

.breadcrumb-wrapper a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.title-box .breadcrumb-wrapper span:last-child {
    color: #ffd800;
}

