        @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Mulish:wght@200;300;400;500;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #666 !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}
a,
button {
  transition: all 0.3s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #14212B;
  display: inline-block;
}

a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
    color: #0049D0;
}


img {
  width: 100%;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}

.header {
  padding: 10px 0;
  display: block;
  position: relative;
}
.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
    background: white;
}
.header .logo-header img {
  max-width: 160px;
  height: 80px;
}
.header .nav-link {
      color: #051C55;
    font-weight: 700;
    text-transform: uppercase;
  padding: 38px 20px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
.header .navbar-nav {
    justify-content: end;
    width: 100%;
}


.theme-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 25px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1d42d9;
  border: 1px solid #1d42d9;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 50%;
  background-color: #051242;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 50%;
  background-color: #051242;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn:hover {
  color: #fff;
  border-color: #051242;
}

.theme-btn:hover::before {
  left: 0;
}

.theme-btn:hover::after {
  right: 0;
}

.theme-btn i {
  margin-left: 5px;
}



@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.swiper-slide {
    position: relative;
}
.swiper-slide::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #05124E;
    opacity: .8;
    top: 0;
    left: 0;
    content: '';
}
.footer-widget {
    position: relative;
    z-index: 1;
}
.footer-widget .row {
    padding-top: 100px;
    padding-bottom: 60px;
}

.footer-widget-box {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 215px;
    margin-bottom: 30px;
}
.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.footer-social li a i {
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    background-color: #1d42d9;
    border: 2px solid transparent;
    color: #fff;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}
.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1;
}
.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 40px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 5px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 45px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out;
}
.footer-contact li a {
    color: #f5faff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-contact li i {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: #1d42d9;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #f5faff;
}
.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}
.footer-newsletter .subscribe-form .form-control {
    border: 2px solid #e8e8e8;
    height: 45px;
    padding: 0 15px;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}
.footer-newsletter .subscribe-form .theme-btn {
    margin-top: 20px;
}
.footer-newsletter .subscribe-form .theme-btn i {
    margin-right: 5px;
}


.footer {
       background-image: url('/files_upload/footer-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
 
.text_slide_center_bottom_25 {
    bottom: unset;
    top: 30%;
    z-index: 2;
}

.breadcrumb-title {
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

 .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.breadcrumb-menu li a {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.breadcrumb-menu li.active {
    color: #FB3B3C;
}


@media all and (max-width: 1199px) {
.hero-title {
    font-size: 37px !important;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: 120px;
  }
  
}

@media screen and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 30px; 
  }

}

@media screen and (max-width: 767px) {
  .hero-single{
    padding-bottom: 50px;
  }

  .hero-sub-title{
    font-size: 18px;
  }
  .bp_slide_title_note {
      width: 100% !important;
  }
  .swiper-button-next,.swiper-button-prev {
      display: none !important;
  }
    #navbarsMenu {
     position: absolute;
    top: 100%;
    z-index: 2;
    background: white;
    left: 0px;
    right: 0px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
        width: 95%;
    margin: auto;
  }
  #menu_hor {
      justify-content: end;
    
  }
  .menu__header {
        order: 1;
  }
}


.bp_lb_user{padding-right:15px;}
.bp_lb_comment{padding-right:15px;}
.bp_icon_user{color:blue;}
.bp_icon_comment{color:blue;}
.bp_icon_date {color:blue;}
.bp_info_value{color:#181717;}
.bp_news_info{padding-left:10px;}

























