/*header*/
.header nav {
    box-shadow: 0 15px 0 rgb(0 0 0 / 0.9%) !important;
    background: transparent;
    padding: 0;
    position: static;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.header.sticky.fixed nav{
    background: #fff;
}
a.main-logo {
    margin-right: 18px !important;
}
.header img {
    max-width: 180px;
}
.text-color {
    color: var(--custom-color) !important;
}
.header-color{
  color: #ffffff80 !important;
}
header ul li a {
    color: var(--custom-text-color) !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}
header ul li a:hover, .header-hover:hover{
  color:  var(--custom-color) !important;
}
header .nav-item {
    padding: 25px 15px;
}
header .nav-item.flage-text{
    position: relative;
}
.box-icon ul li:hover i{
   background-color:var(--custom-color);
   color:white !important;
}
.box-icon ul li i{
  transition: all 0.5s;
}
header ul li .dropdown-item {
  color: var(--black) !important;
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 15px;
    margin: 0;
    font-size: 1rem;
    top: 100%;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    background-clip: padding-box;
    border: 1px solid var(--grey);
    border-radius: 0;
    border-bottom: 3px solid var(--custom-color);
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--white) !important;
    text-decoration: none;
    background-color: var(--custom-color) !important;
}
.nav-item:hover .dropdown-menu, .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-toggler {
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/toggle/bar.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    filter: invert(1);
}
.navbar-toggler:focus{
   box-shadow: none;
}
.menu-btn a {
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 700;
    background: var(--custom-color);
    color: #fff;
    display: inline-block;
    letter-spacing: 1.1px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-btn a::before {
    background-color: #222;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    width: 0;
    height: 48px;
    z-index: -1;
}
.menu-btn a:hover{
    color: #fff;
}
.menu-btn a:hover::before {
    width: 100%;
}
.marketing-block .success-message {
    background: #4cb44c;
    color: var(--white);
    padding: 5px 15px;
    margin-bottom: 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
}
.mobile-header {
    display: none;
}
@media(max-width: 1600px){
  header .nav-link {
    padding: 0;
  }
  .header img {
    max-width: 150px;
}
  .header nav {
    background: #fff;
    position: static;
  }
}
@media(max-width: 1090px){
  header ul li a {
    font-size: 14px;
  }
}
@media(max-width:  1024px){
  header .nav-item {
    padding: 25px 5px;
  }
  .label-wrapper.new, .label-wrapper.hot {
    top: 8px;
  }
}
@media(max-width: 991px){
  header li a {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .header nav {
    padding: 6px 0;
 }
  .nav-link {
    padding-bottom: 10px;
  }
  header .nav-item {
    padding: 10px 5px;
  }
  .mobile-header {
    display: block;
  }  
  .desktop-header {
    display: none;
  }
  .label-wrapper.hot,.label-wrapper.new {
    top: 4px;
    left: 11%;
    right: auto;
  }
  header .menu-btn a {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media(max-width: 575px){
  .header img {
    max-width: 140px;
  }
}
@media(max-width: 480px){
  .header img {
    max-width: 120px;
  }
}

/* -------- cursor pointer -------- */
/*body.custom-cursor-active {
    cursor: none;
}*/
.cursors {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.cursors > div {
  flex: 150px;
  padding: 10px 2px;
  white-space: nowrap;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.cursors > div:hover {
  background: rgba(38,154,229, .5);
  color: var(--custom-color);
}
.custom-cursor::before,
.custom-cursor::after,
.custom-cursor {
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}
.custom-cursor::before,
.custom-cursor::after {
  content: "";
}
.custom-cursor {
  margin-top: var(--mid-cursor-margin);
  margin-left: var(--mid-cursor-margin);
  width: var(--mid-cursor-size);
  height: var(--mid-cursor-size);
  border: var(--mid-border-size) solid var(--mid-cursor-border-color);
  display: inline-block;
  transition-duration: var(--transition-duration);
  transition-timing-function: ease-out;
  animation: mid-cursor-animation .5s infinite alternate;
  pointer-events: none;
  z-index: 9999;
}
.custom-cursor::before {
  content: "";
  border: var(--inner-border-size) solid var(--inner-cursor-border-color);
  width: calc(var(--inner-cursor-size));
  height: calc(var(--inner-cursor-size));
  margin-top: var(--inner-cursor-margin);
  margin-left: var(--inner-cursor-margin);
  animation: inner-cursor-animation .11s infinity alternate;
  animation-delay: .2s;
}
.custom-cursor::after {
  content: "";
  border: var(--outer-border-size) solid var(--outer-cursor-border-color);
  width: var(--outer-cursor-size);
  height: var(--outer-cursor-size);
  margin-top: var(--outer-cursor-margin);
  margin-left: var(--outer-cursor-margin);
  animation: outer-cursor-animation .7s infinite alternate;
}
@keyframes mid-cursor-animation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}
@keyframes outer-cursor-animation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}
@keyframes inner-cursor-animation {
    from {
        transform: scale(.1);
    }
    to {
        transform: scale(3);
    }
}
@keyframes custom-cursor-click {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.custom-cursor-click {
    animation: custom-cursor-click .5s forwards;
    border-color: var(--custom-color) !important;
}
.custom-cursor.pointer {
    border-color: var(--custom-color);
}
.custom-cursor.not-allowed {
    border-color: red;
}

/*-------------- breadcrumbs -----------*/
.breadcrumbs {
    background: #f2f7fd;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18px 0;
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
}
.breadcrumbs .page-title {
    color: var(--white);
    font-size: 50px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 25px;
    display: none;
}
.breadcrumbs .bread-name {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #787878;
    cursor: pointer;
    margin-bottom: 0;
}
.breadcrumbs .bread-name i {
    color: var(--custom-text-secondary-color);
    font-size: 14px;
    padding-right: 5px;
}
.bread-name a {
    font-size: 16px;
    color: var(--custom-text-secondary-color);
    font-weight: 400;
}
.bread-name .bread_active {
    color: var(--custom-color);
}
@media(max-width:  1600px){
  .breadcrumbs{
     margin-bottom: 60px;
  }
}
@media(max-width: 1200px){
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .breadcrumbs .page-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .in-blog-block .row {
    margin-top: 8px;
  }
}
@media(max-width: 991px){
  .breadcrumbs {
    margin-bottom: 30px;
  }
  .breadcrumbs .page-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 18px;
  }
  .breadcrumbs .bread-name {
    font-size: 15px;
    line-height: 25px;
  }
  .breadcrumbs .bread-name i {
    font-size: 12px;
    padding-right: 3px;
  }
}
@media(max-width: 767px){
  .breadcrumbs .page-title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
@media(max-width:  575px){
  .breadcrumbs .page-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media(max-width:  400px){
  .breadcrumbs .page-title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
  }
  .breadcrumbs .bread-name {
    font-size: 14px;
    line-height: 22px;
  }
  .breadcrumbs .bread-name span {
    font-size: 15px;
  }
}