@media (max-width:767px){.hidden-xs{display:none!important}.p-5{padding: 1rem!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}
@media (min-width:1200px){.hidden-lg{display:none!important}}

::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar {width: 7px;background-color: #ed9701}
::-webkit-scrollbar-thumb {background:#ed9701}

#sidebar::-webkit-scrollbar-track {background-color: #e9edf0;border-left: 1px solid #ededed;}
#sidebar::-webkit-scrollbar {width: 7px;background-color: #ed9701}
#sidebar::-webkit-scrollbar-thumb {background:#ed9701}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
a, a:hover, a:focus{
text-decoration: none;
}
.slider_item {
    width: 100%;
    max-height: 100vh;
    background-size: cover;
    background-position: top;
    aspect-ratio: 16/9 !important;
}
@media (max-width:992px){
    .navbar-nav {
        text-align: center;
    }
}
:focus{
    outline: none !important;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
html {
    scroll-behavior: smooth;
    scroll-padding: 100px 0px 0px 100px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-family: Calibri;
    font-weight: 400;
    line-height: 28px;
    color: #555;
    position: relative;
    font-weight: normal;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Calibri Bold";
}
img{
    width: 100%;
}
ul {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}
.white-space{
    white-space: break-spaces;
  }
.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 55px);
    flex-grow: 1;
}
.navbar-toggler:focus {
    box-shadow: none;
}
nav.navbar.navbar-expand-lg.bg-white.position-fixed {
    margin: 0 auto;
    left: auto;
    width: 100%;
    z-index: 999;
    transition: all 250ms;
}
nav.navbar.navbar-expand-lg {
    margin: 0 auto;
    left: auto;
    width: 100%;
    z-index: 999;
    transition: all 250ms;
}
.navbar .container {
    backdrop-filter: blur(25px);
    background-color: rgb(255 255 255 / 40%);
    color: #000;
    font-weight: bold;
}
.navbar .container a {
    color: #000;
    font-weight: bold;
}
.scroll-wrapper{
    position: absolute;
    bottom: 100px;
    text-align: center;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.icon{
    width: 35px;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
  }
.icon-lg {
    width: 45px;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.card{
    border: 0 !important
}
  a.wow.pulse.animated {
    color: #fff;
    border: 2px solid #fff;
    width: 30px;
    height: 45px;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-end;
}
  a.wow.pulse.animated:hover {
    color: #fff;
    border: 2px solid #fff;
    width: 30px;
    background:#fff;
    height: 45px;
    border-radius: 30px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-end;
    transition: all 250ms;
}
a.wow.pulse.animated:hover i{
    color: #000;
    transition: all 250ms;
}
.match-height>[class*=col] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}
.match-height>[class*=col]>.card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.background-image {
    width: 100%;
    background-position: top;
    background-size: contain;
    aspect-ratio: 16/9;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
a:hover, a:focus {
    text-decoration: none;
}
a#toTop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    background: #fff;
    color: #555;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    border-radius: 100%;
    font-weight: bolder;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 9;
    transition: all 150ms;
    transform: scale(0.9);
}
a#toTop:hover {
    transition: all 150ms;
    transform: scale(1);
}
.b-shadow{
    box-shadow: 0 10px 100px 0 rgb(77 77 119 / 20%);
    transition:all 150ms
}  
.b-radius{
    border-radius: 25px !important
}
a.card.b-shadow:hover {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    transition: all 150ms;
}
.text{
    line-height: 34px;
}
.main-container{
    flex-grow: 1;
}
#footer {
    flex-shrink: 0;
    background: #555;
    color: #fff;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
img {
    width: 100%;
    -moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
    -webkit-user-drag: none;
    user-drag: none;
}
.language-switcher button {
    border: 0;
    background: none;
    margin: 0 5px;
}
.language-switcher button img {
    width: 25px;
    border-radius: 4px;
    transition: all 150ms;
    transform: scale(1);
}
.language-switcher button img:hover {
    transition: all 150ms;
    transform: scale(0.8);
}
.post_wrapper{
    width: 100%;
    min-height: 220px;
}
.post_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    aspect-ratio: 16/9;
}
.paralax {
    background-attachment: fixed;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.contacts-bg{
    background-image: url(../images/bg/dots.png);

}
.inner-section {
    position: relative;
    z-index: 9;
}
#about-us:before {
    content: url(../images/bg/about-circle.png);
    position: absolute;
    right: -10px;
    top: 200px;
    animation: scale .6s alternate infinite linear both;
}
.advertisement:before {
    content: url(../images/bg/bg12.png);
    position: absolute;
    right: 0;
}
#home:before {
    content: url(../images/bg/bg6.png);
    position: absolute;
    right: 0;
    top: 0;
}

@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}
.paralax{
    background-attachment: fixed;
    background-position: 100% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-light-gray {
    background-color: #f9f9f9;
}
.b-shadow{
    box-shadow: 15px 15px 35px rgb(0 0 0 / 0.3);
    transition:all 150ms
}  
.b-radius{
    border-radius: 25px;
}
a.card.b-shadow:hover {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    transition: all 150ms;
}

a.brand-logo{
    text-decoration: none;
    margin-right: 20px;
}
a.brand-logo img {
    width: 120px;
    padding: 5px;
}
.nav-item a {
    color: #555;
    line-height: 11px;
}
li.nav-item {
    padding: 0 5px;
}


a.brand-logo {
    width: 180px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 70%);
}
.nav-item .nav-link.active {
    color: #f69311;
    transition: all 250ms;
}
.headline {
    position: absolute;
    font-size: 4vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.headline-bg{
    height: 500px;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
}
.project-bg {
    background-attachment: fixed;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 100vh;
    background-position: top;
}
.project-post_image {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.b-shadow.project-post_image:hover {
    background-size: cover;
    transition: all 250ms linear;
    opacity: 0.6;
}
.other-bg {
    background-attachment: fixed;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 140%;
    background-position: top;
}
#about-us ul li {
    list-style: none;
    margin-bottom: 5px;
}
#about-us ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px !important;
}
.partners .card:hover {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
    transition: all 250ms;
}
.contacts a, .news a {
    text-decoration: none;
}
.contacts a:hover, .news a:hover {
    text-decoration: none;
}
.contacts a i {
    font-size: 60px;
    margin-bottom: 20px;
}
.contacts a .card p, .news a .card p {
    color: #777;
    font-size: 13px;
}
.contacts a .card h6, .news a .card h6 {
    color: #000;
}
.contacts a .card:hover, .news a .card:hover {
    transform: translateY(-10px);
    transition: all 250ms;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}
.news a .card h6 {
    font-size: 20px;
}

.filter-menu{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: rgb(171 152 255 / 10%);
    border-radius: 50px;
    padding: 10px;
}
.filter-menu button{
    background-color: #1e5f2f;
    border-radius: 25px;
    cursor: pointer;
    border:0;
    padding: 10px 20px;
    position: relative;
    overflow: visible;
    font-size: 13px;
    margin: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 30%);
    transition: all 150ms;
}
.filter-menu button:hover{
    color: #fff;
    text-decoration: none;
    background-color: #6C7A89;
    opacity: 0.5;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    transition: all 150ms;
}
.filter-menu button.active{
    background-color: #f5821f;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
    transition: all 150ms;
}

#toTop {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 45px;
    right: 45px;
    background: #fff;
    color: #777;
    border: 0;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    font-size: 25px;
    justify-content: center;
    }
.social-icons a {
    display: block;
    height: 45px;
    width: 45px;
    font-size: 25px;
    color: #17a2b8;
    line-height: 48px;
    text-align: center;
    float: left;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 40px;
    background: transparent;
    transition: all .3s ease !important;
    box-shadow: 15px 15px 35px rgb(0 0 0 / 0.3);
}
.social-icons a:hover, .social-icons a:focus {
    color: #ffffff;
    font-size: 18px;
    transition: all .3s ease !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.owl-carousel.owl-loaded {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav:hover button.owl-prev {
    background: #198754 !important;
    box-shadow: 5px 5px 15px rgb(25 135 84 / 30%);
    opacity: 1;
    left: 100px;
    transform: scale(1);
    transition: all 250ms;
}
.owl-nav:hover button.owl-next{
    background: #198754 !important;
    box-shadow: 5px 5px 15px rgb(25 135 84 / 30%);
    opacity: 1;
    right: 100px;
    transform: scale(1);
    transition: all 250ms;
}
.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 250ms;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: #000000 ;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    line-height: 0;
    font-size: 60px;
}
button.owl-prev {
    position: absolute;
    opacity: .2;
    left: 50px;
    transform: scale(.8);
    background: transparent;
    transition: all 250ms;
}
button.owl-next {
    position: absolute;
    opacity: .2;
    right: 50px;
    transform: scale(.8);
    background: transparent;
    transition: all 250ms;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span  {
    width: 10px;
    height: 10px;
    margin: 4px 5px;
    background: #198754;
    box-shadow: 5px 5px 15px rgb(255 116 104 / 30%);
    display: block;
    transition: opacity 200ms ease;
    border-radius: 35px;
    transition: all 150ms;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #f5821f;
    width: 45px;
    box-shadow: 5px 5px 15px rgb(0 0 142 / 30%);
    transition: all 150ms;
}
.btn, a{
    transition: all 150ms;
}
.btn:hover, a:hover{
    transition: all 150ms;
}
.orange-text {
    color: #ed9701 !important;
  }
  
  .orange-bg {
    background-image: linear-gradient(-145deg, #cf4901, #ffd100 50%, #ed7901) !important;
    animation: gradient 10s ease infinite !important;
    background-size: 400% 400%;
    /* background: #ed9701; */
  }
  
  .orange-shadow {
    box-shadow: 20px 20px 35px rgb(237 151 1 / 50%);
  }
  
  .orange-shadow:hover {
    box-shadow: 0 0 5px rgb(237 151 1);
  }
  
  .red-text {
    color: #ff8080 !important;
  }
  
  .red-bg {
    background: #ff8080;
  }
  
  .red-shadow {
    box-shadow: 20px 20px 35px rgb(255 128 128 / 50%);
  }
  
  .red-shadow:hover {
    box-shadow: 0 0 5px rgb(255 128 128 / 1);
  }
  
  .green-text, .text-success, .text-green {
    color: #4e9d29 !important;
  }
  
  .green-bg {
    background-image: linear-gradient(-145deg, #83ef4b, #3e871d, #8fd55d) !important;
    animation: gradient 10s ease infinite !important;
    background-size: 400% 400%;
  }
  
  .green-shadow {
    box-shadow: 20px 20px 35px rgb(78 188 27 / 50%);
  }
  
  .green-shadow:hover {
    box-shadow: 0 0 5px rgb(78 188 27);
  }
  
  .gradient-text {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: 50%;
  }
  
  .gradient-green-bg {
    background-image: linear-gradient(-145deg, #83ef4b, #3e871d, #8fd55d) !important;
    animation: gradient 10s ease infinite !important;
    background-size: 400% 400%;
  }
  
  .gradient-orange-bg {
    background-image: linear-gradient(-145deg, #cf4901, #ffd100 50%, #ed7901) !important;
    animation: gradient 10s ease infinite !important;
    background-size: 400% 400%;
  }
  
  @keyframes gradient {
    0% {
      background-position: 0 50%;
    }
  
    20% {
      background-position: 20% 50%;
    }
  
    40% {
      background-position: 40% 50%;
    }
  
    60% {
      background-position: 60% 50%;
    }
  
    80% {
      background-position: 80% 50%;
    }
  
    100% {
      background-position: 0 50%;
    }
  }
@media (max-width: 991.98px) {
    .offcanvas {
        position: fixed;
        padding: 20px 0 50px 0;
        height: 100vh;
        text-align: center;
        background: hsl(0deg 0% 100% / 100%);
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


@media (max-width: 1300px) and (min-width:991.98px){
    .nav-item a {
        font-size: 1.2vw;
    }
}
  