body {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    line-height: 1.6;
    font-family: "Almarai", sans-serif;
    letter-spacing: 0px;
    color: #717580 !important;
    text-align: l;
  }

  img {
    width: 100%;
    max-width: 100%;
  }

  iframe {
    border: none;
  }

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

  .progress {
    height: 10px;
  }

  .rounded_image {
    border-radius: 8px;
  }

  .simple-link {
    font-size: 16px;
    color: #3b4e6d;
    font-weight: 500;
  }

  .full-height {
    height: 100vh;
  }

  .h-600 {
    height: 600px;
  }

  .round-img {
    border-radius: 8px;
  }

  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b0aebe;
    opacity: 1;
    /* Firefox */
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b0aebe;
  }

  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b0aebe;
  }


  .breadcrumb .breadcrumb-item a {
    color: #3b4e6d;
    transition: all 0.3s ease;
  }
  .breadcrumb-nav{
    float: left;
    position: relative;
    top: 10px;
  }
  .btn-position {
    text-align: right;
  }
  .bg-color{
    background-color: #eef1f6;
  }
  .bg-color-1 {
    background-color: #e8ecf2;
  }

  .bg-gradient {
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
  }
  .bg-white{
    background-color: #fff;
  }
  .round-image{
    border-radius: 25px;
  }
  /*--------------------------------- fonts----------------------------*/
  .font-20 {
    font-size: 20px;
  }

  .font-40 {
    font-size: 40px !important;
  }

  .font-42 {
    font-size: 42px !important;
  }

  .font-45 {
    font-size: 45px !important;
  }

  .no-border {
    border-bottom: 0 !important;
  }
  /*------------------------- width  --------------------------*/
  .auto-width {
    width: auto;
  }

  .width-500 {
    width: 500px;
  }

  .w-80 {
    width: 80%;
  }

  .w-85 {
    width: 85%;
  }

  .w-60 {
    width: 60%;
  }

  .w-35 {
    width: 35%;
  }

  /*------------------------- rounded  --------------------------*/
  .rounded-8 {
    border-radius: 8px !important;
  }

  /*------------------------- buttons  --------------------------*/

  .btn-primary {
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
    border-radius: 8px;
    padding: 12px 35px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff !important;
    border-color: transparent !important;
    outline: none;
  }
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    box-shadow: 0px 4px 35px 0px #b6b6b666 !important;
  }

  .btn-border {
    border-radius: 25px;
    padding: 8px 25px;
    background-color: transparent;
    color: #3b4e6d !important;
    border-color: #3b4e6d !important;
  }
  .btn-border:hover,
  .btn-border:focus {
    background-color: #3b4e6d !important;
    border-color: #3b4e6d !important;
    color: #fff !important;
  }
  .btn:focus {
    box-shadow: none;
  }
  .btn-white{
    padding: 15px 35px;
        background-color: #fff;
        font-weight: 600;
        color: #3b4e6d;
        font-size: 16px;
        border-radius: 35px;
  }
  .btn-white:focus,
  .btn-white:hover,
  .btn-white:active{
    background: #fff!important;
    color: #3b4e6d!important;
  }
  .btn-actions{
    position: relative;
    text-align: left;
  }
  /*------------------------- margin/padding --------------------------*/
  .mg-bt-10 {
    margin-bottom: 10px !important;
  }

  .mg-bt-20 {
    margin-bottom: 20px;
  }

  .mg-bt-30 {
    margin-bottom: 30px;
  }

  .mg-bt-40 {
    margin-bottom: 40px;
  }

  .mg-bt-50 {
    margin-bottom: 50px;
  }

  .mg-bt-60 {
    margin-bottom: 60px;
  }

  .mg-bt-70 {
    margin-bottom: 70px;
  }

  .mg-bt-80 {
    margin-bottom: 80px;
  }

  .mg-bt-90 {
    margin-bottom: 90px;
  }

  .mg-bt-100 {
    margin-bottom: 100px;
  }

  .mg-tp-10 {
    margin-top: 10px !important;
  }

  .mg-tp-20 {
    margin-top: 20px;
  }

  .mg-tp-30 {
    margin-top: 30px;
  }

  .mg-tp-40 {
    margin-top: 40px;
  }

  .mg-tp-50 {
    margin-top: 50px;
  }

  .mg-tp-60 {
    margin-top: 60px;
  }

  .mg-bt-70 {
    margin-top: 70px;
  }

  .mg-bt-80 {
    margin-bottom: 80px;
  }

  .mg-tp-90 {
    margin-top: 90px;
  }

  .mg-tp-100 {
    margin-top: 100px;
  }

  .mg-top-negtive {
    margin-top: -80px;
  }

  .pd-tp-0 {
    padding-top: 0 !important;
  }

  .pd-tp-10 {
    padding-top: 10px;
  }

  .pd-tp-20 {
    padding-top: 20px;
  }

  .pd-tp-30 {
    padding-top: 30px;
  }

  .pd-tp-40 {
    padding-top: 40px;
  }

  .pd-tp-50 {
    padding-top: 60px;
  }

  .pd-tp-60 {
    padding-top: 60px;
  }

  .pd-tp-70 {
    padding-top: 70px;
  }

  .pd-tp-80 {
    padding-top: 80px;
  }

  .pd-tp-90 {
    padding-top: 90px;
  }

  .pd-tp-100 {
    padding-top: 100px !important;
  }

  .pd-tp-120 {
    padding-top: 120px !important;
  }

  .pd-tp-130 {
    padding-top: 130px !important;
  }

  .pd-tp-140 {
    padding-top: 140px !important;
  }

  .pd-tp-150 {
    padding-top: 150px !important;
  }

  .pd-tp-160 {
    padding-top: 160px !important;
  }

  .pd-tp-170 {
    padding-top: 170px !important;
  }

  .pd-tp-180 {
    padding-top: 180px !important;
  }

  .pd-tp-190 {
    padding-top: 190px !important;
  }

  .pd-tp-200 {
    padding-top: 200px !important;
  }
  .pd-tp-250 {
    padding-top: 250px !important;
  }
  .pd-bt-10 {
    padding-bottom: 10px;
  }

  .pd-bt-20 {
    padding-bottom: 20px;
  }

  .pd-bt-30 {
    padding-bottom: 30px;
  }

  .pd-bt-40 {
    padding-bottom: 40px;
  }

  .pd-bt-50 {
    padding-bottom: 50px;
  }

  .pd-bt-60 {
    padding-bottom: 60px;
  }

  .pd-bt-70 {
    padding-bottom: 70px;
  }

  .pd-bt-80 {
    padding-bottom: 80px;
  }

  .pd-bt-90 {
    padding-bottom: 90px;
  }

  .pd-bt-100 {
    padding-bottom: 100px;
  }

  .pd-bt-150 {
    padding-bottom: 150px;
  }

  .pd-bt-200 {
    padding-bottom: 200px;
  }

  .mg-bt-100-ng {
    margin-bottom: -100px;
  }

  .mg-tp-100-ng {
    margin-top: -100px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    margin-bottom: 0;
  }
  /*-----------------Header----------------*/

  .top-bar {
    padding: 8px 0;
    background-color: #3d345f;
  }
  .contact-info li {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
    font-family: "Open Sans", sans-serif;
  }
  .social-icons {
    position: relative;
    top: 3px;
  }
  .contact-info li i {
    margin-left: 10px;
  }

  .social-icons li {
    display: inline-block;
    margin-right: 10px;
  }
  .social-icons li a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 15px;
  }

  .navbar-header .navbar {
    background-color: #141f35;
    padding: 10px 0;
    box-shadow: 0 2px 20px rgba(20, 31, 53, 0.25);
  }
  .navbar-nav li a {
    color: rgba(255, 255, 255, 0.88);
    padding-bottom: 0;
    font-size: 16px;
  }
  .navbar-nav li a:hover {
    color: #ffffff;
  }
  .navbar-nav li a.active {
    color: #ffffff;
  }
  .navbar-nav li {
    margin-left: 25px;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    padding-right: 60px;
  }
  header .navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 15px 0 !important;
    background-color: #141f35;
    box-shadow: 0 5px 15px rgba(20, 31, 53, 0.25);
  }

  .actions-btn .btn {
    margin-left: 10px;
  }
  .actions-btn .btn-primary,
  .actions-btn .btn-border {
    padding: 10px 35px;
    border-radius: 25px;
  }
  .btn-connect{
    padding: 5px 5px 5px 35px!important;
  }
  .actions-btn.header-btns i{font-size: 16px;display: inline-block;width:30px;line-height: 30px;margin-left: 5px;height: 30px;background-color: #eef1f6;color:#3b4e6d;border-radius: 50%;}

  .actions-btn .btn-border:hover {
    background-color: #fff;
  }
  .simple-dropdown ul {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .simple-dropdown ul li {
    margin-right: 15px;
    padding-bottom: 5px;
  }
  .simple-dropdown ul li a {
    color: #707070;
    width: 100%;
    display: block;
    font-size: 14px;
    text-decoration: none;
  }
  .simple-dropdown .dropdown-toggle::after {
    display: none;
  }
  li.simple-dropdown:hover > .dropdown-menu {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 100;
    display: block;
    top: 100%;
  }

  .actions-btn li a {
    padding: 0;
    color: #98a6ad;
    min-width: 32px;
    display: block;
    text-align: center;
    margin: 0 10px;
    position: relative;
  }
  .actions-btn li i {
    font-size: 22px;
    vertical-align: middle;
    line-height: 70px;
  }

  .actions-btn .dropdown-menu .title {
    background-color: transparent;
    padding: 15px 20px;
    color: #6c757d;
    font-size: 14px;
    font-family: "ge_ss_twomedium";
  }

  .actions-btn .dropdown-toggle::after {
    display: none;
  }
  .actions-btn li {
    float: right;
  }

  /*----------------section Hero-------------------*/

  .hero {
    background-color: #eef1f6;
  }
  .item-home-slide{
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-slide .slick-slide {
    position: relative;
    margin: 0 !important;
  }
  .content-slide {
    text-align: center;
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin: 0 auto; */
  }
  .content-slide h1 {
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    margin-bottom: 25px;
  }

  .content-slide p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffffad;
    margin-bottom: 20px;
  }
  .home-slide .slick-arrow {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translate(-50%, 50%);
  }
  .home-slide .slick-prev.slick-arrow {
    left: -50px;
    width: 40px;
    height: 40px;
    z-index: 9;
    border: none;
    outline: none;
    line-height: 40px;
    color: #3b4e6d;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px #b6b6b666;
  }
  .home-slide .slick-next.slick-arrow {
    right: -80px;
    width: 40px;
    height: 40px;
    z-index: 9;
    border: none;
    outline: none;
    line-height: 40px;
    color: #3b4e6d;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 30px 0px #b6b6b666;
  }
  .home-slide .slick-arrow:hover {
    color: #fff;
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
  }
  .mobile-menu {
    display: none;
  }
  .content-slide-button a.video-modal {
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    text-align: center;
    box-shadow: 0px 4px 35px 0px #b6b6b666;
  }
  .content-slide-button li {
    display: inline-block;
    margin-right: 15px;
  }
  .content-slide-button a.video-modal i {
    line-height: 60px;
    font-size: 25px;
    color: #3b4e6d;
  }
  .home-slide .slick-dots{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-slide .slick-dots li{
    display: inline-block;
    margin-right: 10px;
  }
  .home-slide .slick-dots li button{
    background: none;
    border: none;
    display: inline-block;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
  }
  .home-slide .slick-dots li.slick-active button{
    background:#fff;
  }
  .section-1{
    position: relative;
  }
  .section-1:after{
    position: absolute;
    content: '';
    background-image: url('../images/building.svg');
    right:0;
    width: 370px;
    height: 240px;
    bottom: 0;
  }
  .icon-box{
    transform: scale(1.7);
    margin-right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
  }
  .icon-box a{
    background-color: #FFF;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    position: relative;
  }
  .icon-box a span{
    font-size: 30px;
    line-height: 70px;
    color: #3b4e6d;
  }
  .video-btn-effect {
    animation-duration: 2s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 0 0 10px rgb(239 147 111 / 44%), 0 0 0 20px rgb(246 185 161 / 46%), 0 0 0 30px rgb(239 145 109 / 49%);
    z-index: -1;
    animation: sppbModalRipple 2s infinite;
    border-radius: 50%;
  }
  @-webkit-keyframes sppbModalRipple{
    0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}10%{opacity:1}90%{opacity:0}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes sppbModalRipple{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}10%{opacity:1}90%{opacity:0}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.icon-style1 .rt-ripple-effect{position:absolute;left:0;right:0;bottom:0;top:0;box-shadow:0 0 0 10px rgb(0 0 0 / 30%),0 0 0 20px rgb(0 0 0 / 20%),0 0 0 30px rgb(0 0 0 / 10%);

    }
      /*------------------Section 1/2/3/4--------------*/

  .text-block h2,
  .title-h2 {
    font-size: 35px;
    color: #3d345f;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .text-block span{
    display: block;
    font-size: 18px;
    color: #141f35;
    font-weight: 600;
  }
  .text-block p {
    ovh: inherit;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
  }
  .title-h2-white {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .feature_block_item {
    border-radius: 30px;
    text-align: center;
      padding: 30px  15px;
     transition: all 0.5s ease-out;
      margin: 15px auto;
      overflow: hidden;
      z-index: 1;
      position: relative;
  }
  .icon_feature{
  padding: 20px;
  position: relative;
  }
  .icon_feature::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-image: url(https://www.radiustheme.com/demo/wordpress/themes/homlisti/wp-content/themes/homlisti/assets/css/../img/icon-round-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }
  .img-icon{
    border-radius: 25px;
    width: 89px;
   height: 89px;
   line-height: 89px;
    background-color: transparent;
    background-image: linear-gradient(
    180deg,#FFFFFF 0%,#F5F7FB 100%);
    display: inline-block;
      position: relative;
      overflow: hidden;
      transition: 0.4s;
      text-align: center;
  }
  .icon_feature::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-image: url("../images/round-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
  }
  .feature_block_item::after {
    background: #fff;
    background-image: -moz-linear-gradient(90deg,rgb(245,247,251) 0%,rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(
  90deg,rgb(245,247,251) 0%,rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(90deg,rgb(245,247,251) 0%,rgb(255,255,255) 100%);
    box-shadow: 0 -14px 24px 0 rgb(136 156 196 / 8%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* border-radius: 25px; */
    border-radius: 30px;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
  }
  .feature_block_item:hover .icon_feature::before {
    opacity: 1;
    visibility: visible;
    width: 136px;
    height: 136px;
    margin-top: -68px;
    margin-left: -68px;
    animation: rotataing .6s .3s linear forwards;
  }
  .feature_block_item:hover .img-icon   {
    box-shadow: 0 13px 21px 0 rgba(59, 78, 109, 0.46);
    background-color: #3b4e6d;
  }
  .feature_block_item:hover .img-icon  .hover-bg {
    background-color: #243552;
    background-image: linear-gradient(
  180deg,#3b4e6d 0%,#464f61 100%);
    opacity: 1;
    visibility: visible;
  }
  .feature_block_item:hover .img-icon img {
    filter: brightness(0) invert(1);
  }
  .feature_block_item .show-hover {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }
  .feature_block_item:hover  .show-hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .feature_block_item:hover .img-icon img {
    animation: bottomtotop .4s linear forwards;
  }
  .hover-bg{
    background-color: transparent;
    background-image: linear-gradient(180deg,#3b4e6d 0%, #243552 100%);
    border-radius: 25px;
    top: 0;
    height: 0;
    transition: 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3b4e6d;
    opacity: 0;
    visibility: hidden;
  }
  .img-icon img{
    width: 46px;
    height: auto;
    top: 12px;
    transition: 0.4s;
    position: relative;
    z-index: 10;
  }
  .feature_block_item img {
    width: 50px;
  }

  .feature_block_item h4 {
    margin: 30px 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .feature_block_item p {
    font-size: 13px;
    line-height: 28px;
    color: #fff;
  }
  .feature_block_item a {
    opacity: 0;
    visibility: hidden;
  }
  .feature_block_item:hover {
    background-color: #fff;
    /* border-radius: 8px; */
    /* box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.11); */
  }
  .feature_block_item:hover img {
    display: none;
  }
  .feature_block_item:hover img.img-color {
    display: block;
    margin: 0 auto;
    position: relative;
    /* top: 15px; */
  }
  .feature_block_item:hover h4 {
    color: #3b4e6d;
  }
  .feature_block_item:hover p {
    color: initial;
  }
  .feature_block_item:hover a {
    opacity: 1;
    visibility: visible;
  }
  .item-slider-inner {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 50px;
    padding: 40px;
  }

  .item-slider .avatar-testmonial .info-avatar img.avatar-img {
    width: 250px;
    margin: 0 auto;
    border:10px solid #fff;
    height:250px;
    position: relative;
    left:45px;
     border-radius: 25px ;
  }
  .item-slider .avatar-testmonial {
    position: relative;
    left: 50px;
  }
  .testmonial-block .quote {
    display: block;
    position: absolute;
    top: 5%;
    right: 38%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3b4e6d;
  }
  .testmonial-block .quote img {
    top: 15px;
    position: relative;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
  }
  .testmonial-block .slick-list {
    overflow: visible;
  }
  .testmonial-block span{
    color: #fff;
  }
  .testmonial-block .text-testimonail p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .testmonial-block .rating i {
    color: #ffcc00;
    padding-right: 3px;
    font-size: 16px;
  }
  .testmonial-block h4 {
    color: #ffffff;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 500;
  }
  .testmonial-block .slick-arrow {
    background: #fff;
    color: #3b4e6d;
    font-size: 18px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    z-index: 99;
    outline: none;
    position: absolute;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  }
  .testmonial-block .slick-arrow i{
    font-size:15px;
      color: #3b4e6d;
  }
  .testmonial-block .slick-arrow.slick-prev {
    left: 45%;
  }
  .testmonial-block .slick-arrow.slick-next {
    right: 45%;
  }

  .news-block {
    background-color: #fff;
    box-shadow: 0px 4px 35px 0px rgb(0 0 0 / 6%);
    border-radius: 25px;
  }
  .news-block .img-blog img {
    border-radius: 25px;
  }
  .news-block .img-blog {
    position: relative;
    padding: 15px;
  }
  .news-block .img-blog .dte-blog {
    padding: 8px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: auto;
    bottom: -6px;
    right: 30px;
    border-radius: 12px;
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
  }
  .news-block .img-blog .dte-blog  strong{
        display: block;
      text-align: center;
      font-size: 24px;
  }

  .item-content-blog {
    padding: 20px;
  }
  .item-content-blog h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3d345f;
  }
  .btn-read {
    color: #3b4e6d;
  }
  .btn-read:hover,
  .btn-read:focus,
  .btn-read:active {
    color: #3b4e6d;
  }
  .info-block{
    text-align: right;
    background-color: #FFF8F0;
    border-radius: 8px;
    padding: 35px 20px  25px;
  }
  .info-block i{
    display: inline-block;
    width: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    height: 70px;
    color: #3b4e6d;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  }
  .info-block h4{
    margin: 20px 0;
    color: #3d345f;
    font-size: 20px;
    font-weight: 600;
  }
  .list-check {
    padding-top: 40px;
  }
  .cta-content {
    background-image: url("../images/bg-img-cta.png");
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
      padding: 30px;
      width: 100%;
      border-radius: 25px;
  }
  .icon-cta{
    overflow: hidden;
    margin-bottom: 20px;
    float: right;
    padding-left: 25px;
  }
  .icon-cta i{
    text-align: center;
    width: 55px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 23px;
    border-radius: 100px;
    background-color: #fff;
    color: #3b4e6d;
  }
  .cta-content h3{
    font-weight: 600;
    color: #141f35;
  }
  .cta-content p{
    color:#464f61;
  }

  .list-check li i{display: inline-block;width: 50px;text-align: center;float: right;margin-left: 15px;line-height: 50px;height: 50px;border-radius: 50%;color: #3b4e6d;background-color: #fff;box-shadow: 0 0 15px rgb(0 0 0 / 10%);font-size: 18px;}
  /*-------------------- CTA-------------------*/

  .cta-block{
    border-radius: 8px;
      padding: 40px 30px;
  }
  .cta-block h2{
    color:#fff;
    font-weight: 600;
    padding-right: 220px;
  }
  .cta-block:after{
    content: '';
    background-image: url("../images/bg-cta.svg");
    width:178px;
    height: 143px;
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 9;
  }
  .cta-block:before{
    content: '';
    background-image: url("../images/bg-cta-right.svg");
    width:221px;
    height: 143px;
    position: absolute;
    right:0;
    bottom: 0;
    z-index: 9;
  }
  .men-cta{
    position: absolute;
    bottom: -40px;
    right: 15px;
  }
  /*---------------Footer-------------*/

  .footer_top,
  .footer_bottom {
    background-color: #141f35;
  }
  .cta-block{
    bottom: -50px;
      position: relative;
  }
  .footer_top h5{
    color:#fff;
    margin-bottom:20px;
    font-weight: 600;
    font-size: 16px;
  }
  .footer_top .social-links li{
  display: inline-block;
  margin-left: 15px;
  }
  .footer_top .social-links li a{
  width:40px;
  height: 40px;
  display: block;
  background-color: #89839D;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  }
  .footer_top .social-links li a:hover,
  .footer_top .social-links li a:focus{
  background-color:#3b4e6d ;
  }
  .footer_top .social-links li a i{
    line-height: 40px;
  }
  .footer_top  p{
    color: #C4C4C4;
  }
  .links-footer a{
    color: #C4C4C4;
    display: block;
    margin-bottom: 8px;
  }
  .info-contact i{
    color:#fff;
    font-size: 20px;
    position: absolute;
    right: 10px;
  }
  .info-contact li{
    color: #C4C4C4;
    padding-right: 25px;
  }
  .copyright  p{
    color: #fff;
    font-size: 14px;
  }
  .footer_bottom{
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #282043;
  }
  .breadcrumb-section {
    background-image: url("../images/breadcrumb-bg.png");
    padding: 2.05px 0px 25px!important;
     background-size: cover;
    background-repeat: no-repeat;
    background-color: #3b4e6d;
    background-position: center 100%;
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
  }
  .breadcrumb-section .col-12{
    margin-bottom: 0;
  }
  .bg-header{
    background-image: url("../images/banner.svg");
  }
  .breadcrumb-section.bg-gradient .bread-crumb-title{
    color: #fff;
  }
  .breadcrumb-section.bg-gradient .breadcrumb-item.active,
  .breadcrumb .breadcrumb-item a,
  .breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
  }
  .bread-crumb-title {
    color: #32383e;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-align: revert;
    margin-bottom: 0px;
  }
  .login-form label{
    position: relative;
    z-index: 1;
    font-weight: 600;
    padding-right: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #141f35;
  }
  .icon-form{
    position: absolute;
    top: 100%;
    right: 0;
    width: 55px;
    height: 55px;
    line-height: 44px;
    margin-top: 18px;
    color: #3b4e6d;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    border-left: 0;
    z-index: 1;
  }
  .icon-form i{
    position: relative;
    top: 0;
    line-height: 55px;
  }
  .input-has-icon input[type=text],
  .input-has-icon input[type=email],
  .input-has-icon input[type=password],
  .input-has-icon select{
    padding-right: 50px!important;
  }
input[type=text], input[type=email], input[type=password], input[type=button], input[type=number], input[type=tel],
input[type=date], input[type=datetime-local], input[type=time], select.form-control {
  border: 1px solid #e5e7f2;
  background: #fff;
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  color: #7d93b2;
  height: 60px;
  font-size: .923em;
  font-size: 1em;
  border-radius: 35px;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  z-index: 1;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 5%;
}
/* Keep native calendar/clock controls visible on date/time fields */
input[type=date],
input[type=datetime-local],
input[type=time],
input.report-datetime {
  -webkit-appearance: auto;
  appearance: auto;
  overflow: visible;
  letter-spacing: normal;
  padding-inline: 16px 12px;
  color-scheme: light;
}
input[type=datetime-local]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
}
  .form-control:focus{
    background-color: #fff;
    box-shadow: 0px 8px 35px 4px rgba(158, 153, 176, 0.15);
    border-color: rgba(158, 153, 176, 0.5);
  }

  .login-block .nav-tabs {
    border-bottom: 0;
    background: rgba(242, 242, 242, 1);
    margin: 0 60px;
    border-radius: 25px;
    padding: 0;
    border: 1px solid rgba(158, 153, 176, 0.5);
  }
  .login-block .nav-tabs .nav-link.active,
  .login-block .nav-tabs .nav-link:hover{
    color: #3b4e6d;
    /* padding: 10px 25px; */
    border-left: 0;
    border-top: 0;
    border-right: 0;
    /* border-radius: 8px; */
    border-bottom: 5px solid #3b4e6d;
   }
  .login-block .nav-tabs .nav-link {
    outline: none;
    padding: 30px 25px;
    font-size: 18px;
    color: #141f35;
    border-radius: 0;
    background-color: transparent;
  }
  .login-block .nav-tabs .nav-item{
    margin-right: 15px;
  }
  .login-block .nav-tabs .nav-link i{
    padding-left: 10px;
   font-size: 25px;
    position: relative;
   top: 4px;
  }
  .login-form{
    padding: 60px 60px 0px;
  }
  .login-form .btn-primary{
  height: 60px;
  border-radius: 35px;
  }
  .login-form .form-group{
    margin-bottom:25px;
  }
  .login-form a{
    color:#3b4e6d;
  }

  .login-form .radio-switch {
      border: none;
      padding: 0;
      white-space: nowrap;
  }
  .login-form .radio-switch label {
      display: inline-block;
      line-height: 2;
      position: relative;
      z-index: 2;
  }
  .login-form .radio-switch input {
      opacity: 0;
      position: absolute;
  }
  .login-form .radio-switch label:first-of-type {
      padding-left: 5em;
  }

  .login-form .radio-switch label:last-child {
      margin-right: -4.25em;
      padding-right: 5em;
  }
  .login-form .radio-switch:focus-within label:first-of-type:after {
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b4e6d;
  }
  .login-form .radio-switch.focus-within label:first-of-type:after {
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b4e6d;
  }
  .login-form .radio-switch label:first-of-type:before,
  .login-form .radio-switch label:first-of-type:after {
      border: 1px solid #f2f2f2;
      content: "";
      height: 2em;
      overflow: hidden;
      pointer-events: none;
      position: absolute;
      vertical-align: middle;
  }
  .login-form .radio-switch label:first-of-type:before {
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
      border: 1px solid #fff;
      border-radius: 100%;
      position: absolute;
      left: 2px;
      transform: translateX(0em);
      transition: transform .2s ease-in-out;
      width: 2em;
      z-index: 2;
  }

  .login-form .radio-switch label:first-of-type:after {
      background: #f2f2f2;
      border-radius: 1em;
      margin: 0 1em;
      transition: background .2s ease-in-out;
      width: 4em;
  }
  .login-form .radio-switch input:first-of-type:checked ~ label:first-of-type:after {
      background: #F2F2F2;
  }

  .login-form .radio-switch input:first-of-type:checked ~ label:first-of-type:before {
      transform: translateX(-2em);
      left: 55px;
  }
  .login-form .radio-switch input:last-of-type:checked ~ label:last-of-type {
      z-index: 1;
  }

  .date .input-group-addon{
    position: absolute;
      right: 15px;
      top: 15px;
      z-index: 99;
      font-size: 20px;
      color: #3b4e6d;
  }
  .date{
    position: relative;
  }
  .date:after{
    background-color: #e5e7f2;
    width: 1px;
    height: 50px;
    content: '';
    top: 0;
    position: absolute;
    z-index: 9;
    right: 50px;
  }
  /*----------- Contact--------------*/
  .contact-icon-item {
    box-shadow: 0 0 10px rgb(0 0 0 / 6%);
    padding: 20px;
    border: 2px solid #E2E2E2;
    border-radius: 30px;
    margin-bottom:25px;
  }
  .contact-icon-item:hover{
      box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  }
  .contact-icon-item:hover i{
    background-color:#3b4e6d;
    color:#fff;
  }
  .contact-icon-item i{

  width: 80px;

  height: 80px;

  line-height: 80px;

  margin-bottom: 0;

  font-size: 35px;

  color:#3b4e6d;

  float: right;

  margin-left: 30px;

  text-align: center;

  border-radius: 50%;

  background: #F7F7F7;
  }
  .contact-icon-info-inner{
    overflow: hidden;
    position: relative;
    top:10px;
  }
  .contact-icon-info-inner h4{
    color: #3d345f;
    font-weight: 600;
    font-size: 18px;
  }
  .form-contact input[type=text],
  .form-contact input[type=email],
  .form-contact input[type=password],
  .form-contact input[type=button],
  .form-contact input[type=number],
  .form-contact  input[type=tel],
  .form-contact textarea{
    background: rgba(196, 196, 196, 0.18);
  }


  /*------------------- About Block----------------------*/

  .about-block .feature_block_item .info_feature h4{
  color:#000;
  }
  .about-block .feature_block_item .info_feature p{
    color:inherit;
  }
  .about-block .feature_block_item   {
    background-color: #fff;
      box-shadow: 0px 4px 25px 8px rgb(158 153 176 / 15%);
      border-radius: 8px;
      padding: 40px 0;
  }
  .about-block .feature_block_item:hover{
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
  }
  .about-block .feature_block_item:hover h4,
  .about-block .feature_block_item:hover p{
    color:#fff;
  }
  .about-block .feature_block_item  p{
    margin-bottom: 25px;
  }
  .about-block .feature_block_item  a {
    opacity: 1;
    visibility: visible;
  }
  .about-block .feature_block_item:hover a{
    background: #fff;
    color: #3b4e6d!important;
  }
  .mg-negatif{
    margin-bottom: -180px;
  }
  #scrollUp {
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%); border-radius: 0;
    bottom: 30px;
    color: #ffffff;
    height: 50px;
    font-size: 22px;
    right: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    width: 50px;
    border-radius: 8px;
  }
  #scrollUp i{
    position: relative;
    top:10px;
  }
  .feature_block_item i{
    padding-left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    margin-left: 8px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #3b4e6d;
  }
  .about-block .feature_block_item  .btn-primary:hover,
  .about-block .feature_block_item  .btn-primary:focus,
  .feature_block_item  .btn-primary:focus{
  background: #fff!important;
  }
  .cta-content a.btn-primary{
    position: relative;
    top: 20px;
    left: -25px;
  }
  .testmonial-section{
    background-color: #3b4e6d;
      background-image: url("../images/sep.png");
      background-position: bottom left;
      background-repeat: repeat-y;
  }
  .testmonial-section h2{
    margin-bottom: 0;
  }

  .testmonial-section  p{
    color: #fff;
    font-size: 16px;
  }
  .testmonial-section i{
    font-size: 65px;
    color: #fff;
    opacity: 0.7;
  }
  .testmonial-section .slick-slide {
    opacity: 0;
  }
  .testmonial-section .slick-slide.slick-current.slick-active{
    opacity: 1;
  }
  .client-block img{
    max-width: 150px;
  }
  /*{
    background-color: #e8ecf2;
  }*/
  .newsletter_form{
    position: relative;
  }
  .newsletter_form  .btn-newsletter{
    border: none;
    display: inline-block;
    height: 48px;
     width: 48px;
    top: 6px;
    left: 3px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(
  260deg, #3b4e6d 0%, #243552 100%);
  }
  .newsletter_form  .btn-newsletter img{
    width:20px;
  }
  .form-contact{
    padding: 50px 25px;
    border: 2px solid #F4F4F6;
    border-radius: 25px;
  }
  .form-contact textarea.form-control{
  border-radius: 25px;
  }
  .form-contact  .btn{
    width: 100%;
    height: 52px;
    margin-top: 10px;
  }
  .form-check {
    display: block;
    min-height: 1.35rem;
    padding-left: 1.612em;
    margin-bottom: 0;
  }
  .form-check .form-check-input {
    float: left;
    border-radius: 3px;
    margin-right: -25px;
  }
  .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .194em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #3b4e6d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  }
  .form-check-input:checked[type=checkbox] {
    background-image: url(../images/check.svg);
  }
  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
      position: absolute;
      right: -9999px;
  }
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label
  {
      position: relative;
      padding-right: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666;
  }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #3b4e6d;
      border-radius: 100%;
      background: #fff;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 10px;
      height: 10px;
      background: #3b4e6d;
      position: absolute;
      top: 4px;
      right: 4px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }
  [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  .login-form .myradio{
    padding-left: 15px;
  }
  .list-select{
    position:relative;
    display:inline-block;
    width: 100%;
  }
  .list-select:after{
    font-family: 'Line Awesome Free';
    content: "\f107";
    font-size: 16px;
    color: #3b4e6d;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 15px;
    top: 20px;
  }
  .step-nav-block{
    background-color: #3b4e6d;
    color: #fff;
    border-radius: 25px;
    padding: 100px 35px;
    height: 500px;
    position: relative;
  }

  .step-nav-blockkk{
      background-color: #e8e8e8;
      color: #212529;
      border-radius: 25px;
      padding: 50px 35px;
      position: relative;
      margin-top: -20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

  .step-nav-block ul{
    display: block;
    border-bottom: 0;
    padding-right: 50px;
  }
  .step-nav-block li{
    display: block;
    margin-bottom: 80px;
  }
  .step-nav-block li:last-child{
    margin-bottom: 0;
  }
  .step-nav-block li a{
    display: block;
    text-decoration: none;
    font-size: 18px;
    color:#fff;
  }
  .step-nav-block li a:hover,
  .step-nav-block li a:focus{
    opacity: 0.8;
  }
  .connecting-line{
    height: 70%;
    background: rgba(255, 255, 255, 0.24);
    position: absolute;
    width: 10px;
    border-radius: 5px;
    margin: 0 auto;
    left: auto;
    right: 45px;
    top: 100px;
    z-index: 1;
  }
  .step-nav-block ul li {
    position: relative;
  }
  .step-nav-block ul li:after{
    content: '';
    background-image: url('../images/step.svg');
    position: absolute;
    right: -52px;
    top: 0;
    width:34px;
    height: 34px;
  }
  .step-nav-block ul li.active:after{
    content: '';
    background-image: url('../images/step-act.svg');
    position: absolute;
    right: -52px;
    top: 0;
    /* background-size: cover; */
    border-radius: 50%;
    width:34px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    height: 34px;
  }
  .step-block label{
    color: #141f35;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .step-block .myradio__label{
    font-size: 14px;
    color:#464f61;
    font-weight: 500;

  }
  .step-block .myradio{
    margin-right: 15px;
  }
  .next-step.btn,.next-step2,.next-step3,
  .prev-step{
    padding: 15px 50px;
  }

  .upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff!important;
    text-align: center;
     padding: 10px 25px;
    transition: all 0.3s ease;
    cursor: pointer;
     background-color: #3b4e6d;
    border-color: #3b4e6d;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
  }
  .upload__btn p{
    margin-bottom: 0;
  }
  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .img-bg {
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }
  .upload__img-box{
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .upload__img-close{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }
  .upload__img-close:after{
    content: '\2716';
    font-size: 14px;
    color: white;
  }
  .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    background-color: #fff;
    padding: 25px;
    border: 1px solid #9E99B0;
    border-radius: 25px;
    transition: 0.2s;
  }
  .fake-btn {
    flex-shrink: 0;
    background-color: rgba(59, 78, 109, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: #3b4e6d;
    padding: 8px 15px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
  }
  .file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .list-inline li{
    display: inline-block;
    margin-right: 10px;
  }
  .btn-previous {
    border-radius: 50px;
  border: 2px solid #3b4e6d;
        color: #3b4e6d;
        font-size: 14px;
  }
  .btn-previous:hover,
  .btn-previous:focus{
    background-color: #3b4e6d;
    color: #fff;
  }
  .form-check label{
    font-size:14px;
  }
  .step-block .myradio:nth-of-type(1){
    margin-right: 0;
  }
  .nav-profile{
    background-color: #F7F7F7;
    border: 1px solid #9e99b054;
    border-radius: 25px;
    padding: 45px 30px;
  }
  .nav-profile i{
    display: inline-block;
    width:55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #e8ecf2;
    color:#3b4e6d;
    text-align: center;
    font-size: 25px;
    margin-left: 10px;

  }
  .nav-profile-item{
    margin-bottom: 35px;
  }
  .nav-profile-item a{
    text-decoration: none;
    color:#141f35;
    font-weight: 600;
  }
  .nav-profile-item a.active,
  .nav-profile-item a:hover{
    color:#3b4e6d;
  }
  .nav-profile-item a.active i,
  .nav-profile-item a:hover i{
    background-color: #141f35;
    color:#fff;
  }
  .form-box{
    padding: 40px 30px;
   border: 1px solid #9e99b054;
   border-radius: 25px;
   background-color: #fff;
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(165 165 165 / 16%);
    background-color: #fff;
    border-top: 0;
  }
  .table td{
    background-color: #fff;
  }
  table ul li{
    color: #7B768E;
  }
  .badge.bg-warning,
  .badge.bg-warning:hover,
  .badge.bg-warning:focus{
    padding: 5px 10px;
   border-radius: 25px;
   color: #3b4e6d!important;
   background-color: #FAE2DB!important;
  }
  .bg-success,
  .bg-success:hover,
  .bg-success:focus{
    padding: 5px 10px;
    border-radius: 25px;
    color: #3EB380!important;
    background-color: #ECF7F2!important;
  }
  .bg-danger,
  .bg-danger:hover,
  .bg-danger:focus{
    padding: 5px 10px;
    border-radius: 25px;
    color: #FD6295!important;
    background-color: #FFE3EC!important;
  }
  .btn-danger,
  .btn-danger:hover,
  .btn-danger:focus{
    color: #FF6363!important;
    background-color: #FFE3E3!important;
    border-color: #FFE3E3!important;
    border-radius: 50%!important;
  }
  .btn-info,
  .btn-info:hover,
  .btn-info:focus{
    color: #72B5E8!important;
    background-color: #E0EFFA!important;
    border-color: #E0EFFA!important;
    border-radius: 50%!important;
  }
  .btn-success,
  .btn-success:hover,
  .btn-success:focus{
    color: #3EB380!important;
    background-color: #ECF7F2!important;
    border-color: #ECF7F2!important;
    border-radius: 50%!important;
  }
  .btn-warning,
  .btn-warning:hover,
  .btn-warning:focus{
    color: #3b4e6d!important;
    background-color: #FAE2DB!important;
    border-color: #FAE2DB!important;
    border-radius: 50%!important;
  }
  .notif-bell{
    margin: 0;
    position: relative;
  }
  header .notif-bell i{
    color: #464f61!important;
    font-size: 25px!important;
    height: auto;
  }
  .noti-icon-badge{
    display: block;
      position: absolute;
      background: rgb(243 93 98);
      width: 15px;
      height: 15px;
      line-height: 15px;
      font-size: 11px;
      top: 0;
      color: #fff;
      border-radius: 50%;
  }
  .actions-btn li a.nav-user{
    font-size: 13px;
    margin: 0;
    color: #464f61!important;
  }
  .actions-btn li.dropdown{
    position: relative;
      top: 10px;
  }
  .actions-btn li a.dropdown-item{
    margin: 0;
    padding-bottom: 15px;
    font-size: 12px;
     text-align: right;
     padding-right: 15px;
  }
  .actions-btn li:last-child a.dropdown-item{
    padding-bottom: 0;
  }
  .actions-btn li a.dropdown-item:hover,
  .actions-btn li a.dropdown-item:focus{
    background-color: transparent;
    color: #464f61!important;
  }
  .actions-btn li a.dropdown-item i{
    background-color: transparent;
      color: #c4c2cd;
  }
  .h4{
    color: #141f35;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .h5{
    color: #141f35;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .info--show-block-item{
    margin-bottom: 20px;
  }
  .list-show {
    min-width: 200px;
        display: inline-block;
  }
  .list-show li span{
  font-size: 13px;
  }
  .list-show li{
    margin-bottom: 15px;
  }
  .list-show li i{
    display: inline-block;
    width:35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #FFE2D9;
    color:#3b4e6d;
    text-align: center;
    margin-left: 10px;
  }
  .list-show li strong{
    float: left;
    position: relative;
    top: 8px;
  }
  .blog-posts .news-block{
    margin-bottom: 35px;
  }
  .pagination  li{
    margin-left: 10px;
  }
  .pagination .page-link{
    color:#9E99B0;
    border-radius: 8px!important;
  }
  /* .pagination  li.active a {
    background-color: #3b4e6d!important;
    color: #fff!important;
    border-color: #3b4e6d!important;
  } */

  .pagination  li.active span {
      background-color: #3b4e6d!important;
      color: #fff!important;
      border-color: #3b4e6d!important;
  }
  .pagination  li.disabled span {
      background-color: #cecece!important;
      color: #fff!important;
      border-color: #cecece!important;
  }
  .meta-blog ul li{
    display: inline-block;
    margin-left: 10px;
  }
  .meta-blog ul li i{
    padding-left: 5px;
  }
  .detail-blog p{
    font-size: 16px;
    color: #9E99B0;
    line-height: 30px;
  }
  .latest-post li img{
    width: 80px;
   float: right;
   margin-left: 12px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .latest-post li{
    clear: both;
  }
  .info-post{
    overflow: hidden;
  }
  .info-post h6{
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    color: #141f35;
  }
  .info-post span{
    font-size: 10px;
    color: #C4C4C4;
  }
  .about-item img{
  width:50px;
  display: block;
  margin-bottom: 20px;
  }
  .about-item span{
    color: #141f35;
    font-size: 16px;
    font-weight: 600;
  }
  .bg-about{
    background-image: url('../images/video-about.jpg');
    background-position: center;
    background-size: cover;
  }
  .video-block{
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
  }
  .video-block .icon-box{
    top: 0;
    left: 0;
    text-align: right;
    transform: none;
    position: relative;
    z-index: 1;
  }
  .video-block .icon-box strong{
    position: relative;
    top: -10px;
    right: 20px;
    color: #3d345f;
  }
  .about-feature-item{
    padding: 80px 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 11%);
    border-radius: 25px;
  }
  .about-feature-item .order{
    position: absolute;
    background-color: #FDEEE9;
    border-radius: 20px;
    top: 12px;
    left: 50%;
    line-height: 130px;
    display: block;
    width: 100px;
    font-weight: 600;
    height: 100px;
    color: #3b4e6d;
    font-size: 25px;
    text-align: center;
    transform:translate(-50%,-50%);
  }
  .about-feature-item h3{
    color: #141f35;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
  }
  .loginnav{
      display: none;
  }
  .btnloginstyle{
      padding-bottom: 10px !important;
      width:100%;
  }

  .tabs-page li {
    position: relative;
    text-align: center;
  }
  .tabs-page li a{
    position: relative;
    padding:35px 30px;
    color: #000;
  }
  .tabs-page li:first-child:after{
    display:none;
  }


  .tabs-page li::after {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 0;
    width: 1px;
    height: 60%;
    background: rgba(59, 78, 109, 0.21);
    content: '';
  }
  .tabs-page li svg{
    width: 25px;
    height: 25px;
  }
  .tabs-page li a.active::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #3b4e6d;
    content: '';
    pointer-events: none;
  }
  .tabs-page li a.active svg path{

    fill:#fff!important;}
  .tabs-page{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: stretch;
    align-content: center;
    border-bottom: 0;
  }
  .tabs-page{
    background-color: #e8ecf2;
    border-radius: 25px;
  }
  .tabs-page .nav-item.show .nav-link,
  .tabs-page .nav-link.active{
    background: linear-gradient(260deg, #3b4e6d 0%, #243552 100%);
      color: #fff!important;
  }
  .tabs-page li   span{
    font-size: 16px;
      display: block;
      margin-top: 10px;
  }
  .tabs-page li:first-child .nav-link{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius:0;
  }
  .tabs-page .nav-link:focus,
  .tabs-page .nav-link:hover {
    border-color: transparent;
    color:#3b4e6d ;
  }
  .tabs-page .nav-link:focus svg path,
  .tabs-page .nav-link:hover svg path{

    fill:#3b4e6d;}

  .content-body strong {
    color: #000;
    font-size: 16px;
  }
  .content-body  span{
    font-size: 16px;
  }
  .content-body  small a img{
  width:35px;
  }
  .content-body  small {
    padding: 0 10px;
  }
  .content-body  ul li{
    display: inline-block;
    margin-left: 15px;
  }
  .content-body  ul li img{
    width:35px;
  }
  .content-body  ul li a{
    text-decoration: none;
    color:#141f35;
  }
  .content-body  ul li a span{
    padding-right: 10px;
  }
  .content-body  ul li a:hover{
    color:#3b4e6d ;
  }
  .content-body h5{
    color: #141f35;
      font-size: 24px;
      font-weight: 600;
      margin: 15px 0 25px;
  }
  .top-block{
    background-color: #F7F7F7;
    border: 1px solid #9e99b054;
    border-radius: 25px;
    padding: 25px 30px;
  }
  .add-btn{
    position: relative;
    top: -60px;
    left: 25px;
    box-shadow: 0 15px 15px rgb(0 0 0 / 18%);
  }
  .add-btn:hover{
    opacity: 0.8;
  }
  .middle-select{
    position: relative;
      top: 250px;
  }
  .list-select.green-bg select{
    background-color: #4CAF50;
    color: #fff;
  }
  .list-select.yellow-bg select{
    background-color: #FFD06C;
    color: #fff;
  }
  .list-select.orange-bg select{
    background-color: #3b4e6d;
    color: #fff;
  }
  .list-select.gray-bg select{
    background-color: #C9CEE2;
    color: #fff;
  }
  .list-select.red-bg select{
    background-color: #3b4e6d;
    color: #fff;
  }
  .list-select.dark-bg select{
    background-color: #754B2E;
    color: #fff;
  }
  .list-select.green-bg:after,
  .list-select.yellow-bg:after,
  .list-select.orange-bg:after,
  .list-select.red-bg:after,
  .list-select.gray-bg:after,
  .list-select.dark-bg:after
  {
    color: #fff;
  }
  .div-block{
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 35px;
    border-bottom: 1px solid #ededed;
  }
  .remove-block{
    position: absolute;
    top:50%;
    left:-10%;
    transform: translate(-50%,-50%);
  }
  .remove-block a{
    box-shadow: 0 15px 15px rgb(0 0 0 / 18%);
    opacity: 0.8;
  }
  .remove-block a:hover{
    opacity: 1;
  }


  /*-------------Responsive ---------------*/

  @media only screen and (max-width: 768px) {
    .mobile-menu {
      position: fixed;
      z-index: 99;
      background-color: #fff;
      padding: 0 0 20px;
      width: 100%;
      box-shadow: 0 0 25px 0 rgb(0 0 0 / 17%);
    }

    .web-menu {
      display: block;
    }
    .mobile-menu {
      display: block;
    }
    .navbar-toggler {
      padding: 0.25rem 0.75rem;
      font-size: 1.25rem;
      line-height: 1;
      background-color: transparent;
      border: 1px solid #3b4e6d;
      border-radius: 0.25rem;
      margin-right: 10px;
  }
  .la-bars{
      margin-top: 2px !important;
      color: #ffffff !important;
      font-size: 25px !important;
  }
  .logobars{
      position:fixed !important;
      top: 2px !important;
      left:0 !important;
  }
  .textslider{
      padding-left: 100px !important;
      padding-right: 100px !important;
  }
  .loginnavresp{
      display: block;
  }

  .loginnavbtn{
      display: none;
  }

  .brandslider{
      display: none;
  }

  .step-nav-blockkk {
    padding: 30px 20px; /* Adjust padding for smaller screens */
    flex-direction: column;
    align-items: center;
}

/* Center align labels and reduce font size for better mobile readability */
.step-nav-blockkk label {
    text-align: center;
    font-size: 12px;
}

/* Adjust spacing for mobile */
.step-nav-blockkk p {
    margin: 0;
    margin-top: 5px;
    text-align: center;
}

/* Remove the horizontal rule (hr) on smaller screens */
.step-nav-blockkk hr {
    display: none;
}
/* .mrg-t {
    margin-top: 20px;
} */


  }
