*:not(i) {
    font-family: 'Roboto';
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    list-style:none !important;
}
a:hover,#journals a {
    color: #000;
}
.custom-container {
    padding: 0.5rem 6rem;
}
.zz{color:#004F87;}
#hero-slider .swiper-btn
#hashtags .custom-container {
    padding: 0.5rem 2rem;
}

/*cookie*/

.cookie-notification-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    display: none;
}
.cookie-notification {
    /* position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10000; */
    width: 100%;
    padding: 30px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}
.cookie-notification h5 {
    font-weight: bold;
}

.cookie-notification p {
    margin-bottom: 0;
    width: 90%;
    font-size: 14px;
}
.cookie-notification .grey-btn {
    margin-right: 10px;
    background-color: #d2d2d2;
}
.cookie-notification .btn {
    padding: 10px 26px;
}

.cookie-notification .accept-btn {
    background-color: #009FDF;
    color: #fff;
}
.mb-cookie{
    margin:10px 0;
}
.cookie-notification .btn:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    transition: all .2s ease-in-out
}
/*----------------*/

/* slider */
#hero-slider {
    position: relative;
    height: 90vh;
}

.slider-overlay {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    bottom: 0;
    z-index: 1;
    opacity: .4;
}
.slider-swiper {
    height: 100%;
}

.slider-swiper .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.75);
}

#slider_title{
    position: absolute;
    z-index: 22222;
    width: 100%;
    bottom: 50px;
    color: #ffff;
}
#slider_title h1 {
    margin: 0;
    line-height: 96%;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
#hero-slider .custom-container {
    padding: 0px 6.5%;
}
#slider_desc {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 24px;
    max-width: 800px;
}
.slider-button {
    background-color: #004F87 ;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    line-height: 100%;
    text-transform: uppercase;
    padding: 19px 40px;
    border: none;
    letter-spacing: 0.08em;
    transition: all .3s ease-in-out;
    position: relative;
    margin-bottom: 20px;
    margin-right:5px;
}
.slider-button:hover {
    border-radius: 8px;
    color: #fff;
}
.slider-button-one {
    padding-bottom: 20px;
    padding-top:20px;
}
.slider-button-two {
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(32px); 
    color: #fff;
    border: 1px solid;
}
.sld-btn-text {
    position: relative;
}
.sld-btn-text {
    position: absolute;
    width: 9px;
    height: 9px;
    right: 30px;
    top: 48%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)  translateY(-50%);
    transition: all .3s ease-in-out;
}

.sld-btn-text::after {
    position: absolute;
    top: 8.4px;
    content: '';
    width: 0px;
    height: 1.5px;
    background-color: #fff;
    transform: rotate(-45deg) translate(7px, 0px);
    left: -8px;
}
.slider-button:hover .sld-btn-text {
    right: 25px;
}
.slider-button:hover .sld-btn-text::after {
    width: 12px;
}
.slider-button-two .sld-btn-text {
    border-color: #fff;
}
.slider-button-two .sld-btn-text::after {
    background-color: #fff;
}

#hero-slider .swiper-btn {
    position: absolute;
    top: auto;
    bottom: 73px;
    right: 7.2%;
    /*width: 40px;*/
    /*height: 40px;*/
    padding:25px;
    border-radius:50%;
    background-color: rgb(255,255,255,0.5);
    left: auto;
    transition: all .3s linear;
}
#hero-slider .swiper-btn::after {
    font-size: 20px;
    display: inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition: all .3s linear;
}
#hero-slider .swiper-button-prev::after {
    margin-right: 4px;
}
#hero-slider .swiper-button-next::after {
    margin-left: 4px;
}
#hero-slider .swiper-btn:hover {
    background-color: rgb(255,255,255,1);
}
#hero-slider .swiper-btn:hover::after {
     color: #000;
}
#hero-slider .swiper-button-prev {
    right: 12%;
}

/* --------------------- */
/*advantages*/

#advantages {
    padding: 80px 0 40px;
    background: #f5f5f5;
    color: rgb(0, 32, 91);
}

body.active #advantages{
    padding: 30px 0;
}

#advantages img {
    /*height: 40px;*/
    width: 100%;
    filter: invert(12%) sepia(95%) saturate(1320%) hue-rotate(200deg) brightness(98%) contrast(113%);
}
#advantages h2 {
    margin-bottom: 70px;
    line-height:1.5;
    text-align: center;
}
#advantages  h4 {
    margin-bottom: 10px;
    line-height:1.5;
}
#advantages .col-lg-11 {
    /*padding-left: 20px;*/
    margin-bottom: 40px;
}
#advantages article {
    margin-bottom: 60px;
}
#advantages article p {
    font-size: 15.5px;
}
/* --------------------- */

/* about */
#about {
    padding-bottom: 80px;
    background: #F4F5F8;
    color: rgb(0, 32, 91);
}
#about p,
#about h3,
#about h4,
.ab-link{
    color: rgb(0, 32, 91);
}
#about h3 {
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 2rem;
}
#about h4:nth-child(1) {
    padding-top: 0px;
}
#about h4 {
    padding: 24px 0 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
}
#about p {
    padding: 0 0 16px;
    font-size: 16px;
    line-height: 1.62;
}
.ab-img {
    height: 530px;
}
#about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.ab-link {
    display: inline-flex;
    align-items:center;
    justify-content: space-between;
    width: 50%;
    min-width: calc(33.333% - 21px);
    padding: 0 60px 0 40px;
    font-size: 16px;
    line-height: 80px;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px #00205B;
    transition: all 0.15s linear;
}
.ab-link:hover {
    background-color: #00205B;
    color: #fff;
}
.ab-link:hover svg path{
    fill: #fff;
}
/* ----------------------------- */


/* news */
#news {
    padding-top: 50px;
}
#news p,
#news h2,
#news h3{
    color: rgb(0, 32, 91);
}

.news-img {
    margin-bottom: 20px;
    height: 300px;
}
.news-item {
    margin: 20px 0px;
    text-align: left;
    position:relative;
    padding-bottom: 40px;
}
.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news h2 {
    /* font-weight: 600; */
    padding-bottom: 30px;
}
.news-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #00205B;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 13px;
}
.news-link:hover {
    background-color: #00205B;
    margin-left: 10px;
}
.news-link:hover svg path {
    fill: #fff;
}
.news-date {
    font-size: 14px;
    line-height: 1.71;
    color: rgba(120, 128, 136, 0.8);
}
.news-title {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #111;
}
.news-desc {
    font-size: 14px;
    overflow: hidden;
    line-height: 1.71;
    color: #788088;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    
}
#news-slider{ 
    display: none;
}
#news-boxes {
    display: block;
}
/* --------------------------------- */


/* references */
#references {
    padding: 30px 0px;
    color: rgb(0, 32, 91);
}
#references img {
    width: 100%;
    /*filter: grayscale(1);*/
}
#references h2 {
    padding-bottom: 30px;
}
#references .owl-item{
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
    height: 180px;
    border: 1px solid #cdcdcd;
}

#refe-slider {
    display: none;
}
#references .owl-item img {
        width: 80%;
    /*height: 100%;*/
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.3;
    transition: 300ms all ease;
}
#references .owl-item:hover img {
    filter: none;
    opacity: 1;
}
/* --------------------------------- */


/* calltoaction */

#calltoaction {
    background-color: #044acc;
    padding: 90px 0px;
}
#calltoaction h2 {
    font-size: 43px;
    font-weight: 600;
    padding-bottom: 125px;
    color: #fff;
}
#calltodesc {
    width: 70%;
    color: #fff;
}

#call-form {
    padding: 60px;
    background-color: #fff;
    border-radius: 15px;
}
#call-form input {
    border: none;
    outline: none;
}
#call-form .input-box {
    position: relative;
    margin: 10px 0px;
}
.input-box input {
    width: 100%;
    padding: 25px 17px 10px;
    background-color: #ededed;
    border-radius: 10px;
}
#call-form .input-box label {
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(0, 32, 91);
    opacity: .8;
    transition: all .3s ease-in-out;
    z-index: 0;
    pointer-events: none;
}
.submit-btn {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    background-color: #0039a2;
    transition: all .3s ease-in-out;
}
.submit-btn:hover {
    background-color: #044ACC;
}
#call-form .input-box label.active {
    top: 30%;
    font-size: 13px;
}
/* --------------------------------- */

/* footer */
footer {
    background: #F2F3F5;
    padding-top: 60px;
}
footer ul li {
    list-style:none;
    margin-bottom:10px;
}
footer ul li a {
    color: #000;
}
footer ul li a:hover {
    opacity:.6;
}
#foot-logo {
    width: 120px;
    object-fit: cover;
    margin-bottom: 30px;
    margin-left: -6px;
}
#foot-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#foot-menu li:not(:nth-last-child(1)) {
    margin-right: 30px;
}
#foot-menu li a {
    color: #2e2e38;
    font-weight: 600;
}
#foot-menu li a:hover {
    border-bottom: 1px solid #000;
}
#foot-sc-lnks {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#foot-sc-lnks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 44px;
    height: 44px;
    border: 1px solid #c4c4cd;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
#foot-sc-lnks a:not(:nth-last-child(1)) {
    margin-right: 10px;
}
#foot-sc-lnks a:hover {
    color: #000;
    background-color: #fff;
}
#footer-bottom{
    padding:30px 0px;
    background-color: #222222;
    color: #fff;
    font-size: 15px;
}
#footer-bottom img {
    margin-left: 3px;
}
#footer-bottom p {
    margin-bottom: 16px;
}
#created {
    color: #9b9b9b;
    margin-left: 20px;
    display: inline-flex;
    align-items:center;
    transition: all .3s ease-in-out;
}
#created img {
    width: 100px;
    
}
#created:hover {
    opacity: .5;
}
#footer-top {
    padding-bottom: 30px;
}
#footer-top a{
    color: rgb(0, 32, 91);
}
.footerTopRight {
    display: flex;
    justify-content:flex-end;
}
.footerTopRight i{
    margin-right: 5px;
}
/* --------------------------------- */

/* services */
#services {
    transition: all .3s ease-in-out;
    background:url(../img/auditbg.png) center/cover no-repeat;
    overflow: hidden;
}
.serv-title {
    margin-top: 30px;
    color: #fff;
    font-size: 2.6rem;
    text-shadow: 1px 1px #000;
    position: absolute;
    z-index: 2;
}
#services .swiper-slide {
    height: 600px;
    background-color: transparent;
    position: relative;
    transition: all .3s ease-in-out;
    border-right: 1px solid rgba(197, 196, 196, 0.485);
}
#services .swiper-slide::after,.service-post::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(80%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.4)));
    background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.4) 100%);
    transition: all .3s ease-in-out;
}
#services .swiper-slide:hover::after,.service-post:hover::after  {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(80%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.4)));
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.4) 100%);
}
#services .swiper-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
    color: #fff;
}
#services .mySwiper .swiper-text p, #services .mySwiper .swiper-text p, .serv-text p{
    line-height: 24px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease-out 0.15s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
        
}
#services .mySwiper .swiper-slide:hover .swiper-text p, .service-post:hover .serv-text p{
    max-height: 90px;
}
#services .mySwiper .swiper-text span,  .service-post .serv-details{
    display: inline-flex;
    overflow: hidden;
    width: 0;
    transition: all 0.5s ease-out;
}
#services .mySwiper .swiper-slide:hover .swiper-text span, .service-post:hover .serv-details {
    width: 110px;
}
.serv-details {
    display: flex;
    align-items: center;
}
.rgarw {
    width: 20px;
    filter: invert();
    margin-left: 10px;
    margin-top: 4px;
}

#services .mySwiper .serv-bg-img {
    visibility: hidden;
    width: 0px;
    height: 0px;
}
#services .mySwiper .sw-btn {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    width: 40px;
    margin: 20px; 
    display: none;
}
#services .mySwiper .sw-btn img {
    width: 100%;
    filter: invert();
}
#services .mySwiper .sw-btn::after {
    content: '';
}
#services .mySwiper .sw-btn.active {
    visibility: visible;
    opacity: 1;
}
#services .mySwiper .swiper-slide.active  .swiper-text span{
    max-width: 70px;
}
#services .mySwiper .swiper-slide.active  .swiper-text p{
    max-height: 90px;
}
#services .mySwiper2 {
    display: none;
}
#services .custom-container {
    padding: 0px 6rem;
}
.serv_desc {
    margin: 25px 0px;
}
/* --------------------------------- */

/* hashtags */
#hashtags {
    margin: 120px 0px;
}
#hashtags .custom-container {
    padding: 120px 0px;
}
#hashtags, #hashtags h2{
    color: rgb(0, 32, 91);
}
#hash-title {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#hash-boxes {
    margin-top: 50px;
}
.hash-container {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.hash-container-empty {
    display: flex;
    /* position: absolute; */
}
.type-empty {
    /* padding: 20px 50px; */
    padding: 20px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    background-color: #f8f8fa;
    margin-left: 10px;
    margin-right: 10px;
}
.type-empty .empty {
    height: 12px;
    width: 100%;
    border-radius: 28px;
    background-image: -webkit-gradient(linear, right top, left top, from(#f8f8fa), to(#f0f0f2));
    background-image: -webkit-linear-gradient(right, #f8f8fa 0%, #f0f0f2 100%);
    background-image: -o-linear-gradient(right, #f8f8fa 0%, #f0f0f2 100%);
    background-image: linear-gradient(270deg, #f8f8fa 0%, #f0f0f2 100%);
}
.job-boxes {
    display: flex;
}
.type-job {
    padding: 8px;
    padding-right: 24px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    background-color: #f0f0f2;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sharp {
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 28px;
    border-radius: 28px;
    background-color: #545561;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    padding-top: 2px;
}
.type-job .name {
    color: #0c0d1e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 28px;
    white-space: nowrap;
}

/* --------------------------------- */

/*static*/

.head-img {
    /*height: 300px;*/
    background: linear-gradient(rgb(0 0 0 / 0.7),rgb(0 0 0 / 0.2)),url("../img/breadbg.jpg") center/cover no-repeat;
    padding-top:10%;
    padding-bottom:5%;
    color: #fff;
    margin-bottom:30px;
}
.small-custom-container {
    max-width: 716px;
    margin: 40px auto;
}
.hub-title{
    margin-top: 40px;
}
/*.static-page .container{*/
/*    padding-top: 30px;*/
/*}*/

.static-page {
    padding-bottom: 30px;
}
.static-page.values {
    padding-bottom: 0px;
}
/*.static-page .head-img {*/
/*    margin-bottom: 50px;*/
/*}*/
.static-page #advantages {
    background-color: #fff;
}
.static-page #advantages h2{
    text-align:center;
}
.static-page .static img{
    margin: 0 auto;
    width: 60%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    padding: 0;
}
.static-page.values .col-md-4 {
    display:flex;
    flex-direction: column;
    align-items:center;
    margin-bottom: 30px;
}
.static-page.values img {
    width: 80px;
    margin-bottom:15px;
}
.static-page p{
    font-size: 16px ;
}
.static-page ul {
    padding-left: 30px;
}

#documents {
    line-height: 1.4;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /*padding-top: 60px;*/
}
#documents .highslide {
    display: inline-block;
    position: relative;
    padding: 20px 30px 20px 0px;
     height: 380px;
     width: 300px;
    margin: 10px 0px;
}
#documents .highslide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: inherit;
    margin: 0px !important;
}
#documents .highslide::before {
    position: absolute;
    content: '';
    background-image: url(../img/ramka.png);
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
}
/*-------------------------*/
.membertitle h2{
    color: rgba(255,130,0,1);
    font-size: 20px;
}
.downstatic,.upperstatic{
    padding-top: 20px;
}
.palatatitle{
    font-size: 31.325px;
}
/*speedbar*/


#speedbar-box {
    height:300px;
    display:flex;
    align-items:flex-end;
    /*padding-top: 10%;*/
    /*padding-bottom: 5%;*/
    background:linear-gradient(rgb(0 0 0 / 0.7),rgb(0 0 0 / 0.2)),url("../img/breadbg.jpg") center/cover no-repeat;
}
#speedbar-box li a{
    color:#fff;
}
#speedbar-box .speedbar-list{
    display:flex;
    align-items:center;
    gap:10px;
}
#speedbar-box li{
    list-style:none;
}
#speedbar-box li span{
    color:#fff;
}
#speedbar-box span {
    color: #fff;
}
#speedbar-box a {
    position: relative;
}
#speedbar-box a::after {
    transition: all .3s ease-in-out;
    content: "";
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 1;
    visibility: visible;
    left: 0px;
}
#speedbar-box a:hover::after {
    opacity: 0;
    visibility: hidden;
}


/*-------------*/

/*category*/

.cate-dl {
    padding: 45px 0px;
}
#legislation ol {
    margin-left: 20px;
}
/*-------------*/

#full-text ul {
    margin-left: 30px;
}

.karyera-page{
    /*padding: 50px 0px;*/
}
.karyera-page .karyera-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: flex-start;
}
.karyera-content .karyera-box-wrapper {
    margin: 15px 0;
    padding: 0 15px;
}

.karyera-content .karyera-box {
    border-radius: 6px;
    padding: 20px 30px 40px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .2);
    background-color: #fff;
    transition: box-shadow 0.2s;
}
.karyera-content .karyera-box:hover{
    box-shadow: 0 2px 30px rgba(0, 0, 0, .2);
}
.karyera-box h3{
    margin-bottom: 5px;
    color: #8a2010;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.karyera-box .karyera-department{
    font-size: 15px;
    color: #666;
    display: block;
}
.karyera-box .karyera-city{
    background-color: #f58220;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    margin: 15px 0;
    font-size: 16px;
    display: inline-block;
}

.karyera-box .karyera-desc{
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 15px;
    color: #555;
    height: 230px;
    overflow: hidden;
}

.karyera-box ul li,
.karyera-full-content ul li
{
    margin: 10px 0;
}
.karyera-box ul li::before,
.karyera-full-content ul li::before
{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/checked.svg) no-repeat;
    background-size: 16px;
    display: inline-block;
    margin: 0 7px -2px 0;
}

.karyera-box .karyera-btn{
    display: inline-block;
    transition: all 0.2s;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    width: max-content;
    text-transform: uppercase;
    -webkit-transition: 300ms background-color ease;
    -moz-transition: 300ms background-color ease;
    -o-transition: 300ms background-color ease;
    transition: 300ms background-color ease;
        background-color: #fff;
    border: 1px solid #e54038;
    color: #f58220;
    margin-right: 10px;
}
.karyera-box .karyera-btn:hover{
    background-color: #f58220;
    color: #fff;
}

.karyera-page h2{
    font-size: 52px;
    margin-bottom: 35px;
    text-align: left;
}
.karyera-page .karyera-full-content{
    background-color: #f9f9f9;
    text-align: left !important;
}

.karyera-page .karyera-full-content li{
    list-style: none;
}
.uzvluk-page table{
    width: 100%;
}

#full-title h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
#full-title p {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
#full-img {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 40px;
}
#full-img img {
        width: 600px;
    height: 400px;
    border-radius: 8px;
    object-fit: cover;
    object-position: top;
}
#post {
    padding-block: 30px;
}

/*-------------*/

/* qanunvericilik page */

.qanunvericilik-main{
    padding: 50px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
}

.qanunvericilik-page a.category{
    background: #eee;
    width: 300px;
    height: 100px;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #000;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    transition: .4s;
    border-radius: 5px;
}

.qanunvericilik-page .category:hover{
    background: #000;
    color: #eee;
}

/*----------------*/

/* standartlar page */

.standartlar-main{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.standartlar-page a.category{
    background: #eee;
    width: 200px;
    display:flex;
    align-items:center;
    justify-content:center;
    height: 100px;
    color: #000;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    transition: .4s;
    border-radius: 5px;
}

.standartlar-page .category:hover{
    background: #000;
    color: #eee;
}

/*----------------*/

/*feedback*/

#feedback h2 {
        padding-top: 24px;
    padding-bottom: 24px;
    color: #191919;
    font-size: 24px;
    font-weight: 500;
    width: 60.333333%;
    margin-bottom: 1rem !important;
}

#feedback hr {
    padding: 15px;
}
#feedback i.fa-solid {
    margin-right: 20px;
}

#feed-info .custom-container .row *{
    font-size: 15px;
    color: #000;
}
i.marker {
    color: #d4a648 !important;
}
#feed-info .row p {
    margin-bottom: 16px;
}
#feed-info .row p a {
    color: #000;
}
#feedback h3 {
    font-size: 24px !important;
    font-weight: 700;
    color: #191919;
}
.feedaddress{
    padding: 0;
}
#middleRow {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.tel_numb {
    display: inline-block;
}
.slash {
    margin:0px 5px;
}
.pd-15 {
    padding: 15px 0px;
}
#nameSurname {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
#formSubmitBtn {
    margin: 25px 0 0 0 !important;
}
#nameSurname span {
    width: 100%;
    position: relative;
}
#nameSurname input,#mailPhoneMsg span input {
    height: 58px;
    outline: none;
    border: 1px solid #19191933;
    margin: 0;
    border-radius: 4px;
    padding: 15px 16px 0;
    appearance: none;
    background-color: #fff !important;
    width: 100%;
    margin-bottom: 8px;
}
#nameSurname span label {
    bottom: 30px;
}
#namePlaceholder,#surnamePlaceholder {
    position: absolute;
    left: 16px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
#mailPhoneMsg span {
    position: relative;
    display: block;
}
#emailPlaceholder,#phonePlaceholder {
    position: absolute;
    top: 10px;
    left: 16px;
    transition: all 0.3s ease-in-out;
}
#feedback textarea {
    min-height: 100px;
    min-width: 100px;
    height: 160px;
    width: 100%;
    border: 1px solid #19191933;
    padding: 12px 16px;
    border-radius: 4px !important;
    font-size: 16px !important;
    outline: none;
    position: relative;
    appearance: none;
    transition: all .3s ease;
    position: relative;
    resize: vertical;
}
#nameSurname span input:focus~label,#nameSurname span input:valid~label, #mailPhoneMsg span input:focus~label,#mailPhoneMsg span input:valid~label{
    left: 9px;
    bottom: 35px;
    color: grey;
    transform: scale(0.7);
}
#feedback label {
    pointer-events: none;
}
#formSubmitBtn button {
    display: inline-flex;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    height: 48px;
    border: none;
    color: white;
    background: #009FDF;
    box-shadow: none;
    padding: 16px 32px;
    transition: .4s;
    min-width: 220px;
    border-radius: 10px;
    font-family: "Exo 2";
}
#feedback .row {
    margin: 0px !important;
}
.ymaps-2-1-79-map-bg {
    height: 500px !important;
}
.ymaps-2-1-79-controls__toolbar, 
.ymaps-2-1-79-controls__bottom,
.ymaps-2-1-79-copyrights-pane{
    display: none;
}
#contact-form textarea::placeholder {
    color: #000;
    font-size: 16px;
}
/*-------------*/


/*service*/
#service-posts {
   gap: 12px
}
.service-post {
    position: relative;
    height: 300px;
    padding: 0px;
    width: 23.3%;
}
.service-post>img{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index:-1;
    /*padding: 5px;*/
}
.serv-text {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    color: #fff;
    left: 20px;
    right: 20px;
}
.serv-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.serv-text h2 {
    font-size: 1.5em;
}
.service-post:hover .serv-overlay {
     height: 100%;
}

/*-------------*/


#dle-comments-form {
    display: none;
}



/*teams*/
#teams h5 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 8px;
}
#teams article {
    margin-bottom: 24px;
}
#teams article a{
    display: inline-block;
    height: 100%;
    width: 100%;
}
.team_member img {
    width: 100%;
    border-radius: 50%;
    height: 350px;
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
    transition: all .3s ease-in-out;
}
.team_member img:hover {
    filter: grayscale(0);
}
#members p:nth-child(2){
    margin: 10px 0px;
}
.member_desc {
    margin-top: 20px;
    color: #000;
}
.position{
    font-size: 13px;
    letter-spacing: 0.2px;
        color: #888888;
}
.member_name {
    font-weight: 700;
}
/*----------------------*/


/*siteMap*/
#sitemap {
    padding: 40px 0px;
}
#sitemap ul{
    padding-left:30px;
    margin: 0;
}
#sitemap ul li {
    position: relative;
    margin: 5px 0px;
}
#sitemap ul li::before {
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
}
#sitemap a {
    padding-left: 10px;
    color:#000;
    transition: all .3s linear;
    cursor: pointer;
}
#sitemap ul ul {
    margin-left: 16px;
}
#sitemap ul li::before, #sitemap ul li::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    /*background-color: #e3e3e3;*/
    background-color: rgba(227,227,227,1);
}
#sitemap .nav {
    display: flex;
    flex-direction: column;
}
#sitemap ul li::after {
    top: 13px;
    width: 5px;
    height: 1px;
}
#sitemap a:hover {
    opacity: .5;
}
/*----------------------*/

/*journals*/

#journals {
    margin-top: 50px;
}
.journal-title {
    margin-top: 15px;
    font-size: 20px;
    transition: all .3s linear;
}
.journal:hover .journal-title{
    opacity: .5;
}
.journal-img {
    height: 400px;
}
.journal-img img {
    height: 100%;
    width: 100%;
    object-fit:cover;
}
.journal {
    margin-bottom: 30px;
}

/*----------------------*/
/*highslide*/


/*HIGHSLIDE*/


.highslide-viewport-size {
    background-color: #000;
}
.highslide-container {
    z-index: 9999999 !Important;
}
.highslide-controls {
width: 195px;
height: 40px;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}
.highslide-controls ul {
position: relative;
left: 15px;
height: 40px;
list-style: none;
margin: 0;
padding: 0;
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
float: left;
padding: 5px 0;
}
.highslide-controls a {
background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
display: block;
float: left;
height: 30px;
width: 30px;
outline: none;
}
.highslide-controls a.disabled {
cursor: default;
}
.highslide-controls a span {
/* hide the text for these graphic buttons */
display: none;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
background-position: -120px 0;

}
.highslide-controls .highslide-move a:hover {
background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
background-position: -180px -30px;
}
.category-in h3{
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
    padding: 20px 20px 15px;
    background-color: white;
    height: 90px;
    border-end-start-radius: 6px;
    border-end-end-radius: 6px;
    font-weight: 500;
    color: #141414;
    font-size: 18px;
    text-align: center;
}

/*------------------------------*/


/*fotorama*/

.gallery {
    width: 600px;
    margin-inline:auto;
    margin-bottom: 30px;
}
.gallery .fotorama__wrap, .fotorama__stage__shaft, .fotorama__img {
    width: 100% !important;
    /*object-fit:cover;*/
}

/*------------------------------*/


.side-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    backdrop-filter: blur(37px);
    background: rgba(255, 255, 255, 0.01);
    transition: all .3s ease-in-out;
    padding: 12px 0;
}

.side-header.active {
    background-color: #fff;
    box-shadow: -1px 10px 23px -10px rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: -1px 10px 23px -10px rgba(0, 0, 0, 0.87);
    -moz-box-shadow: -1px 10px 23px -10px rgba(0, 0, 0, 0.87);
}

#mobile-navbar {
    display: block;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-wrapper .nav-left {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 50px;
}

.nav-left li:last-child {
    display: flex;
    align-items: center;
}

.nav-left li:last-child a {
    position: relative;
    top: 5px;
    max-width:68px;
}
.nav-left li a {
    max-width: 80px;
    display: block;
}

.nav-left li a img {
    max-width: 100%;
    height: auto;
}

.hamburger-icon {
    display: block;

}

.hamburger-icon {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    border: 0;
    outline: 0;
    row-gap: 8px;
    background-color: transparent;
}

.bar-1,
.bar-2,
.bar-3 {
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #3e9fe0;
    transition: .5s;
}

.hamburger-icon .bar-2 {
    width: 50%;
}

.change .bar-1 {
    transform: rotate(-45deg) translate(-14px, 6px);
}

.change .bar-2 {
    opacity: 0;
}

.change .bar-3 {
    width: 100% !important;
    transform: rotate(45deg) translate(-6px, -1px);
}
.get_quote-mob a {
    padding: 10px 20px;
   display: inline-block !important;
    font-weight: 600;
    font-size: 13.5px;
    background-color: #009FDF;
    border-radius: 7px;
    color: #fff;
    transition: .2s ease-in-out;
    white-space: nowrap;
    cursor: pointer;
}

.get_quote-mob a:hover {
    background-color: #0097d4;
}
.res-language{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}
#mobile-navbar {
    position: absolute;
    background-color: #004F87;
    width: 100%;
    transition: visibility .5s ease;
    overflow-y: scroll;
    height: 500px;
    display: none;
    top: 100%;
    padding: 30px 0;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.mobile-nav-list li {
    list-style-type: none;
    padding: 15px;
    position: relative;
    z-index: 10;
}

.mobile-nav-list li a,
.mobile-nav-list li span {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
}

.mobile-item a {
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.mobile-item .mob_dropdown {
    padding: 0;
    margin: 0;
    display: none;
}
.drop_menu-lang a{
    text-transform:capitalize;
}
.mobile-item span.rotate>.fa-chevron-down,
.mobile-item-sub span.rotate>.fa-chevron-down {
    transform: rotate(180deg);
    transition: .5s;
}

.mob_dropdown-2 {
    display: none;
    list-style:none !important;
    padding: 0;
}

#desk_menu {
    display: none;
}
@media only screen and (min-width:1300px){
     .desc_menu-list {
        gap: 15px;
    }
    
}
@media only screen and (min-width:1200px) {
    .hamburger-icon {
        display: none;
    }

    #mobile-navbar {
        display: none !important;
    }

    #desk_menu {
        display: block;
    }
    .side-header.active .submenu{
        color: #000;
    }
    .desc_menu-list {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        list-style: none !important;
        gap: 10px;
        margin: 0;
    }
    .desc-menu-item {
        position: relative;
        line-height: 60px;
    }


  .submenu {
        text-decoration: none;
        display: flex;
        font-weight:bold;
        color: #fff;
        align-items: center;
        font-size: 13.5px;
        position: relative;
        cursor: pointer;
        transition: .5s;
    }   
    /*.submenu:hover{*/
    /*    color:#fff !important;*/
    /*}*/

    .desc-menu-item:hover .drop_menu {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transform: scale(1);
    }

    .drop_menu {
        position: absolute;
        top: 58px;
        left: 0px;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: scale(0.5);
        transition: .4s;
        background: #ededed;
        border-radius: 5px;
        min-width: max-content;
        list-style: none;
        z-index: 999;
    }

    .drop_menu li {
        width: 100%;
        line-height: 0 !important;
    }

    .drop_menu li:hover .dropmenu_2 {
        visibility: visible;
        opacity: 1;
        overflow: visible;
        transform: scale(1);

    }

    .dropmenu_2 {
        position: absolute;
        top: 0;
        left: 90%;
        padding: 0;
        padding: 10px;
        background: #ededed;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        border-radius: 5px;
        transition: .5s;
        transform: scale(1.1);
    }

    .drop_menu-low {
        left: 82%;
         width:300px;
    }

    .drop_menu_standart {
       left: -30px;
    }

    .drop_menu a {
        text-decoration: none;
        line-height: 1.5;
        color: #000;
        padding: 10px 30px;
        display: block;
        font-weight:400;
    }

    .drop_menu a:hover {
        opacity: .5;
    }

    .get_quote a {
        padding: 10px;
        display: inline-block;
        font-weight: 600;
        font-size: 13.5px;
        background-color: #009FDF;
        border-radius: 7px;
        color: #fff;
        transition: .2s ease-in-out;
        white-space: nowrap;
        cursor: pointer;
    }

    .get_quote a:hover {
        background-color: #0097d4;
    }

    .search_box {
        position: relative;
        display: block;
    }

    .search_box button {
        color: #fff;
        padding: 10px;
        background-color: #333;
        border-radius: 50%;
        place-items: center;
        display: flex;
        border: 0;
        outline: 0;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        transition: all .3s linear;
    }

    .search_box .search-section {
        position: absolute;
        top: 60px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        display: none;
        right: -80px;
    }

    .search-section .input-holder input {
        padding: 10px 15px;
        outline: 0;
        border: 0;
        border-radius: 25px;
    }
}

@media only screen and (min-width:320px) {
    .nav-left li a {
        max-width: 107px;
        display: block;
    }
    .nav-left li:last-child a {
        max-width: 85px;
        display: block;
    }

    .hamburger-icon {
        height: 40px;
        width: 40px;
    }

    .nav-left li:last-child a {
        position: relative;
        top: 8px;
    }
}


@media only screen and (max-width: 575.99px) {
  #speedbar-box{
      height:250px;
      align-items:center;
  }
    #advantages h4{
        font-size:17px;
    }
    #advantages article p{
         font-size:14px;
    }
     #logo img {
        width:85px;
        height:auto;
    }
    .praxity_logo img {
       width:85px;
       height:auto;
    }
    #about{
        padding:30px 0;
    }
    #about h4{
        font-size:17px;
    }
    #about p{
        font-size:15px;
    }
    #services .swiper-text h2{
        font-size:17px;
    }
    #services .swiper-slide p{
        font-size:14px;
    }
}
@media only screen and (max-width: 998px) {
    #slider_desc {
    font-size: 1rem;
}

    #created {
        margin-left: 0px;
    }
    .serv_desc {
        margin: 6px 0px !important;
    }
    .serv-details {
        margin-top: 5px;
    }
    #services .swiper-text {
        left: 25px;
    }
    #services .swiper-slide {
        height: 550px;
    }
    #services .swiper-slide p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .serv-text h2 {
        font-size: 24px;
    }
  
    #slider_title {
        bottom: 15px;
    }
    #advantages {
        padding: 20px 0;
    }
    #advantages article,#advantages h2 {
        margin-bottom: 30px;
    }
    #advantages h2,#news h2 {
        font-size: 2rem;
    }
    #hashtags .custom-container {
    padding: 0.5rem 0px;
}
    header {
        height: fit-content;
    }
   
    .uzvluk-page table{
        white-space: nowrap;
        display: block;
        overflow-x: auto;
    }
    .uzvluk-page table::-webkit-scrollbar-track
    {
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    	border-radius: 10px;
    	background-color: #F5F5F5;
    }
    
    .uzvluk-page table::-webkit-scrollbar
    {
    	width: 12px;
    	background-color: #F5F5F5;
    }
    
    .uzvluk-page table::-webkit-scrollbar-thumb
    {
    	border-radius: 10px;
    	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    	background-color: #555;
    }
    
    
    #hero-slider .custom-container {
        padding: 0.5rem 2rem;
    }
    
    #slider_title h1 {
        font-size: 1.5rem;
    }
    .ab-img {
        display: none;
    }
    #about .custom-container {
        padding: 0.5rem 2rem;
    }
    .ab-link {
        width: 80%;
        padding:0 40px 0px 20px;
        line-height: 70px;
    }
    
    #news-boxes {
        display: none;
    }
    #news-slider {
        display: block;
    }
    #news-slider .swiper {
        width: 100%;
        height: 100%;
      }
  
    #news-slider .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
    }

    #news-slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }
  
    #news-slider .swiper-slide {
        width: 80%;
        min-height: 600px;
    }
    #refe-boxes{
        display: none;
    }
    #refe-slider {
        display: block;
    }
    #refe-slider .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
      }
  
      #refe-slider .swiper-slide {
        background: #fff;
        width: 70%;
      }
      #refe-slider img {
        width: 100%;
      }
      #calltoaction {
        padding: 30px 0px;
        margin-top: 30px;
      }
      #calltoaction h2 {
        padding: 0px;
        font-size: 2rem;
      }
      #calltodesc {
        padding: 20px 0px;
        width: 100%;
      }
      #call-form {
        padding: 20px;
      }

      #foot-menu {
        /*margin-top: 30px;*/
        flex-direction: column;
        align-items: flex-start;
      }
      #foot-menu li {
        line-height: 2.1;
      }
      #foot-sc-lnks {
        justify-content: flex-start;
      }
      .foot-desc {
        order: 2;
      }
      #services .mySwiper{
        display: none;
      }
      #services .mySwiper2 {
        display: block;
      }
      #services .mySwiper2 .serv-bg-img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
      }
      #services {
        background: none;
      }
      #services .custom-container {
        padding: 0px 2rem;
    }
    .hash-container {
        overflow-x: scroll;
    }
    #full-img img {
        width: 100%;
        height: 250px;
    }
    #full-title{
        padding-block: 0px;
    }
    #feedback h2{
        font-size: 22px;
        width: 100%;
    }
    #feedback h3 {
        margin-bottom: 30px;
    }
    #nameSurname {
        margin-bottom: 0px;
    }
    #formSubmitBtn button {
        width: 100%;
    }
    .service-post {
        width: 100%;
    }
    .serv-text p {
        max-height: inherit;
    }
    .service-post .serv-details {
        width: inherit;
    }
    .tel_numb {
     display: block;   
    }
    .slash {
        display: none;
    }
    .slider-button-two {
        margin-left: 0px;
    }
    .custom-container {
        padding: 0.5rem 2rem;
    }
    #hash-title {
        padding: 0.5rem 2rem;
    }
    #hero-slider .swiper-btn {
        display: none;
    }
  
    header.active #burger_icon span {
        background-color: #000;
    }
    #references .owl-item {
        height: 160px;
        padding:10px;
    }
    .footerTopRight {
        justify-content: flex-start;
    }
   
    /*.head-img,#speedbar-box {*/
    /*    padding-top: 100px;*/
    /*    margin-bottom: 40px;*/
    /*}*/
    .head-img {
        padding-top: 23%;
    }
    .news-desc {
        -webkit-line-clamp: 2;
    }
    .gallery {
        width: 360px;
        margin-inline:auto;
        margin-bottom: 30px;
    }
    .get_quote {
        padding-bottom: 70px;
    }
    #documents {
        justify-content:center;
    }
    #documents .highslide {
        height: 520px;
    width: 100%;
    padding:0px;
    }
    #documents .highslide::before {
        width: 100%;
    }
    .journal {
        height: 280px;
    }
    .journal-img {
        height: 250px;
    }
    .karyera-page .karyera-content {
        justify-content: center;
    }
    .static-page .static img {
        width: 100%;
    }
    .cate-dl {
        padding:0px 0px 25px;
    }
    #hashtags {
        margin: 30px 0px;
    }
    .qanunvericilik-main{
        flex-wrap: wrap;
    }
    .qanunvericilik-page a.category{
        margin-bottom: 30px;
        width:220px;
    }
    .standartlar-main{
        flex-wrap: wrap;
    }
    .standartlar-page a.category{
        margin-bottom: 30px;
    }
}
/*Loading*/
/*#loader {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background-color: #ffffff;*/
/*  z-index: 9999;*/
/*}*/

/*#loader-text {*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  color: #333333;*/
/*}*/
/*-----------*/
.btn-close:focus {
        box-shadow: none;
    }