/* ----------------------------------------
   ----------- 1.GENERAL STYLES -----------
   ---------------------------------------- */
body,
html {
    height: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

    body.theme_one {
        color: #63688e;
    }

    body.theme_two {
        color: #5e629c;
    }

a:focus {
    outline: 0 solid
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

img {
    max-width: 100%;
    height: auto;
}

input::-moz-focus-inner {
    border: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a:hover {
    text-decoration: none;
    outline: none !important;
}

a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #63688e;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    color: #63688e;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
    color: #63688e;
    opacity: 1; /* Firefox */
}

::placeholder {
    color: #63688e;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #63688e;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #63688e;
}

input:focus, textarea:focus, select:focus {
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
}

.form-control:focus {
    color: #63688e;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.overflow {
    overflow: hidden;
}

.section-padding {
    padding: 3px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.theme-one-bg {
    background-color: #fff7f8;
}

.theme-two-bg {
    background: #504be5;
}

.pt130 {
    padding-top: 50px;
}

.pb100 {
    padding-bottom: 50px;
}

.s-bg {
    position: relative;
    z-index: 1;
}

    .s-bg h1,
    .s-bg h2,
    .s-bg h3,
    .s-bg h4,
    .s-bg p,
    .s-bg span {
        color: #fff !important;
    }

    .s-bg::before {
        background-size: cover;
        background-position: center 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.scrollupdown {
    -webkit-animation-name: scrollUpDown;
    -webkit-animation-duration: 2s;
    animation-name: scrollUpDown;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.section-title-two {
    margin-bottom: 50px;
}

    .section-title-two h2 {
        line-height: 48px;
        font-size: 35px;
        margin-top: -10px;
    }

    .section-title-two span {
        display: inline-block;
        padding: 0px 80px;
        margin-top: 10px;
    }

#scrollUp {
    background-color: #ff5a27;
    border-radius: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 22px;
    height: 50px;
    line-height: 54px;
    right: 20px;
    text-align: center;
    width: 50px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    font-weight: 400;
}

.theme_one #scrollUp {
    background: #ff5a27;
}

.theme_two #scrollUp {
    background: #504be5;
}

.theme_three #scrollUp {
    background-color: rgb(0, 215, 126);
}

.theme-two-bg .section-title-two h2,
.theme-two-bg .section-title-two span {
    color: #fff;
}

.theme-two-bg .section-title-one span {
    color: #5e629c;
}

.bg-light {
    background: #f8fcff;
}

@-webkit-keyframes playVideoBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,.7);
        box-shadow: 0 0 0 0 rgba(255,255,54,.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,255,54,0);
        box-shadow: 0 0 0 50px rgba(255,255,54,0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,255,54,0);
        box-shadow: 0 0 0 50px rgba(255,255,54,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,0);
        box-shadow: 0 0 0 0 rgba(255,255,54,0);
    }
}

@keyframes playVideoBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,.7);
        box-shadow: 0 0 0 0 rgba(255,255,54,.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,255,54,0);
        box-shadow: 0 0 0 50px rgba(255,255,54,0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255,255,54,0);
        box-shadow: 0 0 0 50px rgba(255,255,54,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,0);
        box-shadow: 0 0 0 0 rgba(255,255,54,0);
    }
}

@-webkit-keyframes playVideoHero {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,.7);
        box-shadow: 0 0 0 0 rgba(255,255,54,.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,54,0);
        box-shadow: 0 0 0 20px rgba(255,255,54,0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,54,0);
        box-shadow: 0 0 0 20px rgba(255,255,54,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,0);
        box-shadow: 0 0 0 0 rgba(255,255,54,0);
    }
}

@keyframes playVideoHero {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,.7);
        box-shadow: 0 0 0 0 rgba(255,255,54,.7);
    }

    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,54,0);
        box-shadow: 0 0 0 20px rgba(255,255,54,0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255,255,54,0);
        box-shadow: 0 0 0 20px rgba(255,255,54,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,54,0);
        box-shadow: 0 0 0 0 rgba(255,255,54,0);
    }
}

.navbar {
    padding: 15px 0px;
}
/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
    font-weight: 600;
    color: #0a0c19;
}

h1 {
    font-size: 55px;
    line-height: 70px;
}

h2 {
    font-size: 47px;
    line-height: 72px;
}

h3 {
    font-size: 24px;
    line-height: 1.5;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 30px;
}

h6 {
    font-size: 14px;
    line-height: 1.5;
}

p {
    color: #63688e;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
}

.theme_two h2 {
    line-height: 48px;
    font-size: 35px;
}

.theme_three h2 {
    font-size: 40px;
    line-height: 1.5;
}

.theme_two p {
    color: #5e629c;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
}

a {
    font-family: 'Rubik', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
    cursor: pointer;
    line-height: 27px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/* ----------------------------------------
   -------------- 3.PRELOADER -------------
   ---------------------------------------- */
.pre-loader {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

.spinner {
    display: inline-block;
    position: absolute;
    width: 640px;
    height: 64px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #ff5a27;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-childa2 {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


/* --------------------------------------------------------
   -------- 4. Menu  and sticky menu responsive menu  ----
   -------------------------------------------------------- */
.home-one-menu a.navbar-brand {
    padding: 0;
}


    .home-one-menu a.navbar-brand img {
        width: 87%;
    }

.sticky-wrapper {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    background: none;
}

.is-sticky #sticky-nav {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    background: #7856ff;
}

.theme_one .is-sticky #sticky-nav {
    background: #7856ff;
}
.is-sticky #sticky-nav .btn_subscribe:hover {
    background: rgb(0, 215, 126);
}
/* menu */
.home-one-menu .navbar-nav li a {
  text-transform: uppercase;
  margin-right: 20px;
  color: #fff;
  position: relative;
}
.home-one-menu .navbar-nav li a:hover {
    color: #1B1464;
}
.btn_subscribe {
    background: #fff;
    color: #f32e14;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: none;
    font-size: 15px;
}
a.btn_download:hover {
    color: #ff5a27;
    background: #fff;
}
.btn_subscribe:hover {
  background: #ff5a27;
  color: #fff
}

/* --------------------------------------------------------
   -------- 5.Hero section - theme one  ------------
   -------------------------------------------------------- */
.hero_one_wrapper {
    height: 700px;
    position: relative;
    z-index: 1;
    background-image: url('../images/hero_bg.png');
}
.bg {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.top-header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.hero-content h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 70px;
}
.hero-content h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 47px;
    line-height: 70px;
}
.hero-content h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 70px;
}
.btn_download {
  background: rgb(255, 90, 39);
  color: #fff;
  display: inline-block;
  padding: 24px 44px;
  border-radius: 5px;
  text-transform: capitalize;
}
.hero_featured_list {
  margin-bottom: 25px;
  color: #fff;
}
.hero_featured_list li {
  margin-bottom: 15px;
}
.hero_featured_list li i {
    padding-right: 5px;
}
.hero_featured_mobile {
  position: absolute;
  right: 80px;
  top: 50%;
  width: 700px;
  height: 712px;
  content: "";
  clear: both;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-app-bg {
    margin-top: 100px;
}
.about-us-wrap,.about2-uswrap {
  height: 350px;
}
/* ----------------------------------------
   -------- 6.Count up  ------------
   ------------------------------------- */
.countup-wrap.section-padding {
    overflow: inherit;
}   
.single-countup p {
  margin: 0;
  margin-top: 8px;
}
.countup-wrap {
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding-bottom: 30px;
}
.countup-section-title {
  margin-bottom: 20px;
}
.single-countup {
  margin-top: 30px;
}
.single-countup span {
  font-size: 48px;
  line-height: 100%;
  color: #ff5a27;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.arrow_btn {
  border-radius: 50%;
  background-color: rgb(255, 90, 39);
  -webkit-box-shadow: 0px 12px 32px 0px rgba(255, 90, 39, 0.4);
          box-shadow: 0px 12px 32px 0px rgba(255, 90, 39, 0.4);
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  -webkit-transition: all ease-in .5s;
  -o-transition: all ease-in .5s;
  transition: all ease-in .5s;
  display: inline-block;
}
.arrow_btn:hover {
  color: #fff;
}
.jump_down {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ----------------------------------------
   -------- 7.About us  ------------
   ------------------------------------- */
.btn_theme_one {
  display: inline-block;
  text-transform: capitalize;
  padding: 14px 40px;
  border-radius: 5px;
  background-color: rgb(255, 90, 39);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(255, 90, 39, 0.48);
          box-shadow: 0px 8px 16px 0px rgba(255, 90, 39, 0.48);
  color: #fff;
  -webkit-transition: all ease-in .5s;
  -o-transition: all ease-in .5s;
  transition: all ease-in .5s;
}
.about-us-content .btn_theme_one {
  margin-top: 25px;
}
.about-us-content h2 {
  margin-bottom: 20px;
}
.top-icon i {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 90, 39);
  border-radius: 10px;
  background-color: rgb(255, 221, 211);
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 30px;
  color: rgb(255, 90, 39);
}
.about-us-image img {
  margin-left: -50px;
}
.about-us-content {
  padding-top: 85px;
}

/* ----------------------------------------
   -------- 8.Features area  ------------
   ---------------------------------------- */
.features-wrap {
  background: #fff7f8;
  position: relative;
}
.single-features {
  background: #fff;
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 25px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  position: relative;
}
.features-top {
  margin-bottom: 10px;
}
.btn_read_more {
  color: #ff5a27;
  margin-top: 10px;
}
.btn_read_more i {
  padding-left: 5px;
}
.features-icon span {
  font-size: 74px;
  line-height: 100%;
  position: absolute;
  right: 33px;
  color: #e8e8e8;
  font-weight: 600;
  font-family: Poppins;
  margin-top: -5px;
}
.features-icon {
  margin-bottom: 30px;
}
.single-features h3 {
  margin-bottom: 30px;
  padding-bottom: 22px;
  position: relative;
}
.single-features h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff5a27;
  width: 60px;
  height: 2px;
  content: "";
}

/* ----------------------------------------
   -------- 9.How to it's work   ------------
   ---------------------------------------- */
.single-how-work {
  margin-top: 40px;
  padding: 0px 30px;
}
.cricle-img {
  margin-bottom: 30px;
}
.single-how-work h3 {
  margin-bottom: 25px;
}
.section-title-one span {
  text-transform: uppercase;
  color: #ff5a27;
  display: inline-block;
  margin-bottom: 10px;
}
.how-to-work {
  background-color: #fff;
  background-image: url('../images/how-work-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.meet-partners {
  height: 470px;
  background-color: #fff;
  background-image: url(../images/foot_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/* ----------------------------------------
   -------- 11.Pricing plan   ----------
   ---------------------------------------- */
.single-plan {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 24px 0px rgba(187, 187, 187, 0.48);
          box-shadow: 0px 0px 24px 0px rgba(187, 187, 187, 0.48);
  padding: 60px 30px;
  margin-top: 40px;
}
.plan-buy-btn {
  background: #ff5a27;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  background-color: rgb(255, 90, 39);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(255, 90, 39, 0.48);
          box-shadow: 0px 8px 16px 0px rgba(255, 90, 39, 0.48);
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.plan-buy-btn:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  color: #fff;
}
.plan-services li {
  margin-bottom: 5px;
}
.plan-price h3 {
  font-size: 50px;
  display: inline-block;
  line-height: 100%;
  font-weight: 400;
}
.plan-price span {
  font-weight: 500;
}
.plan-price p {
  text-transform: uppercase;
  color: #ff5a27;
}
.plan-price {
  margin-top: 40px;
}
.plan-services {
  margin-top: 15px;
}

/* ----------------------------------------
   -------- 12.Download section   --------
   ---------------------------------------- */
a.btn_theme_one:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
a.btn_theme_one.color_one:hover {
    color: #fff;
}
.btn_theme_one.color_white {
  color: #ff5a27;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.btn_theme_one i {
  padding-right: 5px;
}

/* -------------------------------------------------------
   -------- 13.Testimonial section - theme one  --------
   ------------------------------------------------------ */
.client_list .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border: none;
}
.client_list .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.client_list .nav-tabs {
  border: none;
}
.testimonial-theme-one .nav-item a img {
  border-style: solid;
  border-width: 7px;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(187, 187, 187);
  -webkit-box-shadow: 0px 15px 24px 0px rgba(190, 190, 190, 0.63);
          box-shadow: 0px 15px 24px 0px rgba(190, 190, 190, 0.63);
  width: 146px;
  height: 146px;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.testimonial-theme-one .nav-item a:hover img, .testimonial-theme-one .nav-item a.active img {
  border-color: rgb(255, 90, 39);
  border-radius: 50%;
  background-color: rgb(187, 187, 187);
  -webkit-box-shadow: 0px 15px 24px 0px rgba(255, 90, 39, 0.36);
          box-shadow: 0px 15px 24px 0px rgba(255, 90, 39, 0.36);
}
.client_list ul.nav li {
  position: absolute;
  left: 3%;
  top: 11%;
  z-index: 2;
}
.client_list ul.nav li:nth-child(2) {
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.client_list ul.nav li:nth-child(3) {
  bottom: 10%;
  left: 3%;
  top: auto;
}
.client_list ul.nav li:nth-child(4) {
  right: 12%;
  left: auto;
}
.client_list ul.nav li:nth-child(5) {
  left: auto;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.client_list ul.nav li:nth-child(6) {
  top: auto;
  right: 12%;
  left: auto;
  bottom: 10%;
}
.client_list .nav-tabs .nav-link {
  border: none;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.icon-review {
  border-radius: 50%;
  background-color: rgb(255, 90, 39);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(255, 90, 39, 0.48);
          box-shadow: 0px 8px 16px 0px rgba(255, 90, 39, 0.48);
  width: 100px;
  height: 100px;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  line-height: 104px;
  margin-bottom: 50px;
}
.single-testimonial {
  margin-top: 45px;
}
.client_info {
  text-transform: capitalize;
  margin-top: 25px;
}
.client_info h5 {
  margin: 0;
}
.client_info span {
  font-size: 14px;
}
.single-testimonial p {
  font-style: italic;
}

/* -------------------------------------------------------
   -------- 14.Footer section - theme one  --------
   ------------------------------------------------------ */
.footer-one-wrap {
    background-color: #7856ff;
    position: relative;
    z-index: 2;
}

.widgets-title {
    color: #fff;
    text-transform: capitalize;
}

.single-widgets-one li a, .single-widgets-one li {
    color: #fff;
    font-weight: 400;
}

.single-widgets-one ul {
    list-style: none;
}

    .single-widgets-one ul li {
        display: block;
        margin-bottom: 10px;
    }

.single-widgets-one p {
    color: #fff;
}

.footer-one-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/footer_bg.png');
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    opacity: .5;
}

.footer-menu ul li, .social-link ul li {
    display: inline-block;
}

.copyright-text p, .copyright-text a, .footer-menu a {
    color: #fff;
    margin-bottom: 0px;
}

.footer-menu li a {
    padding-left: 35px;
}

.footer-bottom-section {
    border-top: 1px solid #6568f4;
    padding: 35px 0px;
}

.f-about p {
    margin-top: 37px;
    margin-bottom: 0px;
}

.single-widgets-one > ul {
    margin-top: 30px;
}

.single-widgets-one li:hover a, .footer-menu li:hover a {
    color: #ff5a27;
}

.social-link ul li a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}

.social-link ul li:hover a {
    background: #fff;
    border-color: #fff;
}

.single-widgets-one li a b {
    color: #ff5a27;
    padding-right: 5px;
    font-weight: 400;
}

.page-banner-wrap {
    background-image: url('../images/get_reday_bg.png');
}
.page-banner-wrap, .breadcrumb-wrap {
    background-size: cover;
    height: 450px;
    text-transform: capitalize;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.page-banner-title h1 {
    color: #007bff;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    display: inline-block;
    margin: 0;
    padding: 0;
}
    .breadcrumb-wrap .breadcrumb li, .breadcrumb-wrap .breadcrumb li::before, .breadcrumb-wrap .breadcrumb li a {
        display: inline-block;
    }