﻿    @media screen and (min-width: 993px) {
      .section-block-demo79-header {
        background-color: transparent;
        box-shadow: none;
      }

      .section-block-demo79-header.fixed-nav-active {
        background-color: hsla(0, 0%, 0%, 0.7);
      }

      .section-block-demo79-header .layout {
        display: block !important;
      }

      .section-block-demo79-header .logo img {
        height: 65px;
      }

      .section-block-demo79-header.fixed-nav-active .header-top {
        display: none;
      }

      .section-block-demo79-header .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #fff;
        padding: 1vw 0 .6vw;
      }

      .section-block-demo79-header .header-top .right,
      .section-block-demo79-header .header-top .left {
        width: 40%;
      }

      .section-block-demo79-header .header-top .right {
        display: flex;
        justify-content: end;
        align-items: center;
      }

      .section-block-demo79-header .header-top .header-add img {
        margin-right: 16px;
      }

      .section-block-demo79-header .header-top .header-add {
        color: #fff;
      }
    .section-block-demo79-header .header-top .header-add i{ font-size:20px;padding-right:10px;}
	.section-block-demo79-header .header-top .header-add a{color: #fff;padding-right:10px;}
		.section-block-demo79-header .header-top .header-add a:hover{color:var(--bs-theme-color);}
		.change-language-title span{color: #fff !important;}
      .section-block-demo79-header .nav {
        padding: 0;
        justify-content: space-between;
      }

      .section-block-demo79-header[search-style=search-style-1] .search .form-control {
        background-color: #fff;
        border: 1px solid #008cd6;
        height: 40px;
        width: 202px;
        padding: 0 24px;
      }

      .section-block-demo79-header .change-language {
        margin-left: 3vw;
      }

      .section-block-demo79-header .change-language .change-language-title {
        color: #fff;
      }

      .section-block-demo79-header .change-language .change-language-title i {
        fill: #fff;
      }

      .section-block-demo79-header .nav>li>a {
        font-size: 18px;
        color: #fff;
      }
    }

    @media screen and (max-width: 1480px) and (min-width: 993px) {
      .section-block-demo79-header .header-top .header-add {
        font-size: 14px;
      }

      .section-block-demo79-header .nav>li>a {
        font-size: 16px;
      }
    }

    @media screen and (max-width: 992px) {
      .section-block-demo79-header .header-outer-wrap {
        display: none;
      }
	  
	  
	    .headerd .section-header-wrap-block {
 background-color: var(--bs-theme-color) !important;}
    }